/*round*/

.adbro-mrdiy-round {
	display: none;
	position: fixed;
	bottom: 280px;
	right: 20px;
	margin: 0 !important;
	width: 120px;
	height: 120px;
	overflow: visible !important;
	z-index: 100000;
	-webkit-animation: fadeOut24 0.3s 9s forwards;
	animation: fadeOut24 0.3s 9s forwards;
	}

.adbro-mrdiy-round .adbro-close {
	bottom: 105px;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
	}

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

.adbro-mrdiy-round__img {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 !important;
	margin-left: -51px !important;
	width: 101px;
	height: 101px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
	-webkit-animation: fadeIn24 0.7s 0.2s both, fadeOut24 0.5s 4.5s forwards;
	animation: fadeIn24 0.7s 0.2s both, fadeOut24 0.5s 4.5s forwards;
	}

.adbro-mrdiy-round__img--1 {
	background-image: url(../images/mrdiy-round-img.png);
	}

.adbro-mrdiy-round__img--2 {
	height: 111px;
	background-image: url(../images/mrdiy-round-img2.png);
	-webkit-animation-delay: 4.5s, 9s;
	animation-delay: 4.5s, 9s;
	}


.adbro-mrdiy-round__btn {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 !important;
	margin-left: -43px !important;
	background: url(../images/mrdiy-round-btn.png?v=2) no-repeat left bottom /
        contain;
	width: 85px;
	height: 22px;
	-webkit-animation: fadeInUp24 0.7s 0.2s both;
	animation: fadeInUp24 0.7s 0.2s both;
	}

.adbro-mrdiy-round__btn:after {
	content: "";
	position: absolute;
	bottom: 2px;
	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.5) 30%,
			rgba(255, 255, 255, 0.03) 1%,
			rgba(255, 255, 255, 0.7) 50%,
			rgba(255, 255, 255, 0.9) 70%,
			rgba(255, 255, 255, 0) 100%
	);
	width: 25%;
	height: 90%;
	-webkit-animation: shine24 2s 0.2s;
	animation: shine24 2s 0.2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	}

.adbro-grid__line {
	background: #FFD800;
	border: 1px solid #000;
	border-radius: 0 0 5px 5px !important;
	}

.adbro-grid__btn {
	background-image: url(../images/mrdiy-grid-btn.png?v=2);
	height: 16px !important;
	}

.adbro-grid {
	overflow: visible !important;
	}

.adbro-grid {
	background: #A29688 !important;
	position: relative;
	padding: 0 !important;
	overflow: hidden !important;
	}

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

.adbro-grid__top {
	background: #FFD800;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 !important;
	width: 100%;
	height: 40px;
	z-index: 1;
	filter: drop-shadow(0px 3.262px 0px #000);
	}

.adbro-grid__top:before {
	content: "";
	background: url(../images/mrdiy-top-title.png) no-repeat center /
        contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0 !important;
	width: 155px;
	height: 28px;
	z-index: 1;
	}

.adbro-grid__list {
	display: block !important;
	padding-top: 40px !important;
	padding-bottom: 38px !important;
	position: relative;
	height: 300px !important;
	-webkit-animation: move27 1.8s 2s both;
	animation: move27 1.8s 2s both;
	-webkit-animation-iteration-count: 2;
	animation-iteration-count: 2;
	}

@-webkit-keyframes move27 {
	50% {
		-webkit-transform: translateY(-13%);
		transform: translateY(-13%);
		}
	}

@keyframes move27 {
	50% {
		-webkit-transform: translateY(-13%);
		transform: translateY(-13%);
		}
	}

.adbro-bottom .adbro-grid__list {
	margin: 0 !important;
	height: 300px;
	}

.adbro-grid__pointer {
	position: absolute;
	margin: 0 !important;
	cursor: pointer;
	background: url(../images/mrdiy-grid-pointer.png?v=2) no-repeat center center / contain;
	top: 91px;
	right: 11px;
	width: 98px;
	height: 98px;
	}

.adbro-grid__trigger {
	position: absolute;
	margin: 0 !important;
	cursor: pointer;
	background: url(../images/mrdiy-grid-trigger.png?v=2) no-repeat center center / contain;
	top: 110px;
	right: 45px;
	width: 60px;
	height: 60px;
	}

.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/mrdiy-grid-img.png);
	padding-bottom: 131.25%;
	}

.adbro-slider {
	position: relative;
	padding-top: 0px !important;
	}


.adbro-grid__box--2 {
	width: 100%;
	padding-bottom: 56.6%;
	margin: 0 auto 10px !important;
	}

.adbro-grid__map {
	display: block;
	width: 90%;
	height: 100%;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	border-radius: 0px;
	border: none;
	}

.adbro-grid__pointer {
	position: absolute;
	right: 0;
	bottom: 28%;
	margin: 0 !important;
	background: url(../images/mrdiy-grid-pointer.png) no-repeat 50% 50% / contain;
	width: 130px;
	height: 130px;
	cursor: pointer;
	z-index: 3;
	}

.adbro-grid__arrow {
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin: 0 !important;
	margin-left: -12px !important;
	background: url(../images/mrdiy-arrow.png) no-repeat left bottom;
	background-size: contain;
	width: 24px;
	height: 30px;
	-webkit-animation: fadeIn24 0.5s 5s both;
	animation: fadeIn24 0.5s 5s both;
	}


/* popup */

.adbro-popup {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 !important;
	z-index: 100001;
	padding: 0;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	background: #A29688 !important;
	}

.adbro-popup--bg {

	}

.adbro-popup--vis {
	pointer-events: auto !important;
	opacity: 1 !important;
	visibility: visible !important;
	-webkit-transition: opacity .3s, visibility .3s;
	transition: opacity .3s, visibility .3s;
	}

.adbro-popup__apng {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 38px;
	margin: 0 !important;
	z-index: 100001;
	padding: 0;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/mrdiy-popup-apng.png);
	width: 100%;
	height: 100%;
	}

.adbro-popup__close {
	cursor: pointer;
	z-index: 7;
	position: absolute;
	right: 10px;
	top: 10px;
	margin: 0 !important;
	background: url(../images/mrdiy-popup-close.png) no-repeat top right / contain !important;
	width: 73px;
	height: 37px;
	display: none;
	}

.adbro-popup__section {
	margin: 0 !important;
	box-sizing: border-box;
	position: relative;
	display: -webkit-flex;
	display: flex;
	overflow: auto;
	width: 100%;
	height: 100%;
	}

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

.adbro-popup__box {
	display: block !important;
	margin: 0 !important;
	position: relative;
	}

.adbro-popup__img {
	margin: 0 auto !important;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	position: relative;
	}

.adbro-popup__box--1 {
	padding-bottom: 38px;
	}

.adbro-popup__box--1 .adbro-popup__img {
	background-image: url(../images/mrdiy-popup-img.png);
	padding-bottom: 177.12% !important;
	}

.adbro-popup__line {
	z-index: 99;
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100% !important;
	margin: 0 !important;
	max-width: none !important;
	background: #FFD800;
	border: 1px solid #000;
	border-radius: 0;
	height: 38px !important;
	}

.adbro-popup__btn {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0 !important;
	background-image: url(../images/mrdiy-grid-btn.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	width: 100%;
	height: 16px;
	}



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

@keyframes fadeIn24 {
	from {
		opacity: 0;
		}

	to {
		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 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 fadeInOut24 {
	0%,
	55%,
	100% {
		opacity: 0;
		}
	3.34%,
	50% {
		opacity: 1;
		}
	}

@keyframes fadeInOut24 {
	0%,
	55%,
	100% {
		opacity: 0;
		}
	3.34%,
	50% {
		opacity: 1;
		}
	}

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

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

@-webkit-keyframes fadeOut24 {
	from {
		opacity: 1;
		}
	to {
		opacity: 0;
		}
	}

@keyframes fadeOut24 {
	from {
		opacity: 1;
		}
	to {
		opacity: 0;
		}
	}