body {
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 16px;
    text-rendering: optimizeLegibility;
    color: #54575a;
    background: #ebebeb;
    padding: 0 !important;
    margin: 0 !important;
}

* {
    box-sizing: border-box;
}

h1, h2, h3, h4 {
    color: #173091;
}

h1 {
    font-size: 55px;
    margin-bottom: 40px;
}

h2 {
    font-size: 45px;
    margin-bottom: 40px;
}

h3 {
    font-size: 25px;
    font-weight: 500;
}

h4 {
    font-size: 20px;
    font-weight: 500;
}

a {
    color: #173091;
    text-decoration: none;
}

a:hover {
    color: #00a1cb;
}

a.white {
    color: #fff;
}

a.white:hover {
    color: #fff;
}

a.red {
    color: #bf1e2e;
}

a.red:hover {
    color: #bf1e2e;
}


main {
    min-height: 500px;
    padding-bottom: 100px;
}

.tickets-section {
}

.tickets-top {
    background: #fff;
    padding-top: 60px;
}

/*.tickets-top .waves {*/
/*    padding-top: 30px;*/
/*}*/

@media (max-width: 576px) {
    .tickets-top {
        padding-top: 1px;
    }

    .tickets-top h1 {
        margin-top: 0;
        margin-bottom: 10px;
    }

    /*.tickets-top .waves {*/
    /*    padding-top: 0;*/
    /*}*/

    .cart-steps {
        margin-bottom: 20px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .cart-container {
        margin-top: -70px;
    }
}
@media (min-width: 1200px) {
    .cart-container {
        margin-top: -120px;
    }
}

.container {
    max-width: 768px;
    padding: 0 15px;
    margin: auto;
}

.cart-container {
    min-height: 100px;
}

.main-view-container {
    margin-top: 30px;
}

@media (max-width: 576px) {
    .main-view-container {
        margin-top: 0;
    }
    .main-view-container h2 {
        margin-bottom: 10px;
    }
    .transfer-column {
        padding: 0 10px !important;
    }
}


.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.row:before {
    display: table;
    content: " ";
    box-sizing: border-box;
}

.row:after {
    content: "";
    clear: both;
    display: table;
}

.column, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-12, .col-lg-6 {
    flex: 0 0 auto;
    padding-right: 10px;
    padding-left: 10px;
}

.col-2 {
    width: 16.66666667%;
}

.col-3 {
    /*width: 33.333333%;*/
    width: 25%;
}

.col-4 {
    /*width: 24%;*/
    width: 33.333333%;
}

.col-5 {
    /*width: 20%;*/
    width: 41.66666667%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    /*width: 80%;*/
    width: 58.33333333%;
}

.col-8 {
    /*width: 75%;*/
    width: 66.66666667%;
}

.col-12 {
    width: 100%;
}

.full-width {
    width: 100%;
}

.img-responsive {
    display: block;
    width: 100%;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center !important;
}

.align-items-bottom {
    align-items: end;
}

input[type=text], input[type=email], input[type=tel], input[type=date] {
    padding: 10px 10px;
}

select {
    padding: 10px 10px;
}

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

.form-control {
    width: 100%;
}

ul.list {
    padding: 0 0 0 20px;
}

ul.list > li {
    margin-bottom: 5px;
}

.form-group label {
    display: block;
    font-weight: bold;
    color: #173091;
    padding-left: 10px;
    margin-bottom: 5px;
}

.form-group input, .form-group select {
    width: 100%;
    border-radius: 20px;
    border: transparent;
    -webkit-box-shadow: inset 0px 2px 4px #cecece;
    -moz-box-shadow: inset 0px 2px 4px #cecece;
    box-shadow: inset 0px 2px 4px #cecece;
}

.checkbox-label {
    cursor: pointer;
}

.buttons-row {
    margin-top: 100px;
}

.buttons-row .column-left {
    width: 50%;
}

.buttons-row .column-right {
    width: 50%;
    text-align: right;
}

.how-to-pay {
    margin-top: 40px;
}

.how-to-pay .cards {
    width: 100%;
}

.how-to-pay .cards img {
    width: 100%;
}

hr {
    border: unset;
    border-top: 1px solid #9fa2a3;
    margin: 30px 0;
}

.dblock {
    display: block;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-small {
    font-size: 14px;
}

.text-medium {
    font-size: 15px;
}

.text-big {
    font-size: 22px;
}

.text-light {
    color: #afafaf;
}

.color-primary {
    color: #173091;
}

.color-danger {
    color: #bf1e2e;
}

.line-height-md {
    line-height: 1.5;
}

.mt-none {
    margin-top: 0;
}

.mt-xl {
    margin-top: 40px;
}

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

.mt-md {
    margin-top: 20px;
}

.mt-sm {
    margin-top: 10px;
}

.mt-xs {
    margin-top: 5px;
}

.mb-none {
    margin-bottom: 0;
}

.mb-lg {
    margin-bottom: 30px;
}

.mb-md {
    margin-bottom: 20px;
}

.mb-sm {
    margin-bottom: 10px;
}

.mb-xs {
    margin-bottom: 5px;
}

.ec-element {
    height: max-content;
    max-height: 1000px;
    overflow: hidden;
    transition: .3s all ease;
}

.ec-element.collapsed {
    max-height: 0 !important;
    overflow: hidden;
    transition: .3s all ease;
}

@media (min-width: 576px) {
    h1 {
        font-size: 42px;
    }

    h2 {
        font-size: 40px;
    }

    h3 {
        font-size: 35px;
    }

    h4 {
        font-size: 26px;
    }

    .row {
        margin-right: -15px;
        margin-left: -15px;
    }

    .column, .col-3, .col-4, .col-6, .col-12, .col-lg-6 {
        padding-right: 15px;
        padding-left: 15px;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-12 {
        width: 100%;
    }

    .tickets-section {
    }

    .form-group label {
        font-weight: bold;
        padding-left: 0;
        /*margin-bottom: unset;*/
    }

    .form-group input, .form-group select {
        width: 100%;
        border-radius: 4px;
        border: 1px solid #cecece;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .how-to-pay {
        margin-top: 15px;
    }

    .how-to-pay .cards {
        float: right;
        width: unset;
    }

    .hidde-on-large {
        display: none;
    }
}


@media (max-width: 375px) {
    .col-xs-12 {
        width: 100%;
    }
}


/* HEADER */
header {
    position: relative;
    color: #fff;
    background: #173091;
}

header .covid {
    font-size: 18px;
    color: #fff;
    background: #92278f;
    padding: 10px 0;
}

header .main {
    display: flex;
    flex-wrap: wrap;
    align-items: center !important;
    padding: 20px 10px 20px 10px;
}

header .main .logo {
    width: 150px;
    z-index: 1000;
}

header .main .logo img {
    width: 100%;
}

header .back {
    position: absolute;
    display: block;
    right: 10px;
    color: #00a1cb;
    background: #fff;
    border-radius: 4px;
    padding: 10px;
}

header .weather {
    display: flex;
    flex-wrap: wrap;
    align-items: center !important;
    width: 100%;
    font-size: 22px;
    background: #00a1cb;
    padding: 10px;
}

header .weather .inner {
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center !important;
}

header .weather .inner img {
    width: 55px;
    margin-right: 10px;
}

@media (min-width: 576px) {

    header .main {
        display: flex;
        flex-wrap: wrap;
        align-items: center !important;
        padding: 20px 0;
    }

    header .main .logo {
        width: 180px;
        margin-left: 90px;
        z-index: 1000;
    }

    header .main .logo img {
        width: 100%;
    }

    header .back {
        position: absolute;
        display: block;
        top: 32%;
        right: 20px;
        transform: translateX(-50%);
        color: #00a1cb;
        background: #fff;
        border-radius: 4px;
        padding: 10px;
    }

    header .weather {
        display: flex;
        flex-wrap: wrap;
        align-items: center !important;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        font-size: 20px;
        background: #00a1cb;
        padding: 10px;
    }

    header .weather .inner {
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center !important;
    }

    header .weather .inner img {
        width: 55px;
        margin-right: 10px;
    }

}

@media (max-width: 576px) {
    header .main {
        padding: 10px 10px;
    }

    header .main .logo img {
        width: 90%;
    }

    header .weather {
        padding: 5px;
    }

    header .weather .inner img {
        width: 25px;
    }
}

/* /HEADER */

/* FOOTER */

.footer-links {
    font-weight: 500;
    background: #ebebeb;
    padding: 100px 0;
}

.footer-links img {
    display: block;
    padding-bottom: 10px;
    margin: auto;
}


footer {
    color: #fff;
    /*background: #173091;*/
    /*background-image: url("../images/footer-wave-background.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;*/
    /*padding: 20px 10px;*/
    /*padding-top: 450px;*/
}

footer:after {
    content: "";
    clear: both;
    display: table;
}

footer .top {
    width: 100%;
}

footer .content {
    background: #173091;
    padding: 20px 10px 50px 10px;
}

footer .social {
    text-align: center;
}

footer .social ul {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
}

footer .social ul > li {
    display: inline-block;
}

footer .social ul > li > a {
    display: block;
}

footer .copyright {
    font-size: 13px;
    text-align: center;
    background: #92278f;
    padding: 20px 0;
}

footer .copyright .baked {
    padding-top: 20px;
}

footer .copyright .baked img {
    display: inline-block;
    width: 40px;
}


@media (min-width: 576px) {
    footer {
        /*padding: 20px 90px;*/
    }

    footer .copyright {
        font-size: 16px;
        text-align: unset;
    }

    footer .copyright .baked {
        text-align: right;
        padding-top: 0;
    }

    /*footer .copyright {
        float: left;
        padding-top: 8px;
    }

    footer .copyright {
        float: left;
        font-size: 16px;
        text-align: left;
    }

    footer .baked {
        display: block;
        float: right;
        margin-top: 0;
    }*/
}

/* /FOOTER */


/* CART PRODUCT */
.cart-product {

}

.cart-product .product-name {
    font-size: 15px;
    font-weight: bold;
    color: #fcb040;
    margin-bottom: 16px;
}

.cart-product .product-class {
    margin-bottom: 20px;
}

.cart-product .product-class:after {
    content: "";
    clear: both;
    display: table;
}

.cart-product .product-class-content {
    position: relative;
}

.cart-product .product-class-prices {
    position: absolute;
    top: 0;
    right: 0;
}

.cart-product .product-image {
    margin-bottom: 20px;
}

.cart-product .product-image img {
    width: 100%;
}


.cart-product .product-admission {
    font-weight: bold;
    margin-bottom: 10px;
}


.cart-product ul.product-class-options {
    font-size: 14px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.cart-product ul.product-class-options > li {
    padding-left: 20px;
    margin: 3px;
}

.cart-product ul.product-class-options > li:before {
    border-left: 2px solid #feac02;
    border-top: 2px solid #feac02;
    width: 7px;
    content: '';
    height: 7px;
    transform: rotate(135deg);
    float: left;
    margin-top: 5px;
    margin-left: -20px;
}

.cart-product ul.product-class-options > li .important {
    color: #ec008c !important;
    font-size: 16px !important;
    font-weight: 700;
}

.cart-product .product-class-prices .price {
    line-height: 1;
    text-align: center;
    padding: 5px 10px;
    border-radius: 20px;
}

.cart-product .product-class-prices .price-normal {
    font-size: 20px;
    font-weight: 600;
    color: #183092;
    background: #fff;
    margin-bottom: 5px;
}

.cart-product .product-class-prices .price-not {
    text-decoration: line-through;
    text-align: right;
    padding-top: 0;
}

.cart-product .product-class .price-normal.selected {
    color: #fff;
    background: #183092;
    font-weight: 600;
}

.cart-product .product-toddler {
    margin-left: 0 !important;
}

.cart-product .product-toddler .toddler-content {
}

.cart-product .product-toddler .toddler-content .free {
    width: 100%;
    font-size: 23px;
    font-weight: 500;
    color: #16308f;
    text-align: center;
    background: #fff;
    border-radius: 20px;
    padding: 10px 10px;
}

.cart-product .product-toddler .toddler-content .toddler-warning {
    font-weight: bold;
    line-height: 1.3;
    color: #173091;
    text-align: center;
    margin-top: 5px;
}

.cart-product .game-categories {
    padding-top: 5px;
    padding-left: 5px;
}

.cart-product .game-categories .category {
    float: left;
    width: 50px;
    margin-right: 10px;
}

.cart-product .game-categories .category img {
    width: 100%;
}

@media (max-width: 320px) {
    .cart-product .product-class-prices {
        position: unset;
        top: unset;
        right: unset;
        margin-bottom: 10px;
    }

    .cart-product .product-class-prices:after {
        content: "";
        clear: both;
        display: table;
    }

    .cart-product .product-class-prices .price {
        padding: 5px 13px;
    }

    .cart-product .product-class-prices .price-normal {
        float: left;
        font-size: 18px;
    }

    .cart-product .product-class-prices .price-not {
        float: left;
        padding-top: 5px;
    }

    .cart-product .game-categories .category {
        width: 45px;
    }
}

@media (min-width: 576px) {
    .cart-product .product-class-info {
        margin-left: 33px;
    }

    .cart-product .product-class-prices .price-normal {
        font-size: 24px;
        width: 110px;
        padding: 5px 10px;
    }

    .cart-product ul.product-class-options {
        font-size: 16px;
    }

    .cart-product .product-toddler .toddler-content {
        max-width: 480px;
    }

    .cart-product .product-toddler .toddler-content .free {
        font-size: 25px;
        border-radius: 10px;
    }
}

.app-warnings {
    font-size: 20px;
    text-align: center;
    color: #163091;
    background: #fff;
    padding-top: 60px;
}
.app-warnings p {
    margin: 0;
    padding-bottom: 10px;
}
.app-warnings .warning {
    padding-bottom: 20px;
}
.app-warnings .warning:last-child {
    padding-bottom: 0;
}
.app-warnings .title {
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 10px;
}

.app-warnings .title.red {
    color: #ed1c24;
}
.app-warnings .title.blue {
    color: #173091;
}

.app-critical {
    display: flex;
    align-items: center;
    height: 340px;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: #ed1c24;
}


@media (max-width: 576px) {
    .app-warnings {
        padding-top: 20px;
    }

    .app-warnings .title {
        font-size: 30px;
    }

    .app-warnings .text-small-on-sm {
        font-size: 20px;
    }

}