/* Common */
/* Media */
/* Blocks */
.product {
	padding: 0 0 10.9375vw 0;
}

.product__name {
	font-weight: 500;
	font-size: 5vw;
	line-height: 112%;
	margin-bottom: 6.25vw;
}

.product__name IMG {
	height: 12.5vw;
	-webkit-filter: invert(80%) sepia(5%) saturate(176%) hue-rotate(22deg) brightness(91%) contrast(88%);
	        filter: invert(80%) sepia(5%) saturate(176%) hue-rotate(22deg) brightness(91%) contrast(88%);
}

.product__gallery {
	margin-bottom: 6.25vw;
	margin-right: -3.125vw;
}

.product__carousel {
	position: relative;
}

.popup-slider .product__carousel {
	display: flex;
	align-items: center;
	flex-grow: 1;
	margin: 0;
}

.product__carousel:after {
	position: absolute;
	right: 4.6875vw;
	bottom: 3.125vw;
	content: '';
	width: 8.125vw;
	height: 8.125vw;
	background: url(../img/common/zoom-black.svg) no-repeat 50% 50%/100% 100%;
	-webkit-filter: invert(85%) sepia(8%) saturate(206%) hue-rotate(178deg) brightness(92%) contrast(89%);
	        filter: invert(85%) sepia(8%) saturate(206%) hue-rotate(178deg) brightness(92%) contrast(89%);
	pointer-events: none;
	touch-action: none;
}

.product__carousel:after:hover {
	-webkit-filter: invert(40%) sepia(77%) saturate(1010%) hue-rotate(352deg) brightness(107%) contrast(103%);
	        filter: invert(40%) sepia(77%) saturate(1010%) hue-rotate(352deg) brightness(107%) contrast(103%);
}

.popup-slider .product__carousel:after {
	display: none;
}

.product__carousel .slick-track {
	display: flex;
}

.product__carousel .slick-slide {
	display: flex;
	height: auto;
}

.product__carousel .slick-slide > DIV {
	display: flex;
	min-height: 100%;
}

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

.product__item {
	margin-right: 3.125vw;
}

.popup-slider .product__item {
	display: flex !important;
	justify-content: center;
	align-items: center;
	padding: 0;
}

.product__item-photo {
	display: flex;
	min-height: 100%;
}

.popup-slider .product__item-photo {
	width: auto;
	max-width: 100%;
}

.product__item-photo A {
	cursor: pointer;
}

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

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

.product__item-photo IMG {
	border-radius: 3.125vw;
}

.product__info {
	position: relatuve;
	display: flex;
	flex-direction: column;
	gap: 2.8125vw;
	padding-top: 2.8125vw;
	border-top: 1px solid #6e6e73;
}

.product__info-item {
	padding-bottom: 2.8125vw;
	border-bottom: 1px solid #6e6e73;
}

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

.product__info-item IMG {
	height: 12.5vw;
	-webkit-filter: invert(85%) sepia(8%) saturate(206%) hue-rotate(178deg) brightness(92%) contrast(89%);
	        filter: invert(85%) sepia(8%) saturate(206%) hue-rotate(178deg) brightness(92%) contrast(89%);
}

.product__info-item-name {
	font-weight: 500;
	font-size: 5vw;
	line-height: 112%;
}

.product__info-item-title {
	font-size: 3.75vw;
	line-height: 100%;
	color: #6e6e73;
	margin-bottom: 1.5625vw;
}

.product__info-item-text {
	font-weight: 500;
	font-size: 4.375vw;
	line-height: 128%;
}

.product__info-item .quantity {
	display: flex;
	align-items: center;
	padding: 0.9375vw 0;
}

.product__info-item .quantity__num {
	width: 10.9375vw;
	text-align: center;
	font-weight: 500;
	font-size: 4.375vw;
	line-height: 128%;
}

.product__info-item .quantity__minus, .product__info-item .quantity__plus {
	display: blosk;
	width: 6.875vw;
	height: 6.875vw;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100% 100%;
	text-indent: -3125vw;
	cursor: pointer;
	-webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(119deg) brightness(105%) contrast(101%);
	        filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(119deg) brightness(105%) contrast(101%);
}

.product__info-item .quantity__minus:hover, .product__info-item .quantity__plus:hover {
	-webkit-filter: invert(40%) sepia(77%) saturate(1010%) hue-rotate(352deg) brightness(107%) contrast(103%);
	        filter: invert(40%) sepia(77%) saturate(1010%) hue-rotate(352deg) brightness(107%) contrast(103%);
}

.product__info-item .quantity__minus.disabled, .product__info-item .quantity__plus.disabled {
	opacity: .3;
	pointer-events: none;
}

.product__info-item .quantity__minus {
	background-image: url(../img/@product/product/minus.svg);
}

.product__info-item .quantity__plus {
	background-image: url(../img/@product/product/plus.svg);
}

.product__info .button {
	margin-top: 3.4375vw;
}

.product .popup-slider {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -100;
	opacity: 0;
	transition: 0.3s;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100vh;
	padding: 18.75vw 3.125vw 9.375vw 3.125vw;
}

.product .popup-slider_opened {
	opacity: 1;
	z-index: 100;
	background: rgba(26, 25, 33, 0.8);
}

.product .popup-slider__close {
	flex: 0 0 9.375vw;
}

.product .popup-slider__close I {
	display: block;
	width: 11.875vw;
	height: 11.875vw;
	margin: 0 3.125vw 0 auto;
	background: url(../img/common/icon-accordion-close-gray.svg) no-repeat 50% 50%/100% 100%;
	cursor: pointer;
}

.product .popup-slider__close I:hover {
	background-image: url(../img/common/icon-accordion-close-orange.svg);
}

.product .popup-slider .slick-navigation {
	flex: 0 0 18.75vw;
	align-items: flex-end;
	padding-right: 3.125vw;
	margin: 0;
}

.product .popup-slider .slick-navigation .slick-active button {
	background: #fff;
}

.tabsblock-slick .tabs-slick {
	display: flex;
	margin-bottom: 9.375vw;
}

.tabsblock-slick .tabs-slick__inner {
	position: relative;
	display: flex;
	justify-content: space-between;
	gap: 10.9375vw;
	width: 100%;
	border-bottom: 0.625vw solid #bfc4cc;
}

.tabsblock-slick .tabs-slick__line {
	position: absolute;
	bottom: -0.625vw;
	height: 0.625vw;
	background: #ff6e0d;
}

.tabsblock-slick .tabs-slick__title {
	padding-bottom: 1.875vw;
	font-size: 4.375vw;
	line-height: 100%;
	color: #bfc4cc;
	cursor: pointer;
}

.tabsblock-slick .tabs-slick__title.current {
	font-weight: 500;
	color: #1a1921;
}

.tabsblock-slick .tabs-slick__title:hover {
	color: #1a1921;
}

.tabsblock-slick .tabsbox-slick {
	display: none;
}

.tabsblock-slick .tabsbox-slick.visible {
	display: block;
}

.info {
	padding: 0 0 9.375vw 0;
}

.info .tabsblock-slick .tabs-slick__inner {
	border-bottom-color: #6e6e73;
}

.info .tabsblock-slick .tabs-slick__title {
	color: #6e6e73;
}

.info .tabsblock-slick .tabs-slick__title.current {
	color: #fff;
}

.info .tabsblock-slick .tabs-slick__title:hover {
	color: #fff;
}

.characteristics {
	padding: 18.75vw 0;
}

.characteristics__box {
	display: flex;
	flex-direction: column;
	gap: 2.8125vw;
}

.characteristics__item {
	display: flex;
	flex-direction: column;
	padding-bottom: 2.8125vw;
	border-bottom: 1px solid #6e6e73;
}

.characteristics__item-title {
	font-size: 3.75vw;
	line-height: 100%;
	color: #6e6e73;
	margin-bottom: 1.5625vw;
}

.characteristics__item-text {
	font-size: 4.375vw;
	line-height: 128%;
}

.description {
	padding: 18.75vw 0;
}

.description__title {
	font-weight: 700;
	font-size: 6.25vw;
	line-height: 110%;
	text-transform: uppercase;
	margin-bottom: 3.125vw;
}

.description__list {
	display: flex;
	flex-direction: column;
	gap: 3.4375vw;
}

.description__list LI {
	position: relative;
	padding-left: 3.75vw;
	font-size: 4.375vw;
	line-height: 128%;
	color: #6e6e73;
}

.description__list LI:before {
	position: absolute;
	top: 2.1875vw;
	left: 0;
	content: '';
	display: block;
	width: 0.9375vw;
	height: 0.9375vw;
	border-radius: 50%;
	background: #6e6e73;
}

.description__tabs {
	display: flex;
	padding-left: 12.5vw;
	margin: 0 0 10.9375vw 0;
	overflow-x: scroll;
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* FF */
}

.description__tabs::-webkit-scrollbar {
	/* Chrome, Safari, Opera */
	display: none;
}

.description__tabs__title {
	position: relative;
	flex: 0 0 38.75vw;
	width: 38.75vw;
	height: 48.75vw;
	padding: 5vw 0;
	margin-left: -8.125vw;
	cursor: pointer;
}

.description__tabs__title:after {
	position: absolute;
	top: 5vw;
	right: 0;
	bottom: 5vw;
	left: 0;
	content: '';
	border-radius: 50%;
	background: linear-gradient(0deg, rgba(20, 0, 0, 0.2), rgba(20, 0, 0, 0.2)), radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.1) 0%, rgba(26, 25, 33, 0.1) 100%), linear-gradient(0deg, rgba(26, 25, 33, 0.7), rgba(26, 25, 33, 0.7));
}

.description__tabs__title:hover:after {
	background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.1) 0%, rgba(26, 25, 33, 0.1) 100%), linear-gradient(0deg, rgba(26, 25, 33, 0.7), rgba(26, 25, 33, 0.7));
}

.description__tabs__title.default:after {
	display: none;
}

.description__tabs__title.default:hover:after {
	display: block;
	background: linear-gradient(0deg, rgba(20, 0, 0, 0.2), rgba(20, 0, 0, 0.2));
}

.description__tabs__title IMG {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	max-width: none;
	width: 38.75vw;
	height: 38.75vw;
	border-radius: 50%;
	transition: 0.3s;
}

.description__tabs__title.current {
	z-index: 1;
	background: none;
}

.description__tabs__title.current:after {
	display: none;
}

.description__tabs__title.current IMG {
	width: 48.75vw;
	height: 48.75vw;
	box-shadow: 0 0 5.625vw 0 rgba(0, 0, 0, 0.7);
}

.description__tabsbox {
	display: none;
}

.description__tabsbox.visible {
	display: block;
}

.goods__title {
	font-weight: 500;
	font-size: 4.375vw;
	line-height: 100%;
	margin-bottom: 2.8125vw;
}

.goods__gallery {
	position: relative;
	width: 64.375vw;
	margin: 0 auto;
}

.goods__gallery .slick-track {
	display: flex;
}

.goods__gallery .slick-slide {
	display: flex;
	height: auto;
}

.goods__gallery .slick-slide > DIV {
	display: flex;
	min-height: 100%;
}

.goods__gallery .slick-arrows {
	position: absolute;
	top: 8.75vw;
	left: -13.4375vw;
	right: -13.4375vw;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.goods__gallery IMG {
	border-radius: 3.125vw;
}

.goods__carousel {
	position: relative;
	z-index: 1;
}

.goods__item {
	margin: 0 1.5625vw;
}

.goods__item-inner {
	width: 29.0625vw;
	border-radius: 3.4375vw;
	background: #f0f7ff;
}

.goods__item-photo {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 29.0625vw;
	height: 29.0625vw;
	cursor: pointer;
}

.goods__item-info {
	display: none;
	padding: 3.125vw 1.5625vw 4.6875vw 1.5625vw;
	color: #1a1921;
	text-align: center;
}

.goods__item-info-price {
	font-size: 4.375vw;
	line-height: 120%;
	margin-bottom: 3.125vw;
}

.goods__item-info I {
	display: flex;
	width: 11.875vw;
	height: 11.875vw;
	margin: 0 auto;
	cursor: pointer;
}

.goods__item-info I:hover {
	-webkit-filter: invert(40%) sepia(77%) saturate(1010%) hue-rotate(352deg) brightness(107%) contrast(103%);
	        filter: invert(40%) sepia(77%) saturate(1010%) hue-rotate(352deg) brightness(107%) contrast(103%);
}

.goods__item-info .icon-plus {
	background: url(../img/common/icon-plus-black.svg) no-repeat 50% 50%/100% 100%;
}

.goods__item-info .icon-delete {
	background: url(../img/common/icon-delete-black.svg) no-repeat 50% 50%/100% 100%;
}
