.tabs_bonds {
	background: url(https://content-wg.gcdn.co/locdoc/sabaton/img/bg.jpg) center 0 no-repeat;
	background-size: cover;
	max-width: 703px;
	margin: 0 auto;
}
.bonds_1 { border-bottom: 3px solid #8345b2; }
.bonds_2, .bonds_3 { border-bottom: 3px solid #67af4c; }

.tabs_top {
	display: block;
	padding: 10px 0 0;
	text-align: center;
}

.tabs_bottom {
	background: rgba(0, 0, 0, .5);
	padding: 0 0 0 7.5%;
	opacity: 0;
	display: none;
	min-height: 60px;
	position: relative;
}

.tabs_bottom__active {
	opacity: 1;
	display: block;
}

.tabs_role {
	opacity: .8;
	cursor: pointer;
	position: relative;
	-moz-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease;
	width: 13%;
	text-align: center;
	display: inline-block;
	margin: 0 1%;
	padding-bottom: 12px;
	}
	.tabs_role:hover { opacity: 1; }
	.tabs_role__active { opacity: 1; }
	.tabs_role__active:after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -11%;
		width: 0;
		height: 0;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 15px solid rgba(0, 0, 0, 0.6);
	}
	.bonds_3 .tabs_role { 
		width: 10%;
		margin: 0;
	}
	.bonds_3 .tabs_role__active:after {	margin-left: -14%; }

.tabs_name {
	color: #e9e2bf;
	font-family: "robotocondensed", "Arial Narrow", Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	padding: 12px 0 8px;
	text-transform: uppercase;
}

.tabs_descr { 
	padding-bottom: 12px;
	padding-right: 8%; 
}
.tabs_descr span {
	color: #67af4c;
}
.tabs_descr ul { margin-bottom: 0; }

.tabs_cost {
	top: 10px;
	color: #e9e2bf;
	position: absolute;
	right: 7.5%;
}

img.tabs_cost_pic { 
	vertical-align: middle;
	max-width: 45px; 
}

@media (max-width: 703px), (min-width: 1100px) and (max-width: 1300px) {
	.tabs_name, .tabs_descr, .tabs_cost { 
		font-size: 85%; 
	}
}
@media (max-width: 560px) {
	.tabs_cost { 
		position: relative;
		padding: 0 0 18px 8%; 
	}
	.tabs_role__active:after { margin-left: -19%; }
	.bonds_3 .tabs_role__active:after { margin-left: -24%; }
}