.button-app, section:after, section:before, section > img, section .hide-app {
  display: none;
}

#card-order_form .text a {
  color: #e5006b;
}

.policy {
  font-size: 12px;
  margin-top: 10px;
  margin-left: 10px;
}

.policy a {
  color: #e5006b;
  display: block;
}

.container {
  background: #fafafa;
}

.section {
  margin: 5% 30%;
  width: inherit;
  background: #fff;
  padding: 3%;
  border-radius: 5px;
}

.section.register {
  margin: 5% 15%;
  padding: 2% 3%;
}

.section.register .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section.register .flex > div {
  width: 100%;
}

.section.register .flex > div:first-child {
  width: 0;
}

.section #pl-box {
  margin-top: 40px;
}

.section .contentholder {
  padding: 0 0 10px 0;
}

.section .contentholder .text {
  font-size: 16px;
}

.section .button {
  font-size: 14px;
  padding: 10px 40px;
}

.section .headline {
  font-size: 32px;
}

.section .form-group {
  margin-bottom: 20px;
  height: 70px;
  width: 95%;
}

.section .form-group:last-child {
  margin-bottom: 0;
}

.section .form-group .help-block-error {
  font-size: 12px;
}

.section .form-group input {
  font-size: 22px;
  height: 42px;
}

.section #plastic, .section label[for="plastic"], .section .app-form-element {
  display: none;
}

.section > div .show-error, .section > div .show-e {
  display: none;
  color: #e5006b;
  font-size: 13px;
}

.section > div .show-error a, .section > div .show-e a {
  text-decoration: underline !important;
}

.section > div .form-input .help-block-error {
  width: 50%;
}

.section > div .form-input .button.disabled {
  background: #a9b9c5;
}

.section > div .form-input .pl-btn input {
  padding-right: 30px;
}

.show-e span {
  display: none;
}

@media only screen and (max-width: 768px) {
  .container {
    background: #fff;
  }
  .qr-link-all {
    display: none !important;
  }
  #app-pop-firs {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-image: url("../media/desk/section_5.jpg");
    background-size: cover;
  }
  #app-pop-firs .qr-alert {
    padding: 0 10%;
    color: #fff;
    text-align: center;
  }
  #app-pop-firs .qr-alert a {
    border: 1px solid #ffffff;
    background: #e5006b;
    padding: 5px 15px;
    border-radius: 20px;
    color: #fff;
  }
  #app-pop-firs .qr-alert a.qr_y {
    margin-right: 40px;
    background: #5fc3e1;
  }
  #app-pop-firs .a-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    margin: 0;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #app-pop-firs .a-box a:first-child {
    padding-left: 50px;
    padding-right: 30px;
  }
  .js-btn-auth {
    display: none;
  }
  #auth-recovery .popup-btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #auth-recovery .form-group {
    width: 100%;
  }
  header, .form-element, .menu__link.mob, footer.footer, .scrollhint, .back {
    display: none;
  }
  .page {
    height: 100vh;
  }
  .page section {
    margin: 0 !important;
    padding: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    width: 100%;
    top: 0;
    height: 100vh;
    background-size: cover;
  }
  .page section label[for="plastic"] {
    display: inline-block;
  }
  .page section #plastic {
    display: inline-block;
    margin: 20px 0 20px 15px;
  }
  .page section.auth h2.headline {
    font-size: 27px;
    margin-top: 80px;
    line-height: 24px;
  }
  .page section.auth h2.headline span {
    font-size: 14px;
  }
  .page section.register {
    margin: 5% 15%;
    padding: 2% 3%;
  }
  .page section.register .flex {
    display: block;
  }
  .page section.register .flex > div:last-child .form-group:last-child {
    border-bottom: none;
  }
  .page section.register #pl-box {
    margin-top: 0;
  }
  .page section.register #pl-box .form-group:last-child {
    border-bottom: none;
  }
  .page section .js-form-auth .app-form-element {
    padding-top: 0;
  }
  .page section .js-form-auth .form-group:last-child {
    border-bottom: 0;
  }
  .page section .app-form-element {
    display: block;
    padding-top: 50px;
    margin-bottom: 50px;
  }
  .page section .show-e.show-error-not-tel-card {
    margin: 10% 0;
    position: relative;
    float: right;
  }
  .page section .show-error, .page section .show-e {
    position: absolute;
    -webkit-box-shadow: 1px 1px 3px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 1px 1px 3px 2px rgba(34, 60, 80, 0.2);
    width: 95%;
    background: #fff;
    border-radius: 25px 0 0 25px;
    padding: 5px 3px 5px 25px;
    right: 0;
  }
  .page section .show-error span, .page section .show-e span {
    position: absolute;
    top: 30%;
    left: -18px;
    width: 35px;
    height: 35px;
    background: #ffffff;
    border-radius: 50%;
    border: 1px solid #dce0e3;
    display: block;
    z-index: 9999;
    display: block;
  }
  .page section .show-error span:before, .page section .show-error span:after, .page section .show-e span:before, .page section .show-e span:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 2px;
    cursor: pointer;
    width: 80%;
    background-color: #fe9bde;
  }
  .page section.show-af:after {
    display: none;
  }
  .page section img {
    display: block;
    width: 25%;
    margin: 15px  20px;
    z-index: 10;
    position: relative;
  }
  .page section:before {
    content: '';
    background-image: url(../media/desk/bg_top.png);
    background-size: auto;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: 240px;
    position: absolute;
    pointer-events: none;
    display: block;
  }
  .page section:after {
    content: '';
    background-image: url(../media/desk/bg_bot.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right bottom;
    width: 100%;
    height: 100%;
    margin-top: -200px;
    display: block;
    pointer-events: none;
  }
  .page section.no-after:after {
    background: none;
  }
  .section > div.contentholder {
    padding: 0;
  }
  .section > div form {
    margin-top: 16%;
    min-height: 350px;
  }
  .section > div form .app-button-q {
    display: block;
    text-align: right;
    margin: 35px 20px 45px;
    color: #a9b9c5;
    font-weight: 500;
  }
  .section > div form .app-button-r {
    padding: 10px 20px;
    -webkit-box-shadow: 1px 1px 3px 2px #a9b9c5;
            box-shadow: 1px 1px 3px 2px #a9b9c5;
    border-radius: 0 20px 20px 0;
    color: #e5006b;
    font-weight: 600;
  }
  .section > div .form-input {
    width: 85%;
    border-radius: 0 25px 25px 0;
    -webkit-box-shadow: 1px 1px 3px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 1px 1px 3px 2px rgba(34, 60, 80, 0.2);
    position: relative;
  }
  .section > div .form-input .help-block-error {
    font-size: 12px;
    top: 1px;
    width: 100%;
    text-align: center;
    padding-left: 30px;
    pointer-events: none;
  }
  .section > div .form-input .button-app {
    position: absolute;
    width: 45px;
    height: 45px;
    right: -25px;
    top: calc(50% - 22px);
    z-index: 10;
    border: 3px double #ffffff;
    background: #f151a6;
    -webkit-box-shadow: 1px 1px 5px 1px #a9b9c5;
            box-shadow: 1px 1px 5px 1px #a9b9c5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    margin: 0;
  }
  .section > div .form-input .button-app:after {
    content: '';
    background-image: url("/static/media/arrow2.svg");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
  }
  .section > div h2.headline {
    text-align: right;
    padding: 5px;
    font-size: 28px;
    margin-top: 55px;
    margin-right: 15px;
  }
  .section > div label.control-label {
    display: none;
  }
  .section > div .form-group {
    position: relative;
    height: 45px;
    width: 100%;
    clear: both;
    margin: 0;
    padding: 0;
    border-bottom: 2px solid #dfe3e6;
  }
  .section > div .form-group input {
    background: transparent;
    outline: none;
    font-size: 16px;
    border-bottom: none !important;
    height: inherit;
    padding-left: 20px;
  }
  .section > div .form-group input[type='password'] {
    padding-right: 14%;
  }
  .section > div .form-group .js-show-pass {
    right: 20px;
  }
}

@media only screen and (max-width: 425px) {
  .page section img {
    width: 45%;
  }
}

@media all and (min-width: 769px) {
  #app-pop-firs {
    display: none;
  }
  ::-webkit-input-placeholder {
    color: white;
  }
  :-moz-placeholder {
    color: white;
  }
  ::-moz-placeholder {
    color: white;
  }
  :-ms-input-placeholder {
    color: white;
  }
}

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