

/* Start:/bitrix/components/mylime/form.result.new.review/templates/.default/style.css?17814473501628*/
    .form-global {
        display: block;
        position: relative;
        max-width: 500px;
        margin-bottom: 10px;
    }
        textarea {border-radius: 3px;}
    textarea:focus, input:focus{
        outline: 1px solid var(--red);
    }
    .form_wrap {
        display: none;
    }
    #ac-1 {
        opacity: 0;
        width: 1px;
        height: 1px;
        position: absolute;
        z-index: -999;
    }
    .form-global #ac-1:checked ~ .form_wrap {
        display: block;
    }
    .review_label {
        font-family: 'truthb', arial, sans-serif;
        font-size: 16px;
        display: inline-flex;
        margin-bottom: 10px;
        align-items: center;
        padding: 10px;
        background: #fff;
        border-radius: 5px;
        cursor: pointer;
        border: 1px solid var(--red);
    }
    .review_label i {
        font-size: 20px;
        margin-right: 10px;
        color: #000;
    }
    .form-global #ac-1:checked ~ .review_label i {
        color: var(--red);
    }
    
.form_wrap {
    margin-bottom: 30px;
    background: #f9f9f9;
    padding: 5px 20px 20px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.for-title {
    display: none;
}
.form_wrap textarea, input[type=text], input[type=password] {
    background: #FFF !important;
}

.form_wrap h6 {
    font-size: 16px;
    margin: 0;
    padding: 0;
}
.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/bitrix/components/mylime/form.result.new.review/templates/.default/images/icon_warn.gif);
}
/* End */


/* Start:/bitrix/templates/lime/components/bitrix/news/.otzivi/bitrix/news.detail/.default/style.css?1781447350155*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

/* End */
/* /bitrix/components/mylime/form.result.new.review/templates/.default/style.css?17814473501628 */
/* /bitrix/templates/lime/components/bitrix/news/.otzivi/bitrix/news.detail/.default/style.css?1781447350155 */
