.cookie-title {
    h1 {
        color: var(--Black, #101010);
        font-size: 64px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%; /* 64px */
        max-width: 80%;
    }

    border-bottom: 1px solid var(--Black, #101010);
    padding: 16px 0 19px;
}

.cookie-main__row,
.corruption-main__row {
    display: flex;
    justify-content: space-between;

    gap: 10px;
}

h2.cookie-main__title.cookie-main__item {
    color: var(--Black, #101010);
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 48px */
}

.cookie-main__item {
    width: calc(50% - 5px);
    display: block;

    h3 {
        margin: 0;
        color: var(--Black, #101010);
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 30px */

        margin-bottom: 18px;
    }

    ul {
        padding-left: 10px;
    }

    br {
        margin-bottom: 10px;
        display: block;
    }
}

.cookie-main__list {
    padding-left: 14px;
}

.cookie-main__item:first-child {
    color: var(--Black, #101010);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 31.2px */

    max-width: 26%;
}

.cookie-main__item:last-child {
    color: var(--Black, #101010);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

.cookie-second,
.corruption-main {
    .cookie-main__item:last-child {
        p {
            margin-bottom: 20px;
        }
    }
}

.cookie-main {
    padding-top: 52px;

    padding-bottom: 9px;
    border-bottom: 1px solid var(--Black, #101010);
    margin-bottom: 93px;
}

.cookie-main__row {
    margin-bottom: 86px;
}

.cookie-main__row:first-child {
    margin-bottom: 0;
}

.cookie {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 11;
    padding: 15px 25px;
    border-radius: 5px;
    border: 1px solid #101010;

    background: #fff;

    width: 100%;
    max-width: 93%;

    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.cookie__title {
    color: #101010;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 22px */

    margin: 0;
    max-width: 18%;
}

.cookie__text {
    color: rgba(16, 16, 16, 0.5);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;

    margin-left: 20px;
    max-width: 56%;
    a {
        text-decoration: underline;
        color: rgba(16, 16, 16, 0.5);
    }
}

.cookie__buttons {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;

    button {
        padding: 5px 10px;
    }
}

.cookie__buttons button:first-child {
    border-radius: 5px;
    border: 1px solid #101010;
    background: transparent;

    color: #101010;

    font-size: 16px;
}
.cookie__buttons button:last-child {
    border-radius: 5px;
    background: var(--orange-gradient, #f54500);
    border: 1px solid var(--orange-gradient, #f54500);
    color: #fff;

    font-size: 16px;
}

.corruption-main__buttons {
    max-width: calc(100% / 12 * 4);
}

.corruption-main__buttons .button__black,
.anticorruption__buttons .button__black {
    span {
        display: -webkit-box;
        width: 87%;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        flex-shrink: 0;
    }
}

.corruption-main {
    h2.cookie-main__title.cookie-main__item {
        font-size: 32px;
    }
}

.cookie-files__content {
    max-width: 50%;
    margin-left: auto;
}

.cookie-files__title {
    color: var(--Black, #101010);
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 48px */
}

.cookie-files__icon {
    border-radius: 5px;
    background: #1c86ff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.cookie-files__item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #101010;
}

.cookie-files__files {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.cookie-files__span {
    color: var(--Black, #101010);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

.cookie-second_anticorruption {
    padding: 20px 0 40px;
    border-bottom: 1px solid #101010;
    margin-bottom: 40px;
}

@media (max-width: 1200px) {
    .cookie {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .cookie__text {
        margin-left: 0;
        max-width: 100%;
        font-size: 14px;
    }

    .cookie__buttons {
        margin-left: 0;
    }
}

@media (max-width: 964px) {
    .cookie-main__row {
        flex-direction: column;
    }

    .cookie-main__item {
        max-width: 100% !important;
        width: 100%;
    }

    .cookie-title {
        h1 {
            font-size: 20px;
            max-width: 100%;
        }
    }

    h2.cookie-main__title.cookie-main__item {
        font-size: 24px;
    }

    .cookie-main__item:first-child {
        font-size: 20px;
    }

    .cookie-main__item:last-child {
        font-size: 14px;
    }

    .cookie-main {
        padding-top: 0;
    }

    .cookie-main__row {
        margin-bottom: 18px;
    }

    .cookie-main__item {
        h3 {
            font-size: 16px;
        }
    }

    .corruption-main__row {
        flex-direction: column-reverse;
    }

    .corruption-main__buttons {
        max-width: 100%;
    }

    .corruption-main__buttons .button__black {
        span {
            display: -webkit-box;
            width: 87%;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            flex-shrink: 0;
        }
    }

    .cookie-files__content {
        max-width: 100%;
        margin-left: 0;
    }

    .cookie-files__title {
        font-size: 20px;

        margin-top: 0;
    }

    .corruption-main {
        margin-bottom: 40px;
        padding-bottom: 40px;
    }

    .corruption-main {
        h2.cookie-main__title.cookie-main__item {
            font-size: 24px;
        }
    }
}
