html, body * { box-sizing: border-box; font-family: 'Open Sans', sans-serif; }


body {
  background:
    -webkit-linear-gradient(
    rgba(246,247,249,0.8),
    rgba(246,247,249,0.8)),
    url(http://olegm1.ru/cl1.jpg) no-repeat center center fixed;
  background:
    linear-gradient(
    rgba(246,247,249,0.8),
    rgba(246,247,249,0.8)),
    url(http://olegm1.ru/cl1.jpg) no-repeat center center fixed;
  background-size: cover;
}

.container {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 0px;
}

.frame1 {
  height: 80px;
  width: 430px;
  background:
    -webkit-linear-gradient(
    rgba(35,43,85,0.75),
    rgba(35,43,85,0.95)),
    url(http://olegm1.ru/cl1.jpg) no-repeat center center;
  background:
    linear-gradient(
    rgba(35,43,85,0.75),
    rgba(35,43,85,0.95)),
    url(http://olegm1.ru/cl1.jpg) no-repeat center center;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  border-top: solid 1px rgba(255,255,255,.5);
  border-radius: 5px;
  box-shadow: 0px 2px 7px rgba(0,0,0,0.2);
  overflow: hidden;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}


.frame {
  height: 575px;
  width: 430px;
  background:
    -webkit-linear-gradient(
    rgba(35,43,85,0.75),
    rgba(35,43,85,0.95)),
    url(http://olegm1.ru/cl1.jpg) no-repeat center center;
  background:
    linear-gradient(
    rgba(35,43,85,0.75),
    rgba(35,43,85,0.95)),
    url(http://olegm1.ru/cl1.jpg) no-repeat center center;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  border-top: solid 1px rgba(255,255,255,.5);
  border-radius: 5px;
  box-shadow: 0px 2px 7px rgba(0,0,0,0.2);
  overflow: hidden;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.frame-long {
  height: 615px;
}

.frame-short {
  height: 500px;
  margin-top: 50px;
  box-shadow: 0px 2px 7px rgba(0,0,0,0.1);
}

.nav {
  width: 100%;
  height: 100px;
  padding-top: 40px;
  opacity: 1;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.nav-up {
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  opacity: 0;
}

li {
  padding-left: 10px;
  font-size: 18px;
  display: inline;
  text-align: left;
  text-transform: uppercase;
  padding-right: 10px;
  color: rgba(255,255,255,.3);
}

.signin-active a {
  padding-bottom: 10px;
  color: #ffffff;
  text-decoration: none;
  border-bottom: solid 2px #1059FF;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  cursor: pointer;
}

.signin-inactive a {
  padding-bottom: 0;
  color: rgba(255,255,255,.3);
  text-decoration: none;
  border-bottom: none;
  cursor: pointer;
}

.signup-active a {
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
  border-bottom: solid 2px #1059FF;
  padding-bottom: 10px;
}

.signn-active a {
  padding-bottom: 10px;
  color: #ffffff;
  text-decoration: none;
  border-bottom: solid 2px #1059FF;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  cursor: pointer;
}


.signup-inactive a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.signn-inactive a {
  padding-bottom: 10px;
  color: #ffffff;
  text-decoration: none;
  border-bottom: solid 2px #1059FF;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  cursor: pointer;
}

.form-chat {
  width: 430px;
  height: 375px;
	font-size: 16px;
	font-weight: 300;
  padding-left: 37px;
  padding-right: 37px;
  padding-top: 0  px;
  -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
  transition: opacity .5s ease, -webkit-transform .5s ease;
  transition: opacity .5s ease, transform .5s ease;
  transition: opacity .5s ease, transform .5s ease, -webkit-transform .5s ease;
}

.form-signin {
  width: 430px;
  height: 375px;
	font-size: 16px;
	font-weight: 300;
  padding-left: 37px;
  padding-right: 37px;
  padding-top: 35px;
  -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
  transition: opacity .5s ease, -webkit-transform .5s ease;
  transition: opacity .5s ease, transform .5s ease;
  transition: opacity .5s ease, transform .5s ease, -webkit-transform .5s ease;
}

.form-signin-left {
  -webkit-transform: translateX(-400px);
          transform: translateX(-400px);
  opacity: .0;
}

.form-signup {
  width: 430px;
  height: 375px;
	font-size: 16px;
	font-weight: 300;
  padding-left: 37px;
  padding-right: 37px;
  padding-top: 30px;
  position: relative;
  top: -375px;
  left: 400px;
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.form-signn {
  width: 430px;
  height: 375px;
	font-size: 16px;
	font-weight: 300;
  padding-left: 37px;
  padding-right: 37px;
  padding-top: 0px;
  -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
  transition: opacity .5s ease, -webkit-transform .5s ease;
  transition: opacity .5s ease, transform .5s ease;
  transition: opacity .5s ease, transform .5s ease, -webkit-transform .5s ease;
}


.form-signup-left {
  -webkit-transform: translateX(-399px);
          transform: translateX(-399px);
  opacity: 1;
}

.form-signn-left {
  -webkit-transform: translateX(-399px);
          transform: translateX(-399px);
  opacity: 1;
}

.form-signin-down {
  top: 0px;
  opacity: 0;
}

.form-signup-down {
  top: 0px;
  opacity: 0;
}

.form-signn-down {
  top: 0px;
  opacity: 0;
}


.successm {
  width: 80%;
  height: 150px;
  text-align: center;
  position: relative;
  top: 0px;
  left: 450px;
  opacity: .0;
  -webkit-transition: all .8s .4s ease;
  transition: all .8s .4s ease;
}

.successm-left {
  -webkit-transform: translateX(-406px);
          transform: translateX(-406px);
  opacity: 1;
}


.success {
  width: 80%;
  height: 150px;
  text-align: center;
  position: relative;
  top: -890px;
  left: 450px;
  opacity: .0;
  -webkit-transition: all .8s .4s ease;
  transition: all .8s .4s ease;
}

.success-left {
  -webkit-transform: translateX(-406px);
          transform: translateX(-406px);
  opacity: 1;
}

.successmtext {
  color: #ffffff;
	font-size: 16px;
	font-weight: 300;
  margin-top: -35px;
  padding-left: 37px;
  padding-right: 37px;
}

.successtext {
  color: #ffffff;
	font-size: 16px;
	font-weight: 300;
  margin-top: -35px;
  padding-left: 37px;
  padding-right: 37px;
}

#check path {
    stroke: #ffffff;
    stroke-linecap:round;
    stroke-linejoin:round;
    stroke-width: .85px;
    stroke-dasharray: 60px 300px;
    stroke-dashoffset: -166px;
    fill: rgba(255,255,255,.0);
    -webkit-transition: stroke-dashoffset 2s ease .5s, fill 1.5s ease 1.0s;
    transition: stroke-dashoffset 2s ease .5s, fill 1.5s ease 1.0s;
}

#check.checked path {
    stroke-dashoffset: 33px;
    fill: rgba(255,255,255,.03);
}

.form-signin input {
  color: #ffffff;
  font-size: 13px;
}
.form-signup input {
  color: #ffffff;
  font-size: 13px;
}

.ist input {
  color: #ffffff;
  font-size: 13px;
}

.form-signn input {
  color: #ffffff;
  font-size: 13px;
}



.form-styling {
  width: 100%;
  height: 35px;
	padding-left: 15px;
	border: none;
	border-radius: 20px;
  margin-bottom: 30px;
  background: rgba(255,255,255,.2);
}


.s1 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  padding-left: 15px;
  padding-bottom: 10px;
  color: rgba(255,255,255,.7);
  display: block;
}

label {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  padding-left: 15px;
  padding-bottom: 10px;
  color: rgba(255,255,255,.7);
  display: block;
}



:focus {outline: none;
}

textarea:focus {
    background: rgba(255,255,255,.3);
    border: none;
    padding-right: 40px;
    -webkit-transition: background .5s ease;
    transition: background .5s ease;
 }

 .ist input:focus {
     background: rgba(255,255,255,.3);
     border: none;
     padding-right: 40px;
     -webkit-transition: background .5s ease;
     transition: background .5s ease;
  }

.form-signup input:focus {
    background: rgba(255,255,255,.3);
    border: none;
    padding-right: 40px;
    -webkit-transition: background .5s ease;
    transition: background .5s ease;
 }

.form-signn input:focus {
     background: rgba(255,255,255,.3);
     border: none;
     padding-right: 40px;
     -webkit-transition: background .5s ease;
     transition: background .5s ease;
  }


.form-signin input:focus {
    background: rgba(255,255,255,.3);
    border: none;
    padding-right: 40px;
    -webkit-transition: background .5s ease;
    transition: background .5s ease;
 }



[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  display: none;
}

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 85px;
  padding-top: 2px;
  cursor: pointer;
  margin-top: 8px;
}

[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
}

[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  width: 70px;
  height: 30px;
  background: rgba(255,255,255,.2);
  border-radius: 15px;
  left: 0;
  top: -3px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  width: 10px;
  height: 10px;
  background: rgba(255,255,255,.7);
  border-radius: 50%;
  top: 7px;
  left: 10px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

/* on checked */
[type="checkbox"]:checked + label:before {
  background: #0F4FE6;
}

[type="checkbox"]:checked + label:after {
  background: #ffffff;
  top: 7px;
  left: 45px;
}

[type="checkbox"]:checked + label .ui,
[type="checkbox"]:not(:checked) + label .ui:before,
[type="checkbox"]:checked + label .ui:after {
  position: absolute;
  left: 6px;
  width: 70px;
  border-radius: 15px;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

[type="checkbox"]:not(:checked) + label .ui:before {
  content: "НЕТ";
  left: 32px;
  color: rgba(255,255,255,.7);
}

[type="checkbox"]:checked + label .ui:after {
  content: "ДА";
  color: #ffffff;
}

[type="checkbox"]:focus + label:before {
  box-sizing: border-box;
  margin-top: -1px;
}

.btn-signup {
  float: left;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;
  color: #ffffff;
  padding-top: 8px;
  width: 100%;
  height: 35px;
	border: none;
	border-radius: 20px;
  margin-top: 23px;
  background-color: #1059FF;
}

.btn-signn {
  float: left;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;
  color: #ffffff;
  padding-top: 8px;
  width: 100%;
  height: 35px;
	border: none;
	border-radius: 20px;
  margin-top: 23px;
  background-color: #1059FF;
}

.tx-out {
  float: left;
  line-height: 18px;
  text-align: left;
  font-size: 15px;
  color: #191970;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 100%;
	border: none;
	border-radius: 20px;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 13px;
  background-color: #DBC9D8;
  position: relative;
  overflow-wrap: break-word;
}

.tx-in {
  line-height: 18px;
  text-align: left;
  float: right;
  font-size: 15 px;
  color: #191970;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 100%;
	border: none;
	border-radius: 20px;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-right: 13px;
  background-color: #CDD5B5;
  position: relative;
  overflow-wrap: break-word;
}
.btst
{
   font-family: 'Rubik Mono One', sans-serif;
   font-size: 60px;
   text-align: center;
   color: #fff;
   text-shadow: 10px 10px 30px #2400ff, -10px -10px 30px #7e2bd9;
   -webkit-text-stroke: 2px #fc78ff;
   -webkit-text-fill-color: transparent;
   letter-spacing: 5px;

}
.tx-dt1 {
  float: right;
  width: 100%;
  text-align: center;
  font-size: 11px;
  color: #191970;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  padding-right: 2px;
  height: 21px;
	border: none;
	border-radius: 5px;
  color:white;
  background-color: #78858B;
  position: relative;
  vertical-align: middle;
}

.tx-sk {
  line-height: 8px;
  text-align: center;
  font-size: 9px;
  color: #191970;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
  height: 20px;
  width: 10px;
  border: none;
	border-radius: 5px;
  color:white;
  display: block;
    position: absolute;
    top: 18px;
    right: 10px;
    background:
    url(http://olegm1.ru/sk.png) 100% 100%;
  background-size: cover;
}

.tx-sk input[type=file]{outline:0;opacity:0;pointer-events:none;user-select:none}



.tx-dt {
  line-height: 8px;
  text-align: center;
  font-size: 9px;
  color: #191970;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
  height: 15px;
	border: none;
	border-radius: 5px;
  color:white;
  display: block;
    position: absolute;
    top: -8px;
    right: 15px;
    background-color: #78858B;
}



.btn-out {
  float: left;
  line-height: 18px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;
  color: #ffffff;
  padding-top: 8px;
  width: 100%;
  height: 35px;
	border: none;
	border-radius: 20px;
  margin-top: 23px;
  margin-left: 13px;
  background-color: #1059FF;
}
.ist {
  width: 100%;
  height: 38px;

  float: left;
  line-height: 18px;
  text-align: left;
  font-weight: 700;
  font-size: 15px;
  width: 100%;
	border: none;
	border-radius: 20px;
  margin-left: 13px;

  overflow:hidden;
  resize:none;
  padding-top: 10px;
  padding-bottom: 10px;

	padding-left: 20px;
	border: none;
	border-radius: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  background: rgba(255,255,255,.2);
}



.btn-signin {
  float: left;
  padding-top: 8px;
  width: 100%;
  height: 35px;
	border: none;
	border-radius: 20px;
  margin-top: -8px;
}

.btn-animate {
  float: left;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;
  color: rgba(255,255,255, 1);
  padding-top: 8px;
  width: 100%;
  height: 35px;
	border: none;
	border-radius: 20px;
  margin-top: 23px;
  background-color: rgba(16,89,255, 1);
  left: 0px;
  top: 0px;
  -webkit-transition: all .5s ease, top .5s ease .5s, height .5s ease .5s, background-color .5s ease .75s;
  transition: all .5s ease, top .5s ease .5s, height .5s ease .5s, background-color .5s ease .75s;
}

.btn-animate-grow {
  width: 130%;
  height: 625px;
  position: relative;
  left: -55px;
  top: -420px;
  color: rgba(255,255,255,0);
  background-color: rgba(255,255,255,1);
}

a.btn-signup:hover, a.btn-signin:hover, a.btn-signn:hover, a.btn-out:hover {
    cursor: pointer;
    background-color: #0F4FE6;
    -webkit-transition: background-color .5s;
    transition: background-color .5s;
}

.forgot {
  height: 100px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 24px;
  margin-top: -535px;
  border-top: solid 1px rgba(255,255,255,.3);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.forgot-left {
  -webkit-transform: translateX(-400px);
          transform: translateX(-400px);
  opacity: 0;
}

.forgot-fade {
  opacity: 0;
}

.forgot a {
  color: rgba(255,255,255,.3);
  font-weight: 400;
  font-size: 13px;
  text-decoration: none;
}

.welcome {
  width: 100%;
  height: 250px;
  position: relative;
  color: rgba(35,43,85,0.75);
  opacity: 0;
  -webkit-transition: opacity .1s ease 1s, -webkit-transform 1.5s ease .25s;
  transition: opacity .1s ease 1s, -webkit-transform 1.5s ease .25s;
  transition: transform 1.5s ease .25s, opacity .1s ease 1s;
  transition: transform 1.5s ease .25s, opacity .1s ease 1s, -webkit-transform 1.5s ease .25s;
}

.welcome-left {
  -webkit-transform: translateY(-780px);
          transform: translateY(-780px);
  opacity: 1;
}

.cover-photo {
  height: 150px;
  position: relative;
  left: 0px;  top: -900px;
  background:
    -webkit-linear-gradient(
    rgba(35,43,85,0.75),
    rgba(35,43,85,0.95)),
    url(http://olegm1.ru/g1.jpg);
  background:
    linear-gradient(
    rgba(35,43,85,0.75),
    rgba(35,43,85,0.95)),
    url(http://olegm1.ru/g1.jpg);
  background-size: cover;
  opacity: 0;
  -webkit-transition: all 1.5s ease 0.55s;
  transition: all 1.5s ease 0.55s;
}

.cover-photo-down {
  top: -575px;
  opacity: 1;
}

.profile-photo {
  height: 125px;
  width: 125px;
  position: relative;
  border-radius: 70px;
  left: 155px;
  top: -1000px;
  background: url(http://olegm1.ru/i1.jpg);
  background-size: 100% 100%;
  background-position: 100% 100%;
  opacity: 0;
  -webkit-transition: top 1.5s ease 0.35s, opacity .75s ease .5s;
  transition: top 1.5s ease 0.35s, opacity .75s ease .5s;
  border: solid 3px #ffffff;
}

.profile-photo-down {
  top: -636px;
  opacity: 1;
}

h1 {
  color: #ffffff;
  font-size: 35px;
	font-weight: 300;
  text-align: center;
}

.btn-goback {
  position: relative;
  margin-right: auto;
  top: -400px;
  float: left;
  padding: 8px;
  width: 83%;
  margin-left: 37px;
  margin-right: 37px;
  height: 35px;
	border-radius: 20px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;
  color: #1059FF;
  margin-top: -8px;
  border: solid 1px #1059FF;
  opacity: 0;
  -webkit-transition: top 1.5s ease 0.35s, opacity .75s ease .5s;
  transition: top 1.5s ease 0.35s, opacity .75s ease .5s;
}

.btn-goback-up {
  top: -1030px;
  opacity: 1;
}

a.btn-goback:hover {
    cursor: pointer;
    background-color: #0F4FE6;
    -webkit-transition: all .5s;
    transition: all .5s;
    color: #ffffff;
}

/* refresh button styling */

#refresh {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    box-shadow: 0px 2px 7px rgba(0,0,0,0.1);
    padding: 13px 0 0 13px;
}

.refreshicon {
    fill: #d3d3d3;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: fill .25s ease, -webkit-transform .25s ease;
    transition: fill .25s ease, -webkit-transform .25s ease;
    transition: fill .25s ease, transform .25s ease;
    transition: fill .25s ease, transform .25s ease, -webkit-transform .25s ease;
}

.refreshicon:hover {
  cursor: pointer;
  fill: #1059FF;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.button{
display:inline-block;
background:none;
width: 25px;
height: 25px;
}
.button.okay{
background:url(http://olegm1.ru/out2.png);
}
