/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/
.copyright {
	display: flex;
	align-items: center;
	gap: 10px;
}
.copyright a {
	width: 70px;
	display: flex;
	margin-top: -9px;
}
.copyright a img {
	width: 100%;
}
.copyright p {
	margin: 0;
}
.copyright div {
	display: flex;
	flex-direction: column;
	gap: -3px;
}
.form-fix-hoster {
	margin-top: 30px;
}
.form-fix-hoster .licence_block {
	text-align: left;
}
.form-fix-hoster .subsection-title {
	margin-bottom: 10px;
}
.form-fix-hoster .form-checkbox__label {
	margin-bottom: 5px;
}
.form-fix-hoster .form-footer {
	margin-bottom: 30px;
}
div.editor_dialog { height: 510px !important; }