body {
    margin: 0;
    
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #6c7279;
    -webkit-font-smoothing:
    antialiased; 
    
    background-color: #fff;
}


*,
*:before,
*:after {
    box-sizing: border-box;
    
}

h1, h2, h3, h4, h5, h6{
    margin: 0;
}

p {
    margin: 0 0 10px 0;
}


/*Container
====================*/
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}




/*header
====================*/
.header {
    width: 100%;
    height: 54px;
    background: #3a3e64;
    
    
   position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}

.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
/*     padding: 35px 0;*/
    
    border-bottom: 1px solid #515369;
}



/*Nav
====================*/


.nav {
    display: flex;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.header_logo {
     text-transform: uppercase;
     font-size: 17px;
     color: #000;
}



.nav__link {
    margin-left: 50px;
    color: #fff;
    text-decoration: none;
    opacity: .75;
    
    transition: opacity .1s linear;
    
}

.nav__link:first-child {
    margin-left: 0;
}

.nav__link:hover {
     opacity: 1;

}

input {
	height: 45px;
	width: 100%;
	color: #3b5983;
	font-size: 14px;
	line-height: 16px;
	border: 2px solid #e9f2ff;
	border-radius: 5px;
	padding-left: 25px;
}
input:focus {
	outline: none;
	border: 2px solid #C1D9FD;

}

.circle {
	position: absolute;
	z-index: 1;
	width: 534px;
	height: 534px;
	border-radius: 50%;
	background: #d7faff;
	box-shadow: 0px 4px 70px 6px rgba(217, 229, 255, 0.25);
}

main {
	background: #f1f5ff;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}



.register-form-container {
	position: relative;
	z-index: 2;
	max-width: 415px;
	width: 100%;
	background: #ffffff;
	box-shadow: 0px 6px 50px rgbal(217, 229, 255, 0,7);
	border-radius: 20px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 38px;
	padding-bottom: 38px;

}

.form-title {
  color: #30507d;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 38px;	
}

.form-field {
margin-bottom: 13px;
}


.button {

	width: 355px;
	font-weight: bold;
	font-size: 14px;
	display: block;
	height: 45px;
	background: #3a3e64;
	border-radius: 5px;
	color: #fff;
	text-transform: uppercase;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
}


.button:hover {
	background-color: #0D6CF2;
}

a.button {
text-decoration: none;
}
.button-google {
	color: #c6cfdc;
	background: #f2f6ff;
}
.button-google:hover {
	background: #e2e6f0;
	color: #fff;
}
.divider {
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	color: #405d87;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}





.nesolestag-enadenud {
  width: 615px;
  margin: 0 auto;
}

.kesednsoled:after,
.kesednsoled:before {
  content: ".";
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
  clear: both;
}
.ico-wrap {
  color: #a612d4;
  width: 48px;
  height: 48px;
  margin: 30px 18px 5px 250px;
  display: block;
  text-align: right;
  font-size: 25px;
  border: 2px solid #9d1cb7;
  float: left;
  border-radius: 30px;
}
.ico-contact {
  line-height: 1.9 !important;
}
.meanous-andscoev {
  float: left;
  margin-bottom: 20px;
}
.aio-icon-title {
  font-size: 16px;
  color: #950c96;
  line-height: 1;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .meanous-andscoev,
  .ico-wrap {
  float: none;
  text-align: center;
  }
  .ico-wrap {
  margin: 0 auto 15px auto;
  }
}




















/*footer
====================*/
.footer {
padding: 70px;
    background-color: #3a3e64;
}


.footer__inner {
    display: flex;
    flex-wrap: wrap;
}


.footer__block {
    width: 33.3333%;
    
    text-align: center;
    
}

.footer__title {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}


.footer__address {
    font-size: 14px;
    line-height: 1.5;
    font-style: normal;
    color: rgba(255, 255, 255, .5);
}

.footer__text {
     font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, .5);
}






/*social
====================*/
.social {
    display: flex;
}

.social--footer {
    justify-content: center;
}

.social_item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-right: 4px;
    
    background-color: #fff;
    border: 1px solid #e8ecee;
    
    transform: background .1s 
    linear;
}

.social_item:hover {
    background-color: #e8ecee;
}

.social__item:hover .social__icon {
    fill: #000;
}

.social--footer .social_item {
    background-color: transparent;
    border-width: 2px;
    border-color: #fff;
    border-radius: 2px;
}



.social--footer .social_item:hover {
    background-color: #000;
}



.social__icon {
    display: block;
    height: 18px; 
    
    fill: #c6cacc;
    
    transition: fill .1s linear;
}


.social--footer .social__icon {
    fill: #fff;
}