:root {
    --bg-dark: #E0E0E0;
    --bg-light: #F5F5F5;
    --card: #FFFFFF;
    --head: #2B2525;
    --main-text: #5C5C5C;
    --primary: #0DCAF0;
    --stroke: #C2C2C2;
}

.titlepricelist {
    margin-top: 80px;
    color: var(--primary, #0DCAF0);
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 72px */
    text-transform: uppercase;
}

.titlepricelist span {
    color: var(--head, #2B2525);
    font-weight: 700;
}

#PriceList-block .container .block_up .titlepricelist svg {
    display: flex;
    flex-direction: column;
}

.buttons {
    border-radius: 20px 20px 0px 0px;
    background: var(--card, #FFF);
    flex-shrink: 0;
    color: var(--primary, #0DCAF0);
    margin-top: 60px;
    display: inline-flex;
    align-items: flex-start;
    cursor: pointer;
}

.button {
    background: var(--card, #FFF);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    max-width: 234px;
    max-height: 70px;
    border-radius: 20px 20px 0px 0px;
}

.button:hover {
    background: var(--bg-light, #F5F5F5);
    border-radius: 20px 20px 0px 0px;
    max-width: 234px;
    max-height: 70px;
}

.button.active {
    background: var(--bg-light, #F5F5F5);
    border-radius: 20px 20px 0px 0px;
    max-width: 234px;
    max-height: 70px;
}

.buttons_up {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 13px;
    padding-bottom: 13px;
}

.pricelists__container {
    display: flex;
    flex-direction: column;
    gap: 62px;
    justify-content: space-between;
    align-items: flex-start;
    flex-shrink: 0;
    border-radius: 20px;
    background: var(--bg-light, #F5F5F5);
    padding-left: 40px;
    padding-bottom: 40px;
    padding-top: 40px;
    padding-right: 40px;
}

.price-row {
    display: flex;
    width: 100%;
    gap: 10px;
    border-bottom: 1px solid var(--bg-dark, #E0E0E0);

}

.passengers {
    width: 30%;
    color: var(--head, #2B2525);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.cars {
    flex-grow: 1;
    color: var(--head, #2B2525);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

#PriceList-block .price {
    text-align: left;
    color: var(--head, #2B2525);
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
}

@media (max-width: 1103px) {
    .passengers {
        font-size: 13px;
        flex-shrink: 0;
    }
}

@media (max-width: 1103px) {
    .cars {
        font-size: 15px;
    }
    .price {
        font-size: 13px;
    }
}


@media (max-width: 1103px) {
    #PriceList-block .price {
        font-size: 15px;
        flex-shrink: 0;
    }
}

@media (max-width: 1103px) {
    .button {
        width: 100%;
        max-width: unset;
    }
}

@media (max-width: 1103px) {
    .buttons {
        flex-direction: column;
        width: 100%;
    }
}

@media (max-width: 1103px) {
    .button:hover {
        background: var(--bg-light, #F5F5F5);
        border-radius: 20px 20px 0px 0px;
        max-width: unset;
        max-height: unset;
    }

    .button.active {
        background: var(--bg-light, #F5F5F5);
        border-radius: 20px 20px 0px 0px;
        max-width: unset;
        max-height: unset;
    }
}

@media (max-width: 700px) {
    .pricelists__container {
        padding: 10px;
    }
    .price-row {
    justify-content: space-between;
    align-items: center;
    }
    .cars {
    text-align: center;
    }
}

/* .pricelist_wrapper {
overflow-x: auto;    
} */

/* @media(max-width:820px){
    .pricelists__container{
        min-width:820px;
    }
} */