.cart {
	padding-top: 24px;
}

.cart > .cart-header {
	position: relative;
	text-align: center;
}

.cart > .cart-header h1 {
	font-size: 24px;
	line-height: 43px;
	display: block;
	padding: 0 28px;
}

.cart > .cart-header > .cart-close {
	position: absolute;
	top: 10px;
	right: 0;
}


.cart .cart-wrapper {
	display: grid;
	grid-gap: 16px;
	grid-template-columns: calc(100% - 507px) 491px;
	align-items: start;
	padding-top: 24px;
}

.cart .cart-wrapper .block-name {
	font-size: 18px;
	line-height: 30px;
	padding-bottom: 16px;
	border-bottom: 1px solid #F2F2F2;
	letter-spacing: -0.36px;
	position: relative;
}

.cart .cart-wrapper > .block-right .block-name {
	border-bottom: 0;
	margin-top: 16px;
	position: relative;
	padding-bottom: 0;
	margin-bottom: 16px;
}

.cart .cart-wrapper .block-name span {
	color: #7C7C7C;
}



.cart .cart-form .username-wrapper {
	position: relative;
}

.cart .cart-form .username-wrapper > .placeholder {
	position: absolute;
	pointer-events: none;
	height: 42px;
	display: flex;
	align-items: center;
	top: 0;
	left: 16px;
	color: #7C7C7C;
	font-family: Inter, sans-serif;
	font-weight: 500;
	font-size: 16px;
	z-index: 1;
}

.cart .cart-form .username-wrapper > .pixelated {
	background-color: #f2f2f2;
	padding: 8px 38px 8px 8px;
	height: 42px;
	-webkit-box-shadow: 8px 0 0 -4px #F2F2F2, 16px 0 0 -8px #F2F2F2, -8px 0 0 -4px #F2F2F2, -16px 0 0 -8px #F2F2F2;
	box-shadow: 8px 0 0 -4px #F2F2F2, 16px 0 0 -8px #F2F2F2, -8px 0 0 -4px #F2F2F2, -16px 0 0 -8px #F2F2F2;
	position: relative;
}

.cart .cart-form .username-wrapper > .pixelated > input {
	box-shadow: none;
	background-color: transparent;
	width: 100%;
	height: 100%;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	color: #1E1E1E;
	text-align: right;
	font-size: 16px;
	letter-spacing: -0.32px;
}

.cart .cart-form .username-wrapper > .append {
	position: absolute;
	top: 0;
	right: 16px;
	width: 22px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	cursor: pointer;
}

.cart .cart-form .form-footer {
	display: flex;
	flex-direction: column;
	padding-top: 16px;
	gap: 8px;
}

.cart .cart-form .form-footer > div {
	display: flex;
	gap: 8px;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.cart .cart-form .form-footer > div > .block-left {
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	color: #7C7C7C;
	line-height: 26px;
	letter-spacing: -0.32px;
}

.cart .cart-form .form-footer > div > .block-right {
	font-size: 16px;
	letter-spacing: -0.32px;
}

.cart .cart-form .form-footer > .discount > .block-right,
.cart .cart-form .form-footer > .discount-promo > .block-right {
	color: #FF3131;
}

.cart .cart-form .form-footer > .price {
	margin-top: 8px;
	padding-top: 16px;
	border-top: 1px solid #DBDBDB;
	position:relative;
}

.cart .cart-form [type="submit"] {
	margin-top: 16px;
	width: calc(100% - 16px);
	height: 66px;
	font-size: 16px;
}

.cart .cart-form .form-email {
	position: relative;
	padding-top: 16px;
}

.cart .cart-form .form-email > .label {
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 12px;
	position: relative;
}

.cart .cart-form .form-email > .pixelated {
	background-color: #f2f2f2;
	padding: 8px;
	height: 54px;
	-webkit-box-shadow: 8px 0 0 -4px #F2F2F2, 16px 0 0 -8px #F2F2F2, -8px 0 0 -4px #F2F2F2, -16px 0 0 -8px #F2F2F2;
	box-shadow: 8px 0 0 -4px #F2F2F2, 16px 0 0 -8px #F2F2F2, -8px 0 0 -4px #F2F2F2, -16px 0 0 -8px #F2F2F2;
	position: relative;
}

.cart .cart-form .form-email > .pixelated > input {
	box-shadow: none;
	background-color: transparent;
	width: 100%;
	height: 100%;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	color: #1E1E1E;
	text-align: left;
	font-size: 16px;
	letter-spacing: -0.32px;
}

.cart .cart-form .form-email > .pixelated > input::placeholder {
	color: #B4B4B4;
	opacity: 1;
	font-family: "Inter", sans-serif;
	font-weight: 400;
}

.cart .cart-form .form-checkbox {
	display: flex;
	gap: 12px;
	align-items: center;
	height: 34px;
	margin-top: 16px;
	position: relative;
}

.cart .cart-form .form-checkbox > .form-checkbox-text {
	font-size: 13px;
}

.cart .cart-form .form-checkbox > .form-checkbox-text a {
	color: #FF9900;
}


.cart .cart-form .form-error {
	display: none;
}

.cart .cart-form .form-error {
	font-family: "Inter", sans-serif;
	font-weight: 500;
	color: #FF3131;
	font-size: 14px;
	padding-top: 8px;
}



.cart .items-none {
	height: 648px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	color: #7C7C7C;
	gap: 8px;
	font-size: 13px;
	line-height: 22px;
}




.cart .items {
	padding-top: 16px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.cart .items > .item-id {
	display: flex;
	align-items: center;
	position: relative;
}

.cart .items > .item-id .image {
	width: 48px;
	height: 48px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 8px;
}

.cart .items > .item-id > .block-content {
	padding: 0 12px;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.cart .items > .item-id > .block-content > .name {
	font-size: 16px;
	line-height: 26px;
	letter-spacing: -0.32px;
}

.cart .items > .item-id > .block-content > .extra {
	height: 29px;
	font-size: 11px;
	padding: 6px 4px;
	background-image: linear-gradient(90deg, #FFAEE8 0%, #FFC794 100%);
	-webkit-box-shadow: 8px 0 0 -4px #FFC794, 16px 0 0 -8px #FFC794, -8px 0 0 -4px #FFAEE8, -16px 0 0 -8px #FFAEE8;
	box-shadow: 8px 0 0 -4px #FFC794, 16px 0 0 -8px #FFC794, -8px 0 0 -4px #FFAEE8, -16px 0 0 -8px #FFAEE8;
}

.cart .items > .item-id > .block-content > .amount {
	font-size: 11px;
	line-height: 17px;
	color: #7C7C7C;
	display: flex;
	align-items: center;
	gap: 8px;
	height: 20px;
	position: relative;
}

.cart .items > .item-id > .block-price {
	padding-right: 24px;
	display: flex;
	flex-direction: column;
	gap: 2px;
	align-items: start;
	margin-left: auto;
	margin-right: 16px;
}

.cart .items > .item-id > .block-price > .oldprice {
	position: relative;
	font-size: 13px;
	line-height: 22px;
	color: rgba(30,30,30,0.4);
}

.cart .items > .item-id > .block-price > .oldprice:after {
	content: "";
	height: 1px;
	width: 100%;
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	background-color: #7C7C7C;
}

.cart .items > .item-id > .block-price > .price-wrapper {
	display: flex;
	gap: 8px;
	align-items: center;
	width: 100%;
	justify-content: end;
}

.cart .items > .item-id > .block-price > .price-wrapper > .price {
	color: #1e1e1e;
	font-size: 14px;
	line-height: 22px;
	position: relative;
}

.cart .items > .item-id > .block-price > .price-wrapper > .discount,
.cart .items > .item-id > .block-price > .price-wrapper > .discount-promo {
	border-radius: 4px;
	background-color: #FF3131;
	color: #fff;
	width: 52px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	position: relative;
}

.cart .items > .item-id > .block-actions {
}

.cart .items > .item-id .item-remove {
	padding: 0 8px;
	height: 56px;
	min-width: 40px;
	width: 40px;
	margin-left: -8px;
	margin-top: 0;
	-webkit-box-shadow: 8px 0 0 -4px #F2F2F2, 16px 0 0 -8px #F2F2F2, -8px 0 0 -4px #F2F2F2, -16px 0 0 -8px #F2F2F2;
	box-shadow: 8px 0 0 -4px #F2F2F2, 16px 0 0 -8px #F2F2F2, -8px 0 0 -4px #F2F2F2, -16px 0 0 -8px #F2F2F2;
}

.cart .items > .item-id .item-remove:disabled .icon.icon-trash {
	opacity: 0.2;
}





.cart .methods {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(158px, 1fr));
	align-items: start;
	grid-gap: 8px;
}

.cart .methods > .method-id {
	height: 100px;
	position: relative;
}

.cart .methods > .method-id > .btn {
	height: 100%;
	display: flex;
	width: calc(100% - 16px);
	margin-top: 0;
	padding: 12px;
	-webkit-box-shadow: 8px 0 0 -4px #F2F2F2, 16px 0 0 -8px #F2F2F2, -8px 0 0 -4px #F2F2F2, -16px 0 0 -8px #F2F2F2;
	box-shadow: 8px 0 0 -4px #F2F2F2, 16px 0 0 -8px #F2F2F2, -8px 0 0 -4px #F2F2F2, -16px 0 0 -8px #F2F2F2;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-origin: content-box;
	position: relative;
	transition: box-shadow 300ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
	transition-property: box-shadow, background-color;
}

/*#FFE7BF
#B1A17C*/

.cart .methods > .method-id.active > .btn {
	background-color: #FFE7BF;
	-webkit-box-shadow: 8px 0 0 -4px #FFE7BF, 16px 0 0 -8px #FFE7BF, -8px 0 0 -4px #FFE7BF, -16px 0 0 -8px #FFE7BF, inset 0 -4px 0 0 #B1A17C;
	box-shadow: 8px 0 0 -4px #FFE7BF, 16px 0 0 -8px #FFE7BF, -8px 0 0 -4px #FFE7BF, -16px 0 0 -8px #FFE7BF, inset 0 -4px 0 0 #B1A17C;
}

.cart .methods > .method-id .comission {
	position: absolute;
	left: 20%;
	bottom: 4px;
	width: 60%;
	margin: auto;
	text-align: center;
	font-size: 8px;
	color: #000;
	line-height: 16px;
	padding: 0;
	background-color: #FF9900;
	-webkit-box-shadow: 8px 0 0 -4px #FF9900, 16px 0 0 -8px #FF9900, -8px 0 0 -4px #FF9900, -16px 0 0 -8px #FF9900, inset 0 -4px 0 0 #FF9900;
	box-shadow: 8px 0 0 -4px #FF9900, 16px 0 0 -8px #FF9900, -8px 0 0 -4px #FF9900, -16px 0 0 -8px #FF9900, inset 0 -4px 0 0 #FF9900;
}

.cart .methods > .method-id > .btn > .icon-check-orange {
	position: absolute;
	top: 8px;
	right: 0;
	opacity: 0;
	transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
	width: 20px;
	height: 20px;
}

.cart .methods > .method-id.active > .btn > .icon-check-orange {
	opacity: 1;
}

.cart .methods > .method-id > .btn > .pixel-bottom-left-first,
.cart .methods > .method-id > .btn > .pixel-bottom-left-second,
.cart .methods > .method-id > .btn > .pixel-bottom-right-first,
.cart .methods > .method-id > .btn > .pixel-bottom-right-second {
	transition: background-color 300ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
	width: 4px;
	height: 4px;
	display: block;
	position: absolute;
	bottom: 4px;
	left: -4px;
}

.cart .methods > .method-id.active > .btn > .pixel-bottom-left-first,
.cart .methods > .method-id.active > .btn > .pixel-bottom-left-second,
.cart .methods > .method-id.active > .btn > .pixel-bottom-right-first,
.cart .methods > .method-id.active > .btn > .pixel-bottom-right-second {
	background-color: #B1A17C;
}

.cart .methods > .method-id.active > .btn > .pixel-bottom-right-first {
	left: auto;
	right: -4px;
}

.cart .methods > .method-id.active > .btn > .pixel-bottom-right-second,
.cart .methods > .method-id.active > .btn > .pixel-bottom-left-second {
	bottom: 8px;
	left: -8px;
}

.cart .methods > .method-id.active > .btn > .pixel-bottom-right-second {
	left: auto;
	right: -8px;
}


.cart .methods > .method-id > .btn[data-icon="card"] {
	background-image: url("/uploads/template/img/methods/card2.svg");
}

.cart .methods > .method-id > .btn[data-icon="yoomoney"] {
	background-image: url("/uploads/template/img/methods/yandexmoney.svg");
}

.cart .methods > .method-id > .btn[data-icon="sbp"] {
	background-image: url("/uploads/template/img/methods/sbp.svg");
	padding: 24px;
}

.cart .methods > .method-id > .btn[data-icon="sberpay"] {
	background-image: url("/uploads/template/img/methods/sberpay.svg");
}

.cart .methods > .method-id > .btn[data-icon="yandexpay"] {
	background-image: url("/uploads/template/img/methods/yandexpay.svg");
}



.cart .cart-form .form-error-target {
	background-color: #fc9999 !important;
	-webkit-box-shadow: 8px 0 0 -4px #fc9999, 16px 0 0 -8px #fc9999, -8px 0 0 -4px #fc9999, -16px 0 0 -8px #fc9999 !important;
	box-shadow: 8px 0 0 -4px #fc9999, 16px 0 0 -8px #fc9999, -8px 0 0 -4px #fc9999, -16px 0 0 -8px #fc9999 !important;
}

.cart .cart-form .form-email > .pixelated.form-error-target > input::placeholder {
	color: #fff;
}

.cart .cart-form input[type="checkbox"].form-error-target {
	background-color: #fc9999 !important;
	-webkit-box-shadow: 8px 0 0 -4px #fc9999, -8px 0 0 -4px #fc9999 !important;
	box-shadow: 8px 0 0 -4px #fc9999, -8px 0 0 -4px #fc9999 !important;
}




.cart .ecslider {
	width: calc(100% + 112px);
	margin-left: -56px;
}



.main-recommendations {
	text-align: center;
	padding-top: 32px;
}

.main-recommendations h2 {
	line-height: 43px;
	font-family: Pikseli, sans-serif;
	font-size: 24px;
	font-weight: 400;
}

.main-recommendations .ecslider {
	margin-top: 24px;
}


.modal#change-username-modal > .wrapper {
	width: 445px;
}

.modal#change-username-modal [type="submit"] {
	display: flex;
	width: calc(100% - 16px);
	margin: 16px auto 0 auto;
}

.modal#change-username-modal > .wrapper > .modal-content > .modal-body {
	padding: 0;
}

.modal#change-username-modal .form-alert[data-type="error"] {
	color: #FF3131;
	font-family: Pikseli, sans-serif;
	font-size: 11px;
	font-weight: 400;
	line-height: 17px;
	padding-top: 12px;
}



.swiper-recommendations2 {
	text-align: left;
	width: calc(100% + 112px);
	margin-left: -56px;
	margin-top: 24px;
	padding: 0 56px;
}

.swiper-recommendations2 .slide-content {
	background-color: #F2F2F2;
	padding: 8px 0;
	width: calc(100% - 16px);
	-webkit-box-shadow: 8px 0 0 -4px #F2F2F2, 16px 0 0 -8px #F2F2F2, -8px 0 0 -4px #F2F2F2, -16px 0 0 -8px #F2F2F2;
	box-shadow: 8px 0 0 -4px #F2F2F2, 16px 0 0 -8px #F2F2F2, -8px 0 0 -4px #F2F2F2, -16px 0 0 -8px #F2F2F2;
}



.swiper-recommendations2 .slide-content > .image {
	border-radius: 8px;
	height: 175px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

.swiper-recommendations2 .slide-content > .image > .offer {
	width: 240px;
	transform: rotate(30deg) translateY(-88px) translateX(66px);
	transform-origin: top left;
	padding: 6px 24px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 14px;
	color: #fff;
	background-color: #FF3131;
	font-family: Pikseli, sans-serif;
	font-weight: 400;
	will-change: transform;
}

.swiper-recommendations2 .slide-content > .image > .offer.top-center {
	transform: none;
	width: 100%;
}

.swiper-recommendations2 .slide-content > .image > .offer.bottom-center {
	transform: none;
	top: auto;
	bottom: 0;
	left: 0;
	width: 100%;
}

.swiper-recommendations2 .slide-content > .image > .offer.bottom-left {
	transform: rotate(30deg) translateY(88px) translateX(-66px);
	top: auto;
	bottom: 0;
	right: auto;
	left: 0;
	transform-origin: bottom right;
}

.swiper-recommendations2 .slide-content > .image > .image-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity 150ms linear 0ms;
	height: 100%;
	border-radius: inherit;
	background-color: rgba(30,30,30,0.5);
}

.swiper-recommendations2 .slide-content > .image:hover > .image-wrapper {
	opacity: 1;
}

.swiper-recommendations2 .slide-content > .image > .image-wrapper .btn {
	width: 135px;
	padding: 12px 15px;
	height: 50px;
}

.swiper-recommendations2 .slide-content > .title {
	line-height: 22px;
	font-size: 14px;
	padding: 16px 4px 0 4px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.swiper-recommendations2 .slide-content > .price-block {
	padding: 8px 4px 0 4px;
	display: flex;
	flex-wrap: wrap;
}

.swiper-recommendations2 .slide-content > .price-block > .oldprice {
	font-size: 11px;
	line-height: 16px;
	height: 16px;
	color: rgba(30,30,30,0.4);
	position: relative;
}

.swiper-recommendations2 .slide-content > .price-block > .oldprice:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 50%;
	background-color: #7C7C7C;
}

.swiper-recommendations2 .slide-content > .price-block > .oldprice:not(.visible) {
	opacity: 0;
	width: 20px;
}

.swiper-recommendations2 .slide-content > .price-block > .price-wrapper {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 6px;
}

.swiper-recommendations2 .slide-content > .price-block > .price-wrapper > .price {
	font-size: 14px;

}

.swiper-recommendations2 .slide-content > .price-block > .price-wrapper > .discount {
	width: 53px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 28px;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	background-color: #FF3131;
	border-radius: 4px;
}

.swiper-recommendations2 .slide-content .btn {
	display: flex;
	width: calc(100% - 16px);
	background-color: #E8E8E8;
	margin: 12px auto 0 auto;
	font-size: 13px;
	padding: 12px;
	height: 43px;
	gap: 8px;
	-webkit-box-shadow: 8px 0 0 -4px #E8E8E8, 16px 0 0 -8px #E8E8E8, -8px 0 0 -4px #E8E8E8, -16px 0 0 -8px #E8E8E8;
	box-shadow: 8px 0 0 -4px #E8E8E8, 16px 0 0 -8px #E8E8E8, -8px 0 0 -4px #E8E8E8, -16px 0 0 -8px #E8E8E8;
}

.swiper-recommendations2 .swiper-button-next,
.swiper-recommendations2 .swiper-button-prev {
	background-color: #fff;
	height: 330px;
	top: 0;
	width: 56px;
	right: 0;
	margin: 0;
}

.swiper-recommendations2 .swiper-button-prev {
	left: 0;
	right: auto;
}

.swiper-recommendations2 .swiper-button-next:after,
.swiper-recommendations2 .swiper-button-prev:after {
	padding: 0;
	width: 24px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #F2F2F2;
	cursor: pointer;
	pointer-events: auto;
	-webkit-box-shadow: 8px 0 0 -4px #F2F2F2, 16px 0 0 -8px #F2F2F2, -8px 0 0 -4px #F2F2F2, -16px 0 0 -8px #F2F2F2;
	box-shadow: 8px 0 0 -4px #F2F2F2, 16px 0 0 -8px #F2F2F2, -8px 0 0 -4px #F2F2F2, -16px 0 0 -8px #F2F2F2;
	top: calc(194px / 2 - 21px);
	content: "";
	background-image: url("../../img/arrow.svg");
	background-size: 8px 18px;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 1;
}

.swiper-recommendations2 .swiper-button-prev:after {
	transform: rotate(180deg);
}

.swiper-recommendations2 .swiper-button-next.swiper-button-disabled,
.swiper-recommendations2 .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
}

.swiper-recommendations2 .swiper-pagination {
	bottom: 0;
	top: auto;
	pointer-events: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}