* {
    font-family: Arial;
	box-sizing: border-box;
	max-width: 100%;
}

.basket-header {
	font-size: 0;

}

.basket-header__item {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	font-size: 16px;
	padding: 8px 11px;
	background: #494949;
    border-right: 1px solid #222;
    color: #fff;
    text-align: center;
}

.basket-header__item:last-child {
	border-right: 0;
}

.basket-header__item._photo {
	width: 26.99386503067485%; //220
}

.basket-header__item._name {
	width: 36.80981595092025%; //300
}

.basket-header__item._qt {
	width: 13.74233128834356%; //112
}

.basket-header__item._price {
	width: 12.26993865030675%; //100
}

.basket-header__item._remove {
	width: 10.1840490797546%; //83
}

.basket-body__item {
	position: relative;
	font-size: 0;
	padding: 0 0 30px;
}

.basket-body__desc {
	margin: 0 0 5px;
}

.basket-body__desc:last-child {
	margin-bottom: 0;
}

.basket-body__section {
	display: inline-block;
	vertical-align: middle;
	width: 20%;
	padding: 8px 11px;
	font-size: 15px;
}

.basket-body__section._photo {
	width: 26.99386503067485%; //220
}

.basket-body__section._name {
	width: 36.80981595092025%; //300
}

.basket-body__section._qt {
	width: 13.74233128834356%; //112
}

.basket-body__section._price {
	width: 12.26993865030675%; //100
}

.basket-body__section._remove {
	width: 10.1840490797546%; //83
	text-align: center;
}

.delete_ {
	display: block;
	text-align: center;
}

.basket-body__section._remove img {
	width: 20px;
	height: 20px;
}

.delivery {
	font-size: 0;
	background: #2fa7e7;
	color: #fff;
}

.delivery__item {
	display: inline-block;
	vertical-align: middle;
    padding: 8px 11px;
	font-size: 16px;
}

.delivery__item._delivery {
	width: 26.99386503067485%; //220
}

.delivery__item._region {
	width: 73.00613496932515%; //595
}

.delivery-sum {
	font-weight: bold;
	font-size: 0;
	margin: 15px 0;
	padding: 0 0 0 26.99386503067485%; //220
}

.delivery-sum__item {
	display: inline-block;
	vertical-align: middle;
	padding: 8px 11px;
	font-size: 16px;
}

#total_price {
	display: inline-block;
	vertical-align: middle;
}

.contacts {
	font-size: 0;
    background: #e6e6e6;
}

.contacts__section {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

.contacts__row {
    padding: 7px 6px;
    display: inline-block;
    width: 100%;
}

.contacts__title:last-child {
	margin-bottom: 0;
}

.contacts__title {
	display: inline-block;
	vertical-align: middle;
	width: 19.04761904761905%;
	font-size: 16px;
}

.contacts__field {
	display: inline-block;
	vertical-align: middle;
	width: 80.95238095238095%;
	font-size: 16px;
}

.basket__textarea {
	float: right;
	width: 100%;
	max-width: 300px;
	height: 60px;
	resize: none;
}

.basket__input {
	height: 25px;
	width: 100%;
	max-width: 260px;
}

.basket__submit {
	border-top: 1px solid #70647b;
	border-right: 1px solid #6b5e76;
	border-bottom: 1px solid #857a8e;
	border-left: 1px solid #80768a;
	color: #fff;
	text-shadow: 1px 1px 2px #000;
	font: 16px Arial;
	padding: 3px;
	float: right;
	background: -moz-linear-gradient(bottom, #8dccf4 0, #60acec 50%, #7ac5f4 100%); /* FF 3.6+ */
	background: -webkit-linear-gradient(bottom, #8dccf4 0, #60acec 50%, #7ac5f4 100%); /* Chrome 10+, Safari 5.1+ */
	background: -o-linear-gradient(bottom, #8dccf4 0, #60acec 50%, #7ac5f4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(bottom, #8dccf4 0, #60acec 50%, #7ac5f4 100%); /* IE10 */
	background: linear-gradient(bottom, #8dccf4 0, #60acec 50%, #7ac5f4 100%); /* CSS3 */
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/static/js/pie/PIE.htc);
	cursor: pointer;
}

.title_ {
    font-size: 22px;
}

.logo_ {
    background: url(/static/images/reva-logo.png) no-repeat 0 0;
    float: right;
    width: 99px;
    height: 24px;
}

.basket_h {
    margin-bottom: 14px;
}

@media screen and (max-width: 1140px) {
	.basket-header__item {
		font-size: 14px;
		padding-left: 5px;
		padding-right: 5px;
	}

	.contacts__title {
		font-size: 14px;
		width: 30%;
	}

	.contacts__field {
		width: 70%;
	}
}

@media screen and (max-width: 767px) {
	.basket-header {
		display: none;
	}

	.basket-body__item {
		padding-bottom: 0;
	}

	.basket-body__section._photo {
		width: 100%;
	}

	.basket-body__section._name {
		width: 100%;
		font-size: 14px;
	}

	.basket-body__section._qt {
		width: 100%;
	}

	.basket-body__section._price {
		width: 100%;
		font-size: 18px;
	}

	.delivery__item._delivery {
		width: 100%;
	}

	.delivery__item._region {
		width: 100%;
	}

	.delivery-sum {
		padding: 0;
	}

	.contacts__title {
		width: 100%;
		margin: 0 0 5px;
	}

	.contacts__field {
		width: 100%;
	}

	.contacts__section {
		width: 100%;
	}

	.basket-body__section._remove {
		width: 40px;
		height: 40px;
		position: absolute;
		right: 0;
		top: 0;
	}

	.basket-body__section {
		padding-left: 0;
		padding-right: 0;
	}

	.basket-body__section:before {
		content: attr(data-label);
		display: block;
		font-weight: bold;
		margin: 0 0 5px;
	}
}


/*------21.06.2021------*/
.basket__submit{
	box-shadow: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background: #2fa7e7;
	border:0;
	padding:10px;
	text-shadow: none;
}
#addedToBasket p, #addedToBasket .caption{
	font-family: Arial;
}
/*------end 21.06.2021------*/
