* {
    font-family: "Roboto", sans-serif;
}
header,
nav {
    margin: 0 auto;
}
*,
nav {
    padding: 0;
}
*,
nav ul li:first-child {
    margin: 0;
}
.content-text,
header,
nav ul {
    display: flex;
}
.content-text a,
.content-text h1,
.content-text p {
    align-self: center;
    text-align: center;
}
footer,
header {
    max-width: 1280px;
    background-color: #151a22;
}
.anchors ul,
nav ul li {
    list-style: none;
}
.anchors ul li a,
.auth_buttons a,
body a,
nav ul li a {
    text-decoration: none;
}
.content-text a,
.content-text h1,
.content-text p,
footer {
    text-align: center;
}
table {
    width: 100%;
    border-collapse: collapse;
}
* {
    box-sizing: border-box;
}
:root {
    --main-color: #2a1854;
}
html {
    scroll-behavior: smooth;
}
body {
    padding: 22px 15px 20px;
    background: #1a2b38;
}
header {
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    border-radius: 24px 24px 0 0;
    height: 60px;
}
.auth_buttons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.auth_buttons a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 110px;
    height: 40px;
    font-size: 15px;
    font-weight: 700;
    border: 2px solid #735cfc;
    border-radius: 20px 4px;
    background: transparent;
    color: #fff;
    padding: 8px 16px;
    margin-left: 15px;
}
.auth_buttons a:last-child {
    background-color: #dafe31;
    border-color: #dafe31;
    color: #111;
}
.content-text a,
nav ul li:hover {
    background-color: #8d48f6;
    background: linear-gradient(144deg, #af40ff, #5b42f3 50%, #00ddeb);
}
.content-text h1,
nav ul li {
    text-transform: uppercase;
    color: #fff;
    font-style: normal;
}
.auth_buttons a:hover {
    opacity: 0.9;
}
.auth_buttons a:first-child {
    margin-left: 0;
}
header span {
    cursor: pointer;
    font-size: 33px;
    color: #fff;
    font-weight: 700;
}
nav {
    display: none;
    align-items: center;
    justify-content: space-between;
    max-width: 1100px;
}
nav ul {
    align-items: center;
}
nav ul li {
    padding: 20px 5px;
    font-weight: 400;
    font-size: 12px;
    line-height: 11px;
    transition: 0.3s linear;
    cursor: pointer;
}
nav ul li a {
    padding: inherit;
    color: inherit;
}
.content-text {
    flex-direction: column;
    margin: 14px auto 0;
    padding: 36.5px 10px;
    max-width: 1280px;
    border-radius: 5px;
}
.content-text h1 {
    margin: 0 0 15px;
    max-width: 876px;
    font-weight: 900;
    font-size: 40px;
    line-height: 50px;
}
.content-text p {
    margin: 0 0 30px;
    max-width: 876px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #fff;
}
.anchors ul li a,
.content-text a {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
}
.content-text a {
    font-size: 14px;
    padding: 20px 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 13px;
    border-radius: 38px;
    border: none;
    cursor: pointer;
    transition: 0.5s;
}
td {
    padding: 10px;
}
.content-text a:hover {
    background-color: #fff;
    color: #8d48f6;
}
.content {
    margin: 0 auto;
    padding: 54px 0 45px;
    max-width: 1280px;
}
.content h2 {
    margin: 25px 0 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 31px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}
.content p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: left;
    color: #fff;
    margin-bottom: 10px;
}
.content p {
    margin: 0 0 25px;
    list-style-position: inside;
}
footer {
    margin: 0 auto;
    padding: 10px 0;
    border-radius: 12px;
}
footer small {
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 1;
}
tr:nth-child(2n) {
    background-color: #211a3e;
    background-color: var(--tr-even-bck);
}
.anchors {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}
.anchors ul li {
    margin-bottom: 8px;
}
.anchors ul li a:hover {
    text-decoration: underline;
}
@media screen and (max-width: 1280px) {
    .content,
    .content-text,
    footer,
    header,
    nav {
        max-width: 1100px;
    }
    header {
        align-items: center;
        justify-content: space-between;
    }
}
@media screen and (max-width: 1100px) {
    .content,
    .content-text,
    footer,
    header,
    nav {
        max-width: 800px;
    }
    header {
        padding: 0 10px;
    }
    .content {
        padding: 30px 0;
    }
}
@media screen and (max-width: 768px) {
    body {
        padding: 0;
    }
    footer,
    header {
        width: 100%;
        max-width: none;
        border-radius: 0;
    }
    header {
        flex-direction: column;
        margin: 0 0 23px;
        padding: 14px 14px 24px;
        border-radius: 0;
    }
    .content,
    .content-text {
        width: 90%;
    }
    .content-text p {
        width: 80%;
    }
}
@media screen and (max-width: 425px) {
    footer {
        padding: 18px 0;
    }
    header {
        padding: 14px 0 24px;
    }
    footer {
        border-radius: 0;
    }
    .content-text {
        margin: 0 auto;
    }
    .content-text h1 {
        font-size: 18px;
        line-height: 23px;
    }
    .content-text p {
        margin: 0 0 21.5px;
        width: 95%;
        font-size: 12px;
        line-height: 15px;
    }
    .content-text a {
        font-size: 14px;
        line-height: 10px;
    }
    .content {
        padding: 37.8px 0 27px;
    }
    .content h2 {
        margin: 15px 0 8px;
        font-size: 14px;
        line-height: 16px;
    }
    .content p {
        margin: 0 auto 8px;
        font-size: 12px;
        line-height: 15px;
    }
}
@media (max-width: 768px) {
    header {
        height: auto;
        margin-bottom: 0;
    }
    header span {
        margin-bottom: 20px;
    }
    nav {
        margin-top: 25px;
    }
    nav ul {
        flex-wrap: wrap;
        justify-content: center;
    }
    nav ul li {
        display: inline-flex;
        padding: 5px;
        margin: 3px;
        border: 1px solid #8d48f6;
    }
    .anchors {
        padding: 0 15px;
    }
    .content p,
    .content-text p {
        font-size: 15px;
        line-height: 1.7;
    }
    .anchors ul li a {
        font-size: 12px;
    }
}
table {
    margin: 25px 0 0;
    font-size: 15px;
    line-height: 1.5;
}
tbody {
    background: #222;
    color: #fff;
}
td {
    border: 1px solid #000;
}
.content-text h1 {
    margin-top: 30px;
}
tr ul {
    padding: 0 0 0 20px;
}
tr ul li {
    margin-bottom: 8px;
}

.img-wrap {
    text-align: center;
}

.img-wrap img {
    width: 100%;
    max-width: 512px;
    height: auto;
}
h3 {
    font-size: 1.5em;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.75em;
    color: #ffffff;
  }

  ul {
    list-style-type: disc;
    padding-left: 1.5em;
    margin-bottom: 1em;
    color: #f0f0f0;
  }
  
  ul li {
    margin-bottom: 0.5em;
    line-height: 1.6;
  }
  

  ol {
    list-style-type: decimal;
    padding-left: 1.5em;
    margin-bottom: 1em;
    color: #f0f0f0;
  }
  
  ol li {
    margin-bottom: 0.5em;
    line-height: 1.6;
  }
  