

/* Start:/local/templates/top_it/components/bitrix/form.result.new/top_it/style.css?1786368960605*/
.btn-primary:disabled{
	background: #ededed;
	box-shadow: none;
	transform:none !important;
}
.form__flex{display: flex;}

.form__reload{
	display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-left: 1rem;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid var(--line);
    transition: .15s ease-out;
	cursor: pointer;
}
.form__reload:hover {
    background-color: #ebeefb;
    box-shadow: 0 5px 16px rgba(100, 121, 138, .03), 0 0 18px rgba(100, 121, 138, .02), 0 6px 8px rgba(100, 121, 138, .02);
}
/* End */
/* /local/templates/top_it/components/bitrix/form.result.new/top_it/style.css?1786368960605 */
