

/* Start:/local/css/style.css?1751527174235226*/
/**
 * Переменные
 **/
/**
 * Сетка
 **/
/****
 * Миксины, разное
 ****/
/*
.hover-opacity(@opacity: 0.75) {
    cursor: pointer;

    &:hover {
        opacity: @opacity;
    }
}

.rotate(@degree) {
    transform: rotate(@degree);
}
*/
/****
 * Внешние либы, ресеты
 ****/
/* normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
input[type="email"],
input[type="text"],
textarea {
  box-shadow: none;
  border-radius: 0;
}
input[type="email"]::-ms-clear,
input[type="text"]::-ms-clear,
textarea::-ms-clear {
  display: none;
}
input[type=password]::-ms-reveal {
  display: none;
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
/****
 * Подключение шрифтов
 ****/
@font-face {
  font-family: 'Roboto';
  src: url('/local/css/fonts/Roboto-Light.woff2') format('woff2'), url('/local/css/fonts/Roboto-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('/local/css/fonts/Roboto-Medium.woff2') format('woff2'), url('/local/css/fonts/Roboto-Medium.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('/local/css/fonts/RobotoBold.woff2') format('woff2'), url('/local/css/fonts/RobotoBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rounded';
  src: url('/local/css/fonts/RoundedMplus1c-Regular.woff2') format('woff2'), url('/local/css/fonts/RoundedMplus1c-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/**
 * Попапы
 **/
/* SliderJs */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider * {
  outline: none;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable='true'] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px 44px 25px 44px;
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}
/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}
/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.tippy-tooltip.light-theme {
  background-color: #fff;
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.15);
  color: #333;
}
.tippy-tooltip.light-theme[x-placement^='top'] .tippy-arrow,
.tippy-tooltip.light-theme[x-placement^='bottom'] .tippy-arrow,
.tippy-tooltip.light-theme[x-placement^='left'] .tippy-arrow,
.tippy-tooltip.light-theme[x-placement^='right'] .tippy-arrow {
  border-top-color: #fff;
}
.fancybox-container .fancybox-bg {
  background: #457198;
}
@media (max-width: 479px) {
  .fancybox-container .fancybox-bg {
    background: #275467;
  }
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.select2.select2-container--custom-theme {
  position: static;
  height: 55px;
  border-bottom: 1px solid #979797;
  padding: 10px 0 3px;
  box-sizing: border-box;
  font-size: 14px;
  margin-bottom: 3px;
}
.select2.select2-container--custom-theme + span {
  pointer-events: none;
}
.select2.select2-container--custom-theme.select2-container--below .select2-selection__rendered,
.select2.select2-container--custom-theme.select2-container--above .select2-selection__rendered {
  opacity: 1;
}
.select2.select2-container--custom-theme.select2-container--below + span,
.select2.select2-container--custom-theme.select2-container--above + span {
  top: 0;
  color: #333;
  font-size: 11px;
}
.select2.select2-container--custom-theme.select2-container--focus + span {
  top: 0;
  color: #333;
  font-size: 11px;
}
.select2.select2-container--custom-theme.select2-container--open .select2-selection__arrow b {
  transform: rotate(90deg) scaleX(-1);
}
.select2.select2-container--custom-theme .select2-selection {
  outline: none;
  position: relative;
}
.select2.select2-container--custom-theme .select2-selection__rendered {
  opacity: 0;
  color: #333;
  margin-top: 15px;
  padding-left: 0;
}
.select2.select2-container--custom-theme .select2-selection__arrow {
  right: 0;
  left: auto;
}
.select2.select2-container--custom-theme .select2-selection__arrow b {
  transition: transform 0.3s ease;
  width: 8px;
  height: 13px;
  background: url(/local/css/../images/sprite.svg?337125b4) -2173px -453px no-repeat;
  transform: rotate(90deg);
  display: block;
  position: absolute;
  right: 4px;
  bottom: 10px;
}
.select2-container--custom-theme {
  transition: none!important;
}
.select2-container--custom-theme .select2-results__options {
  margin: 0;
}
.select2-container--custom-theme .select2-results__options li {
  padding: 10px;
  margin: 0;
  color: #333;
}
.select2-container--custom-theme .select2-results__options li:before {
  display: none;
}
.select2-container--custom-theme .select2-results__options li.select2-results__option--highlighted {
  background: #eff6f8;
}
/****
 * Основные стили
 ****/
/****
 * Сетка (bootstrap сетка)
 ****/
/**
 * Common
 **/
.grid-row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin-left: -8px;
  margin-right: -8px;
}
.grid-row.ha-between {
  justify-content: space-between;
}
.grid-row.ha-end {
  justify-content: flex-end;
}
.grid-row.va-center {
  align-content: center;
  align-items: center;
}
.grid-row.va-stretch {
  align-items: stretch;
}
.grid-row.va-end {
  align-items: flex-end;
}
.grid-row.gutter-0 {
  margin-left: 0;
  margin-right: 0;
}
.grid-row.gutter-0 > div {
  padding-left: 0;
  padding-right: 0;
}
.grid-row.gutter-10 {
  margin-left: -5px;
  margin-right: -5px;
}
.grid-row.gutter-10 > div {
  padding-left: 5px;
  padding-right: 5px;
}
.grid-row.gutter-16 {
  margin-left: -8px;
  margin-right: -8px;
}
.grid-row.gutter-16 > div {
  padding-left: 8px;
  padding-right: 8px;
}
.grid-row.gutter-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.grid-row.gutter-20 > div {
  padding-left: 10px;
  padding-right: 10px;
}
.grid-row .col-xs-1,
.grid-row .col-sm-1,
.grid-row .col-md-1,
.grid-row .col-lg-1,
.grid-row .col-xl-1,
.grid-row .col-xxl-1,
.grid-row .col-xs-2,
.grid-row .col-sm-2,
.grid-row .col-md-2,
.grid-row .col-lg-2,
.grid-row .col-xl-2,
.grid-row .col-xxl-2,
.grid-row .col-xs-3,
.grid-row .col-sm-3,
.grid-row .col-md-3,
.grid-row .col-lg-3,
.grid-row .col-xl-3,
.grid-row .col-xxl-3,
.grid-row .col-xs-4,
.grid-row .col-sm-4,
.grid-row .col-md-4,
.grid-row .col-lg-4,
.grid-row .col-xl-4,
.grid-row .col-xxl-4,
.grid-row .col-xs-5,
.grid-row .col-sm-5,
.grid-row .col-md-5,
.grid-row .col-lg-5,
.grid-row .col-xl-5,
.grid-row .col-xxl-5,
.grid-row .col-xs-6,
.grid-row .col-sm-6,
.grid-row .col-md-6,
.grid-row .col-lg-6,
.grid-row .col-xl-6,
.grid-row .col-xxl-6,
.grid-row .col-xs-7,
.grid-row .col-sm-7,
.grid-row .col-md-7,
.grid-row .col-lg-7,
.grid-row .col-xl-7,
.grid-row .col-xxl-7,
.grid-row .col-xs-8,
.grid-row .col-sm-8,
.grid-row .col-md-8,
.grid-row .col-lg-8,
.grid-row .col-xl-8,
.grid-row .col-xxl-8,
.grid-row .col-xs-9,
.grid-row .col-sm-9,
.grid-row .col-md-9,
.grid-row .col-lg-9,
.grid-row .col-xl-9,
.grid-row .col-xxl-9,
.grid-row .col-xs-10,
.grid-row .col-sm-10,
.grid-row .col-md-10,
.grid-row .col-lg-10,
.grid-row .col-xl-10,
.grid-row .col-xxl-10,
.grid-row .col-xs-11,
.grid-row .col-sm-11,
.grid-row .col-md-11,
.grid-row .col-lg-11,
.grid-row .col-xl-11,
.grid-row .col-xxl-11,
.grid-row .col-xs-12,
.grid-row .col-sm-12,
.grid-row .col-md-12,
.grid-row .col-lg-12,
.grid-row .col-xl-12,
.grid-row .col-xxl-12 {
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
  flex-shrink: 0;
  flex-grow: 0;
  max-width: 100%;
}
.grid-row > .col {
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
  flex-shrink: 0;
  flex-grow: 0;
  max-width: 100%;
}
/**
     * Десктоп
    **/
.col-xxl-12 {
  width: 100%;
}
.col-xxl-11 {
  width: 91.66666667%;
}
.col-xxl-10 {
  width: 83.33333333%;
}
.col-xxl-9 {
  width: 75%;
}
.col-xxl-8 {
  width: 66.66666667%;
}
.col-xxl-7 {
  width: 58.33333333%;
}
.col-xxl-6 {
  width: 50%;
}
.col-xxl-5 {
  width: 41.66666667%;
}
.col-xxl-4 {
  width: 33.33333333%;
}
.col-xxl-3 {
  width: 25%;
}
.col-xxl-2 {
  width: 16.66666667%;
}
.col-xxl-1 {
  width: 8.33333333%;
}
.col-xxl-0 {
  width: 0;
  display: none;
}
.col-xxl-offset-12 {
  margin-left: 100%;
}
.col-xxl-offset-11 {
  margin-left: 91.66666667%;
}
.col-xxl-offset-10 {
  margin-left: 83.33333333%;
}
.col-xxl-offset-9 {
  margin-left: 75%;
}
.col-xxl-offset-8 {
  margin-left: 66.66666667%;
}
.col-xxl-offset-7 {
  margin-left: 58.33333333%;
}
.col-xxl-offset-6 {
  margin-left: 50%;
}
.col-xxl-offset-5 {
  margin-left: 41.66666667%;
}
.col-xxl-offset-4 {
  margin-left: 33.33333333%;
}
.col-xxl-offset-3 {
  margin-left: 25%;
}
.col-xxl-offset-2 {
  margin-left: 16.66666667%;
}
.col-xxl-offset-1 {
  margin-left: 8.33333333%;
}
.col-xxl-offset-0 {
  margin-left: 0%;
}
.hidden-xxl {
  display: none;
}
.visible-xxl {
  display: block;
}
/**
     * Большой десктоп
    **/
@media (min-width: 1239px) {
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-0 {
    width: 0;
    display: none;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
  .hidden-xl {
    display: none;
  }
  .visible-xl {
    display: block;
  }
}
/**
     * Маленький десктоп
    **/
@media (max-width: 1239px) {
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-0 {
    width: 0;
    display: none;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .hidden-lg {
    display: none;
  }
  .visible-lg {
    display: block;
  }
}
/**
    * Планшет
   **/
@media (max-width: 1023px) {
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-0 {
    width: 0;
    display: none;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .hidden-md {
    display: none;
  }
  .visible-md {
    display: block;
  }
}
/**
     * Телефон
    **/
@media (max-width: 767px) {
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-0 {
    width: 0;
    display: none;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .hidden-sm {
    display: none;
  }
  .visible-sm {
    display: block;
  }
}
/**
     * Маленький Телефон
    **/
@media (max-width: 479px) {
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-11 {
    width: 91.66666667%;
  }
  .col-xs-10 {
    width: 83.33333333%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-8 {
    width: 66.66666667%;
  }
  .col-xs-7 {
    width: 58.33333333%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-5 {
    width: 41.66666667%;
  }
  .col-xs-4 {
    width: 33.33333333%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-2 {
    width: 16.66666667%;
  }
  .col-xs-1 {
    width: 8.33333333%;
  }
  .col-xs-0 {
    width: 0;
    display: none;
  }
  .col-xs-offset-12 {
    margin-left: 100%;
  }
  .col-xs-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xs-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xs-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xs-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xs-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xs-offset-0 {
    margin-left: 0%;
  }
  .hidden-xs {
    display: none;
  }
  .visible-xs {
    display: block;
  }
}
* {
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
html {
  height: 100%;
  min-height: 100vh;
  background: #235784;
}
body {
  min-height: 100vh;
  min-width: 320px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  font: 400 18px 'Rounded', sans-serif;
  color: #333;
  background: #eff6f8;
}
main {
  flex-grow: 1;
  overflow: hidden;
}
.page-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  min-height: 100vh;
  z-index: 1;
}
.container {
  max-width: 1040px;
  padding: 0 16px;
  margin: 0 auto;
  position: relative;
}
.small-container {
  max-width: 726px;
}
.slick-slide {
  outline: none;
}
.bx-loader {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  margin: 0 auto;
  position: fixed;
  top: 130px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  display: none;
  z-index: 99993;
}
.bx-loader:before,
.bx-loader:after {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 10px solid transparent;
}
.bx-loader:before {
  border-top-color: #39d;
  animation: spin 1s infinite;
}
.bx-loader:after {
  animation: spin 1s infinite alternate;
  border-bottom-color: #ccc;
}
#bx-panel {
  position: absolute !important;
  top: 68px;
  width: 100% !important;
}
@media (max-width: 1023px) {
  .small-container {
    max-width: none;
  }
}
@media (max-width: 479px) {
  .container {
    padding: 0 15px;
  }
}
.todo {
  outline: 1px solid red;
}
/**
 * Links
 */
a {
  text-decoration: none;
  color: inherit;
}
.back-link {
  display: inline-block;
  margin-right: 12px;
  color: #00aeef;
  font: 400 14px 'Roboto', sans-serif;
}
.back-link:before {
  content: '';
  position: relative;
  display: inline-block;
  vertical-align: middle;
  transition: left 0.3s ease;
  width: 8px;
  height: 13px;
  background: url(/local/css/../images/sprite.svg?337125b4) -2185px -453px no-repeat;
  margin-right: 5px;
  top: -1px;
  left: -1px;
  pointer-events: none;
}
.back-link:not(span):hover:before {
  left: -5px;
}
.back-link span {
  transition: all 0.3s ease;
  background: linear-gradient(to left, currentColor, currentColor) 50% 100% no-repeat;
  background-size: 100% 1px, 100% 1px;
}
.back-link span:hover {
  background-size: 0 1px, 100% 1px;
}
/**
 * Buttons
 */
.btn {
  transition: all 0.3s ease;
  color: #fff;
  background: #fea202;
  font: 400 13px 'Rounded', sans-serif;
  display: inline-block;
  padding: 10px 53px 10px 17px;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  border: none;
  box-sizing: border-box;
  text-align: left;
}
.btn:after {
  content: '';
  position: absolute;
  transition: right 0.3s ease;
  width: 6px;
  height: 9px;
  background: url(/local/css/../images/sprite.svg?337125b4) -2295px -433px no-repeat;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) scale(1.1);
}
.btn:hover,
.btn:focus {
  box-shadow: -3px 4px 4px 0 rgba(254, 162, 2, 0.54);
}
.btn:hover:after,
.btn:focus:after {
  right: 10px;
}
.btn.small {
  padding-right: 32px;
}
.btn.without-arrow {
  padding-right: 17px;
  text-align: center;
}
.btn.without-arrow:after {
  display: none;
}
@media (max-width: 479px) {
  .btn {
    width: 100%;
  }
}
.scroll-btn {
  transition: opacity 0.3s ease;
  width: 20px;
  height: 33px;
  background: url(/local/css/../images/sprite.svg?337125b4) -2104px -433px no-repeat;
  position: fixed;
  z-index: 11;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  outline: none;
  border: none;
  cursor: pointer;
}
.scroll-btn:hover {
  opacity: 0.8;
}
.scroll-btn:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  animation: scroll-btn 2s ease infinite;
  border-radius: 50%;
  left: 50%;
  top: 4px;
  transform: translateX(-50%);
  background: #fea202;
}
@media (max-width: 479px) {
  .scroll-btn {
    display: none;
  }
}
.to-top {
  transition: all 0.3s ease;
  width: 40px;
  height: 40px;
  position: fixed;
  background: #00aeef;
  bottom: 56px;
  left: 33px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
  cursor: pointer;
  border-radius: 3px;
}
.to-top.hide {
  opacity: 0!important;
  pointer-events: none;
}
.to-top:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 13px;
  background: url(/local/css/../images/sprite.svg?337125b4) -2314px -334px no-repeat;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.to-top:hover {
  background: #235784;
}
@media (max-width: 1239px) {
  .to-top {
    display: none;
  }
}
/**
 * Inputs
 */
/**
 * Header
 **/
.header {
  transition: opacity 0.3s ease;
  position: fixed;
  width: 100vw;
  padding-top: 18px;
  padding-bottom: 12px;
  z-index: 1052;
  max-height: 100vh;
  background: #eff6f8;
}
.header.shadow {
  box-shadow: 3px -3px 6px 1px black;
}
.header.hide {
  opacity: 0!important;
}
.header .technical-support {
  transition: border-color 0.3s ease;
  border: 2px solid #999;
  padding: 8px;
  margin: 20px 30px 20px 0;
}
.header .technical-support:hover {
  border-color: #fea202;
}
.header .header-wrapper {
  display: flex;
}
.header .logo {
  transition: opacity 0.3s ease;
  width: 176px;
  height: 46px;
  background: url(/local/css/../images/inner_logo.png) 0 0 no-repeat;
  display: block;
  flex-shrink: 0;
}
.header .logo:hover {
  opacity: 0.6;
}
.header .menu-items-container {
  margin: 0 38px 0 60px;
  font-size: 12px;
  display: flex;
}
.header .menu-items-container .menu-item {
  transition: all 0.3s ease;
  background: linear-gradient(to left, #fea202, #fea202) 50% 100% no-repeat, linear-gradient(to left, transparent, transparent) 0 100% repeat-x;
  background-size: 0 1px, 100% 1px;
  display: inline-block;
  color: #4e5860;
  text-decoration: none;
  text-transform: uppercase;
  margin: 10px 11px;
  letter-spacing: 0.55px;
}
.header .menu-items-container .menu-item:hover {
  background-size: 100% 1px, 100% 1px;
}
.touch .header .menu-items-container .menu-item:hover {
  background-size: 0 1px, 100% 1px;
}
.header .menu-items-container .menu-item.mobile-only {
  display: none;
  margin-top: 30px;
}
.header .feedback-container {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
}
.header .header-mail {
  transition: border-color 0.3s ease;
  width: 36px;
  height: 36px;
  position: relative;
  outline: none;
  margin-top: -2px;
  display: inline-block;
  border: 2px solid #00aeef;
  border-radius: 50%;
  background: transparent;
  box-sizing: border-box;
  padding: 0;
  flex-shrink: 0;
  margin-right: 16px;
}
.header .header-mail:after {
  content: '';
  position: absolute;
  width: 19px;
  height: 15px;
  background: url(/local/css/../images/sprite.svg?337125b4) -2139px -470px no-repeat;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.header .header-mail:hover {
  border-color: #fea202;
}
.header .header-phone {
  transition: all 0.3s ease;
  background: linear-gradient(to left, #fea202, #fea202) 50% 100% no-repeat, linear-gradient(to left, transparent, transparent) 0 100% repeat-x;
  background-size: 0 3px, 100% 3px;
  margin-left: 20px;
  letter-spacing: 0.4px;
  color: #333;
  text-decoration: none;
  background-position-y: calc(100% - 7px);
  flex-shrink: 0;
}
.header .header-phone:hover {
  background-size: 100% 3px, 100% 3px;
}
.touch .header .header-phone:hover {
  background-size: 0 3px, 100% 3px;
}
.header .hamburger {
  position: absolute;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  height: 18px;
  align-self: center;
  cursor: pointer;
  top: 6px;
}
.header .hamburger i {
  transition: all 0.3s ease;
  width: 26px;
  height: 2px;
  background: #333;
  display: block;
}
.header .cross {
  position: absolute;
  height: 18px;
  width: 26px;
  margin-top: 13px;
}
.header .cross i {
  width: 26px;
  height: 2px;
  background: #333;
  display: block;
  transform-origin: center;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.header .cross i:first-child {
  transform: rotate(-45deg);
}
.header .cross i:nth-child(2) {
  transform: rotate(45deg);
}
.header.open {
  overflow-y: auto;
}
.header.open .hamburger i {
  width: 0;
}
.header.open .hamburger i:nth-child(2) {
  transition-delay: 0.2s;
}
.header.open .hamburger i:nth-child(3) {
  transition-delay: 0.4s;
}
.header.open .cross i {
  transition: all 0.3s ease;
  opacity: 1;
  transition-delay: 0.6s;
}
@media (max-width: 1239px) {
  .header .menu-items-container {
    margin: 0 30px;
  }
}
@media (max-width: 1023px) {
  .header {
    height: 38px;
    overflow: hidden;
    background: #eff6f8;
    box-shadow: 3px -3px 6px 1px black;
  }
  .header .hamburger-wrapper {
    width: 26px;
    height: 18px;
  }
  .header .hamburger {
    display: flex;
  }
  .header .logo {
    width: 176px;
    height: 46px;
    background: url(/local/css/../images/inner_logo.png) 0 0 no-repeat;
  }
  .header .menu-items-container {
    display: flex;
    flex-direction: column;
    order: 4;
    width: 100%;
    margin: 50px 0 15px;
    background: #eff6f8;
  }
  .header .menu-items-container .menu-item {
    margin-left: 0;
    align-self: baseline;
  }
  .header .menu-items-container .menu-item.mobile-only {
    display: block;
  }
  .header .header-mail {
    display: none;
  }
  .header .header-phone-text {
    display: none;
  }
  .header .header-phone {
    background-size: auto;
    width: 29px;
    height: 29px;
    background: url(/local/css/../images/sprite.svg?337125b4) -2284px -301px no-repeat;
    margin-left: 0;
  }
  .header .header-phone:hover {
    background-size: auto !important;
  }
  .header .header-wrapper {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .header .feedback-container {
    flex-grow: 0;
  }
}
/**
 * Footer
 **/
.footer {
  background-color: #235784;
  color: #fff;
  font-size: 12px;
  padding: 16px 0 24px;
  margin-top: 20px;
}
.footer .footer-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .technical-support {
  transition: border-color 0.3s ease;
  border: 2px solid #fff;
  padding: 8px;
  margin: 20px 30px 20px 0;
}
.footer .technical-support:hover {
  border-color: #fea202;
}
.footer .address {
  margin-right: 30px;
}
.footer .contacts {
  margin-right: 30px;
}
.footer .contacts a {
  color: #fff;
  display: block;
  text-decoration: none;
}
.footer .contacts a span {
  transition: all 0.3s ease;
  background: linear-gradient(to left, #fea202, #fea202) 50% 100% no-repeat, linear-gradient(to left, transparent, transparent) 0 100% repeat-x;
  background-size: 0 1.01px, 100% 1.01px;
  opacity: 1;
}
.footer .contacts a span:hover {
  background-size: 100% 1.01px, 100% 1.01px;
}
.touch .footer .contacts a span:hover {
  background-size: 0 1.01px, 100% 1.01px;
}
.footer .last-col {
  text-align: right;
}
.footer .copyright {
  margin-right: 0;
  margin-left: 37px;
}
.footer .sibirix-logo {
  display: flex;
  align-items: flex-start;
  margin-left: 37px;
  margin-top: 3px;
  flex-shrink: 0;
}
.footer .sibirix-logo .slon {
  width: 22px;
  height: 16px;
  background: url(/local/css/../images/sprite.svg?337125b4) -2128px -433px no-repeat;
  margin-right: 9px;
}
.footer .sibirix-logo a {
  transition: all 0.3s ease;
  background: linear-gradient(to left, #fea202, #fea202) 50% 100% no-repeat, linear-gradient(to left, currentColor, currentColor) 0 100% repeat-x;
  background-size: 0 1px, 100% 1px;
  text-decoration: none;
  color: #fff;
}
.footer .sibirix-logo a:hover {
  background-size: 100% 1px, 100% 1px;
}
.touch .footer .sibirix-logo a:hover {
  background-size: 0 1px, 100% 1px;
}
@media (max-width: 1239px) {
  .footer .footer-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer .footer-wrapper > div {
    margin: 10px;
  }
  .footer .footer-wrapper > div:first-child {
    margin-left: 0;
  }
  .footer .footer-wrapper > div:last-child {
    margin-right: 0;
  }
}
@media (max-width: 1023px) {
  .footer .footer-wrapper > div {
    margin: 20px;
  }
  .footer .address {
    order: 1;
  }
  .footer .contacts {
    order: 2;
  }
  .footer .socials {
    order: 4;
  }
  .footer .technical-support {
    order: 3;
  }
  .footer .last-col {
    order: 5;
  }
}
@media (max-width: 768px) {
  .footer .technical-support {
    margin-right: 0;
    margin-left: 30px;
  }
  .footer .footer-wrapper > div:last-child {
    margin-right: 20px;
  }
}
@media (max-width: 600px) {
  .footer .socials {
    width: 100%;
    justify-content: center;
  }
  .footer .technical-support {
    margin-left: 0;
  }
  .footer .footer-wrapper > div:last-child {
    margin-right: 0;
  }
  .footer .last-col {
    margin-left: 0;
    margin-right: 0;
  }
  .footer .last-col .copyright {
    margin-left: 0;
  }
  .footer .last-col .sibirix-logo {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media (max-width: 479px) {
  .footer .container {
    padding: 0;
  }
  .footer .footer-wrapper {
    flex-direction: column;
  }
  .footer .footer-wrapper > div {
    text-align: center;
    margin: 10px 0;
  }
  .footer .address {
    order: 1;
  }
  .footer .contacts {
    order: 2;
  }
  .footer .socials {
    order: 3;
  }
  .footer .copyright {
    order: 4;
  }
  .footer .sibirix-logo {
    order: 5;
  }
}
@keyframes icon-hover {
  0% {
    top: 0;
  }
  50% {
    top: -10px;
  }
  100% {
    top: 0;
  }
}
@keyframes round-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes text-compensate {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg) translate(-50%, -50%);
  }
  100% {
    transform: rotate(360deg) translate(-50%, -50%);
  }
}
@keyframes clear-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes scroll-btn {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  80% {
    top: 13px;
    opacity: 1;
  }
  100% {
    top: 13px;
    opacity: 0;
  }
}
@keyframes scale-x {
  from {
    transform: scaleX(1);
  }
  to {
    transform: scaleX(-1);
  }
}
@keyframes video-icon-animation {
  0% {
    opacity: 1;
    transform: rotate(0);
  }
  100% {
    opacity: 1;
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.slider-nav {
  display: flex;
}
.slider-nav .next-time {
  transform: rotate(-90deg);
}
.slider-nav .arrow {
  width: 26px;
  height: 26px;
  border: 1px solid #cfcfcf;
  border-radius: 50%;
  margin-right: 5px;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  flex-shrink: 0;
}
.slider-nav .arrow:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.slider-nav .arrow.left:before {
  width: 6px;
  height: 12px;
  background: url(/local/css/../images/sprite.svg?337125b4) -2218px -453px no-repeat;
}
.slider-nav .arrow.right:before {
  width: 7px;
  height: 13px;
  background: url(/local/css/../images/sprite.svg?337125b4) -2128px -453px no-repeat;
}
.slider-nav .arrow.fill,
.slider-nav .arrow:hover {
  background-color: #fea202;
}
.slider-nav .arrow.fill.left:before,
.slider-nav .arrow:hover.left:before {
  width: 6px;
  height: 12px;
  background: url(/local/css/../images/sprite.svg?337125b4) -2208px -453px no-repeat;
}
.slider-nav .arrow.fill.right:before,
.slider-nav .arrow:hover.right:before {
  width: 7px;
  height: 13px;
  background: url(/local/css/../images/sprite.svg?337125b4) -2332px -334px no-repeat;
}
.slider-nav .slider-dots {
  width: 100%;
  display: none;
}
.slider-nav .slider-dots .slick-dots {
  display: flex;
  margin-top: 0;
  list-style-type: none;
  justify-content: center;
  width: 100%;
  padding: 0;
}
.slider-nav .slider-dots .slick-dots button {
  display: none;
}
.slider-nav .slider-dots .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 5px;
}
.slider-nav .slider-dots .slick-dots li:before {
  content: '';
  position: absolute;
  transition: background 0.3s ease;
  width: 4px;
  height: 4px;
  background: #cfcfcf;
  border-radius: 50%;
}
.slider-nav .slider-dots .slick-dots li.slick-active:before {
  background: #fea202;
}
@media (max-width: 767px) {
  .slider-nav .arrow {
    display: none;
  }
  .slider-nav .slider-dots {
    display: block;
  }
}
.touch .slider-nav .arrow:hover {
  background: transparent;
}
.touch .slider-nav .arrow:hover.left:before {
  width: 6px;
  height: 12px;
  background: url(/local/css/../images/sprite.svg?337125b4) -2218px -453px no-repeat;
}
.touch .slider-nav .arrow:hover.right:before {
  width: 7px;
  height: 13px;
  background: url(/local/css/../images/sprite.svg?337125b4) -2128px -453px no-repeat;
}
.touch .slider-nav .arrow:active {
  -webkit-tap-highlight-color: transparent;
  outline: none;
  background: #fea202;
}
.touch .slider-nav .arrow:active.left:before {
  width: 6px;
  height: 12px;
  background: url(/local/css/../images/sprite.svg?337125b4) -2208px -453px no-repeat;
}
.touch .slider-nav .arrow:active.right:before {
  width: 7px;
  height: 13px;
  background: url(/local/css/../images/sprite.svg?337125b4) -2332px -334px no-repeat;
}
.popup {
  position: relative;
  overflow: visible;
  width: 100%;
  max-width: 480px;
  padding-top: 37px;
  padding-right: 50px;
  padding-bottom: 55px;
}
.popup .popup-close {
  width: 30px;
  height: 30px;
  background: transparent;
  outline: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: -26px;
  right: -33px;
  display: block;
}
.popup .popup-close:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  background: url(/local/css/../images/sprite.svg?337125b4) -2200px -470px no-repeat;
  right: 0;
  top: 0;
}
.popup .popup-close .popup-icon-close-small {
  display: none;
}
.popup .popup-close:hover:after {
  transition: transform 0.5s ease;
  transform-origin: center;
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .popup .popup-close {
    right: 0;
    top: 0;
  }
  .popup .popup-close:after {
    width: 10px;
    height: 10px;
    background: url(/local/css/../images/sprite.svg?337125b4) -2281px -433px no-repeat;
    top: 5px;
    right: 5px;
  }
}
.popup-trust-us {
  padding-bottom: 55px;
}
.popup-trust-us.with-image {
  padding-left: 176px;
  max-width: 600px;
  margin-left: 90px;
  padding-right: 39px;
  padding-bottom: 45px;
}
.popup-trust-us .image {
  width: 250px;
  height: 338px;
  background: center / cover;
  position: absolute;
  left: 0;
  top: -34px;
  transform: translateX(-50%);
}
.popup-trust-us .popup-head {
  display: flex;
  justify-content: space-between;
}
.popup-trust-us .mobile-file-wrapper {
  display: flex;
  justify-content: flex-end;
}
.popup-trust-us .download-file {
  font-size: 12px;
  position: relative;
  color: #333;
  margin-top: 12px;
  letter-spacing: 0.3px;
}
.popup-trust-us .download-file a {
  transition: all 0.3s ease;
  background: linear-gradient(to left, #fea202, #fea202) 50% 100% no-repeat, linear-gradient(to left, currentColor, currentColor) 0 100% repeat-x;
  background-size: 0 1px, 100% 1px;
  color: #333;
  text-decoration: none;
}
.popup-trust-us .download-file a:hover {
  background-size: 100% 1px, 100% 1px;
}
.touch .popup-trust-us .download-file a:hover {
  background-size: 0 1px, 100% 1px;
}
.popup-trust-us .download-file.pdf:before {
  content: '';
  position: absolute;
  width: 26px;
  height: 26px;
  background: url(/local/css/../images/sprite.svg?337125b4) -2180px -334px no-repeat;
  left: -41px;
  top: -4px;
}
.popup-trust-us .company-logo {
  max-width: 94px;
  max-height: 52px;
}
.popup-trust-us .company-logo img {
  max-width: 100%;
  max-height: 100%;
}
.popup-trust-us .review-container {
  margin-top: 48px;
}
.popup-trust-us .review-container .author-name {
  font: 700 22px 'Roboto', sans-serif;
}
.popup-trust-us .review-container .author-position {
  font: 400 18px 'Roboto', sans-serif;
  color: #00aeef;
}
.popup-trust-us .review-container .author-description {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.75;
  max-height: 293px;
  overflow: auto;
  padding-right: 10px;
  margin-right: -10px;
}
.popup-trust-us .project-description {
  font-weight: bold;
  font-size: 14px;
  margin-top: 40px;
}
.popup-trust-us .project-description a {
  transition: all 0.3s ease;
  background: linear-gradient(to left, #fea202, #fea202) 50% 100% no-repeat, linear-gradient(to left, currentColor, currentColor) 0 100% repeat-x;
  background-size: 0 1px, 100% 1px;
  text-decoration: none;
  color: #333;
}
.popup-trust-us .project-description a:hover {
  background-size: 100% 1px, 100% 1px;
}
.touch .popup-trust-us .project-description a:hover {
  background-size: 0 1px, 100% 1px;
}
@media (max-width: 767px) {
  .popup-trust-us.with-image {
    margin-left: 0;
    padding-left: 50px;
  }
  .popup-trust-us .image {
    display: none;
  }
}
@media (max-width: 479px) {
  .popup-trust-us .popup-head {
    flex-direction: column;
    align-items: center;
  }
  .popup-trust-us .download-file {
    margin-top: 20px;
    margin-left: 42px;
    margin-bottom: 0;
  }
  .popup-trust-us .project-description {
    margin-top: 20px;
  }
  .popup-trust-us .review-container {
    margin-top: 20px;
  }
  .popup-trust-us .review-container .author-position {
    margin-top: 10px;
    font-size: 15px;
  }
  .popup-trust-us .review-container .author-description {
    margin-top: 20px;
  }
}
.popup-eva {
  border-radius: 5px;
  padding-right: 20px;
  box-shadow: 0 20px 20px -10px rgba(0, 0, 0, 0.15);
}
.popup-eva .eva-content {
  margin-top: 10px;
  max-height: 400px;
  overflow-y: auto;
  padding-right: 20px;
}
.popup-eva .eva-content .eva-title {
  font: 300 28px 'Roboto', sans-serif;
}
.popup-eva .eva-content .eva-description {
  margin-top: 24px;
  font-size: 14px;
}
@media (max-width: 479px) {
  .popup-eva {
    max-height: 296px;
    max-width: 296px;
    padding: 26px 8px 26px 19px;
  }
  .popup-eva .eva-content {
    max-height: 236px;
    padding-right: 11px;
  }
}
.popup-employee {
  padding-right: 10px;
  padding-top: 30px;
  padding-bottom: 23px;
}
.popup-employee.with-image {
  padding-left: 176px;
  max-width: 600px;
  margin-left: 90px;
}
.popup-employee .image {
  width: 250px;
  height: 338px;
  background: center / cover;
  position: absolute;
  left: 0;
  top: -34px;
  transform: translateX(-50%);
}
.popup-employee .employee-description {
  max-height: 330px;
  overflow: auto;
  position: relative;
  padding-right: 20px;
  margin-top: 30px;
}
.popup-employee .employee-description p:first-child {
  margin-top: 0;
}
.popup-employee .employee-description p:last-child {
  margin-bottom: 0;
}
.popup-employee .employee-name {
  font: 700 22px 'Roboto', sans-serif;
}
.popup-employee .employee-position {
  font: 400 18px 'Roboto', sans-serif;
  margin-top: 3px;
}
.popup-employee .employee-position:after {
  content: '';
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 2px;
  background: #fea202;
  display: block;
  margin: 22px 0 30px;
}
@media (max-width: 767px) {
  .popup-employee.with-image {
    padding-left: 30px;
    margin-left: 0;
  }
  .popup-employee .image {
    display: none;
  }
  .popup-employee .employee-description {
    max-height: 350px;
  }
}
.popup-feedback {
  padding: 30px;
}
.popup-feedback .feedback-title {
  font: 300 40px 'Roboto', sans-serif;
  letter-spacing: -0.4px;
}
.popup-feedback .base-form {
  margin-top: 20px;
}
.popup-feedback .base-form textarea {
  min-height: 90px;
}
@media (max-width: 479px) {
  .popup-feedback .feedback-title {
    font-size: 30px;
  }
  .popup-feedback .base-form {
    margin-top: 10px;
  }
}
.popup-success {
  padding: 30px;
  text-align: center !important;
}
.popup-success .success-icon {
  width: 75px;
  height: 77px;
  background: center / cover no-repeat;
  margin: 45px auto 60px;
}
.popup-success .success-title {
  font: 700 22px/26px 'Roboto', sans-serif;
}
.popup-success .success-btn {
  margin: 18px 0 10px;
}
.popup-success .success-btn .btn {
  min-width: 130px;
}
@media (max-width: 479px) {
  .popup-success .feedback-title {
    font-size: 18px;
  }
}
.base-form.active {
  pointer-events: none;
}
.base-form input,
.base-form textarea {
  transition: border-color 0.3s ease;
  width: 100%;
  height: 55px;
  border: none;
  outline: none;
  color: #333;
  background: transparent;
  border-bottom: 1px solid #979797;
  padding: 17px 0 3px;
  box-sizing: border-box;
  font-size: 14px;
  margin-bottom: 20px;
}
.base-form input::placeholder,
.base-form textarea::placeholder {
  transition: all 0.3s ease;
  opacity: 0;
}
.base-form input:-ms-input-placeholder,
.base-form textarea:-ms-input-placeholder {
  color: #fff;
}
.base-form input:focus,
.base-form textarea:focus {
  border-color: #00aeef;
}
.base-form input:focus::placeholder,
.base-form textarea:focus::placeholder {
  opacity: 1;
}
.base-form input:focus + span,
.base-form textarea:focus + span {
  top: 2px!important;
  color: #333;
  font-size: 11px;
}
.base-form input:focus + span:after,
.base-form textarea:focus + span:after {
  color: red;
}
.base-form input.filled::placeholder,
.base-form textarea.filled::placeholder {
  opacity: 1;
}
.base-form input.filled + span,
.base-form textarea.filled + span {
  top: 2px!important;
  color: #333;
  font-size: 11px;
}
.base-form input.filled + span:after,
.base-form textarea.filled + span:after {
  color: red;
}
.base-form input:required + span:after,
.base-form textarea:required + span:after {
  transition: color 0.3s ease;
  content: '*';
  position: relative;
  display: inline-block;
  left: 2px;
}
.base-form select {
  display: none;
}
.base-form textarea {
  min-height: 113px;
  resize: none;
  padding-top: 0;
  margin-top: 25px;
  padding-bottom: 10px;
}
.base-form label {
  position: relative;
  display: block;
}
.base-form label.label-error input,
.base-form label.label-error textarea {
  border-color: #f97575;
}
.base-form label.label-error.recaptcha-row {
  width: 100%;
}
.base-form label.label-error.recaptcha-row .form-error {
  position: static;
}
.base-form label > span {
  transition: all 0.3s ease;
  position: absolute;
  left: 0;
  top: 23px;
  display: block;
  font-size: 14px;
  color: #b5babc;
}
.base-form label .form-error {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  font-size: 11px;
  color: #f59fa0;
  display: inline-block;
}
.base-form .privacy-container {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.base-form .privacy-container .btn-wrapper {
  margin-top: 0;
}
.base-form .privacy-container .privacy {
  font-size: 12px;
  margin-left: 10px;
}
.base-form .privacy-container .privacy a {
  transition: all 0.3s ease;
  background: linear-gradient(to left, currentColor, currentColor) 50% 100% no-repeat;
  background-size: 100% 1px, 100% 1px;
  color: #00aeef;
  font-size: 12px !important;
}
.base-form .privacy-container .privacy a:hover {
  background-size: 0 1px, 100% 1px;
}
.base-form .privacy-container .privacy a:focus {
  background-size: 0 1px, 100% 1px;
}
.base-form .g-recaptcha :not(:empty) {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .base-form .privacy-container {
    flex-direction: column-reverse;
  }
  .base-form .privacy-container .privacy {
    margin-top: 0;
    margin-left: 0;
  }
  .base-form .privacy-container .privacy br {
    display: none;
  }
  .base-form .privacy-container .btn-wrapper {
    margin-top: 30px;
  }
}
@media (max-width: 479px) {
  .base-form input,
  .base-form textarea {
    margin-bottom: 0;
    padding-top: 10px;
  }
  .base-form textarea {
    min-height: 80px;
  }
  .base-form textarea + span + .form-error {
    bottom: 10px;
  }
  .base-form .label-error span:not(.form-error) {
    top: 18px;
  }
  .base-form .privacy-container {
    margin-top: 15px;
  }
  .base-form .privacy-container .privacy {
    margin-top: 20px;
  }
}
@media (max-height: 730px) and (min-width: 1024px) {
  .main-page .base-form input,
  .main-page .base-form textarea {
    margin-bottom: 11px;
  }
  .main-page .base-form .form-error {
    bottom: -5px;
  }
}
.request-form textarea {
  min-height: 122px;
}
.request-form .privacy {
  max-width: 362px;
}
@media (max-width: 479px) {
  .request-form textarea {
    min-height: 80px;
  }
}
.socials {
  display: flex;
  margin-top: 6px;
}
.socials .social {
  transition: opacity 0.3s ease;
  display: block;
  align-items: center;
  margin: 0 13px 0;
}
.socials .social:hover {
  opacity: 0.8;
}
.socials .social:first-child {
  margin-left: 0;
}
.socials .social:last-child {
  margin-right: 0;
}
.socials .social.yt {
  width: 20px;
  height: 14px;
  background: url(/local/css/../images/sprite.svg?337125b4) -2154px -433px no-repeat;
  margin-top: 2px;
}
.socials .social.vk {
  width: 22px;
  height: 13px;
  background: url(/local/css/../images/sprite.svg?337125b4) -2288px -334px no-repeat;
  margin-top: 3px;
}
.socials .social.inst {
  width: 18px;
  height: 18px;
  background: url(/local/css/../images/sprite.svg?337125b4) -2104px -495px no-repeat;
}
.socials .social.fb {
  width: 9px;
  height: 16px;
  background: url(/local/css/../images/sprite.svg?337125b4) -2190px -495px no-repeat;
}
.socials .social.linked {
  width: 17px;
  height: 16px;
  background: url(/local/css/../images/sprite.svg?337125b4) -2169px -495px no-repeat;
}
.custom-scroll {
  scrollbar-color: #00aeef #d8d8d8;
  scrollbar-width: thin;
}
.custom-scroll.orange-scroll {
  scrollbar-color: #fea202 #d8d8d8;
}
.custom-scroll.orange-scroll::-webkit-scrollbar-thumb {
  background-color: #fea202;
}
.custom-scrollscrollbarbutton {
  appearance: none !important;
}
.custom-scroll::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.custom-scroll::-webkit-scrollbar-thumb {
  background-color: #00aeef;
  border-radius: 2px;
}
.custom-scroll::-webkit-scrollbar-thumb:hover {
  opacity: 0.8;
}
.custom-scroll::-webkit-scrollbar-track {
  background-color: #d8d8d8;
  width: 2px;
}
.text-content h1,
.text-content .h1 {
  font: 700 80px 'Roboto', sans-serif;
  letter-spacing: -0.8px;
  margin: 0 0 40px;
}
.text-content h2,
.text-content .h2 {
  font: 300 40px 'Roboto', sans-serif;
  margin: 55px 0 39px;
  letter-spacing: -0.4px;
  line-height: 1.25;
}
.text-content h3,
.text-content .h3 {
  font: 700 18px 'Roboto', sans-serif;
  line-height: 1.33;
  margin: 51px 0 30px;
}
.text-content h4,
.text-content .h4 {
  font: 300 18px 'Roboto', sans-serif;
  line-height: 1.6;
  margin: 35px 0;
}
.text-content h5,
.text-content .h5 {
  margin: 0;
  letter-spacing: 0.3px;
  font-weight: 700;
  font-size: 14px;
}
.text-content ol {
  margin: 35px 0;
  padding: 0;
  counter-reset: olCounter;
}
.text-content ol li {
  padding-left: 32px;
  list-style-type: none;
  font-size: 14px;
  line-height: 1.6;
  position: relative;
  margin-bottom: 22px;
}
.text-content ol li:before {
  position: absolute;
  counter-increment: olCounter;
  content: counter(olCounter, decimal-leading-zero);
  right: calc(100% - 14px);
  top: 4px;
  font: 700 14px 'Roboto', sans-serif;
}
.is-ie .text-content ol li:before {
  top: 5px;
}
.text-content ol li:after {
  position: absolute;
  content: ".";
  top: 3px;
  left: 15px;
  color: #fea202;
  font: 700 15px 'Roboto', sans-serif;
}
.is-ie .text-content ol li:after {
  top: 4px;
}
.text-content ol li:last-child {
  margin-bottom: 0;
}
.text-content ul {
  margin: 25px 0;
  padding: 0;
}
.text-content ul li {
  list-style-type: none;
  padding-left: 33px;
  font-size: 14px;
  margin-bottom: 22px;
  line-height: 1.6;
  position: relative;
}
.text-content ul li:before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  left: 0;
  top: 8px;
  background: #fea202;
  border-radius: 50%;
}
.text-content ul li:last-child {
  margin-bottom: 0;
}
.text-content p {
  font-size: 14px;
  line-height: 1.6;
  margin: 22px 0;
  display: block;
}
.text-content a:not(.btn):not(.file):not(.ignore) {
  transition: all 0.3s ease;
  background: linear-gradient(to left, #00aeef, #00aeef) 50% 100% no-repeat;
  background-size: 100% 1px, 100% 1px;
  color: #00aeef;
  font-size: 14px;
  text-decoration: none;
}
.text-content a:not(.btn):not(.file):not(.ignore):hover {
  background-size: 0 1px, 100% 1px;
}
.text-content img {
  max-width: 100%;
  margin: 30px 0 32px;
  display: block;
  box-shadow: 0 20px 20px -10px rgba(0, 0, 0, 0.11);
}
.text-content blockquote {
  margin: 39px 0;
  padding-left: 33px;
  font: 300 14px 'Roboto', sans-serif;
  font-style: italic;
  max-width: 512px;
  letter-spacing: -0.15px;
  position: relative;
}
.text-content blockquote:before {
  content: '';
  position: absolute;
  width: 2px;
  height: calc(100% + 1px);
  left: 0;
  top: -1px;
  background: #fea202;
}
.text-content blockquote:after {
  content: '';
  position: absolute;
  width: 58px;
  height: 62px;
  background: url(/local/css/../images/sprite.svg?337125b4) -2104px -367px no-repeat;
  right: -58px;
  top: -3px;
}
.text-content .table-wrapper {
  width: 775px;
  max-width: calc(100vw - 30px);
  overflow: auto;
  margin: 40px 0 60px;
  padding-bottom: 5px;
}
.text-content table {
  width: 100%;
  border-spacing: 0;
}
.text-content table tr:first-child td {
  font-weight: 700;
  border-bottom: 2px solid #fea202;
  padding: 0 10px 19px;
  white-space: nowrap;
}
.text-content table tr:first-child td:first-child {
  padding-left: 0;
}
.text-content table tr:first-child td:last-child {
  padding-right: 0;
}
.text-content table td {
  font-size: 14px;
  line-height: 1.6;
  padding: 11px 10px 12px;
  border-bottom: 1px solid #dbe1e3;
}
.text-content table td:first-child {
  padding-left: 0;
}
.text-content table td:last-child {
  padding-right: 0;
}
.text-content .text-with-line {
  font-size: 14px;
  line-height: 1.6;
  position: relative;
  margin: 42px 0 54px;
}
.text-content .text-with-line:before {
  content: '';
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 4px;
  background: #fea202;
  margin: 46px 0 42px;
  display: block;
  border-radius: 4px;
}
.text-content ul.with-dots {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px/2;
  width: calc(1040px + 16px);
  max-width: calc(100vw - 80px);
}
.text-content ul.with-dots li {
  width: 33.333333%;
  padding: 0 16px/2;
  box-sizing: border-box;
  margin-bottom: 42px;
}
.text-content ul.with-dots li:before {
  display: none;
}
.text-content ul.with-dots li span {
  padding-left: 35px;
  position: relative;
  display: block;
}
.text-content ul.with-dots li span.animate:before {
  animation: scale-x 0.5s ease;
}
.text-content ul.with-dots li span:before {
  content: '';
  position: absolute;
  width: 19px;
  height: 19px;
  left: 0;
  top: 7px;
  border: 7px solid #fea202;
  box-sizing: border-box;
  border-radius: 50%;
  background: transparent;
}
.text-content .text-with-dots {
  width: 1040px;
  max-width: calc(100vw - 80px);
  font-size: 14px;
  line-height: 1.6;
}
.text-content .text-with-dots .small-container + .grid-row + .small-container h3 {
  margin-top: 10px;
}
.text-content .text-with-dots .text-item {
  padding-left: 35px;
  margin-bottom: 42px;
}
.text-content .text-with-dots .text-item.animate:before {
  animation: scale-x 0.5s ease;
}
.text-content .text-with-dots .text-item:before {
  content: '';
  position: absolute;
  width: 19px;
  height: 19px;
  left: 8px;
  top: 7px;
  border: 7px solid #fea202;
  box-sizing: border-box;
  border-radius: 50%;
}
.text-content .video {
  background: center / cover;
  margin: 44px 0;
  position: relative;
  cursor: pointer;
  display: block;
}
.text-content .video:before {
  content: '';
  position: absolute;
  transition: border-radius 0.3s ease;
  width: 50px;
  height: 50px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #00aeef;
  opacity: 0.2;
}
.text-content .video:after {
  content: '';
  position: absolute;
  width: 17px;
  height: 21px;
  background: url(/local/css/../images/sprite.svg?337125b4) -2104px -470px no-repeat;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.text-content .video img {
  width: 776px;
  max-width: calc(100vw - 30px);
}
.text-content .video:hover:before {
  border-radius: 10px;
}
@media (max-width: 1023px) {
  .text-content h1,
  .text-content .h1 {
    font-size: 65px;
    margin-bottom: 40px;
  }
  .text-content h2,
  .text-content .h2 {
    font-size: 30px;
    margin: 40px 0;
  }
  .text-content .text-with-line {
    margin: 30px 0;
  }
  .text-content .text-with-line:before {
    margin: 30px 0;
  }
  .text-content img,
  .text-content .video {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 767px) {
  .text-content h1,
  .text-content .h1 {
    font-size: 45px;
  }
  .text-content h2,
  .text-content .h2 {
    font-size: 25px;
  }
  .text-content blockquote:after {
    display: none;
  }
  .text-content ul.with-dots li {
    width: 50%;
    margin-bottom: 30px;
  }
  .text-content img {
    height: 100%;
  }
}
@media (max-width: 479px) {
  .text-content h1,
  .text-content .h1 {
    font-size: 34px;
  }
  .text-content h2,
  .text-content .h2 {
    font-size: 20px;
    margin: 30px 0;
  }
  .text-content ul.with-dots li {
    margin-bottom: 10px;
    width: 100%;
  }
}
@media (max-width: 374px) {
  .text-content h1,
  .text-content .h1 {
    font-size: 28px;
  }
}
.pagination-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 52px 0 88px;
}
.pagination-wrapper a,
.pagination-wrapper span {
  transition: color 0.3s ease;
  display: inline-block;
  margin: 0 22px;
  line-height: 1.63;
  text-decoration: none;
  color: #999;
  font: 400 16px 'Roboto', sans-serif;
  position: relative;
}
.pagination-wrapper a.active,
.pagination-wrapper span.active {
  color: #fff;
}
.pagination-wrapper a.active:before,
.pagination-wrapper span.active:before {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fea202;
  border-radius: 50%;
  z-index: -1;
}
.pagination-wrapper a:hover:not(.active),
.pagination-wrapper span:hover:not(.active) {
  color: #fea202;
}
.pagination-wrapper .pagination-arrow {
  position: relative;
  margin: 0;
  border: transparent;
}
.pagination-wrapper .pagination-arrow.prev {
  margin-right: 40px;
}
.pagination-wrapper .pagination-arrow.prev:before {
  content: '';
  position: relative;
  display: inline-block;
  vertical-align: middle;
  transition: right 0.3s ease;
  width: 8px;
  height: 13px;
  background: url(/local/css/../images/sprite.svg?337125b4) -2161px -453px no-repeat;
  right: 0;
}
.pagination-wrapper .pagination-arrow.prev:hover:before {
  right: 5px;
}
.pagination-wrapper .pagination-arrow.next {
  margin-left: 40px;
}
.pagination-wrapper .pagination-arrow.next:before {
  content: '';
  position: relative;
  display: inline-block;
  vertical-align: middle;
  transition: left 0.3s ease;
  width: 8px;
  height: 13px;
  background: url(/local/css/../images/sprite.svg?337125b4) -2173px -453px no-repeat;
  left: 0;
}
.pagination-wrapper .pagination-arrow.next:hover:before {
  left: 5px;
}
@media (max-width: 767px) {
  .pagination-wrapper {
    margin: 30px 0;
  }
  .pagination-wrapper a,
  .pagination-wrapper span {
    margin: 0 15px;
  }
}
@media (max-width: 479px) {
  .pagination-wrapper {
    margin: 20px -30px;
  }
  .pagination-wrapper a,
  .pagination-wrapper span {
    margin: 0 10px;
  }
  .pagination-wrapper .pagination-arrow.prev {
    margin-right: 10px;
  }
  .pagination-wrapper .pagination-arrow.next {
    margin-left: 10px;
  }
}
.inner-promoblock-container {
  transition: background-position 0.05s ease;
  position: relative;
  background: center / cover;
  color: #fff;
  min-height: 600px;
  padding-top: 118px;
  padding-bottom: 20px;
  box-sizing: border-box;
  margin: 0 -20px;
}
.inner-promoblock-container:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #185374;
  opacity: 0.5;
}
.inner-promoblock-container .promo-description {
  max-width: 495px;
  font-size: 22px;
  line-height: 1.48;
  margin-top: 90px;
  position: relative;
}
.inner-promoblock-container .promo-description:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 4px;
  background: #fea202;
  left: 0;
  top: -52px;
}
@media (max-width: 1239px) {
  .inner-promoblock-container {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .inner-promoblock-container {
    padding-top: 50px;
    min-height: calc(100vh - 68px);
    box-sizing: border-box;
  }
}
.filter-container {
  position: relative;
}
.filter-container .filter-content {
  display: none;
}
.filter-container .filter-top {
  border-bottom: 1px solid #d8d8d8;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 2px;
}
.filter-container .filter-bottom {
  display: none;
  flex-wrap: wrap;
  padding-top: 30px;
  padding-bottom: 50px;
}
.filter-container .filter-bottom.active {
  display: flex !important;
}
.filter-container .filter-bottom a {
  transition: border-color 0.3s ease;
  font: 300 14px 'Roboto', sans-serif;
  display: flex;
  align-items: center;
  padding: 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid transparent;
  box-sizing: border-box;
}
.filter-container .filter-bottom a:hover {
  border-color: #d8d8d8;
}
.filter-container .filter-bottom a.active {
  border-color: #00aeef;
}
.filter-container .filter-bottom a img {
  margin-right: 8px;
}
.filter-container .filter-bottom a span {
  display: block;
}
.filter-container .filter-toggle-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  outline: none;
  border: none;
  background: #fea202;
  left: -104px;
  top: -1px;
  border-radius: 3px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 12px 9px;
  box-sizing: border-box;
}
.filter-container .filter-toggle-btn:after {
  content: '';
  position: absolute;
  transition: right 0.3s ease;
  width: 7px;
  height: 13px;
  background: url(/local/css/../images/sprite.svg?337125b4) -2150px -453px no-repeat;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.filter-container .filter-toggle-btn.active:after {
  width: 7px;
  height: 13px;
  background: url(/local/css/../images/sprite.svg?337125b4) -2139px -453px no-repeat;
  transform: translateY(-50%) scaleX(-1);
}
.filter-container .filter-toggle-btn:hover:after {
  right: -20px;
}
.filter-container .filter-toggle-btn:hover i:nth-child(2),
.filter-container .filter-toggle-btn:hover i:nth-child(3) {
  width: 22px;
}
.filter-container .filter-toggle-btn span {
  display: none;
}
.filter-container .filter-toggle-btn i {
  transition: width 0.3s ease;
  width: 22px;
  height: 2px;
  background: #fff;
}
.filter-container .filter-toggle-btn i:nth-child(2) {
  width: 14px;
}
.filter-container .filter-toggle-btn i:nth-child(3) {
  width: 6px;
}
.filter-container .ready-solutions {
  margin-left: auto;
  margin-right: 133px;
}
.filter-container .ready-solutions label {
  cursor: pointer;
}
.filter-container .ready-solutions label span {
  font: 500 18px 'Roboto', sans-serif;
  position: relative;
  top: -2px;
  margin-right: 35px;
}
.filter-container .ready-solutions label span:before {
  content: '';
  position: absolute;
  width: 11px;
  height: 8px;
  background: url(/local/css/../images/sprite.svg?337125b4) -2239px -410px no-repeat;
  transition: all 0.3s ease;
  left: -25px;
  top: 6px;
  opacity: 0;
}
.filter-container .ready-solutions label:before {
  content: '';
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  border: 2px solid #fea202;
  box-sizing: border-box;
  left: -7px;
  top: -4px;
}
.filter-container .ready-solutions label:hover:before {
  transition: transform 0.3s ease;
  transform: rotate(90deg);
}
.filter-container .ready-solutions input {
  display: none;
}
.filter-container .ready-solutions input:checked + span:before {
  opacity: 1;
}
.filter-container .filter-content .active-tab {
  display: none;
}
.filter-container .filter-content .tabs-container {
  font: 300 18px 'Roboto', sans-serif;
  padding-bottom: 30px;
}
.filter-container .filter-content .tabs-container .tab {
  margin-right: 50px;
  padding-bottom: 30px;
  position: relative;
}
.filter-container .filter-content .tabs-container .tab:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 0;
  background: #fea202;
  left: 0;
  bottom: 0;
}
.filter-container .filter-content .tabs-container .tab.active:before {
  height: 2px;
}
.filter-container .filter-content .tabs-container .tab i {
  position: absolute;
  left: 100%;
  bottom: calc(100% - 10px);
  color: #fff;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font: 400 10px 'Rounded', sans-serif;
}
.filter-container .filter-content .tabs-container .tab i:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #00aeef;
  border-radius: 50%;
  z-index: -1;
}
.filter-container .filter-content .tabs-container .tab:last-child {
  margin-right: 0;
}
.filter-container .filter-content .clear-filter {
  font: 400 12px 'Roboto', sans-serif;
  color: #919495;
  margin-top: 8px;
}
.filter-container .filter-content .clear-filter a {
  display: block;
  position: relative;
  top: -3px;
}
.filter-container .filter-content .clear-filter a:after {
  content: '';
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 11px;
  background: url(/local/css/../images/sprite.svg?337125b4) -2266px -433px no-repeat;
  margin-left: 7px;
  font-size: 20px;
  left: 1px;
}
.filter-container .filter-content .clear-filter a:hover span {
  border-color: transparent;
}
.filter-container .filter-content .clear-filter a span {
  transition: border-color 0.3s ease;
  border-bottom: 1px dashed;
}
@media (max-width: 1280px) {
  .filter-container .filter-toggle-btn {
    left: -58px;
  }
}
@media (max-width: 1190px) {
  .filter-container .filter-toggle-btn {
    position: relative;
    left: 0;
    margin: 0 auto 20px;
  }
  .filter-container .filter-toggle-btn:after,
  .filter-container .filter-toggle-btn.active:after {
    top: calc(100% + 4px);
    left: 50%;
    transform: translateX(-50%) rotate(90deg) scale(1);
  }
  .touch .filter-container .filter-toggle-btn.active i {
    width: 22px!important;
  }
  .filter-container .filter-toggle-btn.active:after {
    transform: translateX(-50%) rotate(90deg) scaleX(-1);
  }
  .filter-container .filter-toggle-btn:hover:not(.active):after {
    transform: translateX(-50%) rotate(90deg);
  }
  .touch .filter-container .filter-toggle-btn:hover:not(.active) i {
    width: 22px;
  }
  .touch .filter-container .filter-toggle-btn:hover:not(.active) i:nth-child(2) {
    width: 14px;
  }
  .touch .filter-container .filter-toggle-btn:hover:not(.active) i:nth-child(3) {
    width: 6px;
  }
}
@media (max-width: 1023px) {
  .filter-container .ready-solutions {
    margin: 0;
  }
  .filter-container .ready-solutions label span {
    margin-right: 0;
  }
  .filter-container .clear-filter {
    width: 100%;
    text-align: right;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .filter-container .filter-content .tabs-container {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0;
  }
  .filter-container .filter-content .tabs-container .tab {
    padding-bottom: 0;
    margin-bottom: 10px;
    display: block;
  }
}
@media (max-width: 767px) {
  .filter-container .ready-solutions {
    margin-left: 0;
    margin-right: 20px;
  }
  .filter-container .filter-content .tabs-container {
    padding-bottom: 30px;
  }
  .filter-container .filter-content .ready-solutions {
    width: 100%;
    margin-right: 0;
    text-align: left;
    margin-left: 7px;
  }
  .filter-container .filter-content .ready-solutions span {
    margin-right: 0;
  }
  .filter-container .filter-content .clear-filter {
    text-align: left;
    margin-top: 20px;
  }
}
@media (max-width: 479px) {
  .filter-container .filter-content .tabs-container {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .filter-container .filter-content .tabs-container .tab {
    margin-right: 20px;
  }
  .filter-container .filter-content .tabs-container .tab.active {
    margin-right: 30px;
  }
  .filter-container .filter-content .filter-bottom {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .filter-container .filter-content .ready-solutions label:before {
    top: -2px;
  }
  .filter-container .filter-content .ready-solutions label span {
    font-size: 16px;
  }
}
.slider-images-container {
  margin-top: 67px;
}
.slider-images-container .slide-wrapper a {
  position: relative;
  display: block;
}
.slider-images-container .slide-wrapper a:before {
  content: '';
  position: absolute;
  transition: border-radius 0.3s ease;
  width: 50px;
  height: 50px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #00aeef;
  opacity: 0.2;
}
.slider-images-container .slide-wrapper a:after {
  content: '';
  position: absolute;
  width: 17px;
  height: 21px;
  background: url(/local/css/../images/sprite.svg?337125b4) -2104px -470px no-repeat;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.slider-images-container .slide-wrapper a:hover:before {
  border-radius: 10px;
}
.slider-images-container .slide {
  box-shadow: none;
  margin: 0;
  width: 100%;
  max-width: none;
  cursor: zoom-in;
}
.slider-images-container .slide-list:not(.slick-initialized) .slide-wrapper {
  display: none;
}
.slider-images-nav-container {
  max-width: calc(100% - 80px);
  margin: 32px auto 20px;
  position: relative;
}
.slider-images-nav-container .slide-list:not(.slick-initialized) .slide-wrapper {
  display: none;
}
.slider-images-nav-container .slide-list:not(.slick-initialized) .slide-wrapper:first-child {
  display: block;
}
.slider-images-nav-container .slick-slide.slick-current .slide {
  border-color: #00aeef;
}
.slider-images-nav-container .slick-list {
  margin: 0 0 0 -5px;
}
.slider-images-nav-container .slide {
  transition: border-color 0.3s ease;
  box-shadow: none;
  cursor: pointer;
  margin: 0 5px;
  width: auto;
  padding-top: 70%;
  background: center / cover;
  border: 1px solid transparent;
}
.slider-images-nav-container .slide:hover {
  border-color: #fea202;
}
.slider-images-nav-container .slide.video {
  position: relative;
}
.slider-images-nav-container .slide.video:before {
  display: none;
}
.slider-images-nav-container .slide.video:after {
  content: '';
  position: absolute;
  width: 35px;
  height: 39px;
  background: url(/local/css/../images/sprite.svg?337125b4) -2222px -367px no-repeat;
  left: 0;
  bottom: 0;
  top: auto;
  transform: none;
}
.slider-images-nav-container .slide.video:hover:after {
  transform: scale(1.1);
}
.slider-images-nav-container .slider-arrows .arrow {
  cursor: pointer;
}
.slider-images-nav-container .slider-arrows .arrow:before {
  content: '';
  position: absolute;
  transition: all 0.3s ease;
  width: 7px;
  height: 12px;
  background: url(/local/css/../images/sprite.svg?337125b4) -2197px -453px no-repeat;
  left: -20px;
  top: calc(50% - 2px);
  transform: translateY(-50%) scaleX(-1);
}
.slider-images-nav-container .slider-arrows .arrow:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: -30px;
  top: calc(50% - 2px);
  transform: translateY(-50%);
}
.slider-images-nav-container .slider-arrows .arrow:hover:before {
  left: -25px;
}
.slider-images-nav-container .slider-arrows .arrow.next:before {
  left: auto;
  right: -20px;
  transform: translateY(-50%);
}
.slider-images-nav-container .slider-arrows .arrow.next:after {
  left: auto;
  right: -30px;
}
.slider-images-nav-container .slider-arrows .arrow.next:hover:before {
  right: -25px;
}
@media (max-width: 479px) {
  .slider-images-nav-container {
    width: calc(100% - 30px);
    max-width: none;
    margin-top: 10px;
  }
  .slider-images-nav-container .slick-list {
    margin: 0;
  }
}
.main-page {
  overflow: hidden;
  background: #eff6f8;
}
.main-page .header {
  opacity: 0;
  background: transparent;
  box-shadow: none;
}
.main-page .to-top {
  opacity: 0;
}
.main-page:not([data-section="promoblock"]) .header {
  opacity: 1;
}
.main-page:not([data-section="promoblock"]) .slides-info {
  opacity: 1;
}
.main-page:not([data-section="promoblock"]) .to-top {
  opacity: 1!important;
  pointer-events: all;
}
.main-page[data-next-section="seo"] .slides-info {
  opacity: 0;
  z-index: -1;
}
.main-page[data-next-section="seo"] .scroll-btn {
  opacity: 0;
}
.main-page[data-next-section="promoblock"] .header {
  opacity: 0;
}
.main-page[data-next-section="promoblock"] .slides-info {
  opacity: 0;
}
.main-page[data-next-section="promoblock"] .to-top {
  opacity: 0;
}
.main-page .slides-info {
  transition: opacity 0.3s ease;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  opacity: 0;
}
.main-page .slides-info .content-wrapper {
  display: flex;
  justify-content: space-between;
}
.main-page .slides-info .count-slides {
  margin-bottom: 18px;
}
.main-page .slides-info .count-slides .current {
  font: 500 40px 'Roboto', sans-serif;
  color: #00aeef;
}
.main-page .slides-info .count-slides .count {
  font: 500 20px 'Roboto', sans-serif;
  vertical-align: top;
  position: relative;
  margin-top: 5px;
  margin-left: 4px;
  display: inline-block;
}
.main-page .slides-info .count-slides .count:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -9px;
  left: 0;
  background: #333;
}
.main-page .slides-info .socials {
  margin-top: 20px;
}
.main-page .slides-info .socials .social.fb-sticky:before {
  content: '';
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 16px;
  background: url(/local/css/../images/sprite.svg?337125b4) -2203px -495px no-repeat;
}
.main-page .slides-info .socials .social.linked-sticky:before {
  content: '';
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 16px;
  background: url(/local/css/../images/sprite.svg?337125b4) -2148px -495px no-repeat;
}
.main-page .slides-info .socials .social.inst-sticky:before {
  content: '';
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background: url(/local/css/../images/sprite.svg?337125b4) -2126px -495px no-repeat;
}
.main-page .section-title {
  font: 300 40px 'Roboto', sans-serif;
  letter-spacing: -0.4px;
  line-height: 1.02;
}
.main-page .section:not(.active-slide) .round-container.image {
  transition: none;
  opacity: 0;
}
.main-page .section:not(.active-slide) .round-container.image .round {
  transform: scale(2);
}
.main-page .section:not(.active-slide).opacity .container {
  opacity: 0;
}
.main-page .section.active.opacity .container {
  opacity: 1;
  transition-delay: 0.2s;
  transition-duration: 0.5s;
}
.main-page .section.opacity .container {
  transition: all 0.3s ease;
}
.main-page .section.active-slide .round-container {
  transition-delay: 0.2s;
  transition-duration: 0.5s;
}
.main-page .section.active-slide .round-container .round {
  transition: all 0.5s ease;
  transition-delay: 0.65s;
}
.main-page .round-container {
  transition: opacity 0.3s ease, transform 0.3s ease;
  position: absolute;
  z-index: -1;
  background-color: #00aeef;
  top: -76px;
  right: -340px;
  overflow: hidden;
}
.main-page .round-container .round {
  width: 893px;
  height: 893px;
  background: url(/local/css/../images/sprite.svg?337125b4) -1011px -2px no-repeat;
  position: relative;
}
.main-page .round-container.image {
  top: -90px;
  right: -335px;
  bottom: 0;
  background-color: transparent;
}
.main-page .round-container.image .round {
  background: center / cover;
  z-index: -2;
  top: 0;
  bottom: 0;
  height: 100%;
}
.main-page .round-container.image:before {
  content: '';
  position: absolute;
  width: 1005px;
  height: 1005px;
  background: url(/local/css/../images/sprite.svg?337125b4) -2px -2px no-repeat;
  z-index: 2;
}
.main-page .round-container.image:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
}
.main-page .ds-container {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main-page .ds-container > * {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.main-page .ds-container > *.offset-top {
  padding-top: 169px;
}
.main-page .ds-container > *.offset-top .round-container {
  top: -36px;
}
.main-page.scroll {
  overflow: visible;
  background: #eff6f8;
}
.main-page.scroll .ds-container {
  position: static;
}
.main-page.scroll .header {
  background: #eff6f8;
  box-shadow: 3px -3px 6px 1px black;
  padding-bottom: 10px;
}
.main-page.scroll .footer {
  margin-top: 50px;
}
.main-page.scroll.fancybox-active {
  overflow: hidden;
}
.main-page.scroll .section {
  height: auto;
}
.main-page.scroll .section[data-section="eva"] {
  overflow: visible;
}
.main-page.scroll .round-container {
  display: none;
}
.main-page.scroll .ds-container {
  overflow: visible;
}
.main-page.scroll .ds-container > * {
  height: auto;
  padding-bottom: 10px;
}
.main-page.scroll .ds-container > *:last-child {
  padding-bottom: 0;
}
.main-page.scroll .slides-info {
  display: none;
}
.main-page.scroll .scroll-btn {
  display: none;
}
.main-page.scroll .promoblock-container {
  min-height: 100vh;
  padding-bottom: 50px;
}
.main-page.scroll .promo-slider-container .promo-images-slider {
  z-index: 1;
}
.touch .main-page .eva-container .eva-wrapper .dots-container,
.touch .main-page .eva-container .eva-wrapper .dots-container.round-two {
  animation-play-state: paused;
}
.touch .main-page .eva-container .eva-wrapper .dots-container .dot-icon,
.touch .main-page .eva-container .eva-wrapper .dots-container.round-two .dot-icon {
  animation-play-state: paused;
}
.touch .main-page .eva-container .state-two .rounds-container {
  animation-play-state: paused !important;
}
.touch .main-page .eva-container .state-two .rounds-container .round-wrapper:hover .text-round span {
  color: #333;
}
.touch .main-page .eva-container .state-two .rounds-container .round-wrapper .text-round {
  animation-play-state: paused !important;
}
.touch .main-page .eva-container .state-two .rounds-container .round-wrapper .text-round.active span {
  color: #00aeef;
}
.is-ie .main-page .eva-container .dots-ie {
  display: block;
}
.is-ie .main-page .eva-container .dot .dot-text {
  display: none;
}
.is-ie .main-page .eva-container .round-svg.line-svg {
  animation: rotate 30s / 2.5 linear infinite reverse;
}
.is-ie .main-page .eva-container .dots-container.round-two .round-svg.line-svg {
  animation: rotate 30s / 2.5 linear infinite;
}
.is-ie .main-page .dots-container,
.is-edge .main-page .dots-container,
.is-ie .main-page .dots-container.round-two,
.is-edge .main-page .dots-container.round-two,
.is-ie .main-page .dots-container.round-two .dot-icon,
.is-edge .main-page .dots-container.round-two .dot-icon,
.is-ie .main-page .dot-icon,
.is-edge .main-page .dot-icon,
.is-ie .main-page .state-two .rounds-container,
.is-edge .main-page .state-two .rounds-container,
.is-ie .main-page .state-two .rounds-container .text-round,
.is-edge .main-page .state-two .rounds-container .text-round {
  animation: none!important;
  transition: none;
}
.is-ie .main-page .dot-icon,
.is-edge .main-page .dot-icon {
  transition: none!important;
}
.main-page .promoblock-container {
  background: center / cover;
  color: #fff;
  position: relative;
  padding-top: 0;
}
.main-page .promoblock-container:not(.active-slide) .promo-logo,
.main-page .promoblock-container:not(.active-slide) .promo-preview-text,
.main-page .promoblock-container:not(.active-slide) .promo-title,
.main-page .promoblock-container:not(.active-slide) .promo-slider-text {
  transform: translateY(20px);
  opacity: 0;
}
.main-page .promoblock-container.active-slide .promo-logo,
.main-page .promoblock-container.active-slide .promo-preview-text,
.main-page .promoblock-container.active-slide .promo-title,
.main-page .promoblock-container.active-slide .promo-slider-text {
  transition-duration: 1s;
  transition-delay: 0.5s;
}
.main-page .promoblock-container .video-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.main-page .promoblock-container .video-container:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
}
.main-page .promoblock-container .video-container video {
  width: auto;
  height: auto;
  transition: opacity 0.5s ease;
  transition-delay: 2s;
  min-width: 100vw;
  min-height: 100%;
  z-index: -1;
  opacity: 0;
}
.main-page .promoblock-container .video-container video.play {
  opacity: 1;
}
.main-page .promoblock-container .promo-logo {
  transition: all 0.3s ease;
  width: 176px;
  height: 46px;
  background: url(/local/css/../images/white_logo.png) 0 0 no-repeat;
  margin-top: 55px;
}
.main-page .promoblock-container .promo-preview-text {
  transition: all 0.3s ease;
  margin-top: 78px;
  font-size: 23px;
  letter-spacing: -0.5px;
  line-height: 1.4;
}
.main-page .promoblock-container .promo-title {
  transition: all 0.3s ease;
  margin-top: 58px;
  font: 400 80px 'Roboto', sans-serif;
  letter-spacing: -0.5px;
  font-weight: bold;
  line-height: 1.03;
}
.main-page .promoblock-container .promo-title .mobile-for {
  display: none;
}
.main-page .promoblock-container .promo-slider-text {
  transition: all 0.3s ease;
  display: flex;
  overflow-y: hidden;
  font: 300 53px 'Roboto', sans-serif;
  margin-top: 8px;
  letter-spacing: 3.5px;
}
.main-page .promoblock-container .promo-slider-text .for {
  margin-right: 20px;
  text-transform: uppercase;
}
.main-page .promoblock-container .slider-text {
  font-size: 73px;
  letter-spacing: 3px;
  line-height: 1;
  position: relative;
}
.main-page .promoblock-container .slider-text > div {
  position: absolute;
  opacity: 0;
  top: -11px;
  transform: translateY(100%);
}
.main-page .promoblock-container .slider-text > div.active {
  transition: all 0.3s ease;
  opacity: 1;
  transform: translateY(0);
}
.main-page .promo-slider-container .round-container {
  background: none;
}
.main-page .promo-slider-container .round-container .round {
  width: 889px;
  height: 889px;
  background: url(/local/css/../images/sprite.svg?337125b4) -2px -1011px no-repeat;
}
.is-ie .main-page .promo-slider-container .round-container .round {
  left: -2px;
}
.main-page .promo-slider-container:not(.active-slide) .slide-description,
.main-page .promo-slider-container:not(.active-slide) .section-title,
.main-page .promo-slider-container:not(.active-slide) .btn-wrapper,
.main-page .promo-slider-container:not(.active-slide) .slider-nav {
  transform: translateX(-200px);
  opacity: 0;
}
.main-page .promo-slider-container:not(.active-slide) .round-container,
.main-page .promo-slider-container:not(.active-slide) .promo-images-slider {
  transform: translateX(200px);
  opacity: 0;
}
.main-page .promo-slider-container.active-slide .slide-description {
  transition-delay: 0.4s;
}
.main-page .promo-slider-container.active-slide .section-title {
  transition-delay: 0.2s;
}
.main-page .promo-slider-container.active-slide .btn-wrapper {
  transition-delay: 0.6s;
}
.main-page .promo-slider-container.active-slide .slider-nav {
  transition-delay: 0.8s;
}
.main-page .promo-slider-container.active-slide .round-container {
  transition-delay: 0.2s;
  transition-duration: 0.8s;
}
.main-page .promo-slider-container.active-slide .promo-images-slider {
  transition-duration: 0.5s;
}
.main-page .promo-slider-container .slider-description .slick-slide {
  pointer-events: none;
}
.main-page .promo-slider-container .slider-description .slick-slide.slick-active {
  pointer-events: all;
}
.main-page .promo-slider-container .section-title {
  transition: all 0.3s ease;
}
.main-page .promo-slider-container .slick-list {
  overflow: visible;
}
.main-page .promo-slider-container .slide-description {
  transition: all 0.3s ease;
  position: relative;
  margin-top: 40px;
  padding-top: 35px;
  line-height: 1.6;
}
.is-edge .main-page .promo-slider-container .slide-description,
.is-ie .main-page .promo-slider-container .slide-description {
  font-size: 17px;
}
.main-page .promo-slider-container .slide-description:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 4px;
  background: #fea202;
  left: 0;
  top: 0;
}
.main-page .promo-slider-container .btn-wrapper {
  transition: all 0.3s ease;
  margin-top: 65px;
}
.main-page .promo-slider-container .slider-nav {
  transition: all 0.3s ease;
  margin-top: 62px;
}
.main-page .promo-slider-container .promo-images-container {
  position: relative;
}
.main-page .promo-slider-container .promo-images-slider {
  transition: all 0.3s ease;
  position: absolute;
  right: -80px;
  top: 0;
  width: calc(100% + 80px);
  z-index: -1;
}
.main-page .promo-slider-container .promo-images-slider .slick-list {
  overflow: visible;
}
.main-page .promo-slider-container .promo-images-slider .slider.left-direction .slick-slide.slick-cloned:not(:first-child) {
  opacity: 0!important;
}
.main-page .promo-slider-container .promo-images-slider .slider.left-direction .slick-slide.slick-cloned:first-child {
  opacity: 1!important;
}
.main-page .promo-slider-container .promo-images-slider .slick-slide {
  transition: opacity 1s ease;
  opacity: 0;
}
.main-page .promo-slider-container .promo-images-slider .slick-slide.slick-active {
  opacity: 1;
}
.main-page .promo-slider-container .promo-images-slider .slick-slide.slick-cloned:not(:first-child) {
  opacity: 1!important;
}
.main-page .promo-slider-container .promo-images-slider .slide {
  padding-left: 140px;
}
.main-page .promo-slider-container .promo-images-slider .slide-image {
  background: top right no-repeat;
  height: 600px;
  max-width: 1011px;
}
.main-page .eva-container {
  overflow-x: hidden;
}
.main-page .eva-container.active .round-svg.line-svg,
.main-page .eva-container.active .dots-container,
.main-page .eva-container.active .dots-container.round-two,
.main-page .eva-container.active .dots-container.round-two .line-svg,
.main-page .eva-container.active .dots-container.round-two .dot-icon,
.main-page .eva-container.active .dot-icon,
.main-page .eva-container.active .state-two .rounds-container,
.main-page .eva-container.active .state-two .rounds-container .text-round {
  animation-play-state: running;
  animation-fill-mode: forwards;
}
.main-page .eva-container:not(.active-slide) .eva-wrapper {
  opacity: 0;
  transform: translateY(100%);
}
.main-page .eva-container:not(.active-slide) .eva-slider-wrapper {
  opacity: 0;
  transform: translateX(200px);
}
.main-page .eva-container.active-slide .eva-wrapper,
.main-page .eva-container.active-slide .eva-slider-wrapper {
  opacity: 1;
  transform: translate(0);
}
.main-page .eva-container .dots-ie {
  display: none;
}
.main-page .eva-container .dots-ie span {
  position: absolute;
}
.main-page .eva-container .eva-wrapper {
  transition: all 1s ease;
  width: 610px;
  height: 610px;
  display: flex;
  position: relative;
  top: -60px;
  border-radius: 50%;
  transform-origin: center;
  margin: -100px;
  padding: 100px 100px 100px 117px;
}
.main-page .eva-container .eva-wrapper:hover .dots-container,
.main-page .eva-container .eva-wrapper:hover .dots-container.round-two {
  animation-play-state: paused;
}
.main-page .eva-container .eva-wrapper:hover .dots-container .dot-icon,
.main-page .eva-container .eva-wrapper:hover .dots-container.round-two .dot-icon {
  animation-play-state: paused;
}
.main-page .eva-container .round-svg {
  width: calc(100% - 27px);
  height: calc(100% - 27px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.main-page .eva-container .round-svg g {
  stroke: #235784;
}
.main-page .eva-container .round-svg.line-svg {
  animation: rotate 30s / 2.5 linear infinite reverse paused;
  transform-origin: 0 0;
  overflow: visible;
}
.main-page .eva-container .eva-center {
  transition: all 0.3s ease;
  width: 250px;
  height: 250px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  z-index: 6;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  border-radius: 50%;
  font-weight: 700;
}
.main-page .eva-container .eva-center:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: radial-gradient(circle at 50% 32%, #00aeef, #457198 119%);
  border-radius: 50%;
  z-index: -2;
}
.main-page .eva-container .eva-center:after {
  content: '';
  position: absolute;
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  z-index: -1;
  background-image: radial-gradient(circle at 50% 32%, #00aeef, #2a8ccd 118%);
  opacity: 0;
}
.main-page .eva-container .eva-center:hover:after {
  opacity: 1;
}
.main-page .eva-container .eva-center .eva-name {
  font: 700 40px 'Roboto', sans-serif;
}
.main-page .eva-container .eva-center .arrow-right {
  width: 17px;
  height: 26px;
  background: url(/local/css/../images/sprite.svg?337125b4) -2317px -301px no-repeat;
  transform: scaleX(-1);
  margin-top: 25px;
}
.main-page .eva-container .dots-wrapper {
  transition: transform 2.5s ease;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.main-page .eva-container .dots-container {
  width: 425px;
  height: 425px;
  position: absolute;
  top: calc(50% - 425px / 2);
  left: calc(50% - 425px / 2);
  transform-origin: 50% 50%;
  border-radius: 50%;
  z-index: 3;
  animation: round-rotate 30s linear infinite reverse paused;
  box-sizing: border-box;
  background-size: contain;
  background-repeat: no-repeat;
  transition: none!important;
}
.main-page .eva-container .dots-container.background {
  z-index: -1;
}
.main-page .eva-container .dots-container.round-two {
  width: 600px;
  height: 600px;
  z-index: 2;
  top: calc(50% - 300px);
  left: calc(50% - 300px);
  animation: round-rotate 30s linear infinite paused;
}
.main-page .eva-container .dots-container.round-two.background {
  z-index: -1;
}
.main-page .eva-container .dots-container.round-two .round-svg {
  width: calc(100% - 35px);
  height: calc(100% - 35px);
}
.main-page .eva-container .dots-container.round-two .round-svg g {
  stroke: #00aeef;
}
.main-page .eva-container .dots-container.round-two .line-svg {
  transform: translate(-50%, -50%);
  animation: rotate 30s / 2.5 linear infinite paused;
}
.main-page .eva-container .dots-container.round-two .dot {
  padding-bottom: 173px;
}
.main-page .eva-container .dots-container.round-two .dot .dot-text {
  font-size: 13px;
  padding-top: 23px;
  font-weight: 700;
}
.is-edge .main-page .eva-container .dots-container.round-two .dot .dot-text {
  font-weight: 400;
}
.main-page .eva-container .dots-container.round-two .dot-icon {
  transition: all 0.3s ease;
  width: 24px;
  height: 24px;
  background: #00aeef;
  animation: text-compensate 30s linear infinite paused;
}
.main-page .eva-container .dots-container.round-two .dot-icon:hover,
.main-page .eva-container .dots-container.round-two .dot-icon.active {
  background-image: linear-gradient(to right, #ffb600, #fb5e0a);
}
.main-page .eva-container .dot-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform-origin: center bottom;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-page .eva-container .dot,
.main-page .eva-container .dots-ie {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-50%, -50%);
  padding-bottom: 120px;
  text-decoration: none;
}
.main-page .eva-container .dot .dot-text,
.main-page .eva-container .dots-ie .dot-text,
.main-page .eva-container .dot .ie-dot-text,
.main-page .eva-container .dots-ie .ie-dot-text {
  padding-top: 20px;
  font-size: 12px;
  white-space: nowrap;
  display: block;
}
.main-page .eva-container .dot .dot-text.round-two,
.main-page .eva-container .dots-ie .dot-text.round-two,
.main-page .eva-container .dot .ie-dot-text.round-two,
.main-page .eva-container .dots-ie .ie-dot-text.round-two {
  font-weight: 700;
}
.main-page .eva-container .dot-icon {
  width: 18px;
  height: 18px;
  background: #235784;
  display: flex;
  border-radius: 50%;
  transform-origin: center;
  animation: text-compensate 30s linear infinite reverse paused;
  outline: transparent;
  color: #333;
  position: relative;
  justify-content: center;
}
.main-page .eva-container .dot-icon:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 2px;
  background: #eff6f8;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.main-page .eva-container .dot-icon:hover,
.main-page .eva-container .dot-icon.active {
  background-image: linear-gradient(to right, #ffb600, #fb5e0a);
}
.main-page .eva-container .dot-icon.active {
  box-shadow: 0 0 0 2px #ffb600;
}
.main-page .eva-container .eva-slider-wrapper {
  transition: all 0.8s ease;
  transition-delay: 0.5s;
  z-index: 6;
}
.main-page .eva-container .slick-list {
  overflow: visible;
}
.main-page .eva-container .section-title {
  margin-top: 80px;
  padding-left: 5px;
  line-height: 1.3;
}
.main-page .eva-container .slide .btn-wrapper {
  margin-top: 30px;
}
.main-page .eva-container .eva-description {
  margin-top: 75px;
  font-size: 14px;
  padding-left: 8px;
  line-height: 1.3;
  position: relative;
}
.main-page .eva-container .eva-description:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 4px;
  background-color: #fea202;
  left: 7px;
  top: -40px;
}
.main-page .eva-container .state-one {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.main-page .eva-container .state-one .dots-container {
  transition: all 2.5s ease;
}
.main-page .eva-container .state-one .dots-container .dot {
  transition: all 2.5s ease;
  transition-delay: 2.5s / 2;
}
.main-page .eva-container .state-one .dots-wrapper {
  transition-delay: 2.5s / 4;
}
.main-page .eva-container .state-one:not(.active) {
  transition: opacity 0.3s ease;
  z-index: -1;
  transition-delay: 2.5s / 2;
  opacity: 0;
}
.main-page .eva-container .state-one:not(.active) .dots-wrapper {
  transition-delay: 0s;
  padding: 0;
  transform: scale(0.01);
}
.main-page .eva-container .state-one:not(.active) .eva-center {
  opacity: 0;
}
.main-page .eva-container .state-two {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  z-index: 5;
}
.main-page .eva-container .state-two.active {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.main-page .eva-container .state-two:not(.active) {
  z-index: -1;
}
.main-page .eva-container .state-two:not(.active) .state-two-rounds-wrapper {
  transition-delay: 0s;
  transform: scale(0.01);
}
.main-page .eva-container .state-two:not(.active) .eva-center {
  opacity: 0;
}
.main-page .eva-container .state-two .state-two-rounds-wrapper {
  transition: transform 2.5s ease;
  transition-delay: 2.5s / 2;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.main-page .eva-container .state-two .eva-center {
  font-size: 12px;
  text-align: center;
}
.main-page .eva-container .state-two .eva-center .arrow-right {
  transform: scaleX(1);
}
.main-page .eva-container .state-two .rounds-container {
  width: 650px;
  height: 650px;
  animation: rotate 30s linear infinite paused;
  transform-origin: 0 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.main-page .eva-container .state-two .rounds-container:hover {
  animation-play-state: paused;
}
.main-page .eva-container .state-two .rounds-container:hover .text-round {
  animation-play-state: paused;
}
.main-page .eva-container .state-two .rounds-container .round-wrapper {
  transition: padding 2.5s ease;
  transition-delay: 2.5s / 2;
  position: absolute;
  left: 50%;
  top: 50%;
  padding-top: 200px;
  transform-origin: 0 0;
}
.main-page .eva-container .state-two .rounds-container .round-wrapper:before {
  content: '';
  position: absolute;
  transition: border-color 0.3s ease;
  width: 1px;
  height: 100%;
  border: 1px dashed transparent;
  border-left-color: #00aeef;
  left: 50%;
  bottom: 5px;
  transform-origin: bottom;
  transform: rotate(-10deg);
}
.main-page .eva-container .state-two .rounds-container .round-wrapper:hover:before {
  border-left-color: #457198;
}
.main-page .eva-container .state-two .rounds-container .round-wrapper:hover .text-round span {
  color: #00aeef;
}
.main-page .eva-container .state-two .rounds-container .round-wrapper.active:before {
  border-left-color: #fea202;
}
.main-page .eva-container .state-two .text-round {
  width: 140px;
  height: 140px;
  transition-delay: 2.5s / 2;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50%;
  animation: text-compensate 30s linear infinite paused;
  box-shadow: 4px 4px 4px -4px rgba(4, 36, 69, 0.1);
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  color: #333;
  font-weight: 700;
}
.is-edge .main-page .eva-container .state-two .text-round {
  font-weight: 400;
}
.main-page .eva-container .state-two .text-round.small {
  width: 114px;
  height: 114px;
}
.main-page .eva-container .mobile-eva {
  display: none;
}
.main-page .eva-container .mobile-eva .slider-nav {
  margin-top: 30px;
  justify-content: center;
}
.main-page .eva-container .mobile-eva .slick-list {
  margin-bottom: -50px;
  padding-bottom: 50px;
}
.main-page .eva-container .mobile-eva .mobile-eva-slider {
  position: relative;
}
.main-page .eva-container .mobile-eva .line {
  padding-top: 20px;
}
.main-page .eva-container .mobile-eva .line:before {
  content: '';
  width: 1px;
  height: calc(100% - 50px);
  position: absolute;
  border-left: 1px dashed #235784;
  opacity: 0.5;
  top: -7px;
  left: 38px;
}
@media (max-width: 479px) {
  .main-page .eva-container .mobile-eva .line:before {
    left: 38px;
  }
}
.main-page .eva-container .mobile-eva .slide {
  position: relative;
  box-sizing: border-box;
}
.main-page .eva-container .mobile-eva .slide:before {
  content: '';
  position: absolute;
  width: 200vw;
  height: 1px;
  left: -100vw;
  top: 50%;
  border-top: 1px dashed transparent;
}
.main-page .eva-container .mobile-eva .slide.title:before {
  border-color: #00aeef;
}
.main-page .eva-container .mobile-eva .slide.title a,
.main-page .eva-container .mobile-eva .slide.title .slide-title {
  background: #235784;
  font-size: 18px;
  color: #fff;
}
.main-page .eva-container .mobile-eva .slide.title a:before,
.main-page .eva-container .mobile-eva .slide.title .slide-title:before {
  width: 28px;
  height: 28px;
  border: 8px solid #fff;
  left: 9px;
}
.main-page .eva-container .mobile-eva .slide.title a:after,
.main-page .eva-container .mobile-eva .slide.title .slide-title:after {
  display: none;
}
.main-page .eva-container .mobile-eva .slide.title .slide-round {
  width: 44px;
  height: 47px;
  right: -22px;
}
.main-page .eva-container .mobile-eva .slide.title .slide-round:before {
  width: 28px;
  height: 28px;
  border: 8px solid #fff;
}
.main-page .eva-container .mobile-eva .slide a,
.main-page .eva-container .mobile-eva .slide .slide-title {
  padding: 9px 50px;
  display: inline-block;
  border-radius: 24px;
  position: relative;
  font-size: 12px;
  color: #333;
  text-decoration: none;
}
.main-page .eva-container .mobile-eva .slide a:before,
.main-page .eva-container .mobile-eva .slide .slide-title:before {
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  background: #235784;
  border-radius: 50%;
  box-sizing: border-box;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.main-page .eva-container .mobile-eva .slide a:after,
.main-page .eva-container .mobile-eva .slide .slide-title:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 2px;
  background: #fff;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
}
.main-page .eva-container .mobile-eva .slide .slide-round {
  width: 20px;
  height: 22px;
  background: #bfe7f6;
  position: absolute;
  right: -11px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 24px;
}
.main-page .eva-container .mobile-eva .slide .slide-round:before {
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}
.main-page .eva-container .mobile-eva .slide.two a:before,
.main-page .eva-container .mobile-eva .slide.two .slide-title:before {
  background: #00aeef;
}
.main-page .eva-container .mobile-eva .slide.two .slide-round {
  background: #235784;
}
.main-page .eva-container .mobile-eva .slide.two .slide-title {
  background: #00aeef;
}
.main-page .about-company-container.offset-top {
  padding-top: 180px;
}
.main-page .about-company-container .round-container:after {
  background: rgba(255, 255, 255, 0.7);
}
.main-page .about-company-container .about-description {
  margin-top: 43px;
  line-height: 1.6;
}
.is-edge .main-page .about-company-container .about-description,
.is-ie .main-page .about-company-container .about-description {
  font-size: 17px;
}
.main-page .about-company-container .download-file-link {
  font-size: 14px;
  padding-left: 127px;
  position: relative;
  margin-top: 14px;
  letter-spacing: 0.2px;
  cursor: pointer;
}
.main-page .about-company-container .download-file-link:hover a {
  color: #00aeef;
}
.main-page .about-company-container .download-file-link a {
  transition: all 0.3s ease;
  background: linear-gradient(to left, #00aeef, #00aeef) 50% 100% no-repeat, linear-gradient(to left, currentColor, currentColor) 0 100% repeat-x;
  background-size: 0 1px, 100% 1px;
  color: #333;
  text-decoration: none;
}
.main-page .about-company-container .download-file-link a:hover {
  background-size: 100% 1px, 100% 1px;
}
.touch .main-page .about-company-container .download-file-link a:hover {
  background-size: 0 1px, 100% 1px;
}
.main-page .about-company-container .download-file-link a:before {
  content: '';
  position: absolute;
  width: 52px;
  height: 52px;
  background: url(/local/css/../images/sprite.svg?337125b4) -2166px -367px no-repeat;
  left: 45px;
  top: -18px;
}
.main-page .about-company-container .list-icons {
  margin-top: 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.main-page .about-company-container .list-icons .icon {
  text-align: center;
  margin-right: 105px;
  margin-bottom: 10px;
}
.main-page .about-company-container .list-icons .icon:first-child {
  margin-left: 20px;
}
.main-page .about-company-container .list-icons .icon:last-child {
  margin-right: 0;
}
.main-page .about-company-container .list-icons .icon.animate .image-icon {
  animation: icon-hover 1s ease;
}
.main-page .about-company-container .list-icons .image-icon {
  position: relative;
  height: 52px;
}
.main-page .about-company-container .list-icons .text-icon {
  font-size: 12px;
  max-width: 101px;
  margin-top: 32px;
}
.main-page .about-company-container .btn-wrapper {
  margin-top: 60px;
}
.main-page .expert-opinion-container.offset-top {
  padding-top: 136px;
}
.main-page .expert-opinion-container .slider-container {
  margin-top: 63px;
}
.main-page .expert-opinion-container .slider-container .slick-list {
  overflow: visible;
}
.main-page .expert-opinion-container .slider-container .expert-image {
  background: center / cover;
  padding-top: 84%;
  margin-right: 32px;
  position: relative;
}
.main-page .expert-opinion-container .slider-container .expert-image:before {
  content: '';
  position: absolute;
  background-color: #77d1f3;
  width: calc(100% - 10px);
  height: 100%;
  left: 40px;
  top: 45px;
  z-index: -1;
}
.main-page .expert-opinion-container .slider-container .expert-image:after {
  content: '';
  position: absolute;
  width: 192px;
  height: 328px;
  background: url(/local/css/../images/sprite.svg?337125b4) -1908px -2px no-repeat;
  right: -30px;
  top: 45px;
  z-index: -1;
}
.main-page .expert-opinion-container .slider-container .expert-name {
  margin-top: 42px;
  font: 700 22px 'Roboto', sans-serif;
}
.main-page .expert-opinion-container .slider-container .expert-position {
  color: #00aeef;
  font: 400 18px 'Roboto', sans-serif;
}
.main-page .expert-opinion-container .slider-container .expert-description {
  font-size: 14px;
  line-height: 1.7;
  height: 383px;
  overflow: auto;
  margin: 30px 0;
  padding-right: 20px;
}
.main-page .expert-opinion-container .slider-container .expert-description p {
  margin: 30px 0;
}
.main-page .expert-opinion-container .slider-container .expert-description p:first-child {
  margin-top: 0;
}
.main-page .expert-opinion-container .slider-container .expert-description p:last-child {
  margin-bottom: 0;
}
.main-page .trust-us-container.offset-top {
  padding-top: 177px;
}
.main-page .trust-us-container .slider-container {
  margin-top: 48px;
}
.main-page .trust-us-container .slider-container .slider-nav {
  justify-content: center;
  margin-top: 20px;
}
.main-page .trust-us-container .trust-us-logo {
  transition: all 0.3s ease;
  width: 100%;
  height: 137px;
  margin-bottom: 10px;
  background: center no-repeat;
  background-size: 100%;
  filter: grayscale(100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-page .trust-us-container .trust-us-logo img {
  max-width: 70%;
  max-height: 100%;
}
.main-page .trust-us-container .trust-us-logo:hover {
  filter: grayscale(0);
}
.main-page .our-projects-container:not(.active-slide) .description-container {
  opacity: 0;
  transform: translateX(-200px);
}
.main-page .our-projects-container:not(.active-slide) .results-container {
  opacity: 0;
}
.main-page .our-projects-container:not(.active-slide) .image-container {
  opacity: 0;
  transform: translateX(200px);
}
.main-page .our-projects-container.active-slide .description-container,
.main-page .our-projects-container.active-slide .results-container,
.main-page .our-projects-container.active-slide .image-container {
  opacity: 1;
  transform: translateX(0);
}
.main-page .our-projects-container.offset-top {
  padding-top: 136px;
}
.main-page .our-projects-container .slick-list {
  overflow: visible!important;
}
.main-page .our-projects-container .slide {
  display: flex;
}
.main-page .our-projects-container .slide.without-results .image-container {
  width: 621px;
}
.main-page .our-projects-container .slide.without-results .project-logo-company {
  transform: translateX(-56.3%);
}
.main-page .our-projects-container .description-container {
  transition: all 0.3s ease;
  width: 38%;
  margin-top: 74px;
}
.main-page .our-projects-container .description-container .project-logo-company {
  display: none;
}
.main-page .our-projects-container .results-container {
  transition: opacity 0.5s ease;
  transition-delay: 0.2s;
  width: 19%;
  margin-left: 40px;
  position: relative;
  top: -35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main-page .our-projects-container .image-container {
  transition: all 0.3s ease;
  position: absolute;
  width: 389px;
  height: calc(100vh - 77px);
  right: -120px;
  top: -99px;
}
.main-page .our-projects-container .project-title {
  font: 400 22px 'Roboto', sans-serif;
  line-height: 1.52;
}
.main-page .our-projects-container .project-title:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 4px;
  background: #fea202;
  left: -1px;
  top: -35px;
}
.main-page .our-projects-container .project-description {
  font-size: 14px;
  line-height: 1.72;
  margin-top: 28px;
  max-width: 337px;
}
.main-page .our-projects-container .btn-wrapper {
  margin-top: 62px;
}
.main-page .our-projects-container .btn-wrapper .all-projects {
  transition: all 0.3s ease;
  display: inline-block;
  margin-left: 30px;
  border-bottom: 1px dashed;
  font-size: 14px;
}
@media (max-width: 479px) {
  .main-page .our-projects-container .btn-wrapper .all-projects {
    margin-left: 0;
  }
}
.main-page .our-projects-container .btn-wrapper .all-projects:hover {
  border-color: transparent;
}
.main-page .our-projects-container .slider-nav {
  margin-top: 63px;
}
.main-page .our-projects-container .results-title {
  font: 700 18px 'Roboto', sans-serif;
  margin-left: 5px;
  letter-spacing: 0.15px;
}
.main-page .our-projects-container .projects-result {
  margin-top: 25px;
  flex-shrink: 0;
}
.main-page .our-projects-container .projects-result:nth-child(2) {
  margin-top: 10px;
}
.main-page .our-projects-container .result-value {
  font: 400 91px 'Roboto', sans-serif;
  color: #00aeef;
}
.main-page .our-projects-container .result-description {
  font-size: 14px;
  line-height: 1.6;
  padding-left: 5px;
}
.main-page .our-projects-container .project-image {
  width: 100%;
  height: 100%;
  background: top / cover;
  position: relative;
}
.main-page .our-projects-container .project-logo-company {
  width: 174px;
  height: 162px;
  background: #fff;
  line-height: 162px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 46px;
  transform: translateX(-50%);
}
.main-page .our-projects-container .project-logo-company img {
  max-width: 100%;
  max-height: 100%;
}
.main-page .our-projects-container .second-nav {
  display: none;
  width: 100%;
}
.main-page .our-projects-container .btn-wrapper.mobile {
  display: none;
}
.main-page .section-feedback-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main-page .section-feedback-container.offset-top {
  padding-top: 180px;
}
.main-page .section-feedback-container .seo-description {
  font-size: 14px;
  margin-top: 85px;
  padding-right: 70px;
  line-height: 1.64;
  position: relative;
}
.main-page .section-feedback-container .seo-description:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 4px;
  background: #fea202;
  left: -1px;
  top: -42px;
}
.main-page .section-feedback-container .seo-description p {
  margin: 30px 0;
}
.main-page .section-feedback-container .base-form {
  margin-top: 30px;
  max-width: 423px;
}
.main-page .section-feedback-container .base-form .select2 {
  display: none;
}
.main-page .section-feedback-container .base-form .select2 + span {
  display: none;
}
@media (max-height: 780px) {
  .main-page .ds-container > *.offset-top {
    padding-top: 100px;
  }
  .main-page .section-title {
    font-size: 30px;
  }
  .main-page .promoblock-container .promo-preview-text {
    margin-top: 30px;
  }
  .main-page .promoblock-container .promo-title {
    margin-top: 30px;
  }
  .main-page .promo-slider-container .btn-wrapper {
    margin-top: 40px;
  }
  .main-page .promo-slider-container .slider-nav {
    margin-top: 15px;
  }
  .main-page .about-company-container .about-description {
    margin-top: 30px;
  }
  .main-page .about-company-container .list-icons {
    margin-top: 30px;
  }
  .main-page .about-company-container .list-icons .text-icon {
    margin-top: 10px;
  }
  .main-page .about-company-container .btn-wrapper {
    margin-top: 20px;
  }
  .main-page .expert-opinion-container .slider-container {
    margin-top: 30px;
  }
  .main-page .expert-opinion-container .slider-container .expert-image {
    padding-top: 70%;
  }
  .main-page .expert-opinion-container .slider-container .expert-description {
    height: 195px;
  }
  .main-page .trust-us-container .slider-container {
    margin-top: 30px;
  }
  .main-page .trust-us-container .slider-container .slider-nav {
    margin-top: 10px;
  }
  .main-page .our-projects-container .description-container {
    margin-top: 30px;
  }
  .main-page .our-projects-container .image-container {
    top: -53px;
    height: calc(100vh - 53px);
  }
  .main-page .our-projects-container .image-container .project-image {
    background: center / contain no-repeat;
  }
  .main-page .our-projects-container .project-title:before {
    display: none;
  }
  .main-page .our-projects-container .project-description {
    margin-top: 15px;
  }
  .main-page .our-projects-container .btn-wrapper {
    margin-top: 20px;
  }
  .main-page .our-projects-container .slider-nav {
    margin-top: 30px;
  }
  .main-page .our-projects-container .projects-result {
    margin-top: 15px;
  }
  .main-page .our-projects-container .result-value {
    font-size: 70px;
  }
  .main-page .section-feedback-container .base-form {
    margin-top: 10px;
  }
  .main-page .section-feedback-container .seo-description {
    margin-top: 20px;
  }
  .main-page .section-feedback-container .seo-description:before {
    display: none;
  }
  .main-page .section-feedback-container .base-form textarea {
    min-height: 70px;
  }
  .main-page .footer {
    padding: 0;
  }
}
@media (max-height: 780px) and (min-width: 1024px) {
  .main-page .eva-container .scale-eva {
    transform: scale(0.8);
  }
  .main-page .eva-container .eva-wrapper {
    top: -100px;
  }
}
@media (max-width: 1239px) {
  .touch .main-page .ds-container > *.offset-top {
    padding-top: 60px;
  }
  .no-touch .main-page .ds-container > *.offset-top {
    padding-top: 90px;
  }
  .main-page .round-container {
    display: none;
  }
  .main-page .slides-info {
    display: none;
  }
  .main-page .promo-slider-container .promo-images-slider {
    width: 50%;
    right: 0;
  }
  .main-page .promo-slider-container .promo-images-slider .slide {
    padding-left: 0;
  }
  .main-page .promo-slider-container .promo-images-slider .slide-image {
    background: center / contain no-repeat;
    height: 400px;
  }
  .main-page .eva-container.offset-top {
    padding-top: 130px;
  }
  .main-page .eva-container .eva-wrapper {
    padding-bottom: 30px;
  }
  .main-page .eva-container .section-title {
    font-size: 28px;
  }
  .no-touch .main-page .eva-container .eva-wrapper {
    top: -40px;
  }
  .main-page .our-projects-container .image-container {
    top: -33px;
    height: calc(100vh - 33px);
  }
}
@media (max-width: 1023px) {
  .main-page .section-title {
    font-size: 30px;
  }
  .main-page .promoblock-container .promo-title {
    font-size: 60px;
  }
  .main-page .promoblock-container .promo-slider-text {
    font-size: 40px;
  }
  .main-page .promoblock-container .promo-slider-text .for {
    text-transform: lowercase;
  }
  .main-page .promoblock-container .slider-text {
    font-size: 40px;
    margin-top: 5px;
  }
  .main-page .promoblock-container .slider-text > div {
    top: -2px;
  }
  .main-page.scroll .ds-container .promo-slider-container.offset-top {
    padding-top: 90px;
  }
  .main-page .promo-slider-container .promo-images-slider {
    right: 0;
  }
  .main-page .promo-slider-container .promo-images-slider .slide-image {
    background: center / contain no-repeat;
    height: 300px;
  }
  .main-page .eva-container.offset-top {
    padding-top: 20px;
  }
  .main-page .eva-container .eva-wrapper {
    top: 0;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
  .main-page .about-company-container .list-icons .icon {
    width: 33.33%;
    margin: 30px 0 20px;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .main-page .about-company-container .list-icons .icon .text-icon {
    max-width: none;
  }
  .main-page .about-company-container .list-icons .icon:first-child {
    margin-left: 0;
  }
  .main-page .our-projects-container .slider-container .slick-list {
    overflow: hidden;
  }
  .main-page .our-projects-container .slider-container .slide {
    flex-wrap: wrap;
  }
  .main-page .our-projects-container .slider-container .description-container {
    width: 100%;
    margin-top: 20px;
  }
  .main-page .our-projects-container .slider-container .description-container .project-title {
    margin-top: 20px;
  }
  .main-page .our-projects-container .slider-container .description-container .project-title:before {
    display: none;
  }
  .main-page .our-projects-container .slider-container .description-container .btn-wrapper {
    margin-top: 30px;
    display: none;
  }
  .main-page .our-projects-container .slider-container .description-container .project-logo-company {
    display: flex;
    position: static;
    transform: none;
    margin-top: 0;
  }
  .main-page .our-projects-container .slider-container .results-container {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    top: 0;
    margin-top: 30px;
    margin-left: 0;
  }
  .main-page .our-projects-container .slider-container .results-container .results-title {
    width: 100%;
  }
  .main-page .our-projects-container .slider-container .results-container .projects-result {
    margin: 10px 10px 0;
  }
  .main-page .our-projects-container .slider-container .results-container .projects-result .result-value {
    font-size: 70px;
  }
  .main-page .our-projects-container .slider-container .image-container {
    display: none;
  }
  .main-page .our-projects-container .slider-container .slider-nav {
    display: none;
  }
  .main-page .our-projects-container .slider-container .slider-nav.second-nav {
    display: flex;
    justify-content: center;
  }
  .main-page .our-projects-container .btn-wrapper.mobile {
    margin-top: 30px;
    display: block;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .main-page .eva-container {
    padding-top: 0!important;
  }
}
@media (max-width: 767px) {
  .main-page .round-container {
    display: none;
  }
  .main-page .section-title {
    font-size: 25px;
  }
  .main-page .ds-container > *.offset-top {
    padding-top: 70px;
  }
  .main-page .promoblock-container .promo-preview-text {
    margin-top: 20px;
    font-size: 17px;
  }
  .main-page .promoblock-container .promo-title {
    font-size: 40px;
    margin-top: 35%;
  }
  .main-page .promoblock-container .promo-slider-text {
    font-size: 30px;
  }
  .main-page .promoblock-container .slider-text {
    font-size: 30px;
    margin-top: 5px;
  }
  .main-page .promo-slider-container .slick-list,
  .main-page .promo-slider-container .promo-images-slider .slick-list {
    overflow: hidden;
  }
  .main-page .promo-slider-container .slider-wrapper {
    display: flex;
    flex-direction: column;
  }
  .main-page .promo-slider-container .slider-description {
    order: 2;
  }
  .main-page .promo-slider-container .promo-images-slider {
    position: static;
    order: 1;
    width: 100%;
  }
  .main-page .promo-slider-container .promo-images-slider .slide {
    padding-left: 0;
    display: flex;
  }
  .main-page .promo-slider-container .promo-images-slider .slide-image {
    background: center / contain no-repeat;
    height: 320px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .main-page .promo-slider-container .slide-description {
    margin-top: 0;
  }
  .main-page .promo-slider-container .slide-description:before {
    display: none;
  }
  .main-page .promo-slider-container .btn-wrapper {
    margin-top: 30px;
  }
  .main-page .promo-slider-container .slider-nav {
    margin-top: 30px;
    justify-content: center;
  }
  .main-page .eva-container .slick-list {
    overflow: hidden;
  }
  .main-page .eva-container .mobile-eva {
    display: block;
  }
  .main-page .eva-container .section-title {
    margin-top: 0;
  }
  .main-page .about-company-container .download-file-link {
    margin: 60px 0 10px;
    padding-left: 70px;
  }
  .main-page .about-company-container .download-file-link a:before {
    left: 0;
  }
  .main-page .about-company-container .about-description {
    font-size: 14px;
  }
  .main-page .expert-opinion-container .slick-list {
    overflow: hidden;
  }
  .main-page .expert-opinion-container .slider-container {
    margin-top: 30px;
  }
  .main-page .expert-opinion-container .slider-container .expert-name {
    margin-top: 30px;
  }
  .main-page .expert-opinion-container .slider-container .expert-position {
    margin-top: 10px;
  }
  .main-page .expert-opinion-container .slider-container .expert-image {
    padding-top: 60%;
    width: 50%;
    margin: 0 auto;
    background: top / cover;
  }
  .main-page .expert-opinion-container .slider-container .expert-image:before,
  .main-page .expert-opinion-container .slider-container .expert-image:after {
    display: none;
  }
  .main-page .expert-opinion-container .slider-container .expert-description {
    height: auto;
  }
  .main-page .expert-opinion-container .slider-container .slider-nav {
    justify-content: center;
  }
  .main-page .our-projects-container .slider-container .description-container {
    margin-top: 20px;
  }
  .main-page .our-projects-container .slider-container .description-container .project-title {
    font-size: 16px;
  }
  .main-page .our-projects-container .slider-container .results-container .results-title {
    margin-left: 0;
  }
  .main-page .our-projects-container .slider-container .results-container .projects-result {
    margin-left: 0;
  }
  .main-page .our-projects-container .slider-container .results-container .projects-result .result-value {
    font-size: 40px;
    flex-shrink: 1;
  }
  .main-page .section-feedback-container .seo-description {
    margin-top: 20px;
    padding-right: 0;
    margin-bottom: 50px;
  }
  .main-page .section-feedback-container .seo-description:before {
    display: none;
  }
  .main-page .section-feedback-container .base-form {
    max-width: none;
    margin-bottom: 50px;
    margin-top: 20px;
  }
}
@media (max-width: 479px) {
  .main-page .ds-container {
    overflow: visible;
  }
  .main-page .ds-container > *.offset-top {
    padding-top: 40px;
  }
  .main-page .section-title {
    font-size: 28px;
  }
  .main-page .promoblock-container .promo-title {
    font-size: 30px;
  }
  .main-page .promoblock-container .promo-title .mobile-for {
    display: inline;
  }
  .main-page .promoblock-container .promo-slider-text {
    font-size: 35px;
    height: 50px;
  }
  .main-page .promoblock-container .promo-slider-text .for {
    margin-right: 5px;
    display: none;
  }
  .main-page .promoblock-container .slider-text {
    margin-top: -4px;
    font-size: 30px;
  }
  .main-page .promo-slider-container.offset-top {
    padding-top: 80px;
  }
  .main-page .promo-slider-container .slide-description {
    font-size: 14px;
  }
  .main-page .promo-slider-container .promo-images-slider {
    height: 230px;
  }
  .main-page .promo-slider-container .promo-images-slider .slide-image {
    height: 230px;
  }
  .main-page .promo-slider-container .slider-nav {
    margin-top: 20px;
  }
  .main-page .about-company-container .list-icons {
    margin-top: 50px;
  }
  .main-page .about-company-container .list-icons .icon {
    width: 50%;
    margin: 10px 0;
  }
  .main-page .about-company-container .list-icons .icon .text-icon {
    margin-top: 10px;
  }
  .main-page .about-company-container .btn-wrapper {
    margin-top: 10px;
  }
  .main-page .expert-opinion-container .slider-container .expert-image {
    width: 60%;
  }
  .main-page .our-projects-container .btn-wrapper,
  .main-page .our-projects-container .btn-wrapper.mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .main-page .our-projects-container .btn-wrapper .all-projects,
  .main-page .our-projects-container .btn-wrapper.mobile .all-projects {
    margin-top: 10px;
  }
  .main-page .our-projects-container .slider-container .second-nav {
    display: flex;
    margin-bottom: auto;
    margin-top: 20px;
  }
  .main-page .our-projects-container .description-container .project-logo-company {
    padding: 10px;
    width: 115px;
    height: 115px;
  }
}
.text-page main {
  margin-top: 130px;
}
.text-page .text-content {
  max-width: 726px;
}
.text-page .footer {
  margin-top: 59px;
}
@media (max-width: 1023px) {
  .text-page main {
    margin-top: 100px;
  }
}
.news-list-page main {
  margin-top: 130px;
}
.news-list-page .filter-container {
  display: flex;
  flex-wrap: wrap;
}
.news-list-page .filter-container .filter-item {
  text-decoration: none;
  color: #333;
  margin: 7px 27px 7px 24px;
  font: 300 18px 'Roboto', sans-serif;
  padding-bottom: 1px;
  border-bottom: 2px solid transparent;
}
.news-list-page .filter-container .filter-item:first-child {
  margin-left: 0;
}
.news-list-page .filter-container .filter-item.active {
  border-color: #fea202;
}
.news-list-page .filter-container .filter-item.active:hover {
  background: none;
}
.news-list-page .news-list-container {
  margin-top: 40px;
}
.news-list-page .news-list-container .col {
  display: flex;
  align-items: stretch;
}
.news-list-page .news-list-container .news-item {
  transition: background 0.3s ease;
  margin-bottom: 17px;
  position: relative;
  width: 100%;
}
.news-list-page .news-list-container .news-item.large {
  background: #fff;
  box-shadow: 0 20px 20px -10px rgba(0, 0, 0, 0.11);
}
.news-list-page .news-list-container .news-item .news-link {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.news-list-page .news-list-container .news-item .tags-wrapper {
  margin-top: 10px;
}
:not(.touch) .news-list-page .news-list-container .news-item:hover {
  background: #00aeef;
}
:not(.touch) .news-list-page .news-list-container .news-item:hover .news-name,
:not(.touch) .news-list-page .news-list-container .news-item:hover .date,
:not(.touch) .news-list-page .news-list-container .news-item:hover .tag,
:not(.touch) .news-list-page .news-list-container .news-item:hover .news-preview-text {
  color: #fff;
  opacity: 1;
}
:not(.touch) .news-list-page .news-list-container .news-item:hover .news-name-wrapper .news-name span {
  background-size: 100% 1px, 100% 1px;
}
:not(.touch) .news-list-page .news-list-container .news-item:hover .video:after {
  animation: video-icon-animation 2s linear infinite;
}
.is-ie :not(.touch) .news-list-page .news-list-container .news-item:hover .video:after {
  animation: none;
}
.news-list-page .news-list-container .news-info {
  margin: 0 20px;
}
.news-list-page .news-list-container .news-preview-image {
  padding-top: 65.5%;
  background: center / cover;
  position: relative;
}
.news-list-page .news-list-container .news-preview-image.large {
  padding-top: 32%;
}
.news-list-page .news-list-container .news-preview-image.video {
  cursor: pointer;
}
.news-list-page .news-list-container .news-preview-image.video:before {
  content: '';
  position: absolute;
  transition: transform 0.3s ease;
  width: 17px;
  height: 21px;
  background: url(/local/css/../images/sprite.svg?337125b4) -2104px -470px no-repeat;
  left: 20px;
  bottom: 20px;
}
.news-list-page .news-list-container .news-preview-image.video:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  left: 11px;
  bottom: 14px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #fff;
  opacity: 0;
  border-bottom-color: #fff;
}
.news-list-page .news-list-container .news-name-wrapper {
  margin-top: 14px;
  line-height: 1.47;
  display: block;
  text-decoration: none;
}
.news-list-page .news-list-container .news-name-wrapper .news-name {
  transition: all 0.3s ease;
  color: #333;
  font: 700 18px 'Roboto', sans-serif;
}
.news-list-page .labels-wrapper {
  font-size: 12px;
  margin-top: 10px;
}
.news-list-page .date {
  transition: all 0.3s ease;
  opacity: 0.5;
  margin-right: 52px;
}
.news-list-page .tag {
  transition: all 0.3s ease;
  color: #fea202;
  border-bottom: 1px dashed;
  text-decoration: none;
  position: relative;
  z-index: 2;
  margin-right: 5px;
  margin-bottom: 5px;
}
.news-list-page .tag:last-child {
  margin-bottom: 0;
}
.news-list-page .tag:hover {
  border-color: transparent;
}
.news-list-page .news-preview-text {
  transition: color 0.3s ease;
  margin: 20px 0 47px;
  font-size: 14px;
  line-height: 1.6;
  box-sizing: border-box;
}
.news-list-page .news-preview-text p {
  margin: 0;
  padding: 0;
}
@media (max-width: 1023px) {
  .news-list-page main {
    margin-top: 100px;
  }
  .news-list-page .filter-container .filter-item {
    margin-left: 0;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .news-list-page .filter-container .filter-item {
    font-size: 14px;
  }
  .news-list-page .news-list-container .news-item.large {
    background: transparent;
    box-shadow: none;
  }
  .news-list-page .news-list-container .news-item.large .news-preview-image {
    padding-top: 65.5%;
  }
  :not(.touch) .news-list-page .news-list-container .news-item.large:hover {
    background: #00aeef;
  }
  .news-list-page .news-list-container .news-preview-text {
    padding-bottom: 30px;
  }
}
@media (max-width: 479px) {
  .news-list-page .labels-wrapper {
    margin: 10px 0 15px;
  }
  .news-list-page .news-list-container .news-info {
    margin: 0;
  }
  .news-list-page .news-list-container .news-preview-text {
    margin-top: 10px;
  }
  .news-list-page .news-list-container .news-item {
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 20px 20px -10px rgba(0, 0, 0, 0.11);
  }
  .news-list-page .news-list-container .news-item.large {
    background: #fff;
  }
  .news-list-page .news-list-container .news-item .news-name,
  .news-list-page .news-list-container .news-item .date,
  .news-list-page .news-list-container .news-item .tag,
  .news-list-page .news-list-container .news-item .news-preview-text {
    opacity: 1;
  }
  .news-list-page .news-list-container .news-item .date,
  .news-list-page .news-list-container .news-item .tag,
  .news-list-page .news-list-container .news-item .news-preview-text {
    margin-right: 15px;
    margin-left: 15px;
    opacity: 1;
  }
  .news-list-page .news-list-container .news-item .news-name-wrapper {
    margin-right: 15px;
    margin-left: 15px;
  }
  .news-list-page .news-list-container .news-item .news-name-wrapper .news-name span {
    background-size: 100% 1px, 100% 1px;
  }
  .news-list-page .news-list-container .news-item .video:after {
    animation: video-icon-animation 2s linear infinite;
  }
  .is-ie .news-list-page .news-list-container .news-item .video:after {
    animation: none;
  }
  .news-list-page .news-list-container .news-item .news-preview-text {
    margin-bottom: 0;
  }
}
.news-detail-page main {
  margin-top: 91px;
  overflow: visible;
}
.news-detail-page img {
  margin: 43px 0 46px;
}
.news-detail-page .h2 {
  margin-top: 30px;
  margin-bottom: 45px;
  line-height: 1;
}
.news-detail-page .small-container {
  position: relative;
}
.news-detail-page .author-card {
  position: absolute;
  left: calc(100% + 82px);
  top: 121px;
  height: 100%;
}
.news-detail-page .author-card .employee-link {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.news-detail-page .author-card .sticky-wrapper {
  position: sticky;
  top: 100px;
}
.news-detail-page .author-card .author-image {
  width: 100px;
  height: 100px;
  background: center / cover;
  border-radius: 50%;
  margin: 0 0 22px;
}
.news-detail-page .author-card .author-name {
  font: 700 18px 'Roboto', sans-serif;
  width: 200px;
  margin-top: 21px;
  color: #161627;
}
.news-detail-page .author-card .author-position {
  font-size: 14px;
  color: #505050;
  margin-top: 6px;
}
.news-detail-page .labels-container {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  margin-top: 45px;
  color: #999;
}
.news-detail-page .labels-container .date {
  margin-right: 15px;
  padding: 5px;
}
.news-detail-page .labels-container .date:before {
  content: '';
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 14px;
  background: url(/local/css/../images/sprite.svg?337125b4) -2178px -433px no-repeat;
  margin-right: 5px;
  top: -1px;
}
.news-detail-page .labels-container .tag {
  transition: all 0.3s ease;
  margin-right: 15px;
  padding: 5px;
  border: 1px solid transparent;
  box-sizing: border-box;
}
.news-detail-page .labels-container .tag:before {
  content: '';
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 14px;
  background: url(/local/css/../images/sprite.svg?337125b4) -2198px -433px no-repeat;
  margin-right: 5px;
  top: -1px;
  left: -1px;
}
.news-detail-page .labels-container .tag:hover {
  border-color: currentColor;
}
.news-detail-page .list-linked-products {
  margin-top: 49px;
}
.news-detail-page .list-linked-products .linked-product {
  transition: background 0.3s ease;
  padding: 25px 20px;
  display: block;
  height: 100%;
  box-sizing: border-box;
}
:not(.touch) .news-detail-page .list-linked-products .linked-product:hover {
  color: #fff;
  background: #00aeef;
}
:not(.touch) .news-detail-page .list-linked-products .linked-product:hover .title-product span {
  background-size: 100% 1px, 100% 1px;
}
:not(.touch) .news-detail-page .list-linked-products .linked-product:hover .title-product:after {
  background: #fff;
}
.news-detail-page .list-linked-products .title-product {
  font: 700 18px 'Roboto', sans-serif;
  line-height: 1.44;
  display: block;
}
.news-detail-page .list-linked-products .title-product:after {
  content: '';
  position: relative;
  display: inline-block;
  vertical-align: middle;
  transition: background 0.3s ease;
  width: 32px;
  height: 2px;
  display: block;
  margin-top: 22px;
  background: #fea202;
}
.news-detail-page .list-linked-products .title-product span {
  transition: all 0.3s ease;
  background: linear-gradient(to left, currentColor, currentColor) 50% 100% no-repeat, linear-gradient(to left, transparent, transparent) 0 100% repeat-x;
  background-size: 0 1px, 100% 1px;
}
.news-detail-page .list-linked-products .title-product span:hover {
  background-size: 100% 1px, 100% 1px;
}
.touch .news-detail-page .list-linked-products .title-product span:hover {
  background-size: 0 1px, 100% 1px;
}
.is-ie .news-detail-page .list-linked-products .title-product span {
  transition: all 0.3s ease;
  background: linear-gradient(to left, #fff, #fff) 50% 100% no-repeat, linear-gradient(to left, transparent, transparent) 0 100% repeat-x;
  background-size: 0 1px, 100% 1px;
}
.is-ie .news-detail-page .list-linked-products .title-product span:hover {
  background-size: 100% 1px, 100% 1px;
}
.touch .is-ie .news-detail-page .list-linked-products .title-product span:hover {
  background-size: 0 1px, 100% 1px;
}
.news-detail-page .list-linked-products .description-product {
  transition: color 0.3s ease;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 18px;
  padding-bottom: 9px;
  display: block;
}
.news-detail-page .neighbour-articles-container {
  display: flex;
  margin: 80px 0 88px;
}
.news-detail-page .neighbour-articles-container .neighbour {
  display: flex;
  font: 400 14px 'Roboto', sans-serif;
  position: relative;
}
.news-detail-page .neighbour-articles-container .neighbour .neighbour-link {
  position: absolute;
  left: -40px;
  top: 0;
  width: 100%;
  height: 100%;
}
.news-detail-page .neighbour-articles-container .neighbour:hover:after {
  left: -30px;
}
.news-detail-page .neighbour-articles-container .neighbour:hover .neighbour-title {
  background-size: 0 1px, 100% 1px;
}
.news-detail-page .neighbour-articles-container .neighbour:after {
  content: '';
  position: absolute;
  transition: left 0.3s ease;
  width: 10px;
  height: 20px;
  background: url(/local/css/../images/sprite.svg?337125b4) -2125px -470px no-repeat;
  left: -23px;
  top: 32px;
  transform: translate(0, -50%);
  pointer-events: none;
}
.news-detail-page .neighbour-articles-container .neighbour.next {
  text-align: right;
  flex-direction: row-reverse;
  margin-left: auto;
}
.news-detail-page .neighbour-articles-container .neighbour.next .neighbour-link {
  left: 0;
}
.news-detail-page .neighbour-articles-container .neighbour.next:hover:after {
  right: -30px;
}
.news-detail-page .neighbour-articles-container .neighbour.next:after {
  transition: right 0.3s ease;
  left: auto;
  right: -23px;
  transform: translate(0, -50%) scaleX(-1);
}
.news-detail-page .neighbour-articles-container .neighbour.next .neighbour-text {
  margin-left: 0;
  margin-right: 13px;
}
.news-detail-page .neighbour-articles-container .neighbour-image {
  width: 65px;
  height: 65px;
  background: center / cover;
  flex-shrink: 0;
}
.news-detail-page .neighbour-articles-container .neighbour-text {
  max-width: 271px;
  margin-left: 13px;
  margin-top: 3px;
  display: block;
}
.news-detail-page .neighbour-articles-container .direction {
  margin-bottom: 5px;
  display: block;
}
.news-detail-page .neighbour-articles-container .neighbour-title {
  transition: all 0.3s ease;
  background: linear-gradient(to left, currentColor, currentColor) 50% 100% no-repeat;
  background-size: 100% 1px, 100% 1px;
  line-height: 1.5;
  color: #00aeef;
  display: inline;
}
.news-detail-page .neighbour-articles-container .neighbour-title:hover {
  background-size: 0 1px, 100% 1px;
}
@media (max-width: 1110px) {
  .news-detail-page .neighbour-articles-container {
    margin: 60px 30px 40px;
  }
}
@media (max-width: 1023px) {
  .news-detail-page .author-card {
    position: static;
    margin: 20px 0 35px;
  }
}
@media (max-width: 767px) {
  .news-detail-page .list-linked-products {
    margin-top: 20px;
  }
  .news-detail-page .neighbour-articles-container {
    margin: 20px 0;
    flex-direction: column;
  }
  .news-detail-page .neighbour-articles-container .neighbour {
    margin: 15px 0;
  }
  .news-detail-page .neighbour-articles-container .neighbour:after {
    display: none;
  }
  .news-detail-page .neighbour-articles-container .neighbour-text {
    margin-top: 0;
  }
  .news-detail-page .neighbour-articles-container .neighbour-image {
    margin-top: 3px;
  }
}
@media (max-width: 479px) {
  .news-detail-page .list-linked-products .linked-product {
    height: auto;
  }
}
.touch .list-linked-products .linked-product {
  padding: 15px 20px;
  background: #fff;
  margin-bottom: 15px;
  display: block;
}
.contacts-page main {
  margin-top: 135px;
  overflow: visible;
}
.contacts-page .map-container {
  width: 632px;
  height: 403px;
  position: relative;
}
.contacts-page .map-container:before {
  content: '';
  position: absolute;
  width: calc(100% - 44px);
  height: calc(100% - 8px);
  top: 44px;
  left: -44px;
  background: #76d0f2;
  z-index: -1;
}
.contacts-page .map-container:after {
  content: '';
  position: absolute;
  width: 237px;
  height: 295px;
  background: url(/local/css/../images/sprite.svg?337125b4) -2104px -2px no-repeat;
  bottom: -36px;
  left: -44px;
  z-index: -1;
}
.contacts-page .contacts-title {
  margin-top: 65px;
}
.contacts-page .contacts-title .h2 {
  margin-bottom: 20px;
}
.contacts-page .tabs-container {
  margin-top: 32px;
}
.contacts-page .city {
  transition: border-color 0.3s ease;
  font: 300 18px 'Roboto', sans-serif;
  margin-right: 51px;
  border-bottom: 1px dashed #979797;
  padding-bottom: 3px;
  white-space: nowrap;
}
.contacts-page .city:last-child {
  margin-right: 0;
}
.contacts-page .city.active,
.contacts-page .city:hover {
  border-color: transparent;
}
.contacts-page .addresses {
  margin-top: 47px;
  line-height: 1.6;
}
.contacts-page .addresses .address {
  display: none;
  padding-left: 45px;
  font-size: 14px;
}
.contacts-page .addresses .place {
  position: relative;
  display: block;
  cursor: pointer;
  margin-left: -45px;
  padding-left: 45px;
}
.contacts-page .addresses .place span {
  transition: all 0.3s ease;
  border-bottom: 1px dashed transparent;
}
.contacts-page .addresses .place:hover span {
  border-color: currentColor;
}
.contacts-page .addresses .place:before {
  content: '';
  position: absolute;
  width: 19px;
  height: 25px;
  background: url(/local/css/../images/sprite.svg?337125b4) -2210px -334px no-repeat;
  top: 3px;
  left: 0;
}
.contacts-page .addresses .phone {
  display: block;
  margin-top: 20px;
  position: relative;
}
.contacts-page .addresses .phone:before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(/local/css/../images/sprite.svg?337125b4) -2233px -334px no-repeat;
  top: 1px;
  left: -45px;
}
.contacts-page .addresses .email {
  display: block;
  margin-top: 22px;
  position: relative;
}
.contacts-page .addresses .email:before {
  content: '';
  position: absolute;
  width: 23px;
  height: 17px;
  background: url(/local/css/../images/sprite.svg?337125b4) -2261px -334px no-repeat;
  top: 4px;
  left: -45px;
}
.contacts-page .addresses .phone span,
.contacts-page .addresses .email span {
  transition: all 0.3s ease;
  background: linear-gradient(to left, #fea202, #fea202) 50% 100% no-repeat, linear-gradient(to left, transparent, transparent) 0 100% repeat-x;
  background-size: 0 1px, 100% 1px;
}
.contacts-page .addresses .phone span:hover,
.contacts-page .addresses .email span:hover {
  background-size: 100% 1px, 100% 1px;
}
.touch .contacts-page .addresses .phone span:hover,
.touch .contacts-page .addresses .email span:hover {
  background-size: 0 1px, 100% 1px;
}
.contacts-page .bottom-container {
  margin-top: 47px;
  margin-bottom: 90px;
}
.contacts-page .bottom-container .requisites-title {
  font: 700 18px 'Roboto', sans-serif;
  margin-top: -5px;
  letter-spacing: 0.1px;
}
.contacts-page .bottom-container .list-requisites {
  margin-top: 48px;
}
.contacts-page .bottom-container .requisite {
  line-height: 1.6;
  display: flex;
  max-width: 500px;
}
.contacts-page .bottom-container .requisite .name {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.3px;
  width: 35%;
}
.contacts-page .bottom-container .requisite .value {
  font-size: 14px;
  width: 65%;
}
.contacts-page .bottom-container .base-form {
  margin-top: -17px;
}
@media (max-width: 1280px) {
  .contacts-page .map-container {
    width: calc(50vw - 8px);
  }
}
@media (max-width: 1023px) {
  .contacts-page .addresses {
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .contacts-page main {
    margin-top: 70px;
  }
  .contacts-page .addresses {
    padding-right: 0;
  }
  .contacts-page .contacts-title {
    margin-top: 0;
  }
  .contacts-page .map-container {
    width: 100%;
    margin-top: 50px;
  }
  .contacts-page .h2 {
    font-size: 30px;
  }
}
@media (max-width: 479px) {
  .contacts-page .city {
    margin-right: 20px;
  }
  .contacts-page .map-wrapper {
    margin: 0 -40px;
  }
  .contacts-page .map-container:before {
    display: none;
  }
  .contacts-page .map-container:after {
    display: none;
  }
  .contacts-page .bottom-container {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .contacts-page .bottom-container .list-requisites {
    margin-top: 20px;
  }
}
.technical-support-page main {
  margin-top: 83px;
  position: relative;
}
.technical-support-page h3 {
  margin-bottom: 21px;
}
.technical-support-page ol {
  margin: 21px 0;
}
.technical-support-page ol li {
  margin-bottom: 0;
}
.technical-support-page ol li:before {
  top: 3px;
}
.is-ie .technical-support-page ol li:before {
  top: 2px;
}
.technical-support-page .footer {
  margin-top: 0;
}
.technical-support-page .round {
  width: 500px;
  height: 500px;
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background: center / cover;
}
.technical-support-page .round:after {
  content: '';
  position: absolute;
  width: 1005px;
  height: 1005px;
  background: url(/local/css/../images/sprite.svg?337125b4) -2px -2px no-repeat;
  left: 0;
  top: 0;
}
.technical-support-page .round:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(242, 242, 242, 0.95);
}
.technical-support-page .request-form-container {
  margin-top: 130px;
  margin-bottom: 124px;
}
@media (max-width: 1023px) {
  .technical-support-page .request-form-container {
    margin-top: 100px;
  }
  .technical-support-page .round {
    display: none;
  }
}
@media (max-width: 767px) {
  .technical-support-page .request-form-container {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media (max-width: 479px) {
  .technical-support-page .request-form-container {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.no-user-select .about-page * {
  user-select: none;
}
.about-page main {
  margin-top: 68px;
  position: relative;
  overflow: hidden;
  padding-bottom: 21px;
}
.about-page .footer {
  margin-top: 0;
}
.about-page .about-company-container {
  margin-top: 10px;
}
.about-page .about-company-container .text-with-line {
  margin-top: 53px;
}
.about-page .about-company-container .text-with-line:before {
  margin: 50px 0;
}
.about-page .about-company-container .about-image-wrapper {
  margin-left: -47px;
}
.about-page .about-company-container .about-image {
  padding-top: 105%;
  background: center / contain no-repeat;
}
.about-page .benefits-container .benefits-title {
  position: relative;
}
.about-page .benefits-container .benefits-title:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 4px;
  left: 0;
  bottom: -48px;
  background: #fea202;
}
.about-page .benefits-container .list-benefits {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
.about-page .benefits-container .list-benefits .benefit-item {
  width: 33.33%;
  text-align: center;
  margin-bottom: 46px;
}
.about-page .benefits-container .list-benefits .benefit-item img {
  max-height: 51px;
  position: relative;
  top: 0;
}
.about-page .benefits-container .list-benefits .benefit-item.animate img {
  animation: icon-hover 0.5s ease;
}
.about-page .benefits-container .list-benefits .benefit-text {
  max-width: 101px;
  margin: 21px auto 0;
  font-size: 12px;
  line-height: 1.5;
}
.about-page .trust-us-container {
  margin-top: 90px;
}
.about-page .trust-us-container .trust-us-logo {
  transition: all 0.3s ease;
  width: 100%;
  height: 137px;
  margin-bottom: 10px;
  background: center no-repeat;
  filter: grayscale(100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-page .trust-us-container .trust-us-logo img {
  max-width: 100%;
  max-height: 100%;
}
.about-page .trust-us-container .trust-us-logo:hover {
  filter: grayscale(0);
}
.about-page .trust-us-container .slide-list:not(.slick-initialized) .slide {
  display: none;
}
.about-page .trust-us-container .slide-list:not(.slick-initialized) .slide:first-child {
  display: block;
}
.about-page .trust-us-container .slider-container {
  margin-top: 46px;
}
.about-page .trust-us-container .slider-container .slick-list {
  overflow: visible;
}
.about-page .history-container {
  margin-top: 110px;
}
.about-page .history-container .action-timeline {
  position: absolute;
  width: 100vw;
  height: 200px;
  left: 0;
  top: -100px;
  cursor: grab;
  z-index: 4;
}
.is-ie .about-page .history-container .action-timeline {
  cursor: url('/local/css/../images/grab.cur'), move;
}
.no-user-select.is-ie .about-page .history-container .action-timeline {
  cursor: url('/local/css/../images/grabbing.cur'), move;
}
.no-user-select .about-page .history-container .action-timeline {
  cursor: grabbing;
}
.is-ie .no-user-select .about-page .history-container .action-timeline {
  cursor: url('/local/css/../images/grabbing.cur'), move;
}
.about-page .history-container .timeline-container {
  position: relative;
  margin-top: 100px;
  margin-bottom: -100px;
}
.about-page .history-container .line {
  width: 100vw;
  height: 1px;
  background: #d8d8d8;
  z-index: 2;
}
.about-page .history-container .date-dots {
  position: absolute;
  width: 100%;
  bottom: 100%;
  display: flex;
  z-index: 4;
}
.about-page .history-container .dot {
  margin: 0 27px;
  position: relative;
  cursor: pointer;
}
.about-page .history-container .dot.active:after {
  background: #fea202;
}
.about-page .history-container .dot.hidden {
  opacity: 0;
  pointer-events: none;
}
.about-page .history-container .dot.year-dot {
  pointer-events: all;
}
.about-page .history-container .dot.year-dot span {
  font: 300 40px 'Roboto', sans-serif;
  opacity: 1;
  top: -60px;
}
.about-page .history-container .dot.year-dot:after {
  width: 16px;
  height: 16px;
  top: -8px;
}
.about-page .history-container .dot:hover span {
  opacity: 1;
}
.about-page .history-container .dot span {
  transition: opacity 0.3s ease;
  position: absolute;
  opacity: 0;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
  display: block;
  white-space: nowrap;
  color: #b5babc;
  font: 400 12px 'Roboto', sans-serif;
  pointer-events: none;
  user-select: none;
}
.about-page .history-container .dot:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  top: 0;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.about-page .history-container .dot:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background: #d8d8d8;
  left: 0;
  top: -3px;
  border-radius: 50%;
}
.about-page .history-container .year {
  font: 700 185px 'Roboto', sans-serif;
  color: #00aeef;
  position: absolute;
  left: 39.7vw;
  bottom: calc(100% - 46px);
  pointer-events: none;
  user-select: none;
  z-index: 3;
}
.about-page .history-container .mask {
  position: absolute;
  left: 0;
  bottom: calc(100% - 10px);
  background: #eff6f8;
  height: 100px;
  width: 50px;
  z-index: 3;
  pointer-events: none;
}
.about-page .history-container .mask:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #d8d8d8;
  left: 0;
  bottom: 9px;
}
.about-page .history-container .slider {
  pointer-events: none;
  z-index: 3;
  position: relative;
}
.about-page .history-container .slide-list:not(.slick-initialized) .slide-wrapper {
  display: none;
}
.about-page .history-container .slide-list:not(.slick-initialized) .slide-wrapper:first-child {
  display: block;
}
.about-page .history-container .slider-container {
  margin-top: 55px;
}
.about-page .history-container .slick-list {
  overflow: visible;
}
.about-page .history-container .slide {
  display: flex;
}
.about-page .history-container .slide .grid-row {
  width: 100%;
}
.about-page .history-container .slider-nav {
  justify-content: center;
  margin-left: 80px;
  margin-top: 10px;
  pointer-events: all;
}
.about-page .history-container .slide-image {
  max-width: 385px;
  height: 358px;
  background: center / cover;
  position: relative;
  box-shadow: 0 30px 20px -10px rgba(0, 0, 0, 0.11);
  flex-shrink: 0;
}
.about-page .history-container .slide-image.empty {
  box-shadow: none;
}
.about-page .history-container .slide-image:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 35px;
  top: 45px;
  background: #00aeef;
  z-index: -1;
}
.about-page .history-container .slide-image:after {
  content: '';
  position: absolute;
  width: 192px;
  height: 328px;
  background: url(/local/css/../images/sprite.svg?337125b4) -1908px -2px no-repeat;
  right: -35px;
  bottom: -45px;
  z-index: -1;
}
.about-page .history-container .slide-text {
  margin-top: 105px;
  pointer-events: all;
}
.about-page .history-container .slide-text a {
  transition: all 0.3s ease;
  background: linear-gradient(to left, #00aeef, #00aeef) 50% 100% no-repeat;
  background-size: 100% 1px, 100% 1px;
  color: #00aeef;
  font-size: 14px;
  text-decoration: none;
}
.about-page .history-container .slide-text a:hover {
  background-size: 0 1px, 100% 1px;
}
.about-page .history-container .slide-text .slide-date {
  font: 700 18px 'Roboto', sans-serif;
  position: relative;
}
.about-page .history-container .slide-text .slide-date:after {
  content: '';
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 2px;
  background: #fea202;
  display: block;
  margin: 22px 0 16px;
}
.about-page .history-container .slide-text .slide-description {
  font-size: 14px;
  line-height: 1.6;
  flex-shrink: 1;
  padding-right: 20px;
  max-height: 265px;
  overflow-y: auto;
}
.about-page .history-container .slide-text .slide-description p {
  margin: 0;
  padding: 0;
}
.about-page .team-container {
  margin-top: 130px;
}
.about-page .team-container .slide-link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.about-page .team-container .team-anchor {
  position: relative;
  top: -100px;
}
.about-page .team-container .slick-slide > div {
  height: 100%;
}
.about-page .team-container .slide-wrapper {
  height: 100%;
}
.about-page .team-container .slide {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.about-page .team-container .slide-list {
  height: 100%;
}
.about-page .team-container .slide-list:not(.slick-initialized) {
  display: flex;
}
.about-page .team-container .slide-list:not(.slick-initialized) .slide-wrapper {
  display: none;
}
.about-page .team-container .slide-list:not(.slick-initialized) .slide-wrapper:nth-child(-n + 3) {
  display: block;
}
.about-page .team-container .slider-container {
  margin: 60px -9px 0;
}
.about-page .team-container .slider-nav {
  margin-top: 35px;
  justify-content: center;
}
.about-page .team-container .slide {
  margin: 0 9px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.about-page .team-container .slide:hover .info-container {
  background: #00aeef;
  color: #fff;
}
.about-page .team-container .slide:hover .description {
  display: none;
}
.about-page .team-container .slide:hover .description:before {
  background: #fff;
}
.about-page .team-container .slide:hover .description.hidden-description {
  display: block;
}
.about-page .team-container .slide:hover .team-image {
  opacity: 0;
}
.about-page .team-container .slide:hover .team-image.hidden-image {
  opacity: 1;
}
.about-page .team-container .slide:hover .contacts a {
  z-index: 2;
}
.about-page .team-container .slide:hover .contacts .email:before {
  width: 14px;
  height: 11px;
  background: url(/local/css/../images/sprite.svg?337125b4) -2248px -433px no-repeat;
}
.about-page .team-container .slide:hover .contacts .phone:before {
  width: 15px;
  height: 15px;
  background: url(/local/css/../images/sprite.svg?337125b4) -2181px -470px no-repeat;
}
.about-page .team-container .team-image {
  transition: opacity 0.5s ease;
  width: 100%;
  height: 218px;
  display: block;
  position: absolute;
  top: 0;
  object-fit: cover;
  background: center / cover;
  box-shadow: 0 20px 20px -10px rgba(0, 0, 0, 0.11);
}
.about-page .team-container .team-image.hidden-image {
  position: static;
}
.about-page .team-container .info-container {
  transition: background 0.3s ease;
  padding: 21px 20px 36px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about-page .team-container .name {
  font: 700 18px 'Roboto', sans-serif;
  max-height: 44px;
  overflow: hidden;
}
.about-page .team-container .position {
  font: 400 18px 'Roboto', sans-serif;
  margin-top: 5px;
  max-height: 44px;
  overflow: hidden;
}
.about-page .team-container .description {
  font-size: 14px;
  line-height: 1.6;
  position: relative;
  height: 110px;
  overflow: hidden;
  padding-top: 45px;
}
.about-page .team-container .description p {
  margin: 0;
}
.about-page .team-container .description:before {
  content: '';
  position: absolute;
  width: 32px;
  height: 2px;
  left: 0;
  top: 23px;
  background: #fea202;
}
.about-page .team-container .description.hidden-description {
  display: none;
}
.about-page .team-container .contacts {
  font-size: 14px;
  margin-top: 45px;
}
.about-page .team-container .contacts .email {
  display: block;
  padding-left: 35px;
  position: relative;
}
.about-page .team-container .contacts .email:hover span {
  background-size: 100% 1px, 100% 1px;
}
.about-page .team-container .contacts .email span {
  transition: all 0.3s ease;
  background: linear-gradient(to left, currentColor, currentColor) 50% 100% no-repeat, linear-gradient(to left, transparent, transparent) 0 100% repeat-x;
  background-size: 0 1.01px, 100% 1.01px;
  transition-property: background, background-size;
}
.about-page .team-container .contacts .email span:hover {
  background-size: 100% 1.01px, 100% 1.01px;
}
.touch .about-page .team-container .contacts .email span:hover {
  background-size: 0 1.01px, 100% 1.01px;
}
.is-ie .about-page .team-container .contacts .email span {
  transition: all 0.3s ease;
  background: linear-gradient(to left, #fff, #fff) 50% 100% no-repeat, linear-gradient(to left, transparent, transparent) 0 100% repeat-x;
  background-size: 0 1px, 100% 1px;
}
.is-ie .about-page .team-container .contacts .email span:hover {
  background-size: 100% 1px, 100% 1px;
}
.touch .is-ie .about-page .team-container .contacts .email span:hover {
  background-size: 0 1px, 100% 1px;
}
.about-page .team-container .contacts .email:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 11px;
  background: url(/local/css/../images/sprite.svg?337125b4) -2230px -433px no-repeat;
  left: 0;
  top: 6px;
}
.is-ios .about-page .team-container .contacts .email:before {
  top: 8px;
}
.about-page .team-container .contacts .phone {
  display: block;
  padding-left: 35px;
  position: relative;
  margin-top: 7px;
}
.about-page .team-container .contacts .phone:hover span {
  background-size: 100% 1px, 100% 1px;
}
.about-page .team-container .contacts .phone span {
  transition: all 0.3s ease;
  background: linear-gradient(to left, currentColor, currentColor) 50% 100% no-repeat, linear-gradient(to left, transparent, transparent) 0 100% repeat-x;
  background-size: 0 1.01px, 100% 1.01px;
  transition-property: background, background-size;
}
.about-page .team-container .contacts .phone span:hover {
  background-size: 100% 1.01px, 100% 1.01px;
}
.touch .about-page .team-container .contacts .phone span:hover {
  background-size: 0 1.01px, 100% 1.01px;
}
.is-ie .about-page .team-container .contacts .phone span {
  transition: all 0.3s ease;
  background: linear-gradient(to left, #fff, #fff) 50% 100% no-repeat, linear-gradient(to left, transparent, transparent) 0 100% repeat-x;
  background-size: 0 1px, 100% 1px;
}
.is-ie .about-page .team-container .contacts .phone span:hover {
  background-size: 100% 1px, 100% 1px;
}
.touch .is-ie .about-page .team-container .contacts .phone span:hover {
  background-size: 0 1px, 100% 1px;
}
.about-page .team-container .contacts .phone:before {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  background: url(/local/css/../images/sprite.svg?337125b4) -2162px -470px no-repeat;
  left: 0;
  top: 2px;
}
.is-ios .about-page .team-container .contacts .phone:before {
  top: 4px;
}
.about-page .vacancy-container {
  margin-top: 100px;
}
.about-page .vacancy-container .text-content {
  max-width: 726px;
}
.about-page .vacancy-container .btn-wrapper {
  margin-top: 30px;
}
.about-page .vacancy-container h2 {
  position: relative;
  padding-bottom: 40px;
}
.about-page .vacancy-container h2:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 4px;
  background: #fea202;
  bottom: 0;
  left: 0;
}
.about-page .used-technologies-container {
  margin-top: 121px;
}
.about-page .used-technologies-container .round {
  width: 377px;
  height: 710px;
  position: absolute;
  right: 0;
  bottom: -80px;
}
.about-page .used-technologies-container .technologies-title {
  position: relative;
}
.about-page .used-technologies-container .technologies-title:after {
  content: '';
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 4px;
  background: #fea202;
  top: -8px;
}
.about-page .used-technologies-container .list-technologies {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
  max-width: 702px;
}
.about-page .used-technologies-container .technology-item {
  width: 50%;
  margin-bottom: 50px;
  box-sizing: border-box;
  padding-right: 20px;
  position: relative;
  margin-top: 52px;
}
.about-page .used-technologies-container .technology-item img {
  position: absolute;
  bottom: calc(100% + 7px);
}
.about-page .used-technologies-container .technology-item:last-child:nth-child(odd) {
  width: 100%;
}
.about-page .used-technologies-container .technology-item .name {
  font: 700 14px 'Roboto', sans-serif;
  margin-top: 11px;
  letter-spacing: 0.1px;
}
.about-page .used-technologies-container .technology-item .description {
  font-size: 14px;
  margin-top: 2px;
  line-height: 1.5;
}
.about-page .used-technologies-container .technology-item .description a {
  transition: all 0.3s ease;
  background: linear-gradient(to left, #fea202, #fea202) 50% 100% no-repeat, linear-gradient(to left, currentColor, currentColor) 0 100% repeat-x;
  background-size: 0 1px, 100% 1px;
}
.about-page .used-technologies-container .technology-item .description a:hover {
  background-size: 100% 1px, 100% 1px;
}
.touch .about-page .used-technologies-container .technology-item .description a:hover {
  background-size: 0 1px, 100% 1px;
}
@media (max-width: 1239px) {
  .about-page .history-container .timeline-container {
    margin-bottom: 0;
    margin-top: 120px;
  }
  .about-page .history-container .year {
    left: 10vw;
    font-size: 140px;
    bottom: -35px;
  }
}
@media (max-width: 1023px) {
  .about-page .round {
    display: none;
  }
  .about-page .history-container .slider-nav {
    margin-left: 0;
    margin-top: 50px;
  }
  .about-page .about-company-container .about-image-wrapper {
    margin-left: 0;
    padding: 0 20px;
  }
  .about-page .about-company-container .text-with-line {
    margin-top: 20px;
  }
  .about-page .about-company-container .text-with-line:before {
    margin: 20px 0;
  }
  .about-page .trust-us-container {
    margin-top: 50px;
  }
  .about-page .team-container {
    margin-top: 50px;
  }
  .about-page .used-technologies-container {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .about-page .about-company-container .about-image-wrapper {
    padding: 0;
  }
  .about-page .about-company-container .about-image {
    max-width: 300px;
    margin: 30px auto 0;
    padding-top: 30%;
  }
  .about-page .benefits-container .list-benefits .benefit-item {
    width: 50%;
  }
  .about-page .trust-us-container {
    margin-top: 50px;
  }
  .about-page .history-container {
    margin-top: 50px;
  }
  .about-page .history-container .year {
    left: 0;
    font-size: 80px;
    bottom: -19px;
  }
  .about-page .used-technologies-container {
    margin-top: 50px;
  }
  .about-page .vacancy-container {
    margin-top: 50px;
  }
}
@media (max-width: 479px) {
  .about-page .benefits-container .list-benefits .benefit-item {
    margin-bottom: 20px;
  }
  .about-page .history-container .slick-track {
    overflow: hidden;
  }
  .about-page .history-container .slide .slide-image.empty {
    display: none;
  }
  .about-page .history-container .slide .slide-image:before,
  .about-page .history-container .slide .slide-image:after {
    display: none;
  }
  .about-page .history-container .slide-text {
    margin-top: 30px;
  }
  .about-page .history-container .year {
    font-size: 60px;
    bottom: -14px;
  }
  .about-page .history-container .mask {
    height: 70px;
  }
  .about-page .history-container .dot {
    margin: 0 20px;
  }
  .about-page .history-container .dot.year-dot span {
    font-size: 27px;
    top: -45px;
  }
  .about-page .history-container .timeline-container {
    margin-top: 80px;
  }
  .about-page .history-container .slide-text {
    margin-top: 0;
  }
  .about-page .history-container .col-image {
    order: 2;
    margin-top: 20px;
  }
  .about-page .history-container .col-text {
    order: 1;
  }
  .about-page .team-container .slider-container {
    margin-top: 20px;
  }
  .about-page .team-container .contacts {
    margin-top: 20px;
  }
  .about-page .team-container .info-container {
    padding-bottom: 10px;
  }
  .about-page .used-technologies-container .technology-item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.not-found-page main {
  margin-top: 110px;
}
.not-found-page .container {
  top: 50%;
  transform: translate(0, -50%);
}
.not-found-page .round-container {
  width: 557px;
  height: 557px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}
.not-found-page .dot-round,
.not-found-page .line-round {
  position: absolute;
  overflow: visible;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.not-found-page .dot-round g {
  stroke: #00aeef;
}
.not-found-page .line-round {
  animation: round-rotate 10s linear infinite;
}
.not-found-page .line-round g {
  stroke: #235784;
}
.not-found-page .round-one {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.not-found-page .round-two {
  width: 38%;
  height: 38%;
  padding-top: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.not-found-page .round-two .dot-round g {
  stroke-dashoffset: 100;
}
.not-found-page .round-two .line-round {
  animation: round-rotate 10s linear infinite reverse;
}
.not-found-page .round-two .line-round g {
  stroke: #00aeef;
}
.not-found-page .not-found-text {
  line-height: 1.2;
  position: absolute;
  bottom: 32px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}
.not-found-page .not-found-text a {
  transition: all 0.3s ease;
  background: linear-gradient(to left, currentColor, currentColor) 50% 100% no-repeat;
  background-size: 100% 1px, 100% 1px;
  color: #00aeef;
  font-size: 14px;
}
.not-found-page .not-found-text a:hover {
  background-size: 0 1px, 100% 1px;
}
.not-found-page .error-text {
  font: 300 40px 'Roboto', sans-serif;
  position: absolute;
  top: 65px;
  left: 50%;
  transform: translateX(-50%);
}
.not-found-page .numbers-container .left,
.not-found-page .numbers-container .right {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
.not-found-page .numbers-container .right {
  left: auto;
  right: 0;
  transform: translate(50%, -50%);
}
@media (max-width: 1023px) {
  .not-found-page .numbers-container .left,
  .not-found-page .numbers-container .right {
    width: 20vw;
  }
}
@media (max-width: 700px) {
  .not-found-page .numbers-container .left {
    transform: translate(0, -50%);
  }
  .not-found-page .numbers-container .right {
    transform: translate(0, -50%);
  }
}
@media (max-width: 589px) {
  .not-found-page .round-container {
    max-height: 557px;
    max-width: 557px;
    width: 100%;
    height: auto;
    padding-top: 100%;
  }
}
@media (max-width: 479px) {
  .not-found-page main {
    margin-top: 80px;
  }
  .not-found-page .numbers-container .left {
    transform: translate(-17%, -50%);
  }
  .not-found-page .numbers-container .right {
    transform: translate(17%, -50%);
  }
  .not-found-page .not-found-text {
    position: static;
    transform: none;
    margin-top: 50px;
    display: none;
  }
  .not-found-page .error-text {
    text-align: center;
    bottom: 0;
    transform: translate(-50%, -100%);
    top: auto;
    display: none;
  }
  .not-found-page .mobile .not-found-text {
    display: block;
  }
  .not-found-page .mobile .error-text {
    display: block;
  }
}
.list-products-page main {
  margin-top: 68px;
  position: relative;
  overflow: hidden;
  padding-bottom: 21px;
}
.list-products-page .footer {
  margin-top: 0;
}
.list-products-page .inner-promoblock-container {
  margin-bottom: 75px;
}
.list-products-page .list-products-container .product-item {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.list-products-page .list-products-container .product-item:hover .product-name {
  background-size: 100% 1px, 100% 1px;
}
.list-products-page .list-products-container .product-item:hover .product-info {
  background: #fff;
  box-shadow: 0 30px 20px -10px rgba(0, 0, 0, 0.11);
}
.list-products-page .list-products-container .product-item:hover .logos img {
  filter: grayscale(0);
  opacity: 1;
}
.list-products-page .list-products-container .product-link {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.list-products-page .list-products-container .product-image {
  display: block;
  padding-top: 65%;
  position: relative;
  z-index: -1;
}
.list-products-page .list-products-container .product-image:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 174, 239, 0.7);
  left: 0;
  top: 0;
  backdrop-filter: blur(2px);
}
.list-products-page .list-products-container .product-image > span {
  position: absolute;
  left: 20px;
  top: 15px;
  right: 20px;
  color: #fff;
  font: 700 18px 'Roboto', sans-serif;
  line-height: 1.44;
  display: inline;
}
.list-products-page .list-products-container .product-image > span:before {
  content: '';
  position: absolute;
  width: 32px;
  height: 2px;
  bottom: -19px;
  background: #fff;
}
.list-products-page .list-products-container .product-image .product-name {
  transition: all 0.3s ease;
  background: linear-gradient(to left, currentColor, currentColor) 50% 100% no-repeat, linear-gradient(to left, transparent, transparent) 0 100% repeat-x;
  background-size: 0 1px, 100% 1px;
}
.list-products-page .list-products-container .product-image .product-name:hover {
  background-size: 100% 1px, 100% 1px;
}
.touch .list-products-page .list-products-container .product-image .product-name:hover {
  background-size: 0 1px, 100% 1px;
}
.list-products-page .list-products-container .product-info {
  transition: all 0.3s ease;
  padding: 18px 10px 18px 20px;
  font-size: 14px;
  line-height: 1.6;
  height: 100%;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
}
.list-products-page .list-products-container .product-description p {
  margin: 0;
}
.list-products-page .list-products-container .logos {
  margin-top: 45px;
  position: relative;
}
.list-products-page .list-products-container .logos img {
  transition: all 0.3s ease;
  margin-right: 22px;
  margin-bottom: 10px;
  filter: grayscale(100%);
  opacity: 0.3;
  max-width: 40%;
}
.list-products-page .list-products-container .tags {
  margin-top: 13px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.list-products-page .list-products-container .tags .tag {
  transition: border-color 0.3s ease;
  font-size: 12px;
  color: #fea202;
  margin-bottom: 5px;
  border-bottom: 1px dashed;
  margin-right: 10px;
}
.list-products-page .list-products-container .tags .tag:hover {
  border-color: transparent;
}
.list-products-page .get-offer-container {
  margin-top: 103px;
  max-width: 620px;
  margin-bottom: 99px;
}
.list-products-page .get-offer-container .btn-wrapper {
  margin-top: 44px;
}
.list-products-page .round {
  width: 501px;
  height: 430px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: center / cover;
}
.list-products-page .round:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.7);
}
.list-products-page .round:after {
  content: '';
  position: absolute;
  width: 501px;
  height: 511px;
  background: url(/local/css/../images/sprite.svg?337125b4) -1391px -1011px no-repeat;
  left: 0;
  top: 0;
}
@media (max-width: 1280px) {
  .list-products-page .inner-promoblock-container {
    margin-bottom: 20px;
  }
}
@media (max-width: 1023px) {
  .list-products-page .round {
    display: none;
  }
  .list-products-page .list-products-container .product-item .product-image span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .list-products-page .get-offer-container {
    margin: 50px 0;
  }
}
@media (max-width: 479px) {
  .list-products-page .product-item .product-name {
    background-size: 100% 1px, 100% 1px;
  }
  .list-products-page .product-item .product-info {
    background: #fff;
    box-shadow: 0 30px 20px -10px rgba(0, 0, 0, 0.11);
  }
  .list-products-page .product-item .logos img {
    filter: grayscale(0);
    opacity: 1;
  }
}
.product-detail-page main {
  margin-top: 90px;
  overflow: visible;
}
.product-detail-page .h2 {
  margin: 27px 0;
  line-height: 1;
}
.product-detail-page .slider-images-container {
  margin-top: 0;
}
.product-detail-page .tags-container {
  font-size: 12px;
  color: #999;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.product-detail-page .tags-container .tag {
  transition: border-color 0.3s ease;
  margin-right: 25px;
  display: flex;
  align-items: center;
  margin-top: 10px;
  border: 1px solid transparent;
  padding: 5px;
}
.product-detail-page .tags-container .tag img {
  display: block;
  margin-right: 8px;
}
.product-detail-page .tags-container .tag:last-child {
  margin-right: 0;
}
.product-detail-page .tags-container .tag:hover {
  border-color: currentColor;
}
.product-detail-page h2 {
  margin-top: 28px;
  line-height: 1;
}
.product-detail-page .logos-container {
  max-width: 248px;
  margin-left: auto;
  padding-left: 28px;
  margin-top: 38px;
  min-height: 135px;
  box-sizing: border-box;
}
.product-detail-page .logos-container .logos-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.product-detail-page .logos-container .logo-wrapper {
  margin-right: 15px;
}
.product-detail-page .logos-container .logo {
  width: auto;
  box-shadow: none;
  margin: 0 45px 10px 0;
  vertical-align: middle;
  height: 25px;
}
.product-detail-page .logos-container .logo:last-child {
  margin-right: 0;
}
.product-detail-page .sticky-wrapper {
  position: sticky;
  top: 100px;
}
.product-detail-page .author-card {
  background: #fff;
  max-width: 248px;
  margin-left: auto;
  box-sizing: border-box;
  padding: 20px 25px 29px;
  box-shadow: 0 20px 20px -10px rgba(0, 0, 0, 0.11);
}
.product-detail-page .author-card .label {
  font-size: 12px;
}
.product-detail-page .author-card .author-image-wrapper {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 18px 0 0;
}
.product-detail-page .author-card .author-image {
  box-shadow: none;
  height: 100px;
  width: 100px;
  max-width: none;
  margin: 0;
}
.product-detail-page .author-card .name {
  margin-top: 17px;
  padding-left: 2px;
  font: 700 18px 'Roboto', sans-serif;
  line-height: 1;
  color: #161627;
}
.product-detail-page .author-card .position {
  font-size: 14px;
  margin-top: 5px;
  padding-left: 2px;
  letter-spacing: -0.3px;
  color: #505050;
}
.product-detail-page .author-card .contacts {
  margin-top: 30px;
  font-size: 14px;
}
.product-detail-page .author-card .contacts .email,
.product-detail-page .author-card .contacts .phone {
  display: block;
  padding-left: 37px;
  background: none;
  color: #333;
  position: relative;
}
.product-detail-page .author-card .contacts .email span,
.product-detail-page .author-card .contacts .phone span {
  transition: all 0.3s ease;
  background: linear-gradient(to left, currentColor, currentColor) 50% 100% no-repeat, linear-gradient(to left, transparent, transparent) 0 100% repeat-x;
  background-size: 0 1px, 100% 1px;
}
.product-detail-page .author-card .contacts .email span:hover,
.product-detail-page .author-card .contacts .phone span:hover {
  background-size: 100% 1px, 100% 1px;
}
.touch .product-detail-page .author-card .contacts .email span:hover,
.touch .product-detail-page .author-card .contacts .phone span:hover {
  background-size: 0 1px, 100% 1px;
}
.product-detail-page .author-card .contacts .email:hover span,
.product-detail-page .author-card .contacts .phone:hover span {
  background-size: 100% 1px, 100% 1px;
}
.product-detail-page .author-card .contacts .email:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 11px;
  background: url(/local/css/../images/sprite.svg?337125b4) -2230px -433px no-repeat;
  left: 3px;
  top: 6px;
}
.product-detail-page .author-card .contacts .phone {
  margin-top: 4px;
}
.product-detail-page .author-card .contacts .phone:before {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  background: url(/local/css/../images/sprite.svg?337125b4) -2162px -470px no-repeat;
  left: 2px;
  top: 3px;
}
.product-detail-page .author-card .btn-wrapper {
  margin-top: 28px;
}
.product-detail-page .tabs-container {
  margin-top: 130px;
  margin-bottom: 58px;
}
.product-detail-page .tabs-container .tabs {
  display: flex;
  flex-wrap: wrap;
  font: 300 18px 'Roboto', sans-serif;
  border-bottom: 1px solid #d8d8d8;
}
.product-detail-page .tabs-container .tabs .tab {
  padding-bottom: 29px;
  margin: 0 30px 0 0;
  position: relative;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}
.product-detail-page .tabs-container .tabs .tab:last-child {
  margin-right: 0;
}
.product-detail-page .tabs-container .tabs .tab.active {
  border-bottom-color: #fea202;
  cursor: default;
}
.product-detail-page .tabs-container .tabs-content .tabs-content {
  display: none;
}
.product-detail-page .tabs-container .tabs-content:nth-child(2) .tabs-content {
  display: block;
}
.product-detail-page .tabs-container .list-files {
  font-size: 14px;
  margin-top: 50px;
}
.product-detail-page .tabs-container .list-files .file {
  padding-left: 53px;
  margin-bottom: 42px;
  display: block;
}
.product-detail-page .tabs-container .list-files .file:before {
  content: '';
  position: absolute;
  width: 38px;
  height: 37px;
  background: url(/local/css/../images/sprite.svg?337125b4) -2261px -367px no-repeat;
  left: 9px;
  top: 7px;
}
.product-detail-page .tabs-container .list-files .file:hover:before {
  width: 38px;
  height: 37px;
  background: url(/local/css/../images/sprite.svg?337125b4) -2303px -367px no-repeat;
}
.product-detail-page .tabs-container .list-files .file:hover .file-name {
  color: #00aeef;
  background-size: 100% 2px, 100% 2px;
}
.product-detail-page .tabs-container .list-files .file-name {
  transition: all 0.3s ease;
  background: linear-gradient(to left, #00aeef, #00aeef) 50% 100% no-repeat, linear-gradient(to left, #333, #333) 0 100% repeat-x;
  background-size: 0 2px, 100% 2px;
  transition: color 0.3s ease;
  align-self: flex-start;
}
.product-detail-page .tabs-container .list-files .file-name:hover {
  background-size: 100% 2px, 100% 2px;
}
.touch .product-detail-page .tabs-container .list-files .file-name:hover {
  background-size: 0 2px, 100% 2px;
}
.product-detail-page .tabs-container .list-files .file-size {
  margin-top: 5px;
  display: block;
  color: #b6bbbd;
}
@media (max-width: 1023px) {
  .product-detail-page .tags-container {
    margin-top: 20px;
  }
  .product-detail-page .tags-container .tag {
    margin-top: 5px;
  }
  .product-detail-page .tabs-container .tabs {
    padding-bottom: 20px;
    justify-content: flex-start;
  }
  .product-detail-page .tabs-container .tabs .tab {
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  .product-detail-page .author-card .btn {
    font-size: 12px;
  }
  .product-detail-page .logos-container {
    min-height: 100px;
  }
}
@media (max-width: 767px) {
  .product-detail-page .tabs-container {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .product-detail-page .author-card {
    margin-left: 0;
    margin-bottom: 40px;
  }
  .product-detail-page .author-card .btn {
    width: auto;
  }
}
@media (max-width: 479px) {
  .product-detail-page .tags-container .tag {
    margin-top: 0;
  }
  .product-detail-page .author-card {
    max-width: none;
  }
}
.list-projects-page {
  position: relative;
}
.list-projects-page main {
  margin-top: 130px;
}
.list-projects-page .filter-container {
  margin-top: 47px;
}
.list-projects-page .cards-list-container {
  margin-top: 16px;
}
.list-projects-page .cards-list-container .project-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.list-projects-page .cards-list-container .project-item .project-link {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.list-projects-page .cards-list-container .project-item:hover .project-info {
  background: #fff;
  box-shadow: 0 30px 20px -10px rgba(0, 0, 0, 0.11);
}
.list-projects-page .cards-list-container .project-image {
  padding-top: 62.7%;
  background: center / cover;
  position: relative;
  z-index: -1;
}
.list-projects-page .cards-list-container .logo-wrapper {
  width: 83px;
  height: 54px;
  position: absolute;
  right: 0;
  top: -18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  box-sizing: border-box;
}
.list-projects-page .cards-list-container .logo-wrapper img {
  max-width: 73px;
  max-height: 44px;
}
.list-projects-page .cards-list-container .project-info {
  transition: all 0.3s ease;
  padding: 14px 20px 48px;
  height: 100%;
  margin-bottom: 34px;
}
.list-projects-page .cards-list-container .project-name {
  font: 700 18px 'Roboto', sans-serif;
  line-height: 1.45;
  display: block;
}
.list-projects-page .cards-list-container .project-name span {
  transition: all 0.3s ease;
  background: linear-gradient(to left, currentColor, currentColor) 50% 100% no-repeat, linear-gradient(to left, transparent, transparent) 0 100% repeat-x;
  background-size: 0 1px, 100% 1px;
}
.list-projects-page .cards-list-container .project-name span:hover {
  background-size: 100% 1px, 100% 1px;
}
.touch .list-projects-page .cards-list-container .project-name span:hover {
  background-size: 0 1px, 100% 1px;
}
.list-projects-page .cards-list-container .tags-wrapper {
  margin: 26px 0 25px;
  display: flex;
  flex-wrap: wrap;
}
.list-projects-page .cards-list-container .project-tag {
  font-size: 12px;
  color: #fea202;
  display: block;
  margin: 5px 10px 5px 0;
  position: relative;
}
.list-projects-page .cards-list-container .project-tag span {
  transition: border-color 0.3s ease;
  border-bottom: 1px dashed;
}
.list-projects-page .cards-list-container .project-tag:hover span {
  border-color: transparent;
}
.list-projects-page .cards-list-container .project-preview {
  font-size: 14px;
  line-height: 1.6;
}
.list-projects-page .pagination-wrapper {
  margin-top: 36px;
}
@media (max-width: 1023px) {
  .list-projects-page .cards-list-container .project-name {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .list-projects-page main {
    margin-top: 90px;
  }
}
@media (max-width: 479px) {
  .list-projects-page .project-item .project-info {
    background: #fff;
    box-shadow: 0 30px 20px -10px rgba(0, 0, 0, 0.11);
  }
}
.project-detail-page main {
  margin-top: 90px;
  padding-bottom: 100px;
  overflow: hidden;
  position: relative;
}
.project-detail-page .ordered-description .text-content p {
  display: inline;
}
.project-detail-page .ordered-description .gallery-column {
  float: right;
  margin-left: 25px;
}
.project-detail-page .footer {
  margin-top: 0;
}
.project-detail-page .round {
  width: 492px;
  height: 600px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: center / cover;
}
.project-detail-page .round:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
}
.project-detail-page .round:after {
  content: '';
  position: absolute;
  width: 492px;
  height: 692px;
  background: url(/local/css/../images/sprite.svg?337125b4) -895px -1011px no-repeat;
  right: 0;
  top: 0;
}
.project-detail-page .tags-container {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
.project-detail-page .tags-container .tag {
  transition: border-color 0.3s ease;
  font-size: 12px;
  color: #999;
  display: flex;
  align-items: center;
  margin-top: 15px;
  margin-right: 20px;
  padding: 5px;
  border: 1px solid transparent;
}
.project-detail-page .tags-container .tag img {
  display: block;
  margin-right: 7px;
}
.project-detail-page .tags-container .tag:hover {
  border-color: currentColor;
}
.project-detail-page .h2 {
  margin: 27px 0;
  line-height: 1;
  max-width: 580px;
}
.project-detail-page .description-container {
  margin-top: 67px;
}
.project-detail-page .description-container .slider-images-container {
  margin-top: 0;
}
.project-detail-page .description-container .logo-wrapper {
  width: 145px;
  height: 101px;
  background: #fff;
  margin-top: 29px;
  margin-left: 23px;
  box-shadow: 0 20px 20px -10px rgba(0, 0, 0, 0.11);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  box-sizing: border-box;
  position: relative;
}
.project-detail-page .description-container .logo-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: calc(100% + 6px);
  left: -25px;
  top: -29px;
  background: #00aeef;
  z-index: -1;
}
.project-detail-page .description-container .description {
  margin-top: 55px;
  padding-right: 50px;
}
.project-detail-page .tabs-container {
  margin-top: 105px;
}
.project-detail-page .tabs-container .tabs {
  position: relative;
  display: flex;
}
.project-detail-page .tabs-container .tabs:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #d8d8d8;
  z-index: 0;
}
.project-detail-page .tabs-container .tab {
  transition: all 0.3s ease;
  background: linear-gradient(to left, #fea202, #fea202) 50% 100% no-repeat, linear-gradient(to left, transparent, transparent) 0 100% repeat-x;
  background-size: 0 2px, 100% 2px;
  font: 300 18px 'Roboto', sans-serif;
  padding-bottom: 28px;
  position: relative;
  margin-right: 30px;
  z-index: 1;
}
.project-detail-page .tabs-container .tab:hover {
  background-size: 100% 2px, 100% 2px;
}
.touch .project-detail-page .tabs-container .tab:hover {
  background-size: 0 2px, 100% 2px;
}
.project-detail-page .tabs-container .tab.active {
  background-size: 0 0!important;
  cursor: default;
}
.project-detail-page .tabs-container .tab.active:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #fea202;
}
.project-detail-page .tabs-container .tab-content {
  display: none;
}
.project-detail-page .tabs-container .tab-content:first-child {
  display: block;
}
.project-detail-page .reviews-container {
  margin-top: 138px;
}
.project-detail-page .reviews-container .slide-list:not(.slick-initialized) .slide-wrapper {
  display: none;
}
.project-detail-page .reviews-container .slide-list:not(.slick-initialized) .slide-wrapper:first-child {
  display: block;
}
.project-detail-page .reviews-container .slick-list {
  overflow: visible;
}
.project-detail-page .reviews-container .image-wrapper {
  position: relative;
  left: -120px;
  width: 100%;
  max-width: 557px;
  max-height: 408px;
}
.project-detail-page .reviews-container .image-wrapper img {
  display: block;
}
.project-detail-page .reviews-container .review-video {
  width: 198px;
  height: 160px;
  position: absolute;
  right: 26px;
  bottom: -80px;
  cursor: pointer;
  background: center / cover;
}
.project-detail-page .reviews-container .review-video:after {
  content: '';
  position: absolute;
  transition: transform 0.3s ease;
  width: 17px;
  height: 21px;
  background: url(/local/css/../images/sprite.svg?337125b4) -2104px -470px no-repeat;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.project-detail-page .reviews-container .review-video:hover:after {
  transform: translate(-50%, -50%) scale(1.1);
}
.project-detail-page .reviews-container .logo {
  width: 105px;
  height: 98px;
  position: absolute;
  right: -79px;
  bottom: -18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  box-sizing: border-box;
}
.project-detail-page .reviews-container .logo img {
  max-width: 100%;
  max-height: 100%;
}
.is-ie .project-detail-page .reviews-container .logo img {
  max-width: 95px;
}
.project-detail-page .reviews-container .slider-title {
  font: 300 40px 'Roboto', sans-serif;
  line-height: 0.7;
}
.project-detail-page .reviews-container .review-name {
  font: 700 22px 'Roboto', sans-serif;
  margin-top: 45px;
  letter-spacing: 0.1px;
}
.project-detail-page .reviews-container .review-position {
  color: #fea202;
  letter-spacing: -0.1px;
}
.project-detail-page .reviews-container .description {
  font-size: 14px;
  margin-top: 30px;
  line-height: 1.65;
  overflow: auto;
  height: 158px;
  padding-right: 20px;
}
.project-detail-page .reviews-container .description p:first-child {
  margin-top: 0;
}
.project-detail-page .reviews-container .description p:last-child {
  margin-bottom: 0;
}
.project-detail-page .reviews-container .slider-nav {
  margin-top: 60px;
}
.project-detail-page .reviews-container .hidden-nav {
  margin-top: 0;
}
.project-detail-page .team-container {
  margin-top: 147px;
}
.project-detail-page .team-container .slide-list:not(.slick-initialized) {
  display: flex;
}
.project-detail-page .team-container .slide-list:not(.slick-initialized) .slide-wrapper {
  display: none;
}
.project-detail-page .team-container .slide-list:not(.slick-initialized) .slide-wrapper:nth-child(-n + 3) {
  display: block;
}
.project-detail-page .team-container .slider-container {
  margin-top: 53px;
}
.project-detail-page .team-container .slick-list {
  margin: 0 -8px;
}
.project-detail-page .team-container .slide {
  margin: 0 8px;
  position: relative;
}
.project-detail-page .team-container .team-link {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.project-detail-page .team-container .team-image {
  padding-top: 65.4%;
  background: center / cover;
}
.project-detail-page .team-container .team-name {
  font: 700 18px 'Roboto', sans-serif;
  margin-top: 21px;
  padding-left: 20px;
  letter-spacing: 0.18px;
}
.project-detail-page .team-container .team-position {
  font: 400 18px 'Rounded', sans-serif;
  color: #fea202;
}
.project-detail-page .team-container .team-position {
  padding-left: 20px;
  margin-top: 5px;
}
.project-detail-page .team-container .slider-nav {
  justify-content: center;
  margin-top: 55px;
}
.project-detail-page .get-offer-container {
  margin-top: 80px;
}
.project-detail-page .get-offer-container.without-team {
  margin-top: 160px;
}
.project-detail-page .get-offer-container .offer-image {
  padding-top: 95.3%;
  background: center / cover;
  position: relative;
  box-shadow: 0 30px 20px -10px rgba(0, 0, 0, 0.11);
}
.project-detail-page .get-offer-container .offer-card {
  position: absolute;
  right: -17px;
  bottom: -109px;
  width: 280px;
  background: #fff;
  box-shadow: 0 30px 20px -10px rgba(0, 0, 0, 0.11);
  padding: 15px 21px 21px;
  box-sizing: border-box;
}
.project-detail-page .get-offer-container .offer-label {
  font-size: 12px;
  color: #fea202;
}
.project-detail-page .get-offer-container .offer-name {
  font: 700 18px 'Roboto', sans-serif;
  margin-top: 25px;
  color: #161627;
}
.project-detail-page .get-offer-container .offer-position {
  font-size: 14px;
  margin-top: 5px;
}
.project-detail-page .get-offer-container .offer-contacts {
  font-size: 14px;
  margin-top: 22px;
}
.project-detail-page .get-offer-container .offer-contacts .email {
  padding-left: 30px;
  display: block;
  position: relative;
}
.project-detail-page .get-offer-container .offer-contacts .email span {
  transition: all 0.3s ease;
  background: linear-gradient(to left, currentColor, currentColor) 50% 100% no-repeat, linear-gradient(to left, transparent, transparent) 0 100% repeat-x;
  background-size: 0 1px, 100% 1px;
}
.project-detail-page .get-offer-container .offer-contacts .email span:hover {
  background-size: 100% 1px, 100% 1px;
}
.touch .project-detail-page .get-offer-container .offer-contacts .email span:hover {
  background-size: 0 1px, 100% 1px;
}
.project-detail-page .get-offer-container .offer-contacts .email:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 11px;
  background: url(/local/css/../images/sprite.svg?337125b4) -2230px -433px no-repeat;
  left: 2px;
  top: 5px;
}
.project-detail-page .get-offer-container .offer-contacts .phone {
  padding-left: 30px;
  margin-top: 3px;
  display: block;
  position: relative;
}
.project-detail-page .get-offer-container .offer-contacts .phone span {
  transition: all 0.3s ease;
  background: linear-gradient(to left, currentColor, currentColor) 50% 100% no-repeat, linear-gradient(to left, transparent, transparent) 0 100% repeat-x;
  background-size: 0 1px, 100% 1px;
}
.project-detail-page .get-offer-container .offer-contacts .phone span:hover {
  background-size: 100% 1px, 100% 1px;
}
.touch .project-detail-page .get-offer-container .offer-contacts .phone span:hover {
  background-size: 0 1px, 100% 1px;
}
.project-detail-page .get-offer-container .offer-contacts .phone:before {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  background: url(/local/css/../images/sprite.svg?337125b4) -2162px -470px no-repeat;
  left: 2px;
  top: 1px;
}
.project-detail-page .get-offer-container .form-title {
  font: 300 40px 'Roboto', sans-serif;
  letter-spacing: -0.6px;
}
.project-detail-page .get-offer-container .base-form {
  margin-top: 25px;
}
@media (max-width: 1280px) {
  .project-detail-page .reviews-container .image-wrapper {
    left: 0;
  }
  .project-detail-page .reviews-container .image-wrapper img {
    max-width: 100%;
  }
  .project-detail-page .reviews-container .image-wrapper .review-video {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
  }
  .project-detail-page .reviews-container .image-wrapper .review-video img {
    display: none;
  }
  .project-detail-page .reviews-container .image-wrapper .logo {
    right: 0;
    bottom: 0;
  }
  .project-detail-page .team-container {
    margin-top: 50px;
  }
}
@media (max-width: 1024px) {
  .project-detail-page .reviews-container .col-image {
    width: 100%;
  }
  .project-detail-page .reviews-container .image-wrapper {
    width: 50%;
    float: left;
    margin-right: 15px;
    margin-top: 10px;
  }
  .project-detail-page .reviews-container .image-wrapper.hide-md {
    display: none;
  }
  .project-detail-page .reviews-container .image-wrapper.vis-md {
    display: block;
  }
  .project-detail-page .reviews-container .description {
    height: 225px;
  }
}
@media (max-width: 1023px) {
  .project-detail-page .tags-container {
    margin-top: 20px;
  }
  .project-detail-page .tags-container .tag {
    margin-top: 5px;
  }
  .project-detail-page .round {
    display: none;
  }
  .project-detail-page .h2 {
    max-width: none;
  }
  .project-detail-page .description-container .description {
    padding-right: 0;
  }
  .project-detail-page .reviews-container {
    margin-top: 50px;
  }
  .project-detail-page .reviews-container .description {
    max-height: 195px;
  }
  .project-detail-page .reviews-container .slider-nav {
    margin-top: 25px;
  }
  .project-detail-page .reviews-container .image-wrapper {
    margin-top: 30px;
  }
  .project-detail-page .reviews-container .slider-title {
    font-size: 30px;
  }
  .project-detail-page .team-container {
    margin-top: 30px;
  }
  .project-detail-page .get-offer-container.without-team {
    margin-top: 80px;
  }
  .project-detail-page .get-offer-container .form-title {
    font-size: 30px;
  }
  .project-detail-page .ordered-description {
    display: flex;
    flex-direction: column;
  }
  .project-detail-page .ordered-description .gallery-column {
    margin-top: 40px;
    margin-left: 0;
    order: 3;
  }
  .project-detail-page .ordered-description .logo-container {
    order: 1;
  }
  .project-detail-page .ordered-description .description {
    order: 2;
  }
}
@media (max-width: 767px) {
  .project-detail-page .tabs-container {
    margin-top: 30px;
  }
  .project-detail-page .tabs-container .tabs-line {
    padding-bottom: 20px;
  }
  .project-detail-page .tabs-container .tabs {
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .project-detail-page .tabs-container .tab {
    padding-bottom: 0;
    margin-right: 20px;
    margin-bottom: 10px;
  }
  .project-detail-page .reviews-container {
    margin-top: 30px;
  }
  .project-detail-page .reviews-container .slider-title {
    font-size: 25px;
  }
  .project-detail-page .reviews-container .image-wrapper {
    max-width: 50%;
    margin: 20px 20px 20px 0;
  }
  .project-detail-page .reviews-container .hidden-nav {
    margin-top: 20px;
  }
  .project-detail-page .reviews-container .slider-nav {
    margin-top: 20px;
  }
  .project-detail-page .reviews-container .logo {
    width: 80px;
    height: 50px;
  }
  .project-detail-page .reviews-container .review-name {
    font-size: 20px;
  }
  .project-detail-page .reviews-container .review-position {
    font-size: 20px;
  }
  .project-detail-page .team-container {
    margin-top: 30px;
  }
  .project-detail-page .get-offer-container {
    margin-top: 50px;
  }
  .project-detail-page .get-offer-container .offer-image {
    background: transparent!important;
    padding-top: 0;
    box-shadow: none;
  }
  .project-detail-page .get-offer-container .offer-card {
    position: static;
    box-shadow: none;
  }
  .project-detail-page .get-offer-container.without-team {
    margin-top: 50px;
  }
  .project-detail-page .get-offer-container .form-title {
    font-size: 20px;
    margin-top: 30px;
  }
}
@media (max-width: 479px) {
  .project-detail-page .tags-container .tag {
    margin-top: 0;
    margin-right: 3px;
    padding: 3px;
    font-size: 12px;
  }
  .project-detail-page .reviews-container .slider-title {
    font-size: 20px;
  }
  .project-detail-page .reviews-container .image-wrapper {
    float: none;
    max-width: none;
    width: auto;
  }
  .project-detail-page .reviews-container .image-wrapper.vis-md {
    display: inline-block;
    margin-bottom: 0;
  }
  .project-detail-page .reviews-container .image-wrapper > img {
    height: 161px;
  }
  .project-detail-page .reviews-container .review-name {
    font-size: 16px;
  }
  .project-detail-page .reviews-container .review-position {
    font-size: 14px;
  }
  .project-detail-page .reviews-container .description {
    margin-top: 10px;
    height: auto;
  }
  .project-detail-page .reviews-container .description.overflow {
    max-height: 155px;
    overflow: hidden;
    position: relative;
  }
  .project-detail-page .reviews-container .description.overflow:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 75%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #eff6f8);
    left: 0;
    bottom: 0;
  }
  .project-detail-page .reviews-container .description.overflow:after {
    content: '';
    position: absolute;
    width: 13px;
    height: 8px;
    background: url(/local/css/../images/sprite.svg?337125b4) -2222px -410px no-repeat;
    bottom: 0;
    left: calc(50% - 1px);
    transform: translateX(-50%);
  }
  .project-detail-page .reviews-container .description.active {
    max-height: none;
    overflow: visible;
  }
  .project-detail-page .reviews-container .description.active:before {
    background: transparent;
    width: 100%;
    height: 35px;
    bottom: -30px;
  }
  .project-detail-page .reviews-container .description.active:after {
    bottom: -15px;
    transform: translateX(-50%) scaleY(-1);
  }
  .project-detail-page .team-container .slider-nav {
    margin-top: 30px;
  }
  .project-detail-page .get-offer-container {
    margin-top: 30px;
  }
  .project-detail-page .get-offer-container .offer-card {
    width: auto;
  }
  .project-detail-page .get-offer-container.without-team {
    margin-top: 30px;
  }
  .project-detail-page .description-container {
    margin-top: 30px;
  }
  .project-detail-page .description-container .description {
    margin-top: 30px;
  }
}
.form-privacy-block {
    max-width: 460px;
    margin-bottom: 24px;
}
.form-privacy-block label {
    display: block;
    margin: 20px 0;
    font-size: 12px;
    line-height: 1;
    cursor: pointer;
    user-select: none;
}
.form-privacy-block input[type="checkbox"] {
    margin-right: 8px;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    accent-color: #ffae3c;
    box-sizing: border-box;
    zoom: 1;
}
.form-privacy-block a {
    color: #00a1e0;
    text-decoration: underline;
    transition: color .2s;
    word-break: break-word;
}
.form-privacy-block a:hover {
    color: #0080b3;
}
.form-checkbox.error {
    outline: 2px solid #e53935;
    box-shadow: 0 0 0 2px #e5393530;
}

.form-privacy-block .form-error.js-error {
    display: none !important;
}
.pr-error {
 font-size: 11px;
    color: #f59fa0;
    display: inline-block;
}

/* End */


/* Start:/local/templates/inner/styles.css?15729271636*/
.h2 {}
/* End */
/* /local/css/style.css?1751527174235226 */
/* /local/templates/inner/styles.css?15729271636 */
