@charset "UTF-8";
@font-face {
  font-family: 'ITCAvantGardeGot';
  src: url("../fonts/ITCAvantGardeGot-Med.eot");
  src: local("☺"), url("../fonts/ITCAvantGardeGot-Med.woff") format("woff"), url("../fonts/ITCAvantGardeGot-Med.ttf") format("truetype"), url("../fonts/ITCAvantGardeGot-Med.svg") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'ITCAvantGardeGot';
  src: url("../fonts/ITCAvantGardeGot-Dem.eot");
  src: local("☺"), url("../fonts/ITCAvantGardeGot-Dem.woff") format("woff"), url("../fonts/ITCAvantGardeGot-Dem.ttf") format("truetype"), url("../fonts/ITCAvantGardeGot-Dem.svg") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'ITCAvantGardeGot';
  src: url("../fonts/ITCAvantGardeGot-Bol.eot");
  src: local("☺"), url("../fonts/ITCAvantGardeGot-Bol.woff") format("woff"), url("../fonts/ITCAvantGardeGot-Bol.ttf") format("truetype"), url("../fonts/ITCAvantGardeGot-Bol.svg") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'ITCAvantGardeGot';
  src: url("../fonts/ITCAvantGardeGot-Boo.eot");
  src: local("☺"), url("../fonts/ITCAvantGardeGot-Boo.woff") format("woff"), url("../fonts/ITCAvantGardeGot-Boo.ttf") format("truetype"), url("../fonts/ITCAvantGardeGot-Boo.svg") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'ITCAvantGardeGot';
  src: url("../fonts/ITCAvantGardeGot-XtLg.eot");
  src: local("☺"), url("../fonts/ITCAvantGardeGot-XtLg.woff") format("woff"), url("../fonts/ITCAvantGardeGot-XtLg.ttf") format("truetype"), url("../fonts/ITCAvantGardeGot-XtLg.svg") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'ITCAvantGardeGot';
  src: url("fonts/ITCAvantGardeGot-MedObl.eot");
  src: local("☺"), url("../fonts/ITCAvantGardeGot-MedObl.woff") format("woff"), url("../fonts/ITCAvantGardeGot-MedObl.ttf") format("truetype"), url("../fonts/ITCAvantGardeGot-MedObl.svg") format("svg");
  font-weight: 500;
  font-style: italic; }

/* @include linx(white, blue, green, red); */
/* @include box-sizing(border-box); */
/* @include opacity(0.5); */
/* @include font-size(14px); */
/* @include vertical-align(); */
/* @include flexbox(); */
/* @include flex(1, 2); */
/* @include border-radius(3px); */
/* @include flex-order(3); */
/* @include flex-direction(column); */
/* @include box-shadow(8px, 8px); */
/* @include gradient(#ff00ff, #ff00cc, vertical); */
/* @include break-point(tablet) { margin:2em; } */
/* @include clearfix; */
/* @include rotate( 10deg ); */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ 
  scroll-behavior: smooth;}

/* 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 {
  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 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in 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 */
  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; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 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 {
  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"] {
  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; }

.form-group {
  margin-bottom: 35px; }

.form-label {
  margin-bottom: 8px;
  font-weight: 400;
  color: #696969;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px; }

.form-control {
  background-color: white;
  border: 1px solid #bdbdbd;
  width: 100%;
  box-sizing: border-box;
  height: 58px;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 10px 15px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
  .form-control:focus {
    border-color: #000; }

textarea.form-control {
  resize: vertical;
  height: 236px; }
  @media screen and (min-width: 768px) {
    textarea.form-control {
      height: 308px; } }

h1, h2, h3, h4, h5 {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 17px;
  text-transform: uppercase; }

h1 {
  font-size: 20px;
  line-height: 23px; }

h2 {
  font-size: 20px;
  line-height: 23px; }

h3 {
  font-size: 22px;
  line-height: 24px; }

h4 {
  font-size: 22px;
  line-height: 24px; }

.btn {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  border: none;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  box-sizing: border-box; }
  .btn:hover {
    text-decoration: none; }
  .btn_default {
    text-align: center;
    border: none;
    cursor: pointer;
    background: #450257;
    color: #fff;
    padding: 20px 58px;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 15px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    font-weight: 500;
    text-transform: uppercase; }
    .btn_default:hover {
      background: #ECA932; }
    .btn_default-sm {
      padding: 18px 38px; }
  .btn_block {
    display: block;
    width: 100%; }

*:focus, *:active {
  outline: none !important; }

body, html {
  height: 100%; }

body {
  background-color: #fff;
  font-family: "ITCAvantGardeGot", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  min-height: 100%;
  color: #333; }

.main-container {
  overflow: hidden;
  width: 100%; }

.container {
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px; }
  .container:after {
    content: "";
    display: table;
    clear: both; }

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


button {
  cursor: pointer; }

a {
  color: #450257;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

.text-uppercase {
  text-transform: uppercase; }

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

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

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

p {
  margin-top: 0;
  margin-bottom: 12px; }
  p:last-child {
    margin-bottom: 0; }

.thin-text {
  font-weight: 300; }

.text-bold {
  font-weight: 700; }

hr {
  margin: 30px -20px;
  color: #dcdcdc;
  border-top: 1px solid #dcdcdc; }
  hr.mb-sm {
    margin-bottom: 15px; }
  hr.mt-sm {
    margin-top: 15px; }

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

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

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

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

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

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

.main-content .contcts-coordinates {
  margin-bottom: 35px; }
  @media screen and (min-width: 1024px) {
    .main-content .contcts-coordinates {
      margin-bottom: 45px; } }
  @media screen and (min-width: 1024px) {
    .main-content .contcts-coordinates ul {
      text-align: center; } }
  .main-content .contcts-coordinates ul li {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px; }
    @media screen and (min-width: 768px) {
      .main-content .contcts-coordinates ul li {
        text-align: left; } }
    @media screen and (min-width: 1024px) {
      .main-content .contcts-coordinates ul li {
        display: inline-block;
        width: 30%;
        text-align: center;
        vertical-align: middle; } }
    .main-content .contcts-coordinates ul li + li {
      margin-top: 22px; }
      @media screen and (min-width: 768px) {
        .main-content .contcts-coordinates ul li + li {
          margin-top: 0;
          vertical-align: top; } }
      @media screen and (min-width: 1024px) {
        .main-content .contcts-coordinates ul li + li {
          vertical-align: middle; } }
    .main-content .contcts-coordinates ul li a,
    .main-content .contcts-coordinates ul li .text-address-item {
      color: #000;
      width: calc(100% - 52px); }
      @media screen and (min-width: 768px) {
        .main-content .contcts-coordinates ul li a,
        .main-content .contcts-coordinates ul li .text-address-item {
          display: block;
          width: auto; } }
      @media screen and (min-width: 1024px) {
        .main-content .contcts-coordinates ul li a,
        .main-content .contcts-coordinates ul li .text-address-item {
          display: inline-block;
          font-size: 20px;
          font-size: 1.25rem;
          line-height: 28px;
          text-align: left; } }
    .main-content .contcts-coordinates ul li small {
      font-size: 16px;
      font-size: 1rem;
      line-height: 24px; }
      @media screen and (min-width: 1024px) {
        .main-content .contcts-coordinates ul li small {
          display: block;
          font-size: 16px;
          font-size: 1rem;
          line-height: 24px; } }
  .main-content .contcts-coordinates .icon-cell {
    width: 52px; }
    @media screen and (min-width: 768px) {
      .main-content .contcts-coordinates .icon-cell {
        display: block;
        width: auto;
        margin-bottom: 22px; } }
    @media screen and (min-width: 1024px) {
      .main-content .contcts-coordinates .icon-cell {
        display: inline-block;
        width: 46px;
        margin-bottom: 0; } }

.container-narrow {
  max-width: 1104px;
  margin-left: auto;
  margin-right: auto; }

.s-content {
  padding-bottom: 28px; }
  @media screen and (min-width: 768px) {
    .s-content {
      padding-bottom: 40px; } }
  @media screen and (min-width: 1024px) {
    .s-content {
      padding-bottom: 42px; } }
  .s-content_colored {
    background-color: #f3f3f3;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    /*margin-bottom: 25px;*/ }
    @media screen and (min-width: 768px) {
      .s-content_colored {
        padding-top: 44px;
        padding-bottom: 44px;
        /*margin-bottom: 44px;*/ } }
    @media screen and (min-width: 1024px) {
      .s-content_colored {
        padding-top: 50px;
        padding-bottom: 50px; 
        /*margin-bottom: 65px;*/} }
       

.s-intro {
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 28px;
  font-weight: 400;
  height: 140px;
  position: relative;
  margin-bottom: 34px; }
  @media screen and (min-width: 768px) {
    .s-intro {
      height: 150px;
      font-size: 36px;
      font-size: 2.25rem;
      line-height: 40px; } }
  @media screen and (min-width: 1024px) {
    .s-intro {
      margin-bottom: 48px;
      height: 208px; } }
  .s-intro_lg {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 24px; }
    @media screen and (min-width: 768px) {
      .s-intro_lg {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 34px; } }
    @media screen and (min-width: 1024px) {
      .s-intro_lg {
        height: 296px;
        font-size: 45px;
        font-size: 2.8125rem;
        line-height: 50px; } }
    .s-intro_lg-extra {
      height: 268px;
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 30px; }
      .s-intro_lg-extra span {
        display: block;
        margin-top: 10px;
        text-transform: none;
        font-size: 16px;
        font-size: 1rem;
        line-height: 20px; }
  .s-intro_reset-mb {
    margin-bottom: 0; }
  .s-intro img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1; }
  @media screen and (min-width: 1024px) {
    .s-intro .valign {
      width: 70%;
      margin: 0 auto; } }
  .s-intro .valign-cell {
    height: 140px; }
    @media screen and (min-width: 768px) {
      .s-intro .valign-cell {
        height: 150px; } }
    @media screen and (min-width: 1024px) {
      .s-intro .valign-cell {
        height: 208px; } }
    @media screen and (min-width: 1024px) {
      .s-intro .valign-cell_lg {
        height: 296px; } }
    .s-intro .valign-cell_lg-extra {
      height: 268px; }

.text-intro {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  margin-bottom: 18px; }
  @media screen and (min-width: 768px) {
    .text-intro {
      margin-bottom: 28px; } }
  @media screen and (min-width: 1024px) {
    .text-intro {
      margin-bottom: 36px; } }
  .text-intro_lg-gap {
    margin-bottom: 42px; }
    @media screen and (min-width: 1024px) {
      .text-intro_lg-gap {
        margin-bottom: 64px; } }

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

.row-history {
  position: relative; }
  @media screen and (min-width: 768px) {
    .row-history {
      overflow: hidden;
      margin-bottom: 38px; } }
  @media screen and (min-width: 1024px) {
    .row-history {
      margin-bottom: 32px; } }
  .row-history:after {
    content: "";
    position: absolute;
    left: -20px;
    right: -20px;
    bottom: 0;
    height: 4px;
    background-color: white; }
    @media screen and (min-width: 768px) {
      .row-history:after {
        display: none; } }
  @media screen and (min-width: 768px) {
    .row-history:last-child {
      margin-bottom: 0; } }
  .row-history:last-child:after {
    display: none; }
  .row-history.open .c-history__header:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg); }
  .row-history.open .c-history__body {
    max-height: 800px; }

.c-history__header {
  color: #2275d4;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 30px;
  position: relative;
  padding-top: 24px;
  padding-bottom: 24px;
  cursor: pointer; }
  @media screen and (min-width: 768px) {
    .c-history__header {
      padding-top: 0;
      padding-bottom: 0;
      cursor: default;
      float: left;
      width: 180px;
      font-size: 72px;
      font-size: 4.5rem;
      line-height: 72px;
      font-weight: 300; } }
  @media screen and (min-width: 1024px) {
    .c-history__header {
      width: 172px; } }
  .c-history__header:after {
    content: "";
    position: absolute;
    right: 5px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #bababa;
    border-right: 2px solid #bababa;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -5px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
    @media screen and (min-width: 768px) {
      .c-history__header:after {
        display: none; } }

.c-history__body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
  @media screen and (min-width: 768px) {
    .c-history__body {
      margin-left: 180px;
      max-height: 1600px; } }
  @media screen and (min-width: 1024px) {
    .c-history__body {
      margin-left: 178fpx; } }
  .c-history__body-inside {
    padding-bottom: 24px; }
    @media screen and (min-width: 768px) {
      .c-history__body-inside {
        padding-bottom: 0; } }

.pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  text-align: center; }
  .pagination ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px; }
    .pagination ul li a {
      display: block;
      width: 29px;
      height: 29px;
      line-height: 29px;
      text-align: center;
      border: 1px solid #989898;
      color: #989898;
      border-radius: 50%;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: 600; }
      .pagination ul li a:hover, .pagination ul li a.active {
        background-color: #989898;
        color: #333;
        text-decoration: none; }
      .pagination ul li a.btn-direction {
        border-color: transparent;
        position: relative; }
        .pagination ul li a.btn-direction:before {
          content: "";
          width: 7px;
          height: 7px;
          border-left: 2px solid #989898;
          border-bottom: 2px solid #989898;
          position: absolute;
          left: 50%;
          top: 50%;
          margin-top: -4px; }
        .pagination ul li a.btn-direction.btn-prev:before {
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          margin-left: -3px; }
        .pagination ul li a.btn-direction.btn-next:before {
          -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
          margin-left: -6px; }
        .pagination ul li a.btn-direction:hover:before {
          border-left-color: #000;
          border-bottom-color: #000; }

.c-events {
  font-size: 0;
  margin-left: -20px;
  margin-right: -20px;
  position: relative;
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .c-events {
      margin-bottom: 35px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -moz-flex-direction: vertical;
      -ms-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      -ms-flex-flow: wrap;
          flex-flow: wrap; } }
  @media screen and (min-width: 1024px) {
    .c-events {
      margin: 0 0 42px; } }

.cases-intro_padding-top {
  padding-top: 35px;
}

.b-event {
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  padding: 33px 20px;
  box-sizing: border-box; }
  @media screen and (min-width: 768px) {
    .b-event {
      display: inline-block;
      vertical-align: top;
      width: 50%;
      padding: 35px 33px;
      border-left: 1px solid #dadada; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .b-event:nth-child(odd) {
      border-left: none; } }
  @media screen and (min-width: 1024px) {
    .b-event {
      width: 50%;
      padding: 30px 50px; }
      .b-event:nth-child(2n+1) {
        padding-right: 0; }
      .b-event:nth-child(3n+1) {
        border-left: none;
        padding-left: 0;
        padding-right: 50px; } }
  .b-event:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    background-color: #dadada; }
  .b-event__title {
    color: #450257;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    margin-bottom: 14px; }
    .b-event__title a {
      color: #ECA932; }


.date-pointer {
  color: #929292;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 12px;
  margin-bottom: 16px; }

.c-partners {
    display: flex;
    font-size: 0;
    margin-left: -12px;
    margin-right: -12px;
    margin-top: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px; }
  @media screen and (min-width: 768px) {
    .c-partners {
      margin-left: -20px;
      margin-right: -20px; } }
  @media screen and (min-width: 1024px) {
    .c-partners {
      margin-left: -24px;
      margin-right: -24px; } }

.b-partner {
  display: inline-block;
  vertical-align: top;
  width: 175px;
  height: 100%;
  line-height: 58px;
  padding: 4px 0;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #b9b9b9;
  /*margin: 0 12px 18px;*/ }
  @media screen and (min-width: 768px) {
    .b-partner {
      width: 210px;
      height: 100%;
      line-height: 96px;
      margin: 0 20px 36px; } }
  @media screen and (min-width: 1024px) {
    .b-partner {
      width: 255px;
      height: 100%;
      line-height: 110px;
      margin: 0 24px 42px; } }
  .b-partner img {
    display: inline-block;
    vertical-align: middle;
    max-width: 80%; }
    @media screen and (min-width: 768px) {
      .b-partner img {
        max-width: 70%; } }
    @media screen and (min-width: 1024px) {
      .b-partner img {
        max-width: 95%; } }

.c-team {
  font-size: 0; 
  border-bottom: 1px solid #d4d4d4; }
  @media screen and (min-width: 768px) {
    .c-team {
      margin-top: 48px; } }
  @media screen and (min-width: 1024px) {
    .c-team {
      margin-top: 62px; } }

.b-men {
  display: table;
  margin-bottom: 30px;
  box-sizing: border-box; }
  @media screen and (min-width: 768px) {
    .b-men {
      /*display: inline-block;
      vertical-align: top;
      width: 50%;
      text-align: center;
      margin-bottom: 74px;
      padding-left: 10%;
      padding-right: 10%;*/
      display: grid;
      justify-content: start;
      grid-template-columns: 1fr 3fr;
      gap: 25px;
     } }
     @media screen and (max-width: 768px) {
      .b-men {
        display: flex;
        gap: 25px;
        flex-direction: column;
       } }

  @media screen and (min-width: 1024px) {
    .b-men {
      /*display: inline-block;
      vertical-align: top;
      width: 215px;
      margin-bottom: 25px;
      padding-left: 50px;
      padding-right: 50px;
      box-sizing: content-box;*/
      display: grid;
      justify-content: start;
      grid-template-columns: 1fr 3fr;
      gap: 25px; }
      .b-men:nth-child(3n+1) {
        padding-right: 0; }
      .b-men:nth-child(4n+1) {
        padding-left: 0;
        padding-right: 50px; } }
        
  .b-men__photo {
    width: 127px;
    height: 127px;
    overflow: hidden;
    border-radius: 50%;
    display: table-cell;
    vertical-align: middle;
    align-self: center; }
    @media screen and (min-width: 768px) {
      .b-men__photo {
        width: 215px;
        height: 215px;
        display: block;
        margin: 0 auto 28px; } }
    .b-men__photo img {
      display: block;
      max-width: 100%; }
  .b-men__body {
    display: table-cell;
    vertical-align: middle;
    padding-left: 22px; }
    @media screen and (min-width: 768px) {
      .b-men__body {
        padding-left: 0;
        display: block; } }

.men-name {
  color: #333;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  margin: 25px 40px 10px;
  font-weight: 500; }
  @media screen and (min-width: 768px) {
    .men-name {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 22px; } }

.men-role {
  color: #666;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  font-weight: 500;
  margin: 0 40px; }

.quote-in-about {
  font-size: 15px;
  font-style: italic;
  line-height: 1.7;
}

.map {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 10px;
  height: 362px; }
  @media screen and (min-width: 768px) {
    .map {
      margin-bottom: 0; } }
  @media screen and (min-width: 1024px) {
    .map {
      margin: 0 0 35px; } }
  .map iframe {
    width: 100%;
    height: 100%; }

.b-feedback-form {
  background-color: #eaeaea;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -28px;
  padding: 48px 20px; }
  @media screen and (min-width: 768px) {
    .b-feedback-form {
      margin-bottom: -40px;
      padding-top: 57px;
      padding-bottom: 40px; } }
  @media screen and (min-width: 1024px) {
    .b-feedback-form {
      margin: 0;
      padding: 60px 135px; } }
  @media screen and (min-width: 768px) {
    .b-feedback-form__col {
      width: 47%; } }
  @media screen and (min-width: 768px) {
    .b-feedback-form__col:first-child {
      float: left; } }
  @media screen and (min-width: 1024px) {
    .b-feedback-form__col:first-child {
      width: 40%; } }
  @media screen and (min-width: 768px) {
    .b-feedback-form__col:last-child {
      float: right; } }
  @media screen and (min-width: 1024px) {
    .b-feedback-form__col:last-child {
      width: 56%; } }

.b-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 34px;
  margin-bottom: 44px;
  color: #666; }
  @media screen and (min-width: 768px) {
    .b-title {
      margin-bottom: 62px; } }

.row-btn {
  clear: both;
  text-align: center; }

.b-category {
  margin-bottom: 60px;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .b-category {
      margin-bottom: 64px; } }
  @media screen and (min-width: 1024px) {
    .b-category {
      margin-bottom: 50px; } }
  .b-category__photo {
    margin: 0 auto 25px;
    position: relative;
    max-width: 401px; }
    @media screen and (min-width: 768px) {
      .b-category__photo {
        margin: 0;
        float: left;
        max-width: 250px; } }
    @media screen and (min-width: 1024px) {
      .b-category__photo {
        max-width: 401px; } }
    .b-category__photo > img {
      display: block;
      max-width: 100%; }
  @media screen and (min-width: 768px) {
    .b-category__body {
      margin-left: 286px; } }
  @media screen and (min-width: 1024px) {
    .b-category__body {
      margin-left: 446px;
      margin-top: 20px; } }
  .b-category__title {
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 12px; }
    @media screen and (min-width: 768px) {
      .b-category__title {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 26px; } }
    @media screen and (min-width: 1024px) {
      .b-category__title {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 30px; } }
  .b-category p {
    margin-bottom: 20px;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 500; }
    @media screen and (min-width: 768px) {
      .b-category p {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 26px; } }
  .b-category .b-partner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: auto;
    height: auto;
    margin: 0;
    text-align: center;
    border: none; }

@media screen and (min-width: 1024px) {
  .c-benefits {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: horizontal;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    margin-left: -27px; } }

.col-benefit {
  box-sizing: border-box;
  border: 1px solid #c5c5c5;
  margin-bottom: 20px;
  padding: 25px 22px;
  color: #333; }
  @media screen and (min-width: 768px) {
    .col-benefit {
      padding: 34px 45px; } }
  @media screen and (min-width: 1024px) {
    .col-benefit {
      width: calc(33% - 27px);
      padding: 25px 44px;
      margin-bottom: 0;
      margin-left: 27px; } }
  .col-benefit ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .col-benefit ul li {
      position: relative;
      padding-left: 25px;
      font-weight: 500; }
      .col-benefit ul li:before {
        content: "";
        position: absolute;
        left: 0;
        top: 3px;
        background: url("../img/icons/bullet-check-star.png") no-repeat;
        background-size: cover;
        width: 17px;
        height: 17px; }
      .col-benefit ul li + li {
        margin-top: 12px; }

.benefit-title {
  color: #666;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  margin-bottom: 22px; }
  @media screen and (min-width: 1024px) {
    .benefit-title {
      display: table-caption; } }

.b-select-text {
  background-color: #eaeaea;
  margin: 0 -20px 30px;
  padding: 37px 20px;
  text-align: center;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .b-select-text {
      margin-bottom: 40px;
      padding: 44px 20px;
      text-align: left; } }
  @media screen and (min-width: 1024px) {
    .b-select-text {
      margin: 0 0 60px;
      padding: 43px 57px; } }
  .b-select-text__icon {
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .b-select-text__icon {
        margin-bottom: 0;
        float: left;
        width: 175px; } }
    @media screen and (min-width: 1024px) {
      .b-select-text__icon {
        width: 172px; } }
  .b-select-text__body {
    font-weight: 500; }
    @media screen and (min-width: 768px) {
      .b-select-text__body {
        margin-left: 175px;
        font-size: 16px;
        font-size: 1rem;
        line-height: 30px; } }
    @media screen and (min-width: 1024px) {
      .b-select-text__body {
        margin-left: 172px; } }

.c-steps-list {
  margin-bottom: 47px; }
  .c-steps-list ol {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: number-step; }
    @media screen and (min-width: 768px) {
      .c-steps-list ol {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        -webkit-column-width: 50%;
        -moz-column-width: 50%;
        column-width: 50%;
        -webkit-column-gap: 6em;
        -moz-column-gap: 6em;
        column-gap: 6em;
        max-height: 190px; } }
    @media screen and (min-width: 1024px) {
      .c-steps-list ol {
        columns: 3;
        -webkit-columns: 3;
        -moz-columns: 3;
        -webkit-column-width: 30%;
        -moz-column-width: 30%;
        column-width: 30%;
        -webkit-column-gap: 4em;
        -moz-column-gap: 4em;
        column-gap: 4em;
        max-height: 140px; } }
    @media screen and (min-width: 1300px) {
      .c-steps-list ol {
        padding: 10px 20px;
        columns: 3;
        -webkit-columns: 3;
        -moz-columns: 3;
        -webkit-column-width: 30%;
        -moz-column-width: 30%;
        column-width: 30%;
        -webkit-column-gap: 7em;
        -moz-column-gap: 7em;
        column-gap: 7em;
        max-height: 140px; } }
    .c-steps-list ol li {
      position: relative;
      padding: 0 0 3px 60px;
      font-weight: 500;
      color: #333;
      font-size: 16px;
      font-size: 1rem; }
      .c-steps-list ol li + li {
        margin-top: 22px; }
      .c-steps-list ol li:first-child {
         }
      .c-steps-list ol li:before {
        counter-increment: number-step;
        content: counter(number-step);
        position: absolute;
        left: 0;
        top: 0;
        width: 25px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        background-color: #ECA932;
        font-weight: 100;
        color: #333;
        font-size: 17px;
        font-size: 1.185rem;
        border-radius: 50%; }

.steps-title {
  text-align: center;
  margin-bottom: 32px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 27px;
  color: #666; }
  @media screen and (min-width: 768px) {
    .steps-title {
      margin-bottom: 37px;
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 30px; } }
  @media screen and (min-width: 1024px) {
    .steps-title {
      margin-bottom: 40px; } }

.c-directions {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .c-directions {
      padding-top: 48px;
      padding-bottom: 48px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -moz-flex-direction: horizontal;
      -ms-flex-direction: row;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
      margin-left: -19px;
      margin-right: -19px; } }
  @media screen and (min-width: 1024px) {
    .c-directions {
      margin-left: -10px;
      margin-right: -10px; } }
  @media screen and (min-width: 768px) {
    .c-directions_start {
      padding-top: 0; } }
  @media screen and (min-width: 1024px) {
    .c-directions_start {
      margin: 0 -27px; } }
  .c-directions_start .b-direct {
    height: auto;
    padding: 34px 28px;
    margin-bottom: 24px; }
    @media screen and (min-width: 768px) {
      .c-directions_start .b-direct {
        width: auto;
        margin-bottom: 12px; } }
    @media screen and (min-width: 1024px) {
      .c-directions_start .b-direct {
        width: calc(33% - 30px);
        margin: 0 15px;
        padding: 25px 20px 30px; } }
    .c-directions_start .b-direct__inside {
      display: block; }
      @media screen and (min-width: 768px) {
        .c-directions_start .b-direct__inside {
          display: table; } }
      @media screen and (min-width: 1024px) {
        .c-directions_start .b-direct__inside {
          display: flex;
          flex-direction: column;
          justify-content: space-between;} }
    .c-directions_start .b-direct__icon {
      width: auto;
      margin-bottom: 20px;
      display: block; }
      @media screen and (min-width: 768px) {
        .c-directions_start .b-direct__icon {
          display: table-cell;
          margin-bottom: 0;
          vertical-align: middle;
          width: 98px;
          text-align: left; } }
      @media screen and (min-width: 1024px) {
        .c-directions_start .b-direct__icon {
          display: block;
          width: auto;
          text-align: center;
          margin-bottom: 20px; } }
    @media screen and (min-width: 768px) {
      .c-directions_start .b-direct__cell {
        display: table-cell;
        text-align: left;
        vertical-align: middle;
        padding-right: 32px; } }
    @media screen and (min-width: 1024px) {
      .c-directions_start .b-direct__cell {
        display: block;
        padding-right: 0;
        text-align: center;
        min-height: 160px; }
        .b-direct__cell_min-height  {
          min-height: 165px; } }
    @media screen and (min-width: 768px) {
      .c-directions_start .b-direct__btn {
        display: table-cell;
        text-align: left;
        vertical-align: middle;
        white-space: nowrap; } }
    @media screen and (min-width: 1024px) {
      .c-directions_start .b-direct__btn {
        display: block;
        white-space: normal;
        text-align: center; } }
    .c-directions_start .b-direct__title {
      text-align: center;
      display: block;
      padding: 0;
      margin-bottom: 18px;
      font-size: 15px;
      font-size: 0.9375rem; }
      @media screen and (min-width: 768px) {
        .c-directions_start .b-direct__title {
          text-align: left; } }
      @media screen and (min-width: 1024px) {
        .c-directions_start .b-direct__title {
          text-align: center; } }
    .c-directions_start .b-direct__body {
      display: block;
      margin-bottom: 32px; }
      @media screen and (min-width: 768px) {
        .c-directions_start .b-direct__body {
          margin-bottom: 0; } }
    .c-directions_start .b-direct .btn {
      padding: 20px 38px;
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 15px;
      position: relative;
      left: auto;
      right: auto;
      top: auto;
      bottom: auto;
      width: auto; }
      .c-directions_start .b-direct .btn:after {
        display: none; }
    .c-directions_start .b-direct .icn_system-integration {
      width: 65px;
      height: 56px; }
    .c-directions_start .b-direct .icn_autsorsing {
      width: 47px;
      height: 59px; }
    .c-directions_start .b-direct .icn_control-process {
      width: 58px;
      height: 57px; }

.b-direct {
  background-color: white;
  position: relative;
  padding: 20px;
  height: 90px;
  box-sizing: border-box;
  margin-bottom: 10px;
  box-shadow: 0 5px 24px 0 rgba(0, 0, 0, 0.1);
  text-align: center; }
  @media screen and (min-width: 768px) {
    .b-direct {
      height: auto;
      padding: 30px 30px 36px;
      width: calc(50% - 38px);
      margin: 0 19px 30px; } }
  @media screen and (min-width: 1024px) {
    .b-direct {
      padding: 30px 30px 36px;
      width: calc(33% - 20px);
      margin: 0 10px 21px; } }
  @media screen and (min-width: 1300px) {
    .b-direct {
      width: calc(33% - 20px); } }
  .b-direct__inside {
    display: table;
    width: 100%;
    height: 100%; }
    @media screen and (min-width: 768px) {
      .b-direct__inside {
        display: flex;
        flex-direction: column;
        justify-content: space-between; } }
  .b-direct__icon {
    display: table-cell;
    vertical-align: middle;
    width: 56px; }
    @media screen and (min-width: 768px) {
      .b-direct__icon {
        width: auto;
        margin-bottom: 10px;
        height: 76px;
        line-height: 76px;
        display: block; } }
  .b-direct__title {
    padding-left: 20px;
    padding-right: 90px;
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 500;
    color: #666;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    text-align: left; }
    @media screen and (min-width: 768px) {
      .b-direct__title {
        text-align: center;
        margin-bottom: 23px;
        padding: 0;
        display: block;
        font-size: 15px;
        font-size: 0.9375rem; } }
  .b-direct__body {
    display: none;
    font-weight: 500;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 22px; }
    @media screen and (min-width: 768px) {
      .b-direct__body {
        display: block;
        margin-bottom: 32px; } }
  @media screen and (max-width: 767px) {
    .b-direct .btn {
      padding: 0;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      width: 60px;
      font-size: 0; }
      .b-direct .btn:after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        width: 12px;
        height: 12px;
        border-right: 1px solid white;
        border-bottom: 1px solid white;
        margin-left: -10px;
        margin-top: -6px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); } }

.start-project-info {
  margin-bottom: 38px;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .start-project-info {
      display: table;
      width: 100%;
      margin-bottom: 55px; } }
  .start-project-info__logo {
    text-align: center;
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      .start-project-info__logo {
        display: table-cell;
        vertical-align: middle;
        margin-bottom: 0;
        width: 230px;
        text-align: left; } }
  .start-project-info__text {
    font-weight: 500; }
    @media screen and (min-width: 768px) {
      .start-project-info__text {
        display: table-cell;
        vertical-align: middle;
        font-size: 16px;
        font-size: 1rem;
        line-height: 30px; } }

.s-text {
  margin-bottom: 30px;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .s-text {
      margin-bottom: 48px; } }
  @media screen and (min-width: 1024px) {
    .s-text {
      margin-bottom: 66px; } }
  .s-text__title {
    margin-bottom: 18px; }
    @media screen and (min-width: 768px) {
      .s-text__title {
        margin-bottom: 22px; } }
    @media screen and (min-width: 1024px) {
      .s-text__title {
        float: left;
        width: 350px; } }
    .s-text__title span {
      display: block;
      padding-bottom: 4px;
      border-bottom: 2px solid #ECA932;
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 24px;
      color: #666;
      font-weight: 400; }
      @media screen and (min-width: 768px) {
        .s-text__title span {
          font-size: 26px;
          font-size: 1.625rem;
          line-height: 32px; } }
  .s-text__content {
    font-weight: 500; }
    @media screen and (min-width: 1024px) {
      .s-text__content {
        margin-left: 400px; } }
    .s-text__content p {
      margin-bottom: 20px; }
      @media screen and (min-width: 1024px) {
        .s-text__content p {
          margin-bottom: 30px; } }
    .s-text__content img {
      display: block;
      max-width: 100%; }

.c-comments {
  font-size: 0; }

.b-comment {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d4d4d4;
  overflow: hidden;
  box-sizing: border-box; }
  @media screen and (min-width: 768px) {
    .b-comment {
      margin-bottom: 46px;
      padding-bottom: 46px; } }
  @media screen and (min-width: 1024px) {
    .b-comment {
      width: 50%;
      padding-right: 60px;
      display: inline-block; }
      .b-comment:nth-child(even) {
        padding-right: 0;
        padding-left: 60px; } }
  .b-comment__photo {
    border-radius: 50%;
    overflow: hidden;
    width: 145px;
    margin: 0 auto 15px; }
    @media screen and (min-width: 768px) {
      .b-comment__photo {
        float: left;
        margin: 0; } }
    .b-comment__photo img {
      display: block;
      max-width: 100%; }
  .b-comment__text {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 22px; }
    @media screen and (min-width: 768px) {
      .b-comment__text {
        margin-left: 0; } }
  .b-comment blockquote {
    padding: 0 0 0 32px;
    margin: 0;
    position: relative;
    font-weight: 500; }
    .b-comment blockquote:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 19px;
      height: 18px;
      background: url("../img/base/blockquote.png") no-repeat; }
      @media screen and (min-width: 768px) {
        .b-comment blockquote:before {
          top: -30px; } }

.comment-author {
  margin-bottom: 14px;
  color: #666;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 14px; }
  @media screen and (min-width: 768px) {
    .comment-author {
      padding-top: 22px; } }
  

.about-company-text {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  max-width: 908px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 45px; }
  @media screen and (min-width: 768px) {
    .about-company-text {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 35px; } }
  @media screen and (min-width: 1024px) {
    .about-company-text {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 35px;
      padding-top: 35px;
      padding-bottom: 45px; } }

.c-about {
  position: relative;
  padding-top: 54px;
  padding-bottom: 44px;
  margin-bottom: 42px;
  color: white;
  font-weight: 500; }
  @media screen and (min-width: 768px) {
    .c-about {
      padding-bottom: 56px;
      margin-bottom: 62px; } }
  @media screen and (min-width: 1024px) {
    .c-about {
      padding-top: 75px;
      padding-bottom: 75px;
      margin-bottom: 40px; } }
  .c-about:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 0; }
    @media screen and (min-width: 1024px) {
      .c-about:before {
        display: none; } }
  .c-about > .container {
    position: relative;
    z-index: 2; }
  .c-about > img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    z-index: -1; }
  .c-about .btn {
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.4); }
  .c-about .valign {
    max-width: 410px; }
    @media screen and (min-width: 1024px) {
      .c-about .valign {
        max-width: 460px; } }
  .c-about__logo {
    margin-bottom: 38px; }
    @media screen and (min-width: 1024px) {
      .c-about__logo {
        margin-bottom: 50px; } }
  .c-about__title {
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 30px;
    font-weight: 400; }
    @media screen and (min-width: 768px) {
      .c-about__title {
        width: 85%; } }
  .c-about p {
    margin-bottom: 26px; }
    @media screen and (min-width: 768px) {
      .c-about p {
        margin-bottom: 34px; } }
    @media screen and (min-width: 1024px) {
      .c-about p {
        margin-bottom: 24px; } }
.about-margin-top {
  margin-top: 30px; }
  @media screen and (min-width: 768px) {
    .about-margin-top {
      margin-top: 40px; } }
  @media screen and (min-width: 1024px) {
    .about-margin-top {
      margin-top: 55px; } }

.c-carousel__title {
  text-align: center;
  margin-bottom: 26px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  color: #666; }
  @media screen and (min-width: 768px) {
    .c-carousel__title {
      margin-bottom: 38px;
      font-size: 26px;
      font-size: 1.625rem;
      line-height: 30px; } }
  @media screen and (min-width: 1024px) {
    .c-carousel__title {
      margin-bottom: 44px;
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 35px; } }

.carousel {
  padding-left: 30px;
  padding-right: 30px;
  position: relative; }
  .carousel .b-partner {
    margin: 0 auto;
    /*max-width: 193px;*/
    width: 100%;
    height: 300px;
    line-height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 478px) {
      .carousel .b-partner {
    height: 210px; }}
    @media screen and (min-width: 768px) {
      .carousel .b-partner {
    height: 260px; }}
    @media screen and (min-width: 1024px) {
      .carousel .b-partner {
        display: flex;
        max-width: 240px;
        height: 300px;
        line-height: 100px;
        padding: 0 6px;
        flex-direction: column;
        justify-content: center;
        align-items: center; } }
  .carousel .slide {
    padding-left: 8px;
    padding-right: 8px; }
  .carousel .slick-arrow {
    position: absolute;
    width: 21px;
    height: 21px;
    top: 50%;
    margin-top: -12px;
    cursor: pointer;
    padding: 0;
    font-size: 0;
    border: none;
    background: none; }
    .carousel .slick-arrow.slick-prev {
      left: 5px;
      border-left: 1px solid #808080;
      border-bottom: 1px solid #808080;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .carousel .slick-arrow.slick-next {
      right: 5px;
      border-right: 1px solid #808080;
      border-bottom: 1px solid #808080;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.main-header {
  background-color: white;
  padding-top: 18px;
  padding-bottom: 18px; }
  @media screen and (min-width: 768px) {
    .main-header {
      padding-top: 23px;
      padding-bottom: 23px; } }
  .main-header > .container {
    position: relative; }

.logo {
  background: url("../img/base/logo.svg") no-repeat;
  background-size: cover;
  display: block;
  vertical-align: middle;
  width: 106px;
  height: 33px;
  text-indent: -999em;
  margin: 0 auto;
  position: relative;
  z-index: 3; }
  @media screen and (min-width: 768px) {
    .logo {
    width: 220px;
    height: 63px;
    padding: 3px; } }
  @media screen and (min-width: 1024px) {
    .logo {
      float: left;
      margin: 0; } }
  .logo_invert {
    background-image: url("../img/base/logo-invert.svg"); }

.lang-switcher {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -12px;
  z-index: 2; }
  @media screen and (min-width: 1024px) {
    .lang-switcher {
      position: relative;
      right: auto;
      top: auto;
      margin-top: 12px;
      float: right; } }
  .lang-switcher ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0; }
    .lang-switcher ul li {
      display: inline-block;
      vertical-align: middle;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 14px; }
      .lang-switcher ul li + li {
        padding-left: 8px;
        margin-left: 8px;
        border-left: 1px solid #a6a6a6; }
      .lang-switcher ul li a {
        text-decoration: none;
        color: #333;
        text-transform: uppercase; }
        .lang-switcher ul li a.active {
          color: #450257; }
        .lang-switcher ul li a:hover {
          text-decoration: underline; }

.main-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -36px;
  z-index: 1; }
  @media screen and (min-width: 768px) {
    .main-nav {
      margin-top: -46px; } }
  @media screen and (min-width: 1024px) {
    .main-nav {
      margin-top: 0;
      margin-left: 180px;
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      padding-top: 20px; } }
  .main-nav ul {
    list-style: none;
    padding: 30px 0 34px;
    margin: 0;
    background-color: #1d1f22;
    text-align: center;
    display: none;
    font-size: 0; }
    @media screen and (min-width: 1024px) {
      .main-nav ul {
        display: block;
        padding: 0;
        background-color: transparent; } }
    .main-nav ul li {
      color: white;
      font-size: 20px;
      font-size: 1.25rem;
      text-transform: uppercase;
      font-weight: 400; }
      @media screen and (min-width: 1024px) {
        .main-nav ul li {
          display: inline-block;
          font-size: 15px;
          font-size: 0.9375rem; } }
      @media screen and (min-width: 1024px) {
        .main-nav ul li + li {
          margin-left: 44px; } }
      @media screen and (min-width: 1300px) {
        .main-nav ul li + li {
          margin-left: 72px; } }
      .main-nav ul li a {
        padding: 16px 8px;
        text-decoration: none;
        color: #fff;
        display: inline-block;
        vertical-align: middle;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
        @media screen and (min-width: 1024px) {
          .main-nav ul li a {
            color: #333;
            padding-top: 0;
            padding-bottom: 0; } }
        .main-nav ul li a:hover, .main-nav ul li a.active {
          color: #450257; }
          .main-nav ul li a:hover .svg, .main-nav ul li a.active .svg {
            fill: #450257; }
        .main-nav ul li a .svg {
          fill: #959697;
          -webkit-transition: all 0.3s;
          transition: all 0.3s; }
          @media screen and (min-width: 1024px) {
            .main-nav ul li a .svg {
              fill: #adadad; } }
  .main-nav__item {
    display: block; }

.menu-button {
  display: block;
  padding: 24px 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 72px;
  height: 69px;
  box-sizing: border-box; }
  @media screen and (min-width: 768px) {
    .menu-button {
      height: 92px;
      width: 104px;
      padding: 36px 31px; } }
  @media screen and (min-width: 1024px) {
    .menu-button {
      display: none; } }
  .menu-button:focus {
    outline: none; }
  .menu-button.is-active, .menu-button:hover {
    background-color: #1d1f22; }

.burger-icon {
  position: relative;
  margin-top: 8px;
  margin-bottom: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .burger-icon, .burger-icon::before, .burger-icon::after {
    display: block;
    width: 32px;
    height: 2px;
    background-color: #ECA932;
    outline: 1px solid transparent;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .burger-icon::before, .burger-icon::after {
    position: absolute;
    content: ""; }
  .burger-icon::before {
    top: -8px; }
  .burger-icon::after {
    top: 8px; }
  @media screen and (min-width: 768px) {
    .burger-icon {
      position: relative;
      margin-top: 10px;
      margin-bottom: 10px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .burger-icon, .burger-icon::before, .burger-icon::after {
        display: block;
        width: 43px;
        height: 2px;
        background-color: #ECA932;
        outline: 1px solid transparent;
        -webkit-transition-property: background-color, -webkit-transform;
        transition-property: background-color, -webkit-transform;
        transition-property: background-color, transform;
        transition-property: background-color, transform, -webkit-transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s; }
      .burger-icon::before, .burger-icon::after {
        position: absolute;
        content: ""; }
      .burger-icon::before {
        top: -10px; }
      .burger-icon::after {
        top: 10px; } }

.menu-button.is-active .burger-icon {
  background-color: transparent; }

.menu-button.is-active .burger-icon::before {
  -webkit-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg); }

.menu-button.is-active .burger-icon::after {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg); }

.c-footer {
  background-color: #18191c; }

.main-footer {
  background-color: #1e1f22;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px; }
  @media screen and (min-width: 768px) {
    .main-footer {
      padding-top: 40px;
      padding-bottom: 40px;
      text-align: left; } }
  .main-footer .logo {
    display: none; }
    @media screen and (min-width: 768px) {
      .main-footer .logo {
        float: left;
        display: block; } }

.copyright {
  color: #78787a;
  font-size: 12px;
  font-size: 0.75rem; }
  @media screen and (min-width: 768px) {
    .copyright {
      float: left;
      margin: 20px 0 0 40px; } }

.socials {
  font-size: 0;
  margin-bottom: 25px; }
  @media screen and (min-width: 768px) {
    .socials {
      float: right;
      margin-bottom: 0;
      margin-top: 20px; } }
  .socials__title {
    display: inline-block;
    vertical-align: middle;
    color: #78787a;
    font-size: 12px;
    font-size: 0.75rem; }
  .socials ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 24px;
    display: inline-block;
    vertical-align: middle; }
    .socials ul li {
      display: inline-block;
      vertical-align: middle; }
      .socials ul li + li {
        margin-left: 17px; }

.btn-social {
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  display: block; }
  .btn-social_linkedin {
    background-image: url("../img/base/soc-linkedin.png"); }
  .btn-social_facebook {
    background-image: url("../img/base/soc-facebook.png"); }

.footer-columns {
  padding-top: 45px;
  padding-bottom: 38px;
  font-size: 0; }

.footer-col {
  display: none;
  vertical-align: top; }
  @media screen and (min-width: 1024px) {
    .footer-col {
      display: inline-block;
      width: 25%; } }
  .footer-col_visible-already {
    display: block; }
    @media screen and (min-width: 1024px) {
      .footer-col_visible-already {
        display: inline-block; } }

.footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .footer-nav ul li + li {
    margin-top: 8px; }
  .footer-nav ul li a {
    text-decoration: none;
    color: #d3d3d3;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 400; }
    .footer-nav ul li a:hover {
      text-decoration: underline; }

.footer-title {
  text-transform: uppercase;
  color: #888;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 16px;
  margin-bottom: 20px;
  font-weight: 500;
  display: none; }
  @media screen and (min-width: 1024px) {
    .footer-title {
      display: block; } }
.footer-title a {
  text-decoration: none; 
  text-transform: uppercase;
  color: #888;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 16px;
  margin-bottom: 20px;
  font-weight: 500;
}

.contcts-coordinates {
  font-size: 0; }
  .contcts-coordinates ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-size: 0.75rem; }
    .contcts-coordinates ul li {
      color: #d3d3d3; }
      @media screen and (min-width: 768px) {
        .contcts-coordinates ul li {
          display: inline-block;
          width: 33%;
          text-align: center; } }
      @media screen and (min-width: 1024px) {
        .contcts-coordinates ul li {
          display: block;
          width: auto;
          text-align: left; } }
      .contcts-coordinates ul li + li {
        margin-top: 15px; }
        @media screen and (min-width: 768px) {
          .contcts-coordinates ul li + li {
            margin-top: 0; } }
        @media screen and (min-width: 1024px) {
          .contcts-coordinates ul li + li {
            margin-top: 15px; } }
      .contcts-coordinates ul li a,
      .contcts-coordinates ul li span {
        text-decoration: none;
        color: #d3d3d3;
        display: inline-block;
        vertical-align: middle; }
  .contcts-coordinates .icon-cell {
    display: inline-block;
    vertical-align: middle;
    width: 28px; }

.icn {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover; }
  .icn_email {
    background-image: url("../img/icons/icn-email.svg");
    width: 21px;
    height: 15px; }
    .icn_email-sm {
      width: 17px;
      height: 12px; }
    .icn_email-circuit {
      width: 34px;
      height: 24px;
      background-image: url("../img/icons/icn-email-circuit.svg");}
  .icn_tel {
    background-image: url("../img/icons/icn-tel.svg");
    width: 17px;
    height: 17px; }
    .icn_tel-sm {
      width: 14px;
      height: 14px; }
    .icn_tel-circuit {
      width: 30px;
      height: 30px;
      background-image: url("../img/icons/icn-tel-circuit.svg"); }
  .icn_location {
    background-image: url("../img/icons/icn-location.svg");
    width: 12px;
    height: 17px; }
    .icn_location-circuit {
      width: 21px;
      height: 29px;
      background-image: url("../img/icons/icn-location-circuit.svg"); }
  .icn_project {
    background-image: url("../img/icons/servises/icon-accounting.png");
    width: 125px;
    height: 125px; }
    .icn_advisory {
      background-image: url("../img/icons/servises/icon-advisory.png");
      width: 125px;
      height: 125px; }
      .icn_credit {
        background-image: url("../img/icons/servises/icon-credit.png");
        width: 125px;
        height: 125px; }
        .icn_compliant {
          background-image: url("../img/icons/servises/icon-compliant.png");
          width: 125px;
          height: 125px; }    
          .icn_audit {
            background-image: url("../img/icons/servises/icon-audit.png");
            width: 125px;
            height: 125px; }  
            .icn_quickbooks {
              background-image: url("../img/icons/servises/icon-quickbooks.png");
              width: 125px;
              height: 125px; } 
  .icn_system-integration {
    background-image: url("../img/icons/icn-business-consulting.svg");
    width: 46px;
    height: 39px; }
    @media screen and (min-width: 768px) {
      .icn_system-integration {
        width: 65px;
        height: 56px; } }
    @media screen and (min-width: 1024px) {
      .icn_system-integration {
        width: 65px;
        height: 56px; } }
  .icn_autsorsing {
    background-image: url("../img/icons/icn-autsorsing.png");
    width: 33px;
    height: 41px; }
    @media screen and (min-width: 768px) {
      .icn_autsorsing {
        width: 47px;
        height: 59px; } }
    @media screen and (min-width: 1024px) {
      .icn_autsorsing {
        width: 47px;
        height: 59px; } }
  .icn_control-process {
    background-image: url("../img/icons/icn-control-process.svg");
    width: 41px;
    height: 40px; }
    @media screen and (min-width: 768px) {
      .icn_control-process {
        width: 58px;
        height: 57px; } }
    @media screen and (min-width: 1024px) {
      .icn_control-process {
        width: 58px;
        height: 57px; } }
  .icn_mobile-solutions {
    background-image: url("../img/icons/icn-mobile-solutions.svg");
    width: 39px;
    height: 49px; }
    @media screen and (min-width: 768px) {
      .icn_mobile-solutions {
        width: 47px;
        height: 60px; } }
    @media screen and (min-width: 1024px) {
      .icn_mobile-solutions {
        width: 47px;
        height: 60px; } }
  .icn_pay-technologies {
    background-image: url("../img/icons/icn-pay-technologies.svg");
    width: 44px;
    height: 43px; }
    @media screen and (min-width: 768px) {
      .icn_pay-technologies {
        width: 56px;
        height: 54px; } }
    @media screen and (min-width: 1024px) {
      .icn_pay-technologies {
        width: 56px;
        height: 54px; } }
  .icn_business-consulting {
    background-image: url("../img/icons/icn-business-consulting.svg");
    width: 47px;
    height: 40px; }
    @media screen and (min-width: 768px) {
      .icn_business-consulting {
        width: 60px;
        height: 51px; } }
    @media screen and (min-width: 1024px) {
      .icn_business-consulting {
        width: 60px;
        height: 51px; } }
  .icn_marketing {
    background-image: url("../img/icons/icn-marketing.svg");
    width: 47px;
    height: 33px; }
    @media screen and (min-width: 768px) {
      .icn_marketing {
        width: 57px;
        height: 43px; } }
    @media screen and (min-width: 1024px) {
      .icn_marketing {
        width: 57px;
        height: 43px; } }
  .icn_hr-consulting {
    background-image: url("../img/icons/icn-hr-consulting.svg");
    width: 48px;
    height: 45px; }
    @media screen and (min-width: 768px) {
      .icn_hr-consulting {
        width: 58px;
        height: 55px; } }
    @media screen and (min-width: 1024px) {
      .icn_hr-consulting {
        width: 58px;
        height: 55px; } }