.ranges {
    font-size: 11px;
    float: none;
    margin: 4px;
    text-align: left;
}
.ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
.ranges li {
    font-size: 13px;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    color: #08c;
    padding: 3px 12px;
    margin-bottom: 8px;
    cursor: pointer;
}
.ranges li:hover {
    background-color: #08c;
    border: 1px solid #08c;
    color: #fff;
}
.ranges li.active {
    background-color: #08c;
    border: 1px solid #08c;
    color: #fff;
}
.order__mark {
    border: 8px solid #d9e3e9;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-top: 2.4rem;
    padding: 2rem .5rem;
    line-height: 1.8;
    margin-bottom: 2rem;
}
.order__mark-name {
    display: block;
    font-family: 'PT Sans Bold', sans-serif;
    font-weight: 700;
    color: #3c465f;
    font-size: 1.5rem;
}
.order__tabs {
    margin-bottom: 1rem;
}
.order__tabs-list {
    list-style-type: none;
    padding: 0;
    display: inline;
}
.order__tabs-list-name {
    font-family: 'Open Sans Bold', sans-serif;
    font-weight: 700;
}
.order__tabs-list-item {
    display: inline-block;
}
.order__tabs-list-item-link {
    text-decoration: underline;
    font-family: 'Open Sans Bold', sans-serif;
    font-weight: 700;
    padding: .2rem .5rem;
    color: #3c465f;
}
.order__tabs-list-item-link:active {
    background-color: #eebc55;
    text-decoration: none;
    color: white;
}
.order__tabs-list-item-link:hover {
    background-color: #eebc55;
    color: white;
    text-decoration: none;
}
.order__form {
    background-color: #5e6c8e;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.order__form .row {
    margin-bottom: .5rem;
}
.order__form-title-text {
    color: white;
    font-family: 'Open Sans Bold', sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
}
.order__form-group {
    color: white;
}
.order__form-group-checkbox {
    margin-top: .5rem;
    color: #fff;
    margin-left: .5rem;
}
.order__form-group-checkbox label {
    position: relative;
    margin-bottom: 0;
    bottom: -5px;
}
.order__form-group-checkbox label:nth-of-type(2n) {
    position: relative;
    bottom: 2px;
    left: -6px;
}
.order__form-group-checkbox label:nth-of-type(3) {
    margin-left: 10px;
}
.order__form-group-name {
    color: white;
}
.order__form-group-field {
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
    height: 2.56rem;
    border-radius: 0;
    -webkit-appearance: none;
    border: 0;
}
.order__form-group-field_small {
    width: 69%;
}
.order__form-group-select {
    display: inline-block;
    color: black;
}
.order__form-group-select_big {
    width: 100%;
}
.order__form-group-select_midi {
    width: 30%;
}
.order__form-group-select_small {
    width: 5rem;
}
.order__form-group-radio {
    width: 23px;
    height: 23px;
    margin-right: 8px;
    margin-top: 5px;
    border-radius: 100%;
}
.order__form-group-radio:checked+.order__form-group-label>.order__form-group-label-checker>.order__form-group-label-checker-icon {
    display: block;
}
.order__form-group-label {
    margin: 0;
    vertical-align: bottom;
    margin-right: 1rem;
}
.order__form-group-label-checker {
    width: 1.5rem;
    height: 1.5rem;
    background-color: white;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.order__form-group-label-checker-icon {
    color: black;
    display: none;
    margin: 0;
    padding: 0;
}
.order__form-textarea {
    width: 100%;
    -webkit-appearance: none;
    border-radius: 0;
    padding: 1rem;
}
.order__form-final {
    color: white;
}
.order__form-final-policy {
    color: #fff;
    line-height: 1.3rem;
    margin-bottom: 1rem;
}
.order__form-final-policy-link {
    color: white;
    text-decoration: underline;
}
.order__form-final-policy-link:hover {
    color: #eebc55;
}
.order__form-final-policy-check {
    display: none;
}
.order__form-final-policy-check-2 {
    height: 20px;
    width: 20px;
    border-radius: 0;
    float: left;
    margin-right: .3rem;
}
.order__form-final-policy-check:checked+.order__form-final-policy-label>.order__form-final-policy-label-group>.order__form-final-policy-label-group-icon {
    display: block;
}
.order__form-final-policy-label {
    vertical-align: bottom;
}
.order__form-final-policy-label-group {
    width: 1.5rem;
    height: 1.5rem;
    background-color: white;
    color: black;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1rem;
}
.order__form-final-policy-label-group-icon {
    color: black;
    display: none;
    margin: 0;
    padding: 0;
}
.order__form-final .custom-btn {
    max-width: 100%;
    font-size: 12px;
}
.fugit-input {
    width: 2ch;
    outline: none;
    text-align: center;
}
.fugit-input:focus {
    background-color: Highlight;
    background-color: -moz-dragtargetzone;
}
.fugit-hours {
    text-align: right;
}
.fugit-minutes {
    text-align: left;
}
.nice-select {
    color: #000;
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 2.56rem;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}
.nice-select:hover {
    border-color: #dbdbdb;
}
.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #999;
}
.nice-select:after {
    content: '\25bf';
    text-align: center;
    color: black;
    display: block;
    height: 100%;
    width: 2.56rem;
    border-left: 1px solid rgb(196, 196, 196);
    right: 0;
    top: 0;
    pointer-events: none;
    position: absolute;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.nice-select.open .list {
    width: 100%;
    color: #000;
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}
.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}
.nice-select.disabled:after {
    border-color: #cccccc;
}
.nice-select.wide {
    width: 100%;
}
.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}
.nice-select.right {
    float: right;
}
.nice-select.right .list {
    left: auto;
    right: 0;
}
.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}
.nice-select.small:after {
    height: 4px;
    width: 4px;
}
.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}
.nice-select .list {
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}
.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #f6f6f6;
}
.nice-select .option.selected {
    font-weight: bold;
}
.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}
.no-csspointerevents .nice-select .list {
    display: none;
}
.no-csspointerevents .nice-select.open .list {
    display: block;
}
img.calendar-icon {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 25px;
    height: 25px;
}
.form_accepted {
    text-align: center;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
}
.popup {
    display: none
}
.form-errors {
    font-size: 1.2rem;
    padding: 0 1rem;
    font-weight: 600;
}
.form-errors .errortext {
    color: #fdd023 !important
}
.order__form .custom-btn {
    width: 100%;
    padding: 0;
    max-width: 14rem
}
.modal-success {color: #fff; font-size: 20px;}
.capcha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*margin-bottom: 40px;*/
}
.capcha .inputtext {
    width: 180px;
    border-radius: 0;
    padding-left: 1rem;
}
.form-required.starrequired {color: red}
@media screen and (max-width:992px) {
    .order__tabs-list-item-link {padding-left: .1rem;}
}
@media screen and (max-width:768px) {
    .capcha {margin-bottom: 0;}
}
@media screen and (max-width:768px) and (min-width:576px) {
    .nice-select {padding-left: 5px;}
}
@media screen and (max-width:767px) {
    .order__tabs-list-item-link {padding-left: .1rem;padding-right: .1rem;font-size: .8rem;}
}
@media screen and (max-width:496px) {
    .order__form-group-field_small {width: 100%;}
    .order__form-group-select_midi {width: 100%;margin-bottom: 5px;}
}