/* ORDER */

.wrapper__order {
    background: -webkit-linear-gradient(to right, #fbeced 50%, #81332c 50%);
    background: linear-gradient(to right, #fbfbfb 50%, #131313 50%);
}

.wrapper__order--special {
    margin-bottom: 18vh;
    background: -webkit-linear-gradient(to right, #fbeced 50%, #81332c 50%);
    background: linear-gradient(to right, #fbeced 50%, #81332c 50%);
}

.order {
    overflow: hidden;
}
.order__request {
    min-height: 260px;
    padding-top: 40px;
    background: #fbfbfb;
}

.order__request--special {
    min-height: 410px;
}

.order-request__title {
    max-width: 55%;
    margin-bottom: 15px;
    font: 24px "ProximaNovaBold", sans-serif;
    color: #4f4436;
}
.order-request__title.page-title {
    max-width: 100%;
    margin-bottom: 40px;
    font: 48px/50px "ProximaNovaBold", sans-serif;
    color: #7c291e;
}

.order-request__form {
    color: #000000;

}

.order-request__form label {
    display: inline-block;
    min-width: 125px;
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: 18px;
}
.order-request__form input {
    width: 266px;
    height: 50px;
    margin-bottom: 20px;
    font-family: 'ProximaNovaBold';
    padding-left: 10px;
    border: 1px solid #d8d8d8;
    font-size: 15px;
    outline: none;
}
.order-request__form input[type="submit"] {
    /* float: left; */
    width: 210px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
    margin: 0 auto;
    display: block;
    border: none;
    text-align: center;
    cursor: pointer;
    font-size: 25px;
    font-family: 'ProximaNovaBlack';
    text-shadow: 1px 1px 3px #898989;
    line-height: 21px;
    font-weight: 700;
    /* font: 24px "ProximaNovaSemibold", sans-serif; */
    color: #ffffff;
    background-color: #E17948;
    outline: none;
}
.order-request__form input[type="submit"]:hover {
    background: #F46B23;
    transition: all 0.2s linear;
}

.order-request__form input[type="submit"]:active,
.order-request__form input[type="submit"]:focus {
    background: #F46B23;
    transition: all 0.2s linear;
}
.order-request__text {
    margin-top: 20px;
    margin-left: 20px;
    padding-top: 8px;
    font-size: 15px;
}
.order-request__button {
    float: none;
    display: block;
    padding-top: 14px;
    padding-bottom: 14px;
    margin-bottom: 22px;
    text-align: center;
    cursor: pointer;
    font: 24px "ProximaNovaSemibold", sans-serif;
    color: #ffffff;
    background-color: #e8794a;
}
.order-request__button:hover {
    background: #F46B23;
    transition: all 0.2s linear;
}
.order-request__button:active,
.order-request__button:focus {
    background: #F46B23;
    color: #ffffff;
    transition: all 0.2s linear;
}
.order-request__question {
    display: block;
    color: #493927;
}
.order-request__question span {
    display: inline-block;
    vertical-align: middle;
}
.order-request__question:hover  span{
    color: #000000;
    transition: all 0.2s linear;
}
.order-question__icon {
    width: 28px;
    height: 28px;
    margin-right: 15px;
    text-align: center;
    background: #ffffff;
    border-radius:10px;
    font: 24px "ProximaNovaBold", sans-serif;
}
.order-question__text {
    font: 18px "ProximaNovaBold", sans-serif;
}
.order__phone {
    padding-left: 4vw;
    padding-top: 40px;
    min-height: 260px;
    background: linear-gradient(to right, #131313, transparent);
}

.order__phone--special {
    min-height: 410px;
    background: #fff;
}

.order-phone__title {
    max-width: 85%;
    margin-bottom: 13px;
    font: 24px "ProximaNovaBold", sans-serif;
    color: #ffffff;
}
.order-phone__number {
    display: block;
    margin-bottom: 20px;
    font: 48px "ProximaNovaSemibold", sans-serif;
    color: #ffffff;
}
.order-phone__number:hover,
.order-phone__number:active,
.order-phone__number:focus {
    color: #f1c4c4;
    transition: all 0.2s linear;
}

.order-phone__on-air {
    display: none;
    width: 190px;
    padding: 4px 0;
    background-color: #372422;
    border-radius: 10px;
    text-align: center;
}

.order-phone__on-air div {
    display: inline-block;
    vertical-align: middle;
}
.on-air__logo {
    margin-right: 10px;
    font: 18px "ProximaNovaBold", sans-serif;
    color: #fff;
}
.on-air__text {
    font: 15px "ProximaNovaLight", sans-serif;
    color: #ffffff;
}
.order-phone__description {
    margin-top: 25px;
    font-size: 15px;
    color: #ffffff;
}
.order-phone__description p {
    max-width: 90%;
}

.modal2 .order-request__form input[type="submit"]{
    float: none;
}
.modal2 .order-request__form input[type="text"]{
    width: 100%;
}
/* ORDER end */
