

/* Start:/local/templates/iriscorp/libs/slick-1.8.1/slick.css?17624417831895*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/iriscorp/libs/slick-1.8.1/slick-theme.css?17624417833353*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    /*background: #fff url('/local/templates/iriscorp/libs/slick-1.8.1/./ajax-loader.gif') center center no-repeat;*/
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/iriscorp/libs/slick-1.8.1/./fonts/slick.eot');
    src: url('/local/templates/iriscorp/libs/slick-1.8.1/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/iriscorp/libs/slick-1.8.1/./fonts/slick.woff') format('woff'), url('/local/templates/iriscorp/libs/slick-1.8.1/./fonts/slick.ttf') format('truetype'), url('/local/templates/iriscorp/libs/slick-1.8.1/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/templates/iriscorp/libs/magnific-popup/dist/magnific-popup.css?17624417837302*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* End */


/* Start:/local/templates/iriscorp/css/style.css?1762441783375626*/
@charset "UTF-8";
/*=== Helpers ====*/
/* Breakpoints */
/* Fonts generator */
/* Clearfix */
/* default transition */
/* Available hide pattern: visually-hidden */
/* FRONT fonts */
@font-face {
  font-display: swap;
  font-family: "Onest-Thin";
  font-style: normal;
  font-weight: 100;
  src: url("/local/templates/iriscorp/css/../assets/fonts/Onest/static/Onest-Thin.woff2") format("woff2"), url("/local/templates/iriscorp/css/../assets/fonts/Onest/static/Onest-Thin.woff") format("woff"); }

@font-face {
  font-display: swap;
  font-family: "Onest-ExtraLight";
  font-style: normal;
  font-weight: 200;
  src: url("/local/templates/iriscorp/css/../assets/fonts/Onest/static/Onest-ExtraLight.woff2") format("woff2"), url("/local/templates/iriscorp/css/../assets/fonts/Onest/static/Onest-ExtraLight.woff") format("woff"); }

@font-face {
  font-display: swap;
  font-family: "Onest-Light";
  font-style: normal;
  font-weight: 300;
  src: url("/local/templates/iriscorp/css/../assets/fonts/Onest/static/Onest-Light.woff2") format("woff2"), url("/local/templates/iriscorp/css/../assets/fonts/Onest/static/Onest-Light.woff") format("woff"); }

@font-face {
  font-display: swap;
  font-family: "Onest-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/local/templates/iriscorp/css/../assets/fonts/Onest/static/Onest-Regular.woff2") format("woff2"), url("/local/templates/iriscorp/css/../assets/fonts/Onest/static/Onest-Regular.woff") format("woff"); }

@font-face {
  font-display: swap;
  font-family: "Onest-Medium";
  font-style: normal;
  font-weight: 500;
  src: url("/local/templates/iriscorp/css/../assets/fonts/Onest/static/Onest-Medium.woff2") format("woff2"), url("/local/templates/iriscorp/css/../assets/fonts/Onest/static/Onest-Medium.woff") format("woff"); }

@font-face {
  font-display: swap;
  font-family: "Onest-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("/local/templates/iriscorp/css/../assets/fonts/Onest/static/Onest-SemiBold.woff2") format("woff2"), url("/local/templates/iriscorp/css/../assets/fonts/Onest/static/Onest-SemiBold.woff") format("woff"); }

@font-face {
  font-display: swap;
  font-family: "Onest-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("/local/templates/iriscorp/css/../assets/fonts/Onest/static/Onest-Bold.woff2") format("woff2"), url("/local/templates/iriscorp/css/../assets/fonts/Onest/static/Onest-Bold.woff") format("woff"); }

@font-face {
  font-display: swap;
  font-family: "Onest-ExtraBold";
  font-style: normal;
  font-weight: 800;
  src: url("/local/templates/iriscorp/css/../assets/fonts/Onest/static/Onest-ExtraBold.woff2") format("woff2"), url("/local/templates/iriscorp/css/../assets/fonts/Onest/static/Onest-ExtraBold.woff") format("woff"); }

@font-face {
  font-display: swap;
  font-family: "Onest-Black";
  font-style: normal;
  font-weight: 900;
  src: url("/local/templates/iriscorp/css/../assets/fonts/Onest/static/Onest-Black.woff2") format("woff2"), url("/local/templates/iriscorp/css/../assets/fonts/Onest/static/Onest-Black.woff") format("woff"); }

/* BACK EBD fonts */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hidden {
  display: none !important; }

.nowrap {
  white-space: nowrap; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.radius-10 {
  border-radius: 10px;
  overflow: hidden; }

.radius-20 {
  border-radius: 20px;
  overflow: hidden; }

.radius-15 {
  border-radius: 15px;
  overflow: hidden; }

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

body {
  min-height: 100%;
  padding-right: 0 !important;
  width: 100%;
  color: #393E4D;
  font-family: "Onest-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;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  line-height: 130%;
  background: #FFFFFF; }
  @media only screen and (max-width: 1199px) {
    body {
      font-size: 16px;
      line-height: 140%; } }

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

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

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

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

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

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

/*
.icon {
	@include transition(color);
	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; }

main {
  padding-top: 80px; }
  @media only screen and (max-width: 1199px) {
    main {
      padding-top: 70px; } }
  @media only screen and (max-width: 767px) {
    main {
      padding-top: 60px; } }

.logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  font-family: "Onest-Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 13.4489px;
  line-height: 110%;
  text-transform: uppercase;
  color: #6E67D2; }
  @media only screen and (max-width: 1199px) {
    .logo-link {
      font-size: 10px; } }
  @media only screen and (max-width: 767px) {
    .logo-link {
      width: 95px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      font-size: 7px; } }
  .logo-link span {
    display: inline-block;
    margin-left: 15px; }
    @media only screen and (max-width: 1199px) {
      .logo-link span {
        margin-left: 8px; } }
    @media only screen and (max-width: 767px) {
      .logo-link span {
        margin-left: 0;
        margin-top: 3px; } }
  .logo-link:hover span {
    color: #6E67D2; }

.tabs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  margin: 0;
  padding: 0;
  overflow: hidden; }
  @media only screen and (max-width: 1199px) {
    .tabs-nav {
      min-width: calc(1200px - 40px); } }
  @media only screen and (max-width: 576px) {
    .tabs-nav {
      min-width: unset;
      width: 100%; } }
  .tabs-nav li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
    padding: 0 35px;
    margin-top: 0;
    border-radius: 10px;
    color: #6E67D2;
    font-size: 16px;
    white-space: nowrap;
    background: #F5F6F9;
    cursor: pointer; }
    @media only screen and (max-width: 576px) {
      .tabs-nav li {
        background: #FFFFFF; } }
    .tabs-nav li::before {
      display: none; }
    .tabs-nav li:hover {
      color: #FFFFFF;
      background: #6E67D2; }
      @media only screen and (max-width: 576px) {
        .tabs-nav li:hover {
          background: #E6E9F7; } }
    .tabs-nav li.--active {
      color: #FFFFFF;
      background: #6E67D2; }
      @media only screen and (max-width: 576px) {
        .tabs-nav li.--active {
          color: #6E67D2;
          background: #E6E9F7;
          border-radius: 0; } }
  .tabs-nav a {
    color: #6E67D2; }

.tabs-item {
  display: none; }
  .tabs-item.--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.tabs-slider .tabs-item:not(.--active) {
  display: block;
  height: 0px;
  overflow: hidden; }

.tab-wrap {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .tab-wrap.--active .tab-selected {
    border-radius: 10px 10px 0 0; }
  .tab-wrap .tab-selected {
    position: relative;
    margin-bottom: 0;
    background: #6E67D2;
    border-radius: 10px;
    color: #FFFFFF;
    cursor: pointer; }
    @media only screen and (min-width: 577px) {
      .tab-wrap .tab-selected {
        display: none; } }
    .tab-wrap .tab-selected li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 50px;
      font-size: 14px; }
      .tab-wrap .tab-selected li::before {
        display: none; }
    .tab-wrap .tab-selected::before {
      content: "";
      position: absolute;
      top: 14px;
      right: 24px;
      width: 14px;
      height: 14px;
      border: 1px solid;
      border-color: transparent transparent #FFFFFF #FFFFFF;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .tab-wrap .tabs-nav {
    top: 55px;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 0 0 10px 10px; }
    @media only screen and (max-width: 576px) {
      .tab-wrap .tabs-nav {
        display: none; } }
  .tab-wrap .option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .tab-wrap .option .icon {
      background: url("https://i.imgur.com/oEZu0sK.png") no-repeat 0 0;
      width: 32px;
      height: 32px;
      margin-right: 15px; }
  .tab-wrap.--active .tabs-nav {
    display: block; }
    @media only screen and (max-width: 576px) {
      .tab-wrap.--active .tabs-nav {
        border: 1px solid #E6E9F7; } }
  .tab-wrap.--active .tab-selected:before {
    top: 25px;
    -webkit-transform: rotate(-225deg);
        -ms-transform: rotate(-225deg);
            transform: rotate(-225deg); }

.popup-feedback {
  padding: 20px 35px;
  background: #6E67D2;
  font-size: 18px;
  color: #FFFFFF;
  border-radius: 10px;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease; }

.popup-feedback:hover {
  opacity: .5;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  color: #FFFFFF; }

/*
* {
	border: 1px solid red;
}
*/
h1,
.h1 {
  margin: 0;
  font-size: 64px;
  line-height: 105%;
  font-weight: normal;
  letter-spacing: -0.05em; }
  @media only screen and (max-width: 1199px) {
    h1,
    .h1 {
      font-size: 36px;
      line-height: 115%; } }

h2,
.h2 {
  margin: 0;
  margin-bottom: 32px;
  font-weight: normal;
  line-height: 105%;
  /* 67.2px */
  letter-spacing: -3.2px;
  font-size: 48px;
  text-transform: uppercase; }
  @media only screen and (max-width: 1199px) {
    h2,
    .h2 {
      margin-bottom: 28px;
      font-size: 32px;
      line-height: 115%;
      letter-spacing: -0.05em; } }

h3,
.h3 {
  margin-top: 80px;
  margin-bottom: 36px;
  font-weight: normal;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: -0.05em;
  color: #6E67D2; }
  @media only screen and (max-width: 1199px) {
    h3,
    .h3 {
      margin-top: 74px;
      margin-bottom: 26px;
      font-size: 32px;
      line-height: 115%; } }

h4 {
  font-size: 36px;
  line-height: 110%;
  font-weight: normal; }
  @media only screen and (max-width: 1199px) {
    h4 {
      font-size: 26px; } }

h5,
.h5 {
  margin: 0;
  font-size: 32px;
  line-height: 110%;
  letter-spacing: -0.64px;
  font-weight: normal; }
  @media only screen and (max-width: 1199px) {
    h5,
    .h5 {
      font-size: 24px;
      line-height: 115%; } }

p {
  margin: 25px 0;
  font-size: 18px;
  line-height: 130%; }
  @media only screen and (max-width: 1199px) {
    p {
      font-size: 16px;
      line-height: 140%; } }
  p:first-child {
    margin-top: 0 !important; }
  p:last-child {
    margin-bottom: 0 !important; }

ul {
  margin: 28px 0; }
  ul:first-child {
    margin-top: 0 !important; }
  ul:last-child {
    margin-bottom: 0 !important; }
  ul li {
    position: relative;
    padding-left: 20px;
    margin-top: 9px; }
    ul li:first-child {
      margin-top: 0; }
    ul li::before {
      content: '';
      position: absolute;
      left: 0;
      top: 9px;
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background: #6E67D2; }

ol {
  margin: 28px 0; }
  ol:first-child {
    margin-top: 0 !important; }
  ol:last-child {
    margin-bottom: 0 !important; }

.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 {
  color: inherit;
  cursor: pointer;
  text-decoration: none; }
  a:hover,
  .link:hover {
    color: #5148C6; }

a[href^='tel:'],
a[href^='mailto:'] {
  white-space: nowrap; }

img,
picture {
  vertical-align: top; }

button {
  cursor: pointer; }

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

.light {
  font-weight: 300; }

.normal {
  font-weight: 400; }

.medium {
  font-weight: 500; }

.semibold {
  font-weight: 600; }

.bold {
  font-weight: 700; }

.color-violet {
  color: #6E67D2; }

.txt-l {
  font-size: 24px;
  line-height: 126%; }
  @media only screen and (max-width: 1199px) {
    .txt-l {
      font-size: 20px; } }
  .txt-l p {
    font-size: 24px;
    line-height: 126%; }
    @media only screen and (max-width: 1199px) {
      .txt-l p {
        font-size: 20px; } }

.txt-m {
  font-size: 18px;
  line-height: 130%; }
  @media only screen and (max-width: 1199px) {
    .txt-m {
      font-size: 16px;
      line-height: 140%; } }
  .txt-m p {
    font-size: 18px;
    line-height: 130%; }
    @media only screen and (max-width: 1199px) {
      .txt-m p {
        font-size: 16px;
        line-height: 140%; } }

.txt-s {
  font-size: 16px;
  line-height: 130%; }
  @media only screen and (max-width: 1199px) {
    .txt-s {
      font-size: 14px; } }
  .txt-s p {
    font-size: 16px;
    line-height: 130%; }
    @media only screen and (max-width: 1199px) {
      .txt-s p {
        font-size: 14px; } }

.txt-xs {
  font-size: 14px;
  line-height: 130%; }
  @media only screen and (max-width: 1199px) {
    .txt-xs {
      font-size: 11px; } }
  .txt-xs p {
    font-size: 14px;
    line-height: 130%; }
    @media only screen and (max-width: 1199px) {
      .txt-xs p {
        font-size: 11px; } }

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

.icon-svg {
  display: inline-block;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.icon--fill {
  fill: currentColor; }

.icon--stroke {
  stroke: currentColor; }

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

.logo {
  width: 124px;
  height: 44px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #6E67D2; }
  @media only screen and (max-width: 1199px) {
    .logo {
      height: 34px;
      width: 90px; } }
  @media only screen and (max-width: 767px) {
    .logo {
      height: 22px;
      width: 64px; } }

.arrow-button {
  width: 16px;
  height: 14px; }

.main-about-1 {
  width: 165px;
  height: 105px; }

.main-about-2 {
  width: 165px;
  height: 105px; }

.main-about-3 {
  width: 165px;
  height: 105px; }

.point {
  width: 13px;
  height: 19px; }

.header-menu {
  width: 40px;
  height: 17px;
  color: #6E67D2; }

.loupe {
  width: 17px;
  height: 19px; }

.lk {
  width: 18px;
  height: 18px; }

.Eclat {
  width: 60px;
  height: 15px; }

.cross-popup {
  width: 14px;
  height: 14px; }

.phone {
  width: 18px;
  height: 18px; }

.contacts-point {
  width: 18px;
  height: 24px;
  color: #6E67D2; }

.contacts-clock {
  width: 22px;
  height: 21px;
  color: #6E67D2; }

.contacts-mail {
  width: 22px;
  height: 16px;
  color: #6E67D2; }

.contacts-vk {
  width: 48px;
  height: 48px;
  color: #0077FF; }

.check-border {
  width: 35px;
  height: 35px; }
  @media only screen and (max-width: 1199px) {
    .check-border {
      width: 25px;
      height: 25px; } }

/*=== Components ====*/
.test {
  color: red; }

/* Breakpoints */
.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  padding-top: 30px;
  margin-bottom: 27px; }
  @media only screen and (max-width: 1199px) {
    .breadcrumbs {
      padding-top: 27px;
      font-size: 11px;
      margin-bottom: 30px;
      line-height: 130%; } }
  @media only screen and (max-width: 767px) {
    .breadcrumbs {
      padding-top: 40px; } }
  .breadcrumbs a {
    color: #BBC1D1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease; }
    .breadcrumbs a::after {
      content: "";
      background: url("/local/templates/iriscorp/css/../assets/images/icons/arrow-right.svg") no-repeat center;
      width: 10px;
      height: 18px;
      background-size: contain;
      margin-left: 10px;
      display: block; }
    .breadcrumbs a:hover {
      opacity: .7;
      -webkit-transition: .2s ease;
      -o-transition: .2s ease;
      transition: .2s ease; }
  .breadcrumbs__item {
    font-size: 14px;
    line-height: 130%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 1199px) {
      .breadcrumbs__item {
        font-size: 11px; } }
    .breadcrumbs__item:last-child a::after {
      display: none; }

.top-main__adv {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 5px));
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
  margin-top: 200px; }
  @media only screen and (max-width: 1199px) {
    .top-main__adv {
      margin-top: 126px;
      -webkit-column-gap: 8px;
         -moz-column-gap: 8px;
              column-gap: 8px;
      row-gap: 8px; } }
  @media only screen and (max-width: 767px) {
    .top-main__adv {
      -webkit-column-gap: 10px;
         -moz-column-gap: 10px;
              column-gap: 10px;
      row-gap: 10px; } }
  @media only screen and (max-width: 576px) {
    .top-main__adv {
      grid-template-columns: 100%;
      margin-top: 48px; } }
  .top-main__adv .card-type-1 {
    background: #f5f6f9; }
    @media only screen and (max-width: 576px) {
      .top-main__adv .card-type-1 {
        max-height: 300px; } }
    @media only screen and (max-width: 576px) {
      .top-main__adv .card-type-1 .card-type-1__img {
        bottom: -30px;
        margin: 0 -30px;
        margin-top: -60px;
        width: calc(100% + 60px); } }
    @media only screen and (max-width: 576px) {
      .top-main__adv .card-type-1 .card-type-1__img img {
        width: 100%;
        height: auto; } }
    @media only screen and (max-width: 576px) {
      .top-main__adv .card-type-1:nth-child(2) {
        background: -o-linear-gradient(8deg, #ffffff, #d8d8e8);
        background: linear-gradient(82deg, #ffffff, #d8d8e8); } }
    .top-main__adv .card-type-1:nth-child(3) {
      grid-column: 1 / span 2; }
      @media only screen and (max-width: 576px) {
        .top-main__adv .card-type-1:nth-child(3) {
          grid-column: unset; } }

.slogan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .slogan p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 14px;
       -moz-column-gap: 14px;
            column-gap: 14px;
    margin: 0;
    padding-top: 30px;
    border-top: 1px solid #ffffff4d;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 120%;
    /* 24px */ }
    @media only screen and (max-width: 1439px) {
      .slogan p {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    @media only screen and (max-width: 1199px) {
      .slogan p {
        padding-top: 38px;
        font-size: 16px;
        line-height: 140%; } }
    @media only screen and (max-width: 1023px) {
      .slogan p {
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      .slogan p {
        padding-top: 30px; } }
    @media only screen and (max-width: 576px) {
      .slogan p {
        -webkit-column-gap: 24px;
           -moz-column-gap: 24px;
                column-gap: 24px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .slogan span:nth-child(1) {
    font-size: 36px;
    line-height: 110%;
    letter-spacing: -0.72px;
    text-transform: uppercase; }
    @media only screen and (max-width: 1439px) {
      .slogan span:nth-child(1) {
        display: block;
        width: 100%; } }
    @media only screen and (max-width: 1199px) {
      .slogan span:nth-child(1) {
        font-size: 26px;
        line-height: 115%;
        letter-spacing: -0.05em; } }
    @media only screen and (max-width: 1023px) {
      .slogan span:nth-child(1) {
        width: auto; } }
    @media only screen and (max-width: 576px) {
      .slogan span:nth-child(1) {
        margin-bottom: 14px; } }
  .slogan span:nth-child(2), .slogan span:nth-child(3) {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 55px;
    padding: 0 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 10px;
    border: 1px solid #ffffff4d; }
    @media only screen and (max-width: 1199px) {
      .slogan span:nth-child(2), .slogan span:nth-child(3) {
        padding: 0 24px; } }
    @media only screen and (max-width: 576px) {
      .slogan span:nth-child(2), .slogan span:nth-child(3) {
        max-width: 130px;
        text-align: center; } }

.about-company {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 15px));
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px; }
  @media only screen and (max-width: 767px) {
    .about-company {
      grid-template-columns: 100%; } }
  .about-company h2, .about-company .h2 {
    margin-top: -8px; }
  @media only screen and (max-width: 767px) {
    .about-company .col:nth-child(2) {
      margin-top: 64px; } }
  .about-company .row {
    grid-column: 1 / span 2; }
    @media only screen and (max-width: 767px) {
      .about-company .row {
        grid-column: unset; } }
    .about-company .row .about-company__container {
      display: grid;
      grid-template-columns: repeat(3, calc(100% / 3 - 5px * 2 / 3));
      -webkit-column-gap: 5px;
         -moz-column-gap: 5px;
              column-gap: 5px;
      margin: 0 -40px; }
      @media only screen and (max-width: 1439px) {
        .about-company .row .about-company__container {
          margin: 0; } }
      @media only screen and (max-width: 1199px) {
        .about-company .row .about-company__container {
          grid-template-columns: repeat(3, calc(100% / 3 - 20px * 2 / 3));
          gap: 20px; } }
      @media only screen and (max-width: 1023px) {
        .about-company .row .about-company__container {
          grid-template-columns: repeat(2, calc(50% - 10px)); } }
      @media only screen and (max-width: 767px) {
        .about-company .row .about-company__container {
          grid-template-columns: 100%;
          row-gap: 20px; } }
  .about-company .button-more {
    margin-top: 24px; }
    @media only screen and (max-width: 1199px) {
      .about-company .button-more {
        margin-top: 14px; } }

.services__container {
  display: grid;
  grid-template-columns: 100%;
  gap: 10px;
  margin: 0 -40px; }
  @media only screen and (max-width: 1439px) {
    .services__container {
      margin: 0; } }
  @media only screen and (max-width: 1023px) {
    .services__container {
      gap: 20px;
      row-gap: 20px; } }
  @media only screen and (max-width: 767px) {
    .services__container {
      grid-template-columns: 100%; } }
  .services__container .card {
    background: transparent; }
    .services__container .card--img {
      margin-right: 0 !important;
      width: 100% !important; }
    .services__container .card:first-child {
      padding-right: 0; }
      @media only screen and (max-width: 576px) {
        .services__container .card:first-child {
          padding-right: 20px; } }
    .services__container .card:last-child {
      padding-left: 0; }
      @media only screen and (max-width: 576px) {
        .services__container .card:last-child {
          padding-left: 20px; } }
    .services__container .card .button-more {
      display: none; }
  .services__container-row {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 15px));
    gap: 30px;
    border-radius: 20px; }
    @media only screen and (max-width: 576px) {
      .services__container-row {
        grid-template-columns: 100%; } }
    .services__container-row:first-child {
      background: #F1F0FF; }
    .services__container-row:last-child {
      background: #E8F1FF; }

.assortment__container {
  display: grid;
  grid-template-columns: repeat(4, calc(100% / 4 - 10px * 3 / 4));
  gap: 10px;
  margin: 0 -40px;
  margin-top: 30px; }
  @media only screen and (max-width: 1439px) {
    .assortment__container {
      margin: 0; } }
  @media only screen and (max-width: 1199px) {
    .assortment__container {
      margin-top: 38px; } }
  @media only screen and (max-width: 1023px) {
    .assortment__container {
      grid-template-columns: repeat(2, calc(50% - 10px));
      gap: 20px; } }
  @media only screen and (max-width: 767px) {
    .assortment__container {
      grid-template-columns: 100%; } }

.assortment__desc {
  display: grid;
  grid-template-columns: 1fr 27%;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
  margin: 0 -40px;
  margin-bottom: 48px; }
  @media only screen and (max-width: 1439px) {
    .assortment__desc {
      margin: 0;
      margin-bottom: 48px; } }
  @media only screen and (max-width: 1023px) {
    .assortment__desc {
      grid-template-columns: 100%;
      row-gap: 30px; } }
  .assortment__desc .col:first-child {
    padding-left: 40px; }
    @media only screen and (max-width: 1439px) {
      .assortment__desc .col:first-child {
        padding-left: 0; } }
  .assortment__desc .col:last-child {
    padding-right: 40px;
    font-size: 48px;
    line-height: 105%;
    /* 50.4px */
    letter-spacing: -2.4px;
    color: #6E67D2; }
    @media only screen and (max-width: 1439px) {
      .assortment__desc .col:last-child {
        padding-right: 0; } }
    .assortment__desc .col:last-child p {
      font-size: 48px;
      line-height: 105%;
      /* 50.4px */
      letter-spacing: -2.4px; }
      @media only screen and (max-width: 1199px) {
        .assortment__desc .col:last-child p {
          font-size: 32px;
          line-height: 115%;
          /* 50.4px */ } }

.brands__wrap {
  margin: 0 -40px;
  margin-top: 10px;
  padding: 66px 40px;
  background: #F5F6F9; }
  @media only screen and (max-width: 1439px) {
    .brands__wrap {
      margin: 0 -20px; } }
  @media only screen and (max-width: 1199px) {
    .brands__wrap {
      padding: 80px 20px;
      margin-top: 80px; } }
  .brands__wrap h3, .brands__wrap .h3 {
    margin-top: 0; }

.brands__container {
  display: grid;
  grid-template-columns: repeat(6, calc(100% / 6 - 30px * 5 / 6));
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 36px; }
  @media only screen and (max-width: 1023px) {
    .brands__container {
      grid-template-columns: repeat(4, calc(100% / 4 - 20px * 3 / 4));
      -webkit-column-gap: 20px;
         -moz-column-gap: 20px;
              column-gap: 20px;
      row-gap: 32px; } }
  @media only screen and (max-width: 767px) {
    .brands__container {
      grid-template-columns: repeat(2, calc(50% - 10px)); } }

.partners__wrap {
  display: grid;
  grid-template-columns: 100%;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin: 0 -40px; }
  @media only screen and (max-width: 1439px) {
    .partners__wrap {
      margin: 0; } }
  @media only screen and (max-width: 1023px) {
    .partners__wrap {
      grid-template-columns: 100%; } }
  .partners__wrap .col {
    padding: 40px;
    border: 1px solid #E6E9F7; }
    @media only screen and (max-width: 1199px) {
      .partners__wrap .col {
        padding: 26px 30px; } }
    .partners__wrap .col:first-child .partners__container {
      display: grid;
      grid-template-columns: repeat(6, calc(100% / 6 - 30px * 5 / 6));
      -webkit-column-gap: 30px;
         -moz-column-gap: 30px;
              column-gap: 30px;
      row-gap: 30px; }
      @media only screen and (max-width: 1199px) {
        .partners__wrap .col:first-child .partners__container {
          grid-template-columns: repeat(6, calc(100% / 6 - 20px * 5 / 6));
          -webkit-column-gap: 20px;
             -moz-column-gap: 20px;
                  column-gap: 20px; } }
      @media only screen and (max-width: 767px) {
        .partners__wrap .col:first-child .partners__container {
          grid-template-columns: repeat(2, calc(50% - 10px)); } }
  .partners__wrap h3, .partners__wrap .h3 {
    margin-top: 0; }
  .partners__wrap h5, .partners__wrap .h5 {
    margin-bottom: 26px;
    color: #6E67D2; }

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

.partners__desc {
  max-width: 65%;
  margin-bottom: 48px; }
  @media only screen and (max-width: 1199px) {
    .partners__desc {
      max-width: 100%;
      margin-bottom: 32px; } }

.strategy-consumed {
  padding-top: 92px;
  margin-top: 92px;
  border-top: 1px solid #E6E9F7; }
  @media only screen and (max-width: 1199px) {
    .strategy-consumed {
      padding-top: 75px;
      margin-top: 83px; } }
  .strategy-consumed__content h3 {
    margin-bottom: 24px; }
    @media only screen and (max-width: 1199px) {
      .strategy-consumed__content h3 {
        font-size: 28px;
        line-height: 115%; } }
  .strategy-consumed__row {
    display: grid;
    grid-template-columns: calc(50% - 15px) calc(50% - 15px);
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px; }
    @media only screen and (max-width: 767px) {
      .strategy-consumed__row {
        grid-template-columns: 100%; } }
  .strategy-consumed__owns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    margin-top: 10px; }
    @media only screen and (max-width: 767px) {
      .strategy-consumed__owns {
        -webkit-column-gap: unset;
           -moz-column-gap: unset;
                column-gap: unset; } }
    .strategy-consumed__owns .income__card {
      padding: 0;
      min-width: 225px;
      border: none; }
      @media only screen and (max-width: 1199px) {
        .strategy-consumed__owns .income__card {
          min-width: 156px; } }
      @media only screen and (max-width: 767px) {
        .strategy-consumed__owns .income__card {
          min-width: 50%; } }
      .strategy-consumed__owns .income__card span {
        font-size: 100px;
        color: #6E67D2;
        line-height: 100%; }
        @media only screen and (max-width: 1199px) {
          .strategy-consumed__owns .income__card span {
            font-size: 48px; } }
      @media only screen and (max-width: 767px) {
        .strategy-consumed__owns .income__card p {
          font-size: 16px; } }
  .strategy-consumed__img {
    height: 310px; }
    @media only screen and (max-width: 1199px) {
      .strategy-consumed__img {
        height: 150px; } }
    @media only screen and (max-width: 767px) {
      .strategy-consumed__img {
        height: 136px;
        margin-top: 32px; } }

.requirements__container {
  display: grid;
  grid-template-columns: repeat(3, calc(100% / 3 - 30px * 2 / 3));
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px; }
  @media only screen and (max-width: 1199px) {
    .requirements__container {
      grid-template-columns: 100%;
      row-gap: 10px; } }

.category-dev {
  display: grid;
  grid-template-columns: repeat(3, calc(100% / 3 - 30px * 2 / 3));
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px; }
  @media only screen and (max-width: 1023px) {
    .category-dev {
      grid-template-columns: repeat(2, calc(50% - 10px)); } }
  @media only screen and (max-width: 767px) {
    .category-dev {
      grid-template-columns: 100%;
      row-gap: 10px; } }
  @media only screen and (max-width: 1023px) {
    .category-dev__content {
      grid-column: 1 / span 2;
      margin-bottom: 36px; } }
  @media only screen and (max-width: 767px) {
    .category-dev__content {
      grid-column: unset; } }
  .category-dev .card-type-3:nth-child(2) .card--img::before {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    width: 86px;
    height: 112px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='86' height='112' viewBox='0 0 86 112' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M46.7462 1H11C5.47715 1 1 5.47715 1 11V101C1 106.523 5.47715 111 11 111H75C80.5229 111 85 106.523 85 101V38.9608C85 36.2906 83.9321 33.7313 82.0341 31.853L53.7803 3.89218C51.9081 2.03931 49.3803 1 46.7462 1Z' stroke='%236E67D2'/%3e%3cline x1='39' y1='47.5' x2='68.0909' y2='47.5' stroke='%236E67D2'/%3e%3cline x1='39' y1='63.5' x2='68.0909' y2='63.5' stroke='%236E67D2'/%3e%3cline x1='39' y1='79.5' x2='68.0909' y2='79.5' stroke='%236E67D2'/%3e%3cpath d='M34 40L27.75 45.7131L21.5 51.4263L15 44.9263' stroke='%236E67D2'/%3e%3cpath d='M34 56L27.75 61.7131L21.5 67.4263L15 60.9263' stroke='%236E67D2'/%3e%3cpath d='M34 72L27.75 77.7131L21.5 83.4263L15 76.9263' stroke='%236E67D2'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: contain; }
    @media only screen and (max-width: 1199px) {
      .category-dev .card-type-3:nth-child(2) .card--img::before {
        top: 15px;
        right: 15px;
        width: 60px;
        height: 80px; } }
  .category-dev .card-type-3:nth-child(3) .card--img::before {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    width: 86px;
    height: 112px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='86' height='112' viewBox='0 0 86 112' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M46.7462 1H11C5.47715 1 1 5.47715 1 11V101C1 106.523 5.47715 111 11 111H75C80.5229 111 85 106.523 85 101V38.9608C85 36.2906 83.9321 33.7313 82.0341 31.853L53.7803 3.89218C51.9081 2.03931 49.3803 1 46.7462 1Z' stroke='%236E67D2'/%3e%3cpath d='M71 41.0001L55.649 41M71 41.0001V56.2516M71 41.0001L50.386 61.4822H34.7715L16 81.724' stroke='%236E67D2'/%3e%3cline x1='16' y1='91.5' x2='71' y2='91.5' stroke='%236E67D2'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: contain; }
    @media only screen and (max-width: 1199px) {
      .category-dev .card-type-3:nth-child(3) .card--img::before {
        top: 15px;
        right: 15px;
        width: 60px;
        height: 80px; } }
  .category-dev .card-type-3 .card--img {
    position: relative;
    width: calc(100% + 60px);
    margin-left: -30px;
    height: 150px; }
    @media only screen and (max-width: 1199px) {
      .category-dev .card-type-3 .card--img {
        width: calc(100% + 40px);
        margin-left: -20px;
        height: 110px; } }
  .category-dev .card--desc {
    margin-bottom: 0 !important; }

table {
  display: inline-block;
  padding: 30px 0;
  border-collapse: collapse;
  border-radius: 10px;
  border: 1px solid #E6E9F7; }
  table:first-child {
    padding-top: 0; }
  table:last-child {
    padding-bottom: 0; }
  table thead {
    background: #6E67D2; }
    table thead th {
      min-width: 150px;
      padding: 15px 25px;
      color: #FFFFFF;
      font-weight: normal; }
      table thead th:first-child {
        border-radius: 10px 0 0 0; }
      table thead th:last-child {
        border-radius: 0 10px 0 0; }
      table thead th:not(:first-child) {
        border-left: 1px solid #FFFFFF; }
    table thead td {
      min-width: 150px;
      padding: 15px 25px;
      color: #FFFFFF;
      font-weight: normal; }
      table thead td:first-child {
        border-radius: 10px 0 0 0; }
      table thead td:last-child {
        border-radius: 0 10px 0 0; }
      table thead td:not(:first-child) {
        border-left: 1px solid #FFFFFF; }
  table tbody tr:nth-child(even) {
    background: #F5F6F9; }
  table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 10px; }
  table tbody tr:last-child td:last-child {
    border-radius: 0 0 10px 0; }
  table tbody td {
    padding: 5px 15px; }
    table tbody td:not(:first-child) {
      text-align: center; }
    table tbody td:not(:first-child) {
      border-left: 1px solid #FFFFFF; }

.table-wrap {
  overflow-y: auto; }
  @media only screen and (min-width: 1600px) {
    .table-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.ustm__container {
  display: grid;
  grid-template-columns: 1fr 49%;
  -webkit-column-gap: 150px;
     -moz-column-gap: 150px;
          column-gap: 150px;
  border-radius: 20px;
  margin: 0 -40px;
  padding: 14px 40px;
  background: #F5F6F9; }
  @media only screen and (max-width: 1439px) {
    .ustm__container {
      margin: 0 -20px; } }
  @media only screen and (max-width: 1199px) {
    .ustm__container {
      padding: 13px 20px;
      -webkit-column-gap: 50px;
         -moz-column-gap: 50px;
              column-gap: 50px;
      margin-top: 0; } }
  @media only screen and (max-width: 767px) {
    .ustm__container {
      gap: 30px; } }
  @media only screen and (max-width: 576px) {
    .ustm__container {
      grid-template-columns: 100%; } }
  .ustm__container h3, .ustm__container .h3 {
    margin-top: 0; }
  .ustm__container img {
    border-radius: 20px; }

.block-cookie {
  position: fixed;
  bottom: 20px;
  left: calc(50% - 750px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 100px;
  max-width: 580px;
  padding: 30px 30px;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #393E4D;
  background: #F5F6F9;
  z-index: 10000; }
  @media only screen and (max-width: 1599px) {
    .block-cookie {
      left: 50px; } }
  @media only screen and (max-width: 1199px) {
    .block-cookie {
      left: 20px;
      gap: 15px;
      border-radius: 10px;
      max-width: 468px;
      font-size: 14px;
      line-height: 130%; } }
  @media only screen and (max-width: 576px) {
    .block-cookie {
      left: 0;
      bottom: 0;
      width: 100%;
      gap: 58px;
      max-width: unset;
      padding: 20px;
      font-size: 11px;
      -webkit-transform: unset;
          -ms-transform: unset;
              transform: unset; } }
  .block-cookie__buttons {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px; }
  .block-cookie__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 24px;
    border-radius: 8px;
    border: none;
    font-size: 16px;
    color: #fff;
    background: #6E67D2; }
    @media only screen and (max-width: 1199px) {
      .block-cookie__button {
        height: 48px;
        font-size: 14px; } }
    @media only screen and (max-width: 576px) {
      .block-cookie__button {
        font-size: 11px; } }
    .block-cookie__button:hover {
      background: #5148C6; }
  .block-cookie p {
    margin: 0;
    font-size: 16px; }
    @media only screen and (max-width: 1199px) {
      .block-cookie p {
        font-size: 14px; } }
    @media only screen and (max-width: 576px) {
      .block-cookie p {
        font-size: 11px; } }
  .block-cookie a {
    text-decoration: underline;
    cursor: pointer; }

.select-lang__wrap {
  font-size: 14px; }

.select-lang__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #6E67D2;
  cursor: pointer; }

.select-lang__list {
  padding: 10px;
  background: #FFFFFF; }
  .select-lang__list li a {
    white-space: nowrap; }

.dropdown-phone-full.--active {
  width: 100vw !important;
  left: 0 !important; }

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

.dropdown-bg {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 3;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px); }
  .dropdown-bg.--active {
    display: block; }

/* hide-show end */
/* mobile-men start */
.menu-button-big {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 40px !important;
  height: 17px !important;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  cursor: pointer; }
  .menu-button-big span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #6E67D2;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
    .menu-button-big span:nth-child(1) {
      top: 0px;
      -webkit-transform-origin: left center;
          -ms-transform-origin: left center;
              transform-origin: left center; }
    .menu-button-big span:nth-child(2) {
      top: 8px;
      -webkit-transform-origin: left center;
          -ms-transform-origin: left center;
              transform-origin: left center; }
    .menu-button-big span:nth-child(3) {
      top: 16px;
      -webkit-transform-origin: left center;
          -ms-transform-origin: left center;
              transform-origin: left center; }
  .menu-button-big.--active span:nth-child(1) {
    -webkit-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
            transform: rotate(20deg);
    top: 0;
    left: 0; }
  .menu-button-big.--active span:nth-child(2) {
    width: 0%;
    opacity: 0; }
  .menu-button-big.--active span:nth-child(3) {
    -webkit-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
            transform: rotate(-20deg);
    top: 14px;
    left: 0; }

.dropbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 40px;
  border-radius: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.dropdown-phone-full {
  position: fixed;
  display: inline-block;
  top: 0;
  left: -100%;
  width: 0;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  z-index: 10; }
  .dropdown-phone-full .close-dropbtn {
    position: absolute;
    right: 30px;
    top: 25px;
    font-size: 2rem;
    color: #000;
    z-index: 2; }
  .dropdown-phone-full .dropdown-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100vw;
    height: 100vh;
    background: #fff;
    z-index: 1;
    overflow: hidden; }
    .dropdown-phone-full .dropdown-content nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%; }
      @media only screen and (max-width: 1023px) {
        .dropdown-phone-full .dropdown-content nav {
          padding-bottom: 1.875rem; } }
    .dropdown-phone-full .dropdown-content .top-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 1.875rem 0 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-left: 0; }
      .dropdown-phone-full .dropdown-content .top-menu li {
        margin-right: 0; }
      .dropdown-phone-full .dropdown-content .top-menu a {
        display: block;
        padding: 0.75rem 16px;
        text-align: center;
        color: #3F3F3F;
        text-decoration: none; }
    .dropdown-phone-full .dropdown-content .button {
      position: relative;
      margin-top: 25px; }
    .dropdown-phone-full .dropdown-content .header__contacts {
      margin-top: 20px; }

.dropdown-content-small {
  position: relative; }
  .dropdown-content-small .wrap {
    position: absolute;
    top: 0;
    max-height: 5000px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease; }
  .dropdown-content-small:not(.--active) .wrap {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0; }

.dropdown-content-big {
  position: absolute;
  background: #FFFFFF;
  width: 100%;
  top: 80px;
  padding: 80px 50px;
  max-height: 5000px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .dropdown-content-big:not(.--active) {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0; }
  @media only screen and (max-width: 1199px) {
    .dropdown-content-big {
      top: 70px; } }
  @media only screen and (max-width: 1023px) {
    .dropdown-content-big {
      padding: 48px 20px 48px;
      margin: 0 -20px;
      width: calc(100% + 40px); } }
  @media only screen and (max-width: 767px) {
    .dropdown-content-big {
      top: 60px;
      padding: 28px 20px 28px; } }
  .dropdown-content-big .dropdown-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px; }
    @media only screen and (max-width: 767px) {
      .dropdown-content-big .dropdown-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .dropdown-content-big .dropdown-content .top-menu {
      width: calc(100% / 4 - 30px * 3 / 4); }
      @media only screen and (max-width: 767px) {
        .dropdown-content-big .dropdown-content .top-menu {
          width: 100%;
          padding: 28px 0;
          border-bottom: 1px solid #E6E9F7; } }
    .dropdown-content-big .dropdown-content .link-phone {
      color: #393E4D; }
    .dropdown-content-big .dropdown-content .button span {
      color: #6E67D2 !important; }
    .dropdown-content-big .dropdown-content .button .icon-svg {
      display: none; }
    .dropdown-content-big .dropdown-content .select-lang__select {
      color: #6E67D2; }
    .dropdown-content-big .dropdown-content .select-lang span {
      color: #6E67D2 !important; }
    .dropdown-content-big .dropdown-content .button-point {
      border-color: #6E67D2;
      color: #6E67D2; }
    .dropdown-content-big .dropdown-content .button-lk {
      border-color: #E6E9F7; }
      .dropdown-content-big .dropdown-content .button-lk .icon-svg {
        display: block;
        color: #393E4D; }
  .dropdown-content-big .drop-menu-bottom__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    margin-top: 28px; }
    .dropdown-content-big .drop-menu-bottom__row .button-lk {
      margin-left: auto; }
    .dropdown-content-big .drop-menu-bottom__row .popup-button {
      margin-left: auto; }

.card {
  padding: 30px 40px; }
  @media only screen and (max-width: 1199px) {
    .card {
      padding: 26px 30px; } }
  .card p {
    margin: 14px 0; }
  .card ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 14px 0;
    font-weight: normal; }
    @media only screen and (max-width: 1199px) {
      .card ul {
        row-gap: 4px;
        margin: 20px 0; } }
    .card ul li {
      position: relative;
      padding-left: 20px;
      margin-top: 0;
      /*
			&::before {
				content: '';
				position: absolute;
				left: 0;
				top: 9px;
				display: inline-block;
				width: 5px;
				height: 5px;
				border-radius: 50%;
				background-color: $color-violet;
			}
			*/ }
  .card .card--sub-ttl {
    display: block;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 126%;
    color: #6E67D2; }
    @media only screen and (max-width: 1199px) {
      .card .card--sub-ttl {
        margin-bottom: 8px;
        font-size: 20px; } }
  .card .card--value {
    z-index: 2; }
  .card .card--desc {
    z-index: 2; }

.card-type-1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 250px;
  padding: 40px;
  padding-right: 20px;
  background: #FFFFFF; }
  @media only screen and (max-width: 1199px) {
    .card-type-1 {
      height: 200px; } }
  @media only screen and (max-width: 576px) {
    .card-type-1 {
      height: auto;
      padding: 30px; } }
  .card-type-1:first-child .card--desc {
    max-width: 72%; }
    @media only screen and (max-width: 1439px) {
      .card-type-1:first-child .card--desc {
        max-width: 100%; } }
  .card-type-1__img {
    position: absolute;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 100%;
    width: 100%; }
    @media only screen and (max-width: 576px) {
      .card-type-1__img {
        position: relative;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
    .card-type-1__img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
      @media only screen and (max-width: 576px) {
        .card-type-1__img img {
          -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(94%, #000), to(transparent));
          -webkit-mask-image: linear-gradient(0, #000 94%, transparent 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(94%, #000), to(transparent));
          mask-image: linear-gradient(0, #000 94%, transparent 100%); } }
  .card-type-1 .card--value {
    position: relative;
    font-size: 60px;
    line-height: 105%;
    letter-spacing: -0.05em;
    color: #6E67D2; }
    @media only screen and (max-width: 1199px) {
      .card-type-1 .card--value {
        font-size: 32px; } }
    @media only screen and (max-width: 767px) {
      .card-type-1 .card--value {
        margin-bottom: 8px; } }
    .card-type-1 .card--value span {
      font-size: 80px; }
      @media only screen and (max-width: 1439px) {
        .card-type-1 .card--value span {
          font-size: 74px; } }
      @media only screen and (max-width: 1199px) {
        .card-type-1 .card--value span {
          font-size: 32px; } }
  .card-type-1 .card--desc {
    position: relative;
    font-size: 24px;
    line-height: 126%; }
    @media only screen and (max-width: 1439px) {
      .card-type-1 .card--desc {
        font-size: 20px; } }
    @media only screen and (max-width: 1199px) {
      .card-type-1 .card--desc {
        font-size: 16px; } }

.card-type-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #F5F6F9;
  padding: 40px; }
  @media only screen and (max-width: 1199px) {
    .card-type-2 {
      padding: 30px; } }
  .card-type-2 .card--ttl {
    margin-top: 18px;
    margin-bottom: 10px; }
    @media only screen and (max-width: 1199px) {
      .card-type-2 .card--ttl {
        margin-top: 24px;
        font-size: 28px; } }

.card-type-3 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 45px;
  background: #F1F0FF; }
  @media only screen and (max-width: 1199px) {
    .card-type-3 {
      padding: 30px;
      padding-bottom: 50px; } }
  @media only screen and (max-width: 767px) {
    .card-type-3 {
      padding: 20px; } }
  .card-type-3::before {
    content: attr(data-count);
    position: absolute;
    top: 32px;
    font-size: 50px;
    line-height: 105%;
    /* 52.5px */
    letter-spacing: -2.5px;
    color: #6E67D2; }
    @media only screen and (max-width: 1199px) {
      .card-type-3::before {
        top: 20px;
        left: 20px;
        font-size: 24px; } }
  .card-type-3 .card--img {
    margin-top: -30px;
    margin-right: -30px;
    width: 85%;
    height: 200px;
    margin-left: auto; }
    @media only screen and (max-width: 1599px) {
      .card-type-3 .card--img {
        width: 90%; } }
    @media only screen and (max-width: 1199px) {
      .card-type-3 .card--img {
        margin-top: -20px;
        margin-right: -10px;
        width: 90%;
        height: 148px; } }
    @media only screen and (max-width: 767px) {
      .card-type-3 .card--img {
        width: 50%;
        height: 130px;
        margin-top: -10px; } }
    @media only screen and (max-width: 576px) {
      .card-type-3 .card--img {
        width: 90%; } }
    .card-type-3 .card--img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .card-type-3 .card--ttl {
    margin-top: 34px;
    margin-bottom: 16px;
    width: 100%;
    font-size: 40px;
    color: #393E4D; }
    @media only screen and (max-width: 1199px) {
      .card-type-3 .card--ttl {
        margin-top: 22px;
        margin-bottom: 8px;
        font-size: 28px; } }
  .card-type-3 .card--desc {
    width: 100%;
    margin-bottom: 16px; }
  .card-type-3 .button {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-top: auto; }

.card-type-4 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px;
  border: 1px solid #E6E9F7; }
  @media only screen and (max-width: 1199px) {
    .card-type-4 {
      padding: 30px; } }
  .card-type-4:not(.--active) .hidden-text__limiter {
    max-height: 250px; }
  .card-type-4.--active .hidden-text__bottom {
    display: none; }
  .card-type-4.--active .hidden-text__limiter {
    padding-bottom: 36px; }
  .card-type-4 .hidden-text__limiter {
    width: 100%;
    position: relative;
    overflow: hidden; }
  .card-type-4 .card--img {
    width: 98px;
    height: 98px; }
    @media only screen and (max-width: 767px) {
      .card-type-4 .card--img {
        width: 86px;
        height: 86px; } }
    .card-type-4 .card--img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .card-type-4 .card--ttl {
    width: 100%;
    margin-top: 22px;
    margin-bottom: 24px;
    font-size: 36px;
    color: #393E4D; }
    @media only screen and (max-width: 1199px) {
      .card-type-4 .card--ttl {
        margin-top: 28px;
        margin-bottom: 14px;
        font-size: 26px; } }
  .card-type-4 .card--desc + .card--sub-ttl {
    margin-top: 28px; }
    @media only screen and (max-width: 1199px) {
      .card-type-4 .card--desc + .card--sub-ttl {
        margin-top: 16px; } }
  .card-type-4 .hidden-text__bottom {
    position: absolute;
    bottom: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(75%, #fff));
    background: -o-linear-gradient(top, transparent, #fff 75%);
    background: linear-gradient(to bottom, transparent, #fff 75%);
    width: calc(100% - 80px);
    height: 60px;
    opacity: 1;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    .card-type-4 .hidden-text__bottom::after {
      content: '';
      position: relative;
      bottom: -20px;
      display: block;
      background: #fff;
      width: 100%;
      height: 20px; }
    @media only screen and (max-width: 1199px) {
      .card-type-4 .hidden-text__bottom {
        bottom: 50px;
        width: calc(100% - 60px); } }
  .card-type-4 .button {
    position: absolute;
    bottom: 40px;
    -ms-flex-item-align: start;
        align-self: flex-start; }
    @media only screen and (max-width: 1199px) {
      .card-type-4 .button {
        position: static;
        margin-top: auto; } }

.card-brand {
  padding: 0; }
  .card-brand .card--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;
    padding: 40px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    aspect-ratio: 1/1; }
  .card-brand .button {
    margin-top: 20px; }
    @media only screen and (max-width: 1199px) {
      .card-brand .button {
        margin-top: 12px; } }

.news__img {
  width: 100%;
  aspect-ratio: 3 / 2; }
  .news__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.news__data {
  display: block;
  margin: 24px 0 16px;
  color: #BBC1D1; }
  @media only screen and (max-width: 1199px) {
    .news__data {
      margin: 20px 0 10px; } }

.news__preview {
  display: block;
  max-width: 75%;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  max-height: calc(24px * 1.26 * 4);
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 24px;
  line-height: 126%;
  overflow: hidden; }
  @media only screen and (max-width: 1199px) {
    .news__preview {
      max-height: calc(16px * 1.4 * 4);
      font-size: 16px;
      line-height: 140%; } }

.news_small {
  display: grid;
  grid-template-columns: 30% 1fr;
  grid-template-rows: 18px auto;
  row-gap: 16px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  padding: 36px 0;
  border-bottom: 1px solid #E6E9F7; }
  @media only screen and (max-width: 1199px) {
    .news_small {
      row-gap: 13px; } }
  .news_small:first-child {
    border-top: 1px solid #E6E9F7; }
  .news_small .news__img {
    grid-row: 1 / span 2; }
    @media only screen and (max-width: 1199px) {
      .news_small .news__img {
        border-radius: 15px; } }
  .news_small .news__data {
    margin-top: 0;
    margin-bottom: 0; }
    @media only screen and (max-width: 1199px) {
      .news_small .news__data {
        font-size: 11px; } }
  .news_small .news__preview {
    max-width: unset; }

.card-requirements {
  padding: 40px 50px;
  border: 1px solid #E6E9F7; }
  @media only screen and (max-width: 1199px) {
    .card-requirements {
      padding: 30px; } }
  .card-requirements h3 {
    margin-top: 0;
    margin-bottom: 18px; }
    @media only screen and (max-width: 1199px) {
      .card-requirements h3 {
        margin-bottom: 10px;
        font-size: 28px;
        line-height: 115%; } }
  .card-requirements .list-check-border {
    margin: 0; }

.list-check-border {
  row-gap: 14px !important; }
  .list-check-border li {
    position: relative !important;
    padding-left: 55px !important;
    min-height: 35px; }
    @media only screen and (max-width: 1199px) {
      .list-check-border li {
        padding-left: 55px !important; } }
    .list-check-border li::before {
      display: none !important; }
    .list-check-border li .icon-svg {
      position: absolute;
      top: 0;
      left: 0; }

.footer {
  padding-top: 100px;
  border-top: 1px solid #E6E9F7; }
  @media only screen and (max-width: 1199px) {
    .footer {
      padding-top: 62px; } }
  .footer__info {
    display: grid;
    grid-template-columns: calc(100% / 5 - 15px) 1fr;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px; }
    @media only screen and (max-width: 1023px) {
      .footer__info {
        grid-template-columns: calc(100% / 3 - 25px) 1fr; } }
    @media only screen and (max-width: 767px) {
      .footer__info {
        grid-template-columns: 100%; } }
    .footer__info .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; }
    .footer__info .col:last-child {
      display: grid;
      grid-template-columns: repeat(3, calc(100% / 3 - 30px * 2 / 3));
      -webkit-column-gap: 30px;
         -moz-column-gap: 30px;
              column-gap: 30px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media only screen and (max-width: 1023px) {
        .footer__info .col:last-child {
          grid-template-columns: repeat(2, calc(50% - 20px));
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          row-gap: 40px; } }
      @media only screen and (max-width: 767px) {
        .footer__info .col:last-child {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-flow: column;
                  flex-flow: column;
          margin-bottom: 40px;
          -webkit-box-ordinal-group: 0;
              -ms-flex-order: -1;
                  order: -1; } }
  .footer__bottom {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 80px;
    margin-bottom: 30px;
    color: #BBC1D1; }
    @media only screen and (max-width: 1023px) {
      .footer__bottom {
        margin-top: 60px;
        margin-bottom: 20px; } }
  @media only screen and (max-width: 1023px) {
    .footer .footer-menu {
      width: calc(50% - 25px); } }
  @media only screen and (max-width: 767px) {
    .footer .footer-menu {
      width: 100%; } }
  @media only screen and (max-width: 1023px) {
    .footer .footer-menu:nth-child(2) {
      margin-top: 10px; } }
  .footer .footer-menu li:first-child {
    white-space: nowrap;
    font-family: "Onest-SemiBold", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
  .footer .popup-button {
    padding: 0 25px; }
  .footer .logo-link {
    margin-bottom: 50px; }
    .footer .logo-link .icon-svg {
      width: 106px;
      height: 36px; }
    .footer .logo-link span {
      max-width: 90px;
      font-size: 11px;
      line-height: .9; }
  .footer .popup-button {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin: 10px 0 20px;
    font-size: 16px; }
    @media only screen and (max-width: 1199px) {
      .footer .popup-button {
        margin: 5px 0 10px;
        font-size: 14px; } }
  .footer .link-mail {
    font-size: 16px; }
    @media only screen and (max-width: 1199px) {
      .footer .link-mail {
        font-size: 14px; } }
  .footer .copy {
    position: relative;
    padding-top: 40px; }
    @media only screen and (max-width: 1023px) {
      .footer .copy {
        padding-top: 20px; } }
    .footer .copy::before {
      content: '';
      position: absolute;
      top: 0;
      width: 353px;
      height: 1px;
      background: #E6E9F7; }
      @media only screen and (max-width: 1023px) {
        .footer .copy::before {
          width: 230px; } }
      @media only screen and (max-width: 767px) {
        .footer .copy::before {
          width: 100%; } }
  .footer .dev {
    padding-top: 40px; }
    @media only screen and (max-width: 1023px) {
      .footer .dev {
        padding-top: 20px; } }
  .footer .privacy-policy {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 12px;
    gap: 10px;
    font-size: 16px;
    line-height: 130%;
    color: #6E67D2; }
    @media only screen and (max-width: 1199px) {
      .footer .privacy-policy {
        font-size: 14px; } }
  .footer .button {
    white-space: nowrap; }

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

.checkbox-base ~ label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 18px;
  line-height: 1.3; }
  @media only screen and (max-width: 1199px) {
    .checkbox-base ~ label {
      font-size: 16px; } }

.checkbox-base ~ label span:first-child {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 0.9375rem;
  border: 1px solid #393E4D;
  cursor: pointer; }
  @media only screen and (max-width: 1199px) {
    .checkbox-base ~ label span:first-child {
      width: 18px;
      height: 18px; } }

.checkbox-base ~ label span .icon {
  opacity: 0; }

.checkbox-base:checked ~ label span .icon {
  opacity: 1; }

input[type="file"] {
  display: none;
  /* скрываем input file */ }

.file-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #6E67D2; }

.button-file {
  cursor: pointer; }

.file-text {
  cursor: pointer; }

.input {
  width: 100%;
  height: 44px;
  padding-bottom: 20px;
  border: none;
  border-bottom: 1px solid #BBC1D1;
  font-family: "Onest-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: 130%;
  color: #393E4D; }
  @media only screen and (max-width: 1199px) {
    .input {
      font-size: 14px; } }
  @media only screen and (max-width: 767px) {
    .input {
      padding-bottom: 20px;
      margin-top: 36px;
      font-size: 16px; } }
  .input::-webkit-input-placeholder {
    font-family: "Onest-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: 130%;
    color: #BBC1D1;
    font-weight: normal; }
  .input::-moz-placeholder {
    font-family: "Onest-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: 130%;
    color: #BBC1D1;
    font-weight: normal; }
  .input:-ms-input-placeholder {
    font-family: "Onest-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: 130%;
    color: #BBC1D1;
    font-weight: normal; }
  .input::-ms-input-placeholder {
    font-family: "Onest-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: 130%;
    color: #BBC1D1;
    font-weight: normal; }
  .input::placeholder {
    font-family: "Onest-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: 130%;
    color: #BBC1D1;
    font-weight: normal; }
    @media only screen and (max-width: 1199px) {
      .input::-webkit-input-placeholder {
        font-size: 14px; }
      .input::-moz-placeholder {
        font-size: 14px; }
      .input:-ms-input-placeholder {
        font-size: 14px; }
      .input::-ms-input-placeholder {
        font-size: 14px; }
      .input::placeholder {
        font-size: 14px; } }
    @media only screen and (max-width: 767px) {
      .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; } }
  .input:valid:focus {
    border-color: #393E4D; }
  .input.invalid {
    color: #EE446D;
    border-color: #EE446D; }

input[type=submit] {
  border: none;
  cursor: pointer; }

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 48px; }
  @media only screen and (max-width: 767px) {
    .form {
      row-gap: unset; } }
  .form-field {
    position: relative; }
  .form .form-message-fild {
    position: absolute;
    width: 100%; }
  .form .form-error {
    font-size: 14px;
    color: #EE446D; }
  .form .form-policy {
    margin-top: 30px;
    color: #BBC1D1; }
    .form .form-policy a {
      color: #6E67D2; }

.feedback__form .form-row {
  display: grid;
  grid-template-columns: 100%;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  width: 100%; }
  .feedback__form .form-row:nth-child(1) {
    grid-template-columns: repeat(2, calc(50% - 15px)); }
    @media only screen and (max-width: 767px) {
      .feedback__form .form-row:nth-child(1) {
        grid-template-columns: 100%; } }
  .feedback__form .form-row:nth-child(2) {
    grid-template-columns: repeat(2, calc(50% - 15px)); }
    @media only screen and (max-width: 767px) {
      .feedback__form .form-row:nth-child(2) {
        grid-template-columns: 100%; } }
  @media only screen and (max-width: 767px) {
    .feedback__form .form-row:nth-last-child(3) {
      margin-top: 36px; } }
  .feedback__form .form-row:nth-last-child(2) {
    grid-template-columns: 224px 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 767px) {
      .feedback__form .form-row:nth-last-child(2) {
        grid-template-columns: 100%; } }
    .feedback__form .form-row:nth-last-child(2) p {
      margin-top: 0; }
      @media only screen and (max-width: 767px) {
        .feedback__form .form-row:nth-last-child(2) p {
          margin-top: 20px; } }

.feedback__form .attach {
  margin-top: 48px;
  color: #6E67D2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px; }
  .feedback__form .attach input {
    visibility: hidden; }
  .feedback__form .attach img {
    width: 35px;
    height: 35px; }
  .feedback__form .attach:hover {
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    color: #5148C6; }

@media only screen and (max-width: 1023px) {
  .feedback__form .attach {
    margin-top: 44px; } }

@media only screen and (max-width: 767px) {
  .feedback__form .attach {
    margin-top: 50px; } }

@media only screen and (max-width: 576px) {
  .feedback__form .attach input {
    position: absolute;
    z-index: -1; } }

.feedback__form .button {
  padding: 0 66px; }
  @media only screen and (max-width: 767px) {
    .feedback__form .button {
      margin-top: 36px; } }

@media only screen and (max-width: 767px) {
  #popup-feedback .popup-button {
    width: 100%; } }

#popup-feedback .popup-button .button {
  padding: 15px 66px; }
  @media only screen and (max-width: 767px) {
    #popup-feedback .popup-button .button {
      width: 100%; } }

#popup-feedback .form-row {
  display: grid;
  grid-template-columns: 100%;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  width: 100%; }

#popup-feedback .form-row:nth-child(1) {
  grid-template-columns: repeat(2, calc(50% - 15px)); }
  @media only screen and (max-width: 1023px) {
    #popup-feedback .form-row:nth-child(1) {
      grid-template-columns: 100%;
      row-gap: 36px; } }
  @media only screen and (max-width: 767px) {
    #popup-feedback .form-row:nth-child(1) {
      row-gap: 0; } }

#popup-feedback .form-row:nth-child(2) {
  grid-template-columns: repeat(2, calc(50% - 15px)); }
  @media only screen and (max-width: 1023px) {
    #popup-feedback .form-row:nth-child(2) {
      grid-template-columns: 100%;
      row-gap: 36px; } }
  @media only screen and (max-width: 767px) {
    #popup-feedback .form-row:nth-child(2) {
      row-gap: 0; } }

@media only screen and (max-width: 767px) {
  #popup-feedback .form-row:nth-last-child(3) {
    margin: 28px 0; } }

#popup-feedback .feedback-policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px; }
  @media only screen and (max-width: 767px) {
    #popup-feedback .feedback-policy {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 20px; } }
  #popup-feedback .feedback-policy .form-policy {
    max-width: 73%;
    margin: 0; }
    @media only screen and (max-width: 767px) {
      #popup-feedback .feedback-policy .form-policy {
        max-width: unset; } }

@media only screen and (max-width: 767px) {
  #popup-feedback .input {
    margin-top: 20px; } }

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

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

.radio-base ~ label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 18px;
  line-height: 1.3; }
  @media only screen and (max-width: 1199px) {
    .radio-base ~ label {
      font-size: 14px; } }

.radio-base ~ label span:first-child {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  border: 1px solid #393E4D;
  border-radius: 50%;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  cursor: pointer; }
  .radio-base ~ label span:first-child::before {
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease; }

.radio-base:checked ~ label span:first-child::before {
  opacity: 1; }

.select {
  padding: 0 24px;
  border: 0;
  height: 63px;
  width: 100%;
  border: 1px solid #393E4D;
  -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-wrap {
  width: 100%;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .select-wrap ul > li {
    padding-left: 0;
    font-size: 18px;
    line-height: 1.6; }
    .select-wrap ul > li::before {
      display: none; }
    @media only screen and (max-width: 1199px) {
      .select-wrap ul > li {
        font-size: 16px; } }
  .select-wrap .select-selected {
    -webkit-appearance: none;
    background: #FFFFFF;
    position: relative;
    cursor: pointer;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='17' height='9' fill='none' xmlns='http://www.w3.org/2000/svg' id='arrow-select'%3e%3cpath d='M1 1a8.898 8.898 0 0 1 7.471 7.567l.029.203.029-.203A8.898 8.898 0 0 1 16 1' stroke='%23396542'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right bottom 25px;
    background-size: auto; }
    @media only screen and (max-width: 1199px) {
      .select-wrap .select-selected {
        background-position: right bottom 13px; } }
    .select-wrap .select-selected:focus {
      outline: none; }
    .select-wrap .select-selected:before {
      content: "";
      display: block;
      position: absolute;
      bottom: 20px;
      right: 0;
      width: 17px;
      height: 10px;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='17' height='9' fill='none' xmlns='http://www.w3.org/2000/svg' id='arrow-select'%3e%3cpath d='M1 1a8.898 8.898 0 0 1 7.471 7.567l.029.203.029-.203A8.898 8.898 0 0 1 16 1' stroke='%23396542'/%3e%3c/svg%3e");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      -webkit-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease; }
      @media only screen and (max-width: 1199px) {
        .select-wrap .select-selected:before {
          bottom: 10px; } }
  .select-wrap .select-items {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    display: none;
    z-index: 3; }
    .select-wrap .select-items li {
      padding: 10px 0;
      cursor: pointer; }
  .select-wrap .option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .select-wrap .option.default {
      opacity: 0.7; }
  .select-wrap.--active .select-items {
    display: block; }
  .select-wrap.--active .select-selected:before {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }

textarea {
  resize: none; }
  textarea.input {
    height: auto;
    overflow: hidden; }
    textarea.input::-webkit-input-placeholder {
      text-align: start; }
    textarea.input::-moz-placeholder {
      text-align: start; }
    textarea.input:-ms-input-placeholder {
      text-align: start; }
    textarea.input::-ms-input-placeholder {
      text-align: start; }
    textarea.input::placeholder {
      text-align: start; }

.header {
  position: fixed;
  width: 100%;
  z-index: 10;
  border-bottom: 1px solid #E6E9F7; }
  .header.--fix {
    background: #FFFFFF; }
  .header__container {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, calc(100% / 3 - 30px * 2 / 3));
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    height: 80px; }
    @media only screen and (max-width: 1199px) {
      .header__container {
        height: 70px; } }
    @media only screen and (max-width: 767px) {
      .header__container {
        height: 60px; } }
  .header .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .header .col:nth-child(1) {
      -webkit-column-gap: 34px;
         -moz-column-gap: 34px;
              column-gap: 34px; }
      @media only screen and (max-width: 1199px) {
        .header .col:nth-child(1) {
          -webkit-column-gap: 26px;
             -moz-column-gap: 26px;
                  column-gap: 26px; } }
    .header .col:nth-child(2) {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-column-gap: 34px;
         -moz-column-gap: 34px;
              column-gap: 34px; }
      .header .col:nth-child(2) > span {
        position: relative;
        font-size: 14px;
        text-transform: uppercase;
        color: #6E67D2; }
        .header .col:nth-child(2) > span:first-child {
          left: -24px; }
          @media only screen and (max-width: 1023px) {
            .header .col:nth-child(2) > span:first-child {
              display: none; } }
        .header .col:nth-child(2) > span:nth-child(4) {
          right: -80px; }
          @media only screen and (max-width: 1023px) {
            .header .col:nth-child(2) > span:nth-child(4) {
              display: none; } }
    .header .col:nth-child(3) {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-column-gap: 5px;
         -moz-column-gap: 5px;
              column-gap: 5px; }
    @media only screen and (max-width: 1199px) {
      .header .col > .link-phone {
        display: none; } }
    .header .col > .popup-button {
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      @media only screen and (max-width: 1023px) {
        .header .col > .popup-button {
          width: 40px;
          padding: 0; } }
      @media only screen and (min-width: 1024px) {
        .header .col > .popup-button .icon-svg {
          display: none; } }
      @media only screen and (max-width: 1023px) {
        .header .col > .popup-button span {
          display: none; } }
    @media only screen and (max-width: 1023px) {
      .header .col > .button-point span {
        display: none; } }
  .header .menu-button-big {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .header .link-phone {
    font-size: 14px;
    margin-right: 24px; }
  .header .button {
    font-size: 14px; }
  .header .popup-button {
    padding: 0 20px;
    white-space: nowrap;
    /*
        @include mq('tablet') {
            width: 40px;
            padding: 0;
        }
        .icon-svg {
            @include mq-min('tablet') {
                display: none;
            }
        }
        span {
            @include mq('tablet') {
                display: none;
            }
        }
        */ }

.header-white {
  background: #928ee2;
  border-bottom: 1px solid #FFFFFF; }
  .header-white .logo-link {
    color: #FFFFFF; }
    .header-white .logo-link:hover span {
      color: #FFFFFF; }
  .header-white .logo {
    color: #FFFFFF; }
  .header-white .select-lang__select {
    color: #FFFFFF; }
  .header-white .button-point {
    border-color: #FFFFFF;
    color: #FFFFFF; }
    .header-white .button-point .icon-svg {
      color: #FFFFFF; }
  .header-white .col:nth-child(2) span {
    color: #FFFFFF; }
  .header-white .col > .popup-button {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-color: #FFFFFF;
    color: #FFFFFF; }
    .header-white .col > .popup-button:hover {
      border-color: #5148C6; }
  .header-white .header-menu {
    color: #FFFFFF; }
  .header-white .link-phone {
    color: #FFFFFF; }
  .header-white .button-search, .header-white .button-lk {
    border-color: #FFFFFF; }
    .header-white .button-search .icon-svg, .header-white .button-lk .icon-svg {
      color: #FFFFFF; }
  .header-white .menu-button-big span {
    background: #FFFFFF; }
  @media only screen and (max-width: 1023px) {
    .header-white .button .phone {
      color: #FFFFFF; } }
  .header-white.--fix {
    border-bottom: 1px solid #E6E9F7; }
    @media only screen and (max-width: 767px) {
      .header-white.--fix {
        background: #FFFFFF; } }
    .header-white.--fix .logo-link {
      color: #6E67D2; }
      .header-white.--fix .logo-link:hover span {
        color: #6E67D2; }
    .header-white.--fix .logo {
      color: #6E67D2; }
    .header-white.--fix .select-lang__select {
      color: #6E67D2; }
    .header-white.--fix .button-point {
      border-color: #6E67D2;
      color: #6E67D2; }
      .header-white.--fix .button-point .icon-svg {
        color: #6E67D2; }
    .header-white.--fix .col:nth-child(2) span {
      color: #6E67D2; }
    .header-white.--fix .col > .popup-button {
      border-color: #6E67D2;
      color: #6E67D2; }
      .header-white.--fix .col > .popup-button:hover {
        border-color: #5148C6; }
    .header-white.--fix .header-menu {
      color: #6E67D2; }
    .header-white.--fix .link-phone {
      color: #393E4D; }
    .header-white.--fix .button-search, .header-white.--fix .button-lk {
      border-color: #6E67D2; }
      .header-white.--fix .button-search .icon-svg, .header-white.--fix .button-lk .icon-svg {
        color: #6E67D2; }
    .header-white.--fix .menu-button-big span {
      background: #6E67D2; }
    @media only screen and (max-width: 1023px) {
      .header-white.--fix .button .phone {
        color: #6E67D2; } }

.list-pages {
  font-size: 1.375rem;
  margin-top: 1.25rem; }
  .list-pages__item {
    margin-bottom: 1.25rem; }

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 15px;
  -webkit-column-gap: 45px;
     -moz-column-gap: 45px;
          column-gap: 45px;
  margin-top: 0;
  margin-bottom: 0; }
  .footer-menu li {
    padding-left: 0;
    margin-top: 0; }
    .footer-menu li::before {
      display: none; }

.top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 15px;
  -webkit-column-gap: 45px;
     -moz-column-gap: 45px;
          column-gap: 45px;
  margin-top: 0;
  margin-bottom: 0; }
  .top-menu li {
    padding-left: 0;
    margin-top: 0; }
    .top-menu li::before {
      display: none; }
    .top-menu li:first-child {
      font-size: 24px; }

.hidden-item {
  /*
	&:not(.--show) li:nth-child(n+5) {
		display: none;
	}
	*/
  /*
	&.--show li:nth-child(n+5) {
		display: list-item;
	}
	*/ }

.button-hide {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  cursor: pointer;
  color: #6E67D2; }
  .button-hide:hover {
    color: #5148C6; }
  .button-hide .icon-svg {
    margin-right: 9px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    color: #6E67D2;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .button-hide:hover .icon-svg {
    color: #5148C6; }
  .button-hide span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 130%;
    z-index: 2; }
  .button-hide.--active .icon-svg {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg); }
  .button-hide.--active .show {
    display: none; }
  .button-hide:not(.--active) .hide {
    display: none; }

.hidden-text-small__limiter {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  max-height: calc(18px * 1.5 * 4);
  overflow: hidden; }

.hidden-text-small.--show .hidden-text-small__limiter {
  max-height: 62.5rem; }

.hidden-text-small.--show .hidden-text-small__bottom {
  display: none; }

.hidden-text-small__bottom {
  position: absolute;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(85%, #fff));
  background: -o-linear-gradient(top, transparent, #fff 85%);
  background: linear-gradient(to bottom, transparent, #fff 85%);
  width: 100%;
  height: 60px;
  opacity: 1;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.hidden-text-small__button {
  margin-top: 1.25rem;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  padding: 30px 0 47px;
  margin-top: 48px;
  border-top: 1px solid #E6E9F7; }
  @media only screen and (max-width: 1023px) {
    .pagination {
      padding: 18px 33px 18px 35px;
      font-size: 18px; } }
  @media only screen and (max-width: 767px) {
    .pagination {
      padding: 17px 27px; } }
  .pagination-pages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .pagination-pages a {
      padding-right: 48px; }
      @media only screen and (max-width: 767px) {
        .pagination-pages a {
          padding-right: 32px; } }
      .pagination-pages a.active {
        color: #6E67D2; }
      @media only screen and (max-width: 767px) {
        .pagination-pages a.hidden-mobile {
          display: none;
          padding-right: 0; } }
      .pagination-pages a:last-child {
        padding-right: 0; }
      .pagination-pages a:hover {
        color: #495361; }
  .pagination-arrow {
    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: 50px;
    height: 50px;
    background: #6E67D2;
    z-index: 2;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    cursor: pointer; }
    @media only screen and (max-width: 1199px) {
      .pagination-arrow {
        width: 35px;
        height: 35px; } }
    .pagination-arrow:hover, .pagination-arrow:focus {
      background: #5148C6; }
    .pagination-arrow.right-arrow {
      right: 0;
      -webkit-transform: unset;
          -ms-transform: unset;
              transform: unset; }
    .pagination-arrow.left-arrow {
      left: 0;
      -webkit-transform: unset;
          -ms-transform: unset;
              transform: unset; }
      .pagination-arrow.left-arrow .icon-svg {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
    .pagination-arrow .icon-svg {
      color: #FFFFFF; }

.mfp-move-horizontal .mfp-with-anim {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(300%);
      -ms-transform: translateX(300%);
          transform: translateX(300%); }

.mfp-move-horizontal.mfp-bg {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  -webkit-transform: translateX(300%);
      -ms-transform: translateX(300%);
          transform: translateX(300%); }

.mfp-bg {
  background: #6e67d280; }

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

.popup {
  position: fixed;
  right: 0;
  top: 0;
  margin: 0 auto;
  margin-right: 0;
  min-height: 100vh;
  border-radius: 20px 0px 0px 20px;
  background: #fff;
  z-index: 3; }
  @media only screen and (max-width: 1199px) {
    .popup {
      padding: 110px 70px; } }
  @media only screen and (max-width: 1023px) {
    .popup {
      padding: 85px 35px; } }
  @media only screen and (max-width: 767px) {
    .popup {
      width: 100%;
      padding: 50px 20px; } }
  .popup__wrap {
    padding: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100vh;
    overflow-y: auto; }
    .popup__wrap::-webkit-scrollbar {
      width: 5px;
      height: 10px;
      -webkit-transition: 125ms;
      transition: 125ms;
      background-color: #E6E9F7;
      cursor: pointer !important; }
    .popup__wrap::-webkit-scrollbar-thumb {
      background-color: #6E67D2;
      border-radius: 9em;
      -webkit-box-shadow: inset 1px 1px 10px #6E67D2;
              box-shadow: inset 1px 1px 10px #6E67D2;
      cursor: pointer !important;
      -webkit-transition: 125ms;
      transition: 125ms; }
    @media only screen and (max-width: 1023px) {
      .popup__wrap {
        padding: 0; } }

@-moz-document url-prefix() {
  .popup .popup__wrap {
    scrollbar-width: thin;
    scrollbar-color: #6E67D2 #E6E9F7; } }
  .popup .h2 {
    display: block;
    margin-bottom: 48px; }
    @media only screen and (max-width: 1023px) {
      .popup .h2 {
        margin-bottom: 12px; } }
  .popup .popup-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 40px;
    width: 40px;
    border: 1px solid #E6E9F7; }
    .popup .popup-modal-close:hover {
      border-color: #5148C6; }
      .popup .popup-modal-close:hover .icon-svg {
        color: #5148C6; }
    .popup .popup-modal-close .icon-svg {
      color: #393E4D; }
    @media only screen and (max-width: 1199px) {
      .popup .popup-modal-close {
        right: 70px; } }
    @media only screen and (max-width: 1023px) {
      .popup .popup-modal-close {
        right: 35px;
        top: 20px; } }
    @media only screen and (max-width: 767px) {
      .popup .popup-modal-close {
        right: 20px; } }

#popup-call {
  max-width: 580px; }
  @media only screen and (max-width: 1023px) {
    #popup-call .button {
      margin-top: 48px; } }

#popup-thank {
  max-width: 580px; }

#popup-feedback {
  width: 69%; }
  @media only screen and (max-width: 1199px) {
    #popup-feedback {
      width: 84%;
      padding: 85px 25px; } }
  @media only screen and (max-width: 767px) {
    #popup-feedback {
      width: 94.5%;
      padding: 0 25px; } }
  @media only screen and (max-width: 1199px) {
    #popup-feedback .popup__wrap {
      height: unset;
      padding: 50px 0; } }
  @media only screen and (max-width: 767px) {
    #popup-feedback .popup__wrap {
      padding-top: 20px;
      padding-bottom: 0; } }
  #popup-feedback .h2 {
    margin-bottom: 28px; }
    @media only screen and (max-width: 1199px) {
      #popup-feedback .h2 {
        margin-bottom: 20px; } }
  #popup-feedback .subtitle {
    margin-bottom: 40px;
    font-size: 24px; }
    @media only screen and (max-width: 1199px) {
      #popup-feedback .subtitle {
        margin-bottom: 36px;
        font-size: 20px; } }
    @media only screen and (max-width: 767px) {
      #popup-feedback .subtitle {
        font-size: 19px;
        margin-bottom: 28px; } }

#popup-thank-feedback {
  width: 69%; }
  @media only screen and (max-width: 1199px) {
    #popup-thank-feedback {
      width: 84%;
      padding: 0 25px; } }
  @media only screen and (max-width: 767px) {
    #popup-thank-feedback {
      width: 94.5%; } }
  @media only screen and (max-width: 1199px) {
    #popup-thank-feedback .h2 {
      margin-bottom: 20px; } }
  @media only screen and (max-width: 1199px) {
    #popup-thank-feedback .popup__wrap {
      padding: 0; } }

.search-line__container {
  counter-reset: myCounter; }

.search-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 48px 0;
  border-top: 1px solid #E6E9F7; }
  @media only screen and (max-width: 1199px) {
    .search-line {
      padding: 24px 0; } }
  @media only screen and (max-width: 767px) {
    .search-line {
      padding-right: 0;
      padding-bottom: 29px; } }
  .search-line:nth-child(-n+9)::before {
    content: "0" counter(myCounter) "."; }
  .search-line::before {
    counter-increment: myCounter;
    content: counter(myCounter) ".";
    min-width: 98px;
    margin-top: -2px;
    font-size: 24px;
    color: #6E67D2; }
    @media only screen and (max-width: 1199px) {
      .search-line::before {
        min-width: 42px;
        margin-top: -1px;
        font-size: 18px; } }
  .search-line__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }
    @media only screen and (max-width: 576px) {
      .search-line__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .search-line__body .breadcrumbs {
      position: inherit;
      -webkit-box-pack: left;
          -ms-flex-pack: left;
              justify-content: left;
      padding-top: 8px; }
      @media only screen and (max-width: 1023px) {
        .search-line__body .breadcrumbs {
          padding-top: 0; } }
      @media only screen and (max-width: 767px) {
        .search-line__body .breadcrumbs {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
      .search-line__body .breadcrumbs__item:not(:last-child):after {
        margin-left: 8px; }
  .search-line-title {
    font-size: 24px;
    line-height: 126%; }
    @media only screen and (max-width: 1023px) {
      .search-line-title {
        font-size: 18px;
        line-height: 24.4px;
        word-spacing: 1px; } }
  .search-line__text {
    line-height: 25.2px; }
    @media only screen and (max-width: 1023px) {
      .search-line__text {
        line-height: 22.2px; } }
  .search-line__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .search-line__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 225px;
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 3 / 2;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media only screen and (max-width: 1199px) {
      .search-line__img {
        width: 167px; } }
    @media only screen and (max-width: 576px) {
      .search-line__img {
        width: 100%; } }
    .search-line__img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.search {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  left: 0;
  padding: 34px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFFFFF;
  z-index: 2;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  overflow: hidden;
  border-bottom: 1px solid #E6E9F7;
  /*
	input[type="text"] {
		width: 100%;
		max-width: 755px;
		height: 63px;
		outline: 0;
		border: 1px solid $color-black;
		transition: $transition;
		padding: 0 20px;
		font-size: 18px;
		font-family: $font-base;
		color:  $color-black;
		background: transparent;
		&::placeholder {
			font-family: $font-base;
			font-weight: $font-base-weight;
			font-size: 18px;
			line-height: 24px;
			color:  $color-black;
			@include mq('desktop-tiny') { //max-width 1024px  (мобильное меню)
				font-size: 16px;
			}
			
		}
		@include mq('desktop-tiny') { //max-width 1024px  (мобильное меню)
			height: 50px;
			font-size: 16px;
		}
		@include mq('phone') { //max-width 768px 
			height: 40px;
			font-size: 12px;
		}
	}
	*/
  /*
	input[type="submit"] {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-shrink: 0;
		height: 63px;
		width: 208px;
		margin-left: 20px;
		background: $color-black;
		color: $color-white;
		font-size: 14px;
		text-transform: uppercase;
		@include mq('desktop-tiny') { //max-width 1024px  (мобильное меню)
			height: 50px;
			width: 170px;
		}
	}
	.submit {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-shrink: 0;
		height: 40px;
		width: 40px;
		margin-left: 10px;
		background: $color-black;
		input[type="submit"] {
			background: transparent;
		}
		.icon.icon-submit {
			position: absolute;
			color: $color-white;
			stroke: currentColor;
			fill: transparent;
		}
	}
	*/ }
  @media only screen and (max-width: 1199px) {
    .search {
      padding: 20px 0; } }
  @media only screen and (max-width: 767px) {
    .search {
      padding: 16px 0; } }
  .search:not(.--active) {
    height: 0;
    padding: 0; }
  .search.--active {
    max-height: 300px;
    cursor: pointer; }
  .search .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  @media only screen and (max-width: 767px) {
    .search {
      z-index: 2; } }
  .search input[type="text"] {
    max-width: 755px; }
    @media only screen and (max-width: 1199px) {
      .search input[type="text"] {
        max-width: 50%; } }
    @media only screen and (max-width: 767px) {
      .search input[type="text"] {
        margin-top: 0; } }
  .search input[type="submit"] {
    padding: 0 20px;
    margin-left: 20px;
    background: transparent;
    color: #6E67D2;
    border: 1px solid #6E67D2; }
    .search input[type="submit"]:hover {
      border-color: #5148C6;
      background: #5148C6;
      color: #FFFFFF; }
  .search .submit {
    height: 19px;
    margin-left: 20px; }
  .search .icon-svg.cross-popup {
    margin-left: 20px; }
    @media only screen and (max-width: 1199px) {
      .search .icon-svg.cross-popup {
        margin-left: 40px; } }
    @media only screen and (max-width: 767px) {
      .search .icon-svg.cross-popup {
        margin-left: 25px; } }

.slider-container {
  position: relative; }

.slider-desc-container {
  position: relative;
  width: 100%; }

.slider-desc-container .item {
  outline: none;
  position: relative; }

.slider-desc .slick-slide:not(.slick-active) {
  height: 0; }

.slick-list {
  margin: 0 -15px; }
  @media only screen and (max-width: 1199px) {
    .slick-list {
      margin: 0 -10px; } }

.slick-slide {
  padding: 0 15px; }
  @media only screen and (max-width: 1199px) {
    .slick-slide {
      padding: 0 10px; } }

.slider-arrow-wrap {
  position: absolute;
  right: 0;
  top: -90px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  width: auto;
  margin-left: auto; }
  @media only screen and (max-width: 1199px) {
    .slider-arrow-wrap {
      top: -66px; } }

.slick-arrow {
  position: relative;
  top: 0;
  width: 50px;
  height: 50px;
  background: #6E67D2;
  z-index: 2;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  cursor: pointer; }
  @media only screen and (max-width: 1199px) {
    .slick-arrow {
      width: 35px;
      height: 35px; } }
  .slick-arrow:hover, .slick-arrow:focus {
    background: #5148C6; }
  .slick-arrow::before {
    display: none; }
  .slick-arrow.slick-next {
    right: 0;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset; }
  .slick-arrow.slick-prev {
    left: 0;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset; }
    .slick-arrow.slick-prev .icon-svg {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  .slick-arrow .icon-svg {
    color: #FFFFFF; }

.slick-dots {
  bottom: -40px;
  font-size: 0; }
  @media only screen and (max-width: 767px) {
    .slick-dots {
      width: 100%; } }
  .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 15px; }
    @media only screen and (max-width: 1199px) {
      .slick-dots li {
        margin: 0 10px; } }
    @media only screen and (max-width: 767px) {
      .slick-dots li {
        width: 8px;
        height: 8px;
        margin: 0 5px; } }
    .slick-dots li::before {
      display: none; }
    .slick-dots li button {
      width: 100%;
      height: 100%;
      padding: 0;
      border-radius: 50%;
      border: 1px solid #6E67D2; }
      .slick-dots li button::before {
        display: none; }
    .slick-dots li.slick-active button {
      background: #6E67D2; }

.slick-dotted.slick-slider {
  margin-bottom: 40px; }

.slider-new {
  /*
	.slick-list {
		@include mq('phone') {
			margin: 0 -20px;
			//padding-left: 10px;
		}
	}
	*/ }
  @media only screen and (max-width: 767px) {
    .slider-new {
      margin: 0 -20px;
      margin-top: 36px;
      padding-left: 20px; } }
  .slider-new__img {
    width: 100%;
    height: 258px;
    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: 25px;
    border: 1px solid #E6E9F7; }
    @media only screen and (max-width: 1199px) {
      .slider-new__img {
        padding: 15px;
        height: 122px; } }
    .slider-new__img img {
      max-height: 100%; }
  .slider-new__name {
    display: block;
    margin-top: 24px; }
    @media only screen and (max-width: 1199px) {
      .slider-new__name {
        margin-top: 18px; } }
  .slider-new__desc {
    display: block; }
  @media only screen and (max-width: 767px) {
    .slider-new .slick-slide {
      width: 263px; } }
  @media only screen and (max-width: 767px) {
    .slider-new .slick-dots {
      width: calc(100% - 40px); } }

@media only screen and (max-width: 767px) {
  .slider-news {
    margin: 0 -20px;
    margin-top: 36px;
    padding-left: 20px; } }

.slider-news__img {
  width: 100%;
  aspect-ratio: 3 / 2; }
  .slider-news__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.slider-news__data {
  display: block;
  margin: 28px 0 16px;
  color: #BBC1D1; }
  @media only screen and (max-width: 1199px) {
    .slider-news__data {
      margin: 20px 0 10px; } }

.slider-news__preview {
  display: block;
  max-width: 75%;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  max-height: calc(24px * 1.26 * 4);
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 24px;
  line-height: 126%;
  overflow: hidden; }
  @media only screen and (max-width: 1199px) {
    .slider-news__preview {
      max-height: calc(16px * 1.4 * 4);
      font-size: 16px;
      line-height: 140%; } }

.slider-news .slick-slide {
  height: auto !important; }
  @media only screen and (max-width: 767px) {
    .slider-news .slick-slide {
      width: 320px; } }

@media only screen and (max-width: 767px) {
  .slider-news .slick-dots {
    width: calc(100% - 40px); } }

.slider-advantage__item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  cursor: -webkit-grab;
  cursor: grab;
  width: 1246px;
  max-width: 100%; }
  @media only screen and (max-width: 1439px) {
    .slider-advantage__item {
      width: 1100px; } }
  @media only screen and (max-width: 1199px) {
    .slider-advantage__item {
      width: auto; } }
  @media only screen and (max-width: 576px) {
    .slider-advantage__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .slider-advantage__item > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: -webkit-grab;
    cursor: grab; }
    @media only screen and (max-width: 576px) {
      .slider-advantage__item > a {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }

.slider-advantage__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40%;
  height: 450px;
  padding: 100px;
  background: #FFFFFF; }
  @media only screen and (max-width: 1199px) {
    .slider-advantage__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 300px;
      padding: 45px 30px; } }
  @media only screen and (max-width: 767px) {
    .slider-advantage__content {
      width: 100%;
      height: auto;
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1; } }

.slider-advantage__img {
  width: 60%;
  height: 450px; }
  @media only screen and (max-width: 1199px) {
    .slider-advantage__img {
      height: 300px; } }
  @media only screen and (max-width: 576px) {
    .slider-advantage__img {
      width: 100%;
      height: 280px; } }
  .slider-advantage__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.slider-advantage__ttl {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 75px;
  color: #6E67D2;
  line-height: 110%;
  /* 82.5px */
  letter-spacing: -1.5px; }
  @media only screen and (max-width: 1199px) {
    .slider-advantage__ttl {
      font-size: 28px;
      line-height: 115%; } }

.slider-advantage__preview {
  display: block;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: -0.8px; }
  @media only screen and (max-width: 1199px) {
    .slider-advantage__preview {
      font-size: 16px;
      line-height: 140%; } }
  @media only screen and (max-width: 767px) {
    .slider-advantage__preview {
      text-align: center; } }

.slider-advantage .slick-list {
  margin-right: -40px;
  overflow: unset; }
  @media only screen and (max-width: 1199px) {
    .slider-advantage .slick-list {
      margin-right: -10px; } }

.slider-advantage .slick-list {
  margin: 0 -25px; }
  @media only screen and (max-width: 1439px) {
    .slider-advantage .slick-list {
      margin: 0 -10px; } }

.slider-advantage .button {
  max-width: 190px;
  margin-top: auto; }

.slider-advantage .slick-dots .slick-active button {
  background: #FFFFFF; }

.slider-advantage .slick-dots li button {
  border-color: #FFFFFF; }

.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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  cursor: pointer; }

.button-40 {
  height: 40px; }

.button-50 {
  height: 50px; }

.button-65 {
  height: 65px; }

.button-border {
  color: #6E67D2;
  border: 1px solid #6E67D2; }
  .button-border:hover {
    border-color: #5148C6;
    background: #5148C6;
    color: #FFFFFF; }
  .button-border .icon-svg {
    color: #6E67D2; }
  .button-border:hover .icon-svg {
    color: #FFFFFF; }

.button-more {
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  padding: 0 20px;
  border: 1px solid rgba(110, 103, 210, 0.4);
  color: #6E67D2;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .button-more:hover {
    border-color: #5148C6;
    color: #5148C6; }
    .button-more:hover span::after {
      background: #5148C6; }
    .button-more:hover .icon-svg {
      color: #5148C6; }
  .button-more span {
    position: relative;
    padding-right: 20px; }
    .button-more span::after {
      content: '';
      position: absolute;
      right: 0;
      top: -4px;
      display: block;
      height: 30px;
      width: 1px;
      background: rgba(110, 103, 210, 0.4); }
  .button-more .icon-svg {
    color: #6E67D2; }

.button-go {
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  border-radius: 0;
  color: #6E67D2; }
  @media only screen and (max-width: 1199px) {
    .button-go {
      font-size: 14px;
      line-height: 130%; } }
  .button-go:hover {
    color: #5148C6; }
  .button-go .icon-svg {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    color: #6E67D2; }
  .button-go:hover .icon-svg {
    color: #5148C6; }

.button-point {
  padding: 0 15px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px; }
  .button-point .icon-svg {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }

.button-search, .button-lk {
  height: 40px;
  width: 40px;
  border: 1px solid #E6E9F7;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .button-search:hover, .button-lk:hover {
    background: #5148C6;
    border-color: #5148C6; }
    .button-search:hover .icon-svg, .button-lk:hover .icon-svg {
      color: #FFFFFF; }
  .button-search .icon-svg, .button-lk .icon-svg {
    color: #393E4D; }

.button-violet {
  padding: 0 35px;
  color: #FFFFFF;
  background: #6E67D2; }
  .button-violet:hover {
    background: #5148C6; }

section {
  padding-top: 96px;
  padding-bottom: 96px;
  border-bottom: 1px solid #E6E9F7; }
  @media only screen and (max-width: 1199px) {
    section {
      padding-top: 80px;
      padding-bottom: 80px; } }
  section:last-child {
    border-bottom: none; }

.section-top-main {
  position: relative;
  padding-bottom: 100px !important;
  margin-top: -81px;
  background: -webkit-gradient(linear, left bottom, left top, from(#6D66D1), color-stop(100%, #9591E3), to(#4D267B));
  background: -o-linear-gradient(bottom, #6D66D1 0%, #9591E3 100%, #4D267B 100%);
  background: linear-gradient(0deg, #6D66D1 0%, #9591E3 100%, #4D267B 100%);
  border-radius: 0 0 20px 20px;
  overflow: hidden; }
  @media only screen and (max-width: 1199px) {
    .section-top-main {
      padding-bottom: 20px !important; } }
  @media only screen and (max-width: 1023px) {
    .section-top-main {
      padding-bottom: 20px; } }
  .section-top-main .top-main__container {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 30px / 2));
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px; }
    @media only screen and (max-width: 1023px) {
      .section-top-main .top-main__container {
        grid-template-columns: 100%; } }
    .section-top-main .top-main__container .col:nth-child(1) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .section-top-main .top-main__img {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media only screen and (max-width: 1023px) {
      .section-top-main .top-main__img {
        margin-top: -11px; } }
    .section-top-main .top-main__img img {
      -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(6%, #000), color-stop(94%, #000), to(transparent));
      -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
      mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(6%, #000), color-stop(94%, #000), to(transparent));
      mask-image: linear-gradient(180deg, transparent 0%, #000 6%, #000 94%, transparent 100%); }
      @media only screen and (max-width: 1023px) {
        .section-top-main .top-main__img img {
          max-width: 144%;
          -webkit-transform: translateX(-155px);
              -ms-transform: translateX(-155px);
                  transform: translateX(-155px); } }

.section-about-company .col h3, .section-about-company .col .h3 {
  margin-top: 80px;
  margin-bottom: 18px;
  font-weight: normal;
  font-size: 40px;
  line-height: 110%;
  /* 44px */
  letter-spacing: -0.8px;
  color: #6E67D2; }
  @media only screen and (max-width: 1199px) {
    .section-about-company .col h3, .section-about-company .col .h3 {
      margin-bottom: 12px;
      font-size: 28px;
      line-height: 115%; } }
  @media only screen and (max-width: 767px) {
    .section-about-company .col h3, .section-about-company .col .h3 {
      margin-top: 60px; } }

.section-about-company .row {
  margin-top: 80px; }
  .section-about-company .row > h2, .section-about-company .row .h2 {
    font-size: 40px;
    line-height: 105%;
    letter-spacing: -2px; }
    @media only screen and (max-width: 1199px) {
      .section-about-company .row > h2, .section-about-company .row .h2 {
        font-size: 32px;
        line-height: 115%; } }

.section-about-company .card-type-3 {
  padding: 28px 40px;
  color: #FFFFFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#6D66D1), color-stop(100%, #9591E3), to(#4D267B));
  background: -o-linear-gradient(top, #6D66D1 0%, #9591E3 100%, #4D267B 100%);
  background: linear-gradient(180deg, #6D66D1 0%, #9591E3 100%, #4D267B 100%); }
  @media only screen and (max-width: 1199px) {
    .section-about-company .card-type-3 {
      padding: 28px 20px; } }
  .section-about-company .card-type-3::before {
    color: #FFFFFF; }
  .section-about-company .card-type-3 .card--img {
    margin-top: -20px; }
  .section-about-company .card-type-3 .card--ttl {
    color: #FFFFFF; }
  .section-about-company .card-type-3 .card--desc {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 126%; }
    @media only screen and (max-width: 1199px) {
      .section-about-company .card-type-3 .card--desc {
        font-size: 16px; } }
    .section-about-company .card-type-3 .card--desc p {
      font-size: 24px;
      line-height: 126%; }
      @media only screen and (max-width: 1199px) {
        .section-about-company .card-type-3 .card--desc p {
          font-size: 16px; } }
  .section-about-company .card-type-3 .button-more {
    display: none; }

.section-services h3:first-child, .section-services .h3:first-child {
  margin-top: 0; }

.section-services ul li:not(:first-child) {
  margin-top: 10px; }

.section-new .slider-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.section-news .section-header {
  margin-bottom: 32px; }
  @media only screen and (max-width: 1199px) {
    .section-news .section-header {
      margin-bottom: 28px; } }
  .section-news .section-header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .section-news .section-header h2, .section-news .section-header .h2 {
    max-width: 50%;
    margin-bottom: 0; }
  .section-news .section-header .button {
    margin-top: 2px;
    margin-left: auto;
    margin-right: 140px; }
    @media only screen and (max-width: 1199px) {
      .section-news .section-header .button {
        display: none; } }

.section-news .slider-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.section-advantage {
  margin-bottom: 96px; }
  @media only screen and (max-width: 1199px) {
    .section-advantage {
      margin-bottom: 80px; } }
  .section-advantage .slider-container {
    position: relative;
    padding: 40px;
    padding-bottom: 50px; }
    @media only screen and (max-width: 1439px) {
      .section-advantage .slider-container {
        margin: 0 -20px;
        padding: 50px 20px; } }
    @media only screen and (min-width: 1600px) {
      .section-advantage .slider-container::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        height: 100%;
        width: calc((100% - 1581px) / 2); } }
    .section-advantage .slider-container .container {
      position: relative; }
      .section-advantage .slider-container .container::before {
        content: '';
        position: absolute;
        top: -40px;
        left: 10px;
        display: block;
        height: calc(100% + 40px + 50px);
        width: calc(100% - 20px);
        border-radius: 20px;
        background: -webkit-gradient(linear, left top, left bottom, from(#6D66D1), color-stop(100%, #9591E3), to(#4D267B));
        background: -o-linear-gradient(top, #6D66D1 0%, #9591E3 100%, #4D267B 100%);
        background: linear-gradient(180deg, #6D66D1 0%, #9591E3 100%, #4D267B 100%); }

.investors__hero .investors__hero__inner {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 35px));
  gap: 70px; }
  @media only screen and (max-width: 1439px) {
    .investors__hero .investors__hero__inner {
      grid-template-columns: repeat(2, calc(50% - 18px));
      gap: 36px; } }
  @media only screen and (max-width: 1023px) {
    .investors__hero .investors__hero__inner {
      grid-template-columns: 1fr; } }
  @media only screen and (max-width: 1199px) {
    .investors__hero .investors__hero__inner .investors__hero__inner_left h1 {
      font-size: 36px;
      line-height: 41px;
      margin-bottom: 19px; } }
  .investors__hero .investors__hero__inner .investors__hero__inner_left .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 1px solid #E6E9F7;
    padding-top: 43px;
    margin-top: 32px;
    gap: 49px; }
    @media only screen and (max-width: 1199px) {
      .investors__hero .investors__hero__inner .investors__hero__inner_left .btns {
        gap: 20px; } }
    @media only screen and (max-width: 767px) {
      .investors__hero .investors__hero__inner .investors__hero__inner_left .btns {
        gap: 35px;
        margin-top: 26px;
        padding-top: 28px;
        -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; } }
    .investors__hero .investors__hero__inner .investors__hero__inner_left .btns .primary-btn {
      padding: 21px 35px;
      margin-top: -7px;
      white-space: nowrap; }
      @media only screen and (max-width: 1199px) {
        .investors__hero .investors__hero__inner .investors__hero__inner_left .btns .primary-btn {
          margin-top: 0;
          padding: 21px 15px;
          font-size: 16px;
          line-height: 22px; } }
      @media only screen and (max-width: 767px) {
        .investors__hero .investors__hero__inner .investors__hero__inner_left .btns .primary-btn {
          padding: 21px 36px; } }
      @media only screen and (max-width: 576px) {
        .investors__hero .investors__hero__inner .investors__hero__inner_left .btns .primary-btn {
          width: 100%; } }
    .investors__hero .investors__hero__inner .investors__hero__inner_left .btns .pdf {
      margin-top: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 1200px) {
        .investors__hero .investors__hero__inner .investors__hero__inner_left .btns .pdf {
          margin-top: 0; } }
      .investors__hero .investors__hero__inner .investors__hero__inner_left .btns .pdf:before {
        width: 62px !important;
        margin-right: 23px !important; }
        @media only screen and (max-width: 1199px) {
          .investors__hero .investors__hero__inner .investors__hero__inner_left .btns .pdf:before {
            margin-right: 0 !important; } }
        @media only screen and (max-width: 767px) {
          .investors__hero .investors__hero__inner .investors__hero__inner_left .btns .pdf:before {
            margin-right: 2px !important; } }
      .investors__hero .investors__hero__inner .investors__hero__inner_left .btns .pdf span {
        font-size: 24px;
        line-height: 30px;
        color: #6E67D2; }
        @media only screen and (max-width: 1199px) {
          .investors__hero .investors__hero__inner .investors__hero__inner_left .btns .pdf span {
            font-size: 20px;
            line-height: 25px; } }
        @media only screen and (max-width: 767px) {
          .investors__hero .investors__hero__inner .investors__hero__inner_left .btns .pdf span {
            letter-spacing: -0.3px; } }
  .investors__hero .investors__hero__inner .investors__hero__inner_right {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 5px));
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 9px;
    margin-top: 11px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }
    @media only screen and (max-width: 767px) {
      .investors__hero .investors__hero__inner .investors__hero__inner_right {
        margin-top: 0;
        grid-template-columns: repeat(1, 1fr); } }
    @media only screen and (max-width: 576px) {
      .investors__hero .investors__hero__inner .investors__hero__inner_right {
        row-gap: 4px; } }
    .investors__hero .investors__hero__inner .investors__hero__inner_right .card {
      background: #F5F6F9; }
      .investors__hero .investors__hero__inner .investors__hero__inner_right .card:nth-child(1) {
        grid-column: unset; }
        @media only screen and (max-width: 767px) {
          .investors__hero .investors__hero__inner .investors__hero__inner_right .card:nth-child(1) {
            grid-column: auto; } }
        @media only screen and (max-width: 576px) {
          .investors__hero .investors__hero__inner .investors__hero__inner_right .card:nth-child(1) {
            height: 300px; }
            .investors__hero .investors__hero__inner .investors__hero__inner_right .card:nth-child(1) .card--desc {
              bottom: 184px; }
            .investors__hero .investors__hero__inner .investors__hero__inner_right .card:nth-child(1) .card-type-1__img {
              position: absolute;
              right: 0;
              bottom: 0;
              left: 0; }
              .investors__hero .investors__hero__inner .investors__hero__inner_right .card:nth-child(1) .card-type-1__img img {
                width: 100%;
                -o-object-fit: cover;
                   object-fit: cover; } }
      .investors__hero .investors__hero__inner .investors__hero__inner_right .card:nth-child(2) {
        grid-column: unset; }
        @media only screen and (max-width: 767px) {
          .investors__hero .investors__hero__inner .investors__hero__inner_right .card:nth-child(2) {
            grid-column: auto; } }
        @media only screen and (max-width: 576px) {
          .investors__hero .investors__hero__inner .investors__hero__inner_right .card:nth-child(2) {
            height: 165px;
            padding-top: 25px; } }
        @media only screen and (max-width: 576px) {
          .investors__hero .investors__hero__inner .investors__hero__inner_right .card:nth-child(2) .card--desc {
            bottom: 49px; } }
      .investors__hero .investors__hero__inner .investors__hero__inner_right .card:nth-child(3) {
        grid-column: 1 / span 2; }
        @media only screen and (max-width: 767px) {
          .investors__hero .investors__hero__inner .investors__hero__inner_right .card:nth-child(3) {
            grid-column: auto; } }
        @media only screen and (max-width: 576px) {
          .investors__hero .investors__hero__inner .investors__hero__inner_right .card:nth-child(3) {
            height: 300px;
            padding-top: 27px; }
            .investors__hero .investors__hero__inner .investors__hero__inner_right .card:nth-child(3) .card--desc {
              bottom: 138px; }
            .investors__hero .investors__hero__inner .investors__hero__inner_right .card:nth-child(3) .card-type-1__img {
              position: absolute;
              right: 0;
              bottom: 0;
              left: 0; }
              .investors__hero .investors__hero__inner .investors__hero__inner_right .card:nth-child(3) .card-type-1__img img {
                width: 100%;
                -o-object-fit: cover;
                   object-fit: cover; } }
      @media only screen and (max-width: 767px) {
        .investors__hero .investors__hero__inner .investors__hero__inner_right .card .card--desc {
          bottom: 4px; } }
      @media only screen and (max-width: 576px) {
        .investors__hero .investors__hero__inner .investors__hero__inner_right .card .card--desc {
          bottom: 0px; } }

.section-strategy-consumed .section-body .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 80px; }
  @media only screen and (max-width: 1199px) {
    .section-strategy-consumed .section-body .container {
      row-gap: 54px; } }
  @media only screen and (max-width: 1023px) {
    .section-strategy-consumed .section-body .container {
      grid-template-columns: 1fr; } }

.section-strategy-consumed h3, .section-strategy-consumed .h3 {
  margin-top: 0; }

.section-strategy-consumed .section-header h2 {
  font-size: 48px;
  letter-spacing: -0.05em; }
  @media only screen and (max-width: 1199px) {
    .section-strategy-consumed .section-header h2 {
      font-size: 32px;
      margin-bottom: 20px; } }
  @media only screen and (max-width: 767px) {
    .section-strategy-consumed .section-header h2 {
      font-size: 32px;
      margin-bottom: 20px; } }

/*=== Pages ====*/
.section-404 {
  padding-top: 0;
  background: #f5f6f9; }
  .section-404 .img-404 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 720px;
    overflow: hidden; }
    @media only screen and (max-width: 1199px) {
      .section-404 .img-404 {
        min-height: 518px; } }
    @media only screen and (max-width: 767px) {
      .section-404 .img-404 {
        margin: 0 -20px;
        min-height: 506px; } }
    @media only screen and (max-width: 1199px) {
      .section-404 .img-404 img {
        height: 295px;
        width: auto;
        max-width: none; } }
    @media only screen and (max-width: 767px) {
      .section-404 .img-404 img {
        width: auto;
        height: 204px; } }
  .section-404 .container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .section-404 .content-404 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    margin-top: 466px;
    text-align: center; }
    @media only screen and (max-width: 1199px) {
      .section-404 .content-404 {
        margin-top: 294px; } }
    @media only screen and (max-width: 767px) {
      .section-404 .content-404 {
        padding: 0 20px; } }
  .section-404 h2, .section-404 .h2 {
    margin-bottom: 38px;
    font-size: 48px;
    line-height: 105%;
    letter-spacing: -0.05em; }
    @media only screen and (max-width: 1199px) {
      .section-404 h2, .section-404 .h2 {
        margin-bottom: 28px;
        font-size: 32px; } }
  .section-404 .button {
    width: 224px; }
    @media only screen and (max-width: 576px) {
      .section-404 .button {
        width: 100%; } }

/* Breakpoints */
.brends-page {
  /*
	.breadcrumbs {
		margin-bottom: 15px !important;
		@media (max-width: 1200px) {
			margin-bottom: 28px !important;
		}
		@media (max-width: 768px) {
			margin-bottom: 16px !important;
		}
	}
	*/ }
  .brends-page .hero-brends {
    padding-top: 0; }
    @media (max-width: 1200px) {
      .brends-page .hero-brends h1 {
        font-size: 36px;
        line-height: 41.4px; } }
    .brends-page .hero-brends p {
      max-width: 1145px;
      font-weight: 400;
      font-size: 24px;
      line-height: 30.24px;
      margin-top: 32px; }
      @media (max-width: 1200px) {
        .brends-page .hero-brends p {
          font-size: 20px;
          line-height: 25.2px;
          margin-top: 36px; } }
      @media (max-width: 768px) {
        .brends-page .hero-brends p {
          margin-top: 29px; } }
  .brends-page .brends-list {
    margin-top: 48px;
    margin-bottom: 120px; }
    @media (max-width: 1200px) {
      .brends-page .brends-list {
        margin-bottom: 96px; } }
    .brends-page .brends-list .brends-list__inner {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      -webkit-column-gap: 30px;
         -moz-column-gap: 30px;
              column-gap: 30px;
      row-gap: 98px; }
      @media (max-width: 1200px) {
        .brends-page .brends-list .brends-list__inner {
          -webkit-column-gap: 20px;
             -moz-column-gap: 20px;
                  column-gap: 20px;
          row-gap: 48px; } }
      @media (max-width: 767px) {
        .brends-page .brends-list .brends-list__inner {
          grid-template-columns: repeat(3, 1fr); } }
      @media (max-width: 480px) {
        .brends-page .brends-list .brends-list__inner {
          grid-template-columns: repeat(1, 1fr);
          row-gap: 50px; } }
      .brends-page .brends-list .brends-list__inner .brend__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        @media (max-width: 480px) {
          .brends-page .brends-list .brends-list__inner .brend__item {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            gap: 20px; } }
        .brends-page .brends-list .brends-list__inner .brend__item .brend__item__pic {
          position: relative;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          width: 100%;
          border-radius: 20px;
          border: 1px solid #e6e9f7;
          margin-bottom: 30px;
          aspect-ratio: 1 / 1;
          padding-bottom: 99.5%; }
          @media (max-width: 1200px) {
            .brends-page .brends-list .brends-list__inner .brend__item .brend__item__pic {
              margin-bottom: 20px; } }
          @media (max-width: 768px) {
            .brends-page .brends-list .brends-list__inner .brend__item .brend__item__pic {
              margin-bottom: 14px; } }
          @media (max-width: 480px) {
            .brends-page .brends-list .brends-list__inner .brend__item .brend__item__pic {
              padding-bottom: inherit;
              width: 93px;
              height: 93px; } }
          .brends-page .brends-list .brends-list__inner .brend__item .brend__item__pic img {
            position: absolute;
            -webkit-transform: scale(1.6);
                -ms-transform: scale(1.6);
                    transform: scale(1.6);
            margin: auto;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0; }
            @media (max-width: 1200px) {
              .brends-page .brends-list .brends-list__inner .brend__item .brend__item__pic img {
                -webkit-transform: scale(1);
                    -ms-transform: scale(1);
                        transform: scale(1); } }
            @media (max-width: 992px) {
              .brends-page .brends-list .brends-list__inner .brend__item .brend__item__pic img {
                -webkit-transform: scale(0.8);
                    -ms-transform: scale(0.8);
                        transform: scale(0.8); } }
            @media (max-width: 768px) {
              .brends-page .brends-list .brends-list__inner .brend__item .brend__item__pic img {
                -webkit-transform: scale(0.7);
                    -ms-transform: scale(0.7);
                        transform: scale(0.7); } }
            @media (max-width: 480px) {
              .brends-page .brends-list .brends-list__inner .brend__item .brend__item__pic img {
                -webkit-transform: scale(0.7);
                    -ms-transform: scale(0.7);
                        transform: scale(0.7); } }
        .brends-page .brends-list .brends-list__inner .brend__item .brend__item__content {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1; }
          .brends-page .brends-list .brends-list__inner .brend__item .brend__item__content .brend__item__content_text {
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            margin-bottom: 14px; }
            @media (max-width: 480px) {
              .brends-page .brends-list .brends-list__inner .brend__item .brend__item__content .brend__item__content_text {
                margin-top: -6px; } }
            .brends-page .brends-list .brends-list__inner .brend__item .brend__item__content .brend__item__content_text h5 {
              color: #6E67D2;
              font-size: 36px;
              font-weight: 400;
              line-height: 39.6px; }
              @media (max-width: 1200px) {
                .brends-page .brends-list .brends-list__inner .brend__item .brend__item__content .brend__item__content_text h5 {
                  font-size: 24px;
                  line-height: 27.6px; } }
            .brends-page .brends-list .brends-list__inner .brend__item .brend__item__content .brend__item__content_text p {
              font-weight: 400;
              font-size: 18px;
              line-height: 23.4px;
              margin-top: 10px; }
              @media (max-width: 1200px) {
                .brends-page .brends-list .brends-list__inner .brend__item .brend__item__content .brend__item__content_text p {
                  font-size: 14px;
                  line-height: 18.2px; } }
          .brends-page .brends-list .brends-list__inner .brend__item .brend__item__content .button {
            -webkit-column-gap: 18px;
               -moz-column-gap: 18px;
                    column-gap: 18px; }

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

.page-contacts .contacts-main {
  display: grid;
  grid-template-columns: calc(33% - 15px) calc(67% - 15px);
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  width: 100%; }
  @media only screen and (max-width: 1023px) {
    .page-contacts .contacts-main {
      grid-template-columns: 100%; } }
  .page-contacts .contacts-main__footer {
    margin-top: 48px;
    padding-top: 48px;
    border-top: 1px solid #E6E9F7; }
    @media only screen and (max-width: 1023px) {
      .page-contacts .contacts-main__footer {
        margin-top: 30px;
        padding-top: 30px; } }
  .page-contacts .contacts-main__info h4, .page-contacts .contacts-main__info .h4 {
    margin-top: -6px;
    margin-bottom: 40px; }
    @media only screen and (max-width: 1023px) {
      .page-contacts .contacts-main__info h4, .page-contacts .contacts-main__info .h4 {
        margin-bottom: 20px; } }
  .page-contacts .contacts-main__info .contact__row {
    margin-bottom: 18px; }

.page-contacts .contacts-list li {
  position: relative;
  margin-top: 0;
  padding-left: 40px; }
  .page-contacts .contacts-list li::before {
    display: none; }
  .page-contacts .contacts-list li .icon-svg {
    position: absolute;
    left: 0; }

.page-contacts .contacts-soc-list li {
  margin-top: 0;
  padding: 0; }
  .page-contacts .contacts-soc-list li::before {
    display: none; }

.page-contacts .feedback__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.page-contacts .message-feedback {
  border: 1px solid #E6E9F7;
  padding: 46px 48px; }
  @media only screen and (max-width: 1023px) {
    .page-contacts .message-feedback {
      padding: 26px 30px; } }
  .page-contacts .message-feedback__container {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 15px));
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px; }
    @media only screen and (max-width: 1023px) {
      .page-contacts .message-feedback__container {
        grid-template-columns: 100%;
        row-gap: 10px; } }
  .page-contacts .message-feedback .txt-l {
    display: block;
    margin-top: 20px; }
  .page-contacts .message-feedback ul {
    row-gap: 5px; }
    @media only screen and (max-width: 1023px) {
      .page-contacts .message-feedback ul {
        margin: 10px 0; } }

.page-contacts .feedback__content {
  margin-top: 96px; }
  @media only screen and (max-width: 1199px) {
    .page-contacts .feedback__content {
      margin-top: 80px; } }

.page-contacts .contacts__container {
  display: grid;
  grid-template-columns: repeat(3, calc(100% / 3 - 30px * 2 / 3));
  gap: 30px; }
  @media only screen and (max-width: 1199px) {
    .page-contacts .contacts__container {
      grid-template-columns: repeat(2, calc(50% - 10px));
      gap: 20px; } }
  @media only screen and (max-width: 767px) {
    .page-contacts .contacts__container {
      grid-template-columns: 100%; } }

.page-contacts .contacts__info {
  border: 1px solid #E6E9F7; }
  .page-contacts .contacts__info h5 {
    margin-bottom: 26px;
    color: #6E67D2; }
    @media only screen and (max-width: 1199px) {
      .page-contacts .contacts__info h5 {
        margin-bottom: 18px; } }
  .page-contacts .contacts__info img {
    margin-top: 2px; }
  .page-contacts .contacts__info.card {
    padding: 42px 46px; }
    @media only screen and (max-width: 1199px) {
      .page-contacts .contacts__info.card {
        padding: 24px 28px; } }
  .page-contacts .contacts__info .contact__row {
    margin-bottom: 16px; }
    @media only screen and (max-width: 1199px) {
      .page-contacts .contacts__info .contact__row {
        margin-bottom: 10px; } }
    .page-contacts .contacts__info .contact__row:last-child {
      margin-bottom: 0; }

.page-contacts .tabs-top {
  margin: 32px 0 44px; }

.page-contacts .block-scroll {
  scrollbar-width: none; }
  .page-contacts .block-scroll::-webkit-scrollbar {
    width: 0;
    height: 0;
    -webkit-transition: 125ms;
    transition: 125ms;
    cursor: none !important; }
  @media only screen and (max-width: 1199px) {
    .page-contacts .block-scroll {
      margin: 0 -20px;
      padding: 0 20px;
      overflow-x: auto; } }

.page-contacts .contacts-map {
  margin-top: 30px; }

.page-cooperation .investors__hero {
  padding-top: 0; }

.page-cooperation .section-teaser .teaser__container {
  display: grid;
  grid-template-columns: repeat(3, calc(100% / 3 - 30px * 2 / 3));
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 80px; }
  @media only screen and (max-width: 1199px) {
    .page-cooperation .section-teaser .teaser__container {
      grid-template-columns: 100%;
      row-gap: 30px; } }
  .page-cooperation .section-teaser .teaser__container .card {
    padding: 0;
    margin-bottom: 0; }
    .page-cooperation .section-teaser .teaser__container .card__img {
      position: relative;
      width: 98px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

.page-cooperation .section-teaser .teaser__check {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 35px;
  height: 35px; }

/* Breakpoints */
/* Fonts generator */
/* Clearfix */
/* default transition */
/* Available hide pattern: visually-hidden */
.design h1 {
  width: 100%; }

.design h2 {
  width: 100%; }

.design h3 {
  width: 100%; }

.design h4 {
  width: 100%; }

.design .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 30px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px; }

.design .color-round {
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  border: 3px solid #FFF;
  border-radius: 50%;
  margin-right: 10px; }

.design__background {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px; }
  .design__background-1 .color-round {
    background: #F5F6F9; }
  .design__background-2 .color-round {
    background: #F1F0FF; }
  .design__background-3 .color-round {
    background: #E8F1FF; }
  .design__background-4 .color-round {
    background: #DEF2F3; }

.design__content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px; }
  .design__content-1 .color-round {
    background: #FFFFFF; }
  .design__content-2 .color-round {
    background: #393E4D; }
  .design__content-3 .color-round {
    background: #6E67D2; }
  .design__content-4 .color-round {
    background: #5148C6; }
  .design__content-5 .color-round {
    background: #E6E9F7; }

.design .card-type-1, .design .card-type-2, .design .card-type-3, .design .card-type-4 {
  width: calc(100% / 3 - 30px * 2 / 3); }

/* Breakpoints */
.investors-page .investors__hero {
  padding-top: 0; }

.investors-page h2 {
  font-size: 48px;
  line-height: 50.4px;
  letter-spacing: -2.4px;
  color: #393E4D;
  margin: 0; }
  @media only screen and (max-width: 1199px) {
    .investors-page h2 {
      font-size: 32px;
      line-height: 36px;
      letter-spacing: -1.6px; } }

.investors-page .breadcrumbs {
  margin-bottom: 12px !important; }
  @media only screen and (max-width: 1199px) {
    .investors-page .breadcrumbs {
      margin-bottom: 28px !important; } }
  @media only screen and (max-width: 767px) {
    .investors-page .breadcrumbs {
      margin-bottom: 18px !important; } }

.investors-page .investors__attraction p {
  margin-bottom: 0;
  margin-top: 37px;
  font-size: 24px;
  line-height: 30px;
  color: #6E67D2; }
  @media only screen and (max-width: 1199px) {
    .investors-page .investors__attraction p {
      font-size: 20px;
      line-height: 25px;
      margin-top: 29px; } }

.investors-page .investors__attraction .investors__attraction__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 39px;
  -webkit-column-gap: 28px;
     -moz-column-gap: 28px;
          column-gap: 28px;
  row-gap: 69px; }
  @media only screen and (max-width: 1199px) {
    .investors-page .investors__attraction .investors__attraction__list {
      grid-template-columns: repeat(2, 1fr);
      margin-top: 36px; } }
  @media only screen and (max-width: 1023px) {
    .investors-page .investors__attraction .investors__attraction__list {
      grid-template-columns: repeat(1, 1fr);
      row-gap: 37px; } }
  @media only screen and (max-width: 576px) {
    .investors-page .investors__attraction .investors__attraction__list {
      row-gap: 34px; } }
  .investors-page .investors__attraction .investors__attraction__list .investors__attraction__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px; }
    .investors-page .investors__attraction .investors__attraction__list .investors__attraction__item img {
      width: 108px;
      height: 108px; }
      @media only screen and (max-width: 1199px) {
        .investors-page .investors__attraction .investors__attraction__list .investors__attraction__item img {
          width: 93px;
          height: 93px; } }
    .investors-page .investors__attraction .investors__attraction__list .investors__attraction__item .investors__attraction__item_content {
      margin-top: 10px; }
      @media only screen and (max-width: 1199px) {
        .investors-page .investors__attraction .investors__attraction__list .investors__attraction__item .investors__attraction__item_content {
          margin-top: 3px; } }
      .investors-page .investors__attraction .investors__attraction__list .investors__attraction__item .investors__attraction__item_content h5 {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 0;
        color: #393E4D; }
        @media only screen and (max-width: 1199px) {
          .investors-page .investors__attraction .investors__attraction__list .investors__attraction__item .investors__attraction__item_content h5 {
            font-size: 20px;
            line-height: 25px; } }
      .investors-page .investors__attraction .investors__attraction__list .investors__attraction__item .investors__attraction__item_content ul {
        margin-top: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 8px; }
        .investors-page .investors__attraction .investors__attraction__list .investors__attraction__item .investors__attraction__item_content ul li {
          position: relative;
          padding-left: 21px; }
          .investors-page .investors__attraction .investors__attraction__list .investors__attraction__item .investors__attraction__item_content ul li:before {
            content: '';
            position: absolute;
            left: 0;
            top: 9px;
            width: 5px;
            height: 5px;
            border-radius: 999px;
            background: #6E67D2; }

.investors-page .investors__products p {
  margin-bottom: 0;
  margin-top: 37px;
  font-size: 24px;
  line-height: 30px;
  color: #6E67D2; }
  @media only screen and (max-width: 1199px) {
    .investors-page .investors__products p {
      font-size: 20px;
      line-height: 25px;
      margin-top: 29px; } }

.investors-page .investors__products .investors__products__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 !important;
  margin-top: 48px !important;
  gap: 30px; }
  @media only screen and (max-width: 1023px) {
    .investors-page .investors__products .investors__products__list {
      grid-template-columns: repeat(2, 1fr);
      margin-top: 35px !important;
      -webkit-column-gap: 21px;
         -moz-column-gap: 21px;
              column-gap: 21px;
      row-gap: 64px; } }
  @media only screen and (max-width: 576px) {
    .investors-page .investors__products .investors__products__list {
      grid-template-columns: repeat(1, 1fr);
      row-gap: 61px; } }
  @media only screen and (max-width: 576px) {
    .investors-page .investors__products .investors__products__list .investors__products__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 26px; } }
  .investors-page .investors__products .investors__products__list .investors__products__item img {
    width: 98px;
    height: 98px; }
    @media only screen and (max-width: 1199px) {
      .investors-page .investors__products .investors__products__list .investors__products__item img {
        width: 105px;
        height: 105px; } }
    @media only screen and (max-width: 576px) {
      .investors-page .investors__products .investors__products__list .investors__products__item img {
        width: 86px;
        height: 86px; } }
  .investors-page .investors__products .investors__products__list .investors__products__item h4 {
    font-size: 36px;
    line-height: 39px;
    letter-spacing: -0.7px;
    color: #393E4D;
    margin-top: 22px;
    font-weight: 400;
    margin-bottom: 0; }
    @media only screen and (max-width: 1199px) {
      .investors-page .investors__products .investors__products__list .investors__products__item h4 {
        font-size: 26px;
        line-height: 29px; } }
    @media only screen and (max-width: 576px) {
      .investors-page .investors__products .investors__products__list .investors__products__item h4 {
        margin-top: -4px; } }
  .investors-page .investors__products .investors__products__list .investors__products__item h5 {
    margin-top: 27px;
    font-size: 24px;
    line-height: 30px;
    color: #6E67D2;
    letter-spacing: 0; }
    @media only screen and (max-width: 1199px) {
      .investors-page .investors__products .investors__products__list .investors__products__item h5 {
        font-size: 20px;
        line-height: 25px;
        margin-top: 15px; } }
    .investors-page .investors__products .investors__products__list .investors__products__item h5:nth-child(4) {
      margin-top: 37px; }
      @media only screen and (max-width: 767px) {
        .investors-page .investors__products .investors__products__list .investors__products__item h5:nth-child(4) {
          margin-top: 18px; } }
      @media only screen and (max-width: 576px) {
        .investors-page .investors__products .investors__products__list .investors__products__item h5:nth-child(4) {
          margin-top: 19px; } }
    .investors-page .investors__products .investors__products__list .investors__products__item h5:nth-child(5) {
      margin-top: 39px; }
      @media only screen and (max-width: 1199px) {
        .investors-page .investors__products .investors__products__list .investors__products__item h5:nth-child(5) {
          margin-top: 19px; } }
    .investors-page .investors__products .investors__products__list .investors__products__item h5:nth-child(6) {
      margin-top: 37px; }
      @media only screen and (max-width: 767px) {
        .investors-page .investors__products .investors__products__list .investors__products__item h5:nth-child(6) {
          margin-top: 17px; } }
    .investors-page .investors__products .investors__products__list .investors__products__item h5:nth-child(7) {
      margin-top: 33px; }
      @media only screen and (max-width: 1199px) {
        .investors-page .investors__products .investors__products__list .investors__products__item h5:nth-child(7) {
          margin-top: 17px; } }
  .investors-page .investors__products .investors__products__list .investors__products__item ul {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1px; }
    @media only screen and (max-width: 1199px) {
      .investors-page .investors__products .investors__products__list .investors__products__item ul {
        margin-top: 7px; } }
    .investors-page .investors__products .investors__products__list .investors__products__item ul li {
      position: relative;
      padding-left: 21px; }
      .investors-page .investors__products .investors__products__list .investors__products__item ul li:before {
        content: '';
        position: absolute;
        left: 0;
        top: 9px;
        width: 5px;
        height: 5px;
        border-radius: 999px;
        background: #6E67D2; }
  .investors-page .investors__products .investors__products__list .card-type-4 {
    border: none;
    padding: 0 !important;
    border-radius: 0; }
  .investors-page .investors__products .investors__products__list .hidden-text__bottom {
    bottom: 20px;
    width: 100%; }
  .investors-page .investors__products .investors__products__list .hidden-text__limiter {
    margin-bottom: 32px; }
  .investors-page .investors__products .investors__products__list .button-hide {
    position: relative;
    bottom: 0;
    margin-top: auto; }

.investors-page .investors__products .show-btn {
  color: #6E67D2;
  font-size: 18px;
  line-height: 23px;
  position: relative;
  padding-left: 32px;
  margin-top: 36px; }
  @media only screen and (max-width: 1199px) {
    .investors-page .investors__products .show-btn {
      margin-top: 21px; } }
  .investors-page .investors__products .show-btn:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 12px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/local/templates/iriscorp/css/../assets/images/example/investors/arrow.png"); }

.investors-page .investors__about p {
  margin-bottom: 0;
  margin-top: 37px;
  font-size: 24px;
  line-height: 30px;
  color: #6E67D2; }
  @media only screen and (max-width: 1199px) {
    .investors-page .investors__about p {
      font-size: 20px;
      line-height: 25px;
      margin-top: 29px; } }

.investors-page .investors__about .investors__about__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 29px;
  margin-top: 49px; }
  @media only screen and (max-width: 1199px) {
    .investors-page .investors__about .investors__about__items {
      grid-template-columns: repeat(1, 1fr);
      margin-top: 35px;
      gap: 13px; } }
  .investors-page .investors__about .investors__about__items .investors__about__item {
    padding: 48px 50px;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px; }
    @media only screen and (max-width: 1199px) {
      .investors-page .investors__about .investors__about__items .investors__about__item {
        padding: 30px;
        gap: 21px; } }
    @media only screen and (max-width: 576px) {
      .investors-page .investors__about .investors__about__items .investors__about__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 30px; } }
    .investors-page .investors__about .investors__about__items .investors__about__item:first-child {
      background: #F1F0FF; }
    .investors-page .investors__about .investors__about__items .investors__about__item:last-child {
      background: #E8F1FF; }
    .investors-page .investors__about .investors__about__items .investors__about__item img {
      width: 165px;
      height: 105px; }
      @media only screen and (max-width: 1199px) {
        .investors-page .investors__about .investors__about__items .investors__about__item img {
          width: 199px;
          height: 126px; } }
      @media only screen and (max-width: 576px) {
        .investors-page .investors__about .investors__about__items .investors__about__item img {
          width: 260px;
          height: 165px; } }
    .investors-page .investors__about .investors__about__items .investors__about__item .investors__about__item__content {
      margin-top: -4px; }
      .investors-page .investors__about .investors__about__items .investors__about__item .investors__about__item__content h3 {
        color: #393E4D;
        margin: 0;
        font-size: 32px;
        line-height: 35px;
        letter-spacing: -0.65px; }
        @media only screen and (max-width: 1199px) {
          .investors-page .investors__about .investors__about__items .investors__about__item .investors__about__item__content h3 {
            font-size: 24px;
            line-height: 27px;
            letter-spacing: -1.2px; } }
        @media only screen and (max-width: 576px) {
          .investors-page .investors__about .investors__about__items .investors__about__item .investors__about__item__content h3 {
            max-width: 150px; } }
      .investors-page .investors__about .investors__about__items .investors__about__item .investors__about__item__content p {
        font-size: 18px;
        line-height: 23px;
        margin-top: 12px; }
        @media only screen and (max-width: 1199px) {
          .investors-page .investors__about .investors__about__items .investors__about__item .investors__about__item__content p {
            font-size: 16px;
            line-height: 22px; } }
        @media only screen and (max-width: 576px) {
          .investors-page .investors__about .investors__about__items .investors__about__item .investors__about__item__content p {
            margin-top: 13px; } }

.investors-page .investors__assortment .investors__assortment_top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (max-width: 1199px) {
    .investors-page .investors__assortment .investors__assortment_top {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      gap: 22px; } }
  @media only screen and (max-width: 576px) {
    .investors-page .investors__assortment .investors__assortment_top {
      grid-template-columns: repeat(1, 1fr);
      gap: 28px; } }
  .investors-page .investors__assortment .investors__assortment_top h2 {
    max-width: 595px; }
    @media only screen and (max-width: 767px) {
      .investors-page .investors__assortment .investors__assortment_top h2 {
        max-width: 305px; } }
  .investors-page .investors__assortment .investors__assortment_top .digits {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 5px;
    gap: 118px; }
    @media only screen and (max-width: 1199px) {
      .investors-page .investors__assortment .investors__assortment_top .digits {
        gap: 58px;
        margin-top: -8px; } }
    @media only screen and (max-width: 767px) {
      .investors-page .investors__assortment .investors__assortment_top .digits {
        gap: 20px; } }
    @media only screen and (max-width: 576px) {
      .investors-page .investors__assortment .investors__assortment_top .digits {
        gap: 42px; } }
    .investors-page .investors__assortment .investors__assortment_top .digits .digit h3 {
      font-size: 100px;
      line-height: 105px;
      color: #6E67D2;
      margin: 0; }
      @media only screen and (max-width: 1199px) {
        .investors-page .investors__assortment .investors__assortment_top .digits .digit h3 {
          font-size: 48px;
          line-height: 50px; } }
    .investors-page .investors__assortment .investors__assortment_top .digits .digit p {
      font-size: 18px;
      line-height: 23px;
      margin: 0;
      margin-top: -5px; }
      @media only screen and (max-width: 1199px) {
        .investors-page .investors__assortment .investors__assortment_top .digits .digit p {
          font-size: 16px;
          line-height: 22px;
          margin-top: 4px; } }

.investors-page .investors__assortment .investors__assortment_bottom {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 63px;
  margin-top: 50px; }
  @media only screen and (max-width: 1439px) {
    .investors-page .investors__assortment .investors__assortment_bottom {
      grid-template-columns: repeat(5, 1fr); } }
  @media only screen and (max-width: 1199px) {
    .investors-page .investors__assortment .investors__assortment_bottom {
      -webkit-column-gap: 21px;
         -moz-column-gap: 21px;
              column-gap: 21px;
      margin-top: 29px;
      row-gap: 36px; } }
  @media only screen and (max-width: 1023px) {
    .investors-page .investors__assortment .investors__assortment_bottom {
      grid-template-columns: repeat(4, 1fr); } }
  @media only screen and (max-width: 576px) {
    .investors-page .investors__assortment .investors__assortment_bottom {
      grid-template-columns: repeat(2, 1fr);
      margin-top: 37px; } }
  .investors-page .investors__assortment .investors__assortment_bottom .brend__item {
    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: 576px) {
      .investors-page .investors__assortment .investors__assortment_bottom .brend__item {
        gap: 20px; } }
    .investors-page .investors__assortment .investors__assortment_bottom .brend__item .brend__item__pic {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      border-radius: 20px;
      border: 1px solid #e6e9f7;
      margin-bottom: 19px;
      position: relative;
      padding-bottom: 99.5%; }
      @media only screen and (max-width: 1199px) {
        .investors-page .investors__assortment .investors__assortment_bottom .brend__item .brend__item__pic {
          margin-bottom: 20px; } }
      @media only screen and (max-width: 767px) {
        .investors-page .investors__assortment .investors__assortment_bottom .brend__item .brend__item__pic {
          margin-bottom: 11px; } }
      @media only screen and (max-width: 576px) {
        .investors-page .investors__assortment .investors__assortment_bottom .brend__item .brend__item__pic {
          margin-bottom: -9px; } }
      .investors-page .investors__assortment .investors__assortment_bottom .brend__item .brend__item__pic img {
        position: absolute;
        margin: auto;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0; }
        @media only screen and (max-width: 1199px) {
          .investors-page .investors__assortment .investors__assortment_bottom .brend__item .brend__item__pic img {
            -webkit-transform: scale(1);
                -ms-transform: scale(1);
                    transform: scale(1); } }
        @media only screen and (max-width: 1023px) {
          .investors-page .investors__assortment .investors__assortment_bottom .brend__item .brend__item__pic img {
            -webkit-transform: scale(0.8);
                -ms-transform: scale(0.8);
                    transform: scale(0.8); } }
        @media only screen and (max-width: 767px) {
          .investors-page .investors__assortment .investors__assortment_bottom .brend__item .brend__item__pic img {
            -webkit-transform: scale(0.7);
                -ms-transform: scale(0.7);
                    transform: scale(0.7); } }
        @media only screen and (max-width: 576px) {
          .investors-page .investors__assortment .investors__assortment_bottom .brend__item .brend__item__pic img {
            -webkit-transform: scale(0.7);
                -ms-transform: scale(0.7);
                    transform: scale(0.7); } }
    .investors-page .investors__assortment .investors__assortment_bottom .brend__item .brend__item__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .investors-page .investors__assortment .investors__assortment_bottom .brend__item .brend__item__content .button {
        -webkit-column-gap: 18px;
           -moz-column-gap: 18px;
                column-gap: 18px; }

.investors-page .contact {
  padding-top: 105px !important;
  margin-top: 97px !important; }
  @media only screen and (max-width: 1199px) {
    .investors-page .contact {
      padding-top: 77px !important;
      margin-top: 82px !important; } }
  .investors-page .contact .contact__left .pdf {
    margin-bottom: 27px; }
    @media only screen and (max-width: 576px) {
      .investors-page .contact .contact__left .pdf {
        margin-bottom: 19px; } }
    .investors-page .contact .contact__left .pdf:before {
      margin-right: 26px; }
      @media only screen and (max-width: 1199px) {
        .investors-page .contact .contact__left .pdf:before {
          margin-right: 16px; } }
  .investors-page .contact .contact__left .person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px; }
    @media only screen and (max-width: 1199px) {
      .investors-page .contact .contact__left .person {
        gap: 18px; } }
    @media only screen and (max-width: 576px) {
      .investors-page .contact .contact__left .person {
        gap: 20px; } }
    .investors-page .contact .contact__left .person img {
      width: 60px;
      height: 60px; }
      @media only screen and (max-width: 1199px) {
        .investors-page .contact .contact__left .person img {
          width: 50px;
          height: 50px; } }
    .investors-page .contact .contact__left .person .person__content p {
      color: #393E4D;
      font-size: 18px;
      line-height: 23px;
      margin: 0; }
      @media only screen and (max-width: 1199px) {
        .investors-page .contact .contact__left .person .person__content p {
          letter-spacing: -1px; } }
    .investors-page .contact .contact__left .person .person__content span {
      display: block;
      font-size: 16px;
      line-height: 20px;
      color: #BBC1D1;
      margin-top: 4px; }
      @media only screen and (max-width: 1199px) {
        .investors-page .contact .contact__left .person .person__content span {
          margin-top: 1px;
          letter-spacing: -1px; } }
    .investors-page .contact .contact__left .person .person__content ul {
      margin-top: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 10px; }
      @media only screen and (max-width: 1199px) {
        .investors-page .contact .contact__left .person .person__content ul {
          margin-top: 12px;
          gap: 5px; } }
      @media only screen and (max-width: 576px) {
        .investors-page .contact .contact__left .person .person__content ul {
          margin-top: 16px; } }
      .investors-page .contact .contact__left .person .person__content ul li .text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 14px; }
        .investors-page .contact .contact__left .person .person__content ul li .text img {
          width: 22px;
          height: 21px; }
        .investors-page .contact .contact__left .person .person__content ul li .text p {
          font-size: 16px;
          line-height: 20px;
          margin: 0;
          color: #393E4D;
          margin-top: 2px; }
      .investors-page .contact .contact__left .person .person__content ul li:last-child p {
        color: #6E67D2 !important; }
  .investors-page .contact .contact__right {
    padding-top: 20px !important; }
    @media only screen and (max-width: 1199px) {
      .investors-page .contact .contact__right .attach {
        margin-top: 45px !important; } }
    @media only screen and (max-width: 1199px) {
      .investors-page .contact .contact__right .contact__form__bottom {
        gap: 20px !important;
        margin-top: 30px !important; } }
    @media only screen and (max-width: 1199px) {
      .investors-page .contact .contact__right .contact__form__bottom .primary-btn {
        padding: 21px 69px; } }

.page-main {
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .page-main {
      overflow: hidden; } }
  .page-main h1, .page-main .h1 {
    margin-top: 200px;
    font-size: 80px;
    line-height: 95%;
    color: #FFFFFF; }
    @media only screen and (max-width: 1199px) {
      .page-main h1, .page-main .h1 {
        margin-top: 126px;
        font-size: 48px;
        line-height: 105%;
        letter-spacing: -0.05em; } }
    @media only screen and (max-width: 1023px) {
      .page-main h1, .page-main .h1 {
        margin-top: 25px; } }
    @media only screen and (max-width: 767px) {
      .page-main h1, .page-main .h1 {
        margin-top: 24px; } }
    .page-main h1 span, .page-main .h1 span {
      display: inline-block;
      text-transform: uppercase;
      font-size: 280px;
      line-height: .75;
      margin-left: -18px;
      letter-spacing: -14px; }
      @media only screen and (max-width: 1199px) {
        .page-main h1 span, .page-main .h1 span {
          font-size: 168px; } }
  .page-main h2, .page-main .h2 {
    font-size: 64px; }
    @media only screen and (max-width: 1199px) {
      .page-main h2, .page-main .h2 {
        font-size: 36px;
        line-height: 115%; } }
  .page-main h3, .page-main .h3 {
    font-size: 48px;
    line-height: 105%; }
    @media only screen and (max-width: 1199px) {
      .page-main h3, .page-main .h3 {
        font-size: 32px;
        line-height: 115%; } }
  .page-main section {
    padding-top: 128px;
    padding-bottom: 0;
    border-bottom: none; }
    @media only screen and (max-width: 1199px) {
      .page-main section {
        padding-top: 96px;
        padding-bottom: 0; } }
  .page-main .section-assortment h3, .page-main .section-assortment .h3 {
    margin-bottom: 15px;
    font-size: 40px;
    letter-spacing: unset; }
    @media only screen and (max-width: 1199px) {
      .page-main .section-assortment h3, .page-main .section-assortment .h3 {
        font-size: 32px; } }
    .page-main .section-assortment h3 + p, .page-main .section-assortment .h3 + p {
      margin-top: 15px; }
  .page-main .section-ustm h3, .page-main .section-ustm .h3 {
    margin-bottom: 15px;
    font-size: 40px;
    letter-spacing: unset; }
    .page-main .section-ustm h3 + p, .page-main .section-ustm .h3 + p {
      margin-top: 15px; }

/* Breakpoints */
.manufactures-page .section-body .container {
  grid-template-columns: 1fr 40% !important;
  -webkit-column-gap: 150px !important;
     -moz-column-gap: 150px !important;
          column-gap: 150px !important; }
  @media only screen and (max-width: 1023px) {
    .manufactures-page .section-body .container {
      grid-template-columns: 100% !important; } }

.hero-manufactures {
  padding-top: 0; }

.hero-manufacture__content {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 35px));
  gap: 70px; }
  @media only screen and (max-width: 1023px) {
    .hero-manufacture__content {
      grid-template-columns: 1fr;
      gap: 36px; } }

.hero-manufactures__offer h1 {
  margin-top: -14px;
  margin-bottom: 36px; }

.hero-manufactures__offer p {
  font-size: 24px;
  line-height: 125%; }

@media only screen and (max-width: 1023px) {
  .hero-manufactures__offer h1 {
    font-size: 36px;
    margin-top: -10px;
    margin-bottom: 20px; }
  .hero-manufactures__offer p {
    font-size: 20px; }
  .hero-manufactures__offer .hero-manufactures__offer__bottom {
    margin-top: 35px;
    padding-top: 29px;
    gap: 36px; } }

.hero-manufactures__pic {
  width: 100%;
  margin-top: -4px; }

.hero-manufactures__offer__bottom {
  border-top: 1px solid #e6e9f7;
  padding-top: 48px;
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media only screen and (max-width: 1199px) {
    .hero-manufactures__offer__bottom .hero-manufactures__offer__bottom {
      margin-top: 36px;
      padding-top: 28px; } }
  .hero-manufactures__offer__bottom a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #6e67d2;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-size: 24px;
    line-height: 125%; }
    .hero-manufactures__offer__bottom a img {
      width: 60px;
      height: 80px;
      margin-right: 30px; }
    .hero-manufactures__offer__bottom a span {
      margin-top: 4px; }
    @media only screen and (max-width: 1199px) {
      .hero-manufactures__offer__bottom a {
        font-size: 20px; }
        .hero-manufactures__offer__bottom a img {
          width: 50px;
          height: 65px;
          margin-right: 20px; }
        .hero-manufactures__offer__bottom a br {
          display: none; } }
  .hero-manufactures__offer__bottom .primary-btn {
    padding: 22px 35px;
    width: 300px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  @media (max-width: 1515px) {
    .hero-manufactures__offer__bottom {
      gap: 25px; } }
  @media only screen and (max-width: 1199px) {
    .hero-manufactures__offer__bottom .primary-btn {
      font-size: 16px;
      width: 275px; } }
  @media only screen and (max-width: 767px) {
    .hero-manufactures__offer__bottom {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-top: 28px;
      margin-top: 28px; }
      .hero-manufactures__offer__bottom a span br {
        display: none; }
      .hero-manufactures__offer__bottom .primary-btn {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px; } }

.maintenance__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 62px; }
  .maintenance__item:last-child {
    margin-bottom: 0; }
    .maintenance__item:last-child p {
      margin-top: 14px;
      line-height: 127%; }
      .maintenance__item:last-child p:nth-child(4) {
        margin-top: 27px; }
        @media only screen and (max-width: 1199px) {
          .maintenance__item:last-child p:nth-child(4) {
            margin-top: 34px; } }
        @media only screen and (max-width: 767px) {
          .maintenance__item:last-child p:nth-child(4) {
            margin-top: 27px; } }
      .maintenance__item:last-child p:nth-child(5) {
        margin-top: 14px; }
        @media only screen and (max-width: 1199px) {
          .maintenance__item:last-child p:nth-child(5) {
            margin-top: 20px; } }
      .maintenance__item:last-child p:nth-child(6) {
        margin-top: 15px; }
        @media only screen and (max-width: 1199px) {
          .maintenance__item:last-child p:nth-child(6) {
            margin-top: 18px; } }
      .maintenance__item:last-child p:nth-child(7) {
        margin-top: 16px; }
        @media only screen and (max-width: 1199px) {
          .maintenance__item:last-child p:nth-child(7) {
            -webkit-transform: translate(0, 3px);
                -ms-transform: translate(0, 3px);
                    transform: translate(0, 3px); } }
      .maintenance__item:last-child p:nth-child(8) {
        margin-top: 16px; }
        @media only screen and (max-width: 1199px) {
          .maintenance__item:last-child p:nth-child(8) {
            -webkit-transform: translate(0, 7px);
                -ms-transform: translate(0, 7px);
                    transform: translate(0, 7px); } }
        @media only screen and (max-width: 767px) {
          .maintenance__item:last-child p:nth-child(8) {
            -webkit-transform: translate(0, -2px);
                -ms-transform: translate(0, -2px);
                    transform: translate(0, -2px); } }
  .maintenance__item img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: 480px;
    width: 100%;
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-top: 4px; }
  .maintenance__item h4 {
    font-size: 36px;
    margin: 0 0 29px;
    font-weight: 400;
    padding-top: 5px;
    letter-spacing: -0.65px; }
  .maintenance__item h5 {
    font-size: 24px;
    color: #6E67D2;
    margin-bottom: 19px;
    letter-spacing: 0; }
    .maintenance__item h5:nth-child(4) {
      margin-top: 30px;
      margin-bottom: 17px; }
      @media only screen and (max-width: 1199px) {
        .maintenance__item h5:nth-child(4) {
          margin-top: 27px; } }
  .maintenance__item p {
    font-size: 18px;
    margin: 0;
    line-height: 129%; }
  .maintenance__item ul {
    margin-top: 15px; }
    .maintenance__item ul li {
      font-size: 18px;
      margin-bottom: 7px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      /*
			&:before {
				content: '';
				width: 5px;
				height: 5px;
				background: #6e67d2;
				margin-right: 15px;
				border-radius: 50%;
				flex-shrink: 0;
				margin-top: 10px;
			}
			*/ }
  .maintenance__item .primary-btn {
    margin-top: 21px;
    padding: 22px 35px; }
  .maintenance__item .button-more {
    margin-top: 31px; }
  @media (max-width: 1160px) {
    .maintenance__item {
      gap: 19px; }
      .maintenance__item img {
        max-width: 230px; }
      .maintenance__item h4 {
        font-size: 26px;
        margin-bottom: 20px;
        letter-spacing: -0.05em;
        padding-top: 2px; }
      .maintenance__item h5 {
        font-size: 20px; }
      .maintenance__item p {
        font-size: 16px;
        line-height: 140%; }
      .maintenance__item ul {
        margin-top: 13px;
        margin-bottom: -9px; }
        .maintenance__item ul li {
          font-size: 16px;
          line-height: 140%; } }
  @media only screen and (max-width: 767px) {
    .maintenance__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .maintenance__item img {
        max-width: 100%; }
      .maintenance__item .primary-btn {
        padding: 21px 0;
        font-size: 18px;
        width: 100%; } }

.maintenance {
  padding-bottom: 0;
  border: none; }
  .maintenance .section-header h2 {
    font-size: 48px;
    margin-bottom: 18px;
    letter-spacing: -2.4px; }
  .maintenance .section-header p {
    color: #6E67D2;
    font-size: 24px;
    margin-top: 0; }
  @media only screen and (max-width: 1199px) {
    .maintenance .section-header h2 {
      font-size: 32px;
      letter-spacing: -0.05em; }
    .maintenance .section-header p {
      font-size: 20px; } }

.marketplace .marketplace__inner {
  padding: 68px 47px; }
  .marketplace .marketplace__inner h3 {
    letter-spacing: -0.7px; }
  .marketplace .marketplace__inner p {
    line-height: 129%;
    margin-bottom: 16px; }
  .marketplace .marketplace__inner ul {
    margin-bottom: 30px; }
    .marketplace .marketplace__inner ul li {
      margin-bottom: 9px; }
  @media only screen and (max-width: 1199px) {
    .marketplace .marketplace__inner {
      padding: 48px 20px;
      padding-right: 28px;
      gap: 21px; }
      .marketplace .marketplace__inner h3 {
        letter-spacing: -0.05em;
        margin-bottom: -2px; }
      .marketplace .marketplace__inner p {
        line-height: 140%; }
      .marketplace .marketplace__inner ul {
        margin-bottom: 21px; }
        .marketplace .marketplace__inner ul li {
          margin-bottom: 8px; }
      .marketplace .marketplace__inner .button-more {
        padding: 0px 24px; } }

.maintenance__block {
  margin-bottom: 80px; }
  .maintenance__block:last-child {
    margin-bottom: 0; }
  .maintenance__block h3 {
    font-size: 40px;
    letter-spacing: -0.02em;
    margin-top: 57px; }
  @media only screen and (max-width: 1199px) {
    .maintenance__block {
      margin-bottom: 74px; }
      .maintenance__block h3 {
        font-size: 28px;
        margin-top: 64;
        letter-spacing: -0.05em;
        margin-bottom: 23px; } }

.marketplace__inner {
  background: #f1f0ff;
  border-radius: 20px;
  padding: 66px 47px;
  position: relative; }
  @media (max-width: 1540px) {
    .marketplace__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 30px; } }
  @media only screen and (max-width: 767px) {
    .marketplace__inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 30px; } }

.marketplace__pic {
  position: absolute;
  left: 47px;
  top: -50px;
  width: calc(402 / 1600 * 100vw);
  max-width: 402px; }
  @media (max-width: 1540px) {
    .marketplace__pic {
      width: 350px;
      position: static; } }
  @media only screen and (max-width: 1023px) {
    .marketplace__pic {
      max-width: 209px;
      -ms-flex-item-align: start;
          align-self: flex-start; } }
  @media only screen and (max-width: 767px) {
    .marketplace__pic {
      max-width: 260px;
      margin-top: -80px; } }

.marketplace__content {
  max-width: 943px;
  margin-left: auto;
  width: 100%;
  margin-top: -6px; }
  .marketplace__content h3 {
    font-size: 36px;
    margin: 0 0 20px; }
  .marketplace__content ul {
    margin-bottom: 28px; }
    .marketplace__content ul li {
      font-size: 18px;
      margin-bottom: 8px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      /*
			&:before {
				content: '';
				width: 5px;
				height: 5px;
				background: #6e67d2;
				margin-right: 15px;
				border-radius: 50%;
				flex-shrink: 0;
				//margin-top: 8px;
			}
			*/ }
  @media only screen and (max-width: 1023px) {
    .marketplace__content h3 {
      font-size: 26px; }
    .marketplace__content ul li {
      font-size: 16px; } }

.services-consumed-2 h2 {
  letter-spacing: -2.5px !important; }

.services-consumed-2 .services-consumed__left {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 27px 30px; }
  .services-consumed-2 .services-consumed__left img {
    margin-top: -1px; }
  .services-consumed-2 .services-consumed__left p {
    line-height: 129% !important; }
  @media only screen and (max-width: 767px) {
    .services-consumed-2 .services-consumed__left {
      grid-template-columns: 1fr;
      gap: 25px; } }

.services-consumed-2 .services-consumed__right {
  margin-top: -80px;
  padding-top: 4px !important; }

.services-consumed-2 .services__consumed__point {
  gap: 19px;
  margin-bottom: 0; }
  .services-consumed-2 .services__consumed__point p {
    font-size: 18px;
    padding-top: 5px; }

.services-consumed-2 .section-body {
  gap: 157px !important;
  grid-template-columns: 736px 1fr !important; }

@media only screen and (max-width: 1023px) {
  .services-consumed-2 .services__consumed__point {
    margin-bottom: 0; }
    .services-consumed-2 .services__consumed__point img {
      width: 93px;
      height: 93px; }
    .services-consumed-2 .services__consumed__point p {
      font-size: 16px; }
  .services-consumed-2 .services-consumed__right {
    margin-top: 0; }
  .services-consumed-2 .section-body {
    gap: 36px !important;
    grid-template-columns: 1fr !important; } }

.geography__inner {
  padding-top: 100px;
  padding-left: 100px;
  padding-bottom: 50px;
  padding-right: 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f1f0ff;
  border-radius: 20px; }
  .geography__inner h2 {
    font-size: 48px;
    margin: 0 0 48px; }
  .geography__inner p {
    color: #6E67D2;
    font-size: 24px; }
  @media only screen and (max-width: 1199px) {
    .geography__inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 48px 30px; }
      .geography__inner h2 {
        font-size: 32px;
        margin-bottom: 16px; }
      .geography__inner p {
        font-size: 20px; } }

.geography__map {
  max-width: 1044px;
  width: 100%;
  margin-left: -56px;
  margin-top: -50px; }
  @media (max-width: 1555px) {
    .geography__map {
      max-width: 870px;
      margin-left: auto;
      display: block; } }
  @media only screen and (max-width: 1439px) {
    .geography__map {
      max-width: 770px;
      margin-left: auto;
      display: block; } }
  @media only screen and (max-width: 1199px) {
    .geography__map {
      margin-right: auto;
      margin-top: 20px; } }

.geography__text {
  max-width: 360px;
  margin-top: -7px; }
  @media only screen and (max-width: 1199px) {
    .geography__text {
      max-width: unset; } }
  .geography__text h2 {
    letter-spacing: -2.5px;
    margin: 0 0 39px; }
  .geography__text p {
    line-height: 126%; }

.sotrud__inner {
  background: #f1f0ff;
  border-radius: 20px;
  padding: 80px 71px;
  position: relative;
  overflow: hidden;
  margin-top: 5px; }
  .sotrud__inner picture {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0; }
    .sotrud__inner picture img {
      height: 100%;
      width: 100%; }
  .sotrud__inner .sotrud__inner__content {
    margin-top: -8px; }
    .sotrud__inner .sotrud__inner__content h2 {
      letter-spacing: -0.8px;
      margin-bottom: 19px; }
    .sotrud__inner .sotrud__inner__content p {
      margin-bottom: 29px; }
    .sotrud__inner .sotrud__inner__content .primary-btn {
      padding: 21px 73px; }
  @media only screen and (max-width: 1199px) {
    .sotrud__inner {
      padding: 48px 30px; }
      .sotrud__inner picture {
        max-width: 600px; } }
  @media only screen and (max-width: 767px) {
    .sotrud__inner {
      padding-bottom: 150px; }
      .sotrud__inner picture {
        top: unset;
        left: 0;
        height: 150px; }
        .sotrud__inner picture img {
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: top;
             object-position: top; } }

.manufactures-page .integration h2 {
  letter-spacing: -2.4px; }

.manufactures-page .integration .intergration__body {
  margin-top: 39px !important;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 47px; }
  .manufactures-page .integration .intergration__body .integration__item .button-go {
    -webkit-column-gap: 17px;
       -moz-column-gap: 17px;
            column-gap: 17px; }

.sotrud__inner__content {
  max-width: 710px;
  position: relative;
  z-index: 1; }
  .sotrud__inner__content h2 {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 28px; }
  @media only screen and (max-width: 1199px) {
    .sotrud__inner__content {
      max-width: 260px; }
      .sotrud__inner__content h2 {
        font-size: 28px;
        margin-bottom: 20px; }
      .sotrud__inner__content .primary-btn {
        font-size: 16px; } }
  @media only screen and (max-width: 576px) {
    .sotrud__inner__content .primary-btn {
      width: 100%; } }

.sotrud__warning {
  text-align: center;
  max-width: 1360px;
  margin-top: 51px;
  font-size: 18px;
  margin-left: auto;
  margin-right: auto; }

@media only screen and (max-width: 1199px) {
  .manufactures-page .services-consumed {
    padding-top: 73px !important; }
    .manufactures-page .services-consumed .section-header h2 {
      letter-spacing: -0.05em !important;
      margin-bottom: 27px; }
    .manufactures-page .services-consumed .services-consumed__left {
      gap: 28px 22px; }
    .manufactures-page .services-consumed .services__consumed__point p {
      max-width: 205px;
      line-height: 140% !important;
      padding-top: 4px; }
  .manufactures-page .geography h2 {
    letter-spacing: -0.05em;
    margin: 0 0 20px; }
  .manufactures-page .integration .intergration__body {
    margin-top: 28px !important;
    -webkit-column-gap: 22px;
       -moz-column-gap: 22px;
            column-gap: 22px;
    row-gap: 31px; }
  .manufactures-page .sotrud__inner .sotrud__inner__content h2 {
    letter-spacing: -0.05em;
    margin-top: 3px; }
  .manufactures-page .sotrud__inner .sotrud__inner__content p {
    margin-top: -7px;
    margin-bottom: 20px; }
  .manufactures-page .sotrud__inner .sotrud__inner__content .primary-btn {
    font-size: 18px;
    padding: 21px 92px; }
  .manufactures-page .sotrud__warning {
    font-size: 16px;
    margin-top: 29px; } }

@media only screen and (max-width: 767px) {
  .manufactures-page .hero-manufactures__offer .hero-manufactures__offer__bottom {
    gap: 31px; }
  .manufactures-page .hero-manufacture__content {
    gap: 39px; }
  .manufactures-page .hero-manufactures__pic {
    border-radius: 20px; }
  .manufactures-page .maintenance .section-header p {
    line-height: 128%; }
  .manufactures-page .maintenance__block h3 {
    margin-bottom: 26px; }
  .manufactures-page .maintenance__item {
    gap: 21px; }
  .manufactures-page .maintenance__item h4 {
    line-height: 115%;
    margin-bottom: 12px; }
  .manufactures-page .maintenance__item p {
    line-height: 140%; }
  .manufactures-page .maintenance__item ul {
    margin-top: 16px; }
  .manufactures-page .maintenance__item h5 {
    margin-top: 17px; }
  .manufactures-page .maintenance__item h5:nth-child(4) {
    margin-top: 27px; }
  .manufactures-page .maintenance__item:last-child p:nth-child(5) {
    margin-top: 13px; }
  .manufactures-page .maintenance__item:last-child p:nth-child(6) {
    margin-top: 15px; }
  .manufactures-page .maintenance__item:last-child p:nth-child(7) {
    margin-top: 12px; }
  .manufactures-page .maintenance__item .button-more {
    margin-top: 18px;
    font-size: 16px; }
  .manufactures-page .marketplace .marketplace__inner {
    padding: 48px 28px;
    padding-right: 28px;
    gap: 23px;
    padding-bottom: 30px; }
  .manufactures-page .marketplace .marketplace__inner ul {
    margin-top: -2px; }
  .manufactures-page .marketplace__content .button-more {
    font-size: 16px; }
  .manufactures-page .marketplace .marketplace__inner .button-more {
    padding: 0px 18px; }
  .manufactures-page .geography__map {
    margin-right: auto;
    margin-top: 20px;
    width: 272px;
    margin-left: -3px; }
  .manufactures-page .integration {
    padding-top: 77px; } }

.page-news .section-news {
  padding-top: 0; }
  .page-news .section-news h1 {
    padding-bottom: 48px; }

.page-news .news-container {
  display: grid;
  grid-template-columns: repeat(3, calc(100% / 3 - 30px * 2 / 3));
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 80px; }
  @media only screen and (max-width: 1199px) {
    .page-news .news-container {
      grid-template-columns: repeat(3, calc(100% / 3 - 20px * 2 / 3));
      -webkit-column-gap: 20px;
         -moz-column-gap: 20px;
              column-gap: 20px;
      row-gap: 64px; } }
  @media only screen and (max-width: 1023px) {
    .page-news .news-container {
      grid-template-columns: repeat(2, calc(100% / 2 - 20px / 2)); } }
  @media only screen and (max-width: 576px) {
    .page-news .news-container {
      grid-template-columns: 100%; } }

.page-news .news-detail-container {
  display: grid;
  grid-template-columns: calc(67% - 15px) calc(33% - 15px);
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  margin-bottom: 128px; }
  @media only screen and (max-width: 1199px) {
    .page-news .news-detail-container {
      margin-bottom: 96px; } }
  @media only screen and (max-width: 1023px) {
    .page-news .news-detail-container {
      grid-template-columns: 100%; } }
  @media only screen and (max-width: 1199px) {
    .page-news .news-detail-container .col:last-child {
      margin-top: 96px; } }
  .page-news .news-detail-container .col:last-child h3, .page-news .news-detail-container .col:last-child .h3 {
    margin-top: -6px;
    margin-bottom: 25px;
    color: #6E67D2; }
  .page-news .news-detail-container h2, .page-news .news-detail-container .h2 {
    font-size: 48px; }
    @media only screen and (max-width: 1199px) {
      .page-news .news-detail-container h2, .page-news .news-detail-container .h2 {
        font-size: 32px; } }
  @media only screen and (max-width: 1199px) {
    .page-news .news-detail-container h3, .page-news .news-detail-container .h3 {
      font-size: 28px; } }
  .page-news .news-detail-container h2, .page-news .news-detail-container .h2, .page-news .news-detail-container h3, .page-news .news-detail-container .h3, .page-news .news-detail-container h4, .page-news .news-detail-container .h4, .page-news .news-detail-container h5, .page-news .news-detail-container .h5 {
    margin-top: 71px;
    margin-bottom: 18px;
    color: #393E4D; }
    @media only screen and (max-width: 1199px) {
      .page-news .news-detail-container h2, .page-news .news-detail-container .h2, .page-news .news-detail-container h3, .page-news .news-detail-container .h3, .page-news .news-detail-container h4, .page-news .news-detail-container .h4, .page-news .news-detail-container h5, .page-news .news-detail-container .h5 {
        margin-top: 58px; } }
    .page-news .news-detail-container h2:first-child, .page-news .news-detail-container .h2:first-child, .page-news .news-detail-container h3:first-child, .page-news .news-detail-container .h3:first-child, .page-news .news-detail-container h4:first-child, .page-news .news-detail-container .h4:first-child, .page-news .news-detail-container h5:first-child, .page-news .news-detail-container .h5:first-child {
      margin-top: 0; }
    .page-news .news-detail-container h2 + ul, .page-news .news-detail-container .h2 + ul, .page-news .news-detail-container h3 + ul, .page-news .news-detail-container .h3 + ul, .page-news .news-detail-container h4 + ul, .page-news .news-detail-container .h4 + ul, .page-news .news-detail-container h5 + ul, .page-news .news-detail-container .h5 + ul {
      margin-top: 0; }
    .page-news .news-detail-container h2 + .link-document, .page-news .news-detail-container .h2 + .link-document, .page-news .news-detail-container h3 + .link-document, .page-news .news-detail-container .h3 + .link-document, .page-news .news-detail-container h4 + .link-document, .page-news .news-detail-container .h4 + .link-document, .page-news .news-detail-container h5 + .link-document, .page-news .news-detail-container .h5 + .link-document {
      margin-top: 0 !important; }
  .page-news .news-detail-container .news-detail__top {
    margin-bottom: 48px; }
    @media only screen and (max-width: 1199px) {
      .page-news .news-detail-container .news-detail__top {
        margin-bottom: 36px; } }
    .page-news .news-detail-container .news-detail__top h1, .page-news .news-detail-container .news-detail__top .h1 {
      margin-top: -10px;
      padding-bottom: 30px; }
      @media only screen and (max-width: 1199px) {
        .page-news .news-detail-container .news-detail__top h1, .page-news .news-detail-container .news-detail__top .h1 {
          margin-top: 0;
          padding-bottom: 14px; } }
    .page-news .news-detail-container .news-detail__top .news__data {
      margin-top: 0; }
    .page-news .news-detail-container .news-detail__top .news__img {
      margin-top: 28px; }
      @media only screen and (max-width: 1199px) {
        .page-news .news-detail-container .news-detail__top .news__img {
          margin-top: 20px; } }
  .page-news .news-detail-container .news-detail__content .text-border {
    float: right;
    clear: both;
    max-width: 74%;
    padding: 50px 45px;
    margin-top: 0;
    border-radius: 20px;
    border: 1px solid #E6E9F7;
    font-size: 18px;
    line-height: 130%; }
    @media only screen and (max-width: 1199px) {
      .page-news .news-detail-container .news-detail__content .text-border {
        max-width: 100%;
        padding: 30px;
        font-size: 16px;
        line-height: 140%; } }
    @media only screen and (max-width: 767px) {
      .page-news .news-detail-container .news-detail__content .text-border {
        padding: 20px; } }
    .page-news .news-detail-container .news-detail__content .text-border + p {
      clear: both; }
    .page-news .news-detail-container .news-detail__content .text-border + ul {
      clear: both; }
    .page-news .news-detail-container .news-detail__content .text-border + ol {
      clear: both; }
    .page-news .news-detail-container .news-detail__content .text-border + div {
      clear: both; }
  .page-news .news-detail-container .news-detail__content .news__img {
    margin-top: 28px;
    margin-bottom: 50px; }
    .page-news .news-detail-container .news-detail__content .news__img img {
      margin: 0; }
  .page-news .news-detail-container .news-detail__content img {
    float: right;
    margin: 0 0 30px 30px;
    border-radius: 20px;
    max-width: 50%; }
    @media only screen and (max-width: 1199px) {
      .page-news .news-detail-container .news-detail__content img {
        margin: 0 0 20px 20px; } }
    @media only screen and (max-width: 576px) {
      .page-news .news-detail-container .news-detail__content img {
        width: 100%;
        max-width: unset;
        margin-left: 0; } }
    .page-news .news-detail-container .news-detail__content img + p {
      margin-top: 0; }
  .page-news .news-detail-container .news-detail__content .img-50 {
    float: none;
    width: 50%;
    margin-left: 0;
    max-width: unset; }
    @media only screen and (max-width: 576px) {
      .page-news .news-detail-container .news-detail__content .img-50 {
        width: 100%; } }
  .page-news .news-detail-container .news-detail__content .img-100 {
    float: none;
    width: 100%;
    margin-left: 0;
    max-width: unset; }
  .page-news .news-detail-container .news-detail__content .img-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px; }
    @media only screen and (max-width: 1199px) {
      .page-news .news-detail-container .news-detail__content .img-line {
        gap: 20px; } }
    .page-news .news-detail-container .news-detail__content .img-line img {
      float: none;
      margin: 0;
      width: calc(50% - 15px); }
      @media only screen and (max-width: 1199px) {
        .page-news .news-detail-container .news-detail__content .img-line img {
          width: calc(50% - 10px); } }
      @media only screen and (max-width: 576px) {
        .page-news .news-detail-container .news-detail__content .img-line img {
          width: 100%; } }
    .page-news .news-detail-container .news-detail__content .img-line figure {
      width: calc(50% - 15px); }
      @media only screen and (max-width: 1199px) {
        .page-news .news-detail-container .news-detail__content .img-line figure {
          width: calc(50% - 10px); } }
      @media only screen and (max-width: 576px) {
        .page-news .news-detail-container .news-detail__content .img-line figure {
          width: 100%; } }
  .page-news .news-detail-container .news-detail__content figure {
    margin: 30px 0 0; }
    @media only screen and (max-width: 1199px) {
      .page-news .news-detail-container .news-detail__content figure {
        margin: 20px 0 0; } }
    .page-news .news-detail-container .news-detail__content figure img {
      width: 100% !important;
      max-width: unset; }
    .page-news .news-detail-container .news-detail__content figure + h4 {
      clear: both; }
    .page-news .news-detail-container .news-detail__content figure + p {
      clear: both; }
  .page-news .news-detail-container .news-detail__content .blockquote {
    float: right;
    clear: both;
    max-width: 74%;
    padding: 50px 45px;
    margin-top: 0;
    margin-bottom: 28px;
    margin-right: 0;
    border-radius: 20px;
    border: 1px solid #E6E9F7;
    font-size: 18px;
    line-height: 130%; }
    @media only screen and (max-width: 1199px) {
      .page-news .news-detail-container .news-detail__content .blockquote {
        max-width: 100%;
        padding: 30px;
        margin-left: 0;
        font-size: 16px;
        line-height: 140%; } }
    @media only screen and (max-width: 767px) {
      .page-news .news-detail-container .news-detail__content .blockquote {
        padding: 20px; } }
    .page-news .news-detail-container .news-detail__content .blockquote + p {
      clear: both; }
    .page-news .news-detail-container .news-detail__content .blockquote + ul {
      clear: both; }
    .page-news .news-detail-container .news-detail__content .blockquote + ol {
      clear: both; }
    .page-news .news-detail-container .news-detail__content .blockquote + div {
      clear: both; }
    .page-news .news-detail-container .news-detail__content .blockquote blockquote {
      margin: 0; }
    .page-news .news-detail-container .news-detail__content .blockquote figcaption {
      margin-top: 34px;
      display: grid;
      grid-template-columns: 80px 1fr;
      grid-template-rows: repeat(2, auto);
      -webkit-column-gap: 30px;
         -moz-column-gap: 30px;
              column-gap: 30px; }
      @media only screen and (max-width: 1199px) {
        .page-news .news-detail-container .news-detail__content .blockquote figcaption {
          grid-template-columns: 60px 1fr; } }
      @media only screen and (max-width: 767px) {
        .page-news .news-detail-container .news-detail__content .blockquote figcaption {
          margin-top: 20px; } }
    .page-news .news-detail-container .news-detail__content .blockquote__img {
      grid-row: 1 / span 2;
      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: 80px;
      height: 80px;
      overflow: hidden; }
      @media only screen and (max-width: 1199px) {
        .page-news .news-detail-container .news-detail__content .blockquote__img {
          width: 60px;
          height: 60px; } }
      .page-news .news-detail-container .news-detail__content .blockquote__img img {
        width: 100%;
        height: 100%;
        max-width: 100%;
        margin: 0;
        border-radius: 15px;
        -o-object-fit: cover;
           object-fit: cover; }
    .page-news .news-detail-container .news-detail__content .blockquote__author {
      -ms-flex-item-align: end;
          align-self: end;
      font-size: 18px;
      line-height: 130%; }
      @media only screen and (max-width: 1199px) {
        .page-news .news-detail-container .news-detail__content .blockquote__author {
          font-size: 16px;
          line-height: 140%; } }
    .page-news .news-detail-container .news-detail__content .blockquote__post {
      -ms-flex-item-align: start;
          align-self: start;
      font-size: 18px;
      line-height: 130%;
      color: #6E67D2; }
      @media only screen and (max-width: 1199px) {
        .page-news .news-detail-container .news-detail__content .blockquote__post {
          font-size: 16px;
          line-height: 130%; } }
  .page-news .news-detail-container .news-detail__content .direct-speech {
    /*
                &__start {
                    margin-bottom: rem(30);
                    @include mq('desktop-tiny') { //max-width 1024px  (мобильное меню)
                        margin-top: rem(20);
                        margin-bottom: rem(20);
                    }
                }
                */ }
    .page-news .news-detail-container .news-detail__content .direct-speech .authors-words {
      font-size: 18px;
      line-height: 130%;
      font-weight: 600; }
      @media only screen and (max-width: 1199px) {
        .page-news .news-detail-container .news-detail__content .direct-speech .authors-words {
          font-size: 16px; } }
    .page-news .news-detail-container .news-detail__content .direct-speech blockquote {
      margin: 28px 0;
      margin-bottom: 48px; }
      @media only screen and (max-width: 1199px) {
        .page-news .news-detail-container .news-detail__content .direct-speech blockquote {
          margin: 20px 0;
          margin-bottom: 48px; } }
  .page-news .news-detail-container .news-detail__content .link-document {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    margin-top: 28px;
    color: #6E67D2; }
    @media only screen and (max-width: 1199px) {
      .page-news .news-detail-container .news-detail__content .link-document {
        -webkit-column-gap: 20px;
           -moz-column-gap: 20px;
                column-gap: 20px; } }
    .page-news .news-detail-container .news-detail__content .link-document::before {
      content: '';
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 85px;
      width: 65px;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='67' height='87' viewBox='0 0 67 87' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M35.4729 1H11C5.47715 1 1 5.47715 1 11V76C1 81.5228 5.47715 86 11 86H56C61.5229 86 66 81.5228 66 76V31.2858C66 28.6131 64.9301 26.0517 63.0291 24.1731L42.5021 3.88726C40.6302 2.03741 38.1046 1 35.4729 1Z' stroke='%236E67D2'/%3e%3cline x1='15.9102' y1='39.5' x2='49.9102' y2='39.5' stroke='%236E67D2'/%3e%3cline x1='15.9102' y1='49.5' x2='49.9102' y2='49.5' stroke='%236E67D2'/%3e%3cline x1='15.9102' y1='59.5' x2='49.9102' y2='59.5' stroke='%236E67D2'/%3e%3c/svg%3e");
      background-repeat: no-repeat;
      background-size: contain;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      @media only screen and (max-width: 1199px) {
        .page-news .news-detail-container .news-detail__content .link-document::before {
          height: 60px;
          width: 45px; } }
  .page-news .news-detail-container .news-detail__content .txt-l {
    font-weight: 600;
    font-size: 18px;
    line-height: 130%; }
    @media only screen and (max-width: 1199px) {
      .page-news .news-detail-container .news-detail__content .txt-l {
        font-size: 16px;
        line-height: 140%; } }

/* Breakpoints */
.pharmacy-page .services-consumed h3 {
  font-size: 28px;
  line-height: 115%; }

.hero-pharmacy {
  /*
	@media (max-width: 1300px) {
		.top-main__container {
			grid-template-columns: 595px 1fr !important;
			gap: 16px !important;
		}
	}
	
	@include mq('desktop-tiny') {
		.top-main__container {
			grid-template-columns: 405px 1fr !important;
			gap: 30px !important;
		}
	}
	*/ }
  @media only screen and (max-width: 767px) {
    .hero-pharmacy h2 {
      line-height: 106% !important; } }
  .hero-pharmacy.hero-services .top-main__container h1.mob {
    display: none; }
    @media only screen and (max-width: 576px) {
      .hero-pharmacy.hero-services .top-main__container h1.mob {
        display: block; } }
  .hero-pharmacy.hero-services .top-main__container h1 {
    margin-top: -14px; }
    @media only screen and (max-width: 576px) {
      .hero-pharmacy.hero-services .top-main__container h1 {
        display: none; } }
    @media only screen and (max-width: 1199px) {
      .hero-pharmacy.hero-services .top-main__container h1 {
        font-size: 36px;
        margin-top: -10px; } }
    @media only screen and (max-width: 767px) {
      .hero-pharmacy.hero-services .top-main__container h1 {
        line-height: 106% !important; } }
  @media only screen and (max-width: 1023px) {
    .hero-pharmacy.hero-services .top-main__adv {
      margin-top: 36px; } }
  .hero-pharmacy .hero-manufactures__offer__bottom {
    margin-top: 36px; }
    .hero-pharmacy .hero-manufactures__offer__bottom .pdf:before {
      margin-right: 23px !important; }
      @media only screen and (max-width: 767px) {
        .hero-pharmacy .hero-manufactures__offer__bottom .pdf:before {
          margin-right: 2px !important; } }
    @media only screen and (max-width: 1199px) {
      .hero-pharmacy .hero-manufactures__offer__bottom {
        margin-top: 27px !important;
        padding-top: 28px;
        gap: 36px; } }
    @media only screen and (max-width: 576px) {
      .hero-pharmacy .hero-manufactures__offer__bottom {
        margin-top: 30px !important;
        padding-top: 29px;
        gap: 29px; } }
  .hero-pharmacy .top-main__adv .card-type-1 {
    height: 249px !important; }
    @media only screen and (max-width: 1199px) {
      .hero-pharmacy .top-main__adv .card-type-1 {
        height: 200px !important; } }
    @media only screen and (max-width: 576px) {
      .hero-pharmacy .top-main__adv .card-type-1 {
        width: 320px !important;
        padding: 30px !important; } }
    @media only screen and (max-width: 767px) {
      .hero-pharmacy .top-main__adv .card-type-1 .card--value {
        letter-spacing: -0.6px; } }
    @media only screen and (max-width: 576px) {
      .hero-pharmacy .top-main__adv .card-type-1 .card--value {
        margin-bottom: 16px; } }
  .hero-pharmacy .top-main__adv {
    margin-top: -4px !important; }
    @media only screen and (max-width: 576px) {
      .hero-pharmacy .top-main__adv {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        row-gap: 5px; } }
  .hero-pharmacy .top-main__adv .card-type-1:nth-child(1) .card--value {
    margin-top: -4px; }
  .hero-pharmacy .top-main__adv .card-type-1:nth-child(1) .card--desc {
    margin-bottom: 11px; }
  .hero-pharmacy .top-main__adv .card-type-1:nth-child(4) .card--desc {
    top: -7px; }
  .hero-pharmacy .top-main__adv .card-type-1:nth-child(1),
  .hero-pharmacy .top-main__adv .card-type-1:nth-child(4) {
    grid-column: 1 / span 2; }
    .hero-pharmacy .top-main__adv .card-type-1:nth-child(1) .card-type-1__img img,
    .hero-pharmacy .top-main__adv .card-type-1:nth-child(4) .card-type-1__img img {
      width: 100%; }
    @media only screen and (max-width: 767px) {
      .hero-pharmacy .top-main__adv .card-type-1:nth-child(1),
      .hero-pharmacy .top-main__adv .card-type-1:nth-child(4) {
        grid-column: unset; } }
  .hero-pharmacy .top-main__adv .card-type-1:nth-child(4) .card--desc {
    max-width: 313px; }
  @media only screen and (max-width: 1439px) {
    .hero-pharmacy .top-main__container {
      grid-template-columns: repeat(2, calc(50% - 15px));
      gap: 30px; } }
  @media only screen and (max-width: 1023px) {
    .hero-pharmacy .top-main__container {
      grid-template-columns: 1fr !important;
      gap: 36px; } }
  @media only screen and (max-width: 767px) {
    .hero-pharmacy .top-main__container {
      grid-template-columns: 1fr !important;
      gap: 40px !important; } }
  @media only screen and (max-width: 767px) {
    .hero-pharmacy .card-type-1 {
      padding: 29px 30px 19px !important; } }
  @media only screen and (max-width: 576px) {
    .hero-pharmacy .card-type-1:nth-child(1) .card--value {
      margin-bottom: 11px; }
    .hero-pharmacy .card-type-1:nth-child(1) .digits {
      top: 117px; }
      .hero-pharmacy .card-type-1:nth-child(1) .digits .digits__digit {
        margin-bottom: 8px; } }
  @media only screen and (max-width: 767px) {
    .hero-pharmacy .card-type-1:nth-child(2) {
      padding: 26px 30px 19px !important; } }
  @media only screen and (max-width: 576px) {
    .hero-pharmacy .card-type-1:nth-child(2) {
      padding: 26px 30px 19px !important; }
      .hero-pharmacy .card-type-1:nth-child(2) .card--value {
        margin-bottom: 9px; } }
  @media only screen and (max-width: 767px) {
    .hero-pharmacy .card-type-1:nth-child(3) {
      padding: 27px 30px 52px !important; }
      .hero-pharmacy .card-type-1:nth-child(3) .card--value {
        letter-spacing: -1px; } }
  @media only screen and (max-width: 576px) {
    .hero-pharmacy .card-type-1:nth-child(3) {
      height: 165px !important;
      padding: 27px 30px 52px !important; }
      .hero-pharmacy .card-type-1:nth-child(3) .card--value {
        margin-bottom: 9px; } }
  @media only screen and (max-width: 767px) {
    .hero-pharmacy .card-type-1:nth-child(4) {
      padding: 26px 30px 23px !important; }
      .hero-pharmacy .card-type-1:nth-child(4) .card--value {
        letter-spacing: -1.5px; } }
  .hero-pharmacy .card-type-1 .digits {
    position: absolute;
    width: 295px;
    right: 30px;
    top: 38px;
    margin-top: -1px; }
    @media only screen and (max-width: 767px) {
      .hero-pharmacy .card-type-1 .digits {
        margin-top: 3px;
        right: 32px; } }
    .hero-pharmacy .card-type-1 .digits .digits__digit {
      margin-bottom: 24px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      width: 100%; }
      @media only screen and (max-width: 767px) {
        .hero-pharmacy .card-type-1 .digits .digits__digit {
          margin-bottom: 21px; } }
      .hero-pharmacy .card-type-1 .digits .digits__digit:last-child {
        margin-bottom: 0; }
        @media only screen and (max-width: 767px) {
          .hero-pharmacy .card-type-1 .digits .digits__digit:last-child span {
            margin-right: 11px; } }
        .hero-pharmacy .card-type-1 .digits .digits__digit:last-child p {
          white-space: nowrap; }
          @media only screen and (max-width: 1199px) {
            .hero-pharmacy .card-type-1 .digits .digits__digit:last-child p {
              white-space: wrap; } }
      .hero-pharmacy .card-type-1 .digits .digits__digit span {
        font-size: 40px;
        color: #6E67D2;
        margin-right: 20px;
        line-height: 1;
        display: block; }
        @media only screen and (max-width: 767px) {
          .hero-pharmacy .card-type-1 .digits .digits__digit span {
            letter-spacing: -1px;
            margin-right: 14px; } }
      .hero-pharmacy .card-type-1 .digits .digits__digit p {
        letter-spacing: 1.2px;
        font-size: 16px;
        margin-top: 0;
        padding-bottom: 5px;
        line-height: 1; }
        @media only screen and (max-width: 767px) {
          .hero-pharmacy .card-type-1 .digits .digits__digit p {
            letter-spacing: 0.1px; } }
    @media only screen and (max-width: 1199px) {
      .hero-pharmacy .card-type-1 .digits .digits__digit span {
        font-size: 24px; }
      .hero-pharmacy .card-type-1 .digits .digits__digit p {
        padding-bottom: 2px; } }
    @media only screen and (max-width: 767px) {
      .hero-pharmacy .card-type-1 .digits {
        display: none; } }
    @media only screen and (max-width: 576px) {
      .hero-pharmacy .card-type-1 .digits {
        display: block;
        left: 30px;
        right: unset;
        top: 120px; }
        .hero-pharmacy .card-type-1 .digits .digits__digit {
          margin-bottom: 10px; }
          .hero-pharmacy .card-type-1 .digits .digits__digit span {
            font-size: 24px; }
          .hero-pharmacy .card-type-1 .digits .digits__digit p {
            font-size: 16px; } }
  .hero-pharmacy .top-main__adv .card-type-1:nth-child(3) {
    grid-column: unset; }
    .hero-pharmacy .top-main__adv .card-type-1:nth-child(3) .card--value,
    .hero-pharmacy .top-main__adv .card-type-1:nth-child(3) .card--desc {
      width: 100%; }
    .hero-pharmacy .top-main__adv .card-type-1:nth-child(3) .card-type-1__img {
      display: none; }
  @media only screen and (max-width: 576px) {
    .hero-pharmacy .top-main__adv .card:nth-child(1) {
      height: 350px !important;
      background: url(/local/templates/iriscorp/css/../assets/images/example/hero-pharmacy/i-1-mob.png) !important;
      background-size: cover !important;
      max-height: unset; }
    .hero-pharmacy .top-main__adv .card:nth-child(2) {
      height: 300px !important;
      background: url(/local/templates/iriscorp/css/../assets/images/example/hero-pharmacy/i-3-mob.png) !important;
      background-size: cover !important; }
    .hero-pharmacy .top-main__adv .card:nth-child(4) {
      height: 300px !important;
      background: url(/local/templates/iriscorp/css/../assets/images/example/hero-pharmacy/i-2-mob.png) !important;
      background-size: cover !important; } }
  @media only screen and (max-width: 1199px) {
    .hero-pharmacy .hero-manufactures__offer__bottom {
      margin-top: 36px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media only screen and (max-width: 1023px) {
    .hero-pharmacy .hero-manufactures__offer__bottom {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-top: 36px;
      -ms-flex-direction: row;
          flex-direction: row; } }
  @media only screen and (max-width: 767px) {
    .hero-pharmacy .hero-manufactures__offer__bottom {
      margin-top: 36px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.pharmacy-page .services-consumed {
  padding-top: 90px !important; }
  .pharmacy-page .services-consumed .services__consumed__point__content h4 {
    margin-top: 16px !important; }
    @media only screen and (max-width: 1199px) {
      .pharmacy-page .services-consumed .services__consumed__point__content h4 {
        margin-top: 12px !important; } }
    @media only screen and (max-width: 767px) {
      .pharmacy-page .services-consumed .services__consumed__point__content h4 {
        margin-top: 10px !important; } }
    @media only screen and (max-width: 576px) {
      .pharmacy-page .services-consumed .services__consumed__point__content h4 {
        margin-top: 8px !important;
        margin-bottom: 10px !important; } }
  @media only screen and (max-width: 576px) {
    .pharmacy-page .services-consumed .section-body {
      gap: 30px !important; } }
  @media only screen and (max-width: 1199px) {
    .pharmacy-page .services-consumed {
      padding-top: 80px !important; } }
  @media only screen and (max-width: 767px) {
    .pharmacy-page .services-consumed {
      padding-top: 72px !important; } }
  .pharmacy-page .services-consumed .services-consumed__right {
    padding-top: 7px !important; }
  .pharmacy-page .services-consumed .services__consumed__point {
    margin-bottom: 32px !important;
    position: relative; }
    @media only screen and (max-width: 576px) {
      .pharmacy-page .services-consumed .services__consumed__point:before {
        content: '';
        width: 35px;
        height: 35px;
        border-radius: 999px;
        background-image: url("/local/templates/iriscorp/css/../assets/images/example/check.png");
        background-size: 65%;
        background-repeat: no-repeat;
        background-position: center;
        background-color: #6e67d2;
        position: absolute;
        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;
        top: 0;
        left: 60px; } }
    @media only screen and (max-width: 1199px) {
      .pharmacy-page .services-consumed .services__consumed__point {
        margin-bottom: 28px !important; } }
    @media only screen and (max-width: 767px) {
      .pharmacy-page .services-consumed .services__consumed__point {
        margin-bottom: 24px !important; } }
    @media only screen and (max-width: 576px) {
      .pharmacy-page .services-consumed .services__consumed__point {
        gap: 19px !important;
        margin-bottom: 29px !important; } }
    @media only screen and (max-width: 576px) {
      .pharmacy-page .services-consumed .services__consumed__point p {
        line-height: 129% !important; } }
    .pharmacy-page .services-consumed .services__consumed__point img {
      margin-top: 2px; }
      @media only screen and (max-width: 576px) {
        .pharmacy-page .services-consumed .services__consumed__point img {
          margin-top: 0 !important;
          width: 94px;
          height: 94px; } }

.pharmacy-page .integration .integration__item .intergration__item__pic {
  margin-bottom: 19px !important; }
  @media only screen and (max-width: 1199px) {
    .pharmacy-page .integration .integration__item .intergration__item__pic {
      margin-bottom: 12px !important; } }

.pharmacy-page .integration .integration__item .button-go {
  -webkit-column-gap: 17px;
     -moz-column-gap: 17px;
          column-gap: 17px; }

.pharmacy-page .contact .contact__left h2 {
  letter-spacing: -0.044em !important; }

.pharmacy-page .contact .pdf:before {
  margin-right: 22px;
  width: 62px; }
  @media only screen and (max-width: 767px) {
    .pharmacy-page .contact .pdf:before {
      margin-right: 2px; } }

.expert h2 {
  font-size: 48px;
  font-weight: 400;
  letter-spacing: -0.05em;
  margin-bottom: 36px; }
  @media only screen and (max-width: 767px) {
    .expert h2 {
      margin-bottom: 27px; } }
  @media only screen and (max-width: 576px) {
    .expert h2 {
      margin-bottom: 27px; } }

@media only screen and (max-width: 1199px) {
  .expert h2 {
    font-size: 32px; } }

.expert .accordion-title {
  padding: 48px !important; }
  @media only screen and (max-width: 1199px) {
    .expert .accordion-title {
      padding: 30px 28px !important; } }
  @media only screen and (max-width: 767px) {
    .expert .accordion-title span {
      letter-spacing: -1.4px; } }

@media only screen and (max-width: 767px) {
  .expert .accordion-item:nth-child(2) .accordion-title {
    padding: 35px 30px !important; } }

@media only screen and (max-width: 576px) {
  .expert .accordion-item:nth-child(2) .accordion-title {
    padding: 30px 18px 30px 30px !important; } }

@media only screen and (max-width: 767px) {
  .expert .accordion-item:first-child .expert__item__right h5 {
    max-width: 513px;
    line-height: 28px !important; } }

@media only screen and (max-width: 576px) {
  .expert .accordion-item:first-child .expert__item__right h5 {
    max-width: 100%; } }

.expert .accordion-item:last-child h5 {
  margin-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    .expert .accordion-item:last-child h5 {
      margin-bottom: 10px; } }

@media only screen and (max-width: 767px) {
  .expert .accordion-item:last-child .accordion-title {
    padding: 40px 30px !important; } }

@media only screen and (max-width: 576px) {
  .expert .accordion-item:last-child .accordion-title {
    padding: 28px 30px !important; } }

@media only screen and (max-width: 767px) {
  .expert .accordion-item:nth-child(2) .expert__item__right h5 {
    margin-bottom: 6px; } }

@media only screen and (max-width: 576px) {
  .expert .accordion-item.active:first-child .accordion-body {
    margin-top: -12px;
    gap: 25px !important; } }

@media only screen and (max-width: 576px) {
  .expert .accordion-item.active:first-child .accordion-body .expert__item__left h5 {
    line-height: 27.24px !important; } }

@media only screen and (max-width: 576px) {
  .expert .accordion-item.active:first-child .accordion-body .expert__item__left li {
    margin-bottom: 7.5px; } }

@media only screen and (max-width: 576px) {
  .expert .accordion-item.active:first-child .accordion-body .expert__item__right h5 {
    line-height: 24px !important;
    margin-bottom: 18px; } }

@media only screen and (max-width: 767px) {
  .expert .accordion-item.active:nth-child(2) .accordion-body {
    margin-top: -8px; }
    .expert .accordion-item.active:nth-child(2) .accordion-body .expert__item__left h5 {
      margin-bottom: 8px; } }

@media only screen and (max-width: 576px) {
  .expert .accordion-item.active:nth-child(2) .accordion-title span {
    margin-top: 4px !important; }
  .expert .accordion-item.active:nth-child(2) .accordion-body {
    gap: 30px !important;
    margin-top: -4px !important; }
    .expert .accordion-item.active:nth-child(2) .accordion-body .expert__item__left h5 {
      margin-bottom: 10px !important; }
    .expert .accordion-item.active:nth-child(2) .accordion-body .expert__item__right h5 {
      margin-bottom: 10px !important; } }

@media only screen and (max-width: 767px) {
  .expert .accordion-item.active:nth-child(3) .accordion-body {
    margin-top: -13px;
    gap: 35px; } }

@media only screen and (max-width: 767px) {
  .expert .accordion-item.active:nth-child(3) .expert__item__right h5 {
    margin-bottom: 4px; } }

.expert .accordion-body h5 {
  letter-spacing: 0 !important;
  line-height: 30.24px !important; }

.expert__item {
  background: #f5f6f9;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-bottom: 6px; }
  .expert__item .accordion-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 50px;
    font-size: 40px;
    color: #6E67D2;
    letter-spacing: -0.02em; }
    @media only screen and (max-width: 1199px) {
      .expert__item .accordion-title {
        font-size: 28px; } }
  .expert__item.active .accordion-body {
    margin-top: -15px; }
    @media only screen and (max-width: 767px) {
      .expert__item.active .accordion-body {
        margin-top: -5px; } }
    @media only screen and (max-width: 576px) {
      .expert__item.active .accordion-body {
        margin-top: 0; } }
  .expert__item .accordion-body {
    padding: 0px 50px 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px; }
    .expert__item .accordion-body h5 {
      font-size: 24px;
      margin-bottom: 16px; }
    .expert__item .accordion-body ul li {
      font-size: 18px;
      margin-bottom: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      /*
				&:before {
					content: '';
					width: 5px;
					height: 5px;
					background: #6e67d2;
					margin-right: 15px;
					border-radius: 50%;
					flex-shrink: 0;
					margin-top: 8px;
				}
				*/ }
      .expert__item .accordion-body ul li:last-child {
        margin-bottom: 0; }
  .expert__item.active {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
    .expert__item.active .expert__item__arrow svg {
      -webkit-transform: rotate(270deg);
          -ms-transform: rotate(270deg);
              transform: rotate(270deg); }
  @media only screen and (max-width: 767px) {
    .expert__item .accordion-title {
      font-size: 28px;
      text-align: left;
      padding: 30px; }
    .expert__item .accordion-body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 0 30px 30px; } }
  @media only screen and (max-width: 767px) and (max-width: 767px) {
    .expert__item .accordion-body {
      gap: 37px;
      padding: 0 30px 27px; } }
  @media only screen and (max-width: 767px) {
      .expert__item .accordion-body h5 {
        font-size: 20px; } }
    @media only screen and (max-width: 767px) and (max-width: 767px) {
      .expert__item .accordion-body h5 {
        margin-bottom: 13px; } }
  @media only screen and (max-width: 767px) {
      .expert__item .accordion-body ul li {
        font-size: 16px;
        margin-bottom: 8px; } }
    @media only screen and (max-width: 767px) and (max-width: 767px) {
      .expert__item .accordion-body ul li {
        margin-bottom: 7px; } }
  @media only screen and (max-width: 576px) {
    .expert__item .accordion-title {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      gap: 20px;
      letter-spacing: -0.05em; }
      .expert__item .accordion-title span {
        margin-top: -3px; } }

.expert__item__arrow {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  border: 1px solid #6E67D2;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .expert__item__arrow svg {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }

.benefits__inner {
  display: grid;
  grid-template-columns: 863px 1fr;
  gap: 30px; }
  @media only screen and (max-width: 1199px) {
    .benefits__inner {
      grid-template-columns: repeat(2, calc(50% - 10px));
      gap: 20px; } }
  @media only screen and (max-width: 767px) {
    .benefits__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 38px; } }

.benefits h2 {
  font-size: 50px;
  font-weight: 400;
  margin-bottom: 35px;
  margin-top: 0;
  letter-spacing: -0.05em; }
  @media only screen and (max-width: 767px) {
    .benefits h2 {
      margin-bottom: 28px !important; } }

.benefits .benefits__advantages h3 {
  margin-bottom: 22px; }
  @media only screen and (max-width: 767px) {
    .benefits .benefits__advantages h3 {
      margin-top: 28px !important;
      letter-spacing: -1.4px !important; } }

.benefits .benefits__advantages ul li {
  margin-bottom: 12px; }
  @media only screen and (max-width: 767px) {
    .benefits .benefits__advantages ul li {
      margin-bottom: 9px !important; } }

.benefits .b-error {
  margin-top: 8px; }
  @media only screen and (max-width: 767px) {
    .benefits .b-error {
      margin-top: 0; } }

.benefits p {
  color: #6E67D2;
  font-size: 24px; }
  @media only screen and (max-width: 1199px) {
    .benefits p {
      line-height: 25.2px;
      font-size: 20px; } }

.benefits h3 {
  font-size: 40px;
  color: #393E4D;
  margin-bottom: 18px;
  margin-top: 70px;
  letter-spacing: -0.02em; }

.benefits ul li {
  font-size: 18px;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  /*
			&:before {
				content: '';
				width: 5px;
				height: 5px;
				background: #6e67d2;
				margin-right: 15px;
				border-radius: 50%;
				flex-shrink: 0;
				margin-top: 8px;
			}
			*/ }

@media only screen and (max-width: 1199px) {
  .benefits h2 {
    font-size: 32px;
    margin-bottom: 36px;
    line-height: 115%; }
  .benefits p {
    font-size: 20px; }
  .benefits h3 {
    font-size: 28px;
    margin-top: 40px; }
  .benefits ul li {
    font-size: 16px;
    margin-bottom: 10px; } }

@media only screen and (max-width: 1199px) {
  .benefits__advantages {
    display: none; } }

@media only screen and (max-width: 767px) {
  .benefits__advantages {
    display: block;
    margin-top: 48px; } }

@media only screen and (max-width: 576px) {
  .benefits__advantages {
    display: block;
    margin-top: 43px; } }

.benefits__advantages-tablet {
  display: none; }
  @media only screen and (max-width: 1199px) {
    .benefits__advantages-tablet {
      display: block; } }
  @media only screen and (max-width: 767px) {
    .benefits__advantages-tablet {
      display: none; } }
  @media only screen and (max-width: 1199px) {
    .benefits__advantages-tablet h3 {
      margin-bottom: 28px; } }
  @media only screen and (max-width: 1199px) {
    .benefits__advantages-tablet li {
      margin-bottom: 10px !important; } }

.benefits__advantages-tablet__lists {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px; }

@media only screen and (max-width: 767px) {
  .income .income__card:first-child .income__card__heading {
    max-width: 98px; } }

.income .income__card__digits p {
  margin-top: -4px; }
  @media only screen and (max-width: 767px) {
    .income .income__card__digits p {
      margin-top: -2px; } }

.income__block {
  margin-bottom: 77px !important; }
  @media only screen and (max-width: 1199px) {
    .income__block {
      margin-bottom: 62px !important; } }
  @media only screen and (max-width: 767px) {
    .income__block:last-child h3 {
      margin-left: 2px; } }
  @media only screen and (max-width: 767px) {
    .income__block:last-child .income__card .income__card__heading {
      max-width: 98px; } }
  .income__block h3 {
    font-size: 40px;
    letter-spacing: -0.02em;
    margin-top: 0 !important; }
    @media only screen and (max-width: 1199px) {
      .income__block h3 {
        margin-top: 0 !important; } }
    @media only screen and (max-width: 767px) {
      .income__block h3 {
        letter-spacing: -1.4px; } }
    @media only screen and (max-width: 576px) {
      .income__block h3 {
        margin-bottom: 21px !important; } }
  .income__block .income__cards {
    row-gap: 30px !important; }
    @media only screen and (max-width: 1199px) {
      .income__block .income__cards {
        row-gap: 20px !important; } }
    @media only screen and (max-width: 767px) {
      .income__block .income__cards {
        row-gap: 16px !important; } }
    @media only screen and (max-width: 576px) {
      .income__block .income__cards {
        row-gap: 21px !important; } }
  @media only screen and (max-width: 1199px) {
    .income__block h3 {
      font-size: 28px;
      margin-top: 0; } }

.income__card {
  padding: 50px;
  border: 1px solid #e6e9f7;
  border-radius: 20px; }
  @media only screen and (max-width: 1439px) {
    .income__card {
      padding: 20px; } }
  @media only screen and (max-width: 576px) {
    .income__card {
      padding: 18px 20px; } }

.income__card__heading {
  font-size: 24px;
  color: #6E67D2;
  margin-bottom: 20px;
  margin-top: 0;
  position: relative; }
  @media only screen and (max-width: 576px) {
    .income__card__heading {
      margin-bottom: 13px !important; } }
  .income__card__heading span {
    position: absolute;
    font-size: 14px;
    color: #fff;
    background-color: #6E67D2;
    padding: 10px;
    max-width: 215px;
    width: 100%;
    bottom: 150%;
    left: 0;
    border-radius: 10px;
    line-height: 130%;
    text-align: center;
    opacity: 0;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
    .income__card__heading span:after {
      content: '';
      width: 16px;
      height: 16px;
      position: absolute;
      bottom: -8px;
      left: 50%;
      -webkit-transform: translate(-50%, 0) rotate(45deg);
          -ms-transform: translate(-50%, 0) rotate(45deg);
              transform: translate(-50%, 0) rotate(45deg);
      background: #6E67D2; }
  .income__card__heading:hover span {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 1; }
  @media only screen and (max-width: 1199px) {
    .income__card__heading {
      font-size: 16px;
      height: 44px;
      margin-bottom: 20px; } }
  @media only screen and (max-width: 767px) {
    .income__card__heading {
      font-size: 14px;
      height: 36px;
      margin-bottom: 16px; } }

.income__card__digits {
  margin-bottom: 15px; }
  .income__card__digits:last-child {
    margin-bottom: 0; }
  .income__card__digits span {
    font-size: 60px;
    display: block;
    line-height: 1;
    letter-spacing: -0.05em;
    line-height: 105%; }
  .income__card__digits p {
    font-size: 18px;
    margin-top: 0; }
    @media only screen and (max-width: 576px) {
      .income__card__digits p {
        margin-top: 0 !important; } }
  @media only screen and (max-width: 1199px) {
    .income__card__digits {
      margin-bottom: 16px; }
      .income__card__digits span {
        font-size: 32px; }
      .income__card__digits p {
        font-size: 14px; } }
  @media only screen and (max-width: 767px) {
    .income__card__digits {
      margin-bottom: 16px; }
      .income__card__digits span {
        font-size: 30px; }
      .income__card__digits p {
        font-size: 11px; } }

.income__cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
  row-gap: 22px; }
  @media only screen and (max-width: 1199px) {
    .income__cards {
      grid-template-columns: 1fr 1fr 1fr 1fr;
      gap: 20px; } }
  @media only screen and (max-width: 767px) {
    .income__cards {
      grid-template-columns: 1fr 1fr; }
      .income__cards .income-hidden {
        display: none; } }

.income__result {
  padding: 54px 50px;
  background: #f1f0ff;
  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;
  border-radius: 20px;
  margin-top: 30px; }
  @media only screen and (max-width: 1199px) {
    .income__result {
      margin-top: 20px; } }
  @media only screen and (max-width: 767px) {
    .income__result {
      gap: 12px !important; } }
  @media only screen and (max-width: 576px) {
    .income__result {
      padding: 26px 30px !important; } }
  .income__result p {
    margin: 0;
    font-size: 24px; }
    @media only screen and (max-width: 1199px) {
      .income__result p {
        font-size: 20px; } }
  .income__result span {
    font-size: 60px;
    color: #6E67D2;
    letter-spacing: -3px; }
    @media only screen and (max-width: 1199px) {
      .income__result span {
        font-size: 32px; } }
  @media only screen and (max-width: 1199px) {
    .income__result {
      -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;
      padding: 30px;
      gap: 16px; }
      .income__result span {
        letter-spacing: -0.05em; } }
  @media only screen and (max-width: 767px) {
    .income__result p {
      font-size: 20px; }
    .income__result span {
      font-size: 32px;
      line-height: 1;
      display: block; } }

.income__block {
  margin-bottom: 80px; }
  @media only screen and (max-width: 767px) {
    .income__block {
      margin-bottom: 58px !important; } }
  @media only screen and (max-width: 576px) {
    .income__block {
      margin-bottom: 55px !important; } }
  .income__block:last-child {
    margin-bottom: 0 !important; }

.pharmacy-page .services-consumed .services__consumed__point {
  margin-bottom: 33px; }

@media only screen and (max-width: 576px) {
  .pharmacy-page .services-consumed h2 {
    margin-bottom: 26px !important; } }

.pharmacy-page .intergration__body {
  margin-top: 41px; }
  @media only screen and (max-width: 767px) {
    .pharmacy-page .intergration__body {
      row-gap: 31px !important; } }

.pharmacy-page .contact {
  margin-top: 95px; }
  @media only screen and (max-width: 1199px) {
    .pharmacy-page .contact {
      margin-top: 80px !important;
      margin-bottom: 96px !important; } }
  @media only screen and (max-width: 576px) {
    .pharmacy-page .contact {
      margin-top: 76px !important;
      padding-top: 84px !important; } }
  .pharmacy-page .contact .contact__left h2 {
    margin-top: -6px;
    margin-bottom: 36px; }
    @media only screen and (max-width: 1199px) {
      .pharmacy-page .contact .contact__left h2 {
        margin-bottom: 20px; } }
    @media only screen and (max-width: 767px) {
      .pharmacy-page .contact .contact__left h2 {
        margin-bottom: 12px; } }
  @media only screen and (max-width: 1199px) {
    .pharmacy-page .contact .download {
      margin-bottom: 0; } }
  @media only screen and (max-width: 1199px) {
    .pharmacy-page .contact .contact__right {
      padding-top: 16px !important; } }
  @media only screen and (max-width: 767px) {
    .pharmacy-page .contact .contact__right {
      padding-top: 18px !important; } }
  @media only screen and (max-width: 576px) {
    .pharmacy-page .contact .contact__right {
      padding-top: 21px !important; } }
  @media only screen and (max-width: 1199px) {
    .pharmacy-page .contact .contact__form__bottom {
      margin-top: 28px !important; } }

@media only screen and (max-width: 1199px) {
  .pharmacy-page .services-consumed .section-header h2 {
    margin-bottom: 23px; }
  .pharmacy-page .services__consumed__point img {
    width: 105px;
    height: 105px; }
  .pharmacy-page .services-consumed__left h3 {
    margin-bottom: 19px;
    letter-spacing: -0.05em; }
  .pharmacy-page .services__consumed__point h4 {
    margin-top: 6px; }
  .pharmacy-page .services__consumed__point p {
    font-size: 14px; }
  .pharmacy-page .services-consumed .services__consumed__point {
    margin-bottom: 28px; }
  .pharmacy-page .services-consumed__right {
    margin-top: -30px; }
  .pharmacy-page .intergration__body {
    margin-top: 27px;
    gap: 36px 20px; }
  .pharmacy-page .integration .section-header h2 {
    margin-bottom: 29px; }
  .pharmacy-page .intergration__item__pic {
    margin-bottom: 12px; } }

.page-sale .investors__hero {
  padding-top: 0; }

.section-search-line {
  position: relative;
  padding-top: 98px; }
  @media only screen and (max-width: 1023px) {
    .section-search-line {
      padding-top: 74px; } }
  @media only screen and (max-width: 767px) {
    .section-search-line {
      padding-top: 35px; } }
  .section-search-line .section-header {
    margin-bottom: 47px; }
    @media only screen and (max-width: 1023px) {
      .section-search-line .section-header {
        margin-bottom: 26px; } }
  .section-search-line .section-body .container {
    max-width: 990px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .section-search-line .section-body .container .search-container {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 48px; }
      @media only screen and (max-width: 1199px) {
        .section-search-line .section-body .container .search-container {
          margin-bottom: 24px; } }
      .section-search-line .section-body .container .search-container input[type=text] {
        height: 48px;
        padding-left: 20px;
        border: 1px solid #E6E9F7;
        border-radius: 10px;
        opacity: 1;
        width: 100%; }
      .section-search-line .section-body .container .search-container input[type=text]::-webkit-input-placeholder {
        /* WebKit browsers */
        color: #393E4D;
        font-size: 18px; }
        @media only screen and (max-width: 1023px) {
          .section-search-line .section-body .container .search-container input[type=text]::-webkit-input-placeholder {
            font-size: 16px; } }
      .section-search-line .section-body .container .search-container input[type=text]:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #393E4D;
        opacity: 1;
        font-size: 18px; }
        @media only screen and (max-width: 1023px) {
          .section-search-line .section-body .container .search-container input[type=text]:-moz-placeholder {
            font-size: 16px; } }
      .section-search-line .section-body .container .search-container input[type=text]::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #393E4D;
        opacity: 1;
        font-size: 18px; }
        @media only screen and (max-width: 1023px) {
          .section-search-line .section-body .container .search-container input[type=text]::-moz-placeholder {
            font-size: 16px; } }
      .section-search-line .section-body .container .search-container input[type=text]:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #393E4D;
        font-size: 18px; }
        @media only screen and (max-width: 1023px) {
          .section-search-line .section-body .container .search-container input[type=text]:-ms-input-placeholder {
            font-size: 16px; } }
      .section-search-line .section-body .container .search-container input[type=submit] {
        position: absolute;
        top: 50%;
        right: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 17px;
        height: 19px;
        padding: 0;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='17' height='19' viewBox='0 0 17 19' fill='none'%3e%3crect x='0.5' y='0.587402' width='14.9415' height='14.9415' rx='7.47073' stroke='%23393E4D'/%3e%3cpath d='M12.8828 14.3232L15.9762 17.9123' stroke='%23393E4D' stroke-linecap='square'/%3e%3c/svg%3e");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-color: transparent;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
  .section-search-line .pagination {
    margin-top: 0; }

/* Breakpoints */
.service-iris-page .breadcrumbs {
  margin-bottom: 15px !important; }
  @media only screen and (max-width: 1199px) {
    .service-iris-page .breadcrumbs {
      margin-bottom: 28px !important; } }
  @media only screen and (max-width: 767px) {
    .service-iris-page .breadcrumbs {
      margin-bottom: 18px !important; } }

.service-iris-page .service-iris__hero {
  padding-top: 0; }
  .service-iris-page .service-iris__hero .service-iris__hero__inner {
    display: grid;
    grid-template-columns: 695px 1fr;
    gap: 70px; }
    @media only screen and (max-width: 1439px) {
      .service-iris-page .service-iris__hero .service-iris__hero__inner {
        grid-template-columns: 595px 1fr;
        gap: 36px; } }
    @media only screen and (max-width: 1199px) {
      .service-iris-page .service-iris__hero .service-iris__hero__inner {
        grid-template-columns: 1fr 1fr; } }
    @media only screen and (max-width: 1023px) {
      .service-iris-page .service-iris__hero .service-iris__hero__inner {
        grid-template-columns: 1fr; } }
    @media only screen and (max-width: 1199px) {
      .service-iris-page .service-iris__hero .service-iris__hero__inner .service-iris__hero_left h1 {
        font-size: 36px;
        line-height: 41px; } }
    .service-iris-page .service-iris__hero .service-iris__hero__inner .service-iris__hero_left p {
      font-size: 24px;
      line-height: 30.24px;
      margin-bottom: 0;
      margin-top: 0; }
      @media only screen and (max-width: 1199px) {
        .service-iris-page .service-iris__hero .service-iris__hero__inner .service-iris__hero_left p {
          font-size: 20px;
          line-height: 25px; } }
      .service-iris-page .service-iris__hero .service-iris__hero__inner .service-iris__hero_left p:nth-child(2) {
        margin-top: 35px;
        margin-bottom: 14px; }
        @media only screen and (max-width: 1199px) {
          .service-iris-page .service-iris__hero .service-iris__hero__inner .service-iris__hero_left p:nth-child(2) {
            margin-top: 28px; } }
        @media only screen and (max-width: 767px) {
          .service-iris-page .service-iris__hero .service-iris__hero__inner .service-iris__hero_left p:nth-child(2) {
            margin-top: 19px; } }
    .service-iris-page .service-iris__hero .service-iris__hero__inner .service-iris__hero_right {
      margin-top: 10px; }
      @media only screen and (max-width: 1023px) {
        .service-iris-page .service-iris__hero .service-iris__hero__inner .service-iris__hero_right {
          margin-top: 0; } }

.service-iris-page .service-iris__directions h2 {
  margin-top: 0;
  font-size: 48px;
  line-height: 50.4px;
  letter-spacing: -2.5px;
  margin-bottom: 36px; }
  @media only screen and (max-width: 1199px) {
    .service-iris-page .service-iris__directions h2 {
      font-size: 32px;
      line-height: 36px; } }
  @media only screen and (max-width: 767px) {
    .service-iris-page .service-iris__directions h2 {
      letter-spacing: -1.6px;
      margin-bottom: 30px; } }

.service-iris-page .service-iris__directions .service-iris__directions_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px; }
  @media only screen and (max-width: 767px) {
    .service-iris-page .service-iris__directions .service-iris__directions_list {
      gap: 11px; } }
  .service-iris-page .service-iris__directions .service-iris__directions_list .service-iris__direction__item {
    min-height: 335px;
    border-radius: 20px;
    display: grid;
    grid-template-columns: 1fr 616px; }
    @media only screen and (max-width: 1199px) {
      .service-iris-page .service-iris__directions .service-iris__directions_list .service-iris__direction__item {
        grid-template-columns: 1fr 516px; } }
    @media only screen and (max-width: 1023px) {
      .service-iris-page .service-iris__directions .service-iris__directions_list .service-iris__direction__item {
        grid-template-columns: 1fr 362px; } }
    @media only screen and (max-width: 767px) {
      .service-iris-page .service-iris__directions .service-iris__directions_list .service-iris__direction__item {
        min-height: 248px; } }
    @media only screen and (max-width: 767px) {
      .service-iris-page .service-iris__directions .service-iris__directions_list .service-iris__direction__item {
        grid-template-columns: 1fr; } }
    .service-iris-page .service-iris__directions .service-iris__directions_list .service-iris__direction__item:first-child {
      background: #F1F0FF; }
    .service-iris-page .service-iris__directions .service-iris__directions_list .service-iris__direction__item:last-child {
      background: #e8f1ff; }
      .service-iris-page .service-iris__directions .service-iris__directions_list .service-iris__direction__item:last-child .service-iris__direction__item_content {
        margin-bottom: 22px; }
        @media only screen and (max-width: 767px) {
          .service-iris-page .service-iris__directions .service-iris__directions_list .service-iris__direction__item:last-child .service-iris__direction__item_content {
            margin-bottom: 0; } }
        @media only screen and (max-width: 576px) {
          .service-iris-page .service-iris__directions .service-iris__directions_list .service-iris__direction__item:last-child .service-iris__direction__item_content p {
            margin-bottom: 18px; } }
    .service-iris-page .service-iris__directions .service-iris__directions_list .service-iris__direction__item .service-iris__direction__item_content {
      max-width: 893px;
      padding: 70px 34px 52px 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media only screen and (max-width: 1023px) {
        .service-iris-page .service-iris__directions .service-iris__directions_list .service-iris__direction__item .service-iris__direction__item_content {
          padding: 30px; } }
      @media only screen and (max-width: 767px) {
        .service-iris-page .service-iris__directions .service-iris__directions_list .service-iris__direction__item .service-iris__direction__item_content {
          padding: 24px 9px 29px 30px; } }
      @media only screen and (max-width: 576px) {
        .service-iris-page .service-iris__directions .service-iris__directions_list .service-iris__direction__item .service-iris__direction__item_content {
          padding: 26px 30px 20px; } }
      .service-iris-page .service-iris__directions .service-iris__directions_list .service-iris__direction__item .service-iris__direction__item_content h3 {
        margin: 0;
        color: #393E4D;
        font-size: 40px;
        line-height: 44px;
        letter-spacing: -0.8px; }
        @media only screen and (max-width: 1199px) {
          .service-iris-page .service-iris__directions .service-iris__directions_list .service-iris__direction__item .service-iris__direction__item_content h3 {
            font-size: 28px;
            line-height: 32px; } }
        @media only screen and (max-width: 767px) {
          .service-iris-page .service-iris__directions .service-iris__directions_list .service-iris__direction__item .service-iris__direction__item_content h3 {
            letter-spacing: -1.4px; } }
      .service-iris-page .service-iris__directions .service-iris__directions_list .service-iris__direction__item .service-iris__direction__item_content p {
        font-size: 18px;
        line-height: 23.4px; }
        @media only screen and (max-width: 1199px) {
          .service-iris-page .service-iris__directions .service-iris__directions_list .service-iris__direction__item .service-iris__direction__item_content p {
            font-size: 16px;
            line-height: 22.4px; } }
        @media only screen and (max-width: 767px) {
          .service-iris-page .service-iris__directions .service-iris__directions_list .service-iris__direction__item .service-iris__direction__item_content p {
            margin-top: 9px; } }
      .service-iris-page .service-iris__directions .service-iris__directions_list .service-iris__direction__item .service-iris__direction__item_content .btns {
        gap: 10px;
        margin-top: 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        @media only screen and (max-width: 767px) {
          .service-iris-page .service-iris__directions .service-iris__directions_list .service-iris__direction__item .service-iris__direction__item_content .btns {
            margin-top: 3px; } }
        @media only screen and (max-width: 576px) {
          .service-iris-page .service-iris__directions .service-iris__directions_list .service-iris__direction__item .service-iris__direction__item_content .btns {
            margin-top: 0px; } }
        .service-iris-page .service-iris__directions .service-iris__directions_list .service-iris__direction__item .service-iris__direction__item_content .btns .button-more {
          padding: 0 18px; }
          @media only screen and (max-width: 767px) {
            .service-iris-page .service-iris__directions .service-iris__directions_list .service-iris__direction__item .service-iris__direction__item_content .btns .button-more span {
              padding-right: 22px;
              letter-spacing: 1.3px; } }
        .service-iris-page .service-iris__directions .service-iris__directions_list .service-iris__direction__item .service-iris__direction__item_content .btns .primary-btn {
          padding: 14px 56px;
          font-size: 16px;
          line-height: 20.8px; }
    .service-iris-page .service-iris__directions .service-iris__directions_list .service-iris__direction__item .service-iris__direction__item_image {
      padding: 10px;
      width: 100%; }
      .service-iris-page .service-iris__directions .service-iris__directions_list .service-iris__direction__item .service-iris__direction__item_image .image-wrapper {
        position: relative;
        padding-bottom: 52%;
        height: 315px;
        width: 100%; }
        @media only screen and (max-width: 1199px) {
          .service-iris-page .service-iris__directions .service-iris__directions_list .service-iris__direction__item .service-iris__direction__item_image .image-wrapper {
            height: 215px; } }
        @media only screen and (max-width: 1023px) {
          .service-iris-page .service-iris__directions .service-iris__directions_list .service-iris__direction__item .service-iris__direction__item_image .image-wrapper {
            height: 181px; } }
        @media only screen and (max-width: 767px) {
          .service-iris-page .service-iris__directions .service-iris__directions_list .service-iris__direction__item .service-iris__direction__item_image .image-wrapper {
            height: 171px; } }
        @media only screen and (max-width: 576px) {
          .service-iris-page .service-iris__directions .service-iris__directions_list .service-iris__direction__item .service-iris__direction__item_image .image-wrapper {
            height: 152px; } }
        .service-iris-page .service-iris__directions .service-iris__directions_list .service-iris__direction__item .service-iris__direction__item_image .image-wrapper img {
          position: absolute;
          width: 100%;
          height: 100%;
          border-radius: 10px;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          -o-object-fit: cover;
             object-fit: cover; }
        .service-iris-page .service-iris__directions .service-iris__directions_list .service-iris__direction__item .service-iris__direction__item_image .image-wrapper span {
          top: 29px;
          right: 39px;
          font-size: 100px;
          line-height: 105px;
          position: absolute;
          color: #6E67D2;
          letter-spacing: -2.5px; }
          @media only screen and (max-width: 1199px) {
            .service-iris-page .service-iris__directions .service-iris__directions_list .service-iris__direction__item .service-iris__direction__item_image .image-wrapper span {
              font-size: 48px;
              line-height: 50px; } }
          @media only screen and (max-width: 1023px) {
            .service-iris-page .service-iris__directions .service-iris__directions_list .service-iris__direction__item .service-iris__direction__item_image .image-wrapper span {
              top: 17px;
              right: 21px; } }
          @media only screen and (max-width: 767px) {
            .service-iris-page .service-iris__directions .service-iris__directions_list .service-iris__direction__item .service-iris__direction__item_image .image-wrapper span {
              top: 12px;
              right: 21px; } }

.service-iris-page .service-iris__awards h2 {
  margin-top: 0;
  font-size: 48px;
  line-height: 50.4px;
  letter-spacing: -2.5px;
  margin-bottom: 38px; }
  @media only screen and (max-width: 1023px) {
    .service-iris-page .service-iris__awards h2 {
      margin-bottom: 36px;
      font-size: 32px;
      line-height: 36px; } }
  @media only screen and (max-width: 767px) {
    .service-iris-page .service-iris__awards h2 {
      letter-spacing: -1.8px;
      margin-bottom: 29px; } }

.service-iris-page .service-iris__awards .service-iris__awards_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px; }
  @media only screen and (max-width: 1023px) {
    .service-iris-page .service-iris__awards .service-iris__awards_list {
      grid-template-columns: repeat(1, 1fr);
      gap: 10px; } }
  .service-iris-page .service-iris__awards .service-iris__awards_list .service-iris__awards__item {
    background: #F5F6F9;
    border-radius: 20px;
    height: 286px;
    position: relative; }
    @media only screen and (max-width: 1023px) {
      .service-iris-page .service-iris__awards .service-iris__awards_list .service-iris__awards__item {
        height: 203px; } }
    @media only screen and (max-width: 767px) {
      .service-iris-page .service-iris__awards .service-iris__awards_list .service-iris__awards__item {
        height: auto; } }
    @media only screen and (max-width: 767px) {
      .service-iris-page .service-iris__awards .service-iris__awards_list .service-iris__awards__item:first-child .service-iris__awards__item_content {
        max-width: 431px; } }
    @media only screen and (max-width: 767px) {
      .service-iris-page .service-iris__awards .service-iris__awards_list .service-iris__awards__item:last-child .service-iris__awards__item_content {
        max-width: 411px; } }
    @media only screen and (max-width: 576px) {
      .service-iris-page .service-iris__awards .service-iris__awards_list .service-iris__awards__item:last-child .service-iris__awards__item_content {
        padding: 26px 26px 0 30px; } }
    @media only screen and (max-width: 576px) {
      .service-iris-page .service-iris__awards .service-iris__awards_list .service-iris__awards__item:last-child .service-iris__awards__item_content h2 {
        margin-bottom: 14px; } }
    .service-iris-page .service-iris__awards .service-iris__awards_list .service-iris__awards__item .service-iris__awards__item_content {
      z-index: 2;
      position: relative;
      padding: 42px 50px;
      max-width: 525px; }
      @media only screen and (max-width: 1199px) {
        .service-iris-page .service-iris__awards .service-iris__awards_list .service-iris__awards__item .service-iris__awards__item_content {
          max-width: 325px; } }
      @media only screen and (max-width: 1023px) {
        .service-iris-page .service-iris__awards .service-iris__awards_list .service-iris__awards__item .service-iris__awards__item_content {
          padding: 30px;
          max-width: 435px; } }
      @media only screen and (max-width: 767px) {
        .service-iris-page .service-iris__awards .service-iris__awards_list .service-iris__awards__item .service-iris__awards__item_content {
          padding: 26px 30px 57px 30px;
          max-width: 400px; } }
      @media only screen and (max-width: 576px) {
        .service-iris-page .service-iris__awards .service-iris__awards_list .service-iris__awards__item .service-iris__awards__item_content {
          padding: 26px 40px 0 30px; } }
      .service-iris-page .service-iris__awards .service-iris__awards_list .service-iris__awards__item .service-iris__awards__item_content h3 {
        font-size: 60px;
        line-height: 63px;
        letter-spacing: -2.5px;
        margin-top: 0;
        margin-bottom: 11px; }
        @media only screen and (max-width: 1199px) {
          .service-iris-page .service-iris__awards .service-iris__awards_list .service-iris__awards__item .service-iris__awards__item_content h3 {
            font-size: 32px;
            line-height: 33.6px; } }
        @media only screen and (max-width: 767px) {
          .service-iris-page .service-iris__awards .service-iris__awards_list .service-iris__awards__item .service-iris__awards__item_content h3 {
            letter-spacing: -1.8px; } }
        @media only screen and (max-width: 576px) {
          .service-iris-page .service-iris__awards .service-iris__awards_list .service-iris__awards__item .service-iris__awards__item_content h3 {
            margin-bottom: 15px; } }
      .service-iris-page .service-iris__awards .service-iris__awards_list .service-iris__awards__item .service-iris__awards__item_content p {
        margin: 0;
        font-size: 24px;
        line-height: 30.24px; }
        @media only screen and (max-width: 1199px) {
          .service-iris-page .service-iris__awards .service-iris__awards_list .service-iris__awards__item .service-iris__awards__item_content p {
            font-size: 20px;
            line-height: 25.2px; } }
    .service-iris-page .service-iris__awards .service-iris__awards_list .service-iris__awards__item .service-iris__awards__item_image.mob {
      display: none; }
      @media only screen and (max-width: 576px) {
        .service-iris-page .service-iris__awards .service-iris__awards_list .service-iris__awards__item .service-iris__awards__item_image.mob {
          display: block; } }
    .service-iris-page .service-iris__awards .service-iris__awards_list .service-iris__awards__item .service-iris__awards__item_image {
      z-index: 1;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      width: 352px;
      border-radius: 20px;
      overflow: hidden; }
      @media only screen and (max-width: 1023px) {
        .service-iris-page .service-iris__awards .service-iris__awards_list .service-iris__awards__item .service-iris__awards__item_image {
          width: 251px; } }
      @media only screen and (max-width: 576px) {
        .service-iris-page .service-iris__awards .service-iris__awards_list .service-iris__awards__item .service-iris__awards__item_image {
          position: relative;
          width: 100%; } }
      @media only screen and (max-width: 576px) {
        .service-iris-page .service-iris__awards .service-iris__awards_list .service-iris__awards__item .service-iris__awards__item_image {
          height: 260px;
          display: none; } }
      .service-iris-page .service-iris__awards .service-iris__awards_list .service-iris__awards__item .service-iris__awards__item_image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }

.service-iris-page .service-iris__partners h2 {
  margin-top: 0;
  font-size: 48px;
  line-height: 50.4px;
  letter-spacing: -2.5px;
  margin-bottom: 33px; }
  @media only screen and (max-width: 1199px) {
    .service-iris-page .service-iris__partners h2 {
      font-size: 32px;
      line-height: 36.8px; } }
  @media only screen and (max-width: 1023px) {
    .service-iris-page .service-iris__partners h2 {
      margin-bottom: 36px; } }
  @media only screen and (max-width: 767px) {
    .service-iris-page .service-iris__partners h2 {
      margin-bottom: 24px;
      letter-spacing: -1.6px; } }

.service-iris-page .service-iris__partners .service-iris__partners-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 87px; }
  @media only screen and (max-width: 1199px) {
    .service-iris-page .service-iris__partners .service-iris__partners-wrapper {
      gap: 64px; } }
  @media only screen and (max-width: 767px) {
    .service-iris-page .service-iris__partners .service-iris__partners-wrapper {
      gap: 55px; } }

.service-iris-page .service-iris__partners .service-iris__partners_list-wrapper h4 {
  font-size: 40px;
  line-height: 44px;
  color: #6E67D2;
  margin: 0;
  letter-spacing: -1.7px; }
  @media only screen and (max-width: 1199px) {
    .service-iris-page .service-iris__partners .service-iris__partners_list-wrapper h4 {
      font-size: 28px;
      line-height: 32px; } }
  @media only screen and (max-width: 767px) {
    .service-iris-page .service-iris__partners .service-iris__partners_list-wrapper h4 {
      letter-spacing: -2.2px; } }

.service-iris-page .service-iris__partners .service-iris__partners_list-wrapper .service-iris__partners_list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 46px;
  margin-top: 27px; }
  @media only screen and (max-width: 1199px) {
    .service-iris-page .service-iris__partners .service-iris__partners_list-wrapper .service-iris__partners_list {
      grid-template-columns: repeat(5, 1fr); } }
  @media only screen and (max-width: 1023px) {
    .service-iris-page .service-iris__partners .service-iris__partners_list-wrapper .service-iris__partners_list {
      grid-template-columns: repeat(4, 1fr);
      row-gap: 36px;
      -webkit-column-gap: 20px;
         -moz-column-gap: 20px;
              column-gap: 20px;
      margin-top: 36px; } }
  @media only screen and (max-width: 767px) {
    .service-iris-page .service-iris__partners .service-iris__partners_list-wrapper .service-iris__partners_list {
      margin-top: 27px;
      row-gap: 30px; } }
  @media only screen and (max-width: 767px) {
    .service-iris-page .service-iris__partners .service-iris__partners_list-wrapper .service-iris__partners_list {
      grid-template-columns: repeat(3, 1fr); } }
  @media only screen and (max-width: 576px) {
    .service-iris-page .service-iris__partners .service-iris__partners_list-wrapper .service-iris__partners_list {
      grid-template-columns: repeat(2, 1fr);
      margin-top: 21px;
      row-gap: 28px; } }
  .service-iris-page .service-iris__partners .service-iris__partners_list-wrapper .service-iris__partners_list .service-iris__partners__item .partner__item__pic {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    border-radius: 20px;
    border: 1px solid #e6e9f7;
    margin-bottom: 19px;
    position: relative;
    padding-bottom: 99.5%; }
    @media only screen and (max-width: 1199px) {
      .service-iris-page .service-iris__partners .service-iris__partners_list-wrapper .service-iris__partners_list .service-iris__partners__item .partner__item__pic {
        margin-bottom: 12px; } }
    .service-iris-page .service-iris__partners .service-iris__partners_list-wrapper .service-iris__partners_list .service-iris__partners__item .partner__item__pic img {
      position: absolute;
      margin: auto;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0; }
      @media only screen and (max-width: 767px) {
        .service-iris-page .service-iris__partners .service-iris__partners_list-wrapper .service-iris__partners_list .service-iris__partners__item .partner__item__pic img {
          -webkit-transform: scale(0.8);
              -ms-transform: scale(0.8);
                  transform: scale(0.8); } }
  .service-iris-page .service-iris__partners .service-iris__partners_list-wrapper .service-iris__partners_list .service-iris__partners__item .partner__item__content .button-go {
    -webkit-column-gap: 17px;
       -moz-column-gap: 17px;
            column-gap: 17px; }

.service-iris-page .service-iris__apeal .container {
  display: grid;
  grid-template-columns: 863px 1fr;
  gap: 30px; }
  @media only screen and (max-width: 1439px) {
    .service-iris-page .service-iris__apeal .container {
      grid-template-columns: 663px 1fr; } }
  @media only screen and (max-width: 1199px) {
    .service-iris-page .service-iris__apeal .container {
      grid-template-columns: 1fr 1fr; } }
  @media only screen and (max-width: 767px) {
    .service-iris-page .service-iris__apeal .container {
      gap: 22px; } }
  @media only screen and (max-width: 767px) {
    .service-iris-page .service-iris__apeal .container {
      grid-template-columns: 1fr;
      gap: 36px; } }

.service-iris-page .service-iris__apeal .service-iris__apeal_content h2 {
  margin-top: 0;
  font-size: 48px;
  line-height: 50.4px;
  letter-spacing: -2.5px;
  margin-bottom: 41px; }
  @media only screen and (max-width: 1199px) {
    .service-iris-page .service-iris__apeal .service-iris__apeal_content h2 {
      font-size: 32px;
      line-height: 36px;
      margin-bottom: 36px; } }
  @media only screen and (max-width: 767px) {
    .service-iris-page .service-iris__apeal .service-iris__apeal_content h2 {
      letter-spacing: -1.6px;
      margin-bottom: 28px; } }

.service-iris-page .service-iris__apeal .service-iris__apeal_content span {
  font-size: 24px;
  line-height: 30.24px;
  color: #6E67D2;
  display: block;
  margin-bottom: 26px; }
  @media only screen and (max-width: 1199px) {
    .service-iris-page .service-iris__apeal .service-iris__apeal_content span {
      margin-bottom: 20px;
      font-size: 20px;
      line-height: 25.2px; } }

.service-iris-page .service-iris__apeal .service-iris__apeal_content p {
  margin-bottom: 14px;
  margin-top: 0; }
  @media only screen and (max-width: 1199px) {
    .service-iris-page .service-iris__apeal .service-iris__apeal_content p {
      font-size: 16px;
      line-height: 22.4px; } }
  @media only screen and (max-width: 767px) {
    .service-iris-page .service-iris__apeal .service-iris__apeal_content p {
      line-height: 22px;
      margin-bottom: 15px; } }

.service-iris-page .service-iris__apeal .service-iris__apeal_content h5 {
  font-size: 24px;
  line-height: 31.2px;
  margin-top: 46px;
  letter-spacing: 0; }
  @media only screen and (max-width: 1199px) {
    .service-iris-page .service-iris__apeal .service-iris__apeal_content h5 {
      font-size: 20px;
      line-height: 25.2px; } }
  @media only screen and (max-width: 1023px) {
    .service-iris-page .service-iris__apeal .service-iris__apeal_content h5 {
      margin-top: 36px; } }

.service-iris-page .service-iris__apeal .service-iris__apeal_image {
  margin-top: 9px; }
  @media only screen and (max-width: 767px) {
    .service-iris-page .service-iris__apeal .service-iris__apeal_image {
      margin-top: 7px; } }
  @media only screen and (max-width: 767px) {
    .service-iris-page .service-iris__apeal .service-iris__apeal_image {
      margin-top: 0; } }

.service-iris-page .geography .geography__inner {
  position: relative;
  height: 721px; }
  @media only screen and (max-width: 1023px) {
    .service-iris-page .geography .geography__inner {
      height: auto; } }
  @media only screen and (max-width: 576px) {
    .service-iris-page .geography .geography__inner {
      padding: 48px 30px 21px; } }
  .service-iris-page .geography .geography__inner .geography__text {
    max-width: 100%; }
    .service-iris-page .geography .geography__inner .geography__text h2 {
      margin: 0 0 38px; }
      @media only screen and (max-width: 767px) {
        .service-iris-page .geography .geography__inner .geography__text h2 {
          letter-spacing: -1.6px;
          margin: 0 0 18px; } }
    .service-iris-page .geography .geography__inner .geography__text p {
      max-width: 360px; }
      @media only screen and (max-width: 1023px) {
        .service-iris-page .geography .geography__inner .geography__text p {
          max-width: 100%; } }
  .service-iris-page .geography .geography__inner .geography__map {
    position: absolute;
    right: 52px;
    top: 101px; }
    @media only screen and (max-width: 1023px) {
      .service-iris-page .geography .geography__inner .geography__map {
        position: relative;
        right: auto;
        top: auto; } }

.service-iris-page .contact {
  margin-top: 99px;
  padding-top: 97px; }
  @media only screen and (max-width: 767px) {
    .service-iris-page .contact {
      margin-top: 80px;
      padding-top: 83px; } }
  @media only screen and (max-width: 767px) {
    .service-iris-page .contact .contact__content {
      gap: 37px; } }
  .service-iris-page .contact .contact__left {
    margin-top: -7px; }
    .service-iris-page .contact .contact__left h2 {
      margin-bottom: 38px;
      letter-spacing: -0.044em; }
      @media only screen and (max-width: 767px) {
        .service-iris-page .contact .contact__left h2 {
          margin-bottom: 13px; } }
      @media only screen and (max-width: 576px) {
        .service-iris-page .contact .contact__left h2 {
          margin-bottom: 17px; } }

/* Breakpoints */
.hero-services {
  color: #393E4D;
  padding-top: 0; }
  .hero-services .top-main__container {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 35px));
    -webkit-column-gap: 70px;
       -moz-column-gap: 70px;
            column-gap: 70px; }
    .hero-services .top-main__container h1 {
      margin-top: -10px; }
  .hero-services .top-main__adv {
    margin-top: 0; }
    .hero-services .top-main__adv .card {
      background: #F5F6F9; }
  .hero-services .top-main__adv .card-type-1:nth-child(2) .card-type-1__img {
    top: 0;
    left: 0;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset; }
    .hero-services .top-main__adv .card-type-1:nth-child(2) .card-type-1__img img {
      width: 100%; }
  @media only screen and (max-width: 1199px) {
    .hero-services h1 {
      font-size: 36px; } }
  @media only screen and (max-width: 1023px) {
    .hero-services .top-main__container {
      grid-template-columns: 1fr; }
    .hero-services .top-main__adv {
      margin-top: 39px; } }
  @media only screen and (max-width: 576px) {
    .hero-services .top-main__adv {
      margin-top: 38px; }
    .hero-services .top-main__adv .card-type-1:nth-child(3) {
      grid-column: unset;
      padding-bottom: 0px; }
    .hero-services .top-main__container h1 {
      line-height: 115%; }
    .hero-services .top-main__adv .card:nth-child(2) {
      height: 300px;
      background: url("/local/templates/iriscorp/css/../assets/images/example/15.png");
      background-size: cover; }
    .hero-services .top-main__adv .card:nth-child(1) {
      height: 300px;
      background: url("/local/templates/iriscorp/css/../assets/images/example/top-20.png");
      background-size: cover; }
    .hero-services .top-main__adv .card:nth-child(4) {
      height: 165px; }
    .hero-services .top-main__adv .card:nth-child(5) {
      height: 300px;
      background: url("/local/templates/iriscorp/css/../assets/images/example/2700.png");
      background-size: cover; }
    .hero-services .top-main__adv .card-type-1 {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }

.hero-services .top-main__container .description {
  font-size: 24px;
  line-height: 126%;
  margin-top: 30px; }
  @media only screen and (max-width: 1199px) {
    .hero-services .top-main__container .description {
      font-size: 20px;
      margin-top: 20px; } }

.hero-services .top-main__container .top-main__bottom {
  padding-top: 50px;
  border-top: 1px solid #E6E9F7;
  margin-top: 51px; }
  @media only screen and (max-width: 1199px) {
    .hero-services .top-main__container .top-main__bottom {
      padding-top: 28px;
      margin-top: 36px; } }
  .hero-services .top-main__container .top-main__bottom a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #6E67D2;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    font-size: 24px; }
    @media only screen and (max-width: 1199px) {
      .hero-services .top-main__container .top-main__bottom a {
        font-size: 20px; }
        .hero-services .top-main__container .top-main__bottom a span br {
          display: none; } }
  .hero-services .top-main__container .top-main__bottom img, .hero-services .top-main__container .top-main__bottom svg {
    width: 60px;
    height: 80px;
    margin-right: 30px; }
  .hero-services .top-main__container .top-main__bottom:hover {
    color: #5148C6; }
    .hero-services .top-main__container .top-main__bottom:hover a {
      color: #5148C6;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
    .hero-services .top-main__container .top-main__bottom:hover svg {
      fill: #5148C6; }

@media only screen and (max-width: 576px) {
  .hero-services .top-main__container .top-main__bottom {
    margin-top: 34px; }
  .hero-services .top-main__container h1 {
    font-size: 36px; }
  .hero-services .top-main__container .description {
    font-size: 20px;
    margin-top: 15px; } }

.services-consumed .section-body .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px; }
  @media only screen and (max-width: 1023px) {
    .services-consumed .section-body .container {
      grid-template-columns: 1fr;
      gap: 37px; } }

.services-consumed .section-header h2 {
  font-size: 48px;
  letter-spacing: -0.05em; }
  @media only screen and (max-width: 1199px) {
    .services-consumed .section-header h2 {
      font-size: 32px;
      margin-bottom: 36px; } }
  @media only screen and (max-width: 576px) {
    .services-consumed .section-header h2 {
      font-size: 32px;
      margin-bottom: 28px; } }

.services__consumed__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 21px;
  margin-bottom: 26px; }
  .services__consumed__point:last-child {
    margin-bottom: 0; }
  .services__consumed__point img {
    width: 108px;
    height: 108px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .services__consumed__point h4 {
    margin-top: 9px;
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 400;
    line-height: 126%; }
  .services__consumed__point p {
    font-size: 16px;
    margin-top: 16px; }
  @media only screen and (max-width: 1199px) {
    .services__consumed__point {
      margin-bottom: 36px; }
      .services__consumed__point h4 {
        margin-top: -3px;
        font-size: 20px;
        margin-bottom: 10px; }
      .services__consumed__point p {
        margin-top: 0; }
      .services__consumed__point img {
        width: 93px;
        height: 93px; } }
  @media only screen and (max-width: 576px) {
    .services__consumed__point {
      gap: 20px;
      margin-bottom: 37px; }
      .services__consumed__point h4 {
        font-size: 20px;
        margin-top: 2px; }
      .services__consumed__point p {
        font-size: 16px; }
      .services__consumed__point img {
        width: 93px;
        height: 93px; } }

.services-consumed__right {
  padding-top: 7px; }
  .services-consumed__right img {
    display: block;
    width: 100%; }
  .services-consumed__right p {
    font-size: 24px;
    color: #6E67D2;
    margin-top: 29px; }
  @media only screen and (max-width: 1199px) {
    .services-consumed__right {
      padding-top: 0;
      margin-top: -10px; }
      .services-consumed__right p {
        font-size: 20px;
        margin-top: 27px;
        line-height: 126%; } }
  @media only screen and (max-width: 576px) {
    .services-consumed__right {
      margin-top: -2px; }
      .services-consumed__right img {
        border-radius: 20px; }
      .services-consumed__right p {
        font-size: 20px;
        line-height: 126%; } }

.collaboration h2 {
  margin-bottom: 35px; }

.collaboration .section-header h2, .team .section-header h2, .spec .section-header h2, .services-page .section-news .section-header h2 {
  font-size: 48px;
  letter-spacing: -0.05em; }

@media only screen and (max-width: 1199px) {
  .collaboration .section-header h2, .team .section-header h2, .spec .section-header h2, .services-page .section-news .section-header h2 {
    font-size: 32px;
    margin-bottom: 27px; } }

.collaboration__item {
  padding: 10px;
  display: grid;
  grid-template-columns: 853px 1fr;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  margin-bottom: 27px; }
  .collaboration__item.collaboration__item-1 {
    background: #F1F0FF; }
  .collaboration__item.collaboration__item-2 {
    background: #E8F1FF; }
  .collaboration__item.collaboration__item-3 {
    background: #DEF2F3; }
  .collaboration__item.collaboration__item-4 {
    background: #F5F6F9; }
  .collaboration__item h3 {
    font-size: 40px;
    margin: -2px 0 22px;
    color: #393E4D;
    letter-spacing: -0.02em;
    line-height: 110%; }
  .collaboration__item p {
    margin-bottom: 26px; }
  .collaboration__item img {
    border-radius: 10px;
    width: 100%;
    max-width: 597px;
    margin-left: auto;
    display: block; }
    @media (max-width: 1564px) {
      .collaboration__item img {
        -ms-flex-item-align: start;
            align-self: flex-start; } }
  @media (max-width: 1510px) {
    .collaboration__item {
      grid-template-columns: 613px 1fr; } }
  @media only screen and (max-width: 1023px) {
    .collaboration__item {
      grid-template-columns: 354px 1fr;
      gap: 20px;
      padding-bottom: 0;
      margin-bottom: 10px; }
      .collaboration__item h3 {
        font-size: 28px;
        margin-bottom: 11px;
        letter-spacing: -0.05em; }
      .collaboration__item p {
        margin-top: 0;
        margin-bottom: 17px; }
      .collaboration__item img {
        -ms-flex-item-align: start;
            align-self: flex-start; } }
  @media only screen and (max-width: 767px) {
    .collaboration__item {
      grid-template-columns: 1fr;
      padding-bottom: 10px; } }

.collaboration__item__text {
  padding: 65px 0 65px 40px;
  padding: 40px; }
  .collaboration__item__text .primary-btn {
    font-size: 16px;
    padding: 14px 36px; }
  @media only screen and (max-width: 1023px) {
    .collaboration__item__text {
      padding: 17px 8px 30px 20px; } }
  @media only screen and (max-width: 767px) {
    .collaboration__item__text {
      padding: 20px 20px 0; } }

.team h2 {
  margin-bottom: 39px; }

@media only screen and (max-width: 1199px) {
  .team {
    padding-top: 78px; } }

@media only screen and (max-width: 767px) {
  .team .section-header h2 {
    margin-bottom: 23px; } }

.team__body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  row-gap: 28px; }
  @media only screen and (max-width: 1199px) {
    .team__body {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
      row-gap: 16px; } }
  @media only screen and (max-width: 767px) {
    .team__body {
      grid-template-columns: 1fr;
      row-gap: 8px; } }

.team__item {
  padding: 50px;
  border: 1px solid #E6E9F7;
  border-radius: 20px;
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 105px;
  /*
    h4 {
        font-size: 24px;
        line-height: 126%;
        margin: 0 0 14px;
        font-weight: 400;
        @include mq('desktop-tiny') {

        }
    }
    */
  /*
    @media (max-width: 790px) {
        grid-template-columns: 188px 1fr;
        gap: 19px;
        p {
            font-size: 14px;
            line-height: 128%;
        }

        h4 {
            font-size: 20px;
        }
    }
    */ }
  .team__item h4 {
    margin-top: 0; }
  .team__item p {
    font-size: 16px;
    margin-bottom: 10px; }
    .team__item p:last-child {
      margin-top: 0;
      margin-bottom: 0; }
  .team__item img {
    width: 100%;
    border-radius: 20px;
    max-width: 105px; }
  @media only screen and (max-width: 1199px) {
    .team__item {
      grid-template-columns: 1fr 86px;
      padding: 30px; } }
  @media only screen and (max-width: 767px) {
    .team__item {
      grid-template-columns: 188px 1fr;
      gap: 19px; }
      .team__item p {
        font-size: 14px;
        line-height: 128%; }
      .team__item h4 {
        font-size: 20px; } }
  @media only screen and (max-width: 767px) {
    .team__item {
      grid-template-columns: 1fr; }
      .team__item img {
        max-width: 86px; }
      .team__item h4 {
        margin: 0 0 -5px; }
      .team__item p:nth-child(2) {
        margin-top: 14px; } }

.integration {
  padding-top: 76px; }
  .integration .section-header h2 {
    font-size: 48px;
    letter-spacing: -0.05em;
    margin-bottom: 37px; }
  .integration .section-header p {
    font-size: 24px;
    color: #6E67D2;
    margin-bottom: 0;
    max-width: 990px; }
  @media only screen and (max-width: 1199px) {
    .integration .section-header h2 {
      font-size: 32px;
      margin-bottom: 26px; }
    .integration .section-header p {
      font-size: 20px; } }
  @media only screen and (max-width: 576px) {
    .integration .section-header h2 {
      font-size: 32px;
      margin-bottom: 28px; }
    .integration .section-header p {
      font-size: 20px;
      line-height: 126%; } }

.integration__digits {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  max-width: 1245px;
  gap: 30px;
  margin-top: 40px; }
  @media only screen and (max-width: 1199px) {
    .integration__digits {
      margin-top: 29px;
      gap: 26px; } }
  @media only screen and (max-width: 767px) {
    .integration__digits {
      grid-template-columns: repeat(2, 1fr);
      gap: 24px;
      margin-top: 32px;
      row-gap: 27px; } }

.integration__digits__item span {
  font-size: 60px;
  display: block;
  margin-bottom: 6px;
  line-height: 105%;
  letter-spacing: -0.05em; }

.integration__digits__item p {
  font-size: 24px;
  margin: 0;
  color: #393E4D !important; }

@media (max-width: 1080px) {
  .integration__digits__item span {
    font-size: 32px;
    margin-bottom: 3px; }
  .integration__digits__item p {
    font-size: 16px !important; } }

.intergration__body {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
  row-gap: 44px;
  margin-top: 48px; }
  @media only screen and (max-width: 1199px) {
    .intergration__body {
      grid-template-columns: repeat(4, 1fr);
      gap: 24px;
      margin-top: 36px;
      row-gap: 32px; } }
  @media only screen and (max-width: 767px) {
    .intergration__body {
      grid-template-columns: repeat(3, 1fr); } }
  @media only screen and (max-width: 576px) {
    .intergration__body {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
      margin-top: 39px;
      row-gap: 30px; } }

.intergration__item__pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: auto;
  border-radius: 20px;
  border: 1px solid #E6E9F7;
  margin-bottom: 20px;
  position: relative;
  aspect-ratio: 1 / 1; }
  .intergration__item__pic a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 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;
    width: 100%; }
  @media only screen and (max-width: 1199px) {
    .intergration__item__pic {
      margin-bottom: 14px; } }
  @media only screen and (max-width: 576px) {
    .intergration__item__pic {
      margin-bottom: 12px; } }

.spec__body {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px; }
  @media only screen and (max-width: 1023px) {
    .spec__body {
      grid-template-columns: 1fr 1fr;
      gap: 26px;
      row-gap: 61px; } }
  @media only screen and (max-width: 576px) {
    .spec__body {
      grid-template-columns: 1fr;
      row-gap: 64px; } }

.spec__item h4 {
  margin: 35px 0 36px;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: -0.02em; }

.spec__item h5 {
  font-size: 24px;
  color: #6E67D2;
  margin-bottom: 10px;
  margin-top: 0;
  letter-spacing: 0; }

.spec__item ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2px; }
  .spec__item ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #6E67D2;
    margin-right: 15px;
    border-radius: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0; }

@media only screen and (max-width: 767px) {
  .spec__item ul:last-child {
    margin-bottom: 0; } }

.spec__item .button-go svg {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }

@media only screen and (max-width: 1199px) {
  .spec__item .button-go {
    font-size: 18px; } }

@media only screen and (max-width: 1023px) {
  .spec__item img {
    width: 108px;
    height: 108px; }
  .spec__item h4 {
    font-size: 26px;
    margin-bottom: 20px;
    margin-top: 24px;
    letter-spacing: -0.05em; }
  .spec__item h5 {
    font-size: 20px;
    margin-bottom: 5px; } }

@media only screen and (max-width: 576px) {
  .spec__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .spec__item:nth-child(3) .spec__item__list:nth-child(4) {
      -webkit-transform: translate(0, 10px);
          -ms-transform: translate(0, 10px);
              transform: translate(0, 10px); }
    .spec__item:nth-child(3) .spec__item__list:nth-child(3) {
      -webkit-transform: translate(0, 6px);
          -ms-transform: translate(0, 6px);
              transform: translate(0, 6px); }
    .spec__item:last-child {
      margin-top: 7px; }
    .spec__item img {
      width: 86px;
      height: 86px;
      margin-right: 27px; }
    .spec__item h4 {
      margin-top: -5px;
      margin-bottom: 18px;
      line-height: 115%; }
    .spec__item h5 {
      margin-bottom: 4px;
      margin-top: -1px; } }

.spec__item__list {
  margin-bottom: 39px; }
  @media only screen and (max-width: 1199px) {
    .spec__item__list {
      margin-bottom: 21px; } }
  @media only screen and (max-width: 576px) {
    .spec__item__list {
      margin-bottom: 20px; }
      .spec__item__list:last-child {
        margin-bottom: 0; } }

.feedback {
  margin-bottom: 128px;
  padding-top: 96px;
  margin-top: 113px;
  border-top: 1px solid #E6E9F7; }
  @media only screen and (max-width: 1199px) {
    .feedback {
      padding-top: 75px;
      margin-top: 80px;
      margin-bottom: 97px; } }
  .feedback.contact2 .feedback__right {
    padding-top: 12px; }
  .feedback.contact2 .feedback__form .attach {
    margin-top: 48px; }
  .feedback__content {
    display: grid;
    grid-template-columns: 480px 1fr;
    gap: 30px; }
    @media only screen and (max-width: 1023px) {
      .feedback__content {
        grid-template-columns: 1fr; } }
    @media only screen and (max-width: 767px) {
      .feedback__content {
        gap: unset; } }
    @media only screen and (max-width: 576px) {
      .feedback__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .feedback__right {
    padding-top: 20px; }
    @media only screen and (max-width: 1023px) {
      .feedback__right {
        padding-top: 11px; } }
  .feedback__left h2 {
    font-size: 48px;
    margin-bottom: 20px;
    line-height: 105%;
    letter-spacing: -0.05em; }
  .feedback__left p {
    font-size: 24px;
    color: #6E67D2;
    margin: 0 0 48px; }
  @media only screen and (max-width: 1199px) {
    .feedback__left h2 {
      font-size: 32px;
      margin-bottom: 13px; }
    .feedback__left p {
      font-size: 20px;
      margin-top: 0;
      margin-bottom: 20px;
      line-height: 126%; } }
  .feedback__manager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    margin-top: 28px; }
    .feedback__manager img.avatar {
      width: 60px;
      height: 60px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -ms-flex-item-align: start;
          align-self: flex-start; }
    .feedback__manager h6 {
      font-size: 18px;
      margin: -5px 0 4px;
      padding-top: 2px;
      font-weight: 400; }
      .feedback__manager h6 + span {
        margin-bottom: 20px; }
        @media only screen and (max-width: 1023px) {
          .feedback__manager h6 + span {
            margin-bottom: 10px; } }
    .feedback__manager span {
      color: #BBC1D1;
      font-size: 16px;
      display: block; }
    @media only screen and (max-width: 1023px) {
      .feedback__manager {
        margin-top: 0;
        max-width: 355px;
        width: 100%;
        gap: 19px; }
        .feedback__manager h6 {
          margin: 0 0 -1px;
          font-size: 16px; }
        .feedback__manager span {
          font-size: 14px; }
        .feedback__manager img.avatar {
          width: 50px;
          height: 50px; } }
  @media only screen and (max-width: 1023px) {
    .feedback__left-actions {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  @media only screen and (max-width: 576px) {
    .feedback__left-actions {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .feedback__left-actions .download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #6E67D2;
    margin-right: 94px;
    margin-bottom: 20px;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease; }
    @media only screen and (max-width: 1023px) {
      .feedback__left-actions .download {
        margin-right: 90px; } }
    .feedback__left-actions .download img, .feedback__left-actions .download svg {
      width: 60px;
      height: 80px;
      margin-right: 30px; }
    .feedback__left-actions .download span {
      font-size: 24px;
      line-height: 126%; }
      @media only screen and (max-width: 1023px) {
        .feedback__left-actions .download span {
          font-size: 20px; }
          .feedback__left-actions .download span br {
            display: none; } }
    .feedback__left-actions .download:hover {
      color: #5148C6;
      -webkit-transition: .2s ease;
      -o-transition: .2s ease;
      transition: .2s ease; }

.contact__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 8px; }
  .contact__row img {
    margin-right: 15px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .contact__row img.img-mail {
      margin-top: 4px; }
  .contact__row p {
    margin: 0;
    font-size: 16px;
    color: #393E4D; }
  .contact__row a {
    font-size: 16px; }
  .contact__row:last-child a {
    color: #6E67D2; }
  @media (max-width: 1080px) {
    .contact__row a, .contact__row p {
      font-size: 14px;
      line-height: 130%; } }

/*
.contact {
    margin-bottom: 128px;
    padding-top: 96px;
    margin-top: 113px;
    border-top: 1px solid #E6E9F7;

    &.contact2 {
        .contact__right {
            padding-top: 12px;
        }

        .contact__form .attach {
            margin-top: 48px;
        }
    }

    @media (max-width: 1199px) {
        padding-top: 75px;
        margin-top: 80px;
        margin-bottom: 97px;
    }


}

.contact__content {
    display: grid;
    grid-template-columns: 480px 1fr;
    gap: 30px;

    @media (max-width: 1080px) {
        grid-template-columns: 1fr;
    }

    @media (max-width: 500px) {
        display: flex;
        flex-direction: column;
    }
}

.contact__right {
    padding-top: 20px;

    @media (max-width: 1080px) {
        padding-top: 11px;
    }
}

.contact__left {
    h2 {
        font-size: 48px;
        margin-bottom: 20px;
        line-height: 105%;
        letter-spacing: -0.05em;
    }

    p {
        font-size: 24px;
        color: $color-violet;
        margin: 0 0 48px;
    }


    @media (max-width: 1199px) {
        h2 {
            font-size: 32px;
            margin-bottom: 13px;
        }

        p {
            font-size: 20px;
            margin-top: 0;
            margin-bottom: 20px;
            line-height: 126%;
        }
    }
}

.contact__left__actions {
    .download {
        display: flex;
        align-items: center;
        color: $color-violet;
        margin-right: 94px;
        margin-bottom: 20px;
        transition: .2s ease;


        img, svg {
            width: 60px;
            height: 80px;
            margin-right: 30px;
        }

        span {
            font-size: 24px;
            line-height: 126%;
        }

        &:hover {
            color: #5148C6;
            transition: .2s ease;
        }
    }

    @media (max-width: 1080px) {
        display: flex;
        align-items: flex-start;

        .download {
            margin-right: 90px;
            span {
                font-size: 20px;
                br {
                    display: none;
                }
            }
        }
    }

    @media (max-width: 500px) {
        flex-direction: column;
    }
}

.contact__manager {
    display: flex;
    gap: 30px;
    margin-top: 28px;

    img.avatar {
        width: 60px;
        height: 60px;
        flex-shrink: 0;
        align-self: flex-start;
    }

    h6 {
        font-size: 18px;
        margin: -5px 0 4px;
        padding-top: 2px;
        font-weight: 400;
    }

    span {
        color: #BBC1D1;
        font-size: 16px;
        display: block;
        margin-bottom: 20px;
    }

    @media (max-width: 1080px) {
        margin-top: 0;
        max-width: 355px;
        width: 100%;
        gap: 19px;

        h6 {
            margin: 0 0 -1px; 
            font-size: 16px;
        }

        span {
            font-size: 14px;
            margin-bottom: 14px;
        }

        img.avatar {
            width: 50px;
            height: 50px;
        }
    }
}


.contact__form__fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px 30px;

    input, textarea {
        border: none;
        border-bottom: 1px solid #BBC1D1;
        padding-bottom: 20px;
        font-size: 18px;

        &::placeholder {
            color: #BBC1D1;
        }
    }

    textarea {
        grid-column-start: 1;
        grid-column-end: 3;
        height: 112px;
    }

    @media (max-width: 1199px) {
        gap: 37px 20px;
        input, textarea {
            font-size: 16px;
        }
    }

    @media (max-width: 500px) {
        display: flex;
        flex-direction: column;

        textarea {
            grid-column-start: unset;
            grid-column-end: unset;
            height: 108px;
        }
    }
}

.contact__form {
    .attach {
        margin-top: 48px;
        color: $color-violet;
        display: flex;
        align-items: center;
        gap: 15px;
        input {
            visibility: hidden;
        }
    
        img {
            width: 35px;
            height: 35px;
        }

        &:hover {
            transition: .2s ease;
            color: #5148C6;
        }
    }

    @media (max-width: 1080px) {
        .attach {
            margin-top: 44px;
        }
    }

    @media (max-width: 767px) {
        .attach {
            margin-top: 50px;
        }
    }
    @media (max-width: 500px) {
        .attach {
            input {
                position: absolute;
                z-index: -1;
            }
        }
    }
}

.primary-btn {
    background: $color-violet;
    padding: 21px 66px;
    font-size: 18px;
    color: #fff;
    border-radius: 10px;
    transition: .3s ease;

    &:hover {
        opacity: .5;
        transition: .3s ease;
    }
}


.contact__form__bottom {
    margin-top: 48px;
    display: flex;
    gap: 30px;
    align-items: center;

    p {
        margin-top: 0;
        color: #BBC1D1;
        font-size: 14px;

        a {
            color: $color-violet;
        }
    }

    @media (max-width: 1200px) {
        gap: 20px;
        margin-top: 29px;
        p {
            font-size: 11px;
        }

        .primary-btn {
            padding: 21px 68px;
        }
    }

    @media (max-width: 500px) {
        flex-direction: column;
        margin-top: 28px;

   
        .primary-btn {
            width: 100%;
        }
    }
}

.contact__row {
    display: flex;
    align-items: center;
    margin-bottom: 8px;

    img {
        margin-right: 15px;
        flex-shrink: 0;
    }

    p {
        margin: 0;
        font-size: 16px;
        color: $color-black;
    }

    a {
        font-size: 16px;
    }

    &:last-child {
        a {
            color: $color-violet;
        }
    }

    @media (max-width: 1080px) {
        a, p {
            font-size: 14px;
            line-height: 130%;
        }
    }
}
*/
.collaboration__item__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px; }
  @media only screen and (max-width: 767px) {
    .collaboration__item__btns {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .collaboration__item__btns .primary-btn {
        font-size: 14px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; }
      .collaboration__item__btns .button-more {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; } }

@media only screen and (max-width: 767px) {
  .section-news .section-body {
    overflow: hidden; } }

.pdf:before {
  content: "";
  width: 60px;
  height: 80px;
  background-image: url("/local/templates/iriscorp/css/../assets/images/icons/pdf-basic.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 30px;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease; }

.pdf:hover:before {
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  background-image: url("/local/templates/iriscorp/css/../assets/images/icons/pdf-hovered.svg"); }

@media only screen and (max-width: 1199px) {
  .pdf:before {
    width: 49px;
    height: 65px;
    margin-right: 20px; } }

.pdf span {
  line-height: 126%; }

.services-consumed__left h3 {
  margin-top: 0;
  font-size: 40px;
  letter-spacing: -0.02em;
  margin-bottom: 26px; }
  @media only screen and (max-width: 767px) {
    .services-consumed__left h3 {
      font-size: 28px; } }

.services-page .top-main__adv .card-type-1:nth-child(3) .card-type-1__img {
  top: 54%;
  right: 58px; }

@media only screen and (max-width: 1199px) {
  .services-page .top-main__adv .card-type-1:nth-child(4), .services-page .top-main__adv .card-type-1:nth-child(5) {
    height: 252px; } }

.primary-btn {
  background: #6E67D2;
  padding: 21px 66px;
  font-size: 18px;
  color: #fff;
  border-radius: 10px;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease; }
  .primary-btn:hover {
    opacity: .5;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }

/* Breakpoints */
.wholesaler-page {
  overflow: hidden; }
  .wholesaler-page .wholesaler__hero {
    padding-top: 0; }

.wholesaler-page .breadcrumbs {
  margin-bottom: 12px !important; }
  @media only screen and (max-width: 1199px) {
    .wholesaler-page .breadcrumbs {
      margin-bottom: 28px !important; } }
  @media only screen and (max-width: 767px) {
    .wholesaler-page .breadcrumbs {
      margin-bottom: 18px !important; } }

.wholesaler-page .wholesaler__hero .wholesaler__hero__inner {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 35px));
  gap: 70px; }
  @media only screen and (max-width: 1439px) {
    .wholesaler-page .wholesaler__hero .wholesaler__hero__inner {
      grid-template-columns: repeat(2, calc(50% - 15px));
      gap: 30px; } }
  @media only screen and (max-width: 1023px) {
    .wholesaler-page .wholesaler__hero .wholesaler__hero__inner {
      grid-template-columns: 1fr; } }
  .wholesaler-page .wholesaler__hero .wholesaler__hero__inner .wholesaler__hero_left h1 {
    margin-bottom: 35px; }
    @media only screen and (max-width: 1199px) {
      .wholesaler-page .wholesaler__hero .wholesaler__hero__inner .wholesaler__hero_left h1 {
        font-size: 36px;
        line-height: 41px;
        margin-bottom: 19px; } }
  .wholesaler-page .wholesaler__hero .wholesaler__hero__inner .wholesaler__hero_left p {
    font-size: 24px;
    line-height: 30.24px;
    margin: 0; }
    @media only screen and (max-width: 1199px) {
      .wholesaler-page .wholesaler__hero .wholesaler__hero__inner .wholesaler__hero_left p {
        font-size: 20px;
        line-height: 25px; } }
  .wholesaler-page .wholesaler__hero .wholesaler__hero__inner .wholesaler__hero_left .btns {
    border-top: 1px solid #E6E9F7;
    padding-top: 51px;
    margin-top: 46px; }
    @media only screen and (max-width: 1199px) {
      .wholesaler-page .wholesaler__hero .wholesaler__hero__inner .wholesaler__hero_left .btns {
        padding-top: 29px;
        margin-top: 35px; } }
    .wholesaler-page .wholesaler__hero .wholesaler__hero__inner .wholesaler__hero_left .btns button {
      padding: 21px 36px; }
      @media only screen and (max-width: 576px) {
        .wholesaler-page .wholesaler__hero .wholesaler__hero__inner .wholesaler__hero_left .btns button {
          width: 100%; } }
  .wholesaler-page .wholesaler__hero .wholesaler__hero__inner .wholesaler__hero_right {
    margin-top: 9px; }
    @media only screen and (max-width: 1023px) {
      .wholesaler-page .wholesaler__hero .wholesaler__hero__inner .wholesaler__hero_right {
        margin-top: 0; } }

.wholesaler-page .wholesaler__features h2 {
  font-size: 48px;
  line-height: 50.4px;
  letter-spacing: -2.4px;
  color: #393E4D;
  margin: 0; }
  @media only screen and (max-width: 1199px) {
    .wholesaler-page .wholesaler__features h2 {
      font-size: 32px;
      line-height: 36px;
      letter-spacing: -1.6px; } }

.wholesaler-page .wholesaler__features .wholesaler__features__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-top: 38px;
  gap: 31px; }
  @media only screen and (max-width: 1199px) {
    .wholesaler-page .wholesaler__features .wholesaler__features__list {
      grid-template-columns: repeat(3, 1fr);
      margin-top: 23px;
      -webkit-column-gap: 20px;
         -moz-column-gap: 20px;
              column-gap: 20px;
      row-gap: 37px; } }
  @media only screen and (max-width: 576px) {
    .wholesaler-page .wholesaler__features .wholesaler__features__list {
      grid-template-columns: repeat(1, 1fr);
      margin-top: 28px;
      row-gap: 35px; } }
  .wholesaler-page .wholesaler__features .wholesaler__features__list .wholesaler__features__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 18px; }
    @media only screen and (max-width: 576px) {
      .wholesaler-page .wholesaler__features .wholesaler__features__list .wholesaler__features__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    .wholesaler-page .wholesaler__features .wholesaler__features__list .wholesaler__features__item img {
      width: 108px;
      height: 108px; }
      @media only screen and (max-width: 1199px) {
        .wholesaler-page .wholesaler__features .wholesaler__features__list .wholesaler__features__item img {
          width: 94px;
          height: 94px; } }
    .wholesaler-page .wholesaler__features .wholesaler__features__list .wholesaler__features__item p {
      font-size: 18px;
      line-height: 23px;
      margin: 0; }
      @media only screen and (max-width: 1199px) {
        .wholesaler-page .wholesaler__features .wholesaler__features__list .wholesaler__features__item p {
          font-size: 16px;
          line-height: 22px;
          max-width: 227px; } }
      @media only screen and (max-width: 576px) {
        .wholesaler-page .wholesaler__features .wholesaler__features__list .wholesaler__features__item p {
          margin-top: 5px; } }

.wholesaler-page .wholesaler__brends h2 {
  font-size: 48px;
  line-height: 50.4px;
  letter-spacing: -2.4px;
  color: #393E4D;
  margin: 0; }
  @media only screen and (max-width: 1199px) {
    .wholesaler-page .wholesaler__brends h2 {
      font-size: 32px;
      line-height: 36px;
      letter-spacing: -1.6px; } }

.wholesaler-page .wholesaler__brends .wholesaler__brends__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 63px;
  margin-top: 39px; }
  @media only screen and (max-width: 1439px) {
    .wholesaler-page .wholesaler__brends .wholesaler__brends__list {
      grid-template-columns: repeat(5, 1fr); } }
  @media only screen and (max-width: 1199px) {
    .wholesaler-page .wholesaler__brends .wholesaler__brends__list {
      -webkit-column-gap: 21px;
         -moz-column-gap: 21px;
              column-gap: 21px;
      margin-top: 29px;
      row-gap: 36px; } }
  @media only screen and (max-width: 1023px) {
    .wholesaler-page .wholesaler__brends .wholesaler__brends__list {
      grid-template-columns: repeat(4, 1fr); } }
  @media only screen and (max-width: 576px) {
    .wholesaler-page .wholesaler__brends .wholesaler__brends__list {
      grid-template-columns: repeat(2, 1fr); } }
  .wholesaler-page .wholesaler__brends .wholesaler__brends__list .brend__item {
    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: 576px) {
      .wholesaler-page .wholesaler__brends .wholesaler__brends__list .brend__item {
        gap: 20px; } }
    .wholesaler-page .wholesaler__brends .wholesaler__brends__list .brend__item .brend__item__pic {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      border-radius: 20px;
      border: 1px solid #e6e9f7;
      margin-bottom: 19px;
      position: relative;
      padding-bottom: 99.5%; }
      @media only screen and (max-width: 1199px) {
        .wholesaler-page .wholesaler__brends .wholesaler__brends__list .brend__item .brend__item__pic {
          margin-bottom: 20px; } }
      @media only screen and (max-width: 767px) {
        .wholesaler-page .wholesaler__brends .wholesaler__brends__list .brend__item .brend__item__pic {
          margin-bottom: 11px; } }
      @media only screen and (max-width: 576px) {
        .wholesaler-page .wholesaler__brends .wholesaler__brends__list .brend__item .brend__item__pic {
          margin-bottom: -9px; } }
      .wholesaler-page .wholesaler__brends .wholesaler__brends__list .brend__item .brend__item__pic img {
        position: absolute;
        margin: auto;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0; }
        @media only screen and (max-width: 1199px) {
          .wholesaler-page .wholesaler__brends .wholesaler__brends__list .brend__item .brend__item__pic img {
            -webkit-transform: scale(1);
                -ms-transform: scale(1);
                    transform: scale(1); } }
        @media only screen and (max-width: 1023px) {
          .wholesaler-page .wholesaler__brends .wholesaler__brends__list .brend__item .brend__item__pic img {
            -webkit-transform: scale(0.8);
                -ms-transform: scale(0.8);
                    transform: scale(0.8); } }
        @media only screen and (max-width: 767px) {
          .wholesaler-page .wholesaler__brends .wholesaler__brends__list .brend__item .brend__item__pic img {
            -webkit-transform: scale(0.7);
                -ms-transform: scale(0.7);
                    transform: scale(0.7); } }
        @media only screen and (max-width: 576px) {
          .wholesaler-page .wholesaler__brends .wholesaler__brends__list .brend__item .brend__item__pic img {
            -webkit-transform: scale(0.7);
                -ms-transform: scale(0.7);
                    transform: scale(0.7); } }
    .wholesaler-page .wholesaler__brends .wholesaler__brends__list .brend__item .brend__item__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .wholesaler-page .wholesaler__brends .wholesaler__brends__list .brend__item .brend__item__content .button {
        -webkit-column-gap: 18px;
           -moz-column-gap: 18px;
                column-gap: 18px; }

.wholesaler-page .wholesaler__benefits h2 {
  font-size: 48px;
  line-height: 50.4px;
  letter-spacing: -2.4px;
  color: #393E4D;
  margin: 0; }
  @media only screen and (max-width: 1199px) {
    .wholesaler-page .wholesaler__benefits h2 {
      font-size: 32px;
      line-height: 36px;
      letter-spacing: -1.6px; } }

.wholesaler-page .wholesaler__benefits .wholesaler__benefits__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px;
  margin-top: 40px; }
  @media only screen and (max-width: 1199px) {
    .wholesaler-page .wholesaler__benefits .wholesaler__benefits__list {
      margin-top: 28px;
      gap: 19px; } }
  @media only screen and (max-width: 767px) {
    .wholesaler-page .wholesaler__benefits .wholesaler__benefits__list {
      grid-template-columns: repeat(1, 1fr);
      gap: 36px; } }
  .wholesaler-page .wholesaler__benefits .wholesaler__benefits__list .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 29px; }
    @media only screen and (max-width: 1199px) {
      .wholesaler-page .wholesaler__benefits .wholesaler__benefits__list .col {
        gap: 36px; } }
    .wholesaler-page .wholesaler__benefits .wholesaler__benefits__list .col:first-child .wholesaler__benefits__item:last-child {
      gap: 33px; }
      @media only screen and (max-width: 1199px) {
        .wholesaler-page .wholesaler__benefits .wholesaler__benefits__list .col:first-child .wholesaler__benefits__item:last-child {
          gap: 20px; } }
      @media only screen and (max-width: 767px) {
        .wholesaler-page .wholesaler__benefits .wholesaler__benefits__list .col:first-child .wholesaler__benefits__item:last-child {
          gap: 27px; } }
      .wholesaler-page .wholesaler__benefits .wholesaler__benefits__list .col:first-child .wholesaler__benefits__item:last-child p {
        margin-top: 3px; }
        @media only screen and (max-width: 1199px) {
          .wholesaler-page .wholesaler__benefits .wholesaler__benefits__list .col:first-child .wholesaler__benefits__item:last-child p {
            margin-top: 0; } }
    .wholesaler-page .wholesaler__benefits .wholesaler__benefits__list .col:last-child .wholesaler__benefits__item:last-child {
      margin-top: 11px; }
      @media only screen and (max-width: 1199px) {
        .wholesaler-page .wholesaler__benefits .wholesaler__benefits__list .col:last-child .wholesaler__benefits__item:last-child {
          margin-top: 0; } }
    .wholesaler-page .wholesaler__benefits .wholesaler__benefits__list .col .wholesaler__benefits__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 29px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media only screen and (max-width: 1199px) {
        .wholesaler-page .wholesaler__benefits .wholesaler__benefits__list .col .wholesaler__benefits__item {
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          gap: 20px; } }
      @media only screen and (max-width: 767px) {
        .wholesaler-page .wholesaler__benefits .wholesaler__benefits__list .col .wholesaler__benefits__item {
          gap: 27px; } }
      .wholesaler-page .wholesaler__benefits .wholesaler__benefits__list .col .wholesaler__benefits__item .image-wrapper {
        position: relative; }
        .wholesaler-page .wholesaler__benefits .wholesaler__benefits__list .col .wholesaler__benefits__item .image-wrapper span {
          position: absolute;
          font-size: 40px;
          line-height: 42px;
          letter-spacing: -1px;
          color: #6E67D2;
          top: 15px;
          left: 14px; }
          @media only screen and (max-width: 1199px) {
            .wholesaler-page .wholesaler__benefits .wholesaler__benefits__list .col .wholesaler__benefits__item .image-wrapper span {
              font-size: 24px;
              line-height: 25px;
              top: 12px;
              left: 14px; } }
        .wholesaler-page .wholesaler__benefits .wholesaler__benefits__list .col .wholesaler__benefits__item .image-wrapper img {
          width: 98px;
          height: 98px;
          min-width: 98px;
          min-height: 98px; }
          @media only screen and (max-width: 1199px) {
            .wholesaler-page .wholesaler__benefits .wholesaler__benefits__list .col .wholesaler__benefits__item .image-wrapper img {
              width: 86px;
              height: 86px;
              min-width: 86px;
              min-height: 86px; } }
      .wholesaler-page .wholesaler__benefits .wholesaler__benefits__list .col .wholesaler__benefits__item p {
        font-size: 24px;
        line-height: 30px;
        margin: 0; }
        @media only screen and (max-width: 1199px) {
          .wholesaler-page .wholesaler__benefits .wholesaler__benefits__list .col .wholesaler__benefits__item p {
            font-size: 16px;
            line-height: 22px; } }

.wholesaler-page .wholesaler__conditions .wholesaler__conditions__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 29px; }
  @media only screen and (max-width: 1023px) {
    .wholesaler-page .wholesaler__conditions .wholesaler__conditions__inner {
      gap: 20px; } }
  @media only screen and (max-width: 767px) {
    .wholesaler-page .wholesaler__conditions .wholesaler__conditions__inner {
      grid-template-columns: repeat(1, 1fr);
      gap: 8px; } }
  .wholesaler-page .wholesaler__conditions .wholesaler__conditions__inner .wholesaler__conditions__item {
    padding: 10px;
    border-radius: 20px; }
    .wholesaler-page .wholesaler__conditions .wholesaler__conditions__inner .wholesaler__conditions__item:first-child {
      background: #F1F0FF; }
    .wholesaler-page .wholesaler__conditions .wholesaler__conditions__inner .wholesaler__conditions__item:last-child {
      background: #E8F1FF; }
      @media only screen and (max-width: 576px) {
        .wholesaler-page .wholesaler__conditions .wholesaler__conditions__inner .wholesaler__conditions__item:last-child .wholesaler__conditions__item_content {
          padding: 27px 20px 15px; } }
    .wholesaler-page .wholesaler__conditions .wholesaler__conditions__inner .wholesaler__conditions__item img {
      height: 250px;
      -o-object-fit: cover;
         object-fit: cover;
      border-radius: 15px; }
      @media only screen and (max-width: 1023px) {
        .wholesaler-page .wholesaler__conditions .wholesaler__conditions__inner .wholesaler__conditions__item img {
          height: 117px;
          width: 100%; } }
      @media only screen and (max-width: 767px) {
        .wholesaler-page .wholesaler__conditions .wholesaler__conditions__inner .wholesaler__conditions__item img {
          height: 117px;
          width: 100%; } }
      @media only screen and (max-width: 767px) {
        .wholesaler-page .wholesaler__conditions .wholesaler__conditions__inner .wholesaler__conditions__item img {
          height: 250px; } }
      @media only screen and (max-width: 576px) {
        .wholesaler-page .wholesaler__conditions .wholesaler__conditions__inner .wholesaler__conditions__item img {
          height: 105px; } }
    .wholesaler-page .wholesaler__conditions .wholesaler__conditions__inner .wholesaler__conditions__item .wholesaler__conditions__item_content {
      padding: 43px 40px 40px; }
      @media only screen and (max-width: 1199px) {
        .wholesaler-page .wholesaler__conditions .wholesaler__conditions__inner .wholesaler__conditions__item .wholesaler__conditions__item_content {
          padding: 17px 20px 19px; } }
      @media only screen and (max-width: 576px) {
        .wholesaler-page .wholesaler__conditions .wholesaler__conditions__inner .wholesaler__conditions__item .wholesaler__conditions__item_content {
          padding: 27px 20px 30px; } }
      .wholesaler-page .wholesaler__conditions .wholesaler__conditions__inner .wholesaler__conditions__item .wholesaler__conditions__item_content h3 {
        margin: 0;
        font-size: 36px;
        line-height: 39px;
        letter-spacing: -0.7px; }
        @media only screen and (max-width: 1199px) {
          .wholesaler-page .wholesaler__conditions .wholesaler__conditions__inner .wholesaler__conditions__item .wholesaler__conditions__item_content h3 {
            font-size: 26px;
            line-height: 29px;
            letter-spacing: -1.3px; } }
      .wholesaler-page .wholesaler__conditions .wholesaler__conditions__inner .wholesaler__conditions__item .wholesaler__conditions__item_content ul {
        margin-top: 21px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 16px; }
        @media only screen and (max-width: 1199px) {
          .wholesaler-page .wholesaler__conditions .wholesaler__conditions__inner .wholesaler__conditions__item .wholesaler__conditions__item_content ul {
            margin-top: 9px;
            gap: 4px; } }
        .wholesaler-page .wholesaler__conditions .wholesaler__conditions__inner .wholesaler__conditions__item .wholesaler__conditions__item_content ul li {
          padding-left: 20px;
          position: relative; }
          .wholesaler-page .wholesaler__conditions .wholesaler__conditions__inner .wholesaler__conditions__item .wholesaler__conditions__item_content ul li:before {
            content: '';
            position: absolute;
            background: #6E67D2;
            width: 5px;
            height: 5px;
            border-radius: 999px;
            top: 9px;
            left: 0; }

.wholesaler-page .wholesaler__partners h2 {
  font-size: 48px;
  line-height: 50.4px;
  letter-spacing: -2.4px;
  color: #393E4D;
  margin: 0; }
  @media only screen and (max-width: 1199px) {
    .wholesaler-page .wholesaler__partners h2 {
      font-size: 32px;
      line-height: 36px;
      letter-spacing: -1.6px; } }

.wholesaler-page .wholesaler__partners .wholesaler__partners__content {
  display: grid;
  grid-template-columns: calc(54% - 76px) calc(46% - 76px);
  gap: 156px;
  margin-top: 40px; }
  @media only screen and (max-width: 1439px) {
    .wholesaler-page .wholesaler__partners .wholesaler__partners__content {
      gap: 70px;
      grid-template-columns: 537px 510px; } }
  @media only screen and (max-width: 1199px) {
    .wholesaler-page .wholesaler__partners .wholesaler__partners__content {
      gap: 82px;
      grid-template-columns: 454px 392px;
      margin-top: 29px; } }
  @media only screen and (max-width: 1023px) {
    .wholesaler-page .wholesaler__partners .wholesaler__partners__content {
      gap: 82px;
      grid-template-columns: 354px 292px; } }
  @media only screen and (max-width: 767px) {
    .wholesaler-page .wholesaler__partners .wholesaler__partners__content {
      gap: 66px;
      grid-template-columns: 1fr; } }
  .wholesaler-page .wholesaler__partners .wholesaler__partners__content .wholesaler__partners__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 60px; }
    @media only screen and (max-width: 1439px) {
      .wholesaler-page .wholesaler__partners .wholesaler__partners__content .wholesaler__partners__list {
        grid-template-columns: repeat(2, 1fr); } }
    @media only screen and (max-width: 1199px) {
      .wholesaler-page .wholesaler__partners .wholesaler__partners__content .wholesaler__partners__list {
        row-gap: 36px;
        -webkit-column-gap: 22px;
           -moz-column-gap: 22px;
                column-gap: 22px; } }
    .wholesaler-page .wholesaler__partners .wholesaler__partners__content .wholesaler__partners__list .partner__item {
      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: 576px) {
        .wholesaler-page .wholesaler__partners .wholesaler__partners__content .wholesaler__partners__list .partner__item {
          gap: 20px; } }
      .wholesaler-page .wholesaler__partners .wholesaler__partners__content .wholesaler__partners__list .partner__item .partner__item__pic {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100%;
        border-radius: 20px;
        border: 1px solid #e6e9f7;
        margin-bottom: 19px;
        position: relative;
        padding-bottom: 99.5%; }
        @media only screen and (max-width: 1199px) {
          .wholesaler-page .wholesaler__partners .wholesaler__partners__content .wholesaler__partners__list .partner__item .partner__item__pic {
            margin-bottom: 20px; } }
        @media only screen and (max-width: 767px) {
          .wholesaler-page .wholesaler__partners .wholesaler__partners__content .wholesaler__partners__list .partner__item .partner__item__pic {
            margin-bottom: 11px; } }
        @media only screen and (max-width: 576px) {
          .wholesaler-page .wholesaler__partners .wholesaler__partners__content .wholesaler__partners__list .partner__item .partner__item__pic {
            margin-bottom: -9px; } }
        .wholesaler-page .wholesaler__partners .wholesaler__partners__content .wholesaler__partners__list .partner__item .partner__item__pic span {
          position: absolute;
          font-size: 48px;
          line-height: 50px;
          letter-spacing: -2.5px;
          margin: auto;
          color: #BBC1D1;
          top: 0;
          right: 0;
          left: 0;
          bottom: 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; }
        .wholesaler-page .wholesaler__partners .wholesaler__partners__content .wholesaler__partners__list .partner__item .partner__item__pic img {
          position: absolute;
          margin: auto;
          top: 0;
          right: 0;
          left: 0;
          bottom: 0; }
          @media only screen and (max-width: 1199px) {
            .wholesaler-page .wholesaler__partners .wholesaler__partners__content .wholesaler__partners__list .partner__item .partner__item__pic img {
              -webkit-transform: scale(1);
                  -ms-transform: scale(1);
                      transform: scale(1); } }
          @media only screen and (max-width: 1023px) {
            .wholesaler-page .wholesaler__partners .wholesaler__partners__content .wholesaler__partners__list .partner__item .partner__item__pic img {
              -webkit-transform: scale(0.8);
                  -ms-transform: scale(0.8);
                      transform: scale(0.8); } }
          @media only screen and (max-width: 767px) {
            .wholesaler-page .wholesaler__partners .wholesaler__partners__content .wholesaler__partners__list .partner__item .partner__item__pic img {
              -webkit-transform: scale(0.7);
                  -ms-transform: scale(0.7);
                      transform: scale(0.7); } }
          @media only screen and (max-width: 576px) {
            .wholesaler-page .wholesaler__partners .wholesaler__partners__content .wholesaler__partners__list .partner__item .partner__item__pic img {
              -webkit-transform: scale(0.7);
                  -ms-transform: scale(0.7);
                      transform: scale(0.7); } }
      .wholesaler-page .wholesaler__partners .wholesaler__partners__content .wholesaler__partners__list .partner__item .partner__item__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
        .wholesaler-page .wholesaler__partners .wholesaler__partners__content .wholesaler__partners__list .partner__item .partner__item__content .button {
          -webkit-column-gap: 18px;
             -moz-column-gap: 18px;
                  column-gap: 18px; }
  .wholesaler-page .wholesaler__partners .wholesaler__partners__content .wholesaler__partners__form {
    margin-top: -8px; }
    @media only screen and (max-width: 1199px) {
      .wholesaler-page .wholesaler__partners .wholesaler__partners__content .wholesaler__partners__form {
        margin-top: -6px; } }
    .wholesaler-page .wholesaler__partners .wholesaler__partners__content .wholesaler__partners__form h3 {
      font-size: 40px;
      line-height: 44px;
      letter-spacing: -0.7px;
      margin: 0;
      margin-bottom: 54px; }
      @media only screen and (max-width: 1199px) {
        .wholesaler-page .wholesaler__partners .wholesaler__partners__content .wholesaler__partners__form h3 {
          font-size: 28px;
          line-height: 32px;
          letter-spacing: -1.4px; } }
    @media only screen and (max-width: 1199px) {
      .wholesaler-page .wholesaler__partners .wholesaler__partners__content .wholesaler__partners__form .button {
        width: 100%; } }
    .wholesaler-page .wholesaler__partners .wholesaler__partners__content .wholesaler__partners__form .wholesaler__partners__form_inputs {
      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: 55px;
      gap: 48px;
      max-width: 480px; }
      @media only screen and (max-width: 1199px) {
        .wholesaler-page .wholesaler__partners .wholesaler__partners__content .wholesaler__partners__form .wholesaler__partners__form_inputs {
          margin-top: 41px;
          gap: 36px; } }
      @media only screen and (max-width: 767px) {
        .wholesaler-page .wholesaler__partners .wholesaler__partners__content .wholesaler__partners__form .wholesaler__partners__form_inputs {
          max-width: 100%; } }
      .wholesaler-page .wholesaler__partners .wholesaler__partners__content .wholesaler__partners__form .wholesaler__partners__form_inputs input {
        border: none;
        border-bottom: 1px solid #bbc1d1;
        padding-bottom: 20px;
        font-size: 18px; }
        @media only screen and (max-width: 1199px) {
          .wholesaler-page .wholesaler__partners .wholesaler__partners__content .wholesaler__partners__form .wholesaler__partners__form_inputs input {
            padding-bottom: 18px;
            font-size: 16px; } }
        .wholesaler-page .wholesaler__partners .wholesaler__partners__content .wholesaler__partners__form .wholesaler__partners__form_inputs input::-webkit-input-placeholder {
          color: #bbc1d1; }
        .wholesaler-page .wholesaler__partners .wholesaler__partners__content .wholesaler__partners__form .wholesaler__partners__form_inputs input::-moz-placeholder {
          color: #bbc1d1; }
        .wholesaler-page .wholesaler__partners .wholesaler__partners__content .wholesaler__partners__form .wholesaler__partners__form_inputs input:-ms-input-placeholder {
          color: #bbc1d1; }
        .wholesaler-page .wholesaler__partners .wholesaler__partners__content .wholesaler__partners__form .wholesaler__partners__form_inputs input::-ms-input-placeholder {
          color: #bbc1d1; }
        .wholesaler-page .wholesaler__partners .wholesaler__partners__content .wholesaler__partners__form .wholesaler__partners__form_inputs input::placeholder {
          color: #bbc1d1; }
    .wholesaler-page .wholesaler__partners .wholesaler__partners__content .wholesaler__partners__form .wholesaler__partners__form_bottom {
      margin-top: 66px; }
      @media only screen and (max-width: 1199px) {
        .wholesaler-page .wholesaler__partners .wholesaler__partners__content .wholesaler__partners__form .wholesaler__partners__form_bottom {
          margin-top: 49px; } }
      @media only screen and (max-width: 1199px) {
        .wholesaler-page .wholesaler__partners .wholesaler__partners__content .wholesaler__partners__form .wholesaler__partners__form_bottom button {
          width: 100%; } }
      .wholesaler-page .wholesaler__partners .wholesaler__partners__content .wholesaler__partners__form .wholesaler__partners__form_bottom p {
        margin-top: 24px;
        color: #bbc1d1;
        font-size: 14px; }
        .wholesaler-page .wholesaler__partners .wholesaler__partners__content .wholesaler__partners__form .wholesaler__partners__form_bottom p a {
          color: #6E67D2; }

@media only screen and (max-width: 767px) {
  .wholesaler-page .wholesaler__tools {
    padding-top: 75px;
    margin-top: 71px; } }

.wholesaler-page .wholesaler__tools h2 {
  font-size: 48px;
  line-height: 50.4px;
  letter-spacing: -2.4px;
  color: #393E4D;
  margin: 0;
  color: #393E4D;
  margin: 0; }
  @media only screen and (max-width: 1199px) {
    .wholesaler-page .wholesaler__tools h2 {
      font-size: 32px;
      line-height: 36px;
      letter-spacing: -1.6px; } }

.wholesaler-page .wholesaler__tools .wholesaler__tools__list {
  margin-top: 29px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px; }
  @media only screen and (max-width: 1199px) {
    .wholesaler-page .wholesaler__tools .wholesaler__tools__list {
      gap: 23px; } }
  @media only screen and (max-width: 767px) {
    .wholesaler-page .wholesaler__tools .wholesaler__tools__list {
      grid-template-columns: repeat(1, 1fr);
      margin-top: 21px;
      gap: 28px; } }
  .wholesaler-page .wholesaler__tools .wholesaler__tools__list .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px; }
    @media only screen and (max-width: 1199px) {
      .wholesaler-page .wholesaler__tools .wholesaler__tools__list .col {
        gap: 35px; } }
    @media only screen and (max-width: 767px) {
      .wholesaler-page .wholesaler__tools .wholesaler__tools__list .col {
        gap: 25px; } }
  .wholesaler-page .wholesaler__tools .wholesaler__tools__list .wholesaler__tools__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px; }
    @media only screen and (max-width: 1199px) {
      .wholesaler-page .wholesaler__tools .wholesaler__tools__list .wholesaler__tools__item {
        gap: 17px; } }
    @media only screen and (max-width: 767px) {
      .wholesaler-page .wholesaler__tools .wholesaler__tools__list .wholesaler__tools__item {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    .wholesaler-page .wholesaler__tools .wholesaler__tools__list .wholesaler__tools__item img {
      width: 108px;
      height: 108px; }
      @media only screen and (max-width: 1199px) {
        .wholesaler-page .wholesaler__tools .wholesaler__tools__list .wholesaler__tools__item img {
          width: 94px;
          height: 94px; } }
    .wholesaler-page .wholesaler__tools .wholesaler__tools__list .wholesaler__tools__item p {
      font-size: 24px;
      line-height: 30px;
      margin-top: 8px; }
      @media only screen and (max-width: 1199px) {
        .wholesaler-page .wholesaler__tools .wholesaler__tools__list .wholesaler__tools__item p {
          font-size: 20px;
          line-height: 25px;
          margin-top: 0; } }
      @media only screen and (max-width: 767px) {
        .wholesaler-page .wholesaler__tools .wholesaler__tools__list .wholesaler__tools__item p {
          margin-top: 2px; } }

.wholesaler-page .wholesaler__reviews h2 {
  font-size: 48px;
  line-height: 50.4px;
  letter-spacing: -2.4px;
  color: #393E4D;
  margin: 0; }
  @media only screen and (max-width: 1199px) {
    .wholesaler-page .wholesaler__reviews h2 {
      font-size: 32px;
      line-height: 36px;
      letter-spacing: -1.6px; } }

.wholesaler-page .wholesaler__reviews .wholesaler__reviews_slider {
  position: relative;
  margin-top: 46px; }
  @media only screen and (max-width: 1199px) {
    .wholesaler-page .wholesaler__reviews .wholesaler__reviews_slider {
      margin-top: 34px; } }
  @media only screen and (max-width: 576px) {
    .wholesaler-page .wholesaler__reviews .wholesaler__reviews_slider {
      margin-top: 26px; } }
  .wholesaler-page .wholesaler__reviews .wholesaler__reviews_slider .slider-container .slider-reviews-button {
    position: absolute;
    right: 0;
    top: -96px; }
    @media only screen and (max-width: 1199px) {
      .wholesaler-page .wholesaler__reviews .wholesaler__reviews_slider .slider-container .slider-reviews-button {
        top: -70px; } }
  .wholesaler-page .wholesaler__reviews .wholesaler__reviews_slider .slider-container .slider-reviews__item {
    border-radius: 20px;
    border: 1px solid #E6E9F7;
    padding: 50px;
    margin: 0 15px; }
    @media only screen and (max-width: 1199px) {
      .wholesaler-page .wholesaler__reviews .wholesaler__reviews_slider .slider-container .slider-reviews__item {
        padding: 27px;
        margin: 0 14px; } }
    @media only screen and (max-width: 576px) {
      .wholesaler-page .wholesaler__reviews .wholesaler__reviews_slider .slider-container .slider-reviews__item {
        padding: 28px;
        margin: 0 13px; } }
    .wholesaler-page .wholesaler__reviews .wholesaler__reviews_slider .slider-container .slider-reviews__item .slider-reviews__item_top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 30px; }
      @media only screen and (max-width: 1199px) {
        .wholesaler-page .wholesaler__reviews .wholesaler__reviews_slider .slider-container .slider-reviews__item .slider-reviews__item_top {
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          gap: 18px; } }
      .wholesaler-page .wholesaler__reviews .wholesaler__reviews_slider .slider-container .slider-reviews__item .slider-reviews__item_top img {
        width: 80px;
        height: 80px; }
        @media only screen and (max-width: 1199px) {
          .wholesaler-page .wholesaler__reviews .wholesaler__reviews_slider .slider-container .slider-reviews__item .slider-reviews__item_top img {
            width: 60px;
            height: 60px; } }
      .wholesaler-page .wholesaler__reviews .wholesaler__reviews_slider .slider-container .slider-reviews__item .slider-reviews__item_top .slider-reviews__item_top__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 6px; }
        .wholesaler-page .wholesaler__reviews .wholesaler__reviews_slider .slider-container .slider-reviews__item .slider-reviews__item_top .slider-reviews__item_top__content h4 {
          margin: 0;
          font-weight: 400; }
          .wholesaler-page .wholesaler__reviews .wholesaler__reviews_slider .slider-container .slider-reviews__item .slider-reviews__item_top .slider-reviews__item_top__content h4:first-child {
            font-size: 18px;
            line-height: 23px; }
            @media only screen and (max-width: 1199px) {
              .wholesaler-page .wholesaler__reviews .wholesaler__reviews_slider .slider-container .slider-reviews__item .slider-reviews__item_top .slider-reviews__item_top__content h4:first-child {
                font-size: 16px;
                line-height: 22px; } }
          .wholesaler-page .wholesaler__reviews .wholesaler__reviews_slider .slider-container .slider-reviews__item .slider-reviews__item_top .slider-reviews__item_top__content h4:last-child {
            font-size: 14px;
            line-height: 18px;
            color: #6E67D2; }
            @media only screen and (max-width: 1199px) {
              .wholesaler-page .wholesaler__reviews .wholesaler__reviews_slider .slider-container .slider-reviews__item .slider-reviews__item_top .slider-reviews__item_top__content h4:last-child {
                font-size: 11px;
                line-height: 14px; } }
    .wholesaler-page .wholesaler__reviews .wholesaler__reviews_slider .slider-container .slider-reviews__item .slider-reviews__item_bottom {
      margin-top: 36px; }
      @media only screen and (max-width: 1199px) {
        .wholesaler-page .wholesaler__reviews .wholesaler__reviews_slider .slider-container .slider-reviews__item .slider-reviews__item_bottom {
          margin-top: 22px; } }
      .wholesaler-page .wholesaler__reviews .wholesaler__reviews_slider .slider-container .slider-reviews__item .slider-reviews__item_bottom p {
        font-size: 24px;
        line-height: 30px;
        margin: 0; }
        @media only screen and (max-width: 1199px) {
          .wholesaler-page .wholesaler__reviews .wholesaler__reviews_slider .slider-container .slider-reviews__item .slider-reviews__item_bottom p {
            font-size: 20px;
            line-height: 25px; } }

.wholesaler-page .wholesaler__benefits-about h2 {
  font-size: 48px;
  line-height: 50.4px;
  letter-spacing: -2.4px;
  color: #393E4D;
  margin: 0; }
  @media only screen and (max-width: 1199px) {
    .wholesaler-page .wholesaler__benefits-about h2 {
      font-size: 32px;
      line-height: 36px;
      letter-spacing: -1.6px; } }

.wholesaler-page .wholesaler__benefits-about .wholesaler__benefits-about__list {
  display: grid;
  grid-template-columns: repeat(5, 226px);
  gap: 29px;
  margin-top: 38px; }
  @media only screen and (max-width: 1439px) {
    .wholesaler-page .wholesaler__benefits-about .wholesaler__benefits-about__list {
      grid-template-columns: repeat(5, 1fr); } }
  @media only screen and (max-width: 1023px) {
    .wholesaler-page .wholesaler__benefits-about .wholesaler__benefits-about__list {
      grid-template-columns: repeat(4, 1fr); } }
  @media only screen and (max-width: 767px) {
    .wholesaler-page .wholesaler__benefits-about .wholesaler__benefits-about__list {
      grid-template-columns: repeat(3, 1fr); } }
  @media only screen and (max-width: 576px) {
    .wholesaler-page .wholesaler__benefits-about .wholesaler__benefits-about__list {
      grid-template-columns: repeat(2, 1fr); } }
  .wholesaler-page .wholesaler__benefits-about .wholesaler__benefits-about__list .wholesaler__benefits-about__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 28px; }
    .wholesaler-page .wholesaler__benefits-about .wholesaler__benefits-about__list .wholesaler__benefits-about__item img {
      width: 98px;
      height: 98px; }
    .wholesaler-page .wholesaler__benefits-about .wholesaler__benefits-about__list .wholesaler__benefits-about__item p {
      margin: 0; }

.wholesaler-page .wholesaler__alert .wholesaler__alert__inner {
  background: #F1F0FF;
  border-radius: 20px;
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .wholesaler-page .wholesaler__alert .wholesaler__alert__inner {
      height: 617px; } }
  .wholesaler-page .wholesaler__alert .wholesaler__alert__inner .wholesaler__alert__content {
    padding: 59px 70px 68px;
    z-index: 2;
    position: relative; }
    @media only screen and (max-width: 1439px) {
      .wholesaler-page .wholesaler__alert .wholesaler__alert__inner .wholesaler__alert__content {
        max-width: 587px; } }
    @media only screen and (max-width: 1199px) {
      .wholesaler-page .wholesaler__alert .wholesaler__alert__inner .wholesaler__alert__content {
        padding: 43px 30px 48px;
        max-width: 487px; } }
    @media only screen and (max-width: 767px) {
      .wholesaler-page .wholesaler__alert .wholesaler__alert__inner .wholesaler__alert__content {
        padding: 26px 30px 48px; } }
    .wholesaler-page .wholesaler__alert .wholesaler__alert__inner .wholesaler__alert__content h3 {
      margin-top: 0;
      font-size: 40px;
      line-height: 44px;
      letter-spacing: -0.7px;
      color: #393E4D;
      margin-bottom: 19px; }
      @media only screen and (max-width: 1199px) {
        .wholesaler-page .wholesaler__alert .wholesaler__alert__inner .wholesaler__alert__content h3 {
          font-size: 28px;
          line-height: 32px;
          letter-spacing: -1.4px;
          margin-bottom: 12px; } }
      @media only screen and (max-width: 1023px) {
        .wholesaler-page .wholesaler__alert .wholesaler__alert__inner .wholesaler__alert__content h3 {
          max-width: 221px; } }
      @media only screen and (max-width: 767px) {
        .wholesaler-page .wholesaler__alert .wholesaler__alert__inner .wholesaler__alert__content h3 {
          max-width: 100%; } }
    .wholesaler-page .wholesaler__alert .wholesaler__alert__inner .wholesaler__alert__content p {
      margin: 0;
      font-size: 18px;
      line-height: 23px; }
      @media only screen and (max-width: 1199px) {
        .wholesaler-page .wholesaler__alert .wholesaler__alert__inner .wholesaler__alert__content p {
          font-size: 16px;
          line-height: 22px; } }
      @media only screen and (max-width: 1023px) {
        .wholesaler-page .wholesaler__alert .wholesaler__alert__inner .wholesaler__alert__content p {
          max-width: 287px; } }
      @media only screen and (max-width: 767px) {
        .wholesaler-page .wholesaler__alert .wholesaler__alert__inner .wholesaler__alert__content p {
          max-width: 100%; } }
    .wholesaler-page .wholesaler__alert .wholesaler__alert__inner .wholesaler__alert__content button {
      margin-top: 30px;
      padding: 21px 50px; }
      @media only screen and (max-width: 1199px) {
        .wholesaler-page .wholesaler__alert .wholesaler__alert__inner .wholesaler__alert__content button {
          margin-top: 21px;
          padding: 21px 70px; } }
      @media only screen and (max-width: 767px) {
        .wholesaler-page .wholesaler__alert .wholesaler__alert__inner .wholesaler__alert__content button {
          padding: 21px 68px; } }
  .wholesaler-page .wholesaler__alert .wholesaler__alert__inner img.mob {
    display: none; }
    @media only screen and (max-width: 767px) {
      .wholesaler-page .wholesaler__alert .wholesaler__alert__inner img.mob {
        display: block; } }
  .wholesaler-page .wholesaler__alert .wholesaler__alert__inner img.tab {
    display: none; }
    @media only screen and (max-width: 1023px) {
      .wholesaler-page .wholesaler__alert .wholesaler__alert__inner img.tab {
        display: block; } }
    @media only screen and (max-width: 767px) {
      .wholesaler-page .wholesaler__alert .wholesaler__alert__inner img.tab {
        display: none; } }
  .wholesaler-page .wholesaler__alert .wholesaler__alert__inner img {
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 350px;
    width: 740px;
    -o-object-fit: cover;
       object-fit: cover; }
    @media only screen and (max-width: 1439px) {
      .wholesaler-page .wholesaler__alert .wholesaler__alert__inner img {
        width: 550px;
        height: 100%; } }
    @media only screen and (max-width: 1023px) {
      .wholesaler-page .wholesaler__alert .wholesaler__alert__inner img {
        display: none;
        width: 603px; } }
    @media only screen and (max-width: 767px) {
      .wholesaler-page .wholesaler__alert .wholesaler__alert__inner img {
        top: auto;
        right: 0;
        left: 0;
        width: 100%;
        height: 269px; } }

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

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

/* End */


/* Start:/local/templates/iriscorp/css/custom.css?176244178353*/
.partners__wrap .col:nth-child(2) {
	display: none;
}
/* End */


/* Start:/local/templates/iriscorp/css/custom2.css?17624417832219*/
.custom-hidden-item {
	padding-left: 0 !important;
	margin-top: 14px !important;
	margin-bottom: 20px !important;
}
.custom-hidden-item::before {
	content: none;
}
@media only screen and (max-width: 1199px) {
	.custom-hidden-item {
		margin-top: 0 !important;
	}
}
@media only screen and (max-width: 1199px) {
	.show-item {
		margin-top: 10px;
	}
}
@media only screen and (max-width: 1199px) {
  .card-type-4 .card--desc .hidden-item {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1199px) {
	.custom-hidden-item ul {
		margin: 0;
	}
}
@media only screen and (max-width: 1199px) {
	.custom-hidden-item .card--sub-ttl {
		margin-top: 8px;
	}
}
.investors-page .investors__products .card-type-4 {
	border: none;
}
.services-page .spec .card-type-4 {
	border: none;
}
.manufactures-page .hero-manufactures .popup-button {
	font-size: 18px;
	color: #fff;
}
@media only screen and (max-width: 1199px) {
	.manufactures-page .hero-manufactures .popup-button {
		font-size: 16px;
	}
}
.manufactures-page .maintenance .popup-button-container {
	margin-top: 45px;
}
@media only screen and (max-width: 767px) {
	.manufactures-page .maintenance .popup-button-container .popup-button {
		display: block;
		text-align: center;
	}
}
.pharmacy-page .hero-services .popup-button {
	font-size: 18px;
	color: #fff;
	padding: 22px 25px;
}
@media only screen and (max-width: 1199px) {
	.pharmacy-page .hero-services .popup-button {
		font-size: 16px;
	}
}
.mfp-close {
	display: none !important;
}
.wholesaler-page .wholesaler__alert .popup-button-container {
	margin-top: 30px;
}
.wholesaler-page .wholesaler__alert .popup-button-container .popup-button {
	padding: 20px 50px;
}
@media only screen and (max-width: 1199px) {
	.wholesaler-page .wholesaler__alert .popup-button-container {
		margin-top: 21px;
	}
}
@media only screen and (max-width: 1199px) {
	.wholesaler-page .wholesaler__alert .popup-button-container .popup-button {
		padding: 20px 70px;
	}
}
@media only screen and (max-width: 767px) {
	.wholesaler-page .wholesaler__alert .popup-button-container .popup-button {
		display: block;
		text-align: center;
		padding: 20px 0;
	}
}
.block-cookie {
	display: none;
}
.block-cookie.show {
	display: flex;
}

/* End */
/* /local/templates/iriscorp/libs/slick-1.8.1/slick.css?17624417831895 */
/* /local/templates/iriscorp/libs/slick-1.8.1/slick-theme.css?17624417833353 */
/* /local/templates/iriscorp/libs/magnific-popup/dist/magnific-popup.css?17624417837302 */
/* /local/templates/iriscorp/css/style.css?1762441783375626 */
/* /local/templates/iriscorp/css/custom.css?176244178353 */
/* /local/templates/iriscorp/css/custom2.css?17624417832219 */
