#tabs {
	margin: 10px 0;
}
.tabs-nav {
	overflow: hidden;
	margin: 0;
	padding: 0;
    display: flex;
    justify-content: space-around;
}
.tabs-nav li {
	display: block;
	float: left;
	padding: 0;
	list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}    
.tabs-nav a {
	display: block;

}		
.tabs-nav li:first-child a {
	border-radius: 5px 0 0 0; 
}
.tabs-nav li:last-child a {
	display: block;


}


.buh{
    background: url('../img/buh.png') no-repeat;
    background-position: center;
    width: 215px;
    height: 305px;
    text-align: center;
}
.hands{
    background: url('../img/ruk.png') no-repeat;
    background-position: center;
    width: 215px;
    height: 305px;
    text-align: center;
}
.list{
    background: url('../img/list.png') no-repeat;
    background-position: center;
    width: 215px;
    height: 305px;
    text-align: center;
}
.grow{
    background: url('../img/grow.png') no-repeat;
    background-position: center;
    width: 215px;
    height: 305px;
    text-align: center;
}
.tabs-nav  a.active.buh{
    background: url('../img/buhactive.png') no-repeat;
    background-position: center;
} 
.tabs-nav  a.active.hands{
    background: url('../img/greenRuk.png') no-repeat;
    background-position: center;
} 
.tabs-nav a.active.list{
    background: url('../img/greenList.png') no-repeat;
    background-position: center;
} 
.tabs-nav a.active.grow{
    background: url('../img/growGreen.png') no-repeat;
    background-position: center;


} 
.tabs-items {

}
.tabs-item {

}

.tabs-text{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #939393;
    gap: 9px;
    font-size: 16px;
    padding-top: 250px;
}
.tabs-nav a.active .tabs-text  {
	color: #08BA90 !important; 
}    


.about-us-btn{
    background: url('../img/about.png') no-repeat;
    width: 270px;
    height: 270px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.t2-text{
    text-transform: uppercase;
    font-size: 32px;
    color: #003515;
}

.tabs-nav a.active .t2-text{
    color: #08BA90;
} 
.double-tabs{
    margin-top: 70px;
}
.tabs-nav-margin{
    margin-bottom: 65px;
}