.order {
    /*    border: thin dashed #A9A9A9;*/
    padding: 0 17px;
    margin: 0 auto;
/*    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.75);
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 15px 1px;
    -webkit-animation: 0.8s ease 1s normal both 1 fadeInRight;
    -moz-animation: fadeInRight 0.8s 1s ease both;
    -ms-animation: fadeInRight 0.8s 1s ease both;
    -o-animation: fadeInRight 0.8s 1s ease both;*/
}

.order .action-order {
}

.order .head {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 20px;
}

.order .inputs-order,
.modal-body .inputs-order {
    display: block;
    margin-bottom: 15px;
    position: relative;
    border-collapse: separate;
    text-align: center;
}

.order .input-data-order,
.modal-body .input-data-order {
    background: none;
    background-color: #FFFFFF;
    border: 1px solid #D5D5D5;
    border-radius: 5px;
    box-shadow: none !important;
    color: #636363;
    font-size: 20px;
    padding: 0px 4px 0px 0px;
    transition-duration: 0.1s;
    display: table-cell;
    width: 320px;
    height: 56px;
    padding-left: 10px;
    outline: none;
    box-sizing: border-box;
    font-family: H_Light;
    font-size: 20px;

}

.order .input-data-order:hover,
.modal-body .input-data-order:hover {
}

.order .input-data-order:focus,
.modal-body .input-data-order:focus {

}

.order .input-data-before,
.modal-body .input-data-before {
    color: gray;
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    border-radius: 10px !important;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    padding: 6px 12px;
    text-align: center;
    display: table-cell;
    border-right: 0 none;
    vertical-align: middle;
    white-space: nowrap;
    width: 1%;
}

.order .input-data-before .fa,
.modal-body .input-data-before .fa {
    width: 15px;
}

.order .inputs-area,
.modal-body .inputs-area {
    margin-bottom: 10px;
    padding-right: 14px;
}

.order .area-data-order,
.modal-body .area-data-order {
    border: 1px solid #D5D5D5;
    border-radius: 10px !important;
    box-shadow: none !important;
    color: #333333;
    font-size: 16px;
    line-height: 1.2;
    outline: medium none;
    width: 100%;
    resize: none;
    height: 70px;
    padding: 6px;
}

.order .policy-order,
.modal-popup .policy-order{
    font-size: 13px;
    margin-bottom: 15px;
    text-align: center;
    color: #292929;
    font-family: H_Light;
}

.order .policy-order a,
.modal-popup .policy-order a{
    border-bottom: 1px dashed;
    color: #292929;
}

.order .policy-order a:hover,
.modal-popup .policy-order a:hover{
    border-bottom: 1px dashed;
    cursor: pointer;
    color: #303030;
}

::-webkit-input-placeholder {
    color: #656565;
}

:-moz-placeholder { /* Firefox 18- */
    color: #656565;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #656565;
}

:-ms-input-placeholder {
    color: #656565;
}

.modal-popup a.button{
    width: 275px;
    height: 55px;
    line-height: 55px;
    font-family: H_Bold;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 20px;
    background: #65bf24; /* Old browsers */
    background: -moz-linear-gradient(top,  #65bf24 0%, #337a00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#65bf24), color-stop(100%,#337a00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #65bf24 0%,#337a00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #65bf24 0%,#337a00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #65bf24 0%,#337a00 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #65bf24 0%,#337a00 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65bf24', endColorstr='#337a00',GradientType=0 ); /* IE6-9 */

}