.promo-blocks-template-3 {
  background: #f3f5fa;
  position: relative;
}

.promo-blocks-template-3 .promo-blocks {
  position: relative;
  padding: 40px 0;
}

.promo-blocks-template-3 .swiper-container {
  height: 260px;
  padding: 15px 0;
}

.promo-blocks-template-3 .promo-slide {
  width: auto;
  cursor: pointer;
}

.promo-blocks-template-3 .promo-slide-inner {
  position: relative;
  height: 100%;
  box-sizing: border-box;
  padding: 14px;
  background: white;
  box-shadow: 0 0 26px rgba(181, 184, 189, 0.18);
  margin: 0 6px;
  border-radius: 6px;
  overflow: hidden;
}

.promo-blocks-template-3 .promo-slide-inner:after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.58);
  width: 600px;
  height: 100%;
  transform: skew(-45deg) translateX(-1200px);
  opacity: 0;
}

.promo-blocks-template-3 .promo-slide:hover .promo-slide-inner:after {
  transition: all 400ms ease-out;
  transform: skew(-45deg) translateX(400px);
  opacity: 1;
}

.promo-blocks-template-3 .image {
  position: relative;
  height: 100%;
}

.promo-blocks-template-3 .button {
  min-width: 180px;
  margin: 30px 0 0 0;
}

.promo-blocks-template-3 .text {
  position: relative;
  background: #fff;
  padding: 10px 60px 10px 30px;
  border-radius: 6px;
  box-shadow: 0 5px 14px -4px rgba(0, 41, 82, 0.23);
  margin-top: 70px;
}

.promo-blocks-template-3 .text:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 100%;
  background: #642382;
  right: 0;
  top: 0;
  border-radius: 0 6px 6px 0;
}

.promo-blocks-template-3 .block-url {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.promo-blocks-template-3 .swiper-pagination {
  width: 100%;
  top: 440px;
}

.promo-blocks-template-3 .swiper-pagination-bullet {
  opacity: 1;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: #642382;
  box-shadow: 0 4px 8px -2px rgba(124, 63, 181, 0.59);
}

.promo-blocks-template-3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffc400;
  box-shadow: 0 4px 8px -2px rgba(131, 138, 0, 0.59);
}

.promo-blocks-template-3 .slide-info {
  position: relative;
  margin-top: 40px;
  height: 430px;
}

.promo-blocks-template-3 .slide-info-cell {
  position: relative;
  display: table-cell;
  vertical-align: top;
}

.promo-blocks-template-3 .left-cell {
}

.promo-blocks-template-3 .right-cell {
  width: 40%;
}

.promo-blocks-template-3 .logo {
  position: absolute;
  width: 400px;
  height: 150px;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/public/img/gofly_logo-cut-purpure_1-1.svg) no-repeat center center;
  background-size: contain;
  margin: 50px 0 0 -50px;
}

.promo-blocks-template-3 .slide-info-block {
  color: gray;
  position: absolute;
  right: 0;
  opacity: 1;
  top: 10px;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  transition: all 200ms cubic-bezier(0.2, 0.97, 0.58, 1);
}

.promo-blocks-template-3 .slide-info-block b,
.promo-blocks-template-3 .slide-info-block strong {
  color: #333;
}

.promo-blocks-template-3 .slide-info-inner {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  min-height: 430px;
  height: 100%;
}

.promo-blocks-template-3 .slide-info-block .title {
}

.promo-blocks-template-3 .slide-info-block .text-inner {
  height: 190px;
  overflow-y: auto;
  position: relative;
  font-size: 14px;
}

.promo-blocks-template-3 .slide-info-block.-visible {
  visibility: visible;
  top: 0;
  opacity: 1;
  transition: all 600ms cubic-bezier(0, 0.67, 0.58, 1);
}
