

/* Start:/local/templates/inner/components/sibirix/catalog.detail/catalog-detail/style.css?1717768876376*/
.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;
}
/* 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?1717768876376 */
/* /local/templates/inner/components/bitrix/iblock.element.add.form/comments/style.css?17760845011871 */
