/* Common */
/* Media */
/* Blocks */
.main-shop {
	padding: 98px 0 100px 0;
}

.main-shop__box {
	display: flex;
	min-height: 142px;
	padding: 0;
	border-radius: 20px;
	background: none;
	margin: 0 -96px;
}

.main-shop__content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex: 0 0 50%;
	padding: 20px 24px 20px 96px;
	border-radius: 20px;
	background: #040404;
}

.main-shop__title {
	font-size: 110px;
	letter-spacing: -0.03em;
	margin-bottom: 0;
}

.main-shop__subtitle {
	flex: 0 0 340px;
	font-size: 34px;
	line-height: 80%;
	letter-spacing: inherit;
	text-align: right;
}

.main-shop__photo {
	display: block;
	flex: 0 0 50%;
	height: auto;
	border-radius: 20px;
	background: #323234 url(../img/main-shop/bg_desk.jpg) no-repeat 50% 50%/100% auto;
}

.breadcrumbs {
	display: block;
	padding-bottom: 80px;
}

.breadcrumbs__block {
	display: flex;
	align-items: center;
	gap: 30px;
	font-size: 16px;
	line-height: 90%;
	letter-spacing: -0.03em;
	color: #a6b0bf;
}

.breadcrumbs__block A {
	position: relative;
	color: #e0e2ea;
}

.breadcrumbs__block A:after {
	position: absolute;
	top: 50%;
	left: calc(100% + 10px);
	-webkit-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	content: '/';
	display: block;
	color: #e0e2ea;
}

.breadcrumbs__block A:hover {
	color: #a6b0bf;
}

.basket {
	padding: 0 0 54px 0;
}

.basket__head {
	gap: 10px;
	margin-bottom: 50px;
}

.basket__head SPAN {
	min-width: 31px;
	height: 31px;
	padding: 0 8px;
	border-radius: 200px;
	font-size: 22px;
}

.basket__title {
	font-size: 120px;
}

.basket__box {
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	gap: 122px;
}

.basket__content {
	flex: 0 0 1023px;
}

.basket__bar {
	font-size: 18px;
	margin-bottom: 50px;
}

.basket__mark {
	gap: 10px;
}

.basket__mark-checkbox {
	width: 24px;
	height: 24px;
	border-radius: 4px;
}

.basket__mark-checkbox-icon:before {
	border-radius: 4px;
}

.basket__amount {
	padding: 20px;
	border-radius: 12px;
	font-size: 22px;
	margin-bottom: 60px;
}

.basket__list {
	margin-bottom: 55px;
}

.basket__item {
	flex-wrap: nowrap;
	gap: 40px;
	padding: 40px 0 24px 0;
	border-bottom-width: 1px;
}

.basket__item-choice {
	flex: 0 0 24px;
	margin-bottom: 0;
}

.basket__item-photo {
	flex: 0 0 200px;
}

.basket__item-photo {
	flex: 0 0 196px;
	height: 170px;
	padding: 10px;
	border-radius: 10px;
}

.basket__item-photo:before {
	width: 130px;
	height: 130px;
}

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

.basket__item-content {
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex: 1 0;
}

.basket__item-top {
	flex: 0 0 410px;
	gap: 10px;
	margin-bottom: 10px;
}

.basket__item-name {
	font-size: 60px;
	margin-bottom: 18px;
}

.basket__item-info {
	gap: 10px;
	margin-bottom: 20px;
}

.basket__item-info LI {
	font-size: 22px;
}

.basket__item-delete {
	position: static;
	display: flex;
	flex: none;
	gap: 10px;
	height: 24px;
}

.basket__item-delete SPAN {
	display: block;
	font-size: 18px;
	line-height: 90%;
	letter-spacing: 0.01em;
	color: #a6b0bf;
}

.basket__item-delete:before {
	width: 24px;
	height: 24px;
}

.basket__item-delete:hover {
	opacity: 0.6;
}

.basket__item-bottom {
	align-items: flex-end;
}

.basket__item-price {
	font-size: 46px;
	margin-bottom: 25px;
}

.basket__item-counter {
	font-size: 22px;
	margin-bottom: 30px;
}

.basket__item .quantity {
	gap: 10px;
}

.basket__item .quantity__num {
	height: 28px;
	min-width: 28px;
	padding: 0 3px;
	border-width: 1px;
	border-radius: 200px;
	font-size: 16px;
}

.basket__item .quantity__minus, .basket__item .quantity__plus {
	width: 28px;
	height: 28px;
}

.basket__aside {
	flex-grow: 1;
}

.basket__aside .button_scroll {
	display: none;
}

.basket__calculation {
	padding: 15px 20px;
	border-width: 1px;
	border-radius: 12px;
	margin-bottom: 24px;
}

.basket__calculation-title {
	font-size: 36px;
	margin-bottom: 40px;
}

.basket__calculation-amount {
	font-size: 22px;
}

.basket__calculation-price {
	font-size: 36px;
}

.basket__order-box {
	padding: 40px 20px 20px 20px;
	border-radius: 12px;
	margin-bottom: 12px;
	margin-bottom: 24px;
}

.basket__order-title {
	font-size: 60px;
	margin-bottom: 34px;
}

.basket__order .form__items {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 10px;
}

.basket__order .form__items .form__item {
	flex: 0 0 calc(50% - 5px);
}

.basket__order .form__items .form__item_w {
	flex: 0 0 100%;
}

.basket__order .form__item-text {
	font-size: 22px;
}

.basket__order .form__radiobox {
	flex-direction: row;
	gap: 40px;
	margin-bottom: 34px;
}

.basket__order .form__radio-label {
	gap: 12px;
	margin: 0;
}

.basket__order .form__radio-label-text {
	font-size: 22px;
}

.basket__order .form__radio-label-input {
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
}

.basket__order .form__radio-label-input .radio {
	width: 24px;
	height: 24px;
}

.basket__order .form__radio-label-input .radio + SPAN {
	width: 24px;
	height: 24px;
	padding: 5px;
	border-width: 2px;
	border-radius: 50%;
}

.basket__order .form__radio-label-input .radio:checked + SPAN:before,
.basket__order .form__radio-label-input .radio:active + SPAN:before {
	width: 14px;
	height: 14px;
	border: 0;
}

.basket__order .form__subtitle {
	padding-top: 18px;
	font-size: 24px;
	margin-bottom: 30px;
}

.basket__order .form__tabs {
	gap: 12px;
	margin-bottom: 34px;
}

.basket__order .form__tabs-label {
	height: 56px;
	padding: 0 40px;
}

.basket__order .form__tabs-label-text {
	font-size: 22px;
}

.basket__order .form__tabs-label-input {
	border-radius: 200px;
}

.basket__order-button {
	height: 70px;
	font-size: 24px;
}

.basket__message-title {
	font-size: 60px;
	line-height: 110%;
	margin-bottom: 20px;
}

.basket__message-text {
	max-width: 600px;
	font-size: 34px;
	line-height: 90%;
	margin-bottom: 88px;
}

.basket__message .button {
	width: 400px;
	height: 70px;
	font-size: 24px;
}

.catalogue {
	padding: 46px 0 97px 0;
}

.catalogue__head {
	gap: 20px;
	margin-bottom: 30px;
}

.catalogue__title {
	font-size: 86px;
}

.catalogue .button {
	width: 160px;
	height: 34px;
	font-size: 14px;
}

.catalogue__box {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	margin-bottom: 24px;
}

.catalogue__item {
	flex: 0 0 calc(25% - 18px);
	padding: 30px 24px;
	border-radius: 16px;
}

.catalogue__item:hover {
	border-radius: 16px 16px 0 0;
}

.catalogue__item-photo {
	height: 365px;
}

.catalogue__item-photo:before {
	width: 282px;
	height: 282px;
}

.catalogue__item-info {
	gap: 50px;
}

.catalogue__item-text {
	font-size: 24px;
	line-height: 110%;
}

.catalogue__item-price {
	font-size: 34px;
}

.catalogue__item-bar {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	z-index: 1;
	display: none;
	border-radius: 0 0 16px 16px;
	background: #e0e2ea;
}

.catalogue__item-bar .button {
	flex: 1 0;
	height: 60px;
	font-size: 14px;
	letter-spacing: -0.03em;
	cursor: pointer;
}

.catalogue__item-bar .button_1 {
	border-radius: 10px 10px 0 10px;
}

.catalogue__item-bar .button_link {
	background: none;
	color: #ff0000;
}

.catalogue__item-bar .button_link:hover {
	color: #d90000;
}

.catalogue__item:hover .catalogue__item-bar {
	display: flex;
}
