.block-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.sidebar {
	width: 330px
}

.sidebar__filter {
	margin-bottom: 26px;
	border: 1px solid #ddd;
	padding: 15px
}

.sidebar__banner {
	display: block;
	width: 330px;
	cursor: pointer
}

.sidebar__banner img {
	width: 100%
}

.sidebar__filter select {
	padding: 10px
}

.sidebar__filter input[type=text] {
	padding: 10px
}

.sidebar__filter .sorting {
	margin-bottom: 15px
}

.sidebar__filter .priceFilter input[type=text] {
	width: 102px;
	display: inline
}

.sidebar__filter fieldset {
	margin-top: 15px;
	border: 0;
	padding: 0
}

.sidebar__filter .buttonmedium {
	width: 100%;
	margin-top: 15px
}

.sidebar__filter .propertyInput {
	margin-top: 15px
}

.sidebar__filter .propertyInput div {
	margin-top: 15px
}

.sidebar__filter .propertyInput input[type=checkbox] {
	display: inline;
	width: auto;
	margin-right: 8px
}

.sidebar__filter legend {
	font-weight: bold
}

.content {
	padding-top: 10px;
	width: 830px;
	margin-right: 40px
}


.shop_cart {
	border-right: 0 #ddd solid;
	border-bottom: 0 #ddd solid;
	width: 100%;
	border-spacing: 0;
margin-top: 50px;
}

.shop_cart tr td {
	border-left: 0 #ddd solid;
	border-top: 1px #ddd solid;
	padding: 15px
}

.shop_cart tr th {
	border-left: 0 #ddd solid;
	border-top: 1px #ddd solid;
	padding: 15px;
	background: #eee;
	text-align: left
}

.shop_cart .cart_img {
	text-align: center;
	vertical-align: middle
}

.shop_cart .cart_img img {
	text-align: center;
	margin: auto;
	max-width: 80px
}

.remove img {
	max-width: 13px
}

.cart_delete_all {
	margin-bottom: 15px;
	text-align: right;
	margin-top: -30px
}

.cart_delete_all a {
	text-decoration: underline
}

.quant_bar {
	white-space: nowrap;
	width: 138px
}

.quant_bar a {
	width: 30px;
	height: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #222;
	display: block;
	background: #eee;
	line-height: 30px;
	text-align: center;
	float: left;
text-decoration: none;
}

.quant_bar input {
	width: 45px;
	float: left;
	height: 30px;
	text-align: center
}

.shop_coupon {
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 25px
}

.shop_coupon input {
	margin-top: 7px
}


.checkout__fields-list {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 605px;
	margin-bottom: 16px;
 
}

.checkout__fields-item {
	margin-bottom: 16px
}

.checkout__fields-item:last-child {
	margin-bottom: 0
}

.checkout__field {
	height: 50px;
	padding: 0 19px;
	font-size: 15px;
width: 100%;
border: 1px #ccc solid;
border-radius: 10px;
}

.checkout__map {
	width: 605px;
	height: 295px;
	margin-bottom: 42px;
	border: 1px solid #ddd
}

.checkout__options {
	margin-bottom: 42px
}

.checkout__options:last-of-type {
	margin-bottom: 36px
}

.options-checkout h2 {
	margin-top: 0;
	margin-bottom: 25px;
	font-weight: 400;
	font-size: 22px
}

.options-checkout__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.options-checkout__item {
	width: 190px;
	margin-right: 23px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.options-checkout__price {
	margin-top: 5px;
	display: block
}

.options-checkout__item:nth-child(4n) {
	margin-right: 0
}

.options-checkout__item:nth-child(n + 5) {
	margin-top: 23px
}

.options-checkout__label {
	display: block;
	width: 190px;
	padding: 34px 15px 20px;
	text-align: center;
	border: 2px solid #ddd;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
border-radius: 15px;
background: #fff;
}

.options-checkout__field:checked + .options-checkout__label, .options-checkout__field:focus + .options-checkout__label {
	border-color: #7fae34;

}

.options-checkout__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 77px;
	margin-bottom: 11px
}

.options-checkout__icon img {
	max-height: 100%
}

.options-checkout__text {
	font-size: 18px
}

.options-checkout__field:checked + .options-checkout__label .options-checkout__text, .options-checkout__field:focus + .options-checkout__label .options-checkout__text {
	font-weight: 700
}

.checkout__button {
	display: inline-block;
	min-width: 270px;
	padding: 22px 15px;
	font-weight: 400;
	font-size: 22px;
	text-align: center
}

.visually-hidden:not(:focus):not(:active), input[type="checkbox"].visually-hidden, input[type="radio"].visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	white-space: nowrap;
	-webkit-clip-path: inset(100%);
	clip-path: inset(100%);
	clip: rect(0 0 0 0);
	overflow: hidden
}