.promo-blocks-template-6 {
  position: relative;
  padding: 90px 0;
}

.promo-blocks-template-6 .promo-blocks-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  position: relative;
  min-height: 330px;
}

.promo-blocks-template-6 .block-cell {
  position: relative;
  display: table-cell;
  vertical-align: top;
}

.promo-blocks-template-6 .right-cell {
  width: 60%;
}

.promo-blocks-template-6 .info-block {
  color: gray;
  position: absolute;
  right: 0;
  opacity: 1;
  top: 60px;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  transition: all 400ms cubic-bezier(0.2, 0.97, 0.58, 1);
  transform: scale(0.8) skewY(6deg);
}

.promo-blocks-template-6 .info-block.-visible {
  visibility: visible;
  top: 0;
  opacity: 1;
  transition: all 800ms cubic-bezier(0, 0.67, 0.58, 1);
  transform: scale(1);
}

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

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

.promo-blocks-template-6 .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-6 .text:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 100%;
  background: #642382;
  right: 0;
  top: 0;
  border-radius: 0 6px 6px 0;
}

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

.promo-blocks-template-6 .blocks-list {
  position: relative;
  margin: 60px 0 0 100px;
  text-align: center;
}

.promo-blocks-template-6 .blocks-list .block {
  display: inline-block;
  position: relative;
  width: 50%;
  box-sizing: border-box;
  text-decoration: none;
  color: inherit;
  margin: 40px 0;
  transition: all 300ms cubic-bezier(0.18, 0.89, 0.58, 1);
}

.promo-blocks-template-6 .blocks-list .block-image:before {
  content: "";
  position: absolute;
  background: rgba(118, 26, 229, 0.12);
  width: 80px;
  height: 80px;
  border-radius: 100%;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px;
  transform: scale(0.6);
  opacity: 0;
  transition: all 240ms ease-out;
}

.promo-blocks-template-6 .block:hover .block-image:before {
  transform: scale(1);
  opacity: 1;
}

.promo-blocks-template-6 .blocks-list .block-title {
  font-size: 14px;
  line-height: 16px;
  margin: 7px auto 0 auto;
  width: 50%;
}

.promo-blocks-template-6 .blocks-list .block-image {
  position: relative;
  width: 50px;
  height: 50px;
  background-size: contain;
  margin: 0 auto;
}
