html, body {
    padding: 0;
    margin: 0;
}

.cssBodyWidth900 {
    min-width: 900px;
}

.order-form__price._discount_no {
    display: none;
}

.print_table table {
    margin-left: auto;
    margin-right: auto;
}
.print_table p {
    margin: 0;
}

.print_table td {
    font-family: Arial, sans-serif;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;

    padding-left: 10px;
}

.check_header {
    font-family: Arial, sans-serif;
    font-weight: 750;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;

    margin-top: 30px;
    margin-bottom: 10px;
}

#checkout_info {
    display: none;
}

.order-form__agree {
    border-radius: 3px;
    padding: 6px;
    margin: 10px;
    border: none;
    font-family: Arial, sans-serif;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    background: #f3ca00;
}

.order-form__agree:hover {
    background: #e8c100;
}

.order-form__edit {
    border-radius: 3px;
    padding: 6px;
    margin: 10px;
    border: none;
    font-family: Arial, sans-serif;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    background: #888888;
}

.order-form__edit:hover {
    background: #ababab;
}

.order-form__check_order {
    border-radius: 3px;
    padding: 6px;
    border: none;
    font-family: Arial, sans-serif;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    background: #888888;
    text-decoration: none;
}

.order-form__check_order:hover {
    background: #ababab;
}

.order-form__btn_new {
    border-radius: 3px;
    padding: 6px 12px 6px 12px;
    margin-left: 32px;
    border: none;
    font-family: Arial, sans-serif;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    background: #f3ca00;
}


.order-form {
    padding: 60px 10px 0px 20px;
    margin: 0px 0px 0px 0px;
}

#lang {
    display: table;
    position: absolute;
    top: 23px;
    right: 78px;
    color: white;
    z-index: 10000;
}

#lang a {
    color: white;
    text-decoration: none;
}

#lang .active {
    text-decoration: underline;
}

.order-form__col:first-child {
    margin-right: 60px;
}

.order-form__col {
    margin-top: 0;
    margin-bottom: 0;
}

.order-form__row._row-1, .order-form__row._row-2, .order-form__row._row-3 {
    margin-bottom: 10px !important;
}

.cssAdditionalInfo {
    padding: 89px 0 0 66px;
    width: 900px;
}
.cssOrderFormErrors {
    display: none;
    color: darkred;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 0.9rem;
    font-weight: bold;
    text-transform: none;
}
.error {
    padding: 0;
    margin: 0;
    font-size: 0.9rem;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: bold;
    color: darkred;
    text-transform: lowercase;
}
.cssInputError {
    outline: 3px solid red;
}

.label-field {
    font-size: 1rem;
    color: #fff;
}
