/*
** Realme theme
*/

.theme-realme .section-aside {
	display: none;
}

.theme-realme .btn-primary {
	background-color: #ffc916;
	background-image: none;
	border: 1px solid gray;
	color: #242424;
	text-shadow: none;
}

.theme-realme .btn-primary:active {
	background-color: #f7c215;
	color: #242424;
}

.theme-realme .btn-primary:active:hover {
	background-color: #f7c215;
	color: #242424;
}

.theme-realme .page-header {
	display: none;
}

.theme-realme .button-continue-caption {
	display: none;
}

.theme-realme .button-continue-caption-pre::before {
	content: 'Отправить';
}


/*
** TCL theme
*/

.theme-tcl .logo-default {
	display: none;
}

.theme-tcl .logo-custom {
	display: block;
	width: 120px;
	height: 39px;
	min-width: 120px;
	min-height: 39px;
	max-width: 120px;
	max-height: 39px;
	background-image: url("/logo-tcl.png");
	margin-top: 33px;
}

.theme-tcl .btn-primary {
	background-color: #fd0100;
	background-image: none;
	border: 1px solid darkred;
	color: #fff;
	text-shadow: none;
}

.theme-tcl .btn-primary:active {
	background-color: #dd0100;
	color: #fff;
}

.theme-tcl .btn-primary:active:hover {
	background-color: #fd0100;
	color: #fff;
}

.theme-tcl .page-header {
	display: block;
}

.theme-tcl hr {
	display: none;
}
