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

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

.adbro-grab__container {
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 350px;
	margin: 0 !important;
	margin-left: -350px !important;
	width: 700px;
	max-width: none !important;
	overflow: hidden;
	}

.adbro-grab__bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 75px;
	margin: 0 !important;
	overflow: hidden !important;
	background: url(../images/grab-bg.png) no-repeat center top;
	background-size: cover;
	-webkit-animation: slideInUp24 .5s .5s both;
	animation: slideInUp24 .5s .5s both;
	}

.adbro-grab__logo {
	position: absolute;
	left: 50%;
	margin: 0 !important;
	bottom: 2px;
	margin-left: -246px !important;
	background: url(../images/grab-logo.png) no-repeat left bottom;
	width: 75px;
	height: 54px;
	background-size: contain;
	-webkit-animation: fadeInLeft24 .7s .9s both;
	animation: fadeInLeft24 .7s .9s both;
	}

.adbro-sm .adbro-grab__logo {
    margin-left: -237px !important;
}

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

.adbro-grab__text--1 {
	bottom: 4px;
	margin-left: -164px !important;
	background-image: url(../images/grab-text.png);
	width: 146px;
	height: 94px;
	-webkit-animation: fadeInDown24 .7s 1s both, zoomInOut25 2s 2s 2;
    animation: fadeInDown24 .7s 1s both, zoomInOut25 2s 2s 2;
	}

.adbro-grab__text--2 {
	bottom: 2px;
	margin-left: 165px !important;
	background-image: url(../images/grab-text2.png);
	width: 88px;
	height: 51px;
	-webkit-animation: fadeInRight24 .7s 1s both;
    animation: fadeInRight24 .7s 1s both;
	}

.adbro-sm .adbro-grab__text--2 {
    margin-left: 145px !important;
}

.adbro-grab__img {
	display: block;
	position: absolute;
	left: 50%;
	margin: 0 !important;
	background-repeat  : no-repeat;
  	background-position: left bottom;
	background-size: contain;
	-webkit-animation: bounceInUp24 1.2s .7s both;
	animation: bounceInUp24 1.2s .7s both;
	}

.adbro-grab__img--1 {
	bottom: -39px;
    margin-left: -70px!important;
    background-image: url(../images/grab-img.png?v=1);
    width: 208px;
    height: 160px;
	}




.adbro-slider .adbro-close {
	bottom: auto !important;
	top: 0 !important;
	right: 0 !important;
	}

.adbro-slider__btn {
	background-image: url(../images/grab-slider-btn.png);
	background-size: 62px 14px;
	}




.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 {
		display: none;
		visibility: hidden;
		opacity: 0;
		}

	to {
		display: block;
		visibility: visible;
		opacity: 1;
		}
	}

@keyframes fadeIn24 {
	from {
		display: none;
		visibility: hidden;
		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 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 zoomInOut25 {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
   }
    12.5% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
   }
    25% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
   }
    37.5% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
   }
    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.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
   }
    25% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
   }
    37.5% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
   }
    50% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
   }
}

@-webkit-keyframes shine25 {
    0% {
        left: 0;
        opacity: 0;
    }
    5% {
        opacity: 0.5;
    }
    80% {
        opacity: 0.5;
    }
    100% {
        left: 89%;
        opacity: 0;
    }
}

@keyframes shine25 {
    0% {
        left: 0;
        opacity: 0;
    }
    5% {
        opacity: 0.5;
    }
    80% {
        opacity: 0.5;
    }
    100% {
        left: 89%;
        opacity: 0;
    }
}

@-webkit-keyframes bounceInUp24 {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 1000px, 0);
        }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
        }

    75% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
        }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
        }

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

@keyframes bounceInUp24 {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 1000px, 0);
        }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
        }

    75% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
        }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
        }

    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%;
		}
	}