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

.adbro-spritzer * {
  box-sizing: border-box;
}

.adbro-spritzer__container {
  position: absolute;
  bottom: 0;
  height: 170px;
  left: 50%;
  margin: 0 !important;
  margin-left: -250px !important;
  width: 500px;
  max-width: none !important;
}

.adbro-spritzer__container::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg,rgba(0, 21, 76, 0) 0%, rgba(0, 21, 76, 0.4) 65%, rgba(0, 21, 76, 0) 100%);
    width: 100%;
    height: 73px;
}

.adbro-spritzer__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 46px;
  margin: 0 !important;
  background: url(../images/spritzer-bg.png?v=5) no-repeat center top / cover;
  -webkit-animation: slideInUp24 0.5s 0.3s both;
  animation: slideInUp24 0.5s 0.3s both;
  overflow: hidden;
}

.adbro-spritzer__logo {
  position: absolute;
  left: 50%;
  margin: 0 !important;
}

.adbro-spritzer__logo--1 {
  bottom: 2px;
  margin-left: 136px !important;
  background: url(../images/spritzer-logo.png?v=5) no-repeat left bottom /
    contain;
  width: 24px;
  height: 23px;
  -webkit-animation: fadeInLeft24 0.7s 0.7s both;
  animation: fadeInLeft24 0.7s 0.7s both;
}

.adbro-spritzer__logo--2 {
  bottom: 27px;
  margin-left: 79px !important;
  background: url(../images/spritzer-logo2.png?v=5) no-repeat left bottom /
    contain;
  width: 39px;
  height: 13px;
  -webkit-animation: fadeInRight24 0.7s 0.7s both;
  animation: fadeInRight24 0.7s 0.7s both;
}

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

.adbro-spritzer__text--1 {
  bottom: 0px;
  margin-left: -101px !important;
  background-image: url(../images/spritzer-text.png?v=5);
  width: 90px;
  height: 48px;
  -webkit-animation: fadeInDown24 0.7s 0.7s both;
  animation: fadeInDown24 0.7s 0.7s both;
}

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

.adbro-spritzer__img--1 {
  bottom: -11px;
  margin-left: -19px !important;
  background-image: url(../images/spritzer-img.png?v=5);
  width: 85px;
  height: 67px;
  -webkit-animation: fadeInUp24 0.7s 0.7s both;
  animation: fadeInUp24 0.7s 0.7s both;
}

.adbro-spritzer__img--2 {
  bottom: 0;
  margin-left: -162px !important;
  background-image: url(../images/spritzer-img3.png?v=5);
  width: 325px;
  height: 73px;
  -webkit-animation: fadeInUp24 0.7s 0.9s both;
  animation: fadeInUp24 0.7s 0.9s both;
}

.adbro-spritzer__img--4 {
  bottom: -11px;
  margin-left: -24px !important;
  background-image: url(../images/spritzer-img4.png?v=5);
  width: 97px;
  height: 84px;
  -webkit-animation: fadeInUp24 0.7s 0.7s both;
  animation: fadeInUp24 0.7s 0.7s both;
}

.adbro-spritzer__btn {
  position: absolute;
  bottom: 9px;
  left: 50%;
  margin: 0 !important;
  margin-left: 67px !important;
  background: url(../images/spritzer-btn.png?v=5) no-repeat left bottom /
    contain;
  width: 64px;
  height: 14px;
  -webkit-animation: fadeInRight24 0.7s 0.7s both;
  animation: fadeInRight24 0.7s 0.7s both;
}

.adbro-spritzer__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 2.2s;
  animation: shine24 2s 2.2s;
  -webkit-animation-iteration-count: 7;
  animation-iteration-count: 7;
}

/* grid */

.adbro-grid__line {
  background: #243776;
  border-radius: 0 0 5px 5px !important;
}

.adbro-grid__btn {
  background-image: url(../images/spritzer-grid-btn.png?v=5);
  height: 16px !important;
}

.adbro-grid .adbro-close {
  bottom: auto;
  top: -2px;
  z-index: 2;
}

.adbro-grid {
  background: url(../images/spritzer-grid-bg.png?v=5) no-repeat center center /
    cover !important;
  position: relative;
  border-radius: 0 0 5px 5px !important;
}

.adbro-grid__list {
  display: block !important;
  padding: 25px 0 38px !important;
  position: relative;
  -webkit-animation: move27 1.8s 2s both;
  animation: move27 1.8s 2s both;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
}

@-webkit-keyframes move27 {
  50% {
    -webkit-transform: translateY(-13%);
    transform: translateY(-13%);
  }
}

@keyframes move27 {
  50% {
    -webkit-transform: translateY(-13%);
    transform: translateY(-13%);
  }
}

.adbro-bottom .adbro-grid__list {
  margin: 0 !important;
  overflow-x: hidden !important;
}

.adbro-grid__top {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 !important;
  width: 100%;
  z-index: 1;
  height: 25px;
  background: #243776;
  /*box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);*/
}

.adbro-grid__top:before {
  content: "";
  position: absolute;
  margin: 0 !important;
  top: 3px;
  margin-left: -29px !important;
  left: 50%;
  width: 58px;
  height: 19px;
  background: url(../images/spritzer-top-title.png?v=5) no-repeat center center /
    contain;
}

.adbro-grid__box {
  position: relative;
  display: block !important;
  margin: 0px auto !important;
  padding: 0 !important;
  width: 100%;
  /*width: calc(100% - 20px);*/
  background: url(../images/spritzer-grid-img.png?v=5) no-repeat center center /
    contain;
}

.adbro-grid__img {
  margin: 0 auto !important;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 100%;
  display: block;
}

.adbro-grid__box--1:before {
  content: "";
  position: absolute;
  display: block !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  background: url(../images/spritzer-grid-apng.png?v=5) no-repeat center top /
    cover;
}

.adbro-grid__box--1 .adbro-grid__img {
  background-image: url(../images/spritzer-grid-img2.png?v=5);
  padding-bottom: 108.12% !important;
}

.adbro-grid__decor {
  position: absolute;
  margin: 0 !important;
  pointer-events: none;
  background: url(../images/spritzer-img4.png?v=5) no-repeat center center /
    contain;
  transform: translate(-50%, -50%);
  top: 71.3%;
  left: 59%;
  width: 80.4%;
  padding-bottom: 68.5%;
}
.adbro-bottom .adbro-grid {
  margin: 0 !important;
  padding: 0 !important;
}

/* video */

.adbro-grid__video {
  position: relative;
  background-color: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.adbro-bottom .adbro-grid__video {
  padding: 0 !important;
}

.adbro-grid__video:after {
  content: "";
  display: block;
  width: 100%;
}

.adbro-grid__item--wide {
  position: relative;
  padding: 0 !important;
}

.adbro-grid .adbro-grid__item--wide {
  margin: 0 !important;
  width: 100% !important;
  height: auto !important;
}

.adbro-grid__sound {
  position: absolute;
  bottom: 10px;
  left: 10px;
  margin: 0 !important;
  width: 22px;
  height: 22px;
  background: url(https://cdn.adbro.me/inimage/images/adbro-icon-sound.png?v=5)
    no-repeat left bottom !important;
  background-size: contain !important;
  border-radius: 50%;
  padding: 0;
  border: none;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  cursor: pointer;
  overflow: visible !important;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
  z-index: 2;
}

.adbro-grid__sound:before,
.adbro-grid__sound:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  -webkit-animation: fall25 2s 0.3s both infinite;
  animation: fall25 2s 0.3s both infinite;
}

.adbro-grid__sound:before {
  top: -10px;
  left: -2px;
  background-image: url(https://cdn.adbro.me/inimage/images/adbro-sound-item.png?v=5);
  width: 7px;
  height: 8px;
}

.adbro-grid__sound:after {
  top: -15px;
  left: 15px;
  background-image: url(https://cdn.adbro.me/inimage/images/adbro-sound-item2.png?v=5);
  width: 7px;
  height: 12px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.adbro-grid__sound.adbro-sound--on {
  background-image: url(https://cdn.adbro.me/inimage/images/adbro-icon-sound2.png?v=5) !important;
}

.adbro-grid__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.adbro-grid__arrow {
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin: 0 !important;
  margin-left: -12px !important;
  background: url(../images/spritzer-grid-arrow.png?v=5) no-repeat left bottom;
  background-size: contain;
  width: 24px;
  height: 30px;
  -webkit-animation: fadeIn24 0.5s 5s both;
  animation: fadeIn24 0.5s 5s both;
}

.adbro-grid__pointer {
  position: absolute;
  z-index: 3;
  margin: 0 !important;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(../images/spritzer-pointer.png?v=5);
  top: 12%;
  left: 58%;
  width: 127px;
  height: 142px;
}

/* popup */

.adbro-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 38px;
  margin: 0 !important;
  z-index: 100001;
  padding: 0 0 38px;
  overflow: auto;
  opacity: 1;
  visibility: hidden;
  background: #1a562a;
  pointer-events: none;
}

.adbro-popup--vis {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s, visibility 0.3s;
  pointer-events: auto;
}

.adbro-popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: url(../images/spritzer-popup-close.png?v=5) no-repeat 50% 50% /
    contain;
  width: 71px;
  height: 34px;
  margin: 0 !important;
  cursor: pointer;
  z-index: 2;
}

.adbro-popup__section {
  margin: 0 !important;
  box-sizing: border-box;
  position: relative;
  display: block;
  /*display: -webkit-flex;*/
  /*display: flex;*/
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}

.adbro-popup__header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 !important;
}

.adbro-popup__box {
  display: block !important;
  margin: 0 !important;
  position: relative;
  width: 100%;
  background: url(../images/spritzer-popup-bg.png?v=5) no-repeat center center / cover;
}

.adbro-popup__box--1:before {
  content: "";
  position: absolute;
  display: block !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  background: url(../images/spritzer-grid-apng.png?v=5) no-repeat center bottom /
    contain;
}
.adbro-popup__decor {
  position: absolute;
  margin: 0 !important;
  pointer-events: none;
  background: url(../images/spritzer-img4.png?v=5) no-repeat center center /
    contain;
  transform: translate(-50%, -50%);
  top: 76.1%;
  left: 50%;
  width: 100%;
  padding-bottom: 85%;
}

.adbro-popup__img {
  margin: 0 auto !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: relative;
}

.adbro-popup__box--1 .adbro-popup__img {
  background-image: url(../images/spritzer-popup-img.png?v=5);
  padding-bottom: 178.12% !important;
}

.adbro-popup__line {
  position: fixed;
  z-index: 5;
  bottom: 0;
  width: 100%;
  height: 38px;
  margin: 0 !important;
  background: #243776;
  border-radius: 0px !important;
  display: block !important;
}

.adbro-popup__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 !important;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-image: url(../images/spritzer-grid-btn.png?v=5);
  width: 224px;
  height: 16px;
}

.adbro-popup__link {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  margin: 0 !important;
}

/*sticker*/

.adbro-spritzer-round {
  display: none;
  position: fixed;
  bottom: 280px;
  right: 20px;
  margin: 0 !important;
  width: 110px;
  height: 110px;
  overflow: visible !important;
  z-index: 100000;
  -webkit-animation: fadeOut24 0.3s 9s forwards;
  animation: fadeOut24 0.3s 9s forwards;
}

.adbro-spritzer-round .adbro-close {
  bottom: 125px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.adbro-spritzer-round__link {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 !important;
  width: 100%;
  height: 100%;
  overflow: visible !important;
}

.adbro-spritzer-round__img {
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin: 0 !important;
  margin-left: -51px !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 101px;
  height: 101px;
  -webkit-animation: fadeIn24 0.7s 0.2s both, fadeOut24 0.3s 4.5s forwards;
  animation: fadeIn24 0.7s 0.2s both, fadeOut24 0.3s 4.5s forwards;
}

.adbro-spritzer-round__img--1 {
  margin-left: -54px !important;
  width: 100px;
  height: 100px;
  background-image: url(../images/spritzer-round-img.png?v=5);
}
.adbro-spritzer-round__img--1:before {
  content: "";
  position: absolute;
  left: 50%;
  margin: 0 !important;
  bottom: 17px;
  margin-left: -55px !important;
  width: 104px;
  height: 90px;
  background: url(../images/spritzer-img4.png?v=5) no-repeat center center /
    contain;
}
.adbro-spritzer-round__img--1:after {
  content: "";
  position: absolute;
  left: 50%;
  margin: 0 !important;
  bottom: 0px;
  margin-left: -59px !important;
  width: 109px;
  height: 100px;
  background: url(../images/spritzer-round-img3.png?v=5) no-repeat center center /
    contain;
}

.adbro-spritzer-round__img--2 {
  background-image: url(../images/spritzer-round-img2.png?v=5);
  -webkit-animation-delay: 4.5s, 9s;
  animation-delay: 4.5s, 9s;
}

.adbro-spritzer-round__btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 !important;
  margin-left: -42px !important;
  background: url(../images/spritzer-round-btn.png?v=5) no-repeat left bottom;
  background-size: contain;
  width: 84px;
  height: 21px;
  -webkit-animation: fadeInUp24 0.7s 0.2s both;
  animation: fadeInUp24 0.7s 0.2s both;
}

.adbro-link {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  margin: 0 !important;
  cursor: pointer;
}

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

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

@-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 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 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 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 shine24 {
  0% {
    left: 10%;
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  80% {
    opacity: 0;
  }
  100% {
    left: 90%;
  }
}

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

@-webkit-keyframes fadeOut24 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
    display: none;
    pointer-events: none;
  }
}

@keyframes fadeOut24 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
    display: none;
    pointer-events: none;
  }
}

@-webkit-keyframes fall25 {
  from {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes fall25 {
  from {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@-webkit-keyframes fadeInOut24 {
  0% {
    opacity: 0;
  }
  3.85% {
    opacity: 1;
  }
  49.99% {
    opacity: 1;
  }
  53.83% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeInOut24 {
  0% {
    opacity: 0;
  }
  3.85% {
    opacity: 1;
  }
  49.99% {
    opacity: 1;
  }
  53.83% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
