<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* Start:/local/templates/wilgood/components/suab/iblock_form/add_review/style.css?16897537392307*/
.newReview_input{
    display: block;
    max-width: 299px;
    width:100%;
    height: 45px;
    border-radius: 4px;
    border: solid 1px rgba(0, 0, 0, 0.07);
    margin-bottom:18px !important;
}

.selected_wrapper {
    background: rgba(0, 0, 0, 0.01) no-repeat 100% 0;
    overflow: hidden;
}

.selected_wrapper select {
   background: transparent;
   border: none;
   font-size: 14px;   
   padding: 5px; /* If you add too much padding here, the options won't show in IE */
   width:inherit;
   height: inherit;
}

textarea.newReview_input{
    width:100%;
    height:100%;
    max-width: 610px;
    width:100%;
    min-height: 128px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.01);
    border: solid 1px rgba(0, 0, 0, 0.07);
}

.star-count-title{    
    height: 19px;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-bottom: 9px;
}

.start-count_wrapper{
    font-size:38px;
    color:#ffbf35;
    margin-bottom:18px;
    text-align: center;
}

.start-count_wrapper .fa{
    cursor: pointer;
}

.newReview_btn{
    max-width: 210px;
    width:100%;
    height: 34px;
    border-radius: 4px;    
    text-align: center;    
    font-size: 16px;
    line-height: 34px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center; 
    border:none !important;
    box-shadow: none !important;
    cursor: pointer;
}
    .newReview_btn:hover{
        text-decoration: underline;
    }
    
.newReview_btn.submit{
    background: #e20303;
    color: #ffffff;
}

.newReview_btn.submit:hover{
	text-decoration:none;
}
    
.newReview_describe,
.newReview_describe:hover,
.newReview_describe:visited
{
	text-decoration:none;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #555;
	display:block;
}


@media (min-width: 768px) {
    .start-count_wrapper{ 
        text-align: left;
    }
}
@media (min-width: 992px) {
    
}
@media (min-width: 1200px) {
    
}


.error-filling{
    box-shadow: 0 0 1px 1px red;
}
/* End */
/* /local/templates/wilgood/components/suab/iblock_form/add_review/style.css?16897537392307 */
</pre></body></html>