.milestonesHeader {
	height: 486px;
	color: #fff;
	position: relative;
	margin-top: 90px;
	overflow: hidden;
	background: #EE2D3C;	
}

.milestonesHeader {
	text-align: center;
}

.milestonesHeader-logo {
	width: 358px;
	height: auto;
	margin: 90px 0 50px 0;
}



.milestonesHeader-title {
	color: #FFFFFF;
	font-family: Helvetica;
	font-size: 30px;
	font-weight: bold;
	line-height: 35px;
	text-align: center;
	text-transform: uppercase;
}

.milestonesHeader-title:after {
	content: '';
	width: 80px;
	height: 3px;
	background: #fff;
	display: block;
	margin: 40px auto
}

.section-shadow {
	box-shadow: 0 10px 20px 0 inset rgba(0,0,0,0.8);	
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 -20px -40px -20px;

}

.milestonesHeader:before {
	display: block;
	background: #fff;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 50px;
}


.milestonesHeader:after {
	display: block;
	width: 30px;
	height: 30px;
	content: '';
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: rotate(45deg);
	margin: 0 0 -15px -15px;
	background: #EE2D3C;	
	z-index: 10;
}

.milestonesContent {
	margin-top: -50px;
	padding: 100px 0;
	color: #fff;
	position: relative;
}

.milestonesContent-title {
	margin: 20px 0 60px 26px;	
	text-transform: uppercase;
}

.milestonesContent-bg-right {
	position: absolute;
	width: 50%;
	top: 0;
	right: 0;
	bottom: 0;
	background: #000;	
}

.milestonesBlock {
	position: relative;
	margin: 0 0 60px 0;
	padding: 0 0 0 25px;
}

.milestonesBlock:before {
	width: 36px;
	height: 36px;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -28px;
	border: 7px solid #fff;
	border-radius: 50%;
	background: #B0B0B0;
}

.milestonesBlock:after {
	width: 18px;
	height: 18px;
	content: '';
	display: block;
	position: absolute;
	top: 9px;
	left: -19px;
	border: 5px solid #fff;
	border-radius: 50%;
	background: #EE2D3C;
}

.milestonesBlock-logo {
	position: absolute;
	right: calc(100% + 100px);
	padding-top: 15px;
}

.milestonesBlock-logo img{
	transform: translate(0,-50%);
  margin-top: 3px;
}

.milestonesBlock-logo:after {
	width: 18px;
	height: 18px;
	content: '';
	display: block;
	position: absolute;
	top: 17px;
	left: calc(100% + 10px);
	width: 74px;
	height: 2px;
	background: #B0B0B0;
}



/*================================================== Tablet / Mobile =========================================================*/
@media (max-width: 839px) {
  
  .milestonesHeader {
  	margin-top: 48px;
  }
  
  .milestonesContent {
  	padding: 0 0 100px 0;
  }
  
  .milestonesHeader .section-shadow {
    box-shadow: 0 0 0 0 rgba(0,0,0,0);  
  }
  
  .milestonesHeader-logo {
  	max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .milestonesContent-bg-left, .milestonesContent-bg-right {
  	display: none;
  }
  
  .milestonesBlock {
  	padding: 30px 0;
    margin: 0;
    margin: 0 -10px;
    box-shadow: 0 20px 10px 0 inset rgba(0,0,0,0.32);
  }
  
  .milestonesBlock-circle  {
  	display: none;
  }
  
  .milestonesBlock:before {
    display: none;
  }

  .milestonesBlock:after {
    display: none;
  }  
  
  .milestonesBlock-logo {
  	position: static;
    margin: 30px auto;
    width: auto;
    display: block;
    text-align: center;
  }
  
  .milestonesBlock-logo:after {
  	display: none;
  }
  
  .milestonesBlock-text {
  	padding: 0 40px 10px 40px;
    color: #000;
  }
  
  .block__1.logo__4 {
  	text-align: center;
  }
  
  .block__1.logo__4 .milestonesBlock-logo img{
  	width: 65%;
    height: auto;
  }
  
  .milestonesContent-title {
    box-shadow: 0 20px 10px 0 inset rgba(0,0,0,0.32);
  	text-align: center;
    color: #000;
    padding: 40px 40px;
    margin: 0 -10px;
  }
  
  .milestonesBlock.block__2.logo__1 {
  	box-shadow: 0 0 0 0 rgba(0,0,0,0);
    padding-top: 0;
  }
}

/*====================================================== Mobile ===========================================================*/
@media (max-width: 419px) {

}
