.block {
  background: #353535;
  color: #fff;
}

.block+.block {
  color: #000;
  background: #fff;
  margin-top: 0.15em;
}

.block:after {
  content: "";
  display: block;
  clear: both;
}

.width-66 {
  width: 66%;
  position: relative;
}

.width-34 {
  padding: 1.6em 0.91em;
  width: 34%;
  height: 11.67em;
  box-sizing: border-box;
  font-weight: 100;
  position: relative;
}

.width-34 .tit {
  font-size: 20px;
  margin-bottom: 1.4em;
}

.width-34 .text {
  font-size: 14px;
  line-height: 2em;
}

.width-34 i {
  position: absolute;
  bottom: 0.5em;
  font-size: 48px;
  display: block;
}

.main {
  padding: 0.78em 0;
}

.swiper-slide {
  height: 6em;
  background: no-repeat center center;
  background-size: cover;
}

.Arrows .worm-button-next {
  right: 0;
}

.Arrows .worm-button-prev {
  left: 0;
}

.Arrows {
  position: static;
  bottom: initial;
}

.Arrows .worm-button-next,
.Arrows .worm-button-prev {
  position: absolute;
  top: 50%;
  z-index: 999;
  transform: translateY(-50%);
}


@media only screen and (max-width: 1024px) {

  .width-66,
  .width-34 {
    width: auto;
    float: none;
  }

  .width-34 {
    min-height: 400px;
    height: auto;
    padding-bottom: 2em;
    padding-top: 1em;
  }
}

@media only screen and (max-width: 768px) {
  .width-34 {
    padding-bottom: 3em;

  }


}