.carousel .carousel__content_three {
  width: auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition: translate3d(0, 0, 0);
}
.carousel .carousel__content_three .item {
  display: block;
  float: left;
  width: 100%;
  position: relative;
}
.carousel .carousel__content_three .item .title {
  position: absolute;
  top: 50%;
  left: 0;
  margin: -33px 0 0 0;
  padding: 0;
  font-size: 3rem;
  width: 100%;
  text-align: center;
  letter-spacing: .3rem;
  color: #FFF;
}
.carousel .carousel__content_three .item .title--sub {
  margin-top: 20px;
  font-size: 1.2em;
  opacity: .5;
}
.carousel .carousel__content_three .item img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.carousel .carousel__nav_three {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -17px;
  left: 0;
  z-index: 1;
}
.carousel .carousel__nav_three .nav {
  position: absolute;
  top: 0;
  color: #000;
  background: #FFF;
  padding: 12px 16px;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.5rem;
  transition: padding .25s ease;
}
.carousel .carousel__nav_three .nav:hover {
   color:#2098D1
}
.carousel .carousel__nav_three .nav--left_three {
  border-radius: 0px 3px 3px 0px;
}
.carousel .carousel__nav_three .nav--right_three {
  right: 0;
  border-radius: 3px 0px 0px 3px;
}

.carousel .carousel__content_three .item .win-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 60px;
  height: 60px;
  background: url('../assets/windows_installer.png') no-repeat;
  background-size: cover;
  cursor: pointer;
}

.carousel .carousel__content_three .item .android-icon {
  position: absolute;
  bottom: 10px;
  right: 20px;
  width: 80px;
  height: 80px;
  background: url('../assets/android_installer.png') no-repeat;
  background-size: cover;
  cursor: pointer;
}

.carousel .carousel__content_three .item .mac-icon {
  position: absolute;
  bottom: 10px;
  right: 20px;
  width: 80px;
  height: 80px;
  background: url('../assets/mac_installer.png') no-repeat;
  background-size: cover;
  cursor: pointer;
}

.carousel .carousel__content_three .item .picons_overlay {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../assets/arrow_download.png') no-repeat center center;
  background-size: cover;
  opacity: 0.5;
}

.carousel .carousel__content_three .item .picons_overlay_ru {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../assets/arrow_download_ru.png') no-repeat center center;
  background-size: cover;
  opacity: 0.5;
}