.b-motorland_wrapper {
	width: 420px;
	min-height: 200px;
	background: #fff;
	padding: 20px;
	margin: 0 auto;
	position: relative;
}
.b-gc_close > a {
	background-image: url("../img/svg/motorland/motorland_close.svg");
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
	background-position: center;
	display: block;
	position: absolute;
	right: 20px;
	top: 20px;
}
.b-gc_close > a:hover {
	cursor: pointer;
}
.b-ml_formgroup {
	display: flex;
	margin-bottom: 15px;
}
.b-ml_label {
	width: 30%;
}
.b-ml_label label {
	text-align: right;
    padding: 10px;
	width: 100%;
}
.cr-request_done {
	color: #2A670A;
	display: none;
}
.cr-request_done p {
	color: #2A670A !important;
}
.b-gc_modal_info.cr-request_done {
	margin-top: 45px !important;
}
.b-ml_input {
	width: 60%;
}
.b-ml_input input {
	width: 100%;
}
.b-gc_head_logo {
	width: 100%;
	height: 40px;
	background-image: url("../img/svg/motorland/motorland.svg");
	background-repeat: no-repeat;
	background-position: center;
}
.b-gc_modal_info {
	margin: 15px 0 34px 0;
}
.b-gc_modal_info p {
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	color: #000;
}
.b-gc_modal_form > form > input {
	width: 100%;
	background: #fff;
	border: 1px solid #C6C6C6;
	padding: 6px 10px;
	box-sizing: border-box;
	border-radius: 5px;
}
.b-gc_modal_submit {
	margin: 15px 0 35px 0;
	text-align: center;
}
.b-gc_modal_submit > button {
	color: #fff;
	background: #A9203E;
	border-radius: 5px;
	font-weight: normal;
	padding: 5px 15px;
}
.b-gc_modal_submit > button:hover {
	background: #A9203E !important;
}
.b-motorland {
	margin-top: 5px;
}
.b-motorland a {
	display: block;
    padding-left: 140px;
    background-image: url(../img/svg/motorland/motorland.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
	color: #000;
    font-weight: bold;
}
.b-motorland_tires_service {
	margin: 15px 0;
}
.b-motorland_wrap a {
	display: block;
	height: 160px;
	width: 100%;
    background-image: url(../img/svg/motorland/motorland_banner.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}
.b-motorland_wrap.cr-mw_red_banner a {
	background-image: url(../img/svg/motorland/motorland_banner_red.svg);
}
@media screen and (max-width: 830px) {
    .b-motorland_wrapper {
		width: auto;
	}
	.b-gc_head_logo {
		display: block;
	}
	.b-gc_head_logo > div {
		width: 100%;
		height: 200px;
	}
	.b-gc_modal_info p {
		font-size: 16px;
	}
	.b-gc_head_logo > div.b-gc_hl_left {
		height: 160px;
	}
	.b-gc_head_logo > div.b-gc_hl_right {
		height: 70px;
	}
	.b-motorland_wrap a {
		height: 100px;
	}
}