:root {
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-20: #005a87
}
:root {
    --color-primary: #163927;
}

@supports (-webkit-overflow-scrolling:touch) {}

@supports ((position:-webkit-sticky) or (position:sticky)) {}

@supports ((position:-webkit-sticky) or (position:sticky)) {}

@supports ((position:-webkit-sticky) or (position:sticky)) {}

@supports ((position:-webkit-sticky) or (position:sticky)) {}

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {}

.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    line-height: .68;
    font-weight: 100;
    margin: .05em .1em 0 0;
    text-transform: uppercase;
    font-style: normal
}

@supports ((position:-webkit-sticky) or (position:sticky)) {}

.post-ratings {
    width: 100%;
    opacity: 1
}

.post-ratings-image {
    border: 0;
    background-image: url("../img/f32e2181ba79134422b095d22586703b.svg");
    width:22px;
    height:20px;
    display: block;
    float: left;
}
.post-ratings-image-half{
    border: 0;
    background-image: url("../img/rating_half.png");
    width:22px;
    height:20px;
    display: block;
    float: left;
}
.post-ratings-image-off{
    border: 0;
    background-image: url("../img/rating_off.png");
    width:22px;
    height:20px;
    display: block;
    float: left;
}

.post-ratings img {
    border: 0;
    padding: 0;
    margin: 0
}

* {
    outline: 0;
    box-sizing: border-box
}

body {
    position: relative;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    min-width: 280px;
    display: flex;
    flex-direction: column;
    color: #000;
    min-height: 100vh;
    background-color: #eaf1f6;
    margin: 0;
}

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

a {
    text-decoration: none;
    color: var(--color-primary)
}

a:focus, a:hover {
    text-decoration: none;
    color: var(--color-primary)
}

.act{
    font-size: 2.8rem;
    line-height: 1.2;
    font-weight: 700;
    color: var(--color-primary);
    margin-left: 8px;
    text-shadow: 1px 2px 4px #000000;
}

.single_val{
    color: var(--color-primary);
    margin-left: 6px;
}


button, ol, p, ul {
    padding: 0;
    margin: 0
}

ol, ul {
    list-style-type: none
}

button {
    border: 0;
    background: 0 0;
    cursor: pointer
}

.wrapper {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 90px;
    margin-bottom: auto;
    overflow: hidden;
    min-height: 100vh
}
.morda{
    margin-top: 60px;
}

img[alt=""] {
    border: 6px dashed #7fff00 !important
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    flex: 1 0 auto;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-self: center;
    height: 70px;
    background-color: rgb(22, 36, 57);
    z-index: 10;
}

.header_logo {
    position: relative;
    z-index: 3
}

.btn_navigation {
    display: block;
    position: relative;
    margin-top: 10px;
    width: 46px;
    height: 46px;
    -webkit-filter: brightness(0%) invert(100%);
    filter: brightness(0%) invert(100%)
}

.btn_navigation:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2
}

.btn_navigation {
    margin-right: 20px
}

.btn_navigation:after {
    transform: translate(-50%, -50%);
    width: 22px;
    height: 19px;
    background: url(../img/865e69be506d4da04e7120924d5cad1b.svg) 50% 50% no-repeat
}

@media screen and (max-width:350px) {
    .btn_navigation {
    margin-right: 5px;
}
}


.btn {
    display: block;
    width: 255px;
    height: 65px;
    text-align: center;
    background-color: var(--color-primary);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5);
    border-radius: 5px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 65px;
}

.btn:focus, .btn:hover {
    background-color: #10aec4;
    color: white !important;
}

.container {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.container {
    margin: 17px auto 0;
    width: 100%;
    max-width: 1440px;
    min-height: 90px
}

.main {
    flex-grow: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    max-width: 1320px
}

.main {
    width: 100%;
    margin: 0 auto;
}

.single-page:not(#game-single) .bl_ceo:after, .single-page:not(#game-single) .bl_ceo:before {
    display: none
}

.casinos_rating {
    margin-top: 23px;
    color: #5f6776;
    font-size: 16px;
    text-align: center
}

.casinos_rating__value {
    position: relative;
    margin-top: 4px;
    font-weight: 700;
    font-size: 18px;
    color: #172338;
    padding-left: 8px
}

.casinos_rating__value:after {
    content: '/100'
}

.icon-star:before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 24px;
    height: 24px;
    background: url(../img/f32e2181ba79134422b095d22586703b.svg) 50% 50% no-repeat;
    z-index: 3
}

.casinos_desc__ret {
    position: relative
}
.star-full {
    fill: var(--color-primary);
}
.star-off {
    fill: #6896b396;
}
.progressbar {
    position: relative;
    margin-top: 8px;
    width: 100%;
    height: 6px;
    border-radius: 3px;
    background-color: #caccd1;
    overflow: hidden
}

.progressbar_element {
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    width: 0;
    transition: 1.2s ease-out;
    will-change: width;
    background-color: var(--color-primary);
    z-index: 2
}

.casino_rating {
    position: absolute;
    top: 0;
    right: 2px;
    font-size: 16px
}

.casino_rating:after {
    content: "%"
}

.casinos__text {
    color: #5f6776;
    line-height: 16px
}

.bl_ceo {
    padding: 60px 0
}

.bl_ceo {
    order: 1;
    position: relative;
    margin-top: 80px;
    clear: both;
    background: #fff;
    color: #5f6776;
    font-size: 16px
}

.bl_ceo:after, .bl_ceo:before {
    position: absolute;
    top: 0;
    content: '';
    background: #fff;
    z-index: 2;
    height: 100%;
    width: 200%
}

.bl_ceo:before {
    left: -100%
}

.bl_ceo:after {
    right: -100%
}

.single-page:not(#game-single) .bl_ceo {
    order: initial;
    background: 0 0;
    padding: 0;
    margin-top: 0;
    margin-bottom: 40px
}

.bl_ceo__wrapper {
    position: relative;
    z-index: 3
}

.bl_ceo p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px
}

.bl_ceo h1, .bl_ceo h2, .bl_ceo h3 {
    font-weight: 700;
    font-size: 34px;
    line-height: 40px;
    color: #172338
}

.bl_ceo h2, .bl_ceo h3 {
    clear: both;
    font-size: 28px;
    line-height: 24px;
    margin-top: 25px;
    margin-bottom: 15px
}

.bl_ceo a {
    color: var(--color-primary);
    text-decoration: underline
}

.bl_ceo a:focus, .bl_ceo a:hover {
    color: var(--color-primary);
    text-decoration: none
}

.bl_ceo ol, .bl_ceo ul {
    clear: both;
    padding-left: 0
}

.bl_ceo li {
    counter-increment: step-counter;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    padding-left: 15px;
}

.bl_ceo li:not(:last-of-type) {
    margin-bottom: 10px;
}

.bl_ceo ul {
    clear: both;
    padding-left: 0;
    padding: 6px;
    padding: 30px;
}

.bl_ceo ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--color-primary)
}

.bl_ceo ol li {
    padding-left: 30px
}

.bl_ceo ol li:before {
    content: counter(step-counter) ". ";
    position: absolute;
    font-weight: 700;
    color: var(--color-primary);
    left: 3px
}

.bl_substrate {
    margin: 10px auto;
    width: 100%;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .11);
    box-sizing: border-box;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .07);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start
}
.bl_substrate1 {
    margin: 10px auto;
    width: 100%;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .11);
    box-sizing: border-box;
    box-shadow: 0 3px 7px rgb(0 0 0 / 7%);
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.bl_substrate, .substrate_pic {
    position: relative
}
.bl_navigation__item {
    background-color: rgba(23, 36, 56, .6);
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    width: 100%;
    text-transform: uppercase;
    padding: 10px;
}
.bl_navigation__item a{
    color: white;
    font-weight: 600;
    padding: 10px 0;
}

.substrate_pic img {
    border-radius: 10px;
    filter: drop-shadow(2px 4px 6px black);
    padding: 25px;
}
#casino-single .substrate_pic img {
    max-width: 148px;
    min-width: 148px;
}
.std-table span:not(:last-of-type):after {
    content: "";
    display: inline-block;
    position: relative;
    right: -2px;
    top: 0px;
    margin: 0 2px;
    width: 1px;
    height: 10px;
    background: #172338;
    opacity: .83;
    z-index: 2;
}
.substrate_pic svg {
    border-radius: 10px;
    filter: drop-shadow(2px 4px 6px black);
}
path {
    fill: var(--color-primary);
}
.casino_single__pic {
    margin-right: 30px;
    font-size: 0
}

.single_title {
    margin: 0;
    font-size: 25px;
    line-height: 29px;
    color: #172338;
    font-weight: 600;
}

.substrate_desc {
    margin-right: auto;
    margin-left: 10px
}
#casino-single .substrate_desc {
    min-width: 60%;
}
#bonus-single#casino-single .substrate_desc {
    min-width: 50%;
}
#casino-single .bl_substrate {
    padding: 10px 5px;
}
.casino_mainInfo {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap
}

.casino_mainInfo .casinos_desc__ret, .rating_box {
    width: calc(92% - 200px);
    margin-right: 2vw
}

.rating_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    display: inline-flex;
    justify-content: space-between
}

.rating_box__val, .rating_box__wrapper {
    display: inline-block
}

.rating_box__val {
    margin-left: 15px;
    color: #5f6776;
    line-height: 19px;
    font-size: 16px
}

.dec_obliqueLine:after {
    content: '/'
}

.casino_mainInfo__box {
    display: inline-block;
    width: 110px;
    color: #5f6776;
    margin-bottom: 14px
}

.casino_mainInfo__val {
    margin-top: 5px;
    font-size: 16px;
    color: var(--color-primary)
}

.substrate_info {
    padding-left: 25px;
    width: 212px;
    height: 100%;
    border-left: 1px solid rgba(0, 0, 0, .1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

#casino-single .substrate_info {
    width: 216px;
    padding-left: 0
}
#casino-single .single_list{
    margin-top: 5px;
}
.btn_visitCasino {
    width: 216px
}
#casino-single .single_list{
    text-align: center;
}
#casino-single .single_title__casino{
    text-align: center;
}

.video-container{
    margin:20px auto;
}

.w-100{
    width:100%;
}

#schema-videoobject{
    position:relative;
    padding:0 0 56.25% 0;
    height:0;
    overflow:hidden;
    width:100%;
}

#schema-videoobject iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.header-nav-itemscope{
    width:100%;
    margin-bottom:25px;
    display:flex;
    flex-direction:column;
}

.header-nav-itemscope img{
    width:100%;
    height:auto;
    max-width:600px;
    margin:0 auto;
}

@media screen and (min-width: 850px) {
    #casino-single .casino_mainInfo{
        max-width: 90%;
    }
    #casino-single .single_list{
        text-align: left;
    }
    #casino-single .single_title__casino{
        text-align: left;
        max-width: 90%;
    }
}

.btn_visitCasinoBlue {
    background: #268cca !important;
    margin-bottom: 5px;
}

.btn_visitCasinoBlue:hover {
    background: #2f97d5 !important;
}

.bl_sub__games {
    margin-top: 6px;
    text-align: center;
    font-size: 16px
}

.bl_sub__games p {
    position: relative;
    line-height: 19px;
    margin: 4px 0 6px;
    color: #5f6776
}

.bl_sub__games p:nth-child(even) {
    color: #172338;
    font-weight: 700
}

.substrate_info .casinos_rating {
    margin-top: 0
}

.decor_plus:after {
    content: "+";
    top: -1px;
    position: relative;
    margin-left: 1px
}

::-webkit-scrollbar {
    width: 4px
}

::-webkit-scrollbar-thumb {
    border-width: 1px 1px 1px 2px;
    border-color: #777;
    background: linear-gradient(90deg, var(--color-primary) 0, var(--color-primary) 100%)
}

::-webkit-scrollbar-track-piece {
    background-color: #181a25
}

::selection {
    background: var(--color-primary)
}

::-moz-selection {
    background: var(--color-primary)
}

@media only screen and (min-width: 1281px) {
    .bl_navigation__item:focus:before, .bl_navigation__item:hover:before {
        opacity: 1
    }

    .bl_navigation__item:focus .bl_navigation__link, .bl_navigation__item:hover .bl_navigation__link {
        color: #fff
    }

    .bl_navigation__item:focus .bl_navigation__link:before, .bl_navigation__item:hover .bl_navigation__link:before {
        -webkit-filter: brightness(0%) invert(100%);
        filter: brightness(0%) invert(100%)
    }
}


.footer {
    position: relative;
   /* flex: 0 0 auto;*/
    width: 100%;
    min-height: 76px;
    background-color: #172338;
    padding-left: 65px;
    align-items: center;
    overflow: hidden
}

.footer_description {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 20px;
}

.footer_description {
    align-items: center
}

.copyright_text {
    min-width: 110px;
    margin-right: 3vw;
    font-size: 16px;
    color: #fff
}

.scroller {
    position: fixed;
    bottom: 15px;
    right: 130px;
    width: 50px;
    height: 50px;
    transition: all .12s ease-in;
    background: #fff;
    border: 1px solid rgba(30, 42, 62, .18);
    box-sizing: border-box;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .07);
    border-radius: 10px;
    opacity: 1;
    z-index: 15
}

.scroller__icon {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: 0 0
}

.scroller__icon:before {
    content: url(../img/9cd904464b7e1b70e13ddc46b86cd636.svg)
}

@media only screen and (max-width: 1680px) {
    .bl_navigation__item {
        margin: 0 24px
    }

    .bl_navigation__item:not(:last-of-type):after {
        right: -24px
    }
    

    .container {
        max-width: 1380px
    }

    .main {
        max-width: 1320px;
    }

    .casino_mainInfo .casinos_desc__ret, .rating_box {
        width: calc(93% - 170px)
    }

    .btn {
        width: 214px;
        height: 60px;
        font-size: 16px
    }

    .scroller {
        right: 45px
    }
}

@media only screen and (max-width: 1480px) {
    .container {
        max-width: 1210px
    }

    .main {
        max-width: 1150px
    }

    .casino_mainInfo .casinos_desc__ret, .rating_box {
        margin-right: 15px;
        width: calc(100% - 150px)
    }

    .scroller {
        right: 10px
    }
}

@media only screen and (max-width: 1380px) {
    .bl_navigation__item {
        margin: 0 18px
    }

    .bl_navigation__item:not(:last-of-type):after {
        right: -14px
    }
    
    .wrapper {
        margin: 60px auto auto
    }

    .container {
        margin-top: 18px;
        max-width: initial;
        flex-direction: column
    }

    .main {
        margin: 0 auto;
        max-width: 1030px
    }

    .casino_mainInfo .casinos_desc__ret, .rating_box {
        margin-right: 3vw;
        width: calc(95% - 170px)
    }
}
.bl_navigation {
    position: absolute;
    top: 70px;
    right: 0;
    width: 294px;
    /*padding: 50px 5px 30px 30px;*/
    height: 100%;
    min-height: calc(100vh - 70px);
    transform: translateX(300px);
    transition: .3s ease-in;
    will-change: transform;
    background: rgba(23, 36, 56, .8);
    -webkit-backdrop-filter: blur(31px);
    backdrop-filter: blur(31px)
}

.bl_navigation, .bl_navigation__list {
    flex-direction: column
}

.bl_navigation__item {
    width: 100%;
    margin: 0 0 1px 0
}

.bl_navigation__item:not(:last-of-type):after {
    display: none
}

@media only screen and (max-width: 1480px) {
    .main {
        width: calc(95%)
    }

    .footer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .footer_description {
        margin-top: 10px;
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 991px) {
    .casino_mainInfo .casinos_desc__ret, .rating_box {
        margin-right: 15px;
        width: calc(100% - 150px)
    }

    .rating_box__val {
        margin-left: 2px
    }

    .casinos_rating {
        position: absolute
    }

    .single-page .casinos_rating {
        position: initial
    }
}

@media only screen and (max-width: 850px) {
    .footer {
        padding-left: 0;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: flex-start
    }
    .bl_sub__games {
        width: 100%;
    }
    .footer_description {
        width: 100%;
        justify-content: center
    }

    .bl_substrate {
        flex-wrap: wrap;
        justify-content: space-between
    }
    .bl_substrate_nowrap {
        flex-wrap: nowrap !important;
    }

    .substrate_desc {
        width: 260px;
        margin-right: 0
    }

    #casino-single .substrate_desc {
        width: calc(100% - 125px)
    }

    .casino_single__pic {
        margin: 0 auto
    }

    .substrate_info {
        width: 100%;
        height: auto;
        padding-left: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        border-top: 1px solid rgba(0, 0, 0, .1);
        flex-direction: row;
        justify-content: space-around
    }

    #casino-single .substrate_info {
        width: 100%
    }

    .single_title__casino {
        margin-top: 10px;
        margin-bottom: 15px
    }

    .casino_mainInfo .casinos_desc__ret, .rating_box {
        margin-right: 15px;
        width: calc(94% - 130px)
    }

    .bl_ceo {
        padding: 35px 0
    }

    .bl_ceo h1 {
        font-size: 30px;
        line-height: 30px
    }

    .bl_ceo h2, .bl_ceo h3 {
        font-size: 26px;
        line-height: 22px
    }
}

@media only screen and (max-width: 768px) {
    .bl_substrate {
        align-items: flex-start;
        margin: 10px auto
    }

    #casino-single .substrate_desc {
        width: 100%
    }

    .substrate_pic {
        width: 100%;
        max-width: 200px;
        text-align: center
    }

    .casino_single__pic {
        margin-right: 0;
        margin-top: 10px
    }

    .substrate_info {
        flex-direction: column;
        height: 100%;
        width: 50%;
        border-top: none
    }

    #casino-single .substrate_info {
        flex-direction: row;
        height: initial
    }

    .substrate_desc {
        padding: 3px;
        margin-left: 0px;
    }
}

@media only screen and (max-width: 600px) {
    .casino_single__pic {
        margin: 0 auto;
    }

    .substrate_info {
        order: 2;
        width: 100%;
        flex-direction: row;
        justify-content: space-around
    }

    #casino-single .substrate_info {
        order: 3
    }

    .substrate_desc {
        order: 3;
        width: 100%;
        padding-top: 15px;
        border-top: 1px solid rgba(0, 0, 0, .1)
    }

    .single_title {
        text-align: center;
        font-weight: 700
    }

    .casinos_rating {
        right: 26vw
    }

    .bl_ceo h1 {
        font-size: 28px;
        line-height: 28px
    }

    .bl_ceo h2, .bl_ceo h3 {
        font-size: 24px;
        line-height: 20px
    }

    .footer {
        padding: 0 15px
    }
}
#bonus-single .bl_substrate {
    margin-bottom: 30px
}

@media only screen and (max-width: 530px) {
    .casino_mainInfo {
        justify-content: center
    }

    .casino_mainInfo__box {
        text-align: center;
        order: -2;
        margin: 0 20px
    }

    .casino_mainInfo__box:nth-child(2) {
        order: -1
    }

    .casino_mainInfo .casinos_desc__ret, .rating_box {
        margin: 20px 0;
        width: calc(100% - 20px)
    }

    #casino-single .substrate_desc {
        padding-left: 0
    }
}

@media only screen and (max-width: 480px) {
    .bl_substrate {
        margin: 5px auto;
        margin-bottom: 15px!important;
    }
    .std-table{
        margin-bottom: 15px!important;
    }

    .casinos_rating {
        right: 80px
    }

    #casino-single .substrate_info {
        flex-wrap: wrap
    }

    #casino-single .casinos_rating {
        width: 154px
    }

    .btn_visitCasino {
        margin: 5px 0
    }

    .bl_ceo {
        margin-top: 10px;
        padding: 20px 0
    }

    .bl_ceo ul {
        padding: 20px 3px;
    }
}

@media only screen and (max-width: 450px) {
    .casinos_rating {
        right: 55px
    }
}

@media only screen and (max-width: 400px) {
    .casinos_rating {
        right: 25px
    }
}

@media only screen and (max-width: 380px) {
    .bl_navigation {
        padding-top: 10px;
        padding-bottom: 70px
    }

    .casinos_rating {
        font-size: 14px
    }

    .rating_box {
        display: none
    }
}

@media only screen and (max-width: 360px) {
    .casinos_rating {
        right: 12px
    }

    .casinos_rating__value {
        font-size: 16px
    }

    .casinos_rating__value.icon-star:before {
        width: 18px;
        height: 18px;
        top: -2px;
        left: 4px;
        background-size: cover
    }
}

@media only screen and (max-width: 450px) {
    .footer_description {
        justify-content: center
    }
}

.nav_menu {
    padding: 15px;
    background: #172338;
    border-radius: 5px;
    margin: 2px;
    list-style-type: none !important;
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgb(77, 92, 129);
}

.nav_menu li {
    margin-left: 20px !important;

}

.nav_menu li a {
    text-decoration: none;
    color: #ffffff;
}

.nav_header-nav-items {
    padding: 15px;
    background: #172338;
    border-radius: 5px;
    margin: 2px;
    list-style-type: none !important;
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgb(77, 92, 129);
}

.nav_header-nav-items li {
    margin-left: 20px !important;

}

.nav_header-nav-items li a {
    text-decoration: none;
    color: #ffffff;
}

.faq {
    padding: 10px 0;
    order: 1
}

.naw_wrp ul li:before {
    width: 0px;
    height: 0px;
    background: #ffffff00 !important;
}

.faq_title {
    text-align: center;
    font-size: 35px;
    margin: 0 auto;
    padding-bottom: 20px;
    display: block;
    width: 90%;
    color: black;
    font-weight: 600;
}

.faq_wrapper {
    display: block;
    box-sizing: border-box;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 6px
}
.video {
    width: fit-content;
    margin: 3px auto;
}


@media (max-width: 767px) {
    .video iframe {
        width: 100%;
        height: auto;
    }
}

.faq_question {
    background: #172338;
    border-width: 1px 1px 1px 2px;
    border-color: #777;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 5px 75px 5px 25px;
    margin-top: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    position: relative;
    cursor: unset;
    font-size: 16px;
    color: #fff
}

.faq_answer {
    color: var(--color_2);
    box-sizing: border-box;
    font: inherit;
    line-height: 22px;
    vertical-align: baseline;
    padding: 10px 65px;
    display: none;
    opacity: 0;
    transition: 0.7s
}

.fadeIn {
    display: block;
    opacity: 1
}

@media (max-width: 767px) {
    .faq_question {
        padding: 5px 50px 5px 10px
    }

    .faq_answer {
        padding: 10px
    }

    .faq_title {
        font-size: 24px
    }

    .faq {
        padding: 10px 0
    }
}
.header_logo_wrapper {
    width: calc(100% - 46px);
    text-align: center;
    line-height: 80px;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.header_logo_span {
        /*position: absolute;
    left: calc(50% - 146px);
    top: 15px;*/
    /*position: relative;
    margin-left: 15px;
    margin: 15px;*/
    z-index: 3;    
    padding: 5px 10px;    
    background: #ffffffba;
    font-style: italic;
    font-size: 2rem;
    border-radius: 15px;
    border: 1px solid white;
    line-height: 2rem;
    font-family: Griffy;
    font-weight: 600;
    text-shadow: 1px 1px 1px #cacaca;
}
ol{
    padding-bottom: 15px!important;
}
/*NEW*/
.header_logo {
    /*position: relative;
    z-index: 3;*/
    max-width: 300px;
    position: relative;
    /*margin: 5px;*/
    margin-left: 20px;
    padding: 15px 0;

   /* position: absolute;*/
    /*left: calc(50% - 146px);*/
    /*left: calc(50% - 159px);*/
    /*top: 15px;*/
    z-index: 3;
}

@media screen and (max-width: 455px) {
    .header_logo {
        max-width: 250px;
        height: auto;
        top:5px;
        /*left: calc(50% - 93px);*/
    }
}
@media screen and (max-width: 310px) {
    .header_logo {
        max-width: 200px;
        height: auto;
        top:5px;
        /*left: calc(50% - 93px);*/
    }
}

.std-table {
    border-collapse: collapse;
    width: 100%;
    margin: 15px auto;
    background-color: white;
    box-sizing: border-box;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .07);
    border-radius: 10px;
    margin-bottom: 30px;
}

.std-table td {
    padding: 20px 25px;
    white-space: nowrap;
    font-size: 15px;
    text-align: left;
}

.std-table th {
    padding: 15px;
    font-size: 15px;
}

@media only screen and (max-width: 850px) {
    .std-table td {
        white-space: normal;
        padding: 20px 15px;
    }

}

.sidebar-casino-info-left {
    font-size: 16px;
    color: #5f6776;
    font-weight: 400;
}

.sidebar-casino-info-right {
    color: #172338;
    font-weight: 700;
    padding-left: 50px;
    white-space: initial !important;
}

@media screen and (max-width: 400px) {
    table.delivery thead {
        display: none
    }

    table.delivery tr {
        display: block;
        margin: 0;
        padding: 10px 0;
        border-bottom: dotted 1px;
    }
    table.delivery tr:nth-last-child {
        border-bottom: none;
    }
    table.delivery tr:nth-child(2n) {
        background-color: #eaf1f6;
    }

    table.delivery td {
        border-top: none;
        border-bottom: none;
        /*border-bottom: dotted 1px;*/
        padding: 2px 0 10px 30px;
        text-align: left;
    }

    table.delivery th {
        border-bottom: none;
        border-top: none;
        padding: 6px 10px;
    }

    table.delivery tr:nth-last-child(1)>td {
        border-bottom: none;
    }

    table.delivery tr:nth-last-child(1) {
        margin-bottom: 0;
    }

    table.delivery td, table.delivery th {
        display: block;
        width: 100%;
        max-width: 100%;
        text-align: left;
        line-height: 1.3em;
    }

    table.delivery th::after {
        content: ":"
    }

    table.delivery td:before {
        content: "➡";
        float: left;
        font-weight: bold;
        margin-right: 5px
    }
}
.bl_navigation.active {
    transform: translateX(0);
}
@media only screen and (min-width: 1280px) {
    .bl_navigation__item{
        font-size: 1.5em;
    }    
}


.btn_navigation.active:after {
    width: 30px;
    height: 30px;
    background: url(../img/f0e56befb4f27d19df99b3051b346831.svg);
}

.bl_navigation__link:hover {
    color: #a7bab0 !important;
}

/*////////////////////////////////////////////////////////////////////////////////////////////
 */

.substrate_pic figcaption {
    color: var(--color-primary);
    font-size: 1.4em;
    font-weight: 600;
}
.single_list {
    margin-top: 5px;
}
.btn_getBonus {
    width: 176px;
    margin-top: 10px;
}
.single_title__bonus {
    font-weight: 700;
}
#bonus-single .substrate_pic {
    height: 100%;
    border-radius: 10px;
    width: 100%;
    max-width: 200px;
    min-width: 200px;
    margin-right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 180px
}

#bonus-single .single_item {
    margin-bottom: 4px;
}
.single_item {
    font-size: 1.1em;
}
#casino-single h1{
    font-size: 2rem;
    text-align: center;
    line-height: 2rem;
}
#bonus-single .substrate_info {
    width: 280px;
    min-width: 280px;
    padding-left: 0
}
#bonus-single .bl_sub__games p, .substrate_info .casinos_rating {
    margin-top: 0
}

#bonus-single .bl_sub__games p:nth-child(even) {
    color: var(--color-primary);
    font-weight: 400
}

@media only screen and (max-width: 850px) {
    #bonus-single .substrate_info {
        width: 100%;
        flex-direction: column;
    }
    #bonus-single .single_list {
        text-align: center;
    }

    #bonus-single .substrate_desc {
        width: 100%;
        max-width: 640px;
        text-align: center;
    }
}
@media (max-width: 540px) {
    .header_logo_span{
        font-size: 1rem;
        left: calc(50% - 67.4px);
    }
}
@media (max-width: 333px) {
    .header_logo_span{
        left: 10px;
    }
}
@media (max-width: 850px) {
    #bonus-single .bl_substrate, #bonus-single .bl_substrate1 {
        flex-direction: column;
        align-items: center
    }
    #bonus-single .substrate_pic {
        margin-right: 0;
        margin-bottom: 15px
    }
}

@media (max-width: 600px) {
    #bonus-single .substrate_desc {
        order: initial;
        max-width: 440px;
    }

}

table{width:50vw}
.std-table {
    border-collapse: collapse;
    width: 100%;
    margin: 15px auto 30px;
    background-color: white;
    box-sizing: border-box;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .07);
    border-radius: 10px;
    text-align: left;
}

.std-table td {
    padding: 10px 15px;
    white-space: nowrap;
    font-size: 15px;
    text-align: left;
}

.std-table th {
    padding: 15px;
    font-size: 15px;
}
@media only screen and (max-width: 850px) {
    table.std-table tbody tr td  {
        white-space: normal;
        padding: 10px 15px;
        /*text-align: right;*/
    }

}
table.std-table thead {
    text-align: center;
    color: #5f6776;
}

table.std-table tbody tr th {
    font-size: 16px;
    line-height: 16px;
    color:var(--color-primary);
    font-weight: 700;
    /*min-width: 250px;*/
}

/* .sidebar-casino-info-right */
table.std-table tbody tr td {
    color: #172338;
    font-weight: 700;
    padding-left: 50px;
    white-space: initial !important;
}


@media (max-width: 450px){
    table.std-table tbody tr td {
        padding-left: 15px;
        padding-right: 5px;
    }
    
    .bg_casino-energy{
        margin-top: 15px;
    }
    #bonus-single .substrate_pic, #casino-single .substrate_pic{
        min-height: 40px!important;
    }

}
.single_param{
    font-weight: 600;
}
table{width:50vw}
.std-table {
    border-collapse: collapse;
    width: 100%;
    margin: 15px auto 30px;
    background-color: white;
    box-sizing: border-box;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .07);
    border-radius: 10px;
    text-align: left;
}

.std-table td {
    padding: 10px 15px;
    white-space: nowrap;
    font-size: 15px;
    text-align: left;
}

.std-table th {
    padding: 15px;
    font-size: 15px;
}
@media only screen and (max-width: 850px) {
    table.std-table tbody tr td  {
        white-space: normal;
        padding: 10px 15px;
        /*text-align: right;*/
    }

}
table.std-table thead {
    text-align: center;
    color: #5f6776;
}

table.std-table tbody tr th {
    font-size: 16px;
    line-height: 16px;
    color:var(--color-primary);
    font-weight: 700;
}
table.std-table tbody tr {
    border-bottom: 1px solid #007cba1c;
}

/* .sidebar-casino-info-right */
table.std-table tbody tr td {
    color: #172338;
    font-weight: 700;
    /*padding-left: 50px;*/
    white-space: initial !important;
}
@media (max-width: 400px){
    table.std-table tbody tr {
    border-bottom: dotted 1px #000;
    }
    table.std-table tbody tr:nth-last-child(1) {
    border-bottom: none;
    }
}


@media (max-width: 450px){
    table.std-table tbody tr td {
        padding-left: 15px;
        padding-right: 5px;
    }
    
    .bg_casino-energy{
        margin-top: 15px;
    }
    #bonus-single .substrate_pic, #casino-single .substrate_pic{
        min-height: 40px!important;
    }

}
.single_param{
    font-weight: 600;
}
.bl_substrate_offer_list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;width:100%;
}
.bl_substrate_offer_item {
    width:19.5%;
    box-sizing: border-box;
    margin: 10px 0;
    padding:5px;
    background-color: rgb(22, 36, 57);
    border: 1px solid rgba(0, 0, 0, .11);
    box-shadow: 0 3px 7px rgb(0 0 0 / 7%);
    border-radius: 5px;
    height: 50px;
    font-size: 16px;
    text-align: center;
    line-height: 42px;
}
.bl_substrate_offer_item:hover {
    background-color: #10aec4;
}
.bl_substrate_offer_item a {
    color:#fff;
    width: 100%;
    display: block;
}
.bl_substrate_wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
@media (max-width: 850px) {
    .bl_substrate_offer_item {
        width:49%;
        }
    }
@media only screen and (max-width: 850px) {
    .bl_substrate_offer_list {
        justify-content: space-between;
    }
    .bl_substrate_wrapper {
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
        }
    }

.link:before {
    display: block;
    content: "";
    height: 80px;
    margin: -80px 0 0;
}
h1#home {
        font-size: 2rem;
    text-align: center;
    line-height: 2rem;
}

.bl_substrate_offer_item.disabled a, .bl_navigation__item.disabled a, .disabled a {
    pointer-events: none;
    cursor: default;
    opacity: 0.7;
}
.bl_substrate_offer_item.disabled, .bl_navigation__item.disabled {
    background-color: #10aec4;
}
.footer-flag {background-color: #172338;margin: 0;padding: 10px; }
.footer-flag .container {justify-content: flex-end;min-height: 35px;}
.flex-container-flag {display: flex;justify-content: space-between;position: relative;}
.icon-flag:before { content: ""; display: inline-block; background-repeat: no-repeat; background-position: 50%; background-size: cover; background-color: transparent; width: 35px; height: 25px; margin: 2px;}
.icon-flag--de:before { background-image: url(../img/de.svg);}
.icon-flag--nl:before { background-image: url(../img/nl.svg);}
.icon-flag--az:before { background-image: url(../img/az.svg);}
.review-top__cta-flag {/*position: absolute;width: 100%; bottom: 4px;*/ display: flex;gap: .5rem; align-items: center; color: #fff; font-weight: 700; padding: 0 0 0 0;justify-content:flex-end;margin-bottom: 0;height: 35px;}
.review-top__cta-flag li {display:flex;/*z-index: 99;*/ align-items: center;height: 35px;padding: 2px 5px;color: #000;background-color:#eaf1f6;border-radius: 5px;border:2px solid #fff;position: relative;}
.review-top__cta-flag li a {display: flex;align-items: center; color: #00000099;position: relative;text-decoration: none;}
.review-top__cta-flag li:hover {background: #ffffffba}
.review-top__cta-flag li:hover a {color: #000000;}
i.icon-flag{display:grid;margin-left: 5px;filter:drop-shadow(1px 1px 2px rgb(0,0,0));}
.review-top__cta-flag li.current { background: #ffffffba;color: #000;}
@media (min-width:768px){.review-top__cta-flag{left:0}}
@media (max-width:550px){.flex-container-flag .col-auto.px-1{max-width: 110px!important;}}



/*edit 09-02-23 */
.bl_navigation__item__child {
    background-color: rgba(23, 36, 56, .6);
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    width: 100%;
    text-transform: uppercase;
    padding: 10px;
}
.bl_navigation__item__child a {
    color: white;
    font-weight: 400;
    padding: 10px 0;    
}
.bl_navigation__item .bl_navigation__item__child a {
    margin-left: 0;
}
@media only screen and (min-width: 1281px) {
    .bl_navigation__item__child:focus:before, .bl_navigation__item__child:hover:before {
        opacity: 1
    }

    .bl_navigation__item__child:focus .bl_navigation__link, .bl_navigation__item__child:hover .bl_navigation__link {
        color: #fff
    }

    .bl_navigation__item__child:focus .bl_navigation__link:before, .bl_navigation__item__child:hover .bl_navigation__link:before {
        -webkit-filter: brightness(0%) invert(100%);
        filter: brightness(0%) invert(100%)
    }
}
.bl_navigation__item__child {
        margin: 0 24px
    }

    .bl_navigation__item__child:not(:last-of-type):after {
        right: -24px
    }

.bl_navigation__item__child {
        margin: 0 18px
    }

    .bl_navigation__item__child:not(:last-of-type):after {
        right: -14px
    }
.bl_navigation__item__child {
    width: 100%;
    margin: 0 0 1px 0
}

.bl_navigation__item__child:not(:last-of-type):after {
    display: none
}
@media only screen and (min-width: 1280px) {
   
    .bl_navigation__item__child {
        font-size: 0.9em;
    }
}
.bl_navigation__item details summary {
    margin-bottom: 10px;
}
.bl_navigation__item details summary::marker {
    color: #fff;
}
.bl_navigation__item {
    padding-bottom: 0;
}
.bl_navigation__item a {
    margin-left: 10px;
}

input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.tabs {
    overflow: hidden;
}
.tab {
  width: 100%;
  color: white;
  overflow: hidden;
}
.tab-label {
    display: flex;
    justify-content: space-between;
    
    cursor: pointer;
}
.tab-label::after {
      content: "\276F";
      width: 1em;
      height: 1.4em;
      text-align: center;
      transition: all .35s;
      padding: 10px 0;
  }
.tab-content {
    max-height: 0;
    transition: all .35s;
    padding: 0!important;
  }
.tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    cursor: pointer;
}
input:checked + .tab-label::after {
      transform: rotate(90deg);
    }

input:checked + .tab-label ~ .tab-content {
    max-height: 100vh;
    padding: 1em;
  }
  .link-one {
    display: inline-block;
  }

/* edit 08.08.2023 */
.cater {
    display: inline-block;
    margin-right: 10px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    transform-origin: 100%;
    margin-left: 5px
}
.header-nav {
        display: block;
        position: initial;
        width: auto;
        height: auto;
        padding-bottom: initial;
        border: 0;
        overflow-x: initial;
        background-color: transparent
    }
    .header-nav>.header-nav-items {
        display: flex;
        flex-direction: row;
        margin: 0;
        padding: 0;
        list-style: none;
        align-items: center;
        height: 70px;
    }
    .header-nav>.header-nav-items .header-nav-item a {
        color: white;
        font-weight: 600;
        padding: 20px;
        font-size: 14px;
        line-height: 50px;
        text-transform: uppercase;
    }
    .header-nav>.header-nav-items .header-nav-item a:hover {
        color: #FEF105
    }
    .header-nav>.header-nav-items .header-nav-item a:hover .cater {
        border-color: #FEF105
    }
    .header-nav>.header-nav-items .header-nav-item a .cater {
        margin-right: 0
    }
    .header-nav-item, .header-nav-item.has-child {
        position: relative;
        height: 70px;
        line-height: 70px;
        vertical-align: middle;
    }
    .header-nav>.header-nav-items .header-nav-item .header-nav-items-child {
        position: absolute;
        display: none;
        top: 100%;
        left: 5px;
        min-width: 265px;
        margin: 0;
        padding: 5px 0;
        background-color: rgb(22, 36, 57);
        transition: all .5s ease;
        z-index: 3;
        box-shadow: 0 10px 20px rgba(0, 0, 0, .6)
    }
    .header-nav>.header-nav-items .header-nav-item:hover>.header-nav-items-child,
    .header-nav>.header-nav-items .header-nav-item>.header-nav-items-child:hover,
    .header-nav>.header-nav-items .header-nav-item>.header-nav-items-child:focus {
        display: block
    }
    .header-nav>.header-nav-items .header-nav-item>.header-nav-items-child .header-nav-item a {
        padding: 10px 15px
    }
    .header-nav>.header-nav-items .header-nav-item .header-nav-items-child .header-nav-item:hover {
        color: #fff;
        background: #59608D
    }

.header-nav-items-child .header-nav-item-child {
    height: 70px;
    text-align: left;
}

@media (min-width:1280px) {
    .header-nav>.header-nav-items .header-nav-item a {
        padding: 22px 20px;
        font-size: 14px
    }
}
@media (max-width:700px) {
    .header-nav {
        display: none;
    }
}
.news-list {
    margin: 20px 0;
}
.news-item {
    margin: 10px auto;
    padding: 15px;
    width: 100%;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .11);
    box-sizing: border-box;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .07);
    border-radius: 10px;
}
.news-list h2 {
    font-size: 28px;
    line-height: 24px;
    margin-top: 25px;
    margin-bottom: 15px;
}
.news-list h3 {
    font-size: 24px;
    line-height: 22px;
    margin-top: 15px;
    margin-bottom: 10px;
}
.news-title a {
    text-decoration: none;
}
.news-date {
    margin-top: 10px;
    opacity: 0.6;
}
.main-news-list {
    margin: 20px 0;
}
.main-news-item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(206,206,206,0.3);
    padding: 20px 0;
}
.main-news-wrap {
    width: 70%;
    padding-right: 10px;
}
.main-news-img {
    width: 30%;
}
.main-news-title {
    margin-bottom: 20px;
}
.main-news-title h2 {
    font-size: 24px;
    line-height: 22px;
    margin-top: 15px;
    margin-bottom: 10px;
}
.main-news-title a {
    text-decoration: none;
}
.main-news-desc {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
    font-size: 12px;
    color: #5f6776;
}
.main-news-date {
    margin-right: 50px;
}
.main-news-rubric {
    margin-right: 50px;
}
/*.main-news-rubric::before {
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 17px;
    line-height: 17px;
    vertical-align: middle;
    padding-right: 5px;
    content: "◦";
    font-style: normal;
}*/
.main-news-text {
    font-size: 18px;
}
.main-news-img-mob {
    display: none;
}
@media (max-width:600px) {
  .main-news-img-mob {
    display: block;
    margin-bottom: 20px;
}  
.main-news-img {
    display: none;
}
.main-news-wrap {
    width: 100%;
}
}
.main-news-desc.center {
    justify-content: center;
    align-items: center;
}
.news-img.center {
    text-align: center;
}
.post-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.post {
    padding-right: 20px;
    width: 70%;
}
.sidebar {
    width: 30%;
    min-width: 320px;
}

.casino-rating-list {
    padding: 0 10px;
}
.casino-rating-item {
    padding: 8px 14px 8px 16px;
    height: 53px;
    margin-bottom: 8px;
    /*display: grid;*/
   /* grid-template-columns: 5% 35% 30% 30%;*/
    /*grid-template-columns: 10% 45% 45%;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border: 1px solid #dedede;
    border-radius: 8px;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.11);
}
.casino-rating-item:first-child {
    position: relative;
    border-color: #268cca;
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, .5);
    /*background-color: #eaf1f6;*/
}
.casino-rating-item:first-child:after {
        content: '';
    width: 4px;
    height: 37px;
    position: absolute;
    left: 0;
    background-color: #268cca;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.offer-counter {
    display: flex;
    align-items: center;
    width: 10%;
    height: 35.4px;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 18px;
    letter-spacing: normal;
    color: #848d96;
    padding-right: 10px;
}
.offer-counter img {
    margin: auto 0;
}
.offer-logo {
    display: flex;
    align-items: center;
    width: 100%;
}
.offer-logo img{
    
    max-width: 120px;
    height: auto;
    max-height: 35px;
    filter: drop-shadow(1px 1px 3px gray);
}
.offer-desc span {
    position: relative;
}
.offer-desc span:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 16px;
    height: 16px;
    background-image: url(../img/gift-04384590.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.offer-btn {
}
.offer-btn a {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5);
    border-radius: 5px;
    color: #fff;
    background-color: rgb(22, 36, 57);
    width: 155px;
    height: 35px;
    text-decoration: none;
    text-transform: none;
    margin-bottom: 0;
    line-height: 35px;
}
.offer-btn a:hover {
    background-color: #10aec4;
}
@media (max-width:1480px) {
    .offer-logo img {
        max-width: 90px;
    }
    .offer-btn a {
        width: 120px;
    }
}
@media (max-width:800px) {
  .post-wrap {
     flex-direction: column; 
  } 
  .post {
    width: 100%;
  } 
  .sidebar {
    width: 100%;
  }
  .offer-logo img {
        max-width: 120px;
    }
    .offer-btn a {
        width: 200px;
    }
}
@media (max-width:450px) {
   .offer-logo img {
        max-width: 120px;
    }
    .offer-btn a {
        width: 120px;
    } 
}
/* edit 25.09.2023 */
.footer .footer_links {
    margin: 20px auto;
    width: 100%;
}
.footer .footer_links ul {
    display: flex;
    justify-content: center;
    list-style: none;  
    margin-right: 3vw;  
}
.footer .footer_links ul li {
    padding: 7px 20px;    
}
.footer .footer_links ul li a {
    font-size: 16px;
    color: #fff;
}
.footer .footer_links ul li.current a {
    pointer-events: none;
    opacity: 0.7;
}
@media only screen and (max-width: 600px) {
    .footer .footer_links ul {
        flex-direction: column;
    }
    .footer .footer_links ul li {
        padding-left: 0;
    }
}
.expert-wrp {
    display: flex;
    width: fit-content;
    padding: 10px 15px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .07);
}
.expert-img {
    margin-right: 20px;
}
.expert-img img {
    max-width: 80px;
    height: auto;
    border-radius: 50%;
}
.expert-desc {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 10px;    
}
.expert-desc p {
    color: #5f6776;
    font-size: 0.9em;
    line-height: 1.5em;
}
.expert-desc .expert-name {
    font-size: 1.3em;
}
.main-news-expert {
    display: flex;
}
.main-news-expert .expert-img img {
    max-width: 40px;
    height: auto;
    border-radius: 50%;
}
.main-news-expert .expert-desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;   
}
.expert-desc p {
    color: #5f6776;
    font-size: 11px;
    line-height: 22px;
}
.expert-desc .expert-name {
    /*font-size: 12px;*/
}
@media only screen and (max-width: 480px) { 
    .main-news-desc.center {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .main-news-desc .main-news-date, .main-news-desc .main-news-rubric, .main-news-desc .main-news-expert {
        margin-bottom: 10px;
        color: #5f6776;
        opacity: 1;
    }
}