/*  
Theme Name: CasinoNow
Theme URI: 
Description: Special theme for casino-now.at
Version: 1.0
Author: 
Author URI: 
*/
/* Fonts */
@font-face {
    font-family: Gotham Pro;
    src: url("./fonts/GothamPro.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Gotham Pro;
    src: url("./fonts/GothamPro-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Gotham Pro;
    src: url("./fonts/GothamPro-Bold.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Poppins;
    src: url("./fonts/Poppins-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Poppins;
    src: url("./fonts/Poppins-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Poppins;
    src: url("./fonts/Poppins-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Poppins;
    src: url("./fonts/Poppins-Bold.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Rubik;
    font-display: swap;
    src: url("./fonts/Rubik-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
}
:root {
    --doc-height: 100%;
}
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;
}
.wp-block-table td,
.wp-block-table th {
    border: none;
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}
img {
    border: 0;
    height: auto;
    max-width: 100%;
}
body {
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    color: #25283d;
    background: #fdfffc;
}
body.lock {
    overflow: hidden;
}
a {
    text-decoration: none;
    color: #000;
}
button,
input,
textarea {
    border: 0;
    outline: 0;
}
/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin-right: 35px;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 35px;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}
.wp-block-image .alignleft {
    margin-right: 35px;
    margin-bottom: 11px;
}
.wp-block-image .alignright {
    margin-left: 35px;
    margin-bottom: 11px;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
}
@media screen and (max-width: 1200px) {
    .container {
        max-width: 1000px;
    }
}
@media screen and (max-width: 1000px) {
    .container {
        max-width: 768px;
    }
}
@media screen and (max-width: 750px) {
    .container {
        max-width: 600px;
    }
}
h1 {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 72px;
}
h2 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
}
h2.margin-50 {
    margin: 0px 0px 50px 0px;
}
h2.margin-40 {
    margin: 0px 0px 40px 0px;
}
@media (max-width: 768px) {
    h2.margin-50 {
        margin: 0px 0px 33px 0px;
    }
    h2.margin-40 {
        margin: 0px 0px 32px 0px;
    }
}
@media (max-width: 576px) {
    h2.margin-50 {
        width: 330px;
    }
}
@media (max-width: 400px) {
    h2.margin-50 {
        width: 100%;
    }
}
h3 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
}
h3.inner {
    margin: 0px 0px 25px 0px;
}
@media (max-width: 1000px) {
    h3.inner {
        font-size: 1.75rem;
        line-height: 157.1428571429%;
        margin: 0px 0px 24px 0px;
    }
}
@media (max-width: 768px) {
    h3.inner {
        margin: 0px 0px 22px 0px;
    }
}
h4 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}
h5 {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
}
h6 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}
main {
    overflow-x: hidden;
}
main a {
    color: #7161ef;
    text-decoration: underline;
}
main a:hover {
    text-decoration: none;
}
main h1,
main h2,
main h3,
main h4,
main h5,
main h6 {
    color: #222226;
    margin-bottom: 35px;
}
main strong {
    font-weight: bold;
}
main em {
    font-style: italic;
}
main p {
    margin-bottom: 35px;
}
main ul {
    margin-bottom: 35px;
}
main ul li {
    position: relative;
    padding-bottom: 0;
    padding-left: 34px;
    border-bottom: 0;
    margin-bottom: 10px;
}
main ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #7161ef;
    position: absolute;
    top: 13px;
    left: 10px;
}
main .wp-block-cnb-brands li,
main .wp-block-cnb-vorteilenachteile li,
main .wp-block-cnb-herobrandreview .wp-block-cnb-block.footer li,
main .wp-block-cnb-srrankslotsten li,
main .wp-block-cnb-srrankslots li,
main .wp-block-cnb-bestgame li,
main .wp-block-cnb-tabs.swap li,
main .wp-block-cnb-tabstables li,
main .wp-block-cnb-srrankslotsall li,
main .wp-block-cnb-srrankslotstenall li,
main .brand li,
main .wp-block-cnb-srrankslotstype li,
main .herogamereview .footer .right li {
    position: relative;
    padding-bottom: 0;
    padding-left: 0;
    border-bottom: 0;
    margin-bottom: 0;
}
main .wp-block-cnb-brands li::before,
main .wp-block-cnb-vorteilenachteile li::before,
main .wp-block-cnb-herobrandreview .wp-block-cnb-block.footer li::before,
main .wp-block-cnb-srrankslotsten li::before,
main .wp-block-cnb-srrankslots li::before,
main .wp-block-cnb-bestgame li::before,
main .wp-block-cnb-tabs.swap li::before,
main .wp-block-cnb-tabstables li::before,
main .wp-block-cnb-srrankslotsall li::before,
main .wp-block-cnb-srrankslotstenall li::before,
main .brand li::before,
main .wp-block-cnb-srrankslotstype li::before,
main .herogamereview .footer .right li::before {
    content: none;
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
}
main ol {
    counter-reset: my-awesome-counter;
    margin-bottom: 35px;
}
main ol li {
    padding-left: 35px;
    padding-bottom: 0;
    margin-bottom: 15px;
    position: relative;
    counter-increment: my-awesome-counter;
}
main ol li::before {
    content: counter(my-awesome-counter);
    position: absolute;
    top: 10px;
    left: 8px;
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 100%;
}
section.wp-block-cnb-section > ul.check {
    margin-bottom: 50px;
}
section.wp-block-cnb-section > ul.check li {
    position: relative;
    padding-left: 45px;
    margin-bottom: 25px;
}
section.wp-block-cnb-section > ul.check li:before {
    content: url("img/list.svg");
    position: absolute;
    left: 0;
    top: 6px;
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
}
footer {
    background: #11478e;
}
footer .top {
    display: flex;
    align-items: center;
    padding: 35px 0;
}
footer .top .footer-logo {
    width: 289px;
}
footer .top .footer-logo img {
    display: block;
}
footer .top .socials {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: 50px;
}
footer .top .socials a {
    margin-right: 3px;
}
footer .top .socials a img {
    display: block;
    border: 2px solid transparent;
    border-radius: 50%;
}
footer .top .socials a img:hover {
    border: 2px solid #fff;
}
footer .top .langmenu {
    background: #fff;
    border-radius: 10px;
    position: relative;
    padding: 10px 16px;
    width: 221px;
    cursor: pointer;
}
footer .top .langmenu::before {
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
}
footer .top .langmenu::after {
    content: url("img/langs/arrow.svg");
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
}
footer .top .langmenu > ul > li {
    display: flex;
    align-items: center;
}
footer .top .langmenu > ul > li .image {
    width: 52px;
}
footer .top .langmenu > ul > li .image img {
    min-width: 34px;
}
footer .top .langmenu > ul > li img {
    flex: none;
    display: block;
}
footer .top .langmenu > ul > li .text p {
    font-size: 14px;
    line-height: 13px;
    color: #000;
}
footer .top .langmenu > ul > li .text p:first-child {
    margin-bottom: 5px;
}
footer .top .langmenu > ul > li .text p.sub-lang {
    font-size: 11px;
    line-height: 11px;
    color: #8d8f9c;
}
footer .top .langmenu > ul > li ul.sub-menu {
    display: none;
}
footer .top .langmenu > ul > li ul.sub-menu .image {
    width: 48px;
}
footer .top .langmenu > ul > li ul.sub-menu .image img {
    min-width: 30px;
}
footer .top .langmenu:hover ul.sub-menu {
    display: block;
    position: absolute;
    left: 0;
    top: 65px;
    width: 100%;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    z-index: 9;
}
footer .top .langmenu:hover ul.sub-menu li {
    padding: 10px 16px;
}
footer .top .langmenu:hover ul.sub-menu li:hover {
    background: #f5f6fb;
}
footer .top .langmenu:hover ul.sub-menu li a {
    display: flex;
    align-items: center;
}
footer .certificates-block {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #28599b;
    border-top: 1px solid #28599b;
}
footer .certificates-block .text p.big {
    color: #fff;
    margin-bottom: 5px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
}
footer .certificates-block .text p {
    font-size: 14px;
    line-height: 13px;
    color: #fff;
}
footer .certificates-block .images {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
footer .certificates-block .images img,
footer .certificates-block .images a {
    display: flex;
    flex: none;
    margin-right: 22px;
}
footer .certificates-block .images img:last-child,
footer .certificates-block .images a:last-child {
    margin-right: 0;
}
footer .footer-images {
    padding: 35px 0;
    display: flex;
}
footer .footer-images img {
    flex: none;
    display: block;
    margin-right: 40px;
}
footer .center {
    display: flex;
    margin-bottom: 37px;
}
footer .center nav.footermenu {
    padding: 32px 22px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    margin-right: 41px;
}
footer .center nav.footermenu > ul {
    display: flex;
}
footer .center nav.footermenu > ul > li {
    margin-right: 41px;
}
footer .center nav.footermenu > ul > li:last-child {
    margin-right: 0;
}
footer .center nav.footermenu > ul > li > a {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    display: block;
    margin-bottom: 18px;
}
footer .center nav.footermenu > ul > li a:hover {
    text-decoration: underline;
}
footer .center nav.footermenu > ul > li ul.sub-menu li a {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #becde0;
    display: block;
    margin-bottom: 15px;
}
footer .center nav.footermenu > ul > li ul.sub-menu li:last-child a {
    margin-bottom: 0;
}
footer .center .right {
    flex: 1;
}
footer .center .right p.big {
    color: #fff;
    margin-bottom: 20px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}
footer .center .right form {
    background: #fffffe;
    border-radius: 12px;
    padding: 5px 5px 5px 20px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
footer .center .right form input[type="text"] {
    flex: 1;
    height: 45px;
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #25283d;
}
footer .center .right form input[type="text"]::placeholder {
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #25283d;
}
footer .center .right form input[type="submit"] {
    width: 112px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: linear-gradient(94.66deg, #2cc6a3 0%, #25d84e 100%);
    border-radius: 12px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #fffffe;
    transition: 0.5s;
}
footer .center .right form input[type="submit"]:hover {
    background: linear-gradient(271deg, #2cc6a3 0%, #25d84e 100%);
    transition: 0.5s;
}
footer .center .right p {
    font-size: 12px;
    line-height: 20px;
    color: #88a3c6;
    margin-bottom: 20px;
}
footer .center .right .logos-title {
    margin-bottom: 20px;
}
footer .center .right .logos-title p {
    font-size: 16px;
    line-height: 15px;
    color: #ffffff;
}
footer .center .right .logos-title p strong {
    font-weight: bold;
}
footer .center .right .images {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
footer .center .right .images img,
footer .center .right .images a {
    display: block;
    flex: none;
    margin-right: 30px;
}
footer .center .right .images img:last-child,
footer .center .right .images a:last-child {
    margin-right: 0;
}
footer .container > p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 25px;
    color: #88a3c6;
}
footer .copyright {
    padding: 20px 0 35px;
    border-top: 1px solid #285999;
}
footer .copyright p {
    font-family: Gotham Pro;
    font-size: 14px;
    line-height: 18px;
    color: #88a3c6;
}
footer .copyright p strong {
    font-weight: bold;
}
#to-top {
    position: fixed;
    bottom: 140px;
    right: 90px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #7161ef;
    border-radius: 12px;
    cursor: pointer;
    display: none;
}
#to-top img {
    display: block;
    flex: none;
}
.mmenu {
    width: 27px;
    height: 25px;
    position: relative;
    cursor: pointer;
    display: none;
}
.mmenu .line {
    height: 5px;
    width: 27px;
    background-color: #25283d;
    border-radius: 2px;
    position: absolute;
    transition: 0.5s;
}
.mmenu .line1 {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.mmenu .line2 {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.mmenu .line3 {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.mmmenuopen .line1 {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.mmmenuopen .line2 {
    height: 0;
}
.mmmenuopen .line3 {
    bottom: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(50%) rotate(-45deg);
}
@media screen and (max-width: 1200px) {
    .mmenu {
        display: block;
    }
    .container.mainmenu {
        display: none;
    }
    header .container.top {
        justify-content: space-between;
    }
    header .container.mainmenu nav > ul {
        display: block;
    }
    header .container.mainmenu nav > ul li a {
        flex-direction: row;
    }
    header .container.mainmenu nav > ul li a img {
        margin-right: 0;
        margin-left: 15px;
    }
    header .container.mainmenu nav.topmenu {
        margin-bottom: 25px;
    }
    header .container.mainmenu nav > ul li ul.sub-menu {
        display: block;
        margin-left: 15px;
        position: relative;
        box-shadow: none;
        background: #fff;
        border-radius: 8px;
        z-index: 9;
        left: 0;
        top: 0;
        padding: 0;
    }
    header .container.mainmenu nav > ul li ul.sub-menu li > ul.sub-menu {
        top: 0;
        left: 0;
    }
    header .container.mainmenu nav > ul li ul.sub-menu li img.open {
        display: none;
    }
}
@media screen and (max-width: 1000px) {
    footer .certificates-block {
        display: block;
    }
    footer .certificates-block .text {
        margin-bottom: 20px;
    }
    footer .top {
        flex-wrap: wrap;
    }
    footer .top .footer-logo {
        width: 100%;
        margin-bottom: 20px;
    }
    footer .top .socials {
        margin-left: 0;
    }
    footer .top .langmenu {
        margin-left: auto;
    }
    footer .center {
        display: block;
    }
    footer .center nav.footermenu {
        margin-bottom: 25px;
        margin-right: 0;
        padding-bottom: 2px;
    }
    footer .center nav.footermenu > ul {
        flex-wrap: wrap;
    }
    footer .center nav.footermenu > ul > li {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 750px) {
    footer .top .langmenu {
        margin-left: 0;
        margin-top: 25px;
    }
    footer .certificates-block .images img,
    footer .certificates-block .images a {
        display: flex;
        flex: none;
        margin-right: 22px;
        margin-bottom: 22px;
    }
    footer .top .socials {
        margin-right: 0;
    }
    footer .center .right .images img,
    footer .center .right .images a {
        margin-bottom: 20px;
    }
    #to-top {
        bottom: 80px;
        right: 10px;
    }
    .wp-block-cnb-block.two-column aside.wp-block-cnb-aside.sidebar {
        display: none;
    }
}
@media screen and (max-width: 500px) {
    header .container.top .langmenu > ul > li .text {
        display: none;
    }
    header .container.top .langmenu > ul > li ul.sub-menu li .text {
        display: block;
    }
    header .container.top .langmenu > ul > li .text p.sub-lang {
        display: none;
    }
    header .container.top .langmenu > ul > li .text p:first-child {
        margin-bottom: 0;
    }
    header .container.top .langmenu {
        width: auto;
        padding-right: 40px;
    }
    header .container.top .langmenu > ul > li img {
        margin-right: 0;
    }
    header .container.top .langmenu > ul > li ul.sub-menu li img {
        margin-right: 18px;
    }
    header .container.top .logo {
        margin-right: 0;
    }
    header .container.top .langmenu:hover ul.sub-menu {
        left: auto;
        right: 0;
        width: 198px;
    }
    footer .top .footer-logo img {
        max-width: 158px;
        margin-bottom: 40px;
    }
    footer .top {
        position: relative;
    }
    footer .top .socials a img {
        width: 36px;
        border: 0;
    }
    footer .top .socials a {
        margin-right: 9px;
    }
    footer .top .langmenu {
        position: absolute;
        top: -5px;
        right: 10px;
        width: auto;
        padding-right: 40px;
    }
    footer .top .langmenu > ul > li > img {
        margin-right: 0;
    }
    footer .top .langmenu > ul > li > .text {
        display: none;
    }
    footer .top .langmenu:hover ul.sub-menu {
        left: auto;
        right: 0;
        width: 198px;
    }
    footer .top .langmenu > ul > li ul.sub-menu .text p.sub-lang {
        display: none;
    }
    footer .top .langmenu > ul > li .text p:first-child {
        margin-bottom: 0;
    }
    footer .center nav.footermenu {
        display: none;
    }
    footer .certificates-block .images {
        justify-content: space-around;
    }
}
figure.wp-block-table {
    box-shadow: 10px 28px 40px rgba(53, 104, 212, 0.08);
    border-radius: 10px;
    margin-bottom: 35px;
}
figure.wp-block-table table thead tr th {
    background: #f5f8fa;
    padding: 17px 10px;
    white-space: nowrap;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #25283d;
}
figure.wp-block-table table thead tr th:first-child {
    border-radius: 10px 0 0 0;
}
figure.wp-block-table table thead tr th:last-child {
    border-radius: 0 10px 0 0;
}
figure.wp-block-table table tbody tr:nth-child(even) {
    background: #fafcfd;
    border-top: 1px solid #f0f3f3;
    border-bottom: 1px solid #f0f3f3;
}
figure.wp-block-table table tbody tr td {
    vertical-align: middle;
    padding: 16px 10px;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #25283d;
}
figure.wp-block-table.first-row table thead tr th {
    background: #fff;
    padding: 17px 14px;
}
figure.wp-block-table.first-row table thead tr th:first-child {
    border-radius: 10px 10px 0 0;
    background: #f5f8fa;
}
figure.wp-block-table.first-row table tbody tr td:first-child {
    background: #f5f8fa;
}
figure.wp-block-table.first-row table tbody tr:last-child td:first-child {
    border-radius: 0 0 10px 10px;
    background: #f5f8fa;
}
section.wp-block-cnb-sectionblue figure.wp-block-table table thead tr th {
    background: transparent;
}
section.wp-block-cnb-sectionblue figure.wp-block-table table tbody tr:nth-child(even) {
    background: transparent;
    border-top: 0;
    border-bottom: 0;
}
section.wp-block-cnb-sectionblue figure.wp-block-table table tbody tr:nth-child(even) td {
    border-top: 1px solid #3e405f;
    border-bottom: 1px solid #3e405f;
}
section.wp-block-cnb-sectionblue figure.wp-block-table {
    box-shadow: none;
}
section.wp-block-cnb-sectionblue figure.wp-block-table.first-row table thead tr th {
    padding: 17px 14px;
    border-bottom: 1px solid #3e405f;
}
section.wp-block-cnb-sectionblue figure.wp-block-table.first-row table thead tr th:first-child {
    border-radius: 10px 10px 0 0;
    background: #25d654;
    border-bottom: 0;
}
section.wp-block-cnb-sectionblue figure.wp-block-table.first-row table tbody tr td:first-child {
    background: #25d654;
    border-top: 0;
    border-bottom: 0;
}
section.wp-block-cnb-sectionblue figure.wp-block-table.first-row table tbody tr:last-child td:first-child {
    border-radius: 0 0 10px 10px;
    background: #25d654;
}
@media screen and (max-width: 600px) {
    h1 {
        font-size: 37px;
        line-height: 47px;
    }
    h2 {
        font-size: 27px;
        line-height: 45px;
    }
}
.breadcrumbs-block {
    background: #f5f6fb;
    z-index: 2;
    position: relative;
}
ul#breadcrumbs {
    padding: 35px 0 25px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}
ul#breadcrumbs li {
    margin-right: 14px;
    padding: 0;
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #222226;
}
ul#breadcrumbs li::before {
    content: none;
}
ul#breadcrumbs li a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #7161ef;
    text-decoration: none;
}
ul#breadcrumbs li a:hover {
    text-decoration: underline;
}
ul#breadcrumbs li strong {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #222226;
}
figure.wp-block-table.left thead tr th {
    text-align: left;
}
figure.wp-block-table.left tbody tr td {
    text-align: left;
}
figure.wp-block-table.buttons a {
    padding: 13px 32px;
    background: #2cc6a3;
    border-radius: 12px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
}
figure.wp-block-table.buttons a:hover {
    background: linear-gradient(94.66deg, #2cc6a3 0%, #25d84e 100%);
}
figure.wp-block-table table tbody tr td.has-text-align-left {
    text-align: left;
}
.wp-block-button__link {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 35px;
}
section.wp-block-cnb-section > ol {
    margin-bottom: 50px;
}
section.wp-block-cnb-section > ol li {
    padding: 20px 30px;
    margin-bottom: 20px;
    position: relative;
    border-bottom: 0;
    counter-increment: my-awesome-counter;
    margin-left: 100px;
    background: #f5f8fa;
    border-radius: 15px;
}
section.wp-block-cnb-section > ol li::before {
    content: counter(my-awesome-counter, decimal-leading-zero);
    position: absolute;
    width: 48px;
    height: 48px;
    border-radius: 50px;
    border: 4px solid #877af1;
    top: 10px;
    left: -100px;
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
header.bar_fixed {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 9;
    background: #ffffff;
}
header.bar_fixed.topbar {
    top: 32px;
}
header.bar_fixed + main {
    margin-top: 160px;
}
@media screen and (max-width: 1200px) {
    header.bar_fixed {
        top: 0;
    }
    header.bar_fixed.topbar {
        top: 45px;
    }
    header.bar_fixed + main {
        margin-top: 96px;
    }
}
@media screen and (max-width: 600px) {
    header.bar_fixed.topbar {
        top: 0;
    }
}
/* 404 */
main.page-404 .content {
    padding-bottom: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
main.page-404 .content h1 {
    color: #fe0000;
    margin-bottom: 33px;
    line-height: 100%;
}
main.page-404 .content p {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #25283d;
    margin-bottom: 33px;
}
main.page-404 .content a {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    padding: 13px 33px;
    margin-bottom: 0;
    background: #2cc6a3;
    border-radius: 12px;
    display: inline-block;
    text-decoration: none;
}
main.page-404 .content a:hover {
    background: #229c81;
}
main.page-404 .articles {
    display: flex;
    padding: 60px 0;
    justify-content: space-between;
}
main.page-404 .articles .item {
    width: 48%;
}
main.page-404 .articles .item a {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-decoration-line: underline;
    color: #7161ef;
    margin-bottom: 20px;
    display: block;
}
main.page-404 .articles .item a::after {
    content: url("img/404-arrow.svg");
    margin-left: 17px;
}
main.page-404 .articles .item a:hover {
    text-decoration: none;
}
main.page-404 .articles .item h3 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #7161ef;
    margin-bottom: 20px;
    display: block;
}
main.page-404 .articles .item p {
    margin-bottom: 0;
}
@media screen and (max-width: 600px) {
    main.page-404 .content {
        display: block;
    }
    main.page-404 .content .right {
        display: none;
    }
    main.page-404 .articles {
        display: block;
        padding-bottom: 0;
    }
    main.page-404 .articles .item {
        width: 100%;
        margin-bottom: 50px;
    }
}

.wp-block-cnb-imgtextlink {
    margin-bottom: 20px;
}
.wp-block-cnb-menu {
    background: #fdfffc;
}

.wp-block-cnb-herobrandreview .wp-block-cnb-block.center .wp-block-cnb-block.right ul li {
    display: flex;
}

figure.wp-block-table table thead tr th {
    white-space: normal;
}

@media screen and (max-width: 750px) {
    footer .footer-images {
        padding: 35px 0;
        display: flex;
        flex-wrap: wrap;
    }
    footer .footer-images img {
        margin-bottom: 30px;
    }
}

/*? Wrapper */

.wrapper {
    min-height: 100vh;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

/*? Wrapper */

/*? Container blog */

.container-blog {
    max-width: 1210px;
    margin: 0 auto;
    padding: 0 15px;
}
.container-blog_wide {
    max-width: 1320px;
}
@media (max-width: 1320px) {
    .container-blog {
        max-width: 1200px;
    }
}
@media (max-width: 1200px) {
    .container-blog {
        max-width: 990px;
    }
}
@media (max-width: 992px) {
    .container-blog {
        max-width: 760px;
    }
}
@media (max-width: 768px) {
    .container-blog {
        max-width: 570px;
    }
}
@media (max-width: 576px) {
    .container-blog {
        max-width: none;
        padding: 0 16px;
    }
}

/*? Container blog */

/*? Page */

.page {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.page__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}
@media (max-width: 1320px) {
    .page__wrapper {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}
.page__wrapper_nomination {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}
.page__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
@media (max-width: 1320px) {
    .page__content {
        width: 780px;
    }
}
@media (max-width: 1200px) {
    .page__content {
        width: 100%;
        margin: 0px 0px 0px -1px;
    }
}

.page__content > p {
    width: 780px;
    font-size: 1.125rem;
    line-height: 205%;
}

@media (max-width: 1320px) {
    .page__content > p {
        width: 99.5%;
    }
}

@media (max-width: 768px) {
    .page__content p {
        font-size: 1rem;
        line-height: 200%;
        color: #565656;
    }
}

.page__content p a {
    font-size: 1.125rem;
    line-height: 205.5555555556%;
    font-weight: 700;
}

@media (max-width: 768px) {
    .page__content p a {
        font-weight: 400;
        font-size: 1rem;
        line-height: 200%;
    }
}

@media (max-width: 768px) {
    .page__content p br {
        display: none;
    }
}

.page__content section {
    margin: 0px 0px 41px 0px;
}

@media (max-width: 768px) {
    .page__content section {
        margin: 0px 0px 34px 0px;
    }
    .page__content section.m50 {
        margin: 0px 0px 52px 0px;
    }
}
.page__content section h2 {
    margin: 0px 0px 34px 0px;
}
@media (max-width: 768px) {
    .page__content section h2 {
        margin: 0px 0px 22px 0px;
    }
}
.page__content section > picture > img {
    border-radius: 15px;
    width: 780px;
}
@media (max-width: 1320px) {
    .page__content section > picture > img {
        width: 100%;
    }
}
.page__content section > picture:not(:last-child) img {
    margin: -2px 0px 25px 0px;
}
@media (max-width: 768px) {
    .page__content section > picture:not(:last-child) img {
        margin: -8px 0px 13px 0px;
    }
}
.page__content section > img {
    border-radius: 15px;
    width: 780px;
}
@media (max-width: 1320px) {
    .page__content section > img {
        width: 100%;
    }
}
.page__content section > img:not(:last-child) {
    margin: -2px 0px 35px 0px;
}
.page__content section > p:not(:last-child) {
    margin: 0px 0px 37px 0px;
}
@media (max-width: 768px) {
    .page__content section > p:not(:last-child) {
        margin: 0px 0px 32px 0px;
    }
}
.page__content section > p.m27 {
    margin: 0px 0px 27px 0px;
}
@media (max-width: 768px) {
    .page__content section > p.m27 {
        margin: 0px 0px 23px 0px;
    }
}
.page__content section ul {
    list-style-type: none;
}
.page__content section ul li {
    padding: 0;
}
.page__content section ul li::before {
    display: none;
}

.page__content section ul:not(:last-child) {
    margin: -10px 0px 28px 0px;
}
@media (max-width: 768px) {
    .page__content section ul:not(:last-child) {
        margin: -7px 0px 24px 0px;
    }
}
.page__content section ul li:not(:last-child) {
    margin: 0px 0px 35px 0px;
}
@media (max-width: 768px) {
    .page__content section ul li:not(:last-child) {
        margin: 0px 0px 8px 0px;
    }
}
.page__content section ul li a {
    font-weight: 500;
    display: block;
    padding: 0px 0px 0px 25px;
    position: relative;
    font-size: 1.125rem;
    line-height: 94.4444444444%;
}
@media (max-width: 768px) {
    .page__content section ul li a {
        font-size: 1rem;
        line-height: 200%;
    }
}
.page__content section ul li a::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    background: #7161ef;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.page__sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 410px;
    flex: 0 0 410px;
}
@media (max-width: 1320px) {
    .page__sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 370px;
        flex: 0 0 370px;
    }
}
@media (max-width: 1200px) {
    .page__sidebar {
        display: none;
    }
}

/*? Page */

/* Affilate */

.wp-block-cnb-section .brands h2,
.wp-block-cnb-block .brands h2 {
    margin: 0px 0px 50px 0px;
}

.wp-block-cnb-section .brands > p,
.wp-block-cnb-block .brands h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px 0px 23.5px 0px;
    line-height: 150%;
    letter-spacing: 0.06px;
}
@media (max-width: 768px) {
    .wp-block-cnb-section .brands,
    .wp-block-cnb-block .brands {
        margin: 0px 0px 35px 0px;
    }
    .wp-block-cnb-section .brands h2,
    .wp-block-cnb-block .brands h2 {
        margin: 0px 0px 32px 0px;
    }
    .wp-block-cnb-section .brands > p,
    .wp-block-cnb-block .brands > p {
        font-size: 0.875rem;
        line-height: 150%;
    }
}
@media (max-width: 576px) {
    .wp-block-cnb-section .brands h2,
    .wp-block-cnb-block .brands h2 {
        width: 80%;
    }
}
@media (max-width: 400px) {
    .wp-block-cnb-section .brands > p,
    .wp-block-cnb-block .brands > p {
        font-size: 0.625rem;
    }
}
.wp-block-cnb-section .brands > p img,
.wp-block-cnb-block .brands > p img {
    margin: -9px 0 0 9px;
}

/* Affiliate */

.affilate {
    margin: 0px 0px 71px 0px;
}

.affilate h2 {
    margin: 0px 0px 50px 0px;
}

.affiliate-paragraph {
    display: flex;
    margin: 0px 0px 23.5px 0px;
    align-items: center;
}
.affiliate-paragraph p {
    font-family: "Poppins";
    line-height: 150%;
    margin-bottom: 0;
}
.affiliate-paragraph img {
    margin: -9px 0 0 9px;
    width: 30px;
}

@media (max-width: 768px) {
    .affilate h2 {
        width: 80%;
        margin: 0px 0px 30px 0px;
    }
    .affiliate-paragraph p {
        font-size: 14px;
    }
}

@media (max-width: 400px) {
    .affiliate-paragraph p {
        font-size: 10px;
    }
}

/* Brands */

/*---------------------------
Fix post
----------------------------*/

/*---------------------------
Fix btns
----------------------------*/

.brands {
    width: 100%;
    border-collapse: collapse;
    font-family: "Poppins";
    margin: 0px 0px 50px 0px;
}

.brands .btn {
    font-weight: 600;
    font-size: 1rem;
    line-height: 150%;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 49px;
    background: #2dc564;
    border-radius: 12px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    max-width: 202px;
}

.brands .btn:hover {
    background: #0e9665;
}

/*---------------------------
Fix btns
----------------------------*/

@media (min-width: 1200px) {
    .brands--narrow .brand__logo {
        max-width: 140px;
    }
    .brands--narrow .brand__buttons {
        margin-left: auto;
    }
}

.brands tbody,
.brands thead {
    display: block;
    width: 100%;
}
.brands a {
    font-family: "Poppins";
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 150%;
    text-decoration: underline;
    color: #7161ef;
}
.brands a:hover {
    text-decoration: none;
}

.brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: -o-linear-gradient(white, white) padding-box, -o-linear-gradient(13.32deg, rgba(255, 78, 177, 0.4) -29.71%, rgba(25, 119, 243, 0.4) 76.44%) border-box;
    background: linear-gradient(white, white) padding-box, linear-gradient(76.68deg, rgba(255, 78, 177, 0.4) -29.71%, rgba(25, 119, 243, 0.4) 76.44%) border-box;
    border-radius: 20px;
    border: 1.5px solid transparent;
    padding: 16px 16px 13px;
}

.brand:not(:last-child) {
    margin: 0px 0px 24px 0px;
}
@media (max-width: 576px) {
    .brand:not(:last-child) {
        margin: 0px 0px 23px 0px;
    }
}

.brand__folded {
    position: relative;
    order: 6;
}
.brand__folded.is-open::before {
    opacity: 1;
    visibility: visible;
}
.brand__folded::before {
    content: "";
    position: absolute;
    background: -o-linear-gradient(13.32deg, rgba(255, 78, 177, 0.2) -29.71%, rgba(25, 119, 243, 0.2) 76.44%);
    background: linear-gradient(76.68deg, rgba(255, 78, 177, 0.2) -29.71%, rgba(25, 119, 243, 0.2) 76.44%);
    width: calc(100% + 32px);
    height: 1px;
    top: 2px;
    left: -16px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.brand__folded-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    row-gap: 24px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    height: 0;
    overflow: hidden;
    will-change: height;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.brand__folded-body.is-expanded {
    margin: 26px 0 23px;
}
@media (max-width: 992px) {
    .brand__folded-body {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-column-gap: 24px;
        -moz-column-gap: 24px;
        column-gap: 24px;
    }
}
@media (max-width: 992px) {
    .brand__folded-body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 0;
    }
}
@media (max-width: 992px) {
    .brand__folded-body .deposits {
        width: 100%;
        padding: 24px 0px 22px;
        margin: 24px 0;
        border-bottom: 1px solid #e9e9ec;
        border-top: 1px solid #e9e9ec;
    }
}

.brand__separator {
    display: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1px;
    flex: 0 0 1px;
    height: 62px;
    background-color: #e9e9ec;
}
.brand__separator--in-folded {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
@media (min-width: 992px) {
    .brand__separator {
        display: block;
    }
}

.brand__logo {
    position: relative;
    display: inline-flex;
}
@media (max-width: 992px) {
    .brand__logo {
        margin: 0px auto 10px auto;
    }
}

.brand__logo-img {
    max-width: 172px;
}
@media (max-width: 1200px) {
    .brand__logo-img {
        max-width: 140px;
    }
}
@media (max-width: 992px) {
    .brand__logo-img {
        max-width: 164px;
    }
}
@media (max-width: 768px) {
    .brand__logo-img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}
@media (max-width: 576px) {
    .brand__logo-img {
        max-width: 100%;
        margin: 0;
        max-width: 100%;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
.brand__logo-img img {
    border-radius: 16px;
    max-width: 100%;
}

.brand__number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    width: 32px;
    height: 32px;
    left: -4px;
    top: -14px;
    background: -o-linear-gradient(88.49deg, #ebf1ff 5.34%, #f2f5fe 72.41%);
    background: linear-gradient(1.51deg, #ebf1ff 5.34%, #f2f5fe 72.41%);
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 100%;
    color: #222226;
}
@media (max-width: 992px) {
    .brand__number {
        left: -7px;
        top: -5px;
    }
}

.brand__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 1rem;
    line-height: 130%;
    color: #25283d;
    margin: 0px 0px 12px 0px;
}
@media (max-width: 992px) {
    .brand__name {
        font-size: 0.9375rem;
        margin: 0px 0px 10px 0px;
    }
}

.brand__verify,
.affiliate-table__item_meta div > .brand__verify {
    cursor: pointer;
    color: #fff;
    font-family: Rubik;
    font-weight: 600;
    font-size: 0.5rem;
    line-height: 112.5%;
    text-transform: uppercase;
    padding: 2px 3px;
    position: relative;
    z-index: 1;
    border-radius: 3px;
    background: #7161ef;
}
.brand__verify span,
.affiliate-table__item_meta div > .brand__verify span {
    position: relative;
    z-index: 3;
}
.brand__verify::before,
.affiliate-table__item_meta div > .brand__verify::before {
    content: "";
    position: absolute;
    background: -o-linear-gradient(356.9deg, #b8b0f7 -53.88%, #7161ef 154.81%);
    background: linear-gradient(93.1deg, #b8b0f7 -53.88%, #7161ef 154.81%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    border-radius: 3px;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.brand__verify:hover::before,
.affiliate-table__item_meta div > .brand__verify:hover::before {
    opacity: 0;
    visibility: hidden;
}

.brand__rating {
    max-width: 217px;
    position: relative;
    display: flex;
    justify-content: center;
}
@media (max-width: 992px) {
    .brand__rating {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        max-width: unset;
        text-align: center;
    }
}
@media (max-width: 992px) {
    .brand__rating {
        width: 100%;
        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;
        margin-bottom: 25px;
    }
}
@media (max-width: 992px) {
    .brand__rating a {
        font-size: 1rem;
        line-height: 150%;
    }
}

.brand__rating-stars {
    margin-bottom: 8px;
}
@media (max-width: 992px) {
    .brand__rating-stars {
        margin-bottom: 16px;
    }
}

.brand__games {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 188px;
    position: relative;
}
@media (max-width: 992px) {
    .brand__games {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        width: 100%;
        max-width: unset;
    }
}
@media (max-width: 992px) {
    .brand__games {
        margin: 0px 0px 24px 0px;
    }
}
.brand__games > span {
    display: block;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 150%;
    margin: 0px 0px 12px 0px;
}

.brand__games-body {
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
    row-gap: 5px;
    grid-template-columns: repeat(auto-fit, 60px);
    grid-auto-rows: auto;
}
@media (max-width: 992px) {
    .brand__games-body {
        -webkit-column-gap: 8px;
        -moz-column-gap: 8px;
        column-gap: 8px;
        row-gap: 8px;
        grid-template-columns: repeat(auto-fit, 111px);
    }
}

.brand__games-game {
    padding: 3px 4px 3px 4px;
    background: #ffffff;
    border: 0.5px solid #e9e9ec;
    border-radius: 8px;
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    row-gap: 1.5px;
    position: relative;
}
@media (max-width: 992px) {
    .brand__games-game {
        padding: 6px 4px 5px 5px;
        row-gap: 2px;
    }
}
.brand__games-game--exists::after {
    content: "";
    background: url("./img/afilate-table/icons/check-green.svg") center/100% 100% no-repeat;
    position: absolute;
    width: 10px;
    height: 6px;
    top: 7px;
    right: 4px;
}
.brand__games-game img {
    width: 23px;
    height: 23px;
}
.brand__games-game span {
    font-size: 0.5rem;
    line-height: 130%;
}
@media (max-width: 768px) {
    .brand__games-game span {
        font-size: 0.625rem;
        line-height: 130%;
    }
}

.brand__bonus {
    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: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 244px;
    min-height: 108px;
    background: -o-linear-gradient(88.49deg, #ebf1ff 5.34%, #f2f5fe 72.41%);
    background: linear-gradient(1.51deg, #ebf1ff 5.34%, #f2f5fe 72.41%);
    border-radius: 20px;
    padding: 17px 17px 17px 12px;
}
@media (max-width: 1200px) {
    .brand__bonus {
        max-width: 200px;
    }
}
@media (max-width: 992px) {
    .brand__bonus {
        max-width: 300px;
    }
}
@media (max-width: 992px) {
    .brand__bonus {
        width: 100%;
        max-width: unset;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 17px 24px 18px;
        text-align: center;
        margin-bottom: 22px;
    }
}

.brand__bonus-capture {
    padding: 4px 12px;
    background: #ffffff;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 3px;
    -moz-column-gap: 3px;
    column-gap: 3px;
    margin: 0px 0px 4px 0px;
    font-size: 0.875rem;
    line-height: 130%;
    letter-spacing: 0.3px;
}
@media (max-width: 768px) {
    .brand__bonus-capture {
        margin: 0px 0px 5px 0px;
    }
}
.brand__bonus-capture img {
    width: 16px;
    height: 16px;
}

.brand__bonus-text {
    display: block;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 150%;
    letter-spacing: 0.3px;
    color: #7161ef;
    word-wrap: break-word;
}

.brand__bonus-info {
    font-size: 0.75rem;
    line-height: 91.6666666667%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: -0.1px;
    margin: 15px 0px 0px 0px;
}
.brand__bonus-info img {
    width: 14px;
    height: 14px;
}
.brand__bonus > span {
    display: flex;
    /*position: relative;*/
}
.brand__bonus {
    position: relative;
}
.info-icon {
    width: 17px;
    display: block;
    margin-right: 6px;
    cursor: pointer;
}
.info-block  {
    display: none;
    position: absolute;
    z-index: 2;
    padding: 24px;
    text-align: left;
    transition: opacity 0.2s ease-out;
    pointer-events: none;
    width: 100%;
    background: #fff;
    border: 1px solid #dde7e2;
    box-shadow: 0 10px 20px rgba(0,0,0,.05);
    border-radius: 16px;
    top: 119px;
    /*left: 50%;*/
}
.info-block > p {
    margin-bottom: 0;
}
.info-block > p:not(:last-child) {
    margin-bottom: 35px;
}
@media (min-width: 992px) {
    .info-block {
        top: 150px;
        width: 200%;
        left: -50%;
    }
}
@media (max-width: 370px) {
    .info-block {
        top: 150px;
    }
}


.brand__more {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 2px;
    -moz-column-gap: 2px;
    column-gap: 2px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 150%;
    color: #25283d;
}
@media (max-width: 992px) {
    .brand__more {
        width: 100%;
    }
}
@media (max-width: 992px) {
    .brand__more {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
        font-size: 1rem;
        line-height: 150%;
    }
}
@media (min-width: 992px) {
    .brand__more--mobile {
        display: none;
    }
}
@media (max-width: 992px) {
    .brand__more--desktop {
        display: none;
    }
    .brand__more.brand__more--mobile.is-active {
        padding-bottom: 12px;
    }
}
.brand__more.is-active .brand__more-arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.brand__more-arrow {
    pointer-events: none;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 24px;
    height: 24px;
}
.brand__more-arrow img {
    max-width: 100%;
}

.brand__buttons {
    max-width: 200px;
}
@media (max-width: 1200px) {
    .brand__buttons {
        margin-left: auto;
    }
}
@media (max-width: 992px) {
    .brand__buttons {
        margin: 0;
    }
}
@media (max-width: 992px) {
    .brand__buttons {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        width: 100%;
        max-width: 100%;
    }
}
@media (max-width: 992px) {
    .brand__buttons {
        margin-bottom: 24px;
    }
}
.brand__buttons .btn {
    margin-bottom: 12px;
    cursor: pointer;
}
@media (max-width: 992px) {
    .brand__buttons .btn {
        margin: 0 auto;
        width: 100%;
        max-width: 350px;
    }
}

.brand__list {
    max-width: 280px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
@media (max-width: 1200px) {
    .brand__list {
        max-width: 250px;
    }
}
@media (max-width: 768px) {
    .brand__list {
        max-width: 100%;
        margin: 0 0 24px 0;
        padding: 0px 0px 23px 0px;
        border-bottom: 1px solid #e9e9ec;
    }
}
.brand__list li {
    font-size: 0.875rem;
    line-height: 150%;
    padding: 0 0 0 26px;
    position: relative;
}
@media (max-width: 768px) {
    .brand__list li br {
        display: none;
    }
}
.brand__list li:not(:last-child) {
    margin: 0px 0px 8px 0px;
}
.brand__list li::before {
    content: "";
    background: url("../images/afilate-table/icons/check.svg") center/cover no-repeat;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 3px;
    left: 3px;
}

.brand__table {
    border-collapse: collapse;
    border: none;
    max-width: 279px;
}
@media (max-width: 1200px) {
    .brand__table {
        width: 229px;
    }
}
@media (max-width: 992px) {
    .brand__table {
        max-width: 100%;
        width: 100%;
    }
}
.brand__table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.brand__table tr td {
    font-size: 0.875rem;
    line-height: 150%;
}
.brand__table tr td:nth-child(1) {
    font-weight: 500;
}
.brand__table tr td:nth-child(2) {
    text-align: right;
}
@media (max-width: 768px) {
    .brand__table tr td:nth-child(2) {
        margin: 0 1px 0 0;
    }
}
.brand__table tr:not(:last-child) {
    margin: 0px 0px 16px 0px;
}

.brand__regulation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 124.62px;
}
@media (max-width: 992px) {
    .brand__regulation {
        width: 190px;
    }
}
@media (max-width: 768px) {
    .brand__regulation {
        width: 100%;
    }
}
.brand__regulation span {
    display: block;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 150%;
    color: #222226;
    margin: 0px 0px 28px 0px;
}
@media (max-width: 768px) {
    .brand__regulation span {
        margin: 0px 0px 13px 0px;
    }
}

.brand__regulation img {
    max-width: 100%;
}

/*---------------------------
Fix post
----------------------------*/

/* Rating */

.rating {
    width: 97px;
}

@media (max-width: 576px) {
    .rating {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-column-gap: 8px;
        -moz-column-gap: 8px;
        column-gap: 8px;
        width: auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.rating__body {
    position: relative;
}
@media (max-width: 576px) {
    .rating__body {
        width: 96px;
    }
}
.rating__body::before {
    content: url(img//afilate-table/icons/stars-gray.svg);
    display: block;
}
.rating__value {
    margin: 0px 0px -2px 0px;
    line-height: 150%;
}
.rating__value_m2 {
    margin: 0px 0px 2px 0px;
}
@media (max-width: 768px) {
    .rating__value {
        margin: 0;
    }
}
.rating__value span {
    font-weight: 600;
    font-size: 1.625rem;
    line-height: 100%;
    margin-right: -1px;
}
@media (max-width: 768px) {
    .rating__value span {
        margin-right: -2px;
        font-size: 1.5rem;
    }
}
.rating__active {
    position: absolute;
    width: 0%;
    height: 100%;
    top: -1px;
    left: 0;
    overflow: hidden;
}
.rating__active::before {
    content: url(img//afilate-table/icons/stars.svg);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/* Rating */

/* Deposits */

.deposits span {
    display: block;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 150%;
    margin: 0px 0px 12px 0px;
}
.deposits > div {
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    row-gap: 8px;
    -ms-grid-rows: 34px 8px 34px;
    -ms-grid-columns: 68px 8px 68px 8px 68px;
    grid-template: repeat(2, 34px) / repeat(3, 68px);
}
@media (max-width: 768px) {
    .deposits > div {
        -ms-grid-rows: (46px) [2];
        -ms-grid-columns: (106px) [3];
        grid-template: repeat(2, 46px) / repeat(3, 106px);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
    }
}
@media (max-width: 400px) {
    .deposits > div {
        -ms-grid-rows: (46px) [2];
        -ms-grid-columns: (1fr) [3];
        grid-template: repeat(2, 46px) / repeat(3, 1fr);
    }
}

/*.deposits .deposits__deposit {*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-align: center;*/
/*    -ms-flex-align: center;*/
/*    align-items: center;*/
/*    -webkit-box-pack: center;*/
/*    -ms-flex-pack: center;*/
/*    justify-content: center;*/
/*    background: #ffffff;*/
/*    border: 1px solid #e9e9ec;*/
/*    border-radius: 8px;*/
/*}*/
.deposits div picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ffffff;
    /*border: 1px solid #e9e9ec;*/
    border-radius: 8px;
}
.deposits div picture img {
    width: 100%;
}
/*.deposits__deposit:nth-child(1) picture {*/
/*    padding: 5px 0 0;*/
/*}*/
/*.deposits__deposit:nth-child(2) picture {*/
/*    padding: 6px 0 0;*/
/*}*/
/*.deposits__deposit:nth-child(3) picture {*/
/*    padding: 6px 0 0;*/
/*}*/
/*.deposits__deposit:nth-child(4) picture {*/
/*    padding: 6px 0 0;*/
/*}*/
/*.deposits__deposit:nth-child(5) picture {*/
/*    padding: 4px 0 0;*/
/*}*/
/*.deposits__deposit:nth-child(6) picture {*/
/*    padding: 6px 0 0;*/
/*}*/
/*@media (max-width: 576px) {*/
/*    .deposits__deposit:nth-child(1n) picture {*/
/*        padding: 5px 0 0 0;*/
/*    }*/
/*    .deposits__deposit:nth-child(5) picture {*/
/*        padding: 4px 0 0;*/
/*    }*/
/*}*/
/*@media (max-width: 400px) {*/
/*    .depostis .deposits__deposit {*/
/*        padding: 5px;*/
/*    }*/
/*}*/
/*.deposits .deposits__deposit img {*/
/*    max-width: 100%;*/
/*}*/

/* Deposits */

/* Affilate */

/* Overlay */

.overlay {
    position: fixed;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(34, 34, 38, 0.9);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    overflow: auto;
}
@media (max-width: 576px) {
    .overlay {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        padding: 20px 0;
    }
}
.overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Overlay */

/* Popup */

.popup {
    background: #ffffff;
    border-radius: 20px;
    padding: 32px;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
}
.popup.active {
    opacity: 1;
    visibility: visible;
}
.popup_verified {
    max-width: 603px;
}
@media (max-width: 768px) {
    .popup {
        padding: 22px 24px 24px 24px;
    }
    .popup_verified {
        max-width: calc(100% - 32px);
    }
}
.popup__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px 0px 32px 0px;
}
@media (max-width: 576px) {
    .popup__header {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        margin: 0px 0px 26px 0px;
    }
}
.popup__close {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36px;
    flex: 0 0 36px;
    height: 36px;
    background: rgba(37, 40, 61, 0.03);
    border-radius: 8px;
    top: 32px;
    right: 32px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.popup__close img {
    max-width: 100%;
}
.popup__close:hover {
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.popup__title {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 150%;
    color: #222226;
}
@media (max-width: 320px) {
    .popup__title {
        font-size: 1.25rem;
    }
}
.popup__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
    margin: 0px 0px 32px 0px;
}
@media (max-width: 576px) {
    .popup__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 22px;
        margin: 0px 0px 25px 0px;
    }
}
.popup__content ul {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.popup__content ul li {
    font-size: 1rem;
    line-height: 150%;
    padding: 0px 0px 0px 32px;
    position: relative;
}
.popup__content ul li::before {
    content: "";
    background: url("img/modals/check.svg") center/cover no-repeat;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 1px;
    left: 0;
}
.popup__content ul li:not(:last-child) {
    margin: 0px 0px 12px 0px;
}
.popup__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
}
@media (max-width: 576px) {
    .popup__img {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 249px;
        text-align: center;
    }
}
.popup__img img {
    max-width: 100%;
}
.popup__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 576px) {
    .popup__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 16px;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}
.popup__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 11px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 50px;
    background: -o-linear-gradient(355.34deg, #2cc6a3 0%, #25d84e 100%);
    background: linear-gradient(94.66deg, #2cc6a3 0%, #25d84e 100%);
    border-radius: 12px;
    font-family: "Poppins";
    font-weight: 600;
    font-size: 1rem;
    line-height: 150%;
    color: #fff;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    cursor: pointer;
}
.popup__btn span {
    position: relative;
    z-index: 3;
}
.popup__btn:before {
    content: "";
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    pointer-events: none;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    opacity: 0;
    background: #0e9665;
}
.popup__btn:hover:before {
    opacity: 1;
}
.popup__btn_close {
    display: block;
    background: #fff;
    border: 1.5px solid rgba(37, 40, 61, 0.2);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 183px;
    flex: 0 0 183px;
    color: #25283d;
}
.popup__btn_close:hover {
    -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
}
.popup__btn_close::before {
    display: none;
}
@media (max-width: 576px) {
    .popup__btn_close {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
}

/* Popup */

/* Nomination */

.nomination {
    display: block;
    font-family: "Poppins";
    -webkit-filter: drop-shadow(30px 30px 95px rgba(126, 123, 160, 0.05));
    filter: drop-shadow(30px 30px 95px rgba(126, 123, 160, 0.05));
    background-color: #ffffff;
    border-spacing: 0px;
    border-collapse: collapse;
    margin: 0px 0px 35px 0px;
}
@media (max-width: 768px) {
    .nomination {
        margin: 0px 0px 32px 0px;
    }
}
@media (max-width: 576px) {
    .nomination {
        overflow: auto;
    }
}
.nomination tbody,
.nomination thead {
    display: block;
}
@media (max-width: 576px) {
    .nomination tbody,
    .nomination thead {
        width: 500px;
    }
}
.nomination thead {
    border-radius: 20px 20px 0 0;
    background: -o-linear-gradient(1.6deg, #5a46f1 1.21%, #9385ff 136.99%);
    background: linear-gradient(88.4deg, #5a46f1 1.21%, #9385ff 136.99%);
}
.nomination thead tr {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.nomination thead th {
    padding: 21px 20px 19px 20px;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 100%;
    text-align: center;
    color: #ffffff;
    text-align: left;
}
.nomination thead th:nth-child(1) {
    width: 67.8%;
}
@media (max-width: 768px) {
    .nomination thead th:nth-child(1) {
        width: 60%;
    }
}
.nomination thead th:nth-child(2) {
    width: 32.2%;
}
@media (max-width: 768px) {
    .nomination thead th:nth-child(2) {
        width: 40%;
    }
}
.nomination tbody {
    border-radius: 0 0 20px 20px;
    border: 1px solid transparent;
    background: -o-linear-gradient(white, white) padding-box, -o-linear-gradient(1.6deg, #5a46f1 1.21%, #9385ff 136.99%) border-box;
    background: linear-gradient(white, white) padding-box, linear-gradient(88.4deg, #5a46f1 1.21%, #9385ff 136.99%) border-box;
}
.nomination tbody tr {
    background: #fff;
    border-bottom: 1px solid #f0f3f3;
}
.nomination tbody tr:nth-child(2n) {
    background: #f5f8fa;
}
.nomination tbody tr:last-child {
    border: none;
    border-radius: 0 0 20px 20px;
}
.nomination tbody tr:last-child td:nth-child(1) {
    padding: 30px 19px 23px;
}
.nomination tbody tr:last-child td:nth-child(2) {
    padding: 31.6px 19px 30px;
}
.nomination tbody tr td {
    -webkit-column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.nomination tbody tr td:nth-child(1) {
    padding: 30px 19px 25px;
    width: 67.8%;
    font-size: 0.875rem;
    line-height: 100%;
}
@media (max-width: 768px) {
    .nomination tbody tr td:nth-child(1) {
        width: 60%;
    }
}
.nomination tbody tr td:nth-child(2) {
    padding: 31.6px 20px;
    width: 32.2%;
}
@media (max-width: 768px) {
    .nomination tbody tr td:nth-child(2) {
        width: 40%;
    }
}
.nomination tbody tr td:nth-child(2) a {
    font-size: 0.875rem;
    line-height: 100%;
}
.nomination thead tr,
.nomination tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/* Nomination */

/*? Social */

.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 37px;
    height: 37px;
    background: #3d5a96;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
@media (max-width: 350px) {
    .social {
        width: 30px;
        height: 30px;
    }
}
.social:not(:last-child) {
    margin: 0px 15px 0px 0px;
}
@media (max-width: 350px) {
    .social:not(:last-child) {
        margin: 0px 10px 0px 0px;
    }
}
.social img {
    max-width: 100%;
}
.social:hover {
    background: #2aa3ef;
}

/*? Social */

/*? Quote */

.quote {
    width: 780px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-column-gap: 38px;
    -moz-column-gap: 38px;
    column-gap: 38px;
    padding: 28px 84px 32px 30px;
    background: #f5f8fa;
    border-radius: 20px;
    margin: 0px 0px 34px 0px;
}
@media (max-width: 1200px) {
    .quote {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .quote {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 33px 32px 32px 31px;
        margin: 0px 0px 23px 0px;
    }
}
.quote img {
    margin: 11px 0px 0px 7px;
}
@media (max-width: 768px) {
    .quote img {
        margin: 0 0 30px 0;
    }
}
.quote__content p {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 175%;
    width: 100%;
    margin: 0px 0px 26px 0px !important;
}
@media (max-width: 768px) {
    .quote__content p {
        font-size: 20px;
        line-height: 30px;
        font-family: "Poppins";
        font-weight: 600;
        margin: 0px 0px 16px 0px !important;
    }
}

/*? Quote */

/*? Explain */

.explain {
    border-left: 1px solid #7161ef;
    padding: 0px 0px 0px 24px;
    margin: 0px 0px 27px 0px;
}
@media (max-width: 768px) {
    .explain {
        margin: -8px 0px 24px 0px;
    }
}
.explain p {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 175%;
    margin: -2px 0 0 0;
}
@media (max-width: 768px) {
    .explain p {
        line-height: 130%;
        color: #25283d;
    }
}

/*? Explain */

/*? Sticky wrapper */

.sticky-wrapper {
    height: 96px;
}
@media (max-width: 1200px) {
    .sticky-wrapper {
        height: 114px;
    }
}
@media (max-width: 992px) {
    .sticky-wrapper {
        height: 120px;
    }
}
@media (max-width: 768px) {
    .sticky-wrapper {
        height: 98.4px;
    }
}
.sticky-wrapper_blog {
    margin: 0px 0px 42px 0px;
}
.sticky-wrapper_inner {
    margin: 0px 0px 52px 0px;
}
@media (max-width: 768px) {
    .sticky-wrapper {
        margin: 0px 0px 32px 0px;
    }
}

/*? Sticky wrapper */

.link {
    font-size: 1rem;
    line-height: 125%;
    text-decoration: underline;
    color: #7161ef;
}

/*? Menu */

.menu-blog ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
}
.menu-blog ul li {
    display: block !important;
}
.menu-blog ul li a {
    display: block;
    padding: 8.3px 0;
    line-height: 93.75%;
    letter-spacing: 0.17px;
    color: inherit;
}
.menu-blog ul li a:hover {
    text-decoration: underline;
}
.menu-blog_header ul {
    margin: -2px 0 0 0;
    -webkit-column-gap: 30.6px;
    -moz-column-gap: 30.6px;
    column-gap: 30.6px;
}
@media (max-width: 1200px) {
    .menu-blog_header ul {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
        row-gap: 10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media (max-width: 768px) {
    .menu-blog_header ul {
        color: #222226;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 7.5px;
        margin-left: -1px;
    }
    .menu-blog_header ul li {
        font-weight: 500;
    }
    .menu-blog_header ul li a {
        letter-spacing: 0;
    }
}
.menu-blog_footer ul {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}
@media (max-width: 1200px) {
    .menu-blog_footer ul {
        row-gap: 10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media (max-width: 768px) {
    .menu-blog_footer ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 3.5px;
    }
}

/*? Menu */

/*? Dropdown */

.dropdown {
    color: #fff;
    font-family: "Poppins";
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.1);
}
.dropdown__btn {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 185.7142857143%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    text-align: left;
    background: none;
    width: 100%;
    height: 100%;
    padding: 15px 16px 14px;
    color: inherit;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.dropdown__btn.active {
    background: #2c3694;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid #2c3694;
    border-radius: 10px 10px 0 0;
}
.dropdown__btn.langs-exist::after {
    content: "";
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background: url("img/icons/triangle.svg") center/cover no-repeat;
    position: absolute;
    width: 8px;
    height: 7px;
    top: 52%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 15px;
}
.dropdown__list {
    background: #2c3694;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-top: none;
    border-radius: 0 0 8px 8px;
    position: absolute;
    z-index: -1;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    padding: 0 16px 15px 15px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.dropdown__list::-webkit-scrollbar {
    width: 16px;
}
.dropdown__list::-webkit-scrollbar-track {
    background: none;
}
.dropdown__list::-webkit-scrollbar-thumb {
    width: 8px;
    height: 76px !important;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100px;
    border: 6px solid #2c3694;
}
.dropdown__list.active {
    top: 53px;
    opacity: 1;
    visibility: visible;
}
.dropdown__list li:not(:last-child) {
    margin: 0px 0px 12px 0px;
}
.dropdown__list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: inherit;
}
.dropdown__list > li {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 150%;
}
.dropdown__list > li .sub-menu {
    padding: 15px 0 0 17px;
}
/*.dropdown__list > li:first-child .sub-menu {*/
/*    padding-left: 17px;*/
/*}*/
.dropdown__sublist > li,
.footer__more .sub-menu > li {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #c4c4c4;
}
.dropdown__sublist > li.active,
.footer__more .sub-menu > li.active {
    color: #fff;
}
.dropdown__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 6px;
    pointer-events: none;
}
.dropdown__content p {
    font-size: 0.875rem;
    line-height: 92%;
}
.dropdown__content span {
    font-size: 0.6875rem;
    line-height: 100%;
    opacity: 0.5;
}
.dropdown__img {
    width: 38px;
    height: 34px;
    pointer-events: none;
}
.dropdown__img_small {
    height: 30px;
}
.dropdown__img img {
    max-width: 100%;
}

/*? Dropdown */

/*? Articles */

section#recent-articles {
    margin: 0px 0px 60px 0px;
}

section#top-articles {
    margin: 0px 0px 60px 0px;
}

@media (max-width: 768px) {
    section#recent-articles {
        margin: 0px 0px 50px 0px;
    }

    section#top-articles {
        margin: 0px 0px 50px 0px;
    }
}

.article {
    font-family: "Poppins";
    max-width: 410px;
}
.article a {
    text-decoration: none;
}

.article > a:hover .article__title {
    color: #7161ef;
}
@media (max-width: 1320px) {
    .article {
        max-width: 370px;
    }
}
@media (max-width: 1200px) {
    .article {
        max-width: 312px;
    }
}
@media (max-width: 992px) {
    .article {
        max-width: 100% !important;
    }
}
.article_recent .article__img {
    margin: 0px 0px 24.5px 0px;
}
@media (max-width: 992px) {
    .article_recent .article__img {
        margin: 0px 0px 25px 0px;
    }
}
.article_recent .article__title {
    margin: 0px 0px 20px 0px;
}
@media (max-width: 992px) {
    .article_recent .article__title {
        margin: 0px 0px 16px 0px;
    }
}
.article_recent .article__type {
    margin: 0px 17px 0px 0px;
}
.article_recent .article__date {
    padding-left: 35px;
}
@media (max-width: 1200px) {
    .article_recent .article__date {
        padding-left: 25px;
    }
}
@media (max-width: 768px) {
    .article_recent .article__date {
        padding-left: 35px;
    }
}
.article_recent .article__date::before {
    -webkit-transform: translate(0, -57%);
    -ms-transform: translate(0, -57%);
    transform: translate(0, -57%);
}
.article_hot a {
    display: block;
    padding: 32px 44px 30px 30px;
    background: #fdfffc;
    -webkit-box-shadow: -10px 15px 40px rgba(53, 104, 212, 0.04);
    box-shadow: -10px 15px 40px rgba(53, 104, 212, 0.04);
    border-radius: 20px;
}
@media (max-width: 1320px) {
    .article_hot a {
        padding: 32px 20px 30px 20px;
    }
}
.article_narrow {
    max-width: 300px;
}
@media (max-width: 1200px) {
    .article_narrow {
        max-width: 250px;
    }
}
.article_narrow .article__info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 10px;
}
@media (max-width: 992px) {
    .article_narrow .article__info {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}
.article_narrow .article__type {
    width: 100%;
}
@media (max-width: 992px) {
    .article_narrow .article__type {
        width: auto;
    }
}
.article_narrow .article__title {
    margin: 0px 0px 19px 0px;
}
@media (max-width: 992px) {
    .article_narrow .article__title {
        margin: 0px 0px 16px 0px;
    }
}
.article_narrow .article__img {
    margin: 0px 0px 26px 0px;
}
@media (max-width: 992px) {
    .article_narrow .article__img {
        margin: 0px 0px 25px 0px;
    }
}
.article_wide {
    max-width: 520px;
}
@media (max-width: 1320px) {
    .article_wide {
        max-width: 440px;
    }
}
@media (max-width: 1200px) {
    .article_wide {
        max-width: 370px;
    }
}
.article_wide .article__img {
    margin: 0px 0px 26px 0px;
}
@media (max-width: 992px) {
    .article_wide .article__img {
        margin: 0px 0px 25px 0px;
    }
}
.article_wide .article__content > p {
    width: 474px;
}
@media (max-width: 1320px) {
    .article_wide .article__content > p {
        width: 100%;
    }
}
@media (max-width: 992px) {
    .article_long {
        margin: 0px 0px 1px 0px;
    }
}
.article_long .article__img {
    margin: 0px 0px 26px 0px;
}
@media (max-width: 992px) {
    .article_long .article__img {
        height: 500px;
        margin: 0px 0px 24px 0px;
    }
    .article_long .article__img img {
        height: 100%;
    }
}
.article_long .article__title {
    font-size: 2.25rem;
    line-height: 134%;
    margin: 0px 0px 19.5px 0px;
}
@media (max-width: 992px) {
    .article_long .article__title {
        font-weight: 700;
        font-size: 1.75rem;
        line-height: 157.1428571429%;
    }
}
@media (max-width: 992px) {
    .article_long .article__info {
        margin: 0px 0px 20px 0px;
    }
}
.article > a {
    color: inherit;
}
.article__img {
    margin: 0px 0px 24px 0px;
}
@media (max-width: 992px) {
    .article__img {
        text-align: center;
        margin: 0px 0px 24.5px 0px;
    }
}
.article__img img {
    border-radius: 15px;
    max-width: 100%;
    vertical-align: middle;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.article__content {
    padding: 0 10px;
}
@media (max-width: 1200px) {
    .article__content {
        padding: 0;
    }
}
.article__content > p {
    width: auto;
    font-family: "Gotham Pro";
    font-size: 1rem;
    line-height: 218.75%;
    color: #565656;
    margin: 0;
}
@media (max-width: 992px) {
    .article__content > p {
        line-height: 200%;
    }
}
.article__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px 0px 20px 0px;
}
@media (max-width: 992px) {
    .article__info {
        margin: 0px 0px 16px 0px;
    }
}
.article__info > p {
    width: auto;
    font-size: 0.875rem !important;
    line-height: 150% !important;
    margin: 0;
}
@media (max-width: 400px) {
    .article__info > p {
        font-size: 0.75rem !important;
    }
}
.article__type {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 150%;
    text-transform: uppercase;
    color: #7161ef;
    margin: 0px 16px 0px 0px;
}
@media (max-width: 350px) {
    .article__type {
        margin: 0px 6px 0px 0px !important;
        font-size: 0.75rem;
    }
}
.article__date {
    position: relative;
    padding: 0px 23px 0px 35px;
    margin: 0px 13px 0px 0px !important;
}
@media (max-width: 1200px) {
    .article__date {
        padding: 0px 25px 0px 26px;
    }
}
@media (max-width: 992px) {
    .article__date {
        padding: 0px 24px 0px 34px;
    }
}
@media (max-width: 350px) {
    .article__date {
        padding: 0px 25px !important;
    }
}
.article__date::before {
    content: "";
    background: url("img/icons/calendar.svg") center/cover no-repeat;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.article__date::after {
    content: "";
    position: absolute;
    top: 49%;
    right: 0;
    background: #222226;
    width: 12px;
    height: 1px;
    -webkit-transform: translate(0, -50%) rotate(-60deg);
    -ms-transform: translate(0, -50%) rotate(-60deg);
    transform: translate(0, -50%) rotate(-60deg);
}
.article__time {
    margin: 0 !important;
}
@media (max-width: 350px) {
    .article__time {
        font-size: 0.75rem;
    }
}
.article__title {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    margin: 0px 0px 21px 0px;
}
@media (max-width: 992px) {
    .article__title {
        margin: 0px 0px 16px 0px;
        font-size: 20px;
        line-height: 150%;
    }
}
@media (max-width: 768px) {
    .article__title br {
        display: none;
    }
}

/*! Article-footer */

.article-footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 381.5px;
    flex: 0 0 381.5px;
    font-family: "Poppins";
    color: #ffffff;
    font-weight: 600;
    line-height: 150%;
    font-size: 0.875rem;
}
@media (max-width: 1200px) {
    .article-footer {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 315px;
        flex: 0 0 315px;
    }
}
.article-footer:not(:last-child) {
    margin: 0px 61px 0px 0px;
    padding: 0px 62px 0px 0px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 1320px) {
    .article-footer:not(:last-child) {
        margin: 0px 30px 0px 0px;
        padding: 0px 30px 0px 0px;
    }
}
@media (max-width: 1200px) {
    .article-footer:not(:last-child) {
        margin: 0px 12px 0px 0px;
        padding: 0px 12px 0px 0px;
    }
}
.article-footer a {
    color: inherit;
}
.article-footer a:hover .article-footer__title {
    color: #7161ef;
}
.article-footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px 0px 20px 0px;
}
.article-footer__top p {
    font-weight: 400;
}
.article-footer__type {
    margin: 0px 16px 0px 0px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #7161ef;
}
@media (max-width: 1200px) {
    .article-footer__type {
        margin: 0 10px 0 0;
        font-size: 0.8125rem;
    }
}
.article-footer__date {
    position: relative;
    padding: 0px 23px 0px 35px;
    margin: 0px 13px 0px 0px;
}
@media (max-width: 1200px) {
    .article-footer__date {
        padding: 0px 20px 0px 25px;
    }
}
.article-footer__date::before {
    content: "";
    background: url("img/icons/calendar.svg") center/cover no-repeat;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.article-footer__date::after {
    content: "";
    position: absolute;
    top: 49%;
    right: 0;
    background: #fff;
    width: 12px;
    height: 1px;
    -webkit-transform: translate(0, -50%) rotate(-60deg);
    -ms-transform: translate(0, -50%) rotate(-60deg);
    transform: translate(0, -50%) rotate(-60deg);
}
.article-footer__title {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    font-weight: 600;
    font-size: 1rem;
    line-height: 150%;
    letter-spacing: 0.1px;
}

/*! Article-footer */

/*! Top articles */

.top-articles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}
@media (max-width: 1200px) {
    .top-articles {
        -webkit-column-gap: 12px;
        -moz-column-gap: 12px;
        column-gap: 12px;
    }
}
@media (max-width: 992px) {
    .top-articles {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 32px;
    }
}
.top-articles__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 410px;
    flex: 0 0 410px;
}
@media (max-width: 1320px) {
    .top-articles__left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 312px;
        flex: 0 0 312px;
    }
}
@media (max-width: 992px) {
    .top-articles__left {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
}
.top-articles__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 1200px) {
    .top-articles__right {
        -webkit-column-gap: 12px;
        -moz-column-gap: 12px;
        column-gap: 12px;
    }
}
@media (max-width: 992px) {
    .top-articles__right {
        row-gap: 32px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

/*! Top articles */

/*! Popular article */

.popular-article {
    padding: 62px 0 60px;
    background: -o-linear-gradient(88.49deg, #ebf1ff 5.34%, #f2f5fe 72.41%);
    background: linear-gradient(1.51deg, #ebf1ff 5.34%, #f2f5fe 72.41%);
    margin: 0px 0px 60px 0px;
}
@media (max-width: 992px) {
    .popular-article {
        padding: 52px 0 49px;
        margin: 0px 0px 51px 0px;
    }
}
.popular-article__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0px 0px 40px 0px;
}
@media (max-width: 992px) {
    .popular-article__header {
        margin: 0px 0px 31px 0px;
    }
}
@media (max-width: 768px) {
    .popular-article__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: start;
    }
}
.popular-article__header h2 {
    margin: 0;
}
.popular-article__header a {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 1rem;
    line-height: 137.5%;
    color: #7161ef;
    padding: 0px 47px 0px 0px;
    position: relative;
}
.popular-article__header a::after {
    content: "";
    background: url("img/blog/popular-article/arrow.svg") center/cover no-repeat;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -55%);
    -ms-transform: translate(0, -55%);
    transform: translate(0, -55%);
}
.popular-article__body {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: minmax(539px, auto);
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template: minmax(539px, auto) / repeat(3, 1fr);
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 32px;
    grid-auto-rows: 1fr;
}
@media (max-width: 1200px) {
    .popular-article__body {
        -webkit-column-gap: 12px;
        -moz-column-gap: 12px;
        column-gap: 12px;
    }
}
@media (max-width: 992px) {
    .popular-article__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

/*! Popular article */

/*! Article-popular */

.article-popular {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 60px 41px 40px;
    position: relative;
    z-index: 1;
    font-family: "Poppins";
    color: #fff;
}
@media (max-width: 1200px) {
    .article-popular {
        padding: 32px 32px 31px 31px;
    }
}
@media (max-width: 350px) {
    .article-popular {
        padding: 16px;
    }
}
@media (max-width: 992px) {
    .article-popular {
        min-height: 440px;
    }
}
.article-popular__content {
    margin: auto 0 0 0;
    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: start;
    -ms-flex-align: start;
    align-items: start;
    position: relative;
    z-index: 3;
    pointer-events: none;
}
.article-popular > a {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 15px;
}
.article-popular > a::after {
    content: "";
    border-radius: 15px;
    background: -o-linear-gradient(217.12deg, rgba(95, 78, 232, 0.5) -114.13%, rgba(37, 40, 61, 0.5) 71.54%);
    background: linear-gradient(232.88deg, rgba(95, 78, 232, 0.5) -114.13%, rgba(37, 40, 61, 0.5) 71.54%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.article-popular > a::before {
    content: "";
    background: -o-linear-gradient(217.12deg, rgba(95, 78, 232, 0.9) -113.98%, rgba(37, 40, 61, 0.9) 71.69%);
    background: linear-gradient(232.88deg, rgba(95, 78, 232, 0.9) -113.98%, rgba(37, 40, 61, 0.9) 71.69%);
    position: absolute;
    border-radius: 15px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
@media (max-width: 768px) {
    .article-popular > a::before {
        display: none;
    }
}
@media (min-width: 768px) {
    .article-popular > a:hover::after {
        opacity: 0;
        visibility: hidden;
    }
    .article-popular > a:hover::before {
        opacity: 1;
        visibility: visible;
    }
}
.article-popular__type {
    display: inline-block;
    margin: 0 0px 15px 0px;
    padding: 4px 10px;
    background: #7161ef;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 150%;
    text-transform: uppercase;
}
.article-popular__info {
    font-size: 0.875rem;
    line-height: 150%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    margin: 0px 0px 20px 0px;
}
.article-popular__info p {
    margin: 0;
}
@media (max-width: 992px) {
    .article-popular__info {
        margin: 0px 0px 24px 0px;
    }
}
.article-popular__date {
    position: relative;
    padding: 0px 25px 0px 36px;
}
.article-popular__date::before {
    content: "";
    background: url("img/icons/calendar-white.svg") center/cover no-repeat;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: -1px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.article-popular__date::after {
    content: "";
    position: absolute;
    top: 49%;
    right: 0;
    background: #fff;
    width: 12px;
    height: 1px;
    -webkit-transform: translate(0, -50%) rotate(-60deg);
    -ms-transform: translate(0, -50%) rotate(-60deg);
    transform: translate(0, -50%) rotate(-60deg);
}
.article-popular__title {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 150%;
    margin: 0;
    color: #fff !important;
}
@media (max-width: 992px) {
    .article-popular__title span {
        display: none;
    }
}
@media (min-width: 992px) {
    .article-popular__title br {
        display: none;
    }
}
@media (max-width: 992px) {
    .article-popular__title {
        font-size: 1.25rem;
        line-height: 150%;
    }
}
.article-popular__img {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.article-popular__img img {
    border-radius: 15px;
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
@media (max-width: 992px) {
    .article-popular__img img {
        width: 100%;
    }
}

/*! Article-popular */

/*! Recent articles */

.recent-articles {
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 31px;
    -ms-grid-rows: auto 31px auto 31px auto;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template: repeat(3, auto) / repeat(3, 1fr);
    grid-auto-rows: auto;
}
@media (max-width: 1200px) {
    .recent-articles {
        -webkit-column-gap: 12px;
        -moz-column-gap: 12px;
        column-gap: 12px;
        row-gap: 12px;
    }
}
@media (max-width: 992px) {
    .recent-articles {
        -ms-grid-rows: (auto) [4];
        -ms-grid-columns: (1fr) [2];
        grid-template: repeat(4, auto) / repeat(2, 1fr);
    }
}
@media (max-width: 768px) {
    .recent-articles {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 32px;
    }
}

/*! Recent articles */

/*! Similar articles */

.similar-articles {
    padding: 1px 0px -1px 0px;
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -ms-grid-rows: 1fr;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template: 1fr / repeat(2, 1fr);
}
@media (max-width: 1200px) {
    .similar-articles .article {
        max-width: 100%;
    }
}
@media (max-width: 768px) {
    .similar-articles {
        padding: 1px 0px 0px 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 24px;
    }
}

/*! Similar articles */

/*? Articles */

/*? Footer */

.footer {
    background: -o-linear-gradient(330.91deg, #8376dc -196.92%, #081b76 88.42%);
    background: linear-gradient(119.09deg, #8376dc -196.92%, #081b76 88.42%);
}
.footer__body {
    padding: 50px 0 30px;
}
.footer__top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px 0px 31px 0px;
    padding: 0px 0px 31px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 992px) {
    .footer__top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media (max-width: 768px) {
    .footer__top {
        border: none;
        padding: 0;
        margin: 0px 0px 32px 0px;
    }
}
.footer__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 164px;
    flex: 0 0 164px;
    margin: 0px 65px 0px 0px;
}
@media (max-width: 1200px) {
    .footer__logo {
        margin: 0px 30px 0px 0px;
    }
}
@media (max-width: 768px) {
    .footer__logo {
        margin: 0px 0px 23px 0px;
    }
}
.footer__logo img {
    max-width: 100%;
    vertical-align: top;
}
.footer__menu_mobile {
    width: 100%;
    margin: 0px 0px 25px 0px;
}
@media (min-width: 768px) {
    .footer__menu_mobile {
        display: none;
    }
}
@media (max-width: 1200px) {
    .footer__menu_desktop {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
        flex: 0 0 400px;
    }
}
@media (max-width: 1200px) {
    .footer__menu_desktop {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 370px;
        flex: 0 0 370px;
    }
}
@media (max-width: 768px) {
    .footer__menu_desktop {
        display: none;
    }
}
.footer__sequrity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    margin: 0px 66px 0px 0px;
}
@media (max-width: 1200px) {
    .footer__sequrity {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        row-gap: 20px;
        margin: 0px 30px 0px 0px;
    }
}
@media (max-width: 992px) {
    .footer__sequrity {
        width: 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 32px 0 0px 0;
    }
}
@media (max-width: 768px) {
    .footer__sequrity {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-column-gap: 21.37px;
        -moz-column-gap: 21.37px;
        column-gap: 21.37px;
        margin: 0px 0px 32px 0px;
    }
}
.footer__sequrity li img {
    max-width: 100%;
    vertical-align: top;
}
.footer__more {
    width: 260px;
    margin: 0px 16px 0px 0px;
}
@media (max-width: 768px) {
    .footer__more {
        width: 100%;
        margin: 0 0 15px 0;
        z-index: 2;
    }
}
.footer__more .dropdown__list {
    height: 159px;
    overflow: auto;
}
.footer__language {
    width: 245px;
    height: 55px;
    font-family: "Gotham Pro";
}
@media (max-width: 768px) {
    .footer__language {
        width: 100%;
    }
}
.footer__language .dropdown__btn {
    padding: 8px 16px 11px;
}
@media (max-width: 768px) {
    .footer__language .dropdown__btn {
        padding: 10px 15px 11px;
    }
}
.footer__language .dropdown__btn.active::after {
    width: 16px;
    height: 16px;
    background: url("img/icons/check.svg") center/cover no-repeat;
}
.footer__language .dropdown__list {
    padding: 2px 16px 15px 15px;
    height: 220px;
    overflow: auto;
}
.footer__articles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 29px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 992px) {
    .footer__articles {
        display: none;
    }
}
.footer__partners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 81px;
    -moz-column-gap: 81px;
    column-gap: 81px;
    margin: 0px 0px 19px 0px;
    padding: 0px 0px 30px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 992px) {
    .footer__partners {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 26px;
    }
}
@media (max-width: 768px) {
    .footer__partners {
        margin: 0px 0px 28px 0px;
        padding: 0;
        border: none;
    }
}
.footer__partners div {
    width: 519px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #ffffff;
}
@media (max-width: 992px) {
    .footer__partners div {
        width: 100%;
    }
}
.footer__partners div span {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 150%;
    margin: 0px 0px 5px 0px;
}
@media (max-width: 768px) {
    .footer__partners div span {
        font-size: 1.25rem;
        line-height: 150%;
        margin: 0px 0px 8px 0px;
    }
}
.footer__partners div p {
    font-size: 0.875rem;
    line-height: 142.8571428571%;
    opacity: 0.5;
}
.footer__partners ul {
    padding: 23px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 992px) {
    .footer__partners ul {
        padding: 0;
    }
}
@media (max-width: 768px) {
    .footer__partners ul {
        -webkit-column-gap: 16px;
        -moz-column-gap: 16px;
        column-gap: 16px;
    }
}
.footer__partners ul li img {
    max-width: 100%;
    vertical-align: top;
}
.footer__center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0px 0px 18px 0px;
}
@media (max-width: 768px) {
    .footer__partners ul li img {
        vertical-align: middle;
    }
    .footer__center {
        border: none;
        padding: 0;
        margin: 0px 0px 31px 0px;
    }
}
.footer__privacy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 768px) {
    .footer__privacy {
        width: 100%;
        padding-right: 3px;
    }
}
.footer__privacy a {
    font-size: 0.875rem;
    line-height: 92.8571428571%;
    text-decoration: underline;
    color: #ffffff;
}
@media (max-width: 400px) {
    .footer__privacy a {
        font-size: 0.75rem;
    }
}
@media (max-width: 320px) {
    .footer__privacy a {
        font-size: 0.625rem;
    }
}
.footer__privacy a:nth-child(1) {
    margin: 0px 26px 0px 0px;
}
@media (max-width: 400px) {
    .footer__privacy a:nth-child(1) {
        margin: 0px 15px 0px 0px;
    }
}
.footer__privacy a:nth-child(2) {
    margin: 0px 30px 0px 0px;
}
@media (max-width: 400px) {
    .footer__privacy a:nth-child(2) {
        margin: 0px 15px 0px 0px;
    }
}
@media (max-width: 768px) {
    .footer__privacy a:nth-child(3) {
        margin-left: auto;
    }
}
.footer__copy {
    font-size: 0.875rem;
    line-height: 92.8571428571%;
    color: #ffffff;
    opacity: 0.5;
    letter-spacing: 0.03px;
}
@media (max-width: 768px) {
    .footer__copy span {
        display: block;
        margin-top: 12px;
    }
}

/*? Footer */

/*? Preview */

.preview h1 {
    width: 680px;
    line-height: 138%;
    margin: 0 0 30px 0;
}
@media (max-width: 768px) {
    .preview h1 {
        line-height: 117%;
        width: 100%;
        margin: 0 0 24px 0;
    }
}
.preview > p:not(:last-child) {
    margin: 0px 0px 37.3px 0px;
}
@media (max-width: 768px) {
    .preview > p:not(:last-child) {
        margin: 0px 0px 32px 0px;
    }
}
.preview__type {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 150%;
    text-transform: uppercase;
    color: #7161ef;
    margin: 0px 0px 5px 0px;
}
@media (max-width: 768px) {
    .preview__type {
        margin: 0px 0px 24px 0px;
    }
}
.preview__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px 0px 35px 0px;
}
@media (max-width: 768px) {
    .preview__author {
        margin: 0px 0px 20px 0px;
    }
}
.preview__author div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 768px) {
    .preview__author div {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.preview__author img {
    border-radius: 50%;
    max-width: 100%;
    width: 40px;
    height: 40px;
    margin: 0px 20px 0px 0px;
}
@media (max-width: 768px) {
    .preview__author img {
        margin: -4px 19.9px 0px 0px;
    }
}
.preview__author a {
    position: relative;
    margin: 0px 20px 0px 0px;
    padding: 0px 26px 0px 0px;
}
@media (max-width: 768px) {
    .preview__author a {
        width: 100%;
        margin: 0 0 -4px 0;
    }
}
.preview__author a::after {
    content: "";
    border-radius: 50%;
    position: absolute;
    width: 4px;
    height: 4px;
    background: #7161ef;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
@media (max-width: 768px) {
    .preview__author a::after {
        display: none;
    }
}
@media (max-width: 382px) {
    .preview__author span {
        font-size: 0.75rem;
    }
}
@media (max-width: 320px) {
    .preview__author span {
        font-size: 0.6875rem;
    }
}
.preview__author span:not(:last-child) {
    position: relative;
    margin: 0px 20px 0px 0px;
    padding: 0px 24px 0px 0px;
}
@media (max-width: 382px) {
    .preview__author span:not(:last-child) {
        margin: 0px 12px 0px 0px;
        padding: 0px 12px 0px 0px;
    }
}
.preview__author span:not(:last-child)::after {
    content: "";
    border-radius: 50%;
    position: absolute;
    width: 4px;
    height: 4px;
    background: #7161ef;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
@media (max-width: 768px) {
    .preview__author span:not(:last-child)::after {
        -webkit-transform: translate(0, -22%);
        -ms-transform: translate(0, -22%);
        transform: translate(0, -22%);
    }
}
@media (max-width: 382px) {
    .preview__author span:not(:last-child)::after {
        right: -3px;
    }
}
.preview > picture > img {
    border-radius: 15px;
    max-width: 100%;
    margin: 0px 0px 24px 0px;
    width: 850px;
}
@media (max-width: 1320px) {
    .preview > picture > img {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .preview > picture > img {
        margin: 0px 0px 12px 0px;
    }
}
.preview > picture > img img {
    max-width: 100%;
}
/*? Preview */

/*? Links */

.links {
    margin: -2px 0px 43px 0px;
    /*width: 801px;*/
}
@media (max-width: 1320px) {
    .links {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .links {
        margin: -1px 0px 52px 0px;
    }
}
.links__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 0px 35px 0px;
    margin: 0px 0px 13px 0px;
    border-bottom: 1px solid #e5e8f5;
}
.links__top a img {
    max-width: 100%;
}
/*.links__top a:first-child {*/
/*    width: 24px;*/
/*    height: 24px;*/
/*    margin: 0px 25px 0px 0px;*/
/*}*/
/*@media (max-width: 382px) {*/
/*    .links__top a:first-child {*/
/*        margin: 0px 16px 0px 0px;*/
/*    }*/
/*}*/
/*.links__top a:not(:first-child) {*/
/*    width: 37px;*/
/*    height: 37px;*/
/*    margin: 0px 9.6px 0px 0px;*/
/*}*/
.links__top a {
    width: 37px;
    height: 37px;
    margin: 0px 9.6px 0px 0px;
}
@media (max-width: 382px) {
    .links__top a:not(:first-child) {
        width: 28px;
        height: 28px;
        margin: 0px 6px 0px 0px;
    }
}
.links__bottom {
    font-weight: 500;
    line-height: 200%;
    color: #7161ef;
}
@media (max-width: 382px) {
    .links__bottom {
        font-size: 0.875rem;
    }
}
@media (max-width: 319px) {
    .links__bottom {
        font-size: 0.75rem;
    }
}
/*.links__bottom a:not(:last-child) {*/
/*    margin: 0px 20.4px 0px 0px;*/
/*}*/
/*@media (max-width: 382px) {*/
/*    .links__bottom a:not(:last-child) {*/
/*        margin: 0px 6px 0px 0px;*/
/*    }*/
/*}*/

/*? Links */

/*? Comment */

.comment {
    font-family: "Poppins";
    padding-top: 25px;
    border-top: 1px solid #e5e8f5;
}
@media (max-width: 768px) {
    .comment {
        padding-top: 0;
        border: none;
    }
    .comment_mobilepadding {
        padding-top: 24px;
        border-top: 1px solid #e5e8f5;
    }
}
.comment:not(:last-child) {
    margin: 0px 0px 25px 0px;
}
@media (max-width: 768px) {
    .comment:not(:last-child) {
        margin: 0px 0px 26px 0px;
    }
}
.comment p {
    font-family: "Gotham Pro";
    margin: 0;
}
.comment p:not(:last-child) {
    margin: 0px 0px 20px 0px !important;
}
.comment__author {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 150%;
    margin: 0px 0px 2px 0px;
    letter-spacing: 0.15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 38px;
    -moz-column-gap: 38px;
    column-gap: 36px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.comment__replyauthor {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 150%;
    color: #c4c4c4;
    position: relative;
}
.comment__replyauthor::before {
    content: "";
    background: url("img/icons/replu.svg") center/cover no-repeat;
    position: absolute;
    width: 14px;
    height: 14px;
    top: 50%;
    left: -24px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.comment__replyes {
    width: 784px;
    background: #f5f8fa;
    border-radius: 20px;
    padding: 25px 43px 25px 40px;
}
@media (max-width: 1320px) {
    .comment__replyes {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .comment__replyes {
        padding: 24px 16px;
    }
}
@media (max-width: 382px) {
    .comment__replyes {
        padding: 16px 10px;
    }
}
.comment__message {
    padding: 4px 0px 0px 29px;
    border-left: 1px solid #7161ef;
}
@media (max-width: 768px) {
    .comment__message {
        padding: 1px 0 0 15px;
    }
    .comment__message .comment__info {
        -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: start;
        row-gap: 3px;
        margin: 0px 0px 12px 0px;
    }
    .comment__message .comment__info span::after {
        display: none;
    }
    .comment__message .comment__author {
        margin: 0px 0px 8px 0px;
    }
}
@media (max-width: 768px) and (max-width: 382px) {
    .comment__message .comment__author {
        font-size: 0.875rem;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}
@media (max-width: 768px) and (max-width: 382px) {
    .comment__message .comment__replyauthor::before {
        width: 11px;
        height: 11px;
        top: 50%;
        left: -16px;
    }
}
@media (max-width: 382px) {
    .comment__message {
        padding: 1px 0 0 10px;
    }
}
.comment__message_2 {
    padding: 3px 0px 0px 28px;
}
@media (max-width: 768px) {
    .comment__message_2 {
        padding: 2px 0px 0px 14px;
    }
    .comment__message_2 .comment__author {
        -webkit-column-gap: 29px;
        -moz-column-gap: 29px;
        column-gap: 29px;
    }
}
@media (max-width: 768px) and (max-width: 382px) {
    .comment__message_2 .comment__author {
        -webkit-column-gap: 19px;
        -moz-column-gap: 19px;
        column-gap: 19px;
    }
}
@media (max-width: 382px) {
    .comment__message_2 {
        padding: 2px 0 0 10px;
    }
}
.comment__message > p {
    width: 100%;
    font-weight: 400;
    font-size: 1rem;
    line-height: 200%;
}
.comment__message > p:not(:last-child) {
    margin: 0px 0px 17px 0px !important;
}
@media (max-width: 768px) {
    .comment__message > p:not(:last-child) {
        margin: 0px 0px 24px 0px !important;
    }
}
.comment__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 27px;
    -moz-column-gap: 27px;
    column-gap: 24px;
    margin: 0px 0px 20px 0px;
}
@media (max-width: 768px) {
    .comment__info {
        margin: 0px 0px 15px 0px;
    }
}
.comment__info > span {
    font-size: 0.875rem;
    line-height: 150%;
    color: #c4c4c4;
    letter-spacing: 0.1px;
}
.comment__info > span:not(:last-child) {
    position: relative;
}
.comment__info > span:not(:last-child)::after {
    content: "";
    position: absolute;
    background: #25283d;
    opacity: 0.75;
    width: 12px;
    height: 1px;
    top: 50%;
    right: -17px;
    -webkit-transform: translate(0, -50%) rotate(-60deg);
    -ms-transform: translate(0, -50%) rotate(-60deg);
    transform: translate(0, -50%) rotate(-60deg);
}
.comment__reply {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 150%;
}
.comment__reply.active {
    color: #7161ef;
    cursor: pointer;
}

/*? Comment */

/*? Form comment */

.comment-form {
    width: 780px;
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 22px;
    -moz-column-gap: 22px;
    column-gap: 22px;
    row-gap: 24px;
    -ms-grid-rows: auto 24px auto 24px auto;
    -ms-grid-columns: 1fr 22px 1fr;
    grid-template: repeat(3, auto) / repeat(2, 1fr);
}
@media (max-width: 1320px) {
    .comment-form {
        width: 100%;
    }
}
@media (max-width: 1200px) {
    .comment-form {
        width: 780px;
    }
}
@media (max-width: 992px) {
    .comment-form {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .comment-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.form-comment__label {
    line-height: 200%;
}
.form-comment__name,
.form-comment__mail {
    position: relative;
}
.form-comment__name::before,
.form-comment__mail::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 20px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.form-comment__mail::before {
    width: 21.5px;
    height: 16.5px;
    background: url("img/icons/message.svg") center/cover no-repeat;
    left: 19px;
    -webkit-transform: translate(0, -49%);
    -ms-transform: translate(0, -49%);
    transform: translate(0, -49%);
}
.form-comment__name::before {
    background: url("img/icons/user.svg") center/cover no-repeat;
}
.form-comment__input {
    display: block;
    width: 100%;
    max-height: 60px;
    background: #f5f8fa;
    border: 1px solid #f3e1ee;
    border-radius: 10px;
    padding: 20px 20px 24px 50px;
}
@media (max-width: 768px) {
    .form-comment__input {
        width: 99.5%;
    }
}
.form-comment__textarea {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
}
.form-comment__textarea textarea {
    resize: none;
    padding: 20px;
    width: 100%;
    min-height: 161px;
    background: #f5f8fa;
    border: 1px solid #f3e1ee;
    border-radius: 10px;
}
@media (max-width: 768px) {
    .form-comment__textarea textarea {
        width: 99.5%;
    }
}
.form-comment__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.comment-form input.submit {
    cursor: pointer;
    margin: 10px 0px 0px 0px;
    padding: 18px 28px;
    font-family: "Poppins";
    font-weight: 500;
    font-size: 1rem;
    line-height: 150%;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #7161ef;
    border-radius: 10px;
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
}
@media (max-width: 768px) {
    .comment-form input.submit {
        margin: 8px 0px 16px 0px;
        width: 99.5%;
    }
}

/*? Form comment */

/*? Widjet */

.widjet {
    font-family: "Poppins";
}
.widjet:not(:last-child) {
    margin: 0px 0px 40px 0px;
}
.widjet__title {
    margin: 0px 0px 35px 0px;
    font-family: "Poppins";
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 150%;
    color: #7161ef;
}
.widjet__title_spoiler {
    width: 100%;
    background: none;
    text-align: left;
    position: relative;
    margin: 0 !important;
}
.widjet__title_spoiler.active::after {
    -webkit-transform: translate(0, -50%) rotate(180deg);
    -ms-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
}
.widjet__title_spoiler::after {
    content: "";
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    background: url("img/icons/arrow-purple.svg") center/cover no-repeat;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    right: 2px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
@media (max-width: 768px) {
    .widjet__title {
        margin: 0px 0px 26px 0px;
    }
}
.widjet .article__title {
    margin: 0;
}
.widjet .article__img {
    margin: 0 0 25px 0;
}
.widjet .article:not(:last-child) {
    margin: 0px 0px 35.4px 0px;
}
.widjet .article_hot:not(:last-child) {
    margin: 0px 0px 33.7px 0px;
}
.widjet-latest .widjet__title {
    margin: 0px 0px 14px 0px;
}
.widjet-latest__body {
    background: #fdfffc;
    -webkit-box-shadow: 60px 15px 40px rgba(53, 104, 212, 0.04);
    box-shadow: 60px 15px 40px rgba(53, 104, 212, 0.04);
    border-radius: 20px;
    padding: 30px;
}
.widjet-latest__spoiler {
    width: 224px;
}
.widjet-latest__spoiler button {
    font-family: Poppins;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 150%;
    text-align: left;
    display: block;
    width: 100%;
    background: none;
    position: relative;
    cursor: pointer;
}
.widjet-latest__spoiler button.active::after {
    -webkit-transform: translate(0, -50%) rotate(180deg);
    -ms-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
}
.widjet-latest__spoiler button::after {
    content: "";
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    background: url("img/icons/arrow-more.svg") center/cover no-repeat;
    position: absolute;
    width: 9px;
    height: 7px;
    top: 50%;
    right: 6px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.widjet-latest__spoiler ul {
    display: none;
    margin: 17px 0px 0px 0px;
    padding: 0px 0px 0px 20px;
    list-style: none;
}
@media (max-width: 768px) {
    .widjet-latest__spoiler ul {
        margin: 16px 0px 0px 0px;
    }
}
.widjet-latest__spoiler ul li {
    padding: 0;
}
.widjet-latest__spoiler ul li::before {
    display: none;
}
.widjet-latest__spoiler ul li:not(:last-child) {
    margin: 0px 0px 15px 0px;
}
.widjet-latest__spoiler ul li a {
    text-decoration: none;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    display: block;
    font-size: 1rem;
    line-height: 150%;
    text-transform: capitalize;
    color: #25283d;
}
.widjet-latest__spoiler ul li a:hover {
    color: #7161ef;
}

/*? Widjet */

/*? Trends articles */

.trends-articles {
    padding: 18px 0 0 0;
    margin: 0px 0px 52px 0px;
}
@media (min-width: 1200px) {
    .trends-articles {
        display: none;
    }
}
.trends-articles__body {
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 30px;
    -ms-grid-rows: auto 30px auto;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template: repeat(2, auto) / repeat(2, 1fr);
}
@media (max-width: 7668px) {
    .trends-articles__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 23.9px;
    }
}
.trends-articles__body .article {
    max-width: 100%;
}

/*? Trends articles */

/*? Hot news */

.hot-news {
    margin: 0px 0px 53px 0px;
}
@media (min-width: 1200px) {
    .hot-news {
        display: none;
    }
}
.hot-news__body {
    margin: 24px 0px 0px 0px;
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 30px;
    -ms-grid-rows: auto 30px auto;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template: repeat(2, auto) / repeat(2, 1fr);
}
@media (max-width: 992px) {
    .hot-news__body {
        -webkit-column-gap: 24px;
        -moz-column-gap: 24px;
        column-gap: 24px;
        row-gap: 24px;
    }
}
@media (max-width: 768px) {
    .hot-news__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 21.5px;
    }
}
.hot-news__body .article_hot {
    max-width: 100%;
}
@media (max-width: 992px) {
    .hot-news__body .article_hot a {
        padding: 16px;
    }
}
@media (max-width: 768px) {
    .hot-news__body .article_hot a {
        padding: 27px 24px 24px 23px !important;
    }
}
@media (max-width: 413px) {
    .hot-news__body .article_hot a {
        padding: 10px !important;
    }
}
@media (max-width: 768px) {
    .hot-news__body .article__info {
        padding-left: 9px;
        margin: 0px 0px 20px 0px;
    }
}
@media (max-width: 413px) {
    .hot-news__body .article__info {
        padding: 0;
    }
}
@media (max-width: 319px) {
    .hot-news__body .article__info > p {
        font-size: 0.625rem !important;
    }
}
.hot-news__body .article__title {
    margin: 0;
}
@media (max-width: 768px) {
    .hot-news__body .article__title {
        font-size: 1.5rem;
        line-height: 150%;
    }
}

/*? Hot news */

/*? Latest */

.latest {
    margin: 0px 0px 48px 0px;
}
@media (min-width: 1200px) {
    .latest {
        display: none;
    }
}
.latest__body {
    background: #fdfffc;
    -webkit-box-shadow: 60px 15px 40px rgba(53, 104, 212, 0.04);
    box-shadow: 60px 15px 40px rgba(53, 104, 212, 0.04);
    border-radius: 20px;
    padding: 30px;
    margin: 24px 0px 0px 0px;
}
@media (max-width: 768px) {
    .latest {
        margin: 0px 0px 41px 0px;
    }
    .latest__body {
        padding: 26px 24px 24px 23px;
    }
}
.latest__body .widjet-latest__spoiler {
    width: 100%;
}

/*? Latest */

@media (max-width: 576px) {
    .wp-block-cnb-herospieleautomaten .wp-block-cnb-block.center .wp-block-image {
        padding: 0;
    }

    .wp-block-cnb-herobrandreview .wp-block-cnb-block.center .wp-block-cnb-block.left {
        float: none;
        margin: 0px 0px 10px 0px;
    }

    .wp-block-cnb-herosoftreview .wp-block-cnb-block.center .wp-block-cnb-block.left {
        float: none;
    }

    .wp-block-image figure.alignleft {
        float: none;
        margin: 0 auto;
    }
    .wp-block-image figure.alignright {
        float: none;
        margin: 0 auto;
    }
}

/*---------------------------
Add regional relinkings block
----------------------------*/

.regional-relinkings {
    display: grid;
    column-gap: 16px;
    row-gap: 20px;
    grid-template-columns: repeat(auto-fit, 192px);
    grid-auto-rows: auto;
    padding: 24px 32px;
    background: #f5f8fa;
    border-radius: 20px;
}

.regional-relinkings:not(:last-child) {
    margin-bottom: 24px;
}

.regional-relinkings__item {
    padding: 32px 16px;
    display: flex;
    column-gap: 6px;
    align-items: center;
    background: #ffffff;
    border-radius: 16px;
    color: inherit;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
}

.regional-relinkings__item:hover {
    box-shadow: 0px 8px 20px rgba(126, 123, 160, 0.2);
    color: #7161ef;
}

.regional-relinkings__item-icon {
    flex: 0 0 49px;
}

.regional-relinkings__item-icon img {
    display: block;
}

.regional-relinkings__item-content {
    flex: 1 1 auto;
}

.regional-relinkings__item-country {
    line-height: 100%;
}

.regional-relinkings__item-subcountry {
    font-size: 12px;
    line-height: 100%;
    opacity: 0.5;
    margin-top: 8px;
}

@media (max-width: 993px) {
    .regional-relinkings {
        padding: 16px;
        gap: 12px;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 750px) {
    .regional-relinkings {
        padding: 32px;
        gap: 12px;
        grid-template-columns: repeat(auto-fit, minmax(185px, 1fr));
    }
}

@media (max-width: 600px) {
    .regional-relinkings {
        padding: 32px 6px;
        position: relative;
        background: none;
    }

    .regional-relinkings__item {
        padding: 24px 12px;
    }

    .regional-relinkings::before {
        content: "";
        position: absolute;
        width: 100vw;
        height: 100%;
        top: 0;
        left: -10px;
        z-index: -1;
        background: #f5f8fa;
    }
}

@media (max-width: 414px) {
    .regional-relinkings {
        grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
    }
}

/*---------------------------
Add regional relinkings block
----------------------------*/

/*---------------------------
Simple affiliate table block
----------------------------*/
.affiliate-table {
    width: 100%;
    /* height: 100% */
}

.affiliate-table__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

.affiliate-table__body td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.affiliate-table__item {
    display: -ms-grid;
    display: grid;
    grid-template-areas: "a a b b" "c d b b";
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    row-gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 22px 20px;
    background: #fff;
    background-clip: padding-box;
    border: 1px solid transparent;
    position: relative;
    border-radius: 20px;
}

.affiliate-table__item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    margin: -1px;
    border-radius: inherit;
    background: -o-linear-gradient(50deg, rgba(255, 78, 177, 0.4), rgba(25, 119, 243, 0.4));
    background: linear-gradient(40deg, rgba(255, 78, 177, 0.4), rgba(25, 119, 243, 0.4));
}

.affiliate-table__item_meta {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: a;
    gap: 16px;
    font-family: Poppins;
    font-weight: 400;
}

.affiliate-table__item_meta > span {
    position: absolute;
    top: -10px;
    left: -4px;
    background: -o-linear-gradient(88.49deg, #ebf1ff 5.34%, #f2f5fe 72.41%);
    background: linear-gradient(1.51deg, #ebf1ff 5.34%, #f2f5fe 72.41%);
    border-radius: 8px;
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
}

.affiliate-table__item_meta img {
    width: 100%;
    height: 100%;
    max-width: 95px;
    max-height: 63px;
}

.affiliate-table__item_meta div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    gap: 2px;
    top: 9px;
    position: relative;
}

.affiliate-table__item_meta div p {
    font-size: 16px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    margin-bottom: 0;
}

/* .affiliate-table__item_meta div p::after {
    content: "VERIFIED";
    line-height: unset;
    margin: 0;
    font-size: 8px;
    font-weight: 600;
    color: #fff;
    padding: .5px 4px;
    background: -o-linear-gradient(356.9deg, #b8b0f7 -53.88%, #7161ef 154.81%);
    background: linear-gradient(93.1deg, #b8b0f7 -53.88%, #7161ef 154.81%);
    border-radius: 3px
} */

.affiliate-table__item_meta div a {
    font-size: 12px;
    font-weight: 500;
    color: #7161ef;
    margin-top: -10px;
}

.affiliate-table__item_stars {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    grid-area: d;
    font-size: 25px;
    font-family: Poppins;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* left: -14px; */
    top: -3px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -ms-grid-row-align: center;
    align-self: center;
}

.affiliate-table__item_stars span {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.7px;
}

.affiliate-table__item_stars span b {
    font-size: 26px;
    font-weight: 600;
    line-height: 0;
}

.affiliate-table__item_stars div:not(.affiliate-table__item_stars-cover) {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.9px;
}

.affiliate-table__item_stars-cover {
    background: white;
    height: 100%;
    overflow: hidden;
    mix-blend-mode: color;
    position: absolute;
    top: 0;
    right: 0;
}

.affiliate-table__item_bonus {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-area: b;
    font-weight: 700;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 16px;
    font-family: Poppins;
    background: -o-linear-gradient(88.49deg, #ebf1ff 5.34%, #f2f5fe 72.41%);
    background: linear-gradient(1.51deg, #ebf1ff 5.34%, #f2f5fe 72.41%);
    border-radius: 20px;
    max-width: 360px;
    min-width: 360px;
    width: 100%;
    margin-left: auto;
}

.affiliate-table__item_bonus div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2.7px 12px;
    border-radius: 8px;
    background: #fff;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    font-weight: 400;
    font-size: 14px;
}

.affiliate-table__item_bonus p {
    font-size: 20px;
    margin-top: 4px;
    font-weight: 600;
    color: #7161ef;
    margin-bottom: 0;
}

.affiliate-table__item_bonus a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #25283d;
    text-decoration: none;
    font-weight: 400;
    /* margin-top: 14px; */
    font-size: 12px;
}

.affiliate-table__item_button {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: c;
}

.affiliate-table__item_button button {
    font-family: Poppins;
    font-weight: 600;
    height: 56px;
    padding: 15px 49px;
    outline: 0;
    color: #fff;
    font-size: 16px;
    background: #2dc564;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    -webkit-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    transition: background 0.2s ease;
}

.affiliate-table__item_button button:hover {
    background: #0e9665;
}

@media (max-width: 768px) {
    .affiliate-table__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
    }

    .affiliate-table__body td {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .affiliate-table__item {
        -ms-grid-rows: auto 24px auto 24px auto;
        grid-template-areas: "a" "b" "c";
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        row-gap: 24px;
        padding: 12px 13px 16px;
        border-radius: 20px;
    }

    .affiliate-table__item_meta {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-area: a;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8px;
    }

    .affiliate-table__item_meta > span {
        top: -6px;
        left: -7px;
    }

    .affiliate-table__item_meta img {
        max-width: 164px;
        max-height: 108px;
    }

    .affiliate-table__item_meta div {
        top: unset;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: unset;
    }

    .affiliate-table__item_meta div p {
        font-size: 15px;
        gap: 4px;
    }

    .affiliate-table__item_meta div a {
        margin-top: 14px;
        font-size: 16px;
    }

    .affiliate-table__item_stars {
        grid-area: unset;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        left: unset;
        top: unset;
        gap: 7px !important;
        margin-top: 4px;
    }

    .affiliate-table__item_stars span {
        background: unset;
        border-radius: unset;
        width: auto;
        height: auto;
        top: unset;
        left: unset;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
        gap: 1px;
    }

    .affiliate-table__item_stars span b {
        font-size: 24px;
        line-height: normal;
    }

    .affiliate-table__item_stars div:not(.affiliate-table__item_stars-cover) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 1.9px;
        position: relative;
    }

    .affiliate-table__item_bonus {
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column: 3;
        -ms-grid-column-span: 2;
        grid-area: b;
        max-width: unset;
        min-width: unset;
        width: 100%;
        margin-left: unset;
        text-align: center;
        padding: 12px 16px 10px;
    }

    .affiliate-table__item_button {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        grid-area: c;
    }

    @media (max-width: 768px) {
        .affiliate-table__item_meta {
            -ms-grid-row: 1;
            -ms-grid-column: 1;
            -ms-grid-column-span: 1;
        }

        .affiliate-table__item_bonus {
            -ms-grid-row: 3;
            -ms-grid-row-span: 1;
            -ms-grid-column: 1;
            -ms-grid-column-span: 1;
        }

        .affiliate-table__item_button {
            -ms-grid-row: 5;
            -ms-grid-column: 1;
        }
    }
    .affiliate-table__item_button button {
        height: 56px;
        width: 100%;
        padding: 16px 49px;
    }

    .affiliate-table__item_meta {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
    }

    .affiliate-table__item_bonus {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
    }

    .affiliate-table__item_button {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
    }
}
/*---------------------------
// Simple affiliate table block
----------------------------*/

/*** Fixed nav ***/
.fixed-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: grid;
    gap: 4px;
    grid-template-columns: repeat(3, 1fr);
    background: #fff;
    box-shadow: 0px -4px 12px 0px rgba(126, 105, 68, 0.03), 0px -20px 12px 0px rgba(126, 105, 68, 0.02);
    z-index: 1002;
    padding: 14px 16px;
}
.fixed-nav button, .fixed-nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: transparent;
}
.fixed-nav button img, .fixed-nav a img {
    max-width: 28px;
}
.fixed-nav button img:last-of-type, .fixed-nav a img:last-of-type {
    display: none;
}
.fixed-nav button.is-active img:first-of-type, .fixed-nav a.is-active img:first-of-type {
    display: none;
}
.fixed-nav button.is-active img:last-of-type, .fixed-nav a.is-active img:last-of-type {
    display: block;
}

@media screen and (min-width: 992px) {
    .fixed-nav {
        display: none;
    }
}
/***/
/*** Aside nav & Bonuses ***/
.aside-nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100vh - 56px);
    background: rgba(35, 34, 32, 0.4);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: 1001;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 300ms ease all;
}
.aside-nav__wrapper {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    width: 75vw;
    height: 100%;
    transform: translateX(100%);
    transition: inherit;
}
.aside-nav__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
}
.aside-nav__top button {
    display: flex;
    align-items: center;
    border: none;
    background-color: transparent;
}
.aside-nav__body {
    height: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}
.aside-nav__body nav {
    width: 100%;
}
.aside-nav__body nav .main-menu:first-child {
    margin-bottom: 32px !important;
}
.aside-nav__body::-webkit-scrollbar {
    width: 12px;
}
.aside-nav__body::-webkit-scrollbar-track {
    background: transparent;
}
.aside-nav__body::-webkit-scrollbar-thumb {
    background: linear-gradient(0deg, #fcecdf 0%, #fcecdf 100%);
    border-radius: 20px;
    border: 4px solid #fff;
}
.aside-nav__buttons {
    margin-top: auto;
    padding: 16px;
}
.aside-nav__buttons .contact-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #f4eee2;
    border: none;
    gap: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    border-radius: 8px;
    background: #f4eee2;
    display: flex;
    padding: 8px;
    min-height: 54px;
}

.aside-nav.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.aside-nav.is-active .aside-nav__wrapper {
    transform: translateX(0);
}

@media screen and (min-width: 992px) {
    .aside-nav {
        height: 100%;
    }
    .aside-nav__wrapper {
        max-width: 460px;
    }
}
.aside-bonuses {
    position: fixed;
    left: 0;
    top: 82px;
    width: 100%;
    height: calc(100vh - 82px - 56px);
    overflow-y: auto;
    background: #fff;
    z-index: 1001;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 20px 16px;
    gap: 16px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 300ms ease all;
    background-color: #f5f6fb;
}
.aside-bonuses .aside-bonus-card {
    width: 100%;
    border-radius: 20px;
    border: 1.5px solid rgba(25, 119, 243, 0.4);
    background: #fff;
}
.aside-bonuses::-webkit-scrollbar {
    width: 12px;
}
.aside-bonuses::-webkit-scrollbar-track {
    background: transparent;
}
.aside-bonuses::-webkit-scrollbar-thumb {
    background: linear-gradient(0deg, #fcecdf 0%, #fcecdf 100%);
    border-radius: 20px;
    border: 4px solid #fff;
}

.aside-bonuses.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.aside-bonus-card {
    display: grid;
    grid-template-columns: 100px auto;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid #eaeae9;
    background: #fff;
    -moz-column-gap: 12px;
    column-gap: 12px;
    row-gap: 16px;
}
.aside-bonus-card__img {
    border-radius: 18px;
    position: relative;
}
.aside-bonus-card__img img:first-of-type {
    border-radius: 12px;
    width: 100px;
    height: 65px;
    -o-object-fit: cover;
    object-fit: cover;
}
.aside-bonus-card__img img:last-of-type {
    position: absolute;
    top: -3px;
    right: -9px;
}
.aside-bonus-card p {
    color: #7161ef;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    align-self: center;
}
.aside-bonus-card button {
    grid-column: 1/3;
    display: flex;
    padding: 11px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: none;
    border-radius: 12px;
    background: #2dc564;
    min-height: 56px;
    color: #fff;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

/***/
/*** Main menu ***/
.main-nav {
    display: flex;
    flex-direction: column;
}
.main-nav__breadcrumbs {
    display: none;
    padding: 12px 0;
    gap: 14px;
}
.main-nav__breadcrumbs li {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #222226;
    font-family: Gotham Pro, "san-serif";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}
.main-nav__breadcrumbs li button {
    font-family: Gotham Pro, "san-serif";
    color: #7161ef;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    border: none;
    background-color: transparent;
}
.main-nav__breadcrumbs li:not(:last-child)::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='8' viewBox='0 0 6 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_14475_75429)'%3E%3Cpath d='M3.506 4.12003C3.52188 4.10423 3.53447 4.08545 3.54307 4.06478C3.55166 4.0441 3.55609 4.02192 3.55609 3.99953C3.55609 3.97713 3.55166 3.95496 3.54307 3.93428C3.53447 3.9136 3.52188 3.89483 3.506 3.87903L1.044 1.41603C0.930118 1.3017 0.866173 1.1469 0.866173 0.985529C0.866173 0.824155 0.930118 0.669357 1.044 0.555029C1.15833 0.441141 1.31313 0.377197 1.4745 0.377197C1.63588 0.377197 1.79068 0.441141 1.905 0.555029L5.05 3.70103C5.08931 3.74007 5.12051 3.78649 5.14179 3.83764C5.16308 3.88878 5.17404 3.94363 5.17404 3.99903C5.17404 4.05443 5.16308 4.10928 5.14179 4.16042C5.12051 4.21156 5.08931 4.25799 5.05 4.29703L1.904 7.44303C1.78968 7.55692 1.63488 7.62086 1.4735 7.62086C1.31213 7.62086 1.15733 7.55692 1.043 7.44303C0.929118 7.3287 0.865173 7.1739 0.865173 7.01253C0.865173 6.85116 0.929118 6.69636 1.043 6.58203L3.506 4.12003Z' fill='%235C5C60'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_14475_75429'%3E%3Crect width='6' height='8' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    width: 6px;
    height: 8px;
}
.main-nav__back {
    display: none;
    align-items: center;
    gap: 10px;
    color: #25283d;
    background-color: #fff;
    padding: 20px 16px 20px 0;
    color: #25283d;
    font-family: Poppins, "san-serif";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    cursor: pointer;
    position: sticky;
    top: 0;
}

.main-menu {
    display: block;
    flex-direction: column;
    gap: 16px;
    margin: 0 !important;
}
.main-menu ul {
    margin: 0 !important;
}
.main-menu li {
    list-style: none;
    padding: 0;
    color: #232220;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 !important;
}
.main-menu li a {
    color: #232220 !important;
    opacity: 1 !important;
    text-decoration: none;
}
.main-menu li::before {
    content: none;
}
.main-menu li button {
    display: inline-flex;
    border: none;
    background-color: transparent;
}
.main-menu__item {
    display: flex;
    flex-direction: column;
}
.main-menu__item > ul {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    padding-left: 16px;
}
.main-menu__item.is-expanded > .main-menu__link {
    background: #fefbf4;
}
.main-menu__item.is-expanded > .main-menu__link img {
    opacity: 1;
}
.main-menu__item.is-expanded > .main-menu__link button {
    transform: rotate(180deg);
}
.main-menu__item.is-expanded > ul {
    max-height: 1000px;
    transition: max-height 1s ease-in-out;
}
.main-menu__item:not(:last-child) {
    border-bottom: 1px solid rgba(196, 196, 196, 0.2);
}
.main-menu__link {
    display: flex;
    align-items: center;
    padding: 16px 0;
}
.main-menu__link img {
    margin-right: 8px;
    transition: opacity 300ms ease;
}
.main-menu__link button {
    transition: transform 300ms ease;
    margin: -16px;
    padding: 16px;
    margin-left: auto;
    margin-left: -100%;
    padding-left: 100%;
}
.main-menu__link a,
.main-menu__link span {
    margin-right: auto;
}
.main-menu__link a {
    width: 100%;
    margin: -16px 0;
    padding: 16px 0;
}

.main-menu-temp {
    display: none;
}

/***/
/*** Header ***/
.header {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 1001;
    width: 100%;
    height: 82px;
}
.header .container {
    height: 82px;
}
.header .logo {
    max-width: 160px;
}
.header .logo picture {
    display: flex;
}
.header .reset-fixed-nav {
    display: flex;
    width: 50px;
    height: 50px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: #f5f6fb;
}
.header .reset-fixed-nav {
    display: none;
}
.header__top {
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.header__top > nav {
    display: none;
}
.header__actions {
    display: flex;
    gap: 8px;
}
.header__nav {
    transition: all 300ms ease;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    padding-bottom: 24px;
    overflow-y: auto;
    overflow-x: hidden;
}
.header__nav nav:last-of-type ul {
    display: flex;
    gap: 32px;
}
.header__nav nav:last-of-type ul li a {
    color: #7161ef;
    font-family: Gotham Pro;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
}

.header.header--menu-active {
    height: calc(var(--doc-height) - 56px);
}
.header.header--menu-active .header__nav {
    height: calc(100% - 46px);
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.header.header--menu-active .header__nav nav:last-of-type {
    margin-top: auto;
}
.header.header--menu-active .container {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.header.header--menu-active .reset-fixed-nav {
    display: flex;
}
.header.header--menu-active .header__top {
    flex-wrap: wrap;
}
.header.header--menu-active .header__actions {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.header.header--menu-active .lang-switcher button {
    width: 100%;
}
.header.header--menu-active .lang-switcher button span {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #222226;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px; /* 150% */
    font-family: Poppins;
}
.header.header--menu-active .lang-switcher button span b::after {
    content: "/";
    margin-left: 6px;
    opacity: 0.6;
}
.header.header--menu-active .lang-switcher button span small {
    opacity: 0.6;
}
.header.header--menu-active .lang-switcher button svg {
    margin-left: auto;
}
.header.header--menu-active .search-widget > div {
    width: 100%;
}
.header.header--menu-active .search-widget input {
    width: 100%;
    display: flex;
    background-color: transparent;
    height: 100%;
}
.header.header--menu-active .lang-switcher .lang-switcher__items {
    width: 100%;
}

.header.header--submenu-active .header__actions {
    display: none;
}
.header.header--submenu-active .main-nav__breadcrumbs {
    display: flex;
}
.header.header--submenu-active .main-nav__back {
    display: inline-flex;
}
.header.header--submenu-active .main-menu {
    display: none;
}
.header.header--submenu-active .main-menu-temp {
    display: block;
}

.header.header--search-active:not(.header--menu-active) .logo {
    display: none;
}
.header.header--search-active:not(.header--menu-active) .header__actions {
    width: 100%;
}
.header.header--search-active:not(.header--menu-active) .search-widget {
    width: 100%;
}
.header.header--search-active:not(.header--menu-active) .search-widget div {
    width: 100%;
}
.header.header--search-active:not(.header--menu-active) .search-widget div input {
    width: 100%;
    display: flex;
}
.header.header--search-active:not(.header--menu-active) .search-widget__reset {
    display: flex;
}
.header.header--search-active:not(.header--menu-active) .lang-switcher {
    display: none;
}

.lang-switcher {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 3;
}
.lang-switcher button {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 10px 16px;
    border-radius: 10px;
    background: #f5f6fb;
}
.lang-switcher button div {
    position: relative;
    width: 30px;
    height: 30px;
}
.lang-switcher button div img:nth-child(1) {
    width: 30px;
    height: 30px;
    border-radius: 100%;
}
.lang-switcher button div img:nth-child(2) {
    position: absolute;
    right: -6px;
    top: -6px;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 3px solid #fff;
}
.lang-switcher button span {
    display: none;
}
.lang-switcher button svg {
    transition: all 300ms ease;
}
.lang-switcher__items {
    display: flex;
    flex-direction: column;
    width: 223px;
    position: absolute;
    right: 0;
    top: 58px;
    background-color: #fff;
    box-shadow: 5px 4px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease;
    overflow-y: auto;
    max-height: 480px;
}
.lang-switcher__items::-webkit-scrollbar {
    width: 12px;
}
.lang-switcher__items::-webkit-scrollbar-track {
    background: transparent;
}
.lang-switcher__items::-webkit-scrollbar-thumb {
    background: #e9e9ec;
    border-radius: 20px;
    border: 4px solid #fff;
}
.lang-switcher__item {
    padding: 12px 16px;
    display: flex;
    gap: 16px;
    position: relative;
}
.lang-switcher__item > a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.lang-switcher__item div {
    position: relative;
    width: 30px;
    height: 30px;
}
.lang-switcher__item div img:nth-child(1) {
    width: 30px;
    height: 30px;
    border-radius: 100%;
}
.lang-switcher__item div img:nth-child(2) {
    position: absolute;
    right: -6px;
    top: -6px;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 2.5px solid #fff;
}
.lang-switcher__item span {
    display: flex;
    flex-direction: column;
    align-self: center;
    gap: 8px;
}
.lang-switcher__item b {
    color: #25283d;
    font-family: Gotham Pro;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
}
.lang-switcher__item small {
    color: #25283d;
    font-family: Gotham Pro;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 12px */
    opacity: 0.5;
}

.lang-switcher.is-active > button svg {
    transform: rotate(180deg);
}
.lang-switcher.is-active .lang-switcher__items {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.search-widget {
    display: flex;
}
.search-widget__toggle {
    cursor: pointer;
    background-color: transparent;
    display: flex;
}
.search-widget__reset {
    cursor: pointer;
    background-color: transparent;
}
.search-widget > div {
    display: flex;
    height: 50px;
    width: 50px;
    gap: 12px;
    padding: 14px;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    background: #f5f6fb;
}
.search-widget > div input,
.search-widget > div .search-widget__reset {
    display: none;
}
.search-widget > div input {
    color: #222226;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    background-color: transparent;
}
.search-widget__result {
    display: none;
}

@media screen and (min-width: 992px) {
    .header {
        height: auto;
    }
    .header .container {
        height: auto;
    }
    .header .reset-fixed-nav {
        display: none;
    }
    .header__top {
        padding: 16px 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }
    .header__top nav {
        display: flex;
        align-items: center;
        gap: 32px;
        margin-left: auto;
        margin-right: 20px;
        flex-shrink: 0;
    }
    .header__top nav::after {
        content: "";
        display: block;
        height: 20px;
        background: #e9e9ec;
        width: 1px;
    }
    .header__top nav ul {
        display: flex;
        gap: 32px;
    }
    .header__top nav ul li a {
        color: #7161ef;
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-decoration-line: underline;
    }
    .header__actions {
        display: flex;
        gap: 8px;
    }
    .header__nav {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
        padding: 16px 0;
        overflow-y: unset;
        overflow-x: unset;
    }
    .header__nav nav:last-of-type {
        display: none;
    }
    .header.header--search-active:not(.header--menu-active) .header__actions {
        width: auto;
    }
    .header.header--search-active:not(.header--menu-active) .logo {
        display: flex;
    }
    .header.header--search-active:not(.header--menu-active) .search-widget {
        width: 100%;
        max-width: 300px;
    }
    .header.header--search-active:not(.header--menu-active) .lang-switcher {
        display: flex;
    }
    .main-nav {
        align-items: flex-start;
    }
    .main-menu {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 16px;
        width: 100%;
    }
    .main-menu ul {
        margin: 0 !important;
    }
    .main-menu li {
        margin: 0 !important;
    }
    .main-menu > .main-menu__item {
        position: relative;
        cursor: pointer;
    }
    .main-menu > .main-menu__item::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 48px;
        top: 20px;
    }
    .main-menu > .main-menu__item::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 48px;
        bottom: -16px;
        background: #7161ef;
        height: 2px;
        opacity: 0;
        visibility: hidden;
        transition: all 300ms ease;
    }
    .main-menu > .main-menu__item .main-menu__link button {
        transform: rotate(90deg);
    }
    .main-menu > .main-menu__item:hover::after {
        opacity: 1;
        visibility: visible;
    }
    .main-menu > .main-menu__item:hover .main-menu__link button {
        transform: rotate(270deg);
    }
    .main-menu__item {
        align-items: flex-start;
    }
    .main-menu__item > ul {
        display: none;
        gap: 16px;
        padding: 32px;
        border-radius: 20px;
        background: #fff;
        box-shadow: 0px 35px 40px 0px rgba(53, 104, 212, 0.06);
        orphans: 10;
        -moz-column-gap: 32px;
        column-gap: 32px;
    }
    .main-menu__item > ul li:not(:last-child) {
        margin-bottom: 16px !important;
    }
    .main-menu__item > ul li {
        display: block;
    }
    .main-menu__item:hover ul {
        display: block;
        max-height: unset;
    }
    .main-menu__item:not(:last-child) {
        border-bottom: none;
    }
    .main-menu__link {
        display: inline-flex;
        align-items: center;
        padding: 0;
        gap: 10px;
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%; /* 22.4px */
    }
    .main-menu__link button {
        padding: 0 !important;
        margin: 0 !important;
    }
    .main-menu__link:hover a {
        color: #7161ef !important;
    }
}
/***/
/*** Brand table update ***/
.brand__list li {
    padding-left: 24px !important;
    position: relative;
}
.brand__list li::before {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    content: "" !important;
    width: 18px !important;
    height: 18px !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2' y='2' width='14' height='14' rx='7' fill='url(%23paint0_linear_15123_50874)'/%3E%3Cpath d='M11.2861 7.42969L8.14335 10.5724L6.71484 9.14389' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_15123_50874' x1='2' y1='9.77778' x2='21.5251' y2='9.23228' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235A46F1'/%3E%3Cstop offset='1' stop-color='%239385FF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A") !important;
}

@media screen and (min-width: 992px) {
    .brand {
        display: grid;
        grid-template-columns: 140px 180px 188px minmax(200px, auto) auto;
        -moz-column-gap: 8px;
        column-gap: 8px;
        row-gap: 0;
        justify-content: unset;
    }
    .brand__logo-img {
        width: 100%;
        max-width: 140px;
    }
    .brand__rating {
        flex-direction: column;
        justify-content: unset;
    }
    .brand__bonus {
        max-width: 100%;
        justify-content: flex-start;
    }
    .brand__buttons {
        width: 100%;
        max-width: unset;
    }
    .brand__buttons .btn {
        white-space: nowrap;
        margin-right: 0 !important;
        max-width: 100% !important;
        width: 100%;
    }
    .brand__folded {
        grid-column: 1/6;
        transition: all 0.3s ease-in-out 0s;
    }
    .brand__folded-body,
    .brand__folded .brand__list {
        margin-bottom: 0 !important;
    }
    .brand__folded.is-open {
        margin-top: 20px;
    }
}
@media screen and (min-width: 1200px) {
    .brand {
        grid-template-columns: 170px 238px 204px minmax(200px, auto) auto;
        -moz-column-gap: 16px;
        column-gap: 16px;
        padding: 24px;
        align-items: center;
    }
    .brand__logo-img {
        max-width: 170px;
    }
    .brand__rating {
        position: relative;
        margin-right: 16px;
    }
    .brand__rating::after {
        content: "";
        display: block;
        height: 62px;
        width: 1px;
        background: #e9e9ec;
        position: absolute;
        right: -16px;
        top: 50%;
        transform: translateY(-50%);
    }
    .brand__games {
        position: relative;
        margin-right: 16px;
    }
    .brand__games::after {
        content: "";
        display: block;
        height: 62px;
        width: 1px;
        background: #e9e9ec;
        position: absolute;
        right: -16px;
        top: 50%;
        transform: translateY(-50%);
    }
    .brand__folded.is-open::before {
        width: calc(100% + 40px);
        left: -24px;
    }
}
/***/
/*** Update h1 ***/
h1 {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 33.6px */
}

h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 120%; /* 28.8px */
}

h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 120%; /* 24px */
}

/***/
/*** Update Hero ***/
body {
    font-size: 14px;
    line-height: 150%; /* 21px */
}

main p {
    margin-bottom: 16px;
}

.breadcrumbs-block {
    padding: 20px 0;
}
.breadcrumbs-block ul {
    padding: 0 !important;
    flex-wrap: nowrap !important;
    overflow-x: auto;
}
.breadcrumbs-block ul li {
    white-space: nowrap;
}

.wp-block-cnb-herospieleautomaten {
    padding: 0 0 40px;
}
.wp-block-cnb-herospieleautomaten h1,
.wp-block-cnb-herospieleautomaten .author-row {
    margin-bottom: 12px;
}
.wp-block-cnb-herospieleautomaten p {
    font-size: 14px;
    line-height: 150%; /* 21px */
}

.author-row {
    display: flex;
    align-items: center;
    gap: 12px;
    overflow-x: auto;
}
.author-row li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-left: 0;
    font-size: 14px;
    font-style: normal;
    line-height: 150%; /* 21px */
    white-space: nowrap;
}
.author-row li::before {
    content: unset;
}
.author-row > li:not(:last-child)::after {
    content: "";
    display: block;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    background-color: #7161ef;
    flex-shrink: 0;
}
.author-row__img img {
    display: none;
}
.author-row__img a {
    font-weight: 600;
}
.author-row__time {
    color: #7161ef;
}

/*** Truncate wrapper ***/
.truncate-wrapper > div {
    overflow: hidden;
    position: relative;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
.truncate-wrapper button {
    display: none;
    align-items: center;
    gap: 10px;
    margin: 8px auto 0 auto;
    border: none;
    background: unset;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
}
.truncate-wrapper button span:last-of-type {
    display: none;
}
.truncate-wrapper.is-truncateble button {
    display: flex;
}

.truncate-wrapper--hero img {
    display: none;
}

.truncate-wrapper.is-truncateble > div {
    max-height: 178px;
    position: relative;
}
.truncate-wrapper.is-truncateble > div::after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    height: 50%;
    width: 100%;
    bottom: -2px;
    background: linear-gradient(360deg, #f5f6fb 10%, rgba(255, 255, 255, 0) 103.92%);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    z-index: 11;
}
.truncate-wrapper.is-truncateble button span:last-of-type {
    display: block;
}
.truncate-wrapper.is-truncateble button span:first-of-type {
    display: none;
}

.truncate-wrapper.is-expanded > div {
    max-height: 3000px;
    transition: max-height 1s ease-in-out;
}
.truncate-wrapper.is-expanded > div::after {
    content: unset;
}
.truncate-wrapper.is-expanded button span:last-of-type {
    display: none;
}
.truncate-wrapper.is-expanded button span:first-of-type {
    display: block;
}
.truncate-wrapper.is-expanded button svg {
    transform: rotate(180deg);
}

@media screen and (min-width: 992px) {
    h1 {
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%; /* 38.4px */
    }
    h2 {
        font-size: 26px;
        line-height: 120%; /* 31.2px */
    }
    h3 {
        font-size: 22px;
        font-weight: 600;
        line-height: 120%; /* 26.4px */
    }
    .truncate-wrapper > div {
        max-height: 3000px !important;
        transition: max-height 1s ease-in-out;
    }
    .truncate-wrapper > div::after {
        content: unset !important;
    }
    .truncate-wrapper button {
        display: none !important;
    }
    .truncate-wrapper--hero img {
        display: flex;
    }
    .truncate-wrapper--hero > div {
        display: flex;
        align-items: flex-start;
        gap: 20px;
    }
    .author-row {
        gap: 16px;
    }
    .author-row li {
        display: flex;
        align-items: center;
        gap: 16px;
        padding-left: 0;
        font-size: 14px;
        font-style: normal;
        line-height: 150%; /* 21px */
        white-space: nowrap;
    }
    .author-row li::before {
        content: unset;
    }
    .author-row__img a {
        display: flex;
        align-items: center;
        gap: 16px;
        text-decoration: unset;
    }
    .author-row__img img {
        display: flex;
        width: 32px;
        height: 32px;
        border-radius: 50%;
    }
}
.affiliate-table + h3 {
  margin-top: 35px;
}
.wp-block-cnb-sectionabout p,
.wp-block-cnb-sectionabout h1,
.wp-block-cnb-sectionabout h2,
.wp-block-cnb-sectionabout h3,
.wp-block-cnb-sectionabout h4,
.wp-block-cnb-sectionabout h5,
.wp-block-cnb-sectionabout h6 {
    color: #fff;
}

/*? Header */

.blog-body .header {
    background: -o-linear-gradient(1.5deg, #02428a 1.13%, #463f7e 110.48%);
    background: linear-gradient(88.5deg, #02428a 1.13%, #463f7e 110.48%);
    border-bottom: 1px solid #e7e9e9;
}
.blog-body .header.bar_fixed {
    background: -o-linear-gradient(1.5deg, #02428a 1.13%, #463f7e 110.48%);
    background: linear-gradient(88.5deg, #02428a 1.13%, #463f7e 110.48%);
    border-bottom: 1px solid #e7e9e9;
}
.blog-body .header.fixed {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
}
.header__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 21px 0;
}
.header__body_inner {
    padding: 32px 0 27px;
}
@media (max-width: 992px) {
    .header__body {
        padding: 25px 0 24px;
    }
}
@media (max-width: 768px) {
    .header__body {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
}
.header__logo {
    margin: 0px 64px 0px 0px;
}
@media (max-width: 1200px) {
    .header__logo {
        margin: 0px 30px 0px 0px;
    }
}
@media (max-width: 400px) {
    .header__logo {
        margin-right: 16px;
    }
}
.header__logo img {
    max-width: 100%;
    vertical-align: middle;
}
.header__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28.5px;
    flex: 0 0 28.5px;
    height: 21px;
    margin: 0px 32px 0px 0px;
    position: relative;
}
@media (max-width: 400px) {
    .header__burger {
        margin-right: 16px;
    }
}
.header__burger span {
    position: absolute;
    width: 100%;
    pointer-events: none;
    height: 2px;
    background: #fff;
    border-radius: 100px;
    -webkit-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
}
.header__burger span:nth-child(1) {
    top: 0;
}
.header__burger span:nth-child(2) {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.header__burger span:nth-child(3) {
    bottom: 0;
}
.header__burger.active span:nth-child(1) {
    top: 46%;
    -webkit-transform: rotate(-315deg);
    -ms-transform: rotate(-315deg);
    transform: rotate(-315deg);
}
.header__burger.active span:nth-child(2) {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}
.header__burger.active span:nth-child(3) {
    bottom: 44%;
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
}
@media (min-width: 768px) {
    .header__burger {
        display: none;
    }
}
.header__panel {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 768px) {
    .header__panel {
        -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: start;
        position: fixed;
        z-index: 100;
        width: 100%;
        left: -100%;
        top: 99px;
        -webkit-transition: all 1.25s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
        -o-transition: all 1.25s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
        transition: all 1.25s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
        background: #fff;
        padding: 16px calc((100% - 520px) / 2) 32px;
        opacity: 0;
        visibility: hidden;
    }
}
@media (max-width: 768px) and (max-width: 576px) {
    .header__panel {
        padding: 16px 16px 25px 16px;
    }
}
@media (max-width: 768px) {
    .header__panel.active {
        opacity: 1;
        visibility: visible;
        left: 0;
    }
}
.header__search {
    position: relative;
    width: 280px;
}
@media (max-width: 1200px) {
    .header__search {
        margin: 0px 20px 0px 0px;
    }
}
@media (max-width: 768px) {
    .header__search {
        width: 381px;
        margin: 0px 0px 15.5px 0px;
    }
}
@media (max-width: 382px) {
    .header__search {
        width: 100%;
    }
}
.header__search input {
    font-family: "Gotham Pro";
    display: block;
    width: 100%;
    padding: 17px 20px 19.5px 58px;
    background: rgba(245, 246, 251, 0.2);
    border-radius: 10px;
    font-size: 1rem;
    line-height: 93.75%;
    color: #fff;
}
@media (max-width: 768px) {
    .header__search input {
        color: #222226;
    }
}
@media (max-width: 768px) {
    .header__search input {
        background: #f5f6fb;
    }
}
.header__search input::-webkit-input-placeholder {
    opacity: 1;
    color: #fff;
}
@media (max-width: 768px) {
    .header__search input::-webkit-input-placeholder {
        color: #222226;
    }
}
.header__search input::-moz-placeholder {
    opacity: 1;
}
.header__search input:-moz-placeholder {
    opacity: 1;
}
.header__search input:-ms-input-placeholder {
    opacity: 1;
}
.header__search button {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    left: 19px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: none;
}
.header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -2px 0px 0px 0px;
}
.header__language {
    width: 92px;
    margin: 0 0 0 auto;
}
@media (max-width: 768px) {
    .header__language {
        margin-right: 1px;
    }
}
.header__language .dropdown__btn {
    background: rgba(245, 246, 251, 0.2);
    padding: 10px 15px 4px;
}
@media (max-width: 768px) {
    .header__language .dropdown__btn {
        padding-top: 9px;
    }
}
.header__language .dropdown__btn.active {
    background: #2c3694;
}
.header__language .dropdown__btn.active::after {
    width: 16px;
    height: 16px;
    background: url("img/icons/check.svg") center/cover no-repeat;
}
.header__language .dropdown__btn::after {
    top: 54%;
}

@media (max-width: 768px) {
    .header__language .dropdown__btn::after {
        top: 53%;
    }
}

.header__language .dropdown__list {
    max-height: 400px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #7161ef #fff;
}

.header__language .dropdown__list::-webkit-scrollbar {
    width: 4px;
}

.header__language .dropdown__list::-webkit-scrollbar-track {
    background: #fff;
}

.header__language .dropdown__list::-webkit-scrollbar-thumb {
    background: #7161ef;
    border-radius: 40px;
}

@media (min-width: 768px) {
    .header__language {
        display: none;
    }
}

/*? Header */

.wp-block-embed .wp-block-embed__wrapper iframe {
    width: 100%;
}

@media (min-width:1200px) {
    .wp-block-embed .wp-block-embed__wrapper iframe {
        height: 500px;
    }
}