* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html,
body {
  min-width: 1200px;
  height:100%;
margin: 0;}

h1,
h2,
h3,
h4,
p,
a {
  font-family: 'Open Sans', sans-serif; }

p {
  font-size: 16px; }

.bold {
  font-weight: 700 !important; }

.light {
  font-weight: 100 !important; }

.text-white {
  color: #fff !important; }

.text-black {
  color: #707070 !important; }

.clear50 {
  clear: both;
  height: 50px; }

.clear30 {
  clear: both;
  height: 30px; }

.clear20 {
  clear: both;
  height: 20px; }

.clear10 {
  clear: both;
  height: 10px; }

.clear {
  clear: both; }

.textWhite {
  color: #fff !important; }

.bordBlock {
  width: 100%;
  height: auto;
  border: 1px solid #e3e3e3;
  padding: 20px 20px 30px 20px; }

.wrapAdminContent {
  width: 100%;
  min-width: 1200px;
  height: auto;
  padding-bottom: 100px;
  padding-left: 197px; }

.wrapFlexRC {
  width: 100%;
  height: auto;
  display: flex;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap; }

.abc {
  background: #3c3c3c; }
  .abc li > a {
    position: relative;
    display: block;
    text-align: center;
    padding: 10px 4px;
    font: 100 20px 'Open Sans';
    color: #43b77a; }
    .abc li > a:hover {
      background: #2c2c2c; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0; }

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #43b77a;
  text-decoration: none;
  background-color: #3c3c3c;
  font: 100 18px 'Open Sans';
  border: none; }
  .pagination > li > a:hover, .pagination > li > span:hover {
    background: #2c2c2c;
    color: #43b77a; }

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #2c2c2c;
  border-color: #2c2c2c; }

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: silver;
  cursor: not-allowed;
  background-color: #5a5a5a;
  border-color: #5a5a5a; }

.forNavPanel {
  height: 106px;
  background: #353d45; }

header {
  width: 100%;
  height: 60px;
  background: #eeebeb;
  position: relative;
  min-width:1000px;
  z-index: 999;
  border-bottom:1px solid #ddd;}
header h1,
.header-title{
  font: 700 24px 'Open Sans';
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.title-wrap{
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  min-width:1200px;
  width:100%;
  padding-left:200px;
  padding-right:350px;
  text-align: center;
  height: 60px;
}
.title-wrap:before{
  content: '';
  display: inline-block;
  vertical-align: middle;
  height:100%;
  width:1px;
  margin-left:-5px;
}
.header-title{
  font: 700 24px 'Open Sans';
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.logo {
  display: block;
  width: 180px;
  height: 59px;
  margin: 0;
  text-align: center;
  opacity: 1;
  background: #50b7ff url("../img/logo.png") center no-repeat; }

.loginWrapper {
  width: 320px;
  height: 60px;
  background: #1d3943;
  position: relative;
display:flex;}

.login-registr{
  text-align: center;
  color: #fff;
}
.login-registr:before{
  content:'';
  width:1px;
  height:100%;
  display: inline-block;
  vertical-align: middle;
}
.login-registr .separator{
  font-size:26px;
  font-weight:bold;
  margin: 0 4px;
}
.login {
  font: 18px/60px 'Open Sans';
  width: 31%;
  height: 60px;
  /*padding-top: 55px;*/
  padding-left:40px;
  text-decoration: none;
  color: #fff;
  background: url("../img/exit.svg") 16px center no-repeat;
  background-size: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .login:hover,
  .login:focus,
  .login.active{
    text-decoration: none;
    color: #fff;
    background: #50b7ff url("../img/exit.svg")  16px center no-repeat;
    background-size: 16px; }

.regist {
  font: 18px/60px 'Open Sans';
  width:54%;
  height: 60px;
  /*padding-top: 55px;*/
  padding-left:45px;
  text-decoration: none;
  color: #fff;
  background: url("../img/login.svg") 16px center no-repeat;
  background-size: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-left:1px solid #1d3943;}
  .regist:hover,
  .regist:focus,
  .regist.active{
    text-decoration: none;
    color: #fff;
    background: #50b7ff url("../img/login.svg") 16px center no-repeat;
    background-size: 20px;}
  .regist.active,
  .login.active{
    pointer-events:none;
  }
.titleBlock {
  width: 100%;
  /*height: 300px;*/
  padding: 30px 0;
  text-align: center;
  color: #50b7ff;
  background: #fff;
}
  .titleBlock h3 {
    font: 100 35px 'Open Sans';
    margin: 0;}
  .titleBlock h2 {
    font: 100 45px 'Open Sans';
    margin: 0;}
  .titleBlock h1 {
    font: 400 59px 'Open Sans';
    margin: 0;}
  .titleBlock h4 {
    color: #404647; }
  .titleBlock img {
    width: 96px;
    height: auto;
    margin-top: 30px; }

#topUser {
  font: 300 14px 'Open Sans';
  height: 100%;
  cursor: pointer;
  background: #1d3943;
  display: flex;
  display: -webkit-flex;
  display: flex;
  /*width: 320px;*/
  /*justify-content: center;*/
  /*-webkit-justify-content: center;*/
  align-items: center;
  -webkit-align-items: center;
  width:270px;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;}
#topUser>span{
  text-align: right;
}
#topUser div,
.top-avatar{
  display: inline-block;
  overflow: hidden;
  width: 46px;
  height: 46px;
  margin-left: 20px;
  border-radius: 24px;
  flex-shrink:0;}
.null-avatar{
  background-color: #fff;
}
.top-avatar img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.forMainText {
  font: 100 32px 'Open Sans' !important; }

.mainText {
  font: 400 67px 'Open Sans' !important; }

.regWrapper {
  width: 100%;
  height: auto;
  /*min-height: 200px;*/
  padding: 40px;
  background: #f3f2f2; }

.regContent,
.regForgot {
  width: 758px;
  height: auto;
  min-height: 100px;
  margin: auto;
  /*padding: 36px 56px 30px 130px;*/
  padding: 35px 55px;
  background: #fff;
  box-shadow: 0 4px 10px silver; }
  .regContent p{
    font-size:13px;
  }
  .regForgot p {
    font: 700 14px 'Open Sans'; }
  .regContent form input,
  .regForgot form input,
  .regContent form input:focus,
  .regForgot form input:focus{
    height: 30px;
    padding: 0 6px;
    outline: none;
    border-radius: 0;
    box-shadow:none;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    color: #555;
    font-size: 14px;
    line-height: 1.42857;
  }
  /*.regContent form label,*/
  /*.regForgot form label {*/
    /*font: italic 100 12px 'Open Sans'; }*/

.regForgot {
  width: 560px;
  padding: 40px 0 60px 0;
  text-align: center; }
  .regForgot form input {
    /*font: italic 400 12px 'Open Sans';*/
    width: 224px;
    /*height: 27px;*/
    /*padding: 0 10px 0 10px; }*/
  }
  /*.regForgot span {*/
    /*padding-bottom: 2px;*/
    /*border-bottom: 1px solid rgba(5, 186, 120, 0.54); }*/

.toRegUser {
  font: 600 14px 'Open Sans';
  width: 160px;
  height: 26px;
  margin-left: 20px;
  padding: 3px 10px 3px 10px;
  color: #50b7ff;
  border: 1px solid #dcdcdc;
  border-radius: 3px; }
  .toRegUser:focus {
    text-decoration: none;
    color: #50b7ff; }
  .toRegUser:hover {
    text-decoration: none;
    color: #50b7ff;
    border: 1px solid silver; }

#agreement,
#memory {
  width: 14px;
  height: 14px;
  padding: 0;
  border: 1px solid #50b7ff;
  border-radius: 0;
  background: #fff;
  /*-webkit-appearance: none;*/
  /*appearance: none;*/
  /*-moz-appearance: none; */
}
  /*#agreement:checked,*/
  /*#memory:checked {*/
    /*background: #fff url("../img/check.png") center no-repeat;*/
    /*background-size: 10px; }*/

#agree {
  font: 500 14px 'Open Sans';
  color: #50b7ff; }

.userAgree {
  margin-left: 30px;
  color: #1bce5e;
  border-bottom: 1px solid rgba(27, 206, 94, 0.45);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .userAgree:focus {
    text-decoration: none;
    color: #1bce5e; }
  .userAgree:hover {
    text-decoration: none;
    color: #1bce5e;
    border-bottom: 1px solid transparent; }

.phoneDesc {
  font: 100 12px 'Open Sans';
  width: 310px;
  height: auto;
  padding: 6px;
  border: 1px solid rgba(0, 185, 235, 0.14);
  background: #fff;
  box-shadow: 0 2px 8px silver; }

.regBtn {
  font: 700 16px 'Open Sans';
  width: 170px;
  height: 40px;
  color: #fff;
  border: none;
  border-radius: 4px;
  outline: none;
  background: #50b7ff;
  box-shadow: 0 4px 6px #eee;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .regBtn:hover {
    background: #0093bb; }
  .regBtn:active {
    transform: translateY(2px); }

.fogotBtn {
  font: 700 16px 'Open Sans';
  width: 170px;
  height: 32px;
  color: #fff;
  border: none;
  border-radius: 6px;
  outline: none;
  background: #05ba78;
  box-shadow: 0 4px 6px #eee;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .fogotBtn:hover {
    background: #1bce5e; }
  .fogotBtn:active {
    transform: translateY(2px); }

#loginForm {
  width: 224px;
  margin: auto; }
  #loginForm .passP {
    text-align: left; }

.toForgot {
  font: 700 14px 'Open Sans';
  padding-bottom: 2px;
  color: #50b7ff;
  border-bottom: 1px solid #50b7ff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .toForgot:focus {
    text-decoration: none;
    color: #50b7ff; }
  .toForgot:hover {
    text-decoration: none;
    color: #00a0cb; }

footer {
  width: 100%;
  /*height: 170px;
  padding-top: 70px;
  text-align: center;*/ }
  footer p {
    font: 400 14px 'Open Sans'; }

footer .container {
  padding-top: 20px;
  position: relative;
}
/*--------------- Styles from journal.css -----------------*/
.control-label,
.regContent form .control-label,
.form-group label{
  font-size:16px;
  font-weight:700;
  font-style: normal;
  line-height:20px;
  overflow-wrap: break-word;
  color: #707070;
}
.form-group{
  margin-bottom:20px;
}
.login-wrapper{
  padding-bottom: 170px;
  position: relative;
  min-height:100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.login-wrapper .footer{
  height:115px;
  padding-top:25px;
  position: absolute;
  bottom:0;
  left:0;
  text-align: left;
}
.login-wrapper footer .container{
  padding-top:0;
}
.langg{
  color:#fff;
  position: absolute;
  right:0;
  width:50px;
  text-align: center;
  top:0;
  font-weight:700;
  height:60px;
  line-height:40px;
  cursor: pointer;
  text-transform: uppercase;
}
.langg span{
  display: inline-block;
  padding:10px;
}
.lang-switcher{
  padding:10px 15px 5px;
  background-color: #eeebeb;
  position: absolute;
  top:100%;
  right:0;
  display: none;
}
.lang-switcher li{
  line-height:1em;
  margin-bottom:10px;
  text-align: right;
  list-style-type: none;
  text-transform: none;
}
.lang-switcher .active a{
  color:#333;
  pointer-events: none;
}
#userMenu {
  position: absolute;
  top: 60px;
  right: 0;
  display: none;
  width: 320px;
  /*height: 130px;*/
  border: 1px solid #e2e5e6;
  background: #fbfeff; }
#userMenu a {
  display: block;
  width: 100%;
  height: 65px;
  padding-top: 23px;
  padding-left: 20px;
  text-decoration: none;
  border-bottom: 1px solid #e2e5e6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
#userMenu a:hover {
  color: #000; }
#userMenu .exit {
  border-bottom: none;
  background: url("../img/exit.png") 38px no-repeat; }

/*# sourceMappingURL=styleLogin.css.map */
