.icon-block.home .about-icon, .icon-block.adv .about-icon {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.icon-block.home img {
    max-width: 100px;
    height: auto;
    margin-bottom: 30px;
}

.icon-block.adv .about-icon img {
    max-width: 100px;
    height: auto;
    margin-bottom: 30px;
}
#sp-produkciya .category-block {
    margin-bottom: 30px;
}
#sp-produkciya .category {
	display: inline-block;
    background: #fff;
	box-shadow: 0 5px 15px rgba(0,0,0,.1);
}
#sp-produkciya .category .btn-cat {
    display: inline-block;
    font-weight: bold;
    color: #000;
    background-color: #fee349;
    padding: 15px 45px;
    border: 1px solid #fee349;
    border-radius: 3px;
    margin-bottom: 30px;
}
.category span img {
	display: inline-block;
	padding: 15px;
    margin-bottom: 30px;
}

.category-title {
    color: #000;
	font-weight: bold;
	text-transform: uppercase;
    margin-bottom: 30px;
}
