html, body { width: 100%; height: 100%; margin: 0; padding: 0; }

body { font: 16px/24px 'Play', sans-serif; color: #393939; background: #fff; }

img { border: none; }


/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
 .owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1; }
    .owl-carousel .owl-stage {
      position: relative;
      -ms-touch-action: pan-Y;
      touch-action: manipulation;
      -moz-backface-visibility: hidden;
      /* fix firefox animation glitch */ }
    .owl-carousel .owl-stage:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
    .owl-carousel .owl-stage-outer {
      position: relative;
      overflow: hidden;
      /* fix for flashing background */
      -webkit-transform: translate3d(0px, 0px, 0px); }
    .owl-carousel .owl-wrapper,
    .owl-carousel .owl-item {
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0); }
    .owl-carousel .owl-item {
      position: relative;
      min-height: 1px;
      float: left;
      -webkit-backface-visibility: hidden;
      -webkit-tap-highlight-color: transparent;
      -webkit-touch-callout: none; }
    .owl-carousel .owl-item img {
      display: block;
      width: 100%; }
    .owl-carousel .owl-nav.disabled,
    .owl-carousel .owl-dots.disabled {
      display: none; }
    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next,
    .owl-carousel .owl-dot {
      cursor: pointer;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel button.owl-dot {
      background: none;
      color: inherit;
      border: none;
      padding: 0 !important;
      font: inherit; }
    .owl-carousel.owl-loaded {
      display: block; }
    .owl-carousel.owl-loading {
      opacity: 0;
      display: block; }
    .owl-carousel.owl-hidden {
      opacity: 0; }
    .owl-carousel.owl-refresh .owl-item {
      visibility: hidden; }
    .owl-carousel.owl-drag .owl-item {
      -ms-touch-action: pan-y;
          touch-action: pan-y;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    .owl-carousel.owl-grab {
      cursor: move;
      cursor: grab; }
    .owl-carousel.owl-rtl {
      direction: rtl; }
    .owl-carousel.owl-rtl .owl-item {
      float: right; }
  
  /* No Js */
  .no-js .owl-carousel {
    display: block; }
  
  /*
   *  Owl Carousel - Animate Plugin
   */
  .owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both; }
  
  .owl-carousel .owl-animated-in {
    z-index: 0; }
  
  .owl-carousel .owl-animated-out {
    z-index: 1; }
  
  .owl-carousel .fadeOut {
    animation-name: fadeOut; }
  
  @keyframes fadeOut {
    0% {
      opacity: 1; }
    100% {
      opacity: 0; } }
  
  /*
   * 	Owl Carousel - Auto Height Plugin
   */
  .owl-height {
    transition: height 500ms ease-in-out; }
  
  /*
   * 	Owl Carousel - Lazy Load Plugin
   */
  .owl-carousel .owl-item {
    /**
              This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
              calculation of the height of the owl-item that breaks page layouts
           */ }
    .owl-carousel .owl-item .owl-lazy {
      opacity: 0;
      transition: opacity 400ms ease; }
    .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
      max-height: 0; }
    .owl-carousel .owl-item img.owl-lazy {
      transform-style: preserve-3d; }
  
  /*
   * 	Owl Carousel - Video Plugin
   */
  .owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000; }
  
  .owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.html") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease; }
  
  .owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3); }
  
  .owl-carousel .owl-video-playing .owl-video-tn,
  .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none; }
  
  .owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease; }
  
  .owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%; }


/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
 .owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent; }
    .owl-theme .owl-nav [class*='owl-'] {
      color: #FFF;
      font-size: 14px;
      margin: 5px;
      padding: 4px 7px;
      background: #D6D6D6;
      display: inline-block;
      cursor: pointer;
      border-radius: 3px; }
      .owl-theme .owl-nav [class*='owl-']:hover {
        background: #869791;
        color: #FFF;
        text-decoration: none; }
    .owl-theme .owl-nav .disabled {
      opacity: 0.5;
      cursor: default; }
  
  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px; }
  
  .owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent; }
    .owl-theme .owl-dots .owl-dot {
      display: inline-block;
      zoom: 1;
      *display: inline; }
      .owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 5px 7px;
        background: #D6D6D6;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity 200ms ease;
        border-radius: 30px; }
      .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: #869791; }
  
  
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next { position: absolute; padding: 5px 10px !important; font-size: 0px !important; outline: none; }
    .owl-carousel .owl-nav button.owl-prev.disabled,
    .owl-carousel .owl-nav button.owl-next.disabled { opacity: .4; cursor: default; }
    .owl-carousel .owl-nav button.owl-prev { left: -40px; top: 50%;  }
    .owl-carousel .owl-nav button.owl-prev:after { position: absolute; top: 50%; left: 5px; border: solid #7c7c7c; border-width: 0 3px 3px 0; display: block; padding: 7px; margin: -17px 0 0; content: ''; transform: rotate(135deg); }
    .owl-carousel .owl-nav button.owl-next { right: -40px; top: 50%; }
    .owl-carousel .owl-nav button.owl-next:after { position: absolute; top: 50%; right: 5px; border: solid #7c7c7c; border-width: 0 3px 3px 0; display: block; padding: 7px; margin: -17px 0 0; content: ''; transform: rotate(-45deg); }
  


.content { box-sizing: border-box; max-width: 1300px; margin-left: auto; margin-right: auto; }
.content-index-slider { box-sizing: border-box; max-width: 1350px; margin-left: auto; margin-right: auto; }


.logo { width: 451px; height: 84px; }
.logo__img { display: block; width: 100%; height: 100%; background: url('../images/logo-white.png') no-repeat; background-size: contain; transition: background-image .5s; }
.logo__link { text-decoration: none; }
.logo__tagline { margin: 10px 0 0; padding: 0; color: #fff; font-size: 16px; line-height: 36px; font-weight: normal; text-transform: uppercase; letter-spacing: .2em; white-space: nowrap; opacity: .5; transition: color .5s; }


.menu {  }
.menu__list { display: flex; flex-direction: row; margin: 0; padding: 0; list-style: none; }
.menu__item { margin: 0 1px; font-size: 18px; line-height: 24px; text-transform: uppercase; }
.menu__link { display: inline-block; padding: 16px 10px; color: #fff; text-decoration: none; cursor: pointer; transition: color .5s; }
.menu__btn { display: inline-block; border-radius: 52px; height: 24px; padding: 14px 25px; margin: 0 11px; color: #fff; font-size: 18px; line-height: 24px; text-transform: uppercase; cursor: pointer; background: #0d88cc; text-align: center; text-decoration: none; vertical-align: middle; transition: background-color .5s; }
.menu__sub { position: absolute; display: none; margin: 0 0 0 -14px; padding: 10px 24px; list-style: none; width: auto; background: rgba(255, 255, 255, 0.9); }
.menu__sub-item { margin: 5px 0; text-transform: uppercase; white-space: nowrap; }
.menu__sub-link { display: block; padding: 5px 0; color: inherit; text-decoration: none; font-size: 16px; line-height: 20px; }
.menu__sub-link:hover { text-decoration: underline; }


.head { height: 270px; background: #583d99 url('../images/head.jpg') 50% 100% no-repeat; background-size: cover; }
.head__content { width: 100%; padding-top: 28px !important; display: flex; flex-direction: row; justify-content: space-between; }
.head__logo { margin: 0 20px 0 0; }
.head__ctrls { display: flex; flex-direction: row; justify-content: flex-end; align-items: center; margin-top: 20px; }
.head__lang { margin-left: 20px; padding: 14px 0; color: #fff; cursor: pointer; transition: color .5s; }
.head_menu-open .menu { position: fixed; left: 0; top: 0; overflow: auto; width: 100%; height: 100%; margin: 0; padding: 0; background: #fff; }
.head_case { display: flex; flex-direction: column; justify-content: space-between; height: 430px; }

.head__title { display: flex; flex-direction: row; justify-content: center; align-items: center; max-width: 960px; margin: 0 auto 100px; }
.head__title-logo {  }
.head__title-text { margin: 0 0 0 24px; padding: 0; font-size: 30px; line-height: 42px; text-transform: uppercase; }


.head__menu-ctrl { display: none; position: absolute; top: 44px; right: 25px; width: 30px; height: 35px; cursor: pointer; }
.head__menu-ctrl-btn { position: relative; width: 5px; height: 5px; margin: 15px auto; border-radius: 50%; background: #fff; }
.head__menu-ctrl-btn:after { position: absolute; top: -10px; display: block; width: 5px; height: 5px; margin: 0 auto; border-radius: 50%; background: #fff; content: ''; }
.head__menu-ctrl-btn:before {  position: absolute; bottom: -10px; display: block; width: 5px; height: 5px; margin: 0 auto; border-radius: 50%; background: #fff; content: ''; }
.head__menu-close { display: none; position: fixed; top: 60px; right: 25px; cursor: pointer; }
.head__menu-close-btn { position: relative; width: 18px; height: 18px; }
.head__menu-close-btn::after { position: absolute; top: 50%; right: 14px; border: solid #474749; border-width: 0 2px 2px 0; display: block; padding: 5px; margin: -8px 0 0; content: ''; transform: rotate(-45deg); }
.head__menu-close-btn::before { position: absolute; top: 50%; right: 0px; border: solid #474749; border-width: 0 2px 2px 0; display: block; padding: 5px; margin: -8px 0 0; content: ''; transform: rotate(135deg); }


.head_axioma { background: #881b6e url('../images/cases/axioma/head.jpg') 50% 100% no-repeat; background-size: cover; }
.head_axioma .head__title-logo { width: 320px; height: 110px; }
.head_axioma .head__title-text { color: #fff; }
.head_axioma .head__lang { color: #fff; }
.head_axioma .head__menu-ctrl-btn,
.head_axioma .head__menu-ctrl-btn:after,
.head_axioma .head__menu-ctrl-btn:before { background: #fff; }
.head_axioma .menu__link { color: #fff; }
.head_axioma .menu__btn { background: #4d1469; }
.head_axioma .logo__img { background-image: url('../images/logo-white.png'); }
.head_axioma .logo__tagline { color: #fff; opacity: .5; }

.head_csoft { background: #d9d9da url('../images/cases/csoft/head.jpg') 50% 100% no-repeat; background-size: cover; }
.head_csoft .head__title-logo { width: 207px; height: 111px; }
.head_csoft .head__title-text { color: #808184; }
.head_csoft .head__lang { color: #ed1b23; }
.head_csoft .head__menu-ctrl-btn,
.head_csoft .head__menu-ctrl-btn:after,
.head_csoft .head__menu-ctrl-btn:before { background: #ed1b23; }
.head_csoft .menu__link { color: #474749; }
.head_csoft .menu__btn { background: #ed1b23; }
.head_csoft .logo__img { background-image: url('../images/logo-csoft.png'); }
.head_csoft .logo__tagline { color: #87888b; opacity: 1; }

.head_kolobox { background: #2d2014 url('../images/cases/kolobox/head.jpg') 50% 100% no-repeat; background-size: cover; }
.head_kolobox .head__title-logo { width: 268px; height: 69px; }
.head_kolobox .head__title-text { color: #fff; }
.head_kolobox .head__lang { color: #db812d; }
.head_kolobox .head__menu-ctrl-btn,
.head_kolobox .head__menu-ctrl-btn:after,
.head_kolobox .head__menu-ctrl-btn:before { background: #92877e; }
.head_kolobox .menu__link { color: #87888b; }
.head_kolobox .menu__btn { background: #db812d; }
.head_kolobox .logo__img { background-image: url('../images/logo-kolobox.png'); }
.head_kolobox .logo__tagline { color: #656669; opacity: 1; }

.head_okbm { background: #9ddaee url('../images/cases/okbm/head.jpg') 50% 100% no-repeat; background-size: cover; }
.head_okbm .head__title-logo { width: 281px; height: 96px; }
.head_okbm .head__title-text { color: #0066a4; }
.head_okbm .head__lang { color: #0066a4; }
.head_okbm .head__menu-ctrl-btn,
.head_okbm .head__menu-ctrl-btn:after,
.head_okbm .head__menu-ctrl-btn:before { background: #0066a4; }
.head_okbm .menu__link { color: #474749; }
.head_okbm .menu__btn { background: #0066a4; }
.head_okbm .logo__img { background-image: url('../images/logo-okbm.png'); }
.head_okbm .logo__tagline { color: #0066a4; opacity: 1; }

.head_factory { background: #93c3ec url('../images/cases/factory/head.jpg') 50% 100% no-repeat; background-size: cover; }
.head_factory .head__title-text { margin: 0; color: #083e69; text-align: center; }
.head_factory .head__lang { color: #083e69; }
.head_factory .head__menu-ctrl-btn,
.head_factory .head__menu-ctrl-btn:after,
.head_factory .head__menu-ctrl-btn:before { background: #083e69; }
.head_factory .menu__link { color: #474749; }
.head_factory .menu__btn { background: #083e69; }
.head_factory .logo__img { background-image: url('../images/logo-factory.png'); }
.head_factory .logo__tagline { color: #083e69; opacity: 1; }

.head_spar { background: #d0bba3 url('../images/cases/spar/head.jpg') 50% 100% no-repeat; background-size: cover; }
.head_spar .head__title { margin-bottom: 130px; }
.head_spar .head__title-logo { width: 450px; height: 72px; }
.head_spar .head__title-text { color: #3e6336; }
.head_spar .head__lang { color: #ed1b23; }
.head_spar .head__menu-ctrl-btn,
.head_spar .head__menu-ctrl-btn:after,
.head_spar .head__menu-ctrl-btn:before { background: #ed1b23; }
.head_spar .menu__link { color: #474749; }
.head_spar .menu__btn { background: #ed1b23; }
.head_spar .logo__img { background-image: url('../images/logo-spar.png'); }
.head_spar .logo__tagline { color: #3e6437; opacity: 1; }


.head.head_index { height: auto; background: none; }


.l-index-head { position: absolute; top: 0; left: 0; z-index: 100; width: 100%; }


.foot { width: 100%; height: 339px; margin: 40px 0 0; background: #51429c url('../images/foot.jpg') 50% 0 no-repeat; background-size: cover; }
.foot__content { padding-top: 80px; display: flex; flex-direction: row; flex-wrap: wrap; }
.foot__logos { flex: 0 1 50%; display: flex; flex-direction: row; align-items: center; margin: 0; }
.foot__logos-item { margin-right: 10%; }
.foot__shvetsov-tech-img { display: block; width: 144px; height: 149px; }
.foot__clutch {  }
.foot__clutch-img { display: block; width: 109px; height: 115px; }
.foot__iso {  }
.foot__iso-img { display: block; width: 102px; height: 102px; }
.foot__ibe2020 {  }
.foot__ibe2020-img { display: block; width: 102px; height: 102px; }
.foot__info { flex: 0 1 50%; display: flex; flex-direction: row; align-items: flex-end; margin: 0 0 45px; }
.foot__contacts { flex: 0 1 60%; padding-top: 20px; }
.foot__contacts-title { font-size: 22px; line-height: 30px; color: #fff; }
.foot__contacts-list { margin: 10px 0 0; }
.foot__contacts-item { padding: 8px 0 8px 37px; color: #fff; font-size: 18px; line-height: 21px; }
.foot__contacts-item_phone { background: url('../images/icons/foot/phone.png') 3px 50% no-repeat; background-size: 17px 25px; }
.foot__contacts-item_email { background: url('../images/icons/foot/email.png') 1px 50% no-repeat; background-size: 22px 18px; }
.foot__contacts-item a { color: #fff; text-decoration: none; }
.foot__nav { flex: 0 1 40%; }
.foot__nav-item { margin: 10px 0 8px; color: #fff; font-size: 18px; line-height: 22px; }
.foot__nav-link { color: #fff; text-decoration: none; }
.foot__tagline { flex: 0 1 50%; padding: 0 0 25px; font-size: 22px; line-height: 30px; color: #fff; }
.foot__copyright { flex: 0 1 50%; padding: 0 0 25px; font-size: 16px; line-height: 30px; color: #fff; }

.foot_axioma { background-color: #971d6e; background-image: url('../images/cases/axioma/foot.jpg'); }
.foot_csoft { background-color: #da2d35; background-image: url('../images/cases/csoft/foot.jpg'); }
.foot_kolobox { background-color: #281e15; background-image: url('../images/cases/kolobox/foot.jpg'); }
.foot_okbm { background-color: #2182b6; background-image: url('../images/cases/okbm/foot.jpg'); }
.foot_factory { background-color: #235a87; background-image: url('../images/cases/factory/foot.jpg'); }
.foot_spar { background-color: #42673a; background-image: url('../images/cases/spar/foot.jpg'); }


.slider { width: 100%; height: 100%; }
.slider__item { width: 100%; height: 100%; outline: none; background-position: 50% 100%; background-repeat: no-repeat; background-size: cover; }
.slider__content { width: 100%; height: 100%; display: flex; flex-direction: row; justify-content: space-between; align-items: center; }
.slider__description { flex: 0 1 50%; padding: 100px 50px 0 0; }
.slider__logo { margin: 0 0 22px; }
.slider__title { margin: 0 0 20px; font-size: 30px; line-height: 42px; text-transform: uppercase; font-weight: normal; }
.slider__text { margin: 0 0 40px; font-size: 18px; line-height: 26px; }
.slider__btn { display: block; border-radius: 52px; width: 245px; height: 24px; padding: 14px 0px; margin: 20px 0 0; color: #fff; font-weight: bold; font-size: 16px; line-height: 24px; cursor: pointer; text-decoration: none; text-align: center; }
.slider__figure {  flex: 0 1 50%; padding: 100px 0; }
.slider__figure-img { width: 100%; margin: 0 auto; }
.slider__item_axioma { background-image: url('../images/cases/axioma/slider/bg.jpg'); background-color: #881b6e; }
.slider__item_axioma .slider__logo { width: 300px !important; height: 58px !important; }
.slider__item_axioma .slider__title { color: #fff; }
.slider__item_axioma .slider__text { color: #fff; }
.slider__item_axioma .slider__btn { background: #ff266f; }
.slider__item_axioma .slider__figure-img { max-width: 713px; max-height: 405px; }
.slider__item_csoft { background-image: url('../images/cases/csoft/slider/bg.jpg'); background-color: #d9d9da; }
.slider__item_csoft .slider__logo { width: 207px !important; height: 111px !important; }
.slider__item_csoft .slider__title { color: #808184; }
.slider__item_csoft .slider__text { color: #32312f; }
.slider__item_csoft .slider__btn { background: #ed1b23; }
.slider__item_csoft .slider__figure-img { max-width: 652px; max-height: 444px; }
.slider__item_kolobox { background-image: url('../images/cases/kolobox/slider/bg.jpg'); background-color: #504032; }
.slider__item_kolobox .slider__logo { width: 221px !important; height: 57px !important; }
.slider__item_kolobox .slider__title { color: #fff; }
.slider__item_kolobox .slider__text { color: #fff; }
.slider__item_kolobox .slider__btn { background: #db812d; }
.slider__item_kolobox .slider__figure-img { max-width: 720px; max-height: 601px; }
.slider__item_okbm { background-image: url('../images/cases/okbm/slider/bg.jpg'); background-color: #b3e3f2; }
.slider__item_okbm .slider__logo { width: 310px !important; height: 106px !important; }
.slider__item_okbm .slider__title { color: #0066a4; }
.slider__item_okbm .slider__text { color: #083e69; }
.slider__item_okbm .slider__btn { background: #0066a4; }
.slider__item_okbm .slider__figure-img { max-width: 650px; max-height: 491px; }
.slider__item_factory { background-image: url('../images/cases/factory/slider/bg.jpg'); background-color: #bcd9f3; }
.slider__item_factory .slider__title { color: #083e69; }
.slider__item_factory .slider__text { color: #083e69; }
.slider__item_factory .slider__btn { background: #083e69; }
.slider__item_factory .slider__figure-img { max-width: 675px; max-height: 496px; }
.slider__item_spar { background-image: url('../images/cases/spar/slider/bg.jpg'); background-color: #eee6dd; }
.slider__item_spar .slider__logo { width: 451px !important; height: 77px !important; }
.slider__item_spar .slider__title { color: #808184; }
.slider__item_spar .slider__text { color: #32312f; }
.slider__item_spar .slider__btn { background: #ed1b23; }
.slider__item_spar .slider__figure-img { max-width: 658px; max-height: 488px; }

.slider.owl-carousel .owl-stage-outer,
.slider.owl-carousel .owl-stage,
.slider.owl-carousel .owl-item { height: 100%; }
.slider.owl-carousel .owl-dots { position: absolute; bottom: 50px; width: 100%; text-align: center; }
.slider.owl-carousel .owl-dots .owl-dot { position: relative; width: 20px; height: 20px; margin: 0 7px; outline: none; }
.slider.owl-carousel .owl-dots .owl-dot span { display: block; width: 10px; height: 10px; border-radius: 50%; margin: 5px; background: #fff; }
.slider.owl-carousel .owl-dots .owl-dot.active:after { position: absolute; left: 50%; display: block; width: 5px; height: 54px; margin: 4px 0 0 -3px; background: #fff; content: ''; }
.slider.owl-carousel .owl-dots .owl-dot.active span { border: 5px solid #fff; margin: 0; background: none; }


.index-directions {  }
.index-directions__list { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; padding: 100px 0 40px; }
.index-directions__item { display: flex; width: 45%; margin: 0 0 70px; }
.index-directions__icon { margin: 0 40px 0 0;  }
.index-directions__icon-img { width: 102px; }
.index-directions__title { margin: 0 0 15px; font-size: 36px; line-height: 42px; font-weight: normal; }
.index-directions__title-link { color: #393939; text-decoration: none; }
.index-directions__description { margin: 0; font-size: 16px; line-height: 20px; color: #393939; }
.index-directions__icon { margin: 0 40px; align-self: center; }
.index-directions__item:nth-child(2n+1) .index-directions__title { text-align: right; }
.index-directions__item:nth-child(2n+1) .index-directions__description { text-align: right; }
.index-directions__item:nth-child(2n+1) .index-directions__icon { order: 2; }


.index-responses { position: relative; margin: 0 0 70px; background: #ebebeb; }
.index-responses:before { position: absolute; top: -80px; left: 50%; display: block; width: 203px; height: 219px; margin-left: -101px; background: url('../images/clutch-top-2020.png') no-repeat; background-size: cover; content: ''; }
.index-responses__list { position: relative; padding: 180px 0 40px; }
.index-responses__item { flex: 0 1 30%; margin: 0 25px 20px; }
.index-responses__heading { margin: 0 0 10px; color: #393939; font-size: 24px; line-height: 28px; font-weight: normal; }
.index-responses__heading-link { color: #393939; text-decoration: none; }
.index-responses__sign { margin: 0 0 10px; color: #393939; font-size: 16px; line-height: 24px; font-weight: normal; }
.index-responses__rate { margin: 0 0 12px; }
.index-responses__rate-img { display: block; width: 130px !important; height: 21px !important; }
.index-responses__text { margin: 0 0 10px; color: #393939; font-size: 16px; line-height: 24px; opacity: .7; }
.index-responses__btn { color: #6b3e9c; font-size: 16px; line-height: 20px; }


.index-news {  }
.index-news__title { margin: 0 0 35px; font-size: 36px; line-height: 42px; font-weight: normal; color: #393939; text-align: center; }
.index-news__link { color: #393939; text-decoration: none; }
.index-news__list { display: flex; flex-direction: row; justify-content: flex-start; padding: 0px 0 50px; }
.index-news__item { flex: 0 1 33%; margin: 0 25px 20px; }
.index-news__pic { margin: 0 0 20px; }
.index-news__pic-img { display: block; width: 100%; }
.index-news__heading { margin: 0 0 15px; color: #393939; font-size: 24px; line-height: 28px; font-weight: normal; }
.index-news__heading-link { color: #393939; text-decoration: none; }
.index-news__date { margin: 0 0 15px; color: #0d88cc; font-size: 16px; }
.index-news__text { margin: 0 0 10px; color: #393939; font-size: 16px; line-height: 24px; opacity: .7; }


.file { padding: 0 0 0 60px; }
.file:after { overflow: hidden; clear: both; display: block; height: 0; font-size: 0; line-height: 0; content: ''; }
.file__link { float: left; text-decoration: none; }
.file__link:before { float: left; width: 46px; height: 51px; margin: 0 0 0 -60px; background-repeat: no-repeat; background-size: cover; content: ''; }
.file__name { display: block; font-size: 18px; line-height: 24px; color: #2b2b2b; }
.file__size { display: block; font-size: 16px; line-height: 24px; color: #8b8b8b; }
.file_pdf .file__link:before { background-image: url('../images/icons/file/pdf.png'); }
.file_doc .file__link:before { background-image: url('../images/icons/file/doc.png'); }
.file_xls .file__link:before { background-image: url('../images/icons/file/xls.png'); }


.consultation { padding-top: 150px; padding-bottom: 100px; }
.consultation__intro { max-width: 900px; margin: 0 auto; text-align: center; }
.consultation__title { margin: 0 0 40px; color: #393939; font-size: 48px; line-height: 52px; font-weight: normal; }
.consultation__text { margin: 0 0 50px; color: #393939; font-size: 21px; line-height: 24px; }
.consultation__form { margin: 0; text-align: center; }
.consultation__field { margin-bottom: 80px; }
.consultation__label { margin: 0 0 15px; color: #393939; font-size: 21px; line-height: 30px; }
.consultation__input { box-sizing: border-box; display: block; width: 344px; height: 52px; border: 1px solid #393939; border-radius: 52px; margin: 0 auto; padding: 0 20px; color: #393939; font-size: 24px; font-family: 'Play', sans-serif; line-height: 24px; text-align: center; outline: none; }
.consultation__input::placeholder { color: #393939; }
.consultation__submit { box-sizing: border-box; display: block; width: 344px; height: 52px; margin: 0 auto; border: none; border-radius: 52px; color: #fff; font-size: 18px; line-height: 24px; font-family: 'Play', sans-serif; text-transform: uppercase; background: #504fa4; background: linear-gradient(90deg, #3b5cab 0%, #62449f 100%); cursor: pointer; outline: none; }

.consultation__form-inputs { display: flex; flex-direction: row; justify-content: space-between; margin: 0 0 70px; }
.consultation__form-field { width: 48%; }
.consultation__form-field .consultation__error, .consultation__form-tarea .consultation__error { padding-left: 30px; text-align: left; }
.consultation__form-input { box-sizing: border-box; display: block; width: 100%; height: 80px; border: solid #6b3e9c; border-width: 0 0 1px 1px; padding: 25px 30px; color: #393939; font-size: 18px; font-family: 'Play', sans-serif; background: none; outline: none; }
.consultation__form-input::placeholder { color: #393939; }
.consultation__form-tarea { margin: 0 0 50px; }
.consultation__form-text { box-sizing: border-box; display: block; width: 100%; height: 212px; border: solid #6b3e9c; border-width: 0 0 1px 1px; margin: 0; padding: 25px 30px; color: #393939; font-size: 18px; font-family: 'Play', sans-serif; background: none; outline: none; }
.consultation__form-text::placeholder { color: #393939; }
.consultation__form-submit { display: block; border-radius: 52px; min-width: 344px; height: 52px; border:none; padding: 14px 25px; margin: 0 auto; color: #fff; font-size: 18px; line-height: 24px; text-transform: uppercase; background: #504fa4; background: linear-gradient(90deg, #3b5cab 0%, #62449f 100%); cursor: pointer; outline: none; }

.consultation__policy { max-width: 520px; margin: -15px auto 20px; padding: 0 0 0 22px; text-align: left; }
.consultation__policy-input { float: left; margin: 5px 0 0 -22px; }
.consultation__policy-label { font-size: 16px; line-height: 24px; }
.consultation__policy-link { color: inherit; }

.consultation__error { display: none; margin: 10px 0 10px; font-size: 16px; line-height: 24px; color: #f44141; font-weight: bold; text-align: center; }

.consultation__success { display: none; margin: 10px 0 0; text-align: center; }
.consultation__success-text { margin: 0 0 20px; font-size: 21px; line-height: 24px; text-align: center; font-weight: bold; color: #393939; }
.consultation__success-btn { display: inline-block; box-sizing: border-box; border-radius: 52px; min-width: 314px; height: 52px; border:none; padding: 14px 25px; margin: 0 auto; color: #fff; font-size: 18px; line-height: 24px; text-transform: uppercase; background: #504fa4; background: linear-gradient(90deg, #3b5cab 0%, #62449f 100%); cursor: pointer; text-decoration: none; outline: none; }


.contacts { width: 100%; }
.contacts__data { display: flex; flex-direction: row; justify-content: space-between; }
.contacts__list { margin: 0 0 60px; padding: 0; list-style: none; }
.contacts__list_1 { flex: 1 1 32%; }
.contacts__list_2 { flex: 3 1 68%; }
.contacts__list-item {  }
.contacts__list-item-link { display: inline-block; padding: 8px 0 8px 36px; font-size: 24px; line-height: 30px; color: #393939; text-decoration: none; }
.contacts__list-item-link_phone { background: url('../images/icons/contacts/phone.png') 3px 50% no-repeat; background-size: 17px 25px; }
.contacts__list-item-link_email { background: url('../images/icons/contacts/email.png') 1px 55% no-repeat; background-size: 22px 18px; }
.contacts__list-item-link_telegram { background: url('../images/icons/contacts/telegram.png') 0 50% no-repeat; background-size: 22px 18px; }
.contacts__list-item-link_whatsapp { background: url('../images/icons/contacts/whatsapp.png') 0 50% no-repeat; background-size: 21px 20px; }
.contacts__list-item_address { padding: 8px 0 8px 36px; font-size: 24px; line-height: 30px; color: #393939; background: url('../images/icons/contacts/address.png') 5px 55% no-repeat; background-size: 17px 23px; }
.contacts__list-item_time { padding: 8px 0 8px 36px; font-size: 24px; line-height: 30px; color: #393939; background: url('../images/icons/contacts/time.png') 3px 55% no-repeat; background-size: 22px 22px; }
.contacts__map { overflow: hidden; width: 100%; height: 626px; }
.contacts__form { margin-bottom: 60px; padding-top: 55px; padding-bottom: 55px; background: #5c3483; background: linear-gradient(90deg, #772b90 0%, #3c3e74 100%); }
.contacts__form-title { margin: 0 0 50px; font-size: 48px; line-height: 52px; color: #fff; }
.contacts__form-inputs { display: flex; flex-direction: row; justify-content: space-between; margin: 0 0 70px; }
.contacts__form-field { width: 48%; }
.contacts__form-input { box-sizing: border-box; display: block; width: 100%; height: 80px; border: solid #fff; border-width: 0 0 1px 1px; padding: 25px 30px; color: #fff; font-size: 18px; font-family: 'Play', sans-serif; background: none; outline: none; }
.contacts__form-input::placeholder { color: #fff; }
.contacts__form-tarea { margin: 0 0 50px; }
.contacts__form-text { box-sizing: border-box; display: block; width: 100%; height: 212px; border: solid #fff; border-width: 0 0 1px 1px; padding: 25px 30px; color: #fff; font-size: 18px; font-family: 'Play', sans-serif; background: none; outline: none; }
.contacts__form-text::placeholder { color: #fff; }
.contacts__form-submit { display: block; border-radius: 52px; min-width: 277px; height: 52px; border:none; padding: 14px 25px; margin: 0 auto; color: #fff; font-size: 18px; line-height: 24px; text-transform: uppercase; cursor: pointer; background: #7bcee8; }
.contacts__form-policy { max-width: 520px; margin: -15px auto 20px; padding: 0 0 0 22px; text-align: left; color: #fff; }
.contacts__form-policy-input { float: left; margin: 5px 0 0 -22px; }
.contacts__form-policy-label { font-size: 16px; line-height: 24px; }
.contacts__form-policy-link { color: inherit; }
.contacts__form-error { display: none; margin: 10px 0 10px; font-size: 16px; line-height: 24px; color: #f44141; font-weight: bold; text-align: center; }
.contacts__form-field .contacts__form-error, .contacts__form-tarea .contacts__form-error { padding-left: 30px; text-align: left; }
.contacts__success { display: none; margin: 0 0 5px; text-align: center; }
.contacts__success-text { margin: 0 0 20px; font-size: 21px; line-height: 24px; text-align: center; font-weight: bold; color: #fff; }
.contacts__success-btn { display: inline-block; box-sizing: border-box; border-radius: 52px; min-width: 314px; height: 52px; border:none; padding: 14px 25px; margin: 0 auto; color: #fff; font-size: 18px; line-height: 24px; text-transform: uppercase; background: #7bcee8; cursor: pointer; text-decoration: none; outline: none; }
.contacts__requisites { margin-bottom: 60px; }
.contacts__requisites-title { margin: 0 0 20px; font-size: 36px; font-weight: normal; color: #393939; }
.contacts__requisites-name { margin: 0 0 20px; color: #2b2b2b; font-size: 18px; line-height: 24px; font-weight: bold; }
.contacts__requisites-data { display: flex; flex-direction: row; justify-content: space-between; }
.contacts__requisites-list { width: 50%; margin: 0; padding: 0; list-style: none; }
.contacts__requisites-item { padding-right: 50px; font-size: 18px; line-height: 24px; }
.contacts__downloads { margin-bottom: 60px; }
.contacts__downloads-title { margin: 0 0 30px; font-size: 36px; font-weight: normal; color: #393939; }



.case { margin: 60px 0; }

.case__intro { display: flex; flex-direction: row; justify-content: space-between; align-items: center; margin-bottom: 70px; }
.case__intro:after { display: block; clear: both; height: 0; font-size: 0; content: ''; }
.case__intro-i { flex: 1 0 40%; }
.case__intro-pic { flex: 1 0 60%; background-size: contain; background-repeat: no-repeat; }
.case__intro-img { display: block; width: 100%; max-width: 650px; margin: 0 auto; }
.case__intro-pic_mobile { display: none; }
.case__intro-title { margin: 0 0 20px; padding: 0; font-weight: normal; font-size: 36px; line-height: 42px; }
.case__intro-description { margin: 0 0 40px; }
.case__intro-customer { margin: 0; font-weight: bold; font-size: 18px; line-height: 30px; }
.case__intro-customer-about { margin: 0; font-weight: bold; font-size: 17px; line-height: 24px; }

.case__objective { margin-bottom: 70px; text-align: center; }
.case__objective-title { margin: 0 0 50px; font-size: 36px; line-height: 42px; font-weight: normal; }
.case__objective-result { max-width: 1200px; margin: 0 auto 70px; font-size: 18px; line-height: 22px; }
.case__objective-list { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; margin: 0 0 70px; padding: 0; list-style: none; }
.case__objective-item { position: relative; padding: 12px 0 0; }
.case__objective-item:before { position: absolute; top: 0px; left: 0; display: block; width: 134px; height: 2px; background: #393939; content: ''; }
.case__objective-item-text { margin: 0; padding: 0 10% 0 0; font-size: 21px; line-height: 30px; font-weight: bold; text-align: left; }
.case__objective-description { max-width: 960px; margin: 0 auto; font-size: 18px; line-height: 22px; }

.case__solution { margin-bottom: 70px; padding: 70px 0 80px; text-align: center; }
.case__solution-title { margin: 0 0 50px; font-size: 36px; line-height: 42px; font-weight: normal; }
.case__solution-result { max-width: 1070px; margin: 0 auto 70px; font-size: 18px; line-height: 22px; }
.case__solution-list { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; margin: 0 0 70px; padding: 0; list-style: none; }
.case__solution-item { position: relative; padding: 12px 0 0; }
.case__solution-item:before { position: absolute; top: 0px; left: 0; display: block; width: 134px; height: 2px; background: #7cb6e8; content: ''; }
.case__solution-item-text { margin: 0; padding: 0 10% 0 0; font-size: 21px; line-height: 30px; font-weight: bold; text-align: left; }
.case__solution-description { max-width: 820px; margin: 0 auto; font-size: 18px; line-height: 22px; }
.case__solution_wrap .case__solution-list { flex-wrap: wrap; margin: 0; }
.case__solution_wrap .case__solution-item { margin: 0 0 60px; }

.case__result { margin-top: -70px; margin-bottom: 70px; padding: 70px 0 10px; text-align: center; background: #ededed; }
.case__result-title { margin: 0 0 25px; font-size: 36px; line-height: 42px; font-weight: normal; }
.case__result-description { max-width: 820px; margin: 0 auto 60px; font-size: 18px; line-height: 22px; }
.case__result-list { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; margin: 0px; padding: 0; list-style: none; }
.case__result-item { position: relative; max-width: 50%; flex: 1 0 50%; padding: 10px 0 0; margin: 0 0 60px;  }
.case__result-item:before { position: absolute; top: 2px; left: 0; display: block; width: 134px; height: 2px; background: #7cb6e8; content: ''; }
.case__result-item-text { margin: 0; padding: 0 10% 0 0; font-size: 28px; line-height: 36px; text-align: left; }
.case__result-info { max-width: 820px; margin: 0 auto 60px; font-size: 18px; line-height: 22px; text-align: center; }
.case__result-cols { display: flex; flex-direction: row; justify-content: space-between; }
.case__result-pic { position: relative; }
.case__result-pic-img { position: absolute; width: 90%; }
.case__result-pic-img_1 { top: 0; left: -60px; }
.case__result-pic-img_2 { bottom: 50px; left: -117px; }
.case__result-pic-img_3 { bottom: 170px; left: -22px; }
.case__result-pic-img_4 { top: 131px; left: 90px; }
.case__result_pic { margin-top: 0; }
.case__result_pic .case__result-list { flex: 1 0 50%; }
.case__result_pic .case__result-item { flex: 1 0 100%; max-width: 100%; }
.case__result_pic .case__result-item-text { padding-right: 160px; }
.case__result_pic .case__result-pic { flex: 1 0 50%; }

.case__description { margin-bottom: 0px; padding: 15px 0 0; }
.case__description-item { display: flex; flex-direction: row; margin: 0 0 70px; }
.case__description-cols { display: flex; flex-direction: row; justify-content: space-between; }
.case__description-cols-item { flex: 0 1 48%; margin: 0 0 30px; }
.case__description-col { flex: 1 0 50%; margin: 0 0 30px; }
.case__description-pic { flex: 1 0 50%; margin: 0 0 45px; }
.case__description-pic-img { width: 94%; height: auto; }
.case__description-video { flex: 1 0 50%; margin: 0 0 45px; }
.case__description-video-iframe { width: 94%; height: 100%; max-height: 460px; }
.case__description-title { margin: 0 0 30px; padding: 0; font-size: 36px; line-height: 42px; font-weight: normal; }
.case__description-img { display: none; }
.case__description-iframe { display: none; }
.case__description-text { margin: 0 0 30px; padding: 0; font-size: 18px; line-height: 30px; }
.case__description-list { margin: 0; padding: 0; list-style: none; text-align: left; }
.case__description-list-item { position: relative; margin: 0 0 30px; padding: 0 0 0 30px; }
.case__description-list-item:before { display: block; position: absolute; left: 0; font-size: 18px; font-weight: bold; content: '―'; }
.case__description-list_cols { display: flex; flex-direction: row; flex-wrap: wrap; margin: 0 0 25px; }
.case__description-list_cols .case__description-list-item { flex: 1 0 44%; padding-left: 6%; margin: 0 0 10px; }
.case__description-item_reversed .case__description-pic { order: 1; display: flex; flex-direction: row; justify-content: flex-end; align-items: flex-start; }
.case__description-item_reversed .case__description-video { order: 1; display: flex; flex-direction: row; justify-content: flex-end; align-items: flex-start; }

.case__info { padding: 60px 0 66px; margin-bottom: 60px; }
.case__info-title { margin: 0 auto 60px; font-size: 36px; line-height: 42px; font-weight: normal; text-align: center; }
.case__info-text { margin: 0 auto 30px; font-size: 18px; line-height: 30px; }
.case__info p:last-child { margin-bottom: 0; }
.case__info-pic { display: block; width: 100%; margin: 0 auto 60px; }

.case__check { margin-bottom: 20px; }
.case__check-title { margin: 0 0 60px; font-size: 36px; line-height: 42px; font-weight: normal; text-align: center; }
.case__check-list { display: flex; flex-direction: row; justify-content: space-between; flex-wrap: wrap; margin: 0; padding: 0; list-style: none; }
.case__check-item { flex: 1 0 44%; padding: 0 3%; margin: 0 0 60px; text-align: center; }
.case__check-icon { width: 102px; }
.case__check-caption { margin: 10px 0 15px; padding: 0; font-size: 36px; line-height: 42px; font-weight: normal; text-align: center; }
.case__check-text { margin: 0; font-size: 18px; line-height: 30px; }

.case__review { padding: 70px 0; background: #ededed; }
.case__review-title { margin: 0 0 40px; font-size: 36px; line-height: 42px; font-weight: normal; text-align: center; }
.case__review-i { display: flex; flex-direction: row; justify-content: space-between; align-items: center; }
.case__review-person { flex: 1 0 435px; text-align: center; }
.case__review-person-photo { width: 282px; height: 282px; border-radius: 50%; }
.case__review-person-name { margin: 25px 0 5px; font-weight: bold; font-size: 21px; line-height: 30px; }
.case__review-person-position { margin: 0; font-size: 21px; line-height: 24px; }
.case__review-data { margin: 0; }
.case__review-text { position: relative; font-size: 18px; line-height: 30px; }
.case__review-text p { margin: 30px 0; }
.case__review-text:before { position: absolute; top: 0; left: 0; display: block; width: 106px; height: 74px; margin: -32px 0 0 -28px; background: url('../images/quotes.png') no-repeat; background-size: cover; content: ''; opacity: .7; }
.case__review-text:after { position: absolute; bottom: 0; right: 0; display: block; width: 106px; height: 74px; margin: 0 -5px -15px 0; background: url('../images/quotes.png') no-repeat; background-size: cover; content: ''; opacity: .7; transform: rotate(180deg); }
.case__review-btn { margin: 30px 0 0; text-align: right; }
.case__review-btn-link {  }



.axioma-slider { padding-top: 70px; padding-bottom: 70px; }
.axioma-slider__title { margin: 0 0 30px; color: #393939; font-size: 36px; line-height: 42px; font-weight: normal; text-align: center; }
.axioma-slider__description { max-width: 860px; margin: 0 auto 10px; font-size: 18px; line-height: 30px; text-align: center; }
.axioma-slider__info { max-width: 960px; margin: 0 auto; font-size: 18px; line-height: 30px; text-align: center; }
.axioma-slider__list { display: flex; flex-direction: row; justify-content: flex-start; padding: 0; margin: 0 0 30px; }
.axioma-slider__item { flex: 0 1 25%; margin: 0 5px; padding: 0 0 0px; }
.axioma-slider__pic { margin: 0 0 20px; padding: 20px 20px 0; }
.axioma-slider__pic-img { display: block; width: 100%; box-shadow: 0 0 20px #aaa; }
.axioma-slider__text { margin: 0 0 10px; font-weight: bold; color: #393939; font-size: 18px; line-height: 24px; text-align: center; }
.axioma-slider:nth-child(2n+1) { background-color: #4d1469; color: #fff; 
    background-image: 
    url('../images/cases/bg-bagel-blue-10.png'),
    url('../images/cases/bg-bagel-blue-10.png'),
    url('../images/cases/bg-bagel-blue-10.png'),
    url('../images/cases/bg-bagel-blue-10.png'),
    url('../images/cases/bg-bagel-blue-10.png');
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat; 
    background-position: 
        56% 226px,
        15% 151px,
        -3% 162px,
        86% 134px,
        89% 170px; 
    background-size: 
        42px 42px,
        70px 70px,
        228px 228px,
        70px 70px,
        96px 96px; 
}
.axioma-slider:nth-child(2n+1) .axioma-slider__title, .axioma-slider:nth-child(2n+1) .axioma-slider__text { color: #fff; }
.axioma-slider:nth-child(2n+1) .axioma-slider__pic-img { box-shadow: 0 0 20px #444; }



.case_factory .case__intro-pic { min-height: 520px; background-image: url('../images/cases/factory/bg-pic.jpg'); background-position: 100% 0; }
.case_factory .case__intro-customer { color: #083e69; }
.case_factory .case__objective-item { flex: 1 0 33%; }
.case_factory .case__objective-item:before { background: #083e69; }
.case_factory .case__solution { 
    color: #fff;
    background-color: #083e69;
    background-image: 
        url('../images/cases/bg-bagel-blue-20.png'),
        url('../images/cases/bg-bagel-blue-20.png'),
        url('../images/cases/bg-bagel-blue-20.png'),
        url('../images/cases/bg-bagel-blue-20.png'),
        url('../images/cases/bg-bagel-blue-20.png'),
        url('../images/cases/bg-bagel-blue-20.png'); 
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat; 
    background-position: 
        56% 106px,
        13% 40px,
        2% 112px,
        88% 134px,
        91% 170px,
        99% 440px; 
        background-size: 
        42px 42px,
        70px 70px,
        228px 228px,
        70px 70px,
        96px 96px,
        228px 228px; 
}
.case_factory .case__solution-item { flex: 1 0 33%; }
.case_factory .case__description { 
    margin-top: -60px;
    padding-top: 60px;
    background-image: 
        url('../images/cases/bg-bagel-blue-10.png'),
        url('../images/cases/bg-bagel-blue-10.png'),
        url('../images/cases/bg-bagel-blue-10.png'),
        url('../images/cases/bg-bagel-blue-10.png'); 
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat; 
    background-position: 
        82% 22px, 
        15% 140px,
        1% 40%,
        100% 124px; 
        background-size: 
        70px 70px, 
        70px 70px,
        96px 96px,
        228px 228px; 
}
.case_factory .case__description-list-item:before { color: #083e69; }
.case_factory .case__info { 
    color: #fff;
    background-color: #083e69;
    background-image: 
        url('../images/cases/bg-bagel-blue-20.png'),
        url('../images/cases/bg-bagel-blue-20.png'),
        url('../images/cases/bg-bagel-blue-20.png'),
        url('../images/cases/bg-bagel-blue-20.png'),
        url('../images/cases/bg-bagel-blue-20.png'),
        url('../images/cases/bg-bagel-blue-20.png'); 
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat; 
    background-position: 
        56% 106px,
        13% 40px,
        2% 112px,
        88% 134px,
        91% 170px,
        70% 180px; 
        background-size: 
        42px 42px,
        70px 70px,
        228px 228px,
        70px 70px,
        96px 96px,
        228px 228px; 
}
.case_factory .case__check-text strong { color: #083e69; }
.case_factory .case__review-title strong { color: #083e69; font-weight: inherit; }
.case_factory .case__review-person-name  { color: #083e69; }
.case_factory .case__review-btn-link { color: #083e69; }
.case_factory .consultation__submit { background: #083e69; }



.case_okbm .case__intro-pic { min-height: 520px; background-image: url('../images/cases/okbm/bg-pic.jpg'); background-position: 100% 0; }
.case_okbm .case__intro-customer { color: #0066a4; }
.case_okbm .case__objective-item { flex: 1 0 25%; }
.case_okbm .case__objective-item:before { background: #0066a4; }
.case_okbm .case__solution { 
    color: #fff;
    background-color: #0066a4;
    background-image: 
        url('../images/cases/bg-bagel-blue-20.png'),
        url('../images/cases/bg-bagel-blue-20.png'),
        url('../images/cases/bg-bagel-blue-20.png'),
        url('../images/cases/bg-bagel-blue-20.png'),
        url('../images/cases/bg-bagel-blue-20.png'),
        url('../images/cases/bg-bagel-blue-20.png'); 
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat; 
    background-position: 
        56% 106px,
        13% 40px,
        2% 112px,
        93% 134px,
        97% 170px,
        80% 17px; 
        background-size: 
        42px 42px,
        70px 70px,
        228px 228px,
        70px 70px,
        96px 96px,
        228px 228px; 
}
.case_okbm .case__solution-result { max-width: 940px; margin: 0 auto; }
.case_okbm .case__description { 
    margin-top: -60px;
    padding-top: 60px;
    background-image: 
        url('../images/cases/bg-bagel-blue-10.png'),
        url('../images/cases/bg-bagel-blue-10.png'),
        url('../images/cases/bg-bagel-blue-10.png'),
        url('../images/cases/bg-bagel-blue-10.png'),
        url('../images/cases/bg-bagel-blue-10.png'),
        url('../images/cases/bg-bagel-blue-10.png'),
        url('../images/cases/bg-bagel-blue-10.png'); 
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat; 
    background-position: 
        1% 410px, 
        15% 250px,
        33% 210px,
        106% 250px,
        90% 570px,
        1% 1133px,
        95% 960px; 
        background-size: 
        98px 98px, 
        70px 70px,
        228px 228px,
        228px 228px,
        70px 70px,
        95px 95px,
        228px 228px; 
}
.case_okbm .case__description-list-item:before { color: #3c78e4; }
.case_okbm .case__info { 
    color: #fff;
    background-color: #0066a4;
    background-image: 
        url('../images/cases/bg-bagel-blue-20.png'),
        url('../images/cases/bg-bagel-blue-20.png'),
        url('../images/cases/bg-bagel-blue-20.png'),
        url('../images/cases/bg-bagel-blue-20.png'),
        url('../images/cases/bg-bagel-blue-20.png'),
        url('../images/cases/bg-bagel-blue-20.png'); 
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat; 
    background-position: 
        56% 106px,
        13% 40px,
        2% 112px,
        93% 134px,
        97% 170px,
        77% 170px; 
        background-size: 
        42px 42px,
        70px 70px,
        228px 228px,
        70px 70px,
        96px 96px,
        228px 228px; 
 } 
.case_okbm .case__check-text strong { color: #0066a4; }
.case_okbm .case__review-title strong { color: #0066a4; font-weight: inherit; }
.case_okbm .case__review-person-name  { color: #0066a4; }
.case_okbm .case__review-btn-link { color: #0066a4; }
.case_okbm .consultation__submit { background: #0066a4; }



.case_csoft .case__intro-pic { min-height: 520px; background-image: url('../images/cases/csoft/bg-pic.jpg'); background-position: 100% 0; }
.case_csoft .case__intro-customer { color: #ed1c24; }
.case_csoft .case__objective-item { flex: 1 0 25%; }
.case_csoft .case__objective-item:before { background: #ed1c24; }
.case_csoft .case__solution { 
    color: #fff;
    background-color: #808184;
    background-image: 
        url('../images/cases/bg-bagel-red-20.png'),
        url('../images/cases/bg-bagel-red-20.png'),
        url('../images/cases/bg-bagel-red-20.png'),
        url('../images/cases/bg-bagel-red-20.png'),
        url('../images/cases/bg-bagel-red-20.png'),
        url('../images/cases/bg-bagel-red-20.png'); 
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat; 
    background-position: 
        56% 106px,
        13% 40px,
        2% 112px,
        88% 134px,
        91% 170px,
        98% 450px; 
        background-size: 
        42px 42px,
        70px 70px,
        228px 228px,
        70px 70px,
        96px 96px,
        228px 228px; 
}
.case_csoft .case__solution-result { max-width: 940px; }
.case_csoft .case__solution-item { flex: 1 0 25%; }
.case_csoft .case__solution-item:before { background: #fff; }
.case_csoft .case__solution_wrap .case__solution-item { flex: 1 0 33%; }
.case_csoft .case__result-item:before { background: #ed1c24; }
.case_csoft .case__description { 
    padding-bottom: 70px;
    background-image: 
        url('../images/cases/bg-bagel-red-10.png'),
        url('../images/cases/bg-bagel-red-10.png'),
        url('../images/cases/bg-bagel-red-10.png'),
        url('../images/cases/bg-bagel-red-10.png'),
        url('../images/cases/bg-bagel-red-10.png'),
        url('../images/cases/bg-bagel-red-10.png'),
        url('../images/cases/bg-bagel-red-10.png'); 
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat; 
    background-position: 
        1% 300px, 
        15% 140px,
        36% 430px,
        90% 50px,
        100% 120px,
        1% 1033px,
        95% 660px; 
        background-size: 
        98px 98px, 
        70px 70px,
        228px 228px,
        70px 70px,
        228px 228px,
        228px 228px,
        228px 228px; 
}
.case_csoft .case__description-pic { display: flex; justify-content: center; }
.case_csoft .case__description img { box-shadow: 0 0 29px #888; }
.case_csoft .case__description-pic-img { width: 100%; }
.case_csoft .case__description-list-item:before { color: #ed1c24; }
.case_csoft .case__info {
    color: #fff;
    background-color: #808184;
    background-image: 
        url('../images/cases/bg-bagel-red-20.png'),
        url('../images/cases/bg-bagel-red-20.png'),
        url('../images/cases/bg-bagel-red-20.png'),
        url('../images/cases/bg-bagel-red-20.png'),
        url('../images/cases/bg-bagel-red-20.png'),
        url('../images/cases/bg-bagel-red-20.png'),
        url('../images/cases/bg-bagel-red-20.png'),
        url('../images/cases/bg-bagel-red-20.png'),
        url('../images/cases/bg-bagel-red-20.png'),
        url('../images/cases/bg-bagel-red-20.png'); 
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat; 
    background-position: 
        56% 106px,
        13% 40px,
        2% 112px,
        86% 134px,
        89% 170px,
        98% 450px,
        90% 736px,
        93% 769px,
        10% 700px,
        100% 1070px; 
        background-size: 
        42px 42px,
        70px 70px,
        228px 228px,
        70px 70px,
        96px 96px,
        228px 228px,
        70px 70px,
        96px 96px,
        228px 228px,
        228px 228px;
}
.case_csoft .case__info-text { margin-bottom: 60px; }
.case_csoft .case__info img { box-shadow: 0 0 29px #444; }
.case_csoft .case__check-text strong { color: #ed1c24; }
.case_csoft .case__review-title strong { color: #ed1c24; font-weight: inherit; }
.case_csoft .case__review-person-name  { color: #ed1c24; }
.case_csoft .case__review-btn-link { color: #ed1c24; }
.case_csoft .consultation__submit { background: #ed1c24; }



.case_kolobox .case__intro-pic { min-height: 520px; background-image: url('../images/cases/kolobox/bg-pic.jpg'); background-position: 100% 0; }
.case_kolobox .case__intro-customer { color: #db812d; }
.case_kolobox .case__objective-list { flex-wrap: wrap; margin-bottom: 0; }
.case_kolobox .case__objective-item { flex: 1 0 50%; margin: 0 0 60px; }
.case_kolobox .case__objective-item:before { background: #db812d; }
.case_kolobox .case__solution { 
    color: #fff;
    background-color: #1b1a19;
    background-image: 
        url('../images/cases/bg-bagel-brown-20.png'),
        url('../images/cases/bg-bagel-brown-20.png'),
        url('../images/cases/bg-bagel-brown-20.png'),
        url('../images/cases/bg-bagel-brown-20.png'),
        url('../images/cases/bg-bagel-brown-20.png'),
        url('../images/cases/bg-bagel-brown-20.png'); 
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat; 
    background-position: 
        56% 129px,
        13% 40px,
        2% 112px,
        88% 145px,
        91% 180px,
        77% 267px; 
        background-size: 
        42px 42px,
        70px 70px,
        228px 228px,
        70px 70px,
        96px 96px,
        228px 228px; 
}
.case_kolobox .case__solution-item { flex: 1 0 50%; }
.case_kolobox .case__solution-item:before { background: #db812d; }
.case_kolobox .case__result-item:before { background: #db812d; }
.case__kolobox-description { margin: -70px 0 70px; padding: 70px 0 20px; background: #1b1a19; color: #fff;
    background-image: 
        url('../images/cases/bg-bagel-brown-20.png'),
        url('../images/cases/bg-bagel-brown-20.png'),
        url('../images/cases/bg-bagel-brown-20.png'),
        url('../images/cases/bg-bagel-brown-20.png'),
        url('../images/cases/bg-bagel-brown-20.png'),
        url('../images/cases/bg-bagel-brown-20.png'); 
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat; 
    background-position: 
        56% 129px,
        13% 40px,
        2% 112px,
        86% 145px,
        89% 180px,
        96% 467px; 
        background-size: 
        42px 42px,
        70px 70px,
        228px 228px,
        70px 70px,
        96px 96px,
        228px 228px;
}
.case__kolobox-description-title { margin: 0 0 40px; padding: 0; font-size: 36px; line-height: 42px; font-weight: normal; text-align: center; }
.case__kolobox-description-info { max-width: 820px; margin: 0 auto 60px; font-size: 18px; line-height: 22px; text-align: center; }
.case__kolobox-description-item { display: flex; flex-direction: row; margin: 0 0 60px; align-items: center; }
.case__kolobox-description-col { flex: 1 0 36%; margin: 0 0 30px; }
.case__kolobox-description-pic { flex: 1 0 64%; display: flex; flex-direction: row; justify-content: flex-start; align-items: flex-end; }
.case__kolobox-description-pic-img { width: 88%; }
.case__kolobox-description-img { display: none; }
.case__kolobox-description-text { position: relative; margin: 30px 0; padding: 10px 0 0; font-size: 18px; line-height: 30px; }
.case__kolobox-description-text:before { position: absolute; top: 2px; left: 0; display: block; width: 134px; height: 2px; background: #db812d; content: ''; }
.case__kolobox-description-item:nth-child(2n) .case__kolobox-description-pic { order: 2; justify-content: flex-end; }
.case__kolobox-description-item:nth-child(2n) .case__kolobox-description-col { order: 1; }
.case_kolobox .case__description_1  { 
    margin-top: -70px;
    padding-top: 70px;
    padding-bottom: 20px;
    background-color: #f4f4f4;
    background-image: 
        url('../images/cases/bg-bagel-brown-10.png'),
        url('../images/cases/bg-bagel-brown-10.png'),
        url('../images/cases/bg-bagel-brown-10.png'),
        url('../images/cases/bg-bagel-brown-10.png'),
        url('../images/cases/bg-bagel-brown-10.png'),
        url('../images/cases/bg-bagel-brown-10.png'),
        url('../images/cases/bg-bagel-brown-10.png'); 
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat; 
    background-position: 
        12% 136px,
        3% 296px,
        88% 30px,
        102% 132px,
        88% 505px,
        91% 540px,
        82% 102%; 
        background-size: 
        60px 60px,
        90px 90px,
        70px 70px,
        228px 228px,
        70px 70px,
        96px 96px,
        228px 228px;
}
.case_kolobox .case__description_1 .case__description-pic { margin-bottom: 0; }
.case_kolobox .case__description_2  { 
    margin-top: -70px;
    padding-top: 70px;
    padding-bottom: 20px;
    background-color: #1b1a19;
    color: #fff;
    background-image: 
        url('../images/cases/bg-bagel-brown-20.png'),
        url('../images/cases/bg-bagel-brown-20.png'),
        url('../images/cases/bg-bagel-brown-20.png'),
        url('../images/cases/bg-bagel-brown-20.png'),
        url('../images/cases/bg-bagel-brown-20.png'),
        url('../images/cases/bg-bagel-brown-20.png'); 
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat; 
    background-position: 
        56% 129px,
        13% 40px,
        2% 112px,
        88% 145px,
        91% 180px,
        77% 267px; 
        background-size: 
        42px 42px,
        70px 70px,
        228px 228px,
        70px 70px,
        96px 96px,
        228px 228px; 
}
.case_kolobox .case__description_3 { 
    margin-top: -70px;
    margin-bottom: 70px;
    padding-top: 70px;
    padding-bottom: 20px;
    background-color: #f4f4f4;
    background-image: 
        url('../images/cases/bg-bagel-brown-10.png'),
        url('../images/cases/bg-bagel-brown-10.png'),
        url('../images/cases/bg-bagel-brown-10.png'),
        url('../images/cases/bg-bagel-brown-10.png'),
        url('../images/cases/bg-bagel-brown-10.png'),
        url('../images/cases/bg-bagel-brown-10.png'),
        url('../images/cases/bg-bagel-brown-10.png'); 
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat; 
    background-position: 
        32% 63%,    
        16% 70%,
        13% 40px,
        2% 112px,
        90% 145px,
        93% 180px,
        56% 96%; 
        background-size: 
        228px 228px,
        70px 70px,
        70px 70px,
        228px 228px,
        70px 70px,
        96px 96px,
        195px 195px; 
}
.case_kolobox .case__description_3 .case__description-item { margin-bottom: 30px; }
.case_kolobox .case__description-pic-img { box-shadow: 0 0 20px #666; }
.case_kolobox .case__info-pic { box-shadow: 0 0 20px #666; }
.case_kolobox .case__review-title strong { color: #db812d; font-weight: inherit; }
.case_kolobox .case__review-person-name  { color: #f9782e; }
.case_kolobox .case__review-btn-link { color: #f9782e; }
.case_kolobox .consultation__submit { background: #db812d; }



.case_axioma .case__intro-pic { min-height: 520px; background-image: url('../images/cases/axioma/bg-pic.jpg'); background-position: 100% 0; }
.case_axioma .case__intro-customer { color: #e82774; }
.case_axioma .case__objective-item { flex: 1 0 33%; }
.case_axioma .case__objective-item:before { background: #4d1469; }
.case_axioma .case__solution { 
    color: #fff;
    background-color: #4e1469;
    background-image: 
        url('../images/cases/bg-bagel-blue-10.png'),
        url('../images/cases/bg-bagel-blue-10.png'),
        url('../images/cases/bg-bagel-blue-10.png'),
        url('../images/cases/bg-bagel-blue-10.png'),
        url('../images/cases/bg-bagel-blue-10.png'),
        url('../images/cases/bg-bagel-blue-10.png'); 
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat; 
    background-position: 
        56% 129px,
        8% 40px,
        11% 112px,
        86% 145px,
        89% 180px,
        96% 467px; 
        background-size: 
        42px 42px,
        70px 70px,
        228px 228px,
        70px 70px,
        96px 96px,
        228px 228px; 
}
.case_axioma .case__solution-result { max-width: 650px; }
.case_axioma .case__solution-item { flex: 1 0 25%; }
.case_axioma .case__solution-item:before { background: #fc2a6d; }
.case_axioma .case__result-item:before { background: #4d1469; }
.case_axioma .case__result-pic-img { box-shadow: 0 0 29px #aaa; }
.case_axioma .case__result-pic-img_1 { top: 0; left: -60px; }
.case_axioma .case__result-pic-img_2 { bottom: 50px; left: -117px; }
.case_axioma .case__result-pic-img_3 { bottom: 170px; left: -22px; }
.case_axioma .case__result-pic-img_4 { top: 131px; left: 90px; }
.case_axioma .case__description-pic-img { width: 90%; box-shadow: 0 0 29px #aaa; }
.case_axioma .case__description:nth-child(2n) { margin-top: -70px; padding-top: 70px; background: #f4f4f4; }
.case_axioma .case__description:nth-child(2n) .case__description-item { margin-bottom: 0; }
.case_axioma .case__description:nth-child(2n+1) {
    background-image: 
        url('../images/cases/bg-bagel-lilac-10.png'),
        url('../images/cases/bg-bagel-lilac-10.png'),
        url('../images/cases/bg-bagel-lilac-10.png'),
        url('../images/cases/bg-bagel-lilac-10.png'),
        url('../images/cases/bg-bagel-lilac-10.png'); 
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat; 
    background-position: 
        6% 94%,
        90% 81px,
        100% 154px,
        1% 43px,
        3% 73px; 
        background-size: 
        228px 228px,
        70px 70px,
        228px 228px,
        70px 70px,
        96px 96px; 
}
.case_axioma .case__review-title strong { color: #e82774; font-weight: inherit; }
.case_axioma .case__review-person-name  { color: #4d1469; }
.case_axioma .case__review-btn-link { color: #69409d; }
.case_axioma .consultation__submit { background: #69409d; }



.case_spar .case__intro-pic { min-height: 520px; background-image: url('../images/cases/spar/bg-pic.jpg'); background-position: 100% 0; }
.case_spar .case__intro-customer { color: #ed1b23; }
.case_spar .case__objective-item { flex: 1 0 50%; }
.case_spar .case__objective-item:before { background: #3e6437; }
.case_spar .case__solution { 
    color: #fff;
    background-color: #3e6336;
    background-image: 
        url('../images/cases/bg-bagel-green-20.png'),
        url('../images/cases/bg-bagel-green-20.png'),
        url('../images/cases/bg-bagel-green-20.png'),
        url('../images/cases/bg-bagel-green-20.png'),
        url('../images/cases/bg-bagel-green-20.png'),
        url('../images/cases/bg-bagel-green-20.png'); 
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat; 
    background-position: 
        56% 129px,
        13% 40px,
        2% 112px,
        86% 145px,
        89% 180px,
        96% 467px; 
        background-size: 
        42px 42px,
        70px 70px,
        228px 228px,
        70px 70px,
        96px 96px,
        228px 228px; 
}
.case_spar .case__solution-result { max-width: 650px; }
.case_spar .case__solution-item { flex: 1 0 33%; }
.case_spar .case__solution-item:before { background: #bb9d7b; }
.case_spar .case__result-item:before { background: #3e6437; }
.case_spar .case__review-title strong { color: #ed1b23; font-weight: inherit; }
.case_spar .case__review-person-name  { color: #ed1b23; }
.case_spar .case__review-btn-link { color: #ed1b23; }
.case_spar .consultation__submit { background: #ed1b23; }
.case__spar-description1 { margin: -70px 0 70px; padding: 70px 0 0; background: #3e6336; color: #fff;
    background-image: 
        url('../images/cases/bg-bagel-green-20.png'),
        url('../images/cases/bg-bagel-green-20.png'),
        url('../images/cases/bg-bagel-green-20.png'),
        url('../images/cases/bg-bagel-green-20.png'),
        url('../images/cases/bg-bagel-green-20.png'),
        url('../images/cases/bg-bagel-green-20.png'); 
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat; 
    background-position: 
        56% 129px,
        13% 40px,
        2% 112px,
        86% 145px,
        89% 180px,
        96% 467px; 
        background-size: 
        42px 42px,
        70px 70px,
        228px 228px,
        70px 70px,
        96px 96px,
        228px 228px;
}
.case__spar-description1-title { margin: 0 0 40px; padding: 0; font-size: 36px; line-height: 42px; font-weight: normal; text-align: center; }
.case__spar-description1-cols { display: flex; flex-direction: row; }
.case__spar-description1-col { flex: 1 0 36%; margin: 0 0 30px; }
.case__spar-description1-pic { flex: 1 0 64%; display: flex; flex-direction: row; align-items: flex-end; }
.case__spar-description1-pic-img { width: 94%; }
.case__spar-description1-img { display: none; }
.case__spar-description1-text { margin: 30px 0; padding: 0; font-size: 18px; line-height: 30px; }

.case__spar-description2 { margin: -70px 0 70px; padding: 70px 0 0; background: #fff; }
.case__spar-description2-title { margin: 0 0 40px; padding: 0; font-size: 36px; line-height: 42px; font-weight: normal; text-align: center; }
.case__spar-description2-cols { display: flex; flex-direction: row; }
.case__spar-description2-col { flex: 1 0 36%; order: 1; margin: 0 0 30px; }
.case__spar-description2-pic { flex: 1 0 64%; order: 2; display: flex; flex-direction: row; justify-content: flex-end; align-items: flex-end; }
.case__spar-description2-pic-img { width: 94%; }
.case__spar-description2-text { margin: 30px 0; padding: 0; font-size: 18px; line-height: 30px; }

.case__spar-description3 { margin: -70px 0 70px; padding: 70px 0 50px; background: #ededed; }
.case__spar-description3-title { margin: 0 0 40px; padding: 0; font-size: 36px; line-height: 42px; font-weight: normal; text-align: left; }
.case__spar-description3-cols { display: flex; flex-direction: row; }
.case__spar-description3-col { flex: 1 0 50%; order: 2; margin: 0 0 30px; }
.case__spar-description3-pic { flex: 1 0 50%; order: 1; display: flex; flex-direction: row; justify-content: flex-start; align-items: center; }
.case__spar-description3-pic-img { width: 80%; }
.case__spar-description3-img { display: none; }
.case__spar-description3-text { margin: 30px 0; padding: 0; font-size: 18px; line-height: 30px; }




.service { margin: 40px 0 60px; }

.service__heading { margin-bottom: 40px; }
.service__heading-i { display: flex; flex-direction: row; justify-content: space-between; align-items: center; }
.service__heading-title { margin: 0 0 40px; font-weight: normal; font-size: 48px; line-height: 60px; text-transform: uppercase; }
.service__heading-text { margin: 0; padding: 0 50px 0 0; font-size: 24px; line-height: 36px; }
.service__heading-btn {  }
.service__heading-btn-link { box-sizing: border-box; display: block; width: 344px; height: 52px; margin: 0 auto; border: none; border-radius: 52px; color: #fff; font-size: 18px; line-height: 52px; text-transform: uppercase; text-align: center; text-decoration: none; background: #504fa4; background: linear-gradient(90deg, #3b5cab 0%, #62449f 100%); cursor: pointer; outline: none; }

.service__intro { display: flex; flex-direction: row; justify-content: space-between; align-items: flex-start; margin-bottom: 90px; }
.service__intro:after { display: block; clear: both; height: 0; font-size: 0; content: ''; }
.service__intro-i { flex: 1 0 56%; }
.service__intro-pic { flex: 1 0 44%; background-size: contain; background-repeat: no-repeat; }
.service__intro-img { display: block; width: 94%; max-width: 650px; }
.service__intro-pic_mobile { display: none; }
.service__intro-title { margin: 0 0 25px; padding: 0; font-weight: normal; font-size: 32px; line-height: 40px; }
.service__intro-text { margin: 0 0 20px; font-size: 18px; line-height: 24px; }
.service__intro_float { display: block; }
.service__intro_float .service__intro-pic { float: left; width: 44%; margin: 0 0 20px; }

.service__cases { margin-bottom: 90px; }
.service__cases-list {  }
.service__cases-item {  }
.service__case-layout { display: flex; flex-direction: row; }
.service__case-mobile-pic { display: none; }
.service__case-mobile-pic-img {  }
.service__case-title { margin: 0 0 25px; font-size: 36px; line-height: 42px; font-weight: normal; text-align: center; }
.service__case-customer { margin: 0 0 40px; text-align: center; }
.service__case-customer-label { margin: 0; font-weight: bold; font-size: 18px; line-height: 24px; }
.service__case-customer-description { max-width: 700px; margin: 0 auto; font-size: 18px; line-height: 24px; }
.service__case-description { display: flex; flex-direction: row; flex-wrap: wrap; flex: 1 0 64%; }
.service__case-description-title { margin: 0 0 20px; padding: 0 0 0 30px; font-weight: bold; font-size: 24px; line-height: 32px; color: #3354a5; }
.service__case-description-list { margin: 0; padding: 0; list-style: none; text-align: left; }
.service__case-description-list-item { box-sizing: border-box; position: relative; margin: 0 0 30px; padding: 0 20px 0 30px; font-size: 18px; line-height: 24px; }
.service__case-description-list-item:before { display: block; position: absolute; left: 0; font-size: 18px; color: #3c78e4; font-weight: bold; content: '―'; }
.service__case-objective { margin-bottom: 30px; }
.service__case-objective { margin-bottom: 30px; }
.service__case-result { margin-bottom: 30px; }
.service__case-objective { flex: 1 0 50%; }
.service__case-solution { flex: 1 0 50%; }
.service__case-pic { flex: 1 0 36%; margin-top: 30px; margin-bottom: 60px; }
.service__case-pic-img { width: 100%; margin-bottom: 60px; }
.service__case-btn { display: block; width: 250px; height: 50px; margin: 0 auto; border: 1px solid #3354a5; border-radius: 50px; color: #3354a5; font-size: 16px; line-height: 50px; text-decoration: none; text-align: center; text-transform: uppercase; }

.cases-slider.owl-carousel .owl-nav button.owl-prev:after, .cases-slider.owl-carousel .owl-nav button.owl-next:after { border-color: #a2c0f6; }

.cases-slider.owl-carousel .owl-dots { position: absolute; bottom: 0px; width: 100%; text-align: center; }
.cases-slider.owl-carousel .owl-dots .owl-dot { position: relative; width: 20px; height: 20px; margin: 0 7px; outline: none; }
.cases-slider.owl-carousel .owl-dots .owl-dot span { display: block; width: 10px; height: 10px; border-radius: 50%; margin: 5px; background: #3354a5; }
.cases-slider.owl-carousel .owl-dots .owl-dot.active span { border: 5px solid #3354a5; margin: 0px; background: none; }

.service__case_axioma .service__case-pic, .service__case_axioma .service__case-mobile-pic { background: url('../images/cases/axioma/bg-pic.jpg') 50% 0 no-repeat; background-size: contain; }
.service__case_okbm .service__case-pic, .service__case_okbm .service__case-mobile-pic { background: url('../images/cases/okbm/bg-pic.jpg') 50% 0 no-repeat; background-size: contain; }
.service__case_okbm .service__case-pic-img { width: 80% !important; margin-left: auto; margin-right: auto; }
.service__case_factory .service__case-pic, .service__case_factory .service__case-mobile-pic { background: url('../images/cases/factory/bg-pic.jpg') 50% 0 no-repeat; background-size: contain; }
.service__case_factory .service__case-pic { margin-top: 0; }
.service__case_factory .service__case-pic-img { margin-bottom: 30px; }
.service__case_kolobox .service__case-pic, .service__case_kolobox .service__case-mobile-pic { background: url('../images/cases/kolobox/bg-pic.jpg') 50% 0 no-repeat; background-size: contain; }
.service__case_spar .service__case-pic, .service__case_spar .service__case-mobile-pic { background: url('../images/cases/spar/bg-pic.jpg') 50% 0 no-repeat; background-size: contain; }
.service__case_csoft .service__case-pic, .service__case_csoft .service__case-mobile-pic { background: url('../images/cases/csoft/bg-pic.jpg') 50% 0 no-repeat; background-size: contain; }


.service__solution { margin-bottom: 30px; padding: 0; text-align: center; }
.service__solution-title { margin: 0 0 30px; font-size: 36px; line-height: 42px; font-weight: normal; }
.service__solution-result { max-width: 1070px; margin: 0 auto 70px; font-size: 18px; line-height: 22px; }
.service__solution-list { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; margin: 0; padding: 0; list-style: none; }
.service__solution-item { position: relative; flex: 1 0 33%; margin: 0 0 60px; padding: 12px 0 0; }
.service__solution-item:before { position: absolute; top: 0px; left: 0; display: block; width: 134px; height: 2px; background: #4d1469; content: ''; }
.service__solution-item-text { margin: 0; padding: 0 10% 0 0; font-size: 28px; line-height: 36px; text-align: left; }
.service__solution-description { max-width: 820px; margin: 0 auto; font-size: 18px; line-height: 22px; }
.service__solution_wrap .service__solution-list { flex-wrap: wrap; margin: 0; }
.service__solution_wrap .service__solution-item { margin: 0 0 60px; }

.service__description { margin-bottom: 60px; padding: 15px 0 0; }
.service__description-item { display: flex; flex-direction: row; margin: 0; }
.service__description-col { flex: 1 0 50%; margin: 0 0 0px; }
.service__description-pic { flex: 1 0 50%; margin: 0 0 0px; }
.service__description-pic-img { width: 94%; height: auto; }
.service__description-title { margin: 0 0 30px; padding: 0; font-size: 36px; line-height: 42px; font-weight: normal; }
.service__description-text { margin: 0 0 30px; padding: 0; font-size: 18px; line-height: 30px; }

.service__check { margin-bottom: 60px; padding: 70px 0 20px; background: #ededed; }
.service__check-content {  }
.service__check-title { margin: 0 0 60px; font-size: 36px; line-height: 42px; font-weight: normal; text-align: center; }
.service__check-list { display: flex; flex-direction: row; justify-content: space-between; flex-wrap: wrap; margin: 0; padding: 0; list-style: none; }
.service__check-item { flex: 1 0 31%; padding: 0 1%; margin: 0 0 60px; text-align: center; }
.service__check-icon { width: 102px; }
.service__check-caption { margin: 10px 0 10px; padding: 0; font-size: 24px; line-height: 30px; font-weight: normal; text-align: center; }
.service__check-text { margin: 0; font-size: 18px; line-height: 24px; }


.page-title { margin-top: 60px; margin-bottom: 30px;  }
.page-title__text { margin: 0; font-size: 48px; line-height: 52px; color: #393939; font-weight: normal; }


.page { padding-bottom: 60px; font-size: 18px; line-height: 24px; }
.page h1 { margin: 60px 0 30px; font-size: 48px; line-height: 52px; font-weight: normal; }
.page h2 { margin: 60px 0 30px; font-size: 36px; line-height: 42px; font-weight: normal; }
.page p { margin: 0 0 30px; }
.page blockquote { min-height: 101px; margin: 0 0 30px; padding: 40px 0 0 25px; font-size: 24px; line-height: 36px; color: #3354a5; background: url('../images/blockquote.png') 0 0 no-repeat; background-size: 190px 141px; }
.page .table { overflow: auto; }
.page .table table { width: 100%; padding: 0; border: none; border-spacing: 0; }
.page .table th { padding: 12px 20px; border: solid #dfdfdf; border-width: 2px 0 1px; text-align: center; background: #f1f5ff; font-size: 18px; line-height: 28px; font-weight: bold; }
.page .table {  }
.page .table td { padding: 12px 20px; border-bottom: 1px solid #dfdfdf; text-align: center; font-size: 22px; line-height: 28px; }
.page .table th.hl  { background: #e0e5f7;  }
.page .table td.hl  { background: #535eaa; border-color: #4d5697; color: #fff; }
.page ul { margin: 0 0 30px; padding: 0; list-style: none; text-align: left; }
.page ul li { position: relative; margin: 0 0 10px; padding: 0 0 0 2em; }
.page ul li:before { display: block; position: absolute; left: 0; font-size: 18px; font-weight: bold; color: #404da1; content: '―'; }
.page ol { margin: 0 0 30px; padding: 0; list-style-type:none; list-style-position: outside; }
.page ol li { position: relative; margin: 0 0 10px; padding: 0 0 0 2em; counter-increment:item; }
.page ol li:before { display: block; position: absolute; left: 0; font-size: 18px; font-weight: bold; color: #404da1; content: counter(item) "."; }



.files-list { display: flex; flex-wrap: wrap; flex-direction: row; justify-content: flex-start; }
.files-list__item { width: 23%; min-width: 250px; margin-bottom: 20px; padding-right: 2%; }


.articles-list { display: flex; flex-direction: row; flex-wrap: wrap; margin-bottom: 40px; }
.articles-list__item { box-sizing: border-box; flex: 1 0 50%; padding: 30px 40px 35px; }
.articles-list__item_lilac { background: #ead4f2; }
.articles-list__item_blue { background: #e7f3fe; }


.article-card {  }
.article-card__head { margin: 0 0 25px !important; font-size: 16px; line-height: 20px; }
.article-card__head-section { font-weight: bold; text-transform: uppercase; }
.article-card__title { margin: 0 0 25px !important; font-size: 24px; line-height: 32px; font-weight: bold; }
.article-card__title a { color: #393939 !important; text-decoration: none !important; }
.article-card__text { margin: 0 0 15px !important; font-size: 18px; line-height: 24px; }
.article-card__btn { text-align: right; }
.article-card__btn-link { display: inline-block; width: 250px; height: 50px; border: 1px solid #888; border-radius: 50px; color: #393939; font-size: 16px; line-height: 50px; text-decoration: none; text-align: center; text-transform: uppercase; }


.portfolio { padding: 40px 0; }
.portfolio__list { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; }
.portfolio__item { flex: 1 0 25%; max-width: 25%; }
.portfolio__item-link { display: flex; flex-direction: column; justify-content: space-between; align-items: flex-start; height: 100%; color: inherit; text-decoration: none; }
.portfolio__item-name { display: block; padding: 35px 40px 0; margin-bottom: 30px; }
.portfolio__item-logo { width: 100%; }
.portfolio__item-title { font-size: 22px; line-height: 26px; font-weight: bold; text-transform: uppercase; }
.portfolio__item-description { display: block; padding: 0 40px 32px; }
.portfolio__item_csoft { background: #d9d9da url(../images/cases/csoft/slider/bg.jpg) 60% 15% no-repeat; background-size: 1600px 792px; }
.portfolio__item_csoft .portfolio__item-logo { max-height: 70px; width: auto; }
.portfolio__item_kolobox { background: #504032 url(../images/cases/kolobox/slider/bg.jpg) 60% 50% no-repeat; background-size: 1600px 792px; }
.portfolio__item_kolobox .portfolio__item-logo { max-height: 50px; width: auto; }
.portfolio__item_kolobox .portfolio__item-description { color: #fff; }
.portfolio__item_axioma { background: #881b6e url(../images/cases/axioma/slider/bg.jpg) 60% 50% no-repeat; background-size: 1600px 792px; }
.portfolio__item_axioma .portfolio__item-description { color: #fff; }
.portfolio__item_okbm { background: #b3e3f2 url(../images/cases/okbm/slider/bg.jpg) 60% 40% no-repeat; background-size: 1600px 792px; }
.portfolio__item_okbm .portfolio__item-logo { max-height: 66px; width: auto; }
.portfolio__item_spar { background: #eee6dd url(../images/cases/spar/slider/bg.jpg) 60% 20% no-repeat; background-size: 1600px 792px; }
.portfolio__item_spar .portfolio__item-logo { max-width: 250px; height: auto; }
.portfolio__item_factory { background: #bcd9f3 url(../images/cases/factory/slider/bg.jpg) 60% 20% no-repeat; background-size: 1600px 792px; }
.portfolio__item_factory .portfolio__item-link { color: #083e69; }


.paginator { text-align: center; }
.paginator__prev { position: relative; display: inline-block; height: 24px; width: 10px; padding: 7px 7px; margin: 0 0px; vertical-align: middle; }
.paginator__prev:after { position: absolute; top: 50%; left: 14px;  border: solid #393939; border-width: 0 2px 2px 0; display: block; padding: 3px; margin: -5px 0 0; content: ''; transform: rotate(135deg); }
.paginator__next { position: relative; display: inline-block; height: 24px; width: 10px; padding: 7px 7px; margin: 0 0px; vertical-align: middle; }
.paginator__next:after { position: absolute; top: 50%; right: 14px;  border: solid #393939; border-width: 0 2px 2px 0; display: block; padding: 3px; margin: -5px 0 0; content: ''; transform: rotate(-45deg); }
.paginator__page { display: inline-block; padding: 7px 10px; margin: 0 1px; color: #393939; font-weight: bold; text-decoration: none; vertical-align: middle; }
.paginator__page_current { background: #535eaa; color: #fff; cursor: default; }
.paginator__dots { color: #393939; font-weight: bold; }
