.b_history {
	padding: 60px 0 40px
}

@media (max-width:767px) {
	.b_history {
		display: none
	}
}

.b_history .section_title {
	margin: 0 0 30px
}

@media (max-width:1365px) {
	.b_history .section_title {
		font-size: 24px
	}
}

.b_history .tabs_content {
	width: calc(100% - 370px);
	padding: 0 20px 0 0
}

@media (max-width:991px) {
	.b_history .tabs_content {
		width: calc(100% - 300px)
	}
}

.b_history .tabs_content_inner {
	max-width: 1020px
}

.b_history .tabs_content_inner .content {
	font-size: 22px
}

@media (max-width:1365px) {
	.b_history .tabs_content_inner .content {
		font-size: 17px
	}
}

.b_history .tabs_navigation {
	width: 370px
}

@media (max-width:991px) {
	.b_history .tabs_navigation {
		width: 300px
	}
}

.b_history .navigation_wrap {
	max-width: 300px;
	margin: 0 0 0 auto;
	background: #fcfcfc;
	border-radius: 20px;
	box-shadow: 0px 4px 12px rgba(46, 58, 76, 0.15);
	/*--tw-shadow: 0px 10px 20px rgba(35,42,66,0.07);
	box-shadow: var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);*/
	
}

@media (max-width:991px) {
	.b_history .navigation_wrap {
		max-width: 235px
	}
}

.b_history .navigation_wrap .nav_row {
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid #e0e0e0;
	transition: all .2s linear
}

.b_history .navigation_wrap .nav_row:hover {
	border-color: #98d253;
	background-color: #98d253
}

.b_history .navigation_wrap .nav_row:hover .title {
	color: #fff
}

.b_history .navigation_wrap .nav_row:hover+.nav_row {
	border-top-color: #98d253
}

.b_history .navigation_wrap .nav_row:not(:first-of-type) {
	border-top: 1px solid #e0e0e0;
	margin-top: -1px
}

.b_history .navigation_wrap .nav_row:first-of-type {
	border-radius: 20px 20px 0 0
}

.b_history .navigation_wrap .nav_row:last-of-type {
	border-radius: 0 0 20px 20px
}

.b_history .navigation_wrap .nav_row.-active {
	border-color: #98d253;
	background-color: #98d253
}

.b_history .navigation_wrap .nav_row.-active+.nav_row {
	border-top-color: #98d253
}

.b_history .navigation_wrap .nav_row.-active .year_wrap {
	color: #000
}

.b_history .navigation_wrap .nav_row.-active .title {
	color: #fff;	
	/*margin: 0 -1px*/
}

.b_history .navigation_wrap .title {
	padding: 10px 25px;
	transition: all .2s linear;
	font-size: 15px
}

@media (max-width:991px) {
	.b_history .navigation_wrap .title {
		font-size: 14px
	}
}

.b_history .navigation_wrap .year_wrap {
	position: absolute;
	right: 100%;
	width: 60px;
	margin-right: 10px;
	top: 0;
	bottom: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 400;
	font-size: 17px;
	color: #a9afb7;
	text-align: center
}

@media (max-width:991px) {
	.b_history .navigation_wrap .year_wrap {
		font-size: 15px;
		width: 50px
	}
}

