@charset "UTF-8";
/* Slider */
/* Icons */
/* 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; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          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);
  -ms-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; }

[data-simplebar] {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit; }

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit; }

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0; }

.simplebar-offset {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch; }

.simplebar-content {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  visibility: visible;
  overflow: scroll;
  /* Scroll on this element otherwise element can't have a padding applied properly */
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */ }

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none; }

.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  height: 100%;
  width: inherit;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
  -webkit-flex-grow: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0; }

.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1; }

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none; }

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 7px;
  min-height: 10px; }

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  -webkit-border-radius: 7px;
          border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  -webkit-transition: opacity 0s linear;
  -o-transition: opacity 0s linear;
  transition: opacity 0s linear; }

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px; }

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px; }

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px; }

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px; }

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto; }

/* Rtl support */
[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0; }

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll; }

@-ms-viewport {
  width: device-width; }

pre {
  font-family: monospace, monospace; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

b,
strong {
  font-weight: inherit;
  font-weight: bold; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

audio, video, canvas {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

button[disabled], html input[disabled] {
  cursor: default; }

button {
  text-transform: none; }

textarea {
  overflow: auto; }

button, input, textarea {
  margin: 0; }

input {
  line-height: normal; }
  input::-moz-focus-inner {
    border: 0;
    padding: 0; }

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

[hidden] {
  display: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

textarea {
  overflow: auto; }

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, img, strong, ol, ul, li, form, label, article, aside, canvas, footer, header, nav, section, time, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

article, aside, footer, header, nav, section {
  display: block; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  line-height: normal; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q::before, q::after {
  content: '';
  content: none; }

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

select {
  text-transform: none; }

body {
  font-family: "Gilroy", Helvetica, Tahoma, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #000;
  background-color: #fff;
  margin: 0;
  min-width: 320px;
  opacity: 1;
  font-weight: 600;
  position: relative; }

.page-wrap {
  overflow-x: hidden;
  width: 100%;
  position: relative; }

a {
  color: #337ab7;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer; }
  a:active, a:hover {
    outline: 0; }

strong {
  font-weight: bold; }

img {
  border: 0; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  border: 0;
  border-top: 1px solid #eee; }

*::-webkit-input-placeholder {
  color: #919191;
  font-size: 16px;
  font-family: "Gilroy";
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  opacity: 1; }
  @media (max-width: 992px) {
    *::-webkit-input-placeholder {
      font-size: 13px; } }

*:-ms-input-placeholder {
  color: #919191;
  font-size: 16px;
  font-family: "Gilroy";
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  opacity: 1; }
  @media (max-width: 992px) {
    *:-ms-input-placeholder {
      font-size: 13px; } }

*::-moz-placeholder {
  color: #919191;
  font-size: 16px;
  font-family: "Gilroy";
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  opacity: 1; }
  @media (max-width: 992px) {
    *::-moz-placeholder {
      font-size: 13px; } }

*:-moz-placeholder {
  color: #919191;
  font-size: 16px;
  font-family: "Gilroy";
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  opacity: 1; }
  @media (max-width: 992px) {
    *:-moz-placeholder {
      font-size: 13px; } }

.before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

ul {
  padding: 0;
  margin: 0;
  list-style: none; }

p {
  margin: 0; }

.container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%; }
  @media (max-width: 1200px) {
    .container {
      max-width: -webkit-calc(100% - 50px);
      max-width: calc(100% - 50px);
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 768px) {
    .container {
      max-width: -webkit-calc(100% - 30px);
      max-width: calc(100% - 30px); } }
  .container_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }

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

.col-1 {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc((100% / 9) * 1);
      -ms-flex: 0 0 calc((100% / 9) * 1);
          flex: 0 0 calc((100% / 9) * 1);
  max-width: -webkit-calc((100% / 9) * 1);
  max-width: calc((100% / 9) * 1); }

.col-2 {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc((100% / 9) * 2);
      -ms-flex: 0 0 calc((100% / 9) * 2);
          flex: 0 0 calc((100% / 9) * 2);
  max-width: -webkit-calc((100% / 9) * 2);
  max-width: calc((100% / 9) * 2); }

.col-3 {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc((100% / 9) * 3);
      -ms-flex: 0 0 calc((100% / 9) * 3);
          flex: 0 0 calc((100% / 9) * 3);
  max-width: -webkit-calc((100% / 9) * 3);
  max-width: calc((100% / 9) * 3); }

.col-4 {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc((100% / 9) * 4);
      -ms-flex: 0 0 calc((100% / 9) * 4);
          flex: 0 0 calc((100% / 9) * 4);
  max-width: -webkit-calc((100% / 9) * 4);
  max-width: calc((100% / 9) * 4); }

.col-5 {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc((100% / 9) * 5);
      -ms-flex: 0 0 calc((100% / 9) * 5);
          flex: 0 0 calc((100% / 9) * 5);
  max-width: -webkit-calc((100% / 9) * 5);
  max-width: calc((100% / 9) * 5); }

.col-6 {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc((100% / 9) * 6);
      -ms-flex: 0 0 calc((100% / 9) * 6);
          flex: 0 0 calc((100% / 9) * 6);
  max-width: -webkit-calc((100% / 9) * 6);
  max-width: calc((100% / 9) * 6); }

.col-7 {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc((100% / 9) * 7);
      -ms-flex: 0 0 calc((100% / 9) * 7);
          flex: 0 0 calc((100% / 9) * 7);
  max-width: -webkit-calc((100% / 9) * 7);
  max-width: calc((100% / 9) * 7); }

.col-8 {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc((100% / 9) * 8);
      -ms-flex: 0 0 calc((100% / 9) * 8);
          flex: 0 0 calc((100% / 9) * 8);
  max-width: -webkit-calc((100% / 9) * 8);
  max-width: calc((100% / 9) * 8); }

.col-9 {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.offset-0 {
  margin-left: 0; }

.offset-1 {
  margin-left: -webkit-calc((100% / 9) * 1);
  margin-left: calc((100% / 9) * 1); }

.offset-2 {
  margin-left: -webkit-calc((100% / 9) * 2);
  margin-left: calc((100% / 9) * 2); }

.offset-3 {
  margin-left: -webkit-calc((100% / 9) * 3);
  margin-left: calc((100% / 9) * 3); }

.offset-4 {
  margin-left: -webkit-calc((100% / 9) * 4);
  margin-left: calc((100% / 9) * 4); }

.offset-5 {
  margin-left: -webkit-calc((100% / 9) * 5);
  margin-left: calc((100% / 9) * 5); }

.offset-6 {
  margin-left: -webkit-calc((100% / 9) * 6);
  margin-left: calc((100% / 9) * 6); }

.offset-7 {
  margin-left: -webkit-calc((100% / 9) * 7);
  margin-left: calc((100% / 9) * 7); }

.offset-8 {
  margin-left: -webkit-calc((100% / 9) * 8);
  margin-left: calc((100% / 9) * 8); }

.offset-9 {
  margin-left: 100%; }

@media (max-width: 1450px) {
  .lg-offset-0 {
    margin-left: 0; }
  .lg-offset-1 {
    margin-left: -webkit-calc((100% / 9) * 1);
    margin-left: calc((100% / 9) * 1); }
  .lg-offset-2 {
    margin-left: -webkit-calc((100% / 9) * 2);
    margin-left: calc((100% / 9) * 2); }
  .lg-offset-3 {
    margin-left: -webkit-calc((100% / 9) * 3);
    margin-left: calc((100% / 9) * 3); }
  .lg-offset-4 {
    margin-left: -webkit-calc((100% / 9) * 4);
    margin-left: calc((100% / 9) * 4); }
  .lg-offset-5 {
    margin-left: -webkit-calc((100% / 9) * 5);
    margin-left: calc((100% / 9) * 5); }
  .lg-offset-6 {
    margin-left: -webkit-calc((100% / 9) * 6);
    margin-left: calc((100% / 9) * 6); }
  .lg-offset-7 {
    margin-left: -webkit-calc((100% / 9) * 7);
    margin-left: calc((100% / 9) * 7); }
  .lg-offset-8 {
    margin-left: -webkit-calc((100% / 9) * 8);
    margin-left: calc((100% / 9) * 8); }
  .lg-offset-9 {
    margin-left: 100%; }
  .lg-col-1 {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc((100% / 9) * 1);
        -ms-flex: 0 0 calc((100% / 9) * 1);
            flex: 0 0 calc((100% / 9) * 1);
    max-width: -webkit-calc((100% / 9) * 1);
    max-width: calc((100% / 9) * 1); }
  .lg-col-2 {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc((100% / 9) * 2);
        -ms-flex: 0 0 calc((100% / 9) * 2);
            flex: 0 0 calc((100% / 9) * 2);
    max-width: -webkit-calc((100% / 9) * 2);
    max-width: calc((100% / 9) * 2); }
  .lg-col-3 {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc((100% / 9) * 3);
        -ms-flex: 0 0 calc((100% / 9) * 3);
            flex: 0 0 calc((100% / 9) * 3);
    max-width: -webkit-calc((100% / 9) * 3);
    max-width: calc((100% / 9) * 3); }
  .lg-col-4 {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc((100% / 9) * 4);
        -ms-flex: 0 0 calc((100% / 9) * 4);
            flex: 0 0 calc((100% / 9) * 4);
    max-width: -webkit-calc((100% / 9) * 4);
    max-width: calc((100% / 9) * 4); }
  .lg-col-5 {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc((100% / 9) * 5);
        -ms-flex: 0 0 calc((100% / 9) * 5);
            flex: 0 0 calc((100% / 9) * 5);
    max-width: -webkit-calc((100% / 9) * 5);
    max-width: calc((100% / 9) * 5); }
  .lg-col-6 {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc((100% / 9) * 6);
        -ms-flex: 0 0 calc((100% / 9) * 6);
            flex: 0 0 calc((100% / 9) * 6);
    max-width: -webkit-calc((100% / 9) * 6);
    max-width: calc((100% / 9) * 6); }
  .lg-col-7 {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc((100% / 9) * 7);
        -ms-flex: 0 0 calc((100% / 9) * 7);
            flex: 0 0 calc((100% / 9) * 7);
    max-width: -webkit-calc((100% / 9) * 7);
    max-width: calc((100% / 9) * 7); }
  .lg-col-8 {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc((100% / 9) * 8);
        -ms-flex: 0 0 calc((100% / 9) * 8);
            flex: 0 0 calc((100% / 9) * 8);
    max-width: -webkit-calc((100% / 9) * 8);
    max-width: calc((100% / 9) * 8); }
  .lg-col-9 {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; } }

@media (max-width: 1200px) {
  .md-offset-0 {
    margin-left: 0; }
  .md-offset-1 {
    margin-left: -webkit-calc((100% / 9) * 1);
    margin-left: calc((100% / 9) * 1); }
  .md-offset-2 {
    margin-left: -webkit-calc((100% / 9) * 2);
    margin-left: calc((100% / 9) * 2); }
  .md-offset-3 {
    margin-left: -webkit-calc((100% / 9) * 3);
    margin-left: calc((100% / 9) * 3); }
  .md-offset-4 {
    margin-left: -webkit-calc((100% / 9) * 4);
    margin-left: calc((100% / 9) * 4); }
  .md-offset-5 {
    margin-left: -webkit-calc((100% / 9) * 5);
    margin-left: calc((100% / 9) * 5); }
  .md-offset-6 {
    margin-left: -webkit-calc((100% / 9) * 6);
    margin-left: calc((100% / 9) * 6); }
  .md-offset-7 {
    margin-left: -webkit-calc((100% / 9) * 7);
    margin-left: calc((100% / 9) * 7); }
  .md-offset-8 {
    margin-left: -webkit-calc((100% / 9) * 8);
    margin-left: calc((100% / 9) * 8); }
  .md-offset-9 {
    margin-left: 100%; }
  .md-col-1 {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc((100% / 9) * 1);
        -ms-flex: 0 0 calc((100% / 9) * 1);
            flex: 0 0 calc((100% / 9) * 1);
    max-width: -webkit-calc((100% / 9) * 1);
    max-width: calc((100% / 9) * 1); }
  .md-col-2 {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc((100% / 9) * 2);
        -ms-flex: 0 0 calc((100% / 9) * 2);
            flex: 0 0 calc((100% / 9) * 2);
    max-width: -webkit-calc((100% / 9) * 2);
    max-width: calc((100% / 9) * 2); }
  .md-col-3 {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc((100% / 9) * 3);
        -ms-flex: 0 0 calc((100% / 9) * 3);
            flex: 0 0 calc((100% / 9) * 3);
    max-width: -webkit-calc((100% / 9) * 3);
    max-width: calc((100% / 9) * 3); }
  .md-col-4 {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc((100% / 9) * 4);
        -ms-flex: 0 0 calc((100% / 9) * 4);
            flex: 0 0 calc((100% / 9) * 4);
    max-width: -webkit-calc((100% / 9) * 4);
    max-width: calc((100% / 9) * 4); }
  .md-col-5 {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc((100% / 9) * 5);
        -ms-flex: 0 0 calc((100% / 9) * 5);
            flex: 0 0 calc((100% / 9) * 5);
    max-width: -webkit-calc((100% / 9) * 5);
    max-width: calc((100% / 9) * 5); }
  .md-col-6 {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc((100% / 9) * 6);
        -ms-flex: 0 0 calc((100% / 9) * 6);
            flex: 0 0 calc((100% / 9) * 6);
    max-width: -webkit-calc((100% / 9) * 6);
    max-width: calc((100% / 9) * 6); }
  .md-col-7 {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc((100% / 9) * 7);
        -ms-flex: 0 0 calc((100% / 9) * 7);
            flex: 0 0 calc((100% / 9) * 7);
    max-width: -webkit-calc((100% / 9) * 7);
    max-width: calc((100% / 9) * 7); }
  .md-col-8 {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc((100% / 9) * 8);
        -ms-flex: 0 0 calc((100% / 9) * 8);
            flex: 0 0 calc((100% / 9) * 8);
    max-width: -webkit-calc((100% / 9) * 8);
    max-width: calc((100% / 9) * 8); }
  .md-col-9 {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; } }

@media (max-width: 992px) {
  .sm-offset-0 {
    margin-left: 0; }
  .sm-offset-1 {
    margin-left: -webkit-calc((100% / 9) * 1);
    margin-left: calc((100% / 9) * 1); }
  .sm-offset-2 {
    margin-left: -webkit-calc((100% / 9) * 2);
    margin-left: calc((100% / 9) * 2); }
  .sm-offset-3 {
    margin-left: -webkit-calc((100% / 9) * 3);
    margin-left: calc((100% / 9) * 3); }
  .sm-offset-4 {
    margin-left: -webkit-calc((100% / 9) * 4);
    margin-left: calc((100% / 9) * 4); }
  .sm-offset-5 {
    margin-left: -webkit-calc((100% / 9) * 5);
    margin-left: calc((100% / 9) * 5); }
  .sm-offset-6 {
    margin-left: -webkit-calc((100% / 9) * 6);
    margin-left: calc((100% / 9) * 6); }
  .sm-offset-7 {
    margin-left: -webkit-calc((100% / 9) * 7);
    margin-left: calc((100% / 9) * 7); }
  .sm-offset-8 {
    margin-left: -webkit-calc((100% / 9) * 8);
    margin-left: calc((100% / 9) * 8); }
  .sm-offset-9 {
    margin-left: 100%; }
  .sm-offset-0 {
    margin-left: 0; }
  .sm-offset-4 {
    margin-left: -webkit-calc((100% / 9) * 4);
    margin-left: calc((100% / 9) * 4); }
  .sm-col-1 {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc((100% / 9) * 1);
        -ms-flex: 0 0 calc((100% / 9) * 1);
            flex: 0 0 calc((100% / 9) * 1);
    max-width: -webkit-calc((100% / 9) * 1);
    max-width: calc((100% / 9) * 1); }
  .sm-col-2 {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc((100% / 9) * 2);
        -ms-flex: 0 0 calc((100% / 9) * 2);
            flex: 0 0 calc((100% / 9) * 2);
    max-width: -webkit-calc((100% / 9) * 2);
    max-width: calc((100% / 9) * 2); }
  .sm-col-3 {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc((100% / 9) * 3);
        -ms-flex: 0 0 calc((100% / 9) * 3);
            flex: 0 0 calc((100% / 9) * 3);
    max-width: -webkit-calc((100% / 9) * 3);
    max-width: calc((100% / 9) * 3); }
  .sm-col-4 {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc((100% / 9) * 4);
        -ms-flex: 0 0 calc((100% / 9) * 4);
            flex: 0 0 calc((100% / 9) * 4);
    max-width: -webkit-calc((100% / 9) * 4);
    max-width: calc((100% / 9) * 4); }
  .sm-col-5 {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc((100% / 9) * 5);
        -ms-flex: 0 0 calc((100% / 9) * 5);
            flex: 0 0 calc((100% / 9) * 5);
    max-width: -webkit-calc((100% / 9) * 5);
    max-width: calc((100% / 9) * 5); }
  .sm-col-6 {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc((100% / 9) * 6);
        -ms-flex: 0 0 calc((100% / 9) * 6);
            flex: 0 0 calc((100% / 9) * 6);
    max-width: -webkit-calc((100% / 9) * 6);
    max-width: calc((100% / 9) * 6); }
  .sm-col-7 {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc((100% / 9) * 7);
        -ms-flex: 0 0 calc((100% / 9) * 7);
            flex: 0 0 calc((100% / 9) * 7);
    max-width: -webkit-calc((100% / 9) * 7);
    max-width: calc((100% / 9) * 7); }
  .sm-col-8 {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc((100% / 9) * 8);
        -ms-flex: 0 0 calc((100% / 9) * 8);
            flex: 0 0 calc((100% / 9) * 8);
    max-width: -webkit-calc((100% / 9) * 8);
    max-width: calc((100% / 9) * 8); }
  .sm-col-9 {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; } }

@media (max-width: 768px) {
  .xl-offset-0 {
    margin-left: 0; }
  .xl-offset-1 {
    margin-left: -webkit-calc((100% / 9) * 1);
    margin-left: calc((100% / 9) * 1); }
  .xl-offset-2 {
    margin-left: -webkit-calc((100% / 9) * 2);
    margin-left: calc((100% / 9) * 2); }
  .xl-offset-3 {
    margin-left: -webkit-calc((100% / 9) * 3);
    margin-left: calc((100% / 9) * 3); }
  .xl-offset-4 {
    margin-left: -webkit-calc((100% / 9) * 4);
    margin-left: calc((100% / 9) * 4); }
  .xl-offset-5 {
    margin-left: -webkit-calc((100% / 9) * 5);
    margin-left: calc((100% / 9) * 5); }
  .xl-offset-6 {
    margin-left: -webkit-calc((100% / 9) * 6);
    margin-left: calc((100% / 9) * 6); }
  .xl-offset-7 {
    margin-left: -webkit-calc((100% / 9) * 7);
    margin-left: calc((100% / 9) * 7); }
  .xl-offset-8 {
    margin-left: -webkit-calc((100% / 9) * 8);
    margin-left: calc((100% / 9) * 8); }
  .xl-offset-9 {
    margin-left: 100%; }
  .xl-col-1 {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc((100% / 9) * 1);
        -ms-flex: 0 0 calc((100% / 9) * 1);
            flex: 0 0 calc((100% / 9) * 1);
    max-width: -webkit-calc((100% / 9) * 1);
    max-width: calc((100% / 9) * 1); }
  .xl-col-2 {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc((100% / 9) * 2);
        -ms-flex: 0 0 calc((100% / 9) * 2);
            flex: 0 0 calc((100% / 9) * 2);
    max-width: -webkit-calc((100% / 9) * 2);
    max-width: calc((100% / 9) * 2); }
  .xl-col-3 {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc((100% / 9) * 3);
        -ms-flex: 0 0 calc((100% / 9) * 3);
            flex: 0 0 calc((100% / 9) * 3);
    max-width: -webkit-calc((100% / 9) * 3);
    max-width: calc((100% / 9) * 3); }
  .xl-col-4 {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc((100% / 9) * 4);
        -ms-flex: 0 0 calc((100% / 9) * 4);
            flex: 0 0 calc((100% / 9) * 4);
    max-width: -webkit-calc((100% / 9) * 4);
    max-width: calc((100% / 9) * 4); }
  .xl-col-5 {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc((100% / 9) * 5);
        -ms-flex: 0 0 calc((100% / 9) * 5);
            flex: 0 0 calc((100% / 9) * 5);
    max-width: -webkit-calc((100% / 9) * 5);
    max-width: calc((100% / 9) * 5); }
  .xl-col-6 {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc((100% / 9) * 6);
        -ms-flex: 0 0 calc((100% / 9) * 6);
            flex: 0 0 calc((100% / 9) * 6);
    max-width: -webkit-calc((100% / 9) * 6);
    max-width: calc((100% / 9) * 6); }
  .xl-col-7 {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc((100% / 9) * 7);
        -ms-flex: 0 0 calc((100% / 9) * 7);
            flex: 0 0 calc((100% / 9) * 7);
    max-width: -webkit-calc((100% / 9) * 7);
    max-width: calc((100% / 9) * 7); }
  .xl-col-8 {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc((100% / 9) * 8);
        -ms-flex: 0 0 calc((100% / 9) * 8);
            flex: 0 0 calc((100% / 9) * 8);
    max-width: -webkit-calc((100% / 9) * 8);
    max-width: calc((100% / 9) * 8); }
  .xl-col-9 {
    position: relative;
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; } }

@media (max-width: 500px) {
  .xll-offset-0 {
    margin-left: 0; }
  .xll-offset-1 {
    margin-left: -webkit-calc((100% / 9) * 1);
    margin-left: calc((100% / 9) * 1); }
  .xll-offset-2 {
    margin-left: -webkit-calc((100% / 9) * 2);
    margin-left: calc((100% / 9) * 2); }
  .xll-offset-3 {
    margin-left: -webkit-calc((100% / 9) * 3);
    margin-left: calc((100% / 9) * 3); }
  .xll-offset-4 {
    margin-left: -webkit-calc((100% / 9) * 4);
    margin-left: calc((100% / 9) * 4); }
  .xll-offset-5 {
    margin-left: -webkit-calc((100% / 9) * 5);
    margin-left: calc((100% / 9) * 5); }
  .xll-offset-6 {
    margin-left: -webkit-calc((100% / 9) * 6);
    margin-left: calc((100% / 9) * 6); }
  .xll-offset-7 {
    margin-left: -webkit-calc((100% / 9) * 7);
    margin-left: calc((100% / 9) * 7); }
  .xll-offset-8 {
    margin-left: -webkit-calc((100% / 9) * 8);
    margin-left: calc((100% / 9) * 8); }
  .xll-offset-9 {
    margin-left: 100%; }
  .xll-col-1 {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc((100% / 9) * 1);
        -ms-flex: 0 0 calc((100% / 9) * 1);
            flex: 0 0 calc((100% / 9) * 1);
    max-width: -webkit-calc((100% / 9) * 1);
    max-width: calc((100% / 9) * 1); }
  .xll-col-2 {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc((100% / 9) * 2);
        -ms-flex: 0 0 calc((100% / 9) * 2);
            flex: 0 0 calc((100% / 9) * 2);
    max-width: -webkit-calc((100% / 9) * 2);
    max-width: calc((100% / 9) * 2); }
  .xll-col-3 {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc((100% / 9) * 3);
        -ms-flex: 0 0 calc((100% / 9) * 3);
            flex: 0 0 calc((100% / 9) * 3);
    max-width: -webkit-calc((100% / 9) * 3);
    max-width: calc((100% / 9) * 3); }
  .xll-col-4 {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc((100% / 9) * 4);
        -ms-flex: 0 0 calc((100% / 9) * 4);
            flex: 0 0 calc((100% / 9) * 4);
    max-width: -webkit-calc((100% / 9) * 4);
    max-width: calc((100% / 9) * 4); }
  .xll-col-5 {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc((100% / 9) * 5);
        -ms-flex: 0 0 calc((100% / 9) * 5);
            flex: 0 0 calc((100% / 9) * 5);
    max-width: -webkit-calc((100% / 9) * 5);
    max-width: calc((100% / 9) * 5); }
  .xll-col-6 {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc((100% / 9) * 6);
        -ms-flex: 0 0 calc((100% / 9) * 6);
            flex: 0 0 calc((100% / 9) * 6);
    max-width: -webkit-calc((100% / 9) * 6);
    max-width: calc((100% / 9) * 6); }
  .xll-col-7 {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc((100% / 9) * 7);
        -ms-flex: 0 0 calc((100% / 9) * 7);
            flex: 0 0 calc((100% / 9) * 7);
    max-width: -webkit-calc((100% / 9) * 7);
    max-width: calc((100% / 9) * 7); }
  .xll-col-8 {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc((100% / 9) * 8);
        -ms-flex: 0 0 calc((100% / 9) * 8);
            flex: 0 0 calc((100% / 9) * 8);
    max-width: -webkit-calc((100% / 9) * 8);
    max-width: calc((100% / 9) * 8); }
  .xll-col-9 {
    position: relative;
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; } }

@font-face {
  font-family: "Gilroy";
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Gilroy-Extrabold.woff2") format("woff2"), url("../fonts/Gilroy-Extrabold.woff") format("woff"); }

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

@font-face {
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Gilroy-Semibold.woff2") format("woff2"), url("../fonts/Gilroy-Semibold.woff") format("woff"); }

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

strong {
  font-weight: 700; }

a, a:visited {
  color: #8c8c8c;
  font-size: 14px; }

.glut {
  display: none !important; }

.page-wrap .yrm-text-wrapper-custom-dimensions {
  position: relative;
  top: 0;
  left: 0;
  margin-right: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

.slick-slide {
  outline: none; }

.lang-switcher li {
  display: inline-block;
  text-transform: uppercase;
  margin-right: 11px;
  position: relative; }
  .lang-switcher li:not(:nth-last-child(1))::before {
    content: '|';
    position: absolute;
    line-height: 1.3;
    font-size: 14px;
    top: 0;
    right: -9px;
    color: #8c8c8c; }

.burger-wrapper {
  right: 0;
  top: 40px;
  text-align: center;
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  cursor: pointer;
  z-index: 999999999999; }

.menu-burger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: hidden;
  outline: none;
  z-index: 999; }
  .menu-burger--box {
    width: 40px;
    height: 20px;
    display: inline-block;
    position: relative; }
  .menu-burger--box-inner {
    display: block;
    top: 50%;
    margin-top: -2px; }
  .menu-burger--box-inner::before, .menu-burger--box-inner::after {
    content: "";
    display: block; }
  .menu-burger--box-inner::before {
    top: -8px; }
  .menu-burger--box-inner::after {
    bottom: -8px; }
  .menu-burger--box-inner::before, .menu-burger--box-inner::after {
    width: 40px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    -webkit-transition: background .3s ease, -webkit-transform .15s ease;
    transition: background .3s ease, -webkit-transform .15s ease;
    -o-transition: transform .15s ease, background .3s ease;
    transition: transform .15s ease, background .3s ease;
    transition: transform .15s ease, background .3s ease, -webkit-transform .15s ease; }
  .menu-burger--box-inner {
    width: 40px;
    height: 3px;
    background-color: #fff;
    position: absolute; }
  .menu-burger--emphatic .menu-burger--box-inner::before {
    left: 0;
    -webkit-transition: top 50ms 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: top 50ms 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    -o-transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 50ms 0.2s linear, left 0.2s 0.25s ease-in;
    transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 50ms 0.2s linear, left 0.2s 0.25s ease-in;
    transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 50ms 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335); }
  .menu-burger--emphatic .menu-burger--box-inner::after {
    bottom: -8px;
    right: 0;
    -webkit-transition: top 50ms 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: top 50ms 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    -o-transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 50ms 0.2s linear, right 0.2s 0.25s ease-in;
    transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 50ms 0.2s linear, right 0.2s 0.25s ease-in;
    transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 50ms 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335); }
  .menu-burger--emphatic.is-active .menu-burger--box-inner {
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    background-color: transparent; }
  .menu-burger--emphatic.is-active .menu-burger--box-inner::before {
    left: -80px;
    top: -80px;
    -webkit-transform: translate3d(80px, 80px, 0) rotate(45deg);
            transform: translate3d(80px, 80px, 0) rotate(45deg);
    -webkit-transition: left 0.2s ease-out, top 50ms 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: left 0.2s ease-out, top 50ms 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: left 0.2s ease-out, top 50ms 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: left 0.2s ease-out, top 50ms 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: left 0.2s ease-out, top 50ms 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }
  .menu-burger--emphatic.is-active .menu-burger--box-inner::after {
    right: -80px;
    top: -80px;
    -webkit-transform: translate3d(-80px, 80px, 0) rotate(-45deg);
            transform: translate3d(-80px, 80px, 0) rotate(-45deg);
    -webkit-transition: right 0.2s ease-out, top 50ms 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: right 0.2s ease-out, top 50ms 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: right 0.2s ease-out, top 50ms 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: right 0.2s ease-out, top 50ms 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: right 0.2s ease-out, top 50ms 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }
  .menu-burger.is-active .menu-burger--box-inner::before,
  .menu-burger.is-active .menu-burger--box-inner::after {
    background-color: #fff; }
  .menu-burger.no-active .menu-burger--box-inner {
    -webkit-transition: background-color 0s .25s ease-in;
    -o-transition: background-color 0s .25s ease-in;
    transition: background-color 0s .25s ease-in; }
  .menu-burger.is-close .menu-burger--box-inner,
  .menu-burger.is-close .menu-burger--box-inner::before,
  .menu-burger.is-close .menu-burger--box-inner::after {
    background-color: #000; }

.logo--header {
  color: #3c3c3b;
  left: 0;
  margin-top: 75px;
  text-align: center;
  z-index: 10; }

.logo--footer {
  color: #b6b6b6;
  margin-bottom: 35px;
  margin-top: 70px; }

.logo--popup {
  text-align: center; }
  .logo--popup svg {
    margin-top: 70px; }

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .logo svg {
    height: 30px; } }

.title {
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase; }

.header {
  position: relative; }
  .header--content {
    padding-bottom: 100px;
    width: 100%; }
  .header .container::before {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc((100% / 9) * 4);
        -ms-flex: 0 0 calc((100% / 9) * 4);
            flex: 0 0 calc((100% / 9) * 4);
    max-width: -webkit-calc((100% / 9) * 4);
    max-width: calc((100% / 9) * 4);
    margin-left: -webkit-calc((100% / 9) * 5);
    margin-left: calc((100% / 9) * 5);
    content: '';
    height: 50%;
    position: absolute;
    bottom: 0;
    background-image: url("../images/header-bg.jpg");
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center center; }
  .header--right {
    height: 780px;
    margin-bottom: 170px;
    position: relative;
    overflow: hidden; }
    .header--right::before {
      content: '';
      width: 3px;
      height: 215px;
      background-color: #ea8c22;
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 10; }
  .header--left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-right: 30px; }
  .header_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  @supports (-ms-ime-align: auto) {
    .header_img img {
      width: auto;
      height: auto;
      min-width: 100%;
      min-height: 100%;
      max-width: none;
      position: absolute !important;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); } }
  @media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .header_img img {
      width: auto;
      height: auto;
      min-width: 100%;
      min-height: 100%;
      max-width: none;
      position: absolute !important;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); } }
  .header_video {
    overflow: hidden; }
    .header_video video {
      height: 133%;
      width: auto;
      position: relative;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: 0; }
  .header--title {
    max-width: 425px;
    margin-bottom: 30px; }
  .header--subtitle {
    font-weight: 600;
    margin-bottom: 35px;
    max-width: 470px; }
  .header_single {
    margin-bottom: 80px; }
    .header_single .entry-meta {
      font-size: 14px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: -webkit-calc(100% + 30px);
      width: calc(100% + 30px);
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .header_single .entry-meta-inner {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33%;
            -ms-flex: 0 0 33.33%;
                flex: 0 0 33.33%;
        max-width: 33.33%; }
      .header_single .entry-meta .post__views {
        margin-bottom: 2px; }
        .header_single .entry-meta .post__views__value {
          color: #ea8c22; }
    .header_single .header--right::before {
      display: none; }
    .header_single .container::before {
      bottom: 150px; }
    .header_single .header--right {
      height: 100vh;
      max-height: 950px;
      margin-bottom: 0; }

.anm-img img {
  will-change: transform;
  -webkit-transition: -webkit-transform .65s linear;
  transition: -webkit-transform .65s linear;
  -o-transition: transform .65s linear;
  transition: transform .65s linear;
  transition: transform .65s linear, -webkit-transform .65s linear; }
  @supports (-ms-ime-align: auto) {
    .anm-img img {
      position: relative;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%) scale(1);
          -ms-transform: translate(-50%, -50%) scale(1);
              transform: translate(-50%, -50%) scale(1); } }
  @media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .anm-img img {
      position: relative;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%) scale(1);
          -ms-transform: translate(-50%, -50%) scale(1);
              transform: translate(-50%, -50%) scale(1); } }

.anm-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 768px) {
    .anm-img {
      pointer-events: none; } }

.anm-img img:hover {
  -webkit-transform: scale(1.07);
      -ms-transform: scale(1.07);
          transform: scale(1.07); }
  @media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .anm-img img:hover {
      -webkit-transform: translate(-50%, -50%) scale(1.07);
          -ms-transform: translate(-50%, -50%) scale(1.07);
              transform: translate(-50%, -50%) scale(1.07); } }
  @supports (-ms-ime-align: auto) {
    .anm-img img:hover {
      -webkit-transform: translate(-50%, -50%) scale(1.07);
          -ms-transform: translate(-50%, -50%) scale(1.07);
              transform: translate(-50%, -50%) scale(1.07); } }

@media (max-width: 768px) {
  .face-img-wrap {
    pointer-events: none; }
    .face-img-wrap img {
      -webkit-transform: none !important;
          -ms-transform: none !important;
              transform: none !important;
      left: 0; } }

.img-fancy-wrap {
  display: inline-block;
  position: relative;
  overflow: hidden; }

.call-back {
  height: 300px;
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: #393939;
  font-size: 13px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: .9;
  z-index: 99;
  -webkit-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  transition: background-color .3s ease; }
  .call-back.on-footer {
    background-color: rgba(57, 57, 57, 0); }
  .call-back a {
    cursor: pointer;
    color: #fff;
    text-decoration: none !important;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    position: relative;
    padding-right: 50px;
    display: inline-block; }
    .call-back a::before {
      content: '';
      width: 40px;
      height: 2px;
      background-color: #ea8c22;
      left: -webkit-calc(100% - 40px);
      left: calc(100% - 40px);
      top: 50%;
      margin-top: -1px;
      position: absolute;
      -webkit-transition: -webkit-transform .35s ease-in-out;
      transition: -webkit-transform .35s ease-in-out;
      -o-transition: transform .35s ease-in-out;
      transition: transform .35s ease-in-out;
      transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
      -webkit-transform-origin: left center;
          -ms-transform-origin: left center;
              transform-origin: left center;
      will-change: transform; }
  .call-back a:hover::before {
    -webkit-transform: scaleX(1.3);
        -ms-transform: scaleX(1.3);
            transform: scaleX(1.3); }

.about--bg {
  width: 1000%;
  height: 300px;
  background-color: #393939;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: -webkit-calc((100% / 9) * 1);
  margin-left: calc((100% / 9) * 1); }

.about {
  padding: 150px 0 0;
  position: relative;
  margin-bottom: 80px; }
  .about .container {
    padding-bottom: 100px; }
  .about--title {
    max-width: 450px;
    margin-bottom: 50px; }
  .about--text {
    max-width: 625px;
    margin-bottom: 15px;
    position: relative; }
    .about--text p {
      margin-bottom: 20px; }
  .about--cont {
    padding-top: 25px;
    padding-bottom: 240px; }
  .about--img {
    height: -webkit-calc(100% - 150px);
    height: calc(100% - 150px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0; }
    .about--img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    @supports (-ms-ime-align: auto) {
      .about--img img {
        width: auto;
        height: auto;
        min-width: 100%;
        min-height: 100%;
        max-width: none;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
        @media (max-width: 768px) {
          .about--img img {
            position: relative;
            -webkit-transform: translate(0, 0);
                -ms-transform: translate(0, 0);
                    transform: translate(0, 0);
            left: 0;
            top: 0;
            min-width: 0;
            min-height: 0;
            width: 100%;
            height: auto; }
            .about--img img:hover {
              -webkit-transform: translate(0, 0);
                  -ms-transform: translate(0, 0);
                      transform: translate(0, 0); } } }
    @media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .about--img img {
        width: auto;
        height: auto;
        min-width: 100%;
        min-height: 100%;
        max-width: none;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); } }
  @media only screen and (-ms-high-contrast: active) and (max-width: 768px), (-ms-high-contrast: none) and (max-width: 768px) {
    .about--img img {
      position: relative;
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0);
      left: 0;
      top: 0;
      min-width: 0;
      min-height: 0;
      width: 100%;
      height: auto; }
      .about--img img:hover {
        -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0); } }

.wedo-page .about--cont {
  padding-top: 120px;
  padding-bottom: 280px; }

.search-form {
  margin-bottom: 40px; }

.search-submit, .search-field {
  font-size: 14px !important;
  font-weight: 600;
  max-width: 300px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  margin: 10px 0; }

.search-field {
  border-bottom: 2px solid #000 !important; }

.news {
  position: relative;
  padding: 60px 0 90px;
  min-height: 500px; }
  .news--bg {
    width: 1000%;
    height: 300px;
    background-color: #393939;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: -webkit-calc((100% / 9) * 1);
    margin-left: calc((100% / 9) * 1); }
  .news--title {
    margin-bottom: 50px;
    position: relative;
    z-index: 5; }
  .news-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 2;
    position: relative; }
    .news-list--img {
      background: #f2f2f2;
      width: 100%;
      height: 225px;
      overflow: hidden;
      position: relative;
      pointer-events: auto !important; }
      .news-list--img > a {
        display: block;
        height: 100%;
        width: 100%; }
      .news-list--img img {
        width: 100%;
        min-height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
      @supports (-ms-ime-align: auto) {
        .news-list--img img {
          width: auto;
          height: auto;
          min-width: 100%;
          min-height: 100%;
          max-width: none;
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); } }
      @media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .news-list--img img {
          width: auto;
          height: auto;
          min-width: 100%;
          min-height: 100%;
          max-width: none;
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); } }
    .news-list--cont {
      padding: 40px 30px 0 30px;
      position: relative;
      overflow: hidden; }
    .news-list--item {
      width: 28.55%;
      background-color: #fff;
      margin-bottom: 50px; }
    .news-list:after {
      content: "";
      width: 28.55%; }
    .news-list--text {
      height: 135px;
      overflow: hidden;
      position: relative;
      margin-bottom: 20px; }
    .news-list--title {
      text-transform: uppercase;
      font-weight: 800;
      margin-bottom: 20px; }
    .news-list p {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      width: 100%; }

.news-list--lbl,
.vectors--lbl {
  height: 35px;
  width: 200px;
  position: absolute;
  bottom: 0;
  left: -webkit-calc(100% - 35px);
  left: calc(100% - 35px);
  background-color: #393939;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .news-list--lbl a,
  .vectors--lbl a {
    font-size: 16px;
    color: #ffffff;
    padding: 5px 15px;
    font-weight: 400; }

.sect-form {
  padding: 145px 0; }
  .sect-form--img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 660px;
    position: relative;
    overflow: hidden; }
    .sect-form--img img {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    @supports (-ms-ime-align: auto) {
      .sect-form--img img {
        width: auto;
        height: auto;
        min-width: 100%;
        min-height: 100%;
        max-width: none;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); } }
    @media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .sect-form--img img {
        width: auto;
        height: auto;
        min-width: 100%;
        min-height: 100%;
        max-width: none;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); } }
  .sect-form--cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .sect-form--cont-inner {
      width: 100%; }
  .sect-form--title {
    margin-bottom: 35px;
    max-width: 340px; }

.sect-search {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  margin: 100px 0 0; }

.contacts a, .menu--footer a, .politics a {
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease; }
  .contacts a:hover, .menu--footer a:hover, .politics a:hover {
    color: #ffffff; }

.footer {
  position: relative;
  color: #8c8c8c;
  z-index: 10;
  overflow: hidden;
  padding-bottom: 30px; }
  .footer::before {
    content: '';
    width: 1000%;
    height: 100%;
    background-color: #393939;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: -webkit-calc((100% / 9) * 1);
    margin-left: calc((100% / 9) * 1); }
  .footer--title {
    color: #ffffff;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 10px; }
  .footer p {
    font-size: 10px;
    margin-bottom: 10px; }
  .footer--contacts {
    margin-top: -5px; }
  .footer .lang-switcher {
    margin-top: 45px; }

.contacts--mail, .contacts--tel {
  line-height: 1.5; }
  .contacts--mail p, .contacts--tel p {
    margin-bottom: 2px; }

.contacts--tel {
  letter-spacing: .02em; }
  .contacts--tel span {
    padding-right: 4px; }

.contacts--popup {
  margin-top: auto;
  margin-bottom: 70px; }

.contacts--footer {
  position: relative;
  top: -5px; }
  .contacts--footer a {
    white-space: nowrap; }

.menu, .menu-social {
  text-transform: uppercase; }
  .menu--link, .menu-social--link {
    font-size: 12px; }

.menu {
  line-height: 2.5;
  position: relative; }
  .menu--footer {
    left: -10px;
    margin-top: -5px;
    line-height: 1.9; }
    .menu--footer a {
      font-size: 12px;
      padding: 0 10px; }
  .menu--link {
    padding: 0 10px;
    display: inline-block; }
  .menu--popup {
    margin-top: auto;
    margin-bottom: 70px;
    left: -10px; }
    .menu--popup .menu--list a {
      font-size: 40px;
      font-weight: 900;
      color: #fff;
      padding: 0 20px 0 10px;
      position: relative;
      line-height: 1.9; }
      .menu--popup .menu--list a::before {
        content: '';
        width: 90px;
        height: 9px;
        top: 50%;
        -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
                transform: scaleX(0);
        margin-top: -4.5px;
        position: absolute;
        left: 100%;
        background-color: #ea8c22;
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        -o-transition: transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease;
        -webkit-transform-origin: 0 0;
            -ms-transform-origin: 0 0;
                transform-origin: 0 0; }
      .menu--popup .menu--list a:hover::before {
        -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
                transform: scaleX(1); }

.menu-social {
  line-height: 1;
  max-width: 170px;
  margin-top: 55px; }
  .menu-social--link {
    padding: 2px 11px 2px 0;
    position: relative; }
  .menu-social--item {
    position: relative;
    margin-bottom: 5px; }
    .menu-social--item::before {
      content: '|';
      position: absolute;
      line-height: 1.3;
      font-size: 14px;
      top: 0;
      right: 3px;
      color: #8c8c8c; }
    .menu-social--item:nth-last-child(1) .menu-social--link {
      padding-right: 0; }
    .menu-social--item:nth-last-child(1)::before {
      display: none; }
  .menu-social--list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }

.wpcf7-select {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 10px 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none; }

.wpcf7-form .btn {
  padding: 0; }
  .wpcf7-form .btn input {
    padding: 13px 10px 13px 0; }

.field {
  position: relative;
  margin-bottom: 20px; }
  .field::before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #000000;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1; }
  .field.error::before {
    background-color: red; }

input {
  width: 100%;
  font-size: 16px;
  border: 0 !important;
  background-color: transparent;
  height: 42px;
  line-height: 1;
  padding: 0;
  outline: none;
  -webkit-appearance: none;
  -webkit-transition: border .3s ease, -webkit-box-shadow .3s ease;
  transition: border .3s ease, -webkit-box-shadow .3s ease;
  -o-transition: border .3s ease, box-shadow .3s ease;
  transition: border .3s ease, box-shadow .3s ease;
  transition: border .3s ease, box-shadow .3s ease, -webkit-box-shadow .3s ease;
  -webkit-border-radius: 0 !important;
          border-radius: 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none; }
  input:focus {
    outline: 0; }

.select-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #262626 transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 5px;
  pointer-events: none; }

.btn, .btn input {
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  padding: 13px 10px 13px 0;
  display: inline-block;
  font-weight: 800;
  background-color: transparent;
  color: #000;
  border: 0;
  outline: none;
  overflow: visible; }
  .btn:hover, .btn:active, .btn:focus, .btn:visited, .btn input:hover, .btn input:active, .btn input:focus, .btn input:visited {
    color: #000; }
  .btn::before, .btn input::before {
    content: '';
    width: 60px;
    height: 2px;
    background-color: #ea8c22;
    left: 100%;
    top: 50%;
    margin-top: -1px;
    position: absolute;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    -webkit-transform: scaleX(0.66);
        -ms-transform: scaleX(0.66);
            transform: scaleX(0.66);
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0; }
  .btn:hover::before, .btn input:hover::before {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1); }
  .btn--news, .btn input--news {
    margin-bottom: 30px;
    margin-top: auto; }

.btn input {
  padding-right: 0; }

.map-info {
  display: none !important; }

.map-infowindow {
  font-size: 12px;
  font-weight: 400;
  padding: 5px; }
  .map-infowindow h1, .map-infowindow h2, .map-infowindow h3, .map-infowindow h4, .map-infowindow h5, .map-infowindow h6 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px; }
  .map-infowindow p {
    margin-bottom: 4px; }
  .map-infowindow a {
    font-family: "Gilroy", Helvetica, Tahoma, Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    color: #000; }
    .map-infowindow a:hover {
      color: #ea8c22; }

.blog__filters {
  position: relative;
  z-index: 5; }

.blog-page .loadmore_inner {
  padding-left: 30px; }

.blog-page .loadmore_btn {
  color: #fff; }

.sect-search {
  padding-bottom: 20px; }
  .sect-search .field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 40px; }
  .sect-search input {
    font-size: 16px;
    font-weight: 600;
    color: #000000; }
  .sect-search *:-moz-placeholder {
    font-weight: 600;
    color: #000; }
  .sect-search *::-moz-placeholder {
    font-weight: 600;
    color: #000; }
  .sect-search *:-ms-input-placeholder {
    font-weight: 600;
    color: #000; }
  .sect-search *::-webkit-input-placeholder {
    font-weight: 600;
    color: #000; }

.categories-active span {
  padding: 0;
  font-weight: 600;
  cursor: pointer;
  cursor: pointer;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .categories-active span::after {
    content: '+';
    font-size: 24px;
    vertical-align: middle;
    font-weight: 600;
    position: relative;
    display: inline-block;
    line-height: 2;
    right: 0;
    bottom: 2px;
    padding-left: 10px; }

.categories-active.is-active span::after {
  content: '-'; }

.categories-list {
  position: absolute;
  top: 100%;
  left: 1px;
  width: -webkit-calc(100% - 2px);
  width: calc(100% - 2px);
  display: none;
  overflow: hidden;
  border-top: solid 1px rgba(0, 0, 0, 0.2);
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  z-index: 9; }
  .categories-list--item {
    border-bottom: solid 1px rgba(0, 0, 0, 0.2); }
    .categories-list--item:nth-last-child(1) {
      border: 0; }
    .categories-list--item a {
      font-weight: 600;
      color: #000;
      padding: 10px 6px;
      display: block;
      width: 100%;
      -webkit-transition: color .35s ease;
      -o-transition: color .35s ease;
      transition: color .35s ease;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      .categories-list--item a:hover {
        color: #fba514; }
  .categories-list.is-active {
    display: block; }

.categories-active {
  width: 100%;
  cursor: pointer; }

.drop-btn span {
  pointer-events: none; }

@-webkit-keyframes item-menu-show {
  0% {
    left: 0; }
  100% {
    left: -10000px; } }

@keyframes item-menu-show {
  0% {
    left: 0; }
  100% {
    left: -10000px; } }

.menu-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none; }
  .menu-popup .lines {
    opacity: 0;
    -webkit-transition: opacity .3s ease .4s;
    -o-transition: opacity .3s ease .4s;
    transition: opacity .3s ease .4s;
    position: absolute; }
    .menu-popup .lines.is-active {
      opacity: 1; }
  .menu-popup .logo {
    opacity: 0; }
  .menu-popup .contacts {
    opacity: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .menu-popup .menu-item {
    padding: 4px 0;
    opacity: 0;
    -webkit-transform: translate3d(0, 200%, 0);
            transform: translate3d(0, 200%, 0); }
  .menu-popup .menu--popup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .menu-popup.is-active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .menu-popup.is-active .logo, .menu-popup.is-active .contacts {
      -webkit-animation: anim-opacity .5s ease .3s forwards;
              animation: anim-opacity .5s ease .3s forwards; }
  .menu-popup.is-close .logo, .menu-popup.is-close .contacts {
    opacity: 1;
    -webkit-animation: anim-opacity-revers .5s ease .3s forwards;
            animation: anim-opacity-revers .5s ease .3s forwards; }
  .menu-popup.is-close .menu-item {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-animation: anim-menu-close-item .65s ease forwards;
            animation: anim-menu-close-item .65s ease forwards; }
    @media (max-width: 768px) {
      .menu-popup.is-close .menu-item {
        -webkit-animation: anim-menu-close-item_mob .35s ease forwards;
                animation: anim-menu-close-item_mob .35s ease forwards; } }
  .menu-popup.is-close .menu-item:nth-child(1) {
    -webkit-animation-delay: .09s;
            animation-delay: .09s; }
  .menu-popup.is-close .menu-item:nth-child(2) {
    -webkit-animation-delay: .08s;
            animation-delay: .08s; }
  .menu-popup.is-close .menu-item:nth-child(3) {
    -webkit-animation-delay: .07s;
            animation-delay: .07s; }
  .menu-popup.is-close .menu-item:nth-child(4) {
    -webkit-animation-delay: .06s;
            animation-delay: .06s; }
  .menu-popup.is-close .menu-item:nth-child(5) {
    -webkit-animation-delay: .05s;
            animation-delay: .05s; }
  .menu-popup.is-close .menu-item:nth-child(6) {
    -webkit-animation-delay: .04s;
            animation-delay: .04s; }
  .menu-popup.is-close .menu-item:nth-child(7) {
    -webkit-animation-delay: .03s;
            animation-delay: .03s; }
  .menu-popup.is-close .menu-item:nth-child(8) {
    -webkit-animation-delay: .02s;
            animation-delay: .02s; }
  .menu-popup.is-close .menu-item:nth-child(9) {
    -webkit-animation-delay: .01s;
            animation-delay: .01s; }
  .menu-popup.is-close .menu-item:nth-child(10) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s; }

@-webkit-keyframes anim-opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes anim-opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes anim-opacity-revers {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes anim-opacity-revers {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes anim-menu-item {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0); }
  19% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes anim-menu-item {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0); }
  19% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes anim-menu-close-item {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0); } }

@keyframes anim-menu-close-item {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0); } }

@-webkit-keyframes anim-menu-close-item_mob {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0); } }

@keyframes anim-menu-close-item_mob {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0); } }

.menu-popup-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .menu-popup-content .lang-switcher {
    margin-top: 20px; }

@media (max-width: 1750px) {
  .header--right {
    height: 43vw; }
  .header_single .header--right {
    max-height: 60vw; }
  .call-back {
    height: 16vw; }
  .about--cont, .wedo-page .about--cont {
    padding-bottom: 13.5vw; }
  .wedo-page .about--cont {
    padding-top: 40px; }
  .about--bg {
    height: 12vw; }
  .about--img {
    height: -webkit-calc(100% - 6vw);
    height: calc(100% - 6vw); }
  .about .container {
    padding-bottom: 0; }
  .news {
    padding-bottom: 60px; }
  .news--bg {
    height: 230px; } }

@media (max-width: 1450px) {
  .header--right {
    margin-bottom: 7.1vw; }
  .header_single {
    margin-bottom: 60px; }
  .title {
    font-size: 35px;
    font-size: 2.5vw; }
  .header--title {
    max-width: 26.7vw; }
  .header--title,
  .header--subtitle,
  .about--title {
    margin-bottom: 20px; }
  .logo--header svg, .logo--popup svg {
    width: -webkit-calc(100% - 25px) !important;
    width: calc(100% - 25px) !important; }
  .logo--header, .logo--popup svg {
    margin-top: 40px; }
  .menu-button-wrap {
    top: 30px; }
  .about {
    margin-bottom: 40px;
    padding: 100px 0 0 0; }
  .about--text p {
    margin-bottom: 10px; }
  .about--cont {
    padding-top: 0; }
  .about--text {
    margin-bottom: 0; }
  .news-list--title, .btn--news {
    margin-bottom: 10px; }
  .home-page .news {
    padding-top: 100px; }
  .sect-form {
    padding: 100px 0; }
  .news-list--text {
    height: 126px;
    margin-bottom: 10px; }
  .burger-wrapper {
    margin-top: -40px; }
  .sect-form--img {
    height: 36vw; }
  .menu--popup .menu--list a {
    font-size: 30px; }
  .menu-popup .menu--popup,
  .menu-popup .contacts {
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .menu-popup .menu--popup {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .menu-popup .menu--popup, .menu-popup .contacts {
    height: auto; }
  .logo--popup {
    position: absolute;
    text-align: left;
    padding-left: 15px; }
    .logo--popup svg {
      width: 140px !important; }
  .menu-popup .menu--popup {
    margin-left: -webkit-calc(100% / 9 * 1);
    margin-left: calc(100% / 9 * 1); } }

@media only screen and (-ms-high-contrast: active) and (max-width: 1450px), (-ms-high-contrast: none) and (max-width: 1450px) {
  .news-list--cont {
    padding: 25px 18px 40px 18px; } }

@media (max-width: 1370px) {
  .header--title,
  .header--subtitle {
    margin-bottom: 15px; }
  .news-list--cont {
    padding: 25px 18px 0 18px; }
  .blog-page .loadmore_inner {
    padding-left: 18px; } }

@media (max-width: 1200px) {
  .header--title {
    max-width: 100%; }
  .header--left {
    padding-right: 15px; }
  .sect-search {
    margin: 60px 0 0; }
  .about {
    padding: 60px 0 0; }
  .news-list--item {
    width: -webkit-calc(33.3% - 35px);
    width: calc(33.3% - 35px); }
  .news {
    padding: 50px 0 20px 0; }
  .news--title {
    margin-bottom: 20px; }
  .sect-form {
    padding: 60px 0 60px; }
  .footer {
    padding: 0 0 30px 0; }
    .footer .menu-social, .footer .lang-switcher {
      margin-top: 30px; }
  .footer--info {
    margin-bottom: 20px; }
  .logo--footer {
    margin-bottom: 25px;
    margin-top: 50px; }
  .menu {
    line-height: 1.4; }
  .menu--footer {
    line-height: 1.5;
    padding-right: 15px; }
  .logo--header {
    position: absolute;
    text-align: left; }
  .logo svg {
    width: 140px !important; }
  .header--title {
    margin-top: 100px; }
  .burger-wrapper {
    right: 25px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .about--bg, .news--bg, .footer::before, .about--bg {
    margin-left: 0; }
  .call-back {
    max-width: -webkit-calc(100% / 9 * 1 + 20px);
    max-width: calc(100% / 9 * 1 + 20px); }
  .about {
    margin-bottom: 20px; }
  .header_single {
    margin-bottom: 50px; }
  .header .container::before {
    bottom: 110px;
    right: -50px; }
  .header .entry-meta {
    display: block;
    width: 100%; }
    .header .entry-meta-inner {
      max-width: 100%; }
  .blog-page .loadmore_inner {
    padding-left: 0px;
    padding-bottom: 30px; } }

@media (max-width: 1025px) {
  .menu-popup .contacts, .menu-popup .menu--popup {
    margin-top: 0; } }

@media (max-width: 992px) {
  body {
    font-size: 14px; }
  .header--right {
    height: 420px; }
  .menu-button {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8); }
  .menu-button-wrap {
    top: 20px; }
  .header--right {
    margin-bottom: 40px; }
  .home-page .news {
    padding-top: 55px; }
  .call-back {
    height: 170px; }
  .about--title {
    margin-bottom: 10px; }
  .news-list--item {
    width: 44.5%; }
  .home-page .news-list--item {
    display: none; }
    .home-page .news-list--item:nth-child(1), .home-page .news-list--item:nth-child(2) {
      display: block; }
  .sect-form--title {
    margin-bottom: 10px; }
  .field {
    margin-bottom: 0; }
    .field_file {
      margin-top: 15px; }
  .wpcf7-form .btn {
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 20px; }
  .news-list--text {
    height: 91px;
    margin-bottom: 5px; }
  .lang-switcher li:not(:nth-last-child(1))::before, .menu-social--item::before {
    top: -2px; }
  .about {
    margin-bottom: 0px; }
  .sect-search .field span::after {
    font-size: 19px;
    line-height: 2.7; }
  .footer {
    z-index: 100; }
  .politics .menu-item a {
    font-size: 12px; } }

@media (max-width: 768px) {
  .footer div,
  .footer nav,
  .footer p,
  .footer li,
  .footer ul {
    opacity: 1 !important;
    -webkit-transform: translate(0, 0) !important;
        -ms-transform: translate(0, 0) !important;
            transform: translate(0, 0) !important; }
  .call-back {
    display: none; }
  .title {
    font-size: 19px;
    max-width: 100%; }
  .btn, .btn input {
    font-size: 12px; }
  .lines, .about--bg {
    display: none; }
  .sect-search {
    margin: 50px 0 0 0; }
  .about--img {
    position: relative; }
  .btn--about {
    margin-bottom: 0px; }
  .news {
    min-height: 0; }
  .news--title, .news-list, .news::before {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-left: 0; }
  .news-list--item {
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px); }
  .sect-form--cont {
    margin-left: 0;
    padding: 0 20px 0 35px; }
  .sect-form--img, .menu--footer {
    margin-left: 0; }
  .menu--footer {
    padding: 0; }
  .about--text {
    max-width: 100%; }
  .about {
    padding-top: 20px; }
  .about--cont, .wedo-page .about--cont {
    padding-bottom: 20px; }
  .wedo-page .about--cont {
    padding-top: 0; }
  .wedo-page .about--img {
    display: none; }
  .wedo-page .vectors {
    padding-bottom: 40px; }
  .header--content {
    padding-bottom: 70px; }
  .header .container::before {
    bottom: 65px; }
  .header--right {
    max-height: 360px; }
  .burger-wrapper {
    right: 0; }
  .contacts--footer, .menu--footer {
    top: 0; }
  .header_single {
    margin-bottom: 30px; }
    .header_single .header--right {
      height: 400px;
      max-height: none; }
  .menu-popup .logo {
    padding-left: 0; }
  .logo--header, .logo--popup svg {
    margin-top: 30px; }
  .burger-wrapper {
    margin-top: -49px; } }

@media (min-width: 768px) and (orientation: portrait) {
  .header_single .header--right {
    height: 60vh;
    max-height: 900px; } }

@media (max-width: 767px) {
  .header--content {
    padding-bottom: 40px; } }

@media (max-width: 767px) and (orientation: landscape) {
  .blog-page .header_single .header--right {
    height: 100vh; } }

@media (max-width: 650px) {
  .news-list--item {
    margin-bottom: 20px;
    width: 100%; }
  .news-list--cont {
    padding-left: 0;
    padding-right: 0; }
  .news--bg {
    display: none; }
  .blog-page .loadmore_btn {
    color: #000; }
  .sect-form {
    padding-top: 0; }
  .news-list--text {
    height: auto; }
  .menu--popup .menu--list a {
    font-size: 24px; }
  .home-page .news-list--item {
    display: block; } }

@media (max-width: 680px) {
  .sect-form--img {
    height: 60vw;
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px; }
  .sect-form--cont {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
    padding: 0; }
  .sect-form {
    padding-bottom: 40px; } }

@media (max-width: 600px) {
  .menu-button {
    padding: 15px 5px; } }

@media (max-width: 550px) {
  .news {
    padding-top: 30px; }
  .menu-popup .menu--popup {
    margin-left: 0; }
  .menu--popup .menu--list a {
    font-size: 19px; } }

@media (max-width: 500px) {
  .menu-button {
    padding: 15px; }
  .header--left {
    padding-right: 0; }
  .header--right {
    height: 54vw; }
    .header--right video {
      width: auto;
      height: 140%;
      position: relative; }
  .header--right::before {
    display: none; }
  .header .container::before {
    display: none; }
  .header--content {
    padding-bottom: 25px; }
  .sect-search {
    padding-top: 0; }
  .call-back {
    max-width: 60px; }
  .sect-form--img {
    height: 220px; }
  .header--right {
    margin-top: 0; } }

@media (max-width: 500px) {
  .header .entry-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    .header .entry-meta-inner {
      max-width: 49%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 49%;
          -ms-flex: 0 0 49%;
              flex: 0 0 49%; }
  .menu--popup .menu--list a {
    font-size: 26px;
    margin-left: 0; }
  .menu-popup-content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    display: block;
    height: auto; }
  .menu-popup .contacts, .menu-popup .menu--popup {
    width: 100%;
    max-width: 100%; }
  .menu-popup .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .menu-popup .logo {
    position: fixed;
    top: 0; }
  .menu--popup .menu--list a {
    font-size: 17px; }
  .menu-popup .lines {
    display: none; } }

@media (max-width: 370px) {
  .header--left {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .menu--popup .menu--list a {
    font-size: 22px; } }

@media (max-height: 380px) {
  .header_single .header--right {
    height: 370px; } }

.anim-decor-menu::before {
  content: '';
  position: absolute;
  top: -webkit-calc(50% - 2000px);
  top: calc(50% - 2000px);
  right: -webkit-calc(50% - 2000px);
  right: calc(50% - 2000px);
  -webkit-transform: scale(0.001);
      -ms-transform: scale(0.001);
          transform: scale(0.001);
  opacity: 0;
  background-color: #393939;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  z-index: 999;
  width: 4000px;
  height: 4000px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  z-index: 0; }

.anim-decor-menu {
  position: fixed;
  z-index: 999;
  top: 30px;
  right: 3.5vw;
  width: 100px;
  height: 100px; }
  .anim-decor-menu.is-open::before {
    -webkit-animation: anm-open-decor-popup 1.2s linear forwards;
            animation: anm-open-decor-popup 1.2s linear forwards; }
  .anim-decor-menu.is-close::before {
    -webkit-animation: anm-close-decor-popup 1s ease forwards;
            animation: anm-close-decor-popup 1s ease forwards; }

@media (max-width: 1450px) {
  .anim-decor-menu {
    top: 10px;
    right: 2vw; } }

@media (max-width: 1450px) {
  .anim-decor-menu {
    right: 1vw; } }

@media (max-width: 768px) {
  .anim-decor-menu::before {
    content: '';
    position: absolute;
    top: -webkit-calc(50% - 500px);
    top: calc(50% - 500px);
    right: -webkit-calc(50% - 500px);
    right: calc(50% - 500px);
    -webkit-transform: scale(0.001);
        -ms-transform: scale(0.001);
            transform: scale(0.001);
    opacity: 0;
    background-color: #393939;
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    z-index: 999;
    width: 1000px;
    height: 1000px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    z-index: 0; }
  .anim-decor-menu.is-open::before {
    -webkit-animation: anm-open-decor-popup .4s linear forwards !important;
            animation: anm-open-decor-popup .4s linear forwards !important; }
  .anim-decor-menu.is-close::before {
    -webkit-animation: anm-close-decor-popup .5s ease forwards !important;
            animation: anm-close-decor-popup .5s ease forwards !important; } }

@-webkit-keyframes anm-close-decor-popup {
  0% {
    opacity: 1;
    -webkit-transform: scale(4);
            transform: scale(4); }
  30% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5); }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.001);
            transform: scale(0.001); } }

@keyframes anm-close-decor-popup {
  0% {
    opacity: 1;
    -webkit-transform: scale(4);
            transform: scale(4); }
  30% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5); }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.001);
            transform: scale(0.001); } }

@-webkit-keyframes anm-open-decor-popup {
  0% {
    -webkit-transform: scale(0.001);
            transform: scale(0.001); }
  1% {
    opacity: 0; }
  2% {
    opacity: 1; }
  100% {
    opacity: 1;
    -webkit-transform: scale(4);
            transform: scale(4); } }

@keyframes anm-open-decor-popup {
  0% {
    -webkit-transform: scale(0.001);
            transform: scale(0.001); }
  1% {
    opacity: 0; }
  2% {
    opacity: 1; }
  100% {
    opacity: 1;
    -webkit-transform: scale(4);
            transform: scale(4); } }

@media (max-width: 768px) and (max-height: 900px) {
  .menu-popup .contacts, .menu-popup .menu--popup {
    margin-bottom: 30px; }
  .menu-popup .contacts--tel {
    margin-bottom: 20px; } }

@media (max-width: 768px) and (max-height: 700px) {
  .menu-popup .contacts {
    margin-bottom: 0; }
  .menu--popup .menu--list a {
    font-size: 18px; }
  .menu-popup .menu--popup {
    margin-top: 70px; } }

@media (max-width: 768px) and (max-height: 550px) {
  .menu--popup .menu--list a {
    font-size: 16px; }
  .menu-popup .menu--popup {
    margin-top: 50px; }
  .menu-popup .menu--popup {
    margin-bottom: 20px; }
  .menu-popup .contacts--tel {
    margin-bottom: 10px; } }

@media (max-width: 768px) and (max-height: 450px) {
  .logo--popup svg {
    width: 120px !important; }
  .menu--popup .menu--list a {
    font-size: 14px;
    line-height: 1.5; } }

@media (min-width: 769px) and (max-height: 800px) {
  .menu--popup, .menu-popup .contacts {
    margin-bottom: 0; } }

@media (min-width: 769px) and (max-height: 800px) {
  .menu--popup, .menu-popup .contacts {
    margin-top: 50px !important; } }

@media (min-width: 769px) and (max-height: 600px) {
  .menu--popup .menu--list a {
    font-size: 21px; } }

@media (min-width: 769px) and (max-height: 600px) {
  .menu--popup .menu--list a {
    font-size: 19px; }
  .menu--popup, .menu-popup .contacts {
    margin-top: 70px !important; } }

@media (min-width: 1451px) and (max-height: 800px) {
  .menu--popup, .menu-popup .contacts {
    margin-bottom: 50px !important; }
  .menu--popup .menu--list a {
    font-size: 35px; } }

@media (min-width: 1451px) and (max-height: 650px) {
  .menu--popup .menu--list a {
    font-size: 29px; } }

@media (min-width: 1451px) and (max-height: 600px) {
  .menu--popup .menu--list a {
    font-size: 24px; } }

@media (max-height: 400px) {
  .menu--popup, .contacts--popup {
    margin-bottom: 30px; } }

@media (min-width: 501px) and (max-height: 400px) {
  .menu--popup .menu--list a {
    font-size: 14px; } }

@media (min-width: 991px) and (max-height: 450px) {
  .menu--popup .menu--list a {
    font-size: 16px; } }

@media (min-width: 991px) and (max-height: 350px) {
  .menu--popup .menu--list a {
    font-size: 14px; } }

.slick-disabled {
  pointer-events: none;
  opacity: 0.5; }

.content-style .aligncenter {
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
  max-width: 71.43%;
  text-align: center; }
  @media (max-width: 1200px) {
    .content-style .aligncenter {
      max-width: 77.78%; } }
  @media (max-width: 767px) {
    .content-style .aligncenter {
      max-width: 100%;
      margin-top: 25px;
      margin-bottom: 25px; } }

.content-style .alignright {
  margin: 0 0 80px 14.27%; }
  @media (max-width: 1200px) {
    .content-style .alignright {
      margin-left: 11.1%; } }
  @media (max-width: 767px) {
    .content-style .alignright {
      margin-left: 5%;
      margin-bottom: 30px; } }

.content-style .alignleft {
  margin: 0 14.27% 80px 0; }
  @media (max-width: 1200px) {
    .content-style .alignleft {
      margin-right: 11.1%; } }
  @media (max-width: 767px) {
    .content-style .alignleft {
      margin-right: 5%;
      margin-bottom: 18px; } }

.content-style .alignright, .content-style .alignleft {
  width: 42.86%; }
  .content-style .alignright img, .content-style .alignleft img {
    width: 100%;
    height: auto; }
  @media (max-width: 1200px) {
    .content-style .alignright, .content-style .alignleft {
      width: 44.4%; } }
  @media (max-width: 560px) {
    .content-style .alignright, .content-style .alignleft {
      width: 100%;
      float: none;
      margin: 0 0 30px 0; } }

.content-style .clear {
  clear: both; }

.content-style .divide-top {
  height: 45px; }
  @media (max-width: 560px) {
    .content-style .divide-top {
      height: 25px; } }

.content-style_row {
  max-width: 100%; }
  .content-style_row .post {
    max-width: 100%; }

.content-style .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 70px 0; }
  @media (max-width: 1200px) {
    .content-style .row {
      max-width: -webkit-calc(100% - 50px);
      max-width: calc(100% - 50px);
      width: -webkit-calc(100% - 50px);
      width: calc(100% - 50px);
      margin-left: auto;
      margin-right: auto; } }

.content-style--img {
  width: -webkit-calc(100% / 7 * 3);
  width: calc(100% / 7 * 3);
  overflow: hidden; }
  @media (max-width: 1200px) {
    .content-style--img {
      width: -webkit-calc(100% / 9 * 4);
      width: calc(100% / 9 * 4); } }
  @media (max-width: 992px) {
    .content-style--img {
      max-width: 100%;
      width: 100%; } }
  .content-style--img a {
    font-size: 0;
    display: block; }

.content-style--text {
  width: -webkit-calc(100% / 7 * 3);
  width: calc(100% / 7 * 3); }
  @media (max-width: 1200px) {
    .content-style--text {
      width: -webkit-calc(100% / 9 * 4);
      width: calc(100% / 9 * 4); } }
  @media (max-width: 992px) {
    .content-style--text {
      max-width: 100%;
      width: 100%; } }

.content-style p {
  margin-bottom: 20px;
  font-size: 16px; }

.content-style ol, .content-style ul, .content-style li, .content-style a, .content-style h2, .content-style h3, .content-style h4, .content-style h5, .content-style h6, .content-style p {
  line-height: 1.2;
  color: #000000;
  font-weight: 400; }

.content-style p, .content-style ul, .content-style ol {
  text-align: justify; }

.content-style strong, .content-style b {
  font-weight: 700; }

.content-style h2, .content-style h3, .content-style h4, .content-style h5, .content-style h6 {
  font-weight: 600;
  text-transform: uppercase;
  text-align: justify;
  margin-top: 30px;
  margin-bottom: 15px; }

.content-style h2 {
  font-size: 26px; }

.content-style h3 {
  font-size: 24px; }

.content-style h4 {
  font-size: 22px; }

.content-style h5 {
  font-size: 20px; }

.content-style h6 {
  font-size: 18px; }

.content-style ul, .content-style ol {
  margin-bottom: 25px; }
  .content-style ul li, .content-style ol li {
    margin-bottom: 10px; }

.content-style ul li:before {
  content: "";
  height: 4px;
  width: 4px;
  background: #f78603;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px; }

.content-style ol {
  padding-left: 40px;
  list-style-type: decimal; }

.content-style--img {
  overflow: hidden;
  position: relative; }
  .content-style--img-label {
    position: absolute;
    top: -35px;
    left: -webkit-calc(100% - 160px);
    left: calc(100% - 160px);
    background-color: #393939;
    color: #ffffff;
    padding: 0 15px;
    height: 35px;
    width: 160px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    z-index: 1;
    font-weight: 600; }
  .content-style--img img {
    width: 100%;
    -webkit-transition: -webkit-transform 1.2s linear;
    transition: -webkit-transform 1.2s linear;
    -o-transition: transform 1.2s linear;
    transition: transform 1.2s linear;
    transition: transform 1.2s linear, -webkit-transform 1.2s linear;
    z-index: 0; }
  .content-style--img:hover img {
    -webkit-transform: scale(1.08);
        -ms-transform: scale(1.08);
            transform: scale(1.08); }

.content-style .entry-content h1:nth-child(1), .content-style .entry-content h2:nth-child(1), .content-style .entry-content h3:nth-child(1), .content-style .entry-content h4:nth-child(1), .content-style .entry-content h5:nth-child(1), .content-style .entry-content h6:nth-child(1) {
  margin-top: 0; }

.post-share {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  margin-left: -28px; }
  .post-share--list {
    position: absolute;
    width: 100%;
    top: 3px;
    left: 0;
    padding-left: 35px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); }
    .post-share--list:hover {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }
  .post-share--label {
    background: #fff;
    display: inline-block;
    padding: 0;
    position: relative;
    z-index: 1; }
    .post-share--label svg {
      display: block;
      height: 28px;
      width: 28px;
      fill: #3b3b3b;
      -webkit-transition: fill .35s ease;
      -o-transition: fill .35s ease;
      transition: fill .35s ease; }
      .post-share--label svg:hover {
        fill: #ea8c22; }
    .post-share--label:hover + .post-share--list {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }
  .post-share .addtoany_list a:not(.addtoany_special_service) > span {
    background: #525252 !important;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
  .post-share .addtoany_list a:hover img, .post-share .addtoany_list a:hover span {
    background: #ea8c22 !important;
    opacity: 1 !important; }

@media (max-width: 1450px) {
  .content-style .row {
    padding: 50px 0; }
  .post-share {
    margin-left: 1px; } }

@media (max-width: 1200px) {
  .post-share {
    margin-top: 15px; }
    .post-share--label {
      display: none; }
    .post-share--list {
      position: relative;
      padding-left: 0;
      top: 0;
      margin-left: -4px;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); } }

@media (max-width: 992px) {
  .content-style h2 {
    font-size: 22px; }
  .content-style h3 {
    font-size: 20px; }
  .content-style h4 {
    font-size: 18px; }
  .content-style h5 {
    font-size: 16px; }
  .content-style h6 {
    font-size: 14px; }
  .content-style--text {
    margin-top: 0; }
  .content-style .row {
    padding: 40px 0; }
  .content-style p {
    margin-bottom: 10px;
    font-size: 14px; } }

@media (max-width: 768px) {
  .content-style .row {
    padding: 30px 0; }
  .content-style .row {
    max-width: -webkit-calc(100% - 30px);
    max-width: calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px); } }

@media (max-width: 500px) {
  .post-share {
    text-align: right;
    margin-top: 3px; }
    .post-share--list {
      margin-left: 0;
      margin-right: 0; }
    .post-share .addtoany_shortcode {
      margin-right: -4px; } }

input[type="submit"] .disabled {
  pointer-events: none; }

.base-popup {
  background: #fff;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  display: none;
  opacity: 0;
  z-index: 200; }
  .base-popup.show {
    display: block;
    -webkit-animation: anim-opacity .6s ease forwards .1s;
            animation: anim-opacity .6s ease forwards .1s; }
  .base-popup .main-container {
    height: 100%; }
  .base-popup .popup-inner {
    margin-top: 80px; }
  .base-popup .header--left {
    height: 100%;
    margin-top: 0; }
    .base-popup .header--left-inner {
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; }
  .base-popup .header--right {
    height: 100vh;
    margin-bottom: 0; }
    .base-popup .header--right::before {
      display: none; }
  .base-popup .header--title {
    margin-top: 0 !important; }
  .base-popup .container-bg {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc((100% / 9) * 4);
        -ms-flex: 0 0 calc((100% / 9) * 4);
            flex: 0 0 calc((100% / 9) * 4);
    max-width: -webkit-calc((100% / 9) * 4);
    max-width: calc((100% / 9) * 4);
    margin-left: -webkit-calc((100% / 9) * 5);
    margin-left: calc((100% / 9) * 5);
    content: '';
    height: 325px;
    max-height: 45%;
    position: absolute;
    bottom: 15%;
    right: -40px;
    background-image: url("../images/header-bg.jpg");
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center center; }
  .base-popup .simplebar-scrollbar {
    width: 3px; }
  .base-popup .simplebar-scrollbar:before {
    background: rgba(0, 0, 0, 0.4); }
  .base-popup.popup-callback .header--left {
    padding-right: 0; }
  .base-popup.popup-callback .header--content {
    position: relative;
    padding-bottom: 0;
    width: 66.667%;
    max-height: 100%; }
  .base-popup .popup-success {
    position: absolute;
    left: 0;
    bottom: 0; }
  .base-popup .form-wrap .popup-inner {
    -webkit-transition: all .4s ease .5s;
    -o-transition: all .4s ease .5s;
    transition: all .4s ease .5s;
    padding-bottom: 10vh;
    overflow: hidden; }
  .base-popup .form-wrap .popup-success {
    overflow: hidden;
    padding-bottom: 10vh;
    pointer-events: none;
    opacity: 0;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s; }
  .base-popup .form-wrap.is-show-success .popup-inner {
    opacity: 0;
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
    pointer-events: none;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s; }
  .base-popup .form-wrap.is-show-success .popup-success {
    opacity: 1;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition-delay: .5s;
         -o-transition-delay: .5s;
            transition-delay: .5s;
    pointer-events: auto; }

@media (orientation: portrait) {
  .base-popup .header--left-inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .base-popup .header_img img {
    width: auto;
    height: auto; } }

@media (max-width: 1200px) {
  .base-popup.popup-callback .header--content {
    width: 75%; }
  .base-popup .header--left {
    height: -webkit-calc(100vh - 80px);
    height: calc(100vh - 80px);
    margin-top: 80px; }
  .base-popup .form-wrap .popup-inner {
    margin-top: 40px;
    padding-bottom: 6vh; }
  .base-popup .form-wrap .popup-success {
    padding-bottom: 6vh; } }

@media (max-width: 768px) {
  .base-popup.popup-callback .header--content {
    width: 90%; }
  .base-popup .container {
    height: auto; }
  .base-popup .header--left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .base-popup .header--content {
    padding: 0;
    width: 100%; }
  .base-popup .header--title {
    margin-top: 70px; }
  .base-popup .header--right {
    max-height: 100%;
    margin-top: 0; }
    .base-popup .header--right img {
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      max-height: 560px;
      position: absolute;
      top: 50%; }
  .base-popup .wpcf7-form .btn {
    margin-top: 0; } }

@media (max-width: 500px) {
  .base-popup.popup-callback .header--content {
    width: 100%; }
  .base-popup .header--title {
    margin-top: 100px; }
  .base-popup .header--right {
    max-height: 370px; }
  .base-popup .container::before {
    opacity: 0; }
  .base-popup .header--left {
    height: auto; }
    .base-popup .header--left-inner {
      height: auto; }
  .base-popup .form-wrap .popup-inner {
    padding-bottom: 20px; }
  .base-popup .form-wrap .popup-success {
    padding-bottom: 20px; } }

.base-popup .header--title,
.base-popup .header--subtitle,
.base-popup .sect-form--cont-inner .field,
.base-popup .btn,
.base-popup .container-bg {
  opacity: 0;
  -webkit-transform: translateY(60px);
      -ms-transform: translateY(60px);
          transform: translateY(60px); }

.base-popup .header_img,
.base-popup .popup-close-btn {
  opacity: 0; }

.wpcf7-response-output,
.wpcf7-validation-errors {
  font-size: 11px; }

.form-wrap .wpcf7-response-output,
.form-wrap .wpcf7-validation-errors {
  display: none !important; }

div.wpcf7 .ajax-loader,
span.wpcf7-not-valid-tip,
.error .icon {
  display: none; }

.wpcf7-not-valid, .error input {
  border-color: red; }

span.wpcf7-not-valid-tip.allert {
  display: block; }

.allert {
  color: #FF6565;
  cursor: default;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  height: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 20; }
  .allert .icon-warning {
    background-image: url("../images/svg/allert.svg");
    color: red;
    left: inherit;
    top: 0;
    width: 18px;
    height: 18px;
    display: block; }
  .allert span {
    display: none;
    opacity: 0;
    padding: 5px;
    margin-left: 5px;
    color: red;
    font-size: 12px;
    min-width: 140px;
    text-align: left;
    margin-top: -6px; }
  .allert:hover {
    text-decoration: none; }
    .allert:hover span {
      border: 1px solid #FF6565;
      background: #fff;
      display: inline;
      position: absolute;
      color: #4e4e4e;
      right: 24px;
      top: -6px;
      opacity: 1; }

.popup-close-btn.is-active .menu-burger--box-inner::before, .popup-close-btn.is-active .menu-burger--box-inner::after {
  background: #000; }

.is-open-popup {
  overflow: hidden; }
  .is-open-popup #burger-wrapper, .is-open-popup .call-back-btn, .is-open-popup .anim-decor-menu {
    display: none; }

.subtitle {
  text-transform: uppercase;
  font-weight: 700; }

.vectors {
  padding: 70px 0; }
  .vectors-slider {
    height: 742px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .vectors-slider--item {
      width: 25%;
      height: 100%;
      position: relative;
      display: block;
      -webkit-transition: width .3s ease, -webkit-box-flex .3s ease, -webkit-flex .3s ease;
      transition: width .3s ease, -webkit-box-flex .3s ease, -webkit-flex .3s ease;
      -o-transition: flex .3s ease, width .3s ease;
      transition: flex .3s ease, width .3s ease;
      transition: flex .3s ease, width .3s ease, -webkit-box-flex .3s ease, -webkit-flex .3s ease, -ms-flex .3s ease;
      cursor: pointer;
      outline: none; }
      .vectors-slider--item-inner {
        background-position: center center;
        -webkit-background-size: cover;
                background-size: cover;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
        text-align: center; }
        .vectors-slider--item-inner img {
          -o-object-fit: cover;
             object-fit: cover;
          width: 100%;
          height: 100%; }
          @media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
            .vectors-slider--item-inner img {
              -o-object-fit: fill;
                 object-fit: fill;
              width: auto;
              height: auto;
              min-height: 100%;
              min-width: 100%;
              max-width: none;
              position: absolute; } }
          @supports (-ms-ime-align: auto) {
            .vectors-slider--item-inner img {
              -o-object-fit: fill;
                 object-fit: fill;
              width: auto;
              height: auto;
              min-height: 100%;
              min-width: 100%;
              max-width: none;
              position: absolute; } }
      .vectors-slider--item.no-active {
        pointer-events: none; }
      .vectors-slider--item a {
        -webkit-transition: color .3s ease;
        -o-transition: color .3s ease;
        transition: color .3s ease; }
      .vectors-slider--item.is-active {
        width: 50%; }
        .vectors-slider--item.is-active a {
          color: #ea8c22; }
  .vectors-cont--item {
    outline: none; }
  .vectors--title {
    margin-bottom: 35px; }
    .vectors--title-mob {
      display: none; }
  .vectors--subtitle {
    margin-bottom: 10px; }
  .vectors--text {
    margin-bottom: 10px; }
  .vectors--lbl {
    -webkit-transform: rotate(-90deg) translateX(-100%);
        -ms-transform: rotate(-90deg) translateX(-100%);
            transform: rotate(-90deg) translateX(-100%);
    top: 0; }
    .vectors--lbl a {
      outline: none; }
  .vectors .container {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }

.companies-list--link-mobile {
  display: none; }

.companies-tab--logo {
  max-width: 220px; }

.next-cases-wrap .companies-list--img-wrap {
  margin-left: auto;
  margin-right: auto; }

.companies {
  padding: 70px 0; }
  .companies--title {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    margin-bottom: 55px; }
  .companies-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .companies-list--btn {
      margin-right: 30px;
      position: relative;
      bottom: -50px;
      opacity: 0;
      -webkit-transition: bottom .5s ease .2s, opacity .4s ease;
      -o-transition: bottom .5s ease .2s, opacity .4s ease;
      transition: bottom .5s ease .2s, opacity .4s ease;
      outline: none; }
    .companies-list--hidden {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin-bottom: -100%;
      -webkit-transition: margin .6s ease, opacity .3s ease, padding .5s ease;
      -o-transition: margin .6s ease, opacity .3s ease, padding .5s ease;
      transition: margin .6s ease, opacity .3s ease, padding .5s ease;
      padding-top: 30px;
      outline: none; }
      .companies-list--hidden p {
        position: relative;
        bottom: -30px;
        opacity: 0;
        -webkit-transition: opacity .3s ease;
        -o-transition: opacity .3s ease;
        transition: opacity .3s ease; }
    .companies-list--inner {
      color: #909090;
      font-size: 14px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 20px 30px;
      outline: none;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%; }
      .companies-list--inner img {
        margin: 0;
        margin-bottom: 10px; }
      .companies-list--inner p {
        width: 100%; }
    .companies-list--item {
      height: 200px;
      width: 33.333%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      background-color: #fff;
      position: relative;
      overflow: hidden;
      outline: none; }
      .companies-list--item.empty-item {
        background: transparent; }
      .companies-list--item img {
        max-height: 85px;
        max-width: 80%; }
      .companies-list--item .companies-list--hidden {
        -webkit-transition: padding .9s ease, margin .9s ease;
        -o-transition: padding .9s ease, margin .9s ease;
        transition: padding .9s ease, margin .9s ease; }
        .companies-list--item .companies-list--hidden p {
          -webkit-transition: bottom .9s ease, opacity .9s ease;
          -o-transition: bottom .9s ease, opacity .9s ease;
          transition: bottom .9s ease, opacity .9s ease; }
      .companies-list--item .companies-list--btn {
        -webkit-transition: bottom .9s ease, opacity .9s ease;
        -o-transition: bottom .9s ease, opacity .9s ease;
        transition: bottom .9s ease, opacity .9s ease; }
      .companies-list--item:hover .companies-list--hidden {
        margin-bottom: 0;
        padding-top: 0;
        -webkit-transition: padding .6s ease, margin .6s ease;
        -o-transition: padding .6s ease, margin .6s ease;
        transition: padding .6s ease, margin .6s ease; }
        .companies-list--item:hover .companies-list--hidden p {
          -webkit-transition: bottom .6s ease, opacity .6s ease;
          -o-transition: bottom .6s ease, opacity .6s ease;
          transition: bottom .6s ease, opacity .6s ease;
          bottom: 0;
          opacity: 1; }
      .companies-list--item:hover .companies-list--btn {
        -webkit-transition: bottom .6s ease, opacity .6s ease;
        -o-transition: bottom .6s ease, opacity .6s ease;
        transition: bottom .6s ease, opacity .6s ease;
        bottom: 0;
        opacity: 1; }
      .companies-list--item:focus {
        opacity: 1; }
    .companies-list--img-wrap {
      width: 350px;
      max-width: 80%;
      text-align: center; }
      .companies-list--img-wrap img {
        max-width: 90%; }
  .companies--body {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .companies .slick-list {
    width: 100%; }
  .companies .container {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .companies--goto {
    border: 1px solid rgba(102, 102, 102, 0.14);
    width: 15%;
    position: relative; }
    .companies--goto.no-items {
      border-bottom: 0;
      border-top: 0; }
  .companies--goto-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .companies--btn {
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    padding: 10px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(-90deg);
        -ms-transform: translateX(-50%) rotate(-90deg);
            transform: translateX(-50%) rotate(-90deg);
    bottom: 120px;
    white-space: nowrap;
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%; }

.home-page .companies .bdrs,
.cases-page .companies .bdrs {
  border-bottom: 1px solid rgba(102, 102, 102, 0.14);
  border-left: 1px solid rgba(102, 102, 102, 0.14); }
  .home-page .companies .bdrs:nth-child(1), .home-page .companies .bdrs:nth-child(2), .home-page .companies .bdrs:nth-child(3),
  .cases-page .companies .bdrs:nth-child(1),
  .cases-page .companies .bdrs:nth-child(2),
  .cases-page .companies .bdrs:nth-child(3) {
    border-top: 1px solid rgba(102, 102, 102, 0.14); }
  .home-page .companies .bdrs:nth-last-child(1),
  .cases-page .companies .bdrs:nth-last-child(1) {
    border-right: 1px solid rgba(102, 102, 102, 0.14); }
  .home-page .companies .bdrs:nth-child(3n+3),
  .cases-page .companies .bdrs:nth-child(3n+3) {
    border-right: 0; }
  .home-page .companies .bdrs:nth-last-child(1), .home-page .companies .bdrs:nth-last-child(2),
  .cases-page .companies .bdrs:nth-last-child(1),
  .cases-page .companies .bdrs:nth-last-child(2) {
    left: .4px;
    position: relative; }
  .home-page .companies .bdrs:nth-child(3n+3), .home-page .companies .bdrs:nth-child(3n+1),
  .cases-page .companies .bdrs:nth-child(3n+3),
  .cases-page .companies .bdrs:nth-child(3n+1) {
    left: 0 !important; }
  @media (max-width: 1200px) {
    .home-page .companies .bdrs:nth-last-child(1), .home-page .companies .bdrs:nth-last-child(2),
    .cases-page .companies .bdrs:nth-last-child(1),
    .cases-page .companies .bdrs:nth-last-child(2) {
      border-bottom: 0; }
    .home-page .companies .bdrs:nth-child(3n+3), .home-page .companies .bdrs:nth-child(3n+1),
    .cases-page .companies .bdrs:nth-child(3n+3),
    .cases-page .companies .bdrs:nth-child(3n+1) {
      border-bottom: 1px solid rgba(102, 102, 102, 0.14); }
    .home-page .companies .bdrs:nth-child(3n+3),
    .cases-page .companies .bdrs:nth-child(3n+3) {
      border-right: 1px solid rgba(102, 102, 102, 0.14); }
    .home-page .companies .bdrs:nth-last-child(1), .home-page .companies .bdrs:nth-last-child(2),
    .cases-page .companies .bdrs:nth-last-child(1),
    .cases-page .companies .bdrs:nth-last-child(2) {
      left: .6px;
      position: relative; }
    .home-page .companies .bdrs:nth-child(3n+3), .home-page .companies .bdrs:nth-child(3n+1),
    .cases-page .companies .bdrs:nth-child(3n+3),
    .cases-page .companies .bdrs:nth-child(3n+1) {
      left: 0 !important; } }
  @media (max-width: 768px) {
    .home-page .companies .bdrs:nth-last-child(1), .home-page .companies .bdrs:nth-last-child(2),
    .cases-page .companies .bdrs:nth-last-child(1),
    .cases-page .companies .bdrs:nth-last-child(2) {
      border-bottom: 1px solid rgba(102, 102, 102, 0.14); } }
  @media (max-width: 650px) {
    .home-page .companies .bdrs,
    .cases-page .companies .bdrs {
      border-bottom: 1px solid rgba(102, 102, 102, 0.14) !important; }
      .home-page .companies .bdrs:nth-child(1), .home-page .companies .bdrs:nth-child(2), .home-page .companies .bdrs:nth-child(3), .home-page .companies .bdrs:nth-child(3n+2), .home-page .companies .bdrs:nth-child(3n+1), .home-page .companies .bdrs:nth-child(3n+3),
      .cases-page .companies .bdrs:nth-child(1),
      .cases-page .companies .bdrs:nth-child(2),
      .cases-page .companies .bdrs:nth-child(3),
      .cases-page .companies .bdrs:nth-child(3n+2),
      .cases-page .companies .bdrs:nth-child(3n+1),
      .cases-page .companies .bdrs:nth-child(3n+3) {
        border: 0px solid rgba(102, 102, 102, 0.14); }
      .home-page .companies .bdrs:nth-child(2n+1),
      .cases-page .companies .bdrs:nth-child(2n+1) {
        border-left: 1px solid rgba(102, 102, 102, 0.14);
        border-right: 1px solid rgba(102, 102, 102, 0.14); }
      .home-page .companies .bdrs:nth-child(2n+2),
      .cases-page .companies .bdrs:nth-child(2n+2) {
        border-right: 1px solid rgba(102, 102, 102, 0.14); }
      .home-page .companies .bdrs:nth-child(1), .home-page .companies .bdrs:nth-child(2),
      .cases-page .companies .bdrs:nth-child(1),
      .cases-page .companies .bdrs:nth-child(2) {
        border-top: 1px solid rgba(102, 102, 102, 0.14); } }
  @media (max-width: 500px) {
    .home-page .companies .bdrs,
    .cases-page .companies .bdrs {
      border-left: 1px solid rgba(102, 102, 102, 0.14) !important;
      border-right: 1px solid rgba(102, 102, 102, 0.14) !important; }
      .home-page .companies .bdrs:nth-child(2), .home-page .companies .bdrs:nth-child(3), .home-page .companies .bdrs:nth-child(3n+2), .home-page .companies .bdrs:nth-child(3n+1), .home-page .companies .bdrs:nth-child(3n+3),
      .cases-page .companies .bdrs:nth-child(2),
      .cases-page .companies .bdrs:nth-child(3),
      .cases-page .companies .bdrs:nth-child(3n+2),
      .cases-page .companies .bdrs:nth-child(3n+1),
      .cases-page .companies .bdrs:nth-child(3n+3) {
        border: 0; }
      .home-page .companies .bdrs:nth-child(1),
      .cases-page .companies .bdrs:nth-child(1) {
        border-top: 1px solid rgba(102, 102, 102, 0.14); } }

.home-page .companies--body,
.cases-page .companies--body {
  background-color: #fff; }
  @media (max-width: 1200px) {
    .home-page .companies--body,
    .cases-page .companies--body {
      background-color: transparent; }
      .home-page .companies--body::before,
      .cases-page .companies--body::before {
        content: '';
        width: 200%;
        height: -webkit-calc(100% - 150px);
        height: calc(100% - 150px);
        position: absolute;
        top: 0;
        left: 0;
        background-color: #fff; } }

.home-page .companies-list,
.cases-page .companies-list {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(102, 102, 102, 0.14)), to(rgba(102, 102, 102, 0.14))), -webkit-gradient(linear, left top, left bottom, from(rgba(102, 102, 102, 0.14)), to(rgba(102, 102, 102, 0.14))), -webkit-gradient(linear, left top, left bottom, from(rgba(102, 102, 102, 0.14)), to(rgba(102, 102, 102, 0.14))), -webkit-gradient(linear, left top, left bottom, from(rgba(102, 102, 102, 0.14)), to(rgba(102, 102, 102, 0.14))), -webkit-gradient(linear, left top, left bottom, from(rgba(102, 102, 102, 0.14)), to(rgba(102, 102, 102, 0.14))), -webkit-gradient(linear, left top, left bottom, from(rgba(102, 102, 102, 0.14)), to(rgba(102, 102, 102, 0.14)));
  background-image: -webkit-linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), -webkit-linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), -webkit-linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), -webkit-linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), -webkit-linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), -webkit-linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14));
  background-image: -o-linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), -o-linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), -o-linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), -o-linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), -o-linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), -o-linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14));
  background-image: linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14));
  background-repeat: no-repeat;
  background-position: 0px 0, -webkit-calc(100% / 6) 0, -webkit-calc((100% / 6 - 0.5px) * 2) 0, -webkit-calc((100% / 6) * 3) 0, -webkit-calc((100% / 6) * 4) 0, -webkit-calc((100% / 6 + .2px) * 5) 0, 100% 0;
  background-position: 0px 0, calc(100% / 6) 0, calc((100% / 6 - 0.5px) * 2) 0, calc((100% / 6) * 3) 0, calc((100% / 6) * 4) 0, calc((100% / 6 + .2px) * 5) 0, 100% 0;
  -webkit-background-size: 1px 100%;
          background-size: 1px 100%;
  background-color: #fff; }
  @media (max-width: 1200px) {
    .home-page .companies-list,
    .cases-page .companies-list {
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(102, 102, 102, 0.14)), to(rgba(102, 102, 102, 0.14))), -webkit-gradient(linear, left top, left bottom, from(rgba(102, 102, 102, 0.14)), to(rgba(102, 102, 102, 0.14))), -webkit-gradient(linear, left top, left bottom, from(rgba(102, 102, 102, 0.14)), to(rgba(102, 102, 102, 0.14))), -webkit-gradient(linear, left top, left bottom, from(rgba(102, 102, 102, 0.14)), to(rgba(102, 102, 102, 0.14))), -webkit-gradient(linear, left top, left bottom, from(rgba(102, 102, 102, 0.14)), to(rgba(102, 102, 102, 0.14))), -webkit-gradient(linear, left top, left bottom, from(rgba(102, 102, 102, 0.14)), to(rgba(102, 102, 102, 0.14))), -webkit-gradient(linear, left top, left bottom, from(rgba(102, 102, 102, 0.14)), to(rgba(102, 102, 102, 0.14))), -webkit-gradient(linear, left top, left bottom, from(rgba(102, 102, 102, 0.14)), to(rgba(102, 102, 102, 0.14))), -webkit-gradient(linear, left top, left bottom, from(rgba(102, 102, 102, 0.14)), to(rgba(102, 102, 102, 0.14))), -webkit-gradient(linear, left top, left bottom, from(rgba(102, 102, 102, 0.14)), to(rgba(102, 102, 102, 0.14)));
      background-image: -webkit-linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), -webkit-linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), -webkit-linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), -webkit-linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), -webkit-linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), -webkit-linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), -webkit-linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), -webkit-linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), -webkit-linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), -webkit-linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14));
      background-image: -o-linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), -o-linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), -o-linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), -o-linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), -o-linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), -o-linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), -o-linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), -o-linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), -o-linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), -o-linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14));
      background-image: linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14));
      background-position: 0px 0, -webkit-calc(100% / 9) 0, -webkit-calc((100% / 9) * 2) 0, -webkit-calc((100% / 9 - 0.5px) * 3) 0, -webkit-calc((100% / 9) * 4) 0, -webkit-calc((100% / 9) * 5) 0, -webkit-calc((100% / 9 + .1px) * 6) 0, -webkit-calc((100% / 9 + .1px) * 7) 0, -webkit-calc((100% / 9 + .1px) * 8) 0, 100% 0;
      background-position: 0px 0, calc(100% / 9) 0, calc((100% / 9) * 2) 0, calc((100% / 9 - 0.5px) * 3) 0, calc((100% / 9) * 4) 0, calc((100% / 9) * 5) 0, calc((100% / 9 + .1px) * 6) 0, calc((100% / 9 + .1px) * 7) 0, calc((100% / 9 + .1px) * 8) 0, 100% 0; } }
  @media (max-width: 768px) {
    .home-page .companies-list,
    .cases-page .companies-list {
      background-image: none; } }

.tabs-nav {
  position: relative;
  width: -webkit-calc(100% + 1px);
  width: calc(100% + 1px); }
  .tabs-nav .slick-list {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(102, 102, 102, 0.14)), to(rgba(102, 102, 102, 0.14))), -webkit-gradient(linear, left top, left bottom, from(rgba(102, 102, 102, 0.14)), to(rgba(102, 102, 102, 0.14))), -webkit-gradient(linear, left top, left bottom, from(rgba(102, 102, 102, 0.14)), to(rgba(102, 102, 102, 0.14))), -webkit-gradient(linear, left top, left bottom, from(rgba(102, 102, 102, 0.14)), to(rgba(102, 102, 102, 0.14))), -webkit-gradient(linear, left top, left bottom, from(rgba(102, 102, 102, 0.14)), to(rgba(102, 102, 102, 0.14)));
    background-image: -webkit-linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), -webkit-linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), -webkit-linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), -webkit-linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), -webkit-linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14));
    background-image: -o-linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), -o-linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), -o-linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), -o-linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), -o-linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14));
    background-image: linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14));
    background-repeat: no-repeat;
    background-position: 0px 0, -webkit-calc(100% / 4) 0, -webkit-calc((100% / 4) * 2) 0, -webkit-calc((100% / 4) * 3) 0, -webkit-calc((100% / 4) * 4) 0;
    background-position: 0px 0, calc(100% / 4) 0, calc((100% / 4) * 2) 0, calc((100% / 4) * 3) 0, calc((100% / 4) * 4) 0;
    -webkit-background-size: 1px 100%;
            background-size: 1px 100%;
    background-color: #fff; }
    @media (max-width: 1450px) {
      .tabs-nav .slick-list {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(102, 102, 102, 0.14)), to(rgba(102, 102, 102, 0.14))), -webkit-gradient(linear, left top, left bottom, from(rgba(102, 102, 102, 0.14)), to(rgba(102, 102, 102, 0.14))), -webkit-gradient(linear, left top, left bottom, from(rgba(102, 102, 102, 0.14)), to(rgba(102, 102, 102, 0.14)));
        background-image: -webkit-linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), -webkit-linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), -webkit-linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14));
        background-image: -o-linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), -o-linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), -o-linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14));
        background-image: linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14));
        background-position: 0px 0, -webkit-calc(100% / 3) 0, -webkit-calc((100% / 3) * 2) 0, -webkit-calc((100% / 4) * 4) 0;
        background-position: 0px 0, calc(100% / 3) 0, calc((100% / 3) * 2) 0, calc((100% / 4) * 4) 0; } }
    @media (max-width: 1200px) {
      .tabs-nav .slick-list {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(102, 102, 102, 0.14)), to(rgba(102, 102, 102, 0.14))), -webkit-gradient(linear, left top, left bottom, from(rgba(102, 102, 102, 0.14)), to(rgba(102, 102, 102, 0.14))), -webkit-gradient(linear, left top, left bottom, from(rgba(102, 102, 102, 0.14)), to(rgba(102, 102, 102, 0.14))), -webkit-gradient(linear, left top, left bottom, from(rgba(102, 102, 102, 0.14)), to(rgba(102, 102, 102, 0.14))), -webkit-gradient(linear, left top, left bottom, from(rgba(102, 102, 102, 0.14)), to(rgba(102, 102, 102, 0.14))), -webkit-gradient(linear, left top, left bottom, from(rgba(102, 102, 102, 0.14)), to(rgba(102, 102, 102, 0.14))), -webkit-gradient(linear, left top, left bottom, from(rgba(102, 102, 102, 0.14)), to(rgba(102, 102, 102, 0.14))), -webkit-gradient(linear, left top, left bottom, from(rgba(102, 102, 102, 0.14)), to(rgba(102, 102, 102, 0.14))), -webkit-gradient(linear, left top, left bottom, from(rgba(102, 102, 102, 0.14)), to(rgba(102, 102, 102, 0.14))), -webkit-gradient(linear, left top, left bottom, from(rgba(102, 102, 102, 0.14)), to(rgba(102, 102, 102, 0.14)));
        background-image: -webkit-linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), -webkit-linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), -webkit-linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), -webkit-linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), -webkit-linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), -webkit-linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), -webkit-linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), -webkit-linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), -webkit-linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), -webkit-linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14));
        background-image: -o-linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), -o-linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), -o-linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), -o-linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), -o-linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), -o-linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), -o-linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), -o-linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), -o-linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), -o-linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14));
        background-image: linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14)), linear-gradient(rgba(102, 102, 102, 0.14), rgba(102, 102, 102, 0.14));
        background-position: 0px 0, -webkit-calc(100% / 9) 0, -webkit-calc((100% / 9) * 2) 0, -webkit-calc((100% / 9 - 0.5px) * 3) 0, -webkit-calc((100% / 9) * 4) 0, -webkit-calc((100% / 9) * 5) 0, -webkit-calc((100% / 9 + .1px) * 6) 0, -webkit-calc((100% / 9 + .1px) * 7) 0, -webkit-calc((100% / 9 + .1px) * 8) 0, 100% 0;
        background-position: 0px 0, calc(100% / 9) 0, calc((100% / 9) * 2) 0, calc((100% / 9 - 0.5px) * 3) 0, calc((100% / 9) * 4) 0, calc((100% / 9) * 5) 0, calc((100% / 9 + .1px) * 6) 0, calc((100% / 9 + .1px) * 7) 0, calc((100% / 9 + .1px) * 8) 0, 100% 0; } }
    @media (max-width: 768px) {
      .tabs-nav .slick-list {
        background-image: none; } }
  .tabs-nav::after {
    border-left: 1px solid rgba(102, 102, 102, 0.14);
    content: '';
    width: 2px;
    height: -webkit-calc(100% + 35px);
    height: calc(100% + 35px);
    position: absolute;
    left: 0;
    top: 1px;
    background-color: #fff;
    pointer-events: none;
    z-index: 9; }
    @media (max-width: 768px) {
      .tabs-nav::after {
        height: 100%; } }
  .tabs-nav::before {
    border-left: 1px solid rgba(102, 102, 102, 0.14);
    content: '';
    width: 2px;
    height: -webkit-calc(100% + 35px);
    height: calc(100% + 35px);
    position: absolute;
    left: -webkit-calc(100% - 1px);
    left: calc(100% - 1px);
    top: 1px;
    z-index: 9;
    background-color: #fff;
    pointer-events: none; }
    @media (max-width: 768px) {
      .tabs-nav::before {
        height: 100%;
        display: none; } }

.about-page .companies .bdrs2,
.ourteam-page .companies .bdrs2 {
  border-bottom: 1px solid rgba(102, 102, 102, 0.14);
  border-right: 1px solid rgba(102, 102, 102, 0.14); }
  .about-page .companies .bdrs2:nth-child(1), .about-page .companies .bdrs2:nth-child(2),
  .ourteam-page .companies .bdrs2:nth-child(1),
  .ourteam-page .companies .bdrs2:nth-child(2) {
    border-top: 1px solid rgba(102, 102, 102, 0.14); }
  .about-page .companies .bdrs2:nth-child(odd),
  .ourteam-page .companies .bdrs2:nth-child(odd) {
    border-left: 1px solid rgba(102, 102, 102, 0.14); }
  @media (max-width: 1200px) {
    .about-page .companies .bdrs2:nth-child(1), .about-page .companies .bdrs2:nth-child(2), .about-page .companies .bdrs2:nth-child(3),
    .ourteam-page .companies .bdrs2:nth-child(1),
    .ourteam-page .companies .bdrs2:nth-child(2),
    .ourteam-page .companies .bdrs2:nth-child(3) {
      border-top: 1px solid rgba(102, 102, 102, 0.14); }
    .about-page .companies .bdrs2:nth-child(odd),
    .ourteam-page .companies .bdrs2:nth-child(odd) {
      border-left: 0; } }
  @media (max-width: 650px) {
    .about-page .companies .bdrs2,
    .ourteam-page .companies .bdrs2 {
      border: 0;
      border-bottom: 1px solid rgba(102, 102, 102, 0.14) !important; }
      .about-page .companies .bdrs2:nth-child(1), .about-page .companies .bdrs2:nth-child(2), .about-page .companies .bdrs2:nth-child(3),
      .ourteam-page .companies .bdrs2:nth-child(1),
      .ourteam-page .companies .bdrs2:nth-child(2),
      .ourteam-page .companies .bdrs2:nth-child(3) {
        border: 0; }
      .about-page .companies .bdrs2:nth-child(even),
      .ourteam-page .companies .bdrs2:nth-child(even) {
        border: 0;
        border-right: 1px solid rgba(102, 102, 102, 0.14); }
      .about-page .companies .bdrs2:nth-child(1), .about-page .companies .bdrs2:nth-child(2),
      .ourteam-page .companies .bdrs2:nth-child(1),
      .ourteam-page .companies .bdrs2:nth-child(2) {
        border-top: 1px solid rgba(102, 102, 102, 0.14); }
      .about-page .companies .bdrs2:nth-child(odd),
      .ourteam-page .companies .bdrs2:nth-child(odd) {
        border-left: 1px solid rgba(102, 102, 102, 0.14);
        border-right: 1px solid rgba(102, 102, 102, 0.14); } }

@media (max-width: 500px) {
  .home-page .companies .bdrs:nth-child(2n+2),
  .cases-page .companies .bdrs:nth-child(2n+2) {
    border-left: 0px solid rgba(102, 102, 102, 0.14); } }

.youget-imgs--item {
  outline: none;
  position: relative; }

.youget {
  padding: 75px 0; }
  .youget .container {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .youget p {
    margin-bottom: 20px; }
  .youget--subtitle {
    margin-bottom: 10px; }
  .youget-cont--item {
    outline: none;
    position: relative; }
  .youget--img-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .youget--bg {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../images/youget-plashka.jpg");
    background-position: center center;
    -webkit-background-size: cover;
            background-size: cover; }
  .youget--img {
    width: 75%;
    text-align: center;
    position: relative;
    z-index: 2;
    margin: 100px 0 100px 25%; }
    .youget--img img {
      display: inline-block;
      outline: none;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .youget-imgs {
    position: relative; }
    .youget-imgs--item-img {
      background-position: center center;
      -webkit-background-size: auto 100%;
              background-size: auto 100%;
      background-repeat: no-repeat;
      height: 480px;
      overflow: hidden;
      position: relative;
      width: 100%; }
      @supports (-ms-ime-align: auto) {
        .youget-imgs--item-img {
          -webkit-transition: -webkit-background-size .6s linear;
          transition: -webkit-background-size .6s linear;
          -o-transition: background-size .6s linear;
          transition: background-size .6s linear;
          transition: background-size .6s linear, -webkit-background-size .6s linear; } }
      @supports (-ms-ime-align: auto) {
        .youget-imgs--item-img:hover {
          -webkit-background-size: auto 110%;
                  background-size: auto 110%; } }
      .youget-imgs--item-img img {
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
        height: 100%; }
        @supports (-ms-ime-align: auto) {
          .youget-imgs--item-img img {
            -o-object-fit: fill;
               object-fit: fill;
            width: auto;
            height: auto;
            min-width: 100%;
            min-height: 100%; } }
        @media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
          .youget-imgs--item-img img {
            -o-object-fit: fill;
               object-fit: fill;
            width: auto;
            height: auto;
            min-width: 100%;
            min-height: 100%; } }

.direction-page .youget--img {
  margin: 118px 0 111px 25%; }

.direction-page .youget--subtitle {
  margin-bottom: 15px; }

.direction-page .youget--title {
  margin-bottom: 45px; }

.youget--nav,
.years--nav,
.face--nav,
.companies--nav,
.ourteam--nav,
.services--nav {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .youget--nav button,
  .years--nav button,
  .face--nav button,
  .companies--nav button,
  .ourteam--nav button,
  .services--nav button {
    border: 0;
    -webkit-border-radius: 0;
            border-radius: 0;
    width: 36px;
    height: 36px;
    background-color: #fff;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    outline: none;
    position: relative; }
    .youget--nav button:focus,
    .years--nav button:focus,
    .face--nav button:focus,
    .companies--nav button:focus,
    .ourteam--nav button:focus,
    .services--nav button:focus {
      z-index: 1; }
    .youget--nav button svg,
    .years--nav button svg,
    .face--nav button svg,
    .companies--nav button svg,
    .ourteam--nav button svg,
    .services--nav button svg {
      fill: #ea8c22;
      -webkit-transition: fill .3s ease;
      -o-transition: fill .3s ease;
      transition: fill .3s ease; }
    .youget--nav button:hover,
    .years--nav button:hover,
    .face--nav button:hover,
    .companies--nav button:hover,
    .ourteam--nav button:hover,
    .services--nav button:hover {
      background-color: #393939; }
      .youget--nav button:hover svg,
      .years--nav button:hover svg,
      .face--nav button:hover svg,
      .companies--nav button:hover svg,
      .ourteam--nav button:hover svg,
      .services--nav button:hover svg {
        fill: #fff; }
  .youget--nav .prev-btn,
  .years--nav .prev-btn,
  .face--nav .prev-btn,
  .companies--nav .prev-btn,
  .ourteam--nav .prev-btn,
  .services--nav .prev-btn {
    position: relative;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

.is-mobile.companies .companies-list--hidden {
  display: block;
  height: auto;
  margin-bottom: 0;
  opacity: 1;
  padding-top: 10px; }

.is-mobile.companies .companies-list--btn {
  bottom: 0;
  opacity: 1; }

.is-mobile.companies .companies-list--inner p {
  opacity: 1;
  bottom: 0; }

.is-mobile.companies .companies-list--inner {
  padding-top: 0; }

.is-mobile.companies .companies-list--item {
  padding: 20px 0 7px;
  height: auto; }

@media (max-width: 1700px) {
  .vectors--title, .companies--title {
    font-size: 34px; }
  .youget-imgs--item-img {
    height: 420px; }
  .direction-page .youget--img {
    margin: 90px 0 90px 25%; } }

@media (max-width: 1550px) {
  .companies-list--inner {
    padding: 10px 15px 0; } }

@media (max-width: 1450px) {
  .vectors--title, .companies--title {
    font-size: 30px; }
  .vectors-slider {
    height: 600px; }
  .companies {
    padding: 30px 0; }
  .youget--img, .direction-page .youget--img {
    margin: 60px 0 60px 25%; }
  .youget {
    padding-bottom: 20px; }
  .youget-imgs--item-img {
    height: 350px; }
  .direction-page .youget {
    padding-top: 40px; }
  .direction-page .youget--title {
    margin-bottom: 20px; } }

@media (max-width: 1300px) {
  .vectors--title, .companies--title {
    font-size: 27px; }
  .vectors-slider {
    height: 510px; }
  .youget--img {
    margin: 40px 0 40px 25%; }
  .is-mobile.companies .companies-list--item {
    min-height: 0; }
  .is-mobile.companies .companies-list--item img {
    margin-bottom: 0; }
  .youget--img img {
    max-height: 375px; }
  .companies--btn {
    bottom: 100px; }
  .companies--goto-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

@media (max-width: 1200px) {
  .vectors--title, .companies--title {
    font-size: 2.5vw; }
  .vectors-slider {
    height: 450px; }
  .youget--img, .direction-page .youget--img {
    margin: 30px 0 30px 25%; }
  .companies--goto {
    min-height: 150px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    position: relative;
    margin-top: -1px;
    border: 1px solid rgba(102, 102, 102, 0.14);
    border-right: 0;
    border-left: 0;
    overflow: hidden;
    background-color: transparent; }
    .companies--goto::before {
      content: '';
      width: -webkit-calc(100% - 10px);
      width: calc(100% - 10px);
      height: 100%;
      position: absolute;
      top: 0;
      left: 5px;
      background-color: #fff; }
    .companies--goto.no-items {
      display: none; }
  .companies--btn {
    -webkit-transform: rotate(0) translate(0%, 0%);
        -ms-transform: rotate(0) translate(0%, 0%);
            transform: rotate(0) translate(0%, 0%);
    bottom: 0;
    margin: 0;
    left: 0;
    position: relative; }
  .loadmore_btn_inner {
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .youget {
    padding-top: 50px; } }

@media (max-width: 1100px) {
  .vectors-slider {
    height: 350px; } }

@media (max-width: 992px) {
  .vectors-slider {
    height: 300px; }
  .youget--img {
    margin: 20px 0 20px 25%; }
  .companies {
    padding: 0; }
  .cases-page .companies {
    padding-bottom: 40px; }
  .vectors-slider {
    height: 360px; }
  .companies--title {
    margin-bottom: 25px; }
  .companies--goto {
    min-height: 100px; } }

@media (max-width: 768px) {
  .menu-burger {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8); }
  .base-popup .container-bg {
    display: none; }
  .vectors-slider {
    height: 280px;
    margin-bottom: 30px; }
  .vectors--title, .companies--title {
    font-size: 18px; }
  .vectors--title {
    margin-bottom: 20px; }
    .vectors--title-desc {
      display: none; }
    .vectors--title-mob {
      display: block; }
  .companies--goto {
    border: 0px solid;
    margin-top: 0; }
  .youget--img-wrap {
    margin-bottom: 30px; }
  .companies-list--item img {
    max-width: 88%; } }

@media (max-width: 650px) {
  .companies-list--item {
    width: 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%; } }

@media (max-width: 550px) {
  .youget {
    padding-top: 30px;
    padding-bottom: 30px; } }

@media (max-width: 500px) {
  .home-page .companies-list--item,
  .cases-page .companies-list--item {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }

@media (max-width: 450px) {
  .vectors--lbl a {
    font-size: 14px; }
  .vectors-slider {
    height: 250px; }
  .companies-list--item {
    width: 50%; }
  .vectors-slider {
    height: 240px; } }

.text-block h1, .text-block h2, .text-block h3, .text-block h4, .text-block h5, .text-block h6 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 800; }

.history .history--text p {
  margin-bottom: 20px; }

.history .container,
.format .container {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .history .container,
    .format .container {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }
  @media only screen and (-ms-high-contrast: active) and (max-width: 768px), (-ms-high-contrast: none) and (max-width: 768px) {
    .history .container,
    .format .container {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }

.result .container {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .result .container {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }
  @media only screen and (-ms-high-contrast: active) and (max-width: 500px), (-ms-high-contrast: none) and (max-width: 500px) {
    .result .container {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }

.history,
.format,
.result {
  padding: 70px 0; }
  .history--title,
  .format--title,
  .result--title {
    margin-bottom: 50px; }
  .history--subtitle,
  .format--subtitle,
  .result--subtitle {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 800; }
  .history--text .sign,
  .format--text .sign,
  .result--text .sign {
    text-align: right;
    margin-bottom: 20px; }
  .history--img,
  .format--img,
  .result--img {
    position: relative;
    overflow: hidden; }
    .history--img img,
    .format--img img,
    .result--img img {
      width: 100%; }

.history--img img,
.format--img img,
.result--img img,
.face--img img {
  width: 100%; }
  @media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .history--img img,
    .format--img img,
    .result--img img,
    .face--img img {
      top: 0;
      -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0); } }
  @supports (-ms-ime-align: auto) {
    .history--img img,
    .format--img img,
    .result--img img,
    .face--img img {
      top: 0;
      -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0); } }

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .history--img:hover img,
  .format--img:hover img,
  .result--img:hover img,
  .face--img:hover img {
    -webkit-transform: translate(-50%, 0) scale(1.1);
        -ms-transform: translate(-50%, 0) scale(1.1);
            transform: translate(-50%, 0) scale(1.1); } }

@supports (-ms-ime-align: auto) {
  .history--img:hover img,
  .format--img:hover img,
  .result--img:hover img,
  .face--img:hover img {
    -webkit-transform: translate(-50%, 0) scale(1.1);
        -ms-transform: translate(-50%, 0) scale(1.1);
            transform: translate(-50%, 0) scale(1.1); } }

.history--lbl,
.format--lbl,
.result--lbl,
.face--lbl {
  height: 35px;
  width: 160px;
  position: absolute;
  top: 125px;
  left: 100%;
  background-color: #393939;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 0% 100%;
      -ms-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .history--lbl a,
  .history--lbl .txt,
  .format--lbl a,
  .format--lbl .txt,
  .result--lbl a,
  .result--lbl .txt,
  .face--lbl a,
  .face--lbl .txt {
    font-size: 16px;
    color: #ffffff;
    padding: 5px 15px;
    font-weight: 400; }

.format--cont {
  padding-right: 100px; }

.format--text p {
  margin-bottom: 20px; }

.years {
  padding: 75px 0 90px; }
  .years-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .years-list .slick-list {
      padding: 0 !important;
      width: 100%; }
    .years-list .slick-track {
      margin: 0 !important; }
    .years-list--item {
      outline: none; }
      .years-list--item span {
        color: #000; }
      .years-list--item.slick-current + .slick-active .years-list--numb span {
        color: #ea8c22; }
        @supports (-ms-ime-align: auto) {
          .years-list--item.slick-current + .slick-active .years-list--numb span {
            color: #000; } }
      @supports (-ms-ime-align: auto) {
        .years-list--item.slick-center .years-list--numb span {
          color: #ea8c22 !important; } }
    .years-list--item-inner {
      width: 22.2vw;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding-right: 10px;
      min-height: 180px; }
    .years-list--cont {
      width: -webkit-calc(100% - 80px);
      width: calc(100% - 80px);
      -webkit-flex-basis: -webkit-calc(100% - 80px);
          -ms-flex-preferred-size: calc(100% - 80px);
              flex-basis: calc(100% - 80px);
      min-height: 150px; }
    .years-list--numb {
      font-weight: 800;
      font-size: 60px;
      color: #000;
      text-transform: uppercase;
      width: 79px;
      -webkit-flex-basis: 79px;
          -ms-flex-preferred-size: 79px;
              flex-basis: 79px;
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0); }
      .years-list--numb_small {
        font-size: .5em; }
      .years-list--numb span {
        display: inline-block;
        position: absolute;
        -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg);
        right: 80px;
        -webkit-transform-origin: 100% 0;
            -ms-transform-origin: 100% 0;
                transform-origin: 100% 0;
        white-space: nowrap;
        line-height: 0.73;
        -webkit-transition: color .3s ease;
        -o-transition: color .3s ease;
        transition: color .3s ease; }
    .years-list--title {
      font-weight: 800;
      text-transform: uppercase;
      margin-bottom: 20px; }
    .years-list p {
      font-weight: 600;
      margin-bottom: 20px; }
  .years--nav {
    position: relative;
    left: 1px;
    margin-top: 30px; }

.case-page .years-list--numb span {
  line-height: .73; }

.review-link {
  display: block;
  height: 100%;
  width: 100%; }

.case-video-fancybox iframe,
.case-video-fancybox video {
  display: block;
  width: 640px;
  max-width: 100%; }

#fancybox-overlay {
  background-color: #393939 !important;
  opacity: 0.85 !important; }

.face {
  position: relative;
  overflow: hidden;
  padding-bottom: 150px; }
  .face .container {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .face--title {
    margin-bottom: 25px; }
  .face--subtitle {
    position: relative; }
    .face--subtitle p {
      margin-bottom: 20px; }
  .face--img {
    position: relative; }
  .face--btn {
    position: absolute;
    right: 40px;
    bottom: 50px;
    color: #fff !important; }
  .face--nav {
    left: 0; }
  .face--text {
    position: relative;
    margin-bottom: 180px; }
  .face--bg {
    background-color: #393939;
    width: 1000%;
    bottom: -760px;
    height: 700px;
    position: absolute; }
  .face-slider::before {
    content: '';
    width: 66.666%;
    height: 100%;
    background-color: #000;
    left: 0;
    top: 0;
    position: absolute; }
  .face-slider-text--item-title {
    font-weight: 900;
    margin-bottom: 8px;
    margin-top: 5px; }
  .face-slider--item {
    position: relative;
    outline: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .face-slider--item-img {
      width: 66.666% !important;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .face-slider--item-img .face-img-wrap {
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
      .face-slider--item-img svg {
        display: none;
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        fill: #fff;
        -webkit-transition: fill .3s ease;
        -o-transition: fill .3s ease;
        transition: fill .3s ease; }
      .face-slider--item-img:hover svg {
        fill: #ea8c22; }
      .face-slider--item-img img {
        width: 100%; }
    .face-slider--item-label {
      font-size: 14px;
      font-weight: 400;
      min-height: 35px;
      line-height: 1.3;
      padding: 5px 15px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      text-align: center;
      max-width: 190px;
      color: #fff;
      position: absolute;
      right: 0;
      -webkit-transform: translate(50%, 0);
          -ms-transform: translate(50%, 0);
              transform: translate(50%, 0);
      top: 88px;
      z-index: 3;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      background-color: #393939; }

.face--img-wrap.is-video .face-slider--item-img svg {
  display: block; }

.ourteam-page .face {
  padding-top: 70px; }

.why {
  padding: 150px 0; }
  .why .container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .why--text {
    padding-top: 15px; }
    .why--text p {
      margin-bottom: 20px; }
  .why--title {
    margin-bottom: 45px; }
  .why--img {
    height: 480px;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center center;
    width: 75%;
    position: relative;
    z-index: 2;
    margin: 115px 0 115px 25%;
    overflow: hidden; }
    .why--img-bg {
      background-position: 50% 50%;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
              background-size: cover;
      background-image: url(../images/youget-plashka.jpg);
      height: 100%;
      width: 50%;
      position: absolute;
      left: 0;
      top: 0; }
    .why--img img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }
      @media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .why--img img {
          width: auto;
          height: auto;
          min-width: 100%;
          min-height: 100%;
          max-width: none;
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); } }
      @supports (-ms-ime-align: auto) {
        .why--img img {
          width: auto;
          height: auto;
          min-width: 100%;
          min-height: 100%;
          max-width: none;
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); } }
    @media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .why--img:hover img {
        -webkit-transform: translate(-50%, -50%) scale(1.1);
            -ms-transform: translate(-50%, -50%) scale(1.1);
                transform: translate(-50%, -50%) scale(1.1); } }
    @supports (-ms-ime-align: auto) {
      .why--img:hover img {
        -webkit-transform: translate(-50%, -50%) scale(1.1);
            -ms-transform: translate(-50%, -50%) scale(1.1);
                transform: translate(-50%, -50%) scale(1.1); } }

.about-page .companies,
.ourteam-page .companies {
  padding: 0 0 70px; }
  .about-page .companies-list,
  .ourteam-page .companies-list {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .about-page .companies-list--item,
    .ourteam-page .companies-list--item {
      width: 50%; }

.about-page .companies--btn,
.ourteam-page .companies--btn {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  position: relative;
  top: 0;
  left: 0;
  padding-left: 0; }

.about-page .companies-tab--head,
.ourteam-page .companies-tab--head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px; }
  .about-page .companies-tab--head .companies-tab--title,
  .ourteam-page .companies-tab--head .companies-tab--title {
    width: 50%; }
  .about-page .companies-tab--head .companies-tab--logo,
  .ourteam-page .companies-tab--head .companies-tab--logo {
    width: 50%;
    text-align: center; }
    .about-page .companies-tab--head .companies-tab--logo img,
    .ourteam-page .companies-tab--head .companies-tab--logo img {
      max-width: 80%;
      max-height: 30px;
      display: inline-block; }

.about-page .companies-tab--text,
.ourteam-page .companies-tab--text {
  margin-bottom: 20px; }
  .about-page .companies-tab--text p,
  .ourteam-page .companies-tab--text p {
    display: inline-block;
    margin-bottom: 20px; }

.about-page .companies-tab--title,
.ourteam-page .companies-tab--title {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 800; }

.about-page .companies-btns,
.ourteam-page .companies-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.about-page .companies-list--item,
.ourteam-page .companies-list--item {
  cursor: pointer; }

.about-page .companies-btns--item:nth-child(2),
.ourteam-page .companies-btns--item:nth-child(2) {
  margin-right: 40px; }

.about-page .companies--nav,
.ourteam-page .companies--nav {
  position: absolute;
  bottom: 0;
  left: 1px;
  z-index: 3;
  padding-left: 0;
  margin-left: 0;
  bottom: -36px; }

.ourteam-page .companies {
  padding: 135px 0 70px; }

.tabs-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0; }
  .tabs-nav--item {
    outline: none; }

.tab {
  display: none; }
  .tab.is-active {
    display: block; }

.tellmore {
  padding: 80px 0 160px; }
  .tellmore .container {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .tellmore--title {
    margin-bottom: 20px; }
  .tellmore--subtitle {
    margin-bottom: 20px; }
  .tellmore--img {
    height: 650px;
    overflow: hidden;
    position: relative;
    background-position: center center;
    -webkit-background-size: cover;
            background-size: cover; }
    .tellmore--img-inner {
      height: 100%; }
    .tellmore--img img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }
    @supports (-ms-ime-align: auto) {
      .tellmore--img-inner img {
        top: 0;
        width: auto;
        height: auto;
        min-width: 100%;
        min-height: 100%;
        max-width: none;
        position: absolute;
        left: 50%;
        top: 50%; } }
    @media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .tellmore--img-inner img {
        top: 0;
        width: auto;
        height: auto;
        min-width: 100%;
        min-height: 100%;
        max-width: none;
        position: absolute;
        left: 50%;
        top: 50%; } }
    @media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .tellmore--img-inner:hover img {
        -webkit-transform: translate(-50%, -50%) scale(1.1);
            -ms-transform: translate(-50%, -50%) scale(1.1);
                transform: translate(-50%, -50%) scale(1.1); } }
    @supports (-ms-ime-align: auto) {
      .tellmore--img-inner:hover img {
        -webkit-transform: translate(-50%, -50%) scale(1.1);
            -ms-transform: translate(-50%, -50%) scale(1.1);
                transform: translate(-50%, -50%) scale(1.1); } }

.slick-dots li button::before, .slick-dots li.slick-active button::before {
  font-size: 24px;
  color: #ea8c22; }

@media (max-width: 1700px) {
  .about-page .title {
    font-size: 34px; }
  .history--title, .result--title, .format--title, .face--title, .about-page .title {
    margin-bottom: 25px; }
  .why--text {
    padding-top: 0; }
  .why--img {
    margin: 75px 0 75px 25%; }
  .tellmore--img {
    height: 500px; }
  .tellmore {
    padding-bottom: 80px; }
  .about-page .companies-btns,
  .ourteam-page .companies-btns {
    display: block; }
  .face {
    padding-bottom: 120px; } }

@media (max-width: 1450px) {
  .about-page .title {
    font-size: 2.5vw; }
  .years-list--item-inner {
    min-height: 0; }
  .years-list--numb {
    font-size: 35px;
    width: 40px;
    -webkit-flex-basis: 40px;
        -ms-flex-preferred-size: 40px;
            flex-basis: 40px; }
  .years-list--numb span {
    right: 40px; }
  .years-list--cont {
    -webkit-flex-basis: -webkit-calc(100% - 50px);
        -ms-flex-preferred-size: calc(100% - 50px);
            flex-basis: calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px); }
  .face--btn {
    right: 0; }
  .why--img {
    height: 315px;
    margin: 45px 0 45px 25%; }
  .about-page .companies-btns,
  .our-page .companies-btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .tellmore--img {
    height: 500px; } }

@media (max-width: 1300px) {
  .about-page .title {
    font-size: 2.1vw; }
  .history, .format, .result {
    padding: 45px 0 60px; }
  .years {
    padding: 40px 0 70px; }
  .years--nav {
    margin-top: 5px; }
  .face--text {
    margin-bottom: 150px; }
  .face--bg {
    bottom: -725px; }
  .face {
    padding-bottom: 90px; }
  .why {
    padding: 100px 0; }
  .years-list p, .years-list--title {
    margin-bottom: 7px; }
  .about-page .is-mobile.companies .companies-list--item,
  .ourteam-page .is-mobile.companies .companies-list--item {
    min-height: 110px;
    padding: 0; } }

@media (max-width: 1200px) {
  .years-list--item-inner {
    width: 30vw; }
  .years {
    padding: 20px 0 60px; }
  .why--img {
    width: 100%;
    margin: 0; }
  .companies-tab {
    margin-top: 70px; }
  .about-page .companies-tab--head .companies-tab--title,
  .about-page .companies-tab--head .companies-tab--logo,
  .ourteam-page .companies-tab--head .companies-tab--title,
  .ourteam-page .companies-tab--head .companies-tab--logo {
    width: auto;
    padding-right: 40px; }
  .about-page .companies-btns {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .companies-btns--item {
    margin-right: 80px; }
  .companies-tab--title {
    max-width: 500px; }
  .why {
    padding: 90px 0 80px; }
  .tellmore {
    padding: 55px 0; }
  .about-page .companies-list--item,
  .ourteam-page .companies-list--item {
    width: 33.333%; }
  .about-page .companies-tab--head .companies-tab--logo, .ourteam-page .companies-tab--head .companies-tab--logo {
    padding-right: 0; }
  .about-page .companies-tab--head .companies-tab--logo img, .ourteam-page .companies-tab--head .companies-tab--logo img {
    max-width: 100%;
    max-height: 70px; } }

@media (max-width: 992px) {
  .face--text {
    padding-right: 30px; }
  .history, .format, .result {
    padding: 15px 0 45px; }
  .face {
    padding-bottom: 70px; }
  .why {
    padding: 65px 0; }
  .tellmore--img {
    height: 400px; }
  .why--img {
    height: 260px; }
  .face-slider--item-img {
    width: -webkit-calc(100% / 5 * 3) !important;
    width: calc(100% / 5 * 3) !important; }
  .face--btn {
    right: 25px; }
  .why--img-bg {
    display: none; }
  .face-slider::before {
    width: -webkit-calc(100% / 5 * 3);
    width: calc(100% / 5 * 3); } }

@media (max-width: 768px) {
  .years--nav {
    display: none; }
  .history--img, .format--img {
    height: 350px;
    margin-bottom: 20px; }
    .history--img img, .format--img img {
      min-width: 100%;
      width: auto;
      min-height: 100%;
      height: auto;
      -o-object-fit: cover;
         object-fit: cover;
      position: relative;
      top: 50%;
      left: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
          -ms-transform: translateY(-50%) translateX(-50%);
              transform: translateY(-50%) translateX(-50%); } }
    @media only screen and (max-width: 768px) and (-ms-high-contrast: active), (max-width: 768px) and (-ms-high-contrast: none) {
      .history--img img, .format--img img {
        position: absolute; } }

@media (max-width: 768px) {
      @supports (-ms-ime-align: auto) {
        .history--img img, .format--img img {
          position: absolute; } }
  .history, .format, .result {
    padding: 40px 0; }
  .history--text .sign, .format--text .sign, .result--text .sign {
    margin-bottom: 10px; }
  .years-list--item-inner {
    width: 100%;
    padding-left: 5px; }
  .years-list--cont {
    min-height: 150px; }
  .about-page .title {
    font-size: 18px; }
  .face--bg {
    display: none; }
  .face--btn {
    color: #000 !important;
    bottom: -50px;
    right: 50px; }
  .face-slider--item-img {
    width: 100% !important; }
  .face-slider--item {
    padding-top: 45px; }
  .face--text {
    margin-bottom: 25px; }
  .face-slider::before {
    height: -webkit-calc(100% - 45px);
    height: calc(100% - 45px);
    bottom: 0;
    width: 100%;
    top: auto; }
  .face--img {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto; }
  .face-slider--item-label {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    top: 0; }
  .face--nav {
    left: 0; }
  .why--img, .tellmore--img {
    margin-bottom: 25px; }
  .tellmore--img {
    height: 250px; }
  .tellmore, .about-page .companies, .ourteam-page .companies, .years {
    padding-bottom: 45px; }
  .home-page .news {
    padding-top: 30px; }
  .tellmore {
    padding-top: 40px; }
  .why {
    padding-top: 45px; }
  .format--cont, .face--text, .result--cont {
    padding-right: 0; }
  .format--cont {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; } }

@media (max-width: 650px) {
  .face-slider--item-label {
    top: 0;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }
  .face--text {
    margin-bottom: 10px; } }

@media (max-width: 480px) {
  .about-page .companies-tab--head,
  .ourteam-page .companies-tab--head {
    display: block; }
  .companies-tab--title {
    max-width: 100%;
    padding: 0; }
  .about-page .companies-tab--head .companies-tab--title,
  .ourteam-page .companies-tab--head .companies-tab--title,
  .about-page .companies-tab--head .companies-tab--logo,
  .ourteam-page .companies-tab--head .companies-tab--logo {
    padding: 0;
    text-align: left; }
  .about-page .companies-btns,
  .ourteam-page .companies-btns {
    display: block; }
  .companies-btns--item,
  .about-page .companies-btns--item:nth-child(2),
  .ourteam-page .companies-btns--item:nth-child(2) {
    margin-right: 0; } }

.case-page .face {
  padding-top: 70px; }

.case-page .bdrs3 {
  border-left: 1px solid rgba(102, 102, 102, 0.14);
  border-top: 1px solid rgba(102, 102, 102, 0.14);
  border-bottom: 1px solid rgba(102, 102, 102, 0.14);
  border-right: 1px solid rgba(102, 102, 102, 0.14); }

.case-page .companies {
  padding: 70px 0 35px; }
  .case-page .companies--body {
    margin: 85px 0 32px 0;
    background-color: #fff; }
  .case-page .companies--btn {
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0); }
  .case-page .companies-list--item {
    min-height: 0; }
    .case-page .companies-list--item img {
      max-width: 100%; }
    .case-page .companies-list--item .companies-list--btn-wrap {
      position: relative;
      left: 0;
      bottom: 20px;
      width: 100%;
      position: absolute;
      height: 40px;
      display: block;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .case-page .companies-list--item .companies-list--btn-wrap .companies--btn {
        bottom: 0;
        left: 0;
        position: relative; }
    .case-page .companies-list--item .companies-list--inner {
      display: block;
      text-align: center; }
  .case-page .companies-list--item:nth-child(1) {
    left: .4px; }
    .case-page .companies-list--item:nth-child(1) .companies-list--btn-wrap {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .case-page .companies-list--item:nth-child(1) .companies-list--btn-wrap .companies--btn {
        margin-left: 60px; }
  .case-page .companies-list--item:nth-child(2) {
    left: .9px; }
    .case-page .companies-list--item:nth-child(2) .companies-list--btn-wrap .companies--btn {
      margin-right: 110px; }

@media (max-width: 1450px) {
  .result {
    padding-top: 0; }
  .case-page .companies {
    padding: 35px 0 15px; } }

@media (max-width: 1200px) {
  .case-page .companies {
    padding: 0 0 15px; }
  .case-page .companies--body {
    background-color: transparent;
    position: relative; }
    .case-page .companies--body::before {
      content: '';
      width: -webkit-calc(100% - 100px);
      width: calc(100% - 100px);
      height: 100%;
      background-color: #fff;
      position: absolute;
      left: 50px;
      top: 0; }
  .case-page .companies-list--item .companies-list--btn-wrap {
    bottom: 10px; }
  .case-page .companies-list--item img {
    max-height: 60px;
    max-width: 70%;
    margin-left: auto;
    display: block;
    margin-right: auto; }
  .case-page .companies-list--item:nth-child(2) .companies-list--btn-wrap .companies--btn,
  .case-page .companies-list--item:nth-child(1) .companies-list--btn-wrap .companies--btn {
    margin-right: auto;
    margin-left: auto; } }

@media (max-width: 992px) {
  .case-page .face {
    padding-top: 35px; }
  .case-page .companies--body {
    margin: 50px 0 50px; } }

@media (max-width: 768px) {
  .case-page .years-list--cont {
    min-height: 120px; }
  .result--img {
    height: 250px; }
    .result--img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; } }

@media only screen and (-ms-high-contrast: active) and (max-width: 768px), (-ms-high-contrast: none) and (max-width: 768px) {
  .result--img img {
    -o-object-fit: fill;
       object-fit: fill;
    width: auto;
    height: auto; } }

@supports (-ms-ime-align: auto) {
  @media (max-width: 768px) {
    .result--img img {
      -o-object-fit: fill;
         object-fit: fill;
      width: 100% !important;
      height: auto; } } }

@media (max-width: 650px) {
  .case-page .companies--btn {
    font-size: 10px;
    line-height: 2; }
  .case-page .companies-list--item {
    padding: 15px 0 50px; }
  .case-page .companies-list--item img {
    max-width: 95%; } }

@media (max-width: 500px) {
  .result {
    padding-top: 20px; }
  .result--cont {
    margin-bottom: 20px; }
  .case-page .face {
    padding-top: 20px;
    padding-bottom: 30px; }
  .case-page .face--text {
    margin-bottom: 10px; } }

@media (max-width: 450px) {
  .case-page .companies--body {
    display: block;
    margin: 30px 0 45px; }
  .case-page .companies-list--item {
    width: 100%; }
    .case-page .companies-list--item:nth-child(1) {
      border-bottom: 0; }
    .case-page .companies-list--item.empty-item {
      display: none; } }

.services {
  padding: 75px 0; }
  .services--title {
    margin-bottom: 50px; }
    .services--title-mob {
      display: none; }
  .services--subtitle {
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .services--text {
    margin-bottom: 75px; }
    .services--text p {
      margin-bottom: 20px; }
    .services--text ul li {
      margin-bottom: 10px;
      padding-left: 19px;
      position: relative; }
      .services--text ul li::before {
        content: '';
        height: 4px;
        width: 4px;
        background: #f78603;
        display: inline-block;
        position: absolute;
        top: 9px;
        left: 0; }
  .services-list {
    margin-bottom: 40px; }
    .services-list--item {
      margin-bottom: 20px;
      padding-left: 20px;
      position: relative; }
      .services-list--item::before {
        content: '';
        width: 13px;
        height: 2px;
        background-color: #000;
        position: absolute;
        left: 0;
        top: 8px; }
  .services-slider {
    margin-top: 17px;
    position: relative; }
    .services-slider::before {
      content: '';
      width: 3px;
      height: -webkit-calc(100% + 35px);
      height: calc(100% + 35px);
      position: absolute;
      left: -1.5px;
      top: 0;
      background-color: #fff;
      border-right: 1px solid rgba(102, 102, 102, 0.14);
      z-index: 9; }
      @media (max-width: 768px) {
        .services-slider::before {
          height: 100%; } }
    .services-slider::after {
      content: '';
      width: 3px;
      height: 100%;
      position: absolute;
      left: -webkit-calc(100% - 1px);
      left: calc(100% - 1px);
      top: 0;
      background-color: #fff;
      z-index: 9;
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(102, 102, 102, 0.14)));
      background-image: -webkit-linear-gradient(rgba(102, 102, 102, 0.14));
      background-image: -o-linear-gradient(rgba(102, 102, 102, 0.14));
      background-image: linear-gradient(rgba(102, 102, 102, 0.14));
      background-repeat: no-repeat;
      background-position: 1px 0;
      -webkit-background-size: 1px 100%;
              background-size: 1px 100%; }
    .services-slider .slick-track {
      margin-left: 0; }
    .services-slider--item {
      width: 50%;
      outline: none;
      padding-left: 1.5px;
      padding-right: 1.5px;
      position: relative; }
      .services-slider--item::before {
        content: '';
        width: 1px;
        height: -webkit-calc(100% + 35px);
        height: calc(100% + 35px);
        position: absolute;
        left: -1px;
        top: 0;
        background-color: #fff;
        border-left: 1px solid rgba(102, 102, 102, 0.14);
        z-index: 9; }
      .services-slider--item::after {
        content: '';
        width: 3px;
        height: 100%;
        position: absolute;
        left: -webkit-calc(100% - 1px);
        left: calc(100% - 1px);
        top: 0;
        background-color: #fff;
        border-left: 1px solid rgba(102, 102, 102, 0.14);
        z-index: 9; }
    .services-slider--inner {
      background-color: #fff;
      cursor: pointer;
      font-weight: 800;
      height: 200px;
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 10px;
      text-align: center;
      text-transform: uppercase;
      -webkit-transition: color .3s ease;
      -o-transition: color .3s ease;
      transition: color .3s ease;
      overflow: hidden;
      border-bottom: 1px solid rgba(102, 102, 102, 0.14); }
      .services-slider--inner:nth-child(1) {
        border-top: 1px solid rgba(102, 102, 102, 0.14); }
      .services-slider--inner:hover, .services-slider--inner.is-active {
        color: #ea8c22; }
  .services--nav {
    left: 1px;
    bottom: -36px; }
  .services .container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }

.collage {
  padding: 80px 0 70px 0; }
  .collage .container {
    position: relative; }
    @media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .collage .container {
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap; } }
  .collage--img {
    height: 800px; }
    .collage--img-wrap {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: hidden; }
    .collage--img:nth-child(2) {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .collage--img:nth-child(2) .collage--img-wrap:nth-child(1) {
        width: 50%;
        height: 50%;
        position: absolute;
        left: 0;
        top: 0; }
      .collage--img:nth-child(2) .collage--img-wrap:nth-child(2) {
        width: 50%;
        height: 50%;
        position: absolute;
        left: 50%;
        top: 0; }
      .collage--img:nth-child(2) .collage--img-wrap:nth-child(3) {
        width: 100%;
        height: 50%;
        position: absolute;
        left: 0;
        top: 50%; }
  .collage img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.contacts-page .sect-form--img {
  background-image: url(../images/contacts-page/form-bg.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 0 0;
  height: auto;
  padding: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 656px; }

.contacts-page .sect-form {
  padding: 65px 0 145px; }
  .contacts-page .sect-form--subtitle {
    margin-bottom: 35px; }
  .contacts-page .sect-form .field_email {
    margin-bottom: 40px; }
  .contacts-page .sect-form .field_textarea {
    margin-bottom: 30px; }

.form-question, textarea {
  resize: none !important;
  height: 100px;
  border: 0;
  width: 100%;
  outline: none;
  background-color: transparent;
  padding-top: 12px; }

.sect-form--img-inner {
  max-width: 100%; }

.sect-form--img-title {
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 10px; }

.sect-form--item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  color: #000;
  font-size: 16px;
  margin-bottom: 6px; }
  .sect-form--item-label {
    margin-right: 5px;
    white-space: nowrap; }
  .sect-form--item-links {
    letter-spacing: 1px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    max-width: 100%;
    position: relative; }
    .sect-form--item-links p {
      margin-bottom: 4px; }
    .sect-form--item-links a {
      color: #000000;
      font-size: 16px;
      -webkit-transition: color .35s ease;
      -o-transition: color .35s ease;
      transition: color .35s ease;
      display: block;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      max-width: 100%;
      position: relative; }
      .sect-form--item-links a:hover {
        color: #ea8c22; }

.sect-form--img-item {
  margin-bottom: 40px; }
  .sect-form--img-item:nth-last-child(1) {
    margin-bottom: 0; }

.field_file input {
  position: absolute;
  left: -10000px;
  display: none; }

.input_file_add {
  color: #919191;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease; }
  .input_file_add::after {
    content: '+';
    font-weight: 900;
    font-size: 18px;
    padding-left: 4px;
    color: #ea8c22;
    display: inline-block; }
  .input_file_add-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
  .input_file_add-name {
    cursor: pointer;
    color: #ea8c22;
    font-weight: 400;
    font-size: 12px;
    display: inline-block;
    margin-left: 7px;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  .input_file_add:hover {
    color: #ea8c22; }

.field_file.field::before {
  display: none; }

.btn_upload_file br {
  display: none; }

.footer-bottom {
  font-size: 12px;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 70px 0 10px; }

.politics {
  width: 50%;
  padding-right: 50px;
  left: -15px;
  position: relative; }
  .politics--inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 585px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .politics .menu-item a {
    padding: 2px 10px; }
    .politics .menu-item a:hover {
      color: #fff; }

#politic-modal1,
#politic-modal2,
#politic-modal3,
#politic-modal4,
#politic-modal5 {
  max-height: 53rem;
  z-index: 9999999999999 !important;
  text-align: left;
  border-bottom: 3px solid #ea8c22 !important; }

.iziModal {
  max-width: 70rem !important; }
  .iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-title {
    color: #fff;
    font-size: 1.7rem; }
    @media (max-width: 768px) {
      .iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-title {
        font-size: 1.5rem; } }
  .iziModal a {
    font-size: 1.4rem;
    color: #000;
    text-decoration: none; }
  .iziModal .close {
    text-align: right;
    padding: 1rem; }
  .iziModal .iziModal-header.iziModal-noSubtitle .iziModal-button {
    background-color: #ea8c22; }
  .iziModal .iziModal-button-fullscreen {
    display: none !important; }
  .iziModal .politic__content {
    overflow: hidden;
    height: -webkit-calc(100%-5rem);
    height: calc(100%-5rem);
    padding: 2.5rem 2.5rem;
    position: relative;
    background-color: #fff; }
    .iziModal .politic__content p {
      padding-bottom: 2rem;
      font-size: 1.5rem;
      color: #000; }
      @media (max-width: 768px) {
        .iziModal .politic__content p {
          font-size: 1.3rem; } }

.iziModal::before {
  content: '';
  width: 100%;
  height: 0;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 4.5rem;
  z-index: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(0, 0, 0, 0.35)));
  background: -webkit-linear-gradient(bottom, transparent 0%, rgba(0, 0, 0, 0.35) 100%);
  background: -o-linear-gradient(bottom, transparent 0%, rgba(0, 0, 0, 0.35) 100%);
  background: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.35) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59000000', endColorstr='#00000000',GradientType=0 );
  -webkit-transition: height .3s ease-in-out,opacity .3s ease-in-out;
  -o-transition: height .3s ease-in-out,opacity .3s ease-in-out;
  transition: height .3s ease-in-out,opacity .3s ease-in-out;
  pointer-events: none; }

.iziModal.hasScroll.hasShadow::before {
  opacity: 1;
  height: 3rem; }

.iziModal .iziModal-wrap {
  background-color: #fff; }

.iziModal .iziModal-wrap {
  height: 100% !important;
  overflow-y: auto !important;
  overflow-x: hidden !important; }

.last-marg {
  width: 100%;
  height: 4rem; }

.iziModal .iziModal-header.iziModal-noSubtitle {
  background-color: #ea8c22 !important; }

.iziModal.hasScroll.hasShadow::before {
  display: none; }

.tabs-nav--link.is-active,
.tabs-nav--link.no-active-anm {
  pointer-events: none; }

@media (max-width: 1800px) {
  .politics {
    padding-right: 0; } }

@media (max-width: 1700px) {
  .services-slider--inner {
    height: 170px; }
  .services--text {
    margin-bottom: 40px; }
  .collage--img {
    height: 49vw; }
  .contacts-page .sect-form {
    padding: 50px 0 120px; }
  .politics {
    left: 0;
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; } }

@media (max-width: 1450px) {
  .services--title {
    margin-bottom: 20px; }
  .ourteam-page .companies {
    padding-top: 105px; }
  .contacts-page .sect-form--img {
    min-height: 535px; }
  .footer-bottom {
    padding: 70px 0 0; } }

@media (max-width: 1200px) {
  .youget-imgs--item-img {
    height: 270px; }
  .services--subtitle {
    margin-bottom: 12px; }
  .services-slider--inner {
    height: 130px; }
  .services-slider {
    margin-top: 0; }
  .ourteam-page .face {
    padding-top: 55px; }
  .ourteam-page .companies {
    padding-top: 90px; }
  .ourteam-page .companies-btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .collage {
    padding-top: 40px; }
  .contacts-page .sect-form {
    padding: 40px 0 80px; }
  .contacts-page .sect-form--img {
    min-height: 480px; } }

@media (max-width: 992px) {
  .collage {
    padding-top: 30px; }
  .youget-imgs--item-img {
    height: 230px; }
  .ourteam-page .face {
    padding-top: 30px; }
  .contacts-page .sect-form .field_email {
    margin-bottom: 14px; }
  .contacts-page .sect-form--subtitle {
    margin-bottom: 0; }
  .form-question, textarea {
    height: 60px; }
  .contacts-page .sect-form .field_textarea {
    margin-bottom: 15px; }
  .input_file_add {
    font-size: 13px; }
  .contacts-page .sect-form--img {
    min-height: 350px;
    padding-right: 20px;
    padding-left: 20px; }
  .sect-form--img-item {
    margin-bottom: 25px; }
  .sect-form--item,
  .sect-form--item-links a {
    font-size: 14px; } }

@media (max-width: 768px) {
  .collage {
    padding-top: 20px; }
  .services-slider-wrap {
    margin-bottom: 60px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .services {
    padding: 55px 0; }
    .services--title-des {
      display: none; }
    .services--title-mob {
      display: block;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
    .services--cont {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3; }
  .youget-imgs--item-img {
    height: 50vw; }
  .services-list--item {
    margin-bottom: 12px; }
  .services-slider {
    border: 0; }
  .services-slider--inner {
    border-left: 1px solid rgba(102, 102, 102, 0.14);
    border-right: 1px solid rgba(102, 102, 102, 0.14);
    height: 110px; }
  .services-slider--item {
    padding-left: 0;
    padding-right: 0; }
  .slick-current + .slick-active .services-slider--inner {
    margin-left: -1px; }
  .face-slider--item-label {
    top: 0;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%); }
  .ourteam-page .companies {
    padding-top: 15px; }
  .collage--img {
    height: 90vw; }
    .collage--img:nth-child(1) {
      height: 65vw; }
  .footer, .contacts--footer {
    text-align: center; }
  .footer-bottom {
    display: block;
    text-align: center; }
  .politics {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .footer--copywrite {
    margin-bottom: 15px; }
  .menu-social {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 100%; }
  .contacts--footer .menu-social--list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .menu-social {
    margin-top: 15px; }
  .menu--footer {
    left: 0;
    margin-bottom: 25px; }
  .menu-popup .menu-item {
    padding: 2px 0; }
  .menu-popup .menu--popup {
    margin-left: 0; }
  .menu-popup .menu--list a::before {
    height: 5px; }
  .contacts-page .sect-form {
    padding-bottom: 40px; } }

@media (max-width: 600px) {
  .contacts-page .sect-form--img {
    min-height: 0;
    height: auto; }
  .sect-form--img-title {
    font-size: 13px; }
  .footer--copywrite {
    margin-bottom: 10px;
    display: inline-block; }
  .politics--inner {
    display: block;
    text-align: center; }
  .politics .menu-item a {
    display: inline-block;
    margin-top: 3px; } }

@media (max-width: 550px) {
  .services-slider--inner {
    height: 90px; }
  .services-slider--item.slick-current + .slick-slide .services-slider--inner {
    margin-left: 0px; }
  .services {
    padding: 45px 0; }
  .ourteam-page .companies-btns {
    display: block; } }

@media (max-width: 450px) {
  .menu-social {
    margin-top: 0; }
  .youget--img, .direction-page .youget--img {
    margin-left: 15%;
    width: 85%; } }

.previewg {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.7);
      -ms-transform: translate(-50%, -50%) scale(0.7);
          transform: translate(-50%, -50%) scale(0.7); }

@media only screen and (-ms-high-contrast: active) and (max-width: 1200px), (-ms-high-contrast: none) and (max-width: 1200px) {
  .case-page .companies-list--btn-wrap {
    display: block !important; } }

.separator {
  display: none; }

.loadmore_btn_inner {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%; }

.yrm-btn-wrapper {
  text-align: left !important;
  padding-top: 0 !important; }

.yrm-inner-content-wrapper p:nth-child(1) {
  display: none; }

.yrm-button-text, .yrm-button-text-1 {
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #8d8d8d !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease; }

.yrm-toggle-expand {
  height: auto !important;
  width: auto !important;
  border: none !important;
  padding: 5px 0; }
  .yrm-toggle-expand:hover .yrm-button-text, .yrm-toggle-expand:hover .yrm-button-text-1 {
    color: #ea8c22 !important; }

.page-wrap .yrm-content {
  color: inherit !important; }

@-webkit-keyframes loaderMore {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1; }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes loaderMore {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1; }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

.loader-more {
  -webkit-animation: loaderMore 1s infinite ease-in-out;
          animation: loaderMore 1s infinite ease-in-out;
  background-color: #ea8c22;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: inline-block;
  margin: -25px 0 0 -25px;
  position: absolute;
  pointer-events: none;
  top: 50%;
  left: 50%;
  height: 50px;
  width: 50px;
  z-index: 0; }
  .loader-more:after {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0; }

.is-loading {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

/*# sourceMappingURL=index.min.css.map */
