.contact__info p, .career__info p{
	margin: 0;
}
.contact__info-ul, .contact__info-uls, .career__info-ul {
	list-style: none;
	padding-inline-start: 0px;
}
.contact__info-ul li, .career__info-ul li{
	display: inline-block;
}
.contact__info-ul{
	padding-left: 0;
}
.contact__info-uls {
	display: inline-block;
	padding-left: 0;
}
.contact__info-ul, .contact__info-list, .career__info-ul {
	display: flex;
	justify-content: space-between;
}

.contact__form input, .contact__form button {
	margin-top: 0.9375rem;
	margin-bottom: 0.9375rem;
}
.contact__form-control {
	position: relative;
	display: flex;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: 0;
	font-size: inherit;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: inherit;
	background-clip: padding-box;
	border: 0;
	border-bottom: 4px solid #E72623;
	border-radius: 0;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.contact__form-control .form-control{
	border: none;
	background: transparent;
	margin: 0;
	width: calc(100% - 150px);
	color: #777;
}
.contact__form-control .form-control:focus{
	background-color: #eaeaea !important;
	box-shadow: none;
	border: none;
}
.contact__form-control .label{
    color: #495057;
    margin-bottom: 0;
    padding: .375rem 0;
}
.mt-checkbox>span, .mt-radio>span {
	border: 1px solid transparent;
	position: absolute;
	top: 12px;
	left: 25px;
	height: 18px;
	width: 18px;
	border-radius: 5px !important;
}
.mt-checkbox>span:after {
	left: 6px;
	top: -2px;
	width: 10px;
	height: 16px;
	border: solid #333;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
.contact__form-verification {
	position: absolute;
	right: 0;
	top: 7px;
}
.contact__form button {
	height: calc(1.5em + .75rem + 11px);
	border-radius: 0;
	width: 49%;
	color: #ffffff;
}
.contact__form .btn-reset {
	background: #d8d8d8;
}
.contact__form .btn-submit {
	background: #E72623;
}

.career__info-txt {
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.advantages__breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin: 0 auto 1rem;
  list-style: none;
  border-radius: .25rem;
}
.product_i-bg {
	background: transparent linear-gradient(90deg, #E3E6EA 0%, #E3E6EA 18%, #A7B0B7 100%) 0% 0% no-repeat padding-box;
	max-height: 748px;
}
.product_i-txt {
	line-height: 2;
}

.table td, .table th {
  padding: .75rem;
  vertical-align: top;
  border: 2px solid #eaeaea;
}
.table-overflow {
	width: calc(100% - 150px);
	overflow: auto;
	position: relative;
}
.product_i-table {
  max-width: 1020px;
  width: calc(100% - 10px);
	table-layout: fixed;
  transition: all 300ms ease-out 0s;
  margin: 0 auto;
}
.product_i-table {
	white-space: nowrap;
}
.product_i-table td{
	background: #aaaaaa;
}

.table-top {
  display: block;
  width: 100%;
  height: 19px;
  background: #555555;
  margin-bottom: 7px;
  margin-top: 0;
  padding: 0 !important;
}
/* .table-before::before {
	content: "";
	display: block;
	width: 100%;
	height: 15px;
	background: #555555;
	margin-bottom: 9px;
  margin-top: 2px;
} */
.table-before th, .table-before td{
	border-left: 0;
}
/* checkbox */
.label-checkbox {
	cursor: pointer;
	display: inline;
}

.checkbox {
	cursor: pointer;
	position: relative;
	width: 1rem;
	height: 1rem;
	font-size: 0.9rem;
  border: 1px solid #333333;
	visibility: hidden;
  background-color: #ffffff;

  }
.checkbox::after {
	content: '';
  position: absolute;
  top: 0;
  background-color: #ffffff;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  visibility: visible;
  padding-left: 0px;
  text-align: center;
  border-radius: 0;
  border: 1px solid #333333;
  }

.checkbox:checked::after {
	content: "✓";

	}


/* scroller */
.mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #E72420;
	width: 8px;
}
.mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #DDDDDD;
	width: 8px;
}

.mCS-my-theme2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #E72420;
	height: 15px;
	border-radius: 0;
	margin: 0;
}
.mCS-my-theme2.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #AAAAAA;
	border-radius: 0;
}
.mCS-my-theme2.mCSB_scrollTools .mCSB_draggerContainer{
	background-color: #AAAAAA;
	height: 15px;
}
.mCS-my-theme2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-my-theme2.mCSB_scrollTools .mCSB_buttonRight {
	background-color: #E72420;
	opacity: 1;
	width: 15px;
	height: 15px;
}
.mCS-my-theme2.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -63px -41px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #E72420;
}
.mCS-my-theme2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -62px -56px;
}
.mCS-my-theme2.mCSB_scrollTools {
	position: absolute;
	top: 0;
}

.mCS-my-theme2.mCustomScrollBox{
	padding-top: 26px;
}
.mCS-my-theme2.mCSB_horizontal.mCSB_inside .mCSB_container{
	margin-bottom: 0px;
}

@media (max-width: 991px){
	.contact__info-ul{
		display: block;
	}
}

@media screen and (max-width: 767px) {
	.mCS-my-theme2.mCSB_scrollTools {
    position: relative;
    top: -457px;
	}
	.table-before th, .table-before td{
		height: 40px;
	}
	.product_i-table td{
		height: 40px;
	}
	.table-before tbody{
		transform: translateY(-20px);
	}
}