

/* Start:/local/templates/inner/components/sibirix/catalog.detail/catalog-detail/style.css?17779633512571*/
.h3-custom-style {
	font-size: 30px;
    letter-spacing: -.02em;
    margin: 45px 0 10px;
	font-family: GothamPro, sans-serif, -apple-system;
	font-weight: 700;
	display: block;
	position: relative;
}

.h3-custom-style::after {
	content: '';
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 68px;
	height: 2px;
	left: 28px;
	background: #e31e24;
}

.product-info-tabs {
	margin-top: 40px;
}

.product-info-tabs__input {
	display: none;
}

.product-info-tabs__controls {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	border-bottom: 1px solid #d9d9d9;
}

.product-info-tabs__control {
	display: block;
	padding: 15px 24px;
	border: 1px solid #d9d9d9;
	border-bottom: 0;
	color: #222;
	cursor: pointer;
	font-weight: 600;
	line-height: 1.2;
	background: #f7f7f7;
	transition: background .2s ease, color .2s ease;
}

.product-info-tabs__control + .product-info-tabs__control {
	border-left: 0;
}

.product-info-tabs__control:hover {
	background: #fff;
}

.product-info-tabs__panels {
	padding: 28px 0 0;
}

.product-info-tabs__panel {
	display: none;
}

.product-info-tabs__title {
	margin: 0 0 16px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
}

.product-info-tabs__title::after {
	content: '';
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 68px;
	height: 2px;
	left: 28px;
	background: #e31e24;
}

#product-info-payment:checked ~ .product-info-tabs__controls label[for="product-info-payment"],
#product-info-delivery:checked ~ .product-info-tabs__controls label[for="product-info-delivery"],
#product-info-warranty:checked ~ .product-info-tabs__controls label[for="product-info-warranty"],
#product-info-return:checked ~ .product-info-tabs__controls label[for="product-info-return"] {
	background: #fff;
	color: #000;
	position: relative;
	top: 1px;
}

#product-info-payment:checked ~ .product-info-tabs__panels .product-info-tabs__panel--payment,
#product-info-delivery:checked ~ .product-info-tabs__panels .product-info-tabs__panel--delivery,
#product-info-warranty:checked ~ .product-info-tabs__panels .product-info-tabs__panel--warranty,
#product-info-return:checked ~ .product-info-tabs__panels .product-info-tabs__panel--return {
	display: block;
}

@media (max-width: 767px) {
	.product-info-tabs__controls {
		display: block;
		border-bottom: 0;
	}

	.product-info-tabs__control {
		border: 1px solid #d9d9d9;
		margin-bottom: -1px;
	}

	.product-info-tabs__control + .product-info-tabs__control {
		border-left: 1px solid #d9d9d9;
	}

	.product-info-tabs__panels {
		padding-top: 20px;
	}
}

/* End */


/* Start:/local/templates/inner/components/bitrix/iblock.element.add.form/comments/style.css?17760845011871*/
.otzivi_wrappaer{
    margin: 80px 0;
	overflow: hidden;
}

.raithing svg polygon.active{
	fill: red;
}	

.otzivi .h3-custom-style{
    font-size: 30px;
    letter-spacing: -.02em;
    margin: 45px 0 10px;
    font-family: GothamPro, sans-serif, -apple-system;
    font-weight: 700;
    display: block;
    position: relative;
}
.otzivi .item .author img{
    max-width: 60px;
    border-radius: 50%;
}
.otzivi .item{
	padding: 20px 30px;
border-radius: .4em;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);

}
.otzivi .item .author{
	display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: 16px;
}

.otzivi .item .data{
	margin-top: 20px;
	font-size: 12px;
    text-align: right;
}

.form_add_form tbody .PREVIEW_TEXT{
	grid-area: text_form
}
.form_add_form tbody .PREVIEW_TEXT td{
	width: 100%
}
.form_add_form tbody .PREVIEW_TEXT textarea{
	height: 100px;
    width: 100%;
}
.form_add_form tbody .99{
	grid-area: name
}
.form_add_form tbody tr{
	width: 100%;
    display: flex;
    flex-direction: column;
	gap: 8px;
}
.form_add_form tbody .100{
	grid-area: rating
}
.form_add_form tbody{
	display: grid;
grid-template-areas: 
"name text_form text_form text_form"
"rating text_form text_form text_form"
}
.form_add_form input[type="submit"]{
	background: red;
}
.form_add_form input[type="submit"]:hpver{
	background: #000;
}
.form_add_form input[type="text"], .form_add_form textarea{
	padding: 8px; 
}
.otziv_form_title{
	font-size: 25px;
    letter-spacing: -.02em;
    margin: 45px 0 10px;
    font-family: GothamPro, sans-serif, -apple-system;
    font-weight: 700;
    display: block;
    position: relative;
}
@media (max-width: 900px) {
	.form_add_form tbody{
		grid-template-areas: 
		"name"
		"rating"
		"text_form"
	}
.form_add_form tbody .PREVIEW_TEXT td {
    width: auto;
}
}
/* End */
/* /local/templates/inner/components/sibirix/catalog.detail/catalog-detail/style.css?17779633512571 */
/* /local/templates/inner/components/bitrix/iblock.element.add.form/comments/style.css?17760845011871 */
