* {
	font-family: sans-serif;
}
html, body {
	padding: 0px !important;
    margin: 0px !important;
}
body{
	background-image: url("images/background.svg");
	background-position: top;
	background-repeat: no-repeat;
	max-height: 100vh;
}
ul{
	padding: 0;
}
h3 {
	font-weight: bold;
	color: #888e8c;
	font-size: 1.7em;
	margin: 0.5em 0;
}
h4 {
	font-weight: bold;
	color: #fff;
	background-color: #1FDD00;
	font-size: 1.7em;
	margin: 0 auto;
	padding: 1em;
	width: 15em;
	border-radius: 30px;
}
h2 {
	font-weight: bold;
	color: #ff8629;
	font-size: 3em;
	margin: 0.3em 0;
}


#PAY_LINKS {
	display: flex;
	width: 35em;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
}

#PAY_LINKS a{
	display: block;
	text-decoration: none;
	color: #000;
	margin: 1em;
}

#PAY_CONTAINER {
	text-align: left;
	width: 35em;
	margin: 0 auto;
}

#PAY_CONTAINER h3{
	margin: 1em 0;
}
#PAYTABLE{
	width: 35em;
	margin: 0 auto;
}

#PAYTABLE table{
	width: 100%;
	font-weight: bold;
	font-size: 1em;
	border-spacing: 0;
	background-color: #fff;
}

#PAYTABLE table td{
	padding: 0.5em;
}

#PAYTABLE table tfoot td{
	border-top: 2px solid #d9d9d9;
}

#PAYTABLE table tbody tr:nth-child(odd){
	background-color: #d9d9d9;
}

#DATEPICKER{
	font-weight: bold;
	color: #888e8c;
	font-size: 1.7em;
	margin: 1em;
}
#DATEPICKER input{
	color: #888e8c;
	font-weight: bold;
	font-size: 1em;
	background-color: #fff;
	text-align: center;
	border-radius: 1em;
	border: 1px solid #000;
}
#DATEPICKER button{
	color: #fff;
	font-size: 1em;
	background-color: #ffce22;
	text-align: center;
	padding: 0.4em;
	border-radius: 1em;
	border: 0;
	cursor: pointer;
	margin-top: 1em;
}
#PROFILE_CONTAINER {
	width: 35em;
	margin: 0 auto;
	text-align: left;
}

#PROFILE_CONTAINER img{
	width: 30px;
	height: 30px;
	margin-top: 2em;
	cursor: pointer;
}

#PROFILE_CONTAINER input {
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 1.5em;
	background-color: #fff;
	text-align: center;
	padding: 0.6em 1em;
	border-radius: 0.5em;
	border: 1px solid #888e8c;
	margin-top: 1em;
	height: min-content;
}

#PROFILE_CONTAINER li{
	display: flex;
	justify-content: space-between;
}

#PROFILE_CONTAINER p{
	color: #000;
	background-color: #fff;
	border: 1px solid #888e8c;
	padding: 4px 2em 4px;
	border-radius: 15px;
	width: fit-content;
	max-width: 10em;
	font-size: 1.7em;
	font-weight: bold;
	margin: 0.5em 1em;
	height: min-content;
}

#PROFILE_CONTAINER button{
	color: #000;
	background-color: #ffce22;
	text-align: center;
	padding: 0.4em;
	border-radius: 1em;
	border: 0;
	cursor: pointer;
	margin-top: 1em;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0.5em 1em;
}

#PAY_CONTAINER a{
	color: #ee781c;
	text-decoration: none;
	border: 1px solid #888e8c;
	padding: 4px;
	border-radius: 15px;
}

#PAY_CONTAINER span{
	color: #000;
	background-color: #fff;
	border: 1px solid #888e8c;
	padding: 4px 2em 4px;
	border-radius: 15px;
}

#ALERT{
	display: none;
	position: fixed;
	background-color: #fff;
	left: 0;
	top: 0;
	transform: translate(calc(50vw - 50%), calc(50vh - 50%));
	text-align: center;
	padding: 1em;
	min-width: 20em;
	max-width: 40em;
	border: 1px solid #000;
	border-radius: 30px;
}

#ALERT input {
	color: #888e8c;
	font-weight: bold;
	font-size: 1.7em;
	background-color: #fff;
	text-align: center;
	border-radius: 0.5em;
	border: 1px solid #000;
	display: block;
	margin: 1em auto;
	padding: 0 2em 0 2em;
	letter-spacing: 2px;
}


#ALERT button{
	color: #000;
	font-size: 1.3em;
	background-color: #ffce22;
	text-align: center;
	padding: 0.6em 3em;
	border-radius: 0.5em;
	border: 0;
	cursor: pointer;
	margin-top: 1em;
}

#ACTIONS{
	height: 200px;
	line-height: 240px;
}

#ACTIONS > li{
	white-space: nowrap;
    overflow: hidden;
	width: 200px;
	height: 200px;
	background-size: 200px 200px;
	display: inline-block;
	color: #fff;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
}

#CREDIT{
	margin-right: 1em;
	background-image: url("images/credit.svg");
}
#PAY{
	margin-left: 1em;
	background-image: url("images/pay.svg");
}

#LOGIN_FORM {
	margin-top: 12em;
}

#LOGIN_FORM > input[type=button]{
	color: #fff;
	font-size: 1.3em;
	background-color: #ffce22;
	text-align: center;
	padding: 0.6em 3em;
	border-radius: 0.5em;
	border: 0;
	cursor: pointer;
	margin-top: 1em;
}

#LOGIN_FORM > input[type=text]{
	background-image: url("images/login.svg");
}
#LOGIN_FORM > input[type=password]{
	background-image: url("images/pass.svg");
}

#LOGIN_FORM > input {
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 1.5em;
	background-color: #d9d9d9;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 48px 48px;
	text-align: center;
	padding: 0.6em 1em;
	border-radius: 0.5em;
	border: 0;
	margin-top: 1em;
}

#LOADER{
	position: absolute;
	width: 100%;
	height: 100vh;
	text-align: center;
	padding-top: 40vh;
	display: none;
}

.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #000;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


#HEADER{
	display: flex;
	margin: 1em auto 0;
	width: 50em;
}

#LANG {
	background-color: #D9D9D9;
	display: flex;
	border-radius: 30px;
	width: 144px;
	height: 64px;
	margin-left: auto;
}

#LANG > div{
	padding: 16px;
	height: 32px;
	width: 40px;
	border-radius: 30px;
	cursor: pointer;
}
#LANG > div > span{
	font-family: sans-serif;
	font-weight: bold;
	color: #000;
	padding: 0em;
	font-size: 30px;
}

#LANG > div.SELECTED{
	background-color: #FFCE22;
	z-index: 1;
}

#LANG > #UA {
	left: 0;
}
#LANG > #RU {
	left: 4em;
}
#DIALOG{
	margin: 0 auto;
	width: 60em;
	text-align: center;
	padding-bottom: 130px;
}

#INFO {
	position: relative;
	display: block;
	text-align: left;
	margin: 0 auto;
	width: 10em;
	list-style-type: none;
}
#INFO > li {
	
	line-height: 1;
	color: #000;
	font-size: 1.7em;
	padding-left: 2em;
	min-height: 2em;
	margin: 1em 0;
	background-position: left;
	background-size: 2em 2em;
	background-repeat: no-repeat;
}

#INFO > li:nth-child(1){
	background-image: url(images/uid.svg);
}
#INFO > li:nth-child(2){
	background-image: url(images/fio.svg);
}
#INFO > li:nth-child(3){
	background-image: url(images/map.svg);
}

#TERMS {
	position: relative;
	display: block;
	text-align: left;
	margin: 0 auto;
	width: 30em;
	list-style-type: none;
}
#TERMS > li {
	
	line-height: 1.7;
	color: #000;
	font-size: 1.7em;
	padding-left: 2em;
	min-height: 2em;
	margin: 1em 0;
	background-position: left;
	background-size: 2em 2em;
	background-repeat: no-repeat;
}

#TERMS > li:nth-child(1){
	background-image: url(images/speed.svg);
}
#TERMS > li:nth-child(2){
	background-image: url(images/channel.svg);
}

.SERVICES {
	width: 40em;
	margin: 0 auto;
}
.SERVICES td{
	font-size: 1.7em;
	font-weight: bold;
	text-align: left;
	padding: 0.3em;
}

.SERVICES tr td:nth-child(2){
	color: #ee781c;
}

.SERVICES tr td:nth-child(4) {
	
}

.SERVICES tr td:nth-child(4) span{
	background-color: #1fdd00;
	color: #fff;
	padding: 0.5em;
	border-radius: 30px;
}
.SERVICES tr td:nth-child(4) span.disable{
	background-color: #d9d9d9;
	color: #000;
}

.SERVICES tr td:nth-child(4) span.add{
	background-color: #ffce22;
	cursor: pointer;
}

.SERVICES img{
	width: 3em;
	height: 3em;
}

#MENU{
	display: none;
	background-color: #fff;
	width: 100%;
	text-align: center;
	height: 100px;
	line-height: 170px;
	position: fixed;
	bottom: 0;
	overflow: hidden;
}

#MENU > li:hover > span, #MENU > li.SELECTED > span{
	background-color: #ee781c;
	border-radius: 0.3em;
	padding: 2px;
}

#MENU > li{
	
	white-space: nowrap;
    overflow: hidden;
	width: 130px;
	height: 100px;
	background-size: 70px 70px;
	background-repeat: no-repeat;
	background-position: top;
	display: inline-block;
	color: #000;
	cursor: pointer;
	text-align: center;
	font-size: 1em;
}
#MENU > li:nth-child(1){
	background-image: url(images/menu1.svg);
}
#MENU > li:nth-child(2){
	background-image: url(images/menu2.svg);
}
#MENU > li:nth-child(3){
	background-image: url(images/menu3.svg);
}
#MENU > li:nth-child(4){
	background-image: url(images/menu4.svg);
}
#MENU > li:nth-child(5){
	background-image: url(images/menu5.svg);
}
#MENU > li:nth-child(6){
	background-image: url(images/menu1.svg);
}

@media only screen and (max-width: 900px) { 
	#HEADER{
		width: 20em;
	}
	#HEADER > img{
		width: 10em;
	}
	#LANG {
	border-radius: 20px;
	width: 72px;
	height: 32px;
	margin-left: auto;
	}

	#LANG > div{
		padding: 8px;
		height: 16px;
		width: 20px;
		border-radius: 20px;
	}
	#LANG > div > span{
		font-size: 15px;
	}
	#DIALOG{
		width: 20em;
	}
	
	#PAY_LINKS {
		width: 20em;
	}

	h4 {
		font-size: 1em;
	}
	h3 {
		font-size: 1em;
	}
	h2 {
		font-size: 1.5em;
	}
	#LOGIN_FORM > input[type=button]{
		font-size: 1em;
	}
	#LOGIN_FORM > input[type=text]{
		background-image: url("images/login.svg");
	}
	#LOGIN_FORM > input[type=password]{
		background-image: url("images/pass.svg");
	}
	#LOGIN_FORM > input {
		font-size: 1em;
		background-size: 36px 36px;
	}
	#ACTIONS{
		height: 130px;
		line-height: 155px;
	}
	#ACTIONS > li{
		width: 130px;
		height: 130px;
		background-size: 130px 130px;
		font-size: 0.7em;
	}
	#INFO {
		width: 12em;
		padding-left: 2em;
	}
	#INFO > li {
		font-size: 1.2em;
	}
	#MENU{
		width: 100%;
		line-height: 100px;
	}
	#MENU > li{
		width: 75px;
		height: 75px;
		background-size: 40px 40px;
		font-size: 0.7em;
	}
	#TERMS {
		width: 18em;
	}
	#TERMS > li {
		line-height: 1;
		font-size: 1em;
		min-height: 1.5em;
		background-size: 1.5em 1.5em;
	}
	.SERVICES {
		width: 20em;
	}
	.SERVICES td{
		font-size: 1em;
	}
	.SERVICES img{
		width: 2em;
		height: 2em;
	}
	#DATEPICKER{
		font-size: 1em;
	}
	#PAYTABLE{
		width: 20em;
	}
	#PROFILE_CONTAINER{
		width: 20em;
	}
	#PROFILE_CONTAINER input{
		font-size: 0.7em;
	}
	#PROFILE_CONTAINER p{
		font-size: 1em;
	}
	#PROFILE_CONTAINER button{
		font-size: 1em;
	}
	#ALERT button{
		font-size: 1em;
	}
}
