.promo-blocks-template-7 {
  position: relative;
  overflow: hidden;
  padding: 20px 0 100px 0;
  background: #ffd400;
  background: -moz-linear-gradient(-45deg, #ffd400 0%, #ffb200 100%);
  background: -webkit-linear-gradient(-45deg, #ffd400 0%, #ffb200 100%);
  background: linear-gradient(135deg, #ffd400 0%, #ffb200 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd400', endColorstr='#ffb200',GradientType=1 );
}
.promo-blocks-template-7:after {
  content: "";
  height: 26px;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 222px;
  z-index: 9;
  background: url(/modules/PromoBlocks/public/front/img/wave-oposite.svg) no-repeat center center;
  background-size: cover;
}
.promo-blocks-template-7 h3 {
  text-transform: uppercase;
}
.promo-blocks-template-7 svg.backgroound-lines {
  position: absolute;
  top: -47px;
  overflow: hidden;
  height: 110%;
}
.promo-blocks-template-7 .catalog-item-tabs-controls {
  position: relative;
}

.promo-blocks-template-7 .tab {
  position: relative;
  display: inline-block;
  padding: 15px 24px;
  cursor: pointer;
  font-size: 18px;
  color: #642382;
  font-weight: bold;
}

.promo-blocks-template-7 .tab:first-child {
  padding-left: 0;
}

.promo-blocks-template-7 .tab:first-child:before {
  left: 0;
}

.promo-blocks-template-7 .tab:before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 24px;
  right: 24px;
  border-bottom: 1px dashed #00000000;
}

.promo-blocks-template-7 .tab:hover {
  color: #642382;
}

.promo-blocks-template-7 .tab.-active-tab {
  color: #642382;
}

.promo-blocks-template-7 .tab.-active-tab:before {
  border-bottom: 2px solid #642382;
}

.promo-blocks-template-7 .tab-controls {
  position: relative;
  padding: 20px 0 0 0;
  top: 50px;
  opacity: 0;
  transition: all 900ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.promo-blocks-template-7 .tab-controls.-visible {
  top: 0;
  opacity: 1;
}

.promo-blocks-template-7 .tab-contents {
  position: relative;
  top: 50px;
  opacity: 0;
  transition: all 900ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.promo-blocks-template-7 .tab-contents.-visible {
  top: 0;
  opacity: 1;
}

.promo-blocks-template-7 .tab-content {
  position: absolute;
  opacity: 0;
  overflow: visible;
  max-height: 0;
  transition: opacity 300ms ease-out;
}

.promo-blocks-template-7 .tab-text-wrapper {
  position: relative;
  height: 390px;
  overflow-y: auto;
}

.promo-blocks-template-7 .tab-text {
  position: relative;
  top: 10%;
  /* transform: translateY(-50%); */
  color: #181818;
  font-size: 16px;
}

.promo-blocks-template-7 .block-url {
  position: relative;
  text-decoration: none;
  background: #ffffff;
  color: #642382;
  padding: 14px 18px;
  display: inline-block;
  border-radius: 36px;
  transition: all 240ms ease-out;
  border: 2px solid #642382;
  min-width: 210px;
  text-align: center;
  margin: 40px 0 0 0;
  text-transform: uppercase;
}

.promo-blocks-template-7 .tab-content .tab-image {
  position: absolute;
  top: 0;
  right: 0;
  top: -30%;
  height: 130%;
  width: 60%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  transform: scale(1.05);
}

.promo-blocks-template-7 .text-inner {
  position: relative;
  top: 10px;
  opacity: 0;
}

.promo-blocks-template-7 .-active-tab .tab-image {
  transition: all 800ms cubic-bezier(0.22, 0.61, 0.36, 1);
  opacity: 1;
  transform: scale(1);
}

.promo-blocks-template-7 .-active-tab .text-inner {
  top: 0;
  opacity: 1;
  transition: all 800ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.promo-blocks-template-7 .block-url:hover {
  background: #642382;
  color: #fff;
}

.promo-blocks-template-7 .tab-text strong {
  color: black;
}

.promo-blocks-template-7 .tab-content.-active-tab {
  position: relative;
  opacity: 1;
  max-height: 99999px;
}

@media all and (max-width: 1000px) {
  body .promo-blocks-template-7 .tab-content .tab-image {
    width: 30%;
  }
}

@media all and (max-width: 680px) and (min-width: 640px) {
  body .promo-blocks-template-7 .tab-text-wrapper {
    width: 50%;
  }
}
@media all and (min-width: 1397px) {
  body .promo-blocks-template-7 svg.backgroound-lines {
    height: inherit;
  }
}
