#container, .login-tpl {
  min-height: 100%; }

.content-account, .simple-content {
  min-height: 100vh;
  background: #f8f8f8; }

.login-content, .reg-content {
  max-width: 600px;
  width: 100%;
  margin: auto;
  position: absolute; }

.reg_blok_right {
  padding: 8%;
  background: white;
  border-radius: 10px;
  -webkit-box-shadow: 0px 1px 1px 1px rgba(216, 216, 216, 0.73);
  -moz-box-shadow: 0px 1px 1px 1px rgba(216, 216, 216, 0.73);
  box-shadow: 0px 1px 1px 1px rgba(216, 216, 216, 0.73); }
  @media (max-width: 920px) {
    .reg_blok_right {
      padding: 6%; } }
  @media (max-width: 450px) {
    .reg_blok_right {
      padding: 4%; } }

.logo-back {
  padding-bottom: 8%;
  /*padding-top: 8%;*/ }
  .logo-back img {
    display: block;
    margin: auto; }

.title-l {
  margin-bottom: 17px; }
  @media (max-width: 768px) {
    .title-l {
      margin-bottom: 10px; } }
  .title-l span {
    display: block;
    text-align: center; }
    .title-l span:nth-child(1) {
      font-family: ProximaNovaBold;
      font-size: 26px;
      color: #454545; }
      @media (max-width: 1340px) {
        .title-l span:nth-child(1) {
          font-size: 24px; } }
      @media (max-width: 920px) {
        .title-l span:nth-child(1) {
          font-size: 22px; } }
      @media (max-width: 450px) {
        .title-l span:nth-child(1) {
          font-size: 20px; } }
    .title-l span:nth-child(2) {
      font-family: ProximaNova-Light;
      font-size: 18px;
      color: #999999; }
      @media (max-width: 1340px) {
        .title-l span:nth-child(2) {
          font-size: 17px; } }
      @media (max-width: 920px) {
        .title-l span:nth-child(2) {
          font-size: 16px; } }
      @media (max-width: 450px) {
        .title-l span:nth-child(2) {
          font-size: 13px; } }

.line_small_links .tr {
  display: flex;
  justify-content: space-between; }
  .line_small_links .tr .td {
    width: 32%;
    display: flex !important;
    justify-content: center; }
    .line_small_links .tr .td:not(:first-child) {
      margin-left: 10px; }
    .line_small_links .tr .td:nth-child(1) {
      background: #285b9b; }
    .line_small_links .tr .td:nth-child(2) {
      background: #00a9e1; }
    .line_small_links .tr .td:nth-child(3) {
      background: #fe4a35; }

.entrance .tit-wr, .simpleregister_wr .tit-wr {
  display: flex;
  position: relative; }
  .entrance .tit-wr:after, .simpleregister_wr .tit-wr:after {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #e6e6e6;
    bottom: 50%;
    left: 0;
    z-index: 1; }
  .entrance .tit-wr .title-l, .simpleregister_wr .tit-wr .title-l {
    text-transform: uppercase;
    font-size: 18px;
    font-family: ProximaNova-Light;
    font-style: italic;
    padding-top: 14px;
    padding-bottom: 14px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    margin: auto;
    color: #999999;
    position: relative;
    z-index: 3;
    background: white; }
    @media (max-width: 920px) {
      .entrance .tit-wr .title-l, .simpleregister_wr .tit-wr .title-l {
        font-size: 16px; } }
    @media (max-width: 450px) {
      .entrance .tit-wr .title-l, .simpleregister_wr .tit-wr .title-l {
        font-size: 13px; } }

form input {
  width: 100%;
  display: block;
  border: 1px solid #cccccc;
  line-height: 38px;
  font-size: 16px;
  color: #999999;
  box-sizing: border-box;
  padding: 0px 20px;
  font-family: 'ProximaNova-Light'; }
  form input:focus {
    outline: none;
    border-color: #15abcc; }
form .form_gr {
  margin-bottom: 15px; }
  form .form_gr.buttons_wr .button {
    width: 100%;
    border: 1px solid #15abcc;
    border-radius: 0px;
    line-height: 38px;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    background-color: #15abcc;
    font-family: 'ProximaNovaRegular';
    will-change: transform;
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
    cursor: pointer; }
  form .form_gr.buttons_wr a.button {
    display: block;
    margin-top: 7%; }
form .remember-me label {
  font-family: ProximaNova-Light;
  font-size: 16px;
  color: #454545; }
  @media (max-width: 768px) {
    form .remember-me label {
      font-size: 14px; } }
  @media (max-width: 450px) {
    form .remember-me label {
      font-size: 11px; } }
  form .remember-me label + input {
    margin-top: 0;
    margin-left: 10px; }
    @media (max-width: 450px) {
      form .remember-me label + input {
        margin-left: 2px; } }

.my-reg-bottom-block {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 480px) {
    .my-reg-bottom-block {
      flex-direction: column; } }
  .my-reg-bottom-block .reg-text {
    margin-right: 5px; }
  .my-reg-bottom-block a {
    color: #15abcc; }
  @media (max-width: 450px) {
    .my-reg-bottom-block > div {
      text-align: center; } }

/***********registration***************/
.lk_page {
  width: 100%;
  height: 100vh; }
  .lk_page #content {
    padding: 0 !important; }

.lk_page .simpleregister-button-block.buttons label span {
  font-family: ProximaNova-Light;
  font-size: 16px;
  color: #454545; }
  .lk_page .simpleregister-button-block.buttons label span a {
    color: #15abcc;
    font-family: ProximaNova-Light;
    text-transform: inherit; }
.lk_page .simpleregister-button-block.buttons .simpleregister-button-right > a {
  width: 100%;
  border: 1px solid #15abcc;
  border-radius: 0px;
  line-height: 38px;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  background-color: #15abcc;
  font-family: 'ProximaNovaRegular';
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
  margin-bottom: 15px; }
.lk_page p.simpleregister-have-account {
  padding: 0; }

.waring-b .close {
  opacity: 1;
  position: absolute;
  z-index: 99;
  top: 5px;
  right: 5px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 2;
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }
  @media (max-width: 880px) {
    .waring-b .close {
      right: 15px;
      right: 10px; } }
  .waring-b .close:before, .waring-b .close:after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -.5px;
    background: #454545; }
  .waring-b .close:before {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .waring-b .close:after {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

/*# sourceMappingURL=acc-reg.css.map */
