.content-table {
    padding: 32px 42px;
    background-color: #F1F6F9;
}

.content-table h2,
.content-table h3 {
    margin-bottom: 16px;
}

.content-table table {
    margin: 30px 0 0 0;
    font-family: "PTSans", sans-serif;
    font-size: 2.4rem;
    line-height: 1.2;
    table-layout: initial;
    min-width: 767px;
    overflow-x: scroll;
}

.content-table table tr td a {
    text-decoration: underline;
    color: inherit;
}

.content-table table tr td a[href^="tel:"] {
    text-decoration: none;
}

.content-table table tr {
    position: relative;
}

.content-table table tr:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.content-table table tr:not(:first-child):after {
    border-left: 1px solid #ABAEB0;
    border-right: 1px solid #ABAEB0;
}


.content-table table tr:nth-child(2):after {
    border-top: 1px solid #ABAEB0;
    border-radius: 5px;
}

.content-table table tr:last-child:after {
    border-bottom: 1px solid #ABAEB0;
    border-radius: 5px;
}

.content-table table tr td {
    padding: 16px 38px;
    align-content: start;
    border: 0;
}

.content-table table tr td:first-child {
    width: 90px;
    text-align: center;
    word-break: initial;
}

.content-table table tr td:not(:first-child) {
    width: 50%;
}

.content-table table tr:first-child td {
    color: #ABAEB0;
    border: none;
}

.footer {
    z-index: 5;
}

#cookie-block {
    display: none;
    position: fixed;
    z-index: 1000;
    bottom: 25px;
    right: 30px;
    width: 1340px;
    max-width: 85%;
    background-color: #fff;
    box-shadow: 0 2px 4px #00000008, 0 4px 6px #0000001A;
    border-radius: 12px;
    padding: 12px;
}

.cookie-consent__content {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;

    @media (max-width: 767px) {
        flex-direction: column;
        padding: 10px;
    }
}

.cookie-consent__close {
    width: 4.8rem;
    height: 4.8rem;
    background: none;
    position: absolute;
    right: -27px;
    top: -30px;
}

.cookie-consent__close svg {
    width: 100%;
}

.cookie-consent__text {
    font-size: 2rem;

    @media (max-width: 767px) {
        text-align: center;
    }
}

.cookie-consent__text a {
    text-decoration: underline;
    color: inherit;
}

.cookie-consent__btn {
    height: max-content;
    text-transform: initial;
    padding: 1.5rem 6rem;
    font-size: 2rem;
    color: #fff;
    background-color: #E21D1C;
    width: 134px;
}