/* Для наград на главной */
.intro .intro__reward {
	width: 100%;
	max-width: calc(412px - (32px * 2));
}
.intro .intro__reward img {
	width: 100%;
	
}

	.new_design {
		max-width: 1370px;
		margin: 0 auto;
		width: calc(100% - 16px * 2);
	}
	.new_design .item {
		display: inline-flex;
		border-radius: 15px;
		overflow: hidden;
	}
	.new_design .item {
		margin-bottom: 45px;
	}
	.new_design .item.background_1 {
		background: #EFE2CA;
	}
	.new_design .item.background_2 {
		background: #EBEEF0;
	}
	.new_design .item .info_block {
		padding: 26px 52px;
		flex: 1;
	}
	.new_design .item .info_block p {
		font-weight: 400;
		font-size: 15px;
	}
	.new_design .item .info_block > * {
		margin-bottom: 29px;
	}
	.new_design .item .info_block > * :last-child{
		margin-bottom: 0px;
		border-right: 0;
	}
	.new_design .item .info_block .note {
		position: relative;
		font-size: 18px;
		font-weight: 500;
		line-height: 21px;
		padding-left: 17px;
	}
	.new_design .item .info_block .note:before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 2px;
		height: 100%;
		background: #774E36;
		border-radius: 1px;
	}
	.new_design .item .name_icon {
		display: inline-flex;
		align-items: center;
	}
	.new_design .item .name_icon .icon {
		margin-right: 6px;
	}
	.new_design .item .table thead {
		background: #C9BCA4;
	}
	.new_design .item .table tbody {
		background: #fff;
	}
	.new_design .item .table td, .new_design .item .table th {
		border-bottom: 1px solid #EFE2CA;
		border-left: 1px solid #EFE2CA;
		overflow: hidden;
		padding: 10px 19px;
		font-weight: 400;
		font-size: 15px;
	}
	.new_design .item .table thead th {
		border-bottom: 0px;
	}
	.new_design .item .image_block {
		max-width: 35%;
	}
	.new_design .item .image_block img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	@media (max-width: 992px) {
		.new_design {
		}
		.new_design .item {
			flex-direction: column;
			width: 100%;
		}
		.new_design .item .info_block {
			padding: 15px 15px;
		}
		.new_design .item .image_block {
			max-width: 100%;
		}

	}