/* Generated by less 2.5.1 */
.simply_slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.simply_slider .img_block {
  background: no-repeat center center;
  background-size: cover;
}
.simply_slider .slider__wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.simply_slider .slider__items {
  display: flex;
  transition: transform 0.6s ease;
  height: 100%;
}
.simply_slider .slider__items .slider__item {
  flex: 0 0 100%;
  max-width: 100%;
  background: url(../../_img/virus_transparent1.png) no-repeat left bottom;
  cursor: pointer;
}
.simply_slider .slider__items .slider__item .img_block {
  width: 35%;
  height: 220px;
  float: right;
}
.simply_slider .slider__items .slider__item .txt_block {
  width: 65%;
  float: right;
}
.simply_slider .slider__items .slider__item .txt_block > div {
  height: 220px;
  display: table-cell;
  vertical-align: middle;
  padding: 5px 20px 5px 30px;
}
.simply_slider .slider__items .slider__item .txt_block > div.short {
  padding: 5px 100px 5px 30px;
}
.simply_slider .slider__items .slider__item .txt_block h2 {
  padding: 0;
  margin: 0 0 8px 0;
  line-height: 30px;
}
.simply_slider .slider__items .slider__item .txt_block h5 {
  padding: 0;
  margin: 0 0 8px 0;
  line-height: 22px;
}
.simply_slider .slider__items .slider__item .txt_block h5 big {
  font-weight: bold;
  font-size: 30px;
  line-height: 27px;
  color: #960620;
}
.simply_slider .splash_conteyner {
  position: relative;
}
.simply_slider .an_splash {
  position: absolute;
  right: 35%;
  top: 20px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  display: table;
  width: 180px;
  height: 180px;
  padding: 5px;
  overflow: hidden;
  margin-right: -90px;
}
.simply_slider .an_splash > div {
  display: table-cell;
  vertical-align: middle;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  border: solid 2px #ff8811;
  padding: 10px;
}
.simply_slider .an_splash > div h1,
.simply_slider .an_splash > div h2,
.simply_slider .an_splash > div h3,
.simply_slider .an_splash > div h4,
.simply_slider .an_splash > div h5,
.simply_slider .an_splash > div h6,
.simply_slider .an_splash > div p {
  margin: 0;
}
.simply_slider .an_splash > div big {
  white-space: nowrap;
}
.simply_slider .slider__indicators {
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin: 0 15%;
  list-style: none;
}
.simply_slider .slider__indicators li {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -o-box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 4px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.simply_slider .slider__indicators li.active {
  background-color: #fff;
}
.simply_slider .slider__control {
  position: absolute;
  top: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  width: 25px;
  color: #fff;
  text-align: center;
  height: 100px;
  transform: translateY(-50%);
}
.simply_slider .slider__control:hover,
.simply_slider .slider__control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
  background: rgba(0, 0, 0, 0.5);
}
.simply_slider .slider__control::before {
  content: '';
  display: inline-block;
  background: url(../../_img/navigation.png) no-repeat;
  cursor: pointer;
  height: 100px;
  width: 25px;
  position: absolute;
  top: 0;
}
.simply_slider .slider__control_prev {
  left: 0;
}
.simply_slider .slider__control_prev::before {
  background-position: -35px 0px;
  right: 2px;
}
.simply_slider .slider__control_next {
  right: 0;
}
.simply_slider .slider__control_next::before {
  background-position: -140px 0px;
  left: 2px;
}
.simply_slider .slider__control_show {
  display: flex;
}
@media screen and (max-width: 767px) {
  .simply_slider .slider__items .slider__item {
    text-align: center;
    padding: 15px 10px;
  }
  .simply_slider .slider__items .slider__item .img_block {
    width: 300px;
    height: 220px;
    float: none;
    margin: 0 auto;
    border: 5px solid #fff;
  }
  .simply_slider .slider__items .slider__item .txt_block {
    width: 100%;
    float: none;
  }
  .simply_slider .slider__items .slider__item .txt_block > div {
    height: auto;
    display: block;
    vertical-align: middle;
    padding: 20px 8px;
  }
  .simply_slider .slider__items .slider__item .txt_block > div.short {
    padding: 20px 8px;
  }
  .simply_slider .slider__items .slider__item .txt_block h2 {
    padding: 0;
    margin: 0 0 8px 0;
    line-height: 30px;
  }
  .simply_slider .slider__items .slider__item .txt_block h5 {
    padding: 0;
    margin: 0 0 8px 0;
    line-height: 22px;
  }
  .simply_slider .slider__items .slider__item .txt_block h5 big {
    font-weight: bold;
    font-size: 30px;
    line-height: 27px;
    color: #960620;
  }
  .simply_slider .an_splash {
    right: -10px;
    top: -10px;
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .simply_slider .an_splash {
    right: -30px;
  }
}
