* {
    hyphens: none;
}

.sc_icons_item_title {
    font-weight: 600;
}

.pricelist-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    line-height: 1.2rem;
    margin-bottom: 6px;
    padding-bottom: 8px;
    border-bottom: 1px solid #272e30;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;

    &:hover {
        border-color: white;
    }

    .pricelist-description {
    }

    .pricelist-dots {
        flex: 1 1 auto;
    }

    .pricelist-price {
        font-weight: 700;
        min-width: 80px;
        text-align: right;
        color: #815c50;
    }
}

.price-title {
    display: flex;
    flex-direction: row;

    .price-title-nr {
        width: 40px;
        height: 40px;
        font-size: 1rem;
        font-weight: 700;
        border: 1px solid #ffffff;
        line-height: 40px;
        text-align: center;
        margin-right: 10px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 40px;
    }
}

.contacts {
    display: flex;
    gap: 30px;

    a {
        color: white;
        font-weight: 700;
    }
}

.zasady-ou, .cookies-info {
    h1,
    h2 {
        color: #815c50;
        font-weight: 700;
    }

    hr {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }

    table {
        border-collapse: collapse;
        width: 100%;
        border: 1px solid #272e30;
    }
    table th,
    table td {
        border: 1px solid #272e30;
        padding: 8px;
    }
}

div.wpcf7 .form-style-1 .columns_wrap.margin-bottom > [class*="column-"] {
    padding-bottom: 20px;
}

@media (max-width: 1024px) {
    .contacts {
        flex-direction: column;
        gap: 0px;
    }
}

@media (max-width: 767px) {
    .mobile-left .sc_align_center {
        text-align: left;
        margin-left: inherit;
        margin-right: inherit;
    }

    .price-title .price-title-nr {
        width: 30px;
        height: 30px;
        font-size: 0.8rem;
        font-weight: 700;
        border: 1px solid #ffffff;
        line-height: 30px;
        text-align: center;
        margin-right: 10px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 30px;
    }
}

@media (max-width: 767px) {
    .sc_layouts_row.sc_layouts_row_fixed_on.sc_layouts_row_fixed_always
        .custom-logo-link
        img,
    .sc_layouts_row.sc_layouts_row_fixed_on.sc_layouts_row_fixed_always
        .sc_layouts_logo
        img {
        max-height: 30px;
    }

    rs-sbg {
        display: none;
    }
}

.menu_mobile.opened .sc_layouts_logo {
    max-width: 200px;
}

.font-sofia {
    font-family: "sofia-pro", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.cl-consent__buttons .cl-consent__btn--outline {
    border: 1px solid #121516 !important;
    color: #121516 !important;
    line-height: 1 !important;
}

.cl-consent__buttons .cl-consent__btn, .cl-consent-popup {
      border-radius: 0 !important;
}

.cl-consent__buttons .cl-consent__btn  {
    font-family: cy, sans-serif !important;
    font-size: 14px !important;
    font-style: normal !important;
    letter-spacing: 0 !important;
}