

/* Start:/local/templates/oni-system-2025/libs/libs.min.css?177547264052047*/
.carousel__slide,
.fancybox__slide {
  overscroll-behavior: contain;
  max-width: 100%;
}

.carousel {
  position: relative;
  box-sizing: border-box;
}

.carousel *,
.carousel :after,
.carousel :before {
  box-sizing: inherit;
}

.carousel.is-draggable {
  cursor: move;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: flex;
}

.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width,60%);
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}

.has-dots {
  margin-bottom: calc(.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + .5rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: currentColor;
  opacity: .25;
  transition: opacity .15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width,48px);
  height: var(--carousel-button-height,48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color,currentColor);
  background: var(--carousel-button-bg,transparent);
  border-radius: var(--carousel-button-border-radius,50%);
  box-shadow: var(--carousel-button-shadow,none);
  transition: opacity .15s ease;
}

.carousel__button.is-next,
.carousel__button.is-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: .3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width,50%);
  height: var(--carousel-button-svg-height,50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width,1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

html.with-fancybox {
  scroll-behavior: auto;
}

body.compensate-for-scrollbar {
  overflow: hidden!important;
  touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top,0) env(safe-area-inset-right,0) env(safe-area-inset-bottom,0) env(safe-area-inset-left,0);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color,#fff);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: 0;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

.fancybox__container *,
.fancybox__container ::after,
.fancybox__container ::before {
  box-sizing: inherit;
}

.fancybox__container :focus {
  outline: 0;
}

body:not(.is-using-mouse) .fancybox__container :focus {
  box-shadow: 0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color,rgba(1,210,232,.94));
}

.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg,rgba(24,24,27,.92));
}

.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: flex;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  margin: 0;
  padding: 48px 8px 8px;
  position: relative;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}

.fancybox__slide::after,
.fancybox__slide::before {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

@media all and (min-width:1024px) {
  .fancybox__container {
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 27px;
    --carousel-button-svg-height: 27px;
  }

  .fancybox__slide {
    padding: 64px 100px;
  }
}

.fancybox__content {
  margin: 0 env(safe-area-inset-right,0) 0 env(safe-area-inset-left,0);
  padding: 36px;
  color: var(--fancybox-content-color,#374151);
  background: var(--fancybox-content-bg,#fff);
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: dotted thin;
  box-shadow: none;
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0;
  line-height: 1.375;
  color: var(--fancybox-color,currentColor);
  visibility: visible;
  cursor: auto;
  flex-shrink: 0;
  overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container>.carousel__dots {
  top: 100%;
  color: var(--fancybox-color,#fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

@media all and (min-width:1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }

  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}

.carousel__button.is-close {
  position: absolute;
  top: calc(env(safe-area-inset-top,0px) + 8px);
  right: calc(env(safe-area-inset-right,0px) + 8px);
  z-index: 40;
}

@media all and (min-width:1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}

.fancybox__content>.carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color,#fff);
}

.fancybox__no-click,
.fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color,currentColor);
}

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

.fancybox__spinner svg {
  animation: fancybox-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

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

@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px;
  }
}

.carousel__button.is-close,
.carousel__dots,
.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav {
  opacity: var(--fancybox-opacity,1);
}

.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close,
.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav {
  animation: .15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .carousel__button.is-close,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav {
  animation: .15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  animation: .15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  animation: .1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  animation: .2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  animation: .15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
  animation: .15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  animation: .15s ease both fancybox-throwOutDown;
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  animation: .15s ease-in backwards fancybox-fadeIn;
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}

@keyframes fancybox-zoomInUp {
  from {
    transform: scale(.97) translate3d(0,16px,0);
    opacity: 0;
  }

  to {
    transform: scale(1) translate3d(0,0,0);
    opacity: 1;
  }
}

@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(.97) translate3d(0,16px,0);
    opacity: 0;
  }
}

@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0,-30%,0);
    opacity: 0;
  }
}

@keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0,30%,0);
    opacity: 0;
  }
}

.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255,255,255,.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255,255,255,.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0,0,0,.2);
}

.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__image {
  transform-origin: 0 0;
  user-select: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: rgba(0,0,0,0);
  min-height: 1px;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit=contain] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__content {
  flex-direction: row;
  flex-wrap: wrap;
}

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit=cover] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
  padding: 0;
  background: rgba(24,24,27,.9);
  color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0);
}

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border-width: 0;
}

.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0 3px;
  opacity: var(--fancybox-opacity,1);
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width,96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color,rgba(34,213,233,.96));
  opacity: 0;
  transition: opacity .15s ease;
  border-radius: var(--fancybox-thumbs-border-radius,4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: .92;
}

.fancybox__thumbs .carousel__slide>* {
  pointer-events: none;
  user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100%/(var(--fancybox-thumbs-ratio,1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255,255,255,.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius,4px);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(to top,hsla(0deg,0%,0%,0) 0,hsla(0deg,0%,0%,.006) 8.1%,hsla(0deg,0%,0%,.021) 15.5%,hsla(0deg,0%,0%,.046) 22.5%,hsla(0deg,0%,0%,.077) 29%,hsla(0deg,0%,0%,.114) 35.3%,hsla(0deg,0%,0%,.155) 41.2%,hsla(0deg,0%,0%,.198) 47.1%,hsla(0deg,0%,0%,.242) 52.9%,hsla(0deg,0%,0%,.285) 58.8%,hsla(0deg,0%,0%,.326) 64.7%,hsla(0deg,0%,0%,.363) 71%,hsla(0deg,0%,0%,.394) 77.5%,hsla(0deg,0%,0%,.419) 84.5%,hsla(0deg,0%,0%,.434) 91.9%,hsla(0deg,0%,0%,.44) 100%);
  padding: 0;
  touch-action: none;
  display: flex;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity,1);
  text-shadow: var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,.4));
}

@media all and (min-width:1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

.fancybox__toolbar__items {
  display: flex;
}

.fancybox__toolbar__items--left {
  margin-right: auto;
}

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
  margin-left: auto;
}

@media (max-width:640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}

.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height,48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color,rgba(34,213,233,.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 30;
  user-select: none;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2),
.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}
.jq-checkbox,
.jq-radio,
.jq-select-multiple li,
.jq-selectbox li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.jq-file__name,
.jq-selectbox__select-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jq-checkbox,
.jq-radio {
  position: relative;
  display: inline-block;
  overflow: hidden;
  user-select: none;
}

.jq-checkbox input,
.jq-radio input {
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.jq-file {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em;
}

.jq-select-multiple,
.jq-selectbox {
  position: relative;
  display: inline-block;
}

.jq-select-multiple select,
.jq-selectbox select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.jq-select-multiple li,
.jq-selectbox li {
  user-select: none;
  white-space: nowrap;
}

.jq-selectbox {
  z-index: 10;
}

.jq-selectbox__select {
  position: relative;
}

.jq-selectbox__select-text {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.jq-selectbox__dropdown {
  position: absolute;
}

.jq-selectbox__search input {
  -webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  -webkit-overflow-scrolling: touch;
}

.jq-select-multiple ul {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.jq-number {
  display: inline-block;
}

.jq-number__field input {
  -moz-appearance: textfield;
  text-align: left;
}

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.jq-checkbox,
.jq-radio {
  vertical-align: -4px;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  border: 1px solid #C3C3C3;
  background: linear-gradient(#FFF,#E6E6E6);
  box-shadow: 0 1px 1px rgba(0,0,0,.05),inset -1px -1px #FFF,inset 1px -1px #FFF;
  cursor: pointer;
}

.jq-checkbox.focused,
.jq-radio.focused {
  border: 1px solid #08C;
}

.jq-checkbox.disabled,
.jq-radio.disabled {
  opacity: .55;
}

.jq-checkbox {
  border-radius: 3px;
}

.jq-checkbox.checked .jq-checkbox__div {
  width: 8px;
  height: 4px;
  margin: 3px 0 0 3px;
  border-bottom: 2px solid #666;
  border-left: 2px solid #666;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
}

.jq-radio {
  border-radius: 50%;
}

.jq-radio.checked .jq-radio__div {
  width: 10px;
  height: 10px;
  margin: 3px 0 0 3px;
  border-radius: 50%;
  background: #777;
  box-shadow: inset 1px 1px 1px rgba(0,0,0,.7);
}

.jq-file {
  width: 270px;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
}

.jq-file input {
  cursor: pointer;
}

.jq-file__name {
  box-sizing: border-box;
  width: 100%;
  height: 34px;
  padding: 0 80px 0 10px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #FFF;
  box-shadow: inset 1px 1px #F1F1F1;
  font: 14px/32px Arial,sans-serif;
  color: #333;
}

.jq-file__browse {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0 10px;
  border-left: 1px solid #CCC;
  border-radius: 0 4px 4px 0;
  background: linear-gradient(#FFF,#E6E6E6);
  box-shadow: inset 1px -1px #F1F1F1,inset -1px 0 #F1F1F1,0 1px 2px rgba(0,0,0,.1);
  font: 14px/32px Arial,sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF;
}

.jq-file:hover .jq-file__browse {
  background: linear-gradient(#F6F6F6,#E6E6E6);
}

.jq-file:active .jq-file__browse {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD;
}

.jq-file.focused .jq-file__name {
  border: 1px solid #5794BF;
}

.jq-file.disabled,
.jq-file.disabled .jq-file__browse,
.jq-file.disabled .jq-file__name {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}

.jq-number {
  position: relative;
  vertical-align: middle;
  padding: 0 36px 0 0;
}

.jq-number__field {
  width: 100px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #F1F1F1,0 1px 2px rgba(0,0,0,.1);
}

.jq-number__field:hover {
  border-color: #B3B3B3;
}

.jq-number__field input {
  box-sizing: border-box;
  width: 100%;
  padding: 8px 9px;
  border: none;
  outline: 0;
  background: 0 0;
  font: 14px Arial,sans-serif;
  color: #333;
}

.jq-number__spin {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 14px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: linear-gradient(#FFF,#E6E6E6);
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
  box-shadow: inset 1px -1px #F1F1F1,inset -1px 0 #F1F1F1,0 1px 2px rgba(0,0,0,.1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: 1px 1px #FFF;
  cursor: pointer;
}

.jq-number__spin.minus:after,
.jq-number__spin:after {
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.jq-number__spin.minus {
  top: auto;
  bottom: 0;
}

.jq-number__spin:hover {
  background: linear-gradient(#F6F6F6,#E6E6E6);
}

.jq-number__spin:active {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD;
}

.jq-number__spin:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 11px;
  width: 0;
  height: 0;
  border-bottom: 5px solid #999;
}

.jq-number__spin.minus:after {
  top: 5px;
  border-top: 5px solid #999;
  border-bottom: none;
}

.jq-number__spin.minus:hover:after {
  border-top-color: #000;
}

.jq-number__spin.plus:hover:after {
  border-bottom-color: #000;
}

.jq-number.focused .jq-number__field {
  border: 1px solid #5794BF;
}

.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}

.jq-number.disabled .jq-number__spin:after {
  border-bottom-color: #AAA;
}

.jq-number.disabled .jq-number__spin.minus:after {
  border-top-color: #AAA;
}

.jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
}

.jq-selectbox__select {
  height: 32px;
  padding: 0 45px 0 10px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: linear-gradient(#FFF,#E6E6E6);
  box-shadow: inset 1px -1px #F1F1F1,inset -1px 0 #F1F1F1,0 1px 2px rgba(0,0,0,.1);
  font: 14px/32px Arial,sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF;
}

.jq-selectbox__select:hover {
  background: linear-gradient(#F6F6F6,#E6E6E6);
}

.jq-selectbox__select:active {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD;
}

.jq-selectbox.focused .jq-selectbox__select {
  border: 1px solid #5794BF;
}

.jq-selectbox.disabled .jq-selectbox__select {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}

.jq-selectbox__select-text {
  display: block;
  width: 100%;
}

.jq-selectbox .placeholder {
  color: #888;
}

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%;
  border-left: 1px solid #CCC;
}

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 14px;
  right: 12px;
  width: 0;
  height: 0;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #000;
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  border-top-color: #AAA;
}

.jq-selectbox__dropdown {
  box-sizing: border-box;
  width: 100%;
  margin: 2px 0 0;
  padding: 0;
  border: 1px solid #CCC;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0 2px 10px rgba(0,0,0,.2);
  font: 14px/18px Arial,sans-serif;
}

.jq-selectbox__search {
  margin: 5px;
}

.jq-selectbox__search input {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  border: 1px solid #CCC;
  border-radius: 3px;
  outline: 0;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==") 100% 50% no-repeat;
  box-shadow: inset 1px 1px #F1F1F1;
  color: #333;
}

.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: #F0F0F0;
  font-size: 13px;
}

.jq-selectbox ul {
  margin: 0;
  padding: 0;
}

.jq-selectbox li {
  min-height: 18px;
  padding: 5px 10px 6px;
  color: #231F20;
}

.jq-selectbox li.selected {
  background-color: #A3ABB1;
  color: #FFF;
}

.jq-selectbox li:hover {
  background-color: #08C;
  color: #FFF;
}

.jq-selectbox li.disabled {
  color: #AAA;
}

.jq-selectbox li.disabled:hover {
  background: 0 0;
}

.jq-selectbox li.optgroup {
  font-weight: 700;
}

.jq-selectbox li.optgroup:hover {
  background: 0 0;
  color: #231F20;
  cursor: default;
}

.jq-selectbox li.option {
  padding-left: 25px;
}

.jq-select-multiple {
  box-sizing: border-box;
  padding: 1px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #FFF;
  box-shadow: inset 1px 1px #F1F1F1,0 1px 2px rgba(0,0,0,.1);
  font: 14px/18px Arial,sans-serif;
  color: #333;
  cursor: default;
}

.jq-select-multiple.focused {
  border: 1px solid #5794BF;
}

.jq-select-multiple.disabled {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}

.jq-select-multiple ul {
  margin: 0;
  padding: 0;
}

.jq-select-multiple li {
  padding: 3px 9px 4px;
  list-style: none;
}

.jq-select-multiple li:first-child {
  border-radius: 3px 3px 0 0;
}

.jq-select-multiple li:last-child {
  border-radius: 0 0 3px 3px;
}

.jq-select-multiple li.selected {
  background: #08C;
  color: #FFF;
}

.jq-select-multiple li.disabled {
  color: #AAA;
}

.jq-select-multiple li.optgroup {
  font-weight: 700;
}

.jq-select-multiple li.option {
  padding-left: 25px;
}

.jq-select-multiple li.selected.disabled,
.jq-select-multiple.disabled li.selected {
  background: #CCC;
  color: #FFF;
}

input[type=email].styler,
input[type=password].styler,
input[type=search].styler,
input[type=tel].styler,
input[type=text].styler,
input[type=url].styler,
textarea.styler {
  padding: 8px 9px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #F1F1F1,0 1px 2px rgba(0,0,0,.1);
  font: 14px Arial,sans-serif;
  color: #333;
}

input[type=search].styler {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea.styler {
  overflow: auto;
}

input[type=email].styler:hover,
input[type=password].styler:hover,
input[type=search].styler:hover,
input[type=tel].styler:hover,
input[type=text].styler:hover,
input[type=url].styler:hover,
textarea.styler:hover {
  border-color: #B3B3B3;
}

input[type=email].styler:hover:focus,
input[type=password].styler:hover:focus,
input[type=search].styler:hover:focus,
input[type=tel].styler:hover:focus,
input[type=text].styler:hover:focus,
input[type=url].styler:hover:focus,
textarea.styler:hover:focus {
  border-color: #B3B3B3 #CCC #CCC;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

button.styler,
input[type=button].styler,
input[type=submit].styler,
input[type=reset].styler {
  overflow: visible;
  padding: 8px 11px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  outline: 0;
  background: linear-gradient(#FFF,#E6E6E6);
  box-shadow: inset 1px -1px #F1F1F1,inset -1px 0 #F1F1F1,0 1px 2px rgba(0,0,0,.1);
  font: 14px Arial,sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF;
  cursor: pointer;
}

button.styler.styler::-moz-focus-inner,
input[type=button].styler.styler::-moz-focus-inner,
input[type=submit].styler.styler::-moz-focus-inner,
input[type=reset].styler.styler::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.styler:not([disabled]):hover,
input[type=button].styler:not([disabled]):hover,
input[type=submit].styler:not([disabled]):hover,
input[type=reset].styler:hover,
input[type=reset].styler:not([disabled]):hover {
  background: linear-gradient(#F6F6F6,#E6E6E6);
}

button.styler:active,
input[type=button].styler:active,
input[type=submit].styler:active,
input[type=reset].styler:active {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD;
}

button.styler[disabled],
input[type=button].styler[disabled],
input[type=submit].styler[disabled] {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}
.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
.swiper-slide,
.swiper-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
  --swiper-navigation-size: 44px;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical>.swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  z-index: 1;
  display: flex;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0,0,0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0,0,0,.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid;
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset,50%);
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color,var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none!important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset,10px);
  right: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none!important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset,10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0,0,0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none!important;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom,8px);
  top: var(--swiper-pagination-top,auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper.swiper-cube,
.swiper.swiper-flip {
  overflow: visible;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
  height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius,50%);
  background: var(--swiper-pagination-bullet-inactive-color,#000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity,.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none!important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity,1);
  background: var(--swiper-pagination-color,var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  right: var(--swiper-pagination-right,8px);
  left: var(--swiper-pagination-left,auto);
  top: 50%;
  transform: translate3d(0,-50%,0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px);
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left;
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right;
}

.swiper-fade.swiper-free-mode .swiper-slide,
.swiper-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color,inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color,var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size,4px);
  left: 0;
  top: 0;
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size,4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius,10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1));
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none!important;
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset,1%);
  bottom: var(--swiper-scrollbar-bottom,4px);
  top: var(--swiper-scrollbar-top,auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size,4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left,auto);
  right: var(--swiper-scrollbar-right,4px);
  top: var(--swiper-scrollbar-sides-offset,1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size,4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));
  border-radius: var(--swiper-scrollbar-border-radius,10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode>.swiper-wrapper {
  margin: 0 auto;
}

.swiper-grid>.swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide,
.swiper-cube .swiper-slide .swiper-slide,
.swiper-flip .swiper-slide,
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
  visibility: visible;
  pointer-events: auto;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-flip .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform,opacity,height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
/* End */


/* Start:/local/templates/oni-system-2025/css/common.css?177547264023143*/
html,body,body div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,figure,footer,header,menu,nav,section,time,mark,audio,video,details,summary{margin:0;padding:0;border:0;font-size:100%;font-weight:normal;vertical-align:baseline;background:rgba(0,0,0,0)}article,aside,figure,footer,header,nav,section,details,summary{display:block}html{-webkit-box-sizing:border-box;box-sizing:border-box}*,*:before,*:after{-webkit-box-sizing:inherit;box-sizing:inherit}img,object,embed{max-width:100%}html{overflow-y:scroll}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:rgba(0,0,0,0)}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help}table{border-collapse:collapse;border-spacing:0}th{font-weight:bold;vertical-align:bottom}td{font-weight:normal;vertical-align:top}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}pre{white-space:pre;white-space:pre-wrap;white-space:pre-line;word-wrap:break-word}input[type=radio]{vertical-align:text-bottom}input[type=checkbox]{vertical-align:bottom}.ie7 input[type=checkbox]{vertical-align:baseline}.ie6 input{vertical-align:text-bottom}select,input,textarea{font:99% sans-serif}table{font-size:inherit;font:100%}small{font-size:85%}strong{font-weight:bold}td,td img{vertical-align:top}sub,sup{font-size:75%;line-height:0;position:relative}sup{top:-0.5em}sub{bottom:-0.25em}pre,code,kbd,samp{font-family:monospace,sans-serif}.clickable,label,input[type=button],input[type=submit],input[type=file],button{cursor:pointer}button,input,select,textarea{margin:0}button,input[type=button]{width:auto;overflow:visible}.ie7 img{-ms-interpolation-mode:bicubic}.clearfix:before,.clearfix:after{content:" ";display:block;height:0;overflow:hidden}.clearfix:after{clear:both}.clearfix{zoom:1}.form-field{position:relative}.form-field__input{padding:15px 0;border:none;border-bottom:1.5px solid #d6d6d6;background:rgba(0,0,0,0);color:#121318;font-family:TTNormsPro;font-size:20px;font-style:normal;font-weight:400;line-height:22.4px;-webkit-transition:all .3s ease;transition:all .3s ease;width:100%}.form-field__input:focus{outline:none;border-bottom-color:#003595}.form-field__input:not(:-moz-placeholder-shown)+label{transform:translateY(-25px) scale(0.8);color:#003595}.form-field__input:not(:-ms-input-placeholder)+label{-ms-transform:translateY(-25px) scale(0.8);transform:translateY(-25px) scale(0.8);color:#003595}.form-field__input:focus+label,.form-field__input:not(:placeholder-shown)+label{-webkit-transform:translateY(-25px) scale(0.8);-ms-transform:translateY(-25px) scale(0.8);transform:translateY(-25px) scale(0.8);color:#003595}.form-field__textarea{padding:15px 0;border:none;border-bottom:1.5px solid #d6d6d6;background:rgba(0,0,0,0);color:#121318;font-family:TTNormsPro;font-size:20px;font-style:normal;font-weight:400;line-height:22.4px;resize:vertical;min-height:120px;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-transition:all .3s ease;transition:all .3s ease;width:100%}.form-field__textarea:focus{outline:none;border-bottom-color:#003595}.form-field__textarea:not(:-moz-placeholder-shown)+label{transform:translateY(-25px) scale(0.8);color:#003595}.form-field__textarea:not(:-ms-input-placeholder)+label{-ms-transform:translateY(-25px) scale(0.8);transform:translateY(-25px) scale(0.8);color:#003595}.form-field__textarea:focus+label,.form-field__textarea:not(:placeholder-shown)+label{-webkit-transform:translateY(-25px) scale(0.8);-ms-transform:translateY(-25px) scale(0.8);transform:translateY(-25px) scale(0.8);color:#003595}.form-field__label{position:absolute;left:0;top:15px;color:#1d252d;font-family:TTNormsPro;font-size:20px;font-style:normal;font-weight:400;line-height:22.4px;pointer-events:none;-webkit-transition:all .3s ease;transition:all .3s ease;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.form-field__error{display:none;color:#dc3545;font-family:TTNormsPro;font-size:14px;font-style:normal;font-weight:400;line-height:1.4;margin-top:5px}.form-field__input:invalid:not(:-moz-placeholder-shown)~.form-field__error, .form-field__input:invalid:not(:-moz-placeholder-shown)+.form-field__label+.form-field__error{display:block}.form-field__input:invalid:not(:-ms-input-placeholder)~.form-field__error, .form-field__input:invalid:not(:-ms-input-placeholder)+.form-field__label+.form-field__error{display:block}.form-field__input:invalid:not(:placeholder-shown)~.form-field__error,.form-field__input:invalid:not(:placeholder-shown)+.form-field__label+.form-field__error{display:block}.form-field__input:invalid:not(:-moz-placeholder-shown){border-bottom-color:#dc3545}.form-field__input:invalid:not(:-ms-input-placeholder){border-bottom-color:#dc3545}.form-field__input:invalid:not(:placeholder-shown){border-bottom-color:#dc3545}.form-field__input:invalid:not(:-moz-placeholder-shown)+.form-field__label{color:#dc3545}.form-field__input:invalid:not(:-ms-input-placeholder)+.form-field__label{color:#dc3545}.form-field__input:invalid:not(:placeholder-shown)+.form-field__label{color:#dc3545}.form-field-checkbox{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.form-field-checkbox__input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.form-field-checkbox__checkbox{position:relative;display:inline-block;width:24px;height:24px;background-color:#fff;border:2px solid #003595;border-radius:3px;-webkit-transition:all .3s ease;transition:all .3s ease;-ms-flex-negative:0;flex-shrink:0}.form-field-checkbox__checkbox::after{content:"";position:absolute;left:50%;top:50%;width:14px;height:14px;background-color:#003595;border-radius:1px;opacity:0;-webkit-transition:opacity .3s ease;transition:opacity .3s ease;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.form-field-checkbox__label{margin-left:10px;font-size:14px;line-height:1.4;color:#333;cursor:pointer}.form-field-checkbox:hover .form-field-checkbox__checkbox{border-color:#002362;background-color:#f8f9fa}.form-field-checkbox__input:checked~.form-field-checkbox__checkbox::after{opacity:1}.form-field-checkbox__input:focus~.form-field-checkbox__checkbox{-webkit-box-shadow:0 0 0 3px rgba(0,53,149,.25);box-shadow:0 0 0 3px rgba(0,53,149,.25)}.form-field-checkbox__input:disabled~.form-field-checkbox__checkbox{background-color:#e9ecef;border-color:#ced4da;cursor:not-allowed}.form-field-checkbox__input:disabled~.form-field-checkbox__label{color:#6c757d;cursor:not-allowed}.form-field-checkbox__error{display:none;color:#dc3545;font-family:TTNormsPro;font-size:14px;font-style:normal;font-weight:400;line-height:1.4;margin-top:5px;margin-left:34px}.form-field-checkbox__input:invalid:not(:checked)~.form-field-checkbox__error{display:block}.sections-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px;row-gap:10px;padding-top:10px;padding-bottom:20px;margin-bottom:30px}@media(max-width: 500px){.sections-list{margin-bottom:0}}.sections-list-item a{color:#a3a7aa;font-family:TTNormsPro;font-size:20px;font-weight:700;line-height:17.542px;display:inline-block;text-decoration:none;white-space:nowrap}@media(max-width: 1150px){.sections-list-item a{font-size:17px}}@media(max-width: 500px){.sections-list-item a{font-size:14px}}.sections-list-item a:hover{color:#121318}.sections-list-item--active a{color:#121318}body{font-family:TTNormsPro;font-size:14px;font-weight:400}@media(max-width: 950px){body{overflow-x:hidden;overflow-y:auto}}body.opened-menu{overflow:hidden}.typography{font-family:TTNormsPro;font-size:16px}.typography i{font-style:italic}.typography h1{display:block;font-size:2em;margin-top:.67em;margin-bottom:.67em;margin-left:0;margin-right:0;font-weight:bold}.typography h2{display:block;unicode-bidi:embed;font-size:1.5em;margin:.75em 0;font-weight:bolder}.typography h3{display:block;unicode-bidi:embed;font-size:1.17em;margin:.83em 0;font-weight:bolder}.typography h4{display:block;unicode-bidi:embed;margin:1.12em 0;font-weight:bolder}.typography h5{display:block;unicode-bidi:embed;font-size:.83em;margin:1.5em 0;font-weight:bolder}.typography h6{display:block;unicode-bidi:embed;font-size:.75em;margin:1.67em 0;font-weight:bolder}.typography strong,.typography b{font-weight:bolder}.typography p{display:block;unicode-bidi:embed;margin:1.12em 0}.typography ul{margin:20px 0;list-style-type:disc;padding-left:20px}.typography ul li{position:relative;margin:10px 0}.typography ul li::marker{color:#003595}.typography ol{margin:1em 0;counter-reset:num-list;padding-left:1.5em}.typography ol li{position:relative;margin:10px 0}.typography ol li::marker{color:#121318}.typography a{text-decoration:none;color:#003595}.typography a:hover{text-decoration:underline}.page-main{-webkit-box-flex:1;-ms-flex:1;flex:1}.page-container{width:1290px;margin:auto;position:relative}@media(max-width: 1300px){.page-container{width:1100px}}@media(max-width: 1150px){.page-container{width:930px}}@media(max-width: 950px){.page-container{width:100%;padding:15px}}.page-content{-webkit-box-flex:1;-ms-flex:1;flex:1}.sticky-header .page-main{margin-top:150px}.page{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100vh}html::-webkit-scrollbar{width:5px}html::-webkit-scrollbar-track{background:#fff}html::-webkit-scrollbar-thumb{background-color:#003595}.btn{display:inline-block;padding:15px 25px;background-color:#d9d9d9;color:#121318;font-family:TTNormsPro;font-size:14px;font-weight:600;text-decoration:none}.btn--primary{background-color:#003595;border:1px solid #003595;color:#fff;-webkit-transition:.3s;transition:.3s}.btn--primary:hover{color:#003595;background-color:#fff;-webkit-transition:.3s;transition:.3s}.page-title{position:relative;margin-bottom:20px;margin-top:20px;padding:20px 0}@media(max-width: 950px){.page-title{margin:0}}.page-title h1{position:relative;color:#121318;font-family:DrukTextWideCyr;font-size:43px;font-weight:1000;line-height:100%;text-transform:uppercase}@media(max-width: 1150px){.page-title h1{font-size:38px}}@media(max-width: 950px){.page-title h1{font-size:24px;line-height:25px}}.page-text{color:#121318;font-family:TTNormsPro;font-size:18px;font-weight:500;line-height:26px}@media(max-width: 1300px){.page-text{font-size:17px}}@media(max-width: 1150px){.page-text{font-size:16px}}@media(max-width: 500px){.page-text{margin:10px 0 10px 0;font-size:12px;line-height:14px}}.accordion-item__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#121318;font-family:TTNormsPro;font-size:18px;font-weight:700;line-height:33.119px;padding-bottom:10px;cursor:pointer}.accordion-item__header .icon-cross,.accordion-item__header svg{width:12px;height:12px;fill:#050505;margin-right:10px;display:block;-ms-flex-negative:0;flex-shrink:0;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}.accordion-item__header svg path{fill:#050505}@media(max-width: 1150px){.accordion-item__header{font-size:17px}.accordion-item__header .icon-cross,.accordion-item__header svg{width:15px;height:15px}}@media(max-width: 950px){.accordion-item__header{font-size:17px;line-height:20.457px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.accordion-item__header .icon-cross,.accordion-item__header svg{width:13px;height:13px}}@media(max-width: 500px){.accordion-item__header{font-size:12px;line-height:20.457px}.accordion-item__header .icon-cross,.accordion-item__header svg{width:10px;height:10px}}.accordion-item__dropdown{padding-top:0;padding-bottom:10px;display:none}@media(max-width: 500px){.accordion-item__dropdown{padding-top:0;padding-bottom:10px}}.accordion-item__htitle{color:#121318;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:TTNormsPro;font-size:18px;font-weight:700;line-height:33.119px}@media(max-width: 1150px){.accordion-item__htitle{font-size:17px}.accordion-item__htitle .icon-cross,.accordion-item__htitle svg{width:15px;height:15px}}@media(max-width: 950px){.accordion-item__htitle{font-size:17px;line-height:20.457px}.accordion-item__htitle .icon-cross,.accordion-item__htitle svg{width:13px;height:13px}}@media(max-width: 500px){.accordion-item__htitle{font-size:12px;line-height:20.457px}.accordion-item__htitle .icon-cross,.accordion-item__htitle svg{width:10px;height:10px}}.accordion-item__hcontent{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-flex:1;-ms-flex:1;flex:1;margin-left:20px}.accordion-item--opened>.accordion-item__header{color:#003595}.accordion-item--opened>.accordion-item__header .icon-cross,.accordion-item--opened>.accordion-item__header svg{-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);fill:#003595}.accordion-item--opened>.accordion-item__header .icon-cross rect,.accordion-item--opened>.accordion-item__header svg rect{fill:#003595}.accordion-item--opened>.accordion-item__header .accordion-item__htitle{color:#003595}.accordion-item--opened>.accordion-item__header .accordion-item__htitle .icon-cross,.accordion-item--opened>.accordion-item__header .accordion-item__htitle svg{-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);fill:#003595}.accordion-item--opened>.accordion-item__header .accordion-item__htitle .icon-cross rect,.accordion-item--opened>.accordion-item__header .accordion-item__htitle svg rect{fill:#003595}.content-block{background-color:#ededed;padding:20px}.download-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none;color:#121318}.download-link__name{color:#121318;font-family:TTNormsPro;font-size:17px;font-weight:500;line-height:33.119px}@media(max-width: 1300px){.download-link__name{font-size:16px}}@media(max-width: 1150px){.download-link__name{font-size:15px}}@media(max-width: 950px){.download-link__name{font-size:13px}}@media(max-width: 500px){.download-link__name{font-size:12px;line-height:14px}}.download-link__icon>svg,.download-link .icon{-ms-flex-negative:0;flex-shrink:0;stroke:#121318;stroke-width:2px;fill:none;width:15px;height:15px;margin-right:10px}.download-link:hover{color:#003595}.download-link:hover .download-link__icon>svg{stroke:#003595}.download-link:hover .download-link__icon>svg.unfilled{stroke:#003595}.download-link:hover .download-link__name{color:#003595}.download-link:hover .icon{stroke:#003595}.download-link:hover .icon.unfilled{stroke:#003595}.tags-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;row-gap:15px;-ms-flex-negative:1;flex-shrink:1}.tags-list-item{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.tags-list-item a.tags-list-item__link,.tags-list-item .tags-list-item__link{width:100%;display:inline-block;text-decoration:none;background-color:#d6d6d6;color:#121318;text-align:center;font-family:TTNormsPro;font-size:13px;font-weight:400;line-height:1;padding:15px 25px;-webkit-transition:background-color .3s,color .3s;transition:background-color .3s,color .3s}.tags-list-item a.tags-list-item__link:hover,.tags-list-item .tags-list-item__link:hover{background-color:#003595;color:#fff}.tags-list-item a.tags-list-item__link--checked,.tags-list-item a.tags-list-item__link.active,.tags-list-item .tags-list-item__link--checked,.tags-list-item .tags-list-item__link.active{background-color:#003595;color:#fff}@media(max-width: 1300px){.tags-list-item a.tags-list-item__link,.tags-list-item .tags-list-item__link{font-size:12px}}.tags-list-item a.tags-list-item__checkbox,.tags-list-item .tags-list-item__checkbox{display:none}.tags-list-item a.tags-list-item__checkbox[checked]~.tags-list-item__link,.tags-list-item .tags-list-item__checkbox[checked]~.tags-list-item__link{background-color:#003595;color:#fff}.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(max-width: 950px){.pagination{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media(max-width: 500px){.pagination{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.pagination__prev,.pagination__next{height:20px;width:20px;border:1px solid #050505;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:unset;-webkit-transition:background-color .3s;transition:background-color .3s}@media(max-width: 1300px){.pagination__prev,.pagination__next{height:20px;width:20px}}@media(max-width: 1150px){.pagination__prev,.pagination__next{height:20px;width:20px}}@media(max-width: 950px){.pagination__prev,.pagination__next{height:20px;width:20px}}.pagination__prev .icon,.pagination__next .icon{height:12px;width:10px;fill:#121318;-webkit-transition:fill .3s;transition:fill .3s}@media(max-width: 1300px){.pagination__prev .icon,.pagination__next .icon{height:8px;width:10px}}@media(max-width: 1150px){.pagination__prev .icon,.pagination__next .icon{height:7px;width:9px}}@media(max-width: 950px){.pagination__prev .icon,.pagination__next .icon{height:8px;width:10px}}.pagination__prev:hover,.pagination__next:hover{background-color:#003595;-webkit-transition:background-color .3s;transition:background-color .3s}.pagination__prev:hover svg,.pagination__next:hover svg{fill:#fff;-webkit-transition:fill .3s;transition:fill .3s}.pagination__prev{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.page-items-count{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-column-gap:15px;-moz-column-gap:15px;column-gap:15px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.page-items-count__title{color:#121318;font-family:TTNormsPro;font-size:14px;font-weight:700}.styled-select{border:1px solid #d9d9d9}.styled-select .jq-selectbox li:hover{background-color:#003595}.styled-select .jq-selectbox__select-text{color:#121318;font-family:TTNormsPro;font-size:14px;font-weight:700;line-height:20.02px}@media(max-width: 1300px){.styled-select .jq-selectbox__select-text{font-size:12px;line-height:17.184px}}@media(max-width: 1150px){.styled-select .jq-selectbox__select-text{font-size:12px;line-height:14.383px}}.styled-select .jq-selectbox__select{background:#fff;-webkit-box-shadow:unset;box-shadow:unset;border-radius:0;border:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 30px 0 10px}.styled-select .jq-selectbox__dropdown{border-radius:0}.styled-select .jq-selectbox__trigger{border:0}.styled-select .jq-selectbox__trigger-arrow{top:0;right:0;width:100%;height:100%;border:0;background-image:url(/local/templates/oni-system-2025/css/../images/svg/arrow.svg);background-repeat:no-repeat;background-position:center;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s}.styled-select.dropdown.opened .jq-selectbox__trigger-arrow{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s}.styled-select:focus-visible{outline:0}.styled-select.jq-selectbox.focused .jq-selectbox__select{border:1px solid #003595}.pagination-list{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 15px;-webkit-column-gap:5px;-moz-column-gap:5px;column-gap:5px}.pagination-list a{width:35px;height:35px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-decoration:none;background-color:unset;-webkit-transition:background-color .3s;transition:background-color .3s;color:#121318;font-family:TTNormsPro;font-size:14px;font-weight:700}@media(max-width: 1300px){.pagination-list a{font-size:12px;width:30px;height:30px}}@media(max-width: 1150px){.pagination-list a{font-size:12px;width:26px;height:26px}}@media(max-width: 950px){.pagination-list a{font-size:12px;width:30px;height:30px}}.pagination-list a:hover{background-color:#003595;color:#fff;-webkit-transition:background-color .3s;transition:background-color .3s}.pagination-list ._active a{background-color:#003595;color:#fff}.accordion-item-header__title{color:#121318;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:TTNormsPro;font-size:18px;font-weight:700;line-height:33.119px}@media(max-width: 1150px){.accordion-item-header__title{-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:17px}.accordion-item-header__title .icon-cross,.accordion-item-header__title svg{width:15px;height:15px}}@media(max-width: 950px){.accordion-item-header__title{font-size:17px;line-height:20.457px}.accordion-item-header__title .icon-cross,.accordion-item-header__title svg{width:13px;height:13px}}@media(max-width: 500px){.accordion-item-header__title{font-size:12px;line-height:20.457px}.accordion-item-header__title .icon-cross,.accordion-item-header__title svg{width:10px;height:10px}}.accordion-item-header__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-flex:1;-ms-flex:1;flex:1;margin-left:20px}.solutions-slider-nav--no-scroll{display:none !important}
/* End */


/* Start:/local/templates/oni-system-2025/css/fonts.css?1775472640825*/
@font-face{font-family:"DrukTextWideCyr";font-display:block;src:url("/local/templates/oni-system-2025/css/../fonts/DrukTextWideCyr/DrukTextWideCyr-Super.otf") format("truetype");font-style:normal;font-weight:1000}@font-face{font-family:"TTNormsPro";font-display:block;src:url("/local/templates/oni-system-2025/css/../fonts/TTNormsPro/TTNormsPro-ExtraBold.ttf") format("truetype");font-style:normal;font-weight:800}@font-face{font-family:"TTNormsPro";font-display:block;src:url("/local/templates/oni-system-2025/css/../fonts/TTNormsPro/TTNormsPro-Medium.ttf") format("truetype");font-style:normal;font-weight:500}@font-face{font-family:"TTNormsPro";font-display:block;src:url("/local/templates/oni-system-2025/css/../fonts/TTNormsPro/TTNormsPro-Regular.ttf") format("truetype");font-style:normal;font-weight:normal}@font-face{font-family:"TTNormsPro";font-display:block;src:url("/local/templates/oni-system-2025/css/../fonts/TTNormsPro/TTNormsPro-Bold.ttf") format("truetype");font-style:normal;font-weight:700}
/* End */


/* Start:/local/templates/oni-system-2025/css/main.css?1775472640184768*/
@media(max-width: 950px){.header__top{-webkit-box-flex:1;-ms-flex:1;flex:1;height:74px;border-bottom:1px solid #d9d9d9;height:75px}.header__top .page-container{height:100%}}.header__bottom{background:#efefef}@media(max-width: 950px){.header__bottom{display:none}}.header--inner .header-catalog{margin-top:0;-webkit-transition:margin-top .3s;transition:margin-top .3s}.header-bottom-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.header-bottom-content__main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header-link{color:#121318;font-family:TTNormsPro;font-size:16px;font-weight:600;line-height:140%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none}@media(max-width: 1300px){.header-link{font-size:13px}}@media(max-width: 950px){.header-link{padding:8px 15px}}.header-link__icon{max-height:20px;margin-left:5px}.header-link__icon svg{max-height:20px;width:10px;stroke:#121318}.header-catalog-wrp{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.header-catalog{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#003595;width:300px;padding:10px 15px;margin-right:15px;text-decoration:none;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-transition:margin-top .3s;transition:margin-top .3s;margin-top:10px}@media(max-width: 1300px){.header-catalog{width:235px}}.header-catalog__icon{width:12px;margin-right:10px}.header-catalog__icon svg{width:12px;height:10px;stroke:#fff}.header-catalog__title{color:#fff;font-family:TTNormsPro;font-size:16px;font-weight:600;line-height:110%}@media(max-width: 1150px){.header-catalog__title{font-size:13px}}.header-main-menu{display:-webkit-box;display:-ms-flexbox;display:flex}.header-top-content{padding-top:30px;padding-bottom:25px;display:-webkit-box;display:-ms-flexbox;display:flex;min-height:44px}@media(max-width: 950px){.header-top-content{padding:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.header-top-content__burger{display:none}@media(max-width: 950px){.header-top-content__burger{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.header-top-content__logo{margin-right:45px;width:180px;max-height:90px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(max-width: 950px){.header-top-content__logo{width:60px;margin:0 15px}}@media(max-width: 1150px){.header-top-content__logo{display:none}}.header-top-content__logo img{height:100%;-o-object-fit:contain;object-fit:contain}.header-top-content__logo--mob{display:none;width:140px}@media(max-width: 1150px){.header-top-content__logo--mob{display:block}}@media(max-width: 950px){.header-top-content__logo--mob{width:85px}}.header-top-content__content{-webkit-box-flex:1;-ms-flex:1;flex:1}@media(max-width: 950px){.header-top-content__content{display:none}}.header-top-content__mob-content{display:none}@media(max-width: 950px){.header-top-content__mob-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-flex:1;-ms-flex:1;flex:1}}.header-top-content__mob-content .header-langs{display:none}.header-top-content__mob-content .header-catalog-btn{padding:13px 25px}.header-top-content__mob-content.opened .header-langs{display:-webkit-box;display:-ms-flexbox;display:flex}.header-top-content__mob-content.opened .header-catalog-btn{display:none}.header-top-content__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.header-top-content__row:not(:last-child){margin-bottom:20px}.header-top-content__mob-menu{position:absolute;width:100%;height:calc(100vh - 74px);top:74px;background-color:#fff;z-index:3;display:none;padding:15px 0;left:100%;-webkit-transition:left .5s;transition:left .5s;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%}@media(max-width: 950px){.header-top-content__mob-menu{display:-webkit-box;display:-ms-flexbox;display:flex}}.header-top-content__mob-menu.opened{left:0;-webkit-transition:left .5s;transition:left .5s}.search-btn{background:none;width:20px;height:20px;-webkit-box-shadow:none;box-shadow:none;border:0;margin-left:40px}.search-btn .icon{width:20px;height:20px;fill:none;stroke:#121318;stroke-width:2px}.header-burger{height:20px;width:25px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}.header-burger span{display:inline-block;height:2px;width:100%;background-color:#121318;-webkit-transition:all .2s linear;transition:all .2s linear}.header-burger::before{content:"";display:inline-block;width:100%;height:2px;background-color:#121318;position:absolute;top:0;left:0;-webkit-transition:all .2s linear;transition:all .2s linear}.header-burger::after{content:"";display:inline-block;width:100%;height:2px;background-color:#121318;position:absolute;bottom:0;left:0;-webkit-transition:all .2s linear;transition:all .2s linear}.header-burger.opened span{left:200%;opacity:0;width:0;-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px);-webkit-transition:all .2s linear;transition:all .2s linear}.header-burger.opened::before{-webkit-transform:translateY(9px) rotate(-45deg);-ms-transform:translateY(9px) rotate(-45deg);transform:translateY(9px) rotate(-45deg);-webkit-transition:all .2s linear;transition:all .2s linear}.header-burger.opened::after{-webkit-transform:translateY(-9px) rotate(45deg);-ms-transform:translateY(-9px) rotate(45deg);transform:translateY(-9px) rotate(45deg);-webkit-transition:all .2s linear;transition:all .2s linear}.header-mob-menu{width:100%;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%}.header-mob-menu:not(:last-child){border-bottom:1px solid #d9d9d9}.header-mob-menu .header-link{font-size:15px;font-weight:600}.header-mob-menu .header-link__icon{width:24px;height:24px;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.header-mob-menu .header-link__icon svg{width:24px;height:24px}.header-mob-submenu{display:none;background-color:#fff;width:100%;-webkit-box-shadow:0px 5px 10px 2px rgba(34,60,80,.2) inset;box-shadow:0px 5px 10px 2px rgba(34,60,80,.2) inset;padding:10px 0;padding-left:30px}.header-mob-submenu-item{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;color:#121318;font-family:TTNormsPro;font-size:16px;font-weight:600;line-height:140%;padding-right:10px}@media(max-width: 1300px){.header-mob-submenu-item{font-size:13px}}@media(max-width: 950px){.header-mob-submenu-item{border-radius:10px 0 0 10px}}.header-mob-submenu-item__link{color:#121318;text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px}.header-mob-submenu-item:hover{background-color:#003595}.header-mob-submenu-item:hover .header-mob-submenu-item__link{color:#fff}.header-mob-menu-item{width:100%;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%}.header-mob-menu-item__wrp{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.header-mob-menu-item__link{font-family:TTNormsPro;color:#121318;font-size:15px;font-weight:600;line-height:150%;text-decoration:none;display:inline-block;padding:10px 15px;display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:10px 0 0 10px;width:100%}.header-mob-menu-item__arrow{width:10px;margin-left:5px;padding:8px 40px}.header-mob-menu-item__arrow svg{max-height:20px;width:10px;fill:none;stroke:#121318;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:-webkit-transform .3s linear;transition:-webkit-transform .3s linear;transition:transform .3s linear;transition:transform .3s linear, -webkit-transform .3s linear}.header-mob-menu-item__icon{width:24px;height:24px;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);margin-left:5px}.header-mob-menu-item__icon svg{width:24px;height:24px}.header-mob-menu-item--opened .header-mob-menu-item__arrow svg{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:-webkit-transform .3s linear;transition:-webkit-transform .3s linear;transition:transform .3s linear;transition:transform .3s linear, -webkit-transform .3s linear;stroke:#003595}.header-mob-menu-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;overflow:auto}.header-mob-menu-content .header-social{margin-bottom:50px;margin-top:30px}.header-top-menu{display:-webkit-box;display:-ms-flexbox;display:flex;gap:15px}.header-menu-item{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;padding:5px 10px}.header-menu-item__link{color:#121318;font-family:TTNormsPro;font-size:13px;font-weight:500;line-height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;text-decoration:none}@media(max-width: 1300px){.header-menu-item__link{font-size:11px}}.header-menu-item__icon{max-height:15px;margin-left:5px}.header-menu-item__icon svg{max-height:15px;width:10px;fill:none;stroke:#121318}.header-menu-item__dropdown{position:absolute;top:100%;left:0;display:none;border:1px solid #efefef;border-top:0;-webkit-box-shadow:4px 11px 9px 0px rgba(34,60,80,.31);box-shadow:4px 11px 9px 0px rgba(34,60,80,.31);min-width:200px;border-radius:0px 0px 8px 8px}.header-menu-item:hover>.header-menu-item__link{color:#003595}.header-menu-item:hover>.header-menu-item__icon svg{stroke:#003595}.header-menu-item:hover>.header-menu-item__dropdown{display:block;background-color:#fff;z-index:3}.header-main-menu-item{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;color:#121318;font-family:TTNormsPro;font-size:16px;font-weight:600;line-height:140%;padding-right:10px}@media(max-width: 1300px){.header-main-menu-item{font-size:13px}}@media(max-width: 950px){.header-main-menu-item{border-radius:10px 0 0 10px}}.header-main-menu-item__link{color:#121318;text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px}@media(max-width: 1150px){.header-main-menu-item__link{padding:15px 10px}}.header-main-menu-item__icon{width:10px;height:20px;margin-left:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;margin-left:-5px}.header-main-menu-item__icon svg{max-height:20px;width:10px;fill:none;stroke:#121318}.header-main-menu-item__icon svg .unfilled{fill:#121318;stroke:none}.header-main-menu-item__dropdown{overflow:hidden;position:absolute;top:100%;left:0;display:none;border:1px solid #efefef;-webkit-box-shadow:4px 4px 9px 4px rgba(34,60,80,.31);box-shadow:4px 4px 9px 4px rgba(34,60,80,.31);width:200px}.header-main-menu-item:hover{background-color:#003595}.header-main-menu-item:hover>.header-main-menu-item__link{color:#fff}@media(max-width: 950px){.header-main-menu-item:hover>.header-main-menu-item__link{border-radius:10px 0 0 10px;width:100%}}.header-main-menu-item:hover>.header-main-menu-item__icon svg{stroke:#fff}.header-main-menu-item:hover>.header-main-menu-item__dropdown{display:block;background-color:#fff;z-index:3}.header-controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header-social{display:-webkit-box;display:-ms-flexbox;display:flex;color:#121318}.header-social__item{margin:0 8px}.header-social__link{width:25px;height:15px}.header-social__link svg{width:25px;height:15px;color:#121318}.header-social__link:hover svg{color:#003595}.header-social__link--active svg{color:#003595}.header-search{color:#121318;font-family:TTNormsPro;font-size:14px;font-style:normal;font-weight:500;line-height:100%;-webkit-box-flex:1;-ms-flex:1;flex:1}@media(max-width: 1300px){.header-search{font-size:10px}}.header-search__icon{width:10px;position:absolute;height:100%}.header-search__icon svg{width:10px;height:12px;fill:none;stroke:#121318}.header-search__input{border:0;-webkit-box-shadow:none;box-shadow:none;background:none;padding-left:15px;outline:0;border-bottom:1px solid #003595;width:375px}.header-contacts{display:-webkit-box;display:-ms-flexbox;display:flex}.header-contacts__col{margin-right:20px}.header-contacts__col:last-child{margin-right:0}.header-contact{font-size:13px;line-height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.header-contact__icon{width:18px;height:18px;margin-right:10px}.header-contact__icon svg{width:18px;height:18px;fill:none;stroke:#003595}.header-contact__text{font-family:TTNormsPro;font-weight:500;color:#121318}@media(max-width: 1300px){.header-contact__text{display:none}}.header-contact__link{font-family:TTNormsPro;font-weight:500;color:#121318;text-decoration:none}.header-contact__link:hover{color:#003595}@supports(-webkit-touch-callout: none){.header-mob-menu{-webkit-text-size-adjust:none;-moz-text-size-adjust:none;-ms-text-size-adjust:none;text-size-adjust:none;font-size:15px !important}.header-mob-menu-item{-webkit-text-size-adjust:none;-moz-text-size-adjust:none;-ms-text-size-adjust:none;text-size-adjust:none}.header-mob-menu-item__link{font-size:15px !important;line-height:1.2 !important}.header-mob-submenu-item{-webkit-text-size-adjust:none;-moz-text-size-adjust:none;-ms-text-size-adjust:none;text-size-adjust:none}.header-mob-submenu-item__link{font-size:16px !important;line-height:1.2 !important}}.main-page{background-image:url("/local/templates/oni-system-2025/css/../images/decor.png");background-size:865px;background-repeat:no-repeat;background-position:left bottom}@media screen and (max-width: 1023.98px){.main-page{background-image:none}}.main-banner__content{display:-webkit-box;display:-ms-flexbox;display:flex;gap:15px;margin-bottom:40px}.main-banner__sidebar{width:300px}@media(max-width: 1300px){.main-banner__sidebar{width:235px}}@media(max-width: 950px){.main-banner__sidebar{display:none}}.main-banner__banner{-webkit-box-flex:1;-ms-flex:1;flex:1;width:calc(100% - 315px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media(max-width: 1300px){.main-banner__banner{width:calc(100% - 250px)}}.catalog-menu{border:1px solid #d9d9d9;padding:15px 20px 15px 10px;border-top:0}@media(max-width: 1150px){.catalog-menu{height:480px;overflow:auto}}.catalog-menu::-webkit-scrollbar{width:3px}.catalog-menu::-webkit-scrollbar-track{background:#fff}.catalog-menu::-webkit-scrollbar-thumb{background-color:#003595}.catalog-menu-item:not(:last-child){margin-bottom:15px}.catalog-menu-item__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;color:#121318;font-family:TTNormsPro;text-decoration:none}.catalog-menu-item__icon{margin-right:5px}.catalog-menu-item__text{font-size:14px;font-weight:600;line-height:20px}@media(max-width: 1300px){.catalog-menu-item__text{font-size:12px}}.main-slider{margin-top:25px}.main-slider__container{height:444px;position:relative}@media(max-width: 1300px){.main-slider__container{height:385px}}@media(max-width: 1280px){.main-slider__container{height:330px}}@media(max-width: 1150px){.main-slider__container{height:260px}}@media(max-width: 1023px){.main-slider__container{height:328px}}@media(max-width: 1023px){.main-slider__container{height:unset}}.main-slider__list{height:100%}.main-slider__list .slick-list,.main-slider__list .slick-track{height:100%}.main-slider__item{display:block;height:100%;overflow:hidden}.main-slider__item img{display:block;max-width:100%;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.main-slider__arrows{position:absolute;left:35px;bottom:5px;z-index:1}@media(max-width: 750px){.main-slider__arrows{left:20px}}.main-slider__nav{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;margin:15px 0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.main-slider__nav .slick-dots{margin:0;padding:0;border:0;font-size:100%;font-weight:normal;vertical-align:baseline;background:rgba(0,0,0,0);list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.main-slider__nav .slick-dots button{cursor:pointer;margin:0;width:auto;overflow:visible}.main-slider__nav .slick-dots li{-webkit-box-sizing:inherit;box-sizing:inherit;margin:0;padding:0;border:0;font-size:100%;font-weight:normal;vertical-align:baseline;background:rgba(0,0,0,0);width:30px;overflow:hidden;margin:7px;height:3px}.main-slider__nav .slick-dots li button{display:block;width:100%;height:100%;background:#a8a8a8;border-radius:0;margin:0 !important;border:0;-webkit-box-shadow:none;box-shadow:none;content:none;color:rgba(0,0,0,0)}.main-slider__nav .slick-dots li.slick-active button{background:#003595}.main-slider-arrows{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:72px}.main-slider-arrows__prev{width:32px;height:32px;border-radius:50%}.main-slider-arrows__prev svg{width:32px;height:32px;fill:#fff}.main-slider-arrows__next{width:32px;height:32px;border-radius:50%;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.main-slider-arrows__next svg{width:32px;height:32px;fill:#fff}.main-slider-pagination .slick-list{margin:0 -6px}.main-slider-pagination__list{width:100%;overflow:hidden;margin-top:15px}.main-slider-pagination__wrapper{height:100%}.main-slider-pagination__item{overflow:hidden;padding:0 8px}.main-slider-pagination__item img{display:block;-o-object-fit:cover;object-fit:cover;width:100%;height:100%;max-width:unset}.sidebar-news{border:1px solid #d9d9d9;margin:15px 0;padding:0 10px}@media(max-width: 1300px){.sidebar-news{display:none}}.sidebar-news__item:not(:last-child){border-bottom:1px solid #d9d9d9}.sidebar-news-item{display:block;text-decoration:none;padding:15px 0}.sidebar-news-item__title{color:#121318;font-family:TTNormsPro;font-size:14px;font-weight:700;line-height:140%}.sidebar-news-item__date{color:#777;font-family:TTNormsPro;font-size:16px;font-weight:400;line-height:140%}.main-news{margin:60px 0}@media(max-width: 950px){.main-news{margin-top:0}}.main-news__content{display:-webkit-box;display:-ms-flexbox;display:flex;gap:30px}@media(max-width: 950px){.main-news__content{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.main-news__list{width:580px}@media(max-width: 1300px){.main-news__list{width:50%;-webkit-box-flex:1;-ms-flex:1;flex:1}}@media(max-width: 950px){.main-news__list{width:100%}}.main-news__promo{-webkit-box-flex:1;-ms-flex:1;flex:1}@media(max-width: 1300px){.main-news__promo{width:590px}}@media(max-width: 1150px){.main-news__promo{width:485px}}@media(max-width: 950px){.main-news__promo{width:100%}}.main-news-list__title{color:#121318;font-family:DrukTextWideCyr;font-size:40px;font-weight:700;line-height:120%;margin-bottom:25px}@media(max-width: 1300px){.main-news-list__title{font-size:32px}}@media screen and (max-width: 1023.98px){.main-news-list__title{font-size:26px}}@media screen and (max-width: 389.98px){.main-news-list__title{font-size:14px}}.main-news-list-items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:40px;gap:25px}.main-news-list-item{font-size:16px;font-family:TTNormsPro;line-height:140%;display:block;text-decoration:none}@media(max-width: 1300px){.main-news-list-item{font-size:14px}}.main-news-list-item:not(:last-child){border-bottom:1px solid #d9d9d9;padding-bottom:20px}.main-news-list-item__title{color:#121318;font-weight:700;margin-bottom:10px}.main-news-list-item__date{color:#777;font-weight:400}.main-news-promo{-webkit-box-flex:1;-ms-flex:1;flex:1;display:block;text-decoration:none;max-width:680px}@media(max-width: 950px){.main-news-promo{max-width:unset}}.main-news-promo__inner{overflow:hidden;border:1.5px solid #d9d9d9;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.main-news-promo__img{max-height:400px;overflow:hidden}.main-news-promo__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.main-news-promo__info{padding:25px 30px;font-family:TTNormsPro}@media(max-width: 950px){.main-news-promo__info{padding:20px 15px}}.main-news-promo__title{color:#121318;font-size:24px;font-weight:700;line-height:125%;margin-bottom:10px;max-width:510px}@media(max-width: 1300px){.main-news-promo__title{font-size:18px}}@media(max-width: 1150px){.main-news-promo__title{font-size:16px}}.main-news-promo__date{color:#777;font-size:16px;font-weight:400;line-height:140%}@media(max-width: 1300px){.main-news-promo__date{font-size:14px}}@media(max-width: 1150px){.main-news-promo__date{font-size:16px}}.main-complex{padding-bottom:61px;font-family:TTNormsPro;position:relative}.main-complex__erp,.main-complex__scada,.main-complex__control,.main-complex__device{position:absolute;top:0;right:0;z-index:1}.main-complex__erp,.main-complex__erp>img,.main-complex__scada,.main-complex__scada>img,.main-complex__control,.main-complex__control>img,.main-complex__device,.main-complex__device>img{display:block}.main-complex__erp_1024px-d-none,.main-complex__scada_1024px-d-none,.main-complex__control_1024px-d-none,.main-complex__device_1024px-d-none{top:unset}@media screen and (min-width: 1024px){.main-complex__erp_1024px-d-none,.main-complex__scada_1024px-d-none,.main-complex__control_1024px-d-none,.main-complex__device_1024px-d-none{display:none}}.main-complex__erp_1024px-d-block,.main-complex__scada_1024px-d-block,.main-complex__control_1024px-d-block,.main-complex__device_1024px-d-block{display:none}@media screen and (min-width: 1024px){.main-complex__erp_1024px-d-block,.main-complex__scada_1024px-d-block,.main-complex__control_1024px-d-block,.main-complex__device_1024px-d-block{display:block}}.main-complex__erp{top:7px}@media screen and (max-width: 1439.98px){.main-complex__erp{top:4px}}@media screen and (max-width: 1023.98px){.main-complex__erp{position:static}}.main-complex__erp>img{height:118px}@media screen and (max-width: 1439.98px){.main-complex__erp>img{height:103px}}@media screen and (max-width: 1279.98px){.main-complex__erp>img{height:83px}}@media screen and (max-width: 1023.98px){.main-complex__erp>img{height:59px}}@media screen and (max-width: 1023.98px){.main-complex__scada{position:static}}.main-complex__scada>img{height:118px}@media screen and (max-width: 1439.98px){.main-complex__scada>img{height:103px}}@media screen and (max-width: 1279.98px){.main-complex__scada>img{height:83px}}@media screen and (max-width: 1023.98px){.main-complex__scada>img{height:59px}}@media screen and (max-width: 1023.98px){.main-complex__control{position:relative}}.main-complex__control>img{height:253px}@media screen and (max-width: 1439.98px){.main-complex__control>img{height:225px}}@media screen and (max-width: 1279.98px){.main-complex__control>img{height:180px}}@media screen and (max-width: 1023.98px){.main-complex__control>img{height:140px;width:100%;-o-object-position:right;object-position:right;-o-object-fit:contain;object-fit:contain}}@media screen and (max-width: 1023.98px){.main-complex__device{position:relative}}.main-complex__device>img{height:168px}@media screen and (max-width: 1439.98px){.main-complex__device>img{height:150px}}@media screen and (max-width: 1279.98px){.main-complex__device>img{height:119px}}@media screen and (max-width: 1023.98px){.main-complex__device>img{height:106px;width:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:right;object-position:right}}.main-complex__row-1{margin-bottom:6px}@media screen and (max-width: 1023.98px){.main-complex__row-1{margin-bottom:0}}.main-complex__row-2{margin-bottom:6px}@media screen and (max-width: 1023.98px){.main-complex__row-2{margin-bottom:0}}.main-complex__title{color:#121318;font-family:DrukTextWideCyr;font-size:40px;font-weight:700;line-height:1.2;max-width:940px;text-transform:uppercase}@media screen and (max-width: 1439.98px){.main-complex__title{font-size:35px}}@media screen and (max-width: 1279.98px){.main-complex__title{font-size:28px}}@media screen and (max-width: 1023.98px){.main-complex__title{font-size:20px}}@media screen and (max-width: 389.98px){.main-complex__title{font-size:14px}}.main-complex__subtitle{margin-bottom:10px;font-family:TTNormsPro;font-size:20px;font-weight:500}@media screen and (max-width: 1439.98px){.main-complex__subtitle{font-size:16px}}@media screen and (max-width: 1279.98px){.main-complex__subtitle{font-size:14px}}@media screen and (max-width: 1023.98px){.main-complex__subtitle{margin-bottom:0;font-size:12px}}.main-complex-row{position:relative}.main-complex-row-1{background-image:url("/local/templates/oni-system-2025/css/../images/row-1-bg.png");background-size:cover}.main-complex-row-1__container{height:115px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 1439.98px){.main-complex-row-1__container{height:105px}}@media screen and (max-width: 1279.98px){.main-complex-row-1__container{height:85px}}@media screen and (max-width: 1023.98px){.main-complex-row-1__container{height:60px}}.main-complex-row-1-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none}@media screen and (max-width: 1023.98px){.main-complex-row-1-link{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:12px}}.main-complex-row-1-link__text{margin-right:83px;font-size:14px;font-weight:700;text-transform:uppercase;color:#121318;width:438px}@media screen and (max-width: 1439.98px){.main-complex-row-1-link__text{width:391px;margin-right:74px}}@media screen and (max-width: 1279.98px){.main-complex-row-1-link__text{width:311px;margin-right:59px;font-size:11px}}@media screen and (max-width: 1023.98px){.main-complex-row-1-link__text{margin-right:unset;font-size:8px;width:222px}}.main-complex-row-1-link__logo,.main-complex-row-1-link__logo>img{width:225px;height:auto}@media screen and (max-width: 1439.98px){.main-complex-row-1-link__logo,.main-complex-row-1-link__logo>img{width:200px}}@media screen and (max-width: 1279.98px){.main-complex-row-1-link__logo,.main-complex-row-1-link__logo>img{width:156px}}@media screen and (max-width: 1023.98px){.main-complex-row-1-link__logo,.main-complex-row-1-link__logo>img{width:100%;max-width:115px}}.main-complex-row-2{background-image:url("/local/templates/oni-system-2025/css/../images/row-2-bg.png");background-size:cover}.main-complex-row-2__inner{position:relative;height:250px}@media screen and (max-width: 1439.98px){.main-complex-row-2__inner{height:220px}}@media screen and (max-width: 1279.98px){.main-complex-row-2__inner{height:178px}}@media screen and (max-width: 1023.98px){.main-complex-row-2__inner{height:223px}}@media screen and (max-width: 389.98px){.main-complex-row-2__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px;height:auto;min-height:223px;padding-top:20px;padding-bottom:20px}}.main-complex-row-2-link{display:-webkit-box;display:-ms-flexbox;display:flex;text-decoration:none;position:absolute}@media screen and (max-width: 1023.98px){.main-complex-row-2-link{padding:0 !important}}@media screen and (max-width: 389.98px){.main-complex-row-2-link{position:static}}.main-complex-row-2-link__text{font-size:11px;font-weight:700;color:#121318;letter-spacing:-0.6px}@media screen and (max-width: 1439.98px){.main-complex-row-2-link__text{font-size:10px}}@media screen and (max-width: 1279.98px){.main-complex-row-2-link__text{font-size:9px;letter-spacing:-0.4px}}@media screen and (max-width: 1023.98px){.main-complex-row-2-link__text{font-size:7px}}.main-complex-row-2-link__logo,.main-complex-row-2-link__logo>img{display:block}.main-complex-row-2-link:nth-child(1){top:0;left:0;padding-top:10px}@media screen and (max-width: 1439.98px){.main-complex-row-2-link:nth-child(1){padding-top:9px}}@media screen and (max-width: 1279.98px){.main-complex-row-2-link:nth-child(1){top:22px;font-size:7px}}.main-complex-row-2-link:nth-child(1) .main-complex-row-2-link__text{margin-right:18px;width:154px}@media screen and (max-width: 1439.98px){.main-complex-row-2-link:nth-child(1) .main-complex-row-2-link__text{width:149px;margin-right:16px}}@media screen and (max-width: 1279.98px){.main-complex-row-2-link:nth-child(1) .main-complex-row-2-link__text{margin-right:13px;width:119px}}@media screen and (max-width: 1023.98px){.main-complex-row-2-link:nth-child(1) .main-complex-row-2-link__text{margin-right:10px;width:95px}}.main-complex-row-2-link:nth-child(1) .main-complex-row-2-link__logo{margin-top:11px}@media screen and (max-width: 1439.98px){.main-complex-row-2-link:nth-child(1) .main-complex-row-2-link__logo{margin-top:9px;font-size:10px;width:84px}}@media screen and (max-width: 1279.98px){.main-complex-row-2-link:nth-child(1) .main-complex-row-2-link__logo{margin-top:7px;width:67px}}@media screen and (max-width: 1023.98px){.main-complex-row-2-link:nth-child(1) .main-complex-row-2-link__logo{margin-top:0;width:41px}}.main-complex-row-2-link:nth-child(2){top:0;left:288px;padding-top:10px}@media screen and (max-width: 1439.98px){.main-complex-row-2-link:nth-child(2){padding-top:9px}}@media screen and (max-width: 1279.98px){.main-complex-row-2-link:nth-child(2){left:230px;font-size:7px}}@media screen and (max-width: 1023.98px){.main-complex-row-2-link:nth-child(2){left:170px;top:22px}}.main-complex-row-2-link:nth-child(2) .main-complex-row-2-link__text{width:213px}@media screen and (max-width: 1279.98px){.main-complex-row-2-link:nth-child(2) .main-complex-row-2-link__text{width:182px}}@media screen and (max-width: 1023.98px){.main-complex-row-2-link:nth-child(2) .main-complex-row-2-link__text{width:135px}}.main-complex-row-2-link:nth-child(2) .main-complex-row-2-link__logo{margin-top:18px}@media screen and (max-width: 1439.98px){.main-complex-row-2-link:nth-child(2) .main-complex-row-2-link__logo{margin-left:-30px;margin-top:15px;width:106px}}@media screen and (max-width: 1279.98px){.main-complex-row-2-link:nth-child(2) .main-complex-row-2-link__logo{margin-left:-18px;margin-top:12px;width:83px}}@media screen and (max-width: 1023.98px){.main-complex-row-2-link:nth-child(2) .main-complex-row-2-link__logo{margin-top:6px;margin-left:0;top:0;width:53px}}.main-complex-row-2-link:nth-child(3){top:0;left:695px;padding-top:10px}@media screen and (max-width: 1439.98px){.main-complex-row-2-link:nth-child(3){padding-top:9px;left:600px}}@media screen and (max-width: 1279.98px){.main-complex-row-2-link:nth-child(3){left:505px;font-size:7px}}@media screen and (max-width: 1023.98px){.main-complex-row-2-link:nth-child(3){top:154px;left:0}}.main-complex-row-2-link:nth-child(3) .main-complex-row-2-link__text{width:196px}@media screen and (max-width: 1439.98px){.main-complex-row-2-link:nth-child(3) .main-complex-row-2-link__text{width:174px}}@media screen and (max-width: 1279.98px){.main-complex-row-2-link:nth-child(3) .main-complex-row-2-link__text{width:150px}}@media screen and (max-width: 1023.98px){.main-complex-row-2-link:nth-child(3) .main-complex-row-2-link__text{margin-top:6px;width:120px}}.main-complex-row-2-link:nth-child(3) .main-complex-row-2-link__logo{margin-top:13px}@media screen and (max-width: 1439.98px){.main-complex-row-2-link:nth-child(3) .main-complex-row-2-link__logo{margin-top:11px;width:59px}}@media screen and (max-width: 1279.98px){.main-complex-row-2-link:nth-child(3) .main-complex-row-2-link__logo{margin-top:9px;margin-left:-15px;width:47px}}@media screen and (max-width: 1023.98px){.main-complex-row-2-link:nth-child(3) .main-complex-row-2-link__logo{margin-top:0;margin-left:0;width:34px}}.main-complex-row-2-link:nth-child(4){top:119px;left:0}@media screen and (max-width: 1439.98px){.main-complex-row-2-link:nth-child(4){top:106px}}@media screen and (max-width: 1279.98px){.main-complex-row-2-link:nth-child(4){top:84px}}@media screen and (max-width: 1023.98px){.main-complex-row-2-link:nth-child(4){top:79px}}.main-complex-row-2-link:nth-child(4) .main-complex-row-2-link__text{margin-top:21px;width:168px}@media screen and (max-width: 1439.98px){.main-complex-row-2-link:nth-child(4) .main-complex-row-2-link__text{margin-top:19px;width:145px}}@media screen and (max-width: 1279.98px){.main-complex-row-2-link:nth-child(4) .main-complex-row-2-link__text{margin-top:14px;width:120px}}@media screen and (max-width: 1439.98px){.main-complex-row-2-link:nth-child(4) .main-complex-row-2-link__logo{width:53px}}@media screen and (max-width: 1279.98px){.main-complex-row-2-link:nth-child(4) .main-complex-row-2-link__logo{width:43px}}@media screen and (max-width: 1023.98px){.main-complex-row-2-link:nth-child(4) .main-complex-row-2-link__logo{width:31px}}.main-complex-row-2-link:nth-child(5){top:139px;left:292px}@media screen and (max-width: 1439.98px){.main-complex-row-2-link:nth-child(5){top:124px;left:257px}}@media screen and (max-width: 1279.98px){.main-complex-row-2-link:nth-child(5){top:99px;left:201px}}@media screen and (max-width: 1023.98px){.main-complex-row-2-link:nth-child(5){top:87px;left:170px}}.main-complex-row-2-link:nth-child(5) .main-complex-row-2-link__text{width:198px}@media screen and (max-width: 1439.98px){.main-complex-row-2-link:nth-child(5) .main-complex-row-2-link__text{width:178px}}@media screen and (max-width: 1279.98px){.main-complex-row-2-link:nth-child(5) .main-complex-row-2-link__text{width:155px}}@media screen and (max-width: 1023.98px){.main-complex-row-2-link:nth-child(5) .main-complex-row-2-link__text{width:125px}}.main-complex-row-2-link:nth-child(5) .main-complex-row-2-link__logo{margin-left:-37px}@media screen and (max-width: 1439.98px){.main-complex-row-2-link:nth-child(5) .main-complex-row-2-link__logo{margin-left:-34px;width:72px}}@media screen and (max-width: 1279.98px){.main-complex-row-2-link:nth-child(5) .main-complex-row-2-link__logo{margin-left:-20px;width:57px}}@media screen and (max-width: 1023.98px){.main-complex-row-2-link:nth-child(5) .main-complex-row-2-link__logo{margin-top:-5px;margin-left:0;width:47px}}.main-complex-row-2-link:nth-child(6){top:141px;left:588px}@media screen and (max-width: 1439.98px){.main-complex-row-2-link:nth-child(6){top:124px;left:521px}}@media screen and (max-width: 1279.98px){.main-complex-row-2-link:nth-child(6){top:104px;left:420px}}@media screen and (max-width: 1023.98px){.main-complex-row-2-link:nth-child(6){top:155px;left:170px}}.main-complex-row-2-link:nth-child(6) .main-complex-row-2-link__text{width:182px}@media screen and (max-width: 1439.98px){.main-complex-row-2-link:nth-child(6) .main-complex-row-2-link__text{width:161px}}@media screen and (max-width: 1279.98px){.main-complex-row-2-link:nth-child(6) .main-complex-row-2-link__text{width:140px}}@media screen and (max-width: 1023.98px){.main-complex-row-2-link:nth-child(6) .main-complex-row-2-link__text{width:110px}}.main-complex-row-2-link:nth-child(6) .main-complex-row-2-link__logo{margin-top:18px;margin-left:-36px}@media screen and (max-width: 1439.98px){.main-complex-row-2-link:nth-child(6) .main-complex-row-2-link__logo{margin-top:12px;width:111px}}@media screen and (max-width: 1279.98px){.main-complex-row-2-link:nth-child(6) .main-complex-row-2-link__logo{width:90px;margin-top:9px;margin-left:-16px}}@media screen and (max-width: 1023.98px){.main-complex-row-2-link:nth-child(6) .main-complex-row-2-link__logo{margin-left:11px;margin-top:9px;width:63px}}.main-complex-row-3{background-image:url("/local/templates/oni-system-2025/css/../images/row-3-bg.png");background-size:cover}.main-complex-row-3__inner{position:relative;height:168px}@media screen and (max-width: 1439.98px){.main-complex-row-3__inner{height:150px}}@media screen and (max-width: 1279.98px){.main-complex-row-3__inner{height:119px}}@media screen and (max-width: 1023.98px){.main-complex-row-3__inner{height:200px}}@media screen and (max-width: 389.98px){.main-complex-row-3__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px;height:auto;min-height:153px;padding-top:20px;padding-bottom:20px}}.main-complex-row-3-link{display:-webkit-box;display:-ms-flexbox;display:flex;text-decoration:none;position:absolute}@media screen and (max-width: 1023.98px){.main-complex-row-3-link{padding:0 !important}}@media screen and (max-width: 389.98px){.main-complex-row-3-link{position:static}}.main-complex-row-3-link__text{font-size:11px;font-weight:700;color:#121318;letter-spacing:-0.6px}@media screen and (max-width: 1439.98px){.main-complex-row-3-link__text{font-size:10px}}@media screen and (max-width: 1279.98px){.main-complex-row-3-link__text{font-size:9px;letter-spacing:-0.4px}}.main-complex-row-3-link__logo,.main-complex-row-3-link__logo>img{display:block}.main-complex-row-3-link:nth-child(1){top:0;left:0;padding-top:12px}@media screen and (max-width: 1439.98px){.main-complex-row-3-link:nth-child(1){padding-top:11px}}@media screen and (max-width: 1279.98px){.main-complex-row-3-link:nth-child(1){padding-top:8px}}@media screen and (max-width: 1023.98px){.main-complex-row-3-link:nth-child(1){top:17px}}.main-complex-row-3-link:nth-child(1) .main-complex-row-3-link__text{width:170px}@media screen and (max-width: 1279.98px){.main-complex-row-3-link:nth-child(1) .main-complex-row-3-link__text{width:130px}}@media screen and (max-width: 1023.98px){.main-complex-row-3-link:nth-child(1) .main-complex-row-3-link__text{width:191px}}.main-complex-row-3-link:nth-child(1) .main-complex-row-3-link__logo{margin-top:62px;margin-left:-118px;width:90px}@media screen and (max-width: 1439.98px){.main-complex-row-3-link:nth-child(1) .main-complex-row-3-link__logo{width:80px}}@media screen and (max-width: 1279.98px){.main-complex-row-3-link:nth-child(1) .main-complex-row-3-link__logo{margin-top:46px;margin-left:-80px;width:64px}}@media screen and (max-width: 1023.98px){.main-complex-row-3-link:nth-child(1) .main-complex-row-3-link__logo{width:70px}}.main-complex-row-3-link:nth-child(2){top:0;left:200px;padding-top:12px}@media screen and (max-width: 1439.98px){.main-complex-row-3-link:nth-child(2){padding-top:11px;left:200px}}@media screen and (max-width: 1279.98px){.main-complex-row-3-link:nth-child(2){padding-top:8px;left:150px}}@media screen and (max-width: 1023.98px){.main-complex-row-3-link:nth-child(2){top:17px;left:207px}}.main-complex-row-3-link:nth-child(2) .main-complex-row-3-link__text{margin-right:18px;width:150px}@media screen and (max-width: 1439.98px){.main-complex-row-3-link:nth-child(2) .main-complex-row-3-link__text{width:140px}}@media screen and (max-width: 1279.98px){.main-complex-row-3-link:nth-child(2) .main-complex-row-3-link__text{width:130px}}.main-complex-row-3-link:nth-child(2) .main-complex-row-3-link__logo{margin-top:30px;margin-left:-16px}@media screen and (max-width: 1439.98px){.main-complex-row-3-link:nth-child(2) .main-complex-row-3-link__logo{margin-top:25px;margin-left:-30px;width:45px}}@media screen and (max-width: 1279.98px){.main-complex-row-3-link:nth-child(2) .main-complex-row-3-link__logo{width:36px}}@media screen and (max-width: 1023.98px){.main-complex-row-3-link:nth-child(2) .main-complex-row-3-link__logo{width:27px}}.main-complex-row-3-link:nth-child(3){top:0;left:420px;padding-top:12px}@media screen and (max-width: 1439.98px){.main-complex-row-3-link:nth-child(3){padding-top:11px;left:390px}}@media screen and (max-width: 1279.98px){.main-complex-row-3-link:nth-child(3){padding-top:8px;left:330px}}@media screen and (max-width: 1023.98px){.main-complex-row-3-link:nth-child(3){top:130px;left:0}}.main-complex-row-3-link:nth-child(3) .main-complex-row-3-link__text{width:130px}@media screen and (max-width: 1279.98px){.main-complex-row-3-link:nth-child(3) .main-complex-row-3-link__text{width:120px}}@media screen and (max-width: 1023.98px){.main-complex-row-3-link:nth-child(3) .main-complex-row-3-link__text{margin-right:20px;width:110px}}.main-complex-row-3-link:nth-child(3) .main-complex-row-3-link__logo{margin-top:60px;margin-left:-66px}@media screen and (max-width: 1439.98px){.main-complex-row-3-link:nth-child(3) .main-complex-row-3-link__logo{margin-top:52px;margin-left:-70px;width:97px}}@media screen and (max-width: 1279.98px){.main-complex-row-3-link:nth-child(3) .main-complex-row-3-link__logo{margin-top:40px;width:77px}}@media screen and (max-width: 1023.98px){.main-complex-row-3-link:nth-child(3) .main-complex-row-3-link__logo{margin-top:10px;margin-left:0;width:41px}}.main-complex-row-3-link:nth-child(4){top:0;left:610px;padding-top:12px}@media screen and (max-width: 1439.98px){.main-complex-row-3-link:nth-child(4){padding-top:11px;left:550px}}@media screen and (max-width: 1279.98px){.main-complex-row-3-link:nth-child(4){padding-top:8px;left:480px}}@media screen and (max-width: 1023.98px){.main-complex-row-3-link:nth-child(4){top:130px;left:207px}}.main-complex-row-3-link:nth-child(4) .main-complex-row-3-link__text{width:130px}.main-complex-row-3-link:nth-child(4) .main-complex-row-3-link__logo{margin-top:60px;margin-left:-70px}@media screen and (max-width: 1439.98px){.main-complex-row-3-link:nth-child(4) .main-complex-row-3-link__logo{margin-top:46px;margin-left:-100px;width:75px}}@media screen and (max-width: 1279.98px){.main-complex-row-3-link:nth-child(4) .main-complex-row-3-link__logo{margin-left:-130px}}@media screen and (max-width: 1023.98px){.main-complex-row-3-link:nth-child(4) .main-complex-row-3-link__logo{margin-top:15px;margin-left:-20px}}.main-complex-row-3,.main-complex-row-2,.main-complex-row-1{overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:.9}.main-complex-row-3-link,.main-complex-row-2-link,.main-complex-row-1-link{z-index:3}.main-complex-row-3-link img,.main-complex-row-2-link img,.main-complex-row-1-link img{-webkit-filter:drop-shadow(-12px 24px 29px rgba(0, 0, 0, 0.33));filter:drop-shadow(-12px 24px 29px rgba(0, 0, 0, 0.33));-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition:-webkit-filter 300ms;transition:-webkit-filter 300ms;transition:filter 300ms;transition:filter 300ms, -webkit-filter 300ms}@media(hover: hover)and (pointer: fine){.main-complex-row-3-link:hover img,.main-complex-row-2-link:hover img,.main-complex-row-1-link:hover img{-webkit-filter:drop-shadow(-6px -3px 21px #3FC1C5) drop-shadow(1px 0 12px #0050B6);filter:drop-shadow(-6px -3px 21px #3FC1C5) drop-shadow(1px 0 12px #0050B6);-webkit-transform:translateZ(0);transform:translateZ(0)}}.main-complex-headline{position:static}@media screen and (max-width: 1023.98px){.main-complex-headline{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:0}}@media screen and (max-width: 1023.98px){.main-complex-headline__heding{padding-bottom:15px}}.main-complex-headline__erp-n-scada{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-ms-flex-negative:0;flex-shrink:0}.main-projects-slider{margin:100px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px;overflow:hidden}.main-projects-slider__info{width:100%}.main-projects-slider__list{width:100%}@media(max-width: 950px){.main-projects-slider__list{display:none}}.main-projects-slider__list .slick-list{height:100%}.main-projects-slider__list .slick-track{height:100%}.main-projects-slider__more{margin-top:40px}@media(max-width: 950px){.main-projects-slider__more{display:none}}.main-projects-slider-list{height:500px !important;overflow:hidden}@media(max-width: 1280px){.main-projects-slider-list{height:460px !important}}@media(max-width: 1150px){.main-projects-slider-list{height:380px !important}}.main-projects-slider-list .slick-list{height:100% !important}.main-projects-slider-list::after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:64px;background:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));background:linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%)}@media(max-width: 950px){.main-projects-slider-list::after{content:unset}}.main-projects-slider-list__row{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;width:100%}.main-projects-slider-dots{position:absolute;left:100%;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.main-projects-slider-dots .slick-dots li{-webkit-box-sizing:inherit;box-sizing:inherit;margin:0;padding:0;border:0;font-size:100%;font-weight:normal;vertical-align:baseline;background:rgba(0,0,0,0);height:25px;overflow:hidden;margin:7px;width:3px}.main-projects-slider-dots .slick-dots li button{display:block;width:100%;height:100%;background:#a8a8a8;margin:0 !important;border:0;-webkit-box-shadow:none;box-shadow:none;content:none;color:rgba(0,0,0,0)}.main-projects-slider-dots .slick-dots li.slick-active button{background:#003595}.main-projects-slider-info{height:255px;padding:80px 0;position:relative;margin-bottom:55px}@media(max-width: 1024px){.main-projects-slider-info{padding:50px 0;height:180px}}@media(max-width: 950px){.main-projects-slider-info{margin-bottom:unset;height:unset;padding:30px 0}}.main-projects-slider-info::before{content:"";background-color:#003595;position:absolute;left:0;top:0;width:60%;height:100%;-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:skewX(-40deg);-ms-transform:skewX(-40deg);transform:skewX(-40deg)}@media(max-width: 950px){.main-projects-slider-info::before{width:100%;-webkit-transform:unset;-ms-transform:unset;transform:unset}}.main-projects-slider-info::after{content:"";background-color:#003595;position:absolute;z-index:-1;left:0;top:0;width:60%;height:100%}@media(max-width: 950px){.main-projects-slider-info::after{content:unset}}.main-projects-slider-info__title{color:#fff;font-family:DrukTextWideCyr;font-size:50px;font-weight:1000;line-height:100%;text-transform:uppercase}@media(max-width: 1280px){.main-projects-slider-info__title{font-size:43px}}@media(max-width: 1024px){.main-projects-slider-info__title{font-size:34px}}@media(max-width: 950px){.main-projects-slider-info__title{font-size:24px}}.main-projects-slider-info__descr{display:none;color:#121318;font-family:TTNormsPro;font-size:14px;font-weight:400;line-height:130%;margin-top:25px}@media(max-width: 950px){.main-projects-slider-info__descr{display:block}}.main-projects-slider-item{min-height:450px;padding:8px;-webkit-box-flex:1;-ms-flex:1;flex:1}@media(max-width: 1280px){.main-projects-slider-item{height:390px}}@media(max-width: 1150px){.main-projects-slider-item{height:315px}}.main-projects-slider-item__inner{height:100%;overflow:hidden;border:1.5px solid #d9d9d9;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.main-projects-slider-item__pic{aspect-ratio:1000/700;overflow:hidden}.main-projects-slider-item__pic img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;scale:1;-webkit-transition:scale .3s;transition:scale .3s}.main-projects-slider-item__pic:hover img{scale:1.1;-webkit-transition:scale .3s;transition:scale .3s}.main-projects-slider-item__info{padding:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-flex:1;-ms-flex:1;flex:1}.main-projects-slider-item__name{color:#121318;font-family:TTNormsPro;font-size:20px;font-weight:700;line-height:120%;text-decoration:none}@media(max-width: 1280px){.main-projects-slider-item__name{font-size:17px}}.main-projects-slider-item__name:hover{color:#003595}.main-projects-slider-item__city{color:#121318;font-family:TTNormsPro;font-size:14px;font-weight:500;line-height:140%;margin-top:5px}@media(max-width: 1280px){.main-projects-slider-item__city{font-size:12px}}.main-projects-slider-item__descr{color:#777;font-family:TTNormsPro;font-size:14px;font-weight:400;line-height:140%;max-height:60px;overflow:hidden}.main-projects-slider-item__descr a{text-decoration:none;color:#fff}@media(max-width: 1280px){.main-projects-slider-item__descr{font-size:12px}}.main-projects-slider__list-mob{display:none;width:100%}@media(max-width: 950px){.main-projects-slider__list-mob{display:block;height:530px}}@media(max-width: 850px){.main-projects-slider__list-mob{width:850px}}@media(max-width: 600px){.main-projects-slider__list-mob{width:600px}}.main-projects-slider__list-mob .main-projects-slider-list{height:455px !important}.main-projects-slider__list-mob .main-projects-slider-item{height:450px;padding:8px;-webkit-box-flex:1;-ms-flex:1;flex:1}.main-projects-slider__list-mob .main-projects-slider-item__inner{height:100%;overflow:hidden;border:1.5px solid #d9d9d9;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.main-projects-slider__list-mob .main-projects-slider-item__pic{height:235px;width:100%}.main-projects-slider__list-mob .main-projects-slider-item__name{font-size:20px}.main-projects-slider__list-mob .main-projects-slider-item__city{font-size:14px}.main-projects-slider__list-mob .main-projects-slider-item__descr{font-size:14px}.main-projects-slider-arrows{display:none;position:relative;gap:10px;margin-top:20px}@media(max-width: 950px){.main-projects-slider-arrows{display:-webkit-box;display:-ms-flexbox;display:flex;left:5px;bottom:0}}.main-projects-slider-arrows__prev{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.main-projects-slider-arrows__next,.main-projects-slider-arrows__prev{width:12px;height:15px;cursor:pointer;margin:0 6px}.main-projects-slider-arrows__next svg,.main-projects-slider-arrows__prev svg{width:12px;height:16px;fill:#121318}.faq-page .search-form{position:relative;padding:10px 0;display:unset}.faq-page .accordion-list{padding:10px 0}.faq-page .accordion-item--opened>.accordion-item__header .accordion-item__htitle .faq-question{color:#003595}.faq-page .faq-main{margin:30px 0}.faq-question{color:#121318;font-family:TTNormsPro;font-size:18px;font-weight:700;line-height:33.119px}@media(max-width: 1150px){.faq-question{font-size:17px}}@media(max-width: 950px){.faq-question{font-size:17px;line-height:20.457px}}@media(max-width: 500px){.faq-question{font-size:12px;line-height:20.457px}}.faq-answer{padding:10px;background-color:#003595;color:#fff;font-family:TTNormsPro;font-size:18px;font-weight:500;line-height:26px}@media(max-width: 1300px){.faq-answer{font-size:17px}}@media(max-width: 1150px){.faq-answer{font-size:16px}}@media(max-width: 500px){.faq-answer{margin:10px 0 10px 0;font-size:12px;line-height:14px}}.faq-answer.typography ul li::marker{color:#fff}.faq-answer.typography ol li::marker{color:#fff}.corporate-identity-content{margin:30px 0 70px 0}.corporate-identity-files{font-size:18px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:20px;margin:30px 0}@media(max-width: 950px){.corporate-identity-files{font-size:16px}}@media(max-width: 650px){.corporate-identity-files{font-size:14px}}.corporate-identity-file{display:-webkit-box;display:-ms-flexbox;display:flex}.corporate-identity-file__link{display:-webkit-box;display:-ms-flexbox;display:flex;font-weight:500px}.corporate-identity-file__link .icon{width:20px;height:20px}.catalogs-content{margin-bottom:100px}.catalog-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -10px}.catalog-list-item{padding:10px;width:20%}@media(max-width: 1300px){.catalog-list-item{width:25%}}@media(max-width: 950px){.catalog-list-item{width:33.3333%}}@media(max-width: 650px){.catalog-list-item{width:50%}}@media(max-width: 450px){.catalog-list-item{width:100%}}.catalog-list-card{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;border:1px solid #a3a7aa}.catalog-list-card__preview{aspect-ratio:250/354;display:block}.catalog-list-card__preview img{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.catalog-list-card__name{display:block;font-size:16px;font-weight:700;line-height:1.1;-webkit-box-flex:1;-ms-flex:1;flex:1;color:#121318;padding:5px}@media(max-width: 650px){.catalog-list-card__name{font-size:14px}}.catalog-list-card__name:hover{color:#003595}.catalog-list-card__download .download-link{color:#fff}@media(max-width: 650px){.catalog-list-card__download .download-link{font-size:14px}}.catalog-list-card__download .download-link__icon>svg{stroke:#fff}.catalog-list-card__download .download-link:hover{color:#003595}.catalog-list-card__download .download-link:hover__icon>svg{stroke:#003595}.tech-support__socials{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:85px;margin:60px 0}@media(max-width: 950px){.tech-support__socials{gap:10px;margin:25px 0}}.tech-support__socials .btn{-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:20px;font-weight:700;line-height:29.265px;cursor:pointer}@media(max-width: 1300px){.tech-support__socials .btn{font-size:17px;line-height:25.425px}}@media(max-width: 700px){.tech-support__socials .btn{font-size:12px;line-height:15.524px;padding-left:10px;padding-right:10px}}.tech-support__description{color:#121318;font-family:TTNormsPro;font-size:24px;font-weight:500;line-height:34px}@media(max-width: 1300px){.tech-support__description{font-size:20px;line-height:28.774px}}@media(max-width: 1150px){.tech-support__description{font-size:17px}}@media(max-width: 500px){.tech-support__description{font-size:14px}}.tech-support-schemes{display:-webkit-box;display:-ms-flexbox;display:flex;margin:60px 0}@media(max-width: 950px){.tech-support-schemes{margin:25px 0}}@media(max-width: 700px){.tech-support-schemes{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 -15px}}.tech-support-schemes__info{width:540px}@media(max-width: 1300px){.tech-support-schemes__info{width:485px}}@media(max-width: 1150px){.tech-support-schemes__info{width:400px}}@media(max-width: 700px){.tech-support-schemes__info{width:100%}}.tech-support-schemes__map{min-height:400px;-webkit-box-flex:1;-ms-flex:1;flex:1}@media(max-width: 700px){.tech-support-schemes__map{padding:30px 15px}}@media(max-width: 700px){.tech-support-schemes__map iframe{min-height:360px}}.tech-support__description{font-size:18px}@media(max-width: 750px){.tech-support__description{font-size:16px}}@media(max-width: 450px){.tech-support__description{font-size:14px}}.contacts-block__row{display:-webkit-box;display:-ms-flexbox;display:flex;margin:20px 0}@media(max-width: 650px){.contacts-block__row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:10px}}.contact{font-size:18px}@media(max-width: 750px){.contact{font-size:16px}}@media(max-width: 450px){.contact{font-size:14px}}.contact__label{font-weight:500}.contact__link{color:#121318;text-decoration:none}.contact__link:hover{color:#003595}.support-schemes-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#d6d8d5;padding:35px 40px;min-height:530px}@media(max-width: 700px){.support-schemes-info{min-height:unset}}.support-schemes-info__title{color:#121318;font-family:TTNormsPro;font-size:21.19px;font-weight:700;line-height:26.487px;margin-bottom:40px}@media(max-width: 1300px){.support-schemes-info__title{font-size:17px;line-height:23.013px}}@media(max-width: 1150px){.support-schemes-info__title{font-size:15.658px;line-height:19.572px}}@media(max-width: 500px){.support-schemes-info__title{font-size:14px;line-height:14.113px}}.support-scheme-items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:30px}.support-scheme-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.support-scheme-item a{display:-webkit-box;display:-ms-flexbox;display:flex;color:#121318;font-family:TTNormsPro;font-size:18.541px;font-weight:700;line-height:26.514px;text-decoration:none}@media(max-width: 1300px){.support-scheme-item a{font-size:17px;line-height:23.036px}}@media(max-width: 1150px){.support-scheme-item a{font-size:13.701px;line-height:19.592px}}@media(max-width: 500px){.support-scheme-item a{font-size:12px;line-height:14.127px}}.support-scheme-item a:hover{color:#121318;text-decoration:underline}.support-scheme-item span{display:inline-block;-webkit-box-flex:1;-ms-flex:1;flex:1;color:#121318;font-family:TTNormsPro;font-size:18.541px;font-weight:700;line-height:26.514px}@media(max-width: 1300px){.support-scheme-item span{font-size:17px;line-height:23.036px}}@media(max-width: 1150px){.support-scheme-item span{font-size:13.701px;line-height:19.592px}}@media(max-width: 500px){.support-scheme-item span{font-size:12px;line-height:14.127px}}.support-scheme-item .icon{width:28px;height:28px;display:inline-block}.projects-items{margin-bottom:50px}.projects{margin-bottom:35px;position:relative}.projects__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-column-gap:100px;-moz-column-gap:100px;column-gap:100px;margin-top:60px;margin-bottom:80px}@media(max-width: 950px){.projects__header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media(max-width: 950px){.projects__header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:30px;margin-top:30px;margin-bottom:40px}}.projects__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin:40px 0}.projects__footer .btn{font-size:23px;font-weight:700;line-height:20.02px;min-width:375px;padding:20px}@media(max-width: 1150px){.projects__footer .btn{font-size:20px}}@media(max-width: 500px){.projects__footer .btn{font-size:14px;padding:10px}}@media(max-width: 375px){.projects__footer .btn{min-width:230px}}.projects-item{display:-webkit-box;display:-ms-flexbox;display:flex;gap:55px;font-family:TTNormsPro;padding:40px 0}.projects-item:not(:last-child){border-bottom:1px solid #d6d8d5}@media(max-width: 500px){.projects-item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:25px 0;gap:30px}}.projects-item__info{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px;padding:10px 0}.projects-item__img{width:282px;height:212px;position:relative}@media(max-width: 1300px){.projects-item__img{width:235px;height:155px}}@media(max-width: 1150px){.projects-item__img{width:196px;height:130px}}@media(max-width: 950px){.projects-item__img{min-width:196px}}@media(max-width: 500px){.projects-item__img{width:100%;height:unset;aspect-ratio:362/212;overflow:hidden}}.projects-item__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s}.projects-item__img::before{content:"";position:absolute;width:100%;height:100%;background-color:#003595}.projects-item__date{color:#a1a5a7;font-size:14px;font-weight:1000;line-height:20.02px;font-family:DrukTextWideCyr}@media(max-width: 1150px){.projects-item__date{font-size:13px;line-height:17.542px}}@media(max-width: 950px){.projects-item__date{font-size:12px;line-height:1}}@media(max-width: 500px){.projects-item__date{font-size:12px;line-height:14.383px}}.projects-item__title{font-family:TTNormsPro;font-size:18px;font-style:normal;font-weight:700;line-height:100%;text-transform:uppercase;color:#121318;text-decoration:none;margin:0 0 15px 0}@media(max-width: 1150px){.projects-item__title{font-size:16px}}@media(max-width: 950px){.projects-item__title{font-size:16px;font-style:normal;font-weight:700;line-height:100%;text-transform:uppercase}}@media(max-width: 500px){.projects-item__title{font-size:16px;font-style:normal;font-weight:700;line-height:100%;text-transform:uppercase}}.projects-item__properties{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:3px}.projects-item__property{margin:0}.projects-item__property-label{font-family:TTNormsPro;font-size:18px;font-style:normal;font-weight:500;line-height:100%;color:#121318;white-space:nowrap}@media(max-width: 1150px){.projects-item__property-label{font-size:16px}}@media(max-width: 950px){.projects-item__property-label{font-size:12px;font-style:normal;font-weight:500;line-height:112%}}@media(max-width: 500px){.projects-item__property-label{font-size:12px;font-style:normal;font-weight:500;line-height:112%}}.projects-item__property-value{font-family:TTNormsPro;font-size:16px;font-style:normal;font-weight:400;line-height:100%;color:#121318}@media(max-width: 1150px){.projects-item__property-value{font-size:14px}}@media(max-width: 950px){.projects-item__property-value{font-size:12px;font-style:normal;font-weight:400;line-height:112%}}@media(max-width: 500px){.projects-item__property-value{font-size:12px;font-style:normal;font-weight:400;line-height:112%}}.projects-item__descr{color:#606567;font-size:20px;font-weight:400;line-height:20.02px}@media(max-width: 1300px){.projects-item__descr{font-size:12px;line-height:17.184px}}@media(max-width: 1150px){.projects-item__descr{font-size:17px;line-height:17.542px}}@media(max-width: 950px){.projects-item__descr{font-size:14px;line-height:1}}@media(max-width: 500px){.projects-item__descr{font-size:12px;line-height:14.383px}}.projects-item__descr a{text-decoration:underline}.projects-filter{-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;gap:5px}@media(max-width: 950px){.projects-filter{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.news-filter-select{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-shadow:none;box-shadow:none}.news-filter-select .jq-selectbox__select-text{color:rgba(68,70,66,.5);font-family:TTNormsPro;font-size:14px;font-weight:700;line-height:20.02px}@media(max-width: 1300px){.news-filter-select .jq-selectbox__select-text{font-size:12px;line-height:17.184px}}@media(max-width: 1150px){.news-filter-select .jq-selectbox__select-text{font-size:12px;line-height:14.383px}}.news-filter-select .jq-selectbox__select{background:#f3f3f3;border-radius:0;border:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.news-filter-select .jq-selectbox__trigger{border:0}.news-filter-select .jq-selectbox__trigger-arrow{top:0;right:0;width:100%;height:100%;border:0;background-image:url(/local/templates/oni-system-2025/css/../images/svg/arrow.svg);background-repeat:no-repeat;background-position:center;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s}.news-filter-select.dropdown.opened .jq-selectbox__trigger-arrow{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s}.news-filter-select:focus-visible{outline:0}.news-filter-select.jq-selectbox.focused .jq-selectbox__select{border:1px solid #003595}.project-controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:25px;min-width:285px}@media(max-width: 950px){.project-controls{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media(max-width: 600px){.project-controls{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.project-controls .pagination{width:unset}.page-items-count__select{min-width:80px}.page-items-count__select .jq-selectbox{width:100%}.projects-examples{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 -15px;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:50px}@media(max-width: 950px){.projects-examples{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.project-example{width:50%;padding:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:20px}@media(max-width: 950px){.project-example{width:100%}}.project-example__title{color:#121318;font-family:TTNormsPro;font-size:20px;font-weight:700;line-height:120%;text-decoration:none}@media(max-width: 1150px){.project-example__title{font-size:18px}}@media(max-width: 950px){.project-example__title{font-size:18px}}.project-example__pic{width:100%;height:auto}.project-detail{display:grid;grid-template-columns:40% 1fr;gap:60px;margin:60px 0}@media(max-width: 950px){.project-detail{grid-template-columns:1fr;grid-template-areas:"date" "title" "slider" "info" "controls";gap:40px;margin:40px 0}}@media(max-width: 500px){.project-detail{gap:30px;margin:30px 0}}.project-detail__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:23px;min-height:400px}@media(max-width: 950px){.project-detail__content{grid-area:info;min-height:auto;gap:20px}}.project-detail__info{-webkit-box-flex:1;-ms-flex:1;flex:1}.project-detail__date{font-family:DrukTextWideCyr;font-size:14px;font-weight:1000;line-height:20.02px;color:#a1a5a7;margin-bottom:20px}@media(max-width: 1150px){.project-detail__date{font-size:13px;line-height:17.542px}}@media(max-width: 950px){.project-detail__date{font-size:12px;line-height:1;margin-bottom:0}}@media(max-width: 500px){.project-detail__date{font-size:12px;line-height:14.383px}}.project-detail__date--desktop{display:block}@media(max-width: 950px){.project-detail__date--desktop{display:none}}.project-detail__date--mobile{display:none;grid-area:date}@media(max-width: 950px){.project-detail__date--mobile{display:block}}.project-detail__title{font-family:TTNormsPro;font-size:36px;font-style:normal;font-weight:700;line-height:100%;text-transform:uppercase;color:#121318;margin:0 0 30px 0}@media(max-width: 1150px){.project-detail__title{font-size:30px}}@media(max-width: 950px){.project-detail__title{font-size:24px;margin:0 0 20px 0}}@media(max-width: 500px){.project-detail__title{font-size:20px}}.project-detail__title--desktop{display:block}@media(max-width: 950px){.project-detail__title--desktop{display:none}}.project-detail__title--mobile{display:none;grid-area:title}@media(max-width: 950px){.project-detail__title--mobile{display:block}}.project-detail__properties{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px}.project-detail__property{margin:0}.project-detail__property-label{font-family:TTNormsPro;font-size:18px;font-style:normal;font-weight:500;line-height:100%;color:#121318;white-space:nowrap}@media(max-width: 1150px){.project-detail__property-label{font-size:16px}}@media(max-width: 950px){.project-detail__property-label{font-size:16px;font-style:normal;font-weight:500;line-height:100%}}@media(max-width: 500px){.project-detail__property-label{font-size:16px;font-style:normal;font-weight:500;line-height:100%}}.project-detail__property-value{font-family:TTNormsPro;font-size:16px;font-style:normal;font-weight:400;line-height:140%;color:#121318}@media(max-width: 1150px){.project-detail__property-value{font-size:14px}}@media(max-width: 950px){.project-detail__property-value{font-size:16px;font-style:normal;font-weight:400;line-height:140%}}@media(max-width: 500px){.project-detail__property-value{font-size:16px;font-style:normal;font-weight:400;line-height:140%}}.project-detail__slider-controls{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px;margin-top:40px}@media(max-width: 500px){.project-detail__slider-controls{margin-top:20px;gap:15px}}.project-detail__slider-arrow{width:25px;height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease;color:#d6d6d6}.project-detail__slider-arrow:hover{color:#003595}.project-detail__slider-arrow--prev .icon{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.project-detail__slider-arrow .icon{width:100%;height:100%;fill:currentColor;padding-top:1.5px}@media(max-width: 650px){.project-detail__slider-arrow{display:none}}.project-detail__slider{min-width:0}@media(max-width: 950px){.project-detail__slider{grid-area:slider}}.project-detail__swiper{width:100%}.project-detail .swiper-slide{height:100%;aspect-ratio:730/470}.project-detail .swiper-slide img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.project-detail__back-link{margin-top:60px;margin-bottom:60px;padding-top:40px}@media(max-width: 950px){.project-detail__back-link{margin-top:40px;margin-bottom:40px;padding-top:30px}}@media(max-width: 500px){.project-detail__back-link{margin-top:30px;margin-bottom:30px;padding-top:20px}}.project-detail__back-btn{display:inline-block;font-family:TTNormsPro;font-size:16px;font-weight:500;color:#121318;text-decoration:none;-webkit-transition:color .3s;transition:color .3s}@media(max-width: 1150px){.project-detail__back-btn{font-size:14px}}@media(max-width: 950px){.project-detail__back-btn{font-size:18px;font-style:normal;font-weight:400;line-height:100%}}@media(max-width: 500px){.project-detail__back-btn{font-size:18px;font-style:normal;font-weight:400;line-height:100%}}.project-detail__back-btn:hover{color:#003595;-webkit-transition:color .3s;transition:color .3s}.project-detail__slider-arrow{width:25px;height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease;color:#d6d6d6}.project-detail__slider-arrow:hover{color:#003595}.project-detail__slider-arrow--prev .icon{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.project-detail__slider-arrow .icon{width:100%;height:100%;fill:currentColor;padding-top:1.5px}@media(max-width: 650px){.project-detail__slider-arrow{display:none}}.control-system-hero{width:100%;background-image:url("/local/templates/oni-system-2025/css/../images/control-system/bg.png");background-size:cover;background-position:center;background-repeat:no-repeat;padding:100px 0}@media(max-width: 650px){.control-system-hero{padding:40px 0}}.control-system-hero__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:100px}.control-system-hero__title{color:#fff;font-family:DrukTextWideCyr;font-size:50px;font-style:normal;font-weight:1000;line-height:100%;text-transform:uppercase;max-width:70%}@media(max-width: 1300px){.control-system-hero__title{font-size:45px;max-width:80%}}@media(max-width: 1150px){.control-system-hero__title{font-size:35px}}@media(max-width: 950px){.control-system-hero__title{font-size:30px}}@media(max-width: 650px){.control-system-hero__title{font-size:24px}}.control-system-hero__text{color:#fff;font-family:TTNormsPro;font-size:20px;font-style:normal;font-weight:400;line-height:100%;max-width:59%}@media(max-width: 1150px){.control-system-hero__text{font-size:16px}}@media(max-width: 850px){.control-system-hero__text{max-width:100%}}@media(max-width: 650px){.control-system-hero__text{font-size:14px}}.control-system-adv{width:100%;background-image:url("/local/templates/oni-system-2025/css/../images/control-system/adv-bg.png");background-size:cover;background-position:center;background-repeat:no-repeat;padding:50px 0 160px 0}@media(max-width: 650px){.control-system-adv{padding:40px 0}}.control-system-adv__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.control-system-adv__title{color:#fff;font-family:DrukTextWideCyr;font-size:50px;font-style:normal;font-weight:1000;line-height:100%;text-transform:uppercase;margin-bottom:100px}@media(max-width: 1300px){.control-system-adv__title{font-size:45px}}@media(max-width: 1150px){.control-system-adv__title{font-size:35px}}@media(max-width: 950px){.control-system-adv__title{font-size:30px;margin-bottom:50px}}@media(max-width: 650px){.control-system-adv__title{font-size:24px}}.control-system-adv__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;row-gap:50px}@media(max-width: 650px){.control-system-adv__list{row-gap:30px}}.control-system-adv-item{position:relative;width:25%;color:#fff;font-family:TTNormsPro;font-size:24px;font-style:normal;font-weight:500;line-height:100%;padding:10px 20px 10px 30px}@media(max-width: 1350px){.control-system-adv-item{width:33.3333%}}@media(max-width: 950px){.control-system-adv-item{width:50%}}@media(max-width: 650px){.control-system-adv-item{width:100%;font-size:18px}}.control-system-adv-item::before{content:"";display:block;width:22px;height:30px;background-image:url("/local/templates/oni-system-2025/css/../images/svg/arrow-b.svg");background-size:contain;background-position:center;position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.control-system-info{padding:60px 0}@media(max-width: 650px){.control-system-info{padding:40px 0}}.control-system-info__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:50px}.control-system-info__title{color:#121318;font-family:DrukTextWideCyr;font-size:50px;font-style:normal;font-weight:1000;line-height:100%;text-transform:uppercase;max-width:50%}@media(max-width: 1300px){.control-system-info__title{font-size:45px}}@media(max-width: 1150px){.control-system-info__title{font-size:35px}}@media(max-width: 950px){.control-system-info__title{font-size:30px}}@media(max-width: 650px){.control-system-info__title{font-size:24px;max-width:85%}}.control-system-info__cards{position:relative}.control-system-info-cards-slider{overflow:hidden;padding:10px 0}.control-system-info-cards-slider .swiper-slide{height:auto}.control-system-info-card{width:100%;height:100%}.control-system-info-card__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:1.5px solid #d6d6d6;height:100%}.control-system-info-card__pic{aspect-ratio:230/210;background-color:#1d252d;-ms-flex-negative:0;flex-shrink:0}.control-system-info-card__title{padding:20px;height:50px}@media(max-width: 1150px){.control-system-info-card__title{padding:20px 15px;height:40px}}.control-system-info-card__title-text{color:#121318;font-family:TTNormsPro;font-size:20px;font-style:normal;font-weight:500;line-height:120%;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.control-system-solutions-card__title{padding:20px;height:50px}@media(max-width: 1150px){.control-system-solutions-card__title{padding:20px 15px;height:40px}}.control-system-solutions-card__title-text{color:#fff;font-family:TTNormsPro;font-size:20px;font-style:normal;font-weight:500;line-height:120%;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media(max-width: 1150px){.control-system-solutions-card__title-text{font-size:16px}}.control-system-solutions{padding:60px 0}@media(max-width: 650px){.control-system-solutions{padding:40px 0}}.control-system-solutions__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;max-width:1290px;margin:0 auto}@media(max-width: 1300px){.control-system-solutions__content{max-width:1100px}}@media(max-width: 1150px){.control-system-solutions__content{max-width:930px}}@media(max-width: 950px){.control-system-solutions__content{max-width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:40px;padding-left:15px;padding-right:15px}}.control-system-solutions__left{height:100%;-webkit-box-flex:0;-ms-flex:0 0 550px;flex:0 0 550px;padding-right:80px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;display:-webkit-box;display:-ms-flexbox;display:flex}@media(max-width: 950px){.control-system-solutions__left{-webkit-box-flex:0;-ms-flex:none;flex:none;padding-right:0;padding-bottom:10px}}.control-system-solutions__title{color:#121318;font-family:DrukTextWideCyr;font-size:50px;font-style:normal;font-weight:1000;line-height:100%;text-transform:uppercase;margin-bottom:45px}@media(max-width: 1300px){.control-system-solutions__title{font-size:45px}}@media(max-width: 1150px){.control-system-solutions__title{font-size:35px}}@media(max-width: 950px){.control-system-solutions__title{font-size:30px}}@media(max-width: 650px){.control-system-solutions__title{font-size:24px}}.control-system-solutions__description{color:#121318;font-family:TTNormsPro;font-size:18px;font-style:normal;font-weight:400;line-height:140%;margin-bottom:50px;-webkit-box-flex:1;-ms-flex:1;flex:1}@media(max-width: 1150px){.control-system-solutions__description{font-size:16px}}@media(max-width: 650px){.control-system-solutions__description{font-size:14px}}.control-system-solutions__arrows{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px}.control-system-solutions__right{-webkit-box-flex:1;-ms-flex:1;flex:1;width:calc((100vw - 1290px)/2 + 740px)}@media(max-width: 1300px){.control-system-solutions__right{width:calc((100vw - 1100px)/2 + 550px)}}@media(max-width: 1150px){.control-system-solutions__right{width:calc((100vw - 930px)/2 + 380px)}}@media(max-width: 950px){.control-system-solutions__right{width:100%}}.control-system-solutions-arrow{width:25px;height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease;color:#d6d6d6}.control-system-solutions-arrow:hover{color:#003595}.control-system-solutions-arrow--prev .icon{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.control-system-solutions-arrow .icon{width:100%;height:100%;fill:currentColor;padding-top:1.5px}@media(max-width: 650px){.control-system-solutions-arrow{display:none}}.control-system-solutions-slider{overflow:hidden}.control-system-solutions-slider .swiper-wrapper{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-align-items:stretch}.control-system-solutions-slider .swiper-slide{height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box}.control-system-solutions-card{background:#fff;border:1.5px solid #d6d6d6;overflow:hidden;-webkit-transition:all .3s ease;transition:all .3s ease;width:100%;-webkit-box-flex:1;-ms-flex:1;flex:1;min-height:0;min-width:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.control-system-solutions-card:hover{-webkit-box-shadow:0 10px 30px rgba(0,0,0,.1);box-shadow:0 10px 30px rgba(0,0,0,.1)}.control-system-solutions-card__pic{aspect-ratio:417/370;-ms-flex-negative:0;flex-shrink:0;overflow:hidden}.control-system-solutions-card__pic img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.control-system-solutions-card__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1;flex:1;min-height:65px;background-color:#003595;padding:20px;color:#fff;font-family:TTNormsPro;font-size:20px;font-style:normal;font-weight:500;line-height:100%}@media(max-width: 650px){.control-system-solutions-card__title{font-size:16px;padding:15px}}.pumping-stations-feedback{padding:120px 0}@media(max-width: 650px){.pumping-stations-feedback{padding:40px 0}}.pumping-stations-feedback__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.pumping-stations-feedback__title{color:#121318;font-family:DrukTextWideCyr;font-size:50px;font-style:normal;font-weight:1000;line-height:100%;text-transform:uppercase;margin-bottom:30px;max-width:865px}@media(max-width: 1300px){.pumping-stations-feedback__title{font-size:45px}}@media(max-width: 1150px){.pumping-stations-feedback__title{font-size:35px;max-width:520px}}@media(max-width: 950px){.pumping-stations-feedback__title{font-size:30px}}@media(max-width: 650px){.pumping-stations-feedback__title{font-size:24px}}.pumping-stations-feedback__description{color:#121318;font-family:TTNormsPro;font-size:24px;font-style:normal;font-weight:400;line-height:100%;margin-bottom:50px;max-width:865px}@media(max-width: 1150px){.pumping-stations-feedback__description{font-size:16px;max-width:520px}}@media(max-width: 650px){.pumping-stations-feedback__description{font-size:14px}}.pumping-stations-feedback__form{width:100%;margin-bottom:40px}.pumping-stations-feedback__submit{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:45px;gap:20px}.pumping-stations-feedback__submit .btn{-ms-flex-item-align:start;align-self:flex-start}.pumping-stations-feedback__consent p{color:#666;font-family:TTNormsPro;font-size:14px;font-style:normal;font-weight:400;line-height:20px;margin:0}.pumping-stations-feedback__consent p a{color:#003595;text-decoration:none;font-weight:500;-webkit-transition:color .3s ease;transition:color .3s ease}.pumping-stations-feedback__consent p a:hover{color:#002366;text-decoration:underline}.pumping-stations-feedback-form{display:-webkit-box;display:-ms-flexbox;display:flex;gap:40px}@media(max-width: 950px){.pumping-stations-feedback-form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px}}.pumping-stations-feedback-form__left{width:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px}@media(max-width: 950px){.pumping-stations-feedback-form__left{width:100%}}.pumping-stations-feedback-form__right{width:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}@media(max-width: 950px){.pumping-stations-feedback-form__right{width:100%}}.pumping-stations-hero{width:100%;background-image:url("/local/templates/oni-system-2025/css/../images/pumping-stations/bg.png");background-size:cover;background-position:center;background-repeat:no-repeat;padding:100px 0}@media(max-width: 650px){.pumping-stations-hero{padding:40px 0}.pumping-stations-hero__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px}.pumping-stations-hero__text-content{max-width:100%}}.pumping-stations-hero__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:40px;max-width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media(max-width: 1150px){.pumping-stations-hero__content{gap:24px}}@media(max-width: 950px){.pumping-stations-hero__content{gap:16px}.pumping-stations-hero__content .pumping-stations-hero__text-content{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;min-width:0}.pumping-stations-hero__content .pumping-stations-hero__img{min-width:0;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.pumping-stations-hero__content .pumping-stations-hero__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;max-width:none;max-height:none}}@media(max-width: 850px){.pumping-stations-hero__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:30px}.pumping-stations-hero__content .pumping-stations-hero__text-content{width:100%;max-width:100%}.pumping-stations-hero__content .pumping-stations-hero__img{width:70%;height:auto}.pumping-stations-hero__content .pumping-stations-hero__img img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain}}.pumping-stations-hero__text-content{-webkit-box-flex:1;-ms-flex:1;flex:1;max-width:887px}@media(max-width: 1150px){.pumping-stations-hero__text-content{max-width:520px}}@media(max-width: 650px){.pumping-stations-hero__text-content{max-width:100%}}.pumping-stations-hero__title{color:#fff;font-family:DrukTextWideCyr;font-size:50px;font-style:normal;font-weight:1000;line-height:100%;text-transform:uppercase;margin-bottom:60px;max-width:887px}@media(max-width: 1300px){.pumping-stations-hero__title{font-size:45px;max-width:80%}}@media(max-width: 1150px){.pumping-stations-hero__title{font-size:35px}}@media(max-width: 950px){.pumping-stations-hero__title{font-size:30px}}@media(max-width: 850px){.pumping-stations-hero__title{margin-bottom:130px}}@media(max-width: 650px){.pumping-stations-hero__title{font-size:24px}}.pumping-stations-hero__text{font-family:TTNormsPro;font-size:20px;font-weight:400;line-height:100%;color:#fff;width:100%;max-width:680px;white-space:normal;margin-bottom:0}@media(max-width: 650px){.pumping-stations-hero__text{font-size:14px;line-height:1.4}}.pumping-stations-hero__text ul{list-style:none;margin:0;padding:0;color:#fff}.pumping-stations-hero__text li{display:block;position:relative;color:#fff;font-size:18px;margin-bottom:.1em;padding-left:35px;line-height:1.3}@media(max-width: 650px){.pumping-stations-hero__text li{font-size:14px;line-height:1.4;padding-left:25px;margin-bottom:.2em}}.pumping-stations-hero__text li::before{content:"";position:absolute;left:15px;top:50%;width:4px;height:4px;border-radius:50%;background:#fff;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}@media(max-width: 650px){.pumping-stations-hero__text li::before{left:10px;width:3px;height:3px}}.pumping-stations-hero__img{-ms-flex-negative:0;flex-shrink:0;overflow:hidden;background:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pumping-stations-hero__img img{max-width:380px;height:auto;display:block}@media(max-width: 1150px){.pumping-stations-hero__img img{max-width:260px}}@media(max-width: 950px){.pumping-stations-hero__img img{max-width:180px}}@media(max-width: 650px){.pumping-stations-hero__img img{display:none}}@media(max-width: 450px){.pumping-stations-hero__img img{max-width:220px}}@media(max-width: 650px){.pumping-stations-hero{padding:40px 0}.pumping-stations-hero__text-content{max-width:100%}.pumping-stations-hero__img{width:100%;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:0}}@media(max-width: 450px){.pumping-stations-hero__title{font-size:21px}.pumping-stations-hero__text{font-size:14px}.pumping-stations-hero__img img{max-width:140px}}.section-application{background:#f5f6f8;padding:48px 0 32px}.section-application .section-title{margin-bottom:32px}.section-application .application-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:32px}.section-application .application-item{width:180px;text-align:center}.section-application .application-item .icon{width:56px;height:56px;margin:0 auto 16px;background:#ddd;border-radius:50%}.section-application .application-item .application-caption{font-size:16px;font-weight:500}@media(max-width: 900px){.section-application .application-list{gap:16px}.section-application .application-item{width:45%}}@media(max-width: 600px){.section-application .application-item{width:100%}}.section-solutions{padding:48px 0 32px}.section-solutions .section-title{margin-bottom:32px}.section-solutions .solutions-slider{position:relative;margin-bottom:24px}.section-solutions .solutions-slider .swiper-slide{background:#fff;border:1px solid #e5e5e5;border-radius:8px;padding:16px;min-width:220px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.section-solutions .solutions-slider .swiper-slide .slider-img{width:180px;height:120px;background:#222;border-radius:4px;margin-bottom:12px}.section-solutions .solutions-slider .swiper-slide .slider-caption{font-size:15px;text-align:center}.section-solutions .solutions-slider .slider-nav{position:absolute;top:50%;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.section-solutions .solutions-slider .slider-nav .slider-arrow{width:32px;height:32px;background:#d6d6d6;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;-webkit-transition:background .2s;transition:background .2s}.section-solutions .solutions-slider .slider-nav .slider-arrow:hover{background:#0057b8}@media(max-width: 900px){.section-solutions .solutions-slider .swiper-slide{min-width:160px}}@media(max-width: 600px){.section-solutions .solutions-slider .swiper-slide{min-width:120px}}.section-advantages{background:#16202b;color:#fff;padding:48px 0 32px}.section-advantages .section-title{margin-bottom:32px}.section-advantages .advantages-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:24px}.section-advantages .advantage-item{width:30%;font-size:16px;background:rgba(255,255,255,.05);border-radius:6px;padding:16px}@media(max-width: 900px){.section-advantages .advantage-item{width:45%}}@media(max-width: 600px){.section-advantages .advantage-item{width:100%}}.section-tabs{background:#f5f6f8;padding:32px 0}.section-tabs .tabs-list{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;margin-bottom:24px}.section-tabs .tabs-list .tab-item{padding:10px 24px;background:#fff;border-radius:6px 6px 0 0;font-weight:600;cursor:pointer}.section-tabs .tabs-list .tab-item.active{background:#0057b8;color:#fff}.section-tabs .tabs-content{background:#fff;border-radius:0 6px 6px 6px;padding:24px}.section-tabs .tabs-content .tab-pane{display:none}.section-tabs .tabs-content .tab-pane.active{display:block}.section-feedback{background:#fff;padding:48px 0 32px}.section-feedback .section-title{margin-bottom:16px}.section-feedback .feedback-desc{margin-bottom:24px}.section-feedback .feedback-form .form-row{display:-webkit-box;display:-ms-flexbox;display:flex;gap:24px;margin-bottom:16px}@media(max-width: 900px){.section-feedback .feedback-form .form-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0}}.section-feedback .feedback-form .form-group{-webkit-box-flex:1;-ms-flex:1;flex:1;position:relative;margin-bottom:0}.section-feedback .feedback-form .form-group input,.section-feedback .feedback-form .form-group textarea{width:100%;padding:16px 12px 8px 12px;border:1px solid #d6d6d6;border-radius:4px;font-size:16px;background:#f5f6f8;outline:none;resize:none}.section-feedback .feedback-form .form-group input:not(:-moz-placeholder-shown)+label, .section-feedback .feedback-form .form-group textarea:not(:-moz-placeholder-shown)+label{top:4px;left:8px;font-size:12px;color:#0057b8}.section-feedback .feedback-form .form-group input:not(:-ms-input-placeholder)+label, .section-feedback .feedback-form .form-group textarea:not(:-ms-input-placeholder)+label{top:4px;left:8px;font-size:12px;color:#0057b8}.section-feedback .feedback-form .form-group input:focus+label,.section-feedback .feedback-form .form-group input:not(:placeholder-shown)+label,.section-feedback .feedback-form .form-group textarea:focus+label,.section-feedback .feedback-form .form-group textarea:not(:placeholder-shown)+label{top:4px;left:8px;font-size:12px;color:#0057b8}.section-feedback .feedback-form .form-group label{position:absolute;left:16px;top:18px;font-size:16px;color:#888;pointer-events:none;-webkit-transition:.2s;transition:.2s;background:rgba(0,0,0,0)}.section-feedback .feedback-form .form-group-full{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%}.section-feedback .feedback-form button.btn{margin-top:8px;padding:12px 32px;background:#0057b8;color:#fff;border:none;border-radius:4px;font-size:16px;font-weight:700;cursor:pointer;-webkit-transition:background .2s;transition:background .2s}.section-feedback .feedback-form button.btn:hover{background:#003974}.section-title{font-size:32px;font-weight:900;margin-bottom:24px;text-transform:uppercase}.container{max-width:1240px;margin:0 auto;padding:0 20px}@media(max-width: 1240px){.container{max-width:100%}}.pumping-stations-application{width:100%;background-image:url("/local/templates/oni-system-2025/css/../images/pumping-stations/bg-2.jpg");background-size:cover;background-position:center;background-repeat:no-repeat;padding:120px 0}@media(max-width: 650px){.pumping-stations-application{padding:40px 0}}.pumping-stations-application__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:100px}@media(max-width: 950px){.pumping-stations-application__content{row-gap:30px}}.pumping-stations-application__title{color:#121318;font-family:DrukTextWideCyr;font-size:50px;font-style:normal;font-weight:1000;line-height:100%;text-transform:uppercase;margin-bottom:30px;max-width:865px}@media(max-width: 1300px){.pumping-stations-application__title{font-size:45px}}@media(max-width: 1150px){.pumping-stations-application__title{font-size:35px;max-width:520px}}@media(max-width: 950px){.pumping-stations-application__title{font-size:30px}}@media(max-width: 650px){.pumping-stations-application__title{font-size:24px}}.pumping-stations-application__description{color:#121318;font-family:TTNormsPro;font-size:24px;font-style:normal;font-weight:400;line-height:100%;margin-bottom:50px;max-width:865px}@media(max-width: 1150px){.pumping-stations-application__description{font-size:16px;max-width:520px}}@media(max-width: 650px){.pumping-stations-application__description{font-size:14px}}.pumping-stations-application__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;row-gap:50px}@media(max-width: 650px){.pumping-stations-application__list{row-gap:30px}}.pumping-stations-application-item{position:relative;width:25%;color:#121318;font-family:TTNormsPro;font-size:24px;font-style:normal;font-weight:500;line-height:100%;padding:10px 20px 10px 30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(max-width: 1350px){.pumping-stations-application-item{width:33.3333%}}@media(max-width: 950px){.pumping-stations-application-item{width:50%}}@media(max-width: 650px){.pumping-stations-application-item{width:100%;font-size:18px}}.pumping-stations-application-item::before{content:"";display:block;width:22px;height:30px;background-image:url("/local/templates/oni-system-2025/css/../images/svg/arrow-b.svg");background-size:contain;background-position:center;position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);background-repeat:no-repeat}.pumping-stations-schemes{padding:75px 0}@media(max-width: 650px){.pumping-stations-schemes{padding:40px 0}}.pumping-stations-schemes__content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:100px;margin-bottom:50px}.pumping-stations-schemes__title{color:#121318;font-family:DrukTextWideCyr;font-size:50px;font-style:normal;font-weight:1000;line-height:100%;text-transform:uppercase;max-width:50%}@media(max-width: 1300px){.pumping-stations-schemes__title{font-size:45px}}@media(max-width: 1150px){.pumping-stations-schemes__title{font-size:35px}}@media(max-width: 950px){.pumping-stations-schemes__title{font-size:30px}}@media(max-width: 650px){.pumping-stations-schemes__title{font-size:24px;max-width:85%}}.pumping-stations-schemes__arrows{position:absolute;bottom:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;z-index:10}@media(max-width: 650px){.pumping-stations-schemes__arrows{display:none}}.pumping-stations-schemes-arrow{width:25px;height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease;color:#d6d6d6}.pumping-stations-schemes-arrow:hover{color:#003595}.pumping-stations-schemes-arrow--prev .icon{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.pumping-stations-schemes-arrow .icon{width:100%;height:100%;fill:currentColor;padding-top:1.5px}.pumping-stations-schemes-slider{overflow:hidden;padding:10px 0;margin-left:calc((100vw - 1290px)/2);-webkit-margin-left:calc((100vw - 1290px)/2)}.pumping-stations-schemes-slider .swiper-wrapper{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-align-items:stretch}.pumping-stations-schemes-slider .swiper-slide{transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease;-webkit-transition:-webkit-transform .3s ease;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box}@media(max-width: 1300px){.pumping-stations-schemes-slider{margin-left:calc((100vw - 1100px)/2);-webkit-margin-left:calc((100vw - 1100px)/2)}}@media(max-width: 1150px){.pumping-stations-schemes-slider{margin-left:calc((100vw - 930px)/2);-webkit-margin-left:calc((100vw - 930px)/2)}}@media(max-width: 950px){.pumping-stations-schemes-slider{margin-left:20px;-webkit-margin-left:20px}}.pumping-stations-schemes-card{width:100%;-webkit-box-flex:1;-ms-flex:1;flex:1;min-height:0;min-width:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.pumping-stations-schemes-card__inner{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:1.5px solid #d6d6d6;min-height:0}.pumping-stations-schemes-card__pic{aspect-ratio:230/210;background-color:#fff;-ms-flex-negative:0;flex-shrink:0;overflow:hidden;padding:20px;border-bottom:1px solid #d6d6d6}.pumping-stations-schemes-card__pic img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.pumping-stations-schemes-card__title{-ms-flex-negative:0;flex-shrink:0;padding:20px 20px 12px;min-height:80px;-webkit-box-sizing:border-box;box-sizing:border-box}@media(max-width: 1150px){.pumping-stations-schemes-card__title{padding:20px 15px 10px;min-height:78px}}.pumping-stations-schemes-card__download{margin-top:auto;-ms-flex-negative:0;flex-shrink:0;padding:0 20px 20px}@media(max-width: 1150px){.pumping-stations-schemes-card__download{padding:0 15px 16px}}.pumping-stations-schemes-card__download-link{color:#003595;font-family:TTNormsPro;font-size:16px;font-weight:500;text-decoration:none;-webkit-transition:color .3s ease;transition:color .3s ease}.pumping-stations-schemes-card__download-link:hover{color:#002366;text-decoration:underline}.pumping-stations-schemes-card__title-text{color:#121318;font-family:TTNormsPro;font-size:20px;font-style:normal;font-weight:500;line-height:120%;overflow:hidden;overflow-wrap:break-word;word-wrap:break-word;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}.pumping-stations-schemes-smooth{padding:75px 0}@media(max-width: 650px){.pumping-stations-schemes-smooth{padding:40px 0}}.pumping-stations-schemes-smooth__content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:100px;margin-bottom:50px}.pumping-stations-schemes-smooth__title{color:#121318;font-family:DrukTextWideCyr;font-size:50px;font-style:normal;font-weight:1000;line-height:100%;text-transform:uppercase;max-width:50%}@media(max-width: 1300px){.pumping-stations-schemes-smooth__title{font-size:45px}}@media(max-width: 1150px){.pumping-stations-schemes-smooth__title{font-size:35px}}@media(max-width: 950px){.pumping-stations-schemes-smooth__title{font-size:30px}}@media(max-width: 650px){.pumping-stations-schemes-smooth__title{font-size:24px;max-width:85%}}.pumping-stations-schemes-smooth__arrows{position:absolute;bottom:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;z-index:10}@media(max-width: 650px){.pumping-stations-schemes-smooth__arrows{display:none}}.pumping-stations-schemes-smooth-arrow{width:25px;height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease;color:#d6d6d6}.pumping-stations-schemes-smooth-arrow:hover{color:#003595}.pumping-stations-schemes-smooth-arrow--prev .icon{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.pumping-stations-schemes-smooth-arrow .icon{width:100%;height:100%;fill:currentColor;padding-top:1.5px}.pumping-stations-schemes-smooth-slider{overflow:hidden;padding:10px 0;margin-left:calc((100vw - 1290px)/2);-webkit-margin-left:calc((100vw - 1290px)/2)}@media(max-width: 1300px){.pumping-stations-schemes-smooth-slider{margin-left:calc((100vw - 1100px)/2);-webkit-margin-left:calc((100vw - 1100px)/2)}}@media(max-width: 1150px){.pumping-stations-schemes-smooth-slider{margin-left:calc((100vw - 930px)/2);-webkit-margin-left:calc((100vw - 930px)/2)}}@media(max-width: 950px){.pumping-stations-schemes-smooth-slider{margin-left:20px;-webkit-margin-left:20px}}.pumping-stations-schemes-smooth-slider .swiper-wrapper{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-align-items:stretch}.pumping-stations-schemes-smooth-slider .swiper-slide{transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease;-webkit-transition:-webkit-transform .3s ease;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box}.pumping-stations-schemes-smooth-card{width:100%;-webkit-box-flex:1;-ms-flex:1;flex:1;min-height:0;min-width:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.pumping-stations-schemes-smooth-card__inner{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:1.5px solid #d6d6d6;min-height:0}.pumping-stations-schemes-smooth-card__pic{aspect-ratio:230/210;background-color:#fff;-ms-flex-negative:0;flex-shrink:0;overflow:hidden;padding:20px;border-bottom:1px solid #d6d6d6}.pumping-stations-schemes-smooth-card__pic img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.pumping-stations-schemes-smooth-card__title{-ms-flex-negative:0;flex-shrink:0;padding:20px 20px 12px;min-height:80px;-webkit-box-sizing:border-box;box-sizing:border-box}@media(max-width: 1150px){.pumping-stations-schemes-smooth-card__title{padding:20px 15px 10px;min-height:78px}}.pumping-stations-schemes-smooth-card__download{margin-top:auto;-ms-flex-negative:0;flex-shrink:0;padding:0 20px 20px}@media(max-width: 1150px){.pumping-stations-schemes-smooth-card__download{padding:0 15px 16px}}.pumping-stations-schemes-smooth-card__download-link{color:#003595;font-family:TTNormsPro;font-size:16px;font-weight:500;text-decoration:none;-webkit-transition:color .3s ease;transition:color .3s ease}.pumping-stations-schemes-smooth-card__download-link:hover{color:#002366;text-decoration:underline}.pumping-stations-schemes-smooth-card__title-text{color:#121318;font-family:TTNormsPro;font-size:20px;font-style:normal;font-weight:500;line-height:120%;overflow:hidden;overflow-wrap:break-word;word-wrap:break-word;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}.pumping-stations-adv{width:100%;background-image:url("/local/templates/oni-system-2025/css/../images/pumping-stations/bg-3.jpg");background-size:cover;background-position:center;background-repeat:no-repeat;padding:60px 0 160px 0}@media(max-width: 650px){.pumping-stations-adv{padding:40px 0}}.pumping-stations-adv__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.pumping-stations-adv__title{color:#fff;font-family:DrukTextWideCyr;font-size:50px;font-style:normal;font-weight:1000;line-height:100%;text-transform:uppercase;margin-bottom:30px}@media(max-width: 1300px){.pumping-stations-adv__title{font-size:45px}}@media(max-width: 1150px){.pumping-stations-adv__title{font-size:35px}}@media(max-width: 950px){.pumping-stations-adv__title{font-size:30px}}@media(max-width: 650px){.pumping-stations-adv__title{font-size:24px}}.pumping-stations-adv__description{color:#fff;font-family:TTNormsPro;font-size:24px;font-style:normal;font-weight:400;line-height:100%;margin-bottom:50px;max-width:865px}@media(max-width: 1150px){.pumping-stations-adv__description{font-size:16px;max-width:520px}}@media(max-width: 650px){.pumping-stations-adv__description{font-size:14px}}.pumping-stations-adv__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;row-gap:50px}@media(max-width: 650px){.pumping-stations-adv__list{row-gap:30px}}.pumping-stations-adv-item{position:relative;width:33.3333%;color:#fff;font-family:TTNormsPro;font-size:24px;font-style:normal;font-weight:500;line-height:100%;padding:10px 20px 10px 30px}@media(max-width: 950px){.pumping-stations-adv-item{width:50%}}@media(max-width: 650px){.pumping-stations-adv-item{width:100%;font-size:18px}}.pumping-stations-adv-item::before{content:"";display:block;width:22px;height:30px;background-image:url("/local/templates/oni-system-2025/css/../images/svg/arrow-b.svg");background-size:contain;background-position:center;position:absolute;left:0;top:10px}.pumping-stations-tabs{width:100%;padding:60px 0}@media(max-width: 650px){.pumping-stations-tabs{padding:40px 0}}.automation-page .automation-hero{width:100%;background-image:url("/local/templates/oni-system-2025/css/../images/automation/bg.png");background-size:cover;background-position:center;background-repeat:no-repeat;padding:100px 0 65px 0}@media(max-width: 650px){.automation-page .automation-hero{padding:60px 0 20px 0}.automation-page .automation-hero .automation-hero__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px}.automation-page .automation-hero .automation-hero__text-content{max-width:100%}}.automation-page .automation-hero__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:40px;max-width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media(max-width: 1150px){.automation-page .automation-hero__content{gap:24px}}@media(max-width: 950px){.automation-page .automation-hero__content{gap:16px}.automation-page .automation-hero__content .automation-hero__text-content{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;min-width:0}.automation-page .automation-hero__content .automation-hero__img{min-width:0;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.automation-page .automation-hero__content .automation-hero__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;max-width:none;max-height:none}}@media(max-width: 850px){.automation-page .automation-hero__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:30px}.automation-page .automation-hero__content .automation-hero__text-content{width:100%;max-width:100%}.automation-page .automation-hero__content .automation-hero__img{width:70%;height:auto}.automation-page .automation-hero__content .automation-hero__img img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain}}@media(max-width: 850px){.automation-page .automation-hero__content .automation-hero__img{display:none}}.automation-page .automation-hero__text-content{-webkit-box-flex:1;-ms-flex:1;flex:1;max-width:700px}@media(max-width: 1150px){.automation-page .automation-hero__text-content{max-width:520px}}@media(max-width: 650px){.automation-page .automation-hero__text-content{max-width:100%}}.automation-page .automation-hero__title{color:#fff;font-family:"DrukTextWideCyr",sans-serif;font-size:50px;font-style:normal;font-weight:1000;line-height:100%;text-transform:uppercase;margin-bottom:20px}@media(max-width: 1300px){.automation-page .automation-hero__title{font-size:45px}}@media(max-width: 1150px){.automation-page .automation-hero__title{font-size:35px}}@media(max-width: 950px){.automation-page .automation-hero__title{font-size:30px}}@media(max-width: 650px){.automation-page .automation-hero__title{font-size:24px}}.automation-page .automation-hero__description{color:#fff;font-family:"TTNormsPro",sans-serif;font-size:20px;font-style:normal;font-weight:700;line-height:100%;text-transform:uppercase;margin-bottom:20px}@media(max-width: 1150px){.automation-page .automation-hero__description{font-size:20px}}@media(max-width: 950px){.automation-page .automation-hero__description{font-size:18px}}@media(max-width: 650px){.automation-page .automation-hero__description{font-size:14px}}.automation-page .automation-hero__text{color:#fff;font-size:18px;font-style:normal;font-weight:400;line-height:100%;margin-bottom:30px;margin-top:120px}@media(max-width: 1150px){.automation-page .automation-hero__text{font-size:16px}}@media(max-width: 950px){.automation-page .automation-hero__text{font-size:14px;margin-top:50px}}@media(max-width: 650px){.automation-page .automation-hero__text{font-size:12px;margin-top:30px;line-height:1.4;margin-top:70px}}.automation-page .automation-hero__text ul{margin-top:20px;padding-left:0;list-style:none}.automation-page .automation-hero__text ul li{position:relative;color:#fff;font-family:"TTNormsPro",sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:140%;margin-bottom:15px;padding-left:30px}.automation-page .automation-hero__text ul li::before{content:"";display:block;width:18px;height:20px;background-image:url("/local/templates/oni-system-2025/css/../images/svg/arrow-b.svg");background-size:contain;background-position:center;position:absolute;left:0;top:2px}@media(max-width: 1150px){.automation-page .automation-hero__text ul li{font-size:14px;padding-left:25px}.automation-page .automation-hero__text ul li::before{width:16px;height:20px}}@media(max-width: 950px){.automation-page .automation-hero__text ul li{font-size:13px;padding-left:22px}.automation-page .automation-hero__text ul li::before{width:15px;height:19px}}@media(max-width: 650px){.automation-page .automation-hero__text ul li{font-size:12px;line-height:1.4;padding-left:20px;margin-bottom:.2em}.automation-page .automation-hero__text ul li::before{width:14px;height:18px;left:2px}}.automation-page .automation-hero__img{-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media(max-width: 1150px){.automation-page .automation-hero__img{width:300px;height:225px}}@media(max-width: 950px){.automation-page .automation-hero__img{width:250px;height:188px}}@media(max-width: 650px){.automation-page .automation-hero__img{display:none}}.automation-page .automation-hero__img img{height:100%;-o-object-fit:contain;object-fit:contain;border-radius:12px}.automation-page .automation-application{width:100%;background-image:url("/local/templates/oni-system-2025/css/../images/automation/bg-2.png");background-size:cover;background-position:center;background-repeat:no-repeat;padding:120px 0}@media(max-width: 650px){.automation-page .automation-application{padding:40px 0}}.automation-page .automation-application__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:100px}@media(max-width: 950px){.automation-page .automation-application__content{row-gap:30px}}.automation-page .automation-application__title{color:#121318;font-family:DrukTextWideCyr;font-size:50px;font-style:normal;font-weight:1000;line-height:100%;text-transform:uppercase;margin-bottom:30px;max-width:865px}@media(max-width: 1300px){.automation-page .automation-application__title{font-size:45px}}@media(max-width: 1150px){.automation-page .automation-application__title{font-size:35px;max-width:520px}}@media(max-width: 950px){.automation-page .automation-application__title{font-size:30px}}@media(max-width: 650px){.automation-page .automation-application__title{font-size:24px}}.automation-page .automation-application__description{color:#121318;font-family:TTNormsPro;font-size:24px;font-style:normal;font-weight:400;line-height:100%;margin-bottom:50px;max-width:865px}@media(max-width: 1150px){.automation-page .automation-application__description{font-size:16px;max-width:520px}}@media(max-width: 650px){.automation-page .automation-application__description{font-size:14px}}.automation-page .automation-application__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;row-gap:50px}@media(max-width: 650px){.automation-page .automation-application__list{row-gap:30px}}.automation-page .automation-application-item{position:relative;width:25%;color:#121318;font-family:TTNormsPro;font-size:24px;font-style:normal;font-weight:500;line-height:100%;padding:10px 20px 10px 30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(max-width: 1350px){.automation-page .automation-application-item{width:33.3333%}}@media(max-width: 950px){.automation-page .automation-application-item{width:50%}}@media(max-width: 650px){.automation-page .automation-application-item{width:100%;font-size:18px}}.automation-page .automation-application-item::before{content:"";display:block;width:22px;height:30px;background-image:url("/local/templates/oni-system-2025/css/../images/svg/arrow-b.svg");background-size:contain;background-position:center;position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);background-repeat:no-repeat}.automation-schemes{padding:75px 0}@media(max-width: 650px){.automation-schemes{padding:40px 0}}.automation-schemes__content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:100px;margin-bottom:50px}.automation-schemes__title{color:#121318;font-family:DrukTextWideCyr;font-size:50px;font-style:normal;font-weight:1000;line-height:100%;text-transform:uppercase;max-width:50%}@media(max-width: 1300px){.automation-schemes__title{font-size:45px}}@media(max-width: 1150px){.automation-schemes__title{font-size:35px}}@media(max-width: 950px){.automation-schemes__title{font-size:30px}}@media(max-width: 650px){.automation-schemes__title{font-size:24px;max-width:85%}}.automation-schemes__arrows{position:absolute;bottom:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;z-index:10}@media(max-width: 650px){.automation-schemes__arrows{display:none}}.automation-schemes-arrow{width:25px;height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease;color:#d6d6d6}.automation-schemes-arrow:hover{color:#003595}.automation-schemes-arrow--prev .icon{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.automation-schemes-arrow .icon{width:100%;height:100%;fill:currentColor;padding-top:1.5px}.automation-schemes-slider{overflow:hidden;padding:10px 0;margin-left:calc((100vw - 1290px)/2);-webkit-margin-left:calc((100vw - 1290px)/2)}.automation-schemes-slider .swiper-wrapper{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-align-items:stretch}.automation-schemes-slider .swiper-slide{transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease;-webkit-transition:-webkit-transform .3s ease;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box}@media(max-width: 1300px){.automation-schemes-slider{margin-left:calc((100vw - 1100px)/2);-webkit-margin-left:calc((100vw - 1100px)/2)}}@media(max-width: 1150px){.automation-schemes-slider{margin-left:calc((100vw - 930px)/2);-webkit-margin-left:calc((100vw - 930px)/2)}}@media(max-width: 950px){.automation-schemes-slider{margin-left:20px;-webkit-margin-left:20px}}.automation-schemes-card{width:100%;-webkit-box-flex:1;-ms-flex:1;flex:1;min-height:0;min-width:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.automation-schemes-card__inner{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:1.5px solid #d6d6d6;min-height:0}.automation-schemes-card__pic{aspect-ratio:230/210;background-color:#fff;-ms-flex-negative:0;flex-shrink:0;overflow:hidden;padding:20px;border-bottom:1px solid #d6d6d6}.automation-schemes-card__pic img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.automation-schemes-card__title{-ms-flex-negative:0;flex-shrink:0;padding:20px 20px 12px;min-height:80px;-webkit-box-sizing:border-box;box-sizing:border-box}@media(max-width: 1150px){.automation-schemes-card__title{padding:20px 15px 10px;min-height:78px}}.automation-schemes-card__download{margin-top:auto;-ms-flex-negative:0;flex-shrink:0;padding:0 20px 20px}@media(max-width: 1150px){.automation-schemes-card__download{padding:0 15px 16px}}.automation-schemes-card__download-link{color:#003595;font-family:TTNormsPro;font-size:16px;font-weight:500;text-decoration:none;-webkit-transition:color .3s ease;transition:color .3s ease}.automation-schemes-card__download-link:hover{color:#002366;text-decoration:underline}.automation-schemes-card__title-text{color:#121318;font-family:TTNormsPro;font-size:20px;font-style:normal;font-weight:500;line-height:120%;overflow:hidden;overflow-wrap:break-word;word-wrap:break-word;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}.automation-adv{width:100%;background-image:url("/local/templates/oni-system-2025/css/../images/automation/bg-3.jpg");background-size:cover;background-position:center;background-repeat:no-repeat;padding:60px 0 160px 0}@media(max-width: 650px){.automation-adv{padding:40px 0}}.automation-adv__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.automation-adv__title{color:#fff;font-family:DrukTextWideCyr;font-size:50px;font-style:normal;font-weight:1000;line-height:100%;text-transform:uppercase;margin-bottom:50px}@media(max-width: 1300px){.automation-adv__title{font-size:45px}}@media(max-width: 1150px){.automation-adv__title{font-size:35px}}@media(max-width: 950px){.automation-adv__title{font-size:30px}}@media(max-width: 650px){.automation-adv__title{font-size:24px}}.automation-adv__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;row-gap:50px}@media(max-width: 650px){.automation-adv__list{row-gap:30px}}.automation-adv-item{position:relative;width:33.3333%;color:#fff;font-family:TTNormsPro;font-size:24px;font-style:normal;font-weight:500;line-height:130%;padding:10px 20px 10px 30px}@media(max-width: 950px){.automation-adv-item{width:50%}}@media(max-width: 650px){.automation-adv-item{width:100%;font-size:18px}}.automation-adv-item::before{content:"";display:block;width:22px;height:30px;background-image:url("/local/templates/oni-system-2025/css/../images/svg/arrow-b.svg");background-size:contain;background-position:center;position:absolute;left:0;top:10px}.automation-feedback{padding:120px 0}@media(max-width: 650px){.automation-feedback{padding:40px 0}}.automation-feedback__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.automation-feedback__title{color:#121318;font-family:DrukTextWideCyr;font-size:50px;font-style:normal;font-weight:1000;line-height:100%;text-transform:uppercase;margin-bottom:30px;max-width:887px}@media(max-width: 1300px){.automation-feedback__title{font-size:45px}}@media(max-width: 1150px){.automation-feedback__title{font-size:35px;max-width:520px}}@media(max-width: 950px){.automation-feedback__title{font-size:30px}}@media(max-width: 650px){.automation-feedback__title{font-size:24px}}.automation-feedback__description{color:#121318;font-family:TTNormsPro;font-size:24px;font-style:normal;font-weight:400;line-height:100%;margin-bottom:50px;max-width:865px}@media(max-width: 1150px){.automation-feedback__description{font-size:16px;max-width:520px}}@media(max-width: 650px){.automation-feedback__description{font-size:14px}}.automation-feedback__form{width:100%;margin-bottom:40px}.automation-feedback__submit{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:45px}.automation-feedback-form{display:-webkit-box;display:-ms-flexbox;display:flex;gap:40px}@media(max-width: 950px){.automation-feedback-form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px}}.automation-feedback-form__left{width:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px}@media(max-width: 950px){.automation-feedback-form__left{width:100%}}.automation-feedback-form__right{width:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}@media(max-width: 950px){.automation-feedback-form__right{width:100%}}.typical-solutions-page .typical-solutions-hero{width:100%;background-color:#1d252d;background-image:url("/local/templates/oni-system-2025/css/../images/typical-solutions/hero-bg.jpg");background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:local;padding:100px 0;position:relative}@media(max-width: 650px){.typical-solutions-page .typical-solutions-hero{padding:40px 0}}.typical-solutions-page .typical-solutions-hero__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:40px;max-width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media(max-width: 1150px){.typical-solutions-page .typical-solutions-hero__content{gap:24px}}@media(max-width: 950px){.typical-solutions-page .typical-solutions-hero__content{gap:20px}}@media(max-width: 850px){.typical-solutions-page .typical-solutions-hero__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:30px}}@media(max-width: 650px){.typical-solutions-page .typical-solutions-hero__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px}}.typical-solutions-page .typical-solutions-hero__text-content{-webkit-box-flex:1;-ms-flex:1;flex:1;max-width:550px}@media(max-width: 1150px){.typical-solutions-page .typical-solutions-hero__text-content{max-width:520px}}@media(max-width: 950px){.typical-solutions-page .typical-solutions-hero__text-content{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;min-width:0}}@media(max-width: 850px){.typical-solutions-page .typical-solutions-hero__text-content{width:100%;max-width:100%}}@media(max-width: 650px){.typical-solutions-page .typical-solutions-hero__text-content{max-width:100%}}.typical-solutions-page .typical-solutions-hero__title{color:#fff;font-family:DrukTextWideCyr;font-size:60px;font-style:normal;font-weight:1000;line-height:100%;text-transform:uppercase;margin-bottom:20px}@media(max-width: 1300px){.typical-solutions-page .typical-solutions-hero__title{font-size:45px}}@media(max-width: 1150px){.typical-solutions-page .typical-solutions-hero__title{font-size:35px}}@media(max-width: 950px){.typical-solutions-page .typical-solutions-hero__title{font-size:30px}}@media(max-width: 650px){.typical-solutions-page .typical-solutions-hero__title{font-size:24px;margin-bottom:15px}}.typical-solutions-page .typical-solutions-hero__description{color:#fff;font-family:TTNormsPro;font-size:20px;font-style:normal;font-weight:700;line-height:100%;text-transform:uppercase;margin-bottom:30px}@media(max-width: 1150px){.typical-solutions-page .typical-solutions-hero__description{font-size:18px}}@media(max-width: 950px){.typical-solutions-page .typical-solutions-hero__description{font-size:16px}}@media(max-width: 650px){.typical-solutions-page .typical-solutions-hero__description{font-size:14px;margin-bottom:20px}}.typical-solutions-page .typical-solutions-hero__text{color:#fff;font-family:TTNormsPro;font-size:18px;font-style:normal;font-weight:400;line-height:100%;margin-bottom:0;margin-top:150px}@media(max-width: 1150px){.typical-solutions-page .typical-solutions-hero__text{font-size:16px}}@media(max-width: 950px){.typical-solutions-page .typical-solutions-hero__text{font-size:14px}}@media(max-width: 650px){.typical-solutions-page .typical-solutions-hero__text{font-size:12px;line-height:1.4;margin-top:70px}}.typical-solutions-page .typical-solutions-hero__img{-ms-flex-negative:0;flex-shrink:0;max-width:50%;height:auto;margin-right:150px}@media(max-width: 1150px){.typical-solutions-page .typical-solutions-hero__img{max-width:45%}}@media(max-width: 950px){.typical-solutions-page .typical-solutions-hero__img{max-width:40%;min-width:0;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;margin-right:50px}}@media(max-width: 850px){.typical-solutions-page .typical-solutions-hero__img{width:70%;height:auto;display:none}}.typical-solutions-page .typical-solutions-hero__img img{width:100%;height:auto;display:block;border-radius:12px}@media(max-width: 950px){.typical-solutions-page .typical-solutions-hero__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;max-width:none;max-height:none}}@media(max-width: 850px){.typical-solutions-page .typical-solutions-hero__img img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain}}.typical-solutions-page .typical-solutions-application{width:100%;background-color:#f5f5f5;background-image:url("/local/templates/oni-system-2025/css/../images/typical-solutions/bg-2.jpg");background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:local;padding:120px 0;margin-top:80px;margin-bottom:60px 0}@media(max-width: 650px){.typical-solutions-page .typical-solutions-application{padding:40px 0}}.typical-solutions-page .typical-solutions-application__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:100px}@media(max-width: 950px){.typical-solutions-page .typical-solutions-application__content{row-gap:30px}}.typical-solutions-page .typical-solutions-application__title{color:#121318;font-family:DrukTextWideCyr;font-size:50px;font-style:normal;font-weight:1000;line-height:100%;text-transform:uppercase;margin-bottom:30px;max-width:865px}@media(max-width: 1300px){.typical-solutions-page .typical-solutions-application__title{font-size:45px}}@media(max-width: 1150px){.typical-solutions-page .typical-solutions-application__title{font-size:35px;max-width:520px}}@media(max-width: 950px){.typical-solutions-page .typical-solutions-application__title{font-size:30px}}@media(max-width: 650px){.typical-solutions-page .typical-solutions-application__title{font-size:24px}}.typical-solutions-page .typical-solutions-application__description{color:#121318;font-family:TTNormsPro;font-size:24px;font-style:normal;font-weight:400;line-height:100%;margin-bottom:50px;max-width:865px}@media(max-width: 1150px){.typical-solutions-page .typical-solutions-application__description{font-size:16px;max-width:520px}}@media(max-width: 650px){.typical-solutions-page .typical-solutions-application__description{font-size:14px}}.typical-solutions-page .typical-solutions-application__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;row-gap:50px}@media(max-width: 650px){.typical-solutions-page .typical-solutions-application__list{row-gap:30px}}.typical-solutions-page .typical-solutions-application-item{position:relative;width:25%;color:#121318;font-family:TTNormsPro;font-size:24px;font-style:normal;font-weight:500;line-height:100%;padding:10px 20px 10px 30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(max-width: 1350px){.typical-solutions-page .typical-solutions-application-item{width:33.3333%}}@media(max-width: 950px){.typical-solutions-page .typical-solutions-application-item{width:50%}}@media(max-width: 650px){.typical-solutions-page .typical-solutions-application-item{width:100%;font-size:18px}}.typical-solutions-page .typical-solutions-application-item::before{content:"";display:block;width:22px;height:30px;background-image:url("/local/templates/oni-system-2025/css/../images/svg/arrow-b.svg");background-size:contain;background-position:center;position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);background-repeat:no-repeat}.typical-solutions-page .typical-solutions-variants{padding:75px 0}@media(max-width: 650px){.typical-solutions-page .typical-solutions-variants{padding:40px 0}}.typical-solutions-page .typical-solutions-variants__content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:100px;margin-bottom:50px}.typical-solutions-page .typical-solutions-variants__title{color:#121318;font-family:DrukTextWideCyr;font-size:50px;font-style:normal;font-weight:1000;line-height:100%;text-transform:uppercase;max-width:50%}@media(max-width: 1300px){.typical-solutions-page .typical-solutions-variants__title{font-size:45px}}@media(max-width: 1150px){.typical-solutions-page .typical-solutions-variants__title{font-size:35px}}@media(max-width: 950px){.typical-solutions-page .typical-solutions-variants__title{font-size:30px}}@media(max-width: 650px){.typical-solutions-page .typical-solutions-variants__title{font-size:24px;max-width:85%}}.typical-solutions-page .typical-solutions-variants__arrows{position:absolute;bottom:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;z-index:10}@media(max-width: 650px){.typical-solutions-page .typical-solutions-variants__arrows{display:none}}.typical-solutions-page .typical-solutions-variants-arrow{width:25px;height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease;color:#d6d6d6}.typical-solutions-page .typical-solutions-variants-arrow:hover{color:#003595}.typical-solutions-page .typical-solutions-variants-arrow--prev .icon{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.typical-solutions-page .typical-solutions-variants-arrow .icon{width:100%;height:100%;fill:currentColor;padding-top:1.5px}.typical-solutions-page .typical-solutions-variants-slider{overflow:hidden;padding:10px 0;margin-left:calc((100vw - 1290px)/2);-webkit-margin-left:calc((100vw - 1290px)/2)}.typical-solutions-page .typical-solutions-variants-slider .swiper-wrapper{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-align-items:stretch}.typical-solutions-page .typical-solutions-variants-slider .swiper-slide{transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease;-webkit-transition:-webkit-transform .3s ease;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box}@media(max-width: 1300px){.typical-solutions-page .typical-solutions-variants-slider{margin-left:calc((100vw - 1100px)/2);-webkit-margin-left:calc((100vw - 1100px)/2)}}@media(max-width: 1150px){.typical-solutions-page .typical-solutions-variants-slider{margin-left:calc((100vw - 930px)/2);-webkit-margin-left:calc((100vw - 930px)/2)}}@media(max-width: 950px){.typical-solutions-page .typical-solutions-variants-slider{margin-left:20px;-webkit-margin-left:20px}}.typical-solutions-page .typical-solutions-variants-card{width:100%;-webkit-box-flex:1;-ms-flex:1;flex:1;min-height:0;min-width:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.typical-solutions-page .typical-solutions-variants-card__inner{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:1.5px solid #d6d6d6;min-height:0}.typical-solutions-page .typical-solutions-variants-card__pic{aspect-ratio:230/210;background-color:#fff;-ms-flex-negative:0;flex-shrink:0;overflow:hidden;padding:20px;border-bottom:1px solid #d6d6d6}.typical-solutions-page .typical-solutions-variants-card__pic img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.typical-solutions-page .typical-solutions-variants-card__title{-ms-flex-negative:0;flex-shrink:0;padding:20px 20px 12px;min-height:80px;-webkit-box-sizing:border-box;box-sizing:border-box}@media(max-width: 1150px){.typical-solutions-page .typical-solutions-variants-card__title{padding:20px 15px 10px;min-height:78px}}.typical-solutions-page .typical-solutions-variants-card__download{margin-top:auto;-ms-flex-negative:0;flex-shrink:0;padding:0 20px 20px}@media(max-width: 1150px){.typical-solutions-page .typical-solutions-variants-card__download{padding:0 15px 16px}}.typical-solutions-page .typical-solutions-variants-card__download-link{color:#003595;font-family:TTNormsPro;font-size:16px;font-weight:500;text-decoration:none;-webkit-transition:color .3s ease;transition:color .3s ease}.typical-solutions-page .typical-solutions-variants-card__download-link:hover{color:#002366;text-decoration:underline}.typical-solutions-page .typical-solutions-variants-card__title-text{color:#121318;font-family:TTNormsPro;font-size:20px;font-style:normal;font-weight:500;line-height:120%;overflow:hidden;overflow-wrap:break-word;word-wrap:break-word;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}.typical-solutions-page .typical-solutions-schemes-smooth{padding:75px 0}@media(max-width: 650px){.typical-solutions-page .typical-solutions-schemes-smooth{padding:40px 0}}.typical-solutions-page .typical-solutions-schemes-smooth__content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:100px;margin-bottom:50px}.typical-solutions-page .typical-solutions-schemes-smooth__title{color:#121318;font-family:DrukTextWideCyr;font-size:50px;font-style:normal;font-weight:1000;line-height:100%;text-transform:uppercase;max-width:50%}@media(max-width: 1300px){.typical-solutions-page .typical-solutions-schemes-smooth__title{font-size:45px}}@media(max-width: 1150px){.typical-solutions-page .typical-solutions-schemes-smooth__title{font-size:35px}}@media(max-width: 950px){.typical-solutions-page .typical-solutions-schemes-smooth__title{font-size:30px}}@media(max-width: 650px){.typical-solutions-page .typical-solutions-schemes-smooth__title{font-size:24px;max-width:85%}}.typical-solutions-page .typical-solutions-schemes-smooth__arrows{position:absolute;bottom:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;z-index:10}@media(max-width: 650px){.typical-solutions-page .typical-solutions-schemes-smooth__arrows{display:none}}.typical-solutions-page .typical-solutions-schemes-smooth-arrow{width:25px;height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease;color:#d6d6d6}.typical-solutions-page .typical-solutions-schemes-smooth-arrow:hover{color:#003595}.typical-solutions-page .typical-solutions-schemes-smooth-arrow--prev .icon{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.typical-solutions-page .typical-solutions-schemes-smooth-arrow .icon{width:100%;height:100%;fill:currentColor;padding-top:1.5px}.typical-solutions-page .typical-solutions-schemes-smooth-slider{overflow:hidden;padding:10px 0;margin-left:calc((100vw - 1290px)/2);-webkit-margin-left:calc((100vw - 1290px)/2)}.typical-solutions-page .typical-solutions-schemes-smooth-slider .swiper-wrapper{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-align-items:stretch}.typical-solutions-page .typical-solutions-schemes-smooth-slider .swiper-slide{transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease;-webkit-transition:-webkit-transform .3s ease;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box}@media(max-width: 1300px){.typical-solutions-page .typical-solutions-schemes-smooth-slider{margin-left:calc((100vw - 1100px)/2);-webkit-margin-left:calc((100vw - 1100px)/2)}}@media(max-width: 1150px){.typical-solutions-page .typical-solutions-schemes-smooth-slider{margin-left:calc((100vw - 930px)/2);-webkit-margin-left:calc((100vw - 930px)/2)}}@media(max-width: 950px){.typical-solutions-page .typical-solutions-schemes-smooth-slider{margin-left:20px;-webkit-margin-left:20px}}.typical-solutions-page .typical-solutions-schemes-smooth-card{width:100%;-webkit-box-flex:1;-ms-flex:1;flex:1;min-height:0;min-width:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.typical-solutions-page .typical-solutions-schemes-smooth-card__inner{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:1.5px solid #d6d6d6;min-height:0}.typical-solutions-page .typical-solutions-schemes-smooth-card__pic{aspect-ratio:230/210;background-color:#1d252d;-ms-flex-negative:0;flex-shrink:0;overflow:hidden}.typical-solutions-page .typical-solutions-schemes-smooth-card__pic img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.typical-solutions-page .typical-solutions-schemes-smooth-card__title{-ms-flex-negative:0;flex-shrink:0;padding:20px 20px 12px;min-height:80px;-webkit-box-sizing:border-box;box-sizing:border-box}@media(max-width: 1150px){.typical-solutions-page .typical-solutions-schemes-smooth-card__title{padding:20px 15px 10px;min-height:78px}}.typical-solutions-page .typical-solutions-schemes-smooth-card__download{margin-top:auto;-ms-flex-negative:0;flex-shrink:0;padding:0 20px 20px}@media(max-width: 1150px){.typical-solutions-page .typical-solutions-schemes-smooth-card__download{padding:0 15px 16px}}.typical-solutions-page .typical-solutions-schemes-smooth-card__download-link{color:#003595;font-family:TTNormsPro;font-size:16px;font-weight:500;text-decoration:none;-webkit-transition:color .3s ease;transition:color .3s ease}.typical-solutions-page .typical-solutions-schemes-smooth-card__download-link:hover{color:#002366;text-decoration:underline}.typical-solutions-page .typical-solutions-schemes-smooth-card__title-text{color:#121318;font-family:TTNormsPro;font-size:20px;font-style:normal;font-weight:500;line-height:120%;overflow:hidden;overflow-wrap:break-word;word-wrap:break-word;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}.typical-solutions-page .typical-solutions-advantages{width:100%;background-color:#2c3e50;background-image:url("/local/templates/oni-system-2025/css/../images/typical-solutions/bg-3.jpg");background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:local;padding:50px 0 160px 0;margin:60px 0}@media(max-width: 650px){.typical-solutions-page .typical-solutions-advantages{padding:40px 0;margin-top:100px}}.typical-solutions-page .typical-solutions-advantages__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.typical-solutions-page .typical-solutions-advantages__title{color:#fff;font-family:DrukTextWideCyr;font-size:50px;font-style:normal;font-weight:1000;line-height:100%;text-transform:uppercase;margin-bottom:100px}@media(max-width: 1300px){.typical-solutions-page .typical-solutions-advantages__title{font-size:45px}}@media(max-width: 1150px){.typical-solutions-page .typical-solutions-advantages__title{font-size:35px}}@media(max-width: 950px){.typical-solutions-page .typical-solutions-advantages__title{font-size:30px;margin-bottom:50px}}@media(max-width: 650px){.typical-solutions-page .typical-solutions-advantages__title{font-size:24px}}.typical-solutions-page .typical-solutions-advantages__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;row-gap:50px}@media(max-width: 650px){.typical-solutions-page .typical-solutions-advantages__list{row-gap:30px}}.typical-solutions-page .typical-solutions-advantages-item{position:relative;width:33.3333%;color:#fff;font-family:TTNormsPro;font-size:24px;font-style:normal;font-weight:500;line-height:100%;padding:10px 20px 10px 30px}@media(max-width: 950px){.typical-solutions-page .typical-solutions-advantages-item{width:50%}}@media(max-width: 650px){.typical-solutions-page .typical-solutions-advantages-item{width:100%;font-size:18px}}.typical-solutions-page .typical-solutions-advantages-item::before{content:"";display:block;width:22px;height:30px;background-image:url("/local/templates/oni-system-2025/css/../images/svg/arrow-b.svg");background-size:contain;background-position:center;position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.typical-solutions-page .typical-solutions-tabs{width:100%;padding:60px 0}@media(max-width: 650px){.typical-solutions-page .typical-solutions-tabs{padding:40px 0}}.typical-solutions-page .typical-solutions-tabs-panel__download-section{margin-bottom:30px}.typical-solutions-page .typical-solutions-tabs-panel__download-section:last-child{margin-bottom:0}.typical-solutions-page .typical-solutions-tabs-panel__download-title{color:#1d252d;font-family:TTNormsPro;font-size:18px;font-style:normal;font-weight:700;line-height:24px;margin-bottom:15px}.typical-solutions-page .typical-solutions-tabs-panel__download-list{list-style:none;padding:0;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}.partners-page .partners-text{max-width:930px;margin:60px 0}@media(max-width: 950px){.partners-page .partners-text{max-width:none}.partners-page .partners-text h3,.partners-page .partners-text p{font-size:16px}}@media(max-width: 650px){.partners-page .partners-text{margin:20px 0}.partners-page .partners-text h3,.partners-page .partners-text p{font-size:14px}}.partners-page .partners-text h3{color:#121318;font-family:TTNormsPro;font-size:20px;font-style:normal;font-weight:700;line-height:110%;text-transform:uppercase;margin-bottom:20px}.partners-page .partners-text p{color:#121318;font-family:TTNormsPro;font-size:20px;font-style:normal;font-weight:400;line-height:110%;margin-bottom:15px}.partners-page .partners-auth{width:100%;padding:60px 70px;margin:60px 0;background-color:#fff;border:1px solid #e0e0e0;-webkit-box-shadow:none;box-shadow:none}.partners-page .partners-auth__inner{width:630px}.partners-page .partners-auth__title{color:#121318;font-family:"DrukTextWideCyr";font-size:45px;font-style:normal;font-weight:1000;line-height:100%;margin-bottom:20px;text-transform:uppercase}@media(max-width: 750px){.partners-page .partners-auth__inner{width:100%}}@media(max-width: 650px){.partners-page .partners-auth{padding:40px 20px;margin:40px 0}.partners-page .partners-auth__title{font-size:24px;font-style:normal;font-weight:1000;line-height:100%;text-transform:uppercase}.partners-page .partners-auth__subtitle{font-size:18px}.partners-page .partners-auth__label{font-size:14px}}.partners-page .partners-auth__subtitle{color:#121318;font-family:TTNormsPro;font-size:20px;font-style:normal;font-weight:400;line-height:110%;margin-bottom:30px}.partners-page .partners-auth__form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px}.partners-page .partners-auth__fields{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px}@media(max-width: 650px){.partners-page .partners-auth__fields{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:15px}}.partners-page .partners-auth__field{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;-webkit-box-flex:1;-ms-flex:1;flex:1}.partners-page .partners-auth__label{color:#121318;font-family:TTNormsPro;font-size:14px;font-style:normal;font-weight:500;line-height:110%}.partners-page .partners-auth__input{padding:12px 16px;border:1px solid #e0e0e0;font-family:TTNormsPro;font-size:20px;font-style:normal;font-weight:400;line-height:110%;color:#121318;background-color:#fff;-webkit-transition:border-color .3s ease;transition:border-color .3s ease}.partners-page .partners-auth__input:focus{outline:none;border-color:#003595}.partners-page .partners-auth__input::-webkit-input-placeholder{color:#999}.partners-page .partners-auth__input::-moz-placeholder{color:#999}.partners-page .partners-auth__input:-ms-input-placeholder{color:#999}.partners-page .partners-auth__input::-ms-input-placeholder{color:#999}.partners-page .partners-auth__input::placeholder{color:#999}.partners-page .partners-auth__checkbox{margin-bottom:10px}.partners-page .partners-auth__checkbox .form-field-checkbox__label{color:#121318;font-family:TTNormsPro;font-size:16px;font-style:normal;font-weight:400;line-height:17.6px}.partners-page .partners-auth__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;gap:15px}@media(max-width: 650px){.partners-page .partners-auth__buttons{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}}.partners-page .partners-auth__btn{padding:20px 40px;min-width:240px;border:none;font-family:TTNormsPro;font-size:16px;font-style:normal;font-weight:500;line-height:110%;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease}.partners-page .partners-auth__btn--primary{background-color:#003595;color:#fff}.partners-page .partners-auth__btn--primary:hover{background-color:#002362}.partners-page .partners-auth__btn--secondary{background-color:#fff;color:#121318;border:1px solid #e0e0e0}.partners-page .partners-auth__btn--secondary:hover{background-color:#f8f9fa;border-color:#003595}.become-partner-page{padding:60px 0}@media(max-width: 650px){.become-partner-page{padding:40px 0}}.become-partner-form{margin-bottom:60px}@media(max-width: 650px){.become-partner-form{margin-bottom:40px}}.become-partner-form{width:100%;padding:60px 70px;background-color:#fff;border:1px solid #e0e0e0;-webkit-box-shadow:none;box-shadow:none}.become-partner-form__error{margin-bottom:20px;padding:15px;background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;color:#721c24;font-family:TTNormsPro;font-size:14px;font-weight:400;line-height:1.4}.become-partner-form__error .errortext{color:#721c24;font-weight:500;margin-bottom:5px}@media(max-width: 650px){.become-partner-form__error{padding:12px;font-size:13px;margin-bottom:15px}}.become-partner-form__success{margin-bottom:20px;padding:15px;background-color:#d4edda;border:1px solid #c3e6cb;border-radius:4px;color:#155724;font-family:TTNormsPro;font-size:14px;font-weight:400;line-height:1.4}.become-partner-form__success .success-message{color:#155724;font-weight:500;margin-bottom:5px}@media(max-width: 650px){.become-partner-form__success{padding:12px;font-size:13px;margin-bottom:15px}}.become-partner-form__inner{width:100%}.become-partner-form__subtitle{color:#121318;font-family:TTNormsPro;font-size:20px;font-style:normal;font-weight:400;line-height:110%;margin-bottom:40px}.become-partner-form__subtitle .required-mark{color:#dc3545;font-weight:600}.become-partner-form__form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px}.become-partner-form__fields{display:grid;grid-template-columns:1fr 1fr;gap:30px}@media(max-width: 950px){.become-partner-form__fields{grid-template-columns:1fr;gap:20px}}.become-partner-form__field{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.become-partner-form__field--full{grid-column:1/-1}.become-partner-form__label{color:#121318;font-family:TTNormsPro;font-size:14px;font-style:normal;font-weight:500;line-height:110%}.become-partner-form__label .required-mark{color:#dc3545;font-weight:600}.become-partner-form__input{padding:12px 16px;border:1px solid #e0e0e0;font-family:TTNormsPro;font-size:16px;font-style:normal;font-weight:400;line-height:110%;color:#121318;background-color:#fff;-webkit-transition:border-color .3s ease;transition:border-color .3s ease;border-radius:4px}.become-partner-form__input:focus{outline:none;border-color:#003595}.become-partner-form__input::-webkit-input-placeholder{color:#999}.become-partner-form__input::-moz-placeholder{color:#999}.become-partner-form__input:-ms-input-placeholder{color:#999}.become-partner-form__input::-ms-input-placeholder{color:#999}.become-partner-form__input::placeholder{color:#999}.become-partner-form__textarea{padding:12px 16px;border:1px solid #e0e0e0;font-family:TTNormsPro;font-size:16px;font-style:normal;font-weight:400;line-height:110%;color:#121318;background-color:#fff;-webkit-transition:border-color .3s ease;transition:border-color .3s ease;border-radius:4px;resize:vertical;min-height:120px}.become-partner-form__textarea:focus{outline:none;border-color:#003595}.become-partner-form__textarea::-webkit-input-placeholder{color:#999}.become-partner-form__textarea::-moz-placeholder{color:#999}.become-partner-form__textarea:-ms-input-placeholder{color:#999}.become-partner-form__textarea::-ms-input-placeholder{color:#999}.become-partner-form__textarea::placeholder{color:#999}.become-partner-form__captcha{border-top:1px solid #e0e0e0;padding-top:30px;margin-top:20px}.become-partner-form__captcha-title{color:#121318;font-family:TTNormsPro;font-size:18px;font-style:normal;font-weight:600;line-height:110%;margin-bottom:20px}.become-partner-form__captcha-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:15px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.become-partner-form__captcha-image{border:1px solid #e0e0e0;border-radius:4px}.become-partner-form__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;gap:15px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}@media(max-width: 650px){.become-partner-form__buttons{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}}.become-partner-form__btn{padding:15px 30px;min-width:180px;border:none;font-family:TTNormsPro;font-size:16px;font-style:normal;font-weight:500;line-height:110%;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease;border-radius:4px}.become-partner-form__btn--primary{background-color:#003595;color:#fff}.become-partner-form__btn--primary:hover{background-color:#002362}.become-partner-form__btn--secondary{background-color:#fff;color:#121318;border:1px solid #e0e0e0}.become-partner-form__btn--secondary:hover{background-color:#f8f9fa;border-color:#003595}@media(max-width: 750px){.become-partner-form{padding:40px 30px}}@media(max-width: 650px){.become-partner-form{padding:30px 20px}.become-partner-form__subtitle{font-size:16px}.become-partner-form__label{font-size:14px}.become-partner-form__input,.become-partner-form__textarea{font-size:14px}}.masterscada-page .page-title{margin-bottom:0}@media(max-width: 850px){.masterscada-page .feedback-form{padding:20px 0}}.masterscada-intro{padding:50px 0}@media(max-width: 850px){.masterscada-intro{padding:20px 0}}.masterscada-intro__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}.masterscada-intro__text{color:#121318;font-family:TTNormsPro;font-size:16px;font-style:normal;font-weight:400;line-height:33px;margin:0}@media(max-width: 650px){.masterscada-intro__text{font-size:14px;line-height:24px}}.masterscada-counters{padding:35px 0 50px}@media(max-width: 850px){.masterscada-counters{padding:15px 0 20px}}.counters-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:30px}@media(max-width: 950px){.counters-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px}}@media(max-width: 650px){.counters-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}}.counter{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;min-width:0;border:1.5px solid #d6d6d6;padding:40px 20px;background-color:#fff}@media(max-width: 950px){.counter{-webkit-box-flex:0;-ms-flex:0 0 calc(50% - 10px);flex:0 0 calc(50% - 10px);padding:30px 15px}}@media(max-width: 650px){.counter{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;width:100%;padding:25px 15px}}.counter__number{color:#2f3192;font-family:TTNormsPro;font-size:48px;font-style:normal;font-weight:700;line-height:1.2;margin-bottom:20px}@media(max-width: 1150px){.counter__number{font-size:42px}}@media(max-width: 950px){.counter__number{font-size:36px;margin-bottom:15px}}@media(max-width: 650px){.counter__number{font-size:32px;margin-bottom:15px}}.counter__title{color:#121318;font-family:TTNormsPro;font-size:16px;font-style:normal;font-weight:500;line-height:1.5;text-transform:uppercase;max-width:100%}@media(max-width: 1150px){.counter__title{font-size:15px}}@media(max-width: 950px){.counter__title{font-size:14px}}@media(max-width: 650px){.counter__title{font-size:13px}}.masterscada-capabilities{padding:50px 0}@media(max-width: 850px){.masterscada-capabilities{padding:20px 0}}.masterscada-capabilities__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.masterscada-capabilities__title{color:#121318;font-family:TTNormsPro;font-size:32px;font-style:normal;font-weight:600;line-height:1.2;margin-bottom:40px;text-align:left}@media(max-width: 1150px){.masterscada-capabilities__title{font-size:28px}}@media(max-width: 950px){.masterscada-capabilities__title{font-size:24px;margin-bottom:30px}}@media(max-width: 650px){.masterscada-capabilities__title{font-size:20px;margin-bottom:25px}}.news-list{margin-bottom:35px;position:relative}.news-list__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:35px}@media(max-width: 950px){.news-list__header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media(max-width: 950px){.news-list__header .pagination{display:none}}.news-list__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:40px 0}.news-list__footer .btn{font-size:23px;font-weight:700;line-height:20.02px;min-width:375px;padding:20px}@media(max-width: 1150px){.news-list__footer .btn{font-size:20px}}@media(max-width: 500px){.news-list__footer .btn{font-size:14px;padding:10px}}@media(max-width: 375px){.news-list__footer .btn{min-width:230px}}.news-list-item{display:-webkit-box;display:-ms-flexbox;display:flex;gap:55px;font-family:TTNormsPro;padding:40px 0}.news-list-item:not(:last-child){border-bottom:1px solid #d6d8d5}@media(max-width: 500px){.news-list-item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:25px 0;gap:30px}}.news-list-item__info{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px;padding:10px 0}.news-list-item__img{width:300px;position:relative;padding:14px 0}@media(max-width: 1150px){.news-list-item__img{width:190px}}@media(max-width: 500px){.news-list-item__img{width:100%;height:unset;overflow:hidden}}.news-list-item__img img{width:100%;-o-object-fit:contain;object-fit:contain;-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s;aspect-ratio:1000/700;display:block}.news-list-item__img::before{content:"";position:absolute;width:100%;background-color:#003595;aspect-ratio:1000/700}.news-list-item__date{color:#a1a5a7;font-size:14px;font-weight:1000;line-height:20.02px;font-family:DrukTextWideCyr}@media(max-width: 1150px){.news-list-item__date{font-size:13px;line-height:17.542px}}@media(max-width: 950px){.news-list-item__date{font-size:12px;line-height:1}}@media(max-width: 500px){.news-list-item__date{font-size:12px;line-height:14.383px}}.news-list-item__title{color:#121318;font-size:30px;font-weight:700;line-height:30px;text-decoration:none;margin:15px 0}@media(max-width: 1150px){.news-list-item__title{font-size:25px;font-weight:700;line-height:21.03px;margin:10px 0}}@media(max-width: 950px){.news-list-item__title{font-size:18px}}@media(max-width: 500px){.news-list-item__title{font-size:12px;font-weight:700;line-height:17.242px;margin:0}}.news-list-item__descr{color:#606567;font-size:20px;font-weight:400;line-height:24px}@media(max-width: 1300px){.news-list-item__descr{font-size:12px;line-height:17.184px}}@media(max-width: 1150px){.news-list-item__descr{font-size:17px;line-height:17.542px}}@media(max-width: 950px){.news-list-item__descr{font-size:14px;line-height:1}}@media(max-width: 500px){.news-list-item__descr{font-size:12px;line-height:14.383px}}.news-list-filter{-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;gap:5px}@media(max-width: 950px){.news-list-filter{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.news-list-filter .btn{padding:8px 25px}@media(max-width: 950px){.news-list-filter .btn{width:100%}}.news-filter-select{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-shadow:none;box-shadow:none}.news-filter-select .jq-selectbox__select-text{color:rgba(68,70,66,.5);font-family:TTNormsPro;font-size:14px;font-weight:700;line-height:20.02px}@media(max-width: 1300px){.news-filter-select .jq-selectbox__select-text{font-size:12px;line-height:17.184px}}@media(max-width: 1150px){.news-filter-select .jq-selectbox__select-text{font-size:12px;line-height:14.383px}}.news-filter-select .jq-selectbox__select{height:34px;-webkit-box-shadow:unset;box-shadow:unset;border:1px solid gray;background:#fff;border-radius:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.news-filter-select .jq-selectbox__trigger{border:0;display:block}.news-filter-select .jq-selectbox__trigger-arrow{top:0;right:0;width:100%;height:100%;border:0;background-image:url(/local/templates/oni-system-2025/css/../images/svg/arrow.svg);background-repeat:no-repeat;background-position:center;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s}.news-filter-select.dropdown.opened .jq-selectbox__trigger-arrow{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s}.news-filter-select:focus-visible{outline:0}.news-filter-select.jq-selectbox.focused .jq-selectbox__select{border:1px solid #003595}.news-detail{margin-bottom:50px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.news-detail__head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:30px}@media(max-width: 850px){.news-detail__head{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.news-detail__head--pic .news-detail__title-wrp{width:calc(100% - 525px);padding-right:80px}@media(max-width: 1300px){.news-detail__head--pic .news-detail__title-wrp{width:calc(100% - 450px)}}@media(max-width: 1150px){.news-detail__head--pic .news-detail__title-wrp{padding-right:20px}}@media(max-width: 1150px){.news-detail__head--pic .news-detail__title-wrp{width:calc(100% - 400px)}}@media(max-width: 850px){.news-detail__head--pic .news-detail__title-wrp{width:100%}}.news-detail__title-wrp{width:100%;padding-right:80px}.news-detail__title{color:#121318;font-family:TTNormsPro;font-size:43px;font-weight:700;line-height:48.991px}@media(max-width: 1150px){.news-detail__title{font-size:36px}}@media(max-width: 950px){.news-detail__title{font-size:30px}}@media(max-width: 850px){.news-detail__title{font-size:25px;line-height:1.3;margin:30px 0;margin-top:10px;font-weight:800}}@media(max-width: 500px){.news-detail__title{font-size:22px}}.news-detail__date{color:#a1a5a7;font-family:DrukTextWideCyr;font-size:20px;font-weight:1000;line-height:20.02px;margin:30px 0}@media(max-width: 1300px){.news-detail__date{font-size:18px}}@media(max-width: 950px){.news-detail__date{margin:20px 0}}@media(max-width: 850px){.news-detail__date{font-size:14px}}.news-detail__picture{width:525px;aspect-ratio:846/560;overflow:hidden;margin-bottom:50px}@media(max-width: 1300px){.news-detail__picture{width:450px}}@media(max-width: 950px){.news-detail__picture{margin-bottom:20px;width:400px}}@media(max-width: 850px){.news-detail__picture{width:100%}}.news-detail__picture img{height:100%;width:100%;-o-object-fit:contain;object-fit:contain}.news-detail__description{font-size:20px}@media(max-width: 1300px){.news-detail__description{font-size:18px}}@media(max-width: 1150px){.news-detail__description{font-size:17px}}.news-detail__description img{height:auto;display:block}.news-detail__description p{font-weight:500;color:#121318}.news-another-slider-item{padding:0 10px;text-decoration:none;width:50%;height:195px}.news-another-slider-item__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#f3f3f3;padding:30px 20px 45px 20px;height:100%}.news-another-slider-item__date{color:#a1a5a7;font-family:TTNormsPro;font-size:12px;font-weight:700;line-height:20.02px;margin-bottom:20px}.news-another-slider-item__title{color:#121318;font-family:TTNormsPro;font-size:14px;font-weight:700;line-height:24px}.news-another{width:100%}.news-another-slider{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 -10px;position:relative}.news-another-slider__list{width:100%;height:100%}.news-another-slider .slick-track{height:100%}.news-another-slider-arrows__prev,.news-another-slider-arrows__next{position:absolute;width:12px;height:16px;bottom:19px}.news-another-slider-arrows__prev .icon,.news-another-slider-arrows__next .icon{width:12px;height:16px}.news-another-slider-arrows__next{right:30px}.news-another-slider-arrows__prev{left:30px;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}@media(max-width: 1300px){.sidebar-menu-row .btn{font-size:14px;font-weight:400;line-height:17.5px;padding:15px 20px}}@media(max-width: 1150px){.sidebar-menu-row .btn{font-size:12px}}.news-all-link{margin:40px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media(max-width: 950px){.news-all-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.news-all-link .btn{font-size:23px}@media(max-width: 1150px){.news-all-link .btn{font-size:20px}}@media(max-width: 500px){.news-all-link .btn{font-size:14px}}.feedback-form{padding:60px 0}@media(max-width: 650px){.feedback-form{padding:40px 0}}.feedback-form__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.feedback-form__title{color:#121318;font-family:DrukTextWideCyr;font-size:50px;font-style:normal;font-weight:1000;line-height:100%;text-transform:uppercase;margin-bottom:30px;max-width:865px}@media(max-width: 1300px){.feedback-form__title{font-size:45px}}@media(max-width: 1150px){.feedback-form__title{font-size:35px;max-width:520px}}@media(max-width: 950px){.feedback-form__title{font-size:30px}}@media(max-width: 650px){.feedback-form__title{font-size:24px}}.feedback-form__description{color:#121318;font-family:TTNormsPro;font-size:24px;font-style:normal;font-weight:400;line-height:100%;margin-bottom:50px;max-width:865px}@media(max-width: 1150px){.feedback-form__description{font-size:16px;max-width:520px}}@media(max-width: 650px){.feedback-form__description{font-size:14px}}.feedback-form__form{width:100%;margin-bottom:40px;position:relative}.feedback-form__message{display:none;padding:15px 20px;margin-bottom:20px;border-radius:4px;font-family:TTNormsPro;font-size:16px;font-weight:400;line-height:1.5}.feedback-form__message--active{display:block}.feedback-form__message--success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.feedback-form__message--error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.feedback-form__message-text{margin:0}.feedback-form__submit{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:45px;gap:40px}.feedback-form__submit .btn{text-align:center;font-size:16px;font-weight:500;line-height:17.6px;padding:18px 45px;-ms-flex-item-align:start;align-self:flex-start}.feedback-form__consent{position:relative}.feedback-form__consent .form-field-checkbox__label{color:#666;font-family:TTNormsPro;font-size:14px;font-weight:400;line-height:20px}@media(max-width: 650px){.feedback-form__consent .form-field-checkbox__label{font-size:12px;line-height:18px}}.feedback-form__consent .form-field-checkbox__label a{color:#003595;text-decoration:none;font-weight:500;-webkit-transition:color .3s ease;transition:color .3s ease}.feedback-form__consent .form-field-checkbox__label a:hover{color:#002366;text-decoration:underline}.feedback-form__consent .form-field-checkbox__error{display:none;color:#dc3545;font-family:TTNormsPro;font-size:14px;font-style:normal;font-weight:400;line-height:1.4;margin-top:10px}.feedback-form-form{display:-webkit-box;display:-ms-flexbox;display:flex;gap:40px}@media(max-width: 950px){.feedback-form-form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px}}.feedback-form-form__left{width:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px}@media(max-width: 950px){.feedback-form-form__left{width:100%}}.feedback-form-form__right{width:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}@media(max-width: 950px){.feedback-form-form__right{width:100%}}.universal-tabs{width:100%}.universal-tabs__nav{margin-bottom:50px}.universal-tabs__panels{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.universal-tabs-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:19px}@media(max-width: 650px){.universal-tabs-nav{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:12px}}.universal-tabs-nav__item{background-color:#d6d6d6;color:#1d252d;font-family:TTNormsPro;font-size:16px;font-style:normal;font-weight:500;line-height:20.02px;padding:12px 25px;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease;white-space:nowrap}@media(max-width: 950px){.universal-tabs-nav__item{font-size:14px;padding:12px 20px}}@media(max-width: 650px){.universal-tabs-nav__item{font-size:12px;padding:10px 15px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;min-width:0;text-align:center}}.universal-tabs-nav__item:hover{background-color:silver}.universal-tabs-nav__item--active{background-color:#003595;color:#fff}.universal-tabs-nav__item--active:hover{background-color:#003595}.universal-tabs-panel{display:none}.universal-tabs-panel--active{display:block}.universal-tabs-panel p{color:#1d252d;font-family:TTNormsPro;font-size:16px;font-style:normal;font-weight:400;line-height:33px;margin-bottom:15px}.universal-tabs-panel p a{color:#003595;text-decoration:none;font-weight:500;-webkit-transition:color .3s ease;transition:color .3s ease}.universal-tabs-panel p a:hover{color:#002366;text-decoration:underline}.universal-tabs-panel ul{list-style:none;padding:0;margin:0 0 20px 0}.universal-tabs-panel li{position:relative;color:#1d252d;font-family:TTNormsPro;font-size:16px;font-style:normal;font-weight:400;line-height:33px;padding:0 0 0 30px;margin-bottom:10px}.universal-tabs-panel li::before{content:"";display:block;width:20px;height:25px;background-image:url("/local/templates/oni-system-2025/css/../images/svg/arrow-b.svg");background-repeat:no-repeat;background-size:contain;background-position:center;position:absolute;left:0;top:4px}.universal-tabs-panel li a{color:#003595;text-decoration:none;font-weight:500;-webkit-transition:color .3s ease;transition:color .3s ease}.universal-tabs-panel li a:hover{color:#002366;text-decoration:underline}.universal-tabs-panel strong{font-weight:700}.universal-tabs-panel img{max-width:100%;height:auto;margin:20px 0}.partners-auth__error{margin-bottom:20px;padding:15px;background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;color:#721c24;font-family:TTNormsPro;font-size:14px;font-weight:400;line-height:1.4}.partners-auth__error .errortext{color:#721c24;font-weight:500;margin-bottom:5px}.partners-auth__error .notetext{color:#721c24;font-size:13px}.partners-auth__error ul{margin:5px 0 0 0;padding-left:20px}.partners-auth__error ul li{margin-bottom:3px;color:#721c24}@media(max-width: 650px){.partners-auth__error{padding:12px;font-size:13px;margin-bottom:15px}}.partners-auth__success{margin-bottom:20px;padding:15px;background-color:#d4edda;border:1px solid #c3e6cb;border-radius:4px;color:#155724;font-family:TTNormsPro;font-size:14px;font-weight:400;line-height:1.4}.partners-auth__success .oktext{color:#155724;font-weight:500;margin-bottom:5px}@media(max-width: 650px){.partners-auth__success{padding:12px;font-size:13px;margin-bottom:15px}}.partners-auth__links{margin-top:20px;text-align:center}.partners-auth__links a{color:#003595;font-family:TTNormsPro;font-size:14px;font-style:normal;font-weight:400;line-height:110%;text-decoration:none;-webkit-transition:color .3s ease;transition:color .3s ease}.partners-auth__links a:hover{color:#002362;text-decoration:underline}.partners-auth__field.captcha-field{margin-top:20px}.partners-auth__field.captcha-field img{margin-bottom:10px;border:1px solid #e0e0e0}.partners-auth .bx-auth-secure{display:inline-block;margin-left:10px;vertical-align:middle}.partners-auth .bx-auth-secure-icon{width:20px;height:20px;background:url("/bitrix/images/main/secure_icon.png") no-repeat center;background-size:contain}.partners-auth .bx-auth-secure-icon.bx-auth-secure-unlock{background-image:url("/bitrix/images/main/secure_icon_unlock.png")}@media(max-width: 650px){.partners-auth__links{margin-top:15px}.partners-auth__links a{font-size:12px}.partners-auth .bx-auth-secure{margin-left:5px}.partners-auth .bx-auth-secure-icon{width:16px;height:16px}}.successfully-authorized-msg{text-align:center;margin-bottom:30px}.successfully-authorized-msg p{color:#121318;font-family:TTNormsPro;font-size:18px;font-weight:400;line-height:1.4;margin-bottom:15px}.successfully-authorized-msg p:last-child{margin-bottom:0}.successfully-authorized-msg p a{color:#003595;text-decoration:none;font-weight:500;-webkit-transition:color .3s ease;transition:color .3s ease}.successfully-authorized-msg p a:hover{color:#002362;text-decoration:underline}@media(max-width: 650px){.successfully-authorized-msg p{font-size:16px}}.footer{background:#003595}.footer__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media(max-width: 850px){.footer__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.footer-content{padding:45px 0}.footer-content__logo{width:180px;max-height:90px;margin-right:20px}@media(max-width: 850px){.footer-content__logo{margin:0 25px 30px 25px}}@media(max-width: 500px){.footer-content__logo{margin:0 5px 30px 5px}}.footer-content__logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.footer-content__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}@media(max-width: 1150px){.footer-content__container{-webkit-box-flex:unset;-ms-flex:unset;flex:unset;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.footer-content__menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}@media(max-width: 1150px){.footer-content__menu{margin-bottom:30px}}.footer-content__contacts{-webkit-box-flex:1;-ms-flex:1;flex:1}@media(max-width: 850px){.footer-content__contacts{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media(max-width: 500px){.footer-content__contacts{margin:0 5px 0 5px;gap:20px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.footer-menu{margin:0 45px}@media(max-width: 1150px){.footer-menu{margin:0}}@media(max-width: 950px){.footer-menu{width:100%;margin:0 25px}}@media(max-width: 500px){.footer-menu{margin:0;width:unset}}.footer-menu__item{margin:5px 0}@media(max-width: 500px){.footer-menu__item{margin:15px 0}}.footer-link{color:#fff;font-family:TTNormsPro;font-size:14px;font-weight:400;line-height:140%;text-decoration:none}@media(max-width: 500px){.footer-link{font-size:13px}}.footer-link:hover{text-decoration:underline}@media(max-width: 1150px){.footer-contacts{width:100%;margin:0}}@media(max-width: 950px){.footer-contacts{margin:0 25px}}@media(max-width: 500px){.footer-contacts{margin:0}}.footer-contacts:not(:last-child){margin-bottom:30px}.footer-contacts__title{color:#fff;font-family:TTNormsPro;font-size:14px;font-weight:400;line-height:140%;margin-bottom:10px}.footer-contacts-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:5px 0}@media(max-width: 500px){.footer-contacts-item{margin:15px 0}}.footer-contacts-item__text{color:#fff;font-family:TTNormsPro;font-size:14px;font-weight:400;line-height:140%}.footer-contacts-item__label{color:#fff;font-family:TTNormsPro;font-size:14px;font-weight:400;line-height:140%}@media(max-width: 450px){.footer-contacts-item__label{display:none}}.footer-contacts-item__icon{width:18px;height:18px;margin-right:10px}.footer-contacts-item__icon svg{width:18px;height:18px;fill:none;stroke:#fff}
/* End */


/* Start:/local/templates/oni-system-2025/css/custom.css?1782475834306*/
.yandex-support-form {
  margin-top: 40px;
  margin-bottom: 80px;
}
.yandex-support-form h2 {
  font-size: 32px;
  margin-bottom: 20px;
}
.yandex-support-form iframe {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
}
.yandex-support-form a {
  color: #003595;
}

/*# sourceMappingURL=custom.css.map */

/* End */


/* Start:/local/components/iek/header/templates/.default/style.css?1783511598886*/
.header-top-menu-item {
    color: #354647;
    font-family: TTNormsPro;
    font-size: 13px;
    font-weight: 500;
    line-height: 100%;
    display: flex;
    gap: 3px;
    align-items: center;
}

.header-top-menu-item > a {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    text-decoration: none;
}
.header-top-menu-item > svg {
    width: 18px;
    max-height: 18px;
    fill: none;
    stroke: #003595;
    opacity: 0;
}
.header-top-menu-item:first-child > svg{
    opacity: 1;
}
.header-top-menu-item > svg.icon-arrow-2 {
    transform: translateY(1px);
}
.menu-divider {
    display: block;
    height: 1px;
    background-color: #D9D9D9;
}

@media (min-width: 1200px) {
    .header-contacts__col{
        margin-right: 30px;
    }
}
@media (hover: hover) {
    .header-top-menu-item > a:hover {
        color: #003595;

    }
}
/* End */


/* Start:/local/components/iek/iek.search/templates/.default/style.css?17835115985094*/
.ui-search {
  position: relative;
  max-width: 380px;
}

@media (max-width: 950px) {
  .ui-search {
    max-width: unset;
  }
}
.ui-search .ui-input__control {
  height: auto;
  display: flex;
  width: 100%;
  flex: 1;
  border-radius: 0;
  border: 0;
  padding-left: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: 400;
  color: #232323;
  font-size: 14px;
  padding: 5px;
  background-color: #fff;
}
.ui-search .ui-input__control::placeholder {
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 1439px) {
  .ui-search .ui-input__control {
    max-width: 290px;
  }
}
.ui-search .ui-input__control::-webkit-input-placeholder {
  font-size: 14px;

  font-weight: 400;
  color: #232323;
}
@media (max-width: 1023px) {
  .ui-search .ui-input__control::-webkit-input-placeholder {
    font-size: 14px;
  }
}
.ui-search .ui-input__control:-moz-placeholder {
  font-weight: 400;
  color: #232323;
}
@media (max-width: 1439px) {
  .ui-search .ui-input__control:-moz-placeholder {
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  .ui-search .ui-input__control:-moz-placeholder {
    font-size: 14px;
  }
}
.ui-search .ui-input__control::-moz-placeholder {
  font-weight: 400;
  color: #232323;
}
@media (max-width: 1439px) {
  .ui-search .ui-input__control::-moz-placeholder {
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  .ui-search .ui-input__control::-moz-placeholder {
    font-size: 14px;
  }
}
.ui-search .ui-input__control:-ms-input-placeholder {
  font-weight: 400;
  color: #232323;
}
@media (max-width: 1439px) {
  .ui-search .ui-input__control:-ms-input-placeholder {
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  .ui-search .ui-input__control:-ms-input-placeholder {
    font-size: 14px;
  }
}
.ui-search__button {
  position: absolute;
  top: 0;
  padding: 0 0 2px 0;
  display: flex;
  align-items: center;
  background: transparent;
  cursor: pointer;
  height: 100%;
  right: 16px;
}
@media (max-width: 1439px) {
  .ui-search__button {
    width: 10px;
    padding-bottom: 1px;
  }
}
@media (max-width: 1439px) {
  .ui-search__button svg {
    width: 10px;
    height: 10px;
  }
}
.ui-search__button:hover {
  color: #444642;
}
.ui-search__button--hidden {
  display: none;
}
.ui-search__button-mob {
  background: #2d4191;
  color: #ffffff;
  font-weight: 500;
  padding: 9px 22px;
  /* border-radius: 4px;  */
}
.ui-search--big .ui-search__button {
  width: 55px;
  height: 40px;
  padding-top: 3px;
  color: #444642;
}
.ui-search__clear {
  display: none;
  width: 30px;
  height: 30px;
  position: absolute;
  right: -6px;
  top: calc(50% - 5px);
  transform: translateY(-50%);
  cursor: pointer;
  background: url("/local/components/iek/iek.search/templates/.default/./images/icon-close.svg") center center/20px auto no-repeat;
}
@media (max-width: 1023px) {
  .ui-search__clear {
    top: calc(50%);
    right: 0;
  }
}

@media (max-width: 950px) {
  .ui-search__clear {
    width: 10px;
    height: 10px;
    background-size: 100%;
    right: 135px;
  }
}

.ui-search__clear--active {
  display: block;
}
.ui-search__button-icon {
  width: 20px;
  height: 20px;
  top: 3px;
  position: relative;
}
@media (max-width: 1023px) {
  .ui-search__button-icon {
    top: 0;
  }
}



.ui-input {
  width: 100%;
  font-family: Arial;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  color: #444642;
  position: relative;
  padding: 3px 16px 3px 10px;
  border: 1px solid #a1a5a7;
}

@media (max-width: 950px) {
  .ui-input {
    border: 0;
  }
}

.ui-input__control {
  width: 100%;
  padding: 9px 10px;
  /* border: 1.5px solid #949593; */
  background-color: #ffffff;
  font-family: Arial;
  font-size: 14px;
  line-height: 14px;
  height: 32px;
  font-weight: 400;
  font-style: normal;
  color: #444642;
  /* transition: 0.2s;  */
}
.ui-input__control--gray {
  background: #f3f3f3;
  border-color: #f3f3f3;
}
.ui-input__control--gray::-webkit-input-placeholder {
  color: rgba(68, 70, 66, 0.5);
}
.ui-input__control--gray:-moz-placeholder {
  color: rgba(68, 70, 66, 0.5);
}
.ui-input__control--gray::-moz-placeholder {
  color: rgba(68, 70, 66, 0.5);
}
.ui-input__control--gray:-ms-input-placeholder {
  color: rgba(68, 70, 66, 0.5);
}
.ui-input__control--gray:focus {
  border-color: transparent !important;
}
.ui-input__control--big {
  padding: 11px 19px;
}
@media (min-width: 0) and (max-width: 767px) {
  .ui-input__control--big {
    padding-left: 9px;
  }
}
.ui-input__control::-webkit-input-placeholder {
  font-family: Arial;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  color: #949593;
}
.ui-input__control:-moz-placeholder {
  font-family: Arial;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  color: #949593;
}
.ui-input__control::-moz-placeholder {
  font-family: Arial;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  color: #949593;
}
.ui-input__control:-ms-input-placeholder {
  font-family: Arial;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  color: #949593;
}
/* End */


/* Start:/local/components/iek/footer/templates/.default/style.css?1783511598735*/
.footer-contacts-item,
.footer-contacts-item a{
    color: #ffffff;
}
.footer-contacts-item a {
    text-decoration: none;
}
.footer-contacts-item a:hover {
    text-decoration: underline;
}
.footer-copy {
    margin-top: 10px;
    color: #ffffff;
    font-family: TTNormsPro;
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
    max-width: 155px;
}

.footer-content .footer-content__logo {
  max-height: unset;
}
.footer-content .footer-content__logo img {
    max-height: 90px;
}

.footer-contacts-item {
    white-space: normal;
    gap: 8px;
    font-family: TTNormsPro;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}

.footer-contacts-item .footer-contacts-item__icon {
    margin-right: 0;
}
/* End */
/* /local/templates/oni-system-2025/libs/libs.min.css?177547264052047 */
/* /local/templates/oni-system-2025/css/common.css?177547264023143 */
/* /local/templates/oni-system-2025/css/fonts.css?1775472640825 */
/* /local/templates/oni-system-2025/css/main.css?1775472640184768 */
/* /local/templates/oni-system-2025/css/custom.css?1782475834306 */
/* /local/components/iek/header/templates/.default/style.css?1783511598886 */
/* /local/components/iek/iek.search/templates/.default/style.css?17835115985094 */
/* /local/components/iek/footer/templates/.default/style.css?1783511598735 */
