@import url('https://fonts.googleapis.com/css2?family=Overpass:wght@100..900&display=swap');

/*@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")
}*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400;700&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")
}

.time-block ul li.active {
    background-color: #cddb29 !important;
}

.time-block ul li {
    border: none !important;
    background: #f3f3f4;
    border-radius: 10px;
    color: #242427;
    font-size: 15px;
}

.datepicker-days,
.datepicker-months,
.datepicker-years {
    background-color: #f3f3f4;
    border-radius: 10px;
    overflow: hidden;
}

.datepicker table tr td span:hover {
    background: #e7e97f !important;
}

.datepicker thead {
    border-bottom: 1px solid #ccc;
}

.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-color: #e5e5e5;
}

.time-interval:hover {
    border-color: #757575 !important;
    background: #e7e97f !important;
}

.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-color: #cddb29 !important;
    border-radius: 5px !important;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused,
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
    background-color: #e7e97f !important;
}


body {
    color: #242427;
    font-family: "Overpass", sans-serif;
    font-size: 15px;
    line-height: 150%;
    background: #fff;
}

.ribbonmobile {
    color: #242427;
    position: relative;
    margin-bottom: 50px;
    padding: 0 15px 15px;
    font-weight: 300;
    font-size: 42px;
    line-height: 64px;
}

a,
a:hover,
a:focus {
    color: #cddb29;
}

h1 {
    color: #242427;
    position: relative;
    margin-bottom: 50px;
    padding: 0 15px 15px;
    font-weight: 300;
    font-size: 42px;
    line-height: 64px;
}

/*h1:after {
    content: '';
    background-color: #75b01e;
    height: 3px;
    width: 20%;
    position: absolute;
    display: block;
    left: 18px;
    top: 100%;
}*/

.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 {
    width: 89%;
    text-align: left;
    margin-top: 6px;
    position: relative;
    background-color: #e7e97f;
    line-height: 1.175;
    min-width: 190px;

    border-radius: 23px;
    font-size: 17px;
    font-weight: 300;
    border: none;
    color: #1e1e1c;
    padding: 10px 16px;
    margin-bottom: 10px;
    max-width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: ease-in-out 0.2s;
    text-align: center;
}

.btn-custom:hover, .btn:focus {
    background-color: #cddb29;
    border-color: #cddb29;
    color: #fff;
}

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

/*.btn-custom:before {
    content: "";
    opacity: 0;
    background-color: #fff;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: -webkit-transform 800ms cubic-bezier(0.38, 0.04, 0.35, 0.96);
    transition: -webkit-transform 800ms cubic-bezier(0.38, 0.04, 0.35, 0.96);
    transition: transform 800ms cubic-bezier(0.38, 0.04, 0.35, 0.96);
    transition: transform 800ms cubic-bezier(0.38, 0.04, 0.35, 0.96), -webkit-transform 800ms cubic-bezier(0.38, 0.04, 0.35, 0.96);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    margin: 0;
    padding: 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;*!
}*/

label {
    font-size: 15px;
    color: #242427;
    position: relative;
    font-weight: 400;
    padding-top: 15px;
}

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

.form-control {
    font-size: 15px;
    border: 1px solid #f3f3f4;
    background: #f3f3f4;
    box-shadow: none;
    border-radius: 10px;
    padding: 15px 20px;
    height: 52px;
}

textarea {
    resize: vertical;
}

.form-control:focus {
    border-color: #70bf54;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

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

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

/*.checkbox1 label:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
    border-bottom: 1px solid #ccc;
    background: #f7f7f7;
    padding-top: 3px;
}

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

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

input[type="checkbox"]:checked + label:before {
    content: '\e022';
    font-family: 'icons';
    border-color: #75b01e;
    text-align: center;
    color: #757575;
    font-size: 16px;
}*/

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

/*.radio1 label,
label.radio-wrap {
    padding-left: 30px;
}

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

.radio1 label:after,
span.custom-radio:after {
    content: "";
    display: none;
    width: 10px;
    height: 10px;
    background: #00639a;
    position: absolute;
    left: 5px;
    border-radius: 50%;
    top: 5px;
}

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

select, input, textarea {
    -webkit-appearance: auto;
}

input[type="radio"],
input[type="checkbox"] {
    width: 24px;
    height: 24px;
    margin: 0 10px 0 0;
}

.checkbox1 {
    display: flex;
    margin-bottom: 10px;
}

.checkbox1 label {
    padding: 0;
    margin: 0;
}

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

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

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

.table-summary td {
    color: #000000;
    font-family: "Overpass", sans-serif;
    font-size: 12px;
}

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

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