.breadcrumbs {
    padding: 20px 0 0;
    max-width: 1240px;
    margin: auto;
    display: flex;
    justify-content: right;
	align-items: center;
}
.btn-breadcrums {
    font-size: unset;
}
.division {
    padding-left: 5px;
}
.division {
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 400;
}
.btn-breadcrums {
    font-size: 16px !important;
}
.btn-breadcrums:hover:not(.btn-breadcrums:hover:last-child) {
    color: #04c7c0;
}
.btn-breadcrums.active {
    font-weight: 400;
    color: #012639;
}
.btn-breadcrums:not(.btn-breadcrums.active) {
    font-weight: 700 !important;
    color: #007ebb;
}
@media screen and (max-width: 768px) {
	.btn-breadcrums {
    	font-size: 14px !important;
	}
	.breadcrumbs {
		padding: 20px 10px 0;
		flex-wrap: wrap;
	}
	
}