.transport-text {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 220%;
	color: #000000;
	padding-top: 10px;
}
.transport-text p {
	margin: 0;
}
table th, table td {
    padding: 5px 10px;
}
.transport-table {
	padding: 20px 0;
}
.transport-table > table > thead {
	font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 11px;
    align-items: center;
    text-align: center;
    color: #969696;
    background: #F3F3F3;
}
.transport-table > table > thead > tr > th {
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 11px;
	align-items: center;
	text-align: center;
	color: #969696;
	padding: 20px 0;
}
.transport-table > table > tbody > tr > td {
	vertical-align: top;
}
.transport-table > table > tbody > tr > td:nth-child(1),
.transport-table > table > tbody > tr > td:nth-child(2),
.transport-table > table > tbody > tr > td:nth-child(3),
.transport-table > table > tbody > tr > td:nth-child(5),
.transport-table > table > tbody > tr > td:nth-child(6),
.transport-table > table > tbody > tr > td:nth-child(7),
.transport-table > table > tbody > tr > td:nth-child(8) {
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 140%;
	color: #202020;
}
.transport-table > table > tbody > tr > td:nth-child(4) {
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 140%;
	color: #202020;
}
.transport-table > table > tbody > tr {
	border: 1px solid #ebebeb;
}
.transport-table > table > tbody > tr > td:nth-child(5) > a,
.transport-table > table > tbody > tr > td:nth-child(6) > a {
	color: #80B144;
}
.transport-table > table > tbody > tr > td > p {
	margin: 0;
}
.transport-text-affter-table {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 140%;
	color: #000000;
}
.transport-kontragent {
	padding-left: 25px;
}
.item-list {
	margin-bottom: 5px;
}
.item-list::before {
	content: url(/wp-content/themes/kernel/images/marker.svg);
	margin-right: 10px;
	margin-left: -25px;
}
.transport-title {
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 140%;
	color: #000000;
	padding: 15px 0;
}
.transport-list-benefits {
	margin-bottom: 20px;
	padding-left: 25px;
}
.transport-text-affter-table {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 140%;
	color: #000000;
}
@media (max-width: 992px) {
	#Content {
		padding: 0 15px;
	}
	.transport-table {
		overflow-x:auto;
	}
}
