@import url(../fonts/fonts.css);
/*# sourceMappingURL=styleStep2.css.map */
* {
  box-sizing: border-box; }
  *::before {
    box-sizing: border-box; }
  *::after {
    box-sizing: border-box; }

ul[class] {
  padding: 0;
  margin: 0;
  list-style: none;
  margin: 0;
  padding: 0; }

ol[class] {
  padding: 0;
  margin: 0;
  list-style: none;
  margin: 0;
  padding: 0; }

body {
  margin: 0;
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  position: relative;
  font-family: 'Roboto';
  background: #1F1F1F;
  overflow: hidden; }

h1 {
  margin: 0; }

h2 {
  margin: 0; }

h3 {
  margin: 0; }

h4 {
  margin: 0; }

p {
  margin: 0; }

li {
  margin: 0; }

figure {
  margin: 0; }

figcaption {
  margin: 0; }

blockquote {
  margin: 0; }

dl {
  margin: 0; }

dd {
  margin: 0; }

a {
  margin: 0;
  color: inherit;
  text-decoration: none; }
  a:hover {
    cursor: pointer; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

ol {
  list-style: none;
  margin: 0;
  padding: 0; }

img {
  max-width: 100%;
  display: block; }

article > * + * {
  margin-top: 1em; }

input {
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  font: inherit;
  outline: none; }
  input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #1F1F1F !important;
    -webkit-text-fill-color: #fff !important;
    color: #fff !important;
    transition: all 0.1s; }

button {
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  font: inherit; }
  button:hover {
    cursor: pointer; }

textarea {
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  font: inherit; }

select {
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  font: inherit; }

fieldset {
  outline: none;
  border: none; }

.wrapper {
  position: relative;
  overflow: auto;
  height: 100vh;
  width: 100vw; }

.logInFacebook {
  width: 100vw;
  height: 100vh;
  position: relative; }
  .logInFacebook .bg__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: absolute;
    z-index: -1;
    overflow-x: hidden; }
  .logInFacebook .content__wrapper {
    padding: 10px;
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    align-items: center;
    overflow-y: auto; }
    .logInFacebook .content__wrapper .logo {
      max-width: 140px;
      margin-bottom: 40px; }
    .logInFacebook .content__wrapper form {
      width: 100%;
      height: 100%; }
      .logInFacebook .content__wrapper form .form__group {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding-left: 27.5px;
        padding-right: 27.5px; }
      .logInFacebook .content__wrapper form fieldset {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        width: 100%;
        height: 100%;
        padding-left: 0;
        padding-right: 0; }
        .logInFacebook .content__wrapper form fieldset label {
          display: flex;
          position: relative;
          margin-bottom: 20px;
          margin-left: 0;
          margin-right: 0;
          background: #0000;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
          .logInFacebook .content__wrapper form fieldset label input {
            background-color: #1d1c1cb5;
            border: 1px solid #949494;
            color: #fff;
            font-style: normal;
            font-weight: 300;
            font-size: 14px;
            line-height: 16px;
            padding: 0 25px;
            padding-left: 42px;
            white-space: nowrap;
            text-overflow: ellipsis;
            min-height: 40px;
            border-radius: 20px; }
            .logInFacebook .content__wrapper form fieldset label input + p {
              position: absolute;
              left: 50%;
              transform: translateX(-50%);
              top: 38px;
              max-width: 100%;
              white-space: pre-wrap; }
            .logInFacebook .content__wrapper form fieldset label input:focus {
              border: 1px solid #E0AA3E;
              color: #E0AA3E;
              transition: all 0.3s; }
              .logInFacebook .content__wrapper form fieldset label input:focus ~ .placeholder {
                top: -22px;
                color: #E0AA3E;
                transition: all 0.3s; }
            .logInFacebook .content__wrapper form fieldset label input:not(:placeholder-shown) ~ .placeholder {
              top: -22px;
              color: #E0AA3E;
              transition: all 0.3s; }
            .logInFacebook .content__wrapper form fieldset label input:-webkit-autofill ~ .placeholder {
              top: -22px;
              color: #E0AA3E;
              transition: all 0.3s; }
            .logInFacebook .content__wrapper form fieldset label input:hover {
              border: 1px solid #E0AA3E;
              color: #E0AA3E;
              transition: all 0.3s; }
          .logInFacebook .content__wrapper form fieldset label::placeholder {
            pointer-events: none;
            color: #FFF; }
          .logInFacebook .content__wrapper form fieldset label svg {
            position: absolute;
            left: 16px;
            top: 20px;
            transform: translateY(-50%);
            transition: fill 0.3s;
            fill: #D7D7D7; }
          .logInFacebook .content__wrapper form fieldset label .statusCheck {
            opacity: 1;
            transition: all 0.3s; }
            .logInFacebook .content__wrapper form fieldset label .statusCheck svg {
              right: 10px;
              left: auto; }
          .logInFacebook .content__wrapper form fieldset label .statusFail {
            opacity: 1;
            transition: all 0.3s; }
            .logInFacebook .content__wrapper form fieldset label .statusFail svg {
              right: 10px;
              left: auto; }
        .logInFacebook .content__wrapper form fieldset button {
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: row;
          background: transparent;
          color: #E0AA3E;
          font-style: normal;
          font-weight: 600;
          font-size: 16px;
          line-height: 18px;
          padding: 15px 25px;
          border: 1px solid #E0AA3E;
          min-height: 40px;
          border-radius: 30px;
          margin-bottom: 20px;
          transition: all 0.3s;
          padding-top: 12.5px;
          padding-bottom: 12.5px; }
          .logInFacebook .content__wrapper form fieldset button:focus {
            background: #E0AA3E;
            transition: all 0.3s;
            color: #ffffff;
            font-weight: 900; }
          .logInFacebook .content__wrapper form fieldset button:hover {
            background: #E0AA3E;
            transition: all 0.3s;
            color: #ffffff;
            font-weight: 900; }
        .logInFacebook .content__wrapper form fieldset button.submit {
          width: 100%;
          margin-bottom: 5px;
          background: #E0AA3E; }
          .logInFacebook .content__wrapper form fieldset button.submit span {
            color: #FFF; }
    .logInFacebook .content__wrapper div.register-link div {
      position: absolute;
      width: 25px;
      height: 25px;
      margin: 0;
      padding: 0;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      left: 25px; }
    .logInFacebook .content__wrapper div.register-link svg {
      fill: #E0AA3E; }
    .logInFacebook .content__wrapper div.facebook {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: row;
      background: transparent;
      color: #ffffff;
      font-style: normal;
      font-weight: 600;
      font-size: 16px;
      line-height: 18px;
      padding: 15px 25px;
      border: 1px solid #ffffff;
      min-height: 40px;
      border-radius: 30px;
      margin-bottom: 20px;
      transition: all 0.3s;
      text-align: center;
      background: #4267B2;
      border: 1px solid #4267B2;
      font-style: normal;
      font-weight: 600;
      font-size: 18px;
      line-height: 18px;
      transition: all 0.3s;
      margin-top: 50px; }
      .logInFacebook .content__wrapper div.facebook div {
        position: absolute;
        width: 25px;
        height: 25px;
        margin: 0;
        padding: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        left: 25px;
        left: 65px;
        width: 25px;
        height: 25px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        margin-right: 10px;
        transition: all 0.3s; }
        .logInFacebook .content__wrapper div.facebook div svg {
          width: 25px;
          height: 25px;
          transition: all 0.3s; }
      .logInFacebook .content__wrapper div.facebook svg {
        fill: #E0AA3E; }
      .logInFacebook .content__wrapper div.facebook:hover {
        color: #E0AA3E;
        border: 1px solid #E0AA3E;
        transition: all 0.3s;
        outline: none;
        background: #ffffff;
        border: 1px solid #ffffff;
        color: #4267B2;
        transition: all 0.3s; }
        .logInFacebook .content__wrapper div.facebook:hover div {
          background: #4267B2;
          transition: all 0.3s; }
          .logInFacebook .content__wrapper div.facebook:hover div svg {
            fill: #ffffff;
            transition: all 0.3s; }
      .logInFacebook .content__wrapper div.facebook:focus {
        color: #E0AA3E;
        border: 1px solid #E0AA3E;
        transition: all 0.3s;
        outline: none;
        background: #ffffff;
        border: 1px solid #ffffff;
        color: #4267B2;
        transition: all 0.3s; }
        .logInFacebook .content__wrapper div.facebook:focus div {
          background: #4267B2;
          transition: all 0.3s; }
          .logInFacebook .content__wrapper div.facebook:focus div svg {
            fill: #ffffff;
            transition: all 0.3s; }
    .logInFacebook .content__wrapper a:not(.text__link) {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: row;
      background: transparent;
      color: #ffffff;
      font-style: normal;
      font-weight: 600;
      font-size: 16px;
      line-height: 18px;
      padding: 15px 25px;
      border: 1px solid #ffffff;
      min-height: 40px;
      border-radius: 30px;
      margin-bottom: 20px;
      transition: all 0.3s;
      text-align: center;
      background: #fff;
      color: #000;
      font-style: normal;
      font-weight: bold;
      font-size: 16px;
      line-height: 18px;
      position: relative;
      border: none;
      padding-top: 12.5px;
      padding-bottom: 12.5px; }
      .logInFacebook .content__wrapper a:not(.text__link):hover {
        color: #E0AA3E;
        border: 1px solid #E0AA3E;
        transition: all 0.3s;
        outline: none; }
      .logInFacebook .content__wrapper a:not(.text__link):focus {
        color: #E0AA3E;
        border: 1px solid #E0AA3E;
        transition: all 0.3s;
        outline: none; }
    .logInFacebook .content__wrapper .or {
      color: #ffffff;
      font-style: normal;
      font-weight: 300;
      font-size: 16px;
      line-height: 18px;
      text-align: center;
      width: 100%;
      margin-top: 10px;
      transition: all 0.3s;
      position: relative;
      margin-top: 20px;
      margin-bottom: 20px; }
      .logInFacebook .content__wrapper .or::before {
        content: '';
        position: absolute;
        border-bottom: 1px solid #D7D7D7;
        width: 36vw;
        height: 1px;
        top: 50%;
        transform: translateY(-50%);
        left: 0; }
      .logInFacebook .content__wrapper .or::after {
        content: '';
        position: absolute;
        border-bottom: 1px solid #D7D7D7;
        width: 36vw;
        height: 1px;
        top: 50%;
        transform: translateY(-50%);
        right: 0; }
    .logInFacebook .content__wrapper .text__link {
      color: #ffffff;
      font-style: normal;
      font-weight: 300;
      font-size: 16px;
      line-height: 18px;
      text-align: center;
      width: 100%;
      margin-top: 10px;
      transition: all 0.3s; }
      .logInFacebook .content__wrapper .text__link:hover {
        color: #E0AA3E;
        transition: all 0.3s;
        outline: none;
        border: none; }
      .logInFacebook .content__wrapper .text__link:focus {
        color: #E0AA3E;
        transition: all 0.3s;
        outline: none;
        border: none; }
    .logInFacebook .content__wrapper .checkbox__label {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      cursor: pointer;
      position: relative; }
      .logInFacebook .content__wrapper .checkbox__label .input-checkbox {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        border: 0;
        padding: 0;
        clip: rect(0 0 0 0);
        overflow: hidden; }
        .logInFacebook .content__wrapper .checkbox__label .input-checkbox:focus ~ .custom-checkbox::before {
          border: 2px solid #E0AA3E;
          transition: all 0.3s; }
        .logInFacebook .content__wrapper .checkbox__label .input-checkbox:hover ~ .custom-checkbox::before {
          border: 2px solid #E0AA3E;
          transition: all 0.3s; }
        .logInFacebook .content__wrapper .checkbox__label .input-checkbox:checked ~ .custom-checkbox::before {
          width: 12px;
          height: 12px;
          border: none;
          transition: all 0.3s; }
        .logInFacebook .content__wrapper .checkbox__label .input-checkbox:checked ~ .custom-checkbox::after {
          opacity: 1;
          transition: all 0.3s; }
      .logInFacebook .content__wrapper .checkbox__label .custom-checkbox {
        width: 12px;
        position: relative;
        margin-right: 20px; }
        .logInFacebook .content__wrapper .checkbox__label .custom-checkbox::before {
          content: '';
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          width: 12px;
          height: 12px;
          border: 2px solid #ffffff;
          border-radius: 2px;
          transition: all 0.3s; }
        .logInFacebook .content__wrapper .checkbox__label .custom-checkbox::after {
          content: '';
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          width: 12px;
          height: 12px;
          background: url(../img/icon/tick.svg);
          opacity: 0;
          transition: all 0.3s; }
      .logInFacebook .content__wrapper .checkbox__label .input-checkbox.error ~ .custom-checkbox::before {
        border: 1px solid #F2664F; }
      .logInFacebook .content__wrapper .checkbox__label .error {
        position: absolute;
        top: 100%;
        left: 0;
        bottom: -18px; }
      .logInFacebook .content__wrapper .checkbox__label .checkbox-text {
        text-align: start;
        margin-bottom: 0; }
    .logInFacebook .content__wrapper .checkbox-text {
      color: #D7D7D7;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 180%;
      text-align: center;
      margin-bottom: 6px; }
      .logInFacebook .content__wrapper .checkbox-text .text__link {
        color: #E0AA3E;
        margin: 0;
        font-style: normal;
        font-weight: normal;
        font-size: 14px; }
        .logInFacebook .content__wrapper .checkbox-text .text__link:hover {
          text-decoration: underline; }
        .logInFacebook .content__wrapper .checkbox-text .text__link:focus {
          text-decoration: underline; }
    .logInFacebook .content__wrapper p {
      color: #D7D7D7;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 180%;
      text-align: center;
      margin-bottom: 6px; }
      .logInFacebook .content__wrapper p .text__link {
        color: #E0AA3E;
        margin: 0;
        font-style: normal;
        font-weight: normal;
        font-size: 14px; }
        .logInFacebook .content__wrapper p .text__link:hover {
          text-decoration: underline; }
        .logInFacebook .content__wrapper p .text__link:focus {
          text-decoration: underline; }
    .logInFacebook .content__wrapper h1 {
      color: #D7D7D7;
      font-style: normal;
      font-weight: 600;
      font-size: 20px;
      line-height: 22px;
      text-align: center;
      margin-bottom: 30px;
      margin-top: 20vh; }
    .logInFacebook .content__wrapper .info__block {
      background-color: rgba(0, 0, 0, 0.4);
      border: 1px solid #d6d6d6;
      color: #D7D7D7;
      padding: 20px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      max-width: 240px;
      border-radius: 8px; }
      .logInFacebook .content__wrapper .info__block p {
        text-align: center;
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 24px; }
    .logInFacebook .content__wrapper a.facebook {
      background: #4267B2;
      border: 1px solid #4267B2;
      font-style: normal;
      font-weight: 600;
      font-size: 18px;
      line-height: 18px;
      transition: all 0.3s;
      margin-top: 50px; }
      .logInFacebook .content__wrapper a.facebook div {
        width: 25px;
        height: 25px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        margin-right: 10px;
        transition: all 0.3s; }
        .logInFacebook .content__wrapper a.facebook div svg {
          width: 25px;
          height: 25px;
          transition: all 0.3s; }
      .logInFacebook .content__wrapper a.facebook:focus {
        background: #ffffff;
        border: 1px solid #ffffff;
        color: #4267B2;
        transition: all 0.3s; }
        .logInFacebook .content__wrapper a.facebook:focus div {
          background: #4267B2;
          transition: all 0.3s; }
          .logInFacebook .content__wrapper a.facebook:focus div svg {
            fill: #ffffff;
            transition: all 0.3s; }
      .logInFacebook .content__wrapper a.facebook:hover {
        background: #ffffff;
        border: 1px solid #ffffff;
        color: #4267B2;
        transition: all 0.3s; }
        .logInFacebook .content__wrapper a.facebook:hover div {
          background: #4267B2;
          transition: all 0.3s; }
          .logInFacebook .content__wrapper a.facebook:hover div svg {
            fill: #ffffff;
            transition: all 0.3s; }
    .logInFacebook .content__wrapper .footer__description {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      text-align: center; }
  .logInFacebook .user__form-select {
    width: 100%;
    margin-bottom: 30px; }
    .logInFacebook .user__form-select ul {
      height: 100%;
      overflow: auto;
      display: flex;
      flex-direction: row;
      align-items: flex-end;
      justify-content: space-evenly; }
    .logInFacebook .user__form-select li {
      display: inline-block;
      padding-bottom: 5px;
      margin: 0 5px;
      border-bottom: 1px solid transparent;
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 21px;
      color: #D7D7D7;
      transition: all 0.3s; }
      .logInFacebook .user__form-select li a {
        white-space: nowrap; }
    .logInFacebook .user__form-select li.act {
      color: #E0AA3E;
      border-bottom: 1px solid #E0AA3E;
      transition: all 0.3s; }

.recovery {
  width: 100vw;
  height: 100vh;
  position: relative; }
  .recovery .bg__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: absolute;
    z-index: -1;
    overflow-x: hidden; }
  .recovery .content__wrapper {
    padding: 10px;
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    align-items: center;
    overflow-y: auto; }
    .recovery .content__wrapper .logo {
      max-width: 140px;
      margin-bottom: 40px; }
    .recovery .content__wrapper form {
      width: 100%;
      height: 100%; }
      .recovery .content__wrapper form .form__group {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding-left: 27.5px;
        padding-right: 27.5px; }
      .recovery .content__wrapper form fieldset {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        width: 100%;
        height: 100%;
        padding-left: 0;
        padding-right: 0; }
        .recovery .content__wrapper form fieldset label {
          display: flex;
          position: relative;
          margin-bottom: 20px;
          margin-left: 0;
          margin-right: 0;
          background: #0000;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
          .recovery .content__wrapper form fieldset label input {
            background-color: #1d1c1cb5;
            border: 1px solid #949494;
            color: #fff;
            font-style: normal;
            font-weight: 300;
            font-size: 14px;
            line-height: 16px;
            padding: 0 25px;
            padding-left: 42px;
            white-space: nowrap;
            text-overflow: ellipsis;
            min-height: 40px;
            border-radius: 20px; }
            .recovery .content__wrapper form fieldset label input + p {
              position: absolute;
              left: 50%;
              transform: translateX(-50%);
              top: 38px;
              max-width: 100%;
              white-space: pre-wrap; }
            .recovery .content__wrapper form fieldset label input:focus {
              border: 1px solid #E0AA3E;
              color: #E0AA3E;
              transition: all 0.3s; }
              .recovery .content__wrapper form fieldset label input:focus ~ .placeholder {
                top: -22px;
                color: #E0AA3E;
                transition: all 0.3s; }
            .recovery .content__wrapper form fieldset label input:not(:placeholder-shown) ~ .placeholder {
              top: -22px;
              color: #E0AA3E;
              transition: all 0.3s; }
            .recovery .content__wrapper form fieldset label input:-webkit-autofill ~ .placeholder {
              top: -22px;
              color: #E0AA3E;
              transition: all 0.3s; }
            .recovery .content__wrapper form fieldset label input:hover {
              border: 1px solid #E0AA3E;
              color: #E0AA3E;
              transition: all 0.3s; }
          .recovery .content__wrapper form fieldset label::placeholder {
            pointer-events: none;
            color: #FFF; }
          .recovery .content__wrapper form fieldset label svg {
            position: absolute;
            left: 16px;
            top: 20px;
            transform: translateY(-50%);
            transition: fill 0.3s;
            fill: #D7D7D7; }
          .recovery .content__wrapper form fieldset label .statusCheck {
            opacity: 1;
            transition: all 0.3s; }
            .recovery .content__wrapper form fieldset label .statusCheck svg {
              right: 10px;
              left: auto; }
          .recovery .content__wrapper form fieldset label .statusFail {
            opacity: 1;
            transition: all 0.3s; }
            .recovery .content__wrapper form fieldset label .statusFail svg {
              right: 10px;
              left: auto; }
        .recovery .content__wrapper form fieldset button {
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: row;
          background: transparent;
          color: #E0AA3E;
          font-style: normal;
          font-weight: 600;
          font-size: 16px;
          line-height: 18px;
          padding: 15px 25px;
          border: 1px solid #E0AA3E;
          min-height: 40px;
          border-radius: 30px;
          margin-bottom: 20px;
          transition: all 0.3s;
          padding-top: 12.5px;
          padding-bottom: 12.5px; }
          .recovery .content__wrapper form fieldset button:focus {
            background: #E0AA3E;
            transition: all 0.3s;
            color: #ffffff;
            font-weight: 900; }
          .recovery .content__wrapper form fieldset button:hover {
            background: #E0AA3E;
            transition: all 0.3s;
            color: #ffffff;
            font-weight: 900; }
        .recovery .content__wrapper form fieldset button.submit {
          width: 100%;
          margin-bottom: 5px;
          background: #E0AA3E; }
          .recovery .content__wrapper form fieldset button.submit span {
            color: #FFF; }
    .recovery .content__wrapper div.register-link div {
      position: absolute;
      width: 25px;
      height: 25px;
      margin: 0;
      padding: 0;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      left: 25px; }
    .recovery .content__wrapper div.register-link svg {
      fill: #E0AA3E; }
    .recovery .content__wrapper div.facebook {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: row;
      background: transparent;
      color: #ffffff;
      font-style: normal;
      font-weight: 600;
      font-size: 16px;
      line-height: 18px;
      padding: 15px 25px;
      border: 1px solid #ffffff;
      min-height: 40px;
      border-radius: 30px;
      margin-bottom: 20px;
      transition: all 0.3s;
      text-align: center;
      background: #4267B2;
      border: 1px solid #4267B2;
      font-style: normal;
      font-weight: 600;
      font-size: 18px;
      line-height: 18px;
      transition: all 0.3s;
      margin-top: 50px; }
      .recovery .content__wrapper div.facebook div {
        position: absolute;
        width: 25px;
        height: 25px;
        margin: 0;
        padding: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        left: 25px;
        left: 65px;
        width: 25px;
        height: 25px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        margin-right: 10px;
        transition: all 0.3s; }
        .recovery .content__wrapper div.facebook div svg {
          width: 25px;
          height: 25px;
          transition: all 0.3s; }
      .recovery .content__wrapper div.facebook svg {
        fill: #E0AA3E; }
      .recovery .content__wrapper div.facebook:hover {
        color: #E0AA3E;
        border: 1px solid #E0AA3E;
        transition: all 0.3s;
        outline: none;
        background: #ffffff;
        border: 1px solid #ffffff;
        color: #4267B2;
        transition: all 0.3s; }
        .recovery .content__wrapper div.facebook:hover div {
          background: #4267B2;
          transition: all 0.3s; }
          .recovery .content__wrapper div.facebook:hover div svg {
            fill: #ffffff;
            transition: all 0.3s; }
      .recovery .content__wrapper div.facebook:focus {
        color: #E0AA3E;
        border: 1px solid #E0AA3E;
        transition: all 0.3s;
        outline: none;
        background: #ffffff;
        border: 1px solid #ffffff;
        color: #4267B2;
        transition: all 0.3s; }
        .recovery .content__wrapper div.facebook:focus div {
          background: #4267B2;
          transition: all 0.3s; }
          .recovery .content__wrapper div.facebook:focus div svg {
            fill: #ffffff;
            transition: all 0.3s; }
    .recovery .content__wrapper a:not(.text__link) {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: row;
      background: transparent;
      color: #ffffff;
      font-style: normal;
      font-weight: 600;
      font-size: 16px;
      line-height: 18px;
      padding: 15px 25px;
      border: 1px solid #ffffff;
      min-height: 40px;
      border-radius: 30px;
      margin-bottom: 20px;
      transition: all 0.3s;
      text-align: center;
      background: #fff;
      color: #000;
      font-style: normal;
      font-weight: bold;
      font-size: 16px;
      line-height: 18px;
      position: relative;
      border: none;
      padding-top: 12.5px;
      padding-bottom: 12.5px; }
      .recovery .content__wrapper a:not(.text__link):hover {
        color: #E0AA3E;
        border: 1px solid #E0AA3E;
        transition: all 0.3s;
        outline: none; }
      .recovery .content__wrapper a:not(.text__link):focus {
        color: #E0AA3E;
        border: 1px solid #E0AA3E;
        transition: all 0.3s;
        outline: none; }
    .recovery .content__wrapper .or {
      color: #ffffff;
      font-style: normal;
      font-weight: 300;
      font-size: 16px;
      line-height: 18px;
      text-align: center;
      width: 100%;
      margin-top: 10px;
      transition: all 0.3s;
      position: relative;
      margin-top: 20px;
      margin-bottom: 20px; }
      .recovery .content__wrapper .or::before {
        content: '';
        position: absolute;
        border-bottom: 1px solid #D7D7D7;
        width: 36vw;
        height: 1px;
        top: 50%;
        transform: translateY(-50%);
        left: 0; }
      .recovery .content__wrapper .or::after {
        content: '';
        position: absolute;
        border-bottom: 1px solid #D7D7D7;
        width: 36vw;
        height: 1px;
        top: 50%;
        transform: translateY(-50%);
        right: 0; }
    .recovery .content__wrapper .text__link {
      color: #ffffff;
      font-style: normal;
      font-weight: 300;
      font-size: 16px;
      line-height: 18px;
      text-align: center;
      width: 100%;
      margin-top: 10px;
      transition: all 0.3s; }
      .recovery .content__wrapper .text__link:hover {
        color: #E0AA3E;
        transition: all 0.3s;
        outline: none;
        border: none; }
      .recovery .content__wrapper .text__link:focus {
        color: #E0AA3E;
        transition: all 0.3s;
        outline: none;
        border: none; }
    .recovery .content__wrapper .checkbox__label {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      cursor: pointer;
      position: relative; }
      .recovery .content__wrapper .checkbox__label .input-checkbox {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        border: 0;
        padding: 0;
        clip: rect(0 0 0 0);
        overflow: hidden; }
        .recovery .content__wrapper .checkbox__label .input-checkbox:focus ~ .custom-checkbox::before {
          border: 2px solid #E0AA3E;
          transition: all 0.3s; }
        .recovery .content__wrapper .checkbox__label .input-checkbox:hover ~ .custom-checkbox::before {
          border: 2px solid #E0AA3E;
          transition: all 0.3s; }
        .recovery .content__wrapper .checkbox__label .input-checkbox:checked ~ .custom-checkbox::before {
          width: 12px;
          height: 12px;
          border: none;
          transition: all 0.3s; }
        .recovery .content__wrapper .checkbox__label .input-checkbox:checked ~ .custom-checkbox::after {
          opacity: 1;
          transition: all 0.3s; }
      .recovery .content__wrapper .checkbox__label .custom-checkbox {
        width: 12px;
        position: relative;
        margin-right: 20px; }
        .recovery .content__wrapper .checkbox__label .custom-checkbox::before {
          content: '';
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          width: 12px;
          height: 12px;
          border: 2px solid #ffffff;
          border-radius: 2px;
          transition: all 0.3s; }
        .recovery .content__wrapper .checkbox__label .custom-checkbox::after {
          content: '';
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          width: 12px;
          height: 12px;
          background: url(../img/icon/tick.svg);
          opacity: 0;
          transition: all 0.3s; }
      .recovery .content__wrapper .checkbox__label .input-checkbox.error ~ .custom-checkbox::before {
        border: 1px solid #F2664F; }
      .recovery .content__wrapper .checkbox__label .error {
        position: absolute;
        top: 100%;
        left: 0;
        bottom: -18px; }
      .recovery .content__wrapper .checkbox__label .checkbox-text {
        text-align: start;
        margin-bottom: 0; }
    .recovery .content__wrapper .checkbox-text {
      color: #D7D7D7;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 180%;
      text-align: center;
      margin-bottom: 6px; }
      .recovery .content__wrapper .checkbox-text .text__link {
        color: #E0AA3E;
        margin: 0;
        font-style: normal;
        font-weight: normal;
        font-size: 14px; }
        .recovery .content__wrapper .checkbox-text .text__link:hover {
          text-decoration: underline; }
        .recovery .content__wrapper .checkbox-text .text__link:focus {
          text-decoration: underline; }
    .recovery .content__wrapper p {
      color: #D7D7D7;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 180%;
      text-align: center;
      margin-bottom: 6px; }
      .recovery .content__wrapper p .text__link {
        color: #E0AA3E;
        margin: 0;
        font-style: normal;
        font-weight: normal;
        font-size: 14px; }
        .recovery .content__wrapper p .text__link:hover {
          text-decoration: underline; }
        .recovery .content__wrapper p .text__link:focus {
          text-decoration: underline; }
    .recovery .content__wrapper h1 {
      color: #D7D7D7;
      font-style: normal;
      font-weight: 600;
      font-size: 20px;
      line-height: 22px;
      text-align: center;
      margin-bottom: 30px;
      margin-top: 20vh; }
    .recovery .content__wrapper .info__block {
      background-color: rgba(0, 0, 0, 0.4);
      border: 1px solid #d6d6d6;
      color: #D7D7D7;
      padding: 20px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      max-width: 240px;
      border-radius: 8px; }
      .recovery .content__wrapper .info__block p {
        text-align: center;
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 24px; }
    .recovery .content__wrapper a.facebook {
      background: #4267B2;
      border: 1px solid #4267B2;
      font-style: normal;
      font-weight: 600;
      font-size: 18px;
      line-height: 18px;
      transition: all 0.3s;
      margin-top: 50px; }
      .recovery .content__wrapper a.facebook div {
        width: 25px;
        height: 25px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        margin-right: 10px;
        transition: all 0.3s; }
        .recovery .content__wrapper a.facebook div svg {
          width: 25px;
          height: 25px;
          transition: all 0.3s; }
      .recovery .content__wrapper a.facebook:focus {
        background: #ffffff;
        border: 1px solid #ffffff;
        color: #4267B2;
        transition: all 0.3s; }
        .recovery .content__wrapper a.facebook:focus div {
          background: #4267B2;
          transition: all 0.3s; }
          .recovery .content__wrapper a.facebook:focus div svg {
            fill: #ffffff;
            transition: all 0.3s; }
      .recovery .content__wrapper a.facebook:hover {
        background: #ffffff;
        border: 1px solid #ffffff;
        color: #4267B2;
        transition: all 0.3s; }
        .recovery .content__wrapper a.facebook:hover div {
          background: #4267B2;
          transition: all 0.3s; }
          .recovery .content__wrapper a.facebook:hover div svg {
            fill: #ffffff;
            transition: all 0.3s; }
    .recovery .content__wrapper .footer__description {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      text-align: center; }
  .recovery .user__form-select {
    width: 100%;
    margin-bottom: 30px; }
    .recovery .user__form-select ul {
      height: 100%;
      overflow: auto;
      display: flex;
      flex-direction: row;
      align-items: flex-end;
      justify-content: space-evenly; }
    .recovery .user__form-select li {
      display: inline-block;
      padding-bottom: 5px;
      margin: 0 5px;
      border-bottom: 1px solid transparent;
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 21px;
      color: #D7D7D7;
      transition: all 0.3s; }
      .recovery .user__form-select li a {
        white-space: nowrap; }
    .recovery .user__form-select li.act {
      color: #E0AA3E;
      border-bottom: 1px solid #E0AA3E;
      transition: all 0.3s; }

.register {
  width: 100vw;
  height: 100vh;
  position: relative; }
  .register .bg__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: absolute;
    z-index: -1;
    overflow-x: hidden; }
  .register .content__wrapper {
    padding: 10px;
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    align-items: center;
    overflow-y: auto; }
    .register .content__wrapper .logo {
      max-width: 140px;
      margin-bottom: 40px; }
    .register .content__wrapper form {
      width: 100%;
      height: 100%; }
      .register .content__wrapper form .form__group {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding-left: 27.5px;
        padding-right: 27.5px; }
      .register .content__wrapper form fieldset {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        width: 100%;
        height: 100%;
        padding-left: 0;
        padding-right: 0; }
        .register .content__wrapper form fieldset label {
          display: flex;
          position: relative;
          margin-bottom: 20px;
          margin-left: 0;
          margin-right: 0;
          background: #0000;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          margin-bottom: 24px; }
          .register .content__wrapper form fieldset label input {
            background-color: #1d1c1cb5;
            border: 1px solid #949494;
            color: #fff;
            font-style: normal;
            font-weight: 300;
            font-size: 14px;
            line-height: 16px;
            padding: 0 25px;
            padding-left: 42px;
            white-space: nowrap;
            text-overflow: ellipsis;
            min-height: 40px;
            border-radius: 20px; }
            .register .content__wrapper form fieldset label input + p {
              position: absolute;
              left: 50%;
              transform: translateX(-50%);
              top: 38px;
              max-width: 100%;
              white-space: pre-wrap; }
            .register .content__wrapper form fieldset label input:focus {
              border: 1px solid #E0AA3E;
              color: #E0AA3E;
              transition: all 0.3s; }
              .register .content__wrapper form fieldset label input:focus ~ .placeholder {
                top: -22px;
                color: #E0AA3E;
                transition: all 0.3s; }
            .register .content__wrapper form fieldset label input:not(:placeholder-shown) ~ .placeholder {
              top: -22px;
              color: #E0AA3E;
              transition: all 0.3s; }
            .register .content__wrapper form fieldset label input:-webkit-autofill ~ .placeholder {
              top: -22px;
              color: #E0AA3E;
              transition: all 0.3s; }
            .register .content__wrapper form fieldset label input:hover {
              border: 1px solid #E0AA3E;
              color: #E0AA3E;
              transition: all 0.3s; }
          .register .content__wrapper form fieldset label::placeholder {
            pointer-events: none;
            color: #FFF; }
          .register .content__wrapper form fieldset label svg {
            position: absolute;
            left: 16px;
            top: 20px;
            transform: translateY(-50%);
            transition: fill 0.3s;
            fill: #D7D7D7; }
          .register .content__wrapper form fieldset label .statusCheck {
            opacity: 1;
            transition: all 0.3s; }
            .register .content__wrapper form fieldset label .statusCheck svg {
              right: 10px;
              left: auto; }
          .register .content__wrapper form fieldset label .statusFail {
            opacity: 1;
            transition: all 0.3s; }
            .register .content__wrapper form fieldset label .statusFail svg {
              right: 10px;
              left: auto; }
        .register .content__wrapper form fieldset button {
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: row;
          background: transparent;
          color: #E0AA3E;
          font-style: normal;
          font-weight: 600;
          font-size: 16px;
          line-height: 18px;
          padding: 15px 25px;
          border: 1px solid #E0AA3E;
          min-height: 40px;
          border-radius: 30px;
          margin-bottom: 20px;
          transition: all 0.3s;
          padding-top: 12.5px;
          padding-bottom: 12.5px; }
          .register .content__wrapper form fieldset button:focus {
            background: #E0AA3E;
            transition: all 0.3s;
            color: #ffffff;
            font-weight: 900; }
          .register .content__wrapper form fieldset button:hover {
            background: #E0AA3E;
            transition: all 0.3s;
            color: #ffffff;
            font-weight: 900; }
        .register .content__wrapper form fieldset button.submit {
          width: 100%;
          margin-bottom: 5px;
          background: #E0AA3E; }
          .register .content__wrapper form fieldset button.submit span {
            color: #FFF; }
    .register .content__wrapper div.register-link div {
      position: absolute;
      width: 25px;
      height: 25px;
      margin: 0;
      padding: 0;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      left: 25px; }
    .register .content__wrapper div.register-link svg {
      fill: #E0AA3E; }
    .register .content__wrapper div.facebook {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: row;
      background: transparent;
      color: #ffffff;
      font-style: normal;
      font-weight: 600;
      font-size: 16px;
      line-height: 18px;
      padding: 15px 25px;
      border: 1px solid #ffffff;
      min-height: 40px;
      border-radius: 30px;
      margin-bottom: 20px;
      transition: all 0.3s;
      text-align: center;
      background: #4267B2;
      border: 1px solid #4267B2;
      font-style: normal;
      font-weight: 600;
      font-size: 18px;
      line-height: 18px;
      transition: all 0.3s;
      margin-top: 50px; }
      .register .content__wrapper div.facebook div {
        position: absolute;
        width: 25px;
        height: 25px;
        margin: 0;
        padding: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        left: 25px;
        left: 65px;
        width: 25px;
        height: 25px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        margin-right: 10px;
        transition: all 0.3s; }
        .register .content__wrapper div.facebook div svg {
          width: 25px;
          height: 25px;
          transition: all 0.3s; }
      .register .content__wrapper div.facebook svg {
        fill: #E0AA3E; }
      .register .content__wrapper div.facebook:hover {
        color: #E0AA3E;
        border: 1px solid #E0AA3E;
        transition: all 0.3s;
        outline: none;
        background: #ffffff;
        border: 1px solid #ffffff;
        color: #4267B2;
        transition: all 0.3s; }
        .register .content__wrapper div.facebook:hover div {
          background: #4267B2;
          transition: all 0.3s; }
          .register .content__wrapper div.facebook:hover div svg {
            fill: #ffffff;
            transition: all 0.3s; }
      .register .content__wrapper div.facebook:focus {
        color: #E0AA3E;
        border: 1px solid #E0AA3E;
        transition: all 0.3s;
        outline: none;
        background: #ffffff;
        border: 1px solid #ffffff;
        color: #4267B2;
        transition: all 0.3s; }
        .register .content__wrapper div.facebook:focus div {
          background: #4267B2;
          transition: all 0.3s; }
          .register .content__wrapper div.facebook:focus div svg {
            fill: #ffffff;
            transition: all 0.3s; }
    .register .content__wrapper a:not(.text__link) {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: row;
      background: transparent;
      color: #ffffff;
      font-style: normal;
      font-weight: 600;
      font-size: 16px;
      line-height: 18px;
      padding: 15px 25px;
      border: 1px solid #ffffff;
      min-height: 40px;
      border-radius: 30px;
      margin-bottom: 20px;
      transition: all 0.3s;
      text-align: center;
      background: #fff;
      color: #000;
      font-style: normal;
      font-weight: bold;
      font-size: 16px;
      line-height: 18px;
      position: relative;
      border: none;
      padding-top: 12.5px;
      padding-bottom: 12.5px; }
      .register .content__wrapper a:not(.text__link):hover {
        color: #E0AA3E;
        border: 1px solid #E0AA3E;
        transition: all 0.3s;
        outline: none; }
      .register .content__wrapper a:not(.text__link):focus {
        color: #E0AA3E;
        border: 1px solid #E0AA3E;
        transition: all 0.3s;
        outline: none; }
    .register .content__wrapper .or {
      color: #ffffff;
      font-style: normal;
      font-weight: 300;
      font-size: 16px;
      line-height: 18px;
      text-align: center;
      width: 100%;
      margin-top: 10px;
      transition: all 0.3s;
      position: relative;
      margin-top: 20px;
      margin-bottom: 20px; }
      .register .content__wrapper .or::before {
        content: '';
        position: absolute;
        border-bottom: 1px solid #D7D7D7;
        width: 36vw;
        height: 1px;
        top: 50%;
        transform: translateY(-50%);
        left: 0; }
      .register .content__wrapper .or::after {
        content: '';
        position: absolute;
        border-bottom: 1px solid #D7D7D7;
        width: 36vw;
        height: 1px;
        top: 50%;
        transform: translateY(-50%);
        right: 0; }
    .register .content__wrapper .text__link {
      color: #ffffff;
      font-style: normal;
      font-weight: 300;
      font-size: 16px;
      line-height: 18px;
      text-align: center;
      width: 100%;
      margin-top: 10px;
      transition: all 0.3s; }
      .register .content__wrapper .text__link:hover {
        color: #E0AA3E;
        transition: all 0.3s;
        outline: none;
        border: none; }
      .register .content__wrapper .text__link:focus {
        color: #E0AA3E;
        transition: all 0.3s;
        outline: none;
        border: none; }
    .register .content__wrapper .checkbox__label {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      cursor: pointer;
      position: relative; }
      .register .content__wrapper .checkbox__label .input-checkbox {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        border: 0;
        padding: 0;
        clip: rect(0 0 0 0);
        overflow: hidden; }
        .register .content__wrapper .checkbox__label .input-checkbox:focus ~ .custom-checkbox::before {
          border: 2px solid #E0AA3E;
          transition: all 0.3s; }
        .register .content__wrapper .checkbox__label .input-checkbox:hover ~ .custom-checkbox::before {
          border: 2px solid #E0AA3E;
          transition: all 0.3s; }
        .register .content__wrapper .checkbox__label .input-checkbox:checked ~ .custom-checkbox::before {
          width: 12px;
          height: 12px;
          border: none;
          transition: all 0.3s; }
        .register .content__wrapper .checkbox__label .input-checkbox:checked ~ .custom-checkbox::after {
          opacity: 1;
          transition: all 0.3s; }
      .register .content__wrapper .checkbox__label .custom-checkbox {
        width: 12px;
        position: relative;
        margin-right: 20px; }
        .register .content__wrapper .checkbox__label .custom-checkbox::before {
          content: '';
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          width: 12px;
          height: 12px;
          border: 2px solid #ffffff;
          border-radius: 2px;
          transition: all 0.3s; }
        .register .content__wrapper .checkbox__label .custom-checkbox::after {
          content: '';
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          width: 12px;
          height: 12px;
          background: url(../img/icon/tick.svg);
          opacity: 0;
          transition: all 0.3s; }
      .register .content__wrapper .checkbox__label .input-checkbox.error ~ .custom-checkbox::before {
        border: 1px solid #F2664F; }
      .register .content__wrapper .checkbox__label .error {
        position: absolute;
        top: 100%;
        left: 0;
        bottom: -18px; }
      .register .content__wrapper .checkbox__label .checkbox-text {
        text-align: start;
        margin-bottom: 0; }
    .register .content__wrapper .checkbox-text {
      color: #D7D7D7;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 180%;
      text-align: center;
      margin-bottom: 6px; }
      .register .content__wrapper .checkbox-text .text__link {
        color: #E0AA3E;
        margin: 0;
        font-style: normal;
        font-weight: normal;
        font-size: 14px; }
        .register .content__wrapper .checkbox-text .text__link:hover {
          text-decoration: underline; }
        .register .content__wrapper .checkbox-text .text__link:focus {
          text-decoration: underline; }
    .register .content__wrapper p {
      color: #D7D7D7;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 180%;
      text-align: center;
      margin-bottom: 6px; }
      .register .content__wrapper p .text__link {
        color: #E0AA3E;
        margin: 0;
        font-style: normal;
        font-weight: normal;
        font-size: 14px; }
        .register .content__wrapper p .text__link:hover {
          text-decoration: underline; }
        .register .content__wrapper p .text__link:focus {
          text-decoration: underline; }
    .register .content__wrapper h1 {
      color: #D7D7D7;
      font-style: normal;
      font-weight: 600;
      font-size: 20px;
      line-height: 22px;
      text-align: center;
      margin-bottom: 30px;
      margin-top: 20vh; }
    .register .content__wrapper .info__block {
      background-color: rgba(0, 0, 0, 0.4);
      border: 1px solid #d6d6d6;
      color: #D7D7D7;
      padding: 20px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      max-width: 240px;
      border-radius: 8px; }
      .register .content__wrapper .info__block p {
        text-align: center;
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 24px; }
    .register .content__wrapper a.facebook {
      background: #4267B2;
      border: 1px solid #4267B2;
      font-style: normal;
      font-weight: 600;
      font-size: 18px;
      line-height: 18px;
      transition: all 0.3s;
      margin-top: 50px; }
      .register .content__wrapper a.facebook div {
        width: 25px;
        height: 25px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        margin-right: 10px;
        transition: all 0.3s; }
        .register .content__wrapper a.facebook div svg {
          width: 25px;
          height: 25px;
          transition: all 0.3s; }
      .register .content__wrapper a.facebook:focus {
        background: #ffffff;
        border: 1px solid #ffffff;
        color: #4267B2;
        transition: all 0.3s; }
        .register .content__wrapper a.facebook:focus div {
          background: #4267B2;
          transition: all 0.3s; }
          .register .content__wrapper a.facebook:focus div svg {
            fill: #ffffff;
            transition: all 0.3s; }
      .register .content__wrapper a.facebook:hover {
        background: #ffffff;
        border: 1px solid #ffffff;
        color: #4267B2;
        transition: all 0.3s; }
        .register .content__wrapper a.facebook:hover div {
          background: #4267B2;
          transition: all 0.3s; }
          .register .content__wrapper a.facebook:hover div svg {
            fill: #ffffff;
            transition: all 0.3s; }
    .register .content__wrapper .footer__description {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      text-align: center; }
  .register .user__form-select {
    width: 100%;
    margin-bottom: 30px; }
    .register .user__form-select ul {
      height: 100%;
      overflow: auto;
      display: flex;
      flex-direction: row;
      align-items: flex-end;
      justify-content: space-evenly; }
    .register .user__form-select li {
      display: inline-block;
      padding-bottom: 5px;
      margin: 0 5px;
      border-bottom: 1px solid transparent;
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 21px;
      color: #D7D7D7;
      transition: all 0.3s; }
      .register .user__form-select li a {
        white-space: nowrap; }
    .register .user__form-select li.act {
      color: #E0AA3E;
      border-bottom: 1px solid #E0AA3E;
      transition: all 0.3s; }

.logIn {
  width: 100vw;
  height: 100vh;
  position: relative; }
  .logIn .bg__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: absolute;
    z-index: -1;
    overflow-x: hidden; }
  .logIn .content__wrapper {
    padding: 10px;
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    align-items: center;
    overflow-y: auto; }
    .logIn .content__wrapper .logo {
      max-width: 140px;
      margin-bottom: 40px; }
    .logIn .content__wrapper form {
      width: 100%;
      height: 100%; }
      .logIn .content__wrapper form .form__group {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding-left: 27.5px;
        padding-right: 27.5px; }
      .logIn .content__wrapper form fieldset {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        width: 100%;
        height: 100%;
        padding-left: 0;
        padding-right: 0; }
        .logIn .content__wrapper form fieldset label {
          display: flex;
          position: relative;
          margin-bottom: 20px;
          margin-left: 0;
          margin-right: 0;
          background: #0000;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
          .logIn .content__wrapper form fieldset label input {
            background-color: #1d1c1cb5;
            border: 1px solid #949494;
            color: #fff;
            font-style: normal;
            font-weight: 300;
            font-size: 14px;
            line-height: 16px;
            padding: 0 25px;
            padding-left: 42px;
            white-space: nowrap;
            text-overflow: ellipsis;
            min-height: 40px;
            border-radius: 20px; }
            .logIn .content__wrapper form fieldset label input + p {
              position: absolute;
              left: 50%;
              transform: translateX(-50%);
              top: 38px;
              max-width: 100%;
              white-space: pre-wrap; }
            .logIn .content__wrapper form fieldset label input:focus {
              border: 1px solid #E0AA3E;
              color: #E0AA3E;
              transition: all 0.3s; }
              .logIn .content__wrapper form fieldset label input:focus ~ .placeholder {
                top: -22px;
                color: #E0AA3E;
                transition: all 0.3s; }
            .logIn .content__wrapper form fieldset label input:not(:placeholder-shown) ~ .placeholder {
              top: -22px;
              color: #E0AA3E;
              transition: all 0.3s; }
            .logIn .content__wrapper form fieldset label input:-webkit-autofill ~ .placeholder {
              top: -22px;
              color: #E0AA3E;
              transition: all 0.3s; }
            .logIn .content__wrapper form fieldset label input:hover {
              border: 1px solid #E0AA3E;
              color: #E0AA3E;
              transition: all 0.3s; }
          .logIn .content__wrapper form fieldset label::placeholder {
            pointer-events: none;
            color: #FFF; }
          .logIn .content__wrapper form fieldset label svg {
            position: absolute;
            left: 16px;
            top: 20px;
            transform: translateY(-50%);
            transition: fill 0.3s;
            fill: #D7D7D7; }
          .logIn .content__wrapper form fieldset label .statusCheck {
            opacity: 1;
            transition: all 0.3s; }
            .logIn .content__wrapper form fieldset label .statusCheck svg {
              right: 10px;
              left: auto; }
          .logIn .content__wrapper form fieldset label .statusFail {
            opacity: 1;
            transition: all 0.3s; }
            .logIn .content__wrapper form fieldset label .statusFail svg {
              right: 10px;
              left: auto; }
        .logIn .content__wrapper form fieldset button {
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: row;
          background: transparent;
          color: #E0AA3E;
          font-style: normal;
          font-weight: 600;
          font-size: 16px;
          line-height: 18px;
          padding: 15px 25px;
          border: 1px solid #E0AA3E;
          min-height: 40px;
          border-radius: 30px;
          margin-bottom: 20px;
          transition: all 0.3s;
          padding-top: 12.5px;
          padding-bottom: 12.5px; }
          .logIn .content__wrapper form fieldset button:focus {
            background: #E0AA3E;
            transition: all 0.3s;
            color: #ffffff;
            font-weight: 900; }
          .logIn .content__wrapper form fieldset button:hover {
            background: #E0AA3E;
            transition: all 0.3s;
            color: #ffffff;
            font-weight: 900; }
        .logIn .content__wrapper form fieldset button.submit {
          width: 100%;
          margin-bottom: 5px;
          background: #E0AA3E; }
          .logIn .content__wrapper form fieldset button.submit span {
            color: #FFF; }
    .logIn .content__wrapper div.register-link div {
      position: absolute;
      width: 25px;
      height: 25px;
      margin: 0;
      padding: 0;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      left: 25px; }
    .logIn .content__wrapper div.register-link svg {
      fill: #E0AA3E; }
    .logIn .content__wrapper div.facebook {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: row;
      background: transparent;
      color: #ffffff;
      font-style: normal;
      font-weight: 600;
      font-size: 16px;
      line-height: 18px;
      padding: 15px 25px;
      border: 1px solid #ffffff;
      min-height: 40px;
      border-radius: 30px;
      margin-bottom: 20px;
      transition: all 0.3s;
      text-align: center;
      background: #4267B2;
      border: 1px solid #4267B2;
      font-style: normal;
      font-weight: 600;
      font-size: 18px;
      line-height: 18px;
      transition: all 0.3s;
      margin-top: 50px; }
      .logIn .content__wrapper div.facebook div {
        position: absolute;
        width: 25px;
        height: 25px;
        margin: 0;
        padding: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        left: 25px;
        left: 65px;
        width: 25px;
        height: 25px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        margin-right: 10px;
        transition: all 0.3s; }
        .logIn .content__wrapper div.facebook div svg {
          width: 25px;
          height: 25px;
          transition: all 0.3s; }
      .logIn .content__wrapper div.facebook svg {
        fill: #E0AA3E; }
      .logIn .content__wrapper div.facebook:hover {
        color: #E0AA3E;
        border: 1px solid #E0AA3E;
        transition: all 0.3s;
        outline: none;
        background: #ffffff;
        border: 1px solid #ffffff;
        color: #4267B2;
        transition: all 0.3s; }
        .logIn .content__wrapper div.facebook:hover div {
          background: #4267B2;
          transition: all 0.3s; }
          .logIn .content__wrapper div.facebook:hover div svg {
            fill: #ffffff;
            transition: all 0.3s; }
      .logIn .content__wrapper div.facebook:focus {
        color: #E0AA3E;
        border: 1px solid #E0AA3E;
        transition: all 0.3s;
        outline: none;
        background: #ffffff;
        border: 1px solid #ffffff;
        color: #4267B2;
        transition: all 0.3s; }
        .logIn .content__wrapper div.facebook:focus div {
          background: #4267B2;
          transition: all 0.3s; }
          .logIn .content__wrapper div.facebook:focus div svg {
            fill: #ffffff;
            transition: all 0.3s; }
    .logIn .content__wrapper a:not(.text__link) {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: row;
      background: transparent;
      color: #ffffff;
      font-style: normal;
      font-weight: 600;
      font-size: 16px;
      line-height: 18px;
      padding: 15px 25px;
      border: 1px solid #ffffff;
      min-height: 40px;
      border-radius: 30px;
      margin-bottom: 20px;
      transition: all 0.3s;
      text-align: center;
      background: #fff;
      color: #000;
      font-style: normal;
      font-weight: bold;
      font-size: 16px;
      line-height: 18px;
      position: relative;
      border: none;
      padding-top: 12.5px;
      padding-bottom: 12.5px; }
      .logIn .content__wrapper a:not(.text__link):hover {
        color: #E0AA3E;
        border: 1px solid #E0AA3E;
        transition: all 0.3s;
        outline: none; }
      .logIn .content__wrapper a:not(.text__link):focus {
        color: #E0AA3E;
        border: 1px solid #E0AA3E;
        transition: all 0.3s;
        outline: none; }
    .logIn .content__wrapper .or {
      color: #ffffff;
      font-style: normal;
      font-weight: 300;
      font-size: 16px;
      line-height: 18px;
      text-align: center;
      width: 100%;
      margin-top: 10px;
      transition: all 0.3s;
      position: relative;
      margin-top: 20px;
      margin-bottom: 20px; }
      .logIn .content__wrapper .or::before {
        content: '';
        position: absolute;
        border-bottom: 1px solid #D7D7D7;
        width: 36vw;
        height: 1px;
        top: 50%;
        transform: translateY(-50%);
        left: 0; }
      .logIn .content__wrapper .or::after {
        content: '';
        position: absolute;
        border-bottom: 1px solid #D7D7D7;
        width: 36vw;
        height: 1px;
        top: 50%;
        transform: translateY(-50%);
        right: 0; }
    .logIn .content__wrapper .text__link {
      color: #ffffff;
      font-style: normal;
      font-weight: 300;
      font-size: 16px;
      line-height: 18px;
      text-align: center;
      width: 100%;
      margin-top: 10px;
      transition: all 0.3s; }
      .logIn .content__wrapper .text__link:hover {
        color: #E0AA3E;
        transition: all 0.3s;
        outline: none;
        border: none; }
      .logIn .content__wrapper .text__link:focus {
        color: #E0AA3E;
        transition: all 0.3s;
        outline: none;
        border: none; }
    .logIn .content__wrapper .checkbox__label {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      cursor: pointer;
      position: relative; }
      .logIn .content__wrapper .checkbox__label .input-checkbox {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        border: 0;
        padding: 0;
        clip: rect(0 0 0 0);
        overflow: hidden; }
        .logIn .content__wrapper .checkbox__label .input-checkbox:focus ~ .custom-checkbox::before {
          border: 2px solid #E0AA3E;
          transition: all 0.3s; }
        .logIn .content__wrapper .checkbox__label .input-checkbox:hover ~ .custom-checkbox::before {
          border: 2px solid #E0AA3E;
          transition: all 0.3s; }
        .logIn .content__wrapper .checkbox__label .input-checkbox:checked ~ .custom-checkbox::before {
          width: 12px;
          height: 12px;
          border: none;
          transition: all 0.3s; }
        .logIn .content__wrapper .checkbox__label .input-checkbox:checked ~ .custom-checkbox::after {
          opacity: 1;
          transition: all 0.3s; }
      .logIn .content__wrapper .checkbox__label .custom-checkbox {
        width: 12px;
        position: relative;
        margin-right: 20px; }
        .logIn .content__wrapper .checkbox__label .custom-checkbox::before {
          content: '';
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          width: 12px;
          height: 12px;
          border: 2px solid #ffffff;
          border-radius: 2px;
          transition: all 0.3s; }
        .logIn .content__wrapper .checkbox__label .custom-checkbox::after {
          content: '';
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          width: 12px;
          height: 12px;
          background: url(../img/icon/tick.svg);
          opacity: 0;
          transition: all 0.3s; }
      .logIn .content__wrapper .checkbox__label .input-checkbox.error ~ .custom-checkbox::before {
        border: 1px solid #F2664F; }
      .logIn .content__wrapper .checkbox__label .error {
        position: absolute;
        top: 100%;
        left: 0;
        bottom: -18px; }
      .logIn .content__wrapper .checkbox__label .checkbox-text {
        text-align: start;
        margin-bottom: 0; }
    .logIn .content__wrapper .checkbox-text {
      color: #D7D7D7;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 180%;
      text-align: center;
      margin-bottom: 6px; }
      .logIn .content__wrapper .checkbox-text .text__link {
        color: #E0AA3E;
        margin: 0;
        font-style: normal;
        font-weight: normal;
        font-size: 14px; }
        .logIn .content__wrapper .checkbox-text .text__link:hover {
          text-decoration: underline; }
        .logIn .content__wrapper .checkbox-text .text__link:focus {
          text-decoration: underline; }
    .logIn .content__wrapper p {
      color: #D7D7D7;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 180%;
      text-align: center;
      margin-bottom: 6px; }
      .logIn .content__wrapper p .text__link {
        color: #E0AA3E;
        margin: 0;
        font-style: normal;
        font-weight: normal;
        font-size: 14px; }
        .logIn .content__wrapper p .text__link:hover {
          text-decoration: underline; }
        .logIn .content__wrapper p .text__link:focus {
          text-decoration: underline; }
    .logIn .content__wrapper h1 {
      color: #D7D7D7;
      font-style: normal;
      font-weight: 600;
      font-size: 20px;
      line-height: 22px;
      text-align: center;
      margin-bottom: 30px;
      margin-top: 20vh; }
    .logIn .content__wrapper .info__block {
      background-color: rgba(0, 0, 0, 0.4);
      border: 1px solid #d6d6d6;
      color: #D7D7D7;
      padding: 20px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      max-width: 240px;
      border-radius: 8px; }
      .logIn .content__wrapper .info__block p {
        text-align: center;
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 24px; }
    .logIn .content__wrapper a.facebook {
      background: #4267B2;
      border: 1px solid #4267B2;
      font-style: normal;
      font-weight: 600;
      font-size: 18px;
      line-height: 18px;
      transition: all 0.3s;
      margin-top: 50px; }
      .logIn .content__wrapper a.facebook div {
        width: 25px;
        height: 25px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        margin-right: 10px;
        transition: all 0.3s; }
        .logIn .content__wrapper a.facebook div svg {
          width: 25px;
          height: 25px;
          transition: all 0.3s; }
      .logIn .content__wrapper a.facebook:focus {
        background: #ffffff;
        border: 1px solid #ffffff;
        color: #4267B2;
        transition: all 0.3s; }
        .logIn .content__wrapper a.facebook:focus div {
          background: #4267B2;
          transition: all 0.3s; }
          .logIn .content__wrapper a.facebook:focus div svg {
            fill: #ffffff;
            transition: all 0.3s; }
      .logIn .content__wrapper a.facebook:hover {
        background: #ffffff;
        border: 1px solid #ffffff;
        color: #4267B2;
        transition: all 0.3s; }
        .logIn .content__wrapper a.facebook:hover div {
          background: #4267B2;
          transition: all 0.3s; }
          .logIn .content__wrapper a.facebook:hover div svg {
            fill: #ffffff;
            transition: all 0.3s; }
    .logIn .content__wrapper .footer__description {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      text-align: center; }
  .logIn .user__form-select {
    width: 100%;
    margin-bottom: 30px; }
    .logIn .user__form-select ul {
      height: 100%;
      overflow: auto;
      display: flex;
      flex-direction: row;
      align-items: flex-end;
      justify-content: space-evenly; }
    .logIn .user__form-select li {
      display: inline-block;
      padding-bottom: 5px;
      margin: 0 5px;
      border-bottom: 1px solid transparent;
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 21px;
      color: #D7D7D7;
      transition: all 0.3s; }
      .logIn .user__form-select li a {
        white-space: nowrap; }
    .logIn .user__form-select li.act {
      color: #E0AA3E;
      border-bottom: 1px solid #E0AA3E;
      transition: all 0.3s; }

header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background: #333436;
  border-bottom: 1px solid rgba(148, 148, 148, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 15px;
  z-index: 4; }
  header nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 56px; }
    header nav h1 {
      color: #FFFFFF;
      font-style: normal;
      font-weight: 600;
      font-size: 20px;
      line-height: 22px;
      text-align: center;
      max-width: 180px;
      max-height: 44px;
      overflow: hidden;
      text-overflow: ellipsis; }
    header nav a {
      display: flex;
      flex-direction: row;
      align-items: center;
      transition: all 0.3s; }
      header nav a svg {
        fill: #ffffff;
        transition: all 0.3s; }
      header nav a:focus {
        transition: all 0.3s; }
        header nav a:focus svg {
          fill: #E0AA3E;
          transition: all 0.3s; }
      header nav a:hover {
        transition: all 0.3s; }
        header nav a:hover svg {
          fill: #E0AA3E;
          transition: all 0.3s; }
  header .staff__nav {
    height: 56px; }
    header .staff__nav .main__calendar-btn {
      display: flex;
      flex-direction: column;
      justify-content: center;
      border: none;
      outline: none;
      box-shadow: none;
      background: inherit;
      color: inherit;
      transition: all 0.3s;
      position: relative;
      height: 100%;
      margin: 0; }
      header .staff__nav .main__calendar-btn .current-date {
        display: block;
        position: absolute;
        top: 60%;
        right: 50%;
        transform: translate(50%, -54%);
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 16px;
        color: #101820; }

header.preview {
  position: relative;
  padding: 0;
  background: #1F1F1F;
  border-bottom: 4px solid #646265; }
  header.preview .banner {
    position: relative; }
    header.preview .banner .banner__bg {
      height: 32vh;
      position: relative; }
      header.preview .banner .banner__bg img {
        width: 100%;
        object-fit: cover;
        object-position: top center;
        height: 100%; }
      header.preview .banner .banner__bg .bgVideo {
        display: block;
        margin: 0 auto;
        height: 100%;
        object-fit: cover;
        object-position: center; }
    header.preview .banner label {
      position: absolute;
      z-index: 3;
      right: 28px;
      bottom: 11px;
      width: 38px;
      height: 38px;
      display: flex;
      justify-content: center;
      align-items: center; }
      header.preview .banner label span {
        background: #ffffff;
        border-radius: 50%;
        width: 38px;
        height: 38px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer; }
      header.preview .banner label input {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        border: 0;
        padding: 0;
        clip: rect(0 0 0 0);
        overflow: hidden; }
    header.preview .banner a {
      width: 38px;
      height: 38px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      background: transparent;
      position: absolute;
      z-index: 3;
      top: 15px;
      left: 10px; }
      header.preview .banner a svg {
        fill: #E0AA3E; }
  header.preview .preview__nav {
    z-index: 2;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    height: 100%;
    background: #1F1F1F;
    border-radius: 30px 30px 0px 0px;
    margin-top: -30px; }
    header.preview .preview__nav .place__info {
      position: relative;
      padding-top: 60px;
      display: flex;
      flex-direction: column;
      align-items: center; }
      header.preview .preview__nav .place__info .place__logo {
        width: 120px;
        height: 120px;
        position: absolute;
        top: -60px;
        display: flex;
        flex-direction: column;
        align-items: center; }
        header.preview .preview__nav .place__info .place__logo img {
          object-fit: cover;
          width: 100%;
          max-width: 120px;
          height: 120px;
          border-radius: 50%; }
        header.preview .preview__nav .place__info .place__logo label {
          position: absolute;
          right: -17px;
          bottom: 0;
          width: 38px;
          height: 38px;
          display: flex;
          justify-content: center;
          align-items: center; }
          header.preview .preview__nav .place__info .place__logo label span {
            background: #ffffff;
            border-radius: 50%;
            width: 38px;
            height: 38px;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer; }
          header.preview .preview__nav .place__info .place__logo label input {
            position: absolute;
            width: 1px;
            height: 1px;
            margin: -1px;
            border: 0;
            padding: 0;
            clip: rect(0 0 0 0);
            overflow: hidden; }
      header.preview .preview__nav .place__info .place__name {
        display: flex;
        flex-direction: row;
        align-items: center;
        position: relative; }
        header.preview .preview__nav .place__info .place__name h2 {
          font-style: normal;
          font-weight: 900;
          font-size: 24px;
          line-height: 28px;
          color: #FFFFFF;
          margin-bottom: 4px;
          text-align: center; }
        header.preview .preview__nav .place__info .place__name button {
          position: absolute;
          left: 100%;
          top: 50%;
          transform: translateY(-50%);
          display: flex;
          align-items: center;
          justify-content: center;
          background: transparent;
          padding: 5px; }
      header.preview .preview__nav .place__info .rating {
        display: flex !important;
        flex-direction: row;
        align-items: center;
        flex-wrap: nowrap;
        justify-content: space-between;
        max-width: 150px;
        min-width: 147px;
        width: 100%;
        margin-bottom: 12px; }
        header.preview .preview__nav .place__info .rating button {
          background: transparent; }
          header.preview .preview__nav .place__info .rating button svg {
            fill: #E0AA3E; }
        header.preview .preview__nav .place__info .rating span span:first-child svg {
          fill: #D7D7D7 !important; }
        header.preview .preview__nav .place__info .rating span span:last-child svg {
          fill: #E0AA3E !important; }
    header.preview .preview__nav .links__box {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      padding-left: 20px;
      padding-right: 20px;
      width: 100%;
      padding-bottom: 14px; }
      header.preview .preview__nav .links__box a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        font-style: normal;
        font-weight: 900;
        font-size: 14px;
        line-height: 20px;
        color: #FFFFFF;
        text-transform: uppercase;
        text-decoration: none; }
        header.preview .preview__nav .links__box a div {
          background: #ffffff;
          border-radius: 50%;
          width: 42px;
          height: 42px;
          display: flex;
          justify-content: center;
          align-items: center;
          margin-bottom: 5px; }
    header.preview .preview__nav::before {
      z-index: -1;
      position: absolute;
      content: '';
      width: 100%;
      height: 180px;
      background: radial-gradient(ellipse at top, rgba(255, 255, 255, 0.15) 8%, transparent 60%); }

.text__content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 20px;
  padding-top: 76px;
  height: 100vh;
  padding-bottom: 30px;
  overflow: auto; }
  .text__content h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 20px; }
  .text__content h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
    margin-bottom: 8px;
    margin-top: 4px; }
  .text__content h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    margin-bottom: 8px;
    margin-top: 4px; }
  .text__content p {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #D7D7D7;
    margin-bottom: 10px;
    text-align: justify; }
    .text__content p a {
      color: #E0AA3E; }
      .text__content p a:focus {
        text-decoration: underline; }
      .text__content p a:hover {
        text-decoration: underline; }
  .text__content ol {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding-left: 18px;
    list-style: inside;
    margin-bottom: 10px;
    list-style: decimal; }
    .text__content ol li {
      font-style: normal;
      font-weight: 500;
      font-size: 12px;
      line-height: 14px;
      color: #D7D7D7;
      margin-bottom: 5px; }
  .text__content ul {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding-left: 18px;
    list-style: inside;
    margin-bottom: 10px;
    list-style: circle; }
    .text__content ul li {
      font-style: normal;
      font-weight: 500;
      font-size: 12px;
      line-height: 14px;
      color: #D7D7D7;
      margin-bottom: 5px; }
  .text__content img {
    margin-bottom: 10px;
    width: 100%;
    max-width: 800px;
    max-height: 50vh; }
  .text__content blockquote {
    background-color: rgba(0, 0, 0, 0.4);
    border: 1px solid #d6d6d6;
    color: #D7D7D7;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    margin-top: 4px;
    margin-bottom: 14px; }
    .text__content blockquote p {
      text-align: center;
      font-style: normal;
      font-weight: 300;
      font-size: 14px;
      line-height: 24px; }

.place__list {
  color: #D7D7D7; }
  .place__list .title {
    color: #FFF; }

.main {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 20px;
  padding-top: 76px;
  height: 100vh;
  padding-bottom: 30px;
  overflow: auto; }
  .main .place__list li a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    background: transparent;
    color: #E0AA3E;
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 18px;
    padding: 6px 25px;
    border: 1px solid #E0AA3E;
    min-height: 40px;
    border-radius: 20px;
    margin-bottom: 20px;
    transition: all 0.3s;
    text-align: center;
    max-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis; }
  .main .place__list a:focus {
    background: #E0AA3E;
    transition: all 0.3s;
    color: #ffffff;
    font-weight: 900; }
  .main .place__list a:hover {
    background: #E0AA3E;
    transition: all 0.3s;
    color: #ffffff;
    font-weight: 900; }
  .main ul {
    margin-top: 100px; }

.aboutUs {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 16px; }
  .aboutUs nav {
    width: 100%; }
    .aboutUs nav ul {
      width: 100%;
      height: 100%;
      overflow: auto;
      display: flex;
      flex-direction: row;
      align-items: flex-end;
      padding-left: 10px;
      padding-right: 10px;
      border-bottom: 1px solid #646265; }
    .aboutUs nav li {
      display: inline-block;
      padding-top: 13px;
      padding-bottom: 7px;
      padding-left: 7px;
      padding-right: 7px;
      border-bottom: 2px solid transparent;
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 21px;
      color: #D7D7D7 !important;
      transition: all 0.3s;
      z-index: 2;
      text-decoration: none; }
      .aboutUs nav li a {
        color: #D7D7D7 !important;
        white-space: nowrap;
        transition: all 0.3s;
        text-decoration: none; }
    .aboutUs nav li.act {
      color: #E0AA3E !important;
      border-bottom: 2px solid #E0AA3E;
      transition: all 0.3s;
      text-decoration: none; }
      .aboutUs nav li.act a {
        color: #E0AA3E !important;
        transition: all 0.3s;
        text-decoration: none; }
  .aboutUs .map {
    position: relative;
    margin-top: 26px;
    height: 116px;
    margin-left: 30px;
    margin-right: 30px;
    background: #C4C4C4;
    border-radius: 5px; }
    .aboutUs .map div {
      border-radius: 5px; }
  .aboutUs form {
    margin: 0 auto;
    min-width: 200px;
    margin-top: 26px; }
    .aboutUs form fieldset {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: center;
      width: 100%;
      margin: 0;
      padding: 0;
      padding-left: 15px;
      padding-right: 15px; }
      .aboutUs form fieldset .description {
        color: #ffffff;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        padding-left: 25px; }
      .aboutUs form fieldset label {
        position: relative;
        display: flex;
        flex-direction: column;
        margin-bottom: 22px; }
        .aboutUs form fieldset label select {
          background: #1F1F1F;
          box-sizing: border-box;
          border: 1px solid #949494;
          padding: 0 20px;
          white-space: nowrap;
          min-height: 40px;
          border-radius: 15px;
          color: #ffffff;
          font-style: normal;
          font-weight: normal;
          font-size: 16px;
          line-height: 24px; }
        .aboutUs form fieldset label input {
          background: #1F1F1F;
          box-sizing: border-box;
          border: 1px solid #949494;
          color: #ffffff;
          font-style: normal;
          font-weight: normal;
          font-size: 16px;
          line-height: 24px;
          padding: 0 25px;
          white-space: nowrap;
          text-overflow: ellipsis;
          min-height: 40px;
          border-radius: 15px; }
          .aboutUs form fieldset label input:focus {
            border: 1px solid #E0AA3E;
            color: #E0AA3E;
            transition: all 0.3s; }
            .aboutUs form fieldset label input:focus ~ .placeholder {
              top: -22px;
              color: #E0AA3E;
              transition: all 0.3s; }
          .aboutUs form fieldset label input:not(:placeholder-shown) ~ .placeholder {
            top: -22px;
            color: #E0AA3E;
            transition: all 0.3s; }
          .aboutUs form fieldset label input:-webkit-autofill ~ .placeholder {
            top: -22px;
            color: #E0AA3E;
            transition: all 0.3s; }
          .aboutUs form fieldset label input:hover {
            border: 1px solid #E0AA3E;
            color: #E0AA3E;
            transition: all 0.3s; }
        .aboutUs form fieldset label .placeholder {
          pointer-events: none;
          display: flex;
          flex-direction: row;
          align-items: center;
          position: absolute;
          top: 8px;
          left: 25px;
          font-style: normal;
          font-weight: normal;
          font-size: 16px;
          line-height: 24px;
          transition: all 0.3s;
          color: #D7D7D7; }
        .aboutUs form fieldset label input.pac-target-input ~ .placeholder {
          top: -22px;
          color: #E0AA3E;
          transition: all 0.3s; }
      .aboutUs form fieldset button {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        background: transparent;
        color: #E0AA3E;
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 18px;
        padding: 0 25px;
        border: 1px solid #E0AA3E;
        min-height: 40px;
        border-radius: 20px;
        margin-bottom: 20px;
        transition: all 0.3s; }
        .aboutUs form fieldset button:focus {
          background: #E0AA3E;
          transition: all 0.3s;
          color: #ffffff;
          font-weight: 900; }
        .aboutUs form fieldset button:hover {
          background: #E0AA3E;
          transition: all 0.3s;
          color: #ffffff;
          font-weight: 900; }
      .aboutUs form fieldset .type__slide {
        display: flex;
        flex-direction: row;
        align-items: center;
        max-width: 86vw;
        padding-top: 0;
        padding-bottom: 8px;
        overflow-x: auto;
        margin-right: 0;
        z-index: 2; }
        .aboutUs form fieldset .type__slide button {
          padding: 8px 10px;
          margin: 0 6px;
          font-style: normal;
          font-weight: 300;
          font-size: 14px;
          line-height: 16px;
          color: #D7D7D7;
          background: #1F1F1F;
          border: 1px solid #D7D7D7;
          box-sizing: border-box;
          border-radius: 30px;
          display: flex;
          flex-direction: row;
          align-items: center;
          transition: all 0.3s; }
          .aboutUs form fieldset .type__slide button span {
            white-space: nowrap;
            padding: 0 10px; }
          .aboutUs form fieldset .type__slide button input {
            font-style: normal;
            font-weight: 300;
            font-size: 14px;
            line-height: 16px;
            color: #D7D7D7;
            background: inherit;
            padding: 0 10px;
            white-space: nowrap;
            text-overflow: ellipsis;
            background: inherit;
            padding: 0 5px; }
            .aboutUs form fieldset .type__slide button input::placeholder {
              color: #D7D7D7; }
          .aboutUs form fieldset .type__slide button svg {
            fill: #D7D7D7;
            transition: all 0.3s; }
        .aboutUs form fieldset .type__slide label {
          padding: 8px 10px;
          margin: 0 6px;
          font-style: normal;
          font-weight: 300;
          font-size: 14px;
          line-height: 16px;
          color: #D7D7D7;
          background: #1F1F1F;
          border: 1px solid #D7D7D7;
          box-sizing: border-box;
          border-radius: 30px;
          display: flex;
          flex-direction: row;
          align-items: center;
          transition: all 0.3s; }
          .aboutUs form fieldset .type__slide label span {
            white-space: nowrap;
            padding: 0 10px; }
          .aboutUs form fieldset .type__slide label input {
            font-style: normal;
            font-weight: 300;
            font-size: 14px;
            line-height: 16px;
            color: #D7D7D7;
            background: inherit;
            padding: 0 10px;
            white-space: nowrap;
            text-overflow: ellipsis;
            background: inherit;
            padding: 0 5px; }
            .aboutUs form fieldset .type__slide label input::placeholder {
              color: #D7D7D7; }
          .aboutUs form fieldset .type__slide label svg {
            fill: #D7D7D7;
            transition: all 0.3s; }
        .aboutUs form fieldset .type__slide button.act {
          border: 1px solid #E0AA3E;
          color: #E0AA3E;
          transition: all 0.3s; }
          .aboutUs form fieldset .type__slide button.act svg {
            fill: #E0AA3E;
            transition: all 0.3s; }
        .aboutUs form fieldset .type__slide label.act {
          border: 1px solid #E0AA3E;
          color: #E0AA3E;
          transition: all 0.3s; }
          .aboutUs form fieldset .type__slide label.act svg {
            fill: #E0AA3E;
            transition: all 0.3s; }
      .aboutUs form fieldset .domain {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        border-radius: 15px;
        padding-left: 25px;
        padding-right: 25px;
        position: relative;
        border: 1px solid #949494;
        transition: all 0.3s; }
        .aboutUs form fieldset .domain input {
          background: #1F1F1F;
          box-sizing: border-box;
          border: none;
          color: #ffffff;
          font-style: normal;
          font-weight: normal;
          font-size: 16px;
          line-height: 24px;
          padding: 0;
          white-space: nowrap;
          text-overflow: ellipsis;
          min-height: 40px;
          border-radius: 0;
          min-width: 20px;
          width: 41vw; }
          .aboutUs form fieldset .domain input:nth-child(1) {
            order: 2;
            text-align: center; }
          .aboutUs form fieldset .domain input:nth-child(2) {
            width: 5ch;
            order: 1; }
          .aboutUs form fieldset .domain input:nth-child(3) {
            order: 3;
            width: 9ch;
            text-align: end; }
          .aboutUs form fieldset .domain input:focus {
            border: none;
            color: #ffffff;
            transition: all 0.3s; }
            .aboutUs form fieldset .domain input:focus ~ input[readonly] {
              border: none;
              color: #E0AA3E;
              transition: all 0.3s; }
          .aboutUs form fieldset .domain input:hover {
            border: none;
            color: #ffffff;
            transition: all 0.3s; }
            .aboutUs form fieldset .domain input:hover ~ input[readonly] {
              border: none;
              color: #E0AA3E;
              transition: all 0.3s; }
      .aboutUs form fieldset .domain.act {
        border: 1px solid #E0AA3E;
        transition: all 0.3s; }
      .aboutUs form fieldset .save__btn {
        margin-top: 20px;
        background: #E0AA3E;
        color: #ffffff;
        font-weight: 900; }

.staff {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  padding-top: 63px;
  overflow: auto;
  height: 100vh;
  width: 100vw; }
  .staff .switch__box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #E0AA3E;
    box-sizing: border-box;
    border-radius: 20px;
    width: 70vw;
    overflow: hidden;
    min-height: 39px; }
    .staff .switch__box button {
      padding: 10px 35px;
      background: transparent;
      font-style: normal;
      font-weight: bold;
      font-size: 16px;
      line-height: 19px;
      color: #FFFFFF;
      display: flex;
      justify-content: center;
      align-items: center;
      white-space: nowrap;
      margin: 0;
      outline: none;
      border: none;
      border-radius: 20px;
      box-shadow: 0px 0px 0px 0px transparent;
      transition: all 0.3s; }
      .staff .switch__box button:first-child {
        margin-left: -1px; }
      .staff .switch__box button:last-child {
        margin-right: -1px; }
    .staff .switch__box button.act {
      background: #E0AA3E;
      box-sizing: border-box;
      box-shadow: 0px 0px 0px 1px #E0AA3E;
      transition: all 0.3s; }
  .staff .staff__list {
    width: 100%;
    padding-left: 8vw;
    padding-right: 8vw;
    padding-top: 30px;
    padding-bottom: 80px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    overflow: auto;
    flex: 1 1 100%; }
    .staff .staff__list .staff__item {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      width: 100%;
      flex: 1 1 100%; }
      .staff .staff__list .staff__item .staff__title {
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 15px;
        color: #FFFFFF;
        padding-bottom: 4px;
        border-bottom: 1px solid #D7D7D7;
        width: fit-content;
        margin-bottom: 8px; }
      .staff .staff__list .staff__item .employee__list {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        width: 100%; }
        .staff .staff__list .staff__item .employee__list .employee {
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          flex-wrap: nowrap;
          width: 100%;
          background: #333436;
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          border-radius: 20px;
          padding: 8px 22px;
          margin-bottom: 12px; }
          .staff .staff__list .staff__item .employee__list .employee .info__box {
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            width: 100%; }
            .staff .staff__list .staff__item .employee__list .employee .info__box span {
              color: #FFFFFF;
              font-style: normal; }
            .staff .staff__list .staff__item .employee__list .employee .info__box .name {
              font-weight: bold;
              font-size: 16px;
              line-height: 19px;
              margin-bottom: 7px; }
            .staff .staff__list .staff__item .employee__list .employee .info__box .position {
              font-weight: normal;
              font-size: 13px;
              line-height: 15px; }
          .staff .staff__list .staff__item .employee__list .employee .interaction {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100%;
            position: relative; }
            .staff .staff__list .staff__item .employee__list .employee .interaction button {
              display: flex;
              justify-content: center;
              align-items: center;
              background: transparent;
              cursor: pointer;
              padding: 5px; }
            .staff .staff__list .staff__item .employee__list .employee .interaction .interaction__list {
              position: absolute;
              right: 100%;
              top: 50%;
              transform: translateY(-50%);
              display: flex;
              flex-direction: row;
              align-items: center; }
              .staff .staff__list .staff__item .employee__list .employee .interaction .interaction__list button {
                padding: 0px;
                width: 30px;
                height: 30px;
                border-radius: 50%;
                background: #FFFFFF;
                margin-right: 6px; }
  .staff .add__item {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: 10px;
    margin-top: 6px;
    z-index: 3; }
    .staff .add__item button {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background: #ffffff; }

.popup {
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  width: 90vw;
  position: relative;
  padding: 16px 35px;
  overflow: auto;
  max-height: 90vh; }
  .popup .popup__head {
    width: 100%; }
    .popup .popup__head h2 {
      font-style: normal;
      font-weight: 900;
      font-size: 18px;
      line-height: 21px;
      color: #FFFFFF;
      text-align: center;
      width: 100%;
      margin-bottom: 16px; }
    .popup .popup__head .close {
      position: absolute;
      right: 12px;
      top: 11px;
      cursor: pointer; }
    .popup .popup__head .banner {
      position: relative; }
      .popup .popup__head .banner img {
        width: 100%; }
      .popup .popup__head .banner button {
        background: #ffffff;
        border-radius: 50%;
        width: 38px;
        height: 38px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        z-index: 3;
        right: 28px;
        bottom: -17px; }
      .popup .popup__head .banner a {
        width: 38px;
        height: 38px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #ffffff;
        position: absolute;
        z-index: 3;
        top: 30px;
        left: 15px; }
        .popup .popup__head .banner a svg {
          fill: #E0AA3E; }
  .popup .popup__body {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center; }
    .popup .popup__body form {
      width: 100%;
      min-width: 200px; }
      .popup .popup__body form fieldset {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        width: 100%;
        margin: 0;
        padding: 0;
        min-width: 200px;
        overflow: hidden;
        padding-top: 24px; }
        .popup .popup__body form fieldset .description {
          color: #D7D7D7;
          font-style: normal;
          font-weight: normal;
          font-size: 16px;
          line-height: 24px;
          padding-left: 25px; }
        .popup .popup__body form fieldset label {
          position: relative;
          display: flex;
          flex-direction: column;
          margin-bottom: 22px; }
          .popup .popup__body form fieldset label select {
            background: #333436;
            box-sizing: border-box;
            border: 1px solid #949494;
            padding: 0 20px;
            white-space: nowrap;
            min-height: 40px;
            border-radius: 15px;
            color: #D7D7D7;
            font-style: normal;
            font-weight: normal;
            font-size: 16px;
            line-height: 24px; }
          .popup .popup__body form fieldset label input {
            background: #333436;
            box-sizing: border-box;
            border: 1px solid #949494;
            color: #D7D7D7;
            font-style: normal;
            font-weight: normal;
            font-size: 16px;
            line-height: 24px;
            padding: 0 25px;
            white-space: nowrap;
            text-overflow: ellipsis;
            min-height: 40px;
            border-radius: 15px;
            min-width: 200px; }
            .popup .popup__body form fieldset label input:focus {
              border: 1px solid #E0AA3E;
              color: #E0AA3E;
              transition: all 0.3s; }
              .popup .popup__body form fieldset label input:focus ~ .placeholder {
                top: -22px;
                color: #E0AA3E;
                transition: all 0.3s; }
            .popup .popup__body form fieldset label input:not(:placeholder-shown) ~ .placeholder {
              top: -22px;
              color: #E0AA3E;
              transition: all 0.3s; }
            .popup .popup__body form fieldset label input:-webkit-autofill ~ .placeholder {
              top: -22px;
              color: #E0AA3E;
              transition: all 0.3s; }
            .popup .popup__body form fieldset label input:hover {
              border: 1px solid #E0AA3E;
              color: #E0AA3E;
              transition: all 0.3s; }
          .popup .popup__body form fieldset label .placeholder {
            pointer-events: none;
            display: flex;
            flex-direction: row;
            align-items: center;
            position: absolute;
            top: 8px;
            left: 25px;
            font-style: normal;
            font-weight: normal;
            font-size: 16px;
            line-height: 24px;
            transition: all 0.3s;
            color: #D7D7D7; }
        .popup .popup__body form fieldset .rule__box {
          background: #333436;
          box-sizing: border-box;
          border: 1px solid #949494;
          color: #D7D7D7;
          font-style: normal;
          font-weight: normal;
          font-size: 16px;
          line-height: 24px;
          white-space: nowrap;
          text-overflow: ellipsis;
          min-height: 40px;
          border-radius: 15px;
          min-width: 200px;
          padding: 0;
          margin-bottom: 22px; }
          .popup .popup__body form fieldset .rule__box .toggle__button {
            cursor: pointer;
            display: flex;
            align-items: center;
            flex-direction: row;
            justify-content: space-between;
            padding: 10px 25px; }
            .popup .popup__body form fieldset .rule__box .toggle__button svg {
              fill: #D7D7D7; }
          .popup .popup__body form fieldset .rule__box .rule__list {
            padding: 10px 25px; }
            .popup .popup__body form fieldset .rule__box .rule__list li label {
              margin-bottom: 16px; }
              .popup .popup__body form fieldset .rule__box .rule__list li label span {
                padding-top: 2px;
                line-height: 16px; }
            .popup .popup__body form fieldset .rule__box .rule__list li svg {
              position: absolute;
              right: 0;
              top: 25%;
              transform: translateY(-50%);
              fill: #E0AA3E; }
            .popup .popup__body form fieldset .rule__box .rule__list li ul {
              padding-left: 20px; }
              .popup .popup__body form fieldset .rule__box .rule__list li ul li label {
                margin-bottom: 7px; }
              .popup .popup__body form fieldset .rule__box .rule__list li ul li .checkbox__label .custom-checkbox::after {
                background: url(../img/icon/tickWhite.svg); }
        .popup .popup__body form fieldset .rule__box.act {
          border: 1px solid #E0AA3E; }
          .popup .popup__body form fieldset .rule__box.act .toggle__button {
            color: #E0AA3E; }
            .popup .popup__body form fieldset .rule__box.act .toggle__button svg {
              fill: #E0AA3E; }
        .popup .popup__body form fieldset button {
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: row;
          background: #E0AA3E;
          padding: 0 25px;
          border: 1px solid #E0AA3E;
          min-height: 40px;
          border-radius: 20px;
          margin-bottom: 20px;
          transition: all 0.3s; }
          .popup .popup__body form fieldset button span {
            color: #ffffff;
            font-style: normal;
            font-weight: 900;
            font-size: 16px;
            line-height: 18px; }
          .popup .popup__body form fieldset button:focus {
            background: transparent;
            transition: all 0.3s;
            font-weight: 900; }
            .popup .popup__body form fieldset button:focus span {
              color: #E0AA3E; }
          .popup .popup__body form fieldset button:hover {
            background: transparent;
            transition: all 0.3s;
            font-weight: 900; }
            .popup .popup__body form fieldset button:hover span {
              color: #E0AA3E; }
        .popup .popup__body form fieldset .toggle__btn {
          background: transparent;
          border: 1px solid #949494;
          justify-content: flex-start;
          align-items: center;
          border-radius: 15px; }
          .popup .popup__body form fieldset .toggle__btn span {
            font-style: normal;
            font-weight: normal;
            font-size: 16px;
            line-height: 24px;
            color: #D7D7D7;
            transition: all 0.3s; }
          .popup .popup__body form fieldset .toggle__btn:hover {
            border: 1px solid #E0AA3E;
            background: transparent; }
            .popup .popup__body form fieldset .toggle__btn:hover span {
              color: #E0AA3E;
              transition: all 0.3s; }
          .popup .popup__body form fieldset .toggle__btn:focus {
            border: 1px solid #E0AA3E;
            background: transparent; }
            .popup .popup__body form fieldset .toggle__btn:focus span {
              color: #E0AA3E;
              transition: all 0.3s; }
        .popup .popup__body form fieldset .type__slide {
          display: flex;
          flex-direction: row;
          align-items: center;
          padding-top: 0;
          padding-bottom: 8px;
          margin-bottom: 12px;
          overflow-x: auto;
          margin-right: 0;
          z-index: 2; }
          .popup .popup__body form fieldset .type__slide:first-child {
            margin-left: 0; }
          .popup .popup__body form fieldset .type__slide:last-child {
            margin-right: 0; }
          .popup .popup__body form fieldset .type__slide button {
            margin: 0 6px;
            font-style: normal;
            font-weight: 300;
            font-size: 16px;
            line-height: 18px;
            padding: 10px 10px;
            color: #D7D7D7;
            background: transparent;
            border: 1px solid #D7D7D7;
            box-sizing: border-box;
            border-radius: 15px;
            display: flex;
            flex-direction: row;
            align-items: center;
            transition: all 0.3s; }
            .popup .popup__body form fieldset .type__slide button span {
              white-space: nowrap;
              padding: 0 10px; }
            .popup .popup__body form fieldset .type__slide button input {
              font-style: normal;
              font-weight: 300;
              font-size: 14px;
              line-height: 16px;
              color: #D7D7D7;
              background: inherit;
              padding: 0 10px;
              white-space: nowrap;
              text-overflow: ellipsis;
              background: inherit;
              padding: 0 5px; }
              .popup .popup__body form fieldset .type__slide button input::placeholder {
                color: #D7D7D7; }
            .popup .popup__body form fieldset .type__slide button svg {
              fill: #D7D7D7;
              transition: all 0.3s; }
            .popup .popup__body form fieldset .type__slide button:focus {
              border: 1px solid #E0AA3E;
              color: #E0AA3E;
              transition: all 0.3s; }
              .popup .popup__body form fieldset .type__slide button:focus svg {
                fill: #E0AA3E;
                transition: all 0.3s; }
            .popup .popup__body form fieldset .type__slide button:hover {
              border: 1px solid #E0AA3E;
              color: #E0AA3E;
              transition: all 0.3s; }
              .popup .popup__body form fieldset .type__slide button:hover svg {
                fill: #E0AA3E;
                transition: all 0.3s; }
          .popup .popup__body form fieldset .type__slide label {
            margin: 0 6px;
            font-style: normal;
            font-weight: 300;
            font-size: 16px;
            line-height: 18px;
            padding: 10px 10px;
            color: #D7D7D7;
            background: transparent;
            border: 1px solid #D7D7D7;
            box-sizing: border-box;
            border-radius: 15px;
            display: flex;
            flex-direction: row;
            align-items: center;
            transition: all 0.3s; }
            .popup .popup__body form fieldset .type__slide label span {
              white-space: nowrap;
              padding: 0 10px; }
            .popup .popup__body form fieldset .type__slide label input {
              font-style: normal;
              font-weight: 300;
              font-size: 14px;
              line-height: 16px;
              color: #D7D7D7;
              background: inherit;
              padding: 0 10px;
              white-space: nowrap;
              text-overflow: ellipsis;
              background: inherit;
              padding: 0 5px; }
              .popup .popup__body form fieldset .type__slide label input::placeholder {
                color: #D7D7D7; }
            .popup .popup__body form fieldset .type__slide label svg {
              fill: #D7D7D7;
              transition: all 0.3s; }
            .popup .popup__body form fieldset .type__slide label:focus {
              border: 1px solid #E0AA3E;
              color: #E0AA3E;
              transition: all 0.3s; }
              .popup .popup__body form fieldset .type__slide label:focus svg {
                fill: #E0AA3E;
                transition: all 0.3s; }
            .popup .popup__body form fieldset .type__slide label:hover {
              border: 1px solid #E0AA3E;
              color: #E0AA3E;
              transition: all 0.3s; }
              .popup .popup__body form fieldset .type__slide label:hover svg {
                fill: #E0AA3E;
                transition: all 0.3s; }
          .popup .popup__body form fieldset .type__slide button.act {
            border: 1px solid #E0AA3E;
            color: #E0AA3E;
            transition: all 0.3s; }
            .popup .popup__body form fieldset .type__slide button.act svg {
              fill: #E0AA3E;
              transition: all 0.3s; }
          .popup .popup__body form fieldset .type__slide label.act {
            border: 1px solid #E0AA3E;
            color: #E0AA3E;
            transition: all 0.3s; }
            .popup .popup__body form fieldset .type__slide label.act svg {
              fill: #E0AA3E;
              transition: all 0.3s; }
          .popup .popup__body form fieldset .type__slide button.focus {
            border: 1px solid #E0AA3E;
            color: #E0AA3E;
            transition: all 0.3s; }
            .popup .popup__body form fieldset .type__slide button.focus svg {
              fill: #E0AA3E;
              transition: all 0.3s; }
          .popup .popup__body form fieldset .type__slide label.focus {
            border: 1px solid #E0AA3E;
            color: #E0AA3E;
            transition: all 0.3s; }
            .popup .popup__body form fieldset .type__slide label.focus svg {
              fill: #E0AA3E;
              transition: all 0.3s; }
        .popup .popup__body form fieldset .domain {
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          align-items: center;
          border-radius: 15px;
          padding-left: 25px;
          padding-right: 25px;
          position: relative;
          border: 1px solid #949494;
          transition: all 0.3s; }
          .popup .popup__body form fieldset .domain input {
            background: #1F1F1F;
            box-sizing: border-box;
            border: none;
            color: #ffffff;
            font-style: normal;
            font-weight: normal;
            font-size: 16px;
            line-height: 24px;
            padding: 0;
            white-space: nowrap;
            text-overflow: ellipsis;
            min-height: 40px;
            border-radius: 0;
            min-width: 20px;
            width: 41vw; }
            .popup .popup__body form fieldset .domain input:nth-child(1) {
              order: 2;
              text-align: center; }
            .popup .popup__body form fieldset .domain input:nth-child(2) {
              width: 5ch;
              order: 1; }
            .popup .popup__body form fieldset .domain input:nth-child(3) {
              order: 3;
              width: 9ch;
              text-align: end; }
            .popup .popup__body form fieldset .domain input:focus {
              border: none;
              color: #ffffff;
              transition: all 0.3s; }
              .popup .popup__body form fieldset .domain input:focus ~ input[readonly] {
                border: none;
                color: #E0AA3E;
                transition: all 0.3s; }
            .popup .popup__body form fieldset .domain input:hover {
              border: none;
              color: #ffffff;
              transition: all 0.3s; }
              .popup .popup__body form fieldset .domain input:hover ~ input[readonly] {
                border: none;
                color: #E0AA3E;
                transition: all 0.3s; }
        .popup .popup__body form fieldset .domain.act {
          border: 1px solid #E0AA3E;
          transition: all 0.3s; }
    .popup .popup__body .checkbox__label {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      cursor: pointer;
      position: relative; }
      .popup .popup__body .checkbox__label .input-checkbox {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        border: 0;
        padding: 0;
        clip: rect(0 0 0 0);
        overflow: hidden; }
        .popup .popup__body .checkbox__label .input-checkbox:focus ~ .custom-checkbox::before {
          border: 2px solid #E0AA3E;
          transition: all 0.3s; }
        .popup .popup__body .checkbox__label .input-checkbox:hover ~ .custom-checkbox::before {
          border: 2px solid #E0AA3E;
          transition: all 0.3s; }
        .popup .popup__body .checkbox__label .input-checkbox:checked ~ .custom-checkbox::before {
          width: 12px;
          height: 12px;
          border: none;
          transition: all 0.3s; }
        .popup .popup__body .checkbox__label .input-checkbox:checked ~ .custom-checkbox::after {
          opacity: 1;
          transition: all 0.3s; }
      .popup .popup__body .checkbox__label .custom-checkbox {
        width: 12px;
        position: relative;
        margin-right: 20px; }
        .popup .popup__body .checkbox__label .custom-checkbox::before {
          content: '';
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          width: 12px;
          height: 12px;
          border: 2px solid #ffffff;
          border-radius: 2px;
          transition: all 0.3s; }
        .popup .popup__body .checkbox__label .custom-checkbox::after {
          content: '';
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          width: 12px;
          height: 12px;
          background: url(../img/icon/tick.svg);
          opacity: 0;
          transition: all 0.3s; }
      .popup .popup__body .checkbox__label .input-checkbox.error ~ .custom-checkbox::before {
        border: 1px solid #F2664F; }
      .popup .popup__body .checkbox__label .error {
        position: absolute;
        top: 100%;
        left: 0;
        bottom: -18px; }
      .popup .popup__body .checkbox__label .checkbox-text {
        text-align: start;
        margin-bottom: 0; }
    .popup .popup__body .checkbox-text {
      color: #D7D7D7;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 180%;
      text-align: center;
      margin-bottom: 6px; }
      .popup .popup__body .checkbox-text .text__link {
        color: #E0AA3E;
        margin: 0;
        font-style: normal;
        font-weight: normal;
        font-size: 14px; }
        .popup .popup__body .checkbox-text .text__link:hover {
          text-decoration: underline; }
        .popup .popup__body .checkbox-text .text__link:focus {
          text-decoration: underline; }
    .popup .popup__body p {
      color: #D7D7D7;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 180%;
      text-align: center;
      margin-bottom: 6px; }
      .popup .popup__body p .text__link {
        color: #E0AA3E;
        margin: 0;
        font-style: normal;
        font-weight: normal;
        font-size: 14px; }
        .popup .popup__body p .text__link:hover {
          text-decoration: underline; }
        .popup .popup__body p .text__link:focus {
          text-decoration: underline; }
    .popup .popup__body .info__box {
      padding-top: 4px;
      padding-bottom: 30px;
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%; }
      .popup .popup__body .info__box h2 {
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        line-height: 23px;
        color: #000000;
        text-align: center; }
      .popup .popup__body .info__box span {
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 18px;
        text-align: center;
        color: #000000; }
    .popup .popup__body .btn-group {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      align-items: center;
      width: 100%; }
      .popup .popup__body .btn-group button {
        background: #E7E7E7;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 10px;
        padding: 8px 20px;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 21px;
        text-align: center;
        color: #000000;
        width: 100%;
        margin-bottom: 12px; }
      .popup .popup__body .btn-group a {
        background: #E7E7E7;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 10px;
        padding: 8px 20px;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 21px;
        text-align: center;
        color: #000000;
        width: 100%;
        margin-bottom: 12px; }

.place__datail {
  padding: 0;
  background: #ffffff; }
  .place__datail .popup__head .banner button {
    background: #FF0000;
    flex-direction: column;
    width: 55px;
    height: 55px; }
    .place__datail .popup__head .banner button span {
      color: #ffffff;
      font-style: normal;
      font-weight: 700;
      font-size: 14px;
      line-height: 16px;
      text-align: center; }
    .place__datail .popup__head .banner button .date {
      font-size: 18px;
      line-height: 20px; }
  .place__datail .popup__body {
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 16px; }

.popup__wrap {
  z-index: 10;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center; }

.shadow {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s; }

.shadow.act {
  content: '';
  background-color: rgba(31, 31, 31, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6;
  visibility: visible;
  opacity: 1;
  transition: all 0.3s; }

.shadow.act.blur {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  transition: all 0.3s; }

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }
@media (max-width: 374px) {
  .logInFacebook .content__wrapper {
    padding-top: 10px; }

  .recovery .content__wrapper {
    padding-top: 10px; }

  .register .content__wrapper {
    padding-top: 10px; }

  .logIn .content__wrapper {
    padding-top: 10px; } }

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