

/* Start:/local/templates/opora/styles.css?17610372391062*/
.form__group textarea {
    width: 200%;
    padding: 20px;
    border: none;
	outline: none;
    border-bottom: 2px solid;
}

.form__group textarea:focus ~ label {
    top: -1.375em;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    left: 0;
}
form.form__popup {
    position: relative;
}
.result_form.error {
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 10px 10px;
    margin: 10px 0;
    border: 2px solid #1d357c;
}
.form_success {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    border: 3px solid #5c6da0;
    color: #5c6da0;
}

.js-favorite.active svg {
    fill: #000;
}

span.js-countFavorites.show,span.js-countCompare.show {
    display: block;
    position: absolute;
    right: -4px;
    top: -9px;
}

span.js-countFavorites,span.js-countCompare {
    display: none;
}

.header__favorites.active a,
.header__compare.active a {
    color: #00327f;
}

.main__accordion {
    margin-top: 3.75em;
}
.g-recaptcha{
	margin-bottom:15px;
}
/* End */
/* /local/templates/opora/styles.css?17610372391062 */
