.reveal_one-click-order {
    padding: 50px !important;
}
@media screen and (max-width: 639px) {
    .reveal_one-click-order {
        top: 0 !important;
        padding: 20px !important;
    }
}

.one-click-order__form .check__label:before {
    top: 4px;
}

.one-click-order__text {
    font-size: 12px;
    margin-bottom: 1rem;
    background: #000;
    color: #fff;
    padding: 10px;
}

.one-click-order__input {
    background: #fbfbfb;
    border-radius: 0;
    font-size: .875rem;
    height: 40px !important;
    margin-bottom: .625rem;
    margin-top: .3125rem;
    width: 100%
}

.one-click-order__input::-webkit-input-placeholder {
    color: #e5e5e5;
    font-size: .75rem
}

.one-click-order__input::-moz-placeholder {
    color: #e5e5e5;
    font-size: .75rem
}

.one-click-order__input:-ms-input-placeholder {
    color: #e5e5e5;
    font-size: .75rem
}

.one-click-order__input::-ms-input-placeholder {
    color: #e5e5e5;
    font-size: .75rem
}

.one-click-order__input::placeholder {
    color: #e5e5e5;
    font-size: .75rem
}

.one-click-order__submit {
    background: #fd5b12;
    border: none;
    color: #fbfbfb;
    font-size: .875rem;
    height: 2.5rem;
    margin-bottom: .625rem;
    margin-top: 1rem;
    text-align: center;
    text-transform: uppercase;
    width: 100%
}

.one-click-order__submit:hover {
    background: #ca4104
}

.one-click-order__submit_disabled,
.one-click-order__submit_disabled:hover {
    background: #e5e5e5
}

.one-click-order__input-container {
    position: relative
}

.one-click-order__input-container_success:after {
    background: url(../images/auth-success.svg) no-repeat 0
}

.one-click-order__input-container_error:after,
.one-click-order__input-container_success:after {
    content: "";
    display: block;
    height: 1.5rem;
    position: absolute;
    right: .625rem;
    top: .3125rem;
    width: 1.5rem
}

.one-click-order__input-container_error:after {
    background: url(../images/auth-error.svg) no-repeat 0
}

.one-click-order__input_error {
    border: .0625rem solid #d62e2e
}

.one-click-order__input:focus {
    outline: none
}

.one-click-order__input:focus::-webkit-input-placeholder,
.one-click-order__input:focus::-moz-placeholder,
.one-click-order__input:focus:-ms-input-placeholder,
.one-click-order__input:focus::-ms-input-placeholder, 
.one-click-order__input:focus::placeholder {
    display: none
}

.one-click-order__input-title {
    background: #fbfbfb;
    border: .125rem solid #fbfbfb;
    color: #232227;
    font-size: .75rem;
    font-weight: 100;
    left: 1.5rem;
    position: absolute;
    top: -13px;
}

.one-click-order__link {
    font-weight: 600
}

.one-click-order__link:hover {
    color: #fd5b12
}

.one-click-order__products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .625rem;
    margin-bottom: .625rem
}

.one-click-order__product {
    background-position: 50%;
    background-size: cover;
    height: 120px;
    min-width: 80px;
}

.one-click-order__info {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.one-click-order__info .product-name {
    font-size: 18px;
}

.one-click-order__info .product-price {
    margin-top: auto;
    align-self: end;
    font-size: 16px;
    font-weight: 600;
}

.one-click-order__info .old-price {
    text-decoration: line-through;
    color: #e5e5e5;
}

.one-click-order__submit:disabled {
    opacity: .5;
    background: #807973;
    cursor: auto;
}