.product_mobile__item {
	display: none;
}
.product_list {
	margin-bottom: 5%;
	position: relative;
}
.product__table {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 11px;
}
.product__icon {
	width: 99px;
	height: 99px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
	border-radius: 50%;
	background-repeat: no-repeat!important;
	background-position: center center;
}
.product__item {
	position: relative;
	background-size: contain!important;
	color: #fff;
	text-align: center;
	background-repeat: no-repeat!important;
}
	.product__item::before {
		content: ' ';
		display: block;
		width: 100%;
		padding-top: 100%;
	}
.product__content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	color: #000;
}
	.product__content h3 {
		max-width: 300px;
		margin: 0 auto;
		font-weight: 500;
		display: flex;
		align-items: center;
		justify-content: center;
		height: calc(50% - 50px);
		line-height: 1.3;
	}
		.product__content h3 .bold {
			font-weight: 600;
		}
.position_image_top {
	background-position: 0% 0%;
}
.position_image_bottom {
	background-position: 0% 100%;
}
.product__content h3.position_content_bottom {
	margin-top: calc(50% + 50px);
}
@media only screen and (max-width:1222px) {	
	.product__content h3 {
		font-size: 18px;
		padding: 0 5px;
	}
}
@media only screen and (max-width:960px) {
	.product__table {
		grid-column-gap: 5px;
	}
}
@media only screen and (max-width:850px) {
	.product__content h3 {
		font-size: 16px;
	}
}
@media only screen and (max-width:799px) {
	.product__item {
		display: none;
	}
	.product__table {
		display: block;
	}
	.product_mobile__item {
		display: block;
	}
	.img--fluid {
		width: 100%;
		display: block;
	}
	.product_mobile__content {
		margin: 55px 0 43px;
	}
	.product_mobile__content h3 {
		text-align: center;
		max-width: 300px;
		margin: 0 auto;
		font-size: 20px;
	}
		.product_mobile__content h3 br {
			display: none;
		}
	.product_mobile__icon {
		width: 99px;
		height: 99px;
		background-color: #fff;
		position: absolute;
		top: 100%;
		left: 50%;
		margin-top: -50px;
		margin-left: -50px;
		border-radius: 50%;
		background-repeat: no-repeat!important;
		background-position: center center;
	}
	.bg_double_block {
		background-position: 0 1000px!important;
	}
}

@media only screen and (max-width:420px) {
	.product_mobile__content h3 {
		font-size: 18px;
	}
}