.adbro-sabeco {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0 !important;
}

.adbro-sabeco__block {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 !important;
  background: url(../images/sabeco-block-bg.jpg) no-repeat center center / cover;
  -webkit-animation: fadeIn24 1s 1.5s both, slideOutDown24 0.5s 6.5s forwards;
  animation: fadeIn24 1s 1.5s both, slideOutDown24 0.5s 6.5s forwards;
  z-index: 2;
}

.adbro-takeover-3s.adbro-sabeco__block {
  -webkit-animation: fadeIn24 1s 1s both, slideOutDown24 0.5s 4.5s forwards;
  animation: fadeIn24 1s 1s both, slideOutDown24 0.5s 4.5s forwards;
}

.adbro-sabeco__block-link,
.adbro-sabeco__block-text,
.adbro-sabeco__block-logo,
.adbro-sabeco__block-img {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 !important;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}

.adbro-sabeco__block-logo {
  background-image: url(../images/sabeco-block-logo.png);
  background-position: left top;
  -webkit-animation: fadeInLeft24 0.7s 1.8s both;
  animation: fadeInLeft24 0.7s 1.8s both;
}

.adbro-sabeco__block-text--1 {
  background-image: url(../images/sabeco-block-text.png);
  -webkit-animation: fadeInRight24 0.7s 1.7s both,
    zoomInOut25 2s 1.7s forwards infinite;
  animation: fadeInRight24 0.7s 1.7s both, zoomInOut25 2s 1.7s forwards infinite;
}
.adbro-sabeco__block-text--2 {
  background-image: url(../images/sabeco-block-text2.png);
  background-position: right bottom;
  -webkit-animation: fadeInUp24 0.7s 1.7s both;
  animation: fadeInUp24 0.7s 1.7s both;
}

.adbro-sabeco__block-img {
  background-image: url(../images/sabeco-block-img.png);
  background-size: cover;
  -webkit-animation: fadeIn24 1s 1.5s both;
  animation: fadeIn24 1s 1.5s both;
}

.adbro-sabeco__block-light {
  margin: 0 !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-mask: url(../images/sabeco-block-img.png) no-repeat center center /
    cover;
  mask: url(../images/sabeco-block-img.png) no-repeat center center / cover;
}

.adbro-sabeco__block-light:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: skew(30deg, 0deg);
  transform: skew(30deg, 0deg);
  opacity: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.03) 41%,
    rgba(255, 255, 255, 0.5) 70%,
    rgba(255, 255, 255, 0.7) 90%,
    rgba(255, 255, 255, 0.9) 100%,
    rgba(255, 255, 255, 0) 100%
  );
  width: 45%;
  height: 100%;
  -webkit-animation: shine24 2s 2s;
  animation: shine24 2s 2s;
  -webkit-animation-iteration-count: 5;
  animation-iteration-count: 5;
  animation-delay: 3s;
}

.adbro-takeover-replay .adbro-close {
  bottom: auto;
  top: 10px;
  right: 10px;
}
.adbro-sabeco__container {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin: 0 !important;
  margin-left: -400px !important;
  height: 170px;
  width: 800px;
  max-width: none !important;
}

.adbro-sabeco__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 !important;
  width: 100%;
  height: 81px;
  background: url(../images/sabeco-bg.png) no-repeat center top;
  background-size: cover;
  -webkit-animation: slideInUp24 0.5s 0.3s both;
  animation: slideInUp24 0.5s 0.3s both;
}

.adbro-sabeco__logo {
  position: absolute;
  left: 50%;
  margin: 0 !important;
  background: url(../images/sabeco-logo.png) no-repeat left center / contain;
  bottom: 3px;
  margin-left: -312px !important;
  width: 36px;
  height: 49px;
  -webkit-animation: fadeInLeft24 0.7s 0.7s both;
  animation: fadeInLeft24 0.7s 0.7s both;
}
.adbro-sm .adbro-sabeco__logo {
  margin-left: -240px !important;
}

.adbro-sabeco__text {
  position: absolute;
  left: 50%;
  margin: 0 !important;
  overflow: visible !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.adbro-sm .adbro-sabeco__text--1 {
  margin-left: -60px !important;
  width: 145px;
}
.adbro-sabeco__text--1 {
  background-image: url(../images/sabeco-text.png);
  margin-left: -50px !important;
  bottom: 6px;
  width: 119px;
  height: 67px;
  -webkit-animation: fadeInDown24 0.7s 0.8s both,
    zoomInOut25 2s 1.7s forwards infinite;
  animation: fadeInDown24 0.7s 0.8s both, zoomInOut25 2s 1.7s forwards infinite;
}
.adbro-sm .adbro-sabeco__text--2 {
  margin-left: 56px !important;
  height: 24px;
  bottom: 23px;
}
.adbro-sabeco__text--2 {
  background-image: url(../images/sabeco-text2.png);
  margin-left: 80px !important;
  bottom: 15px;
  width: 163px;
  height: 36px;
  -webkit-animation: fadeInUp24 0.7s 0.8s both;
  animation: fadeInUp24 0.7s 0.8s both;
}
.adbro-sm .adbro-sabeco__text--3 {
  margin-left: -197px !important;
}
.adbro-sabeco__text--3 {
  background-image: url(../images/sabeco-text3.png);
  margin-left: -267px !important;
  bottom: 4px;
  width: 115px;
  height: 6px;
  -webkit-animation: fadeInRight24 0.7s 0.8s both;
  animation: fadeInRight24 0.7s 0.8s both;
}
.adbro-sm .adbro-sabeco__text--4 {
  margin-left: 118px !important;
}
.adbro-sabeco__text--4 {
  background-image: url(../images/sabeco-text4.png);
  margin-left: 198px !important;
  bottom: 0;
  width: 118px;
  height: 31px;
  -webkit-animation: fadeInUp24 0.7s 0.8s both;
  animation: fadeInUp24 0.7s 0.8s both;
}

.adbro-sabeco__img {
  position: absolute;
  left: 50%;
  margin: 0 !important;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
}

.adbro-sabeco__img--1 {
  background-image: url(../images/sabeco-img.png);
  width: 172px;
  height: 157px;
  bottom: 0;
  margin-left: -188px !important;
  -webkit-animation: fadeInUp24 0.7s 0.8s both;
  animation: fadeInUp24 0.7s 0.8s both;
}

.adbro-sabeco__img-light {
  margin: 0 !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-mask: url(../images/sabeco-img.png) no-repeat left bottom / contain;
  mask: url(../images/sabeco-img.png) no-repeat left bottom / contain;
}
.adbro-sabeco__img--1 .adbro-sabeco__img-light {
  -webkit-mask: url(../images/sabeco-img.png) no-repeat left bottom / contain;
  mask: url(../images/sabeco-img.png) no-repeat left bottom / contain;
}

.adbro-sabeco__img-light:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: skew(30deg, 0deg);
  transform: skew(30deg, 0deg);
  opacity: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.03) 41%,
    rgba(255, 255, 255, 0.5) 70%,
    rgba(255, 255, 255, 0.7) 90%,
    rgba(255, 255, 255, 0.9) 100%,
    rgba(255, 255, 255, 0) 100%
  );
  width: 45%;
  height: 100%;
  -webkit-animation: shine24 2s 2s;
  animation: shine24 2s 2s;
  -webkit-animation-iteration-count: 5;
  animation-iteration-count: 5;
  animation-delay: 3s;
}
.adbro-sm .adbro-sabeco__btn {
  height: 14px;
  margin-left: 182px !important;
}
.adbro-sabeco__btn {
  display: block;
  position: absolute;
  left: 50%;
  margin: 0 !important;
  background: url(../images/sabeco-btn.png) no-repeat left bottom / contain;
  width: 78px;
  height: 19px;
  bottom: 18px;
  margin-left: -255px !important;
  -webkit-animation: fadeInDown24 0.7s 0.7s both;
  animation: fadeInDown24 0.7s 0.7s both;
  overflow: hidden;
}

.adbro-sabeco__btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  opacity: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.03) 1%,
    rgba(255, 255, 255, 0.5) 30%,
    rgba(255, 255, 255, 0.7) 50%,
    rgba(255, 255, 255, 0.9) 70%,
    rgba(255, 255, 255, 0) 100%
  );
  width: 25%;
  height: 100%;
  -webkit-animation: shine24 2s 1.7s;
  animation: shine24 2s 1.7s;
  -webkit-animation-iteration-count: 7;
  animation-iteration-count: 7;
}
.adbro-slider__frame .adbro-close {
  bottom: auto !important;
  top: 0 !important;
  right: 0 !important;
}

.adbro-close {
  position: absolute;
  bottom: 80px;
  right: 5px;
  background: url(https://cdn.adbro.me/inimage/images/adbro-close.svg) no-repeat;
  background-size: 100% 100%;
  width: 22px;
  height: 22px;
  -webkit-animation: fadeIn24 1s 0.4s both;
  animation: fadeIn24 1s 0.4s both;
  cursor: pointer;
  margin: 0 !important;
  z-index: 1;
}

.adbro-icon {
  position: absolute;
  bottom: 51px;
  right: 3px;
  background: url(https://cdn.adbro.me/inimage/images/adbro-icon2.svg) no-repeat
    50% 50%;
  background-size: 100% 100%;
  width: 25px;
  height: 24px;
  -webkit-animation: fadeIn24 1s 0.4s both;
  animation: fadeIn24 1s 0.4s both;
  cursor: pointer;
  margin: 0 !important;
  z-index: 1;
}
.adbro-replay {
  position: absolute;
  bottom: 45px;
  left: 5px;
  margin: 0 !important;
  background: url(https://cdn.adbro.me/inimage/images/adbro-replay.svg)
    no-repeat;
  background-size: 100% 100%;
  width: 24px;
  height: 23px;
  -webkit-animation: fadeIn24 1s 0.6s both;
  animation: fadeIn24 1s 0.6s both;
  cursor: pointer;
  z-index: 1;
}
.adbro-link {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  margin: 0 !important;
}

@-webkit-keyframes fadeIn24 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn24 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInLeft24 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft24 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInRight24 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight24 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInDown24 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown24 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes shine24 {
  0% {
    left: 10%;
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  50% {
    opacity: 0.9;
  }
  80% {
    opacity: 0;
  }
  100% {
    left: 90%;
  }
}

@keyframes shine24 {
  0% {
    left: 10%;
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  50% {
    opacity: 0.9;
  }
  80% {
    opacity: 0;
  }
  100% {
    left: 90%;
  }
}

@-webkit-keyframes fadeInUp24 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp24 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes slideInUp24 {
  from {
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp24 {
  from {
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes pulsateMove24 {
  0% {
    transform: scale(1) translate(0, 0);
    -webkit-transform: scale(1) translate(0, 0);
  }
  25% {
    transform: scale(1.2) translate(5px, -5px);
    -webkit-transform: scale(1.2) translate(5px, -5px);
  }
  50% {
    transform: scale(1) translate(10px, 0);
    -webkit-transform: scale(1) translate(10px, 0);
  }
  75% {
    transform: scale(1.2) translate(5px, 5px);
    -webkit-transform: scale(1.2) translate(5px, 5px);
  }
  100% {
    transform: scale(1) translate(0, 0);
    -webkit-transform: scale(1) translate(0, 0);
  }
}

@keyframes pulsateMove24 {
  0% {
    transform: scale(1) translate(0, 0);
    -webkit-transform: scale(1) translate(0, 0);
  }
  25% {
    transform: scale(1.2) translate(5px, -5px);
    -webkit-transform: scale(1.2) translate(5px, -5px);
  }
  50% {
    transform: scale(1) translate(10px, 0);
    -webkit-transform: scale(1) translate(10px, 0);
  }
  75% {
    transform: scale(1.2) translate(5px, 5px);
    -webkit-transform: scale(1.2) translate(5px, 5px);
  }
  100% {
    transform: scale(1) translate(0, 0);
    -webkit-transform: scale(1) translate(0, 0);
  }
}

@-webkit-keyframes rotate24 {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate24 {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes fadeOut24 {
  from {
    visibility: visible;
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes fadeOut24 {
  from {
    visibility: visible;
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes fadeInLeftTicket1 {
  0% {
    opacity: 0;
    transform: translate(120px, 50px);
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: translate(0);
  }
}
@keyframes fadeInLeftTicket1 {
  0% {
    opacity: 0;
    transform: translate(120px, 50px);
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: translate(0);
  }
}
@-webkit-keyframes fadeInLeftTicket2 {
  0% {
    opacity: 0;
    transform: translate(90px, 15px);
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: translate(0);
  }
}
@keyframes fadeInLeftTicket2 {
  0% {
    opacity: 0;
    transform: translate(90px, 15px);
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: translate(0);
  }
}
@-webkit-keyframes fadeInRightTicket1 {
  0% {
    opacity: 0;
    transform: translate(-140px, 40px);
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: translate(0);
  }
}
@keyframes fadeInRightTicket1 {
  0% {
    opacity: 0;
    transform: translate(-140px, 40px);
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: translate(0);
  }
}
@-webkit-keyframes fadeInRightTicket2 {
  0% {
    opacity: 0;
    transform: translate(-140px, 0);
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: translate(0);
  }
}
@keyframes fadeInRightTicket2 {
  0% {
    opacity: 0;
    transform: translate(-140px, 0);
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: translate(0);
  }
}

@-webkit-keyframes slideOutDown24 {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown24 {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@-webkit-keyframes zoomInOut25 {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  12.5% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  25% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  37.5% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  50% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes zoomInOut25 {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  12.5% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  25% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  37.5% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  50% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
