* {
    font-family: Arial, sans-serif;
    font-size: 16px;
    box-sizing: border-box;
    color: #ffe68f;
}
body {
    width: 100%;
    background: #421e85;
}
body,
html {
    height: 100%;
    padding: 0;
    margin: 0;
}
a {
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
.align-center {
    text-align: center;
}
.brand__main_wrap {
    width: 999px;
    margin: 0 auto;
}
.brand__text {
    margin: 25px 0;
    border-radius: 20px;
    border: 15px solid #242f48;
    background: #532d6a;
}
.brand__text_content tr {
    border-bottom: 2px solid #004a71;
}
.brand__text_block {
    background: #532d6a;
    padding: 28px 15px;
    display: flex;
    margin: 15px 0 25px;
    border-radius: 20px;
    align-items: center;
    justify-content: space-between;
    border: 15px solid #242f48;
}
.brand__buttons_unit span {
    font-size: 20px;
    margin-left: 15px;
    border-radius: 15px;
    text-transform: uppercase;
    padding: 10px 20px;
    background: #f9ae3b;
    cursor: pointer;
    border: 3px solid #f47c57;
    color: #af068d;
}
.brand__text_content table {
    margin-bottom: 25px;
    width: 100%;
    border-collapse: collapse;
}
.brand__mini_logo .logotip {
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    padding: 8px 10px 10px;
    line-height: 1;
    color: #ff39dc;
    text-transform: uppercase;
}
.brand__text_content td {
    border: 2px solid #0aa4c6;
    padding: 15px;
    color: #0aa4c6;
    text-align: left;
}
.brand__text_content h2 {
    font-size: 24px;
}
.brand__text_content h1 {
    font-size: 30px;
}
.brand__text {
    padding: 20px 15px;
}
.brand__text_content h1,
.brand__text_content h2 {
    color: #ffe68f;
    margin-bottom: 15px;
    border-bottom: 2px solid #6F1ED8;
    padding-bottom: 5px;
    display: inline-block;
}
.brand__text_content ol,
.brand__text_content ul {
    padding-left: 12px;
    list-style: none;
    margin-bottom: 25px;
}
.brand__text_content p {
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 2;
}
.brand__text_content a {
    font-size: 16px;
    color: #ffe68f;
}
.brand__text_content ol li,
.brand__text_content ul li {
    font-size: 16px;
    margin-bottom: 20px;
    color: #ffe68f;
    font-size: 20px;
}
.brand-footer div {
    font-size: 12px;
    text-transform: uppercase;
    padding-bottom: 25px;
}
@media (max-width: 1040px) {
    .brand__main_wrap {
        width: 100%;
        margin: 0;
    }
}
@media (max-width: 570px) {
    .brand__mini_logo {
        margin-bottom: 30px;
    }
    .brand__text_block {
        flex-direction: column;
    }
    .brand__mini_logo .logotip {
        margin-bottom: 20px;
        margin-left: 0;
        font-size: 22px;
    }
}
