header.header .login-menu .p_info {
  min-height: unset; }
  header.header .login-menu .p_info:before, header.header .login-menu .p_info:after {
    content: '';
    position: absolute;
    z-index: 1;
    left: 6px;
    bottom: -11px;
    border: 5px solid rgba(0, 0, 0, 0);
    border-top: 5px solid #d3d6d7;
    -webkit-transform: skew(-30deg);
        -ms-transform: skew(-30deg);
            transform: skew(-30deg); }
  header.header .login-menu .p_info:after {
    border-top: 5px solid white;
    bottom: -10px; }

header.header .login-menu section {
  width: calc((100% - 60px) / 3);
  margin: 20px 15px;
  line-height: 1;
  border-left: 0;
  border-top: 0;
  border-bottom: 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  header.header .login-menu section:first-of-type {
    margin-left: 0; }
  header.header .login-menu section:last-of-type {
    margin-right: 0;
    border-right: 0;
    margin-left: 15px;
    padding-left: 30px;
    border-left: 1px solid #bdbdbd; }
  header.header .login-menu section article .time,
  header.header .login-menu section article .date,
  header.header .login-menu section article address {
    position: relative;
    padding-left: 19px;
    color: #7f7f7f;
    padding-bottom: 7px;
    line-height: 14px;
    font-size: 11px; }
    header.header .login-menu section article .time:last-of-type, header.header .login-menu section article .time:last-of-type, header.header .login-menu section article .time:last-of-type,
    header.header .login-menu section article .date:last-of-type,
    header.header .login-menu section article .date:last-of-type,
    header.header .login-menu section article .date:last-of-type,
    header.header .login-menu section article address:last-of-type,
    header.header .login-menu section article address:last-of-type,
    header.header .login-menu section article address:last-of-type {
      padding-bottom: 0; }
    header.header .login-menu section article .time:before, header.header .login-menu section article .time:before, header.header .login-menu section article .time:before,
    header.header .login-menu section article .date:before,
    header.header .login-menu section article .date:before,
    header.header .login-menu section article .date:before,
    header.header .login-menu section article address:before,
    header.header .login-menu section article address:before,
    header.header .login-menu section article address:before {
      display: inline-block;
      font-family: "font-btns";
      font-size: 14px;
      color: #002446;
      position: absolute;
      left: 0; }
  header.header .login-menu section article address:before {
    content: "\e91d"; }
  header.header .login-menu section article .date:before {
    content: "\e903"; }
  header.header .login-menu section article .time:before {
    content: "\e91f"; }
  header.header .login-menu section .red-bord span {
    color: #002446;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    cursor: pointer; }
    header.header .login-menu section .red-bord span:after {
      content: "";
      display: block;
      height: 1px;
      background: #de1f13; }
  header.header .login-menu section.__auth {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-direction: column; }
    header.header .login-menu section.__auth > * {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0; }
      header.header .login-menu section.__auth > *.auth-form {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
    header.header .login-menu section.__auth-load {
      -webkit-filter: blur(2px);
              filter: blur(2px);
      position: relative; }
      header.header .login-menu section.__auth-load:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }

@media (max-width: 991px) {
  header.header .login-menu .p_info {
    left: 5px; }
  header.header section.__auth {
    min-height: 320px; } }

.auth-form {
  padding: 10px 0 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .auth-form > div {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }
    .auth-form > div.auth-buttons {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
  .auth-form .form-cmp__question {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #bdbdbd;
    margin-bottom: 5px; }
    .auth-form .form-cmp__question:nth-of-type(2n) {
      margin-bottom: 10px; }
    .auth-form .form-cmp__question.__right_question {
      font-size: 12px;
      width: 50%;
      margin-bottom: 5px;
      line-height: 22px; }
    .auth-form .form-cmp__question.form-cmp_checkbox {
      border: 0;
      margin-right: 0;
      width: 50%; }
      .auth-form .form-cmp__question.form-cmp_checkbox:not(.__right_question):not(.f_width):not(.w_help) {
        margin-right: 0; }
    .auth-form .form-cmp__question.f_width {
      width: 100%;
      margin-right: 0; }
    .auth-form .form-cmp__question a {
      color: #828282;
      border-bottom-color: #d8003f;
      border-bottom-style: solid;
      border-bottom-width: 1px; }
      .auth-form .form-cmp__question a:hover {
        border: 0; }
    .auth-form .form-cmp__question input {
      height: 30px;
      border: 0; }
      .auth-form .form-cmp__question input:focus + .place_holder,
      .auth-form .form-cmp__question input.__filled + .place_holder {
        top: -4px; }
    .auth-form .form-cmp__question label.l_checkbox {
      margin-top: 0;
      font-size: 12px;
      color: #828282; }
    .auth-form .form-cmp__question label input[type="checkbox"] {
      border-width: 1px;
      border-style: solid;
      border-color: #bdbdbd;
      background-color: #c3c3c3;
      padding: 0;
      height: 20px;
      width: 20px; }
      .auth-form .form-cmp__question label input[type="checkbox"]:checked {
        color: white;
        background-color: #d8003f; }
        .auth-form .form-cmp__question label input[type="checkbox"]:checked:before {
          content: '\e92e';
          font-family: 'font-btns';
          font-size: 14px;
          line-height: 18px;
          font-weight: normal;
          display: inline-block;
          vertical-align: top;
          width: 100%;
          height: 100%;
          text-align: center; }
      .auth-form .form-cmp__question label input[type="checkbox"] span {
        font-weight: 300; }
    .auth-form .form-cmp__question .place_holder {
      left: 0;
      top: 7.5px;
      color: #828282;
      background-color: white;
      font-size: 10px;
      text-transform: uppercase;
      line-height: 1.2;
      pointer-events: none; }
      .auth-form .form-cmp__question .place_holder span {
        color: #d8003f; }
    .auth-form .form-cmp__questions {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      margin: 0 0 9px 0; }
    .auth-form .form-cmp__question.no_border {
      border-bottom: 1px solid transparent; }
  .auth-form .l_radio {
    position: relative;
    padding-left: 25px; }
    .auth-form .l_radio:before {
      content: '';
      width: 20px;
      height: 20px;
      border: 2px solid #C3C3C3;
      background-color: #fff;
      display: inline-block;
      position: absolute;
      left: 0;
      top: 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-radius: 10px; }
  .auth-form input[type="radio"]:checked + .l_radio:before {
    border: 5px solid #d8003f; }

.auth-buttons {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .auth-buttons .button {
    vertical-align: middle;
    font-size: 11px;
    padding: 9.5px 52px 9.5px 15px;
    font-style: normal;
    font-stretch: normal;
    line-height: 11px;
    letter-spacing: 1.1px;
    text-align: left;
    width: 100%;
    margin: 10px 0 0 0; }
    .auth-buttons .button:first-child {
      margin-top: 0; }
    .auth-buttons .button:after {
      display: block;
      font-size: 19px;
      font-weight: lighter;
      line-height: 16px;
      content: "\e902";
      width: 19px;
      position: absolute;
      right: 19px;
      top: calc(50% - 8px);
      height: 16px; }
    .auth-buttons .button.full_buttons .button {
      width: 100%;
      max-width: unset; }
    .auth-buttons .button.clicked:after {
      content: ""; }

.auth-error {
  color: #828282;
  padding: 30px;
  background-color: white;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 4px #828282;
  box-shadow: 0 2px 4px #828282;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .auth-error span {
    font-size: 14px;
    line-height: 16px; }
  .auth-error p {
    text-align: left;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center; }
    .auth-error p > span {
      display: block;
      position: relative;
      padding-bottom: 19px;
      margin-bottom: 18px; }
      .auth-error p > span:after {
        content: '';
        width: 72px;
        height: 1px;
        background-color: #d8003f;
        position: absolute;
        bottom: 0;
        left: 0; }
    .auth-error p small {
      font-size: 13px;
      line-height: 15px; }
  .auth-error__close {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background-color: #c3c3c3;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: block;
    cursor: pointer; }
    .auth-error__close:before, .auth-error__close:after {
      content: '';
      width: 24px;
      height: 1px;
      background-color: #828282;
      position: absolute; }
    .auth-error__close:before {
      top: 14px;
      left: 4px;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .auth-error__close:after {
      top: 14px;
      right: 2px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .auth-error__close:hover {
      background-color: #bebebe; }

.auth-title {
  font-size: 14px;
  line-height: 14px;
  color: black;
  margin: 0 0 15px 0; }

.auth-toggle {
  width: 100%; }
  .auth-toggle.form-cmp_checkbox span {
    position: relative;
    display: inline-block;
    line-height: 18px;
    font-size: 14px;
    padding: 2px 0 2px 60px;
    cursor: pointer; }
    .auth-toggle.form-cmp_checkbox span:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 46px;
      height: 22px;
      border-radius: 13px;
      background-color: #cdd1da;
      -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
      box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .auth-toggle.form-cmp_checkbox span:after {
      content: '';
      position: absolute;
      top: 2px;
      left: 2px;
      width: 18px;
      height: 18px;
      border-radius: 10px;
      background-color: white;
      -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
  .auth-toggle.form-cmp_checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 20px; }
    .auth-toggle.form-cmp_checkbox input:checked + span:before {
      background-color: #d8003f; }
    .auth-toggle.form-cmp_checkbox input:checked + span:after {
      left: 26px; }

.auth-timer.form-cmp__question {
  border-bottom: 1px solid transparent; }

.auth-timer p {
  font-size: 12px;
  line-height: 18px;
  color: #828282;
  white-space: nowrap; }
  .auth-timer p span {
    font-size: 14px;
    color: #0c0c0c; }

.auth-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%; }
  @media (max-width: 991px) {
    .auth-toggle {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .auth-toggle__item {
    width: calc((100% - 120px) / 2);
    padding: 20px 0;
    position: relative; }
    @media (max-width: 991px) {
      .auth-toggle__item {
        width: 100%; } }
    .auth-toggle__item:last-child::after {
      content: "";
      display: inline-block;
      height: 38px;
      width: 1px;
      background-color: #BBBCBC;
      position: absolute;
      top: calc(50% - 38px / 2);
      -webkit-transition: 0.3s 0.3s all;
      -o-transition: 0.3s 0.3s all;
      transition: 0.3s 0.3s all;
      left: -30px; }
    .auth-toggle__item-title {
      font-size: 14px;
      font-weight: 400;
      line-height: 16px;
      margin-bottom: 5px; }
    .auth-toggle__item-description {
      font-size: 14px;
      font-weight: 300;
      color: #7F7F7F;
      line-height: 16px; }

.auth-form .i_cpt-img {
  position: relative;
  width: 50%; }
  .auth-form .i_cpt-img img {
    max-width: 162px; }

.auth-form .i_cpt-reload {
  position: absolute;
  width: 100%;
  display: inline-block;
  height: 100%;
  left: 0; }

.auth-form .i_cpt .form-cmp__question.__right_question {
  display: -webkit-inline-box;
  display: inline-flex;
  display: -ms-inline-flexbox;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: calc(50% - 15px);
  margin-left: 15px;
  height: 36px; }

.auth-form .i_cpt label {
  line-height: 1;
  font-size: 10px;
  vertical-align: super; }
  .auth-form .i_cpt label > span {
    color: #d8003f; }

.auth-form .i_cpt input {
  height: 30px; }
  .auth-form .i_cpt input + .place_holder {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .auth-form .i_cpt input:focus + .place_holder,
  .auth-form .i_cpt input.__filled + .place_holder {
    bottom: 26px; }
  .auth-form .i_cpt input + .place_holder {
    left: 0;
    top: auto;
    bottom: 9px;
    color: #828282;
    background-color: white;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 1.2; }
    .auth-form .i_cpt input + .place_holder span {
      color: #d8003f; }
