body {
    font-family: Lato;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0px;
    color: #000000;
    text-align: center;
    margin: 0;
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.header {
    margin: 14px 23px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
.header-title {
    font-size: 20px;
}
.previous, .next {
    display: none;
}
.menu-icon {
    cursor: pointer;
    display: block;
    float: right;
    padding: 14px 20px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.menu-icon .navicon {
    background: #333;
    display: block;
    height: 2px;
    position: relative;
    -webkit-transition: background .2s ease-out;
    transition: background .2s ease-out;
    width: 18px;
}
.menu-icon .navicon:before, .menu-icon .navicon:after {
    background: #333;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    width: 100%}
.menu-icon .navicon:before {
    top: 5px;
}
.menu-icon .navicon:after {
    top: -5px;
}
.menu-btn {
    display: none;
}
.menu-btn:checked ~ .navbar {
    max-height: 1040px;
}
.menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
}
.menu-btn:checked ~ .menu-icon .navicon:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.menu-btn:checked ~ .menu-icon .navicon:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before, .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
}
.navbar {
    overflow: hidden;
    margin: 0;
    padding: 0;
    clear: both;
    max-height: 0;
    -webkit-transition: max-height .2s ease-out;
    transition: max-height .2s ease-out;
    text-align: right;
}
.navbar .link {
    display: block;
    padding: 20px 20px;
}
.link {
    text-decoration: none;
    color: inherit;
}
.main-title {
    font-size: 20px;
    font-weight: normal;
    text-transform: capitalize;
    margin: 40px 0;
}
.bigpromo {
    background-color: #444;
    color: #fff;
    border-radius: 27px;
    opacity: 1;
    margin: 0 25px;
    position: relative;
}
.partner-logo {
    width: 40%;
    max-width: 105px;
    margin-top: 5px;
}
.partner-logo-middle {
    width: 24%;
    max-width: 105px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
}
.stars {
    margin-top: 10px;
}
.bonus-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-transform: capitalize;
    margin: 25px 0;
}
.table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 15px;
}
.table-head {
    margin: 10px 0;
}
.table-body {
    display: -ms-grid;
    display: grid;
    row-gap: 25px;
}
.table-row {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 20px;
    column-gap: 20px;
    /*font-size: calc(10px + 1vw);*/
}
.table-green {
    color: #58C175;
    font-size: 16px;
    text-transform: lowercase;
}
.code-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    -webkit-column-gap: 10%;
    column-gap: 10%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px 30px;
}
.code {
    background: #000000 0% 0% no-repeat padding-box;
    padding: 5px 20px;
    text-align: center;
    text-transform: uppercase;
    max-width: 120px;
}
.copy-code {
    padding: 5px 20px;
    text-align: center;
    text-transform: capitalize;
    color: #58C175;
    position: relative;
}
.copy-code:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #58C175;
    content: ""}
.get-cash {
    position: absolute;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translate(-50%,  0);
    transform: translate(-50%,  0);
    background-color: #58C175;
    color: #000000;
    border-radius: 6px;
    padding: 4px 10px 7px;
    text-transform: capitalize;
}
.article {
    margin: 30px 25px;
}
.smallpromo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #444444;
    -webkit-box-shadow: 0px 3px 6px #00000029;
    box-shadow: 0px 3px 6px #00000029;
    margin: 30px 25px;
    color: #fff;
    text-transform: capitalize;
    padding: 22px 50px;
    position: relative;
}
.smallpromo-title, .smallpromo-offer {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
}
.smallpromo-offer {
    background-color: #181818;
    -webkit-box-shadow: 0px 3px 6px #00000029;
    box-shadow: 0px 3px 6px #00000029;
    padding: 4px 15px;
    text-transform: uppercase;
    margin-top: 15px;
}
.article-box {
    margin: 0 25px;
}

.article-box p{
    line-height: 1.5em;
}

.article-box ol{
    list-style: none;
    counter-reset: my-awesome-counter;
    margin: 15px 0;
}

.article-box ol li{
    margin-bottom: 15px;
    counter-increment: my-awesome-counter;
}

.article-box ol li:before{
    content: counter(my-awesome-counter) ". ";
    color: gray;
    font-weight: normal;
    display: inline-block;
    width: 1em;
    margin-right: 10px;
}

.article-box ol li a{
    text-decoration: none;
    color: gray;
}

.article-box ol li ol li:nth-child(n+4){
    display: none;
}
.article-box ol li:last-child:hover ol li:nth-child(n+4){
    display: block;

}

.middlepromo {
    background: #444444 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0px 3px 6px #00000029;
    box-shadow: 0px 3px 6px #00000029;
    margin: 20px 25px 0;
    display: -ms-grid;
    display: grid;
    row-gap: 15px;
    justify-items: center;
    padding: 13px 12px;
    color: #fff;
}
.before-line {
    position: relative;
    padding-top: 15px;
}
.before-line:before {
    content: "";
    border: 1px solid #444;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.footer {
    margin-top: 40px;
}
.footer-links {
    display: -ms-grid;
    display: grid;
    row-gap: 20px;
    margin-bottom: 20px;
}
.footer.before-line {
    width: calc(100% - 50px);
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%,  0);
    transform: translate(-50%,  0);
}
.container{
    display: grid;
}

.promozion{
    cursor: pointer;
    order: 1;
    width: 100%;
}
.promozion-banner-mobile{
    display: block;
    margin: 10px auto;
    width: 100%;
}
.promozion-banner{
    display: none;
}
.main{
    order: 2;
}

.promoBox{
    cursor: pointer;
    order: 1;
    display: block;
    margin: auto;
}

.tips-promo{
    width: 90%;
    border: 1px solid #a3a3a3;
    margin: 10px 5%;
    box-shadow: 2px 2px 6px -2px black;
    cursor: pointer;
}

.tips-promo td{
    text-align: left!important;
}

.tips-promo tr td:first-child{
    width: 70%;
    vertical-align: top;
    padding-top: 10px;
}

.tips-promo tr td:last-child{
    width: 30%;
}

.tips-promo tr td:first-child img{
    width: 50%;
}

.pros-list{
    padding: 0;
    list-style: none;
}

.pros-list li{
    color: dimgrey;
    font-size: 0.75em;
}

.pros-list li:before{
    content: '\2605';
    padding-right: 5px;
    color: dodgerblue;
}

.tips-promo tr:nth-child(2) td{
    text-align: center!important;
}

.payments-cell{
    padding: 0 5px 5px 5px;
    padding-top: 0!important;
}
.payments-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.payments-list li{
    display: inline;
}

.payments-list li img{
    max-width: 10%;
}

.goto-button{
    display: block;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
    background-color: dodgerblue;
    text-align: center;
}

.bonus-code-stick{
    position: relative;
    width: 70%;
    height: 1em;
    z-index: 1;
    -webkit-transform: translateY(100%) translateY(5px);
    transform: translateY(100%) translateY(5px);
    background-color: green;
    display: block;
    padding: 10px 5px;
    margin-bottom: 5px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    border-top-right-radius: 0;
    margin-top: 5px;
    font-size: 0.7em;
    -webkit-box-shadow: 4px 1px 10px -1px #181818;
    -moz-box-shadow: 4px 1px 10px -1px #181818;
    box-shadow: 4px 1px 10px -1px #181818;
}

.bonus-code{
    background-color: beige;
    display: block;
    border: 1px dashed gray;
    padding: 5px;
    margin-bottom: 5px;
    text-align: center;
    color: dimgrey;
    border-radius: 5px;
}

.hidden-code{
    text-align: right;
}

.bonus-desc{
    font-size: 0.75em;
    color: gray;
}

.bonus-desc-stick{
    position: absolute;
    z-index: 1;
    -webkit-transform: translateY(100%) translateY(5px) translateX(0%);
    transform: translateY(100%) translateY(5px) translateX(0%);
}

.authorBox{
    /*width: 100%;*/
    /*padding: 10px;*/
    /*box-sizing: border-box;*/
    /*overflow: hidden;*/
    border-top: 1px solid darkgrey;
    padding-top: 10px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
}

.authorSocial{
    float: none;
    width: 100%;
}

.authorSocial img{
    display: block;
    margin: 0 auto 20px auto;
    border-radius: 50%;
    width: 35%;
}

.authorSocial ul{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.authorSocial ul li{
    display: inline;
}
.authorSocial ul li img{
    border-radius: 0;
    border: none;
    width: 24px;
    margin: 0 10px;
    display: inline;

}
.authorDesc{
    width: 100%;
    overflow: hidden;
}

.authorDesc h3, .authorDesc p{
    text-align: left;
    line-height: 1.5em;
    padding: 0 10px;
}

.authorDesc h3{
    color: green;
}

.authorDesc ul li{
    text-align: left;
}

ul.breadCrumps{
    list-style: none;
    text-align: left;
    margin-left: 0;
    margin-block-start: 0;
}

ul.breadCrumps li{
    display: inline-block;

}

ul.breadCrumps li a{
    color: darkgreen;
    text-decoration: none;
    font-size: 0.75em;
}

.article-box{
    text-align: left;
}
@media screen and (min-width: 1152px) {
    .header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .header-title {
        /*font-size: calc(10px + 1vw);*/
    }
    /*.menu-icon {*/
    /*    display: none;*/
    /*}*/
    .menu {
        width: 100%}
    .link {
        /*font-size: calc(2px + 1vw);*/
    }
    .article-box, .smallpromo-title, .smallpromo-offer, .table-green {
        /*font-size: calc(10px + 1vw);*/
    }
    /*.navbar {*/
    /*    overflow: unset;*/
    /*    max-height: none;*/
    /*    display: -webkit-box;*/
    /*    display: -ms-flexbox;*/
    /*    display: flex;*/
    /*    background-color: #444444;*/
    /*    color: #fff;*/
    /*    margin-top: 20px;*/
    /*}*/
    .main {
        display: -ms-grid;
        display: grid;
        grid-auto-flow: dense;
        grid-gap: 40px;
        margin: 0 auto;
        max-width: 1152px;
        order: 2;
    }
    .main-title {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1 / 3;
    }
    .promozion{
        width: auto;
    }
    .promozion-banner-mobile{
        display: none;
    }
    .promozion-banner{
        display: block;
        margin: 10px auto;
    }
    .bigpromo {
        display: -ms-grid;
        display: grid;
    }
    .table-row {
        -ms-grid-columns: 3, calc(200px + 1vw);
        grid-template-columns: 3, calc(200px + 1vw);
    }
    .partner-logo {
        -ms-grid-column-align: center;
        justify-self: center;
        max-width: 150px;
    }
    .middlepromo {
        margin: 0;
        padding: 35px 40px;
    }
    .middlepromo-wrapper {
        display: -ms-grid;
        display: grid;
        row-gap: 20px;
        max-width: 333px;
    }
    .partner-logo-middle {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 / 2;
        width: 40%}
    .smallpromo, .article {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 / 2;
    }
    .article-box {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1 / 3;
    }
    .code, .copy-code, .get-cash {
        font-size: calc(10px + 1vw);
    }
    .code {
        padding: 10px 40px;
        text-align: center;
        max-width: none;
    }
    .code-box {
        padding-bottom: 55px;
    }
    .promoBox{
        width: 100%;
        max-width: 1152px;
    }
    .tips-promo{
        width: 100%;
        margin: 10px 0;
    }
    .tips-promo tr td:first-child{
        width: 70%;
    }

    .tips-promo tr:first-child td:first-child img{
        width: 20%;
    }

    .pros-list li{
        font-size: 1.2em;
    }

    .tips-promo tr:last-child td img{
        width: 5%;
        margin-right: 10px;
    }

    .tips-promo tr td:last-child{
        width: 30%;
    }
    .goto-button{
        margin-left: 10%;
        margin-right: 10%;
    }
    .bonus-code, .bonus-code-stick{
        margin-left: 10%;
        margin-right: 10%;
    }

    .bonus-code-stick{
        width: 67%;
    }
    .bonus-desc{
        margin-left: 10%;
        margin-right: 10%;

    }

    .bonus-desc-stick{
        -webkit-transform: translateY(100%) translateY(5px);
        transform: translateY(100%) translateY(5px);
    }
    .payments-cell{
        padding: 0 5px 5px 0px;
    }

    .payments-list li img{
        max-width: 10%;
    }
    .authorSocial{
        width: 35%;
        float: left;
        overflow: hidden;
    }
    .authorDesc{
        width: 65%;
        overflow: hidden;
    }
}
/*# sourceMappingURL=main.min.css.map */