
html { 
	visibility:hidden; 
}

html, body {
	width: 100%;
    height: 100%;
}

body{
	font-family: 'Fira Sans', sans-serif;
	font-size: 11pt;
	margin: 0;
	padding: 0;
  	background-repeat: no-repeat;
  	background-position: left bottom;
  	background-attachment: fixed;
	background-size: cover;
}

#vers-box {
	opacity: 0.2; 
	position: absolute; 
	bottom: 0.1%; 
	right: 4.8%;
	padding-right: 30px; 
	color:gray; 
	z-index:5;
	font-size:8pt;
}

.fullscreen-bg {
    overflow: hidden;
    z-index: -100;
    width: 100%;
    padding-top:45%;
}
 
.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.container {
	position: absolute;
	top:0;
    left:0;
	width: 100%;
	height: 100%;
	z-index: 4;
}

#brandlogo {
	display: block;
	margin: 57px auto 0% 6%;
	text-align: left;
}

#brandlogonarrow {
	display: none;
	margin: 57px -300px 0% 6%;
	text-align: left;
}

.menu {
	position: absolute;
	display: block;
	width: 90.4%;
	margin: 30px 4.8%;
	height: 32px;
    background-image: linear-gradient(to right, rgba(101,46,206,1) 20%, rgba(49,240,255,1));
	border-radius: 7px;
	align-items: center;
	font-size: 11pt;
	text-transform: capitalize;
	text-decoration: underline;
    text-decoration-color: red;
	color: #FFF;
}

.buttonnncontainer {
	position: absolute;
	display: block;
	width: 90.4%;
	margin: 62px 4.8%;
}

.buttonnn {
	float: right;
	position: relative;
	display: block;
	width: 58px;
	height: 14px;
    background-image: linear-gradient(to right, rgba(101,46,206,1) 20%, rgba(49,240,255,1));
	border-radius: 7px;
	align-items: center;
}

.ball {
	position: relative;
	float:right;
	width: 10px;
	height: 10px;
	margin: 2px 2px 2px 2px;
	border-radius: 5px;
	background-image: linear-gradient(to right, rgba(250,250,250,1) 20%, rgba(250,250,250,1));
}


.popupblock {
	z-index: 5;
	zbox-shadow: 0px 10px 18px 2px rgba(34, 60, 80, 0.2);
}

/* by sashka #smallblock { */
.smallblock {
	display: block;
	right: 0;
	max-width: 483px;
	border-radius: 1px;
	align-items: center;
	float: right;
	margin: 120px 6.8% auto 4.8%;
	padding: 2% 41px;
	position: fixed;
}

.closebutton {
	position: relative;
	float: right;
	width: 18px;
	height: 18px;
	margin-right: -18px;
}

#bigblock {
	overflow-y: scroll;
	height: 54%;
	position: absolute;
	display: block;
	top: 47%;
	left: 50%;
	width: 64%;
	transform: translate(-50%,-42%);
	margin: 0% 0 0% 0;
	border-radius: 1px;
	align-items: center;
	padding: 2% 5%;
}

.logo {
	display: block;
	width: 100%;
	margin: 20px auto 32px auto;
	padding: 0 16px 0 16px;
	text-align: left;
	align-items: center;
}

#bottomline {
	display: block;
	position: absolute;
	bottom: 24px;
	margin: 0px 4.8% 0px 4.8%;
	width: 90.4%;
	height: 45px;
    background-image: linear-gradient(to right, rgba(101,46,206,.7) 20%, rgba(101,46,206,.7));
	border-radius: 12px;
	color: #FFF;
}

.formblock {
	display: block;
	text-align: center;
	width: 100%;
	margin: 0;
}

.totheleft {
	display: block;
	float: left;
	margin: 0px 10px 0px 4.8%;
	padding: 0px;
}

.totheright {
	float:right;
	margin: 0px 4.8% 0px 10px;
	padding-top: 7px;
}

#bottomline .totheleft {
	float: left;
	margin: 0px 10px 0px 4.8%;
	padding-top: 13px;
}

#bottomline .tothemiddle {
	display: block;
	width: auto;
	margin: 0px 10px 0px 10px;
	padding-top: 13px;
	align-items: center;
	text-align: center;
}

#bottomline .totheright {
	float:right;
	margin: 0px 4.8% 0px 10px;
	padding-top: 13px;
}

.black {
	color: #000;
}

.black a  {
	color: #000;
	text-decoration: none;
}

input {
	font-family: 'Fira Sans', sans-serif;
	font-size: 12pt;
}
.menuicon {
	margin: 11px -24px 0 0;
	filter: brightness(5);
	display: none;
}

.menuicon:hover {
	filter: brightness(1);
}
.mainmenu {
  list-style-type: none;
  overflow: hidden;
  padding: 0;
  margin: 0px 0px 0px -12px;
}

.mainmenu li {
  float: left;
  margin: 0px 58px 0 0; 
}

.mainmenu li a {
  display: block;
  color: white;
  text-align: center;
  text-decoration: none;
  margin: -1px 0px 0 0; 
  padding: 8px 12px 7px 12px;
}

.mainmenu li a:hover:not(.active) {
  background-color: #8b65d5;
  text-decoration: none;
  color: #fff;
}

.mainmenu a {
	color: #fff;
	text-decoration: none;
}

.mainmenu a:hover {
  text-decoration: underline;
}

.mainmenu .active {
  background-color: #32edff;
}

.mainmenu .active a {
  background-color: #32edff;
  color: #000;
}

#bottomline a {
	color: #fff;
	text-decoration: none;
}

#bottomline a:hover {
  text-decoration: underline;
}

/* для мобильной херни */

@media (max-width: 690px) {

	.menuicon {
	display: block;
	}
	
	.mainmenu {
	display: none;
	}

	#brandlogo {
	display: none;
	margin: 57px auto 0% 6%;
	text-align: left;
	}
	
	#brandlogonarrow {
	display: block;
	margin: 57px auto 0% 6%;
	text-align: left;
	}
	
	#bottomline .totheright{
	display: none;	
	}
	
	#bigblock {
	width: 90%;
	}
	
	.buttonnn {
	width: 48px;
	}
}

@media (max-width: 1024px) {

	#bottomline .tothemiddle {
	display: none;
	}
	.mainmenu li {
	margin: 0px 28px 0 0; 
}

}

/* стили формы */

input[type=text] {
  	width: 100%;
 	padding: 8px 20px;
  	margin: 8px 0;
	height: 46px;
  	box-sizing: border-box;
	border-radius: 4px;
}

input[type=password] {
  	width: 100%;
  	padding: 8px 20px;
  	margin: 8px 0;
	height: 46px;
  	box-sizing: border-box;
	border: 1px solid #999;
	border-radius: 4px;
}

input[type=text]:focus {
 	padding: 8px 20px;
  	margin: 8px 0;
  	box-sizing: border-box;

}

input[type=button], input[type=submit], input[type=reset] {
  	background-color: #31F0FF;
  	border: none;
	border-radius: 4px;
	border: 0px solid #fff;
  	color: black;
	font-weight: regular;
	width: 100%;
	height: 46px;
  	padding: 10px 32px;
  	text-decoration: none;
  	margin: 8px 1px;
  	cursor: pointer;
}
input[type=button]:hover {
  	background-color: #652ECE;
  	color: white;
}

/* стили текстов */

.textdiv { 
	font-family: 'Fira Sans', sans-serif;
	font-size: 13pt;
  	margin: 0px 0px 24px 0px;
	font-weight: 100;
} 

.spacer {
	min-height:32px;
}

.cursiva {
	font-style: italic;
	margin: 0px 0px 24px 0px;	
	display: inline-block;
}

a {
	border-bottom: 0px solid black;
	text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
	font-weight: 100;
	font-size: 20pt;
}

h2 {
	font-weight: 100;
	font-size: 20pt;
	margin-top: 48px;
}

h3 {
	font-weight: 100;
	font-size: 15pt;	
}

/*
ul {
	
}

ol {
	
}
*/

li {
	margin: 0px 0px 8px 0px; 
}