/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* OWN RESET */
input,
textarea,
button {
    outline: 0;
}
a,
.link--unstyled {
    text-decoration: none;
    color: #1a202e;
}
.link--unstyled:hover {
    text-decoration: none;
}
a {
    color: #d16826;
}
a:hover {
    text-decoration: underline;
}
.btn {
    text-decoration: none;
    transition: color 0.3s ease, background-color 0.3s ease, border 0.3s ease;
}
.btn:hover {
    text-decoration: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
svg g use {
    transition: fill 0.3s ease;
}
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
}
.clearfix:after {
    clear: both;
}
/* GLOBAL SETTINGS */
.container {
    width: 73.125rem;
    margin: 0 auto;
}
html {
    font-family: "Lato", sans-serif;
}
button {
    transition: color 0.3s ease, background-color 0.3s ease, border 0.3s ease;
}
/* UTILITIES */
.linkback {
    display: inline-block;
    font-size: 0.938rem;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    padding: calc(1rem - 1px) calc(2rem - 1px);
    background-color: #bbc0c6;
    border-radius: 0.125rem;
    border: 1px solid #bbc0c6;
}
.header__contflx .linkback {
    background: #1a202e;
    border: 1px solid #1a202e;
}

.linkback:hover {
    background: #ffffff;
    color: #bbc0c6;
}
.header__contflx .linkback:hover {
    color: #1a202e;
    border: 1px solid #fff;
}
.content {
    min-height: calc(100vh - 6.1875rem);
    background-color: #fff;
    overflow-y: hidden;
}
.content--nakedpage {
    padding-top: 3.1875rem;
    min-height: calc(100vh - 6.1875rem - 3.1875rem);
}
.mainflx {
    display: flex;
    justify-content: space-between;
}
.mainflx__head {
    width: calc(100% - 16.813rem - 2rem);
}
.mainflx__head--fixedbuttons {
    padding-bottom: 100px;
}
.mainflx__aside {
    width: 16.813rem;
}
.infotext {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2rem;
    color: #7e868f;
}

#ride_length_section .infotext,
#buy_more_section .infotext {
    font-size: 22px;
    color: #d16826;
    line-height: 30px;
}

/* HEADER */
.header__flx {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}
.header__logoimg {
    width: 160px;
    height: 50px;
    object-fit: contain;
}
.header__phonetext {
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #fff;
}
.header__phoneopen {
    font-weight: 400;
    color: #fff;
}
.header__phone,
.header__contflx,
.header__languages {
    display: flex;
    align-items: center;
}
.header__phoneimg {
    width: 1.563rem;
    height: 1.563rem;
    object-fit: contain;
    margin-right: 1.25rem;
}
.header__separator {
    width: 1px;
    height: 1.563rem;
    background-color: #fff;
    margin: 0 1.5625rem 0 2.875rem;
}
.header__lang {
    font-size: 0.875rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
}
.header__lang:hover {
    color: #d16826;
}
.header__lang--active {
    color: #d16826;
}
.header__lang--active:hover {
    color: #d16826;
}
.header__langseparator {
    width: 1px;
    height: 1rem;
    background-color: #7e868f;
    margin: 0 0.5rem;
}
.header__languages {
    margin: 0 3.125rem 0 0;
}
.header {
    padding: 2px 0 8px 0;
    position: relative;
    background: black;
}

.header .bgleft {
    position: absolute;
    left: -390px;
    top: 0;
    height: calc(100% - -1px);
    width: 50vw;
    background-color: #fff;
    transform: skew(30deg);
}

.header__logolink {
    position: relative;
}

/* GLOBAL ELEMENTS */
.maincell {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #ececec;
    border-radius: 0.125rem;
}
.maincell:nth-child(n + 2) {
    margin-bottom: 2rem;
}
.spec-pad {
    margin-bottom: 0 !important;
}
.maincell__title {
    font-size: 2rem;
    font-weight: 700;
    margin: 2rem 0;
}
.maincell__title::before {
    display: none;
    content: "";
    position: absolute;
    left: -10px;
    top: -14px;
    background: rgba(0, 0, 100, 0.05);
    width: 60px;
    height: 60px;
    transform: skew(15deg);
}
.upsell {
    text-align: left;
}
.maincell--padding {
    padding: 30px;
    width: 100%;
}
.maincell--padding .maincell__title {
    margin: 0 0 2rem 0;
}
.asidecell {
    border: 1px solid #ececec;
    border-radius: 0.125rem;
    background-color: #f6f7fa;
}
.asidecell__title {
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #ffffff;
    padding: 1.25rem 0 1.25rem 1.25rem;
    border-bottom: 1px solid #ececec;
}
.asidecell__phone {
    display: inline-flex;
    margin: 1.25rem 0 1.5rem 1.25rem;
}
.asidecell__phoneimg,
.asidecell__mailimg {
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin-right: 10px;
}
.asidecell__mail {
    display: inline-flex;
    align-items: center;
    margin: 0 0 1.5rem 1.25rem;
}
.asidecell__mail:hover {
    color: #d16826;
}
.asidecell__phonetext {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.asidecell__mailtext {
    font-size: 1rem;
    font-weight: 700;
}
.asidecell__phoneopen {
    font-size: 0.875rem;
    font-weight: 400;
    color: #7e868f;
}
.action {
    color: #ffffff;
    background-color: #d16826;
    padding: calc(1rem - 1px) calc(2rem - 1px);
    font-size: 0.938rem;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #d16826;
    border-radius: 0.125rem;
    cursor: pointer;
}
.action:hover {
    color: #d16826;
    background-color: #ffffff;
}

/* INPUT STYLE*/
.inpfield {
    display: flex;
    flex-direction: column;
}
.inpfield__title {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
    color: #7e868f;
}
.inpfield__enter {
    font-size: 0.875rem;
    font-weight: 400;
    padding: 1rem 1.25rem;
    border-radius: 0.125rem;
    border: 0.063rem solid #ececec;
}
/* CHECKBOX STYLE */
.check__checkbox {
    opacity: 0;
    position: absolute;
}
.check__flx {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}
.check__flx:hover .check__box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url("/img/check.png") no-repeat center 3px #ffffff;
    background-size: 14px;
    opacity: 0.2;
}
.check__text {
    font-size: 0.875rem;
    font-weight: 400;
}
.check__box {
    width: 1.2rem;
    min-width: 1.2rem;
    height: 1.2rem;
    border: 1px solid #ececec;
    background: #ffffff;
    margin-right: 10px;
    position: relative;
}
.check__checkbox:checked + .check__flx .check__box {
    background: url("/img/check.png") no-repeat center 3px #ffffff;
    background-size: 14px;
    border: 1px solid #d16826;
}

/* RESERVATION PAGE */
.voucher {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.action--reservation {
    height: 3.125rem;
}
.inpfield--reservation {
    width: calc(100% - 10.5625rem);
}
.maincell--reservation {
    padding-bottom: 3.75rem;
}
/* VALIDATION MESSAGES */
.message {
    width: calc(100% - 10.5625rem - 4px);
    display: flex;
    position: absolute;
    align-items: center;
    left: 0;
    top: 75px;
    background-color: #f6f7fa;
    border: 2px solid #ececec;
    border-radius: 0.125rem;
}
.message__line {
    width: 3px;
    background-color: #e6240b;
    align-self: stretch;
}
.message__circe {
    width: 1.563rem;
    height: 1.563rem;
    display: block;
    flex-shrink: 0;
    border-radius: 50%;
    background: url("/img/message__cross.png") no-repeat center center #e6240b;
    margin: 0.5rem 0.75rem 0.5rem 1.5rem;
}
.message__title {
    font-size: 0.875rem;
    font-weight: 700;
    color: #e6240b;
}
.message__text {
    padding: 0.5rem;
    font-size: 0.875rem;
    font-weight: 400;
}
.message::after,
.message::before {
    width: 0;
    height: 0;
    content: "";
    display: block;
    position: absolute;
    left: 1.75rem;
    border-style: solid;
    border-width: 10px;
}
.message::before {
    top: -22px;
    border-color: transparent transparent #ececec transparent;
}
.message::after {
    top: -19px;
    border-color: transparent transparent #f6f7fa transparent;
}
.message--ok .message__circe {
    background: url("/img/message--ok.png") no-repeat center center #00c853;
}
.message--ok .message__line {
    background-color: #00c853;
}
.message--ok .message__title {
    color: #00c853;
}
/* STEPS ORDER POINTER */
.steps {
    width: calc(100% - 2 * 14.69%);
    margin: 0 auto 2rem;
    position: relative;
}
.steps__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.steps__step {
    width: 3.25rem;
    height: 3.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 0.938rem;
    font-weight: 700;
    color: #ffffff;
    background-color: #bbc0c6;
    position: relative;
    z-index: 1;
    flex-shrink: 0;
}
.steps__linker {
    position: absolute;
    top: 50%;
    left: calc(3.25rem / 2);
    width: calc(100% - 3.25rem);
    height: 3px;
    transform: translateY(-50%);
    background-color: #bbc0c6;
}
.steps__step--active {
    background-color: #d16826;
    border: 8px solid #faa99e;
}
.steps__step--active::after {
    content: "";
    position: absolute;
    top: -14px;
    left: -14px;
    right: -14px;
    bottom: -14px;
    border: 6px solid #fde4e1;
    border-radius: 50%;
}
/* RADIO BOXES STYLED */
.stylbox__radio {
    opacity: 0;
    position: absolute;
    top: 80%;
    left: 50%;
}
.stylbox__flx {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.stylbox {
    width: 14.063rem;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 2px;
    border: 2px solid #e6e6e6;
    margin: 1.25rem;
    box-shadow: 0 0 0.625rem rgba(26, 32, 46, 0.08);
    transition: box-shadow 0.3s ease, border 0.3s ease;
}
.radiobox {
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
}
.stylbox:not(.stylbox--nohover) {
    cursor: pointer;
}
.stylbox__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.stylbox__picts {
    height: 79px;
}
.stylbox__picts img {
    max-height: 79px;
}
.stylbox__pic {
    align-self: flex-start;
}
.stylbox__pic--multiplecars {
    width: 66px;
}
.stylbox__title {
    font-size: 0.875rem;
    font-weight: 400;
    color: #7e868f;
    text-align: center;
}
.stylbox__value {
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding: 0 10px;
}
.stylbox:not(.stylbox--nohover):hover {
    box-shadow: 0 0 0.625rem #d16826;
}
.stylbox__radio:checked + .stylbox {
    border: 2px solid #d16826;
}
.stylbox__separator {
    font-size: 0.938rem;
    font-weight: 400;
    margin: 0 1.125rem;
}
.stylbox__lab {
    position: relative;
}
.stylbox__round {
    width: 3rem;
    height: 3rem;
    background: url("/img/flying.png") no-repeat center center;
    position: relative;
    background-size: contain;
    margin-bottom: 10px;
}
.stylbox__roundtext {
    min-width: 1.25rem;
    font-size: 1rem;
    font-weight: 700;
    position: absolute;
    top: 0.8125rem;
    right: 1.1875rem;
    text-align: center;
}
.infotext--undertitle {
    margin: -1rem auto 3.125rem auto;
}
.upsell__userchoices,
.upsell__titleflx {
    display: inline-flex;
}
.upsell__title {
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 1rem 0.75rem 0;
}
.upsell__price {
    font-size: 1rem;
    white-space: nowrap;
    font-weight: 700;
}
.upsell__userchoices {
    margin: 1rem 0 2rem 0;
}
.upsell__service {
    border-bottom: 1px solid #ececec;
    margin-bottom: 1.375rem;
}
.upsell__service:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}
.check__cont--beforenext {
    margin-right: 2rem;
}
.buttons {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 16.813rem - 2rem);
    padding: 10px 30px;
}
.summary__image {
    max-width: 100%;
    max-height: 2rem;
    object-fit: contain;
}
.smaller .summary__image {
    max-height: 1.2rem;
}
.summary__imgcont {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2rem;
    margin-right: 10px;
}
.summary__imgcont.smaller {
    height: 1.2rem;
}
.summary__text {
    font-size: 0.875rem;
    font-weight: 400;
}
.summary__item {
    display: inline-flex;
    align-items: center;
    padding: 10px 0;
}
.summary {
    margin: 0 20px;
    padding: 5px 0;
    display: flex;
    flex-direction: column;
}
.summary:not(:last-child) {
    border-bottom: 3px solid #dcdee4;
}
.asidecell--summary {
    margin-bottom: 1.25rem;
}
.stylbox--voucher,
.stylbox--voucher:hover {
    box-shadow: none;
    cursor: auto;
}
.upsell__sold {
    width: 1.563rem;
    height: 1.563rem;
    display: block;
    border-radius: 50%;
    background: url("/img/checkmark-small.png") no-repeat center center #00c853;
    margin-right: 0.5rem;
}
.upsell__soldtext {
    font-size: 0.875rem;
    font-weight: 400;
    color: #00c853;
    align-self: center;
}
/* PLACE RESERVATION PAGE */
.stylbox--place {
    height: 8.75rem;
}
.stylbox__place {
    font-size: 0.875rem;
    font-weight: 400;
    margin: 10px 0;
}
.stylbox__picts--place {
    display: flex;
    align-items: center;
    height: 4rem;
    position: relative;
}
.stylbox__pointer--sk {
    position: absolute;
    left: 17px;
    top: 11px;
}
.stylbox__pointer--cr {
    position: absolute;
    left: 43px;
    top: 26px;
}
.stylbox__radio:checked + .stylbox--place .stylbox__map g use {
    fill: #1a202e;
}
.stylbox__radio:checked + .stylbox--place .stylbox__pointer g use {
    fill: #d16826;
}
/* DATE BOXES */
.stylbox--date {
    height: 4.688rem;
    width: 180px;
    margin: 1rem;
}
.stylbox__flxdate {
    display: flex;
    justify-content: center;
    align-items: center;
    width: inherit;
    height: inherit;
}
.stylbox__flxdate--full {
    opacity: 0.2;
    background-color: #b9b9b9;
}
.stylbox__flxdate--full__overlay {
    position: absolute;
    text-transform: uppercase;
    width: 100%;
    left: 0;
}
.stylbox__calendar {
    margin: 0 15px;
}
.stylbox__dateday {
    flex-grow: 1;
}
.stylbox__daynumber {
    font-weight: 700;
}
.stylbox__radio:checked + .stylbox--date .stylbox__calendar g use {
    fill: #d16826;
}
.stylbox__flxdate--full .stylbox__calendar g use {
    fill: #757575;
}

.timetable {
    text-align: center;
    border: 1px solid #e6e6e6;
    border-collapse: separate;
    border-bottom-width: 0;
}

.timetable td {
    vertical-align: middle;
    position: relative;
}
.timetable__hourcell {
    width: 50px;
    font-size: 30px;
    border-bottom: 1px solid #e6e6e6;
}

.timetable__minutecell {
    padding: 0 10px;
}

.timetable__hourcell,
tr:nth-child(6n) .timetable__minutecell {
    border-bottom: 1px solid #e6e6e6;
}

.timetable__contentcell {
    border: 1px solid #e6e6e6;
    border-top-width: 0;
    border-right-width: 0;
    height: 28px;
    min-width: 355px;
}

.timetable__contentcell--available:hover,
.timetable__contentcell--active {
    background-color: #b3efcc;
}

.timetable__contentcell--unavailable {
    background-color: #e9ebed;
}

.timetable__contentcell--reserved {
    background-color: #e9ebed;
}

.timetable__contentcell--selfReserved {
    background-color: #00c853;
}

.timetable__contentcell--active,
.timetable__contentcell--selfReserved,
.timetable__contentcell--available {
    cursor: pointer;
}

.timetable__contentcell--reserved,
.timetable__contentcell--unavailable {
    cursor: no-drop;
}

.timetable__popup {
    position: absolute;
    left: calc(100% - 15px);
    box-shadow: 0 0 10px rgba(26, 32, 46, 0.1);
    padding: 20px 35px;
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #ffffff;
    z-index: 1;
    top: 0;
}

.timetable__popup__selectedcar {
    padding: 20px 15px;
}

.timetable__popup::before {
    right: 100%;
    top: 0;
    border-color: transparent #ececec transparent transparent;
}

.timetable__popup::after {
    right: calc(100% - 1px);
    top: 0;
    border-color: transparent #ffffff transparent transparent;
}

.timetable__popup::after,
.timetable__popup::before {
    width: 0;
    height: 0;
    content: "";
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 18px;
}

.timetable__legend {
    display: flex;
    margin: 40px 0;
}

.timetable__legend__colorblock {
    width: 79px;
    height: 28px;
    border: 1px solid #e3e3e3;
    margin-right: 10px;
}

.timetable__legend__colorblock--available {
    background-color: #ffffff;
}

.timetable__legend__colorblock--unavailable {
    background-color: #e9ebed;
}

.timetable__legend__colorblock--yours {
    background-color: #00c853;
}

.timetable__legend__item {
    display: flex;
    align-items: center;
    margin-right: 25px;
}

.inpfield__select {
    border: 1px solid #ececec;
    height: 45px;
    padding: 0 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(/img/selectarrow.svg) no-repeat;
    background-position: calc(100% - 15px) center;
}

.inpfield__select::-ms-expand {
    display: none;
}

.inpfield__select--timetable {
    width: 100%;
    margin-bottom: 10px;
}

.driverdetails {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    flex-wrap: wrap;
}

.inpfield--driverdetails {
    margin-top: 20px;
}

.inpfield__fb50 {
    flex-basis: 50%;
}

.inpfield__fb50--driverdetails {
    flex-basis: calc(50% - 15px);
}

.inpfield__fb100 {
    flex-basis: 100%;
}

.inpfield__textarea {
    resize: vertical;
    min-height: 170px;
    border: 1px solid #ececec;
    resize: none;
    padding: 0.8rem 1.25rem;
}

.check__cont--gdpr {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
}

.maincell--completed {
    background-color: transparent;
    border-color: transparent;
    display: flex;
}

.maincell__title--completed {
    font-size: 40px;
    margin: 0;
    text-align: left;
    height: 55px;
    display: flex;
    align-items: center;
}

.maincell__content--completed {
    margin: 25px 0;
}

.circle--ok {
    width: 55px;
    height: 55px;
}

.circle--ok--completed {
    margin-right: 20px;
}

strong {
    font-weight: 700;
}

.alert {
    background-color: #ffffff;
    border: 1px solid #ececec;
    border-radius: 0.125rem;
    margin-bottom: 30px;
    padding: 30px;
}

.alert--danger {
    background-color: #d16826;
    color: #ffffff;
}

.inpfield--invalid span {
    color: #d16826;
}

.inpfield--invalid input,
.inpfield--invalid textarea {
    border-color: #d16826;
}

.inpfield__errormsg {
    font-size: 0.813rem;
    font-weight: 400;
    margin-top: 0.5rem;
}

#load {
    width: 150px;
    animation: loading 3s linear infinite;
}
#load #loading-inner {
    stroke-dashoffset: 0;
    stroke-dasharray: 300;
    stroke-width: 10;
    stroke-miterlimit: 10;
    stroke-linecap: round;
    animation: loading-circle 2s linear infinite;
    stroke: #d16826;
    fill: transparent;
}
@keyframes loading {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes loading-circle {
    0% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: -600;
    }
}

.container--bottomfixed {
    position: fixed;
    bottom: 0;
}

.stylbox__ridelengthinfo {
    font-size: 0.875rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #7e868f;
}

.available-dates__container {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.available-dates__location {
    padding: 10px 15px 0;
}

.available-dates__location-title {
    padding-bottom: 5px;
}

.available-dates__list {
    margin-top: 5px;
    line-height: normal;
}

#buy_more_section {
    margin-top: -30px;
}

.extratime_content {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.extratime {
    width: 50%;
    padding: 0 15px;
    margin-top: 30px;
}

.extratime input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.extratime label {
    border: 1px solid #e6e6e6;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 15px;
    transition: all 0.3s ease-in-out;
}

.extratime label:hover {
    border: 1px solid #d16826;
}

.extratime .plustime {
    min-width: 6rem;
    width: 6rem;
    height: 6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid #e6e6e6;
    margin-right: 20px;
    box-shadow: 0 0 0.625rem rgba(26, 32, 46, 0.08);
    transition: box-shadow 0.3s ease, border 0.3s ease;
}

.extratime .plustime strong {
    font-size: 24px;
}

.extratime label:hover .plustime,
.extratime input:checked ~ label .plustime {
    border: 2px solid #d16826;
}

.extratime input:checked ~ label {
    border: 1px solid #d16826;
}

.info_extra_time p {
    font-size: 16px;
    margin: 10px 0;
    color: #232323;
}

.info_extra_time strong {
    margin-right: 10px;
    font-size: 20px;
}

.info_extra_time .time_p {
    color: d16826;
}

.info_extra_time .time_p strong {
    font-size: 22px;
    color: #d16826;
}

.info_extra_time .time_p span {
    display: inline-block;
    text-decoration: line-through;
}
.tetxinfo {
    line-height: 24px;
}

@media (max-width: 1200px) {
    .container {
        width: 100%;
        padding: 0 15px;
    }
    .container--bottomfixed {
        padding: 0;
    }
    .stylbox__lab:last-of-type:nth-child(3n + 4) {
        margin-right: 0;
    }
    .buttons {
        width: calc(100% - 331px);
    }
    .new-style {
        width: 100%;
        padding: 0 30px;
    }
    .header .bgleft {
        width: 610px;
    }
    .extratime .plustime {
        min-width: 5rem;
        width: 5rem;
        height: 5rem;
        margin-right: 15px;
    }
    .info_extra_time p {
        font-size: 15px;
    }
}
@media (max-width: 1023px) {
    .mainflx__aside,
    .mainflx__head,
    .buttons {
        width: 100%;
    }
    .mainflx {
        flex-wrap: wrap;
    }
    .mainflx__aside {
        padding-bottom: 70px;
    }
    .mainflx__head--fixedbuttons {
        padding-bottom: 0;
    }
    .content--nakedpage {
        min-height: calc(100vh - 6.1875rem);
    }
    .check__cont--gdpr {
        padding: 0 30px;
        margin: 15px 0;
    }
    .asidecell {
        border-bottom: 0;
    }
    .asidecell--summary {
        margin-bottom: 0;
    }
    .summary__imgcont {
        margin-left: 0;
    }
    .header__separator {
        margin: 0 30px;
    }
}
@media (max-width: 768px) {
    .inpfield__enter {
        height: 40px;
    }
    .inpfield__title {
        margin-bottom: 10px;
    }
    .header__contflx.linkback {
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
    }
    .timetable {
        width: 100%;
    }
    .container--bottomfixed {
        left: 0;
    }
    .buttons {
        padding: 10px 15px;
    }
    .stylbox {
        width: 100%;
        margin: 10px 0;
    }
    .stylbox__flx {
        margin: 0 -10px;
    }
    .stylbox__lab {
        width: 50%;
        padding: 0 10px;
    }
    #ride_dates_section .stylbox {
        height: 5rem;
    }
    #ride_length_section .stylbox {
        height: auto;
    }
    #ride_length_section .stylbox__lab {
        width: auto;
    }
    .stylbox__picts--place {
        margin: 10px 0 0 0;
        height: 4rem;
    }
    .stylbox__box {
        text-align: center;
    }
    .stylbox__round {
        margin: 1rem auto 1rem auto;
    }
    .header__phone,
    .header__separator {
        display: none;
    }
    .header__languages {
        margin-right: 20px;
    }
    .content--nakedpage {
        padding-top: 30px;
    }
    .maincell--reservation {
        margin-bottom: 30px;
    }
    .voucher {
        width: 100%;
    }
    .asidecell__title {
        padding: 20px 15px;
    }
    .header__logoimg {
        width: 100px;
        height: auto;
    }
    .maincell--reservation {
        padding-bottom: 30px;
    }
    .steps {
        width: 100%;
        padding: 0 15px;
    }
    .maincell--available-dates {
        padding: 30px 15px 15px 15px;
    }
    .upsell__service {
        padding-bottom: 15px;
    }
    .maincell--padding.spec-pad {
        padding: 30px 15px 0 15px;
    }
    .infotext--undertitle {
        margin: -1rem auto 30px auto;
    }
    .timetable__legend {
        margin: 30px 0;
    }
    .timetable__legend__item {
        margin-right: 15px;
    }
    .asidecell {
        border-bottom: 0;
    }
    .new-style {
        text-align: center;
        padding: 0 15px;
    }
    .maincell__title--completed {
        text-align: center;
        height: auto;
    }
    .new-style .maincell--reservation {
        flex-direction: column;
        align-items: center;
        padding-bottom: 0;
    }
    .circle--ok--completed {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .timetable__popup {
        left: 0;
        top: 28px;
        width: 100%;
        padding: 10px 15px;
    }
    .timetable__popup::before {
        right: 50%;
        top: -26px;
        margin-left: -9px;
        border-color: transparent transparent #ececec transparent;
    }
    .timetable__popup::after {
        right: 50%;
        top: -25px;
        margin-left: -9px;
        border-color: transparent transparent #fff transparent;
    }
    .dev-mrgbot {
        margin-bottom: 30px;
    }
    .header .bgleft {
        left: -20px;
        width: 160px;
    }
    .header {
        padding: 0;
    }
    .inpfield--driverdetails {
        margin: 10px 0;
    }
    .timetable__legend__colorblock {
        width: 50px;
    }
    .action,
    .linkback {
        padding: 0 20px;
        height: 40px;
        line-height: 40px;
    }
    #ride_length_section .radiobox {
        width: 8rem;
        height: 8rem;
    }
    .extratime label {
        padding: 10px;
    }
    .extratime .plustime {
        min-width: 4rem;
        width: 4rem;
        height: 4rem;
        margin-right: 10px;
        font-size: 14px;
    }
    .info_extra_time p {
        font-size: 14px;
    }
    .info_extra_time strong {
        font-size: 18px;
    }
    .extratime .plustime strong {
        font-size: 22px;
    }
    .info_extra_time .time_p strong {
        font-size: 20px;
    }
    .maincell__title {
        font-size: 24px;
    }
    .maincell--padding .maincell__title {
        margin-bottom: 20px;
    }
    .maincell--padding {
        padding: 25px 15px 15px 15px;
    }
    .extratime_content {
        margin: 0 -10px;
    }
    .extratime {
        padding: 0 10px;
        margin-top: 20px;
    }
    #buy_more_section {
        margin-top: -15px;
    }
}
@media (max-width: 540px) {
    .maincell--padding {
        padding: 25px 15px 10px 15px;
    }
    .circle--ok--completed {
        margin-bottom: 0;
    }
    .new-style .maincell__title {
        margin: 15px 0;
    }
    .timetable__legend {
        flex-direction: column;
    }
    .timetable__legend__item {
        margin: 5px 0;
    }
    .stylbox {
        height: auto;
    }
    .btn {
        font-size: 0.8rem;
    }
    .buttons .btn,
    .new-style .btn {
        font-size: 0.9rem;
    }
    .inpfield--reservation {
        width: calc(100% - 120px);
    }
    .action--reservation {
        width: 120px;
        padding: 0;
        text-align: center;
    }
    .header__logoimg {
        width: 80px;
    }
    .stylbox__lab {
        width: 100%;
    }
    .upsell__userchoices {
        flex-wrap: wrap;
    }
    .check__cont--beforenext {
        width: 100%;
        margin: 5px 0;
    }
    .timetable {
        width: 100%;
    }
    .timetable__contentcell {
        min-width: auto;
        font-size: 12px;
    }
    .timetable__legend {
        margin: 20px 0;
    }
    .inpfield__fb50--driverdetails {
        width: 100%;
    }
    .inpfield__fb50--driverdetails {
        flex-basis: 100%;
    }
    .inpfield__enter {
        padding: 0.8rem 1.25rem;
    }
    .message {
        width: auto;
        flex-direction: column;
        margin: 0 15px;
    }
    .message__circe {
        margin: 7px 0 0 0;
    }
    .stylbox__picts {
        height: 60px;
    }
    .stylbox {
        padding: 10px;
    }
    .extratime {
        width: 100%;
    }
    .check__cont--gdpr {
        padding: 0;
        justify-content: flex-start;
    }
    .infotext {
        font-size: 13px;
    }
}

@media (max-width: 420px) {
    .maincell--padding {
        padding: 20px 10px 10px 10px;
    }
    .header .bgleft {
        width: 130px;
    }
    .stylbox__picts img {
        max-height: 60px;
    }
}


/* step 2 test */

.airport_cities{
    display: none;
}

/* step 2 test */
