html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* Custom Styles */

body {
    font-size: 17px;
    line-height: 1.3;
    font-weight: normal;
    color: #3d5557;
    background: #f8f8f8;
    font-family: 'Roboto', sans-serif;
}

.container {
    max-width: 1024px;
    margin: auto;
    padding: 0 10px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    padding: 20px 0 10px 0;
    color: #252d2b;
}

h1 {font-size: 1.8em;}
h2 {font-size: 1.7em;}
h3 {font-size: 1.6em;}
h4 {font-size: 1.5em;}
h5 {font-size: 1.4em;}
h6 {font-size: 1.3em;}

b,strong {
    font-weight: bold;
}

p {
    padding-bottom: 10px;
    text-align: justify;
}

table {
    width: 100%;
    background: #e3e6e9;
    border-radius: 10px;
    margin-bottom: 1em;
    font-size: 14px;
}

td {
    padding: 10px;
    background: #fff;
    border: solid 5px #e3e6e9;
    border-radius: 10px;
}

img {
    max-width: 100%;
    height: auto;
}

.page-content ul li {
    margin-left: 2em;
    padding: 5px 0;
}

.page-content ul li:before {
    background-image: url(../img/gem.svg);
    width: 24px;
    height: 24px;
    background-size: contain;
    display: inline-block;
    content: "";
    margin-right: 10px;
    vertical-align: middle;
}

.page-content ol {

}

.page-content ol li {
    position: relative;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 10px;
    border: 4px solid #ffce1b;
    background: linear-gradient(179deg,#fffee8,#ffeddb);
    font-size: 15px;
}

    /* header */
.header {
    background-color: #000;
    margin-bottom: 10px;
}

.header-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navigation {
    padding: 20px 0;
}

.navigation:hover .navigation-items {
    display: block;
    position: absolute;
    top: 65px;
    background: #000;
    width: 150px;
    padding: 20px;
    transform: translate(-25%, 0px);
}

.navigation-flag {
    border-radius: 5px;
    vertical-align: -7px;
}

.navigation-lang {
    font-weight: bold;
    color: #eee;
    font-size: 14px;
}

.navigation-items {
    display: none;
}

/* Post Header */

.page-header {
    background-color: #ffea9c;
    border: 1px solid #ffce1b;
    border-radius: 10px;
    padding: 10px;
}

.page-header-inner {
    display: flex;
    background: linear-gradient(90deg,#fffee8,#ffeddb);
    padding: 10px;
    border-radius: 7px;
    border: 1px solid #ffce1b;
}

.page-title {
    margin-bottom: 10px;
    padding: 0;
    text-align: center;
    font-size: 1em;
    text-transform: uppercase;
}

.page-header-description p {
    font-size: 16px;
}

.fs-wrapper {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
    margin: 10px 0;
    justify-content: space-around;
}
/* FS */
.fs-block {
    display: flex;
    padding: 10px;
    text-align: center;
    background: #fff;
    border: solid 1px #d9d9d9;
    border-radius: 7px;
    position: relative;
    width: 100%;
    max-width: 470px;
    align-items: center;
    padding-bottom: 20px;
    justify-content: space-between;
}

.fs-info {
    flex: 3;
}

.fs-block img {
    flex: 1;
    max-width: 72px;
}

.fs-collect {
    flex: 2;
}

.fs-pubdate {
    display: inline-block;
    width: 70%;
    background: #f3f6f9;
    padding: 5px;
    border-radius: 5px;
    border: solid 1px #d3d3d3;
    font-weight: 700;
    font-size: 12px;
    margin-top: 10px;
}

.fs-bonus {
    font-weight: bold;
    font-size: 16px;
    color: #252d2b;
}

.fs-clicks {
    font-size: 12px;
}

.fs-collect .btn_inner {
    cursor: pointer;
    background: #4c94dd;
    font-weight: 700;
    color: #eee;
    margin-top: 5px;
    padding: 19px 28px;
    border-radius: 5px;
    border: solid 1px rgba(0,0,0,0.4);
    text-decoration: none;
}

.fs-used .fs-pubdate {
    background: #af4949;
    color: #fff;
}

.fs-collect .btn_inner:hover,
.fs-telegram-btn:hover,
.fs-casino-btn:hover,
.casino-button:hover{
    transition: 250ms;
    filter: hue-rotate(76deg);
}


.fs-meta {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    color: #aaa;
    background: rgba(0,0,0,0.04);
    column-gap: 12px;
}


/* TOC */

.toc-wrapper {
    padding: 10px 0;
    margin: 10px 0;
    font-weight: bold;
    font-size: 18px;
    overflow: auto;
}

.toc {
    display: flex;
    column-gap: 10px;
}

.toc-link {
    padding: 7px 10px;
    background: #ffea9c;
    border: 1px solid #ffce1b;
    color: #252d2b;
    border-radius: 5px;
    text-decoration: none;
    white-space: nowrap;
}

/* slider casino */


.slider-casino:nth-of-type(3) {
    background: url(../img/az-subtle.png), linear-gradient(to right top, #280537, #68007a, #780093, #b200bf, #b200bf);
}

.slider-casino:nth-of-type(2), .slider-casino:nth-of-type(4)  {

    background: url(../img/az-subtle.png), linear-gradient(to right top, #051937, #004d7a, #008793, #00bfbf, #12e7eb);
}

.slider-casino {
    border-radius: 10px;
    margin: 0 10px;
    padding: 2em;
    color: #fff;
    display: flex;
    justify-content: space-between;
    position: relative;
    min-height: 270px;
}

.slider-casino-logo {
    position: absolute;
    right: 3em;
    animation-name: size;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.slider-casino-bonus {
    padding: 1em;
    margin: 1em 0;
    background: rgba(0,0,0,0.2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.slider-casino-info {
    max-width: 360px;
}

.casino-button {
    background: #ffce1b;
    padding: 10px 20px;
    font-size: 19px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 7px;
    color: #252d2b;
    margin: 1em auto;
    display: block;
    width: 70%;
    text-align: center;
}

.slider-casino-title {
    font-size: 28px;
    font-weight: bold;
    display: flex;
    align-items: center;

}

.slider-casino-title img {
    margin-right: 10px;

}



/* share */
.page-share-list {
    display: flex;
}

.page-share-item {
    margin: 0 3px;
    cursor: pointer;
}

.page-share-item img {
    border-radius: 5px;
}


/* FAQ */

.faq-text {
    display: flex;
    align-items: center;
    column-gap: 14px;
}

.faq-text .faq-image {
    min-width: 64px;
    margin-top: 2em;
}

/* footer */

.footer-copy {
    background: black;
    color: #eee;
    padding: 10px 0;
}

.footer-copy p {
    text-align: center;
    font-size: 13px;
}

.footer-copy a {
    color: #eee;
}

.footer-subscribe-wrapper {
    position: fixed;
    padding: 10px;
    background: #000;
    border-radius: 10px 10px 0 0;
    display: flex;
    bottom: 0;
    max-width: 1024px;
    margin: auto;
    width: calc(100vw - 40px);
    column-gap: 10px;
    color: #fff;
    z-index: 999999;
}

.fs-telegram-wrapper, .fs-casino-wrapper {
    display: flex;
    flex: 3;
    column-gap: 10px;
}

.fs-telegram, .fs-casino {
    flex: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 10px;
}

.fs-telegram-btn a, .fs-casino-btn a {
    background: #ffce1b;
    text-decoration: none !important;
    padding: 10px 20px;
    font-weight: bold;
    flex: 1;
    text-align: end;
    color: #111;
    border-radius: 5px;
}

.fs-telegram-title, .fs-casino-title {
    font-weight: bold;
}

.fs-other {
    flex: 1;
    text-align: center;
    margin: -10px 0;
    padding: 10px 0;
    border-left: solid 1px rgba(0,0,0,0.14);
    border-right: solid 1px rgba(0,0,0,0.14);
}


.fs-other img {
    padding: 5px;
    border-radius: 10px;
}

.fs-other-title {
    font-weight: bold;
    margin-bottom: 3px;
}

.fs-casino-logo img {
    animation-name: size;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.articles {
    display: flex;
    column-gap: 10px;
    margin: 1em;
}

.article {
    border: 4px solid #ffce1b;
    background: linear-gradient(179deg,#fffee8,#ffeddb);
    padding: 6px;
    border-radius: 7px;
}

.article p {
    font-size: 15px;
}

ul.footer-menu {
    display: flex;
    margin: 10px;
    justify-content: space-around;
}



span.page-author {
    display: block;
    margin-bottom: 10px;
}

@keyframes size {
    0%   {transform: scale(1)}
    50%   {transform: scale(1.05)}
    100% {transform: scale(1)}
}

@media (max-width: 900px) {
    .fs-other {
        display: none;
    }
}




@media (max-width: 768px) {
    
    ul.footer-menu {
        display: block;
    
    }
    
/*  post header  */
    .page-header-inner {
        display: block;
        text-align: center;
    }

    .page-share-list {
        justify-content: center;
    }

    .navigation-items {
        transform: none !important;
        right: 0;
    }

    .faq-text {
        align-items: inherit;
    }

    .footer-subscribe-wrapper {
        left: 10px;
        width: calc(100vw - 40px);
    }

    .footer-subscribe-wrapper {
        display: block;
        font-size: 15px;
    }

    .slider-casino-logo {
        position: relative;
        right: 0;
        padding: 2em 0;
        animation-name: size;
        animation-duration: 2s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
    }

    .articles {
        display: block;
    }

}