/* Common */
/* Media */
/* Blocks */
.main-shop {
	padding: 20.55556vw 0 5.55556vw 0;
}

.main-shop__box {
	min-height: 66.66667vw;
	border-radius: 5.55556vw;
	background: #040404;
	color: #fff;
	margin: 0 -5.55556vw;
	overflow: hidden;
}

.main-shop__content {
	padding: 5.83333vw 5.55556vw 4.72222vw 5.55556vw;
}

.main-shop__title {
	font-family: "HeadingNowVar", "Arial", sans-serif;
	font-variation-settings: "wght" 650, "wdth" 240;
	font-size: 23.88889vw;
	line-height: 80%;
	text-transform: uppercase;
	margin-bottom: 1.94444vw;
}

.main-shop__subtitle {
	font-family: "HeadingNowVar", "Arial", sans-serif;
	font-variation-settings: "wght" 650, "wdth" 260;
	font-size: 6.66667vw;
	line-height: 100%;
	letter-spacing: 0.01em;
	text-transform: uppercase;
}

.main-shop__photo {
	height: 23.61111vw;
	background: #3c3c3e url(../img/main-shop/bg.jpg) no-repeat 50% 100%/100% auto;
}

.breadcrumbs {
	display: none;
}

.basket {
	padding: 11.38889vw 0 8.33333vw 0;
}

.basket__head {
	display: flex;
	gap: 0.55556vw;
	margin-bottom: 9.72222vw;
}

.basket__head SPAN {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 5.55556vw;
	height: 5.55556vw;
	padding: 0 0.83333vw;
	border-radius: 55.55556vw;
	background: #ff0000;
	font-size: 4.44444vw;
	line-height: 90%;
	letter-spacing: -0.03em;
	color: #fff;
}

.basket__title {
	font-size: 13.33333vw;
	line-height: 80%;
}

.basket__box {
	display: flex;
	flex-direction: column;
	gap: 4.44444vw;
}

.basket__bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 500;
	font-size: 3.33333vw;
	line-height: 90%;
	letter-spacing: -0.03em;
	margin-bottom: 5.55556vw;
}

.basket__mark {
	display: flex;
	align-items: center;
	gap: 2.77778vw;
	margin: 0;
}

.basket__mark-checkbox {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 6.66667vw;
	height: 6.66667vw;
	border-radius: 1.11111vw;
	background: #e0e2ea;
	cursor: pointer;
}

.basket__mark-checkbox input {
	display: none;
}

.basket__mark-checkbox-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.basket__mark-checkbox-icon:before {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	background: #2b2eea url(../img/@basket/basket/check.svg) no-repeat 50% 50%/65% auto;
	border-radius: 1.11111vw;
}

input:checked + .basket__mark-checkbox-icon:before {
	display: block;
}

.basket__delete SPAN {
	color: #2b2eea;
	cursor: pointer;
}

.basket__amount {
	padding: 5.55556vw;
	border-radius: 1.66667vw;
	background: #f1f1f7;
	font-size: 4.44444vw;
	line-height: 90%;
	letter-spacing: -0.03em;
	margin-bottom: 5.55556vw;
}

.basket__list {
	display: flex;
	flex-direction: column;
	margin-bottom: 4.16667vw;
}

.basket__item {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 0 5.55556vw;
	padding: 9.72222vw 0;
	border-bottom: 1px solid #cfd5e1;
}

.basket__item:first-child {
	padding-top: 0;
}

.basket__item:last-child {
	border: 0;
}

.basket__item-choice {
	flex: 0 0 100%;
	margin-bottom: 5.55556vw;
}

.basket__item-photo {
	position: relative;
	flex: 0 0 22.77778vw;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 19.44444vw;
	padding: 1.11111vw;
	border-radius: 1.66667vw;
	background: #f1f1f7;
	transition: 0.3s;
}

.basket__item-photo:hover {
	background: #e0e2ea;
}

.basket__item-photo:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	content: '';
	width: 15vw;
	height: 15vw;
	border-radius: 50%;
	background: #e0e2ea;
}

.basket__item-photo A {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.basket__item-photo IMG {
	position: relative;
	max-width: 100%;
	max-height: 100%;
}

.basket__item-content {
	position: relative;
	display: flex;
	flex-direction: column;
	flex: 0 0 60.55556vw;
}

.basket__item-top {
	display: flex;
	flex-direction: column;
	margin-bottom: 7.77778vw;
}

.basket__item-name {
	font-family: "HeadingNowVar", "Arial", sans-serif;
	font-variation-settings: "wght" 650, "wdth" 260;
	font-size: 10vw;
	line-height: 80%;
	text-transform: uppercase;
	color: #040404;
	margin-bottom: 7.77778vw;
}

.basket__item-info {
	display: flex;
	flex-direction: column;
	gap: 2.77778vw;
}

.basket__item-info LI {
	font-size: 4.44444vw;
	line-height: 90%;
	letter-spacing: -0.03em;
}

.basket__item-delete {
	position: absolute;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	flex: 0 0 6.66667vw;
	height: 6.66667vw;
	cursor: pointer;
}

.basket__item-delete SPAN {
	display: none;
}

.basket__item-delete:before {
	content: '';
	display: block;
	width: 6.66667vw;
	height: 6.66667vw;
	background: url(../img/common/icon-delete.svg) no-repeat 50% 50%/100% 100%;
}

.basket__item-bottom {
	display: flex;
	flex-direction: column;
}

.basket__item-price {
	font-weight: 700;
	font-size: 5.55556vw;
	line-height: 90%;
	letter-spacing: -0.03em;
	white-space: nowrap;
	margin-bottom: 2.77778vw;
}

.basket__item-counter {
	font-weight: 500;
	font-size: 3.33333vw;
	line-height: 90%;
	letter-spacing: -0.03em;
	margin-bottom: 2.77778vw;
}

.basket__item .quantity {
	display: flex;
	align-items: center;
	gap: 2.77778vw;
}

.basket__item .quantity__num {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 7.77778vw;
	min-width: 7.77778vw;
	padding: 0 0.83333vw;
	border: 1px solid #020202;
	border-radius: 25vw;
	font-size: 4.44444vw;
	line-height: 90%;
	letter-spacing: -0.03em;
}

.basket__item .quantity__minus, .basket__item .quantity__plus {
	display: blosk;
	width: 7.77778vw;
	height: 7.77778vw;
	border: 1px solid #020202;
	border-radius: 25vw;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 120% 120%;
	text-indent: -2777.77778vw;
	opacity: .3;
	cursor: pointer;
}

.basket__item .quantity__minus:hover, .basket__item .quantity__plus:hover {
	border: 0;
	background-color: #f1f1f7;
	opacity: 1;
}

.basket__item .quantity__minus.disabled, .basket__item .quantity__plus.disabled {
	opacity: .2;
	pointer-events: none;
}

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

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

.basket__aside .button_scroll {
	position: fixed;
	left: 2.77778vw;
	right: 2.77778vw;
	bottom: 2.77778vw;
	z-index: 2;
	width: auto;
	max-width: 100%;
	height: 13.33333vw;
}

.basket__aside .button_scroll.disabled, .basket__aside .button_scroll.disabled:hover {
	cursor: default;
	opacity: 1;
	pointer-events: none;
}

.basket__calculation {
	padding: 4.16667vw 5.55556vw;
	border: 1px solid #cfd5e1;
	border-radius: 1.66667vw;
	margin-bottom: 3.33333vw;
}

.basket__calculation-title {
	font-size: 6.11111vw;
	line-height: 90%;
	letter-spacing: -0.03em;
	margin-bottom: 7.77778vw;
}

.basket__calculation-total {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.basket__calculation-amount {
	font-size: 4.44444vw;
	line-height: 90%;
	letter-spacing: -0.03em;
}

.basket__calculation-price {
	font-weight: 700;
	font-size: 5.55556vw;
	line-height: 128%;
	line-height: 90%;
	letter-spacing: -0.03em;
	white-space: nowrap;
}

.basket__order-box {
	padding: 6.66667vw 3.33333vw 3.33333vw 3.33333vw;
	border-radius: 1.66667vw;
	background: #f1f1f7;
	margin-bottom: 3.33333vw;
}

.basket__order-title {
	font-family: "HeadingNowVar", "Arial", sans-serif;
	font-variation-settings: "wght" 650, "wdth" 260;
	font-size: 13.33333vw;
	line-height: 80%;
	text-transform: uppercase;
	margin-bottom: 6.66667vw;
}

.basket__order .form__item-text {
	font-size: 4.44444vw;
	line-height: 110%;
	letter-spacing: -0.03em;
}

.basket__order .form__input {
	background: #fff;
}

.basket__order .form__radiobox {
	display: flex;
	flex-direction: column;
	gap: 3.33333vw;
	margin-bottom: 6.66667vw;
}

.basket__order .form__radio-label {
	display: flex;
	align-items: center;
	gap: 3.33333vw;
	margin: 0;
}

.basket__order .form__radio-label-text {
	font-size: 4.44444vw;
	line-height: 90%;
	letter-spacing: -0.03em;
}

.basket__order .form__radio-label-input {
	position: relative;
	display: flex;
	flex: 0 0 6.66667vw;
	width: 6.66667vw;
	height: 6.66667vw;
}

.basket__order .form__radio-label-input .radio {
	width: 6.66667vw;
	height: 6.66667vw;
	padding: 0;
	border: none;
	opacity: 0;
}

.basket__order .form__radio-label-input .radio + SPAN {
	position: absolute;
	top: 0;
	left: 0;
	width: 6.66667vw;
	height: 6.66667vw;
	padding: 1.38889vw;
	border: 0.55556vw solid #e0e2ea;
	border-radius: 50%;
	background: #fff;
	-webkit-appearance: none;
	outline: none;
	cursor: pointer;
}

.basket__order .form__radio-label-input .radio:checked + SPAN:before,
.basket__order .form__radio-label-input .radio:active + SPAN:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	content: '';
	display: block;
	width: 3.88889vw;
	height: 3.88889vw;
	border: 0;
	border-radius: 50%;
	background: #2b2eea;
}

.basket__order .form__subtitle {
	padding-top: 5vw;
	font-weight: 700;
	font-size: 5vw;
	line-height: 90%;
	letter-spacing: -0.03em;
	margin-bottom: 8.33333vw;
}

.basket__order .form__tabs {
	display: flex;
	gap: 3.33333vw;
	margin-bottom: 9.44444vw;
}

.basket__order .form__tabs-label {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 9.16667vw;
	padding: 0 7.5vw;
	text-align: center;
	margin: 0;
}

.basket__order .form__tabs-label-text {
	position: relative;
	z-index: 1;
	font-size: 4.44444vw;
	line-height: 90%;
	letter-spacing: -0.03em;
}

.basket__order .form__tabs-label-input {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	border-radius: 55.55556vw;
	background: #e0e2ea;
}

.basket__order .form__tabs-label-input .radio {
	padding: 0;
	border: none;
	opacity: 0;
}

.basket__order .form__tabs-label.active .form__tabs-label-text {
	color: #fff;
}

.basket__order .form__tabs-label.active .form__tabs-label-input {
	background: #2b2eea;
}

.basket__order-button {
	max-width: 100%;
	height: 13.33333vw;
}

.basket__order-button.disabled, .basket__order-button.disabled:hover {
	cursor: default;
	opacity: 1;
	pointer-events: none;
}

.basket__message {
	display: none;
}

.basket__message_visible {
	display: block;
}

.basket__message-title {
	font-size: 8.33333vw;
	line-height: 90%;
	letter-spacing: -0.03em;
	margin-bottom: 1.94444vw;
}

.basket__message-text {
	font-size: 5vw;
	line-height: 110%;
	letter-spacing: -0.03em;
	margin-bottom: 11.11111vw;
}

.basket__message .button {
	width: 57.5vw;
	height: 11.66667vw;
	font-size: 5vw;
}

.catalogue {
	padding: 8.33333vw 0 8.88889vw 0;
}

.catalogue__head {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 2.77778vw;
	margin-bottom: 8.33333vw;
}

.catalogue__title {
	font-size: 13.33333vw;
	line-height: 80%;
}

.catalogue .button {
	width: 22.22222vw;
	height: 7.77778vw;
	font-size: 3.33333vw;
}

.catalogue__box {
	display: flex;
	flex-wrap: wrap;
	gap: 5.55556vw;
	margin-bottom: 6.66667vw;
}

.catalogue__item {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 0 0 calc(50% - 2.77778vw);
	padding: 3.33333vw;
	border-radius: 4.44444vw;
	background: #f1f1f7;
	text-align: center;
}

.catalogue__item:hover {
	background: #e0e2ea;
}

.catalogue__item-photo {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 36.11111vw;
}

.catalogue__item-photo:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	content: '';
	width: 28.33333vw;
	height: 28.33333vw;
	border-radius: 50%;
	background: #e0e2ea;
}

.catalogue__item-photo IMG {
	position: relative;
}

.catalogue__item-info {
	display: flex;
	flex-direction: column;
	gap: 3.88889vw;
}

.catalogue__item-text {
	font-size: 4.44444vw;
	line-height: 90%;
	letter-spacing: -0.03em;
}

.catalogue__item-price {
	font-size: 5.55556vw;
	line-height: 90%;
	letter-spacing: -0.03em;
}

.catalogue__item-bar {
	display: none;
}
