body,html {
    margin: 0;
    padding: 0;
    width: 100%;
    background: #ffffff;
    font-family: 'Helvetica Now Display';
    color: #1d1d1b;
}

.payment,
.no-payment,
.form {
    background: #ffffff;
}

section {
    padding: 60px 0 50px 0;
}

h1,h2,h3,h4,h5 {
    text-align: center;
}

.cennik h3,
.cennik h4 {
    color: #062559;
}

.cennik h3 {
    font-size: 45px;
}
.cennik h4 {
    font-size: 34px;
}

.form h2,
.form h5 {
    color: #1d1d1b;
}

.form h2 {
    font-size: 45px;
}

.form h5 {
    font-size: 25px;
}

.category-name {
    font-size: 25px;
    line-height: 27px;
    margin-bottom: 0;
    font-weight: 600;
}
.category-name>span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}

p:not(.category-name) {
    margin-top: 15px;
    color:#6e6e6e;
    font-size: 16px;
}

#bilety>p:last-child {
    margin-top: 15px;
    font-size: 16px;
    margin-bottom: 20px;
}

.radio {
    width: 100%;
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    border-radius: 8px;
    border: 1px solid #898989;
    cursor: pointer;
    font-weight: 600;
    font-size: 20px;
}

.radio-checked{
    background-color: #00b95b;
    border: none;
    color: white;
}

.warunki {
    margin-top: 30px;
    color: #6e6e6e;
    background: #f5f5f7;
    border-radius: 8px;
    padding: 25px;
}
.warunki b {
    font-size: 18px;
}
.warunki p {
    margin: 0;
}

.form-control {
    border-radius: 6px;
    border-color: #898989;
    background: #ffffff;
    padding: 8px;
}

#conference_pass {
    border-radius: 6px;
    border-color: #898989;
    background: #ffffff;
    padding: 8px;
}

.group {
    margin: 25px 0;
}

.form-group label {
    font-size: 18px;
    margin-top: 10px;
}

.rodzaj_biletu_static,
select[name=rodzaj_biletu] {
    margin-top: 20px;
    border: none;
    background: #f5f5f7;
    padding: 8px 20px;
    font-weight: 500;
}

.pakiet-ticket-box {
    border: none !important;
    background: #f5f5f7;
    margin-top: 20px;
    padding: 40px 20px;
    position: relative;
}

.pakiet-ticket-box .title {
    position: absolute;
    top: 15px;
    font-size: 15px;
    color: #868686;
}

.pakiet-ticket-box .price {
    font-size: 22px;
}

.counter {
    display: flex;
}

.counter button {
    width: 40px;
    height: 40px;
    border: none;
    background: #f5f5f7;
    font-size: 23px;
    border-radius: 6px;
}

.counter button:hover {
    background-color: #e9e9eb;
}

.counter input {
    text-align: center;
    border: 1px solid #ececec;
    height: 40px;
    width: 60px;
    margin: 0 5px;
}

#bilety {
    font-size: 20px;
}

#bilety .row>div .title {
    position: absolute;
    top: -5px;
    font-size: 15px;
    color: #868686;
}

#bilety .row>div:nth-child(2) {
    justify-content: flex-start;
}

#bilety .row {
    min-height: 70px;
}

#bilety .row>div{
    position: relative;
    display: flex;
    align-items: center;
}

#bilety .white-box {
    padding: 20px 30px;
}

#pakiet {
    font-size: 20px;
}

#pakiet .row>div .title {
    position: absolute;
    top: -5px;
    font-size: 15px;
    color: #868686;
}

#pakiet .row>div:nth-child(2) {
    justify-content: flex-start;
}

#pakiet .row {
    min-height: 70px;
}

#pakiet .row>div{
    position: relative;
    display: flex;
    align-items: center;
}

#pakiet .white-box {
    padding: 20px 30px;
}

.green_button {
    background-color: #00b85a;
    border: 0;
    border-radius: 50px;
    padding: 10px 30px;
    color: white;
    font-weight: 600;
}
.send .green_button {
    
    width: 100%;
}
.btn-success {
    background-color: #00b85a;
    border: 0;
    border-radius: 50px;
}

.green_button:hover {
    background-color: #01a551;
}

.send {
    text-align: center;
    margin: 50px 0;
    font-size: 19px;
}

a {
    color: #00338d;
    text-decoration: none;
}

.cennik {
    color: #3c3c3b;
}

.cennik thead td {
    border-top: 1px solid #595958;
    border-bottom: 1px solid #595958;
}

.cennik tbody tr:last-child td {
    border-bottom: 1px solid #595958;
}

.cennik .price_table td {
    vertical-align: middle;
    font-size: 21px;
}

.cennik .price_table tr>td:first-child {
    font-size: 23px;
}

.cennik .price_table td>span{
    font-size: 17px;
    display: block;
}

.cennik .price_table th {
    white-space: nowrap;
}

.cennik .price_table td {
    vertical-align: middle;
    font-size: 21px;
}


.cennik .table2 thead td {
    white-space: nowrap;
    vertical-align: middle;
    font-size: 21px;
}
.cennik .table2 {
    vertical-align: middle;
    font-size: 18px;
    margin-top: 50px;
}

.cennik .table2 tbody tr>td:nth-child(2),
.cennik .table2 tbody tr>td:last-child {
    font-size: 35px;
    line-height: 30px;
}
.cennik .table2 .green {
    color: #00b95b
}

.member {
    padding: 5px 0;
}
.member .form-group:last-child {
    margin-bottom: 15px;
}
.member_title {
    font-size: 22px;
    cursor:pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight:700;
    margin-top: 10px;
}
.member_add {
    font-size: 30px;
    line-height: 10px;
    margin-right: 10px;
}

.add_header{
    display: flex;
    justify-content: space-between;
}

.loader {
    border: 2px solid #ffffff;
    border-top: 2px solid #00b85a;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 450ms linear infinite;
}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}

.blur {
    -webkit-filter: blur(8px);
    -moz-filter: blur(8px);
    -ms-filter: blur(8px);
    -o-filter: blur(8px);
    filter: blur(8px);
}

.error {
    color: red;
    font-weight: 500;
    /* text-transform: uppercase; */
    font-size: 12px;
}

.success {
    color: #00b85a;
    font-weight: 500;
    /* text-transform: uppercase; */
    font-size: 12px;
}

/* Hide elements */

.member_form {
    display: none;
}

#kod_rabatowy {
    display: none;
}

#bilety_rodzaj {
    display: none;
}

#bilety {
    display: none;
}

#pakiet {
    display: none;
}

#additional_people {
    display: none;
}
.loader-group {
    display: none;
}

.payment {
    display: none;
}

.no-payment {
    display: none;
}

.ticket-box {
    border: 1px solid #898989;
    border-radius: 8px;
    margin-top: 20px;
}

.section_expo_pass {
    background: #e3e3e3;
    opacity: 0.5;
    border: none;
}

/* For desktop */
/* Mobile */
@media only screen and (max-width: 768px) { 
    /* For mobile phones: */ 
    .white-box {
        padding: 10px;
    }

    #bilety .white-box {
        padding: 20px;
    }

    #bilety .white-box>.row>div {
        text-align: center;
        display: block;
    }

    #bilety .white-box>.row>div:first-child {
        font-size: 26px;
    }

    #bilety .title {
        display: block;
        position: relative !important;
        top: 0 !important;
    }
    #bilety .counter {
        display: block;
        margin: 10px auto;
    }

    .green_button {
        margin-top: 10px;
    }
}

/* Steps */

.steps {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.steps .dot {
    width: 25px;
    height: 25px;
    background: #dbdbdb;
    text-align: center;
    border-radius: 50%;
    font-weight: 600;
    color:#999999;
}
.steps .active {
    background-color: #00b85a;
    color:white;
}
.steps .line {
    display: block;
    width: 70px;
    height: 2px;
    background: #dbdbdb;
}

.add {
    color: #00338c;
    font-size: 1.5rem;
    font-weight: 500;
    cursor: pointer;
}
.add>span {
    background: #00338c;
    color: white;
    width: 25px;
    height: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 25px;
    font-weight: 400;
}

.step-3 {
    text-align: center;
}
.step-3 h3 {
    color: #00338c;
}
.step-3 h4 {
    font-size: 1.1rem;
    color: #6e6e6e;
}

.step-2 {
    display: none;
}

.step-3 {
    display: none;
}
.payment-button {
    width: 100%;
}

.contact_all {
    display: none;
}
.contact_media {
    display: none;
}

/* Rodzaj biletu */
#rodzaj_biletu {
    display: flex;
    flex-direction: row;
    text-align: initial;
    flex: 0 1 auto;
    width: 100%;
    min-width: 0;
    height: auto;
    justify-content: space-evenly;
    margin-top: 30px;
}
#rodzaj_biletu>div {
    border-radius: 9px 9px 9px 9px;
    -webkit-box-shadow: 0px 0px 10px -4px rgb(187 187 187);
    -moz-box-shadow: 0px 0px 10px -4px rgb(187 187 187);
    box-shadow: 0px 0px 10px -4px rgb(187 187 187);
    width: 30%;
    padding: 20px;
    color: #002042;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#rodzaj_biletu .title {
    font-family: "Helvetica", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    color: #002042;
    padding: 0px 0px 10px 0px;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
}

#rodzaj_biletu .rBtn {
    font-family: "Magistral", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: transparent;
    background-image: linear-gradient(90deg, #0093BA 0%, #00B5E5 100%);
    border-radius: 35px 35px 35px 35px;
    padding: 12px 24px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    line-height: 15px;
    cursor: pointer;
    user-select: none;
}

#rodzaj_biletu .szk {
    background-image: linear-gradient(90deg, #002042 0%, #1A4778 100%);
}

#rodzaj_biletu .top{
    display: flex;
    flex-direction: column;
    flex-wrap: initial; 
    justify-content: initial; 
    align-items: initial; 
    gap: 20px;
}

#rodzaj_biletu .bottom {
    min-height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
#rodzaj_biletu .bottom>.netto {
    color: #3C3C3B;
    width: 100%;
    font-family: "Helvetica", Sans-serif;
    font-size: 14px;
    font-weight: 500;
}

#rodzaj_biletu .icon {
    height: 30px;
}

#rodzaj_biletu .cost {
    color: #3C3C3B;
    font-family: "Magistral", Sans-serif;
    font-size: 18px;
    font-weight: 500;
}


@media only screen and (max-width: 600px) {
    .title {
        height: auto !important;
    }

    header .top {
        flex-direction: column !important;
    }

    header .buttons {
        width: 100% !important;
    }
    header .buttons span {
        margin-left: 5px !important;
    }

    header .top>.buttons a {
        width: 50%;
        margin: 0 !important;
        border-radius: 0 !important;
        text-align: center;
    }

    header .top {
        height: auto;
    }

    header .nav {
        width: 100% !important;
        background-image: none;
        background-color: white;
    }

    .nav-menu {
        position: absolute !important;
        opacity: 0;
    }
}