.group::after, .tabBlock-tabs::after {
	clear: both;
	content: "";
	display: table;
}


/**, ::before, ::after {
box-sizing: border-box;
}*/



ol, ul {
	margin:0;
	padding:0;
}



.unstyledList, .tabBlock-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tabBlock-tabs {
	text-align:left;
	/*background-color:rgba(157, 21, 26, 0.7);*/

}
.tabBlock {
  margin: 0 0 25px 0;
}

.tabBlock-tab {
	background-color:#EBEBEB;
	border-right:1px solid #fff;
	color: #000;
	cursor: pointer;
	float: left;
	padding: 18px;
	position: relative;
	transition: 0.1s ease-in-out;
	margin:0;
	font-size:11px;
	text-transform:uppercase;
	width:auto;
   -webkit-box-sizing: border-box;
	-mox-box-sizing: border-box;
	box-sizing: border-box;
  

  
}
.tabBlock-tab:last-child{
	border-right:0;
	}
/***********/





/*.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 {
	background-color:#0D608A;
	color:#000;
}
.tabBlock-tab.is-active {
 position: relative;
 color: #FFF;
 z-index: 1;
 background-color: #0D608A;
}
/*.tabBlock-tab.is-active::before {
  background-color: #d870a9;
}
.tabBlock-tab.is-active::after {
  background-color: white;
}
*/
.tabBlock-content {
	background-color:#F7F7F7;
  /*border: 2px solid #d8d8d8;*/
	padding: 34px;
	overflow:hidden;


}

.tabBlock-pane > :last-child {
  margin-bottom: 0;
  overflow:hidden;
}



.icon01{
	background-image: url(../images/icons/icon05.png);
}

.icon02{
	background-image: url(../images/icons/icon06.png);
}

.icon03{
	background-image: url(../images/icons/icon07.png);
}

.icon04{
	background-image: url(../images/icons/icon08.png);
}

.icon05{
	background-image: url(../images/icons/icon09.png);
}

.icon06{
	background-image: url(../images/icons/icon10.png);
}
.icon01, .icon02, .icon03, .icon04, .icon05, .icon06, .icon07{
	background-repeat: no-repeat;
	background-position: left top;
	margin:0 0 15px 0;
	padding:0 0 10px 34px;
	line-height:normal;
	display:block;
}








/***********************640px *************************************/
@media only screen and (max-width: 980px) {



.tabBlock-tab {
	padding: 20px 10px;
	font-size:12px;
	border-right:0;
	width:100%;
	margin:0 0 1px 0;

}


}

/***********************640px *************************************/
@media only screen and (max-width: 360px) {



}