* {
    font-family: Roboto, sans-serif;
}
header {
    margin: 0 auto;
}
* {
    padding: 0;
}
* {
    margin: 0;
}
.start-content,
header {
    display: flex;
}
.start-content a,
.start-content h1,
.start-content p {
    align-self: center;
    text-align: center;
}
header {
    max-width: 1280px;
    background-color: #0c0d22;
}
.btn-act a,
body a {
    text-decoration: none;
}
.start-content a,
.start-content h1,
.start-content p {
    text-align: center;
}
table {
    width: 100%;
    border-collapse: collapse;
}
* {
    box-sizing: border-box;
}
:root {
    --main-color: #2a1854;
}
html {
    scroll-behavior: smooth;
}
body {
    padding: 0 15px 20px;
    background: #111726;
    background-image: linear-gradient(to right, #111726, #1c1625, #251422, #2c141c, #2f1515);
}
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: 15px;
    font-weight: 500;
    border: 1px solid transparent;
    border-radius: 6px;
    background: #04eb25;
    color: #111;
    padding: 10px 16px;
    margin-left: 15px;
}
.start-content a {
    background-color: transparent;
}
.start-content h1 {
    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;
}
.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 p {
    margin: 0 0 30px;
    max-width: 876px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #fff;
}
.start-content a {
    color: #fff;
    background-color: transparent;
}
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 {
    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;
}
tr:nth-child(2n) {
    background-color: #211a3e;
    background-color: var(--tr-even-bck);
}
@media screen and (max-width: 1280px) {
    .content,
    .start-content,
    header {
        max-width: 1100px;
    }
    header {
        align-items: center;
        justify-content: space-between;
    }
}
@media screen and (max-width: 1100px) {
    .content,
    .start-content,
    header {
        max-width: 800px;
    }
    header {
        padding: 0 10px;
    }
    .content {
        padding: 30px 0;
    }
}
@media screen and (max-width: 768px) {
    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;
    }
    .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;
    }
    .content p,
    .start-content p {
        font-size: 14px;
        line-height: 1.5;
    }
}
table {
    margin: 25px 0 0;
}
tbody {
    background: #2e2146;
    background-image: linear-gradient(to right, #2e2146, #322040, #34203a, #352035, #342130);
    color: #fff;
}
td {
    border: 1px solid #000;
    font-size: 14px;
}
td:last-child {
    line-height: 1.5;
}
header {
    background: linear-gradient(93.69deg, #101726 -1.43%, #301414 100.67%, #281010 100.67%);
}
header span {
    font-size: 33px;
    font-weight: 900;
    color: #fff;
    text-transform: lowercase;
}
header span span {
    color: #7629d6;
}
.start-content .goto {
    padding: 15px 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 13px;
    border: none;
    cursor: pointer;
    transition: 0.5s;
    border-radius: 8px;
    background: linear-gradient(217deg, #8108e0 0, #ff39b0 100%, #ff39b0 100%);
}
.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 li::marker {
    content: "➖";
}
.anchors-block {
    border-radius: 6px;
    padding: 15px;
    background: linear-gradient(253.67deg, #007bff 50%, #4800c3 94.48%);
    color: white;
}

.anchors-block span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

.anchors-block ul {
    margin: 0;
    padding: 0 0 0 25px;
    list-style: none;
}

.anchors-block ul li {
    margin-bottom: 12px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.anchors-block ul li * {
    line-height: 1;
}

.anchors-block ul li::before {
    display: inline-block;
    margin-right: 10px;
    color: #ffffff;
    line-height: 1;
}

.anchors-block ul li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.3;
}

.anchors-block ul li a:hover {
    color: #0044ff;
}

/* promocode block styles */

.promocode-block {
    background: #422d66;
    background-image: linear-gradient(to right, #422d66, #462c5b, #472c51, #452c48, #422d40);
    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 #df2dbd;
    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: #2a1b2c;
    border: 1px dashed #ff7a7a;
    color: #ff7a7a;
    font-weight: bold;
    height: 30px;
}
.promocode-button a {
    display: flex;
    color: #fff;
    background: #f24463;
    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;
    }
}

.benefits_headline {
    text-align: center;
    margin: 15px 0 40px;
    color: #fff;
}
 
.benefits {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 15px;
}

.benefit_item {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    width: 200px;
    margin-bottom: 25px;
}

.benefit_item span {
    color: #ff7a7a;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    margin-top: 10px;
}

@media (max-width: 900px) {
    .benefit_item {
        width: 50%;
    }
}

@media (max-width: 600px) {
    .benefit_item {
        width: 100%;
    }
}
ol {
    color: #fff;
    margin-bottom: 20px;
}
