/* 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: #f7523c;
}
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;
}
.action.btn:disabled {
    opacity: 0.5;
    cursor: progress;
}
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: #f6f7fa;
    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: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
    color: #7e868f;
}

/* HEADER */
.header__flx {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__logoimg {
    width: 8.375rem;
    height: 5.438rem;
    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: #f7523c;
}
.header__lang--active {
    color: #f7523c;
}
.header__lang--active:hover {
    color: #f7523c;
}
.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: #f6f7fa;
	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: 1rem;
}
.maincell__title {
    font-size: 1.875rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin: 2rem auto;
		position: relative;
		display: inline-block;
}
.maincell__title::before {
	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;
}
.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 {
    width: 1.188rem;
    height: 1.188rem;
    object-fit: contain;
    margin-right: 1.375rem;
}
.asidecell__mail {
    display: inline-flex;
    align-items: center;
    margin: 0 0 1.5rem 1.25rem;
}
.asidecell__mailimg {
    width: 1.5rem;
    height: 1.125rem;
    object-fit: contain;
    margin-right: 1.1875rem;
}
.asidecell__phonetext {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.asidecell__mailtext {
    font-size: 1rem;
    font-weight: 700;
}
.asidecell__phoneopen {
    font-size: 0.875rem;
    font-weight: 400;
    color: #7e868f;
}
.action {
    color: #ffffff;
    background-color: #f7523c;
    padding: calc(1rem - 1px) calc(2rem - 1px);
    font-size: 0.938rem;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #f7523c;
    border-radius: 0.125rem;
    cursor: pointer;
}
.action:hover {
    color: #f7523c;
    background-color: #ffffff;
}

/* INPUT STYLE*/
.inpfield {
    display: flex;
    flex-direction: column;
}
.inpfield__title {
    font-size: 0.813rem;
    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/checkbox.png") no-repeat center center #ffffff;
    background-size: contain;
    opacity: 0.2;
}
.check__text {
    font-size: 0.875rem;
    font-weight: 400;
}
.check__box {
    width: 1rem;
		min-width: 1rem;
    height: 1rem;
    border: 1px solid #8f98a3;
    background: #ffffff;
    margin-right: 1rem;
    position: relative;
}
.check__checkbox:checked + .check__flx .check__box {
    background: url("/img/checkbox.png") no-repeat center center #ffffff;
    background-size: contain;
    border-color: #6f7882;
}

/* RESERVATION PAGE */
.voucher {
    width: calc(100% - 4rem);
    display: flex;
    align-items: flex-end;
    margin: 0 auto;
    position: relative;
}
.action--reservation {
    height: 3.125rem;
}
.inpfield--reservation {
    width: calc(100% - 10.5625rem);
}
.maincell--reservation {
    padding-bottom: 3.75rem;
		text-align: center;
}
/* 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: #f7523c;
    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: 11.125rem;
    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;
}
.stylbox:not(.stylbox--nohover) {
    cursor: pointer;
}
.stylbox__box,
.stylbox__valbox {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.stylbox__picts {
    height: 3.125rem;
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}
.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;
    margin: 0 auto 0.5rem auto;
}
.stylbox__value {
    font-size: 0.875rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    text-align: center;
		padding: 0 10px;
}
.stylbox:not(.stylbox--nohover):hover {
    box-shadow: 0 0 0.625rem #f7523c;
}
.stylbox__radio:checked + .stylbox {
    border: 2px solid #f7523c;
}
.stylbox__separator {
    font-size: 0.938rem;
    font-weight: 400;
    margin: 0 1.125rem;
}
.stylbox__lab {
    position: relative;
}
.stylbox__lab:last-of-type:nth-child(3n + 4) {
    margin-right: calc(2 * 16.8125rem);
}
.stylbox__round {
    width: 3.375rem;
    height: 3.438rem;
    background: url("/img/round.svg") no-repeat center center;
    position: relative;
    margin: 1.9375rem auto 1.125rem auto;
}
.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 {
    text-align: center;
    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;
    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: 2.5rem;
    max-height: 1.5rem;
    object-fit: contain;
}
.summary__imgcont {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 1.5rem;
    margin: 0 0.6875rem;
}
.summary__text {
    font-size: 0.875rem;
    font-weight: 400;
    text-transform: uppercase;
}
.summary__item {
    display: inline-flex;
    align-items: center;
    padding: 0.625rem 0;
}
.summary {
    padding: 0.625rem 0;
    margin: 0 20px;
    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 {
    margin: 1.25rem 0 1rem 0;
    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: #f7523c;
}
/* DATE BOXES */
.stylbox--date {
    height: 4.688rem;
}
.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 26px;
}
.stylbox__dateday {
    flex-grow: 1;
}
.stylbox__daynumber {
    font-weight: 700;
}
.stylbox__radio:checked + .stylbox--date .stylbox__calendar g use {
    fill: #f7523c;
}
.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 {
    width: calc(100% - 4rem);
    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: .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: #f7523c;
    color: #ffffff;
}

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

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

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

.flash-messages__container {
    display: flex;
    margin: 25px;
    flex-wrap: wrap;
}

.flash-messages__header {
    padding: 10px 15px 0;
}

ul.flash-messages__list li:before {
    content: "";
    width: 7px;
    height: 7px;
    background: red;
    display: inline-block;
    margin-bottom: 2px;
    margin-left: -15px;
    margin-right: 5px;
}

.flash-messages__list {
    padding: 10px 15px 0;
    line-height: normal;
    text-align: left;
}

.flash-messages__list li {
    padding-bottom: 10px;
    padding-left: 20px;
}

.flash-messages__message-title {
    color: #f7523c;
}

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

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

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

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

@media (max-width: 1200px) {
	.container {
		width: 100%;
	}
	.stylbox__flx {
		padding: 0 15px;
	}
	.stylbox__lab {
		width: 33.333%;
		padding: 0 15px;
	}
	.stylbox__lab:last-of-type:nth-child(3n+4) {
		margin-right: 0;
	}
	.stylbox {
		width: 100%;
		margin: 1.25rem 0;
	}
	.maincell--padding {
		width: 100%;
	}
	.buttons {
		width: calc(100% - 16.813rem - 2rem);
	}
	.header__flx {
		padding: 0 30px;
	}
	.new-style {
		width: 100%;
		padding: 0 30px;
	}
	.header .bgleft {
		width: 610px;
	}
}
@media (max-width: 1024px) {
	.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;
	}
}
@media (max-width: 768px) {
	.stylbox {
		height: 10rem;
		justify-content: center;
		margin: 10px 0;
	}
	.stylbox__flx {
    padding: 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: 50%;
	}
	.stylbox__picts {
		margin-top: 1rem;
		height: 1.7rem;
	}
    .stylbox__picts--place {
        margin: 10px 0 0 0;
        height: 4rem;
    }
	.stylbox__round {
		margin: 1rem auto 1rem auto;
	}
	.header__phone, .header__separator {
		display: none;
	}
	.header__flx {
		padding: 0 15px 0 10px;
	}
	.header__languages {
		margin-right: 20px;
	}
	.content--nakedpage {
		padding-top: 30px;
	}
	.maincell--reservation {
		margin-bottom: 30px;
	}
	.voucher {
		width: 100%;
		padding: 0 15px;
	}
	.asidecell__title {
		padding: 20px 15px;
	}
	.header__logoimg {
    width: 100px;
    height: auto;
	}
	.maincell--reservation {
		padding-bottom: 30px;
	}
	.steps {
		width: 100%;
		padding: 0 15px;
	}
	.maincell--padding {

	}
    .maincell--available-dates {
		padding: 30px 15px 15px 15px;
	}
	.upsell__service {
		padding-bottom: 15px;
	}
	.maincell--padding.spec-pad {
		padding: 30px 15px 0 15px;
	}
	.maincell--padding.specpb {
		padding: 0 15px 30px 15px;
	}
	.infotext--undertitle {
		margin: -1rem auto 30px auto;
	}
	.timetable__legend {
		margin: 30px 0;
	}
	.timetable__legend__item {
		margin-right: 15px;
	}
	.asidecell {
		border-bottom: 0;
	}
	.driverdetails {
		width: 100%;
		padding: 0 15px;
	}
	.inpfield--driverdetails:first-child {
		margin-top: 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;
	}
}
@media (max-width: 540px) {
	.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.7rem;
		padding: calc(1rem - 1px) calc(1rem - 1px);
	}
	.buttons .btn, .new-style .btn {
		font-size: 0.9rem;
	}
	.inpfield--reservation {
		width: 65%;
	}
	.action--reservation {
		width: 35%;
		padding: calc(1rem - 1px) 0;
		text-align: center;
	}
	.header__logoimg {
		width: 80px;
	}
	.stylbox__lab {
		width: 100%;
	}
	.maincell__title {
		font-size: 1.6rem;
		margin: 30px 0;
	}
	.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: .8rem 1.25rem;
	}
    .message {
        width: auto;
        flex-direction: column;
        margin: 0 15px;
    }
    .message__circe {
        margin: 7px 0 0 0;
    }
}

@media (max-width: 420px) {
	.header .bgleft {
		width: 130px;
	}
}

.text-align-start {
    text-align: start !important;
}

.text-align-start > h3 {
    font-weight: bold;
    margin: 5px
}

.text-align-start > .infotext {
    margin: 10px 5px 20px 5px;
}

.infotext > table {
    width: 70%;
    border: 1px solid black;
    margin: 20px auto;
}

.infotext > table th:nth-child(odd) {
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    font-weight: bold;
    color: black;
}

.infotext > table th:nth-child(even) {
    border-bottom: 1px solid black;
    font-weight: bold;
    color: black;
}

.infotext > table td:nth-child(odd) {
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    text-align: center;
}

.infotext > table td:nth-child(even) {
    border-bottom: 1px solid black;
    text-align: center;
}

.infotext > ul {
    list-style-type:disc;
}

.infotext > ul > li {
    margin-left: 30px;
}
