* {
	font-family: 'Ubuntu', sans-serif;
}

body {
	background-color: #17191f;
	word-break: break-word;
	position: relative;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
}

body::-webkit-scrollbar, html::-webkit-scrollbar{
	width: 12px;
	height: 12px;
	background-color: #E0E0E0;
	border-radius: 2px;
	left: 5px;
}

body::-webkit-scrollbar-track, html::-webkit-scrollbar-track{
	border-radius: 2px;
}

body::-webkit-scrollbar-thumb, html::-webkit-scrollbar-thumb{
	background-color: #ff9800;
	border-radius: 2px;
}

table {
	border-spacing: 0;
}

input {
	border-radius: 4px;
}

input[type="range"] {
	background-color: transparent !important;
}

img {
	max-width: 100%;
}

.btn {
	box-shadow: none;
	height: 60px;
	line-height: 60px;
	border-radius: 0;
	background-color: #F6B800;
	color: #3c383f;
	font-size: 14px;
	padding: 0 20px;
	font-weight: bold;
	min-width: 60px;
}

.btn:hover {
	box-shadow: none;
	background-color: #d9a200;
	color: #3c383f;
}

.btn:after {
	border-radius: inherit;
}

.btn.disabled,
.btn:disabled {
	box-shadow: none;
	background-color: #fff176;
	color: #3c383f;
}

label {
	color: #e38d71;
}

a {
	color: #fff176;
	transition: color 450ms cubic-bezier(.23,1,.32,1) 0s;
}

a:not(.btn):hover {
	color: #ff9800;
}

.input-block > label .checkbox-style, .input-block > label .radio-style {
	vertical-align: middle;
}



input {
	height: 60px;
	box-shadow: none;
	border-radius: 0;
	background-color: rgba(0,0,0,0.12);
	padding: 0 24px;
	color: #fff176;
	position: relative;
	border-bottom: 1px solid transparent;
	transition: all 450ms cubic-bezier(.23,1,.32,1) 0s;
}

select:focus,
textarea:focus,
input:focus {
	width: 100%;
	border-color: #ffc40e;
	background-color: rgba(0,0,0,0.16);
	box-shadow: none;
}

textarea::placeholder,
input::placeholder {
	color: #c0c9d8;
	font-weight: 100;
	opacity: 1;
}

.input-block > label {
	color: #e38d71;
}

textarea {
	background-color: rgba(0,0,0,0.12);
	min-height: 60px;
	color: #fff176;
	padding: 20px;
	line-height: 20px;
	box-shadow: none;
	border-bottom: 1px solid transparent;
}

.textarea {
	background-color: rgba(0,0,0,0.12);
}

.textarea > .textarea-numbers {
	background-color: #ffc40e;
}

.textarea > .textarea-numbers > ul > li > a {
	color: #3c383f;
}

select {
	background-color: rgba(0,0,0,0.12);
	min-height: 60px;
	color: #fff176;
	padding: 0 24px;
	line-height: 20px;
	box-shadow: none;
	border-bottom: 1px solid transparent;
}

select option {
	color: #3c383f;
}


.input-block .input-helper {
	color: #715163;
}



.checkbox-style {
	border-radius: 0;
}

.checkbox-style .checkbox-style-checked {
	border-color: #fff176;
}

.checkbox-style {
	margin-right: 12px;
}

.checkbox-style input:checked + .checkbox-style-checked {
	background-color: #ffc40e;
}

.checkbox-style .checkbox-style-checked::after {
	color: #3c383f;
	font-weight: bold;
	font-size: 14px;
}

.checkbox-style input:checked + .checkbox-style-checked {
	border-color: #ffc40e;
}

.checkbox-style input:checked:disabled + .checkbox-style-checked {
	background-color: #ffc40e;
	border-color: #ffc40e;
}

.checkbox-style input:disabled + .checkbox-style-checked::after {
	color: #3c383f;
}

h1 {
	font-size: 40px;
	line-height: 48px;
}

textarea {
	min-height: 64px;
}

h2 {
	font-size: 32px;
	line-height: 40px;
}

.tooltip {
	z-index: 21;
	border-radius: 0;
}




.datepicker > .datepicker-wrapper > .datepicker-block {
	width: 480px;
}

.datepicker > .datepicker-wrapper > .datepicker-block .footer {
	padding: 20px;
}

.datepicker > .datepicker-wrapper > .datepicker-block input,
.datepicker > .datepicker-wrapper > .datepicker-block select {
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	min-height: 40px;
}




.container {
	margin-top: 15px;
	margin-bottom: 15px;
	width: 1240px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #22242b
}



body > .container {
	min-height: calc(100vh - 80px - 134px);
}




.modal {
	background-color: rgba(0,0,0,0.8);
}

.modal > .wrapper {
	width: 950px;
}

.modal > .wrapper > .modal-content {
	padding: 60px;
	border-radius: 0;
	background-color: #3c383f;
	color: #e38d71;
	position: relative;
}

.modal > .wrapper > .modal-content:before,
.modal > .wrapper > .modal-content:after {
	content: "";
	display: block;
	width: 120px;
	height: 60px;
	position: absolute;
	pointer-events: none;
}

.modal > .wrapper > .modal-content:before {
	top: -20px;
	left: -20px;
	border-left: 1px solid #fff176;
	border-top: 1px solid #ffc40e;
}

.modal > .wrapper > .modal-content:after {
	right: -20px;
	bottom: -20px;
	border-right: 1px solid #fff176;
	border-bottom: 1px solid #ffc40e;
}

.modal > .wrapper > .modal-content > .modal-header {
	border: 0;
	font-size: 32px;
	font-weight: 500;
	text-align: center;
	padding: 0;
}





.window {
	background-color: #3c383f;
	padding: 60px;
	box-shadow: none;
	position: relative;
	border: 1px solid rgba(0,0,0,0.16);
	color: #af6a73;
}

.window:before,
.window:after{
	content: "";
	display: block;
	position: absolute;
	top: -1px;
	left: -1px;
	background-size: cover;
	width: 80px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("/uploads/template/img/form-border-top-left.png");
	pointer-events: none;
	z-index: 1;
	box-sizing: border-box;
}

.window:after {
	top: auto;
	left: auto;
	bottom: -1px;
	right: -1px;
	background-image: url("/uploads/template/img/form-border-bottom-right.png");
}





.alert {
	pointer-events: none;
	padding: 20px;
}

.alert > .alert-id {
	pointer-events: auto;
	padding: 40px;
	min-width: 400px;
	border-radius: 0;
	color: #af6a73;
	background-color: #3c383f;
	font-weight: 400;
	margin-bottom: 20px;
	box-shadow: none;
	position: relative;
	border: 1px solid rgba(0,0,0,0.12);
}

.alert > .alert-id:before,
.alert > .alert-id:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	width: 80px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("/uploads/template/img/form-border-top-left.png");
	pointer-events: none;
	z-index: 1;
}

.alert > .alert-id:after {
	top: auto;
	left: auto;
	bottom: 0;
	right: 0;
	background-image: url("/uploads/template/img/form-border-bottom-right.png");
}


.alert > .alert-id:last-child {
	margin-bottom: auto;
}

.alert > .alert-id .alert-content {
	color: #af6a73;
	font-size: 16px;
	font-weight: 500;
}

.alert > .alert-id > .alert-footer {
	padding-top: 20px;
	grid-gap: 20px;
	grid-template-columns: calc(100% - 140px) 120px;
}

.alert > .alert-id .title {
	font-size: 16px;
}

.alert > .alert-id > .alert-footer .btn {
	color: #fff176;
	font-size: 14px;
}

.alert > .alert-id > .alert-footer .btn:hover {
	background-color: rgba(0,0,0,0.16);
}




.navbar#top .navbar-wrapper {
	grid-template-columns: 200px auto;
	min-height: 80px;
}

.navbar#top .navbar-wrapper > .nav-left,
.navbar#top .navbar-wrapper > .nav-right {
	height: auto;
}

.navbar {
	background: #22242b;
}

.navbar .container {
	margin-top: 0;
}

.navbar#top .navbar-wrapper .nav-brand.logo {
	display: inline-block;
	vertical-align: top;
	background-repeat: no-repeat;
	background-image: url("/uploads/template/img/logo.png");
	background-position: center;
	background-size: contain;
	width: 197px;
	height: 33px;
	padding: 0;
}

.navbar#top .navbar-wrapper .nav-link {
	color: #c0c9d8;
	font-weight: 400;
	height: auto;
	min-height: 0;
	line-height: normal;
	padding: 0;
}

.navbar#top .navbar-wrapper .navbar-menu > li {
	padding-right: 60px;
}

.navbar#top .navbar-wrapper .navbar-menu > li:last-child {
	padding: 0;
}

.navbar#top .navbar-wrapper .nav-link:hover {
	color: #fff176;
}

.navbar#top .navbar-wrapper .nav-link.active,
.navbar#top .navbar-wrapper .nav-link:active {
	color: #ff9800;
}

.navbar#top .navbar-wrapper .nav-link:after {
	display: none;
}

.navbar#top .navbar-wrapper .nav-submenu {
	border-radius: 0;
	background-color: #715163;
	top: calc(100% + 16px);
	box-shadow: none;
}

.navbar#top .navbar-wrapper .navbar-menu > li > .nav-submenu::before {
	border-bottom: 8px solid #715163;
}

.navbar#top .navbar-wrapper .nav-submenu .nav-link {
	padding: 16px 20px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}

.navbar#top .navbar-wrapper .nav-submenu .nav-link:hover {
	background-color: transparent;
	color: #af6a73;
}
.navbar#top .navbar-wrapper .nav-submenu .nav-link:active,
.navbar#top .navbar-wrapper .nav-submenu .nav-link.active {
	background-color: transparent;
	color: #fff176;
}

.footer {
	background-color: #31333a;
	padding: 0;
	padding-top: 15px;
	padding-bottom: 10px;
	color: #c0c9d8;
	line-height: 16px;
}

.footer > .container {
	background-color: #31333a;
	margin-top: 0px;
	margin-bottom: 0;
	display: grid;
	grid-gap: 20px;
	grid-template-columns: auto auto;
	align-items: center;
}

.footer > .container > .block-right {
	justify-self: end;
}

.footer .links {
	padding-bottom: 25px;
	line-height: 12px;
}

.footer .links > li {
	padding-bottom: 14px;
	list-style: none;
}

.footer .links > li:last-child {
	padding: 0;
}

.footer .links > li > a {
	color: #ff9800;
}

.footer .links > li > a:hover {
	color: #af6a73;
}

.footer .links > li > a:active,
.footer .links > li > a.active {
	color: #fff176;
}

.footer .developer {
	width: 140px;
	height: 56px;
	display: block;
	opacity: 0.16;
	transition: opacity 450ms cubic-bezier(.23,1,.32,1) 0s;
}

#qexy {
	background-image: url("/uploads/template/img/qexy-black.png");
	width: 74px;
	height: 56px;
	float: right;
}

#yellowman{
	background-image: url("/uploads/template/img/ym.png");
	width: 56px;
	height: 56px;
	float: left;
}

.footer .developer:hover {
	opacity: 1;
}

footer .copyright a {
	color: #fff176;
}