.group::after, .tabBlock-tabs::after {
  clear: both;
  content: "";
  display: table;
}

*, ::before, ::after {
  box-sizing: border-box;
}



ol, ul {
	margin:0;
	padding:0;
	list-style:none;
	padding:0;
}



.unstyledList, .tabBlock-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tabBlock, .tabBlock-tabs {
  margin: 0;
  text-align:center;
  width:100%;
  float:left;
}
.tabBlock-tabs {
	text-align:center;
	text-transform:uppercase;
	border-bottom:1px solid rgba(0 ,0, 0 ,0.2);


}
.tabBlock-tab {
  cursor: pointer;
  float: none;
  display:block;
  padding:20px 20px;
  position: relative;
  transition: 0.1s ease-in-out;
  margin:0;
  font-size:16px;
  font-weight:600;
  text-align:center;
  float:left;

 

}


/***********/





/*.tabBlock-tab:last-of-type {
  border-right-style: solid;
}
.tabBlock-tab::before, .tabBlock-tab::after {
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  transition: 0.1s ease-in-out;
}
/*.tabBlock-tab::before {
  background-color: #ed87bd;
  left: -2px;
  right: -2px;
  top: -2px;
}
.tabBlock-tab::after {
  background-color: transparent;
  bottom: -2px;
  left: 0;
  right: 0;
}*/
.tabBlock-tab:hover, .tabBlock-tab.is-active:hover {
 background-color:#5EBB47;
   color: #FFF;
}
.tabBlock-tab.is-active {
  position: relative;
  color: #5EBB47;;
  z-index: 1;
  /*background-color:#62A545;*/
  /*border-top:4px solid #62A545;*/

}

.tabBlock-tab.is-active:after{
	position:absolute;
	z-index:2;
	left:0;
	bottom:0;
	background-color:#5EBB47;
	content:'';
	width:100%;
	height:4px;


}
/*.tabBlock-tab.is-active::before {
  background-color: #d870a9;
}
.tabBlock-tab.is-active::after {
  background-color: white;
}
*/
.tabBlock-content {
	
  /*border: 2px solid #d8d8d8;*/
	overflow:hidden;
	width:100%;
	float:left;
	text-align:left;
	padding:20px 0 0 0;
	color:#fff;
}


.tabBlock-pane > :last-child {
  margin-bottom: 0;
  overflow:hidden;
}

/***********************640px *************************************/
@media only screen and (max-width: 1180px) {
.tabBlock-tab {
  padding: 0;
  font-size:12px;
  border-right:0;
 width:100%;
 	/*margin:0 0 1px 0;*/
	border-bottom:1px solid rgba(255 ,255, 255, 0.2);

}
.tabBlock-tabs{
	width:20%;
	text-align:left;
	background-color:#BF002D;
}
.tabBlock-content {
		border-top:0;
		width:80%;
		float:left;
		padding:0 0 0 20px;
}
.tabBlock-tab.is-active {
  	 background-color:#E9C500;
   color: #000;
	/*border-bottom:1px solid #62A545;*/

}
.tabBlock-tab.is-active:after{
	display:none;


}
}

