*{
	margin: 0;
	padding: 0;
}
body{
	background-color: #00adee;
}
@import url("//cdn.web-fonts.ge/fonts/bpg-nostalgia-bold/css/bpg-nostalgia-bold.min.css");
*{
	margin: 0;
	padding: 0;
}
nav{
	width: 70px;
	height: 70px;
	border-radius: 50px;
	margin-top: 1vh;
	margin-left: 15px;
	position: absolute;
	background-color: #fff;
	display: flex;
	z-index: 999;
	top: 0;
}
.home_ul{
	position: absolute;
	right: 8px;
	top: 5px;
    z-index: 999;
	list-style: none
}
.home_ul>li{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 5px solid #fff;
	-webkit-box-shadow: 0 0 45px 0 rgb(0 0 0 /05%);
    box-shadow: 0 0 45px 0 rgb(0 0 0 / 05%);
    background-color: #fff;
    display: flex;
    margin: 12px 5px;
    background-color: #fff;
    overflow: hidden;
     -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  border-top: 3px solid #26b373;
  border-right: 3px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  margin: auto;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 
.home_ul>li:hover{
	background-color:#26b373
	
}
.home_ul>li>a:hover{
	color: #fed770;
}
.home_ul>li>a{
	padding: 10px;
	margin: auto;
	color: #26b373
}
#logo {
    margin-left: 5%;
    position: absolute;
    margin-top: 6px;
}
.pre_top {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 9999;
    display: flex;
}
.nav_top {
    width: 100%;
    height: 70px;
    background-color: #fff;
    position: absolute;
}
.nav_rs {
    position: absolute;
    list-style: none;
    margin-top: -1px;
    right: 20px;
}
.nav_rs a li{
    border-radius: 50px;
    color: #203854;
    border: 2px solid #26b373;
    background-color: #26b373;
    float: left;
    margin: 15px;
    padding: 7px 20px;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    font-size: 19px;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    
}
.nav_rs a li i{
	color: #fff;
	  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.nav_rs a li:hover{
	background-color: transparent;
	color: #555;
}
.nav_rs a li:hover i{
	color: #26b373;
}
#top_nav{
	width:250px;
	border: 2px solid #d2dbf7;
    color: red;
    text-align: center;
    position: absolute;
    right: 8px;
    letter-spacing: 1.3px;
    top: 18px;
    background-color: #fff;
    border-radius: 50px;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    color: #26b373; 
    font-size: 22px;
    -webkit-box-shadow: 0 0 45px 0 rgb(0 0 0 /05%);
    box-shadow: 0 0 45px 0 rgb(0 0 0 / 05%);
    z-index: 999;
}
#Instruction {
    width: 90%;
    height: 34px;
    line-height: 38px;
    border-left: 1px solid rgba(0,0,0,0.1);
    text-align: center;
    position: absolute;
    right: 3.5%;
    top: 7px;
    background-color: #26b373;
    border-radius: 50px;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    color: #26b373;
    font-size: 22px;
    -webkit-box-shadow: 0 0 45px 0 rgb(0 0 0 /05%);
    box-shadow: 0 0 45px 0 rgb(0 0 0 / 05%);
    z-index: 999;
}
#Instruction i{
	color: #fed770;
}
#Instruction i:hover{
	opacity: 0.6;
}
.add_ion{
	color: #ffffff !important;
	font-size: 16px !important; 
}
.count{
	width: 25px;
	height: 18px;
	left: 120px;
	background-color: RGBA(255, 63, 63, 0.5);
	position: absolute;
	border-radius: 40px;
	border: 2px solid #fd5959;
	font-size: 11px;
	line-height: 21px;
	font-family: 'bpg_nino_medium_capsregular';
    font-weight: 700;
    color: #ffffff;
    display: none;
}
.words{
	width: 150px;
	height:30px; 
	background-color: #fff;
	font-family: "Regular2";
	font-size: 14px;
	line-height: 32px;
	margin-left: 33px;
	border-radius: 5px;
	opacity: 0;
	 -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.words2{
	width: 50px;
	height:10px; 
	font-size: 3px;
	line-height: 12px;
	margin-left: 85px;
	margin-top: -15px;
	opacity: 0;
}
#menu_2{
	width: 50px;
    height: 50px;
    border: 2px solid #e4e9fa;
    color: red;
    text-align: center;
    position: absolute;
    display: none !important;
    left: 15px;
    top: 8px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    color: #26b373;
    font-size: 20px;
    -webkit-box-shadow: 0 0 45px 0 rgb(0 0 0 /05%);
    box-shadow: 0 0 45px 0 rgb(0 0 0 / 05%);
    z-index: 999;
}
#menu_2 i{
position: absolute;
top: 13px;
    margin-left: -13px;
font-size: 23px;
cursor: pointer;
}
a{
	text-decoration: none;
}
body{
	background-color: #f2f4fe;
}
nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 5px;
	position: absolute;
	bottom: 10px;
}
nav ul li{
	margin: 10px;
	margin-left: 10px;
	padding: 10px;
	position: relative;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
nav ul li a{
	color:#26b373;
	width: 100%;
	height: 100%;
	font-size: 17px;
	position: absolute;
	
	
}
nav ul li:hover{
	background-color: #26b373;
}
nav ul li a:hover{
	color: #fed770;
	
}
.pre{
 position: absolute;
 width: 120px;
 text-align: center;
 line-height: 40px;
 height: 40px;
 background-color: #fff;
 left:40px;
 margin-top: -10px;
 font-family: 'bpg_nino_medium_capsregular';
 font-weight: bold;
 opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
nav ul li:hover .pre{
	display: block;
	 left: 70px;
	 opacity: 11;
}

#menu{
	width: 50px;
	height: 50px;
	border-radius: 50px;
	margin-left: 8px;
	margin-top: 7px;
	position: absolute;
	z-index: 999;
	border: 2px solid #e4e9fa;
	  -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}
#menu:hover{
	border: 2px solid #26b373;
}
#menu .level{

	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 50%;
	position: relative;
	margin-top:5px;
	line-height: 40px;
	margin-left: 5px;
	overflow: hidden;
	background-color: #26b373;
	display: flex;
	   -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}
#menu .level:hover{
	background-color: #fed770;
}
#menu .level a{
	color: #fff;
	position: absolute;
	width: 40px;
	height: 40px;
	 -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}
#menu .level a:hover{
	color: #26b373;
}
#menu .level a i{
	margin: auto;
}
#log_out{
	width: 40px;
	height: 40px;
	border: 2px solid #e4e9fa;
	color: red;
	text-align: center;
	position: absolute;
	right: 15px;
	top: 90px;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	color:#26b373;
	font-size: 20px;
	-webkit-box-shadow: 0 0 45px 0 rgb(0 0 0 /05%);
    box-shadow: 0 0 45px 0 rgb(0 0 0 / 05%);
    z-index: 999;
}
#log_out:hover{
	background-color: #26b373;
	color: #fff;
}
#log_out i{
	margin: auto;
}
@media only screen and (max-width: 600px) {
	nav{
		    width: 50px;
    height: 50px;
	}
	#menu{
		width: 35px;
		height: 35px;
		    margin-left: 6px;
    margin-top: 7px;
	}
	#menu .level {
    width: 30px;
    height: 30px;
        margin-left: 2px;
        margin-top: 2px;
	}
	#menu .level a{
		width: 30px;
    height: 30px;
    font-size: 15px;
    margin-top: -4px;
	}
}
#lingwo{
	width: 100%;
	height: 100vh;
	display: flex;
}
.lingwo{
	width: 1500px;
	height: 550px;
	position: relative;
	margin: auto;
}
.lingwo img{
	position: absolute;
	right: 0;
	top: 24%;
}
#Registration{
	width: 600px;
	height: 490px;
	position: absolute;
	left: 0px;
	background-image: url(/img/icons/reg_icon.png);
	background-size: 82px 61px;
	background-repeat: no-repeat;
	background-position: 440px 35px;
	background-color: #fff;
	border: 5px solid #e4e9fa;
	border-radius: 10px;
	box-sizing: border-box;
	-webkit-box-shadow: 0 0 45px 0 rgb(0 0 0 /15%);
    box-shadow: 0 0 45px 0 rgb(0 0 0 / 15%);
}
#Registration::before {
    content: "";
    border-radius: 10px;
    border: 5px solid #f9de82;
    background-color: rgba(255,255,255,0.2);
    background-image: url(https://saitebis-damzadeba.ge/img/icons/awea2.png);
	border-radius: 10px;
    width: 600px;
	height: 500px;
    top: 40px;
    right: -60px;
    z-index: -1;
    position: absolute;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    
}
#Registration h1{
	 font-family: "Regular2";
	 color: #555;
	 font-size: 40px;
	 margin: 50px 20px;
}
.form_input_border pre{
	position: absolute;
	font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    font-size: 13px;
    margin-left: 20px;
    color: #ff5959;
    display: none;
}
.form_input_border i{
	margin-left: 20px;
	margin-top: 28px;
	position: absolute;
	color: #26b373;
}
.input {
    border: 1px solid rgba(255,255,255,0.0);
    border-bottom: 1px solid rgba(0,0,0,0.1);
    width: 84%;
    height: 35px;
    background-color: rgba(255,255,255,0.1);
    outline: none;
    margin-left: 20px;
    margin-top: 20px;
    font-size: 13px;
    color:#000;
    padding: 0px 25px;
    font-family: "Regular2";
}
#form{
	margin-top: -50px;
}
#submit{
	background-color: #26b373;
	border-radius: 25px;
	border: 2px solid #26b373;
	font-family: 'bpg_nino_medium_capsregular';
	font-weight: bold;
	font-size: 27px;
	margin-left: 15px;
	line-height: 40px;
    color: white;
    cursor: pointer;
    width: 100px;
    height: 40px;
    margin-top: 20px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
}
#submit:hover{
	background-color: transparent;
	color: #26b373;
}
#submit:hover .fa-arrow-right{
	background-color: transparent;
	color: #26b373;
    margin-left: 10px;
}

#submit i{
	color: #fff;
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.code{
	width: 100px;
	display: none;
}
.Repetition {
    width: 20px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    display: flex;
    color: #fb946b;
    margin-left: 145px;
    margin-top: -55px;
    z-index: 999;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.fa-repeat {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
label{
	font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
}
.remember-password{
	margin-left:20px;
	margin-top: 20px;
	font-size: 15px;
}
.remember{
	cursor: pointer;
}
.form_input_border_2{
	margin-top: 5px;
}
.form_input_border_2 a{
	margin-left:20px;
	color: #161616;
	font-size: 13px;
}
.form_input_border_2 a:hover{
	text-decoration: underline;
}
@media only screen and (max-width: 1500px) {
	.lingwo{
	width: 1200px;
	}
	#Registration ,#Registration::before{
    width: 500px !important;
}
.lingwo img {
	width: 500px;
}
}
@media only screen and (max-width: 1300px) {
	.lingwo{
	width: 1100px;
		}
		.lingwo img {
	width: 400px;
}
}
@media only screen and (max-width: 1200px) {
	.lingwo{
	width: 1000px;
	}
		.lingwo img {
	width: 300px;
}
}
@media only screen and (max-width: 1100px) {
	.lingwo{
	width: 900px;
	}
	.lingwo img {
	display: none;
}
}
@media only screen and (max-width: 1000px) {
	.lingwo{
	width: 800px;
	}
}
@media only screen and (max-width: 900px) {
	.lingwo{
	width: 700px;
	}
}
@media only screen and (max-width: 800px) {
	.lingwo{
	width: 500px !important;
	}
	#Registration {
    width: 445px !important;
        background-position: 331px 13px;
    right: 27px;
	}
	.input {
    width: 78%;
	}
#Registration h1 {
    font-size: 30px;
    margin: 20px 20px;
	}
	#form {
    margin-top: -30px;
}
#Registration::before {
    width: 491px !important;
    height: 524px;
    left: -34px;
}
}
@media only screen and (max-width: 720px) {
	#logo{
		display: none;
	}
	.lingwo img {
	display: block;
	top: -120px;
	right: 20px;
}
	.lingwo{
	width: 360px !important;
	margin-top: 250px;
	}
	#Registration {
   width: 362px !important;
       height: 430px;
    background-position: 270px 7px;
    right: 10px;
	}
	.input {
    width: 78% !important;
	}
#Registration h1 {
    font-size: 25px;
    margin: 20px 20px;
	}
	#form {
    margin-top: -30px;
}
#Registration::before {
   width: 373px !important;
    height: 420px;
    left: -15px;
}
.nav_top {
    width: 100%;
    height: 90px;
}
.nav_rs a li{
	float: none;
	margin: 6px;
	padding: 5px 20px;
	    font-size: 16px;
}
.nav_rs {
    right: 5px;
        margin-top: 3px;
}
}
