body {
	margin: 0;
}

.js-product-name > p {
	height: 44px;
}

#rec753405905 .t786__content .t786__title {
	height: 44px;
}

.t-name {
	display: flex;
	flex-direction: column;
}

.t786__img {
	max-height: 74%;
}

.t-name .btn-basket:hover {
	background-color: #000;
	color: #fff;
}

.t-name .btn-basket {
	border: 1px solid #000;
	color: #000;
	font-weight: 400;
	padding: 7px;
	font-size: 18px;
	cursor: pointer;
}

.header .title {
	flex: 1;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	font-family: 'TildaSans', Arial, sans-serif;
}

.header {
	height: 80px;
	background-color: #000;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0 40px;
}

.header .menu .menu-item {
	margin: 0 14px;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	font-family: 'TildaSans', Arial, sans-serif;
}

#rec753423141 .t050__descr {
	text-align: center;
	font-size: 26px;
}

.basket-small {
	position: relative;
}

.basket-small .circle-basket {
	background-color: #fff;
	width: 14px;
	height: 14px;
	position: absolute;
	right: -8px;
	top: 8px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	font-size: 12px;
}

.basket-body {
	min-height: 200px;
	margin: 0 30px;
}

.basket-item .name {
	margin-right: 30px;
}

.basket-item .delete {
	margin: 0 20px;
	cursor: pointer;
}

.basket-item .price {
	font-weight: bold;
}

.basket-item img {
	width: 80px;
	margin-right: 10px;
}
.t786__img{
	z-index: 1 !important;
}
.basket-item {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	border-bottom: 1px solid;
}

.basket-form {
	display: flex;
	flex-direction: column;
}

.basket-form .btn-basket-form {
	margin: 20px;
	background-color: #000;
	color: #fff;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px;
	font-size: 18px;
	cursor: pointer;
	width: 225px;
	height: 30px;
	text-align: center;
	font-family: 'TildaSans', Arial, sans-serif;
}
.basket-form #name.error{
	border: 1px solid #c81111;
}
.basket-form #phone.error{
	border: 1px solid #c81111;
}
.basket-form #email.error{
	border: 1px solid #c81111;
}
.basket-form input {
	width: 450px;
	margin: 20px;
	color: #000000;
	border: 1px solid #000;
	background-color: #ffffff;
	height: 60px;
	padding: 0 20px;
	font-size: 16px;
	line-height: 1.33;
	box-sizing: border-box;
	outline: 0;
	-webkit-appearance: none;
	border-radius: 0;
}
.suc{
	font-size: 22px;
	margin: 40px 0;
	padding: 0 20px;
	min-height: 270px;
}
.gotobasket{
	text-decoration: none;
	color: #000;
	display: block;
	padding: 20px 0;
	font-weight: 600;
	font-family: 'TildaSans', Arial, sans-serif;
}