#one-click #one_click_buy_result {
    display: none;
}

#one-click .error {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #E30613;
    font-size: 0.75rem;
    line-height: 1;
}

input:disabled,
input[disabled],
input:disabled:hover,
input[disabled]:hover {
    background-color: #cccccc;
}

.open_description {
    position: relative;
    display: block;
    cursor: pointer;
    color: var(--color-primary);
}

.agreement {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    margin-bottom: 14px;
    margin-left: 25px;
    display: block;
    padding-right: 25px;
}

.agreement input[type="checkbox"] {
    position: absolute;
    left: -20px;
    top: -1px;
}

.open_description::before {
    content: '';
    width: 17px;
    height: 50px;
    position: absolute;
    top: -65px;
    right: 0px;
    background: transparent;
}

.open_description::after {
    content: '';
    width: 11px;
    height: 11px;
    position: absolute;
    top: -48px;
    right: 3px;
    transform: rotate(45deg);
    background: linear-gradient(135deg, #fff 0% 49%, #c0263a 50% 100%);
}

.open_description.active::after {
    transform: rotate(-135deg);
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.modal{
    max-height: 100%;
    overflow-y: auto;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}
.modal__body{
    display: block !important;
    background-color: #ffffff;
}
.modal__form{
    position: sticky;
    top: 0;
    z-index: 1;
    overflow-y: initial !important;
    background-color: #ffffff;
}

.modal_expanded{
    display: -webkit-box !important;
    -webkit-box-align: baseline !important;
}
.modal__body_expanded{
    height:auto !important;
}

span.send_mail_description, label.agreement{
    font-size: 0.75rem;
}


@media (min-width: 987px) {
    #one-click .modal__body {
        max-width: 904px !important;
    }
}

.good__prop{
    font-size: 0.8em;
}