@font-face {
	font-family: Ubuntu-Bold;
	src: url("../fonts/Ubuntu-Bold.ttf");
}

@font-face {
	font-family: Ubuntu-Regular;
	src: url('../fonts/Ubuntu-Regular.ttf');
}

body {
	font-family: 'Ubuntu-Bold', sans-serif;
	background-color: #D7EDFC;
}

.header-menu {
	margin-bottom: 100px;
	display: flex;
	align-items: center;
	height: 50px;
	background: linear-gradient(0deg, #00C6FF, #3E76DF);
	border-radius: 0 0 50px 50px;
	position: sticky;
}

.header-menu > .container {
	width: 100%;
}

.header-menu > .container > .menu {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-menu > .container > .menu > ul {
	list-style: none;
	color: #fff;
	display: flex;
}

.header-menu > .container > .menu > ul > li > a {
	padding: 5px 10px;
	margin: 5px;
	color: #fff;
	position: relative;
}

.header-menu > .container > .menu > ul > li > a:after {
	content: '';
	width: 30px;
	height: 5px;
	background-color: #fff;
	border-radius: 100px;
	position: absolute;
	left: 50%;
	top: 23px;
	margin-left: -15px;
	transition: .3s;
	transform: scaleX(0);
}

.header-menu > .container > .menu > ul > li > a:hover:after {
	transform: scaleX(1);
}

.header-main {
	height: 755px;
	border-radius: 0 0 92px 92px;
	background: url(../img/header-bg.png);
	background-size: cover;
	margin-bottom: 120px;
}

.header-main::after {
	content: '';
	background: url('../img/header-shapes.png') no-repeat;
	height: 862px;
	width: 100%;
	position: absolute;
	top: 120px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-size: 100%;
	z-index: 0;
}

.header-main > .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 95px;
	position: relative;
}

.header-main > .container > .offer {
	font-size: 48px;
	color: #FFF;
	text-transform: uppercase;
	display: flex;
	flex-flow: column nowrap;
	line-height: 1.104;
	z-index: 35;
}

.header-button {
	background: #FFFFFF;
	font-family: 'Ubuntu-Bold';
	font-size: 14px;
	color: #0EADFF;
	letter-spacing: 0;
	line-height: 53px;
	padding: 0 33px;
	border-radius: 20px;
	border-bottom: 7px solid #DCDCDC;
	width: 202px;
	margin-top: 27px;
	z-index: 100;
}

.header-button:hover {
	text-decoration: none;
}

.form-block {
	border-radius: 18px;
}  

.form-block > .block-header {
	margin: -20px -20px 0 -20px;
	border-radius: 18px 18px 0 0;
	background: linear-gradient(0deg, #00C6FF, #3E76DF);
	text-align: center;
	line-height: 64px;
	font-size: 16px;
	color: #FFF;
	text-transform: uppercase;
	margin-bottom: 10px;
	position: relative;
}

.form-block > .block-header::after {
	content: '';
	position: absolute;
	background: url('../img/side-block-shapes.png') no-repeat;
	top: -10px;
	right: -10px;
	width: 381px;
	height: 36px;
	background-size: 100%;
}

.form-block > .block-main-header::after {
	content: '';
	position: absolute;
	background: url('../img/side-main-block-shapes.png') no-repeat;
	top: -10px;
	right: -10px;
	width: 381px;
	height: 36px;
	background-size: 100%;
}

.col-md-8 .form-block > .block-header::after {
	
}

.footer {
	background: linear-gradient(#00C6FF, #3E78FD);
	height: 170px;
	color: #FFF;
}

.footer::after {
	content: '';
	background: url('../img/footer-shapes.png');
    height: 240px;
    width: 100%;
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-size: cover;
    z-index: 10;
}

.footer > .container {
	height: 100%;
}

.footer a {
	color: #fff;
	text-decoration: underline;
}

.footer-row {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}

.footer-row::after {
	content: '';
	background: url('../img/footer-text.png') no-repeat;
    background-size: auto auto;
	height: 200px;
	width: 640px;
	background-size: contain;
	top: -30px;
	position: absolute;
	right: 17%;
}

.footer-row > div, .footer-row > img, .footer-row > a {
	z-index: 20;
}

.social-group-main {
	display: flex;
	flex-flow: row wrap;
	margin: 20px 0;
}

.social-group-main > div {
	border-radius: 18px;
	color: #FFF;
	padding: 15px 20px;
	display: flex;
	flex-flow: row wrap;
	width: calc(50% - 10px);
	justify-content: space-between;
	align-items: center;
	font-size: 15px;
	font-family: 'Ubuntu-Regular';
	text-transform: uppercase;
}

.social-group-main a {
	background-color: #FFF;
	border-radius: 18px;
	padding: 10px;
}

.social-main-vk {
	background: linear-gradient( #00c6ff, #3e78fd);
	margin-right: 10px;
}

.bg-gradient {
	background: linear-gradient(0deg, #00c6ff, #3e78fd);
}

.btn-vk-subscribe {
	color: #308afd;
}

.social-main-discord {
	background: linear-gradient( #182131, #343b4d);
	margin-left: 10px;
}

.btn-discord-subscribe {
	color: #2f3748;
}

.btn-def {
	display: block;
	font-size: 14px;
	background: linear-gradient(45deg, #00c6ff, #3e78fd);
	color: #fff;
	margin: 10px;
	box-shadow: 0px 18px 70px 0px rgba(64, 134, 253, 0.64);
	font-size: 16px;
	border-radius: 18px;
	border: none;
	padding: 13px 25px;
	text-transform: uppercase;
	transition: .3s;
}

.btn-def:hover {
	color: #d7edfc;
	transform: scale(1.02);
}

.btn-default {
	background: linear-gradient(0deg, #00c6ff, #3e78fd);
	color: #fff;
	border-radius: 18px;
	padding: 9px 17px;
	border: none;
	transition: .3s;
}

.btn-default:hover {
	cursor: pointer;
	color: #daf2ff;
	box-shadow: 0px 5px 20px 0px rgba(81, 106, 155, 0.3);
}

.menu-header {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	display: flex;
	justify-content: space-between;
	z-index: 20;
	width: 100%;
	top: 20px;
	padding: 0 .9375rem;
	font-size: 15px;
}

.menu-header > ul {
	list-style: none;
	display: flex;
	justify-content: space-around;
}

.menu-header a {
	color: #fff;
	transition: .3s;
	padding: 0 10px;
	position: relative;
}

.menu-header a:after {
	content: '';
	width: 30px;
	height: 5px;
	background-color: #fff;
	border-radius: 100px;
	position: absolute;
	left: 50%;
	top: 20px;
	margin-left: -15px;
	transition: .3s;
	transform: scaleX(0);
}

.menu-header a:hover {
}

.menu-header a:hover:after {
	transform: scaleX(1);
}

.form-block-header {
	font-size: 24px;
	position: relative;
	margin-bottom: 40px;
}

.form-block-header:after {
	content: '';
	position: absolute;
	width: 70px;
	height: 6px;
	border-radius: 10px;
	background: linear-gradient(0deg, #00C6FF, #3E76DF);
	top: 35px;
	left: 0;
}

.btn-auth {
	display: block;
	font-size: 16px;
	background: linear-gradient(45deg, #00c6ff, #3e78fd);
	color: #fff;
	margin: 10px auto;
	box-shadow: 0px 18px 70px 0px rgba(64, 134, 253, 0.64);
	font-size: 16px;
	border-radius: 18px;
	border: none;
	padding: 15px 30px;
	text-transform: uppercase;
	transition: .3s;
}

.btn-auth:hover {
	color: #d7edfc;
	transform: scale(1.09);
}

.btn-contact {
    width: 180px;
	display: inline-block;
	font-size: 14px;
	background: linear-gradient(45deg, #00c6ff, #3e78fd);
	color: #fff;
	margin: 10px 10px 10px 20px;
	box-shadow: 0px 9px 35px 0px rgba(64, 134, 253, 0.64);
	font-size: 14px;
	border-radius: 18px;
	border: none;
	padding: 10px 15px;
	text-transform: uppercase;
	transition: .3s;
	float: right;
}

.btn-contact:hover {
	color: #d7edfc;
	transform: scale(1.09);
}

.restore-form {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #3484fd;
}

.restore-form .form-group {
	width: 100%;
	margin-right: 30px;
	margin-bottom: 0;
}

.restore-form input {
	font-size: 16px;
	padding: 10px 10px;
	border: none;
	background-color: #d7edfc;
}

.server-block {
	display: flex;
	margin-top: 80px;
}

.server-block img {
	margin-top: -80px;
	margin-left: -20px;
	margin-right: 20px;
	display: block;
	width: 147px;
	height: 147px;
	border-radius: 25px;
}

.server-content > .server-name {
	color: #3484fd;
}

.server-content > p {
	font-family: 'Ubuntu-Regular';
}

.server-id-monitoring {
	color: #3484fd;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 18px;
	background-color: #d7edfc;
	box-shadow: 0px 18px 70px 0px rgba(81, 106, 155, 0.3);
	padding: 20px 15px;
	margin-top: 10px;
	margin-bottom: 23px;
}

.progress-container {
	overflow: hidden;
}

.server-id-monitoring .progress-container {
	width: 70%;
	border-radius: 100px;
	background-color: #fff;
	height: 16px;
}

.server-id-monitoring .progress-container > .bar {
	height: 16px;
	background-color: #3484fd;
	border-radius: 100px;
	transition: .3s;
}

#monitoring-container {
	position: relative;
}

.main-monitoring {
	display: flex;
	position: absolute;
	bottom: -10px;
	width: 100%;
}

.main-monitoring .monitoring-block {
	padding: 25px;
	border-radius: 30px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin: 0 25px;
	width: 300px;
	z-index: 20;
	transition: .3s;
}

.main-monitoring .monitoring-block:hover {
	transform: scale(1.08);
}

.main-monitoring .progress-container {
	width: 100%;
	margin: 5px 0;
}

.main-monitoring .other-servers {
	background-color: #fff;
	border-radius: 30px;
	transform: rotate(90deg);
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 30px 47px;
	margin-top: 22px;
	z-index: 20;
	transition: .3s;
}

.main-monitoring .bar {
	transition: .3s;
}

.main-monitoring .other-servers:hover {
	transform: scale(1.1);
}

.monitoring-block.orange {
	background: linear-gradient( -45deg, #ffcf25, #f77a25);
}

.monitoring-block.orange .bar {
	background-color: #da6511;
}

.monitoring-block.green {
	background: linear-gradient( -45deg, #52af1f, #178505);
}

.monitoring-block.green .bar {
	background-color: #156d06;
}

.monitoring-block.blue {
	background: linear-gradient( -45deg, #00c6ff, #3e78fd);
}

.monitoring-block.blue .bar {
	background-color: #3068e0;
}

.modal-back {    
	background-color: rgba(0, 0, 0, 0.4);
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 1000;
}

.modal-back > .modal-block {
	background-color: #f5f5f5;
	padding: 15px 20px;
	border-radius: 18px;
}

.modal-back > .modal-block > .modal-header {
	font-size: 16px;
	color: #fff;
	border-radius: 18px 18px 0 0;
	display: flex;
	justify-content: center;
}

.modal-back > .modal-block > .modal-header {
	margin: -15px -20px;
	margin-bottom: 20px;
	background: linear-gradient( 0, #00c6ff, #3e78fd);
}

.modal-back > .modal-block > .modal-header:after {
	background: url('../img/modal-shapes.png') no-repeat;
	background-size: auto;
	position: absolute;
	top: -13px;
	width: 462px;
	height: 33px;
	background-size: 73%;
	left: calc(50% - 169px);
}

.modal-back > .modal-block > .modal-text {
	color: #3b7bfd;
	padding: 15px;
	text-align: center;
}

.modal-back > .modal-block > .modal-text.success::before {    
	content: '';
	width: 150px;
	height: 150px;
	display: block;
	background: url('../img/success.svg');
	margin: 10px auto;
	padding: 2px;
}

.btn-gradient {
	background: linear-gradient(90deg, #00c6ff, #3e78fd);
	padding: 5px;
	border-radius: 20px;	
	color: #3484fd;
	font-size: 16px;
	border: 0;
	text-decoration: none;
	cursor: pointer;
	margin: 3px 5px;
	transition: .3s;
}

.btn-gradient:hover {
	transform: scale(1.05);
}

.btn-gradient span {
	background: #d7edfc;
	display: block;
	padding: 10px 25px;
	border-radius: 15px;
}

.btn-gradient:hover span, .btn-gradient span.active {
	background: none;
	color: #fff;
}

#start-page img {
	width: 150px;
	display: block;
}

#start-page .form-block {
	flex-flow: row wrap;
	align-items: center;
	transition: .3s;
}

#start-page .form-block:hover {
	transform: scale(1.05);
}

#start-page .form-block .info {
	width: calc(100% - 150px);
}

#start-page .form-block .info h2 {	
	color: #3484fd;
}

#start-page .launcher {
	display: flex;
	flex-flow: row wrap;
}

#start-page .launcher .form-block {
	display: flex;
	width: calc(50% - 100px);
	justify-content: center;
}

#start-page .launcher .title {
	color: #3484fd;
}

#start-page .launcher .download {
	width: 100px;
	height: 100px;
}

#start-page .launcher img {
	width: 200px;
	height: 200px;
}

.records-container {
	display: flex;
	flex-flow: column nowrap;
}

.records {
	display: flex;
	flex-flow: column nowrap;
	text-align: center;
	color: #3484fd;
}

.records p {
	margin-bottom: 0;
}

.info-line {
	display: flex;
}

.info-line .info-line-left {
	text-align: left;
	padding-top: 20px;
}

.info-line .info-line-right {
	margin-left: auto;
}