/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 17 2020 | 03:56:51 */
.step-bar {
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
}
.step-bar__item {
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  text-decoration: none;
  color: #333;
  background-color: #dfdfdf;
  text-align: center;
  position: relative;
  border-right: 2px solid #fff;
  line-height: 18px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
	
}


.step-bar__item a,
.step-bar__item a:visited,
.step-bar__item a:hover {
  display: block;
  padding: 10px 15px 9px 25px;
 /* text-decoration: none;*/
  color: #333;
font-size: 14px;
font-weight: 600;
	
}
.step-bar__item:before,
.step-bar__item:after {
  content: "";
  height: 0;
  width: 0;
  border-width: 29px 0 29px 29px;
  border-style: solid;
  position: absolute;
  left: 100%;
  top: 0;
}
.step-bar__item:before {
  border-color: transparent transparent transparent #fff;
  left: 0;
}
.step-bar__item:after {
  border-color: transparent transparent transparent #dfdfdf;
  z-index: 1;
}
.step-bar__item:first-child:before {
  display: none;
}
.step-bar__item:last-child {
  border-right: none;
}
.step-bar__item:last-child:after {
  display: none;
}
.step-bar__item:hover {
  background-color: #d4d4d4;
}
.step-bar__item:hover:after {
  border-left-color: #d4d4d4;
}



/* step-bar__item no link */
.step-bar__item_nolink {
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  text-decoration: none;
  color: #333;
  background-color: #dfdfdf;
  text-align: center;
  position: relative;
  border-right: 2px solid #fff;
  line-height: 38px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
 pointer-events: none;
}


.step-bar__item_nolink a,
.step-bar__item_nolink a:visited,
.step-bar__item_nolink a:hover {
  display: block;
  padding: 10px 15px 9px 25px;
 /* text-decoration: none;*/
  color: #333;
font-size: 14px;
font-weight: 600;
	
}
.step-bar__item_nolink:before,
.step-bar__item_nolink:after {
  content: "";
  height: 0;
  width: 0;
  border-width: 29px 0 29px 29px;
  border-style: solid;
  position: absolute;
  left: 100%;
  top: 0;
}
.step-bar__item_nolink:before {
  border-color: transparent transparent transparent #fff;
  left: 0;
}
.step-bar__item_nolink:after {
  border-color: transparent transparent transparent #dfdfdf;
  z-index: 1;
}
.step-bar__item_nolink:first-child:before {
  display: none;
}
.step-bar__item_nolink:last-child {
  border-right: none;
}
.step-bar__item_nolink:last-child:after {
  display: none;
}
.step-bar__item_nolink:hover {
  background-color: #d4d4d4;
}
.step-bar__item_nolink:hover:after {
  border-left-color: #d4d4d4;
}
/* step-bar__item_nolink */

.step-bar__item_active {
  background-color: #268ac8;
  color: #fff;
  cursor: default;
  font-weight: bold;
  pointer-events: none;
}
.step-bar__item_active a,
.step-bar__item_active a:visited,
.step-bar__item_active a:hover {
  text-decoration: none;
  color: #fff;
}
.step-bar__item_active:after {
  border-color: transparent transparent transparent #268ac8;
}
.step-bar__item_active:hover {
  background-color: #a6ce39;
}
.step-bar__item_active:hover:after {
  border-left-color: #a6ce39;
}
.step-bar_size_xl .step-bar__item a,
.step-bar_size_xl .step-bar__item a:visited,
.step-bar_size_xl .step-bar__item a:hover {
  padding: 10px 31px 9px 53px;
}
.step-bar_size_xl .step-bar__item:before,
.step-bar_size_xl .step-bar__item:after {
  border-width: 27px 0 27px 27px;
}