.block_hs_1_container {
	display: flex;
    flex-direction: column;
    align-items: center;
	max-width: 1440px;
    padding: 0 20px;
}

.block_hs_1_nav_left,
.block_hs_1_nav_right {
	position: absolute;
	font-size: 36px;
	color: #444444;
	top: calc(50% - 27px);
	cursor: pointer;
	user-select: none;
}

.block_hs_1_nav_left {
	left: -30px;
}

.block_hs_1_nav_right {
	right: -30px;
}

.block_hs_1_images_container {
	position: relative;
	margin: 0 auto;
	width: 100%;
}

.block_hs_1_images_box {
	overflow: hidden;
}

.block_hs_1_images_wrap {
	overflow-x: auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start !important;
	align-items: center;
	justify-content: center;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	margin: 20px 0;
}

.block_hs_1_image_wrap {
	min-width: 280px;
	scroll-snap-align: start;
}

.block_hs_1_image {
	display: block;
}

.block_hs_1_image.show {
	cursor: pointer;
}

.block_hs_1_button_wrap {
	margin-top: 20px;
}

/* --- Модальное окно --- */


/* --- Кнопка --- */
.block_hs_1_button {
	padding: 10px 20px;
	text-decoration: none;
	font-weight: 600;
	box-sizing: border-box;
}

/* --- Адаптивность --- */
@media screen and (max-width: 600px){
    .block_hs_1_nav_left,
	.block_hs_1_nav_right {
        display: none;
    }
}
