

/* Start:/local/templates/ags/css/main.css?1735544904217101*/
@charset "UTF-8";
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;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          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;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          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: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  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 {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          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;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-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: grab;
}

.fancybox-is-grabbing .fancybox-content {
  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;
  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;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-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 max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.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 {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          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;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            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;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          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;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          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: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* 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;
  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);
  }
}
/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

*, *:after, *:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, div, span {
  max-height: 5000em;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
  position: relative;
}

img {
  border: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #FFF inset;
}

@font-face {
  font-family: "Muller";
  src: url("/local/templates/ags/css/../fonts/hinted-subset-MullerRegular.woff2") format("woff2"), url("/local/templates/ags/css/../fonts/hinted-subset-MullerRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "Muller";
  src: url("/local/templates/ags/css/../fonts/hinted-subset-MullerBold.woff2") format("woff2"), url("/local/templates/ags/css/../fonts/hinted-subset-MullerBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "Muller";
  src: url("/local/templates/ags/css/../fonts/hinted-subset-MullerExtraBold.woff2") format("woff2"), url("/local/templates/ags/css/../fonts/hinted-subset-MullerExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "Muller";
  src: url("/local/templates/ags/css/../fonts/hinted-subset-MullerMedium.woff2") format("woff2"), url("/local/templates/ags/css/../fonts/hinted-subset-MullerMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "Mont";
  src: url("/local/templates/ags/css/../fonts/hinted-subset-Mont-Regular.woff2") format("woff2"), url("/local/templates/ags/css/../fonts/hinted-subset-Mont-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Mont";
  src: url("/local/templates/ags/css/../fonts/hinted-subset-Mont-RegularItalic.woff2") format("woff2"), url("/local/templates/ags/css/../fonts/hinted-subset-Mont-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Mont";
  src: url("/local/templates/ags/css/../fonts/hinted-subset-Mont-Bold.woff2") format("woff2"), url("/local/templates/ags/css/../fonts/hinted-subset-Mont-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Mont";
  src: url("/local/templates/ags/css/../fonts/hinted-subset-Mont-SemiBold.woff2") format("woff2"), url("/local/templates/ags/css/../fonts/hinted-subset-Mont-SemiBold.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Mont";
  src: url("/local/templates/ags/css/../fonts/hinted-subset-Mont-Heavy.woff2") format("woff2"), url("/local/templates/ags/css/../fonts/hinted-subset-Mont-Heavy.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Mont";
  src: url("/local/templates/ags/css/../fonts/hinted-subset-Mont-BoldItalic.woff2") format("woff2"), url("/local/templates/ags/css/../fonts/hinted-subset-Mont-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "ags-icons";
  src: url("/local/templates/ags/css/../fonts/ags-icons.ttf?s6obb8") format("truetype"), url("/local/templates/ags/css/../fonts/ags-icons.woff?s6obb8") format("woff"), url("/local/templates/ags/css/../fonts/ags-icons.svg?s6obb8#ags-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ags-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.i-dzen:before {
  content: "";
}

.i-badge:before {
  content: "";
}

.i-bubbles:before {
  content: "";
}

.i-mappin:before {
  content: "";
}

.i-to-up-ar:before {
  content: "";
}

.i-eye:before {
  content: "";
}

.i-file-empty:before {
  content: "";
}

.i-play:before {
  content: "";
}

.i-twitter:before, .share--white .ya-share2__container_size_m .ya-share2__list_direction_horizontal .ya-share2__item_service_twitter .ya-share2__icon:before, .ya-share2__container_size_m .ya-share2__list_direction_horizontal .ya-share2__item_service_twitter .ya-share2__icon:before {
  content: "";
}

.i-vk:before, .share--white .ya-share2__container_size_m .ya-share2__list_direction_horizontal .ya-share2__item_service_vkontakte .ya-share2__icon:before, .ya-share2__container_size_m .ya-share2__list_direction_horizontal .ya-share2__item_service_vkontakte .ya-share2__icon:before {
  content: "";
}

.i-file-plus:before {
  content: "";
}

.i-youtube:before {
  content: "";
}

.i-phone:before {
  content: "";
}

.i-next:before {
  content: "";
}

.i-prev:before {
  content: "";
}

.i-down:before {
  content: "";
}

.i-down-arr-bold:before {
  content: "";
}

.i-fb:before, .share--white .ya-share2__container_size_m .ya-share2__list_direction_horizontal .ya-share2__item_service_facebook .ya-share2__icon:before, .ya-share2__container_size_m .ya-share2__list_direction_horizontal .ya-share2__item_service_facebook .ya-share2__icon:before {
  content: "";
}

.i-pdf:before {
  content: "󩃢";
}

body {
  font-family: "Mont", Segoe Ui, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.45;
  color: #0F0F0F;
}
@media (max-width: 1440px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  body {
    font-size: 14px;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

h1, .h1 {
  font-size: 37px;
  line-height: 1.1;
  font-weight: 500;
}
@media (max-width: 1440px) {
  h1, .h1 {
    font-size: 33px;
  }
}
@media (max-width: 1024px) {
  h1, .h1 {
    font-size: 30px;
    line-height: 1.1;
  }
}
@media (max-width: 680px) {
  h1, .h1 {
    font-size: 24px;
    line-height: 1.2;
  }
}

.bold-title {
  font-size: 46px;
  font-weight: 800;
  line-height: 1.2;
}
@media (max-width: 1440px) {
  .bold-title {
    font-size: 42px;
  }
}
@media (max-width: 1024px) {
  .bold-title {
    font-size: 36px;
  }
}
@media (max-width: 680px) {
  .bold-title {
    font-size: 24px;
  }
}

h2, .h2, .news-grid__container:nth-child(2n) .news-preview:nth-child(3) .news-preview__title, .news-grid__container:nth-child(2n+1) .news-preview:first-child .news-preview__title {
  font-weight: 500;
  font-size: 33px;
  line-height: 1.3;
}
@media (max-width: 1440px) {
  h2, .h2, .news-grid__container:nth-child(2n) .news-preview:nth-child(3) .news-preview__title, .news-grid__container:nth-child(2n+1) .news-preview:first-child .news-preview__title {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  h2, .h2, .news-grid__container:nth-child(2n) .news-preview:nth-child(3) .news-preview__title, .news-grid__container:nth-child(2n+1) .news-preview:first-child .news-preview__title {
    font-size: 28px;
  }
}
@media (max-width: 680px) {
  h2, .h2, .news-grid__container:nth-child(2n) .news-preview:nth-child(3) .news-preview__title, .news-grid__container:nth-child(2n+1) .news-preview:first-child .news-preview__title {
    font-size: 20px;
  }
}

h3, .h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
}
@media (max-width: 680px) {
  h3, .h3 {
    font-size: 18px;
  }
}

h4, .h4 {
  font-size: 19px;
  line-height: 1.3;
  font-weight: 500;
}

h5, .h5 {
  font-size: 15px;
  line-height: 1.3;
  font-weight: 500;
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .section-title {
    margin-bottom: 30px;
  }
}

.section-title__descr {
  margin-top: 10px;
  font-weight: bold;
}

.section-title-left {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .section-title-left {
    margin-bottom: 30px;
  }
}

.action-link {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
          align-items: center;
  font-family: "Mont", Segoe Ui, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1;
  color: #3182E6;
  transition: color 0.3s ease;
  cursor: pointer;
  text-transform: uppercase;
  background: none;
  border: none;
  font-weight: 500;
}
.action-link:hover {
  color: #FA6655;
}
.action-link:focus {
  outline: none;
}
.action-link i {
  font-size: 0.7em;
  margin-left: 10px;
}

.link-icon-list {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: -10px;
}
.link-icon-list .link-icon {
  margin-right: 30px;
  margin-bottom: 10px;
}
.link-icon-list .link-icon:last-child {
  margin-right: 0;
}

.link-icon {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
          align-items: center;
  color: #3182E6;
  transition: color 0.3s ease;
}
.link-icon:hover {
  color: #FA6655;
}
.link-icon i {
  font-size: 30px;
  margin-right: 10px;
}
.link-icon .i-pdf {
  font-size: 1.4em;
}
.link-icon .i-bubbles {
  font-size: 2em;
}
.link-icon .i-badge {
  position: relative;
  font-size: 1.8em;
  top: -0.05em;
}
.link-icon .i-mappin {
  font-size: 1.8em;
}
.link-icon figure {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(180deg, #6D9AFF 0%, #4073E7 100%);
  color: #FFF;
  margin-right: 10px;
  box-shadow: 0px 2px 5px rgba(73, 123, 236, 0.63732);
}
.link-icon figure i {
  font-size: 16px;
  margin-right: 0;
}

.center-btn {
  text-align: center;
  padding-top: 30px;
}

.user-content h1, .user-content .h1, .user-content h2, .user-content .h2, .user-content .news-grid__container:nth-child(2n) .news-preview:nth-child(3) .news-preview__title, .news-grid__container:nth-child(2n) .news-preview:nth-child(3) .user-content .news-preview__title, .user-content .news-grid__container:nth-child(2n+1) .news-preview:first-child .news-preview__title, .news-grid__container:nth-child(2n+1) .news-preview:first-child .user-content .news-preview__title, .user-content h3, .user-content .h3, .user-content h4, .user-content .h4, .user-content h5, .user-content .h5 {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .user-content h1, .user-content .h1, .user-content h2, .user-content .h2, .user-content .news-grid__container:nth-child(2n) .news-preview:nth-child(3) .news-preview__title, .news-grid__container:nth-child(2n) .news-preview:nth-child(3) .user-content .news-preview__title, .user-content .news-grid__container:nth-child(2n+1) .news-preview:first-child .news-preview__title, .news-grid__container:nth-child(2n+1) .news-preview:first-child .user-content .news-preview__title, .user-content h3, .user-content .h3, .user-content h4, .user-content .h4, .user-content h5, .user-content .h5 {
    margin-bottom: 10px;
  }
}
.user-content p, .user-content ul, .user-content ol, .user-content img, .user-content table, .user-content .table-wrapper, .user-content .fact, .user-content .info {
  margin-bottom: calc(17px * 2);
}
@media (max-width: 1440px) {
  .user-content p, .user-content ul, .user-content ol, .user-content img, .user-content table, .user-content .table-wrapper, .user-content .fact, .user-content .info {
    margin-bottom: calc(16px * 2);
  }
}
@media (max-width: 480px) {
  .user-content p, .user-content ul, .user-content ol, .user-content img, .user-content table, .user-content .table-wrapper, .user-content .fact, .user-content .info {
    margin-bottom: calc(14px * 2);
  }
}
.user-content p:last-child, .user-content ul:last-child, .user-content ol:last-child, .user-content img:last-child, .user-content table:last-child, .user-content .table-wrapper:last-child, .user-content .fact:last-child, .user-content .info:last-child {
  margin-bottom: 0;
}
.user-content img {
  max-width: 100%;
  height: auto;
}
.user-content a:not(.btn) {
  color: #3182E6;
  transition: color 0.3s ease;
  font-weight: 500;
}
.user-content a:not(.btn):hover {
  color: #FA6655;
}
.user-content ul {
  list-style: none;
}
.user-content ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 0.7em;
}
.user-content ul li:last-child {
  margin-bottom: 0;
}
.user-content ul li:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 0.4em;
  height: 0.4em;
  border-radius: 50%;
  background: #3182E6;
}
.user-content ol {
  counter-reset: ol;
  list-style: none;
}
.user-content ol li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 0.7em;
  counter-increment: ol;
}
.user-content ol li:last-child {
  margin-bottom: 0;
}
.user-content ol li:before {
  content: counter(ol);
  position: absolute;
  top: 0;
  left: 0;
  color: #3182E6;
  font-weight: bold;
}
.user-content table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
@media (max-width: 680px) {
  .user-content table {
    font-size: 12px;
  }
}
.user-content table th {
  padding: 0.8em 1em;
  border: 1px solid #eeeeee;
  background: #EDF0F5;
  font-weight: 500;
  text-align: left;
  line-height: 1.2;
}
.user-content table td {
  padding: 0.8em 1em;
  border: 1px solid rgba(49, 130, 230, 0.2);
  line-height: 1.2;
}
.user-content sup {
  font-size: 64%;
}
.user-content i:not([class]) {
  font-family: inherit !important;
  font-style: italic;
}

.table-wrapper {
  max-width: 100%;
  overflow: auto;
}
.table-wrapper table {
  margin-bottom: 0;
}

.fact {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  border: 3px solid #eeeeee;
  max-width: 580px;
  padding: 30px 50px;
}
@media (max-width: 1440px) {
  .fact {
    padding: 20px 30px;
    max-width: 480px;
  }
}
@media (max-width: 480px) {
  .fact {
    padding: 15px 20px;
  }
}
.fact strong {
  font-weight: normal;
  font-size: 70px;
  line-height: 1;
  color: #3182E6;
  margin-right: 0.3em;
}
@media (max-width: 1440px) {
  .fact strong {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .fact strong {
    font-size: 30px;
  }
}
.fact span {
  line-height: 1.3;
}

.info {
  background: #EDF0F5;
  padding: 30px 50px;
}
@media (max-width: 1440px) {
  .info {
    padding: 20px 30px;
  }
}
@media (max-width: 480px) {
  .info {
    padding: 15px 20px;
  }
}
.info p, .info ul, .info ol, .info img, .info table, .info .table-wrapper, .info .fact, .info .info {
  margin-bottom: 0;
}

.info__footer {
  margin-top: 40px;
  background: url("/local/templates/ags/css/../img/news/cog.svg") left top no-repeat;
  min-height: 70px;
  color: #8f8f8f;
  padding-left: 100px;
  padding-top: 10px;
}
@media (max-width: 1440px) {
  .info__footer {
    padding-left: 60px;
    background-size: 40px 40px;
    padding-top: 0;
    margin-top: 20px;
  }
}

.round-icon {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #FFF;
  background: linear-gradient(180deg, #6D9AFF 0%, #4073E7 100%);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.round-icon:after {
  content: "";
  position: absolute;
  left: -8px;
  top: -8px;
  bottom: -8px;
  right: -8px;
  border-radius: 50%;
  background: #3182E6;
  z-index: -1;
  -webkit-animation: roundBlink 1.5s ease infinite;
          animation: roundBlink 1.5s ease infinite;
}
.round-icon.i-play {
  font-size: 13px;
}
.round-icon.i-play:before {
  position: relative;
  left: 0.15em;
}

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

@keyframes roundBlink {
  from {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}
.blue-dot {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #FFF;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  box-shadow: 0 0 13px #3182E6, 0 0 0 4px #3182E6;
}

.grid-12, .grid-11, .grid-10, .grid-9, .grid-8, .grid-7, .grid-6, .grid-5, .grid-4, .grid-3, .grid-2, .grid-1 {
  -webkit-flex-shrink: 1;
          flex-shrink: 1;
  max-width: 100%;
}

.hidden {
  display: none !important;
}

.grid-1 {
  width: 8.3333333333%;
}

.grid-off-1 {
  margin-left: 8.3333333333%;
}

.grid-2 {
  width: 16.6666666667%;
}

.grid-off-2 {
  margin-left: 16.6666666667%;
}

.grid-3 {
  width: 25%;
}

.grid-off-3 {
  margin-left: 25%;
}

.grid-4 {
  width: 33.3333333333%;
}

.grid-off-4 {
  margin-left: 33.3333333333%;
}

.grid-5 {
  width: 41.6666666667%;
}

.grid-off-5 {
  margin-left: 41.6666666667%;
}

.grid-6 {
  width: 50%;
}

.grid-off-6 {
  margin-left: 50%;
}

.grid-7 {
  width: 58.3333333333%;
}

.grid-off-7 {
  margin-left: 58.3333333333%;
}

.grid-8 {
  width: 66.6666666667%;
}

.grid-off-8 {
  margin-left: 66.6666666667%;
}

.grid-9 {
  width: 75%;
}

.grid-off-9 {
  margin-left: 75%;
}

.grid-10 {
  width: 83.3333333333%;
}

.grid-off-10 {
  margin-left: 83.3333333333%;
}

.grid-11 {
  width: 91.6666666667%;
}

.grid-off-11 {
  margin-left: 91.6666666667%;
}

.grid-12 {
  width: 100%;
}

.grid-off-12 {
  margin-left: 100%;
}

@media (max-width: 1680px) {
  .grid-0_xxl {
    width: 0%;
  }

  .grid-off-0_xxl {
    margin-left: 0%;
  }

  .grid-1_xxl {
    width: 8.3333333333%;
  }

  .grid-off-1_xxl {
    margin-left: 8.3333333333%;
  }

  .grid-2_xxl {
    width: 16.6666666667%;
  }

  .grid-off-2_xxl {
    margin-left: 16.6666666667%;
  }

  .grid-3_xxl {
    width: 25%;
  }

  .grid-off-3_xxl {
    margin-left: 25%;
  }

  .grid-4_xxl {
    width: 33.3333333333%;
  }

  .grid-off-4_xxl {
    margin-left: 33.3333333333%;
  }

  .grid-5_xxl {
    width: 41.6666666667%;
  }

  .grid-off-5_xxl {
    margin-left: 41.6666666667%;
  }

  .grid-6_xxl {
    width: 50%;
  }

  .grid-off-6_xxl {
    margin-left: 50%;
  }

  .grid-7_xxl {
    width: 58.3333333333%;
  }

  .grid-off-7_xxl {
    margin-left: 58.3333333333%;
  }

  .grid-8_xxl {
    width: 66.6666666667%;
  }

  .grid-off-8_xxl {
    margin-left: 66.6666666667%;
  }

  .grid-9_xxl {
    width: 75%;
  }

  .grid-off-9_xxl {
    margin-left: 75%;
  }

  .grid-10_xxl {
    width: 83.3333333333%;
  }

  .grid-off-10_xxl {
    margin-left: 83.3333333333%;
  }

  .grid-11_xxl {
    width: 91.6666666667%;
  }

  .grid-off-11_xxl {
    margin-left: 91.6666666667%;
  }

  .grid-12_xxl {
    width: 100%;
  }

  .grid-off-12_xxl {
    margin-left: 100%;
  }
}
@media (max-width: 1440px) {
  .grid-0_xl {
    width: 0%;
  }

  .grid-off-0_xl {
    margin-left: 0%;
  }

  .grid-1_xl {
    width: 8.3333333333%;
  }

  .grid-off-1_xl {
    margin-left: 8.3333333333%;
  }

  .grid-2_xl {
    width: 16.6666666667%;
  }

  .grid-off-2_xl {
    margin-left: 16.6666666667%;
  }

  .grid-3_xl {
    width: 25%;
  }

  .grid-off-3_xl {
    margin-left: 25%;
  }

  .grid-4_xl {
    width: 33.3333333333%;
  }

  .grid-off-4_xl {
    margin-left: 33.3333333333%;
  }

  .grid-5_xl {
    width: 41.6666666667%;
  }

  .grid-off-5_xl {
    margin-left: 41.6666666667%;
  }

  .grid-6_xl {
    width: 50%;
  }

  .grid-off-6_xl {
    margin-left: 50%;
  }

  .grid-7_xl {
    width: 58.3333333333%;
  }

  .grid-off-7_xl {
    margin-left: 58.3333333333%;
  }

  .grid-8_xl {
    width: 66.6666666667%;
  }

  .grid-off-8_xl {
    margin-left: 66.6666666667%;
  }

  .grid-9_xl {
    width: 75%;
  }

  .grid-off-9_xl {
    margin-left: 75%;
  }

  .grid-10_xl {
    width: 83.3333333333%;
  }

  .grid-off-10_xl {
    margin-left: 83.3333333333%;
  }

  .grid-11_xl {
    width: 91.6666666667%;
  }

  .grid-off-11_xl {
    margin-left: 91.6666666667%;
  }

  .grid-12_xl {
    width: 100%;
  }

  .grid-off-12_xl {
    margin-left: 100%;
  }
}
@media (max-width: calc(1236px + 32px)) {
  .grid-0_c {
    width: 0%;
  }

  .grid-off-0_c {
    margin-left: 0%;
  }

  .grid-1_c {
    width: 8.3333333333%;
  }

  .grid-off-1_c {
    margin-left: 8.3333333333%;
  }

  .grid-2_c {
    width: 16.6666666667%;
  }

  .grid-off-2_c {
    margin-left: 16.6666666667%;
  }

  .grid-3_c {
    width: 25%;
  }

  .grid-off-3_c {
    margin-left: 25%;
  }

  .grid-4_c {
    width: 33.3333333333%;
  }

  .grid-off-4_c {
    margin-left: 33.3333333333%;
  }

  .grid-5_c {
    width: 41.6666666667%;
  }

  .grid-off-5_c {
    margin-left: 41.6666666667%;
  }

  .grid-6_c {
    width: 50%;
  }

  .grid-off-6_c {
    margin-left: 50%;
  }

  .grid-7_c {
    width: 58.3333333333%;
  }

  .grid-off-7_c {
    margin-left: 58.3333333333%;
  }

  .grid-8_c {
    width: 66.6666666667%;
  }

  .grid-off-8_c {
    margin-left: 66.6666666667%;
  }

  .grid-9_c {
    width: 75%;
  }

  .grid-off-9_c {
    margin-left: 75%;
  }

  .grid-10_c {
    width: 83.3333333333%;
  }

  .grid-off-10_c {
    margin-left: 83.3333333333%;
  }

  .grid-11_c {
    width: 91.6666666667%;
  }

  .grid-off-11_c {
    margin-left: 91.6666666667%;
  }

  .grid-12_c {
    width: 100%;
  }

  .grid-off-12_c {
    margin-left: 100%;
  }
}
@media (max-width: 1024px) {
  .grid-0_l {
    width: 0%;
  }

  .grid-off-0_l {
    margin-left: 0%;
  }

  .grid-1_l {
    width: 8.3333333333%;
  }

  .grid-off-1_l {
    margin-left: 8.3333333333%;
  }

  .grid-2_l {
    width: 16.6666666667%;
  }

  .grid-off-2_l {
    margin-left: 16.6666666667%;
  }

  .grid-3_l {
    width: 25%;
  }

  .grid-off-3_l {
    margin-left: 25%;
  }

  .grid-4_l {
    width: 33.3333333333%;
  }

  .grid-off-4_l {
    margin-left: 33.3333333333%;
  }

  .grid-5_l {
    width: 41.6666666667%;
  }

  .grid-off-5_l {
    margin-left: 41.6666666667%;
  }

  .grid-6_l {
    width: 50%;
  }

  .grid-off-6_l {
    margin-left: 50%;
  }

  .grid-7_l {
    width: 58.3333333333%;
  }

  .grid-off-7_l {
    margin-left: 58.3333333333%;
  }

  .grid-8_l {
    width: 66.6666666667%;
  }

  .grid-off-8_l {
    margin-left: 66.6666666667%;
  }

  .grid-9_l {
    width: 75%;
  }

  .grid-off-9_l {
    margin-left: 75%;
  }

  .grid-10_l {
    width: 83.3333333333%;
  }

  .grid-off-10_l {
    margin-left: 83.3333333333%;
  }

  .grid-11_l {
    width: 91.6666666667%;
  }

  .grid-off-11_l {
    margin-left: 91.6666666667%;
  }

  .grid-12_l {
    width: 100%;
  }

  .grid-off-12_l {
    margin-left: 100%;
  }
}
@media (max-width: 768px) {
  .grid-0_m {
    width: 0%;
  }

  .grid-off-0_m {
    margin-left: 0%;
  }

  .grid-1_m {
    width: 8.3333333333%;
  }

  .grid-off-1_m {
    margin-left: 8.3333333333%;
  }

  .grid-2_m {
    width: 16.6666666667%;
  }

  .grid-off-2_m {
    margin-left: 16.6666666667%;
  }

  .grid-3_m {
    width: 25%;
  }

  .grid-off-3_m {
    margin-left: 25%;
  }

  .grid-4_m {
    width: 33.3333333333%;
  }

  .grid-off-4_m {
    margin-left: 33.3333333333%;
  }

  .grid-5_m {
    width: 41.6666666667%;
  }

  .grid-off-5_m {
    margin-left: 41.6666666667%;
  }

  .grid-6_m {
    width: 50%;
  }

  .grid-off-6_m {
    margin-left: 50%;
  }

  .grid-7_m {
    width: 58.3333333333%;
  }

  .grid-off-7_m {
    margin-left: 58.3333333333%;
  }

  .grid-8_m {
    width: 66.6666666667%;
  }

  .grid-off-8_m {
    margin-left: 66.6666666667%;
  }

  .grid-9_m {
    width: 75%;
  }

  .grid-off-9_m {
    margin-left: 75%;
  }

  .grid-10_m {
    width: 83.3333333333%;
  }

  .grid-off-10_m {
    margin-left: 83.3333333333%;
  }

  .grid-11_m {
    width: 91.6666666667%;
  }

  .grid-off-11_m {
    margin-left: 91.6666666667%;
  }

  .grid-12_m {
    width: 100%;
  }

  .grid-off-12_m {
    margin-left: 100%;
  }
}
@media (max-width: 680px) {
  .grid-0_s {
    width: 0%;
  }

  .grid-off-0_s {
    margin-left: 0%;
  }

  .grid-1_s {
    width: 8.3333333333%;
  }

  .grid-off-1_s {
    margin-left: 8.3333333333%;
  }

  .grid-2_s {
    width: 16.6666666667%;
  }

  .grid-off-2_s {
    margin-left: 16.6666666667%;
  }

  .grid-3_s {
    width: 25%;
  }

  .grid-off-3_s {
    margin-left: 25%;
  }

  .grid-4_s {
    width: 33.3333333333%;
  }

  .grid-off-4_s {
    margin-left: 33.3333333333%;
  }

  .grid-5_s {
    width: 41.6666666667%;
  }

  .grid-off-5_s {
    margin-left: 41.6666666667%;
  }

  .grid-6_s {
    width: 50%;
  }

  .grid-off-6_s {
    margin-left: 50%;
  }

  .grid-7_s {
    width: 58.3333333333%;
  }

  .grid-off-7_s {
    margin-left: 58.3333333333%;
  }

  .grid-8_s {
    width: 66.6666666667%;
  }

  .grid-off-8_s {
    margin-left: 66.6666666667%;
  }

  .grid-9_s {
    width: 75%;
  }

  .grid-off-9_s {
    margin-left: 75%;
  }

  .grid-10_s {
    width: 83.3333333333%;
  }

  .grid-off-10_s {
    margin-left: 83.3333333333%;
  }

  .grid-11_s {
    width: 91.6666666667%;
  }

  .grid-off-11_s {
    margin-left: 91.6666666667%;
  }

  .grid-12_s {
    width: 100%;
  }

  .grid-off-12_s {
    margin-left: 100%;
  }
}
@media (max-width: 480px) {
  .grid-0_xs {
    width: 0%;
  }

  .grid-off-0_xs {
    margin-left: 0%;
  }

  .grid-1_xs {
    width: 8.3333333333%;
  }

  .grid-off-1_xs {
    margin-left: 8.3333333333%;
  }

  .grid-2_xs {
    width: 16.6666666667%;
  }

  .grid-off-2_xs {
    margin-left: 16.6666666667%;
  }

  .grid-3_xs {
    width: 25%;
  }

  .grid-off-3_xs {
    margin-left: 25%;
  }

  .grid-4_xs {
    width: 33.3333333333%;
  }

  .grid-off-4_xs {
    margin-left: 33.3333333333%;
  }

  .grid-5_xs {
    width: 41.6666666667%;
  }

  .grid-off-5_xs {
    margin-left: 41.6666666667%;
  }

  .grid-6_xs {
    width: 50%;
  }

  .grid-off-6_xs {
    margin-left: 50%;
  }

  .grid-7_xs {
    width: 58.3333333333%;
  }

  .grid-off-7_xs {
    margin-left: 58.3333333333%;
  }

  .grid-8_xs {
    width: 66.6666666667%;
  }

  .grid-off-8_xs {
    margin-left: 66.6666666667%;
  }

  .grid-9_xs {
    width: 75%;
  }

  .grid-off-9_xs {
    margin-left: 75%;
  }

  .grid-10_xs {
    width: 83.3333333333%;
  }

  .grid-off-10_xs {
    margin-left: 83.3333333333%;
  }

  .grid-11_xs {
    width: 91.6666666667%;
  }

  .grid-off-11_xs {
    margin-left: 91.6666666667%;
  }

  .grid-12_xs {
    width: 100%;
  }

  .grid-off-12_xs {
    margin-left: 100%;
  }
}
@media (max-width: 375px) {
  .grid-0_xxs {
    width: 0%;
  }

  .grid-off-0_xxs {
    margin-left: 0%;
  }

  .grid-1_xxs {
    width: 8.3333333333%;
  }

  .grid-off-1_xxs {
    margin-left: 8.3333333333%;
  }

  .grid-2_xxs {
    width: 16.6666666667%;
  }

  .grid-off-2_xxs {
    margin-left: 16.6666666667%;
  }

  .grid-3_xxs {
    width: 25%;
  }

  .grid-off-3_xxs {
    margin-left: 25%;
  }

  .grid-4_xxs {
    width: 33.3333333333%;
  }

  .grid-off-4_xxs {
    margin-left: 33.3333333333%;
  }

  .grid-5_xxs {
    width: 41.6666666667%;
  }

  .grid-off-5_xxs {
    margin-left: 41.6666666667%;
  }

  .grid-6_xxs {
    width: 50%;
  }

  .grid-off-6_xxs {
    margin-left: 50%;
  }

  .grid-7_xxs {
    width: 58.3333333333%;
  }

  .grid-off-7_xxs {
    margin-left: 58.3333333333%;
  }

  .grid-8_xxs {
    width: 66.6666666667%;
  }

  .grid-off-8_xxs {
    margin-left: 66.6666666667%;
  }

  .grid-9_xxs {
    width: 75%;
  }

  .grid-off-9_xxs {
    margin-left: 75%;
  }

  .grid-10_xxs {
    width: 83.3333333333%;
  }

  .grid-off-10_xxs {
    margin-left: 83.3333333333%;
  }

  .grid-11_xxs {
    width: 91.6666666667%;
  }

  .grid-off-11_xxs {
    margin-left: 91.6666666667%;
  }

  .grid-12_xxs {
    width: 100%;
  }

  .grid-off-12_xxs {
    margin-left: 100%;
  }
}
.container {
  margin: 0 auto;
  width: 100%;
  max-width: calc(1236px + 32px);
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
}

.container-small {
  margin: 0 auto;
  width: 100%;
  max-width: calc(1020px + 32px);
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=grid] {
  padding-left: 16px;
  padding-right: 16px;
}
.row--center {
  -webkit-align-items: center;
          align-items: center;
}
.row--middle {
  -webkit-justify-content: center;
          justify-content: center;
}

.row-sg {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -3px;
  margin-right: -3px;
}
.row-sg > [class*=grid] {
  padding-left: 3px;
  padding-right: 3px;
}

.row-ng {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

.s-def {
  padding: 50px 0;
}
@media (max-width: 1024px) {
  .s-def {
    padding: 30px 0;
  }
}

.s-def-bottom {
  padding-bottom: 50px;
}
@media (max-width: 1024px) {
  .s-def-bottom {
    padding-bottom: 30px;
  }
}

.s-def-top {
  padding-top: 50px;
}
@media (max-width: 1024px) {
  .s-def-top {
    padding-top: 30px;
  }
}

.s-def-big {
  padding: 80px 0;
}
@media (max-width: 1440px) {
  .s-def-big {
    padding: 60px 0;
  }
}
@media (max-width: 1024px) {
  .s-def-big {
    padding: 30px 0;
  }
}

label {
  cursor: pointer;
}

.input-text {
  display: inline-block;
  font-family: "Mont", Segoe Ui, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.3;
  -webkit-appearance: none;
  background: #EDF0F5;
  border: none;
  border-radius: 5px;
  padding: 19px 30px;
  overflow: visible;
  box-shadow: 0 0 0 2px transparent, 0 6px 8px -4px rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .input-text {
    padding: 16px 25px;
  }
}
.input-text::-webkit-input-placeholder {
  font-size: 17px;
  line-height: 1.3;
  color: #0F0F0F;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.input-text::placeholder {
  font-size: 17px;
  line-height: 1.3;
  color: #0F0F0F;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.input-text:hover {
  box-shadow: 0 0 0 2px transparent, 0 6px 8px -4px rgba(0, 0, 0, 0.25);
}
.input-text:focus {
  outline: none;
  box-shadow: 0 0 0 2px #3182E6, 0 6px 8px -4px rgba(0, 0, 0, 0.25);
}
.input-text:focus::-webkit-input-placeholder {
  opacity: 0.3;
}
.input-text:focus::placeholder {
  opacity: 0.3;
}
.input-text.error {
  background: #fbb8b8;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: #0F0F0F;
  -webkit-box-shadow: 0 0 0 1000px #EDF0F5 inset;
}

.form-note {
  font-size: 13px;
  color: #8f8f8f;
  line-height: 1.5;
  padding-top: 20px;
  text-align: center;
}
.form-note a {
  border-bottom: 1px solid rgba(143, 143, 143, 0.3);
  transition: all 0.3s ease;
}
.form-note a:hover {
  color: #FA6655;
  border-bottom: 1px solid #FA6655;
}

.style-file {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  cursor: pointer;
  color: #3182E6;
  transition: all 0.3s ease;
}
.style-file:hover {
  color: #FA6655;
}
.style-file input {
  opacity: 0;
  position: absolute;
  left: 0;
  visibility: hidden;
}
.style-file__text {
  line-height: 1.2;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 50px);
}
.style-file i {
  font-size: 24px;
  margin-right: 5px;
}
.style-file i:before {
  content: "";
}
.style-file__delete {
  display: none;
  color: #3182E6;
  margin-left: 10px;
}
.style-file__delete:hover {
  color: #FA6655;
}
.style-file--selected {
  color: #8f8f8f;
}
.style-file--selected:hover {
  color: #8f8f8f;
}
.style-file--selected i:before {
  content: "";
}
.style-file--selected .style-file__delete {
  display: block;
}

.vertical-form .input-text {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.vertical-form .btn {
  margin-top: 10px;
  width: 100%;
}
.vertical-form .style-file {
  margin-top: 20px;
}

.style-checkbox {
  display: block;
  position: relative;
  cursor: pointer;
  margin-bottom: 15px;
  font-size: 12px;
}
.style-checkbox input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.style-checkbox input:checked + span:after {
  opacity: 1;
}
.style-checkbox input.error + span:before {
  border-color: #cc0000;
}
.style-checkbox span {
  display: block;
  position: relative;
  padding-left: 30px;
}
.style-checkbox span:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #3182E6;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
}
.style-checkbox span:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #3182E6;
  position: absolute;
  left: 4px;
  top: 4px;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.style-checkbox span a {
  color: #353434;
}

.style-check-ios {
  position: relative;
  display: block;
  margin-top: 0;
  cursor: pointer;
  font-size: 12px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media (max-width: 680px) {
  .style-check-ios {
    font-size: 10px;
    margin-bottom: 15px;
  }
}
.style-check-ios input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.style-check-ios input:checked + span:before {
  background: #004dd8;
}
.style-check-ios input:checked + span:after {
  -webkit-transform: translate(20px, 0);
          transform: translate(20px, 0);
}
.style-check-ios input.error + span:before {
  box-shadow: 0 0 0 2px #ffabab, 0 2px 4px 0 rgba(123, 0, 0, 0.31);
  background: #ffe4e4;
}
.style-check-ios span {
  position: relative;
  display: block;
  padding-left: 50px;
  -webkit-user-select: none;
          user-select: none;
  text-align: left;
  color: #000;
}
.style-check-ios span:before {
  content: "";
  width: 42px;
  height: 22px;
  border-radius: 21px;
  position: absolute;
  left: 0;
  top: 3px;
  transition: all 0.3s ease;
  background: #b4b4b4;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.style-check-ios span:after {
  content: "";
  position: absolute;
  left: 2px;
  top: 5px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 2;
}
.style-check-ios a {
  color: #004dd8;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.style-check-ios a:hover {
  color: #fbac00;
}

.btn {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 23px 30px;
  font-family: "Mont", Segoe Ui, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  transition: background 0.3s ease, box-shadow 0.3s ease;
  background: #3182E6;
  color: #FFF;
}
@media (max-width: 768px) {
  .btn {
    font-size: 14px;
    padding: 20px 25px;
  }
}
.btn:focus {
  outline: none;
}
.btn:hover, .btn:focus {
  background: #21a1ff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.btn:active {
  background: #3182E6;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}

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

.btn--white {
  background: #FFF;
  color: #0F0F0F;
}
.btn--white:hover, .btn--white:focus {
  background: #eeeeee;
}
.btn--white:active {
  background: #FFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}
.btn--white.btn--pulsed:after {
  background: #FFF;
}

.btn--pulsed {
  z-index: 2;
}
.btn--pulsed:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  background: #3182E6;
  -webkit-animation: btn-puls 1s ease infinite;
          animation: btn-puls 1s ease infinite;
  pointer-events: none;
  z-index: -1;
}
.btn--pulsed:hover:after {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@-webkit-keyframes btn-puls {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale3d(1.1, 1.4, 1);
            transform: scale3d(1.1, 1.4, 1);
    opacity: 0;
  }
}

@keyframes btn-puls {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale3d(1.1, 1.4, 1);
            transform: scale3d(1.1, 1.4, 1);
    opacity: 0;
  }
}
.modal {
  display: none;
  width: 500px;
  max-width: 100%;
  will-change: transform, opacity;
  border-radius: 5px;
  overflow: visible !important;
  padding: 40px;
}
@media (max-width: 680px) {
  .modal {
    padding: 30px 20px;
  }
}
.modal .vertical-form {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.modal__title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.2;
}

.modal__descr {
  text-align: center;
  margin-bottom: 25px;
}

.modal--thanks .modal__descr {
  margin-bottom: 0;
}

.fancybox-bg {
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-close-small, .fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small, .fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--html .fancybox-close-small {
  position: absolute;
  top: 0;
  right: -34px;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: transparent;
  border: 2px solid #FFF;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  opacity: 1;
}
@media (max-width: 680px) {
  .fancybox-close-small, .fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small, .fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--html .fancybox-close-small {
    top: 5px;
    right: 5px;
    border-color: #666;
  }
}
.fancybox-close-small:hover, .fancybox-slide--image .fancybox-close-small:hover, .fancybox-slide--video .fancybox-close-small:hover, .fancybox-slide--iframe .fancybox-close-small:hover, .fancybox-slide--html .fancybox-close-small:hover {
  background-color: #fd5353;
  border-color: #fd5353;
}
.fancybox-close-small:before, .fancybox-close-small:after, .fancybox-slide--image .fancybox-close-small:before, .fancybox-slide--image .fancybox-close-small:after, .fancybox-slide--video .fancybox-close-small:before, .fancybox-slide--video .fancybox-close-small:after, .fancybox-slide--iframe .fancybox-close-small:before, .fancybox-slide--iframe .fancybox-close-small:after, .fancybox-slide--html .fancybox-close-small:before, .fancybox-slide--html .fancybox-close-small:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -7px;
  width: 14px;
  height: 2px;
  background: #FFF;
  transition: all 0.3s ease;
  border-radius: 0;
}
@media (max-width: 680px) {
  .fancybox-close-small:before, .fancybox-close-small:after, .fancybox-slide--image .fancybox-close-small:before, .fancybox-slide--image .fancybox-close-small:after, .fancybox-slide--video .fancybox-close-small:before, .fancybox-slide--video .fancybox-close-small:after, .fancybox-slide--iframe .fancybox-close-small:before, .fancybox-slide--iframe .fancybox-close-small:after, .fancybox-slide--html .fancybox-close-small:before, .fancybox-slide--html .fancybox-close-small:after {
    background: #666;
  }
}
.fancybox-close-small:hover:before, .fancybox-close-small:hover:after, .fancybox-slide--image .fancybox-close-small:hover:before, .fancybox-slide--image .fancybox-close-small:hover:after, .fancybox-slide--video .fancybox-close-small:hover:before, .fancybox-slide--video .fancybox-close-small:hover:after, .fancybox-slide--iframe .fancybox-close-small:hover:before, .fancybox-slide--iframe .fancybox-close-small:hover:after, .fancybox-slide--html .fancybox-close-small:hover:before, .fancybox-slide--html .fancybox-close-small:hover:after {
  background-color: #FFF;
}
.fancybox-close-small:before, .fancybox-slide--image .fancybox-close-small:before, .fancybox-slide--video .fancybox-close-small:before, .fancybox-slide--iframe .fancybox-close-small:before, .fancybox-slide--html .fancybox-close-small:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.fancybox-close-small:after, .fancybox-slide--image .fancybox-close-small:after, .fancybox-slide--video .fancybox-close-small:after, .fancybox-slide--iframe .fancybox-close-small:after, .fancybox-slide--html .fancybox-close-small:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.fancybox-close-small:focus, .fancybox-slide--image .fancybox-close-small:focus, .fancybox-slide--video .fancybox-close-small:focus, .fancybox-slide--iframe .fancybox-close-small:focus, .fancybox-slide--html .fancybox-close-small:focus {
  outline: none;
}
.fancybox-close-small:focus:before, .fancybox-close-small:focus:after, .fancybox-slide--image .fancybox-close-small:focus:before, .fancybox-slide--image .fancybox-close-small:focus:after, .fancybox-slide--video .fancybox-close-small:focus:before, .fancybox-slide--video .fancybox-close-small:focus:after, .fancybox-slide--iframe .fancybox-close-small:focus:before, .fancybox-slide--iframe .fancybox-close-small:focus:after, .fancybox-slide--html .fancybox-close-small:focus:before, .fancybox-slide--html .fancybox-close-small:focus:after {
  outline: none;
}
.fancybox-close-small svg, .fancybox-slide--image .fancybox-close-small svg, .fancybox-slide--video .fancybox-close-small svg, .fancybox-slide--iframe .fancybox-close-small svg, .fancybox-slide--html .fancybox-close-small svg {
  display: none;
}

.fancybox-slide--video, .fancybox-slide--html, .fancybox-slide--iframe {
  padding: 24px 40px;
}
@media (max-width: 680px) {
  .fancybox-slide--video, .fancybox-slide--html, .fancybox-slide--iframe {
    padding: 20px 12px;
  }
}

.fancybox-content {
  overflow: visible !important;
}

@media (max-width: 1024px) {
  body {
    padding-top: 0;
  }
}
body.transparent-header {
  padding-top: 0;
}

.s-header {
  z-index: 100;
}
.s-header--scrolled .header-panel {
  padding: 10px 0;
  position: fixed;
}
@media (max-width: 1024px) {
  .s-header--scrolled .header-panel {
    padding: 8px 40px 8px 16px;
    position: relative;
  }
}
.s-header--scrolled .header-logo svg {
  fill: #003399 !important;
}
.s-header--transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media (max-width: 1024px) {
  .s-header--transparent {
    position: relative;
  }
}
.s-header--transparent .header-panel {
  background: transparent;
  box-shadow: none;
}
@media (max-width: 1024px) {
  .s-header--transparent .header-panel {
    background: #FFF;
  }
}
.s-header--transparent .header-nav a {
  color: rgba(255, 255, 255, 0.8);
}
.s-header--transparent .header-nav a:hover, .s-header--transparent .header-nav a.active {
  color: #FFF;
}
.s-header--transparent .header-conts a {
  color: #FFF;
}
@media (max-width: 1024px) {
  .s-header--transparent .header-conts a {
    color: #0F0F0F;
  }
}
.s-header--transparent .header-conts .i-phone {
  color: #FFF;
}
@media (max-width: 1024px) {
  .s-header--transparent .header-conts .i-phone {
    color: #3182E6;
  }
}
.s-header--transparent .header-conts__main {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
@media (max-width: 1024px) {
  .s-header--transparent .header-conts__main {
    border-right: 1px solid rgba(0, 0, 0, 0.15);
  }
}
.s-header--transparent.s-header--scrolled .header-panel {
  background: #FFF;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.s-header--transparent.s-header--scrolled .header-nav a {
  color: #3182E6;
}
.s-header--transparent.s-header--scrolled .header-nav a:hover, .s-header--transparent.s-header--scrolled .header-nav a.active {
  color: #FA6655;
}
.s-header--transparent.s-header--scrolled .header-conts a {
  color: #0F0F0F;
}
.s-header--transparent.s-header--scrolled .header-conts .i-phone {
  color: #3182E6;
}
.s-header--transparent.s-header--scrolled .header-conts__main {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.s-header--white-logo {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.s-header--white-logo .header-logo svg {
  fill: #FFF;
}
@media (max-width: 1024px) {
  .s-header--white-logo .header-logo svg {
    fill: #003399;
  }
}

.header-panel-wrap {
  height: 71px;
}
@media (max-width: 1440px) {
  .header-panel-wrap {
    height: 64px;
  }
}
@media (max-width: 1024px) {
  .header-panel-wrap {
    height: 50px;
  }
}

.header-panel {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  padding: 15px 0;
  top: 0;
  left: 0;
  right: 0;
  background: #FFF;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: background 0.3s ease, padding 0.3s ease;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .header-panel {
    position: relative !important;
    background: #FFF;
    padding: 8px 40px 8px 16px;
  }
}

.header-left {
  width: 25%;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  padding-left: 100px;
  padding-top: 0;
  padding-right: 10px;
}
@media (max-width: 1680px) {
  .header-left {
    padding-left: 40px;
  }
}
@media (max-width: 1024px) {
  .header-left {
    width: 281px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
}
@media (max-width: 680px) {
  .header-left {
    width: 96px;
    padding-top: 2px;
  }
}

.header-logo {
  display: block;
}
.header-logo img, .header-logo svg {
  max-width: 100%;
}
.header-logo__desktop {
  display: block;
}
@media (max-width: 680px) {
  .header-logo__desktop {
    display: none;
  }
}
.header-logo__mob {
  display: none;
}
@media (max-width: 680px) {
  .header-logo__mob {
    display: block;
  }
}

.header-nav {
  display: -webkit-flex;
  display: flex;
  padding-left: 180px;
}
@media (max-width: 1680px) {
  .header-nav {
    padding-left: 100px;
  }
}
@media (max-width: 1440px) {
  .header-nav {
    padding-left: 70px;
  }
}
@media (max-width: 1024px) {
  .header-nav {
    display: none;
  }
}
.header-nav a {
  display: block;
  white-space: nowrap;
  font-size: 15px;
  line-height: 1;
  border-bottom: 1px solid rgba(151, 151, 151, 0.3);
  padding-bottom: 5px;
  letter-spacing: 0.7px;
  margin-right: 50px;
  transition: all 0.3s ease;
  color: #3182E6;
}
@media (max-width: 1680px) {
  .header-nav a {
    margin-right: 30px;
  }
}
@media (max-width: 1440px) {
  .header-nav a {
    margin-right: 18px;
  }
}
@media (max-width: calc(1236px + 32px)) {
  .header-nav a {
    font-size: 12px;
    margin-right: 15px;
  }
}
.header-nav a:hover, .header-nav a.active {
  color: #FA6655;
  border-bottom: 1px solid transparent;
}

.header-conts {
  margin-left: auto;
  padding-right: 100px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
@media (max-width: 1680px) {
  .header-conts {
    padding-right: 20px;
  }
}
@media (max-width: 1024px) {
  .header-conts {
    color: #0F0F0F;
  }
}
.header-conts .i-phone {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  position: relative;
  width: 30px;
  height: 30px;
  font-size: 30px;
  transition: color 0.3s ease;
  cursor: pointer;
  border-radius: 50px;
  color: #3182E6;
}
@media (max-width: 1440px) {
  .header-conts .i-phone {
    font-size: 24px;
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 1024px) {
  .header-conts .i-phone {
    color: #3182E6;
  }
}
.header-conts .i-phone:hover {
  color: #FA6655;
}
.header-conts .i-phone:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: 1px solid currentColor;
  z-index: 1;
  -webkit-animation: call-blink 1s infinite ease;
          animation: call-blink 1s infinite ease;
  opacity: 0;
}
.header-conts .i-phone:before {
  position: relative;
  z-index: 2;
}

@-webkit-keyframes call-blink {
  from {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
  to {
    -webkit-transform: scale3d(1.7, 1.7, 1.7);
            transform: scale3d(1.7, 1.7, 1.7);
    opacity: 0;
  }
}

@keyframes call-blink {
  from {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
  to {
    -webkit-transform: scale3d(1.7, 1.7, 1.7);
            transform: scale3d(1.7, 1.7, 1.7);
    opacity: 0;
  }
}
.header-conts__main {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  padding-right: 10px;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  margin-right: 10px;
}
@media (max-width: 1440px) {
  .header-conts__main {
    margin-right: 8px;
    padding-right: 8px;
  }
}
.header-conts__main a {
  transition: color 0.3s ease;
  white-space: nowrap;
}
.header-conts__main a:hover {
  color: #FA6655;
}

.header-conts__phone {
  font-size: 15px;
}
@media (max-width: 1440px) {
  .header-conts__phone {
    font-size: 12px;
  }
}

.header-conts__email {
  font-size: 14px;
}
@media (max-width: 1440px) {
  .header-conts__email {
    font-size: 12px;
  }
}

.burger {
  width: 36px;
  height: 36px;
  position: fixed;
  top: 7px;
  right: 10px;
  z-index: 101;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  background: #FFF;
  border-radius: 5px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s ease;
}
@media (max-width: 1024px) {
  .burger {
    display: -webkit-flex;
    display: flex;
  }
}
.burger--shadow {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
}
.burger--ontop {
  box-shadow: none;
}
.burger figure {
  position: relative;
  z-index: 2;
  width: 26px;
  height: 2px;
  background: #3182E6;
  transition: background 0.2s ease 0.1s, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, background 0.2s ease 0.1s;
  transition: transform 0.4s ease, background 0.2s ease 0.1s, -webkit-transform 0.4s ease;
}
.burger figure:before, .burger figure:after {
  content: "";
  width: 26px;
  height: 2px;
  background: #3182E6;
  position: absolute;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.burger figure:before {
  -webkit-transform: rotate(0) translate3d(0, -6px, 0);
          transform: rotate(0) translate3d(0, -6px, 0);
}
.burger figure:after {
  -webkit-transform: rotate(0) translate3d(0, 6px, 0);
          transform: rotate(0) translate3d(0, 6px, 0);
}
.burger.active figure {
  background: transparent;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  transition: background 0.1s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, background 0.1s ease;
  transition: transform 0.4s ease, background 0.1s ease, -webkit-transform 0.4s ease;
}
.burger.active figure:before {
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0) scaleX(0.7);
          transform: rotate(-45deg) translate3d(0, 0, 0) scaleX(0.7);
}
.burger.active figure:after {
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0) scaleX(0.7);
          transform: rotate(45deg) translate3d(0, 0, 0) scaleX(0.7);
}

.mob-panel {
  display: none;
  position: fixed;
  width: 280px;
  max-width: 100%;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 100;
  visibility: hidden;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: url("/local/templates/ags/css/../img/home/intro-left-bg.png") center bottom no-repeat #FFF;
  background-size: contain;
  transition: visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, visibility 0.3s ease;
  transition: transform 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translate3d(300px, 0, 0);
          transform: translate3d(300px, 0, 0);
  padding: 12px 20px 20px 20px;
  box-shadow: -4px 0 8px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 1024px) {
  .mob-panel {
    display: block;
  }
}
.mob-panel.active {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}
.mob-panel .header-conts a {
  color: #0F0F0F;
}
.mob-panel .header-conts .i-phone {
  color: #3182E6;
}
.mob-panel .header-conts__main {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}

body.stopped {
  overflow: hidden;
}

.mobile-nav {
  padding-top: 40px;
  margin-bottom: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}
.mobile-nav a {
  display: block;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 5px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.3);
}
.mobile-nav a.active {
  color: #FA6655;
  border-bottom: none;
}

.header-banner {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  background: #3182E6;
  color: #FFF;
  padding: 8px 40px 8px 100px;
}
@media (max-width: 1680px) {
  .header-banner {
    padding-left: 40px;
  }
}
@media (max-width: 1024px) {
  .header-banner {
    padding-left: 16px;
    padding-right: 60px;
  }
}
.header-banner figure {
  width: 20px;
  height: 20px;
  border: 2px solid currentColor;
  font-weight: bold;
  border-radius: 50%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 15px;
  font-size: 14px;
}

.header-banner__text {
  display: block;
  line-height: 1.2;
  font-size: 14px;
  padding-top: 3px;
}
@media (max-width: 1024px) {
  .header-banner__text {
    font-size: 12px;
    padding-top: 0;
  }
}

.header-banner__close {
  position: absolute;
  top: 0;
  right: -34px;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: transparent;
  border: 2px solid #FFF;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  top: 5px;
  right: 5px;
  background: #FFF;
}
@media (max-width: 680px) {
  .header-banner__close {
    top: 5px;
    right: 5px;
    border-color: #666;
  }
}
.header-banner__close:hover {
  background-color: #fd5353;
  border-color: #fd5353;
}
.header-banner__close:before, .header-banner__close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -7px;
  width: 14px;
  height: 2px;
  background: #FFF;
  transition: all 0.3s ease;
  border-radius: 0;
}
@media (max-width: 680px) {
  .header-banner__close:before, .header-banner__close:after {
    background: #666;
  }
}
.header-banner__close:hover:before, .header-banner__close:hover:after {
  background-color: #FFF;
}
.header-banner__close:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header-banner__close:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header-banner__close:focus {
  outline: none;
}
.header-banner__close:focus:before, .header-banner__close:focus:after {
  outline: none;
}
.header-banner__close svg {
  display: none;
}
@media (max-width: 1024px) {
  .header-banner__close {
    display: none;
  }
}
.header-banner__close:before, .header-banner__close:after {
  background: #3182E6;
}

.header-banner__close-mob {
  display: none;
}
@media (max-width: 1024px) {
  .header-banner__close-mob {
    display: inline-block;
    margin-top: 4px;
    font-size: 14px;
    border-bottom: 2px dotted currentColor;
    cursor: pointer;
  }
}

/*
.s-footer{
	background: #1A1A1A;
	padding: 40px 0;
}

.footer-left__wrap{
	display: flex;
}

.footer-left{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	@include res(m){
		margin-bottom: 40px;
	}
}

.footer-left__logo{
	display: block;
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.footer-left__descr{
	color: #FFF;
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 20px;
}

.footer-left__copy{
	margin-top: auto;
	font-size: 12px;
	line-height: 1.2;
	color: #8A8A8A;
}

.footer-nav{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	font-size: 14px;
	line-height: 1.2;
	@include res(xxs){
		font-size: 12px;
	}

	a{
		color: #8A8A8A;
		transition: color 0.3s ease;
		margin-bottom: 14px;

		&:last-child{
			margin-bottom: 0;
		}

		&:hover,&.active{
			color: $blue;
		}
	}

	span{
		color: #8A8A8A;
		margin-bottom: 14px;
	}
}

.footer-socials{
	display: flex;
	justify-content: flex-end;
	@include res(m){
		justify-content: flex-start;
		margin-top: 40px;
	}

	a{
		flex-shrink: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 46px;
		height: 46px;
		border-radius: 50%;
		border: 1px solid rgba(255,255,255,0.2);
		color: #FFF;
		margin-left: 20px;
		font-size: 18px;
		transition: all 0.3s ease;
		@include res(m){
			margin-right: 20px;
			margin-left: 0;
		}

		&:hover{
			background: #FFF;
			border-color: #FFF;
			color: $blue;
		}
	}
}
*/
.to-top-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  border: 1px solid rgba(49, 130, 230, 0.2);
  color: #3182E6;
  font-size: 14px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(60px, 60px, 0);
          transform: translate3d(60px, 60px, 0);
}
@media (max-width: 1024px) {
  .to-top-btn {
    width: 34px;
    height: 34px;
    font-size: 12px;
    bottom: 10px;
    right: 10px;
  }
}
.to-top-btn:hover {
  border: 1px solid #FA6655;
  color: #FA6655;
}
.to-top-btn.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.s-site-footer {
  background: #262C40;
  color: #FFF;
  padding: 70px 0 120px 0;
}
@media (max-width: 1440px) {
  .s-site-footer {
    padding-bottom: 60px;
  }
}

.site-footer__contacts {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-end;
          align-items: flex-end;
}

.site-footer__phone {
  font-size: 26px;
  line-height: 1;
  margin-bottom: 6px;
  white-space: nowrap;
}
@media (max-width: 1440px) {
  .site-footer__phone {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .site-footer__phone {
    font-size: 18px;
    margin-bottom: 2px;
  }
}

.site-footer__email {
  font-size: 18px;
  color: #7C8793;
}
@media (max-width: 1440px) {
  .site-footer__email {
    font-size: 14px;
  }
}

.footer {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-gap: 24px;
  grid-row-gap: 48px;
}
@media (max-width: 768px) {
  .footer {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .footer {
    grid-template-columns: 1fr;
  }
}

.footer__left {
  grid-column: span 3;
}
@media (max-width: 768px) {
  .footer__left {
    grid-column: span 1;
    -webkit-order: 2;
            order: 2;
  }
}
@media (max-width: 480px) {
  .footer__left {
    grid-column: span 1;
    -webkit-order: 3;
            order: 3;
  }
}

.footer__nav {
  grid-column: span 2;
}
@media (max-width: 768px) {
  .footer__nav {
    grid-column: span 1;
    -webkit-order: 1;
            order: 1;
  }
}
@media (max-width: 480px) {
  .footer__nav {
    grid-column: span 1;
  }
}

.footer__right {
  grid-column: span 2;
}
@media (max-width: 768px) {
  .footer__right {
    grid-column: span 1;
    -webkit-order: 3;
            order: 3;
  }
}
@media (max-width: 480px) {
  .footer__right {
    grid-column: span 1;
    -webkit-order: 2;
            order: 2;
  }
}

.footer__left {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}

.footer__logo {
  display: block;
  max-width: 100%;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .footer__logo {
    width: 100px;
  }
}

.footer__logo-descr {
  margin-bottom: 6px;
}

.footer__copy {
  padding-top: 24px;
  margin-top: auto;
  color: #7C8793;
}

.footer__nav {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}
.footer__nav a {
  font-size: 14px;
  color: #7C8793;
  line-height: 1.2;
  margin-bottom: 14px;
  transition: all 0.3s ease;
}
.footer__nav a:last-child {
  margin-bottom: 0;
}
.footer__nav a:hover {
  color: #FFF;
}

.footer__right {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-end;
          align-items: flex-end;
}
@media (max-width: 480px) {
  .footer__right {
    -webkit-align-items: flex-start;
            align-items: flex-start;
  }
}
.footer__right .site-footer__contacts {
  margin-bottom: 24px;
}
@media (max-width: 480px) {
  .footer__right .site-footer__contacts {
    -webkit-align-items: flex-start;
            align-items: flex-start;
  }
}
.footer__right .site-footer__email {
  color: #FFF;
}

.footer__social {
  margin-top: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
@media (max-width: 480px) {
  .footer__social {
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
}
.footer__social a {
  margin-left: 24px;
  color: #7C8793;
  transition: all 0.3s ease;
}
@media (max-width: 480px) {
  .footer__social a {
    margin-left: 0;
    margin-right: 24px;
  }
}
.footer__social a:hover {
  color: #FFF;
}
.footer__social a .i-fb, .footer__social a .ya-share2__container_size_m .ya-share2__list_direction_horizontal .ya-share2__item_service_facebook .ya-share2__icon, .ya-share2__container_size_m .ya-share2__list_direction_horizontal .ya-share2__item_service_facebook .footer__social a .ya-share2__icon {
  font-size: 28px;
}
.footer__social a .i-youtube {
  font-size: 37px;
}
.footer__social a .i-dzen {
  font-size: 26px;
}

.s-intro {
  position: relative;
  height: 100vh;
  min-height: 630px;
  background: #082243;
}
@media (max-width: 1024px) {
  .s-intro {
    height: auto;
    min-height: 0;
  }
}

.intro-slider {
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
.intro-slider.flickity-enabled {
  display: block;
  overflow: visible;
}

.intro-slide {
  display: block;
  position: relative;
  width: 100%;
  -webkit-flex-basis: 100%;
          flex-basis: 100%;
  height: 100vh;
  min-height: 630px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  color: #FFF;
  overflow: hidden;
  padding: 30vh 20px 200px calc(25% + 180px);
}
@media (max-width: 1680px) {
  .intro-slide {
    padding: 25vh 20px 200px calc(25% + 100px);
  }
}
@media (max-width: 1440px) {
  .intro-slide {
    padding: 25vh 20px 200px calc(25% + 70px);
  }
}
@media (max-width: 1024px) {
  .intro-slide {
    height: auto;
    padding: 100px 40px;
  }
}
@media (max-width: 680px) {
  .intro-slide {
    padding: 60px 20px 100px 20px;
    min-height: 480px;
  }
}

.intro-slide__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-size: cover;
  z-index: 1;
}
.intro-slide__bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.intro-slide__video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .intro-slide__video {
    display: none;
  }
}
.intro-slide__video:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 1;
}
.intro-slide__video video {
  position: relative;
  min-height: 100%;
  width: 100%;
  min-width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  object-fit: cover;
}

.intro-slide__content {
  position: relative;
  z-index: 3;
  max-width: 800px;
}

.intro-slide__title {
  font-size: 75px;
  line-height: 1;
  font-weight: 800;
}
@media (max-width: 1440px) {
  .intro-slide__title {
    font-size: 60px;
  }
}
@media (max-width: 1024px) {
  .intro-slide__title {
    font-size: 48px;
  }
}
@media (max-width: 680px) {
  .intro-slide__title {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .intro-slide__title {
    font-size: 30px;
  }
}

.intro-slide__subtitle {
  font-weight: 500;
  font-size: 36px;
  line-height: 1.2;
  margin-top: 0.9em;
}
@media (max-width: 1440px) {
  .intro-slide__subtitle {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .intro-slide__subtitle {
    font-size: 28px;
  }
}
@media (max-width: 680px) {
  .intro-slide__subtitle {
    font-size: 20px;
  }
}

.intro-slide__text {
  font-size: 24px;
  line-height: 1.3;
  margin-top: 1.8em;
}
@media (max-width: 1440px) {
  .intro-slide__text {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .intro-slide__text {
    font-size: 17px;
  }
}

.intro-slide__btn {
  margin-top: 80px;
}
@media (max-width: 1680px) {
  .intro-slide__btn {
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  .intro-slide__btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 206px;
  }
}

.intro-left {
  position: absolute;
  left: 0;
  top: 0;
  height: calc(100% - 140px);
  width: 25%;
  z-index: 3;
  display: -webkit-flex;
  display: flex;
  padding: 30vh 20px 60px 100px;
  background: url("/local/templates/ags/css/../img/home/intro-left-bg.png") center bottom no-repeat #FFF;
  background-size: contain;
}
@media (max-width: 1680px) {
  .intro-left {
    padding-top: 25vh;
    padding-left: 40px;
  }
}
@media (max-width: 1440px) {
  .intro-left {
    padding: 25vh 20px 60px 40px;
    background-size: auto;
  }
}
@media (max-width: 1024px) {
  .intro-left {
    display: none;
  }
}

.intro-left__content {
  height: 370px;
}
@media (max-width: 1440px) {
  .intro-left__content {
    height: 305px;
  }
}

.intro-left__descr {
  border-left: 2px solid #3182E6;
  padding-left: 18px;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  max-width: 180px;
  margin-bottom: 20px;
}

.intro-left__title {
  font-size: 32px;
  line-height: 1.2;
  font-weight: bold;
  max-width: 305px;
}
@media (max-width: 1440px) {
  .intro-left__title {
    font-size: 26px;
  }
}

.intro-bottom {
  position: absolute;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  right: 0;
  bottom: 0;
  width: 75%;
  height: 140px;
  background: #FFF;
  z-index: 3;
  padding: 0 20px 0 180px;
  border: 1px solid #eeeeee;
}
@media (max-width: 1680px) {
  .intro-bottom {
    padding: 0 20px 0 100px;
  }
}
@media (max-width: 1440px) {
  .intro-bottom {
    padding: 0 20px 0 70px;
  }
}
@media (max-width: 1024px) {
  .intro-bottom {
    display: none;
  }
}

.intro-bottom__text {
  font-size: 18px;
  line-height: 1.3;
  width: 70%;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
@media (max-width: 1024px) {
  .intro-bottom__text {
    width: calc(100% - 30px);
  }
}

.intro-bottom__scroll {
  font-size: 26px;
  color: #D6D6D6;
  width: 26px;
  height: 60px;
  text-align: center;
  transition: color 0.3s ease;
  overflow: hidden;
}
.intro-bottom__scroll:hover {
  color: #FA6655;
}
.intro-bottom__scroll i {
  display: block;
  -webkit-animation: downscroll 2s infinite ease;
          animation: downscroll 2s infinite ease;
}

@-webkit-keyframes downscroll {
  from {
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 64px, 0);
            transform: translate3d(0, 64px, 0);
  }
}

@keyframes downscroll {
  from {
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 64px, 0);
            transform: translate3d(0, 64px, 0);
  }
}
.intro-nav {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  height: 140px;
  width: 25%;
  background: rgba(30, 94, 233, 0.9);
  color: #FFF;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  padding: 0 40px;
}
@media (max-width: 1024px) {
  .intro-nav {
    height: 100px;
    background: transparent;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
  }
}

.intro-nav__arrow {
  width: calc(100%/3);
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  font-size: 19px;
  transition: color 0.3s ease;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 1024px) {
  .intro-nav__arrow {
    width: 80px;
    height: 80px;
  }
}
.intro-nav__arrow:hover {
  color: #FA6655;
}

.intro-nav__counter {
  width: calc(100%/3);
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  font-size: 14px;
}
@media (max-width: 1024px) {
  .intro-nav__counter {
    display: none !important;
  }
}

.intro-back-link {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  font-size: 18px;
  margin-left: 60px;
  color: #FFF;
  transition: all 0.3s ease;
}
@media (max-width: 1680px) {
  .intro-back-link {
    margin-left: 0;
  }
}
.intro-back-link:hover {
  color: #FA6655;
}
.intro-back-link i {
  font-size: 20px;
  margin-right: 30px;
}
@media (max-width: 1024px) {
  .intro-back-link i {
    margin-right: 15px;
  }
}

.s-home-products {
  padding-top: 50px;
}
@media (max-width: 1024px) {
  .s-home-products {
    padding-top: 30px;
  }
}

.product-grid {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: calc(1236px + 32px)) {
  .product-grid {
    margin-left: -16px;
    margin-right: -16px;
  }
}

.product-grid__item {
  display: block;
  position: relative;
  width: 25%;
  text-align: center;
  padding: 2px 2px 40px 2px;
  background: #FFF;
  box-shadow: 0 0 0 1px #eeeeee;
}
@media (max-width: 1440px) {
  .product-grid__item {
    padding: 2px 2px 30px 2px;
  }
}
@media (max-width: 768px) {
  .product-grid__item {
    width: calc(100% / 2);
  }
}
@media (max-width: 480px) {
  .product-grid__item {
    padding: 2px 2px 20px 2px;
  }
}
.product-grid__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0 0 0 2px #3182E6 inset, 0 32px 44px rgba(0, 0, 0, 0.15);
  opacity: 0;
  -webkit-transform: scale3d(0.98, 0.98, 0.98);
          transform: scale3d(0.98, 0.98, 0.98);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
}
@media (max-width: 1024px) {
  .product-grid__item:before {
    display: none;
  }
}
.product-grid__item:hover {
  z-index: 2;
}
.product-grid__item:hover:before {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}
.product-grid__item img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
}
.product-grid__item .h4 {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
}
@media (max-width: 1440px) {
  .product-grid__item .h4 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .product-grid__item .h4 {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .product-grid__item .h4 {
    font-size: 12px;
  }
}
.product-grid__item--hidden {
  display: none;
}

.product-grid__more {
  width: 100%;
  height: auto;
  padding: 40px 0;
  text-align: center;
}

.product-grid__more-link i {
  display: block;
}
.product-grid__more-link.opened i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.s-home-about {
  background: #FAFBFC;
  min-height: 795px;
}
@media (max-width: 1440px) {
  .s-home-about {
    min-height: initial;
    height: auto;
  }
}

.about-main {
  padding: 50px 16px 50px 0;
  width: calc(100% / 3 * 2);
  max-width: 740px;
}
@media (max-width: 1024px) {
  .about-main {
    width: calc(100% - 340px);
  }
}
@media (max-width: 768px) {
  .about-main {
    width: 100%;
    max-width: 100%;
    padding: 50px 15px;
  }
}
@media (max-width: 680px) {
  .about-main {
    padding: 30px 0;
  }
}
.about-main .h2, .about-main .news-grid__container:nth-child(2n) .news-preview:nth-child(3) .news-preview__title, .news-grid__container:nth-child(2n) .news-preview:nth-child(3) .about-main .news-preview__title, .about-main .news-grid__container:nth-child(2n+1) .news-preview:first-child .news-preview__title, .news-grid__container:nth-child(2n+1) .news-preview:first-child .about-main .news-preview__title {
  margin-bottom: 25px;
}
@media (max-width: 1440px) {
  .about-main .h2, .about-main .news-grid__container:nth-child(2n) .news-preview:nth-child(3) .news-preview__title, .news-grid__container:nth-child(2n) .news-preview:nth-child(3) .about-main .news-preview__title, .about-main .news-grid__container:nth-child(2n+1) .news-preview:first-child .news-preview__title, .news-grid__container:nth-child(2n+1) .news-preview:first-child .about-main .news-preview__title {
    margin-bottom: 15px;
  }
}
.about-main p {
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .about-main p {
    margin-bottom: 15px;
  }
}

.about-list {
  counter-reset: about-list;
}

.about-list__item {
  display: block;
  position: relative;
  line-height: 1.2;
  padding: 18px 0 18px 60px;
  border-top: 1px solid #F1ECEC;
  counter-increment: about-list;
}
@media (max-width: 1440px) {
  .about-list__item {
    padding: 14px 0 14px 50px;
  }
}
.about-list__item span {
  color: #FA6655;
  position: absolute;
  left: 0;
}
.about-list__item:first-child {
  border-top: none;
}

.about-list__hidden {
  display: none;
}
.about-list__hidden p {
  margin-bottom: 0.6em;
}

.about-list__more {
  margin-top: 30px;
  padding: 10px 0;
}
@media (max-width: 1440px) {
  .about-list__more {
    margin-top: 20px;
  }
}
.about-list__more.opened i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.about-aside {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: calc(100% / 3);
  max-width: 664px;
  background-color: #4e78dc;
  padding: 30px 40px;
  color: #FFF;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .about-aside {
    padding: 30px 16px;
  }
}
@media (max-width: 1024px) {
  .about-aside {
    width: 340px;
  }
}
@media (max-width: 768px) {
  .about-aside {
    position: relative;
    max-width: 100%;
    width: 100%;
    padding-bottom: 75%;
    background-size: cover;
  }
}
@media (max-width: 680px) {
  .about-aside {
    background-size: contain;
  }
}

.about-aside__header {
  border-bottom: 1px solid rgba(216, 216, 216, 0.2);
  padding-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
.about-aside__header .video-link {
  margin-right: 40px;
}
@media (max-width: 480px) {
  .about-aside__header .video-link {
    margin-right: 20px;
  }
}

.video-link {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  transition: color 0.3s ease;
}
.video-link:hover {
  color: rgba(255, 255, 255, 0.6);
}
.video-link:hover i {
  background: rgba(255, 255, 255, 0.6);
}
.video-link span {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.5px;
  margin-left: 10px;
}
@media (max-width: 480px) {
  .video-link span {
    font-size: 14px;
  }
}
.video-link i {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  position: relative;
  width: 62px;
  height: 62px;
  background: #FFF;
  color: #3182E6;
  border-radius: 31px;
  font-size: 14px;
  transition: all 0.3s ease;
}
@media (max-width: 480px) {
  .video-link i {
    width: 40px;
    height: 40px;
    font-size: 10px;
  }
}
.video-link i:before {
  position: relative;
  left: 0.15em;
}
.video-link i:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: 1px solid #FFF;
  -webkit-animation: playbtn 1s ease infinite;
          animation: playbtn 1s ease infinite;
}

@-webkit-keyframes playbtn {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  to {
    -webkit-transform: scale3d(1.4, 1.4, 1.4);
            transform: scale3d(1.4, 1.4, 1.4);
    opacity: 0;
  }
}

@keyframes playbtn {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  to {
    -webkit-transform: scale3d(1.4, 1.4, 1.4);
            transform: scale3d(1.4, 1.4, 1.4);
    opacity: 0;
  }
}
.youtube-link {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  transition: color 0.3s ease;
}
.youtube-link:hover {
  color: rgba(255, 255, 255, 0.6);
}
.youtube-link span {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.5px;
}
@media (max-width: 480px) {
  .youtube-link span {
    font-size: 14px;
  }
}
.youtube-link i {
  font-size: 45px;
  margin-right: 10px;
}
@media (max-width: 480px) {
  .youtube-link i {
    font-size: 36px;
  }
}

.about-aside__links {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  padding-top: 30px;
  position: relative;
  z-index: 2;
}
.about-aside__links .about-aside__doc {
  margin-bottom: 20px;
}

.about-aside__doc {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  font-size: 16px;
  opacity: 0.65;
  transition: opacity 0.3s ease;
}
.about-aside__doc:hover {
  opacity: 1;
}
.about-aside__doc:hover span {
  border-color: rgba(255, 255, 255, 0.5);
}
.about-aside__doc i {
  font-size: 26px;
  margin-right: 20px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.about-aside__doc span {
  padding: 2px 0;
  line-height: 1.2;
  border-bottom: 1px solid transparent;
  transition: border 0.3s ease;
}

.about-aside__stage {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.about-aside__stage:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: #3182E6;
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.about-aside__stage.animated:after {
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
}
.about-aside__stage.animated .about-aside__img {
  -webkit-transform: none;
          transform: none;
}

.about-aside__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scale3d(1.4, 1.4, 1.4) translate3d(-80px, 0, 0);
          transform: scale3d(1.4, 1.4, 1.4) translate3d(-80px, 0, 0);
}
@media (max-width: 768px) {
  .about-aside__img {
    background-size: cover;
  }
}
@media (max-width: 680px) {
  .about-aside__img {
    background-size: contain;
  }
}

.s-home-services {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  min-height: 795px;
  background-color: #EDF0F5;
  background-repeat: no-repeat;
  background-position: calc(100% + 269px) 275px;
}
@media (max-width: 1440px) {
  .s-home-services {
    min-height: initial;
    height: auto;
    background-position: calc(100% + 269px) center;
  }
}
@media (max-width: 768px) {
  .s-home-services {
    display: block;
    background-image: none !important;
  }
}
.s-home-services .container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
@media (max-width: 768px) {
  .s-home-services .container {
    display: block;
  }
}

.services-aside {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: calc(100% / 3);
  max-width: 664px;
  background-color: #4e78dc;
  padding: 30px 40px;
  color: #FFF;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .services-aside {
    width: 340px;
  }
}
@media (max-width: 768px) {
  .services-aside {
    position: relative;
    max-width: 100%;
    width: 100%;
    padding-bottom: 75%;
    background-size: cover;
  }
}

.home-services {
  padding: 50px 0 50px 40px;
  width: calc(100% / 3 * 2);
  max-width: 800px;
}
@media (max-width: 1024px) {
  .home-services {
    width: calc(100% - 340px);
    padding-left: 16px;
  }
}
@media (max-width: 768px) {
  .home-services {
    width: 100%;
    max-width: 100%;
    padding: 50px 15px;
  }
}
@media (max-width: 680px) {
  .home-services {
    padding: 30px 0;
  }
}
.home-services .h2, .home-services .news-grid__container:nth-child(2n) .news-preview:nth-child(3) .news-preview__title, .news-grid__container:nth-child(2n) .news-preview:nth-child(3) .home-services .news-preview__title, .home-services .news-grid__container:nth-child(2n+1) .news-preview:first-child .news-preview__title, .news-grid__container:nth-child(2n+1) .news-preview:first-child .home-services .news-preview__title {
  margin-bottom: 25px;
}
@media (max-width: 1440px) {
  .home-services .h2, .home-services .news-grid__container:nth-child(2n) .news-preview:nth-child(3) .news-preview__title, .news-grid__container:nth-child(2n) .news-preview:nth-child(3) .home-services .news-preview__title, .home-services .news-grid__container:nth-child(2n+1) .news-preview:first-child .news-preview__title, .news-grid__container:nth-child(2n+1) .news-preview:first-child .home-services .news-preview__title {
    margin-bottom: 15px;
  }
}
.home-services .about-list__item {
  border-color: #DADFE8;
}

.services-aside__stage {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.services-aside__stage:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: #3182E6;
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.services-aside__stage.animated:after {
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
}
.services-aside__stage.animated .services-aside__img {
  -webkit-transform: none;
          transform: none;
}

.services-aside__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scale3d(1.4, 1.4, 1.4) translate3d(80px, 0, 0);
          transform: scale3d(1.4, 1.4, 1.4) translate3d(80px, 0, 0);
}
@media (max-width: 768px) {
  .services-aside__img {
    background-size: cover;
  }
}

.s-home-triggers {
  padding: 50px 0;
}
@media (max-width: 1024px) {
  .s-home-triggers {
    padding: 30px 0 0 0;
  }
}

.counter-trigger__wrap {
  border-right: 2px solid #eeeeee;
}
@media (max-width: 1024px) {
  .counter-trigger__wrap {
    border-right: none;
  }
}
.counter-trigger__wrap:last-child {
  border-right: none;
}

.counter-trigger {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (max-width: 1024px) {
  .counter-trigger {
    margin-bottom: 30px;
  }
}
.counter-trigger strong {
  display: block;
  font-size: 50px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 0.3em;
}
@media (max-width: 1440px) {
  .counter-trigger strong {
    font-size: 40px;
  }
}
@media (max-width: 680px) {
  .counter-trigger strong {
    font-size: 30px;
  }
}
.counter-trigger span {
  display: block;
  font-size: 18px;
  line-height: 1.3;
  word-break: break-word;
}
@media (max-width: 1440px) {
  .counter-trigger span {
    font-size: 16px;
  }
}
@media (max-width: 680px) {
  .counter-trigger span {
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  .counter-trigger span {
    font-size: 12px;
  }
}

.s-logos-slider {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
.s-logos-slider.flickity-enabled {
  display: block;
  overflow: visible;
}

.logos-slider__item {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  height: 190px;
  width: calc(100% / 8);
  padding: 10px;
}
@media (max-width: 1440px) {
  .logos-slider__item {
    width: calc(100% / 8);
    height: 150px;
  }
}
@media (max-width: 1024px) {
  .logos-slider__item {
    height: 100px;
  }
}
@media (max-width: 768px) {
  .logos-slider__item {
    width: calc(100% / 6);
    height: 75px;
  }
}
@media (max-width: 680px) {
  .logos-slider__item {
    width: calc(100% / 4);
    padding: 0;
  }
}
@media (max-width: 480px) {
  .logos-slider__item {
    width: calc(100% / 3);
  }
}
.logos-slider__item img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .logos-slider__item img {
    width: 95px;
  }
}

.s-geo {
  background: #F7F7F7;
  padding: 50px 0;
  min-height: 700px;
}
@media (max-width: 768px) {
  .s-geo {
    padding: 0;
  }
}
.s-geo .container {
  pointer-events: none;
}
@media (max-width: 768px) {
  .s-geo .container {
    padding: 0;
  }
}

.s-geo__title {
  position: absolute;
  z-index: 2;
  left: calc(50% - 618px);
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
}
@media (max-width: calc(1236px + 32px)) {
  .s-geo__title {
    left: 16px;
  }
}
@media (max-width: 768px) {
  .s-geo__title {
    top: 20px;
  }
}

.s-geo__map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .s-geo__map {
    position: relative;
    height: 300px;
  }
}
@media (max-width: 480px) {
  .s-geo__map {
    height: 250px;
  }
}

.geo-items {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
@media (max-width: 768px) {
  .geo-items {
    -webkit-justify-content: center;
            justify-content: center;
  }
}

.geo-item {
  position: absolute;
  top: 0;
  right: 0;
  background: #FFF;
  pointer-events: all;
  width: 412px;
  max-width: 100%;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
@media (max-width: 768px) {
  .geo-item {
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: none;
            transform: none;
    z-index: 2;
  }
}
.geo-item.active {
  position: relative;
  opacity: 1;
  visibility: visible;
}

.geo-item__img {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.geo-item__thumb {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.geo-item__content {
  padding: 18px 30px;
}
@media (max-width: 680px) {
  .geo-item__content {
    padding: 12px 20px;
  }
}

.geo-item__header {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 18px;
  margin-bottom: 18px;
}
@media (max-width: 680px) {
  .geo-item__header {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
}

.geo-item__name {
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.geo-item__name a {
  transition: color 0.3s ease;
}
.geo-item__name a:hover {
  color: #FA6655;
}

.geo-item__city {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media (max-width: 680px) {
  .geo-item__city {
    font-size: 12px;
  }
}

.geo-item__main {
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #eeeeee;
}
@media (max-width: 680px) {
  .geo-item__main {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
}
.geo-item__main strong {
  display: block;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 6px;
}

.geo-item__param {
  line-height: 1.2;
  margin-bottom: 6px;
}

.geo-item__footer {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.geo-item__logo {
  display: block;
  max-height: 50px;
  max-width: 200px;
  margin-left: 15px;
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
@media (max-width: 680px) {
  .geo-item__logo {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

.s-home-news {
  padding: 50px 0;
}
@media (max-width: 1024px) {
  .s-home-news {
    padding: 30px 0;
  }
}

.news-grid .news-preview {
  background: #eee;
}

.news-grid__container {
  display: grid;
  grid-gap: 6px;
  margin-bottom: 6px;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 255px;
}
@media (max-width: 768px) {
  .news-grid__container {
    display: block;
    margin-bottom: 0;
  }
}
.news-grid__container:nth-child(2n+1) {
  grid-template-areas: "a a b" "a a c";
}
@media (max-width: 768px) {
  .news-grid__container:nth-child(2n+1) {
    grid-template-areas: "a" "b" "c";
  }
}
.news-grid__container:nth-child(2n+1) .news-preview:first-child .news-preview__title {
  line-height: 1;
}
.news-grid__container:nth-child(2n+1) .news-preview:first-child .news-preview__descr {
  display: block;
}
.news-grid__container:nth-child(2n) {
  grid-template-areas: "a c c" "b c c";
}
@media (max-width: 768px) {
  .news-grid__container:nth-child(2n) {
    grid-template-areas: "a" "b" "c";
  }
}
.news-grid__container:nth-child(2n) .news-preview:nth-child(3) .news-preview__title {
  line-height: 1;
}
.news-grid__container:nth-child(2n) .news-preview:nth-child(3) .news-preview__descr {
  display: block;
}
@media (max-width: 768px) {
  .news-grid__container .news-preview {
    margin-bottom: 6px;
  }
}
.news-grid__container .news-preview:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: a;
}
.news-grid__container .news-preview:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: b;
}
.news-grid__container .news-preview:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: c;
}
@media (max-width: 768px){
  .news-grid__container .news-preview:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .news-grid__container:nth-child(2n) > .news-preview:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .news-grid__container .news-preview:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .news-grid__container:nth-child(2n) > .news-preview:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .news-grid__container .news-preview:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .news-grid__container:nth-child(2n) > .news-preview:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
}

.s-home-order {
  background-color: #EDF0F5;
  background-position: calc(100% - 38px) 20px;
  background-repeat: no-repeat;
  padding: 80px 0;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .s-home-order {
    padding: 50px 0;
  }
}
@media (max-width: 1024px) {
  .s-home-order {
    padding: 30px 0;
  }
}
@media (max-width: 768px) {
  .s-home-order {
    background-position: center 50px;
  }
}
@media (max-width: 768px) {
  .s-home-order .container {
    padding: 0;
  }
}

.order-block {
  background: #FFF;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .order-block {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

.order-block__aside-wrap {
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 768px) {
  .order-block__aside-wrap {
    -webkit-order: 2;
            order: 2;
  }
}

.order-block__aside {
  -webkit-flex: 1;
          flex: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
  position: relative;
  color: #FFF;
  padding: 30px;
  background-color: #3182E6;
  background-position: center top;
  background-size: cover;
}
@media (max-width: 768px) {
  .order-block__aside {
    padding: 5px 20px;
  }
}
.order-block__aside:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(49, 130, 230, 0.85);
}

.order-block__cont {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding: 30px 0;
}
@media (max-width: 768px) {
  .order-block__cont {
    padding: 20px 0;
  }
}
.order-block__cont:last-child {
  border-bottom: none;
}
.order-block__cont strong {
  display: block;
  font-size: 28px;
  line-height: 1;
  font-weight: normal;
  margin-bottom: 0.5em;
}
@media (max-width: 1024px) {
  .order-block__cont strong {
    font-size: 20px;
  }
}
.order-block__cont small {
  display: block;
  font-size: 16px;
}

.order-block__main {
  padding: 30px 80px 30px 50px;
}
@media (max-width: 1024px) {
  .order-block__main {
    padding: 30px 20px;
  }
}

.order-block__title {
  font-weight: bold;
  margin-bottom: 0.5em;
}

.order-block__descr {
  margin-bottom: 20px;
}

.news-preview {
  display: -webkit-flex;
  display: flex;
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;
}
@media (max-width: 768px) {
  .news-preview {
    min-height: 255px;
  }
}
.news-preview:hover {
  z-index: 2;
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.4);
}
@media (max-width: 1024px) {
  .news-preview:hover {
    box-shadow: none;
  }
}
.news-preview:hover:before {
  background: transparent;
}
@media (max-width: 1024px) {
  .news-preview:hover:before {
    background: rgba(0, 0, 0, 0.4);
  }
}
.news-preview:hover:after {
  -webkit-transform: scale3d(2.5, 2.5, 2.5);
          transform: scale3d(2.5, 2.5, 2.5);
}
.news-preview:hover .news-preview__bg {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
          transform: scale3d(1.05, 1.05, 1.05);
}
@media (max-width: 1024px) {
  .news-preview:hover .news-preview__bg {
    -webkit-transform: none;
            transform: none;
  }
}
.news-preview:hover .news-preview__play {
  background: #FA6655;
  color: #FFF;
}
.news-preview:before {
  content: "";
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  transition: background 0.3s ease;
}
.news-preview:after {
  content: "";
  position: absolute;
  width: 800px;
  height: 800px;
  bottom: -400px;
  left: -400px;
  border-radius: 400px;
  z-index: 3;
  background: rgba(49, 130, 230, 0.9);
  -webkit-transform: scale3d(0, 0, 0);
          transform: scale3d(0, 0, 0);
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
@media (max-width: 1024px) {
  .news-preview:after {
    display: none;
  }
}

.news-preview__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center center;
  background-size: cover;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.news-preview__content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 100%;
  position: relative;
  z-index: 4;
  padding: 20px 25px;
  color: #FFF;
}
@media (max-width: 1024px) {
  .news-preview__content {
    padding: 15px;
  }
}

.news-preview__header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}
.news-preview__header .news-preview__label {
  margin-left: 10px;
}

.news-preview__label {
  display: inline-block;
  border-radius: 4px;
  background: #3182E6;
  color: #FFF;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 4px 8px;
  transition: background 0.6s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .news-preview__label {
    font-size: 10px;
  }
}
.news-preview__label--orange {
  background: #FA6655;
}

.news-preview__main {
  margin-top: auto;
  max-width: 580px;
}
@media (max-width: 768px) {
  .news-preview__main {
    padding-top: 30px;
  }
}

.news-preview__title {
  position: relative;
  font-size: 22px;
  line-height: 1.1;
  font-weight: normal;
  padding-bottom: 10px;
}
@media (max-width: 1024px) {
  .news-preview__title {
    font-size: 16px;
    padding-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .news-preview__title {
    font-size: 28px;
    font-weight: 500;
  }
}
@media (max-width: 680px) {
  .news-preview__title {
    font-size: 20px;
  }
}

.news-preview__descr {
  display: none;
  padding-bottom: 10px;
}

.news-preview__play {
  position: absolute;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  font-size: 10px;
  height: 30px;
  width: 30px;
  background: #FFF;
  border-radius: 50%;
  color: #FA6655;
  right: 10px;
  bottom: 10px;
  margin: auto;
  transition: all 0.3s ease;
}
.news-preview__play:before {
  position: relative;
  left: 0.1em;
}

.datetime {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.datetime strong {
  font-size: 33px;
  font-weight: normal;
  line-height: 1;
  margin-right: 10px;
}
@media (max-width: 1024px) {
  .datetime strong {
    font-size: 24px;
  }
}
.datetime span {
  display: block;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .datetime span {
    font-size: 11px;
  }
}

.views-counter {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
          align-items: center;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
}
.views-counter i {
  margin-right: 5px;
}

.info-preview {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  transition: box-shadow 0.3s ease;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  background: #FFF;
  overflow: hidden;
}
.info-preview:hover {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}
.info-preview:hover .action-link {
  color: #FA6655;
}
.info-preview:hover .info-preview__header:before {
  background: rgba(0, 0, 0, 0.2);
}

.info-preview__header {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: 230px;
  background-color: #000;
  background-position: center center;
  background-size: cover;
  padding: 18px 20px;
  color: #FFF;
}
@media (max-width: 480px) {
  .info-preview__header {
    height: 160px;
    padding: 15px;
  }
}
.info-preview__header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  transition: background 0.3s ease;
}
.info-preview__header .views-counter {
  position: relative;
  z-index: 2;
  margin-top: auto;
}

.info-preview__header-top {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  position: relative;
  z-index: 2;
}
.info-preview__header-top .news-preview__label {
  margin-left: 10px;
}

.info-preview__bottom {
  -webkit-flex: 1;
          flex: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  background: #FFF;
  padding: 18px 20px;
}
@media (max-width: 480px) {
  .info-preview__bottom {
    padding: 15px;
  }
}
.info-preview__bottom .action-link {
  margin-top: auto;
}
@media (max-width: 1440px) {
  .info-preview__bottom .action-link {
    font-size: 12px;
  }
}

.info-preview__title {
  margin-bottom: 0.4em;
}
@media (max-width: 1440px) {
  .info-preview__title {
    font-size: 18px;
  }
}
@media (max-width: 680px) {
  .info-preview__title {
    font-size: 16px;
  }
}

.info-preview__descr {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.4;
}
@media (max-width: 480px) {
  .info-preview__descr {
    margin-bottom: 10px;
  }
}

.case-preview {
  display: -webkit-flex;
  display: flex;
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;
}
@media (max-width: 768px) {
  .case-preview {
    min-height: 255px;
  }
}
.case-preview:hover {
  z-index: 2;
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.4);
}
@media (max-width: 1024px) {
  .case-preview:hover {
    box-shadow: none;
  }
}
.case-preview:hover:before {
  background: transparent;
}
@media (max-width: 1024px) {
  .case-preview:hover:before {
    background: rgba(0, 0, 0, 0.4);
  }
}
.case-preview:hover:after {
  -webkit-transform: scale3d(2.5, 2.5, 2.5);
          transform: scale3d(2.5, 2.5, 2.5);
}
.case-preview:hover .case-preview__bg {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
          transform: scale3d(1.05, 1.05, 1.05);
}
@media (max-width: 1024px) {
  .case-preview:hover .case-preview__bg {
    -webkit-transform: none;
            transform: none;
  }
}
.case-preview:before {
  content: "";
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: background 0.3s ease;
}
.case-preview:after {
  content: "";
  position: absolute;
  width: 800px;
  height: 800px;
  bottom: -400px;
  left: -400px;
  border-radius: 400px;
  z-index: 3;
  background: rgba(49, 130, 230, 0.9);
  -webkit-transform: scale3d(0, 0, 0);
          transform: scale3d(0, 0, 0);
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
@media (max-width: 1024px) {
  .case-preview:after {
    display: none;
  }
}
.case-preview--big {
  grid-column: span 2;
}
@media (max-width: 768px) {
  .case-preview--big {
    grid-column: span 1;
  }
}

.case-preview__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center center;
  background-size: cover;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.case-preview__content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 100%;
  position: relative;
  z-index: 4;
  padding: 20px 25px;
  color: #FFF;
}
@media (max-width: 1024px) {
  .case-preview__content {
    padding: 15px;
  }
}

.case-preview__header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}
.case-preview__header .news-preview__label {
  margin-left: 10px;
}

.case-preview__main {
  margin-top: auto;
  max-width: 580px;
}
@media (max-width: 768px) {
  .case-preview__main {
    padding-top: 30px;
  }
}

.case-preview__title {
  position: relative;
  margin-bottom: 10px;
  line-height: 1.1;
}

.case-preview__city {
  margin-bottom: 15px;
}

.case-preview__product {
  position: relative;
  padding-top: 15px;
}
.case-preview__product:before {
  content: "";
  width: 25px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  background: #FFF;
}

.share {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}

.share__title {
  margin-right: 20px;
}

.ya-share2__container_size_m .ya-share2__list_direction_horizontal .ya-share2__item {
  margin: 0 20px 0 0;
}
@media (max-width: 480px) {
  .ya-share2__container_size_m .ya-share2__list_direction_horizontal .ya-share2__item {
    margin-right: 10px;
  }
}
.ya-share2__container_size_m .ya-share2__list_direction_horizontal .ya-share2__badge {
  background: transparent;
}
.ya-share2__container_size_m .ya-share2__list_direction_horizontal .ya-share2__icon {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 14px;
  font-family: "ags-icons";
  background: none;
}
@media (max-width: 480px) {
  .ya-share2__container_size_m .ya-share2__list_direction_horizontal .ya-share2__icon {
    width: 30px;
    height: 30px;
  }
}
.ya-share2__container_size_m .ya-share2__list_direction_horizontal .ya-share2__icon:hover {
  border: 1px solid transparent;
}
.ya-share2__container_size_m .ya-share2__list_direction_horizontal .ya-share2__item_service_vkontakte .ya-share2__icon {
  color: #4A76A8;
}
.ya-share2__container_size_m .ya-share2__list_direction_horizontal .ya-share2__item_service_vkontakte .ya-share2__icon:hover {
  color: #FFF;
  background: #4A76A8;
}
.ya-share2__container_size_m .ya-share2__list_direction_horizontal .ya-share2__item_service_facebook .ya-share2__icon {
  color: #4267B2;
}
.ya-share2__container_size_m .ya-share2__list_direction_horizontal .ya-share2__item_service_facebook .ya-share2__icon:hover {
  color: #FFF;
  background: #4267B2;
}
.ya-share2__container_size_m .ya-share2__list_direction_horizontal .ya-share2__item_service_twitter .ya-share2__icon {
  color: #1DA1F2;
}
.ya-share2__container_size_m .ya-share2__list_direction_horizontal .ya-share2__item_service_twitter .ya-share2__icon:hover {
  color: #FFF;
  background: #1DA1F2;
}

.share--white .ya-share2__container_size_m .ya-share2__list_direction_horizontal .ya-share2__icon {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.share--white .ya-share2__container_size_m .ya-share2__list_direction_horizontal .ya-share2__item_service_vkontakte .ya-share2__icon {
  color: #FFF;
}
.share--white .ya-share2__container_size_m .ya-share2__list_direction_horizontal .ya-share2__item_service_vkontakte .ya-share2__icon:hover {
  color: #4A76A8;
  background: #FFF;
}
.share--white .ya-share2__container_size_m .ya-share2__list_direction_horizontal .ya-share2__item_service_facebook .ya-share2__icon {
  color: #FFF;
}
.share--white .ya-share2__container_size_m .ya-share2__list_direction_horizontal .ya-share2__item_service_facebook .ya-share2__icon:hover {
  color: #4267B2;
  background: #FFF;
}
.share--white .ya-share2__container_size_m .ya-share2__list_direction_horizontal .ya-share2__item_service_twitter .ya-share2__icon {
  color: #FFF;
}
.share--white .ya-share2__container_size_m .ya-share2__list_direction_horizontal .ya-share2__item_service_twitter .ya-share2__icon:hover {
  color: #1DA1F2;
  background: #FFF;
}

.s-page-header {
  background-size: cover;
  padding: 50px 0;
}
@media (max-width: 1440px) {
  .s-page-header {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .s-page-header {
    padding: 20px 0;
  }
}

.icon-left-blocks .icon-left-block {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .icon-left-blocks .icon-left-block {
    margin-bottom: 30px;
  }
}
.icon-left-blocks .icon-left-block:last-child {
  margin-bottom: 0;
}
.icon-left-blocks--bordered .icon-left-block {
  margin-bottom: 0;
  padding: 30px 0;
  border-bottom: 1px solid #eeeeee;
}
@media (max-width: 480px) {
  .icon-left-blocks--bordered .icon-left-block {
    padding: 15px 0;
  }
}
.icon-left-blocks--bordered .icon-left-block:last-child {
  border-bottom: 0;
}

.icon-left-block {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}

.icon-left-block__img {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 60px;
  text-align: center;
  margin-right: 40px;
}
@media (max-width: 1024px) {
  .icon-left-block__img {
    margin-right: 20px;
  }
}
@media (max-width: 480px) {
  .icon-left-block__img {
    width: 30px;
    position: relative;
    top: 5px;
  }
}
.icon-left-block__img img {
  max-width: 90%;
  height: auto;
}
.icon-left-block__img strong {
  position: relative;
  color: #3182E6;
  font-size: 48px;
  font-weight: normal;
  line-height: 1;
}
@media (max-width: 1024px) {
  .icon-left-block__img strong {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .icon-left-block__img strong {
    font-size: 24px;
    top: -3px;
  }
}

.icon-left-block__content {
  font-size: 20px;
  line-height: 1.25;
}
@media (max-width: 1024px) {
  .icon-left-block__content {
    font-size: 16px;
  }
}
.icon-left-block__content strong {
  display: block;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .icon-left-block__content strong {
    font-size: 16px;
  }
}
.icon-left-block__content small {
  display: block;
  font-size: 18px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .icon-left-block__content small {
    font-size: 14px;
  }
}

.icon-left-block--small .icon-left-block__content strong {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 5px;
}
.icon-left-block--small .icon-left-block__content small {
  font-size: 15px;
}

.toggler__hidden {
  display: none;
}

.toggler__link {
  margin-top: 25px;
}
.toggler__link i {
  display: block;
}
.toggler__link.opened i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.product-related {
  display: -webkit-flex;
  display: flex;
  -webkit-align-content: flex-end;
          align-content: flex-end;
  color: #FFF;
  background: url("/local/templates/ags/css/../img/product-related/bg.jpg") center top no-repeat #3182E6;
  background-size: cover;
  min-height: 290px;
  margin-top: 100px;
}
@media (max-width: 680px) {
  .product-related {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 40px;
  }
}

.product-related__left {
  padding: 45px 0 45px 90px;
  width: 50%;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
@media (max-width: 1024px) {
  .product-related__left {
    padding: 45px 0 45px 40px;
  }
}
@media (max-width: 680px) {
  .product-related__left {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .product-related__left {
    padding: 25px;
  }
}
.product-related__left .btn {
  width: 220px;
  max-width: 100%;
  color: #3182E6;
}

.product-related__sup {
  margin-bottom: 10px;
}

.product-related__title {
  margin-bottom: 20px;
}

.product-related__right {
  position: relative;
  width: 50%;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
@media (max-width: 680px) {
  .product-related__right {
    width: 100%;
  }
}
.product-related__right img {
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  max-width: 120%;
}
@media (max-width: 680px) {
  .product-related__right img {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
}

.s-news-list {
  padding: 0 0 40px 0;
}

.news-page-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 6px;
  grid-auto-rows: 255px;
}
@media (max-width: 768px) {
  .news-page-grid {
    grid-template-columns: 1fr;
  }
}

.s-news-detail-header {
  background: #000;
  overflow: hidden;
  color: #FFF;
}

.news-detail-header__bg {
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  height: calc(100% + 200px);
  background-size: cover;
  background-position: center top;
}
.news-detail-header__bg:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.35);
}

.news-detail-header {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  padding-top: 70px;
  padding-bottom: 70px;
  min-height: 550px;
}
@media (max-width: 1440px) {
  .news-detail-header {
    min-height: 400px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .news-detail-header {
    min-height: 200px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.news-detail-header .views-counter {
  margin-top: auto;
}

.news-detail-header__top {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  width: 100%;
  margin-bottom: 80px;
  min-height: 46px;
}
@media (max-width: 1440px) {
  .news-detail-header__top {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .news-detail-header__top {
    margin-bottom: 20px;
    min-height: 30px;
  }
}

.news-detail-header__title {
  margin-bottom: 0.7em;
}

.news-detail-header__descr {
  margin-bottom: 30px;
}

.news-detail-header__btn {
  margin-bottom: 40px;
}

.s-news-detail-main {
  padding: 70px 0;
}
@media (max-width: 1440px) {
  .s-news-detail-main {
    padding-top: 40px;
  }
}

.news-detail-meta {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding-top: 3em;
}
@media (max-width: 480px) {
  .news-detail-meta {
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
            align-items: flex-start;
  }
}
@media (max-width: 480px) {
  .news-detail-meta .share {
    margin-bottom: 40px;
  }
}

.info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 32px;
}
@media (max-width: 1024px) {
  .info-grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
  }
}
@media (max-width: 680px) {
  .info-grid {
    grid-template-columns: 1fr;
  }
}

.s-filter {
  background: linear-gradient(189.27deg, #0190D0 5.18%, #002762 133.27%);
  color: #FFF;
  padding: 120px 0 70px 0;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .s-filter {
    padding: 90px 0 40px 0;
  }
}
@media (max-width: 1024px) {
  .s-filter {
    padding: 20px 0;
  }
}
.s-filter:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 277px;
  height: 202px;
  background: url("/local/templates/ags/css/../img/cases/filter-left.png") center top no-repeat;
}
@media (max-width: 768px) {
  .s-filter:before {
    display: none;
  }
}
.s-filter:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 375px;
  height: 347px;
  background: url("/local/templates/ags/css/../img/cases/filter-right.png") center top no-repeat;
}
.s-filter .container {
  z-index: 2;
}

@media (max-width: 768px) {
  .filters {
    padding-top: 20px;
    display: none;
  }
}

.filter {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .filter {
    margin-bottom: 20px;
  }
}
.filter:last-child {
  margin-bottom: 0;
}

.filter__title {
  margin-bottom: 14px;
}
@media (max-width: 768px) {
  .filter__title {
    margin-bottom: 10px;
  }
}

.filter__btns {
  margin-bottom: -10px;
}

.filter__btn {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin: 0 6px 10px 0;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
@media (max-width: 768px) {
  .filter__btn {
    margin: 0 2px 6px 0;
  }
}
.filter__btn:hover span {
  color: #FFF;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.filter__btn input {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
}
.filter__btn input:checked + span {
  color: #3182E6;
  background: #FFF;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}
.filter__btn input:disabled + span {
  color: rgba(255, 255, 255, 0.2);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
  pointer-events: none;
}
.filter__btn span {
  display: block;
  font-family: "Mont", Segoe Ui, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 30px;
  padding: 9px 15px;
  transition: border 0.3s ease, color 0.3s ease, background 0.3s ease;
}
@media (max-width: 1440px) {
  .filter__btn span {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .filter__btn span {
    font-size: 12px;
    padding: 6px 6px;
  }
}

.filter-show-btn {
  display: none;
  color: #FFF;
  border-bottom: 2px dotted currentColor;
  padding-bottom: 4px;
}
@media (max-width: 768px) {
  .filter-show-btn {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
}
.filter-show-btn:hover, .filter-show-btn:focus {
  color: #FFF;
}

.cases-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 6px;
  grid-auto-rows: 515px;
}
@media (max-width: 1440px) {
  .cases-grid {
    grid-auto-rows: 440px;
  }
}
@media (max-width: 768px) {
  .cases-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 400px;
  }
}
@media (max-width: 480px) {
  .cases-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 300px;
  }
}

.s-cases-related .container {
  padding-top: 50px;
  padding-bottom: 50px;
}
.s-cases-related .container:before {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  top: 0;
  height: 4px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.s-intro--case .intro-slide__subtitle {
  margin-top: 2em;
}
.s-intro--case .intro-slide__text {
  margin-top: 1em;
}

.intro-slide__logo {
  margin-bottom: 50px;
  height: 40px;
}
@media (max-width: 680px) {
  .intro-slide__logo {
    margin-bottom: 30px;
    height: 20px;
  }
}
.intro-slide__logo img {
  display: block;
  max-height: 100%;
  width: auto;
}

.s-case-details {
  padding: 70px 0;
}
@media (max-width: 1024px) {
  .s-case-details {
    padding: 50px 0;
  }
}

.case-details {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .case-details {
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
            align-items: center;
  }
}

.case-details__left {
  max-width: 620px;
  padding-right: 32px;
}
@media (max-width: 768px) {
  .case-details__left {
    margin-bottom: 40px;
    padding-right: 0;
  }
}

.case-details__right {
  width: 485px;
  max-width: 100%;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
@media (max-width: 1024px) {
  .case-details__right {
    width: 350px;
  }
}
@media (max-width: 768px) {
  .case-details__right {
    -webkit-flex-shrink: 1;
            flex-shrink: 1;
  }
}

.case-what {
  border: 3px solid #eeeeee;
  padding: 25px 40px;
}
@media (max-width: 1024px) {
  .case-what {
    padding: 25px;
  }
}

.case-what__title {
  margin-bottom: 1em;
}

.case-what__variant {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .case-what__variant {
    margin-bottom: 20px;
  }
}
.case-what__variant strong {
  font-weight: 500;
}

.case-param {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  border-top: 1px solid #eeeeee;
  padding: 20px 0;
}
@media (max-width: 1024px) {
  .case-param {
    padding: 10px 0;
  }
}
.case-param:last-child {
  padding-bottom: 0;
}

.case-param__icon {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 30px;
  margin-top: 5px;
}
@media (max-width: 480px) {
  .case-param__icon {
    margin-right: 15px;
  }
}

.case-param__content strong {
  color: #3182E6;
  font-size: 25px;
  font-weight: normal;
}
@media (max-width: 480px) {
  .case-param__content strong {
    font-size: 22px;
  }
}
.case-param__content sup {
  font-size: 70%;
}

.case-problem {
  margin-bottom: 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .case-problem {
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .case-problem {
    margin-bottom: 40px;
  }
}
.case-problem:before {
  content: "";
  position: absolute;
  left: -40px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #3182E6;
}
@media (max-width: 1440px) {
  .case-problem:before {
    left: 0;
  }
}

.case-answer {
  background: #245EDD;
  color: #FFF;
  padding: 50px 40px;
}
@media (max-width: 1024px) {
  .case-answer {
    padding: 25px;
  }
}
.case-answer .h1 {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .case-answer .h1 {
    margin-bottom: 20px;
  }
}

.s-case-photos {
  background: #EDF0F5;
  padding: 70px 0;
}
@media (max-width: 1024px) {
  .s-case-photos {
    padding: 50px 0;
  }
}

.case-slider {
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  margin-bottom: 6px;
}
.case-slider.flickity-enabled {
  display: block;
  overflow: visible;
}
.case-slider img {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  display: block;
  width: 100%;
  height: auto;
}
.case-slider .flickity-prev-next-button {
  background: transparent;
}
@media (max-width: 680px) {
  .case-slider .flickity-prev-next-button {
    width: 28px;
    height: 28px;
  }
}
.case-slider .flickity-prev-next-button:hover .arrow {
  fill: #FA6655;
}
.case-slider .flickity-prev-next-button:active {
  opacity: 1;
}
.case-slider .flickity-prev-next-button:focus {
  box-shadow: none;
}
.case-slider .flickity-prev-next-button:disabled {
  opacity: 1;
}
.case-slider .flickity-prev-next-button:disabled .arrow {
  fill: #ccc;
}
.case-slider .flickity-prev-next-button.previous {
  left: -90px;
}
@media (max-width: 1440px) {
  .case-slider .flickity-prev-next-button.previous {
    left: 30px;
  }
}
@media (max-width: 680px) {
  .case-slider .flickity-prev-next-button.previous {
    left: 10px;
  }
}
.case-slider .flickity-prev-next-button.next {
  right: -90px;
}
@media (max-width: 1440px) {
  .case-slider .flickity-prev-next-button.next {
    right: 30px;
  }
}
@media (max-width: 1440px) and (max-width: 680px) {
  .case-slider .flickity-prev-next-button.next {
    right: 10px;
  }
}
.case-slider .flickity-prev-next-button .flickity-button-icon {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.case-slider .flickity-prev-next-button .arrow {
  fill: #3182E6;
  transition: fill 0.3s ease;
}

.case-slider-thumbs {
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  margin-left: -6px;
  margin-right: -6px;
}
.case-slider-thumbs.flickity-enabled {
  display: block;
  overflow: auto;
}

.case-slider-thumbs__item {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: calc(100% / 6);
  padding: 6px;
  cursor: pointer;
}
@media (max-width: 680px) {
  .case-slider-thumbs__item {
    width: calc(100% / 4);
  }
}
.case-slider-thumbs__item:hover img {
  box-shadow: 0 0 0 3px #3182E6;
}
@media (max-width: 1024px) {
  .case-slider-thumbs__item:hover img {
    box-shadow: 0 0 0 3px transparent;
  }
}
.case-slider-thumbs__item.is-nav-selected img {
  box-shadow: 0 0 0 6px #3182E6;
}
@media (max-width: 680px) {
  .case-slider-thumbs__item.is-nav-selected img {
    box-shadow: 0 0 0 4px #3182E6;
  }
}
.case-slider-thumbs__item img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
  box-shadow: 0 0 0 3px transparent;
}

.s-case-dop {
  padding: 70px 0;
}
@media (max-width: 1024px) {
  .s-case-dop {
    padding: 50px 0;
  }
}

.case-product {
  padding-left: 40px;
}
@media (max-width: 1024px) {
  .case-product {
    padding-left: 0;
  }
}

.case-product__text {
  margin-bottom: 20px;
  max-width: 500px;
}

.case-product__img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 25px;
}

.case-product__btn {
  width: 225px;
  max-width: 100%;
}

@media (max-width: 768px) {
  .case-video {
    margin-bottom: 40px;
  }
}

.case-video__frame {
  display: inline-block;
  position: relative;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  transition: box-shadow 0.3s ease;
}
.case-video__frame:hover {
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.3);
}
.case-video__frame:hover i {
  background: #3182E6;
  color: #FFF;
}
.case-video__frame:hover:before {
  background: rgba(0, 0, 0, 0.3);
}
.case-video__frame:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
  transition: background 0.3s ease;
}
.case-video__frame img {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}
.case-video__frame .video-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
  width: 62px;
  height: 62px;
}
@media (max-width: 480px) {
  .case-video__frame .video-link {
    width: 40px;
    height: 40px;
  }
}
.case-video__frame .video-link:hover i {
  background: #3182E6;
  color: #FFF;
}

.case-video__descr {
  padding-top: 10px;
  font-weight: 500;
  line-height: 1.3;
}

.s-contacts-links {
  padding-bottom: 30px;
}

.contact-form textarea {
  height: 130px;
  display: block;
}
.contact-form .btn {
  margin-top: 0;
}
.contact-form .form-note {
  text-align: left;
}

.contact-form__actions {
  -webkit-align-items: center;
          align-items: center;
}
.contact-form__actions .btn {
  display: block;
}
.contact-form__actions .style-file {
  margin-top: 0;
}
@media (max-width: 768px) {
  .contact-form__actions .style-file {
    margin-top: 20px;
  }
}

.s-geo-contacts {
  background: #F7F7F7;
  padding: 50px 0;
  min-height: 650px;
}
@media (max-width: 768px) {
  .s-geo-contacts {
    padding: 0;
  }
}
.s-geo-contacts .container {
  pointer-events: none;
}
@media (max-width: 768px) {
  .s-geo-contacts .container {
    padding: 0;
  }
}

.contacts-map-btns {
  position: absolute;
  z-index: 2;
  left: calc(50% - 618px);
  -webkit-user-select: none;
          user-select: none;
  max-width: 45%;
}
@media (max-width: calc(1236px + 32px)) {
  .contacts-map-btns {
    left: 16px;
  }
}
@media (max-width: 768px) {
  .contacts-map-btns {
    top: 0;
    position: relative;
    left: 0;
    right: 0;
    max-width: 100%;
    padding: 10px 16px;
    background: #FFF;
  }
}

.contacts-map-btn {
  font-family: "Mont", Segoe Ui, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  border: none;
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  background: #3182E6;
  border-radius: 30px;
  text-align: center;
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0 5px 5px 5px;
}
@media (max-width: 768px) {
  .contacts-map-btn {
    padding: 8px 8px;
    margin: 0 1px 5px 1px;
    font-size: 13px;
  }
}
.contacts-map-btn:hover {
  background: #FFF;
  color: #FA6655;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.contacts-map-btn:focus {
  outline: none;
}
.contacts-map-btn.active {
  background: #FFF;
  color: #FA6655;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  pointer-events: none;
}

.contact-items {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
@media (max-width: 768px) {
  .contact-items {
    -webkit-justify-content: center;
            justify-content: center;
  }
}

.contact-item {
  position: absolute;
  top: 0;
  right: 0;
  background: #FFF;
  pointer-events: all;
  width: 480px;
  max-width: 100%;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.1);
  padding: 20px 25px 25px 25px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
@media (max-width: 768px) {
  .contact-item {
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: none;
            transform: none;
    z-index: 2;
  }
}
.contact-item.active {
  position: relative;
  opacity: 1;
  visibility: visible;
}

.contact-item__city {
  font-size: 27px;
  line-height: 1.2;
}

.contact-item__address {
  font-style: normal;
  margin-bottom: 12px;
}

.contact-item__phone {
  font-weight: 500;
  white-space: nowrap;
}

.contacts-item__info {
  margin-top: 15px;
  padding-top: 12px;
  margin-bottom: 15px;
  border-top: 1px solid #eeeeee;
}
.contacts-item__info a {
  color: #3182E6;
  transition: color 0.3s ease;
}
.contacts-item__info a:hover {
  color: #FA6655;
}

.contact-item__photo {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 15px;
}

.s-lp-header {
  padding: 80px 0;
  overflow: hidden;
}
@media (max-width: 1680px) {
  .s-lp-header {
    padding: 60px 0;
  }
}
@media (max-width: 1024px) {
  .s-lp-header {
    padding: 0;
  }
}
.s-lp-header--nopad {
  padding: 0;
}
.s-lp-header--cryogen {
  overflow: visible;
}

.lp-header {
  display: -webkit-flex;
  display: flex;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  min-height: 654px;
}
@media (max-width: 1680px) {
  .lp-header {
    min-height: 0;
  }
}
@media (max-width: 1024px) {
  .lp-header {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-bottom: 20px;
  }
}

.lp-header__left {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  width: 50%;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
@media (max-width: 1024px) {
  .lp-header__left {
    width: 100%;
    -webkit-justify-content: center;
            justify-content: center;
  }
}

.lp-header__right {
  position: relative;
  width: 50%;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  background: url("/local/templates/ags/css/../img/lp/azot-station/header-bg.jpg") center center no-repeat;
  background-size: cover;
}
@media (max-width: 1024px) {
  .lp-header__right {
    width: 100%;
    height: auto;
    background: none !important;
    text-align: center;
  }
}
.lp-header__right:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(41, 96, 216, 0.85);
}
@media (max-width: 1024px) {
  .lp-header__right:after {
    display: none;
  }
}
.lp-header__right--ks {
  background: url("/local/templates/ags/css/../img/lp/kislorod-station/header-bg.jpg") center center no-repeat;
  background-size: cover;
}
.lp-header__right--am {
  background: url("/local/templates/ags/css/../img/lp/azot-module/header-bg.jpg") center center no-repeat;
  background-size: cover;
}
.lp-header__right--am .lp-header__img {
  top: initial;
  bottom: 40px;
  left: 0;
  height: auto;
}
@media (max-width: 1024px) {
  .lp-header__right--am .lp-header__img {
    max-width: 100%;
    max-height: initial;
    bottom: 0;
  }
}
.lp-header__right--blocks {
  background: url("/local/templates/ags/css/../img/lp/azot-module/header-bg.jpg") center center no-repeat;
  background-size: cover;
}
.lp-header__right--blocks .lp-header__img {
  max-width: calc(100% + 90px);
  top: initial;
  bottom: 40px;
  left: -90px;
  height: auto;
}
@media (max-width: 1440px) {
  .lp-header__right--blocks .lp-header__img {
    left: 0;
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .lp-header__right--blocks .lp-header__img {
    max-width: 100%;
    max-height: initial;
    bottom: 0;
  }
}
.lp-header__right--osush {
  background: url("/local/templates/ags/css/../img/lp/osush/header-bg.jpg") center center no-repeat;
  background-size: cover;
}
.lp-header__right--osush .lp-header__img {
  left: 110px;
}
@media (max-width: 1024px) {
  .lp-header__right--osush .lp-header__img {
    left: 0;
  }
}
.lp-header__right--asm {
  background: url("/local/templates/ags/css/../img/lp/membrana/header-bg.jpg") center center no-repeat;
  background-size: cover;
}
.lp-header__right--asm .lp-header__img {
  top: initial;
  bottom: 40px;
  left: 0;
  height: auto;
}
@media (max-width: 1024px) {
  .lp-header__right--asm .lp-header__img {
    max-width: 100%;
    max-height: initial;
    bottom: 0;
  }
}
.lp-header__right--vodorod {
  background: url("/local/templates/ags/css/../img/lp/vodorod/header-bg.jpg") center center no-repeat;
  background-size: cover;
}
.lp-header__right--vodorod .lp-header__img {
  top: initial;
  bottom: 20px;
  left: 100px;
  height: auto;
  max-width: 70%;
}
@media (max-width: 1680px) {
  .lp-header__right--vodorod .lp-header__img {
    bottom: 0;
  }
}
@media (max-width: 1440px) {
  .lp-header__right--vodorod .lp-header__img {
    bottom: -20px;
  }
}
@media (max-width: 1024px) {
  .lp-header__right--vodorod .lp-header__img {
    max-width: 70%;
    max-height: initial;
    bottom: 0;
    left: 0;
  }
}
@media (max-width: 480px) {
  .lp-header__right--vodorod .lp-header__img {
    max-width: 80%;
  }
}
.lp-header__right--cryogen {
  background: url("/local/templates/ags/css/../img/lp/cryogen/header-bg.jpg") center center no-repeat;
  background-size: cover;
}
.lp-header__right--cryogen .lp-header__img {
  max-width: calc(100% + 90px);
  top: initial;
  bottom: -70px;
  left: -90px;
  height: auto;
}
@media (max-width: 1440px) {
  .lp-header__right--cryogen .lp-header__img {
    bottom: 0;
    left: 0;
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .lp-header__right--cryogen .lp-header__img {
    max-width: 60%;
    max-height: initial;
    bottom: 0;
  }
}
@media (max-width: 480px) {
  .lp-header__right--cryogen .lp-header__img {
    max-width: 80%;
  }
}

.lp-header__img {
  position: absolute;
  z-index: 2;
  top: -60px;
  left: 36px;
  max-width: 100%;
  max-height: calc(100% + 120px);
}
@media (max-width: 1680px) {
  .lp-header__img {
    max-height: calc(100% + 80px);
    top: -40px;
  }
}
@media (max-width: 1024px) {
  .lp-header__img {
    position: relative;
    max-height: 300px;
    top: 0;
    left: 0;
  }
}

.lp-header__content {
  width: calc((1236px + 32px) / 2);
  max-width: 100%;
  padding: 80px 80px 80px 16px;
}
@media (max-width: 1680px) {
  .lp-header__content {
    padding: 40px 80px 50px 16px;
  }
}
@media (max-width: 1440px) {
  .lp-header__content {
    padding: 20px 24px 30px 16px;
  }
}
@media (max-width: 1024px) {
  .lp-header__content {
    padding: 20px 16px;
  }
}

.lp-header__title {
  font-size: 46px;
  color: #2960D8;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
@media (max-width: 1440px) {
  .lp-header__title {
    font-size: 42px;
  }
}
@media (max-width: 1024px) {
  .lp-header__title {
    font-size: 36px;
    text-align: center;
  }
}
@media (max-width: 680px) {
  .lp-header__title {
    font-size: 24px;
  }
}

.lp-header__descr {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .lp-header__descr {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .lp-header__descr {
    font-size: 18px;
    text-align: center;
  }
}
@media (max-width: 680px) {
  .lp-header__descr {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.lp-header__border {
  border: 2px solid #eeeeee;
  margin-bottom: 50px;
  padding: 20px;
  font-size: 19px;
}
@media (max-width: 1440px) {
  .lp-header__border {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .lp-header__border {
    font-size: 16px;
  }
}
.lp-header__border strong {
  font-weight: 500;
  display: block;
  margin-bottom: 0.5em;
  line-height: 1.2;
}

.lp-header__params {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  border: 2px solid #eeeeee;
  padding-top: 20px;
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .lp-header__params {
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .lp-header__params {
    -webkit-justify-content: center;
            justify-content: center;
    text-align: center;
  }
}
@media (max-width: 680px) {
  .lp-header__params {
    padding-top: 10px;
  }
}

.lp-header__param {
  padding: 0 25px;
  margin-bottom: 20px;
}
@media (max-width: 680px) {
  .lp-header__param {
    margin-bottom: 10px;
    padding: 0 15px;
  }
}
@media (max-width: 480px) {
  .lp-header__param {
    padding: 0 15px;
  }
}
.lp-header__param span {
  display: block;
  font-size: 20px;
  margin-bottom: 8px;
  line-height: 1;
}
@media (max-width: 1440px) {
  .lp-header__param span {
    font-size: 16px;
  }
}
@media (max-width: 680px) {
  .lp-header__param span {
    font-size: 14px;
  }
}
.lp-header__param strong {
  font-weight: normal;
  font-size: 33px;
  line-height: 1;
  color: #2960D8;
}
@media (max-width: 1440px) {
  .lp-header__param strong {
    font-size: 24px;
  }
}
@media (max-width: 680px) {
  .lp-header__param strong {
    font-size: 20px;
  }
}
.lp-header__param strong small {
  font-size: 23px;
}
@media (max-width: 680px) {
  .lp-header__param strong small {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .lp-header__param strong small {
    font-size: 12px;
  }
}
.lp-header__param strong sup {
  font-size: 75%;
}

.lp-header__actions {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .lp-header__actions {
    -webkit-justify-content: center;
            justify-content: center;
  }
}
@media (max-width: 680px) {
  .lp-header__actions {
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
            align-items: center;
  }
}
.lp-header__actions .btn {
  margin-right: 40px;
}
@media (max-width: 1440px) {
  .lp-header__actions .btn {
    margin-right: 20px;
  }
}
@media (max-width: 680px) {
  .lp-header__actions .btn {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.lp-header__video {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.lp-header__video:hover span {
  color: #FA6655;
}
.lp-header__video .round-icon {
  margin-right: 10px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.lp-header__video span {
  font-size: 18px;
  font-weight: 500;
  color: #2960D8;
  line-height: 1;
  transition: color 0.3s ease;
}

.s-lp-cases {
  background: #EDF0F5;
}

.s-lp-princip .user-content {
  padding-left: 50px;
  font-size: 18px;
}
@media (max-width: 1024px) {
  .s-lp-princip .user-content {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .s-lp-princip .user-content {
    padding-top: 15px;
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  .s-lp-princip .user-content {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .s-lp-princip--rightimg .user-content {
    margin-bottom: 20px;
  }
}

.s-lp-preims {
  background-position: center bottom;
  background-size: cover;
  background-color: #F9FBFF;
  padding: 140px 0;
}
@media (max-width: 1440px) {
  .s-lp-preims {
    padding: 100px 0;
  }
}
@media (max-width: 1024px) {
  .s-lp-preims {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .s-lp-preims {
    padding: 30px 0;
  }
}
.s-lp-preims .h1 {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .s-lp-preims .h1 {
    margin-bottom: 30px;
  }
}
.s-lp-preims .h1 small {
  display: block;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.4;
  margin-top: 15px;
}
@media (max-width: 1024px) {
  .s-lp-preims .h1 small {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .s-lp-preims .h1 small {
    font-size: 14px;
  }
}

.preims-img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 55%;
  max-height: 90%;
  max-width: 45%;
}
@media (max-width: 768px) {
  .preims-img {
    display: none;
    position: relative;
    max-height: 300px;
    width: auto;
    max-width: 100%;
    left: 0;
    margin-top: 30px;
  }
}

.s-lp-dop {
  background-size: cover;
  background-position: center center;
}
@media (max-width: 680px) {
  .s-lp-dop {
    background-image: none !important;
  }
}

.icon-vert-block {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
}
@media (max-width: 680px) {
  .icon-vert-block {
    margin-bottom: 20px;
  }
}
.icon-vert-block--left {
  text-align: left;
}
@media (max-width: 680px) {
  .icon-vert-block--left {
    text-align: center;
  }
}
.icon-vert-block--left .icon-vert-block__header {
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}
@media (max-width: 680px) {
  .icon-vert-block--left .icon-vert-block__header {
    -webkit-justify-content: center;
            justify-content: center;
  }
}

.icon-vert-block__header {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  -webkit-justify-content: center;
          justify-content: center;
  height: 115px;
  margin-bottom: 15px;
}
@media (max-width: 680px) {
  .icon-vert-block__header {
    height: 90px;
  }
}
.icon-vert-block__header img {
  max-width: 100%;
  height: auto;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
@media (max-width: 680px) {
  .icon-vert-block__header img {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

.icon-vert-block__title {
  color: #2960D8;
  margin-bottom: 10px;
  font-weight: bold;
}

.icon-vert-block__descr {
  font-size: 18px;
}
@media (max-width: 1440px) {
  .icon-vert-block__descr {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .icon-vert-block__descr {
    font-size: 14px;
  }
}

.s-lp-dop--vodorod {
  border-bottom: 1px solid #eeeeee;
}
.s-lp-dop--vodorod .icon-vert-block__header {
  height: 210px;
}
@media (max-width: 680px) {
  .s-lp-dop--vodorod .icon-vert-block__header {
    height: 160px;
  }
}
.s-lp-dop--vodorod .icon-vert-block__title {
  color: #0F0F0F;
}
.s-lp-dop--vodorod .icon-vert-block__descr {
  padding-right: 10px;
}
@media (max-width: 1024px) {
  .s-lp-dop--vodorod .icon-vert-block__descr {
    padding-right: 0;
  }
}

.lp-variant {
  display: block;
  border: 3px solid #eeeeee;
  margin-top: -3px;
}
.lp-variant.selected {
  border: 3px solid #3182E6;
  color: #FFF;
  background-color: #3182E6;
}
.lp-variant .row {
  min-height: 400px;
  -webkit-align-items: center;
          align-items: center;
  padding: 40px 0;
}
@media (max-width: 1440px) {
  .lp-variant .row {
    min-height: 300px;
  }
}
@media (max-width: 1024px) {
  .lp-variant .row {
    padding: 20px 0;
  }
}
@media (max-width: 768px) {
  .lp-variant .row {
    min-height: initial;
  }
}
.lp-variant .user-content {
  padding: 0 40px;
  font-size: 18px;
}
@media (max-width: 1024px) {
  .lp-variant .user-content {
    font-size: 16px;
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .lp-variant .user-content {
    font-size: 14px;
  }
}

.s-lp-triggers {
  min-height: 825px;
  background-position: center bottom;
  background-size: cover;
  background-color: #fafbfd;
  background-repeat: no-repeat;
  padding: 140px 0;
}
@media (max-width: 1680px) {
  .s-lp-triggers {
    padding: 50px 0;
    min-height: initial;
  }
}
@media (max-width: 1024px) {
  .s-lp-triggers {
    background-position: calc(50% + 100px) bottom;
  }
}
@media (max-width: 768px) {
  .s-lp-triggers {
    padding: 30px 0 45% 0;
    background-position: right bottom;
    background-size: 150% auto;
  }
}
.s-lp-triggers .h1 {
  margin-bottom: 80px;
}
@media (max-width: 1680px) {
  .s-lp-triggers .h1 {
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .s-lp-triggers .h1 {
    margin-bottom: 30px;
  }
}
.s-lp-triggers .icon-left-blocks {
  width: 390px;
  max-width: 50%;
}
@media (max-width: 768px) {
  .s-lp-triggers .icon-left-blocks {
    max-width: 100%;
  }
}

.lp-steps {
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 1024px) {
  .lp-steps {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}

.lp-step {
  -webkit-flex: 1;
          flex: 1;
  position: relative;
  border: 1px solid #eeeeee;
  margin-right: 20px;
  padding: 15px;
}
@media (max-width: 1024px) {
  .lp-step {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    text-align: center;
  }
}
.lp-step:hover, .lp-step.selected {
  background: #3182E6;
  border-color: #3182E6;
  color: #FFF;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.1);
}
.lp-step:hover .lp-step__title, .lp-step.selected .lp-step__title {
  color: #FFF;
}
.lp-step:hover:after, .lp-step.selected:after {
  background: #3182E6;
  border-color: #3182E6;
}
.lp-step:last-child {
  margin-right: 0;
}
.lp-step:last-child:after {
  display: none;
}
.lp-step:after {
  content: "";
  width: 20px;
  height: 20px;
  background: #FFF;
  position: absolute;
  right: -10px;
  top: calc(50% - 10px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: none;
  border-top: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
@media (max-width: 1024px) {
  .lp-step:after {
    right: initial;
    left: calc(50% - 10px);
    top: initial;
    bottom: -10px;
    border: none;
    border-bottom: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
  }
}

.lp-step__title {
  font-size: 24px;
  color: #2960D8;
  margin-bottom: 0.7em;
  line-height: 1;
}

.lp-step__list {
  font-size: 15px;
  list-style: none;
}
@media (max-width: 480px) {
  .lp-step__list {
    font-size: 14px;
  }
}
.lp-step__list li {
  line-height: 1.2;
  margin-bottom: 1em;
}
.lp-step__list li:last-child {
  margin-bottom: 0;
}

.video-reviews-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: 257px;
  grid-gap: 6px;
}
@media (max-width: 1024px) {
  .video-reviews-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 680px) {
  .video-reviews-list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .video-reviews-list {
    grid-auto-rows: 200px;
  }
}

.video-review {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.video-review:hover:before {
  -webkit-transform: none;
          transform: none;
}
.video-review:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(41, 96, 216, 0.85);
  transition: all 0.4s ease;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.video-review__photo {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
@media (max-width: 480px) {
  .video-review__photo {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

.video-review__content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  position: relative;
  z-index: 3;
  color: #FFF;
  height: 100%;
  padding: 10px 60px 10px 10px;
  max-width: 400px;
}
.video-review__content .video-link i {
  width: 50px;
  height: 50px;
}

.video-review__title {
  margin-top: auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .video-review__title {
    font-size: 16px;
  }
}

.video-review__position {
  font-size: 14px;
  line-height: 1.4;
}

.video-review__company {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.4;
}

.s-lp-komplect {
  background-color: #303340;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFF;
  overflow: hidden;
  min-height: 1005px;
}
@media (max-width: calc(1236px + 32px)) {
  .s-lp-komplect {
    min-height: initial;
  }
}
.s-lp-komplect--membran {
  min-height: initial;
}

.komplect {
  position: relative;
  min-height: 700px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}
@media (max-width: calc(1236px + 32px)) {
  .komplect {
    min-height: initial;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: -20px;
    margin-left: -16px;
    margin-right: -16px;
  }
}
.komplect.anim .komplect__item figure {
  -webkit-transform: scale3d(1, 0, 1);
          transform: scale3d(1, 0, 1);
  transition: all 0.6s ease;
}
.komplect.anim .komplect__item figure div {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0);
          transform: scale3d(0, 0, 0);
  transition: all 0.3s ease 0.6s;
}
.komplect.anim .komplect__item--down figure {
  -webkit-transform-origin: center top;
          transform-origin: center top;
}
.komplect.anim .komplect__item--up figure {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.komplect.animated .komplect__item figure {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  transition: all 0.6s ease;
}
.komplect.animated .komplect__item figure div {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  transition: all 0.3s ease 0.6s;
}

@media (max-width: calc(1236px + 32px)) {
  .komplect__img {
    margin-bottom: 30px;
  }
}
@media (max-width: calc(1236px + 32px)) {
  .komplect__img--as {
    display: block;
    width: 100%;
    height: auto;
  }
}

.komplect__item {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: calc(1236px + 32px)) {
  .komplect__item {
    position: relative;
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: calc(100% / 3) !important;
    max-width: initial !important;
    padding: 0 16px;
    margin-bottom: 20px;
    text-align: left !important;
  }
}
@media (max-width: 768px) {
  .komplect__item {
    width: 50% !important;
  }
}
@media (max-width: 680px) {
  .komplect__item {
    width: 100% !important;
  }
}
.komplect__item strong {
  display: block;
  line-height: 1.2;
  color: #6FC0FF;
  font-weight: 500;
  font-size: 17px;
}
.komplect__item span {
  display: block;
  font-size: 15px;
}
.komplect__item figure {
  position: absolute;
  width: 1px;
  height: 50px;
  background: #B2CEF3;
}
@media (max-width: calc(1236px + 32px)) {
  .komplect__item figure {
    display: none;
  }
}
.komplect__item figure div {
  position: absolute;
  z-index: 2;
  left: -7px;
  width: 15px;
  height: 15px;
  background: #FFF;
  border-radius: 50%;
  box-shadow: 0 0 10px 0 #2960D8, 0 0 0 5px #3182E6;
}
.komplect__item figure div:before {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  border-radius: 50%;
  border: 1px solid rgba(49, 130, 230, 0.4);
}
.komplect__item figure div:after {
  content: "";
  position: absolute;
  top: -11px;
  left: -11px;
  right: -11px;
  bottom: -11px;
  border-radius: 50%;
  border: 1px solid rgba(49, 130, 230, 0.15);
}
.komplect__item--down figure {
  top: calc(100% + 10px);
}
.komplect__item--down figure div {
  bottom: -7px;
}
.komplect__item--up figure {
  bottom: calc(100% + 10px);
}
.komplect__item--up figure div {
  top: -7px;
}

.komplect__item--as-1 {
  max-width: 330px;
  left: 0;
  top: 260px;
}
.komplect__item--as-1 figure {
  left: 40px;
}

.komplect__item--as-2 {
  max-width: 290px;
  left: 360px;
  top: 0;
}
.komplect__item--as-2 figure {
  left: 150px;
}

.komplect__item--as-3 {
  max-width: 310px;
  left: 820px;
  top: 0;
}
.komplect__item--as-3 figure {
  left: 40px;
  height: 110px;
}

.komplect__item--as-4 {
  max-width: 390px;
  left: 120px;
  top: 610px;
}
.komplect__item--as-4 figure {
  left: 180px;
}

.komplect__item--as-5 {
  max-width: 280px;
  left: 580px;
  top: 610px;
}
.komplect__item--as-5 figure {
  left: 60px;
  height: 80px;
}

.komplect__item--as-6 {
  max-width: 310px;
  left: 920px;
  top: 610px;
}
.komplect__item--as-6 figure {
  left: 160px;
}

.komplect__item--asm-1 {
  max-width: 285px;
  left: 0;
  top: 0;
}
.komplect__item--asm-1 figure {
  left: 120px;
  height: 135px;
}

.komplect__item--asm-2 {
  max-width: 405px;
  left: 360px;
  top: 0;
}
.komplect__item--asm-2 figure {
  left: 200px;
  height: 200px;
}

.komplect__item--asm-3 {
  max-width: 405px;
  left: 820px;
  top: 0;
}
.komplect__item--asm-3 figure {
  left: 90px;
  height: 260px;
}

.komplect__item--asm-4 {
  max-width: 490px;
  left: 380px;
  top: 540px;
  text-align: right;
}
.komplect__item--asm-4 figure {
  left: 380px;
  height: 140px;
}

.komplect__item--asm-5 {
  max-width: 285px;
  left: 930px;
  top: 540px;
}
.komplect__item--asm-5 figure {
  left: 160px;
  height: 90px;
}

.s-lp-sostav {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  min-height: 890px;
}
@media (max-width: 1024px) {
  .s-lp-sostav {
    min-height: initial;
  }
}

.sostav {
  position: relative;
  margin-top: 160px;
}
@media (max-width: 1024px) {
  .sostav {
    margin-top: 0;
  }
}
.sostav .row {
  border-bottom: 1px solid #eeeeee;
}
@media (max-width: 680px) {
  .sostav .row {
    border-bottom: none;
  }
}
.sostav .row:last-child {
  border-bottom: none;
}

.sostav__img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 40%;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1024px) {
  .sostav__img {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    max-width: 100%;
  }
}
.sostav__img img {
  position: relative;
  max-width: 100%;
  height: auto;
  z-index: 2;
}
.sostav__img:before {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: #3182E6;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 1024px) {
  .sostav__img:before {
    width: 200px;
    height: 200px;
  }
}
.sostav__img .sostav__dots {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.sostav__img figure {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #FFF;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  box-shadow: 0 0 13px #3182E6, 0 0 0 4px #3182E6;
}
.sostav__img figure:before {
  content: "";
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  border: 1px solid rgba(49, 130, 230, 0.5);
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .sostav__img--as {
    width: 246px;
  }
}
.sostav__img--as figure:nth-child(1) {
  top: calc(71% - 12px);
  left: calc(65% - 12px);
}
.sostav__img--as figure:nth-child(2) {
  top: calc(67% - 12px);
  left: calc(23% - 12px);
}
.sostav__img--as figure:nth-child(3) {
  top: calc(71% - 12px);
  left: calc(77% - 12px);
}
.sostav__img--as figure:nth-child(4) {
  top: calc(51% - 12px);
  left: calc(20% - 12px);
}
.sostav__img--as figure:nth-child(5) {
  top: calc(14% - 12px);
  left: calc(35% - 12px);
}
.sostav__img--as figure:nth-child(6) {
  top: calc(21% - 12px);
  left: calc(65% - 12px);
}
@media (max-width: 1024px) {
  .sostav__img--osush {
    width: 246px;
  }
}
.sostav__img--osush figure:nth-child(1) {
  top: calc(10% - 12px);
  left: calc(65% - 12px);
}
.sostav__img--osush figure:nth-child(2) {
  top: calc(74% - 12px);
  left: calc(24% - 12px);
}
.sostav__img--osush figure:nth-child(3) {
  top: calc(67% - 12px);
  left: calc(61% - 12px);
}
.sostav__img--osush figure:nth-child(4) {
  top: calc(16% - 12px);
  left: calc(37% - 12px);
}
.sostav__img--osush figure:nth-child(5) {
  top: calc(44% - 12px);
  left: calc(67% - 12px);
}
.sostav__img--osush figure:nth-child(6) {
  top: calc(79% - 12px);
  left: calc(63% - 12px);
}
.sostav__img.anim:before {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
  transition: all 1s ease;
}
.sostav__img.anim .sostav__dots figure {
  -webkit-transform: scale3d(0, 0, 0);
          transform: scale3d(0, 0, 0);
  transition: all 0.6s ease;
}
.sostav__img.anim .sostav__dots figure:nth-child(1) {
  transition-delay: 0.4s;
}
.sostav__img.anim .sostav__dots figure:nth-child(2) {
  transition-delay: 0.6s;
}
.sostav__img.anim .sostav__dots figure:nth-child(3) {
  transition-delay: 0.8s;
}
.sostav__img.anim .sostav__dots figure:nth-child(4) {
  transition-delay: 1s;
}
.sostav__img.anim .sostav__dots figure:nth-child(5) {
  transition-delay: 1.2s;
}
.sostav__img.anim .sostav__dots figure:nth-child(6) {
  transition-delay: 1.4s;
}
.sostav__img.animated:before {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.sostav__img.animated .sostav__dots figure {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.sostav-item {
  position: relative;
  padding: 25px 0 25px 100px;
}
@media (max-width: 680px) {
  .sostav-item {
    padding: 15px 0 15px 100px;
  }
}
@media (max-width: 480px) {
  .sostav-item {
    padding: 15px 0 15px 60px;
  }
}
.sostav-item img {
  position: absolute;
  left: 0;
  top: 25px;
  border-radius: 50%;
}
@media (max-width: 680px) {
  .sostav-item img {
    top: 15px;
  }
}
@media (max-width: 480px) {
  .sostav-item img {
    width: 40px;
  }
}
.sostav-item strong {
  display: block;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.2;
  margin-bottom: 4px;
}
@media (max-width: 480px) {
  .sostav-item strong {
    font-size: 14px;
  }
}
.sostav-item strong mark {
  background: none;
  color: #3182E6;
}
.sostav-item span {
  display: block;
  font-size: 15px;
}
@media (max-width: 480px) {
  .sostav-item span {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .sostav-middle {
    display: none;
  }
}

.lp-sostav__text {
  padding-top: 160px;
  text-align: center;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
}
@media (max-width: 1024px) {
  .lp-sostav__text {
    padding-top: 30px;
  }
}
.lp-sostav__text strong {
  font-size: 17px;
}

.s-lp-sostav--membrana {
  min-height: initial;
}
.s-lp-sostav--membrana .sostav {
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .s-lp-sostav--membrana .sostav {
    margin-top: 0;
  }
}
.s-lp-sostav--membrana .sostav .sostav-item {
  display: -webkit-flex;
  display: flex;
  min-height: 125px;
  -webkit-align-items: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .s-lp-sostav--membrana .sostav .sostav-item {
    min-height: 110px;
  }
}
@media (max-width: 480px) {
  .s-lp-sostav--membrana .sostav .sostav-item {
    padding: 10px 0 10px 60px;
    min-height: 60px;
  }
}
@media (max-width: 480px) {
  .s-lp-sostav--membrana .sostav .sostav-item img {
    top: 10px;
  }
}
.s-lp-sostav--membrana .sostav .sostav__img {
  max-width: 70%;
}
@media (max-width: 480px) {
  .s-lp-sostav--membrana .sostav .sostav__img:before {
    width: 140px;
    height: 140px;
  }
}
.s-lp-sostav--membrana .sostav .sostav__img figure {
  display: none;
}

.lp-actions {
  position: fixed;
  z-index: 50;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (max-width: 768px) {
  .lp-actions {
    display: none;
  }
}
.lp-actions.active .lp-action {
  -webkit-transform: none;
          transform: none;
}

.lp-action {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 20px;
  -webkit-transform: translate3d(150px, 0, 0);
          transform: translate3d(150px, 0, 0);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.lp-action:nth-child(1) {
  transition-delay: 0s;
}
.lp-action:nth-child(2) {
  transition-delay: 0.1s;
}
.lp-action:hover span {
  color: #FA6655;
}
.lp-action .round-icon {
  margin-bottom: 5px;
}
.lp-action span {
  font-size: 14px;
  font-weight: 500;
  color: #2960D8;
  transition: color 0.3s ease;
}

.s-lp-params {
  padding: 100px 0;
  background: url("/local/templates/ags/css/../img/lp/azot-module/params-bg.jpg") center top no-repeat;
  background-size: cover;
}
@media (max-width: 1440px) {
  .s-lp-params {
    padding: 60px 0;
  }
}
@media (max-width: 1024px) {
  .s-lp-params {
    padding: 30px 0;
  }
}
.s-lp-params .icon-left-blocks {
  max-width: 900px;
}

.lp-base {
  -webkit-flex: 1;
          flex: 1;
  text-align: center;
  padding: 40px;
  border: 2px solid #eeeeee;
  margin-left: -2px;
  margin-top: -2px;
}
@media (max-width: 1440px) {
  .lp-base {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .lp-base {
    width: 100%;
    -webkit-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .lp-base {
    padding: 15px;
  }
}
.lp-base:hover {
  border-color: #3182E6;
  z-index: 2;
}
.lp-base .h3 {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .lp-base .h3 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .lp-base .h3 {
    font-size: 16px;
  }
}
.lp-base strong {
  color: #3182E6;
  font-size: 42px;
  font-weight: normal;
}
@media (max-width: 1024px) {
  .lp-base strong {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .lp-base strong {
    font-size: 24px;
  }
}

.lp-base__header {
  height: 200px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  -webkit-justify-content: center;
          justify-content: center;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .lp-base__header {
    height: 100px;
  }
}
.lp-base__header img {
  max-height: 100%;
}

.s-lp-module-preims {
  background-repeat: no-repeat;
  background-position: calc(50% + 440px) 70%;
}
@media (max-width: 1440px) {
  .s-lp-module-preims {
    background-size: 50% auto;
    background-position: 100% 70%;
  }
}
@media (max-width: 1024px) {
  .s-lp-module-preims {
    padding-bottom: 430px;
    background-position: center bottom;
    background-size: 965px auto;
  }
}
@media (max-width: 768px) {
  .s-lp-module-preims {
    padding-bottom: 44%;
    background-size: 100% auto;
  }
}
.s-lp-module-preims .icon-left-blocks {
  max-width: 570px;
}

.s-lp-agspreims {
  color: #FFF;
  background-color: #2869bb;
  background-size: cover;
  background-position: center center;
}

.agspreim-row {
  margin-bottom: -40px;
}

.agspreim {
  max-width: 285px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 40px;
}
.agspreim figure {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  position: relative;
  width: 168px;
  height: 168px;
  border-radius: 50%;
  background: #FFF;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
@media (max-width: 1440px) {
  .agspreim figure {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 768px) {
  .agspreim figure {
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
  }
  .agspreim figure img {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
.agspreim figure:after {
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.agspreim span {
  font-size: 18px;
}
@media (max-width: 1440px) {
  .agspreim span {
    font-size: 16px;
  }
}

.lp-box {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #eeeeee;
}
@media (max-width: 768px) {
  .lp-box {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .lp-box__params {
    display: -webkit-flex;
    display: flex;
  }
}

.lp-box__param {
  padding: 25px 0;
  border-bottom: 1px solid #eeeeee;
}
@media (max-width: 768px) {
  .lp-box__param {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    border: none;
    border-right: 1px solid #eeeeee;
    margin-bottom: 20px;
  }
}
@media (max-width: 680px) {
  .lp-box__param {
    padding: 0 15px;
  }
}
@media (max-width: 375px) {
  .lp-box__param {
    padding: 0 10px;
  }
}
.lp-box__param:first-child {
  padding-top: 0;
}
@media (max-width: 768px) {
  .lp-box__param:first-child {
    padding-left: 0;
  }
}
.lp-box__param:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .lp-box__param:last-child {
    border-right: none;
  }
}
.lp-box__param strong {
  display: block;
  font-weight: normal;
  font-size: 35px;
  line-height: 1;
  color: #3182E6;
  margin-bottom: 4px;
}
.lp-box__param span {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .lp-box__param span {
    font-size: 18px;
  }
}
@media (max-width: 680px) {
  .lp-box__param span {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .lp-box__param span {
    font-size: 14px;
  }
}

.lp-module-service {
  font-size: 28px;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .lp-module-service {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .lp-module-service {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

.lp-station-type {
  border: 2px solid #eeeeee;
  padding: 15px 15px 25px 15px;
  margin-right: -2px;
}
@media (max-width: 768px) {
  .lp-station-type {
    margin-right: 0;
    margin-bottom: -2px;
  }
}
.lp-station-type img {
  max-width: 100%;
  height: auto;
  margin-bottom: 5px;
}
.lp-station-type .h4 {
  margin-bottom: 10px;
}

.s-module-complect {
  background-color: #303340;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFF;
}
@media (max-width: 680px) {
  .s-module-complect {
    background-size: 100% auto;
    background-position: center top;
  }
}
.s-module-complect--light {
  background-color: #edf0f5;
  color: #0F0F0F;
}

.module-complect-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.module-complect-items-row {
  margin-bottom: -30px;
}
@media (max-width: 480px) {
  .module-complect-items-row {
    margin-bottom: -20px;
  }
}
.module-complect-items-row .module-complect-item {
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .module-complect-items-row .module-complect-item {
    margin-bottom: 20px;
  }
}

.module-complect-item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}

.module-complect-item__img {
  width: 52px;
  text-align: center;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 20px;
}
@media (max-width: 1024px) {
  .module-complect-item__img {
    width: 45px;
    margin-right: 10px;
  }
}
.module-complect-item__img img {
  position: relative;
  top: 4px;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
@media (max-width: 1024px) {
  .module-complect-item__img img {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

.module-complect-item__content {
  max-width: 480px;
}
.module-complect-item__content span {
  display: block;
}
@media (max-width: 1024px) {
  .module-complect-item__content span {
    font-size: 14px;
  }
}
.module-complect-item__content mark {
  background: none;
  color: #6FC0FF;
  font-weight: 500;
}
.module-complect-item__content strong {
  font-weight: bold;
  display: block;
  margin-bottom: 6px;
}

.module-complect-base {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid rgba(216, 216, 216, 0.12);
}
@media (max-width: 680px) {
  .module-complect-base {
    margin-top: 40px;
    padding-top: 30px;
  }
}

.osush-models {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
          align-items: stretch;
}
@media (max-width: 768px) {
  .osush-models {
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
            align-items: center;
  }
}

.osush-model {
  width: calc(100% / 3);
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  text-align: center;
  padding: 30px;
  border: 1px solid #eeeeee;
  margin-right: -1px;
}
@media (max-width: 1024px) {
  .osush-model {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .osush-model {
    width: 300px;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: -1px;
  }
}

.osush-model__img {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  -webkit-justify-content: center;
          justify-content: center;
  height: 560px;
  margin-bottom: 25px;
}
@media (max-width: 1440px) {
  .osush-model__img {
    height: 300px;
  }
}
@media (max-width: 1024px) {
  .osush-model__img {
    height: 200px;
    margin-bottom: 15px;
  }
}
.osush-model__img img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

.osush-model__title {
  display: block;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .osush-model__title {
    font-size: 20px;
  }
}

.osush-model__descr {
  display: block;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .osush-model__descr {
    font-size: 16px;
  }
}

.s-osush-table {
  background: #FAFCFF;
}

.table-osush-wrap {
  overflow: auto;
}
@media (max-width: 680px) {
  .table-osush-wrap {
    margin-left: -16px;
    margin-right: -16px;
  }
}

.table-osush {
  width: 100%;
  border-collapse: collapse;
  min-width: 680px;
  font-size: 15px;
}
@media (max-width: 680px) {
  .table-osush {
    font-size: 13px;
  }
}
.table-osush th {
  vertical-align: middle;
  border: 1px solid #e9eff5;
  font-weight: normal;
  text-align: center;
  background: #FFF;
  padding: 6px 4px;
}
.table-osush td {
  text-align: center;
  padding: 3px 6px;
  font-weight: 500;
}
.table-osush tbody {
  border-top: 4px solid #dcdfea;
  font-size: 15px;
  color: #2960D8;
  background: #F1F4F9;
}
@media (max-width: 680px) {
  .table-osush tbody {
    font-size: 13px;
  }
}
.table-osush tbody .dark {
  background: #E9F0F5;
}
.table-osush tbody .border-dark {
  border-bottom: 1px solid #dcdfea;
}
.table-osush tbody .link--blue {
  font-weight: normal;
}
.table-osush tbody .link--blue:hover {
  color: #FA6655;
}

.membran-system__sheme {
  max-width: 100%;
  height: auto;
}

.membran-system__descr {
  font-size: 20px;
  padding-top: 50px;
  margin-top: 50px;
  border-top: 1px solid #eeeeee;
}
@media (max-width: 1024px) {
  .membran-system__descr {
    font-size: 16px;
    padding-top: 30px;
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .membran-system__descr {
    font-size: 14px;
    padding-top: 20px;
    margin-top: 20px;
  }
}

.s-membran-module {
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #F9FBFF;
  padding: 140px 0 80px 0;
}
@media (max-width: 1440px) {
  .s-membran-module {
    padding: 60px 0 60px 0;
  }
}
@media (max-width: 1024px) {
  .s-membran-module {
    padding: 30px 0;
  }
}
.s-membran-module .user-content {
  font-size: 20px;
}
@media (max-width: 1440px) {
  .s-membran-module .user-content {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .s-membran-module .user-content {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .s-membran-module .user-content {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .membran-module__sheme {
    max-width: 100%;
    height: auto;
  }
}

.base-params {
  border: 2px solid #eeeeee;
  padding: 60px 20px;
}
@media (max-width: 1024px) {
  .base-params {
    padding: 30px 20px;
  }
}
.base-params .row {
  margin-bottom: -60px;
}
@media (max-width: 1024px) {
  .base-params .row {
    margin-bottom: -30px;
  }
}

.base-param {
  font-size: 20px;
  margin-bottom: 60px;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .base-param {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .base-param {
    font-size: 14px;
  }
}
.base-param strong {
  display: block;
  color: #3182E6;
  font-weight: normal;
  font-size: 33px;
  line-height: 0.8;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .base-param strong {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .base-param strong {
    font-size: 20px;
  }
}
.base-param strong small {
  font-size: 60%;
}

.s-trigger-columns {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 30px;
}
@media (max-width: 1440px) {
  .s-trigger-columns {
    padding-bottom: 10px;
  }
}
@media (max-width: 1024px) {
  .s-trigger-columns {
    padding-bottom: 0;
  }
}
.s-trigger-columns .icon-left-block {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .s-trigger-columns .icon-left-block {
    margin-bottom: 30px;
  }
}
.s-trigger-columns .icon-left-block strong {
  font-size: 1em;
  font-weight: bold;
}

.lp-otrasli-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 32px;
}
@media (max-width: 768px) {
  .lp-otrasli-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .lp-otrasli-list {
    grid-gap: 16px;
  }
}

.lp-otrasl {
  display: block;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.13);
  text-align: center;
}
.lp-otrasl img {
  display: block;
  width: 100%;
  height: auto;
}
.lp-otrasl span {
  display: block;
  padding: 1em 0.5em;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.1;
}
@media (max-width: 1024px) {
  .lp-otrasl span {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .lp-otrasl span {
    font-size: 14px;
  }
}

.lp-factory-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 3px;
  grid-auto-rows: 516px;
}
@media (max-width: 1440px) {
  .lp-factory-grid {
    grid-auto-rows: 400px;
  }
}
@media (max-width: 768px) {
  .lp-factory-grid {
    grid-auto-rows: 340px;
  }
}
@media (max-width: 680px) {
  .lp-factory-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .lp-factory-grid {
    grid-auto-rows: auto;
  }
}

.lp-factory-block {
  background-size: cover;
  background-position: center center;
  background-color: #EDF0F5;
}
@media (max-width: 480px) {
  .lp-factory-block {
    min-height: 200px;
  }
}
.lp-factory-block--big {
  grid-column: span 2;
}
@media (max-width: 680px) {
  .lp-factory-block--last {
    display: none;
  }
}

.lp-factory-block--text {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
  padding: 60px;
}
@media (max-width: 768px) {
  .lp-factory-block--text {
    padding: 30px;
  }
}
.lp-factory-block--text .h1 {
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .lp-factory-block--text .h1 {
    margin-bottom: 20px;
  }
}
.lp-factory-block--text p {
  font-size: 21px;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .lp-factory-block--text p {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .lp-factory-block--text p {
    font-size: 14px;
  }
}
.lp-factory-block--text .lp-header__video {
  z-index: 10;
}

.s-lp-cryo-about {
  padding: 120px 0 80px 0;
}
@media (max-width: 1440px) {
  .s-lp-cryo-about {
    padding: 60px 0;
  }
}
@media (max-width: 1024px) {
  .s-lp-cryo-about {
    padding: 30px 0;
  }
}

.cryo-about-text {
  font-size: 20px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .cryo-about-text {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .cryo-about-text {
    font-size: 14px;
  }
}

.cryo-gas-params {
  border: 2px solid #B5C8F0;
  padding: 25px 30px;
  font-size: 20px;
}
@media (max-width: 1440px) {
  .cryo-gas-params {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .cryo-gas-params {
    font-size: 16px;
    padding: 15px 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .cryo-gas-params {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 480px) {
  .cryo-gas-params {
    font-size: 14px;
  }
}
.cryo-gas-params .h3 {
  margin-bottom: 0.5em;
  font-weight: bold;
}

.cryo-gas-params__item {
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .cryo-gas-params__item {
    margin-bottom: 15px;
  }
}
.cryo-gas-params__item:last-child {
  margin-bottom: 0;
}
.cryo-gas-params__item span {
  display: block;
  line-height: 1.2;
  margin-bottom: 0.2em;
}
.cryo-gas-params__item strong {
  display: block;
  color: #3182E6;
  font-size: 38px;
  line-height: 1;
  font-weight: normal;
}
@media (max-width: 1440px) {
  .cryo-gas-params__item strong {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .cryo-gas-params__item strong {
    font-size: 24px;
  }
}
.cryo-gas-params__item strong small {
  font-size: 65%;
  white-space: nowrap;
}
.cryo-gas-params__item strong sup {
  font-size: 75%;
}

.s-lp-cryo-types {
  background: url("/local/templates/ags/css/../img/lp/cryogen/types-bg.jpg") center center no-repeat;
  background-size: cover;
}

.s-lp-cryo-types__title {
  line-height: 1.4;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .s-lp-cryo-types__title {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .s-lp-cryo-types__title {
    font-size: 16px;
  }
}

.s-lp-cryo-types__bottom {
  border: 2px solid #B5C8F0;
  padding: 25px 50px;
  font-size: 20px;
}
@media (max-width: 1024px) {
  .s-lp-cryo-types__bottom {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .s-lp-cryo-types__bottom {
    font-size: 14px;
    padding: 15px 15px;
  }
}

.cryo-types {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 32px;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .cryo-types {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cryo-types {
    grid-template-columns: 1fr;
  }
}

.cryo-type {
  overflow: hidden;
  background: #FFF;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.1);
  text-align: center;
}
@media (max-width: 768px) {
  .cryo-type {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

.cryo-type__header {
  border-bottom: 1px solid #eeeeee;
  padding: 40px 15px 15px 15px;
}
@media (max-width: 1440px) {
  .cryo-type__header {
    height: 250px;
    padding: 20px 15px 15px 15px;
  }
}
@media (max-width: 1024px) {
  .cryo-type__header {
    height: 200px;
  }
}
.cryo-type__header img {
  max-height: 100%;
  height: auto;
}

.cryo-type__text {
  padding: 20px 30px;
  font-size: 20px;
}
@media (max-width: 1440px) {
  .cryo-type__text {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .cryo-type__text {
    font-size: 16px;
    padding: 15px 15px;
  }
}
@media (max-width: 480px) {
  .cryo-type__text {
    font-size: 14px;
  }
}

.s-lp-cryo-sostav .h2, .s-lp-cryo-sostav .news-grid__container:nth-child(2n+1) .news-preview:first-child .news-preview__title, .news-grid__container:nth-child(2n+1) .news-preview:first-child .s-lp-cryo-sostav .news-preview__title, .s-lp-cryo-sostav .news-grid__container:nth-child(2n) .news-preview:nth-child(3) .news-preview__title, .news-grid__container:nth-child(2n) .news-preview:nth-child(3) .s-lp-cryo-sostav .news-preview__title {
  max-width: 750px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1024px) {
  .s-lp-cryo-sostav .h2, .s-lp-cryo-sostav .news-grid__container:nth-child(2n+1) .news-preview:first-child .news-preview__title, .news-grid__container:nth-child(2n+1) .news-preview:first-child .s-lp-cryo-sostav .news-preview__title, .s-lp-cryo-sostav .news-grid__container:nth-child(2n) .news-preview:nth-child(3) .news-preview__title, .news-grid__container:nth-child(2n) .news-preview:nth-child(3) .s-lp-cryo-sostav .news-preview__title {
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.cryo-sostav {
  position: relative;
  height: 1100px;
  margin-top: -140px;
}
@media (max-width: 1440px) {
  .cryo-sostav {
    margin-top: -60px;
  }
}
@media (max-width: calc(1236px + 32px)) {
  .cryo-sostav {
    height: auto;
  }
}
@media (max-width: 1024px) {
  .cryo-sostav {
    margin-top: 0;
  }
}

.cryo-sostav__stage {
  position: relative;
  z-index: 1;
}
@media (max-width: calc(1236px + 32px)) {
  .cryo-sostav__stage {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .cryo-sostav__stage {
    width: 600px;
    max-width: 100%;
  }
}
.cryo-sostav__stage:before {
  content: "";
  position: absolute;
  background: #f4f8ff;
  border-radius: 50%;
  left: 0;
  right: 0;
  bottom: -200px;
  margin: auto;
  width: 930px;
  height: 930px;
}
@media (max-width: calc(1236px + 32px)) {
  .cryo-sostav__stage:before {
    width: 500px;
    height: 500px;
    bottom: -40px;
  }
}
@media (max-width: 1024px) {
  .cryo-sostav__stage:before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 480px) {
  .cryo-sostav__stage:before {
    width: 200px;
    height: 200px;
    bottom: -10px;
  }
}

.cryo-sostav__img {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
  pointer-events: none;
}

.cryo-sostav__dots {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cryo-sostav__dots .blue-dot {
  position: absolute;
}
.cryo-sostav__dots .blue-dot:nth-child(1) {
  top: calc(82% - 12px);
  left: calc(15% - 12px);
}
.cryo-sostav__dots .blue-dot:nth-child(2) {
  top: calc(91% - 12px);
  left: calc(45.5% - 12px);
}
.cryo-sostav__dots .blue-dot:nth-child(3) {
  top: calc(100% - 12px);
  left: calc(64% - 12px);
}
.cryo-sostav__dots .blue-dot:nth-child(4) {
  top: calc(17% - 12px);
  left: calc(86% - 12px);
}
.cryo-sostav__dots .blue-dot:nth-child(5) {
  top: calc(100% - 12px);
  left: calc(86% - 12px);
}
.cryo-sostav__dots .blue-dot:nth-child(6) {
  top: calc(95% - 12px);
  left: calc(80% - 12px);
}
.cryo-sostav__dots .blue-dot:nth-child(7) {
  top: calc(48% - 12px);
  left: calc(86% - 12px);
}

.cryo-sostav__items {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: calc(1236px + 32px)) {
  .cryo-sostav__items {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 32px;
  }
}
@media (max-width: 768px) {
  .cryo-sostav__items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .cryo-sostav__items {
    grid-template-columns: 1fr;
  }
}

.cryo-sostav__item {
  position: absolute;
  font-size: 15px;
  width: 310px;
}
@media (max-width: calc(1236px + 32px)) {
  .cryo-sostav__item {
    position: static;
    width: 100%;
  }
}
.cryo-sostav__item strong {
  color: #3182E6;
}
.cryo-sostav__item--1 {
  top: 570px;
  left: 0;
}
.cryo-sostav__item--2 {
  top: 950px;
  left: 150px;
}
.cryo-sostav__item--3 {
  top: 950px;
  left: 560px;
}
.cryo-sostav__item--4 {
  top: 200px;
  left: 540px;
}
.cryo-sostav__item--5 {
  top: 950px;
  left: 930px;
}
.cryo-sostav__item--6 {
  top: 570px;
  left: 540px;
}
.cryo-sostav__item--7 {
  top: 380px;
  left: 540px;
}

.s-lp-cryo-textsec {
  background: #f4f8ff;
}
.s-lp-cryo-textsec .user-content {
  font-size: 23px;
}
@media (max-width: 1680px) {
  .s-lp-cryo-textsec .user-content {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .s-lp-cryo-textsec .user-content {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .s-lp-cryo-textsec .user-content {
    font-size: 16px;
  }
}

.crio-princips {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 16px;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .crio-princips {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 32px;
  }
}
@media (max-width: 680px) {
  .crio-princips {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .crio-princips {
    grid-template-columns: 1fr;
  }
}

.crio-princip__header {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  font-size: 15px;
  padding-left: 15px;
  margin-bottom: 15px;
}
.crio-princip__header .blue-dot {
  margin-right: 15px;
}
.crio-princip__header span {
  display: block;
  line-height: 1;
}

.crio-princip__descr {
  font-size: 13px;
}

.s-about-header {
  padding: 170px 0 150px 0;
  color: #FFF;
  background: url("/local/templates/ags/css/../img/about/header-bg.jpg") center top no-repeat #0054b4;
  min-height: 867px;
}
@media (max-width: 1680px) {
  .s-about-header {
    padding: 120px 0 80px 0;
    min-height: initial;
  }
}
@media (max-width: 1024px) {
  .s-about-header {
    padding: 40px 0;
  }
}
.s-about-header .about-video {
  margin-top: 90px;
}
@media (max-width: 768px) {
  .s-about-header .about-video {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .about-header__content {
    margin-bottom: 60px;
  }
}
.about-header__content .bold-title {
  margin-bottom: 30px;
}
.about-header__content p {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .about-header__content p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .about-header__content p {
    font-size: 14px;
  }
}

.about-video {
  position: relative;
  width: 533px;
  height: 0;
  padding-bottom: 55%;
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: url("/local/templates/ags/css/../img/about/video-bg.jpg") center center no-repeat;
  background-size: cover;
  border-radius: 4px;
  box-shadow: 0 21px 24px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.about-video:hover {
  box-shadow: 0 21px 24px 0 rgba(0, 0, 0, 0.3);
}
.about-video:hover .video-link i {
  background: #3182E6;
  color: #FFF;
}
.about-video:hover:before {
  -webkit-transform: none;
          transform: none;
}
.about-video .video-link {
  width: 88px;
  height: 88px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.about-video .video-link .i-play {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  font-size: 16px;
}
.about-video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2960D8;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  transition: all 0.3s ease;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  border-radius: 4px;
}

.about-video__flag {
  position: absolute;
  bottom: 0;
  left: 5%;
  max-width: 95%;
  max-height: calc(100% + 60px);
}

.s-about-triggers {
  padding: 120px 0;
  background-repeat: no-repeat;
  background-position: calc(50% + 380px) bottom;
}
@media (max-width: 1440px) {
  .s-about-triggers {
    padding: 80px 0;
    background-size: auto 500px;
  }
}
@media (max-width: 1024px) {
  .s-about-triggers {
    padding: 60px 0;
    background-size: auto 400px;
  }
}
@media (max-width: 768px) {
  .s-about-triggers {
    padding: 40px 0 48%;
    background-size: 100% auto;
    background-position: center bottom;
  }
}
.s-about-triggers .h1 {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .s-about-triggers .h1 {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .s-about-triggers .h1 {
    margin-bottom: 30px;
  }
}
.s-about-triggers .icon-left-blocks {
  max-width: 700px;
}
.s-about-triggers .icon-left-block {
  -webkit-align-items: center;
          align-items: center;
}
@media (max-width: 480px) {
  .s-about-triggers .icon-left-block {
    -webkit-align-items: flex-start;
            align-items: flex-start;
  }
}

.s-about-services {
  background: url("/local/templates/ags/css/../img/about/services-bg.jpg") center bottom no-repeat #eef3f9;
  background-size: cover;
  min-height: 963px;
  padding: 100px 0;
}
@media (max-width: 1680px) {
  .s-about-services {
    min-height: initial;
    padding: 80px 0;
  }
}
@media (max-width: 1024px) {
  .s-about-services {
    padding: 60px 0;
  }
}
@media (max-width: 680px) {
  .s-about-services {
    padding: 30px 0;
  }
}

.about-services {
  max-width: 1040px;
}
.about-services .h1 {
  margin-bottom: 25px;
}
.about-services p {
  margin-bottom: 30px;
  font-size: 19px;
}
@media (max-width: 1024px) {
  .about-services p {
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  .about-services p {
    font-size: 14px;
  }
}

.s-fabric {
  padding: 100px 0;
}
@media (max-width: 1680px) {
  .s-fabric {
    padding: 80px 0;
  }
}
@media (max-width: 1024px) {
  .s-fabric {
    padding: 60px 0;
  }
}
@media (max-width: 680px) {
  .s-fabric {
    padding: 30px 0;
  }
}

.fabric .h1 {
  margin-bottom: 15px;
}
.fabric__city {
  display: block;
  font-size: 27px;
}
@media (max-width: 1024px) {
  .fabric__city {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .fabric__city {
    font-size: 18px;
  }
}
.fabric__address {
  margin-bottom: 15px;
  line-height: 1.3;
}
.fabric__phone {
  font-weight: 500;
}

.fabric__photos {
  padding-top: 30px;
}
.fabric__photos img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 6px;
}

.s-services-header {
  padding: 150px 0 150px 0;
  color: #FFF;
  background: url("/local/templates/ags/css/../img/services/header-bg.jpg") center bottom no-repeat #286ac0;
  background-size: cover;
  min-height: 867px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
@media (max-width: 1680px) {
  .s-services-header {
    padding: 150px 0 100px 0;
    min-height: 650px;
  }
}
@media (max-width: 1440px) {
  .s-services-header {
    min-height: initial;
  }
}
@media (max-width: 1024px) {
  .s-services-header {
    min-height: initial;
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .s-services-header {
    background: url("/local/templates/ags/css/../img/services/header-bg-m.jpg") center bottom no-repeat #286ac0;
    padding-bottom: 60%;
    background-size: 100% auto;
  }
}

.services-header__content .bold-title {
  margin-bottom: 30px;
}
.services-header__content p {
  max-width: 510px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .services-header__content p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .services-header__content p {
    font-size: 14px;
  }
}

.s-services-setup {
  padding: 150px 0;
  background: url("/local/templates/ags/css/../img/services/setup-bg.jpg") calc(50% + 350px) 50% no-repeat;
}
@media (max-width: 1440px) {
  .s-services-setup {
    padding: 100px 0;
    background-position: calc(50% + 300px) 50%;
    background-size: auto 300px;
  }
}
@media (max-width: 1024px) {
  .s-services-setup {
    padding: 60px 0;
    background-position: calc(50% + 250px) 50%;
    background-size: auto 200px;
  }
}
@media (max-width: 768px) {
  .s-services-setup {
    padding-top: 40px;
    padding-bottom: 45%;
    background-position: center bottom;
    background-size: 80% auto;
  }
}
.s-services-setup .h1 {
  margin-bottom: 30px;
}
.s-services-setup p {
  font-size: 19px;
  line-height: 1.5;
  max-width: 480px;
}
@media (max-width: 1024px) {
  .s-services-setup p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .s-services-setup p {
    font-size: 14px;
  }
}

.s-services-project {
  background: url("/local/templates/ags/css/../img/services/project-bg.jpg") center center no-repeat #F7F9FC;
  background-size: cover;
  padding: 80px 0;
  min-height: 829px;
}
@media (max-width: 1680px) {
  .s-services-project {
    min-height: initial;
    padding: 80px 0;
  }
}
@media (max-width: 1024px) {
  .s-services-project {
    padding: 60px 0;
  }
}
@media (max-width: 680px) {
  .s-services-project {
    padding: 30px 0;
  }
}

.s-wiki {
  padding: 40px 0;
  background: #FFF;
}
.wiki {
  display: -webkit-flex;
  display: flex;
  background: #FFF;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .wiki {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.wiki-aside {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 400px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  padding: 40px 24px 24px 40px;
  background: #EDF0F5;
}
@media (max-width: 1024px) {
  .wiki-aside {
    width: 300px;
  }
}
@media (max-width: 768px) {
  .wiki-aside {
    width: 100%;
    padding: 24px 24px 16px 40px;
  }
}

.wiki-main {
  padding: 40px 24px 24px 24px;
  -webkit-flex: 1;
          flex: 1;
}
@media (max-width: 480px) {
  .wiki-main {
    padding: 24px 16px 16px 16px;
  }
}
.wiki-main .user-content {
  max-width: 100%;
}

.wiki-title {
  margin-bottom: 24px;
}

.wiki-logout-link {
  margin-top: auto;
}

.wiki-list {
  list-style: none;
  margin-bottom: 40px;
}
.wiki-list li {
  display: block;
  margin-bottom: 16px;
}
.wiki-list li:last-child {
  margin-bottom: 0;
}
.wiki-list a {
  display: block;
  position: relative;
  transition: color 0.3s ease;
  font-weight: bold;
  line-height: 1.2;
  font-size: 16px;
  padding-left: 16px;
}
.wiki-list a:hover {
  color: #FA6655;
}
.wiki-list a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.wiki-list-cats {
  list-style: none;
  margin-bottom: 40px;
}
.wiki-list-cats li {
  display: block;
}
.wiki-list-cats li:last-child a {
  border-bottom: 1px solid #f1f5f9;
}
.wiki-list-cats a {
  display: block;
  position: relative;
  transition: color 0.3s ease;
  padding: 16px 0 16px 24px;
  border-top: 1px solid #f1f5f9;
}
.wiki-list-cats a:hover {
  color: #FA6655;
}

.wiki-menu {
  -webkit-user-select: none;
          user-select: none;
  margin-bottom: 40px;
}
@media (max-width: 680px) {
  .wiki-menu {
    margin-bottom: 16px;
  }
}
.wiki-menu ul {
  list-style: none;
}
.wiki-menu ul a {
  display: inline-block;
  color: #0F0F0F;
  transition: color 0.3s ease;
  line-height: 1.3;
  margin-bottom: 8px;
  font-size: 16px;
}
.wiki-menu ul a:hover {
  color: #FA6655;
}
.wiki-menu ul a.active {
  color: #FA6655;
}

.wiki-menu-root > li {
  margin-bottom: 16px;
}
.wiki-menu-root > li:last-child {
  margin-bottom: 0;
}

.wiki-menu-has-sub {
  position: relative;
}
.wiki-menu-has-sub > a {
  font-weight: bold;
  line-height: 1.2;
  font-size: 16px;
}
.wiki-menu-has-sub .i-next {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  position: absolute;
  left: -28px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.3s ease;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.wiki-menu-has-sub .i-next:hover {
  color: #FA6655;
}
.wiki-menu-has-sub .i-next.hid {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.wiki-menu-has-sub ul {
  padding-left: 16px;
}

.s-login {
  padding: 40px 0;
  background: #FFF;
}
.s-login .vertical-form {
  max-width: 320px;
}

.alert-panel {
  margin-bottom: 16px;
}
/* End */


/* Start:/local/templates/ags/styles.css?17355449056460*/
body.user-content {
	font-family: "Muller", Segoe Ui, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	font-size: 17px;
	font-weight: normal;
	line-height: 1.45;
}

@media (max-width: 1440px) {
	body.user-content {
		font-size: 16px;
	}
}

body.user-content a {
	color: inherit;
	text-decoration: none;
}

body.user-content h1, body.user-content .h1 {
	font-size: 37px;
	line-height: 1;
	font-weight: 500;
}

@media (max-width: 1440px) {
	body.user-content h1, body.user-content .h1 {
		font-size: 33px;
	}
}

@media (max-width: 1024px) {
	body.user-content h1, body.user-content .h1 {
		font-size: 30px;
		line-height: 1.1;
	}
}

@media (max-width: 680px) {
	body.user-content h1, body.user-content .h1 {
		font-size: 24px;
		line-height: 1.2;
	}
}

body.user-content h2, body.user-content .h2 {
	font-weight: 500;
	font-size: 33px;
	line-height: 1.3;
}

@media (max-width: 1440px) {
	body.user-content h2, body.user-content .h2 {
		font-size: 30px;
	}
}

@media (max-width: 1024px) {
	body.user-content h2, body.user-content .h2 {
		font-size: 28px;
	}
}

@media (max-width: 680px) {
	body.user-content h2, body.user-content .h2 {
		font-size: 20px;
	}
}

body.user-content h3, body.user-content .h3 {
	font-weight: 500;
	font-size: 22px;
	line-height: 1.2;
}

@media (max-width: 680px) {
	body.user-content h3, body.user-content .h3 {
		font-size: 18px;
	}
}

body.user-content h4, body.user-content .h4 {
	font-size: 19px;
	line-height: 1.3;
	font-weight: 500;
}

body.user-content h5, body.user-content .h5 {
	font-size: 15px;
	line-height: 1.3;
	font-weight: 500;
}

body.user-content h1, body.user-content .h1, body.user-content h2, body.user-content .h2, body.user-content .news-preview--big .news-preview__title, .news-preview--big body.user-content .news-preview__title, body.user-content h3, body.user-content .h3, body.user-content h4, body.user-content .h4, body.user-content h5, body.user-content .h5 {
	margin-bottom: 20px;
}

@media (max-width: 480px) {
	body.user-content h1, body.user-content .h1, body.user-content h2, body.user-content .h2, body.user-content .news-preview--big .news-preview__title, .news-preview--big body.user-content .news-preview__title, body.user-content h3, body.user-content .h3, body.user-content h4, body.user-content .h4, body.user-content h5, body.user-content .h5 {
		margin-bottom: 10px;
	}
}

body.user-content p, body.user-content ul, body.user-content ol, body.user-content img, body.user-content table, body.user-content .table-wrapper, body.user-content .fact, body.user-content .info {
	margin-bottom: calc(17px * 3);
}

@media (max-width: 1440px) {
	body.user-content p, body.user-content ul, body.user-content ol, body.user-content img, body.user-content table, body.user-content .table-wrapper, body.user-content .fact, body.user-content .info {
		margin-bottom: calc(16px * 3);
	}
}

@media (max-width: 480px) {
	body.user-content p, body.user-content ul, body.user-content ol, body.user-content img, body.user-content table, body.user-content .table-wrapper, body.user-content .fact, body.user-content .info {
		margin-bottom: calc(14px * 3);
	}
}

body.user-content img {
	max-width: 100%;
	height: auto;
}

body.user-content a:not(.btn) {
	color: #3182E6;
	transition: color 0.3s ease;
	font-weight: 500;
}

body.user-content a:not(.btn):hover {
	color: #FA6655;
}

body.user-content ul {
	list-style: none;
}

body.user-content ul li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 0.7em;
}

body.user-content ul li:last-child {
	margin-bottom: 0;
}

body.user-content ul li:before {
	content: '';
	position: absolute;
	top: 0.5em;
	left: 0;
	width: 0.4em;
	height: 0.4em;
	border-radius: 50%;
	background: #3182E6;
}

body.user-content ol {
	counter-reset: ol;
	list-style: none;
}

body.user-content ol li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 0.7em;
	counter-increment: ol;
}

body.user-content ol li:last-child {
	margin-bottom: 0;
}

body.user-content ol li:before {
	content: counter(ol);
	position: absolute;
	top: 0;
	left: 0;
	color: #3182E6;
	font-weight: bold;
}

body.user-content table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}

@media (max-width: 680px) {
	body.user-content table {
		font-size: 12px;
	}
}

body.user-content table th {
	padding: 0.8em 1em;
	border: 1px solid #eeeeee;
	background: #EDF0F5;
	font-weight: 500;
	text-align: left;
	line-height: 1.2;
}

body.user-content table td {
	padding: 0.8em 1em;
	border: 1px solid rgba(49, 130, 230, 0.2);
	line-height: 1.2;
}

.table-wrapper {
	max-width: 100%;
	overflow: auto;
}

.table-wrapper table {
	margin-bottom: 0;
}

.fact {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	border: 3px solid #eeeeee;
	max-width: 580px;
	padding: 30px 50px;
}

@media (max-width: 1440px) {
	.fact {
		padding: 20px 30px;
		max-width: 480px;
	}
}

@media (max-width: 480px) {
	.fact {
		padding: 15px 20px;
	}
}

.fact strong {
	font-weight: normal;
	font-size: 70px;
	line-height: 1;
	color: #3182E6;
	margin-right: 0.3em;
}

@media (max-width: 1440px) {
	.fact strong {
		font-size: 50px;
	}
}

@media (max-width: 480px) {
	.fact strong {
		font-size: 30px;
	}
}

.fact span {
	line-height: 1.3;
}

.info {
	background: #EDF0F5;
	padding: 30px 50px;
}

@media (max-width: 1440px) {
	.info {
		padding: 20px 30px;
	}
}

@media (max-width: 480px) {
	.info {
		padding: 15px 20px;
	}
}

.info__footer {
	margin-top: 40px;
	background: url("/local/templates/ags/img/news/cog.svg") left top no-repeat;
	min-height: 70px;
	color: #8f8f8f;
	padding-left: 100px;
	padding-top: 10px;
}

@media (max-width: 1440px) {
	.info__footer {
		padding-left: 60px;
		background-size: 40px 40px;
		padding-top: 0;
		margin-top: 20px;
	}
}

body.user-content .btn {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 23px 30px;
	font-family: "Muller", Segoe Ui, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	white-space: nowrap;
	border-radius: 5px;
	border: none;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
	transition: background 0.3s ease,box-shadow 0.3s ease;
	background: #3182E6;
	color: #FFF;
}
.roistat-lh-pulsator-fill {
    background: linear-gradient(to bottom left,#00CCFF,#003399)!important;
    background-color: #003399!important;
}
/* End */
/* /local/templates/ags/css/main.css?1735544904217101 */
/* /local/templates/ags/styles.css?17355449056460 */
