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

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

.adbro-anlene__container {
    position: absolute;
    bottom: 0;
    height: 170px;
    left: 50%;
    margin: 0 !important;
    margin-left: -219px !important;
    width: 438px;
    max-width: none !important;
}
.adbro-anlene__bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 66px;
    margin: 0 !important;
    background: url(../images/anlene-bg.png) no-repeat center top;
    background-size: cover;
    -webkit-animation: slideInUp24 0.5s 0.3s both;
    animation: slideInUp24 0.5s 0.3s both;
    overflow: hidden;
}

.adbro-anlene__logo {
    position: absolute;
    left: 50%;
    margin: 0 !important;
    background: url(../images/anlene-logo.png) no-repeat left bottom;
    background-size: contain;
    margin-left: -192px !important;
    bottom: 21px;
    width: 76px;
    height: 17px;
    -webkit-animation: fadeInLeft24 0.7s 0.7s both;
    animation: fadeInLeft24 0.7s 0.7s both;
}

.adbro-anlene__text {
    position: absolute;
    left: 50%;
    margin: 0 !important;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
}
.adbro-anlene__text--1 {
    width: 113px;
    height: 24px;
    bottom: 30px;
    margin-left: -55px !important;
    background-image: url(../images/anlene-text.png);
    -webkit-animation: fadeInDown24 0.7s 0.7s both;
    animation: fadeInDown24 0.7s 0.7s both;
}
.adbro-anlene__text--2 {
    width: 105px;
    height: 9px;
    bottom: 19px;
    margin-left: -52px !important;
    background-image: url(../images/anlene-text2.png);
    -webkit-animation: fadeInUp24 0.7s 0.7s both;
    animation: fadeInUp24 0.7s 0.7s both;
}

.adbro-anlene__img {
    position: absolute;
    left: 50%;
    margin: 0 !important;
    background: url(../images/anlene-img.png) no-repeat left bottom / contain;
    width: 94px;
    height: 84px;
    bottom: -4px;
    margin-left: 48px !important;
    -webkit-animation: fadeInLeft24 0.7s 0.7s both;
    animation: fadeInLeft24 0.7s 0.7s both;
}

.adbro-anlene__btn {
    position: absolute;
    left: 50%;
    margin: 0 !important;
    background: url(../images/anlene-btn.png) no-repeat left bottom / contain;
    bottom: 5px;
    margin-left: -29px !important;
    width: 62px;
    height: 13px;
    -webkit-animation: fadeInUp24 0.7s 1.1s both, shake24 2.4s 5.2s forwards;
    animation: fadeInUp24 0.7s 1.1s both, shake24 2.4s 5.2s forwards;
}

.adbro-anlene__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;
}

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

.adbro-grid__btn {
    background-image: url(../images/anlene-grid-btn.png);
    height: 16px !important;
}

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

.adbro-grid__top {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 !important;
    width: 52px;
    height: 23px;
    background: url(../images/anlene-grid-top-bg.png) no-repeat right center /
        cover;
    z-index: 3;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.adbro-grid__top--2 {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 !important;
    width: 60px;
    height: 25px;
    background: url(../images/anlene-grid-top-logo.png) no-repeat center center /
        contain;
    z-index: 3;
}

.adbro-grid {
    position: relative;
    border-radius: 0 0 5px 5px !important;
    padding: 0 !important;
    background: url(../images/anlene-grid-bg.jpg) no-repeat center center /
        cover !important;
}

.adbro-grid__list {
    display: block !important;
    padding: 0 0 38px !important;
    position: relative;
    height: 300px !important;
}

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

.adbro-grid__box {
    display: block !important;
    margin: 0 !important;
    position: relative;
}
.adbro-grid__img {
    position: relative;
    width: 100%;
    display: block !important;
    margin: 0 auto !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.adbro-grid__box--1 .adbro-grid__img {
    background-image: url(../images/anlene-grid-img.png);
    width: 100%;
    max-width: 320px;
    height: 278px;
}

.adbro-grid__pointer {
    position: absolute;
    margin: 0 !important;
    cursor: pointer;
    background: url(../images/anlene-grid-pointer.png) no-repeat center center /
        contain;
    transform: translate(-50%, -50%);
    top: 26%;
    left: 55%;
    width: 12%;
    padding-bottom: 19%;
    -webkit-animation: moveY24 1.2s 0s infinite;
    animation: moveY24 1.2s 0s infinite;
}

.adbro-grid__element {
    position: absolute;
    margin: 0 !important;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    transform: translate(-50%, -50%);
}

.adbro-grid__element--1 {
    top: 83%;
    left: 12%;
    width: 58px;
    height: 57px;
    background-image: url(../images/anlene-grid-element1-1.png);
}
.adbro-grid__element--1-active {
    background-image: url(../images/anlene-grid-element1-2.png);
}
.adbro-grid__element--2 {
    top: 45%;
    left: 14%;
    width: 69px;
    height: 72px;
    background-image: url(../images/anlene-grid-element2-1.png);
}
.adbro-grid__element--2-active {
    background-image: url(../images/anlene-grid-element2-2.png);
}
.adbro-grid__element--3 {
    top: 32%;
    left: 47%;
    width: 59px;
    height: 54px;
    background-image: url(../images/anlene-grid-element3-1.png);
}
.adbro-grid__element--3-active {
    background-image: url(../images/anlene-grid-element3-2.png);
}
.adbro-grid__element--4 {
    top: 37%;
    left: 79%;
    width: 72px;
    height: 71px;
    background-image: url(../images/anlene-grid-element4-1.png);
}
.adbro-grid__element--4-active {
    background-image: url(../images/anlene-grid-element4-2.png);
}
.adbro-grid__element--5 {
    top: 61%;
    left: 91%;
    width: 73px;
    height: 64px;
    background-image: url(../images/anlene-grid-element5-1.png);
}
.adbro-grid__element--5-active {
    background-image: url(../images/anlene-grid-element5-2.png);
}
.adbro-grid__element--6 {
    top: 82%;
    left: 81%;
    width: 73px;
    height: 69px;
    background-image: url(../images/anlene-grid-element6-1.png);
}
.adbro-grid__element--6-active {
    background-image: url(../images/anlene-grid-element6-2.png);
}

/* slider */
.adbro-grid .adbro-slider {
    position: relative;
    margin: 0 !important;
    background: none;
    border: none;
}

/*popup*/

.adbro-popup {
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 !important;
    padding-bottom: 38px;
    z-index: 100001;

    overflow: auto;
    opacity: 0;
    visibility: hidden;
    background: #fff;
}

.adbro-popup__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

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

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

.adbro-popup__box {
    display: block !important;
    margin: 0 !important;
    position: relative;
    width: 100%;
}
.adbro-popup__img {
    position: relative;
    width: 100%;
    display: block !important;
    margin: 0 auto !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.adbro-popup__box--1 .adbro-popup__img {
    background-image: url(../images/anlene-popup-img.jpg);
    padding-bottom: 174.37%;
}

.adbro-popup__line {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 38px;
    margin: 0 !important;
    background: #f60606;
    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/anlene-grid-btn.png);
    width: 100%;
    height: 21px;
}

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

.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 {
        display: block;
        visibility: visible;
        opacity: 1;
    }
}

@keyframes fadeIn24 {
    from {
        opacity: 0;
    }

    to {
        display: block;
        visibility: visible;
        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 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 fadeInOut24 {
    0%,
    27%,
    100% {
        opacity: 0;
    }
    2.5%,
    25% {
        opacity: 1;
    }
}
@keyframes fadeInOut24 {
    0%,
    27%,
    100% {
        opacity: 0;
    }
    2.5%,
    25% {
        opacity: 1;
    }
}
@-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 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 shake24 {
    from,
    50% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    5%,
    15%,
    25%,
    35%,
    45% {
        -webkit-transform: translate3d(-3px, 0, 0);
        transform: translate3d(-3px, 0, 0);
    }
    10%,
    20%,
    30%,
    40% {
        -webkit-transform: translate3d(3px, 0, 0);
        transform: translate3d(3px, 0, 0);
    }
}

@keyframes shake24 {
    from,
    50% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    5%,
    15%,
    25%,
    35%,
    45% {
        -webkit-transform: translate3d(-3px, 0, 0);
        transform: translate3d(-3px, 0, 0);
    }
    10%,
    20%,
    30%,
    40% {
        -webkit-transform: translate3d(3px, 0, 0);
        transform: translate3d(3px, 0, 0);
    }
}

@-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 moveY24 {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes moveY24 {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
