
.error-section ul {
	margin: 0;
	padding: 0;
}

.error-section .error-div li {
	padding: 5px;
	background: #a31f34;
	color: #fefefe;
	width: 100%;
	float: left;
	box-sizing: border-box;
}
.header {
  width: 100%;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(223, 226, 227, 0.5);
  -moz-box-shadow: 0px 5px 10px 0px rgba(223, 226, 227, 0.5);
  box-shadow: 0px 5px 10px 0px rgba(223, 226, 227, 0.5);
  clear: left;
}

@media (min-width: 992px){
	.header {
		padding: 25px 15%;
		
	}
	.container-fluid {
		margin-left: -60px !important;
	}
}

@media (max-width: 991px){
	.header {
		padding: 25px 0px;
	}
}
.header .header__logo {
  display: inline-block;
  vertical-align: middle;
}
.header .header__logo a {
  display: block;
}
.header .header__logo a img {
  width: 100%;
  max-width: 105px;
  display: block;
}
.header .header_part-view {
  width: 100%;
  max-width: 551px;
  min-width: 350px;
  display: inline-block;
  position: relative;
  margin-top: 10px;
}
.header .header_part-view .header_part-view-item {
  width: 25%;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin-top: -9px;
}
.header .header_part-view .header_part-view-item .header_part-view-item-circle {
  position: relative;
  text-align: center;
  font-family: sans-serif;
}
.header .header_part-view .header_part-view-item .header_part-view-item-circle::before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.header .header_part-view .header_part-view-item .header_part-view-item-circle::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  right: 0;
  top: 5px;
  margin: auto;
  display: none;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.header .header_part-view .header_part-view-item span {
  font-size: 10px;
  font-weight: 700;
  display: block;
}
.header .header_part-view .header_part-view-item.header_part-view-item--completed .header_part-view-item-circle::after {
  content: "";
  width: 9px;
  height: 9px;
  display: inline-block;
}
.header .header_part-view .header_part-view-item.header_part-view-item--active .header_part-view-item-circle::after {
  display: block;
}
.header .header_part-view .header_part-view-item:first-child {
  width: auto;
  float: left;
  margin-left: -30px;
  max-width: 70px;
}
.header .header_part-view .header_part-view-item:last-child {
  width: auto;
  float: right;
  margin-right: -30px;
  max-width: 70px;
}
.header .header_part-view::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
}
.header .header__login-button {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
}
.header .header__login-button .icon-line-arrow-blue-up::before,
.header .header__login-button .icon-line-arrow-blue-down::before {
  width: 8px !important;
  height: 4px !important;
}

body.body-ie .header .header_part-view .header_part-view-item .header_part-view-item-circle::after {
  top: 4px;
}

.left-content {
	min-width:340px;
}