@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600&display=swap");

@font-face {
    font-family: "HM";
    src: url("../webfonts/hm.eot");
    src: url("../webfonts/hm.eot?#iefix") format("embedded-opentype"), url("../webfonts/hm.woff2") format("woff2"), url("../webfonts/hm.woff") format("woff"), url("../webfonts/hm.ttf") format("truetype"), url("../webfonts/hm.svg#HypotheticalmoonofMercury") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.datepicker-container {
    background-color: #fff;
    direction: ltr;
    font-size: 12px;
    left: 0;
    line-height: 30px;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 210px;
    z-index: -1;
}

.datepicker-container:after, .datepicker-container:before {
    border: 5px solid transparent;
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}

.datepicker-dropdown {
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 3px 6px #ccc;
    box-shadow: 0 3px 6px #ccc;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: absolute;
    z-index: 1;
}

.datepicker-inline {
    position: static;
}

.datepicker-top-left, .datepicker-top-right {
    border-top-color: #39f;
}

.datepicker-top-left:after, .datepicker-top-left:before, .datepicker-top-right:after, .datepicker-top-right:before {
    border-top: 0;
    left: 10px;
    top: -5px;
}

.datepicker-top-left:before, .datepicker-top-right:before {
    border-bottom-color: #39f;
}

.datepicker-top-left:after, .datepicker-top-right:after {
    border-bottom-color: #fff;
    top: -4px;
}

.datepicker-bottom-left, .datepicker-bottom-right {
    border-bottom-color: #39f;
}

.datepicker-bottom-left:after, .datepicker-bottom-left:before, .datepicker-bottom-right:after, .datepicker-bottom-right:before {
    border-bottom: 0;
    bottom: -5px;
    left: 10px;
}

.datepicker-bottom-left:before, .datepicker-bottom-right:before {
    border-top-color: #39f;
}

.datepicker-bottom-left:after, .datepicker-bottom-right:after {
    border-top-color: #fff;
    bottom: -4px;
}

.datepicker-bottom-right:after, .datepicker-bottom-right:before, .datepicker-top-right:after, .datepicker-top-right:before {
    left: auto;
    right: 10px;
}

.datepicker-panel > ul {
    margin: 0;
    padding: 0;
    width: 102%;
}

.datepicker-panel > ul:after, .datepicker-panel > ul:before {
    content: " ";
    display: table;
}

.datepicker-panel > ul:after {
    clear: both;
}

.datepicker-panel > ul > li {
    background-color: #fff;
    cursor: pointer;
    float: left;
    height: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 30px;
}

.datepicker-panel > ul > li:hover {
    background-color: #e5f2ff;
}

.datepicker-panel > ul > li.muted, .datepicker-panel > ul > li.muted:hover {
    color: #999;
}

.datepicker-panel > ul > li.highlighted {
    background-color: #e5f2ff;
}

.datepicker-panel > ul > li.highlighted:hover {
    background-color: #cce5ff;
}

.datepicker-panel > ul > li.picked, .datepicker-panel > ul > li.picked:hover {
    color: #39f;
}

.datepicker-panel > ul > li.disabled, .datepicker-panel > ul > li.disabled:hover {
    background-color: #fff;
    color: #ccc;
    cursor: default;
}

.datepicker-panel > ul > li.disabled.highlighted, .datepicker-panel > ul > li.disabled:hover.highlighted {
    background-color: #e5f2ff;
}

.datepicker-panel > ul > li[data-view="month next"], .datepicker-panel > ul > li[data-view="month prev"], .datepicker-panel > ul > li[data-view="year next"], .datepicker-panel > ul > li[data-view="year prev"], .datepicker-panel > ul > li[data-view="years next"], .datepicker-panel > ul > li[data-view="years prev"], .datepicker-panel > ul > li[data-view=next] {
    font-size: 18px;
}

.datepicker-panel > ul > li[data-view="month current"], .datepicker-panel > ul > li[data-view="year current"], .datepicker-panel > ul > li[data-view="years current"] {
    width: 150px;
}

.datepicker-panel > ul[data-view=months] > li, .datepicker-panel > ul[data-view=years] > li {
    height: 52.5px;
    line-height: 52.5px;
    width: 52.5px;
}

.datepicker-panel > ul[data-view=week] > li, .datepicker-panel > ul[data-view=week] > li:hover {
    background-color: #fff;
    cursor: default;
}

.datepicker-hide {
    display: none;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: 0;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:after, .slick-track:before {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    appearance: none;
}

a {
    text-decoration: none;
    border: 0;
}

img {
    border: 0;
}

input, textarea {
    border: 0px solid transparent;
    background: transparent;
    outline: none;
    resize: none;
    border-radius: 0;
}

button {
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
}

textarea {
    overflow: hidden;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix, *:first-child + html .clearfix {
    transform: translate(0);
}

html, main, 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, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, table, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
    display: block;
}

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;
}

html {
    scroll-behavior: smooth;
}

body {
    position: relative;
    overflow-y: scroll;
    color: #fff;
    font: 400 18px/27px Oswald, sans-serif;
    background-color: #0D0E1A;
}

.toCenter {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1552px;
}

@media only screen and (max-width: 1023px) {
    .toCenter {
        padding: 0 14px;
    }
}

img {
    display: block;
}

.grid {
    display: grid;
}

.flex {
    display: flex;
}

b, strong {
    font-weight: 600;
}

i, em {
    font-style: italic;
}

section {
    margin: 0 0 40px;
}

@media only screen and (max-width: 1023px) {
    section {
        margin-bottom: 36px;
    }
}

section.section2 {
    margin-bottom: 106px;
}

@media only screen and (max-width: 1023px) {
    section.section2 {
        margin-bottom: 36px;
    }
}

section.section3 {
    margin-bottom: 81px;
}

@media only screen and (max-width: 1023px) {
    section.section3 {
        margin-bottom: 77px;
    }
}

section:last-child {
    margin-bottom: 0;
}

.section2 .checkbox,
.section3 .checkbox {
    cursor: pointer;
}

@media only screen and (max-width: 1023px) {
    .section3 .sectionTexts {
        margin-bottom: 31px;
    }
}

@media only screen and (max-width: 1023px) {
    .section4 .sectionTexts {
        margin-bottom: 40px;
    }
}

.mainHeader {
    padding: 6px 0;
    background-color: #B80C1C;
}

@media only screen and (max-width: 1023px) {
    .mainHeader {
        padding: 4px 0;
    }
}

@media only screen and (max-width: 1023px) {
    .mainHeader .toCenter {
        padding: 0 10px;
    }
}

.mainHeader .outer {
    justify-content: space-between;
    align-items: center;
}

.mainHeader .lang {
    gap: 28px;
    font-size: 16px;
    line-height: 29px;
    text-transform: uppercase;
}

@media only screen and (max-width: 1023px) {
    .mainHeader .lang {
        gap: 20px;
    }
}

.mainHeader .lang li {
    position: relative;
}

.mainHeader .lang li:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -15px;
    width: 1px;
    height: 24px;
    background-color: #fff;
    transform: translate(0, -50%);
}

@media only screen and (max-width: 1023px) {
    .mainHeader .lang li:after {
        right: -10px;
    }
}

.mainHeader .lang li:last-child:after {
    display: none;
}

.mainHeader .lang a {
    color: #fff;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0 0 0 37px;
    display: block;
    transition: all ease-in-out 150ms;
    opacity: 1;
}

@media only screen and (max-width: 1023px) {
    .mainHeader .lang a {
        padding-left: 30px;
        background-size: 24px auto;
    }
}

.mainHeader .lang a.hu {
    background-image: url(../images/hu.svg);
}

.mainHeader .lang a.en {
    background-image: url(../images/en.svg);
}

.mainHeader .lang a:hover {
    opacity: 0.9;
}

.mainHeader .infos {
    gap: 10px;
    font-size: 15px;
    line-height: 22px;
}

@media only screen and (max-width: 1023px) {
    .mainHeader .infos {
        display: block;
        font-size: 11px;
        line-height: 16px;
    }
}

.mainHeader .infos li {
    position: relative;
}

@media only screen and (max-width: 1023px) {
    .mainHeader .infos li {
        display: table;
    }
}

.mainHeader .infos li:after {
    content: "|";
    position: absolute;
    top: 50%;
    right: -7px;
    transform: translate(0, -50%);
}

@media only screen and (max-width: 1023px) {
    .mainHeader .infos li:after {
        display: none;
    }
}

.mainHeader .infos li:last-child:after {
    display: none;
}

.mainHeader .infos a {
    text-decoration: underline;
    color: #fff;
}

@media only screen and (max-width: 1023px) {
    .mainHeader .infos a {
        text-decoration: none;
    }
}

.mainHeader .infos a:hover {
    text-decoration: none;
}

.logo {
    display: table;
    margin: 13px auto 12px;
    opacity: 1;
    transition: all ease-in-out 150ms;
}

.logo img {
    display: block;
}

.logo:hover {
    opacity: 0.9;
}

.banner {
    position: relative;
    margin: 0 0 71px;
}

.banner.smallerBtm {
    margin: 0 0 20px;
}

@media only screen and (max-width: 1023px) {
    .banner.smallerBtm {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1023px) {
    .banner {
        margin-bottom: 24px;
    }
}

.banner img {
    display: block;
    width: 100%;
    min-height: 296px;
    object-fit: cover;
}

@media only screen and (max-width: 1023px) {
    .banner img {
        min-height: 189px;
    }
}

.banner .texts {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(0, -50%);
    text-align: center;
}

.banner h1 {
    font: 64px/72px "hm";
}

@media only screen and (max-width: 1023px) {
    .banner h1 {
        font-size: 36px;
        line-height: 40px;
    }
}

.banner h2 {
    margin: 15px 0 0;
    font-size: 32px;
    font-weight: 600;
    line-height: 47px;
}

@media only screen and (max-width: 1023px) {
    .banner h2 {
        margin-top: 5px;
        font-size: 16px;
        line-height: 24px;
    }
}

.back2Booking {
    display: table;
    margin: 0 auto 25px;
    color: #fff;
    border-radius: 5px;
    background-color: #EA7B00;
    font-size: 24px;
    line-height: 49px;
    text-align: center;
    cursor: pointer;
    padding: 0 20px;
}

.process {
    justify-content: center;
    position: relative;
    margin: 0 0 13px;
    height: 86px;
    flex-wrap: wrap;
}

@media only screen and (max-width: 1023px) {
    .process {
        margin-bottom: 20px;
        height: 56px;
    }
}

.process li {
    height: 86px;
    position: relative;
}

@media only screen and (max-width: 1023px) {
    .process li {
        height: 56px;
    }
}

.process li img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1023px) {
    .process li img {
        max-height: 32px;
        z-index: 99;
    }
}

.process li .mask {
    position: absolute;
    left: 0;
    height: 86px;
    width: 100%;
}

@media only screen and (max-width: 1023px) {
    .process li .mask {
        height: 56px;
    }
}

.process li .mask:before, .process li .mask:after {
    content: "";
    top: 0;
    width: 39px;
    height: 86px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 39px 86px;
}

@media only screen and (max-width: 1023px) {
    .process li .mask:before, .process li .mask:after {
        height: 56px;
        background-size: 24px 56px;
    }
}

.process li .mask:after {
    z-index: 10;
}

.process li .mask:before {
    z-index: 11;
}

.process li.active {
    background-color: #D9D9D9;
}

.process li.active .mask:after {
    right: -19px;
    background-image: url(../images/mask_blue.svg);
}

@media only screen and (max-width: 1023px) {
    .process li.active .mask:after {
        right: -13px;
        background-image: url(../images/mask_blue_small.svg);
    }
}

.process li.active .mask:before {
    right: -7px;
    background-image: url(../images/mask_white.svg);
}

@media only screen and (max-width: 1023px) {
    .process li.active .mask:before {
        right: -4px;
        background-image: url(../images/mask_white_small.svg);
    }
}

.process li.inactive {
    background-color: #73747A;
}

.process li.inactive img {
    opacity: 0.2;
}

.process li.inactive .mask:after {
    right: -19px;
    background-image: url(../images/mask_blue.svg);
}

@media only screen and (max-width: 1023px) {
    .process li.inactive .mask:after {
        right: -13px;
        background-image: url(../images/mask_blue_small.svg);
    }
}

.process li.inactive .mask:before {
    right: -7px;
    background-image: url(../images/mask_gray.svg);
}

@media only screen and (max-width: 1023px) {
    .process li.inactive .mask:before {
        right: -4px;
        background-image: url(../images/mask_gray_small.svg);
    }
}

.process li.finished {
    background-color: #07D334;
}

.process li.finished img {
    filter: brightness(0) invert(1);
}

.process li.finished .mask:after {
    right: -19px;
    background-image: url(../images/mask_blue.svg);
}

@media only screen and (max-width: 1023px) {
    .process li.finished .mask:after {
        right: -13px;
        background-image: url(../images/mask_blue_small.svg);
    }
}

.process li.finished .mask:before {
    right: -7px;
    background-image: url(../images/mask_lime.svg);
}

@media only screen and (max-width: 1023px) {
    .process li.finished .mask:before {
        right: -4px;
        background-image: url(../images/mask_lime_small.svg);
    }
}

.process li:nth-child(1), .process li:nth-child(2), .process li:nth-child(4) {
    width: 153px;
}

@media only screen and (max-width: 1023px) {
    .process li:nth-child(1), .process li:nth-child(2), .process li:nth-child(4) {
        width: 25%;
    }
}

.process li:nth-child(3) {
    width: 112px;
}

@media only screen and (max-width: 1023px) {
    .process li:nth-child(3) {
        width: 25%;
    }
}

.process li:nth-child(1):before {
    z-index: 10;
    content: "";
    position: absolute;
    width: 39px;
    height: 100%;
    top: 0;
    left: -20px;
    background: url(../images/mask_blue.svg) no-repeat center center;
}

.sectionTexts {
    text-align: center;
    margin: 0 auto 38px;
    display: table;
    max-width: 563px;
    width: 100%;
}

@media only screen and (max-width: 1023px) {
    .sectionTexts {
        margin-bottom: 16px;
    }
}

.sectionTexts.extraBottom {
    margin-bottom: 81px;
}

@media only screen and (max-width: 1023px) {
    .sectionTexts.extraBottom {
        margin-bottom: 0;
    }
}

.sectionTexts .step {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #EA7B00;
    margin: 0 0 4px;
}

@media only screen and (max-width: 1023px) {
    .sectionTexts .step {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 6px;
    }
}

.sectionTexts h2 {
    display: table;
    margin: 0 auto 1px;
    background-color: #B80C1C;
    padding: 0 10px;
    min-width: 175px;
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    text-transform: uppercase;
}

@media only screen and (max-width: 1023px) {
    .sectionTexts h2 {
        margin-bottom: 6px;
    }
}

.sectionTexts h3 {
    font-size: 24px;
    line-height: 36px;
}

@media only screen and (max-width: 1023px) {
    .sectionTexts h3 {
        max-width: 300px;
        display: table;
        margin: 0 auto;
        font-size: 16px;
        line-height: 24px;
    }
}

.success {
    padding: 13px 29px 12px 89px;
    border-radius: 6px;
    display: table;
    margin: 0 auto 38px;
    background: rgba(7, 211, 52, 0.22) url(../images/success.svg) no-repeat left 29px center;
    color: #07D334;
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
}

@media only screen and (max-width: 1023px) {
    .success {
        background-size: 26px auto;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 16px;
        width: 100%;
        padding: 40px 8px 8px;
        text-align: center;
        background-position: center top 10px;
    }
}

.content {
    position: relative;
}

.content .decor {
    position: absolute;
    top: 0;
    left: 0;
    width: 506px;
    height: 331px;
    display: block;
    transform: translate(0, -100%);
}

@media only screen and (max-width: 1519px) {
    .content .decor {
        position: relative;
        transform: unset;
        width: 315px;
        height: auto;
        margin: 0 auto;
        left: auto;
        top: auto;
    }
}

.windows {
    grid-template-columns: 584px auto;
    gap: 26px;
}

@media only screen and (max-width: 1519px) {
    .windows {
        gap: 18px;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 1023px) {
    .windows {
        grid-template-columns: 1fr;
    }
}

.windows > .col {
    border: solid 3px #3E416A;
    border-radius: 13px;
    position: relative;
    overflow: hidden;
}

.windows .date {
    padding: 39px 10px 36px;
    background-color: #191B31;
}

.windows .date input {
    display: none;
}

.windows .date .title {
    margin: 0 0 44px;
}

@media only screen and (max-width: 1023px) {
    .windows .date .title {
        margin: 0 0 18px;
    }
}

@media only screen and (max-width: 1023px) {
    .windows .date {
        padding: 27px 16px 25px;
    }
}

.windows .title {
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    line-height: 47px;
}

@media only screen and (max-width: 1023px) {
    .windows .title {
        font-size: 24px;
        line-height: 36px;
    }
}

.windows .top {
    padding: 30px 16px 18px;
    background-color: #191B31;
}

@media only screen and (max-width: 1023px) {
    .windows .top {
        padding: 18px;
    }
}

.windows .top .title {
    margin: 0 0 13px;
}

@media only screen and (max-width: 1023px) {
    .windows .top .title {
        max-width: 250px;
        margin: 0 auto 13px;
        display: table;
    }
}

.windows .selected {
    display: none;
}

.windows .selected.flex {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 24px;
    gap: 39px;
}

@media only screen and (max-width: 1023px) {
    .windows .selected.flex {
        flex-flow: column;
        gap: 12px;
    }
}

.windows .selected .text {
    line-height: 36px;
}

@media only screen and (max-width: 1023px) {
    .windows .selected .text {
        font-size: 16px;
        line-height: 24px;
    }
}

.windows .selected .dateVal {
    background-color: #07D334;
    display: block;
    line-height: 48px;
    padding: 0 18px 0 64px;
    border-radius: 4px;
    position: relative;
}

@media only screen and (max-width: 1023px) {
    .windows .selected .dateVal {
        font-size: 18px;
        line-height: 36px;
        padding: 0 13px 0 50px;
    }
}

.windows .selected img {
    position: absolute;
    top: 50%;
    left: 9px;
    transform: translate(0, -50%);
    width: 35px;
    filter: brightness(0) invert(1);
}

@media only screen and (max-width: 1023px) {
    .windows .selected img {
        left: 13px;
        width: 24px;
    }
}

.windows .overcount {
    display: none;
    padding: 32px 42px 3px;
}

@media only screen and (max-width: 1519px) {
    .windows .overcount {
        padding: 32px 20px 3px;
    }
}

@media only screen and (max-width: 1023px) {
    .windows .overcount {
        padding: 32px 16px 3px;
    }
}

.windows .overcount .oContent {
    position: relative;
    border: solid 3px #EA7B00;
    border-radius: 13px;
    padding: 16px 16px 16px 64px;
}

@media only screen and (max-width: 1023px) {
    .windows .overcount .oContent {
        padding: 64px 16px 16px;
    }
}

.windows .overcount .oContent:before {
    content: "";
    position: absolute;
    top: 16px;
    left: 16px;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background: #EA7B00 url(../images/target.svg) no-repeat center center;
}

.windows .overcount .oneSection {
    margin: 0 0 12px;
}

.windows .overcount .oneSection:last-child {
    margin-bottom: 0;
}

.windows .overcount p,
.windows .overcount .sTitle {
    font-size: 16px;
    line-height: 24px;
}

.windows .overcount .sTitle {
    font-weight: 700;
}

.windows .timeList {
    padding: 29px 42px;
    grid-template-columns: repeat(2, 1fr);
    gap: 58px;
}

@media only screen and (max-width: 1519px) {
    .windows .timeList {
        padding: 29px 20px;
        gap: 10px;
    }
}

@media only screen and (max-width: 1023px) {
    .windows .timeList {
        padding: 29px 16px;
        gap: 14px;
        grid-template-columns: 1fr;
    }
}

.windows .timeList label {
    cursor: pointer;
    display: block;
    position: relative;
    font-size: 24px;
    font-weight: 500;
    line-height: 53px;
    margin: 0 0 10px;
}

@media only screen and (max-width: 1519px) {
    .windows .timeList label {
        font-size: 18px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 1023px) {
    .windows .timeList label {
        margin-bottom: 13px;
        font-size: 15px;
        line-height: 23px;
    }

    .windows .timeList label.hideOnMobile {
        display: none;
    }
}

.windows .timeList label:last-child {
    margin-bottom: 0;
}

.windows .timeList label input {
    display: none;
}

.windows .timeList label input:checked + div {
    background-color: #103D1A;
    box-shadow: inset 0 0 0 3px #07D334;
}

.windows .timeList label input:checked + div:before {
    border-color: #07D334;
}

.windows .timeList label input:checked + div:after {
    visibility: visible;
}

.windows .timeList label > div {
    display: block;
    background-color: #191B31;
    border-radius: 8px;
    padding: 0 52px 0 93px;
}

@media only screen and (max-width: 1519px) {
    .windows .timeList label > div {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .windows .timeList label > div span {
        display: table;
    }
}

@media only screen and (max-width: 1023px) {
    .windows .timeList label > div {
        padding: 8px 8px 8px 68px;
    }

    .windows .timeList label > div span {
        font-size: 18px;
        line-height: 28px;
    }
}

.windows .timeList label > div:before, .windows .timeList label > div:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translate(0, -50%);
}

.windows .timeList label > div:before {
    width: 30px;
    height: 30px;
    border: solid 3px #5F6289;
    border-radius: 8px;
}

.windows .timeList label > div:after {
    width: 36px;
    height: 36px;
    visibility: hidden;
    background: url(../images/check.svg) no-repeat center center;
}

.windows .timeList label > div i {
    font-style: normal;
    color: #EA7B00;
}

.windows .timeList label > div .indicator {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 11px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #0D0E1A;
    padding: 0 6px 0 30px;
    text-align: right;
    background: #EA7B00 url(../images/target.svg) no-repeat center left 6px;
    border-radius: 5px;
}

@media only screen and (max-width: 1519px) {
    .windows .timeList label > div .indicator {
        font-size: 0;
        width: 30px;
    }
}

@media only screen and (max-width: 1023px) {
    .windows .timeList label > div .indicator {
        font-size: 16px;
        width: auto;
    }
}

.windows .more {
    display: none;
}

@media only screen and (max-width: 1023px) {
    .windows .more {
        display: table;
        cursor: pointer;
        margin: -30px auto 20px;
        font-size: 16px;
        line-height: 24px;
        text-decoration: underline;
    }

    .windows .more.clicked {
        display: none;
    }
}

.windows .moreSpace {
    display: none;
    padding: 0 42px 22px;
}

@media only screen and (max-width: 1519px) {
    .windows .moreSpace {
        padding: 0 20px 22px;
    }
}

.windows .moreSpace .grid {
    border-radius: 13px;
    padding: 12px 24px;
    background-color: #EA7B00;
    gap: 23px;
    align-items: center;
    grid-template-columns: 122px auto 235px;
}

@media only screen and (max-width: 1519px) {
    .windows .moreSpace .grid {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 1023px) {
    .windows .moreSpace .grid {
        padding: 8px;
        gap: 12px;
    }
}

.windows .moreSpace img {
    display: block;
    border-radius: 6px;
    margin: 0 auto;
}

.windows .moreSpace p {
    color: #0D0E1A;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}

@media only screen and (max-width: 1023px) {
    .windows .moreSpace p {
        text-align: center;
    }
}

.windows .moreSpace .moreButton {
    display: none;
    padding: 0 24px;
    border-radius: 8px;
    background: #0D0E1A url(../images/brown_button.svg) no-repeat right 24px center;
    color: #EA7B00;
    font-size: 18px;
    display: block;
    line-height: 48px;
    font-weight: 500;
}

@media only screen and (max-width: 1023px) {
    .windows .moreSpace .moreButton {
        padding: 0 50px 0 16px;
        background-position: right 16px center;
        margin: 0 auto;
        display: table;
    }
}

.datepicker-container.datepicker-inline {
    width: 440px;
    display: table;
    margin: 0 auto;
}

@media only screen and (max-width: 1023px) {
    .datepicker-container.datepicker-inline {
        width: 100%;
        max-width: 330px;
    }
}

.datepicker-panel > ul {
    width: 100%;
}

.datepicker-panel > ul[data-view=days],
.datepicker-panel > ul[data-view=week] {
    display: grid;
    gap: 11px;
    grid-template-columns: repeat(7, 1fr);
}

@media only screen and (max-width: 1023px) {
    .datepicker-panel > ul[data-view=days],
    .datepicker-panel > ul[data-view=week] {
        gap: 7px;
    }
}

.datepicker-panel > ul[data-view=week] {
    margin: 0 0 7px;
}

.datepicker-panel > ul[data-view=week] > li:hover {
    background-color: unset !important;
}

.datepicker-panel > ul:after,
.datepicker-panel > ul:before {
    display: none;
}

.datepicker-panel > ul > li {
    float: none;
}

.datepicker-panel > ul[data-view=days] > li {
    width: 100%;
    line-height: 54px;
    font-size: 24px;
    height: 54px;
    border-radius: 7px;
}

@media only screen and (max-width: 1023px) {
    .datepicker-panel > ul[data-view=days] > li {
        font-size: 18px;
        line-height: 40px;
        height: 40px;
    }
}

.datepicker-panel > ul[data-view=days] > li[data-view="day next"] {
    display: none;
}

.datepicker-panel > ul[data-view=week] > li {
    width: 100%;
    line-height: 30px;
    font-size: 24px;
    height: 30px;
    background: unset;
    color: #fff !important;
}

@media only screen and (max-width: 1023px) {
    .datepicker-panel > ul[data-view=week] > li {
        font-size: 18px;
        line-height: 22px;
        height: 22px;
        margin: 0 0 10px;
    }
}

li:is(.muted, .disabled) {
    cursor: default !important;
}

.datepicker-panel > ul[data-view=days] > li:not(.muted, .disabled) {
    background: #3E416A !important;
    color: #07D334 !important;
}

.datepicker-panel > ul[data-view=days] > li:not(.muted, .disabled).picked, .datepicker-panel > ul[data-view=days] > li:not(.muted, .disabled):hover {
    background: #07D334 !important;
    color: #fff !important;
}

.datepicker-container,
.datepicker-panel > ul > li,
.datepicker-panel > ul > li.disabled,
.datepicker-panel > ul > li.disabled:hover,
.datepicker-panel > ul > li.muted:hover {
    background: unset;
    color: #4F4F4F !important;
}

div[data-view="days picker"] {
    position: relative;
}

div[data-view="days picker"]:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 79px);
    height: 40px;
}

div[data-view="days picker"] > ul:first-child {
    display: grid;
    grid-template-columns: auto 38px 38px;
    margin: 0 0 40px;
    position: relative;
    align-items: center;
    gap: 3px;
}

@media only screen and (max-width: 1023px) {
    div[data-view="days picker"] > ul:first-child {
        margin-bottom: 22px;
    }
}

div[data-view="days picker"] > ul:first-child > li:nth-child(1) {
    order: 2;
}

div[data-view="days picker"] > ul:first-child > li:nth-child(2) {
    order: 1;
}

div[data-view="days picker"] > ul:first-child > li:nth-child(3) {
    order: 3;
}

div[data-view="days picker"] > ul:first-child > li[data-view="month current"] {
    text-align: left;
    font-size: 24px;
    color: #fff !important;
    width: 100% !important;
    text-transform: capitalize;
}

@media only screen and (max-width: 1023px) {
    div[data-view="days picker"] > ul:first-child > li[data-view="month current"] {
        font-size: 15px;
        height: 20px;
        line-height: 20px !important;
        padding: 0 0 0 7px;
    }
}

div[data-view="days picker"] > ul:first-child > li[data-view="month current"]:hover {
    background: unset;
}

div[data-view="days picker"] > ul:first-child > li[data-view="month next"], div[data-view="days picker"] > ul:first-child > li[data-view="month prev"] {
    width: 38px;
    height: 38px;
    font-size: 0 !important;
    border-radius: 10px;
}

div[data-view="days picker"] > ul:first-child > li[data-view="month prev"] {
    background: url(../images/prev-date.svg) no-repeat center center !important;
}

@media only screen and (max-width: 1023px) {
    div[data-view="days picker"] > ul:first-child > li[data-view="month prev"] {
        background-color: #3E416A !important;
        background-position: left 11px center !important;
    }
}

div[data-view="days picker"] > ul:first-child > li[data-view="month next"] {
    background: url(../images/next-date.svg) no-repeat center center !important;
}

@media only screen and (max-width: 1023px) {
    div[data-view="days picker"] > ul:first-child > li[data-view="month next"] {
        background-color: #3E416A !important;
        background-position: left 14px center !important;
    }
}

.dateBox {
    width: 260px;
    margin: 0 auto;
    padding: 14px 0 0;
    display: none;
}

.dateBox.visible {
    display: table;
}

.dateBox .top {
    margin: 0 0 4px;
    gap: 10px;
    grid-template-columns: auto 98px 60px;
    line-height: 34px;
    color: #fff;
}

.dateBox .top .text {
    font-size: 18px;
    padding: 0 0 0 17px;
    color: #DBDDFF;
    text-align: left;
}

.dateBox .top .date,
.dateBox .top .time {
    background-color: #262943;
    border-radius: 5px;
    text-align: center;
}

.dateBox .bottom {
    background-color: #191B31;
    border-radius: 8px;
    color: #fff;
    gap: 8px;
    padding: 8px 28px 8px 17px;
    grid-template-columns: auto 65px;
    text-align: left;
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
}

.dateBox .bottom span {
    display: block;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    background-color: #0D0E1A;
}

.addons {
    max-width: 315px;
    width: 100%;
    text-align: left;
    font-size: 24px;
    line-height: 38px;
    font-weight: 500;
    margin: 15px auto 0;
    display: none;
}

.addons.visible {
    display: table;
}

.addons .grid {
    background-color: #EA7B00;
    border-radius: 8px;
    padding: 8px 28px 8px 17px;
    grid-template-columns: auto 65px;
}

.addons span {
    display: block;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    background-color: #0D0E1A;
}

.section2 .toCenter {
    max-width: 1630px;
}

.packages {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    padding: 0 14px;
}

.packages.oneGrid {
    grid-template-columns: 1fr;
    max-width: 750px;
    margin: 0 auto;
}

.packages.oneGrid .oneBlock {
    margin: 0 0 24px;
}

.packages.oneGrid .oneBlock:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1519px) {
    .packages {
        gap: 24px;
    }
}

@media only screen and (max-width: 1023px) {
    .packages {
        grid-template-columns: 1fr;
        padding: 0;
    }
}

.packages .col {
    position: relative;
}

.packages .comboContent {
    margin: 0 0 24px;
    grid-template-columns: auto 48px;
    gap: 10px;
    align-items: center;
}

@media only screen and (max-width: 719px) {
    .packages .comboContent {
        grid-template-columns: 1fr;
    }
}

.packages .comboContent:last-child {
    margin-bottom: 0;
}

.packages .comboContent.open .comboToggle {
    height: 100%;
}

@media only screen and (max-width: 719px) {
    .packages .comboContent.open .comboToggle {
        height: auto;
    }

    .packages .comboContent.open .comboToggle span:after {
        transform: translate(0, -50%) rotate(180deg);
    }
}

.packages .comboContent.open .comboToggle:after {
    transform: translate(-50%, 0) rotate(180deg);
}

.packages .comboContent.open .comboPack {
    display: grid;
}

.packages .comboContent.open > *.col {
    height: 100%;
}

.packages .pack {
    grid-template-columns: 186px auto;
    gap: 10px;
    align-items: center;
}

.packages .pack > *.col {
    height: 100%;
}

@media only screen and (max-width: 719px) {
    .packages .pack {
        grid-template-columns: 1fr;
    }
}

.packages .pack.comboPack {
    margin: 10px 0 0;
    display: none;
}

.packages .pack.comboPack > .col {
    box-shadow: 0 0 0 2px #EA7B00;
    border-radius: 10px;
    height: 100%;
    background-color: #191B31;
}

.packages .pack.comboPack .mobileBG {
    display: none;
}

@media only screen and (max-width: 719px) {
    .packages .pack.comboPack .mobileBG {
        display: block;
        margin: 0 0 26px;
    }
}

.packages .pack.comboPack .mobileBG img {
    width: 100%;
    display: block;
}

.packages .pack.comboPack .topImg img {
    width: 100%;
    display: block;
    border-radius: 10px 10px 0 0;
}

.packages .pack.comboPack .bottomImg {
    padding: 5px 0 15px;
}

.packages .pack.comboPack .bottomImg img {
    margin: 0 auto;
    max-height: 184px;
}

.packages .pack.comboPack .bottomImgMobile {
    display: none;
}

.packages .pack.comboPack .packData {
    padding-top: 16px;
}

.packages .pack.comboPack .subtitle {
    padding: 2px 0 0;
    margin: 0 0 18px;
    font: 500 19px/20px "Oswald";
}

.packages .pack.comboPack .oldPrice {
    font: 500 15px/15px "Oswald";
    color: #8B90B5;
    text-decoration: line-through;
}

.packages .pack.comboPack .newPrice {
    color: #07D334;
    margin: 0 0 6px;
    font: 500 24px/36px "Oswald";
}

.packages .pack.comboPack .discount {
    padding: 0 10px;
    margin: 0 0 24px;
    color: #EA7B00;
    display: table;
    border: solid 1px #EA7B00;
    border-radius: 6px;
    font: 500 18px/32px "Oswald";
}

@media only screen and (max-width: 719px) {
    .packages .pack > .col:first-child {
        display: none;
    }
}

.packages .pack > .col:last-child {
    border-radius: 5px;
    background-color: #191B31;
}

.packages .pack > .col:last-child .cover {
    display: none;
}

@media only screen and (max-width: 719px) {
    .packages .pack > .col:last-child .cover {
        height: auto;
        margin: 0 0 15px;
        display: block;
    }
}

.packages .comboToggle {
    background-color: #EA7B00;
    width: 48px;
    min-height: 144px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 48px;
    color: #0D0E1A;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    padding: 12px 0 42px;
    cursor: pointer;
}

@media only screen and (max-width: 719px) {
    .packages .comboToggle {
        width: 100%;
        height: auto;
        min-height: unset;
        padding: 0;
    }
}

.packages .comboToggle:after {
    content: "";
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 24px;
    height: 24px;
    background: url(../images/toggle-box.svg) no-repeat center center;
}

@media only screen and (max-width: 719px) {
    .packages .comboToggle:after {
        display: none;
    }
}

.packages .comboToggle span {
    display: block;
    writing-mode: vertical-lr;
    line-height: 46px;
    position: relative;
}

@media only screen and (max-width: 719px) {
    .packages .comboToggle span {
        padding: 0 0 0 30px;
        writing-mode: initial;
        display: table;
        margin: 0 auto;
    }

    .packages .comboToggle span:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
        width: 24px;
        height: 24px;
        background: url(../images/toggle-box.svg) no-repeat center center;
    }
}

.packages .packData {
    padding: 12px 14px;
    gap: 22px;
    grid-template-columns: auto 186px;
    align-items: center;
}

.packages .packData .block {
    position: relative;
}

@media only screen and (max-width: 1519px) {
    .packages .packData {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}

.packages .packData .col .block {
    padding: 0 0 0 52px;
}

.packages .infoBG {
    position: absolute;
    bottom: 11px;
    z-index: 10;
    left: 66px;
    padding: 17px 48px 17px 12px;
    border-radius: 7px;
    font-size: 16px;
    line-height: 24px;
    display: none;
    width: calc(100% - 80px);
    background-color: #35385A;
}

@media only screen and (max-width: 1519px) {
    .packages .infoBG {
        bottom: 140px;
    }
}

.packages .infoBG .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 22px;
    height: 22px;
    background: url(../images/x2.svg) no-repeat center center;
    cursor: pointer;
}

.packages .info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 22px;
    height: 22px;
    background: url(../images/i.svg) no-repeat center center;
    cursor: pointer;
}

.packages .checkbox {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 8px;
    width: 36px;
    height: 36px;
    box-shadow: inset 0 0 0 3px #5F6289;
    border-radius: 8px;
}

.packages .checkbox:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 36px;
    visibility: hidden;
    background: url(../images/check.svg) no-repeat center center;
}

.packages input[type=checkbox] {
    display: none;
}

.packages input[type=checkbox]:checked + .packBG {
    visibility: visible;
}

.packages input[type=checkbox]:checked + .packBG + .packData .checkbox {
    box-shadow: inset 0 0 0 3px #07D334;
}

.packages input[type=checkbox]:checked + .packBG + .packData .checkbox:after {
    visibility: visible;
}

.packages input[type=checkbox]:checked + .packBG + .packData .card:before {
    background-color: #0D0E1A;
}

.packages input[type=checkbox]:checked + .packBG + .packData .btn {
    background-color: #D9D9D9;
}

.packages input[type=checkbox]:checked + .packBG + .packData .btn img {
    opacity: 1;
    filter: none;
}

.packages .packBG {
    background-color: #103D1A;
    box-shadow: 0 0 0 3px #07D334;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
}

.packages .cover,
.extras .cover {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 10px;
    object-fit: cover;
}

.packages input[name=huf], .packages input[name=euro],
.extras input[name=huf],
.extras input[name=euro] {
    display: none;
}

.packages .title,
.extras .title {
    font-size: 32px;
    line-height: 32px;
    font-weight: 500;
    margin: 0 0 4px;
}

.packages .price,
.extras .price {
    color: #8B90B5;
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    margin: 0 0 7px;
}

.packages .flex,
.extras .flex {
    gap: 9px;
    flex-direction: column;
}

.packages .card,
.extras .card {
    position: relative;
    border-radius: 7px;
    font-size: 24px;
    line-height: 40px;
    font-weight: 500;
    padding: 0 0 2px 67px;
}

.packages .card span,
.extras .card span {
    display: block;
}

.packages .card:before,
.extras .card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 56px;
    height: 42px;
    background-color: #35395A;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 7px;
}

.packages .card.bullets.red:before,
.extras .card.bullets.red:before {
    background-color: #B60C1C !important;
    background-image: url(../images/bullets-white.svg);
}

.packages .card.bullets:before,
.extras .card.bullets:before {
    background-image: url(../images/bullets.svg);
}

.packages .card.guns.red:before,
.extras .card.guns.red:before {
    background-color: #B60C1C !important;
    background-image: url(../images/guns-white.svg);
}

.packages .card.guns:before,
.extras .card.guns:before {
    background-image: url(../images/guns.svg);
}

.packages .val,
.extras .val {
    text-align: center;
    font: 500 24px "Oswald";
    color: #fff;
    background-color: #0D0E1A;
}

.packages .btn,
.packages .val,
.extras .btn,
.extras .val {
    height: 35px;
    width: 100%;
    border-radius: 5px;
    margin: 0 0 5px;
}

.packages .btn:last-child,
.packages .val:last-child,
.extras .btn:last-child,
.extras .val:last-child {
    margin-bottom: 0;
}

.packages .btn,
.extras .btn {
    background-color: #35395A;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    position: relative;
}

.packages .btn img,
.extras .btn img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: brightness(0) invert(1);
}

.packages .btn img,
.extras .btn img {
    opacity: 0.45;
}

.extras {
    background-color: #35395A;
    padding: 34px 0;
    border-radius: 5px;
    max-width: 1130px;
    margin: 0 auto;
}

.extras .toCenter {
    padding: 0 16px;
}

@media only screen and (max-width: 719px) {
    .extras {
        padding: 0;
        background: unset;
    }
}

@media only screen and (max-width: 719px) {
    .extras .cover {
        width: calc(100% + 28px);
        height: auto;
        transform: translate(-14px, -14px);
    }
}

.extras .outer {
    grid-template-columns: repeat(2, 1fr);
    gap: 42px;
}

@media only screen and (max-width: 1023px) {
    .extras .outer {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 719px) {
    .extras .outer {
        display: none;
    }
}

.extras .extra {
    padding: 14px;
    grid-template-columns: auto 240px;
    gap: 28px;
    background-color: #191B31;
    margin: 0 0 27px;
    border-radius: 5px;
}

@media only screen and (max-width: 1023px) {
    .extras .extra {
        gap: 10px;
        grid-template-columns: 144px auto;
    }
}

@media only screen and (max-width: 719px) {
    .extras .extra {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

.extras .extra:last-child {
    margin-bottom: 0;
}

.extras .block {
    position: relative;
    padding: 0 0 45px;
    height: 100%;
}

@media only screen and (max-width: 719px) {
    .extras .block {
        display: table;
        max-width: 230px;
        width: 100%;
        margin: 0 auto;
    }
}

.extras .new {
    display: none;
    width: 100%;
    max-width: 608px;
    margin: 27px auto 0;
}

@media only screen and (max-width: 719px) {
    .extras .new {
        margin-top: 78px;
        display: table;
        max-width: none;
    }
}

.extras .bottom {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

.extras .actions {
    grid-template-columns: 56px auto 56px;
    gap: 6px;
}

.extras .add {
    display: block;
    padding: 12px 12px 12px 52px;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0 0 22px;
    position: relative;
}

.extras .add input {
    display: none;
}

.extras .add input:checked + span {
    box-shadow: inset 0 0 0 3px #07D334;
    background-color: #103D1A;
}

.extras .add input:checked + span + .checkbox {
    box-shadow: inset 0 0 0 2px #07D334;
}

.extras .add input:checked + span + .checkbox:after {
    visibility: visible;
}

.extras .add p {
    position: relative;
    z-index: 2;
}

.extras .add span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #EA7B00;
    border-radius: 5px;
}

.extras .checkbox {
    position: absolute;
    top: 50%;
    left: 13px;
    display: block;
    border-radius: 8px;
    width: 26px;
    height: 26px;
    box-shadow: inset 0 0 0 2px #fff;
    border-radius: 8px;
    transform: translate(0, -50%);
}

.extras .checkbox:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    visibility: hidden;
    background: url(../images/check.svg) no-repeat center center/16px auto;
}

.extras .btn {
    background-color: #262943;
}

.extras .card:before {
    background-color: #0D0E1A;
}

.extras .col {
    position: relative;
}

.extras .newLabel {
    position: absolute;
    color: #fff;
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    padding: 0 7px;
    text-transform: uppercase;
    background-color: #D80027;
    top: 8px;
    left: 8px;
    border-radius: 10px;
}

@media only screen and (max-width: 719px) {
    .extras .newLabel {
        top: -59px;
        left: 50%;
        transform: translate(-50%, 0);
    }
}

.extras .slider {
    display: none;
}

@media only screen and (max-width: 719px) {
    .extras .slider {
        display: block;
    }
}

.extras .slides {
    margin: 0 0 16px;
}

.extras .slides .oneSlide {
    width: 278px;
    padding: 0 0 0 14px;
}

.extras .slides .slick-arrow {
    display: none !important;
}

.extras .slideCnt {
    margin: 0 0 7px;
    gap: 5px;
    justify-content: center;
    flex-direction: row;
}

.extras .slideCnt > * {
    width: 117px;
    height: 50px;
    border-radius: 5px;
    background-color: #262943;
    background-repeat: no-repeat;
    background-position: center center;
}

.extras .slideCnt .left {
    background-image: url(../images/prev-date.svg);
}

.extras .slideCnt .right {
    background-image: url(../images/next-date.svg);
}

.extras .slideText {
    max-width: 239px;
    width: 100%;
    text-align: center;
    display: table;
    margin: 0 auto;
    border-radius: 5px;
    background-color: #262943;
    font-size: 16px;
    line-height: 34px;
}

main {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.summary {
    grid-template-columns: auto 404px;
    gap: 27px;
}

@media only screen and (max-width: 1023px) {
    .summary {
        grid-template-columns: 1fr;
    }
}

.summary > .col {
    border-radius: 5px;
    padding: 31px 30px 20px;
}

.summary > .col:first-child {
    background-color: #3E416A;
}

@media only screen and (max-width: 1023px) {
    .summary > .col:first-child {
        padding: 13px 33px 25px;
    }
}

.summary > .col:first-child h2 {
    margin: 0 0 23px;
}

.summary > .col:last-child {
    background-color: #191B31;
}

@media only screen and (max-width: 1023px) {
    .summary > .col:last-child {
        padding: 19px 8px 11px;
    }
}

.summary > .col:last-child h2 {
    margin: 0 0 11px;
}

@media only screen and (max-width: 1023px) {
    .summary > .col:last-child h2 {
        padding: 0 0 0 10px;
    }
}

.summary h2 {
    font-size: 32px;
    line-height: 47px;
    font-weight: 500;
}

.summary .billingData {
    display: none;
    padding: 30px 0 0;
}

.summary .contact .grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 35px 24px;
    margin: 0 0 28px;
}

@media only screen and (max-width: 1519px) {
    .summary .contact .grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 1023px) {
    .summary .contact .grid {
        grid-template-columns: 1fr;
        gap: 9px;
        margin-bottom: 9px;
    }
}

.summary .contact .required.error + .errorText {
    display: block;
}

.summary .contact .errorText {
    display: block;
    color: #B80C1C;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    display: none;
}

.summary .contact label:not(.checkbox) {
    display: block;
    margin: 0 0 6px;
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
}

@media only screen and (max-width: 1023px) {
    .summary .contact label:not(.checkbox) {
        text-align: center;
        font-size: 16px;
        line-height: 24px;
    }
}

.summary .contact input,
.summary .contact select {
    height: 45px;
    padding: 0 10px;
}

.summary .contact textarea {
    height: 182px;
    padding: 8px 10px;
    margin: 0 0 17px;
}

.summary .contact input,
.summary .contact select,
.summary .contact textarea {
    display: block;
    width: 100%;
    background-color: #0D0E1A;
    border: solid 2px #262943;
    border-radius: 5px;
    color: #fff;
    font: 500 16px "Oswald";
}

.summary .checkbox {
    display: table;
    padding: 0 0 0 34px;
    cursor: pointer;
    font-size: 18px;
    position: relative;
}

@media only screen and (max-width: 1023px) {
    .summary .checkbox {
        margin: 0 0 0 11px;
    }
}

.summary .checkbox input {
    display: none;
}

.summary .checkbox input:checked + span {
    background-color: #103D1A;
    box-shadow: inset 0 0 0 2px #07D334;
}

.summary .checkbox input:checked + span:after {
    visibility: visible;
}

.summary .checkbox input.error + span {
    box-shadow: inset 0 0 0 2px #B80C1C;
}

.summary .checkbox span {
    width: 23px;
    height: 23px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    background-color: #191B31;
    border-radius: 8px;
    box-shadow: inset 0 0 0 2px #5F6289;
}

.summary .checkbox span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    background: url(../images/check.svg) no-repeat center center/16px auto;
}

.summary .checkbox a {
    text-decoration: underline;
    color: #fff;
}

.summary .submit {
    border-radius: 5px;
    background-color: #EA7B00;
    font-size: 24px;
    line-height: 49px;
    text-align: center;
    cursor: pointer;
}

.summary .highlight {
    padding: 4px 10px 9px 22px;
    background-color: #2A2C45;
    border-radius: 5px;
    margin: 0 0 8px;
}

.summary .highlight .checkbox span {
    width: 20px;
    height: 20px;
    box-shadow: inset 0 0 0 2px #fff;
    top: 5px;
    background-color: unset;
    border-radius: 5px;
    transform: translate(0, 0);
}

.summary .highlight .checkbox span:after {
    background-size: 10px auto;
}

.summary .checkboxes {
    padding: 14px 22px 12px;
}

.summary .checkboxes .checkbox {
    margin: 0 0 12px;
}

.summary .checkboxes .checkbox:last-child {
    margin-bottom: 0;
}

.summary .small,
.summary .whiteSmall {
    font-size: 18px;
    line-height: 27px;
}

.summary .smPadding {
    padding: 0 9px;
}

.summary .priceTable {
    border-radius: 5px;
    background-color: #3E416A;
    padding: 9px 22px;
    font-size: 24px;
    line-height: 36px;
}

.summary .priceTable .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.summary .priceTable .oneLine {
    margin: 0 0 12px;
}

.summary .priceTable .oneLine:first-child {
    margin-bottom: 3px;
}

.summary .priceTable .oneLine:last-child {
    margin-bottom: 0;
}

.summary .priceTable .col:last-child {
    text-align: right;
}

.summary .summaryTable {
    margin: 0 0 29px;
}

@media only screen and (max-width: 1023px) {
    .summary .summaryTable {
        padding: 0 10px;
    }
}

.summary .summaryTable .small {
    color: #DBDDFF;
}

.summary .summaryTable .oneLine {
    padding: 6px 0;
}

.summary .summaryTable .oneLine.border {
    border-bottom: solid 2px #3E416A;
}

.summary .summaryTable .oneLine.xrPadding {
    padding-bottom: 30px;
    margin-bottom: 10px;
}

.summary .summaryTable .grid {
    gap: 6px;
    align-items: center;
}

.summary .summaryTable .grid.cols3 {
    grid-template-columns: 115px auto 60px;
}

.summary .summaryTable .grid.cols3 .col:last-child {
    text-align: center;
}

.summary .summaryTable .grid.cols2 {
    grid-template-columns: 144px auto;
}

.summary .summaryTable .date,
.summary .summaryTable .time {
    display: table;
    min-width: 60px;
    text-align: center;
    border-radius: 5px;
    line-height: 34px;
    font-size: 18px;
    padding: 0 9px;
    background-color: #262943;
}

.summary .summaryTable span {
    display: table;
}

.summary .packCnt.hidden,
.summary .extraCnt.hidden,
.summary .teamCnt.hidden,
.summary .dateCnt.hidden {
    display: none;
}

.summary .packNumHolder span,
.summary .extraNumHolder span {
    display: table;
    margin: 0 auto;
}

select {
    appearance: none;
    display: table;
    padding: 0 55px 0 9px;
    border: 0;
    height: 34px;
    background: #0D0E1A url(../images/dropdown.svg) no-repeat right 17px center;
    color: #fff;
    font: 18px "Oswald";
    border-radius: 5px;
    box-shadow: inset 0 0 0 2px #262943;
}

option {
    font: bold 14px Arial;
}

.bookingSummary .toCenter {
    max-width: 1378px;
}

.bookingSummary h3 {
    font: 64px/73px HM;
    text-align: center;
    color: #fff;
    margin: 0 0 10px;
}

.bookingSummary h4 {
    display: table;
    margin: 0 auto 40px;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.22);
    padding: 13px 49px 12px;
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;
}

.bookingSummary .process {
    margin-bottom: 40px;
}

@media only screen and (max-width: 1023px) {
    .bookingSummary .process {
        margin-bottom: 20px;
    }
}

.bookingSummary .outer {
    grid-template-columns: auto 404px;
    gap: 27px;
}

@media only screen and (max-width: 1023px) {
    .bookingSummary .outer {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

.bookingSummary .outer > .col:first-child .window {
    padding: 31px 14px 14px 39px;
}

@media only screen and (max-width: 1023px) {
    .bookingSummary .outer > .col:first-child .window {
        padding: 30px 15px 15px;
    }
}

.bookingSummary .outer > .col:first-child h5 {
    margin: 0 0 8px;
}

.bookingSummary .outer > .col:last-child .window {
    padding: 31px 31px 14px;
}

@media only screen and (max-width: 1023px) {
    .bookingSummary .outer > .col:last-child .window {
        padding: 30px 15px 15px;
    }
}

.bookingSummary .outer > .col:last-child h5 {
    margin: 0 0 16px;
}

.bookingSummary .window {
    background-color: #191B31;
    border-radius: 5px;
}

.bookingSummary h5 {
    color: #fff;
    font-weight: 500;
    font-size: 32px;
    line-height: 47px;
}

.bookingSummary .content .decor {
    left: -80px;
    z-index: -1;
}

@media only screen and (max-width: 1023px) {
    .bookingSummary .content .decor {
        left: auto;
    }
}

.bookingSummary .blocks .grid {
    margin: 0 0 8px;
    gap: 8px 12px;
    grid-template-columns: repeat(3, 1fr);
}

@media only screen and (max-width: 1023px) {
    .bookingSummary .blocks .grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 479px) {
    .bookingSummary .blocks .grid {
        grid-template-columns: 1fr;
    }
}

.bookingSummary .blocks .flex {
    gap: 8px;
    margin-bottom: 0;
}

@media only screen and (max-width: 479px) {
    .bookingSummary .blocks .flex {
        flex-direction: column;
    }
}

.bookingSummary .blocks .block {
    width: 100%;
    padding: 9px 11px 16px;
    border-radius: 5px;
    background-color: #262943;
}

.bookingSummary .blocks .top {
    color: #DBDDFF;
    margin: 0 0 8px;
    font-size: 18px;
    line-height: 26px;
}

.bookingSummary .blocks p {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
}

.bookingSummary .back {
    display: table;
    background-color: #191B31;
    width: 348px;
    text-align: center;
    color: #fff;
    margin: 17px 0;
    line-height: 48px;
    font-size: 24px;
    border-radius: 5px;
}

@media only screen and (max-width: 1023px) {
    .bookingSummary .back {
        width: 100%;
    }
}

.bookingSummary .submit {
    border-radius: 5px;
    background-color: #EA7B00;
    font-size: 24px;
    line-height: 49px;
    text-align: center;
    cursor: pointer;
}

.bookingSummary .prices {
    background-color: #3E416A;
    padding: 6px 24px 9px;
    border-radius: 5px;
    margin: 0 0 21px;
    color: #fff;
}

@media only screen and (max-width: 1023px) {
    .bookingSummary .prices {
        padding: 15px;
    }
}

.bookingSummary .prices .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin: 0 0 4px;
    font-size: 18px;
    line-height: 26px;
}

.bookingSummary .prices .grid:last-child {
    margin-bottom: 0;
    padding: 7px 0 0;
    font-size: 24px;
    line-height: 35px;
}

.bookingSummary .prices .grid .col:last-child {
    text-align: right;
}

.bookingSummary .table {
    margin: 0 0 28px;
}

.bookingSummary .table span {
    display: table;
    line-height: 34px;
    padding: 0 11px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    border-radius: 5px;
    background-color: #262943;
}

.bookingSummary .table .grid {
    margin: 0 0 12px;
    grid-template-columns: auto 122px 60px;
    gap: 6px;
    align-items: center;
}

@media only screen and (max-width: 1023px) {
    .bookingSummary .table .grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

.bookingSummary .table .grid:last-child {
    margin-bottom: 0;
}

.bookingSummary .table .grid:nth-child(2) {
    margin-bottom: 5px;
    padding: 0 0 7px;
    border-bottom: solid 1px #262943;
}

.bookingSummary .table .grid:nth-child(3) {
    margin-bottom: 5px;
    padding: 2px 0 13px;
    border-bottom: solid 1px #262943;
}

.bookingSummary .table .grid:nth-child(4) {
    margin-bottom: 14px;
    padding: 2px 0 34px;
    border-bottom: solid 1px #262943;
}

.bookingSummary .table .col:first-child {
    color: #DBDDFF;
}

@media only screen and (max-width: 1023px) {
    .bookingSummary .table .col:nth-child(2) {
        text-align: center;
    }

    .bookingSummary .table .col:nth-child(2) span {
        margin: 0 auto;
    }
}

.bookingSummary .table .col:last-child {
    text-align: center;
}

@media only screen and (max-width: 1023px) {
    .bookingSummary .table .col:last-child {
        text-align: right;
    }
}

.bookingSummary .table .col:last-child span {
    width: 100%;
}

@media only screen and (max-width: 1023px) {
    .bookingSummary .table .col:last-child span {
        width: auto;
        margin: 0 0 0 auto;
    }
}

.bookingFeedback .successIcon {
    width: 105px;
    height: 105px;
    background: url(../images/success_big.svg) no-repeat center center/cover;
    display: table;
    margin: 0 auto 20px;
}

@media only screen and (max-width: 1023px) {
    .bookingFeedback .successIcon {
        width: 60px;
        height: 60px;
    }
}

.bookingFeedback .process {
    margin-bottom: 16px;
}

.bookingFeedback .content .decor {
    z-index: -1;
}

.bookingFeedback .final {
    grid-template-columns: repeat(2, 1fr);
    gap: 11px 76px;
    font-size: 32px;
    line-height: 48px;
    font-weight: 600;
    color: #fff;
    padding: 28px;
    border-radius: 5px;
    background-color: #3E416A;
}

@media only screen and (max-width: 1023px) {
    .bookingFeedback .final {
        padding: 15px;
        grid-template-columns: 1fr;
        gap: 0;
        font-size: 24px;
        line-height: 32px;
    }
}

.bookingFeedback .final .col:nth-child(odd) {
    text-align: right;
}

@media only screen and (max-width: 1023px) {
    .bookingFeedback .final .col:nth-child(odd) {
        text-align: center;
    }
}

.bookingFeedback .final .col:nth-child(even) {
    color: #DBDDFF;
}

@media only screen and (max-width: 1023px) {
    .bookingFeedback .final .col:nth-child(even) {
        margin: 0 0 30px;
        text-align: center;
    }

    .bookingFeedback .final .col:nth-child(even):last-child {
        margin-bottom: 0;
    }
}

.bookingFeedback .successText,
.bookingFeedback .successSubText {
    display: table;
    margin: 0 auto 25px;
    text-align: center;
}

.bookingFeedback .successText {
    max-width: 700px;
    font-weight: 500;
    font-size: 36px;
    line-height: 54px;
}

@media only screen and (max-width: 1023px) {
    .bookingFeedback .successText {
        font-size: 28px;
        line-height: 36px;
    }
}

.bookingFeedback .successSubText {
    max-width: 500px;
    font-size: 24px;
    line-height: 35px;
}

.bookingError {
    padding: 0 0 65px;
}

.bookingError .errorIcon {
    width: 100px;
    height: 100px;
    background: url(../images/cancel_big.svg) no-repeat center center/cover;
    display: table;
    margin: 0 auto 20px;
}

@media only screen and (max-width: 1023px) {
    .bookingError .errorIcon {
        width: 60px;
        height: 60px;
    }
}

.bookingError .failed {
    padding: 12px;
    min-width: 568px;
    color: #fff;
    line-height: 36px;
    font-size: 24px;
    color: #FF1515;
    text-align: center;
    display: table;
    margin: 0 auto 20px;
    border-radius: 6px;
    font-weight: 500;
    background-color: rgba(255, 21, 21, 0.3);
}

@media only screen and (max-width: 1023px) {
    .bookingError .failed {
        min-width: unset;
        width: 100%;
    }
}

.bookingError .button {
    border-radius: 5px;
    background-color: #EA7B00;
    font-size: 24px;
    line-height: 49px;
    text-align: center;
    cursor: pointer;
    display: table;
    margin: 0 auto;
    min-width: 348px;
    color: #fff;
}

@media only screen and (max-width: 1023px) {
    .bookingError .button {
        min-width: unset;
        width: 100%;
    }
}

.alertBg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
    backdrop-filter: blur(11px);
    background-color: rgba(25, 27, 49, 0.34);
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 250ms;
}

.alertBg.visible {
    opacity: 1;
    visibility: visible;
}

.alertBg.visible + .alertContent {
    opacity: 1;
    visibility: visible;
}

.alertContent {
    max-width: 860px;
    width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 14px;
    z-index: 9999;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 250ms;
}

.alertBox {
    border-radius: 12px;
    background-color: #0D0E1A;
    border: solid 2px #B80C1C;
    padding: 50px 60px 55px;
    text-align: center;
    position: relative;
}

@media only screen and (max-width: 719px) {
    .alertBox {
        padding: 16px;
    }
}

.alertBox img {
    display: block;
}

.alertBox .topImage {
    margin: 0 auto 8px;
    display: table;
}

@media only screen and (max-width: 719px) {
    .alertBox .topImage {
        max-width: 150px;
    }
}

.alertBox .midImage {
    margin: 0 0 20px;
}

.alertBox .midImage img {
    width: 100%;
}

@media only screen and (max-width: 719px) {
    .alertBox .midImage {
        display: none;
    }
}

.alertBox .close {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 15px;
    right: 15px;
    background: url(../images/x.svg) no-repeat center center;
    transition: all ease-in-out 150ms;
    opacity: 1;
    cursor: pointer;
}

.alertBox .close:hover {
    opacity: 0.8;
}

.alertBox .redBox {
    display: inline-block;
    margin: 0 0 26px;
    background-color: #B80C1C;
    color: #fff;
    padding: 0 38px;
    line-height: 50px;
    font-weight: 500;
    font-size: 24px;
}

@media only screen and (max-width: 719px) {
    .alertBox .redBox {
        line-height: 28px;
        font-size: 18px;
        padding: 0 12px;
    }
}

.alertBox p {
    margin: 0 0 46px;
}

@media only screen and (max-width: 719px) {
    .alertBox p {
        margin-bottom: 16px;
    }
}

.alertBox .button {
    font-size: 16px;
    line-height: 48px;
    padding: 0 24px;
    display: table;
    margin: 0 auto;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    background-color: #EA7B00;
    transition: all ease-in-out 150ms;
    opacity: 1;
}

.alertBox .button:hover {
    opacity: 0.8;
}

.mainFooter {
    padding: 16px 0 23px;
}

@media only screen and (max-width: 1023px) {
    .mainFooter {
        padding: 27px 0 7px;
    }
}

.mainFooter .grid {
    grid-template-columns: 309px auto;
    gap: 103px;
    align-items: end;
}

@media only screen and (max-width: 1023px) {
    .mainFooter .grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
}

.mainFooter p {
    text-transform: uppercase;
    text-align: right;
}

.mainFooter p a {
    color: #fff;
}

.mainFooter p a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 1023px) {
    .mainFooter p {
        text-align: center;
    }
}

.mainFooter img {
    display: block;
    width: 100%;
}
