.wrapperPage_constructBlock {
	margin: 0 0 20px;
}
.wrapperPage_constructBlock .constructSlider .swiper-slide {
    width: fit-content;
}
.wrapperPage_constructBlock a.itemSectionCard {
	width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 5px;
}
.wrapperPage_constructBlock a.itemSectionCard .imageSectionBlock img {
    width: 80px;
}
.wrapperPage_constructBlock a.itemSectionCard .titleSection {
    font-size: 13px;
}
