/* Common */
/* Media */
/* Blocks */
.product {
	padding: 0 0 60px 0;
}

.product__box {
	display: flex;
	justify-content: space-between;
	padding-top: 34px;
}

.product__box .slick-arrows {
	display: flex;
	justify-content: center;
	gap: 20px;
	padding-top: 30px;
}

.product__name {
	display: none;
}

.product__gallery {
	margin-bottom: 0;
	margin-right: -10px;
}

.popup-slider .product__gallery {
	margin: 0;
}

.product__carousel.slick-slider {
	width: 731px;
}

.popup-slider .product__carousel.slick-slider {
	width: 100%;
}

.product__carousel:after {
	display: none;
}

.product__item {
	margin-right: 10px;
}

.popup-slider .product__item {
	padding: 0;
	margin: 0;
}

.popup-slider .product__item-photo {
	width: auto;
	height: auto;
}

.product__item-photo A:after {
	display: none;
}

.popup-slider .product__item-photo A {
	width: auto;
	height: auto;
}

.popup-slider .product__item-photo A IMG {
	max-height: calc(100vh - 282px);
}

.product__item-photo IMG {
	border-radius: 16px;
}

.product__info {
	margin-top: -74px;
	display: flex;
	flex-direction: column;
	gap: 17px;
	flex: 0 0 380px;
	padding-top: 2px;
	border: 0;
	margin-bottom: 0;
}

.product__info-item {
	padding-bottom: 17px;
	border-bottom-width: 2px;
}

.product__info-item.desk {
	display: block;
}

.product__info-item:first-child {
	min-height: 73px;
}

.product__info-item IMG {
	display: block;
	height: 40px;
}

.product__info-item-name {
	padding-top: 28px;
	font-weight: 600;
	font-size: 22px;
	line-height: 112%;
}

.product__info-item-title {
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 1%;
	margin-bottom: 3px;
}

.product__info-item-text {
	font-size: 18px;
	line-height: 150%;
	letter-spacing: 1%;
}

.product__info-item .quantity {
	padding: 9px 0;
}

.product__info-item .quantity__num {
	width: 54px;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: 1%;
}

.product__info-item .quantity__minus, .product__info-item .quantity__plus {
	width: 30px;
	height: 30px;
}

.product__info .button {
	margin-top: 11px;
}

.product .popup-slider {
	padding: 80px 50px;
}

.product .popup-slider__close {
	flex: 0 0 60px;
}

.product .popup-slider__close I {
	width: 40px;
	height: 40px;
	margin: 0 0 0 auto;
}

.product .popup-slider .slick-navigation {
	display: none;
}

.product .popup-slider .slick-arrows {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 20px;
	flex: 0 0 60px;
}

.product .popup-slider .slick-arrow {
	background-image: url(../img/common/icon-arrow-white.svg);
}

.product .popup-slider .slick-arrow:hover {
	background-image: url(../img/common/icon-arrow-orange.svg);
}

.product .popup-slider .slick-arrow.slick-disabled:hover {
	background-image: url(../img/common/icon-arrow-white.svg);
}

.tabsblock-slick .tabs-slick {
	justify-content: center;
	margin-bottom: 50px;
}

.tabsblock-slick .tabs-slick__inner {
	display: inline-flex;
	gap: 124px;
	width: auto;
	border-bottom-width: 2px;
}

.tabsblock-slick .tabs-slick__line {
	bottom: -2px;
	height: 2px;
}

.tabsblock-slick .tabs-slick__title {
	padding-bottom: 6px;
	font-size: 20px;
}

.info {
	padding: 0 0 50px 0;
}

.info .tabsblock-slick {
	padding: 0 100px;
}

.characteristics {
	padding: 90px 0;
}

.characteristics__box {
	gap: 16px;
}

.characteristics__item {
	flex-direction: row;
	justify-content: space-between;
	gap: 50px;
	padding-bottom: 0;
	border-bottom: 0;
}

.characteristics__item-title {
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 2%;
	margin-bottom: 0;
}

.characteristics__item-text {
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 2%;
}

.description {
	padding: 90px 0;
}

.description__title {
	font-size: 40px;
	margin-bottom: 28px;
}

.description__list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.description__list LI {
	padding-left: 14px;
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 2%;
}

.description__list LI:before {
	top: 10px;
	width: 3px;
	height: 3px;
}

.description__tabs {
	display: flex;
	justify-content: center;
	padding-left: 20px;
	margin: 0 -10px 50px 0;
	overflow: inherit;
}

.description__tabs__title {
	flex: 0 0 180px;
	width: 180px;
	height: 180px;
	padding: 0;
	margin-left: -20px;
}

.description__tabs__title:after {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.description__tabs__title IMG {
	width: 180px;
	height: 180px;
}

.description__tabs__title.current IMG {
	width: 220px;
	height: 220px;
	box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.7);
}

.goods {
	width: 980px;
	margin: 0 auto;
}

.goods__title {
	font-size: 20px;
	line-height: 120%;
	letter-spacing: 1%;
	margin-bottom: 30px;
}

.goods__gallery {
	width: 1000px;
	min-height: 195px;
	margin: 0 -10px;
}

.goods__gallery .slick-arrows {
	top: 70px;
	left: -90px;
	right: -90px;
}

.goods__gallery IMG {
	border-radius: 16px;
}

.goods__item {
	height: 292px;
	margin: 0 10px;
}

.goods__item-inner {
	width: 180px;
	border-radius: 16px;
}

.goods__item-photo {
	width: 180px;
	height: 180px;
	transition: 0.3s;
}

.goods__item-info {
	padding: 0 5px 24px 5px;
}

.goods__item-info-price {
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 1%;
	margin-bottom: 15px;
}

.goods__item-info I {
	width: 40px;
	height: 40px;
}

.goods-section .goods {
	width: 980px;
	margin: 0 auto;
}
