.tab-pol {
    opacity: 0.6;
    transition-duration: 0.2s;
    width: 100%;
    position: relative;
    z-index: 0;
    margin-bottom: 10px;
	height: 170px;
}
.tab-pol::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: url('../../../../../image/catalog/icons/bg-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    opacity: 0.2;
}
.tab-pol .tab-title {
    font-weight: 900;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 0;
}
.tab-pol.active{
	opacity: 1;
}

.tab-text ul {
    margin: 20px 0 20px 0;
    padding: 0;
    list-style: none;
}
.tab-text ul li {
    position: relative;
    padding: 0 0 0 30px;
    margin: 0 0 20px 0;
}
.tab-text ul li::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #00abbd;
    left: 8px;
    top: 8px;
}
.tabs .short {
    background-color: #f8f8f8;
    margin-bottom: 15px;
    padding: 1rem;
    border-right: 7px solid;
}
.tabs .short h5 {
    font-size: 16px;
}
.tabs .short p {
    font-size: 14px;
}
.tabs .short.short-1 {
    border-color: #00b5ad;
}
.tabs .short.short-2 {
    border-color: #ffc200;
}
.tabs .short.short-3 {
    border-color: #717171;
}
@media (max-width: 991px){
	.tab-pol {
		width: calc(100% / 3);
		margin-bottom: 30px;
	}
}

@media (max-width: 768px){
	.tab-pol {
		height: 101px;
	}
	.tab-pol img {
		width: 43px;
	}
	.tab-pol .tab-title {
		font-size: 14px;
	}
}