
.b9-tabs-gblock-content {
	display: flex;
	flex-wrap: wrap;
	margin-left: -40px;
	margin-right: -40px;
}

.b9-tabs-gblock-content-col {
	padding-left: 40px;
	padding-right: 40px;
	box-sizing: border-box;
	width: 50%;
}

@media (max-width: 991px) {
	.b9-tabs-gblock-content-col {
		width: 100%;
	}
	
	.b9-tabs-gblock-content-col:not(:last-child) {
		margin-bottom: 30px;
	}
}

.b9-tabs-gblock-button {
	padding-left: 50px;
	position: relative;
	cursor: pointer;
}

.b9-tabs-gblock-button:before {
	content: "";
	background-color: #30466d;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	width: 0;
	height: 1px;
	transition: all ease-in-out .2s;
}

.b9-tabs-gblock-button:not(:last-child) {
	margin-bottom: 28px;
}

.b9-tabs-gblock-button-num {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	font-weight: 300;
	font-size: 15px;
	line-height: 15px;
	color: #a0a0a0;
	transition: all ease-in-out .2s;
}

.b9-tabs-gblock-button-text {
	flex: 1;
	font-size: 26px;
	line-height: 33px;
	color: #a0a0a0;
	font-weight: 300;
	transition: all ease-in-out .2s;
}

@media (max-width: 768px) {
	.b9-tabs-gblock-button-text {
		font-size: 22px;
	}
}

.b9-tabs-gblock-button.current:before {
	transition: all ease-in-out .2s;
	opacity: 1;
	width: 40px;
}

.b9-tabs-gblock-button.current .b9-tabs-gblock-button-num {
	transition: all ease-in-out .2s;
	opacity: 0;
}

.b9-tabs-gblock-button.current .b9-tabs-gblock-button-text {
	transition: all ease-in-out .2s;
	color: #30466d;
}

.b9-tabs-gblock-contents {
	padding-bottom: 15px;
	border-bottom: 1px solid #e2e3e5;
}

@media (max-width: 991px) {
	.b9-tabs-gblock-contents {
		padding-top: 30px;
		border-top: 1px solid #e2e3e5;
	}
}

.b9-tabs-gblock-contents-item:not(.current) {
	display: none;
}

.b9-tabs-gblock-contents-num {
	margin-bottom: 30px;
	font-size: 15px;
	line-height: 15px;
	color: #a0a0a0;
	font-weight: 300;
}

.b9-tabs-gblock-contents-text {
	margin-bottom: 20px;
}

.b9-tabs-gblock-contents-text p {
	padding: 0;
	margin: 0 0 20px 0;
	font-size: 17px;
	line-height: 176%;
	color: #424242;
	font-weight: 300;
}

.b9-tabs-gblock-contents-text p:last-child {
	margin-bottom: 0;
}

.b9-tabs-gblock-contents-logos {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

@media (max-width: 768px) {
	.b9-tabs-gblock-contents-logos {
		margin-left: -10px;
		margin-right: -10px;
	}
}

.b9-tabs-gblock-contents-logo {
	margin-bottom: 15px;
}

@media (max-width: 768px) {
	.b9-tabs-gblock-contents-logo {
		padding-left: 10px;
		padding-right: 10px;
		max-width: 33.3333%;
		width: 100%;
		box-sizing: border-box;
	}
}

.b9-tabs-gblock-contents-logo:not(:last-child) {
	margin-right: 60px;
}

@media (max-width: 768px) {
	.b9-tabs-gblock-contents-logo:not(:last-child) {
		margin-right: 0;
	}
}

.b9-tabs-gblock-contents-logo img {
	max-width: 100%;
}
