.box-banner {
	max-width: 1024px;
	margin: 0 auto 120px auto
}

.box-banner img {
	width: 100%;
}

.box_tabs {
	margin-bottom: 150px;
}

.delivery-page.two_coll {
	margin-top: 40px;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
}

.delivery-page:not(.two_coll) {
	text-align: center
}

.delivery-page:not(.two_coll)>div {
	padding-bottom: 120px;
	max-width: 1048px;
	margin: 0 auto;
	position: relative;
	font-size: 20px;
	line-height: 28px;
}

.delivery-page:not(.two_coll)>div:not(:first-child) {
	padding-top: 120px;
}

.delivery-page:not(.two_coll)>div:not(:last-child)::after {
	content: '';
	border: 1px dashed #C2C9D8;
	height: 1px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 50%;
	max-width: 800px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.title-box {
	padding: 0px 0 30px 0;
	font-size: 24px;
	font-weight: bold;
}

.table_in_box {
	max-width: 1048px;
	margin: 0 auto;
	display: table;
	width: 100%;
	margin-bottom: 120px;
}

.table_inner {
	border: 1px solid #E3E7F0;
	overflow: hidden;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
	border-radius: 16px;
}

.table_in_box table {
	width: 100%;
}

.table_in_box table thead {
	background: #E8ECF5;
	border-bottom: 1px solid #E3E7F0;
}

.table_in_box table tbody tr:not(:last-child) {
	border-bottom: 1px solid #E3E7F0
}

.table_in_box table td {
	padding: 11px;
	font-size: 15px;
}

.icons-tabs {
	max-width: 1048px;
	margin: 0 auto;
}

.icons-tabs .icons-inner {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	position: relative;
}

.icons-inner>div {
	width: 25%;
	padding: 10px;
}

.icons-inner div div {
	font-size: 20px;
	font-weight: 500;
	margin-top: 20px;
	text-align: center
}

.icons-inner div .icon {
	display: table;
	margin: 0 auto;
	padding: 0px 20px;
	z-index: 5;
	background: #fff;
	position: relative;
}

@media(min-width:981px) {
	.icons-inner::after {
		content: '';
		position: absolute;
		z-index: 1;
		top: 40px;
		left: 10%;
		right: 10%;
		height: 1px;
		border: 1px dashed #C2C9D8;
	}
}

@media(max-width:980px) {
	.icons-inner {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
	}

	.icons-inner>div {
		width: 50%;
		margin-bottom: 25px;
	}
}

@media(max-width:640px) {
	.icons-inner>div {
		width: 100%;
	}
}

.delivery-page h2 {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 21px;
	line-height: 44px;
}

.delivery-text {
	max-width: 1048px;
	margin: 0 auto;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 120px;
}

.title {
	margin-top: 60px;
	font-size: 19px;
	margin-bottom: 19px;
}

.delivery-page b {
	display: block;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 19px;
}

.delivery-page.two_coll p {
	font-size: 16px;
	font-weight: 500;
	line-height: 36px;
	margin-bottom: 24px;
}

.box_tabs .box_title {
	text-align: center;
	font-size: 34px;
	line-height: 41px;
	margin-bottom: 30px;
}

.box-limiter {
	width: 100%;
}

.tabs {
	border-bottom: 1px solid #EFEDF5;
	margin-bottom: 35px;
}

.tabs .box-limiter {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
}

@media(max-width:1024px) {
	.box-limiter:not(.active) .col-table {
		height: 500px;
		overflow: hidden;
		margin-bottom: 15px;
		max-height: 500px;
	}
}

.tabs .tab {
	line-height: 38px;
	font-size: 18px;
	padding-bottom: 17px;
	margin-right: 48px;
	white-space: nowrap;
}

.tabs .tab:not(.active) {
	cursor: pointer
}

.tabs .tab:not(.active):hover {
	color: #686984;
}

.tabs .tab.active {
	font-weight: 700;
	border-bottom: 1px solid #1D2126
}

.delivery-right iframe {
	margin-top: 12px;
}

@media(min-width:981px) {
	.delivery-left {
		padding-right: 5%;
		width: 60%;
	}

	.delivery-right {
		width: 40%;
	}
}

@media(max-width:980px) {
	.title {
		margin-top: 26px;
		font-size: 14px;
		margin-bottom: 16px;
	}

	.delivery-page {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		margin-bottom: 15px;
	}

	.delivery-right, .delivery-left {
		width: 100%
	}

	.delivery-page h2 {
		font-size: 18px;
		margin-bottom: 16px;
		line-height: 31px;
	}

	.delivery-page p, .delivery-page b {
		font-size: 14px;
		line-height: 25px;
		margin-bottom: 16px;
	}

	.delivery-page:not(.two_coll):not(:first-child)>div {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

@media(max-width:550px) {

	.tabs .box-limiter {
		overflow-x: scroll
	}


}