* {
    font-family: Roboto, sans-serif;
}
header,
nav {
    margin: 0 auto;
}
*,
nav {
    padding: 0;
}
*,
nav ul li:first-child {
    margin: 0;
}
.start-content,
header,
nav ul {
    display: flex;
}
.start-content a,
.start-content h1,
.start-content p {
    align-self: center;
    text-align: center;
}
header {
    max-width: 1280px;
    background-color: #3a071c;
}
.anchors_section ul,
nav ul li {
    list-style: none;
}
.anchors_section ul li a,
.btn-act a,
body a,
nav ul li a {
    text-decoration: none;
}
.start-content a,
.start-content h1,
.start-content p,

.content table,
table {
    width: 100%;
    border-collapse: collapse;
}
* {
    box-sizing: border-box;
}
a {
    color: #01f902;
}
html {
    scroll-behavior: smooth;
}
body {
    padding: 0 15px 20px;
    background: #1a040e;
}
header {
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    height: 60px;
}
.btn-act {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.btn-act a {
    font-size: 14px;
    font-weight: bold;
    border: 2px solid #01f902;
    border-radius: 24px;
    background: #fed311;
    background-image: linear-gradient(to right, #ae0148, #f06, #ff2f82, #ff5e9e, #eea69b);
    color: #111;
    padding: 10px 16px;
    margin-left: 15px;
    text-transform: uppercase;
}
.start-content a,
nav ul li:hover {
    background-color: transparent;
}
.start-content h1,
nav ul li {
    text-transform: uppercase;
    color: #fff;
    font-style: normal;
}
.btn-act a:hover {
    opacity: 0.9;
}
.btn-act a:first-child {
    margin-left: 0;
}
header span {
    cursor: pointer;
    font-size: 19px;
    text-transform: uppercase;
    color: #8434fd;
    font-weight: 700;
}
nav {
    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;
}
.start-content {
    flex-direction: column;
    margin: 14px auto 0;
    padding: 36.5px 10px;
    max-width: 1280px;
    border-radius: 5px;
    background: url(../img/bg.png) center/cover no-repeat;
}
.start-content h1 {
    margin: 0 0 15px;
    max-width: 876px;
    font-weight: 900;
    font-size: 31px;
    line-height: 50px;
}
.start-content h1 span {
    color: #a265ff;
}
.start-content p {
    margin: 0 0 30px;
    max-width: 876px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #fff;
}
.anchors_section ul li a,
.start-content a {
    color: #fff;
    background-color: transparent;
}
.content td,
td {
    padding: 10px;
}
.start-content a:hover {
    background-color: #fff;
    color: #8d48f6;
}
.content {
    margin: 0 auto;
    padding: 54px 0 45px;
    max-width: 1280px;
}
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    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 h3 {
    font-size: 24px;
}
.content h4,
.content h5,
.content h6 {
    font-size: 20px;
}
.content ol li,
.content p,
.content ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: left;
    color: #fff;
    margin-bottom: 10px;
}
.content ol,
.content p,
.content ul {
    margin: 0 0 25px;
    list-style-position: inside;
}

.content td,
.content tr {
    border: 1px solid #4b30bc;
}

tr:nth-child(2n) {
    background-color: #211a3e;
    background-color: var(--tr-even-bck);
}
.content table {
    border-spacing: 0;
    margin-bottom: 25px;
    color: #fff;
}
.content td {
    text-align: left;
    font-weight: 400;
}
.anchors_section {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}
.anchors_section ul li {
    margin-bottom: 8px;
}
.anchors_section ul li a:hover {
    text-decoration: underline;
}
@media screen and (max-width: 1280px) {
    .content,
    .start-content,
    header,
    nav {
        max-width: 1100px;
    }
    header {
        align-items: center;
        justify-content: space-between;
    }
    header ul {
        margin: 0 0 0 50px;
        flex-wrap: wrap;
    }
    header ul li {
        padding: 13px 5px;
    }
}
@media screen and (max-width: 1100px) {
    .content,
    .start-content,

    header,
    nav {
        max-width: 800px;
    }
    header {
        padding: 0 10px;
    }
    .content {
        padding: 30px 0;
    }

    header ul li {
        padding: 13px 4px;
    }

}
@media screen and (max-width: 768px) {
    nav {
        display: none;
    }
    body {
        padding: 0;
    }

    header {
        width: 100%;
        max-width: none;
        border-radius: 0;
    }
    header {
        flex-direction: column;
        margin: 0 0 23px;
        padding: 14px 14px 24px;
        border-radius: 0;
    }
    header ul {
        margin: 18.4px 0 0;
        justify-content: center;
    }
    header ul li {
        margin: 0 15px;
        padding: 10px 0;
    }
    header ul li a {
        padding: inherit;
    }
    .content,
    .start-content {
        width: 90%;
    }
    .start-content p {
        width: 80%;
    }
}
@media screen and (max-width: 425px) {
    .start-content h1 {
        font-size: 28px;
    }
}
@media (max-width: 768px) {
    header {
        height: auto;
        margin-bottom: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
    }
    header span {
        margin-bottom: 15px;
    }
    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_section {
        padding: 0 15px;
    }
    .content ol li,
    .content p,
    .content ul li,
    .start-content p {
        font-size: 14px;
        line-height: 1.5;
    }
    .anchors_section ul li a {
        font-size: 12px;
    }
}
table {
    margin: 25px 0 0;
}
tbody {
    background: #432885;
    color: #fff;
}
td {
    border: 1px solid #000;
    font-size: 14px;
}
td:last-child {
    line-height: 1.5;
}
header span {
    font-size: 28px;
    font-weight: 900;
    color: #ff0066;
    text-transform: uppercase;
}
header span span {
    color: #7629d6;
}
.start-content .goto {
    padding: 15px 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 13px;
    font-size: 20px;
    border: 2px solid #432885;
    cursor: pointer;
    transition: 0.5s;
    text-transform: uppercase;
    border-radius: 8px;
    color: #000;
    background-color: #fed311;
    background-image: linear-gradient(to right, #01f902, #01f902, #64fc02, #64fc02, #67fd02);
    margin: 2px;
}
.start-content .goto:hover {
    color: #fff;
}
@media (max-width: 768px) {
    header span {
        margin-bottom: 0;
    }
    header {
        padding: 15px;
    }
    .btn-act a:last-child {
        display: none;
    }
}
.anchors_section ul {
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
.anchors_section ul li {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.anchors_section ul li a {
    color: #fff;
    background-color: #ff0066;
    padding: 5px;
    text-decoration: none;
}
.anchors_section ul li a:hover {
    text-decoration: none;
}


/* promocode block styles */

.promocode-block {
    background: #770017;
    background-image: linear-gradient(to right, #770017, #83051d, #8f0a23, #9b102a, #a71631);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding: 20px 0;
    margin: 50px 0 20px;
    border-radius: 6px;
}
.promocode-heading {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
.promocode-heading span {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
}
.promocode-block-wrapper {
    width: calc(800px - 30px);
    margin: 0 auto;
    padding: 0 15px 25px;
}
@media (max-width: 830px) {
    .promocode-block-wrapper {
        width: 100%;
        margin: 0;
        padding: 0 15px 25px;
    }
}
.promocode-unit {
    background: transparent;
    border-radius: 10px;
    border: 2px solid #ffb26b;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    margin: 15px 0;
}

.promocode-caption {
    color: #fff;
    font-weight: bold;
}

.promocode-unit input {
    width: 120px;
    text-align: center;
    border: 0;
    outline: 0;
    border-radius: 6px;
    background: #3e2028;
    border: 1px dashed #ff7a7a;
    color: #9f9094;
    font-weight: bold;
    height: 30px;
}
.promocode-button a {
    display: flex;
    color: #000;
    background: #ffb26b;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    padding: 12px;
    line-height: 1;
}
.promocode-button a:hover {
    background: #f24463;
    color: #fff;
}
@media (max-width: 450px) {
    .promocode-caption {
        font-size: 13px;
        font-weight: bold;
    }
    .promocode-unit input {
        width: 100px;
    }
}
.font-weight-bold {
    font-weight:bold;
    color: #7629d6;

}
.responsive-img img{
    width: 100%;
    height: auto;
    max-width: 100%;
  }
footer {
    background-color: #1e1e1e; /* тёмный фон */
    color: #ffffff; /* белый текст */
    padding: 40px 20px;
    text-align: center;
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

footer a {
    color: #66ff66; /* яркий зелёный для ссылок */
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

footer h3 {
    color: #cc66ff; /* фиолетовый заголовков */
    margin-bottom: 15px;
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 20px;
}

footer ul li {
    margin: 5px 0;
}

footer .footer-section {
    max-width: 800px;
    margin: 0 auto;
}

@media (max-width: 600px) {
    footer {
        font-size: 14px;
        padding: 30px 15px;
    }
}