@import url('//fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i&subset=cyrillic');

body {
    font-family: 'Roboto', sans-serif;
    background-color: #F8F3DE;
    /*background: url("http://www.aero.garant.ru/static/aero/images/pluggable/bg-gtmove.jpg") 0 50% no-repeat;
    background-size: cover;
    position: relative;
    color: #ffffff;*/
}

/*body:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    opacity: 0.3;
}*/

.container {
    max-width: 760px;
    padding-right: 20px;
    padding-left: 20px;
}

.row {
    margin-right: -20px;
    margin-left: -20px;
}

[class*="col"] {
    padding-right: 20px;
    padding-left: 20px;
}

#order {
    max-width: 560px;
    margin: 0 auto 94px auto;
}

.form__title {
    font-size: 38px;
    margin-top: 15px;
    line-height: 1.23;
    font-weight: 700;
}

.form-group {
    margin-bottom: 10px;
    position: relative;
}

label {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.55;
    margin-bottom: 0;
}

.checkbox label, .radio label {
    font-weight: 300;
    font-size: 15px;
    padding-left: 0;
}

.checkbox input[type="checkbox"], .radio input[type="radio"] {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.checkbox label.error, .radio label.error {
    bottom: -15px;
}

.checkbox-indicator {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 20px;
    border: 2px solid #000;
    margin-right: 10px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    opacity: .6
}

.checkbox-indicator:after {
    content: '';
    position: absolute;
    display: none;
    left: 5px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

input[type="checkbox"]:checked ~ .checkbox-indicator {
    opacity: 1
}

input[type="checkbox"]:checked ~ .checkbox-indicator:after {
    display: block
}

.input-lg, select.input-lg {
    height: 56px;
    font-size: 16px;
    border-radius: 0px;
}

select.input-lg {
    line-height: 16px;
}

select {
    position: relative;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
}

.btn-primary {
    background-color: #f08f1d;
    border-color: #f08f1d;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #f08000;
    border-color: #f08000;
}

.btn.btn-lg.submit {
    width: 100%;
    border-radius: 0;
    height: 56px;
    margin-bottom: 10px;
}

.btn.btn-lg.submit:hover {
    color: #ffffff;
}

label.error {
    color: red;
    font-size: 13px;
    position: absolute;
    left: 0;
    bottom: -17px;
}

#response p {
    padding: 15px;
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
}

.bg-success {
    background-color: #62C584;
}

.bg-danger {
    background-color: #F95D51;
}

#order a[href$='/personal/'] {
    color: #f08f1d;
}