.kz-service-badge {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .5rem;
	padding: 4px 8px;
	border-radius: 3px;
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 10px;
background:#202020;
}

.kz-service-badge-icon-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}

.kz-service-badge-icon-wrap .kz-service-badge-icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kz-service-badge-icon-wrap .kz-service-badge-icon :first-child {
    position: absolute;
    transform: rotateY(0);
    transition: all .5s ease;
    filter: drop-shadow(0 0 0);
}

.kz-service-badge-icon-wrap .kz-service-badge-icon :last-child {
    position: absolute;
    transition: all .75s ease;
}

.kz-service-badge-icon-wrap .service-duration {
	font-size: 13px;
	line-height: 16px;
	font-weight: 700;
	color: #fff;
	text-shadow: 0px 0px 3px #000;
	margin-right: 1px;
}

.kz-service-badge .service-badge-text {
    font-size: 11px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
margin-left:8px;
color:#fff;
}