

/* Start:/bitrix/templates/gvozdevsoft_marketgs3_s8/components/bitrix/catalog.comments/.default/style.css?177790821222704*/
/* ============================================
   catalog.comments — modern review styles
   ============================================ */

/* --- Wrapper --- */
.bx_soc_comments_div {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
	max-width: 960px;
}

/* --- Pill-style tabs --- */
.bx_soc_comments_div .bx-catalog-tab-section-container {
	position: relative;
}

.bx_soc_comments_div .bx-catalog-tab-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 0;
	margin: 24px 0 16px;
	list-style: none;
	border-bottom: none;
	text-align: left;
}

.bx_soc_comments_div .bx-catalog-tab-section-container .bx-catalog-tab-list li:before {
	content: none;
}

.bx_soc_comments_div .bx-catalog-tab-list li {
	display: inline-flex;
	border: none;
	border-radius: 20px;
	background: var(--color-bg-grey-medium, #f5f5f5);
	box-shadow: none;
	transition: background .2s;
	vertical-align: middle;
}

.bx_soc_comments_div .bx-catalog-tab-list li > span,
.bx_soc_comments_div .bx-catalog-tab-list li a {
	display: block;
	padding: 8px 20px;
	font-size: 14px;
	font-weight: 500;
	color: var(--color-text-grey-medium, #777777);
	line-height: 1.4;
	height: auto;
	cursor: pointer;
	text-decoration: none;
	box-shadow: none;
	background: transparent;
	position: static;
	bottom: auto;
}

.bx_soc_comments_div .bx-catalog-tab-list li:hover:not(.active) {
	background: var(--color-bg-grey-hard, #dadada);
}

.bx_soc_comments_div .bx-catalog-tab-list li.active {
	background: var(--main-template-color, #0088cc);
}

.bx_soc_comments_div .bx-catalog-tab-list li.active > span,
.bx_soc_comments_div .bx-catalog-tab-list li.active a {
	color: #fff;
	font-weight: 500;
	line-height: 1.4;
	height: auto;
	position: static;
	bottom: auto;
	background: transparent;
}

/* --- Tab content --- */
.bx_soc_comments_div .bx-catalog-tab-body-container .bx-catalog-tab-container > div.tab-off {
	opacity: 0;
	height: 0;
	overflow: hidden;
	transition: all 0.3s ease-out;
}

.bx_soc_comments_div .bx-catalog-tab-body-container .bx-catalog-tab-container > div {
	opacity: 1;
	transition: all 0.4s ease-out;
	padding: 0;
}

.bx_soc_comments_div .bx-catalog-tab-body-container .bx-catalog-tab-container .hidden {
	display: none;
}

/* ============================================
   Review cards (blog.post.comment)
   ============================================ */

/* --- Card --- */
.gs-review__line {
	display: none;
}

.gs-review.review-card {
	background: var(--color-bg-white, #ffffff);
	border: 1px solid var(--color-border-grey-light, #ececec);
	border-radius: var(--main-template-border-radius-elements, 4px);
	padding: 20px !important;
	margin-bottom: 12px;
	transition: box-shadow .2s;
}

.gs-review.review-card:hover {
	box-shadow: 0 4px 16px rgba(0, 0, 0, .06);
}

.gs-review .gs-review__cont,
.gs-review .gs-review__cont-inner {
	padding: 0;
	margin: 0;
	border: none;
	background: transparent;
	box-shadow: none;
}

/* --- Review header (stars + date) --- */
.gs-review .gs-review__header {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
}

.gs-review .gs-review__header .gs-review__date {
	margin-left: auto;
	margin-top: 0;
}

/* --- Author + avatar row --- */
.gs-review .gs-review__info {
	display: flex;
	align-items: center;
	gap: 12px;
	float: none;
}

.gs-review .gs-review__avatar {
	width: 44px;
	height: 44px;
	min-width: 44px;
	border-radius: 50%;
	overflow: hidden;
	float: none;
	margin: 0;
	padding: 0;
}

.gs-review .gs-review__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
	border: none;
}

.gs-review .gs-review__info .gs-review__author {
	font-weight: 600;
	font-size: 16px;
	color: var(--color-text-base-black, #333333);
	margin: 0;
}

.gs-review .gs-review__info .gs-review__author a,
.gs-review .gs-review__info .gs-review__author a:link,
.gs-review .gs-review__info .gs-review__author a:visited {
	color: var(--color-text-base-black, #333333);
	text-decoration: none;
}

.gs-review .gs-review__info .gs-review__author a:hover {
	color: var(--main-template-color, #0088cc);
}

.gs-review .gs-review__date {
	font-size: 13px;
	color: var(--color-text-grey-light-medium, #999999);
	margin-top: 2px;
	white-space: nowrap;
}

.gs-review .gs-review__clearfix {
	display: none;
}

/* --- Stars (SVG) --- */
.review-stars {
	display: flex;
	gap: 2px;
	margin: 10px 0 4px;
}

.review-star {
	width: 18px;
	height: 18px;
	display: block;
}

.review-star--filled {
	--gs-icon-fill: #f59e0b;
	--gs-icon-stroke: #f59e0b;
	--gs-icon-stroke-width: 1;
}

.review-star--empty {
	--gs-icon-fill: none;
	--gs-icon-stroke: var(--color-text-grey-light, #cccccc);
	--gs-icon-stroke-width: 1.5;
}

/* Legacy star styles (fallback) */
.review-item__rating {
	display: flex;
	gap: 2px;
	margin: 8px 0 4px;
}

.gs-star {
	font-size: 18px;
	color: var(--color-text-grey-light, #cccccc);
	line-height: 1;
}

.gs-star.is-active {
	color: #f59e0b;
}

/* --- Comment content --- */
.gs-review .gs-review__content {
	font-size: 16px;
	line-height: 1.65;
	color: var(--color-text-grey-hard, #555555);
	padding: 8px 0 0 56px !important;
	overflow: visible !important;
}

.gs-review .gs-review__content-text {
	margin: 0;
}

.gs-review .gs-review__content-title b {
	font-size: 15px;
	color: var(--color-text-base-black, #333333);
}

/* --- Rating in header --- */
.gs-review .gs-review__rating {
	padding: 4px 0 0 0;
	margin-left: auto;
}

.gs-review .gs-review__rating.rating_vote_graphic {
	display: flex;
	align-items: center;
}

/* --- Meta actions --- */
.gs-review .gs-review__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	align-items: center;
	padding: 30px 0 0 0;
	font-size: 13px;
}

.gs-review .gs-review__meta a,
.gs-review .gs-review__meta a:link,
.gs-review .gs-review__meta a:visited {
	color: var(--color-text-grey-medium, #777777) !important;
	text-decoration: none;
	transition: color .15s;
}

.gs-review .gs-review__meta a:hover,
.gs-review .gs-review__meta a:active {
	color: var(--main-template-color, #0088cc) !important;
	text-decoration: none;
}

.gs-review .gs-review__sep {
	display: none;
}

/* --- Nested comments --- */
.gs-review .gs-review.review-card {
	border-color: var(--color-border-grey-light, #ececec);
	background: var(--color-bg-grey-light, #f7f7f7);
}

/* --- "Add comment" button --- */
.gs-review__add {
	margin: 16px 0;
}

.gs-review__add a,
.gs-review__add a b {
	font-weight: 500;
}

.gs-review__add a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 10px 24px;
	background: var(--main-template-color, #0088cc);
	color: #fff !important;
	border-radius: var(--main-template-border-radius-buttons, 4px);
	font-size: 14px;
	text-decoration: none !important;
	transition: opacity .2s;
}

.gs-review__add a:hover {
	opacity: 0.8;
}

/* --- Comment form --- */
div.gs-review__form-wrap {
	width: 100% !important;
	background: var(--color-bg-grey-light, #f7f7f7);
	border-radius: var(--main-template-border-radius-elements, 4px);
	padding: 20px;
	margin: 16px 0;
	box-sizing: border-box;
}

.gs-review__form-wrap .gs-review__field {
	margin-bottom: 12px;
}

.gs-review__form-wrap input[type="text"],
.gs-review__form-wrap textarea {
	border: 1px solid var(--color-border-grey-hard, #cccccc);
	border-radius: var(--main-template-border-radius-elements, 4px);
	padding: 8px 12px;
	font-size: 14px;
	width: 100%;
	box-sizing: border-box;
	transition: border-color .2s;
}

.gs-review__form-wrap input[type="text"]:focus,
.gs-review__form-wrap textarea:focus {
	border-color: var(--main-template-color, #0088cc);
	outline: none;
}

.gs-review__buttons {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 12px;
}

div.gs-review__buttons input,
.gs-review__buttons input[type="button"],
.gs-review__buttons .btn-link {
	padding: 10px 24px !important;
	background: var(--main-template-color, #0088cc);
	color: #fff;
	border: none;
	border-radius: var(--main-template-border-radius-buttons, 4px);
	font-size: 14px !important;
	font-weight: 500;
	cursor: pointer;
	transition: opacity .2s;
	height: auto;
	line-height: 1.4;
}

div.gs-review__buttons input:hover,
.gs-review__buttons input[type="button"]:hover {
	opacity: 0.8;
}

.gs-review__buttons .gs-review__cancel {
	color: var(--color-text-grey-medium, #777777);
	text-decoration: none;
	font-size: 14px;
	background: transparent;
	padding: 10px 16px;
	border-radius: var(--main-template-border-radius-buttons, 4px);
	transition: opacity .2s;
}

.gs-review__buttons .gs-review__cancel:hover {
	opacity: 0.8;
}

/* --- Bitrix button overrides --- */
.bx_soc_comments_div.bx_important .bx_medium.bx_bt_button,
.bx_soc_comments_div.bx_important .bx_medium.bx_bt_button_type_2 {
	padding: 8px 20px;
	height: auto;
	font-weight: 500;
	line-height: 1.4;
	border-radius: var(--main-template-border-radius-buttons, 4px);
}

/* --- Nav links (pagination) --- */
.bx_soc_comments_div.bx_important .gs-review__nav a,
.bx_soc_comments_div.bx_important .gs-review__nav a:link,
.bx_soc_comments_div.bx_important .gs-review__nav a:visited,
.bx_soc_comments_div.bx_important .gs-review__info a,
.bx_soc_comments_div.bx_important .gs-review__info a:link,
.bx_soc_comments_div.bx_important .gs-review__info a:visited {
	text-decoration: none;
	color: var(--color-text-base-black, #333333);
}

.bx_soc_comments_div.bx_important .gs-review__nav a:hover,
.bx_soc_comments_div.bx_important .gs-review__nav a:active,
.bx_soc_comments_div.bx_important .gs-review__info a:hover,
.bx_soc_comments_div.bx_important .gs-review__info a:active {
	text-decoration: none;
	color: var(--main-template-color, #0088cc) !important;
}

/* --- Errors & notices --- */
.gs-notice.gs-notice--error {
	background: #fef2f2;
	border: 1px solid #fecaca;
	border-radius: var(--main-template-border-radius-elements, 4px);
	padding: 12px 16px;
	margin-bottom: 12px;
}

.gs-notice.gs-notice--error .gs-notice__text {
	color: var(--color-text-red, #e74347);
	font-size: 14px;
}

.gs-notice__title {
	font-weight: 600;
	margin-bottom: 6px;
}

.gs-notice.gs-notice--info {
	background: #eff6ff;
	border: 1px solid #bfdbfe;
	border-radius: var(--main-template-border-radius-elements, 4px);
	padding: 12px 16px;
	margin-bottom: 12px;
}

.gs-notice.gs-notice--info .gs-notice__text {
	color: #1e40af;
	font-size: 14px;
}

/* --- Old item_comments (keep for compat) --- */
.item_comments {
	display: block;
	padding-left: 0;
}

.item_comments li {
	display: block;
	padding-bottom: 10px;
}

.item_comments_username {
	display: inline-block;
	color: var(--main-template-color, #0088cc);
	font-size: 14px;
	font-weight: 500;
}

.item_comments_date {
	display: inline-block;
	color: var(--color-text-grey-light-medium, #999999);
	font-size: 14px;
	margin-left: 10px;
}

.item_comments_container p {
	margin-top: 5px;
	color: var(--color-text-grey-hard, #555555);
	font-size: 14px;
	line-height: 1.6;
}

/* --- Reviews summary block --- */
.reviews-summary {
	display: flex;
	gap: 32px;
	align-items: flex-start;
	padding: 24px;
	background: var(--color-bg-grey-light, #f7f7f7);
	border-radius: var(--main-template-border-radius-elements, 4px);
	margin-bottom: 20px;
}

.reviews-summary__score {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 100px;
}

.reviews-summary__number {
	font-size: 40px;
	font-weight: 700;
	color: var(--color-text-base-black, #333333);
	line-height: 1;
}

.reviews-summary__stars {
	display: flex;
	gap: 2px;
	margin: 8px 0;
}

.reviews-summary__count {
	font-size: 13px;
	color: var(--color-text-grey-light-medium, #999999);
}

.reviews-summary__bars {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.reviews-bar {
	display: flex;
	align-items: center;
	gap: 8px;
}

.reviews-bar__label {
	font-size: 13px;
	color: var(--color-text-grey-medium, #777777);
	width: 12px;
	text-align: right;
}

.reviews-bar__track {
	flex: 1;
	height: 8px;
	background: var(--color-bg-grey-hard, #dadada);
	border-radius: var(--main-template-border-radius-elements, 4px);
	overflow: hidden;
}

.reviews-bar__fill {
	height: 100%;
	background: #f59e0b;
	border-radius: var(--main-template-border-radius-elements, 4px);
	transition: width .4s ease;
}

.reviews-bar__count {
	font-size: 13px;
	color: var(--color-text-grey-light-medium, #999999);
	width: 24px;
}

/* ============================================
   Review form (gs-review-form)
   ============================================ */

   .gs-review-form {
   	background: var(--color-bg-white, #ffffff);
   	border: 1px solid var(--color-border-grey-light, #ececec);
   	border-radius: var(--main-template-border-radius-elements, 4px);
   	padding: 28px;
   	margin: 16px 0;
   	box-shadow: 0 1px 3px rgba(0, 0, 0, .04);
   	width: 100% !important;
   	box-sizing: border-box;
   }

   .gs-form__fields {
   	display: flex;
   	flex-direction: column;
   	gap: 20px;
   }

   .gs-form__label {
   	display: block;
   	font-size: 14px;
   	font-weight: 500;
   	color: var(--color-text-grey-hard, #555555);
   	margin-bottom: 6px;
   }

   .gs-required {
   	color: var(--color-text-red, #e74347);
   	margin-left: 2px;
   }

/* --- Star selector --- */
.gs-form__rating {
	padding-bottom: 4px;
}

.gs-star-selector {
	display: flex;
	gap: 6px;
}

.gs-star-input {
	cursor: pointer;
	transition: transform .15s;
	--gs-icon-fill: none;
	--gs-icon-stroke: var(--color-text-grey-light, #cccccc);
	--gs-icon-stroke-width: 1.5;
}

.gs-star-input.gs-star--hovered {
	--gs-icon-fill: #fbbf24;
	--gs-icon-stroke: #f59e0b;
}

.gs-star-input.gs-star--active {
	--gs-icon-fill: #f59e0b;
	--gs-icon-stroke: #f59e0b;
}

/* --- Input fields --- */
.gs-form__field {
	display: flex;
	flex-direction: column;
}

.gs-form__row--2col {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.gs-form__input-wrap {
	position: relative;
}

.gs-form__input-icon {
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	color: var(--color-text-grey-light-medium, #999999);
	pointer-events: none;
}

.gs-form__input {
	display: block;
	width: 100%;
	height: 44px;
	padding: 0 14px;
	border: 1px solid var(--color-border-grey-hard, #cccccc);
	border-radius: var(--main-template-border-radius-elements, 4px);
	font-size: 14px;
	font-family: inherit;
	color: var(--color-text-base-black, #333333);
	background: var(--color-bg-white, #ffffff);
	box-sizing: border-box;
	transition: border-color .2s;
	outline: none;
}

.gs-form__input--icon {
	padding-left: 40px;
}

.gs-form__input:focus {
	border-color: var(--main-template-color, #0088cc);
}

.gs-form__input::placeholder {
	color: var(--color-text-grey-light-medium, #999999);
}

/* --- Textarea --- */
.gs-form__textarea {
	display: block;
	width: 100%;
	min-height: 120px;
	padding: 12px 14px;
	border: 1px solid var(--color-border-grey-hard, #cccccc);
	border-radius: var(--main-template-border-radius-elements, 4px);
	font-size: 14px;
	font-family: inherit;
	line-height: 1.6;
	color: var(--color-text-base-black, #333333);
	background: var(--color-bg-white, #ffffff);
	box-sizing: border-box;
	resize: vertical;
	transition: border-color .2s;
	outline: none;
}

.gs-form__textarea:focus {
	border-color: var(--main-template-color, #0088cc);
}

.gs-form__textarea::placeholder {
	color: var(--color-text-grey-light-medium, #999999);
}

/* --- Dropzone --- */
.gs-form__file-hidden {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
	pointer-events: none;
}

.gs-form__dropzone-area {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 24px 16px;
	border: 2px dashed var(--color-border-grey-hard, #cccccc);
	border-radius: var(--main-template-border-radius-elements, 4px);
	background: var(--color-bg-grey-light, #f7f7f7);
	cursor: pointer;
	transition: border-color .2s, background .2s;
}

.gs-form__dropzone-area:hover,
.gs-form__dropzone.gs-dropzone--dragover .gs-form__dropzone-area {
	border-color: var(--main-template-color, #0088cc);
	background: var(--color-bg-grey-medium, #f5f5f5);
}

.gs-form__dropzone-icon {
	color: var(--color-text-grey-light-medium, #999999);
	transition: color .2s;
}

.gs-form__dropzone-area:hover .gs-form__dropzone-icon,
.gs-form__dropzone.gs-dropzone--dragover .gs-form__dropzone-icon {
	color: var(--main-template-color, #0088cc);
}

.gs-form__dropzone-text {
	font-size: 14px;
	color: var(--color-text-grey-medium, #777777);
	text-align: center;
}

.gs-form__dropzone-text a {
	color: var(--main-template-color, #0088cc);
	text-decoration: underline;
	cursor: pointer;
}

.gs-form__dropzone-text a:hover {
	color: var(--main-template-color, #0088cc);
}

/* --- File previews --- */
.gs-form__previews {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 12px;
}

.gs-form__previews:empty {
	display: none;
	margin-top: 0;
}

.gs-file-preview {
	position: relative;
	width: 100px;
	height: 100px;
	border-radius: var(--main-template-border-radius-elements, 4px);
	overflow: hidden;
	border: 1px solid var(--color-border-grey-light, #ececec);
	background: var(--color-bg-grey-medium, #f5f5f5);
}

.gs-file-preview--uploading {
	opacity: .65;
}

.gs-file-preview__progress {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3px;
	width: 0;
	background: var(--main-template-color, #0088cc);
	border-radius: 0 0 var(--main-template-border-radius-elements, 4px) var(--main-template-border-radius-elements, 4px);
	transition: width .2s;
}

.gs-file-preview img {
	display: block;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}

.gs-file-preview__remove {
	position: absolute;
	top: 2px;
	right: 2px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: rgba(0, 0, 0, .55);
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	transition: background .15s;
}

.gs-file-preview__remove:hover {
	background: rgba(220, 38, 38, .8);
}

.gs-file-preview__remove svg {
	width: 12px;
	height: 12px;
	stroke: #fff;
	stroke-width: 2.5;
}

/* --- Comment images --- */
.gs-comment-files {
	margin-top: 12px;
}

.gs-comment-files__list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.gs-comment-files__photo {
	display: block;
	width: 100px;
	height: 100px;
	border-radius: var(--main-template-border-radius-elements, 4px);
	overflow: hidden;
	border: 1px solid var(--color-border-grey-light, #ececec);
	position: relative;
	cursor: pointer;
	text-decoration: none;
}

.gs-comment-files__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .2s, opacity .2s;
}

.gs-comment-files__photo:hover img {
	transform: scale(1.05);
	opacity: .85;
}

/* --- Captcha --- */
.gs-form__captcha-row {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.gs-form__captcha-image {
	display: flex;
	align-items: center;
}

.gs-form__captcha-image img {
	border-radius: var(--main-template-border-radius-elements, 4px);
	border: 1px solid var(--color-border-grey-light, #ececec);
}

.gs-form__captcha-row .gs-form__input {
	max-width: 180px;
	height: 40px;
}

.gs-captcha-refresh {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	cursor: pointer;
	color: var(--color-text-grey-hard, #555555);
	background: var(--color-bg-grey-light, #f7f7f7);
	border: 1px solid var(--color-border-grey-hard, #cccccc);
	border-radius: var(--main-template-border-radius-elements, 4px);
}

.gs-captcha-refresh:hover {
	opacity: 0.8;
}

/* --- Consent --- */
.gs-form__consent {
	font-size: 13px;
	color: var(--color-text-grey-medium, #777777);
}

.gs-consent {
	padding-top: 4px;
}

.gs-consent__box {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.gs-consent__checkbox {
	width: 18px;
	height: 18px;
	margin-top: 2px;
	flex-shrink: 0;
	cursor: pointer;
	accent-color: var(--main-template-color, #0088cc);
}

.gs-consent__label {
	font-size: 13px;
	line-height: 1.5;
	color: var(--color-text-grey-medium, #777777);
	cursor: pointer;
}

.gs-consent__link {
	color: var(--main-template-color, #0088cc);
	text-decoration: underline;
}

.gs-consent__link:hover {
	color: var(--main-template-color, #0088cc);
}

/* --- Buttons --- */
.gs-form__actions {
	display: flex;
	align-items: center;
	gap: 12px;
	padding-top: 4px;
}

.gs-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: 44px;
	padding: 0 24px;
	border-radius: var(--main-template-border-radius-buttons, 4px);
	font-size: 14px;
	font-weight: 500;
	font-family: inherit;
	cursor: pointer;
	transition: opacity .2s;
	border: none;
	outline: none;
	line-height: 1;
	white-space: nowrap;
}

.gs-btn--primary {
	background: var(--main-template-color, #0088cc);
	color: #fff;
	min-width: 140px;
}

.gs-btn--primary:hover {
	opacity: 0.8;
}

.gs-btn--primary svg {
	stroke: #fff;
	flex-shrink: 0;
}

.gs-btn--ghost {
	background: var(--color-bg-white, #ffffff);
	color: var(--color-text-grey-medium, #777777);
	border: 1px solid var(--color-border-grey-hard, #cccccc);
}

.gs-btn--ghost:hover {
	opacity: 0.8;
}

/* --- Load more --- */
.gs-review-thread--hidden {
	display: none;
}

.gs-loadmore {
	text-align: center;
	margin: 20px 0 10px;
}

.gs-btn--loadmore {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.gs-btn--loadmore svg {
	flex-shrink: 0;
}

/* --- Responsive --- */
@media (max-width: 640px) {
	.gs-review.review-card {
		padding: 14px !important;
		border-radius: var(--main-template-border-radius-elements, 4px);
	}

	.gs-review .gs-review__content,
	.gs-review .gs-review__meta {
		padding-left: 0 !important;
	}

	.gs-review .gs-review__avatar {
		width: 36px;
		height: 36px;
		min-width: 36px;
	}

	.gs-review__add a {
		width: 100%;
		justify-content: center;
	}

	.reviews-summary {
		flex-direction: column;
		gap: 16px;
		padding: 16px;
	}

	.reviews-summary__score {
		flex-direction: row;
		gap: 12px;
		align-items: center;
	}

	.reviews-summary__number {
		font-size: 32px;
	}

	.reviews-summary__bars {
		width: 100%;
	}

	.gs-review-form {
		padding: 18px;
		border-radius: var(--main-template-border-radius-elements, 4px);
	}

	.gs-form__row--2col {
		grid-template-columns: 1fr;
	}

	.gs-form__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.gs-btn {
		justify-content: center;
	}

	.gs-form__captcha-row {
		flex-direction: column;
		align-items: flex-start;
	}

	.gs-form__captcha-row .gs-form__input {
		max-width: 100%;
	}
}

@media (max-width: 480px) {
	.bx_soc_comments_div .bx-catalog-tab-list {
		gap: 6px;
	}

	.bx_soc_comments_div .bx-catalog-tab-list li > span,
	.bx_soc_comments_div .bx-catalog-tab-list li a {
		padding: 6px 14px;
		font-size: 13px;
	}

	.gs-star-input {
		width: 28px;
		height: 28px;
	}
}

/* End */


/* Start:/bitrix/components/bitrix/catalog.store.amount/templates/.default/style.css?16103811942802*/
div.catalog-detail { position: static; border: 1px solid; zoom:1;}
div.catalog-detail-hover div.catalog-admin-links  { display: block; }
div.catalog-detail-hover { position: relative;}

div.catalog-detail-line
{
    font-size:1px;
    height:1px;
    line-height:1px;
    margin:12px 0;
    overflow:hidden;
    padding:0;
    background: url(/bitrix/components/bitrix/catalog.store.amount/templates/.default/images/title-line.gif) no-repeat;
}
div.catalog-detail-properties { clear: both; padding: 1em 0 0;  overflow: hidden; width: 80%; }
div.catalog-detail-property { margin: 0 0 1em; border-bottom:1px dotted; float: left; width: 100%;}
div.catalog-detail-property b { float: right; position: relative; padding-left: 3px;  font-weight:normal; }
div.catalog-detail-property grey { color:grey;  font-weight:lighter; }
div.catalog-detail-property span { float: left; position: relative; padding-right: 3px; zoom: 1;}
div.catalog-detail-properties-title { font-size: 1em; font-weight: bold; margin: 2em 0 1em; }


.bx_storege {}
.bx_storege h4{
    margin-bottom: 0;
}
.bx_storege hr{
    background: #e5e5e5;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #e5e5e5 0%, #e5e5e5 50%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e5e5e5), color-stop(50%,#e5e5e5), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(left, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    background: -o-linear-gradient(left, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    background: -ms-linear-gradient(left, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    background: linear-gradient(to right, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=1 );
    border: none;
    height: 1px;
}
.bx_storege ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.bx_storege ul li{
    padding: 5px 0 20px;
    font-size: 12px;
    line-height: 17px;
}
.bx_storege ul li a{
    text-decoration: none;
    color: #2a65ae;
}
.bx_storege ul li a:hover{
    text-decoration: underline;
}
/* End */
/* /bitrix/templates/gvozdevsoft_marketgs3_s8/components/bitrix/catalog.comments/.default/style.css?177790821222704 */
/* /bitrix/components/bitrix/catalog.store.amount/templates/.default/style.css?16103811942802 */
