/*=====General reset=====*/
h1, h2, h3, h4, h5, h6, p{/* margin:0; */}
ul, ol{margin:0;padding:0;list-style:none;}
a{color:#000;text-decoration:none;}
a:hover, a:visited, a:link, a:active{text-decoration:none;color:#000;}
*{-moz-box-sizing: border-box;box-sizing: border-box;}
/*=======================*/
p {
	font-family: 'RobotoRegular';
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 25px;
	color: #49535a;
}
p.b {
	font-family: 'RobotoBold';
}
h4 {
	font-family: 'RobotoBold';
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 26px;
	color: #49535a;
}
p.w {
	color: #fff;
}
h4.w {
	color: #fff;
}
.text-center {
	text-align: center;
}
ul.list li,
ul.list-num li {
	font-family: 'RobotoRegular';
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 11px;
	color: #49535a;
	padding-left: 36px;
	position: relative;
}
ul.list li:before {
	content: '';
	left: 0;
	top: 4px;
	display: block;
	background: url(../../i/app/page-main/list-mark.png) no-repeat;
	position: absolute;
	width: 20px;
	height: 20px;
}
ul.list-num {
	margin-top: 32px;
}
ul.list-num li {
	padding-left: 60px;
	margin-bottom: 42px;
	counter-increment: list-num;
}
ul.list-num li:before {
	content: counter(list-num);
	font-size: 18px;
	line-height: 44px;
	font-family: 'RobotoBold';
	color: #49535a;
	background: #f3ca31;
	height: 44px;
	width: 44px;
	border-radius: 22px;
	position: absolute;
	left: 0;
	top: -7px;
	text-align: center;
}
ul.list.w li,
ul.list-num.w li {
	color: #fff;
}

.map-wrap {
	height: 170px;
	overflow: hidden;
	position: relative;
	transition: .3s;
}
.map-wrap.show {
	height: 470px;
	transition: .3s;
}
@media screen and (max-width: 1024px) {
	.map-wrap.show {
		height: 350px;
	}
}
.map-wrap::after {
	position: absolute;
	bottom: 0;
	z-index: 1;
	content: "";
	height: 50px;
	width: 100%;
	background: linear-gradient(rgba(246, 246, 246, 0.1), rgba(246, 246, 246, 1));
}
.map-wrap.show::after {
	display: none;
}
.map-wrap .map-text {
	width: 100%;
	text-align: center;
	background: rgba(73, 83, 90, .8);
	padding: 22px 10px 26px;
	position: absolute;
	z-index: 1;
}
.map-wrap .map-text:after {
	content: '';
	border-top: 13px solid rgba(73, 83, 90, .8);
	border-left: 19px solid transparent;
	border-right: 19px solid transparent;
	position: absolute;
	bottom: -13px;
	left: 50%;
	margin-left: -19px;
}
.map-wrap .map-text span {
	font-family: 'RobotoBold';
	font-size: 32px;
	line-height: 1;
	color: #fff;
}
.map-wrap .map-text span a {
	color: #9fdbf4;
	border-bottom: 1px dashed #9fdbf4;
	display: inline-block;
}
.map-wrap .map-text span a:hover {
	border-color: transparent;
}
.show-map-btn {
	display: block;
	margin: 0 auto;
	width: 330px;
	height: 56px;
	text-align: center;
	font-family: 'RobotoMedium';
	font-size: 16px;
	color: #1da8e1;
	line-height: 1;
	border-radius: 4px;
	border: 1px solid #1da8e1;
	padding: 19px 0 0 27px;
	margin-top: 20px;
	letter-spacing: 0.05px;
	position: relative;
	cursor: pointer;
}
 .show-map-btn:before {
	content: '';
	background: url(../../i/app/page-main/show-map-btn.png) no-repeat;
	width: 18px;
	height: 18px;
	display: block;
	position: absolute;
	left: 33px;
	top: 18px;
}
 .show-map-btn.show:before {
	transform: rotate(180deg);
}
.show-map-btn:hover {
	opacity: .8;
}
.show-map-btn.show .show-map-btn-text-show {
	display: none;
}
.show-map-btn .show-map-btn-text-hidden {
	display: none;
}
.show-map-btn.show .show-map-btn-text-hidden {
	display: inline;
}
.truck-wrap {
	padding-top: 49px;
	padding-bottom: 45px;
}
.truck-item {
	background: #fff;
	box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.07);
	margin-bottom: 40px;
	padding: 22px 40px 3px;
	border-radius: 4px;
}
.truck-item span.title {
	font-family: 'RobotoBold';
	font-size: 23px;
	line-height: 1;
	color: #49535a;
	display: block;
	margin-bottom: 27px;
}
.truck-item .truck-row {
	overflow: hidden;
}
.truck-item .truck-row .img-col {
	float: left;
	width: 337px;
	max-height: 250px;
	margin-right: 40px;
	overflow: hidden;
}
.truck-item .truck-row .img-col img {
	width: 100%;
	border-radius: 4px;
}
.truck-item .truck-row .price-col {
	float: left;
	width: 337px;
}
.truck-item .truck-row .price-row {
	width: 100%;
	background: #f6f6f6;
	overflow: hidden;
	border-radius: 4px;
	height: 42px;
	margin-bottom: 11px;
	padding: 12px 10px 0 19px;
} 
.truck-item .truck-row .price-row span {
	font-family: 'RobotoRegular';
	font-size: 14px;
	line-height: 1;
	color: #737373;
}
.truck-item .truck-row .price-row span.price {
	font-family: 'RobotoBold';
	font-size: 15px;
	float: right;
	display: block;
	text-align: right;
}
.truck-item .truck-row .btn-col {
	float: right;
	width: 337px;
}
.truck-item .truck-row .btn-col span.num,
.truck-item .truck-row .btn-col a {
	display: block;
	width: 100%;
	height: 66px;
	display: block;
	border-radius: 4px;
	text-align: center;
	margin-bottom: 28px;
}
.truck-item .truck-row .btn-col span.num {
	font-family: 'RobotoRegular';
	font-size: 18px;
	line-height: 1;
	color: #8c8c8c;
	border: 1px solid #dcdcdc;
	padding: 23px 0 0;
}
.truck-item .truck-row .btn-col a.top-btn {
	font-family: 'RobotoBold';
	font-size: 20px;
	line-height: 1;
	color: #1da8e1;
	border: 2px solid #1da8e1;
	padding: 19px 0 0 30px;
	position: relative;
}
.truck-item .truck-row .btn-col a.top-btn:before {
	content: '';
	width: 16px;
	height: 16px;
	background: url(../../i/app/page-main/top-btn-before.png) no-repeat;
	position: absolute;
	left: 67px;
	top: 22px;
}
.truck-item .truck-row .btn-col a.tel {
	background: #f3ca31;
	font-family: 'RobotoBold';
	font-size: 25px;
	line-height: 1;
	color: #49535a;
	padding: 20px 0 0 34px;
	letter-spacing: 0.35px;
	position: relative;
}
.truck-item .truck-row .btn-col a.tel:before {
	content: '';
	width: 24px;
	height: 25px;
	background: url(../../i/app/page-main/tel-btn-before.png) no-repeat;
	position: absolute;
	left: 38px;
	top: 21px;
}
.truck-item .truck-row .btn-col a:hover {
	opacity: .8;
}
.add-ad-wrap {
	height: 122px;
	background: url(../../i/app/page-main/add-ad-bg.jpg) no-repeat;
	border-radius: 4px;
	margin-bottom: 40px;
	padding-left: 355px;
}
.add-ad-wrap .text {
	float: left;
	padding: 31px 0 0;
}
.add-ad-wrap .text span {
	display: block;
	font-family: 'RobotoRegular';
	font-size: 16px;
	line-height: 1;
	color: #beccd6;
}
.add-ad-wrap .text span.title {
	font-family: 'RobotoBold';
	font-size: 25px;
	line-height: 1;
	color: #fff;
	margin-bottom: 11px;
}
.add-ad-wrap a.add-btn {
	float: right;
	display: block;
	font-family: 'RobotoBold';
	font-size: 16px;
	line-height: 1;
	color: #fbfbfb;
	text-transform: uppercase;
	width: 269px;
	height: 52px;
	margin: 35px 40px 0 0;
	text-align: center;
	border-radius: 4px;
	background: #28b2ea;
	background: -moz-linear-gradient(top, #28b2ea 0%, #0e9bd5 100%);
	background: -webkit-linear-gradient(top, #28b2ea 0%,#0e9bd5 100%);
	background: linear-gradient(to bottom, #28b2ea 0%,#0e9bd5 100%);
	padding-top: 17px;
	letter-spacing: 0.7px;
}
.add-ad-wrap a.add-btn:hover {
	background: -moz-linear-gradient(bottom, #28b2ea 0%, #0e9bd5 100%);
	background: -webkit-linear-gradient(bottom, #28b2ea 0%,#0e9bd5 100%);
	background: linear-gradient(to top, #28b2ea 0%,#0e9bd5 100%);
}
a.read-more-btn {
	display: block;
	font-family: 'RobotoBold';
	font-size: 13px;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
	width: 220px;
	height: 46px;
	margin: 46px auto 0;
	text-align: center;
	border-radius: 4px;
	background: #28b2ea;
	background: -moz-linear-gradient(top, #28b2ea 0%, #0e9bd5 100%);
	background: -webkit-linear-gradient(top, #28b2ea 0%,#0e9bd5 100%);
	background: linear-gradient(to bottom, #28b2ea 0%,#0e9bd5 100%);
	padding-top: 16px;
}
a.read-more-btn:hover {
	background: -moz-linear-gradient(bottom, #28b2ea 0%, #0e9bd5 100%);
	background: -webkit-linear-gradient(bottom, #28b2ea 0%,#0e9bd5 100%);
	background: linear-gradient(to top, #28b2ea 0%,#0e9bd5 100%);
}
.how-call-wrap {
	background: #fff;
}
.how-call-wrap .how-call-bg {
	background-image: url(../../i/app/page-main/how-call-bg.jpg);
	background-repeat: no-repeat;
	background-position: 586px 26px;
	padding: 38px 0 29px;
}
.how-call-wrap .text-col {
	width: 50%;
}
.need-know-wrap {
	background-color: #1ea9e2;
	background-image: url(../../i/app/page-main/need-know-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom 63px;
	padding: 38px 0 451px;
}
.need-know-wrap .text-row {
	-webkit-columns: 500px 2;
	-moz-columns: 500px 2;
	columns: 500px 2;
}
.weight-wrap {
	background-color: #363f45;
	background-image: url(../../i/app/page-main/weight-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;;
	padding: 38px 0 0;
}
.weight-wrap .weight-row {
	padding-top: 23px;
}
.weight-wrap .weight-row:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}
.weight-wrap .weight-item {
	width: 565px;
	background: #fff;
	float: left;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 40px;
	padding: 0 20px;
	min-height: 394px;
	box-shadow: 0px 10px 30px 0px rgba(54, 63, 69, 0.15);
}
.weight-wrap .weight-item:nth-of-type(2n) {
	float: right;
}
.weight-wrap .weight-item img {
	margin: 0 -20px;
	display: block;
	margin-bottom: 11px;
}
.weight-wrap .weight-item span.title {
	display: block;
	font-family: 'RobotoBold';
	font-size: 18px;
	line-height: 22px;
	color: #49535a;
	margin-bottom: 9px;
}
.weight-wrap .weight-item p {
	font-size: 14px;
	color: #49535a;
	line-height: 20px;
}
.cost-wrap {
	background: #f6f6f6;
	padding-top: 25px;
	padding-bottom: 50px;
}
.cost-wrap .cost-row {
	overflow: hidden;
	padding: 35px 0 0;
}
.cost-wrap .cost-col {
	float: left;
	width: 25%;
	padding: 186px 20px 0;
	text-align: center;
}
.cost-wrap .cost-col span.title {
	display: block;
	font-family: 'RobotoBold';
	font-size: 16px;
	line-height: 22px;
	color: #49535a;
	margin-bottom: 10px;
}
.cost-wrap .cost-col p {
	font-size: 14px;
	color: #49535a;
	line-height: 20px;
}
.cost-wrap .cost-1 {
	background: url(../../i/app/page-main/cost-1.png) no-repeat;
	background-position: top center;
}
.cost-wrap .cost-2 {
	background: url(../../i/app/page-main/cost-2.png) no-repeat;
	background-position: top center;
}
.cost-wrap .cost-3 {
	background: url(../../i/app/page-main/cost-3.png) no-repeat;
	background-position: top center;
}
.cost-wrap .cost-4 {
	background: url(../../i/app/page-main/cost-4.png) no-repeat;
	background-position: top center;
}
.pay-time-wrap {
	background: #fff;
	padding: 50px 0 30px;
}
.pay-time-wrap .row {
	-webkit-columns: 565px 2;
	-moz-columns: 565px 2;
	columns: 565px 2;
}
.instruction-wrap {
	background: #1ea9e2;
}
.instruction-wrap ul.list {
	margin-top: -4px;
	margin-bottom: 26px;
}
.instruction-wrap ul.list li {
	margin-bottom: 21px;
}
.instruction-wrap .col {
	width: 50%;
	padding-right: 30px;
	padding-top: 48px;
}
.instruction-wrap .instruction-first {
	height: 698px;
	position: relative;
}
.instruction-wrap .instruction-first:after {
	content: '';
	height: 100%;
	width: 50%;
	left: 50%;
	top: 0;
	position: absolute;
	display: block;
	background: url(../../i/app/page-main/instruction-1.jpg) no-repeat;
}
.instruction-wrap .instruction-second {
	overflow: hidden;
	height: 698px;
	position: relative;
}
.instruction-wrap .instruction-second:after {
	content: '';
	height: 100%;
	width: 50%;
	right: 50%;
	top: 0;
	position: absolute;
	display: block;
	background: url(../../i/app/page-main/instruction-2.jpg) no-repeat;
	background-position: right;
}
.instruction-wrap .instruction-second .col {
	float: right;
	padding-left: 40px;
	padding-right: 0;
}
.instruction-wrap .instruction-last {
	background: #f6f6f6;
	padding: 51px 0 30px;
}
.advantages-wrap {
	background-color: #fff;
	background-image: url(../../i/app/page-main/advantages-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 46px 0 77px;
}
.advantages-wrap .advantages-col {
	width: 49%;
}
.advantages-wrap ul.list {
	margin-top: -14px;
}
.cost-call-wrap {
	padding-top: 46px;
	padding-bottom: 27px;
}
.cost-call-wrap ul.list {
	margin-top: -13px;
    margin-bottom: 31px;
}
.truck-capital-wrap {
	background: url(../../i/app/page-main/truck-capital-bg.jpg) no-repeat;
	background-position: center;
	padding: 47px 0 36px;
}
.navbar-toggle {
	display: none;
}
@media (max-width: 1279px) {
	.truck-item .truck-row .img-col {
		width: 200px;
		margin-right: 20px;
	}
	.truck-item .truck-row .price-col,
	.truck-item .truck-row .btn-col {
		width: 330px;
	}
	.add-ad-wrap {
		background-position: right;
		padding-left: 185px;
	}
	.how-call-wrap .how-call-bg {
		background-position: 515px 70px;
	}
	.weight-wrap .weight-item {
		float: none !important;
		margin: 0 auto 40px;
	}
	.instruction-wrap .col {
		width: 60%;
	}
	.instruction-wrap .instruction-first:after {
		width: 40%;
		left: 60%;
	}
	.instruction-wrap .instruction-second:after {
		width: 40%;
		right: 60%;
	}
}
@media (max-width: 1023px) {
	.add-ad-wrap a.add-btn {
		margin-right: 0;
	}
	.add-ad-wrap {
		padding: 0 20px;
	}
	.how-call-wrap .text-col {
		width: 70%;
	}
	.cost-wrap .cost-col {
		width: 50%;
		margin-bottom: 40px;
	}
	.instruction-wrap .col {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		float: none !important;
	}
	.instruction-wrap .instruction-first,
	.instruction-wrap .instruction-second {
		height: auto;
	}
	.instruction-wrap .instruction-first:after,
	.instruction-wrap .instruction-second:after {
		display: block;
		position: static;
		width: 100%;
		height: 300px;
		background-size: cover;
		background-position: center;
	}
	.truck-capital-wrap {
		background-size: cover;
	}
	.advantages-wrap {
		background-image: url(../../i/app/page-main/advantages-bg.png);
		background-size: 200px;
		padding-bottom: 200px;
	}
	.advantages-wrap .advantages-col {
		width: 100%;
	}
	.truck-item {
		width: 420px;
		margin: 0 auto 40px;
	}
	.truck-item .truck-row .img-col {
		margin: 0 auto 40px;
		float: none;
	}
	.truck-item .truck-row .price-col, 
	.truck-item .truck-row .btn-col {
		float: none;
		width: 100%;
		margin: 0 auto 20px;
	}
}

@media screen and (max-width: 850px) {
	.map-wrap .map-text span{
		font-size: 29px;
	}
}

@media (max-width: 767px) {
	.map-wrap.show,
	.map-wrap {
		height: auto;
	}
	.map-wrap::after {
		display: none;
	}
	.map-wrap .map-text {
		position: relative;
	}
	.map-wrap .map-text span{
		font-size: 23px;
		line-height: 33px;
		color: #43525a;
	}
	.map-wrap .map-text {
		background: none;
	}
	.map-wrap .map-text:after {
		display: none;
	}
	.map-wrap {
		background: none;
	}
	.map-wrap .show-map-btn {
		display: none;
	}
	.add-ad-wrap .text span {
		font-size: 13px;
	}
	.add-ad-wrap .text span.title {
		font-size: 20px;
		line-height: 30px;
	}
	.add-ad-wrap a.add-btn {
		font-size: 13px;
		width: 220px;
		height: 49px;
	}
	p {
		font-size: 14px;
		line-height: 20px;
	}
	h4 {
		font-size: 20px;
		line-height: 25px;
	}
	.how-call-wrap {
		padding-bottom: 40px;
	}
	.how-call-wrap .how-call-bg {
		background-size: 320px;
		background-position: center bottom;
		padding-bottom: 210px;
	}
	.how-call-wrap .text-col {
		width: 100%;
	}
	.need-know-wrap {
		background-size: 450px;
		padding-bottom: 200px;
	}
	.weight-wrap .weight-item {
		width: 320px;
		min-height: 1px;
	}
	.weight-wrap .weight-item img {
		height: 120px;
	}
	.weight-wrap .weight-item span.title {
		font-size: 16px;
	}
	.weight-wrap .weight-item p {
		font-size: 13px;
	}
	ul.list li, ul.list-num li {
		font-size: 14px;
		line-height: 20px;
	}
	ul.list-num li:before {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}
	ul.list-num li {
		padding-left: 40px;
	}
	ul.list-num li:before {
		top: -5px;
	}
}
@media (max-width: 639px) {
	.truck-wrap {
		padding: 0;
	}
	.add-ad-wrap {
		height: auto;
		overflow: hidden;
		background-size: cover;
		text-align: center;
		background-position: center;
	}
	.add-ad-wrap .text {
		float: none;
	}
	.add-ad-wrap a.add-btn {
		float: none;
		margin: 20px auto;
	}
	.cost-wrap .cost-col {
		width: 100%;
	}
	.cost-wrap .cost-col {
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 15px;
	}
	.weight-wrap .weight-item {
		margin-bottom: 20px;
	}
	.truck-wrap {
		padding-bottom: 20px;
	}
	.truck-item {
		width: 100%;
		padding: 22px 20px 3px;
	}
	.truck-item .truck-row .img-col {
		width: 100%;
		margin-bottom: 10px;
	}
	.truck-item span.title {
		font-size: 16px;
		line-height: 21px;
		margin-bottom: 15px;
	}
	.truck-item .truck-row .price-row span {
		font-size: 12px;
		display: inline-block;
		max-width: 68%;
	}
	.truck-item .truck-row .price-row span.price {
		font-size: 12px;
		line-height: 16px;
	}
	.truck-item .truck-row .price-row {
		padding: 12px 10px;
		min-height: 42px;
		height: auto;
	}
	.truck-item .truck-row .btn-col a.top-btn {
		height: 52px;
		font-size: 16px;
		padding: 15px 0 0 20px;
		margin-bottom: 10px;
	}
	.truck-item .truck-row .btn-col a.top-btn:before {
		left: 55px;
		top: 14px;
	}
	.truck-item .truck-row .btn-col span.num {
		height: 52px;
		font-size: 14px;
		margin-bottom: 10px;
		padding: 18px 0 0;
	}
	.truck-item .truck-row .btn-col a.tel {
		height: 52px;
		font-size: 20px;
		margin-bottom: 10px;
		padding: 14px 0 0 28px;
	}
	.truck-item .truck-row .btn-col a.tel:before {
		background-size: contain;
		width: 20px;
		height: 20px;
		left: 28px;
		top: 16px;
	}
	.truck-item .truck-row {
		display: flex;
		flex-flow: wrap;
	}
	.truck-item .truck-row .btn-col {
		margin: 0;
	}
	.truck-item .truck-row .price-col {
		order: 3;
	}
	.navbar-toggle {
		display: block;
		position: absolute;
		right: 20px;
		top: 5px;
		z-index: 999999;
	}
	.navbar-toggle span {
		display: block;
		background: #9fb2bc;
		border-radius: 2px;
		height: 4px;
		width: 22px;
		margin: 4px 0;
		transition: .5s;
	}
	.navbar-toggle.active span:first-of-type {
		transform: rotate(45deg);
		top: 8px;
		position: relative;
	}
	.navbar-toggle.active span:last-of-type {
		transform: rotate(135deg);
		top: -8px;
		position: relative;
	}
	.navbar-toggle.active span:nth-of-type(2) {
		opacity: 0;
	}
	.header-top ul {
		position: absolute;
		right: 0;
		top: 0;
		height: 100vh;
		background: #fff;
		padding: 70px 20px 60px 40px;
		width: 320px;
		margin: 0;
		z-index: 999;
	}
	.header-top ul a,
	.header-top ul a:link {
		font-family: 'RobotoBold';
		font-size: 16px;
		line-height: 1;
		color: #00aae4;
	}
	.header-top ul li {
		margin: 0;
		display: block;
		margin-bottom: 38px;
	}
}

@media screen and (max-width: 850px) {
	.mainmap__container {
		display: block;
	}
}

@media screen and (max-width: 767px) {
	.mainmap__container {
		display: none;
	}
	
	.show-map-btn {
		display: none;
	}
}
