/*.zr-slider__container {
  position: relative;
  margin: 2% auto;
  flex: 18% 0 0;
}*/

.zr-slider__container {
  position: relative;
  margin: 1em auto 4em;
  width: 800px;
  max-width: calc(100% - 44px);
}

.zr-slider__image {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  /*transition: .2s opacity ease-in;*/
  will-change: opacity;
}

.zr-slider__image:first-child {
  position: static;
  opacity: 1;
}

.zr-dark {
  background: #211f20;
  padding: 1em 0;
}

.zr-dark .announce__text,
.zr-dark .announce__picture-note {
  color: #fff;
}

/*.zr-dark__icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% - 44px);
  max-width: 800px;
  margin: 0 auto;
}
*/
.wide {
  margin-left: 0;
  margin-right: 0;
}

.wide_with-text {
  position: relative;
}

.wide__text {
  position: absolute;
  top: 0;
  width: 100%;
}

.wide img {
  width: 100%;
}

.round-corners img {
  border-radius: 8px;
}

.main-cover {
  background-position: 10% 0;
}

.desktop-carriers {
  display: none;
}

@media(min-width: 981px) {

  .mobile-content {
    display: none;
  }

  .desktop-carriers__before {
    position: absolute;
    width: 100%;
  }

  .desktop-carriers {
    display: block;
    position: relative;
    width: 72%;
    max-width: 920px;
    margin: 0 auto 3em;
    z-index: -1;
  }

  .desktop-carriers img {
    max-width: 100%;
    display: block;
    height: auto;
  }

  .desktop-carriers__stolb {
    width: 16%;
    transform: translateX(-100%);
  }

  .desktop-carriers__items {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}

.tabs a.tab noindex {
  color: #fff !important;
}

.tabs .tab.tab-active {
  color: #fff !important;
  background: #eeb335 !important;
}

.mobile-text {
  display: none;
}

@media(max-width: 600px) {
  .mobile-text {
    display: block;
  }

  .wide__text {
    display: none;
  }
}