/* Common */
/* Media */
/* Blocks */
.basket__box {
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	gap: 1.5625vw;
}

.basket__content {
	flex: 0 0 60.78125vw;
}

.basket__list {
	padding: 0 2.8125vw;
	border-radius: 1.25vw;
	margin-bottom: 4.29688vw;
}

.basket__item {
	gap: 0 3.4375vw;
	padding: 2.1875vw 0;
	border-bottom: 0.15625vw solid #6e6e73;
}

.basket__item-photo {
	flex: 0 0 15.625vw;
}

.basket__item-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.basket__item-top {
	gap: 0.78125vw;
	margin-bottom: 0.78125vw;
}

.basket__item-name {
	font-size: 1.40625vw;
	letter-spacing: 1%;
}

.basket__item-delete {
	flex: 0 0 1.875vw;
	width: 1.875vw;
	height: 1.875vw;
	margin-right: -0.15625vw;
}

.basket__item-price {
	font-size: 1.25vw;
	letter-spacing: 1%;
}

.basket__item .quantity {
	padding: 0.23438vw 0;
}

.basket__item .quantity__num {
	width: 4.6875vw;
	font-size: 1.25vw;
	letter-spacing: 1%;
}

.basket__item .quantity__minus, .basket__item .quantity__plus {
	display: blosk;
	width: 1.5625vw;
	height: 1.5625vw;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100% 100%;
	-webkit-filter: invert(85%) sepia(8%) saturate(206%) hue-rotate(178deg) brightness(92%) contrast(89%);
	        filter: invert(85%) sepia(8%) saturate(206%) hue-rotate(178deg) brightness(92%) contrast(89%);
	text-indent: -781.25vw;
	cursor: pointer;
}

.basket__item .quantity__minus {
	background-image: url(../img/common/icon-minus-black.svg);
}

.basket__item .quantity__plus {
	background-image: url(../img/common/icon-plus-black.svg);
}

.basket__calculation {
	flex-grow: 1;
	padding: 2.89063vw 2.65625vw;
	border-radius: 1.25vw;
	background: #f0f7ff;
	color: #1a1921;
}

.basket__calculation-title {
	font-size: 1.40625vw;
	letter-spacing: 1%;
	margin-bottom: 0.39063vw;
}

.basket__calculation-total {
	margin-bottom: 1.32813vw;
}

.basket__calculation-amount {
	font-size: 1.25vw;
	letter-spacing: 1%;
}

.basket__calculation-price {
	font-size: 1.40625vw;
	letter-spacing: 1%;
}

.basket__calculation .button {
	position: static;
}

.basket__message {
	padding: 3.125vw 3.125vw 2.8125vw 3.125vw;
	border-radius: 1.25vw;
	margin-bottom: 4.29688vw;
}

.basket__message-title {
	font-size: 1.5625vw;
	margin-bottom: 0.39063vw;
}

.basket__message-text {
	font-size: 1.25vw;
	letter-spacing: 1%;
	margin-bottom: 1.25vw;
}

.basket__message .button {
	width: 24.21875vw;
	margin: 0 auto;
}

.goods {
	width: 76.5625vw;
	margin: 0 auto;
}

.goods__title {
	font-size: 1.5625vw;
	line-height: 120%;
	letter-spacing: 1%;
	margin-bottom: 2.34375vw;
}

.goods__gallery {
	width: 78.125vw;
	min-height: 15.23438vw;
	margin: 0 -0.78125vw;
}

.goods__gallery .slick-arrows {
	top: 5.46875vw;
	left: -7.03125vw;
	right: -7.03125vw;
}

.goods__gallery IMG {
	border-radius: 1.25vw;
}

.goods__item {
	height: 22.8125vw;
	margin: 0 0.78125vw;
}

.goods__item-inner {
	width: 14.0625vw;
	border-radius: 1.25vw;
}

.goods__item-photo {
	width: 14.0625vw;
	height: 14.0625vw;
	transition: 0.3s;
}

.goods__item-info {
	padding: 0 0.39063vw 1.875vw 0.39063vw;
}

.goods__item-info-price {
	font-weight: 500;
	font-size: 1.5625vw;
	letter-spacing: 1%;
	margin-bottom: 1.17188vw;
}

.goods__item-info I {
	width: 3.125vw;
	height: 3.125vw;
}

.goods {
	width: 60.78125vw;
}

.goods__title {
	padding-left: 3.125vw;
	font-size: 1.40625vw;
	margin-bottom: 1.5625vw;
}

.goods__gallery {
	width: 52.5vw;
	margin: 0 auto;
}

.goods__gallery .slick-arrows {
	top: 5.46875vw;
	left: -3.90625vw;
	right: -3.90625vw;
}

.goods__item {
	margin: 0 0.78125vw;
}

.goods__item-inner {
	width: 15.9375vw;
	border-radius: 1.25vw;
	overflow: hidden;
}

.goods__item-photo {
	width: 15.9375vw;
	height: 14.0625vw;
	transition: 0.3s;
}
