.adbro-ford {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 !important;
	}

.adbro-ford * {
	box-sizing: border-box;
	}

	.adbro-ford__container {
		position: absolute;
		bottom: 0;
		height: 170px;
		left: 50%;
		margin: 0 !important;
		margin-left: -219px !important;
		width: 438px;
		max-width: none !important;
		}
	
	.adbro-ford__bg {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 52px;
		background: url(../images/ford-bg.png) no-repeat center top;
		background-size: cover;
		margin: 0 !important;
		-webkit-animation: slideInUp24 .5s .3s both;
		animation: slideInUp24 .5s .3s both;
		}
	
	.adbro-ford__text {
		position: absolute;
		left: 50%;
		margin: 0 !important;
		background-repeat: no-repeat;
		background-position: left bottom;
		background-size: contain;
		}
	
	.adbro-ford__text--1 {
		bottom: 29px;
		margin-left: -15px !important;
		background-image: url(../images/ford-text.png);
		width: 149px;
		height: 14px;
		-webkit-animation: fadeInDown24 .7s .7s both;
		animation: fadeInDown24 .7s .7s both;
		}
	
	.adbro-ford__text--2 {
		bottom: 13px;
		margin-left: -10px !important;
		background-image: url(../images/ford-text2.png);
		width: 77px;
		height: 17px;
		-webkit-animation: fadeInUp24 .7s .7s both;
		animation: fadeInUp24 .7s .7s both;
		}
	
	.adbro-ford__text--3 {
		bottom: 1px;
		margin-left: -14px !important;
		background-image: url(../images/ford-text3.png);
		width: 81px;
		height: 13px;
		-webkit-animation: fadeInUp24 .7s .9s both;
		animation: fadeInUp24 .7s .9s both;
	}
	
	.adbro-ford__logo {
		position: absolute;
		bottom: 8px;
		left: 50%;
		margin: 0 !important;
		margin-left: -153px !important;
		background: url(../images/ford-logo.png) no-repeat left bottom;
		background-size: contain;
		width: 31px;
		height: 13px;
		-webkit-animation: fadeInLeft24 .7s .7s both;
		animation: fadeInLeft24 .7s .7s both;
	}
	
	.adbro-ford__btn {
		position: absolute;
		bottom: 9px;
		left: 50%;
		margin: 0 !important;
		margin-left: 74px !important;
		background: url(../images/ford-btn.png) no-repeat left bottom;
		background-size: contain;
		width: 56px;
		height: 14px;
		-webkit-animation: fadeInRight24 .7s .7s both;
		animation: fadeInRight24 .7s .7s both;
		}
	
	.adbro-ford__btn:after {
		content: '';
		position: absolute;
		top: 1px;
		left: 50%;
		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: 93%;
		-webkit-animation: shine24 2s 2.2s;
		animation: shine24 2s 2.2s;
		-webkit-animation-iteration-count: 7;
		animation-iteration-count: 7;
	}
	
.adbro-grid__line {
	background: linear-gradient(180deg, #FF0000 0%, #BC0000 100%);
	border-radius: 0px 0px 5px 5px !important;
	}

.adbro-grid__line .adbro-grid__btn {
	background-image: url(../images/ford-grid-btn.png);

	height: 16px!important;
	}

.adbro-grid {
	padding: 0 !important;
	background: #000 !important;
	border-radius: 0px 0px 5px 5px !important;
	}

.adbro-grid .adbro-close {
	bottom: auto;
	top: -5px;
	z-index: 2;
	}

.adbro-grid__top {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 !important;
	width: 100%;
	height: 0;
	border-bottom: 0;
	z-index: 1;
}

.adbro-grid__list {
	display: block !important;
	padding: 0 0px 38px !important;
	position: relative;
}

.adbro-bottom .adbro-grid__list {
	margin: 0 !important;
	overflow-x: hidden !important;
	height: 300px !important;
	-webkit-animation: move27 1.8s 2s both 2;
	animation: move27 1.8s 2s both 2;
}

@-webkit-keyframes move27 {
	50% {
		-webkit-transform: translateY(-13%);
		transform: translateY(-13%);
		}
	}

@keyframes move27 {
	50% {
		-webkit-transform: translateY(-13%);
		transform: translateY(-13%);
		}
	}

.adbro-grid__box {
	position: relative;
	width: 100%;
	display: block !important;
	margin: 0 !important;
	perspective: 600px;
	}

.adbro-grid__box:first-child {
	margin-top: 0 !important;
	}

.adbro-grid__img {
	margin: 0 !important;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	}

.adbro-grid__box--1 .adbro-grid__img {
	background-image: url(../images/ford-grid-img.png);
	padding-bottom: 45.31%;
}
/** slider **/

.adbro-slider {
	position: relative;
	padding: 0;
	background: none !important;
	}

.adbro-slider__frame {
	padding: 0 0 25px !important;
	}

.adbro-slider__wrapper {
	margin: 0 auto !important;
	margin-top: 15px!important;
	box-sizing: border-box;
	overflow: hidden !important;
	position: relative;
	width: 100%;
}

.adbro-slider__list {
	width: 100% !important;
	-webkit-animation: none !important;
	animation: none !important;
	}

.adbro-bottom .adbro-slider .adbro-slider__list {
	margin: 0 !important;
	}

.adbro-slider .adbro-slider__item {
	width: 50% !important;
	padding: 0 5px !important;
}


.adbro-slider__item .adbro-grid__pic {
    margin: 0!important;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    padding-bottom: 108.18%;
    margin: 0 auto!important;
    border-radius: 0px!important;
}

.adbro-grid__pic--1 {
    background-image: url(../images/ford-grid-pic.png?v=1);
}

.adbro-grid__pic--2 {
    background-image: url(../images/ford-grid-pic2.png?v=1);
}

.adbro-grid__pic--3 {
    background-image: url(../images/ford-grid-pic3.png?v=1);
}

.adbro-slider__item .adbro-grid__box {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	}

.adbro-slider .adbro-slider__arrow--prev,
.adbro-slider .adbro-slider__arrow--next {
	display: none !important;
	background: none !important;
	}

.adbro-slider__frame .adbro-slider__arrow:before {
	margin-left: 2px;
	background: url(../images/slider-arrow.png) no-repeat 50% 50%;
	background-size: contain;
	width: 19px;
	height: 19px;
	}

.adbro-slider__arrow:before {
	margin-top: -9px !important;
	}

.adbro-slider__frame .adbro-slider__arrow--prev:before {
	margin-left: -23px;
	}

.adbro-slider__dots {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	padding: 0 10px;
	margin: 0 !important;
	list-style: none;
	white-space: nowrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	}

.adbro-slider__dots li {
	display: flex;
	vertical-align: top;
	width: 10px;
	height: 10px;
	margin: 0 !important;
	margin-right: 30px !important;
	position: relative;
	cursor: pointer;
	}

.adbro-slider__dots li:last-child {
	margin-right: 0 !important;
	}

.adbro-slider__dots li:before {
	content: '';
	position: absolute;
	top: 50%;
	margin: 0 !important;
	margin-top: -1px !important;
	left: 0;
	width: 10px;
	height: 10px;
	opacity: .5;
	background: #fff;
	border-radius: 50%;
	display: block;
	}

.adbro-slider__dots li.active:before {
	opacity: 1;
	}

.adbro-slider__dots li.active {background: none;}

.adbro-grid__arrow {
	position: absolute;
	bottom: 37px;
	left: 50%;
	margin: 0 !important;
	margin-left: -12px !important;
	background: url(../images/ford-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, 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 move27 {
	50% {
		-webkit-transform: translateY(-13%);
		transform: translateY(-13%);
		}
	}

@keyframes move27 {
	50% {
		-webkit-transform: translateY(-13%);
		transform: translateY(-13%);
		}
	}

@-webkit-keyframes shine24 {
	0% {
		left: 0;
		opacity: 0;
		}
	5% {
		opacity: 0;
		}
	50% {
		opacity: 0.3;
		}
	80% {
		opacity: 0;
		}
	100% {
		left: 90%;
		}
	}

@keyframes shine24 {
	0% {
		left: 0;
		opacity: 0;
		}
	5% {
		opacity: 0;
		}
	50% {
		opacity: 0.3;
		}
	80% {
		opacity: 0;
		}
	100% {
		left: 90%;
		}
	}