body {
    font-size: 18px;
    line-height: 1.6;
    color: #000;
}
h1 {
    color: #ff6633;
    font-size: 24px;
}
h1 span {
    color: #000;
}
small {
    font-size: 80%;
}
.container {
    max-width: 960px;
    padding: 0;
}
.banner {
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.banner img {
    width: 100%;
    height: auto;
}
.promo {
    margin: 30px 0;
    text-align: center;
}
.promo__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.promo__actions .btn {
    width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
    .promo__actions .btn {
        width: 100%;
        white-space: normal;
    }
    .promo__actions .btn:first-child {
        margin-bottom: 20px;;
    }
}
@media screen and (max-width: 375px) {
    .promo__actions .btn {
        white-space: normal;
    }
}
fieldset {
    margin-top: 30px;
}
.form-horizontal .checkbox {
    padding-top: 0;
}
label.error {
    color: red;
}
.table {
    border-bottom: 1px solid #000;
}
.table > thead > tr > th {
    font-size: 14px;
    border-bottom: 1px solid #000;
}
.discount-price {
    color: #ff6633;
    font-weight: bold;
}
.form-actions {
    text-align: center;
    margin-top: 30px;
}
.btn {
    padding: 6px 20px;
}
.btn-primary {
    background-color: #ff6633 !important;
    border-color: #ff6633 !important;
    font-weight: bold !important;
    font-size: 24px !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:focus-within,
.btn-primary:active,
.btn-primary:active:focus  {
    background-color: #ff6633 !important;
    border-color: #ff6633 !important;
    font-weight: bold !important;
    font-size: 24px !important;
}
.alert {
    padding-left: 0;
    margin-bottom: 0;
}
.footer {
    margin-top: 50px;
    margin-bottom: 30px;
    line-height: 1.1;
}
.footer span {
    text-transform: uppercase;
}
.blockUI,
.blockMsg,
.blockPage,
.blockElement {
    opacity: 0.95 !important;
}
@media screen and (max-width: 768px) {
    .container {
        padding: 0 20px;
    }
}