
.contact_data, .order_finish {
    font-size: 15px;
    max-width: 100%;
}

.contact_data h3 {
    font-size: 36px;
    margin: 0 0 20px 0;
}

.form-group input , textarea {
    max-width: 100%;
    width: 100%;

    height: 38px;
    padding: 6px 10px;
    background-color: #fff;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    box-shadow: none;
    margin: 0 0 15px 0;
}
.form-group input:focus , textarea:focus {
    border: 1px solid #d9bd0d;
    outline: 0;
}
.form-group textarea {
    min-height: 65px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.form-group label {
    font-size: 15px;
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}
.change-order {
    width: 49%;
    color: black;
    background-color: #d9bd0d;
    border-color: #d9bd0d;
    padding: 0 20px;
}
.make-order {
    width: 49%;
    color: #fff;
    background-color: #D9232C;
    border-color: #D9232C;
    padding: 0 20px;
}
.my-alert {
    margin-bottom: .8rem;
    color: red;
    font-weight: bold;
    text-align: center;
}
.alert_input {
    border: 1px solid red !important;
}
.order-result{
    font-size: 20px;
    line-height: 30px;
}
.radiobuttons{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 0 15px 0;
}
.radiobuttons input {
    width: auto;
    margin: 0;
    margin: 0 5px 0 0;
}
.radiobuttons label {
    font-weight: 300;
}
.radiobuttons__delimiter{
    display: block;
    width: 20px;
}

.catalog__variant-list {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content:space-around;
    bottom: 0;
    width: 100%; }

.variant__label {
    font-size: 16px;
    color: black;
    text-align: center;
    font-weight: bold;
    line-height: 20px;
    padding: 5px;
    border: 2px solid #D9232C;
    border-radius: 5px;
    margin: 0 0 10px 0;
    /*text-transform: uppercase;*/
    background-color: white;
}
.variant__label--active {
    color: white;
    background-color: red;
}
.address__detail {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    /*max-width: 100%;*/
    margin: 0 -10px;
    justify-content:space-between;
}

.address__detail-item {
    flex: 0 0 25%;
    padding: 0 10px;
}
.address__detail-item input {
    width: 100%;
}
.fancybox-content {
    width: 400px;
    /*height: 298px;*/
    max-width: none;
    max-height: none;
}
.detail-item_50 {
    flex: 0 0 50%;
    padding: 0 10px;
}

.form-group select {
    max-width: 100%;
    width: 100%;
    height: 38px;
    padding: 6px 10px;
    background-color: #fff;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    box-shadow: none;
    margin: 0 0 15px 0;
}