@font-face {
    font-family: NewGroteskSquare2;
    src: url(/rezerwacja/dist/fonts/NewGroteskSquareTWO.woff2) format("woff2"),
        url(/rezerwacja/dist/fonts/NewGroteskSquareTWO.woff) format("woff");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: NewGroteskSquare4;
    src: url(/rezerwacja/dist/fonts/NewGroteskSquareFOUR.woff2) format("woff2"),
        url(/rezerwacja/dist/fonts/NewGroteskSquareFOUR.woff) format("woff");
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: NewGroteskSquare5;
    src: url(/rezerwacja/dist/fonts/NewGroteskSquareFIVE.woff2) format("woff2"),
        url(/rezerwacja/dist/fonts/NewGroteskSquareFIVE.woff) format("woff");
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: Patron;
    src: url(/rezerwacja/dist/fonts/Patron-Regular.woff2) format("woff2"),
        url(/rezerwacja/dist/fonts/Patron-Regular.woff) format("woff");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: PatronMedium;
    src: url(/rezerwacja/dist/fonts/Patron-Medium.woff2) format("woff2"),
        url(/rezerwacja/dist/fonts/Patron-Medium.woff) format("woff");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: PatronBold;
    src: url(/rezerwacja/dist/fonts/Patron-Bold.woff2) format("woff2"),
        url(/rezerwacja/dist/fonts/Patron-Bold.woff) format("woff");
    font-style: normal;
    font-weight: 700;
}

body,
html {
    height: 100%;
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.container {
    padding-left: 30px;
    padding-right: 30px;
}

@media (min-width: 1200px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.navbar {
    padding: 0.75rem 0;
}

@media (min-width: 1200px) {
    .navbar {
        padding-bottom: 1.75rem;
        padding-top: 1.75rem;
    }
}

.navbar h1 {
    font-size: 25px;
    margin: 0;
    text-transform: uppercase;
}

@media (min-width: 1200px) {
    .navbar h1 {
        font-size: 40px;
    }
}

@media (min-width: 1200px) {
    .navbar h1 br {
        display: none;
    }
}

.navbar-brand {
    -ms-flex-item-align: start;
    align-self: flex-start;
    line-height: 1;
    margin: 0 0 0 3px;
    padding: 0;
}

@media (min-width: 1200px) {
    .navbar-brand {
        -ms-flex-item-align: center;
        align-self: center;
    }
}

.navbar-brand img {
    height: 15px;
    width: auto;
}

@media (min-width: 1200px) {
    .navbar-brand img {
        height: 30px;
    }
}

.navbar-nav {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

@media (min-width: 1200px) {
    .navbar-nav {
        margin-right: 35px;
    }
}

.navbar-nav .nav-link {
    color: #0d0c15;
    line-height: 1.4;
    padding: 0;
}

.navbar-nav .nav-link i {
    font-size: 15px;
}

@media (min-width: 1200px) {
    .navbar-nav .nav-link i {
        margin-right: 10px;
    }
}

.navbar-nav .nav-link span {
    display: none;
}

@media (min-width: 1200px) {
    .navbar-nav .nav-link span {
        display: inline-block;
        font-family: PatronMedium, sans-serif;
        text-transform: uppercase;
    }
}

.btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: PatronBold, sans-serif;
    font-size: 14px;
    height: 48px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px;
    text-transform: uppercase;
    white-space: nowrap;
}

@media (min-width: 1200px) {
    .btn {
        font-size: 16px;
        height: 56px;
    }
}

.btn i {
    font-size: 12px;
}

@media (min-width: 1200px) {
    .btn i {
        font-size: 16px;
    }
}

.btn-primary {
    background-color: unset;
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#ff8a6e),
        to(#dc414c)
    );
    background-image: linear-gradient(90deg, #ff8a6e, #dc414c);
    min-width: 138px;
}

.btn-link,
.btn-outline-primary {
    color: #222432;
    font-family: PatronBold, sans-serif;
    font-size: 12px;
    height: auto;
}

@media (min-width: 1200px) {
    .btn-link,
    .btn-outline-primary {
        font-size: 16px;
        height: 56px;
    }
}

.btn-link:hover,
.btn-outline-primary:hover {
    color: #222432;
    text-decoration: none;
}

.btn-link {
    height: 30px;
    padding-left: 0;
    padding-right: 0;
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: none !important;
}

.btn-link-primary {
    font-family: Patron, sans-serif;
}

@media (min-width: 1200px) {
    .btn-link-primary {
        font-size: 18px;
        font-weight: 500;
        line-height: 1.56;
    }
}

.btn-link-primary:after {
    background-image: url(/rezerwacja/dist/images/arrow-right@3x.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 13px;
    width: 13px;
}

@media (min-width: 1200px) {
    .btn-link-primary:after {
        height: 18px;
        margin-left: 15px;
        margin-right: 10px;
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
        width: 18px;
    }
}

.btn-link--form {
    font-size: 14px;
    position: relative;
}

@media (min-width: 1200px) {
    .btn-link--form {
        font-family: PatronMedium, sans-serif;
        font-size: 18px;
    }
}

.btn-link--form:hover {
    text-decoration: none;
}

.btn-link--form:before {
    background-color: #000000;
    bottom: 8px;
    content: "";
    height: 2px;
    position: absolute;
    width: 100%;
}

@media (min-width: 1200px) {
    .btn-link--form:before {
        bottom: 7px;
    }
}

.btn-outline-primary {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 1200px) {
    .btn-outline-primary {
        background-color: #ffffff;
        border: 1px solid #989898;
        padding: 0 15px;
    }
}

@media (min-width: 1200px) {
    .btn-outline-primary:active {
        background-color: #ffffff !important;
        border: 1px solid #989898;
        color: #222432 !important;
    }
}

.btn-outline-primary:hover {
    background-color: transparent;
    color: #222432;
}

@media (min-width: 1200px) {
    .btn-outline-primary:hover {
        background-color: #ffffff;
        border: 1px solid #989898;
    }
}

.btn-arrow-right i {
    margin-left: 10px;
}

.btn-arrow-left i {
    margin-right: 10px;
}

label {
    font-family: PatronBold, sans-serif;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 0;
    text-transform: uppercase;
}

@media (min-width: 1200px) {
    label {
        font-family: PatronMedium, sans-serif;
        font-size: 18px;
        line-height: 1.56;
    }
}

.form-group {
    margin-bottom: 20px;
}

@media (min-width: 1200px) {
    .form-group {
        margin-bottom: 30px;
    }
}

.form-group small {
    font-size: 13px;
    line-height: 2.15;
    margin-top: -10px;
}

.form-control,
.form-group small {
    font-family: PatronMedium, sans-serif;
}

.form-control {
    border: 1px solid #989898;
    color: #222432;
    font-size: 16px;
    height: 49px;
    padding-bottom: 0;
    padding-top: 0;
}

.form-control::-webkit-input-placeholder {
    color: #222432;
}

.form-control::-moz-placeholder {
    color: #222432;
}

.form-control:-ms-input-placeholder {
    color: #222432;
}

.form-control::-ms-input-placeholder {
    color: #222432;
}

.form-control::placeholder {
    color: #222432;
}

.form-control--select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='10'%3E%3Cpath fill='%23FF5C4E' fill-rule='evenodd' d='M8.5 9.5l8.5-9H0z'/%3E%3C/svg%3E") !important;
    background-position: right 20px center !important;
    background-repeat: no-repeat;
    background-size: 17px 10px !important;
    padding-right: 3.5rem !important;
}

.form-check {
    margin-bottom: 10px;
    padding-left: 30px;
}

.form-check-input {
    opacity: 0;
    visibility: visible;
}

.form-check-label {
    font-size: 11px;
    line-height: 2.55;
    text-transform: none;
}

@media (min-width: 1200px) {
    .form-check-label {
        font-size: 13px;
        line-height: 2.15;
    }
}

.form-check-label:before {
    background-color: #ffffff;
    border: 1px solid #989898;
    border-radius: 3px;
    content: "";
    display: block;
    height: 18px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 18px;
}

@media (min-width: 1200px) {
    .form-check-label:before {
        top: 5px;
    }
}

.form-check--radio .form-check-label:before {
    border-radius: 50%;
}

.form-check-input:checked + .form-check-label:after {
    color: #ff5c4e;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 4px;
    position: absolute;
    top: -1px;
}

@media (min-width: 1200px) {
    .form-check-input:checked + .form-check-label:after {
        left: 3px;
        top: 0;
    }
}

.form-check--radio .form-check-input:checked + .form-check-label:after {
    background-color: #ff5c4e;
    border-radius: 50%;
    content: "";
    height: 8px;
    left: 5px;
    top: 9px;
    width: 8px;
}

@media (min-width: 1200px) {
    .form-check--radio .form-check-input:checked + .form-check-label:after {
        top: 10px;
    }
}

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

.form-control.is-invalid,
.was-validated .form-control:invalid {
    background-image: none;
    border-color: red;
    border-width: 2px;
    padding-right: inherit;
}

.form-control.is-valid,
.was-validated .form-control:valid {
    background-image: none;
    border-color: #989898;
    padding-right: inherit;
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: red;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #989898;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-check-input.is-invalid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
    color: inherit;
}

.invalid-feedback {
    color: red;
    font-family: PatronMedium, sans-serif;
    font-size: 13px;
    line-height: 2.15;
    width: auto;
}

@media (min-width: 1200px) {
    .invalid-feedback {
        display: block;
        position: absolute;
        left: 60%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: 0;
        padding-left: 0;
    }
}

.input-group + .invalid-feedback {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.form-check + .invalid-feedback {
    padding-left: 0;
}

.form-check--radio + .invalid-feedback {
    padding-left: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

@media (min-width: 1200px) {
    .form-check--radio + .invalid-feedback {
        -webkit-transform: translate(calc(45% + 15px), -50%);
        transform: translate(calc(45% + 15px), -50%);
    }
}

@media (min-width: 1200px) {
    .invalid-feedback--no-transform + .invalid-feedback,
    .invalid-feedback--no-transform .invalid-feedback {
        margin-top: 0.25rem;
        position: static;
        -webkit-transform: none;
        transform: none;
    }
}

hr {
    border-top: 1px solid #989898;
    margin-bottom: 30px;
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

@media (min-width: 576px) {
    .mb-sm-30 {
        margin-bottom: 30px !important;
    }

    .mt-sm-30 {
        margin-top: 30px !important;
    }

    .mb-sm-50 {
        margin-bottom: 50px !important;
    }

    .mt-sm-50 {
        margin-top: 50px !important;
    }
}

@media (min-width: 768px) {
    .mb-md-30,
    .mt-md-30 {
        margin-bottom: 30px !important;
    }

    .mb-md-50 {
        margin-bottom: 50px !important;
    }

    .mt-md-50 {
        margin-top: 50px !important;
    }
}

@media (min-width: 992px) {
    .mb-lg-30 {
        margin-bottom: 30px !important;
    }

    .mt-lg-30 {
        margin-top: 30px !important;
    }

    .mb-lg-50 {
        margin-bottom: 50px !important;
    }

    .mt-lg-50 {
        margin-top: 50px !important;
    }
}

@media (min-width: 1200px) {
    .mb-xl-30 {
        margin-bottom: 30px !important;
    }

    .mt-xl-30 {
        margin-top: 30px !important;
    }

    .mb-xl-50 {
        margin-bottom: 50px !important;
    }

    .mt-xl-50 {
        margin-top: 50px !important;
    }
}

@-webkit-keyframes spin-preloader {
    to {
        -webkit-transform: translate(-50%, -50%) rotate(1turn);
        transform: translate(-50%, -50%) rotate(1turn);
    }
}

@keyframes spin-preloader {
    to {
        -webkit-transform: translate(-50%, -50%) rotate(1turn);
        transform: translate(-50%, -50%) rotate(1turn);
    }
}

.preloader:before {
    background-color: hsla(0, 0%, 100%, 0.8);
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.preloader:after,
.preloader:before {
    content: "";
    opacity: 0;
    position: fixed;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    visibility: hidden;
    z-index: 2;
}

.preloader:after {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: spin-preloader;
    animation-name: spin-preloader;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    border-radius: 50%;
    border: 2px solid #ff5c4e;
    border-bottom-color: transparent;
    display: block;
    height: 4rem;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 4rem;
}

.preloader--active:after,
.preloader--active:before {
    opacity: 1;
    visibility: visible;
}

#wybrane-miejsce {
    background-color: #324c71;
    color: #ffffff;
    font-weight: 700;
    margin-top: 10px;
    padding: 5px;
    text-align: center;
}

#block-wizualizacja {
    border: 1px solid #d4d4d4;
    padding: 10px;
    position: relative;
}

#legenda .blok {
    border: 1px solid #000000;
    display: inline-block;
    height: 15px;
    vertical-align: middle;
    width: 15px;
}

#wizualizacja .miejsce.w {
    cursor: default;
    fill: #ffffff;
    stroke: #000000;
    stroke-width: 1;
}

#wizualizacja .label.w {
    cursor: default;
    fill: #000000;
}

#legenda .w {
    border: 1px solid #000000;
}

#wizualizacja .miejsce.n {
    cursor: default;
    fill: #f16c60 !important;
    stroke: #000000;
    stroke-width: 1;
}

#wizualizacja .label.n {
    cursor: default;
    fill: #ffffff !important;
}

#legenda .n {
    background-color: #f16c60;
    border: 1px solid #000000;
    color: #000000;
}

#wizualizacja .miejsce.z {
    fill: #333333;
    stroke: #000000;
    stroke-width: 1;
}

#wizualizacja .label.z {
    fill: #ffffff;
}

#legenda .z {
    background-color: #333333;
    border: 1px solid #000000;
    color: #ffffff;
}

#wizualizacja .miejsce.x {
    fill: #333333;
    stroke: #000000;
    stroke-width: 1;
}

#wizualizacja .label.x {
    fill: #ffffff;
}

#legenda .x {
    background-color: #333333;
    border: 1px solid #000000;
    color: #ffffff;
}

#wizualizacja .miejsce.ui-selected,
#wizualizacja .miejsce.ui-selecting {
    fill: #f39814 !important;
}

.header {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 10px 0 hsla(0, 0%, 58.8%, 0.5);
    box-shadow: 0 0 10px 0 hsla(0, 0%, 58.8%, 0.5);
    z-index: 1;
}

.main {
    padding: 30px 0;
}

@media (min-width: 1200px) {
    .main {
        padding: 50px 0;
    }
}

.main__header {
    font-size: 40px;
    text-transform: uppercase;
}

@media (min-width: 1200px) {
    .main__header {
        font-size: 70px;
    }
}

.main__header--normal {
    font-size: 30px;
    margin-bottom: 20px;
    padding-right: 60px;
}

@media (min-width: 1200px) {
    .main__header--normal {
        font-size: 40px;
    }
}

.main__header--underline {
    border-bottom: 1px solid #989898;
    color: #7f7f7f;
    font-family: PatronMedium, sans-serif;
    font-size: 13px;
    line-height: 2.15;
    margin-bottom: 30px;
    padding-right: 50px;
    position: relative;
    text-transform: uppercase;
}

.main__header--underline--error:after {
    display: none;
}

@media (min-width: 1200px) {
    .main__header--underline--error:after {
        color: red;
        content: attr(data-form-valid-error);
        display: inline-block;
        font-family: PatronMedium, sans-serif;
        font-size: 13px;
        left: calc(25% + 10px);
        position: absolute;
        text-transform: none;
    }
}

.main__header--underline a {
    color: #000000;
    font-family: PatronMedium, sans-serif;
    font-size: 13px;
    position: absolute;
    right: 0;
    text-transform: none;
}

.main__header--underline a:hover {
    text-decoration: none;
}

.main__header--underline a:before {
    background-color: #000000;
    bottom: 7px;
    content: "";
    height: 1px;
    position: absolute;
    width: 100%;
}

.main__timer {
    font-size: 12px;
    opacity: 0;
    padding-right: 38px;
    position: absolute;
    right: 0;
    text-align: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    visibility: hidden;
}

@media (min-width: 1200px) {
    .main__timer {
        font-size: 18px;
        padding-right: 58px;
    }
}

.main__timer--active {
    opacity: 1;
    visibility: visible;
}

.main__timer i {
    color: #e02020;
}

.main__timer-clock {
    font-family: PatronBold, sans-serif;
    position: absolute;
    right: 0;
}

.main__subheader {
    color: #ff5c4e;
    font-family: PatronBold, sans-serif;
    font-size: 14px;
    line-height: 2;
    text-transform: uppercase;
}

@media (min-width: 1200px) {
    .main__subheader {
        font-size: 18px;
        line-height: 1.56;
    }
}

.main__summary {
    border-bottom: 1px solid #989898;
    border-top: 1px solid #989898;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 20px;
    padding: 20px 0;
    width: 100%;
}

@media (min-width: 1200px) {
    .main__summary {
        border-bottom-width: 0;
        border-top-width: 0;
        margin-bottom: 30px;
        padding: 0;
    }
}

.main__summary-label {
    font-family: PatronBold, sans-serif;
    font-size: 14px;
    line-height: 2;
    text-transform: uppercase;
}

@media (min-width: 1200px) {
    .main__summary-label {
        font-size: 22px;
        line-height: 1.27;
    }
}

.main__summary--small .main__summary-label {
    font-size: 18px;
}

.main__summary-price {
    color: #ff5c4e;
    font-family: PatronBold, sans-serif;
    font-size: 14px;
    line-height: 2;
    padding-left: 5px;
}

@media (min-width: 1200px) {
    .main__summary-price {
        font-size: 22px;
        line-height: 1.27;
    }
}

.main__summary--small .main__summary-price {
    font-size: 18px;
}

.main__payment-provider {
    font-family: Patron, sans-serif;
    font-size: 16px;
    color: #898989;
    display: flex;
    align-items: flex-end;
    margin-top: 30px;
}

.main__payment-provider__payu {
    margin-left: 20px;
}

.footer {
    margin-top: auto;
    padding-bottom: 2rem;
    padding-top: 1rem;
}

@media (min-width: 1200px) {
    .footer {
        padding-bottom: 6rem;
        padding-top: 3rem;
    }
}

.footer__copyright {
    color: #898989;
    font-size: 11px;
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    .footer__copyright {
        font-size: 16px;
        text-align: right;
    }
}

.section-page p {
    font-family: Patron, sans-serif;
    line-height: 1.56;
}

@media (min-width: 1200px) {
    .section-page p {
        font-size: 18px;
    }
}

.section-page p b {
    font-family: PatronBold, sans-serif;
}

.steps-bar {
    background-color: #ffffff;
    border-top: 1px solid #d9d9d9;
}

.steps-bar__items {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none inside none;
    margin: 0;
    padding: 12px 0 15px;
}

@media (min-width: 1200px) {
    .steps-bar__items {
        padding: 20px 0 26px;
    }
}

.steps-bar__item {
    color: #d9d9d9;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    font-family: NewGroteskSquare4, sans-serif;
    font-size: 16px;
    line-height: 0.88;
    position: relative;
    text-transform: uppercase;
}

.steps-bar__item:before {
    content: "";
}

@media (min-width: 1200px) {
    .steps-bar__item:before {
        background-color: #d9d9d9;
        height: 52px;
        left: 0;
        position: absolute;
        top: 53%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 2px;
    }
}

.steps-bar__item:first-child {
    padding-left: 0;
}

@media (min-width: 1200px) {
    .steps-bar__item:first-child:before {
        display: none;
    }
}

@media (min-width: 1200px) {
    .steps-bar__item {
        font-size: 30px;
        line-height: 1;
        padding-left: 39px;
    }
}

.steps-bar__item--active {
    color: #ff5c4e;
}

.steps-bar__item--active:after {
    background-color: #ff5c4e;
    bottom: -15px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
}

@media (min-width: 1200px) {
    .steps-bar__item--active:after {
        bottom: -26px;
        height: 6px;
    }
}

.steps-bar__item span {
    display: block;
}

@media (min-width: 1200px) {
    .steps-bar__item span {
        margin-top: -3px;
    }
}

.steps-bar__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.listing {
    margin-bottom: 30px;
    position: relative;
}

@media (min-width: 1200px) {
    .listing {
        margin-bottom: 50px;
    }
}

[data-page-name="rezerwacja_rezerwacja_numerowane"] .listing:before {
    background-image: url(/rezerwacja/dist/images/touch.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 32px;
    position: absolute;
    right: 0;
    top: -38px;
    width: 32px;
}

@media (min-width: 1200px) {
    [data-page-name="rezerwacja_rezerwacja_numerowane"] .listing:before {
        display: none;
    }
}

.listing__notice {
    color: #7f7f7f;
    font-size: 11px;
    margin-bottom: 0;
    margin-top: 8px;
}

@media (min-width: 1200px) {
    .listing__notice {
        font-size: 13px;
        text-align: right;
    }
}

@media (min-width: 1200px) {
    .listing__notice span {
        font-weight: 700;
    }
}

.listing__items {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
}

.listing__items--border-top {
    border-top: 1px solid #989898;
    margin-top: 20px;
}

@media (min-width: 1200px) {
    .listing__items--border-top {
        margin-top: 30px;
    }
}

.listing__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #989898;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
}

@media (min-width: 1200px) {
    .listing__item {
        padding: 30px 0;
    }
}

.listing__item:first-child {
    border-top-width: 0;
    margin-top: 20px;
}

@media (min-width: 1200px) {
    .listing__item:first-child {
        margin-top: 30px;
    }
}

.listing__item:last-child {
    border-bottom: 1px solid #989898;
}

.listing__title {
    font-family: PatronBold, sans-serif;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 0;
    margin-right: 1rem;
    text-transform: uppercase;
}

@media (min-width: 1200px) {
    .listing__title {
        font-size: 20px;
        line-height: 1.4;
    }
}

.listing__name {
    font-family: PatronMedium, sans-serif;
    font-size: 14px;
    line-height: 1.14;
    margin-bottom: 0;
    text-transform: uppercase;
}

@media (min-width: 1200px) {
    .listing__name {
        font-size: 18px;
        line-height: 1.56;
    }
}

.listing__name--bold {
    font-family: PatronBold, sans-serif;
}

@media (min-width: 1200px) {
    .listing__table--unnumbered .listing__name {
        width: 28%;
    }
}

.listing__price {
    font-family: PatronMedium, sans-serif;
    font-size: 14px;
    line-height: 1.14;
    white-space: nowrap;
}

@media (min-width: 1200px) {
    .listing__price {
        font-size: 18px;
        line-height: 1.56;
    }
}

.listing__table--unnumbered .listing__price:not(.listing__price--total) {
    display: none;
}

@media (min-width: 1200px) {
    .listing__table--unnumbered .listing__price:not(.listing__price--total) {
        display: table-cell;
        min-width: 27%;
    }
}

.listing__price--total {
    opacity: 0.5;
}

.listing__table--unnumbered .listing__price--total {
    min-width: 20%;
    text-align: right;
}

.listing__price--active {
    opacity: 1;
}

.listing__table--unnumbered .listing__price--active {
    color: #ff5c4e;
}

.listing__touchspin {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
}

.listing__touchspin:after {
    content: "";
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    visibility: hidden;
}

.listing__touchspin--disabled:before {
    background-color: transparent;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: translate(15px, -50%) rotate(1turn);
        transform: translate(15px, -50%) rotate(1turn);
    }
}

@keyframes spin {
    to {
        -webkit-transform: translate(15px, -50%) rotate(1turn);
        transform: translate(15px, -50%) rotate(1turn);
    }
}

.listing__touchspin--preloader:after {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: spin;
    animation-name: spin;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    border-radius: 50%;
    border: 2px solid #ff5c4e;
    border-bottom-color: transparent;
    display: block;
    height: 1.2rem;
    left: 100%;
    opacity: 1;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(10px, -50%);
    transform: translate(10px, -50%);
    visibility: visible;
    width: 1.2rem;
}

@media (min-width: 1200px) {
    .listing__touchspin--preloader:after {
        height: 1.5rem;
        -webkit-transform: translate(15px, -50%);
        transform: translate(15px, -50%);
        width: 1.5rem;
    }
}

.listing__touchspin-minus,
.listing__touchspin-plus {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #d8d8d8;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
}

@media (min-width: 1200px) {
    .listing__touchspin-minus,
    .listing__touchspin-plus {
        height: 30px;
        width: 30px;
    }
}

.listing__touchspin-minus--active,
.listing__touchspin-plus--active {
    background-color: #ff5c4e;
}

.listing__touchspin-minus--active:hover,
.listing__touchspin-plus--active:hover {
    cursor: pointer;
}

.listing__touchspin-minus:before {
    background-color: #ffffff;
    border-radius: 1px;
    content: "";
    height: 2px;
    position: absolute;
    width: 10px;
}

@media (min-width: 1200px) {
    .listing__touchspin-minus:before {
        height: 3px;
        width: 15px;
    }
}

.listing__touchspin-plus:before {
    background-color: #ffffff;
    border-radius: 1px;
    content: "";
    height: 2px;
    position: absolute;
    width: 10px;
}

@media (min-width: 1200px) {
    .listing__touchspin-plus:before {
        height: 3px;
        width: 15px;
    }
}

.listing__touchspin-plus:after {
    background-color: #ffffff;
    border-radius: 1px;
    content: "";
    height: 2px;
    position: absolute;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 10px;
}

@media (min-width: 1200px) {
    .listing__touchspin-plus:after {
        height: 3px;
        width: 15px;
    }
}

.listing__touchspin input {
    background-color: transparent;
    border-width: 0;
    font-family: PatronMedium, sans-serif;
    font-size: 14px;
    line-height: 2;
    text-align: center;
    width: 40px;
}

@media (min-width: 1200px) {
    .listing__touchspin input {
        font-size: 18px;
        line-height: 1.56;
    }
}

.listing__edit,
.listing__trash {
    color: #222432;
}

.listing__edit i,
.listing__trash i {
    font-size: 18px;
}

.listing__edit + .listing__trash {
    margin-left: 1rem;
}

.listing__date {
    font-family: PatronBold, sans-serif;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 0;
    text-transform: uppercase;
}

@media (min-width: 1200px) {
    .listing__date {
        font-size: 18px;
        line-height: 1.56;
    }
}

.listing__hour {
    font-family: PatronMedium, sans-serif;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: 13px;
    text-transform: uppercase;
}

@media (min-width: 1200px) {
    .listing__hour {
        font-size: 18px;
        left: 140px;
        line-height: 1.56;
        margin-left: 55px;
        padding-left: 55px;
        position: absolute;
    }
}

.listing__hour:before {
    display: none;
}

@media (min-width: 1200px) {
    .listing__hour:before {
        background-color: #0d0c15;
        content: "";
        display: block;
        height: 20px;
        left: 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 2px;
    }
}

.listing__author {
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    .listing__author {
        color: #898989;
        font-size: 18px;
        line-height: normal;
        margin-right: 2.5rem;
        text-align: right;
        text-transform: uppercase;
    }
}

.listing__table {
    border-collapse: collapse;
    width: 100%;
}

.listing__table--basket,
.listing__table--unnumbered {
    margin-top: 10px;
}

.listing__table thead {
    display: none;
}

@media (min-width: 1200px) {
    .listing__table thead {
        display: table-header-group;
    }
}

.listing__table thead tr th {
    font-family: PatronBold, sans-serif;
    font-size: 14px;
    line-height: 1.14;
    margin-bottom: 0;
    padding: 20px 15px 20px 0;
    text-transform: uppercase;
}

@media (min-width: 1200px) {
    .listing__table thead tr th {
        font-size: 18px;
        line-height: 1.56;
    }
}

.listing__table tbody tr {
    border-top: 1px solid #989898;
}

.listing__table tbody tr:last-child {
    border-bottom: 1px solid #989898;
}

.listing__table tbody tr td {
    padding: 20px 15px 20px 0;
    vertical-align: middle;
}

@media (min-width: 1200px) {
    .listing__table tbody tr td {
        padding: 30px 15px 30px 0;
    }
}

.listing__table tbody tr td:last-child {
    padding-right: 0;
}

@media (min-width: 1200px) {
    .listing__table tbody tr td:last-child {
        padding-right: 15px;
    }
}

.listing__table--basket tbody tr {
    display: grid;
    grid-gap: 0;
    grid-template-columns: 40% 30% 25% 5%;
    padding: 20px 0;
}

@media (min-width: 1200px) {
    .listing__table--basket tbody tr {
        display: table-row;
    }
}

.listing__table--basket tbody tr td:first-child,
.listing__table--basket tbody tr td:nth-child(2),
.listing__table--basket tbody tr td:nth-child(3),
.listing__table--basket tbody tr td:nth-child(4),
.listing__table--basket tbody tr td:nth-child(5),
.listing__table--basket tbody tr td:nth-child(6) {
    padding-bottom: 0;
    padding-top: 0;
}

.listing__table--basket tbody tr td:first-child {
    grid-column: 1;
    grid-row: 1;
}

.listing__table--basket tbody tr td:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
}

.listing__table--basket tbody tr td:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
}

.listing__table--basket tbody tr td:nth-child(4),
.listing__table--basket tbody tr td:nth-child(5),
.listing__table--basket tbody tr td:nth-child(6) {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 1200px) {
    .listing__table--basket tbody tr td:nth-child(4),
    .listing__table--basket tbody tr td:nth-child(5),
    .listing__table--basket tbody tr td:nth-child(6) {
        display: table-cell;
        padding: 30px 15px 30px 0;
    }
}

.listing__table--basket tbody tr td:nth-child(4) {
    grid-column: 2;
    grid-row: 1/4;
}

.listing__table--basket tbody tr td:nth-child(5) {
    grid-column: 3;
    grid-row: 1/4;
}

.listing__table--basket tbody tr td:nth-child(6) {
    grid-column: 4;
    grid-row: 1/4;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.listing__table--invoice tbody tr {
    display: grid;
    grid-gap: 0;
    grid-template-columns: 45% 45% 10%;
    padding: 20px 0;
}

@media (min-width: 1200px) {
    .listing__table--invoice tbody tr {
        display: table-row;
    }
}

.listing__table--invoice tbody tr td:first-child,
.listing__table--invoice tbody tr td:nth-child(2),
.listing__table--invoice tbody tr td:nth-child(3),
.listing__table--invoice tbody tr td:nth-child(4),
.listing__table--invoice tbody tr td:nth-child(5),
.listing__table--invoice tbody tr td:nth-child(6) {
    padding-bottom: 0;
    padding-top: 0;
}

.listing__table--invoice tbody tr td:first-child {
    grid-column: 1;
    grid-row: 1;
}

.listing__table--invoice tbody tr td:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
}

.listing__table--invoice tbody tr td:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
}

.listing__table--invoice tbody tr td:nth-child(4) {
    grid-column: 1;
    grid-row: 4;
}

.listing__table--invoice tbody tr td:nth-child(5),
.listing__table--invoice tbody tr td:nth-child(6) {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 1200px) {
    .listing__table--invoice tbody tr td:nth-child(5),
    .listing__table--invoice tbody tr td:nth-child(6) {
        display: table-cell;
        padding: 30px 15px 30px 0;
    }
}

.listing__table--invoice tbody tr td:nth-child(5) {
    grid-column: 2;
    grid-row: 1/5;
}

.listing__table--invoice tbody tr td:nth-child(6) {
    grid-column: 3;
    grid-row: 1/5;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#koszyk-kod,
#button-kod-zatwierdz {
    height: 56px;
}

.listing__table--basket tbody tr.js-numerowane-row {
    display: grid;
    grid-gap: 0;
    grid-template-columns: 90% 10%;
    padding: 20px 0;
}
.listing__table--basket tbody tr.js-numerowane-row td:first-child {
    grid-column: 1;
    grid-row: 1;
}
.listing__table--basket tbody tr.js-numerowane-row td:nth-child(2) {
    grid-column: 1;
    grid-row: 3;
}
.listing__table--basket tbody tr.js-numerowane-row td:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
}
@media (min-width: 1200px) {
    .listing__table--basket tbody tr.js-numerowane-row {
        display: table-row;
        line-height: 5.5rem;
    }
}
.card__icon {
    align-items: center;
    background-color: #ff5c4e;
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    height: 2.5rem;
    justify-content: center;
    opacity: 0;
    position: absolute;
    right: -0.5rem;
    top: -0.5rem;
    transform: scale(0.8);
    transition-duration: 0.35s;
    transition-property: opacity, visibility, transform;
    transition-timing-function: ease;
    visibility: hidden;
    width: 2.5rem;
}

.selected .card__icon {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
}


/* Jumbotron icon */
.jumbotron__icon {
    align-items: center;
    background-color: #00adee;
    border-radius: 50%;
    display: flex;
    height: 6rem;
    justify-content: center;
    margin-bottom: 1rem;
    width: 6rem;
}

@media (min-width: 576px) {
    .jumbotron__icon {
        height: 8rem;
        width: 8rem;
    }
}

.jumbotron h1 {
    font-size: 2.5rem;
}

@media (min-width: 768px) {
    .jumbotron h1 {
        font-size: 3.5rem;
    }
}

.jumbotron__icon > i {
    font-size: 2rem;
    transform: rotate(-45deg);
}

.jumbotron__icon_no-rotate > i {
    transform: rotate(0deg);
}

@media (min-width: 576px) {
    .jumbotron__icon > i {
        font-size: 3rem;
    }
}
