

/* Start:/bitrix/templates/groom-mir/components/bitrix/catalog.element/.default/style.css?17750592438047*/
.catalog-detail {
	padding-top: 2rem;
	position: relative;
}
.catalog-detail__wrapper {
	display: flex;
	justify-content: flex-start;
	gap: 30px;
	flex-grow: 1;
}
/* Gallery */
.catalog-detail__gallery {
	height: 600px;
	display: flex;
	gap: 18px;
}
.catalog-detail__gallery--thumbs,
.catalog-detail__gallery--images {
	position: relative;
}
.catalog-detail__gallery--thumbs {
	width: 100px;
	height: calc(112px * 5 + 10px * 3);
	flex: 0 0 100px;
	max-width: 100px;
	overflow: hidden;
}
.catalog-detail__gallery--images {
	flex: 1;
	height: 100%;
	width: 475px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 15px;
	position: relative;
}
.catalog-detail__gallery--thumb {
	border: 1px solid rgba(0, 0, 0, 0.1);
	overflow: hidden;
	border-radius: 10px;
	height: 112px;
	flex-shrink: 0;
	background-size: cover;
	background-position: center center;
	cursor: pointer;
}
.catalog-detail__gallery--thumb.swiper-slide-thumb-active {
	border-color: var(--color-secondary);
}
.swiper .catalog-detail__gallery--thumbs--prev.swiper-button-prev,
.swiper .catalog-detail__gallery--thumbs--next.swiper-button-next {
	width: 30px;
	height: 30px;
	background: #CEE1F9;
	font-size: 13px;
	color: black;
	right: unset;
	left: calc(50% - 15px);
	top: unset;
	bottom: unset;
	transform: rotate(90deg);
	opacity: 0.7;
}
.swiper .catalog-detail__gallery--thumbs--prev.swiper-button-prev:hover,
.swiper .catalog-detail__gallery--thumbs--next.swiper-button-next:hover {
	opacity: 1;
}
.swiper .catalog-detail__gallery--thumbs--prev.swiper-button-prev::before,
.swiper .catalog-detail__gallery--thumbs--next.swiper-button-next::before {
	width: 11px;
	height: 11px;
}
.swiper .catalog-detail__gallery--thumbs--prev.swiper-button-prev {
	top: 5px;
}
.swiper .catalog-detail__gallery--thumbs--next.swiper-button-next {
	bottom: 5px;
}
.swiper-slide.catalog-detail__gallery--image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 0 10px;
}
.catalog-detail__gallery--image img {
	object-fit: contain;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
/* Info */
.catalog-detail__info {
	flex: 1;
}
.catalog-detail__info--wrapper {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.catalog-detail__info--name {
	margin: 0 !important;
	padding: 0 !important;
}
.catalog-detail__info--brand span {
	font-size: 12px;
	background: var(--color2);
	padding: 5px 10px;
	border-radius: 12px;
}
.catalog-detail__labels {
	display: flex;
	gap: 7.5px;
}
.catalog-detail__label {
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	background: var(--color-primary);
	padding: 5px 10px;
	border-radius: 12px;
}
.catalog-detail__info--characters {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.catalog-detail__info--character {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	position: relative;
	font-size: 12px;
}
.catalog-detail__info--character--name {
	color: #A9A8B0;
	flex-grow: 1;
	margin-right: 8px;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	background: white;
	font-weight: 600;
}
.catalog-detail__info--character--name span {
	background: white;
	padding-right: 8px;
	position: relative;
	z-index: 2;
}
.catalog-detail__info--character--name::after {
	content: "";
	position: absolute;
	bottom: 5px;
	left: 0;
	z-index: 1;
	width: 100vw;
	height: 1px;
	background-image: radial-gradient(circle, #A9A8B0 1px, transparent 1px);
	background-size: 4px 100%;
	background-repeat: repeat-x;
}
.catalog-detail__info--character--value {
	color: #000;
	flex-shrink: 0;
	background-color: #fff;
	padding-left: 4px;
	position: relative;
	z-index: 2;
}
.catalog-detail__info--lines {
	display: flex;
	flex-direction: column;
	gap: 13.5px;
}
.catalog-detail__info--line {
	display: flex;
	align-items: center;
	gap: 7.5px;
	font-size: 12px;
}
.catalog-detail__info--line svg {
	width: 20px;
	height: 20px;
}
.catalog-detail__info--links {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-top: 2rem;
	padding-top: 22px;
	border-top: 1px solid var(--color4);
}
.catalog-detail__info--link {
	display: flex;
	gap: 10px;
	text-decoration: none !important;
	line-height: 1.3;
}
.catalog-detail__info--link-icon {
	flex: 0 0 27px;
	max-width: 27px;
	color: var(--color-gray);
}
.catalog-detail__info--link-icon span {
	width: 27px;
	height: 27px;
	background: var(--color3);
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.catalog-detail__info--link-icon svg {
	width: 14px;
	height: 14px;
}
.catalog-detail__info--link-text {
	font-size: 12px;
	font-weight: 500;
	color: black;
}
.catalog-detail__info--link-text small {
	display: block;
	font-size: 10px;
	color: var(--color4);
}
.catalog-detail__info--link:hover .catalog-detail__info--link-icon {
	color: white;
}
.catalog-detail__info--link:hover .catalog-detail__info--link-icon span {
	background: var(--color-primary);
}
/* data */
.catalog-detail__data {
	display: none;
	width: 455px;
	max-width: 100%;
	max-height: 100%;
	overflow-y: scroll;
	background: white;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	padding: 20px;
	box-shadow: 0px 2px 4px 0px #00000026;
	border-radius: 15px;
}
.catalog-detail__data--top {
	display: flex;
	justify-content: space-between;
	font-size: 18px;
	font-weight: 600;
}
.catalog-detail__data--top button {
	padding: 0;
	margin: 0;
	outline: none;
	background: transparent;
	border: none;
}
.catalog-detail__data--top svg {
	width: 15px;
	height: 15px;
	color: var(--color4);
}
.catalog-detail__data--top button:hover svg {
	color: black;
}
.catalog-detail__data--title {
	font-size: 14px;
	font-weight: 600;
	padding-bottom: 15px;
}
.catalog-detail__data--body {
	padding-top: 25px;
}
.catalog-detail__data--body .typo {
	font-size: 13px;
}
/* Controls */
.catalog-detail__controls {
	flex: 0 0 260px;
	max-width: 260px;
}
/* Buy */
.catalog-detail__buy {
	display: flex;
	flex-direction: column;
	gap: 20px;
	background: white;
	box-shadow: 0px 4px 15px 0px #00000026;
	border-radius: 15px;
	position: sticky;
	top: var(--stycky-lg);
	padding: 20px;
}
.catalog-detail__buy--buttons {
	display: flex;
	flex-direction: column;
	gap: 7.5px;
}
@media screen and (max-width: 1280px) {
	.catalog-detail__gallery--images {
		width: 400px;
	}
	.catalog-detail__gallery--thumbs {
		width: 80px;
		flex: 0 0 80px;
		max-width: 80px;
		height: calc(92px * 5 + 10px * 3)
	}
}
@media screen and (max-width: 1170px) {
	.catalog-detail__wrapper {
		flex-wrap: wrap;
	}
	.catalog-detail__gallery {
		height: 490px;
	}
}
@media screen and (max-width: 1024px) {
	.catalog-detail__wrapper {
		display: block;
		margin-top: -20px;
	}
	.catalog-detail__gallery {
		height: auto !important;
	}
	.catalog-detail__gallery--thumbs {
		display: none !important;
	}
	.catalog-detail__gallery--images {
		width: 100% !important;
		height: auto !important;
	}
	.catalog-detail__info {
		margin-top: var(--spacing-lg);
	}
	.catalog-detail__controls {
		width: 100%;
		max-width: 100%;
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 500;
		border-radius: 0;
	}
	.catalog-detail__buy--buttons {
		flex-direction: row;
	}
	.catalog-detail__buy {
		border-radius: 0;
		gap: 10px;
		padding: 10px;
	}
}
@media screen and (max-width: 767px) {
	.catalog-detail__controls {
		bottom: 56px;
	}
	.catalog-detail__buy--buttons {
		bottom: 60px;
		top: unset;
		position: static;
	}
	.catalog-detail__data {
		position: fixed;
		z-index: 30000;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		overflow-x: hidden;
		overflow-y: auto;
		height: 100%;
		max-height: 100vh;
	}
}
/* End */


/* Start:/bitrix/templates/groom-mir/lib/reviews/style.css?17737739633507*/
.comments {
	margin: 2rem 0;
}
.comments-count {
	font-size: var(--font-size-xxl);
	font-weight: 600;
}
.comments-count span {
	color: var(--color4);
}
.comments-rating .product-rating {
	margin-top: var(--spacing-md);
	font-size: var(--font-size-large);
	font-weight: 500;
}
.comments-rating .product-rating svg {
	width: 16px !important;
	height: 16px !important;
}
.comments-buttons {
	margin-top: var(--spacing-xl);
}
/* Gallery */
.comments-gallery {
	margin-top: var(--spacing-md);
	position: relative;
}
.swiper-slide.comments-gallery__slide {
	width: 83px;
	height: 112px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: var(--border-radius-md);
	overflow: hidden;
}
.swiper-slide.comments-gallery__slide:hover {
	border-color: var(--color-secondary);
}
.comments-gallery__slide img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
/* Comments */
.comments-slider {
	margin-top: var(--spacing-md);
	margin-left: -15px;
	position: relative;
}
.comments-slider .comment {
	padding: 15px;
}
.comment-wrapper {
	background: white;
	border-radius: var(--border-radius-lg);
	box-shadow: var(--box-shadow-default);
	padding: 15px;
	height: 100%;
}
.comments-slider .comment-wrapper {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: 153px;
}
.comments-slider .comment-content::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 30px;
	background: linear-gradient(to top, white, transparent);
	pointer-events: none;
}
.comments-slider .comment-content {
	font-size: var(--font-size-small);
}
.comments-slider .comment-content {
	flex: 1;
	position: relative;
	overflow: hidden;
}
.comment-top {
	display: flex;
	align-items: center;
	gap: 10px;
	white-space: nowrap;
}
.comment-author,
.comment-date {
	font-size: var(--font-size-large);
	font-weight: 600;
}
.comments-slider .comment-author,
.comments-slider .comment-date {
	font-size: var(--font-size-base);
}
.comment-author,
.comment-date {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	min-width: 0;
}
.comment-date {
	color: var(--color4);
}
.comment-rating {
	margin-left: auto;
}
.comment-content {
	margin-top: var(--spacing-md);
}
.comments-slider .comment-content {
	display: flex;
	gap: 30px;
	justify-content: space-between;
}
.comment-message {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.comment-message__item span {
	font-weight: 600;
}
.comment-gallery {
	display: flex;
	gap: 10px;
	margin-top: var(--spacing-md);
}
.comments-slider .comment-gallery {
	margin-top: 0;
	justify-content: flex-end;
	gap: 0;
}
.comments-slider .comment-gallery .comment-gallery__item {
	margin-left: -26px;
}
.comment-gallery .comment-gallery__item {
	width: 54px;
	height: 73px;
	position: relative;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: var(--border-radius-md);
	overflow: hidden;
	background: white;
}
.comment-gallery .comment-gallery__item img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
/* Swiper */
.comments-slider .swiper-button-next,
.comments-gallery .swiper-button-next {
	right: -15px;
}
.comments-gallery .swiper-button-prev {
	left: -15px;
}
.comments-slider .swiper-button-prev {
	left: 0;
}
/* List */
.comments-list {
	display: none;
}
.comment.disabled {
	opacity: 0.5;
	cursor: not-allowed;
	pointer-events: none;
}
/* End */
/* /bitrix/templates/groom-mir/components/bitrix/catalog.element/.default/style.css?17750592438047 */
/* /bitrix/templates/groom-mir/lib/reviews/style.css?17737739633507 */
