/*@font-face {
    font-family: "Boschsans";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/boschsans-bold-webfont.eot?") format("eot"),
    url("../fonts/boschsans-bold-webfont.woff2") format("woff2"),
    url("../fonts/boschsans-bold-webfont.woff") format("woff"),
    url("../fonts/boschsans-bold-webfont.ttf") format("truetype"),
    url("../fonts/boschsans-bold-webfont.svg#boschsans") format("svg")
}

@font-face {
    font-family: "Boschsans";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/boschsans-regular-webfont.eot?") format("eot"),
    url("../fonts/boschsans-regular-webfont.woff2") format("woff2"),
    url("../fonts/boschsans-regular-webfont.woff") format("woff"),
    url("../fonts/boschsans-regular-webfont.ttf") format("truetype"),
    url("../fonts/boschsans-regular-webfont.svg#boschsans") format("svg")
}

@font-face {
    font-family: "Boschsans";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/boschsans-light-webfont.eot?") format("eot"),
    url("../fonts/boschsans-light-webfont.woff2") format("woff2"),
    url("../fonts/boschsans-light-webfont.woff") format("woff"),
    url("../fonts/boschsans-light-webfont.ttf") format("truetype"),
    url("../fonts/boschsans-light-webfont.svg#boschsans") format("svg")
}*/

@font-face {
    font-family: "GaggenauDisplay";
    font-weight: 400;
    src: url(../fonts/gaggenaudisplay-regular-webfont.woff2) format("woff2"), url(../fonts/gaggenaudisplay-regular-webfont.woff) format("woff");
    font-display: swap;
}

@font-face {
    font-family: "GaggenauDisplay";
    font-weight: 700;
    src: url(../fonts/gaggenaudisplay-bold-webfont.woff2) format("woff2"), url(../fonts/gaggenaudisplay-bold-webfont.woff) format("woff");
    font-display: swap;
}

@font-face {
    font-family: "GaggenauText";
    font-weight: 700;
    src: url(../fonts/gaggenautext-bold-webfont.woff2) format("woff2"), url(../fonts/gaggenautext-bold-webfont.woff) format("woff");
    font-display: swap;
}

@font-face {
    font-family: "GaggenauText";
    font-weight: 400;
    src: url(../fonts/gaggenautext-regular-webfont.woff2) format("woff2"), url(../fonts/gaggenautext-regular-webfont.woff) format("woff");
    font-display: swap;
}

@font-face {
    font-family: 'icons';
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/icons.eot?ff4d9d219c30a3c5f79ace80976b18f1");
    src: url("../fonts/icons.eot?#iefix") format("embedded-opentype"),
        url("../fonts/icons.woff2?ff4d9d219c30a3c5f79ace80976b18f1") format("woff2"),
        url("../fonts/icons.woff?ff4d9d219c30a3c5f79ace80976b18f1") format("woff"),
        url("../fonts/icons.ttf?ff4d9d219c30a3c5f79ace80976b18f1") format("truetype"),
        url("../fonts/icons.svg?ff4d9d219c30a3c5f79ace80976b18f1#icons") format("svg")
}

body {
    background: #fbf7f5;
    color: #000;
    font-family: "GaggenauText", sans-serif;
    font-size: 16px;
    line-height: 1.1;
}

h2,
h3 {
    size: 30px;
    font-weight: 700;
}

a {
    color: #d73200;
}

select {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

a:hover {
    color: #d73200;
    text-decoration: underline;
}

a:focus {
    color: #d73200;
}

th.next,
th.prev {
    font-size: 0;
    color: transparent;
    position: relative;
}

th.next:after {
    content: url("../images/arrow-r-grey.svg");
    position: absolute;
    display: block;
    height: 18px;
    left: 50%;
    top: 50%;
    transform: translate(2px, -50%);
}

th.prev:after {
    content: url("../images/arrow-l-grey.svg");
    display: block;
    height: 18px;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translate(2px, -50%);
}

.datepicker table {
    border-spacing: 10px;
    table-layout: fixed;
    border-collapse: separate;
    /* min-width: 356px; */
    /* padding: 0 10px; */
}

.datepicker-days table tfoot {
    display: none;
}

.datepicker .datepicker-days .datepicker-switch {
    text-align: left;
}

.datepicker .datepicker-days table tr td.day,
.datepicker table tr td span.month,
.datepicker table tr td span.year {
    padding: 0;
    border-radius: 0 !important;
    position: relative;
    transition: ease-in-out 0.2s;
    width: 70px;
    height: 50px;
    border: 1px solid #000;
    font-size: 20px;
}

.datepicker .datepicker-days table tr td.day:hover,
.datepicker table tr td span.month:hover,
.datepicker table tr td span.year:hover,
.datepicker table tr td span.month.active,
.datepicker table tr td span.year.active,
.datepicker table tr td span.month.active:hover,
.datepicker table tr td span.year.active:hover {
    color: #D73200 !important;
    border-color: #D73200;
    background: none !important;
    text-shadow: none;
}

/*.datepicker .datepicker-days table tr td.day:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 35px;
    height: 35px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: -1;
    transition: ease-in-out 0.2s;
}*/

.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active {
    background: #d73200;
}


/*.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
    background: #d73200 !important;
}*/

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover,
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    background: none !important;
    border: none !important;
    color: #000 !important;
}

.datepicker .prev:hover:after,
.datepicker .next:hover:after {
    color: #fff;
}

.datepicker .datepicker-days table tr td.day.old,
.datepicker .datepicker-days table tr td.day.new {
    opacity: 0;
    /* display: none;*/
}

.datepicker .datepicker-days table tr td.day.new {
    display: none;
}

.datepicker .datepicker-days table tr td.day.disabled {
    background: none;
    color: #a0a5aa;
}

.datepicker-block .datepicker table tr td.day.active.active,
.datepicker-block .datepicker table tr td.day.active:hover.active,
.datepicker-block .datepicker table tr td.day span.active.active,
.datepicker-block .datepicker table tr td.day span.active:hover.active {
    background: transparent;
    border-color: #D73200;
    color: #D73200;
    text-shadow: none;
}

.datepicker-block .datepicker table tr td.day.active.active:after,
.datepicker-block .datepicker table tr td.day.active:hover.active:after,
.datepicker-block .datepicker table tr td.day span.active.active:after,
.datepicker-block .datepicker table tr td.day span.active:hover.active:after {
    background: #d73200;
}

/*.datepicker-block .datepicker table tr td.day:not(.disabled):hover,
.datepicker-block .datepicker table tr td.day.focused {
    background: transparent;
    color: #fff;
}*/

.datepicker-block .datepicker table tr td.day:not(.disabled):hover:after,
.datepicker-block .datepicker table tr td.day.focused:after {
    background: #d73200;
}

.datepicker-block>.row {
    display: flex;
    flex-wrap: wrap;
}

.datepicker-block>.row .col-sm-6.col-xs-12:first-child {
    width: 570px;
}

.datepicker-block>.row .col-sm-6.col-xs-12 {
    width: 350px;
}

.datepicker .datepicker-switch {
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    transition: ease-in-out 0.2s;
}

.datepicker .datepicker-switch:hover {
    color: #D73200;
    background: none !important;
}


.datepicker-block p {
    font-size: 20px;
}

.datepicker-block strong {
    font-weight: 400;
}

.time-block .time-wrap {
    display: flex;
    justify-content: space-between;
}

.time-block .time-wrap:before,
.time-block .time-wrap:after {
    display: none;
}

.time-block .time-wrap ul {
    float: none;
    width: 152px;
    margin: 0;
}

.time-block .time-wrap ul li {
    position: relative;
}

.datepicker-block .time-block ul li {
    border: 1px solid #000;
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    background: none;
    color: #000;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-in-out 0.2s;
}

.datepicker-block .time-block ul li:hover {
    color: #D73200;
    border-color: #D73200;
}

.datepicker-days tr th.dow {
    font-size: 24px;
    font-weight: 400;
}

.datepicker-days table {
    border: none;
}

/*.time-block .time-wrap ul li:before {
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    background: #fbf7f5;
    border-radius: 50%;
}*/

/*.time-block .time-wrap ul li:after {
    content: "";
    display: none;
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: #fbf7f5;
}

.time-block .time-wrap ul li.active:after {
    background: #373c41;
}

.time-block .time-wrap ul li.active:after {
    display: block;
}*/

.time-block .time-wrap ul li.active {
    background-color: transparent;
    color: #D73200;
    border-color: #D73200;
}

.time-block .time-wrap .time-interval:hover {
    background: none;
}

.ribbonmobile {
    line-height: 1.1;
    padding: 0 15px 15px;
    margin: 0 0 30px;

    font-family: "GaggenauDisplay", sans-serif;
    font-size: 38px;
    font-weight: 700;
}

.ribbonmobile span {
    font-weight: 400;
    line-height: 1;
}

.form-group:before,
.form-group:after {
    content: "";
    display: table;
}

.form-group:after {
    clear: both;
}

.form-group {
    zoom: 1;
}

.radio1 {
    float: left;
    margin-right: 15px;
    margin-bottom: 5px;
}

/*
.btn-custom,
.btn-custom:active,
.btn-custom:focus,
.btn:active:focus, .btn:focus{
    -webkit-box-shadow: none!important;;
    -moz-box-shadow: none!important;;
    box-shadow: none!important;;
    padding: 0 0 0 9px;
    margin: 0 0 0 0;
    overflow: visible;
    font-weight: bold !important;
    color: #215f8b;
    text-decoration: none;
    outline: none;
    background: none;
    border: none;
}
*/
.btn-custom {
    background: none;
    border: 1px solid #000;
    border-radius: 0;
    padding: 3px 10px 0;
    height: 31px;
    min-width: 126px;
    width: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    color: #000;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    transition: ease-in-out 0.2s;
    justify-content: center;
}

.btn-custom:hover,
.btn:focus {
    border-color: #d73200;
    color: #d73200;
}

.submit-block .btn-custom {
    background: none;
    border: none;
}

.submit-block {
    display: inline-block;
    float: right;
    position: relative;
    border-bottom: 2px solid #009bd9;
    background: #00639a;
    overflow: hidden;
}

.submit-block:hover {
    border-color: #00639a;
}

.btn-custom:hover:before,
.submit-block:hover:before {
    opacity: .1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}


/*.btn-custom:before {
    right: 9px;
    left: auto;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 7px;
    width: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}*/

.reg-block .btn-custom {
    /*width: 89%;*/
    text-align: left;
    margin-top: 6px;
    border-bottom: 2px solid #009bd9;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: rgb(0, 155, 217);
    /*position: relative;*/
}

.form-group label {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
    font-weight: 400;
}

.form-group label.error {
    display: block;
    padding-left: 0;
    margin-top: 10px;
}

.validation-error-wrapper label.error {
    margin-top: 5px;
}

label.required:after {
    color: #000;
}

.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 570px;
    max-width: 90%;
    font-size: 16px;
    height: 29px;
    line-height: normal;
    color: #64696E;
    border: 1px solid #000;
    background: none;
}

.form-control::placeholder {
    color: #64696E;
    font-size: 16px;
}

.form-control:focus {
    background: #fbf7f5;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #000;
}

label.error,
.login-error {
    color: #cc0000;
}

.has-error .form-control,
.has-error .form-control:focus {
    border-color: #cc0000;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.checkbox1 label:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    top: 5px;
    background: none;
    padding-left: 1px;
    padding-top: 2px;
    outline: 1px solid #000;
}

.checkbox1 label:hover:before {
    border-color: #000;
}

input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

input[type="checkbox"]:checked+label:before {
    content: '\e022';
    font-family: 'icons';
    text-align: center;
    color: #fbf7f5;
    background: #000;
    font-size: 18px;
}

input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.radio1 label,
label.radio-wrap {
    padding-left: 30px;
    padding-top: 3px;
    margin: 0;
}

.radio1 label:before,
span.custom-radio:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    background: none;
    outline: 1px solid #000;
    left: 0;
    top: 0;
    border-radius: 50%;
}

.radio1 label:after,
span.custom-radio:after {
    content: "";
    display: none;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    background: #000 content-box;
    border-radius: 50%;
    border: 3px solid transparent;
}

.radio1 input[type="radio"]:checked+label:after,
input[type="radio"]:checked+span.custom-radio:after {
    display: block;
}

.radio1 input[type="radio"]:checked+label:before,
input[type="radio"]:checked+span.custom-radio:before {
    /*background: #007BC0;*/
    /*content: url("../img/radio-checked.svg");*/
}

input[type="checkbox"]:not(checked)+label {
    position: relative;
    padding: 3px 0 0 30px;
}

.main-content {
    width: 100%;
    max-width: 932px;
    margin: 15px auto;
    /* background-color: #F1F1F1;
     border: 1px solid #C3C3C4; */
    padding: 20px;
}

.top-text {
    margin-bottom: 15px;
}

p {
    margin-top: 0;
    font-size: 16px;
    line-height: 21px;
}

.table-summary td {
    color: #000000;
    font-family: "GaggenauText", sans-serif;
    font-size: 16px;
    padding: 10px 0;
}

.text-left {
    padding-left: 25px;
}

.radio1.radio-v {
    float: none;
}

.modal-footer {
    display: flex;
    justify-content: space-between;
}

.modal-footer .btn-wrap button {
    min-width: 84px;
    justify-content: center;
}