.adbro-samsung {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 !important;
}

.adbro-samsung * {
	box-sizing: border-box;
}

.adbro-samsung__container {
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 170px;
    margin: 0!important;
    margin-left: -219px!important;
    width: 438px;
    max-width: none !important;
    }

.adbro-samsung__bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 51px;
	background: url(../images/samsung-bg.png) no-repeat center top / cover;
	margin: 0 !important;
	overflow: hidden;
	-webkit-animation: slideInUp24 .5s .3s both;
	animation: slideInUp24 .5s .3s both;
}

.adbro-samsung__logo {
    position: absolute;
    left: 50%;
    margin: 0!important;
    bottom: 33px;
    margin-left: -125px !important;
    background: url(../images/samsung-logo.png) no-repeat 50% 50% / contain;
    width: 54px;
    height: 9px;
	-webkit-animation: fadeInLeft24 .7s .6s both;
	animation: fadeInLeft24 .7s .6s both;
}

.adbro-samsung__img {
    position: absolute;
    bottom: 2px;
    left: 50%;
    margin: 0!important;
    margin-left: -35px !important;
    background: url(../images/samsung-img.png) no-repeat 50% 50% / contain;
    width: 69px;
    height: 67px;
	-webkit-animation: bounceIn24 1.2s 1s both;
	animation: bounceIn24 1.2s 1s both;
}

.adbro-samsung__text {
	position: absolute;
	left: 50%;
	margin: 0!important;
}

.adbro-samsung__text--1 {
	bottom: 8px;
    margin-left: -156px !important;
    background: url(../images/samsung-text.png) no-repeat 50% 50% / contain;
    width: 118px;
    height: 20px;
	-webkit-animation: fadeInUp24 .7s .7s both;
	animation: fadeInUp24 .7s .7s both;
}

.adbro-samsung__text--2 {
    bottom: 3px;
    margin-left: 37px !important;
    background: url(../images/samsung-text2.png) no-repeat 50% 50% / contain;
    width: 109px;
    height: 46px;
	-webkit-animation: fadeInRight24 .7s .7s both;
	animation: fadeInRight24 .7s .7s both;
}

.adbro-slider {
    padding: 0!important;
    border: none!important;
    border-radius: 0!important;
 }

.adbro-grid__line {
	background: radial-gradient(50% 50% at 50% 50%, #424242 0%, #161512 100%);
	border-top: 1px solid #C2C2C2;
	border-radius: 0 0 5px 5px !important;
}

.adbro-grid__btn {
	background-image: url(../images/samsung-grid-btn.png);
	width: 118px!important;
	height: 16px!important;
}

.adbro-grid {
	padding: 0!important;
	border-radius: 0 0 5px 5px !important;
	border: 1px solid #eee;
	border-bottom: none;
} 

.adbro-grid .adbro-close {
	bottom: auto;
	top: 3px;
	z-index: 2;
}

.adbro-grid__list {
	display: block!important;
	padding-top: 0!important;
	padding-bottom: 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;
}

.adbro-bottom .adbro-grid__list {
	margin: 0!important;
	height: 300px!important;
	overflow-x: hidden!important;
}

::-webkit-scrollbar {
    width: 0;
}

.adbro-grid__top {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 !important;
	width: 100%;
	height: 0;
	z-index: 1;
}

.adbro-grid__img {
	margin: 0!important;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	width: 100%;
}

.adbro-grid__box--1 .adbro-grid__img {
	background-image: url(../images/samsung-grid-img.png);
	padding-top: 56.25%;
}

.adbro-grid__box {
	display: block!important;
	margin: 0!important;
	position: relative;
}

.adbro-grid__box:first-child {
	margin-top: 0!important;
}

/** form **/

.adbro-grid__form-layout {
    position: relative;
    display: block !important;
    margin: 0 auto!important;
    margin-top: 0px!important;
    padding-bottom: 10px;
    bottom: 0px;
    left: 0px;
    width: 320px;
}

.adbro-grid__form-popup-overlay {
	height: 100%;
	position: absolute;
	width: 100%;
	display: block ;
	margin: 0 !important;
	z-index: 1;
	cursor: pointer;
}

.adbro-grid__form-layout--show {
	-webkit-transform: translateY(0px)!important;
	transform: translateY(0px)!important;
	transition: .4s;
}

.adbro-form {
	position: relative;
    margin: 0 auto !important;
    width: 100%;
    /* height: 140px; */
    /* max-width: 438px; */
}

.adbro-form__title {
    margin: 0 !important;
    background: url(../images/samsung-form-title.png) no-repeat 50% 50%;
    background-size: contain;
    width: 218px;
    height: 22px;
    top: 10px;
    left: 50%;
    margin-left: -108px !important;
    position: relative;
    display: block;
}

.adbro-form__area {
	display: block;
	position: relative;
	margin: 20px auto 0 !important;
	height: 100%;
	width: 272px;
}

.adbro-form__line {
	margin: 0 auto 7px !important;
	padding: 0;
	position: relative;
}

.adbro-form__field {
    display: block !important;
    margin: 0 !important;
    width: 100%;
    height: 20px;
    background: #eee;
    font-family: Roboto,-apple-system,BlinkMacSystemFont,segoe ui,Helvetica,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol!important;
    font-size: 8px !important;
    line-height: 8px;
	color: rgba(0, 0, 0, 0.50);
    padding: 0 7px;
    border: none;
    -webkit-appearance: none;
    outline: none;
    border-radius: 3px;
    box-sizing: border-box;
}

.adbro-form__field::-webkit-input-placeholder {
	color: #B0B0B0;
}

.adbro-form__field::-moz-placeholder {
	color: #B0B0B0;
}

.adbro-form__field:-ms-input-placeholder {
	color: #B0B0B0;
}

.adbro-form__field.placeholder {
	color: #B0B0B0;
}

.adbro-form__submit {
	position: relative;
	background: url(../images/samsung-form-btn.png) no-repeat 50% 50%;
	background-size: contain;
    width: 81px;
    height: 19px;
	left: 50%;
	margin: 5px 0 0!important;
	margin-left: -40px!important;
	padding: 0;
	outline: none;
	box-shadow: none;
	border: none;
	-webkit-appearance: none;
	cursor: pointer;
}

.adbro-label {
	display: block;
	position: relative;
	height: 9px;
	width: 9px;
	margin: 0!important;
	margin-bottom: 3px!important;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.adbro-label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
	margin: 0!important;
}

.adbro-label__checkmark {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0!important;
	background: url(../images/samsung-form-nomark.png) no-repeat center center / contain;
	width: 10px;
	height: 10px;
}

.adbro-label__checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.adbro-label input:checked ~ .adbro-label__checkmark:after {
	display: block;
}

.adbro-label .adbro-label__checkmark:after {
	background: url(../images/samsung-form-mark.png) no-repeat center center / contain;
	width: 10px;
	height: 10px;
}

.adbro-form__submit:hover {
	cursor: pointer;
}

.adbro-form__submit:disabled, .adbro-form__submit:hover:disabled {
	background: url(../images/samsung-form-btn--disable.png) no-repeat 50% 50%;
	background-size: contain;
	cursor: not-allowed;
}

.adbro-form__link {
	display: block;
	position: absolute;
	padding: 0;
	cursor: pointer;
}

.adbro-form__link--1 {
    background: url(../images/samsung-form-link.png) no-repeat 50% 50%;
    background-size: contain;
    width: 121px;
    height: 7px;
    left: 12px;
    top: 83px;
}

.adbro-form__link--2 {
    background: url(../images/samsung-form-link2.png) no-repeat 50% 50%;
    background-size: contain;
	width: 252px;
    height: 7px;
    left: 12px;
    top: 95px;
}

.adbro-form__result {
	top: 0;
	left: 0;
	margin: 0 !important;
	height: 100%;
	width: 100%;
}

.adbro-form__finish {
    margin: 0!important;
    background: url(../images/samsung-form-finish.png) no-repeat 50% 50%;
    background-size: contain;
    width: 100%;
    height: 245px;
    margin-top: 10px!important;
    display: block!important;
}

.adbro-grid__pic-link{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

.adbro-grid__arrow {
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin: 0!important;
	margin-left: -12px!important;
	background: url(../images/samsung-grid-arrow.png) no-repeat left bottom;
	background-size: contain;
	width: 24px;
	height: 30px;
	-webkit-animation: fadeIn24 .5s 5s both;
	animation: fadeIn24 .5s 5s 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 .4s both;
    animation: fadeIn24 1s .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 .4s both;
    animation: fadeIn24 1s .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 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 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, 150%, 0);
		transform: translate3d(0, 150%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInUp24 {
	from {
		-webkit-transform: translate3d(0, 150%, 0);
		transform: translate3d(0, 150%, 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%;
	}
}

@-webkit-keyframes move27 {
	50% {
		-webkit-transform: translateY(-12%);
		transform: translateY(-12%);
	}
}

@keyframes move27 {
	50% {
		-webkit-transform: translateY(-12%);
		transform: translateY(-12%);
	}
}

@-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 bounceIn24 {
	from, 20%, 40%, 60%, 80%, 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);
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}

	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	}

	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes bounceIn24 {
	from, 20%, 40%, 60%, 80%, 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);
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}

	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	}

	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@-webkit-keyframes line30 {
	from {
		-webkit-transform: translateX(0px) translateY(0px);
		transform: translateX(0px) translateY(0px);
	}
	to {
		-webkit-transform: translateX(100%) translateY(-750%);
		transform: translateX(100%) translateY(-750%);
	}
	99% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes line30 {
	from {
		-webkit-transform: translateX(0px) translateY(0px);
		transform: translateX(0px) translateY(0px);
	}
	to {
		-webkit-transform: translateX(100%) translateY(-750%);
		transform: translateX(100%) translateY(-750%);
	}
	99% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes line31 {
	from {
		-webkit-transform: translateX(0px) translateY(0px);
		transform: translateX(0px) translateY(0px);
	}
	to {
		-webkit-transform: translateX(-100%) translateY(-750%);
		transform: translateX(-100%) translateY(-750%);
	}
	99% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes line31 {
	from {
		-webkit-transform: translateX(0px) translateY(0px);
		transform: translateX(0px) translateY(0px);
	}
	to {
		-webkit-transform: translateX(-100%) translateY(-750%);
		transform: translateX(-100%) translateY(-750%);
	}
	99% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}