 body {
            background: #1a1c1a;
            color: #8d9496;
            }

        .top {
            background: #62ae2e;
        }

        .top-menu a {
            color: rgb(207, 207, 207);
        }

        .top-menu a:hover {
            color: #fff;
        }

        .bottom-menu a {
            color: rgb(207, 207, 207);
        }

        .bottom-menu a:hover {
            color: #fff;
        }

        a {
            color: #8d9496;
        }

        .btn {
            background: #aefd3d;
            color: #121212;
        }

        .blocks > div:nth-child(odd) {
            background-color: #62ae2e;
            color: #242424;
        }

        .blocks-2 {
            background-color: #62ae2e;
            color: #242424;
        }

        .bottom {
            background-color: #62ae2e;
        }

        .close-btn {
            background: #aefd3d;
        }

        .hamburger-lines .line {
            background: #aefd3d;
            }

        ol li:before {
            border: 1px solid #aefd3d;
        }

        ul li::marker {
              color: #aefd3d;
            }

        .other-langs {
            background-color: #62ae2e;
        }

        .show-more-slots {
            background: #3e3e3e;
        }

        .show-more-slots:hover {
            background: #616161;
        }

        .banner p.banner_text {
            background:  rgba(0, 0, 0, 0.67);
        }

        .blogs .blog {
            border: 1px solid #aefd3d;
        }



           body {
    font-size: 14px;
    font-family: -apple-system, system-ui, SF Pro Text, Roboto, sans-serif;
    margin: 0;
}

p {
    font-size: 1.2em;
    line-height: 1.5em;
    font-weight: 400;
}

h2 {
    font-size: 1.8em;
}

h3 {
    font-size: 1.6em;
}

h4 {
    font-size: 1.4em;
}

a {
    text-decoration:none;
}

.content .wrapper a:not(.btn) {
   text-decoration-line: underline;
   text-underline-offset: 4px;
}

table {
    border-spacing: 0;
    border-collapse: initial;
    font-size: 1.2em;
    table-layout: fixed;
}


td {
    line-height: 2.4em;
    border: 1px solid #444;
    padding: 10px;
    padding-right: 5px;
    word-wrap: break-word;
    line-height: 1.3;
}

td p {
    margin: 0;
    font-size: 1em;
}


th {
    line-height: 2.4em;
    border: 1px solid #444;
    padding: 10px;
    padding-right: 5px;
    word-wrap: break-word;
    line-height: 1.3;
}

td:first-child {
    border-left: none;
    text-align: left;
}

tr:first-child td {
    border-top: none;
}


td:last-child {
    border-right: none;
}

th p {
    margin: 0;
    font-size: 1em;
}

th:first-child {
    border-left: none;
    text-align: left;
    padding-right: 40px;
}

th:first-child td {
    border-top: none;
}

th:last-child {
    border-right: none;
}

tr:first-child td {
    border-top: none;
}

tr:last-child td {
    border-bottom: none;
}


tr:last-child th {
    border-bottom: none;
}

tr:first-child th {
    border-bottom: 1px solid #444;
    border-top: none;
}



th {
    text-align: left;
}

ol {
    font-size: 1.2em;
    line-height: 2em;
    padding-inline-start: 45px;
    list-style-type: none;
    counter-reset: num;
}

ol li {
    position: relative;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    line-height: 1.4;
}
ol li:before {
    content: counter(num);
    counter-increment: num;
    display: inline-block;
    position: absolute;
    top: -5px;
    left: -38px;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border-radius: 50%;

}

ul {
    font-size: 1.2em;
    line-height: 2em;
    padding-inline-start: 20px;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-left: 10px;
}

ul ul {
    margin-top: 0;
}

ul li  p{
    font-size: 1em;
    margin: 0;
    line-height: 1em;
}

ol li  p{
    font-size: 1em;
    margin: 0;
    line-height: 1em;
}

ul ul li {
    font-size: 0.8em;
    line-height: 1.6em;
}



.btn {
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    border: none;
    cursor: pointer;
    transition: .3s;
    font-size: 1.2em;
    padding: 12px 20px;
    display: block;
    width: fit-content;
}

.top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: 15px 0;
}

.top .btn {
    margin: 0 0 0 15px;
    font-size: 1.2em;
    padding: 10px 8px;
}

.bottom {
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 0;
}

.bottom .payment {
    text-align: center;
}

.bottom .payment img {
    padding: 5px;
}

.bottom .bottom-menu {
    margin: 0 0 0 20px;
    font-size: 1.2em;
    text-align: center;
}

.wrapper {
    max-width: 1180px;
    margin: 0 auto 1em auto;
    padding: 10px 35px 10px 25px;
}

.top .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}



.hamburger-box {
    margin: 0 auto 0 0;
}

.top-menu {
    margin: 10px auto 0;
    text-align: center;
}

.top-menu a {
    margin-right: 1em;
    font-size: 1.2em;
    text-transform: uppercase;
}

.checkbox {
    position: absolute;
    width: 42px;
    height: 45px;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.hamburger {
    display: none;
    position: relative;
    margin: auto 0;
    z-index: 3;
}

.hamburger-lines .line {
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 10px;

}

.hamburger-lines {
    height: 33px;
    width: 42px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}

.hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
}

.hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out;
}

.hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
}

@media (max-width: 500px) {
    a.logo {
        max-width: 30%;
    }
    a.logo img {
        max-width: 100%;
        height: auto;
        max-height: 45px;
    }
}

@media (max-width: 900px) {
    .checkbox {
        display: block;
        }

    .hamburger {
        display: block;
        margin: 0 auto;
        }

    .top-menu {
        display: none;
        text-align: left;
    }


    .hamburger-box input:checked ~ .top-menu {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.92);
        padding: 60px 40% 40px;
    }

    .hamburger-box input:checked ~ .top-menu a {
        display: block;
        line-height: 2em;
        font-size: 1.5em;
    }

    .hamburger-box input:checked ~ .hamburger .hamburger-lines .line1 {
      transform: rotate(45deg);
      color: white;
    }


    .hamburger-box input:checked ~ .hamburger .hamburger-lines .line2 {
      transform: scaleY(0);
    }


    .hamburger-box input:checked ~ .hamburger .hamburger-lines .line3 {
      transform: rotate(-45deg);
    }

    table {
        width: 100%;
    }

    .banner-button {
        display: flex;
        flex-direction: row-reverse;
    }

    .banner p.banner_text {
        margin-left: 1em;
        font-size: 1.5em!important;
    }

    .banner-button .btn {
        margin: auto;
    }
}

.lang {
    margin-left: 15px;
}

.lang a {
    display: flex;
    align-items: center;
}

.lang a p {
    padding-left: 10px;
    text-transform: uppercase;
    margin: 0;
}

.lang .other-langs {
    position: absolute;
    top: 40px;
    right: 0px;
    display: none;
    padding: 15px;
    border: solid 1px #444444;
    border-radius: 15px;
}


.other-langs.show {
    display: block;
}

.other-langs a {
    margin-bottom: 10px;
}

.lang img {
    width: 40px;
}


.bottom .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}

.banner img {
    width: 100%;
    height: auto;
    border-radius: 15px;
}

.banner-text {
    max-width: 400px;
    padding: 20px 30px 20px 30px;
}

.banner-text p{
    font-size: 2.4em;
    font-weight: 800;
}

.banner .banner-button {
    position: absolute;
    bottom: 5%;
    left: 3%;
}

.banner p.banner_text {
    display: block; width: fit-content;
    padding: 0 10px;
    border-radius: 10px;
    font-size: 2.2em;
/* max-width: 400px; */
}

.slots {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    row-gap: 15px;
    column-gap: 15px;
    justify-content: center;
}

.slot {
    text-decoration: none;
    border: 1px solid #444;
    border-radius: 8px;
    padding: 10px;
    margin: 0 7px 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    font: inherit;
    color: inherit;
    background-color: transparent;
    cursor: pointer;

    position: relative;
}

.slot:hover .overlay,
.slot:hover .play-now{
    opacity: 1;
    display: block;
}

.slot-image {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    transition: .3s;
}

.overlay, .play-now {
    opacity: 0;
    display: none;
    transition: 0.3s;
}

.slot.active .overlay,
.slot.active .play-now {
    opacity: 1;
    display: block;
}

.play-now {
    width: 90%;
    max-width: 130px;
    padding: 12px;
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    opacity: 0;
    display: none;
}

.demo-btn {
    top: 25%;
    display: none;
}

.iframe-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.iframe-wrapper {
    position: relative;
    padding: 10px;
    border-radius: 10px;
    max-width: 1000px;
    width: 100%;

}

.iframe-wrapper iframe {
    width: 100%;
}

.close-btn {
    position: absolute;
    top: -10px;
    right: -10px;
    color: black;
    border: none;
    width: 50px;
    height: 50px;
    font-size: 2em;
    border-radius: 50%;
    cursor: pointer;
}

.overlay {
    transition: .3s;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    top: 0;
    left: 0;
    opacity: 0;
}

.slot-name {
    padding: 8px 10px 0;
    font-size: 1em;
    font-weight: 500;
    line-height: 13px;
    text-align: center;
}

.slot .btn {
    font-size: 1em;
}

.show-more-slots {
    font-weight: 500;
    display: block;
    padding: 14px 10px;
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
    transition: .3s;
    margin: 16px 0 0;
    font-size: 1.2em;
}

.content-table {
    border: 1px solid #444;
    border-radius: 8px;
    padding: 16px 16px 0;
}

.content-table-title {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding-bottom: 14px;
    height: 1.5em;
}

.content-table nav {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.content-table.active nav {
    max-height: 500px; 





    
}

.menu-icon {
    margin-right: 8px;
}

.menu-arrow {
    margin-left: auto;
}

.content-table ul {
    padding-inline-start: initial;
}

.content-table li {
    list-style: none;
    margin-bottom: 15px;
    font-size: 1.2em;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

.html-block img {
    display: block;
    max-width: 100%;
    object-fit: contain;
    height: auto;
    margin-top: 20px;
    border-radius: 15px;
}

.block-img img {
    display: block;
    width: 100%;
    max-width: 900px;
    height: auto;
    margin-top: 20px;
    border-radius: 15px;
}

.how-to {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    row-gap: 15px;
    column-gap: 15px;
    justify-content: center;
    margin-bottom: 40px;
}

.how-to img {
    width: 100%;
    border-radius: 15px;
}

.faq-question {
    padding: 10px 25px 14px 0;
    font-size: 1.4em;
    border-bottom: 1px solid #444;
    position: relative;
    font-weight: 500;
}

.faq-question p {
    margin: 10px 0 0 0;
}

.bonuses {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    row-gap: 15px;
    column-gap: 15px;
    justify-content: center;
}

.bonuses img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.bonus-page img {
        width: 100%;
        max-width: 600px;
        height: auto;
        border-radius: 10px;
}

.social a {
    margin-right: 15px;
}


.registration th{
    line-height: 2.4em;
    border-left-width: medium;
    border-left-style: none;
    border-left-color: currentcolor;
    padding-right: 40px;
    text-align: left;
}

.registration td{
    line-height: 2.4em;
    border-left-width: medium;
    border-left-style: none;
    border-left-color: currentcolor;
    width: 200px;
}

.registration input {
    width: 100%;
}

.registration button {
    font-size: 1em;
    padding: 5px;
    border-radius: 5px;
}

.blogs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    row-gap: 25px;
    column-gap: 25px;
    justify-content: center;
}

.blogs .blog {
    border-radius: 15px;
    padding: 5px 10px 15px 15px;
}

.blogs time {
    font-size: 0.9em;
    font-weight: 300;
}

.blogs h2 {
    margin-bottom: 5px;
}

.blogs .blog h3 {
    margin-bottom: 5px;
}

.blog-page h1 {
    margin-bottom: 5px;
    font-size: 2em;
}

.blog-page time {
    font-size: 0.9em;
    font-weight: 300;
}

.blocks .blogs .blog a{
    text-decoration: none;
}

.blocks .blogs .blog h3 {
    margin-bottom: 5px;
    }

.blogs span.read-more {
    text-decoration: underline;
}


.blog-page img {
    display: block;
    width: 100%;
    max-width: 900px;
    height: auto;
    margin-top: 20px;
    border-radius: 15px;
}

.autor img {
    max-width: 400px;
    margin: 0 auto;
}

.login-form .input-line {
    margin: 1em 0;
    line-height: 35px;
    width: 200px;
    font-size: 1em;
    padding-left: 7px;
    border-radius: 5px;
    border: 0;
}

