.itworksHeader {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	color: #fff;
}

.itworksHeader-wrapper {
	height: 694px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.itworksHeader-title {
	font-size: 30px;
  margin: 0 0 10px 0;
}

.itworksHeader-content {
	background: #000;
	padding: 26px 26px 42px 26px;
	font-size: 15px;
	line-height: 25px;
}

.itworksContent-title {
    font-size: 30px;
    font-weight: bold;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
    margin: 80px 0 0 0;
    padding: 0 0 0 0;
    font-weight: 300;
}

.itworksContent-title:after {
	display: block;
	content: '';
	width: 77px;
	height: 3px;
	background: #000;
	margin: 30px auto 117px auto;
}

.itworksContent {
	text-align: center;
}

.itworksContent-scheme-wrapper {
	max-width: 100%;
	overflow: auto;
}


.itworksContent-scheme {
  display: inline-block;
	position: relative;
}

.itworksContent-scheme-link {
	position: absolute;
  display: block;
  background: transparent;
  opacity: 0.3;
}

.logged-in .itworksContent-scheme-link {
  background: red;
}

.itworksSeparator {
	background: red;
  height: 139px;
  position: relative;
  overflow: hidden;
  background-color: #CA2432;
  background-image: url(http://test.precision-frontiers.com/wp-content/uploads/2018/12/itworks-separator-2.jpg);
  background-position: left top;
  background-size: auto 100%;
  background-repeat: no-repeat;
  text-align: center;
  padding: 50px 0 0 0;
  margin: 60px 0 140px 0;
}

.itworksSeparator:after {
	position: absolute;
  height: 25px;
  width: 25px;
  content: '';
  display: block;
  background:  #fff;
  top: -12px;
  left: 50%;
  transform: rotate(45deg);
  margin-left: -16px;
}

.itworksSeparator-button.page-button {
	height: 40px;
	border-radius: 20px;
	border: 1px solid #000;
  border-top-color: rgb(0, 0, 0);
  border-right-color: rgb(0, 0, 0);
  border-bottom-color: rgb(0, 0, 0);
  border-left-color: rgb(0, 0, 0);
  font-size: 10.0px;
  text-align: center;
  line-height: 12.0px;
  display: inline-block;
  padding: 13px 40px 0 40px;
  box-sizing: border-box;
  text-transform: uppercase;
  text-decoration: none;
  border-color: #fff !important;
  color: #fff !important;
  cursor: hover;
}

.itworksSeparator-button.page-button:hover {
	background-color: #ac1d29;
}

  .itworksContent-scheme-img.is__mobile {
  	display: none;
  }



@media (max-width: 991px) {
  .itworksContent-scheme-img {
  	max-width: 100%;
  }
}


@media (max-width: 839px) {

  .itworksHeader {
    margin-top: 47px;
  }

  .itworksHeader-wrapper {
  	height: auto;
    padding-top: 150px;
  }

  .itworksContent-scheme {
  	text-align: center;
    display: block;
  }

  .itworksContent-scheme-img.is__desktop {
  	display: none;
  }

  .itworksContent-scheme-img.is__mobile {
  	display: block;
    margin: auto;
  }

}

.col-centered {float: none; margin: 0 auto;}

.singlePicture {margin-bottom:15px;}
.singlePicture img { max-width: 100%; }
.howBlock {margin-bottom: 15px; color: #636E7B;}
.howBlock .howTextTitle {text-transform:uppercase; margin-bottom: 5px; font-size: 16px; cursor: pointer; font-weight: bold;}
.howBlock .howTextTitle:hover { color: #EE2D3C;}

.howBlock .extraTitle {font-weight: 600;}
.howBlock a {text-decoration: underline; color: #636E7B;}
.howBlock .howTextContent {font-size: 13px; line-height: 20px;}
.howBlock .extraText {font-size: 15px; margin-bottom: 0; line-height: 20px;}
.howTextSep {width: 3px; margin: 0 auto; background-repeat: repeat-y; background-position: top center; background-size: 50% 100%;}
.hide-First {display: none;}

.sidehowBlock .singlePicture {margin-bottom: 30px;}
.sidehowBlock .singlePicture.one-Line-Img {margin-top: 30px;}
.sidehowBlock .howBlock {padding:0 5%;}
.sidehowBlock .howBlock .howTextContent {margin-bottom: 15px;}

.how-Last-Block {margin-top: 30px;}
.how-Last-Items {padding-top: 30px; background: url(../images/how/last_bg2.png) top center no-repeat;}
.how-Last-Items img {margin-bottom: 10px;}
.how-Last-Items p {text-transform: uppercase; font-size: 13px;}

@media (min-width: 992px) {
	.how-Blocks-Nums {background: url(../images/how/all_bg.png) center 25px no-repeat;}
}

@media (min-width: 839px) {
	.allWidthPicture {width: 100%; height: auto;}
	.sidehowBlock {margin-top: 150px;}
	.sidehowBlock .howBlock {min-height: 228px; overflow: hidden;}
}

@media (max-width: 991px) {
	.how-Last-Items {padding-top: 30px; background: url(../images/how/last_bg_ed.png) top center no-repeat;}
}

@media (max-width: 839px) {
	.how-Blocks-Nums {display: flex; flex-wrap: wrap;}
	.how-Blocks-Nums > .col {width:100%;}
	.how-Last-Items {padding-top: 130px;}
}

@media (max-width: 640px) {
	.allWidthPicture {width: 100%; height: auto;}
}
