* {
    box-sizing: border-box;
}

html,
body {
    padding: 0;
    margin: 0;
    background: #000;
    font-family: "Play", sans-serif;
    overflow-x: hidden;
}

a {
    cursor: pointer;
    text-decoration: none;
}

.head {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 64px;
    box-shadow: rgba(0, 0, 0, 0.6) 0px 4px 16px 4px;
    background-color: rgb(31, 31, 31);
    border-bottom: 1px solid rgb(48, 48, 48);
}

.head img {
    width: 108px;
}

.logo {
    max-width: 1200px;
    width: 100%;
    display: flex;
    justify-content: start;
}

.title {
    max-width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 50px;
    background: linear-gradient(220deg,
            rgb(255, 85, 32),
            rgb(0, 0, 0),
            rgb(0, 0, 0)) 0% 0% / 225%;
    background-size: 130%;
    animation: 15s ease 0s infinite normal none running AnimationName;
}

@keyframes AnimationName {
    0% {
        background-position: 0% 81%;
    }

    50% {
        background-position: 100% 20%;
    }

    100% {
        background-position: 0% 81%;
    }
}

.title p {
    font-size: 42px;
    color: white;
    text-align: center;
    font-weight: 700;
    padding-top: 100px;
}

.subtitle {
    font-size: 16px;
    color: white;
}

.title a {
    padding: 15px 35px;
    background: rgb(255, 108, 32);
    margin-top: 50px;
    border-radius: 5px;
    font-size: 18px;
    color: white;
    font-weight: 700;
}

.tablets {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 80px;
}

.tablet {
    display: flex;
    flex-direction: column;
    -moz-box-align: center;
    align-items: center;
    gap: 4px;
    border-radius: 99999px;
    background: linear-gradient(rgb(0, 0, 0) 0%, rgb(18, 18, 18) 100%);
    padding: 8px 56px;
}

.part {
    padding: 1px;
    border-radius: 99999px;
    background: linear-gradient(18deg, gray, black 50%, gray);
}

.sub {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    white-space: nowrap;
}

.data span {
    font-size: 22px;
    font-weight: 700;
    white-space: nowrap;
    color: white;
}

.data {
    display: flex;
    flex-direction: row;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    gap: 4px;
}

.play {
    width: 100%;
    max-width: 1200px;
}

.tag {
    margin: 0px;
    margin-bottom: 24px;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.0025em;
    line-height: 32px;
    color: white;
}

.tab {
    padding: 1px;
    display: flex;
    border-radius: 8px;
    background: linear-gradient(167deg,
            rgba(0, 0, 0, 0.05) 9.42%,
            rgb(0, 0, 0) 81.83%),
        linear-gradient(170deg,
            rgba(255, 255, 255, 0.08) 11.42%,
            rgb(255, 255, 255) 113.83%);
}

.contain {
    border-radius: 8px;
    border: medium;
    background: rgb(18, 18, 18);
    width: 100%;
    cursor: pointer;
    -moz-box-align: center;
    align-items: center;
    display: flex;
    gap: unset;
    flex-direction: row;
    -moz-box-pack: start;
    justify-content: flex-start;
    padding: 8px 8px 8px 16px;
    min-height: unset;
}

.tabs {
    gap: 40px;
    padding: 40px 0px;
    display: flex;
    flex-direction: column;
}

.descr {
    display: flex;
    flex-direction: column;
    -moz-box-pack: center;
    justify-content: center;
    margin-left: 16px;
    gap: 4px;
}

.descr p {
    font-weight: bold;
    line-height: 20px;
    letter-spacing: 0.02em;
    font-size: 16px;
    color: white;
    margin: 0;
    text-align: left;
}

.descr span {
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 0.02em;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: left;
}

.arrow {
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    width: 24px;
    margin-left: auto;
}

.active {
    background: rgb(31, 31, 31);
}

.powers {
    height: auto;
    position: relative;
    cursor: grab;
    display: flex;
    max-width: 268px;
    max-height: 170px;
    flex-direction: column;
    -moz-box-align: center;
    align-items: center;
    padding: 2px;
    border-radius: 8px;
    background: linear-gradient(51deg, gray, black 50%, gray);
    box-shadow: rgba(0, 0, 0, 0.6) -1px -4px 5px 2px inset,
        rgba(255, 85, 0, 0.25) 0px 0px 100px 0px;
}

.powers img {
    border-radius: 8px;
    max-width: 268px;
    max-height: 170px;
}

.inside {
    display: flex;
    justify-content: space-between;
}

.image {
    display: flex;
    flex-direction: column;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    gap: 24px;
    margin: 0px auto;
}

.mim {
    margin: 0px;
    font-size: 22px;
    font-weight: bold;
    font-family: Play, sans-serif;
    letter-spacing: 0.005em;
    line-height: 28px;
    color: white;
}

.description {
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    padding: 0px 24px;
    text-shadow: rgba(0, 0, 0, 0.38) 0px 2px 8px;
    letter-spacing: 0.02em;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

.faq {
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ftaq {
    margin: 0px;
    font-size: 38px;
    font-weight: bold;
    font-family: Play, sans-serif;
    line-height: 44px;
    align-self: flex-start;
    color: white;
}

.left {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
}

.right {
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
}

.right img {
    width: 100%;
    height: auto;
}

.accordeon {
    display: flex;
    flex-direction: column;
    -moz-box-align: center;
    align-items: start;
    cursor: pointer;
    padding: 24px 0px;
    width: 80%;
    border-bottom: 1px solid #303030;
}

.accordeon a {
    flex: 1 1 auto;
    order: 0;
    -moz-box-flex: 1;
    display: flex;
    margin: 0px;
    font-size: 16px;
    font-weight: bold;
    font-family: Play, sans-serif;
    line-height: 20px;
    color: white;
    width: 100%;
    justify-content: space-between;
    padding: 0px 8px 0px 0px;
}

.accordeon svg {
    flex: 0 0 auto;
    order: 1;
    -moz-box-flex: 0;
    padding: 0px;
}

.accordeon .description {
    padding: 0;
    text-align: left;
    margin-top: 10px;
    display: none;
}

img {
    pointer-events: none;
}

.cookie {
    background: #161616;
    width: 50%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    position: fixed;
    right: 25%;
    border-radius: 4px;
    bottom: 100;
}

.cookie span {
    color: #696969;
    font-size: 14px;
}

.ctitle {
    color: rgba(255, 255, 255, 0.87) !important;
    font-size: 16px !important;
    font-weight: bold !important;
}

.accept {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.buttons a {
    background-color: rgb(255, 108, 32);
    padding: 10px 30px;
    color: white;
    font-size: 16px;
    font-weight: 700;
}

.buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

@media screen and (max-width: 700px) {
    .logo {
        padding: 0px 16px;
    }

    .title p {
        font-size: 20px;
    }

    .subtitle {
        font-size: 10px;
    }

    .tablets {
        flex-direction: column;
    }

    .part {
        width: 100%;
    }

    .left {
        justify-content: center;
        align-items: center;
    }

    .ftaq {
        width: 100%;
        text-align: center;
    }

    .tag {
        text-align: center;
    }

    .title {
        width: 100%;
    }

    .inside {
        flex-direction: column-reverse;
    }

    .faq {
        flex-direction: column;
    }

    .cookie {
        width: 100%;
        bottom: 0;
        right: unset;
    }
}

div {
    display: block;
}

a,
button {
    background: 0px 0px;
    margin: 0px;
    padding: 0px;
}

a,
button {
    padding: 0px;
}

.windslayercontent-section-info-list li:last-child {
    margin-bottom: 0px;
}

div,
h3,
img,
li,
p,
span,
ul {
    margin: 0px;
    padding: 0px;
    border: 0px;
    outline: 0px;
    font-size: 100%;
    vertical-align: baseline;
    background: 0px 0px;
}

a {
    font-size: 100%;
    vertical-align: baseline;
}

button {
    font-family: inherit;
    font-size: inherit;
    border: none;
    cursor: pointer;
    outline: 0px;
}

* {
    box-sizing: border-box;
    scrollbar-width: none;
}

::-webkit-scrollbar {
    display: none;
}

.winds {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
    overflow-y: scroll;
}

.winds {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.85);
    padding-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.winds__body {
    max-width: 900px;
    margin: 0px auto;
    width: 100%;
}

.windslayerheader {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background: black;
}

.windslayerheader-button {
    color: rgb(160, 160, 160);
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}

.windslayercontent {
    background: rgb(24, 24, 24);
    padding: 60px 40px;
}

.windslayercontent-inner {
    position: relative;
    max-width: 540px;
    margin: 0px auto;
    width: 100%;
    color: rgb(149, 154, 162);
    line-height: 18px;
}

.windslayercontent-section {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}

.windslayercontent-section-icon {
    max-width: 32px;
    width: 100%;
    height: 100%;
}

.windslayercontent-section-info-title {
    margin-bottom: 10px;
    font-size: 16px;
    color: rgb(255, 255, 255);
}

.windslayercontent-section-info-list li {
    margin-bottom: 20px;
}

.windslayercontent-confirm-text {
    display: block;
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
}

.windslayercontent-confirm {
    color: rgb(255, 255, 255);
    background-color: rgb(255, 85, 0);
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 2px;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    margin: 0px auto 30px;
    transition: all 0.15s ease 0s;
}

.windslayercontent-confirm:disabled {
    cursor: not-allowed;
    background: rgba(94, 97, 112, 0.3) !important;
    color: rgba(94, 97, 112, 0.8) !important;
}

.windslayercontent-confirm:hover {
    background-color: rgb(253, 110, 53);
}

.windslayercontent-confirm-img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 8px;
    position: relative;
}

.windslayercontent-confirm-img::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    height: 24px;
}

.windslayercontent-confirm-img img {
    display: block;
}

.windslayercontent-confirm-button-text {
    padding: 0px 15px;
}

.windslayercontent-confirm-problem {
    display: block;
    margin-bottom: 10px;
    text-align: center;
}

.windslayercontent-confirm-support {
    color: rgb(255, 255, 255);
    font-weight: 700;
    text-decoration: none;
    display: block;
    text-align: center;
    font-size: 15px;
}

.windslayercontent-confirm-support:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .winds {
        padding-top: 0px;
    }

    .windslayerheader {
        background-color: rgb(0, 0, 0);
    }
}

div,
p {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

button {
    background: transparent;
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    border: none;
    cursor: pointer;
    outline: none;
}

* {
    box-sizing: border-box;
}

*::-webkit-scrollbar {
    display: none;
}

* {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.error {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.85);
}

.table {
    padding: 40px 80px;
    background: rgb(24, 24, 24);
    flex-direction: column;
    display: flex;
    border-radius: 4px;
    z-index: 9999;
    text-align: center;
    gap: 5px;
}

.table p {
    font-size: 22px;
    color: white;
    margin-bottom: 20px;
    font-weight: 700;
}

.table span {
    color: #959aa2;
}

.loader {
    font-size: 10px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    animation: mulShdSpin 1.1s infinite ease;
    transform: translateZ(0);
    margin: 0 auto;
    margin-bottom: 100px;
}

@keyframes mulShdSpin {

    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #ffffff,
            1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
            2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
            1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
            0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
            -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
            -2.6em 0em 0 0em rgba(255, 255, 255, 0.5),
            -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7),
            1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
            1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
            0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
            -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
            -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
            -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5),
            1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff,
            1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
            0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
            -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
            -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
            -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
            1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5),
            2.5em 0em 0 0em rgba(255, 255, 255, 0.7),
            1.75em 1.75em 0 0em #ffffff,
            0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
            -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
            -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
            -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
            1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
            2.5em 0em 0 0em rgba(255, 255, 255, 0.5),
            1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7),
            0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
            -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
            -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
            1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
            2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
            1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5),
            0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff,
            -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
            -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
            1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
            2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
            1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
            0em 2.5em 0 0em rgba(255, 255, 255, 0.5),
            -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7),
            -2.6em 0em 0 0em #ffffff,
            -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
            1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
            2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
            1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
            0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
            -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5),
            -2.6em 0em 0 0em rgba(255, 255, 255, 0.7),
            -1.8em -1.8em 0 0em #ffffff;
    }
}


.captcha-container {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 15px 0;
}

.tettx {
    color: #d9d9d9;
}

.checkbox-window {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 300px;
    height: 74px;
    background-color: #313131;
    border: 1px solid #555;
    border-radius: 4px;
    padding: 10px;
    overflow: hidden;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    opacity: 0;
    margin: 0 auto;
}

.checkbox-container {
    width: 28px;
    height: 28px;
    margin-left: 12px;
    margin-right: 8px;
    position: relative;
}

.checkbox {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 2px;
    border: 2px solid #888888;
    cursor: pointer;
    transition: border-color 0.3s, background-color 0.3s;
}

.checkbox.checked {
    border-color: #4285f4;
    background-color: #4285f4;
    position: relative;
}

.checkbox.checked::after {
    content: "\f00c";
    font-family: "FontAwesome";
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: -2px;
    left: 2px;
}

.spinner {
    visibility: hidden;
    position: relative;
}

.verify-window {
    opacity: 0;
    visibility: hidden;
    width: auto;
    height: 0;
    transition: opacity 0.5s ease-in-out, height 0.5s ease-in-out;
    font-family: Roboto, helvetica, arial, sans-serif;
    margin: 0;
    max-width: 100%;
}

.verify-window.active {
    opacity: 1;
    visibility: visible;
    height: auto;
    display: block;
}

.verify-header {
    background-color: #e85d1a;
    padding: 10px 16px;
    color: #fff;
    font-size: 14px;
    border-radius: 0;
}

.verify-main {
    padding: 16px;
    font-size: 14px;
    color: #333;
}

.verify-main ol {
    padding-left: 20px;
}

.verify-main ol li {
    margin-bottom: 10px;
}

.verify-main code {
    display: block;
    margin-top: 10px;
    background-color: #f9f9f9;
    padding: 10px;
    font-size: 12px;
    border: 1px solid #ddd;
}

.verify-footer {
    background-color: #f2f2f2;
    padding: 16px;
    text-align: right;
}

.verify-footer button {
    padding: 10px 20px;
    background: #4285f4;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
}

.overlay.active {
    display: block;
}

#spinner2 {
    width: 40px;
    height: 40px;
    animation: rotate 4s linear infinite;
    margin-top: -4px;
}

.lds-ring {
    display: inline-block;
    position: relative;
}

.lds-ring,
.lds-ring div {
    height: 1.875rem;
    width: 1.875rem;
}

.lds-ring div {
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border: 0.3rem solid transparent;
    border-radius: 50%;
    border-top-color: #313131;
    box-sizing: border-box;
    display: block;
    position: absolute;
    border-color: #999 transparent transparent;
}

.lds-ring div:first-child {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(1turn);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}