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

.main-shop__box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 142px;
	padding: 20px 96px;
	border-radius: 20px;
	background: #040404 url(../img/main-shop/bg_desk.jpg) no-repeat 50% 0/auto 100%;
	margin: 0 -96px;
}

.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;
}

.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;
}

.product {
	padding: 0 0 33px 0;
}

.product__title {
	font-size: 120px;
	margin-bottom: 36px;
}

.product__box {
	flex-direction: row;
	align-items: flex-start;
	gap: 24px;
}

.product__photo {
	flex: 0 0 calc(50% - 12px);
	border-radius: 16px;
}

.product__photo-inner {
	height: 738px;
	padding: 50px;
}

.product__photo-inner:before {
	width: 560px;
	height: 560px;
}

.product__content {
	display: flex;
	flex-direction: column;
	flex: 0 0 calc(50% - 12px);
}

.product__parameter {
	margin-bottom: 46px;
}

.product__parameter-title {
	font-size: 34px;
	line-height: 90%;
	margin-bottom: 35px;
}

.product__parameter-list {
	gap: 12px;
}

.product__parameter-item {
	height: 56px;
	padding: 0 42px;
	border-radius: 200px;
}

.product__parameter-item DIV {
	font-size: 22px;
}

.product__price {
	padding-top: 0;
	padding-bottom: 32px;
	border-top: 0;
	border-bottom: 1px solid #cfd5e1;
	font-size: 82px;
	margin-bottom: 40px;
}

.product__buttonbox {
	position: static;
	margin-bottom: 96px;
}

.product__buttonbox .button {
	width: 350px;
	height: 70px;
	font-size: 24px;
}

.product__buttonbox .quantity {
	gap: 22px;
	width: 350px;
	height: 70px;
	border-radius: 200px;
}

.product__buttonbox .quantity__num {
	min-width: 30px;
	height: 30px;
	padding: 0 2px;
	font-size: 24px;
	line-height: 110%;
}

.product__buttonbox .quantity__minus, .product__buttonbox .quantity__plus {
	width: 30px;
	height: 30px;
	border-width: 1px;
	border-radius: 90px;
}

.product__info {
	margin-bottom: 107px;
}

.product__info:last-child {
	margin-bottom: 7px;
}

.product__info-title {
	padding-bottom: 12px;
	border-bottom: 1px solid #cfd5e1;
	font-size: 34px;
	margin-bottom: 16px;
}

.product__info-description DIV {
	font-size: 24px;
	-webkit-line-clamp: 3;
}

.product__info-list {
	gap: 10px;
}

.product__info LI {
	padding-bottom: 16px;
	border-bottom: 1px solid #cfd5e1;
	font-size: 24px;
}

.product__info-name {
	flex: 0 0 340px;
}

.product__info .show-more {
	padding-top: 30px;
}

.product__info .show-more SPAN {
	font-size: 16px;
}

.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;
}
