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

.cssBodyWidth900 {
    min-width: 100%;
}

.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 20px 0px 20px;
    margin: 0px 0px 0px 0px;
}

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

#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 55px 0 55px;
}
.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;
}

.flex-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 8px;
}

.flex-container .form-col {
    margin-right: 0px;
}


.flex-container.flex-reverse {
    flex-direction: column-reverse;
}

.row-mobile-reverse {
    display: flex;
    flex-direction: column;
}

.desktop-center {
    text-align: start;
}

@media (min-width: 1020px) {
    .row-mobile-reverse {
        display: block!important;
    }

    .desktop-center {
        text-align: center;
    }

    .cssBodyWidth900 {
        min-width: 900px!important;
        margin-right: 5px;
    }

    .flex-container {
        flex-direction: row!important;
        flex-wrap: nowrap;
    }

    .flex-container .form-col {
        width: 394px;
        margin-right: 74px!important;
    }

    .flex-item {
        flex: 1 1 calc(50% - 15px);
        min-width: 200px;
    }
}
