.adbro-honda {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0!important;
}

.adbro-honda * {
    box-sizing: border-box;
}

.adbro-honda__bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: url(../images/honda-bg.png?v=1) no-repeat center top;
    background-size: auto 100px;
    margin: 0!important;
    -webkit-animation: slideInUp24 .5s .3s both;
    animation: slideInUp24 .5s .3s both;
}

.adbro-honda__logo {
    position: absolute;
    bottom: 10px;
    left: 0;
    margin: 0!important;
    background: url(../images/honda-logo.png) no-repeat left bottom;
    background-size: contain;
    width: 62px;
    height: 38px;
    -webkit-animation: fadeInLeft24 .7s .6s both;
    animation: fadeInLeft24 .7s .6s both;
}

.adbro-honda__text {
    position: absolute;
    left: 50%;
    margin: 0!important;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    -webkit-animation: fadeInLeft24 .7s .7s both;
    animation: fadeInLeft24 .7s .7s both;
}

.adbro-honda__text--1 {
    margin-left: -214px!important;
    bottom: 4px;
    background-image: url(../images/honda-text.png);
    width: 166px;
    height: 69px;
    -webkit-animation-name: fadeInDown24;
    animation-name: fadeInDown24;
}

.adbro-sm .adbro-honda__text--1{
    margin-left: -175px!important;
    bottom: 10px;
    width: 136px;
    height: 69px;
}

.adbro-honda__text--2 {
    margin-left: 213px!important;
    bottom: 34px;
    background-image: url(../images/honda-text2.png);
    width: 69px;
    height: 8px;
    -webkit-animation-name: fadeInRight24;
    animation-name: fadeInRight24;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.adbro-sm .adbro-honda__text--2{
        margin-left: 167px!important;
    bottom: 2px;
    width: 69px;
    height: 8px;
}
.adbro-honda__text--3 {
    margin-left: 22px!important;
    bottom: 0px;
    background-image: url(../images/honda-text3.png);
    width: 135px;
    height: 22px;
    -webkit-animation-name: fadeInDown24;
    animation-name: fadeInDown24;
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}

.adbro-honda__img {
    position: absolute;
    left: 50%;
    margin: 0!important;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    -webkit-animation: fadeInUp24 .7s .7s both;
    animation: fadeInUp24 .7s .7s both;
}

.adbro-honda__img--1 {
    margin-left: -31px!important;
    bottom: 0px;
    background-image: url(../images/honda-img.png);
    width: 70px;
    height: 93px;
}

.adbro-honda__img--2 {
    margin-left: 142px!important;
    bottom: 0px;
    background-image: url(../images/honda-img2.png);
    width: 77px;
    height: 90px;
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}

.adbro-honda__light {
    margin: 0 !important;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.adbro-honda__img--1 .adbro-honda__light {
    -webkit-mask: url(../images/honda-img.png) no-repeat center center / contain;
    mask: url(../images/honda-img.png) no-repeat center center / contain;
}

.adbro-honda__img--2 .adbro-honda__light {
    -webkit-mask: url(../images/honda-img2.png) no-repeat center center / contain;
    mask: url(../images/honda-img2.png) no-repeat center center / contain;
}

.adbro-honda__light:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%) skew(50deg);
    transform: translate(-50%, 0%) skew(50deg);
    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: 50%;
    height: 100%;
    -webkit-animation: shine24 2s 1.5s;
    animation: shine24 2s 1.5s;
    -webkit-animation-iteration-count: 4;
    animation-iteration-count: 4;
}

.adbro-honda__img--2 .adbro-honda__light:before {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.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 .4s both;
    animation: fadeIn24 1s .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 .4s both;
    animation: fadeIn24 1s .4s both;
    cursor: pointer;
    margin: 0 !important;
    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 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: 0;
		opacity: 0;
	}
	5% {
		opacity: 0;
	}
	50% {
		opacity: 0.3;
	}
	80% {
		opacity: 0;
	}
	100% {
		left: 99%;
	}
}

@keyframes shine24 {
	0% {
		left: 0;
		opacity: 0;
	}
	5% {
		opacity: 0;
	}
	50% {
		opacity: 0.3;
	}
	80% {
		opacity: 0;
	}
	100% {
		left: 99%;
	}
}