@font-face {
    font-family: 'Roboto';
    src: url('../src/fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --left_right_pd: 64px;
    --up_dwn_pd: 40px;
    --pd_btw_block: 34px;
    --mrg_btw_headings: 25px;
    --size_of_heading: 40px;
    --size_of_regular_text: 20px;
}

h1, h2, h3, h4, h5 {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

p, span, a, li {
    text-align: justify;
}

.header {
    max-height: 127px;
    background-color: #212529;
    box-shadow: 0 10px 12px rgba(0, 0, 0, .3);
}

.header_container {
    max-width: 1332px;
    justify-content: space-between;
    align-items: center;
    display: flex;
    flex-direction: row;
    padding: var(--up_dwn_pd) var(--left_right_pd);
    margin: auto;
    position: relative;
}


ul, ul li {
    list-style: initial;
    padding: revert;
}

table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

table td {
    border: 1px solid #091f30;
    padding: 5px;
}

table tr td:first-child, table tr th:first-child {
    border-left: none;
}

table tr td:last-child, table tr th:last-child {
    border-right: none;
}

.logo_img {
    max-width: 50px;
}

.logo_href {
    /*max-width: 50px;*/
    display: flex;
    align-items: center;
}

.logo_text {
    white-space: nowrap;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-style: normal;
    font-size: 35px;
    margin-left: 10px;
    color: #E36B0B;
    font-weight: 400;
    transition: all 300ms;
}

.header_menu ul {
    display: flex;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: var(--size_of_regular_text);
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}

.header_menu ul a {
    display: flex;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: var(--size_of_regular_text);
    line-height: 24px;
    text-align: center;

    color: #FFFFFF;
}

.header_menu ul li {
    font-family: inherit;
    margin-right: 20px;
}

.header_menu ul li:last-child {
    margin-right: 0;
}

.breadcrumbs{
    padding: 18px var(--left_right_pd);
    padding-bottom: 0px;
}
.breadcrumbs{
    display: flex;
    max-width: 1332px;
}
.breadcrumbs a span{
    font-family: 'Impact' !important;
    font-style: normal;
    font-weight: 400;
    font-size:  var(--size_of_regular_text);
    line-height: 24px;
    color: #000000;
}

.breadcrumbs__link:hover span{
    color: #442DA0;
}

.breadcrumbs .breadcrumbs__current{
    color: #ED0000;
    font-family: 'Impact' !important;
    font-style: normal;
    font-weight: 400;
    font-size:  var(--size_of_regular_text);
    line-height: 24px;
}
.breadcrumbs__separator{
    font-family: 'Impact' !important;
    font-style: normal;
    font-weight: 400;
    font-size:  var(--size_of_regular_text);
    line-height: 24px;

    color: #000000;
}

.main {
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.065em;
    background: #9EA8FD;
    padding-bottom: 0;
    margin: auto;
    padding-top: 127px;
    color: #091f30;
    font-size: 16px;
    font-family: "Roboto",sans-serif;
    line-height: 26px;
}

.main_dark {
    background: #442DA0;
}

.main_dark ol {
    color: white;
}

.main_content_width {
    max-width: 1200px;
    margin: auto;
}

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

.standart_content.casinos-list {
    margin-bottom: 30px;
}

h1 {
    font-weight: 400;
    font-size: 50px;
    line-height: 61px;
    text-align: center;
    color: #000000;
    margin-bottom: var(--mrg_btw_headings);
}

.main p {
    font-style: normal;
    font-weight: 400;
    /*font-size: 15px;*/
    /*line-height: 25px;*/
    letter-spacing: 0.065em;
    /*color: #000000;*/
    /*font-family: inherit;*/

    color: #091f30;
    font-size: 16px;
    font-weight: 400;
    font-family: "Roboto",sans-serif;
    line-height: 26px;
}

h2 {
    font-family: 'Impact';
    font-style: normal;
    font-weight: 400;
    font-size: var(--size_of_heading);
    line-height: 42px;
    text-align: center;
    color: #000000;
    margin-bottom: var(--mrg_btw_headings);
    margin-top: var(--mrg_btw_headings);
}

.block_with_cards {
    width: 100%;
    background-color: #212529;
    border-radius: 20px;
    padding: 56px 25px 0;
    text-align: center;
    box-shadow: 0 0 15px 10px rgba(0, 0, 0, .3);
}

.card_btn{
    font-size: 20px;
}

.cards_wrapp {
    display: flex;
    flex-wrap: wrap;
    max-height: 1290px;
    overflow: hidden;
    justify-content: space-evenly;
    gap: 33px;
    padding: 0;
    transition: max-height 2.5s cubic-bezier(0, 1, 0, 1);
}

.cards_wrapp .card {
    list-style: none;
}

.cards_wrapp.visible {
    max-height: 9999px;
    transition: max-height 1.5s ease-in-out;
}

.card {
    margin-bottom: 8px;
}

.card:nth-child(3n) {
    margin-right: 0px;
}

.card_wrapp {
    background: #442DA0;
    max-width: 360px;
    height: 625px;
    padding: 20px 10px;
    align-items: center;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    justify-content: space-between;
    transition: all .2s ease-in-out;
    border: 2px solid transparent;
}

.card_wrapp:hover {
    border-color: #3988ff;
}

.card_wrapp p {
    /*font-family: 'Impact';*/
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    /*line-height: 24px;*/
    text-align: center;
    color: #FFFFFF;
    font-family: "Roboto",sans-serif;
    line-height: 18px;
}

.deposit_sections {
    margin-bottom: 15px;
}

.deposit_sections span {
    font-family: 'Impact';
    color: #fff;
	display: flex;
    justify-content: center;
}

.card_wrapp p.smaller_text {
    font-size: 15px;
}

.margin_bottom {
    margin-bottom: 30px;
}

.smaller_text.bonuses {
    max-width: 105px;
    margin-bottom: 15px;
}

.card_rait {
    font-family: 'Impact';
    font-style: normal;
    font-weight: 400;
    font-size: var(--size_of_regular_text);
    line-height: 37px;
    text-align: center;

    color: #FFFFFF;
    margin-bottom: 15px;

}

.card_btn {
    padding: 15px 20px;
    border-radius: 20px;
    background: #FFFFFF;
    display: block;
    max-width: 300px;
    font-family: 'Impact';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 15px;
    color: #000000;
    box-shadow: 0px 0px 15px #9EA8FD;
    transition: all 300ms
}

.card_href {
    /*font-size: 15px;*/
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    font-weight: 600;
}

.full_width_image {
    width: 100%;
}

.show_hide {
    cursor: pointer;
    font-family: 'Impact';
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 61px;
    text-align: center;
    color: #FFFFFF;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 10px;
}

.show_hide:hover p {
    color: #9EA8FD;
    transition: all 300ms;
}

.show_hide img {
    max-width: 38px;
    margin: auto;
}

.show_hide.open img {
    transform: rotate(180deg) scaleX(-1);
}

.show_hide p {
    font-family: 'Impact';
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 61px;
    text-align: center;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 10px;
    transition: all 300ms;
}

.main_dark h2 {
    color: #FFFFFF;
}

.main_dark p, .main_dark ul {
    color: #FFFFFF;
}

.first_block {
    margin-bottom: var(--pd_btw_block);
}

.smaller_text {
    font-size: 15px;
    font-family: 'Imprima';
}

.main h3 {
    font-family: 'Impact';
    font-style: normal;
    font-weight: 400;
    font-size: var(--size_of_heading);
    line-height: 49px;
    color: #FFFFFF;
}

.card_wrapp h3 {
    font-size: 30px;
}

.block__with_wrapp_after_heading {
    display: flex;
}

.block_with_wrapps {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: var(--pd_btw_block);
    margin-top: var(--pd_btw_block);
}

.main_content_width img {
    margin-bottom: var(--mrg_btw_headings);
    margin-top: var(--mrg_btw_headings);
}

.card_wrapp img {
    max-height: 190px;
    filter: drop-shadow(0px 0px 5px white);
    border-radius: 20px;
    margin: 15px 0;
}

img {
    transition: transform 0.4s;
}

.card_wrapp img:hover , .review_cards ul li img:hover{
    transform: scale(1.1);
}

.wrapp_with_img {
    margin-bottom: var(--pd_btw_block);
}

.img_for_wrapp_with_img {
    width: 100%;
    margin-right: 50px;
}

.img_for_wrapp_with_img img {
    max-width: 285px;
    border-radius: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 206px;
}

ol {
    padding-left: 15px;
}

.footer {
    padding: 40px 0px;
    background: #212529;
    text-align: center;
    box-shadow: 0px -8px 12px rgba(0, 0, 0, .3);
}

.footer a {
    font-family: 'Impact';
    font-style: normal;
    font-weight: 400;
    font-size: var(--size_of_regular_text);
    line-height: 24px;
    color: #FFFFFF;
    transition: color .2s ease, font-size .2s ease;
    position: relative;
    padding: 5px;
}

footer p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.04em;
    max-width: 807.78px;;
    color: #FFFFFF;
    margin: auto;
    margin-top: var(--mrg_btw_headings);
}

.review_cards {
    background: #442DA0;
    border-radius: 20px;
}

.review_cards ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 55px 33px;
    gap: 40px 23px;
}

.review_cards ul li {
    max-width: 360px;
    list-style: none;
}

.review_cards ul li:nth-child(3n) {
    margin-right: 0px;
}

.review_cards ul li:last-child {
    margin-bottom: 0px;
}

.review_cards ul li img {
    margin-bottom: 0;
    box-shadow: -10px -10px 30px 1px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    margin-top: 0px;
}

.broadcast {
    padding: 18px var(--left_right_pd);
    padding-bottom: 0px;
}

.broadcast ul {
    display: flex;
    max-width: 1332px;
}

.broadcast ul li {
    font-family: 'Impact';
    font-style: normal;
    font-weight: 400;
    font-size: var(--size_of_regular_text);
    line-height: 24px;

    color: #000000;
}

.broadcast ul li:last-child {
    color: #ED0000;
}

.one_casino_first_block {
    display: flex;
    margin-bottom: var(--mrg_btw_headings);
}

.one_casino_first_block_img img {
    margin-bottom: 0;
    border-radius: 20px;
    max-height: 323px;
    max-width: 514px;
    margin-top: 0;
}

.one_casino_first_block_img {
    margin-right: 95px;
}

.sigle_casino_bio {
    padding: 50px 135px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 15px 10px rgba(0, 0, 0, .3);
    background: #442DA0;
    border-radius: 20px;
}

.sigle_casino_bio_btn {
    padding: 19px 57px;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px #FFFFFF;
    border-radius: 20px;
    font-family: 'Impact';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    color: #000000;
    width: 420px;
    cursor: pointer;
    margin: 0 auto 20px;
}

.sigle_casino_bio_btn.white-text {
    color: #fff;
    background: #232323;
    width: 100%;
    box-shadow: none;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.sigle_casino_bio_btn.white-text:first-child{

}

.sigle_casino_bio_btn.white-text.active {
    background: #9EA8FD;
    box-shadow: 0px 0px 11px 1px #9EA8FD;
    z-index: 1;
}

.sigle_casino_bio_two_blocks {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: var(--pd_btw_block);
}

.plus_minus_block {
    display: flex;
    justify-content: space-around;
}

.plus_section li::marker {
    content: '✅';
}

.minus_section li::marker {
    content: '❌';
}

.single_casino_contact_block a {
    color: #51E50B;
}

.single_casino_contact_block ol , .single_casino_contact_block ul  {
    line-height: 17px;
}

.sigle_casino_bio ul, .sigle_casino_bio ol {
    padding: revert;
    color: #FFFFFF;
    margin: 10px 0;
	line-height: 24px;
}

.sigle_casino_bio table {
    color: #fff;
    margin-top: 20px;
}

.sigle_casino_bio_btn_block {
    margin-right: 40px;
}

.sigle_casino_bio_btn_block ul{
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.sigle_casino_bio_btn_block ul li {
    margin-bottom: var(--pd_btw_block);
}

.sigle_casino_bio_btn_block ul li:last-child {
    margin-bottom: 0;
}

.sigle_casino_bio_btn_block li a {
    font-family: 'Impact';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    white-space: nowrap;
    color: #FFFFFF;
    background: linear-gradient(0deg, #232323, #232323), linear-gradient(0deg, #232323, #232323), #232323;
    border-radius: 20px;
    box-shadow: 0px 0px 20px #fff;
    width: 306.37px;
    display: block;
    padding: 14px 0;
}

.sigle_casino_bio_text_wrapp p {
    margin-bottom: 10px;
    color: #FFFFFF;
}

.sigle_casino_bio_text_wrapp {
    color: #FFFFFF;
}

.sigle_casino_bio_text_wrapp ol li {
    color: #FFFFFF;
}

.sigle_casino_bio h2 {
    color: #FFFFFF;
}

.sigle_casino_bio p {
    color: #FFFFFF;
}

.plus_and_minus {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.plus_and_minus ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.plus_and_minus ul li {
    font-family: 'Imprima';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;

    letter-spacing: 0.04em;
    margin-bottom: 5px;
    color: #FFFFFF;
}

.plus_and_minus ul li:last-child {
    margin-bottom: 0px;
}

.plas li {
    position: relative;
    padding-left: 23px;
}

.plas li::before {
    content: url("../img/icons8-двойная-галочка-50.png");
    width: 21px;
    height: 21px;
    position: absolute;
    display: block;
    top: -3px;
    left: -5px;
}


.minus li {
    position: relative;
    padding-left: 23px;
}

.minus li::before {
    content: url("../img/icons8-умножение-30\ \(1\).png");
    width: 21px;
    height: 21px;
    position: absolute;
    display: block;
    top: -7px;
    left: -7px;
}

ol.contact_list {
    width: 100%;

    text-align: start;
}

ol.contact_list li {
    font-family: 'Imprima';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;

    letter-spacing: 0.04em;
    color: #FFFFFF;
}

ol.contact_list li a {
    font-family: 'Imprima';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;

    letter-spacing: 0.04em;
    color: #FFFFFF;
}

.contact_div {
    text-align: start;
    width: 100%;
    padding-top: 10px;
}

.contact_div p {
    margin-bottom: 10px;
}

span.green_text {
    white-space: nowrap;
}

.green_color, .green_text, .deposit_sections .green_color {
    color: #51E50B !important;

}

.pre__footer {
    background: #442DA0;
}

.pre__footer_con {
    max-width: 1332px;
    padding: var(--pd_btw_block) var(--left_right_pd);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
}

.pre__footer_forst_block img {
    filter: drop-shadow(0px 0px 15px #FFFFFF);
    border-radius: 20px;
    max-width: 362px;
    max-height: 143px;
}

.pre_footer_second_block p {
    font-family: 'Impact';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    color: #fff;
    max-width: 152px;
}

.pre_footer_second_block p span {
    font-family: inherit;
}

.green_color {
    color: #51E50B;
}

.red_color {
    color: #ED0000;
}

.pre__foter_btn {
    font-family: 'Impact';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    text-align: center;

    color: #442DA0;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px #FFFFFF;
    border-radius: 20px;
    display: block;
    padding: 19px 62px;
}


@media only screen and (min-width: 1200px) {
    .main_content_width {
        padding: var(--pd_btw_block) 0;
        max-width: 1200px;
    }

    .broadcast {
        max-width: 1332px;
        padding: 18px var(--left_right_pd);
        margin: auto;
    }

    .pre__footer_con {
        padding: var(--pd_btw_block) 0;
        max-width: 1332px;
        padding: var(--pd_btw_block) var(--left_right_pd);
    }

    .breadcrumbs{
        max-width: 1332px;
        margin: auto;
    }
}

@media only screen and (max-width: 1300px) {

    .breadcrumbs{
        padding: var(--pd_btw_block) var(--left_right_pd);
    }

    .main_content_width {
        padding: var(--pd_btw_block) var(--left_right_pd);
        max-width: 1200px;
    }

    .card_wrapp {
        max-width: 315px;
    }

    .card_wrapp img {
        max-height: 170px
    }

    .cards_wrapp p {
        font-size: 17px;
    }

    .broadcast {
        padding: var(--pd_btw_block) var(--left_right_pd);
    }

    .pre__footer_con {
        padding: var(--pd_btw_block) var(--left_right_pd);
    }
}

@media only screen and (max-width: 1205px) {
    .header_menu {
        display: none;
    }

    .review_cards ul li:nth-child(2n) {
        margin-right: 0px;
    }
}

.connect_with_us_mob {
    padding: 10px 57px;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px #9EA8FD;
    border-radius: 20px;
    font-family: 'Impact';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    margin-bottom: var(--mrg_btw_headings);
    color: #000000;
    text-align: center;
    text-align: center;
    margin: auto;
    display: none;
    width: 250px;
    margin-top: 20px;
}

.card_wrapp_for_mobile {
    display: none;
}

.sigle_casino_bio_text_wrapp_mob {
    display: none;
}

@media only screen and (max-width: 950px) {

    .single_casino_btn_block .buttons_section {
        flex-wrap: nowrap;
        flex-direction: column;
    }

}

@media only screen and (max-width: 900px) {
    :root {
        --left_right_pd: 25px;
        --up_dwn_pd: 16px;
        --pd_btw_block: 15px;
        --mrg_btw_headings: 15px;
        --size_of_heading: 20px;
        --size_of_regular_text: 14px;
    }

    h1, h2, h3 {
        font-size: 24px;
        line-height: 23px;
        font-weight: bold;
    }

    .main {
        padding-top: 90px;
    }

    .cards_wrapp {
        justify-content: center;
    }

    .card {
        margin-right: 0px;
    }

    .img_for_wrapp_with_img img {
        display: none;
    }

    .img_for_wrapp_with_img {
        margin-right: 0px;
    }

    .img_for_wrapp_with_img {
        display: none;
    }

    .fre-menu-top.fre-menu-top-0.fre-menu-top-0.closed.opened {
        top: 85px;
    }

    .footer {
        padding: 25px;
    }

    .connect_with_us {
        display: none;
    }

    .main {
        padding-bottom: 20px;
    }

    .connect_with_us_mob {
        display: block;
    }

    .review_cards ul li {
        max-width: 100%;
        margin-bottom: 20px;
    }

    h2 {
        line-height: 25px;
    }

    .main p {
        line-height: 20px;
        text-align: justify;
    }

    .card_wrapp {
        display: none;
    }

    .card_wrapp_for_mobile {
        display: flex;
        background: #442DA0;
        border-radius: 20px;
        padding: 15px
    }

    .card_img {
        filter: drop-shadow(0px 0px 15px #9EA8FD);
        border-radius: 20px;
    }

    .card_btn {
        font-weight: 400;
        font-size: 10px;
        line-height: 12px;
        margin-bottom: 7px;
        padding: 10px;
    }

    .card_href {
        font-size: 14px;
        line-height: 12px;
    }

    .card_wrapp_for_mobile_second_block {
        text-align: center;
    }

    .main h3 {
        text-align: center;
        line-height: 23px;
        margin-bottom:20px;
        font-size: 28px;
    }

    .card_rait {
        line-height: 23px;
    }

    .smaller_text.bonuses {
        max-width: 100%;
        margin-bottom: 5px;
        color: #fff;
    }

    .cards_wrapp p {
        font-size: 17px;
        margin-bottom: 5px;
        text-align: center;
    }

    .smaller_text.margin_bottom {
        color: #fff;
    }

    .card_wrapp_for_mobile_first_block {
        margin-right: 20px;
        max-width: 140px;
        text-align: center;
    }

    .show_hide{
        font-size: 20px;
    }

    .show_hide p {
        font-size: 20px;
        line-height: 24px;
        margin-left: auto;
        margin-right: auto;
    }

    .show_hide img {
        max-width: 15px;
        margin: auto;
    }

    .single_casino_system ol li, .single_casino_system ol li::marker{
        font-size: small;
    }

    .one_casino_first_block_img {
        display: none;
    }

    .pre__footer {
        padding-bottom: 20px;
    }

    .pre__footer_forst_block img {
        max-width: 161px;
    }

    .pre_footer_second_block p {
        font-size: 20px;
        text-align: justify;
    }

    .pre__foter_btn {
        padding: 18px 20px;
        font-size: 15px;
        line-height: 18px;
        text-align: center;

        color: #000000;
    }

    .plus_and_minus {
        flex-wrap: wrap;
    }

    .sigle_casino_bio_text_wrapp_mob {
        display: block;
        margin-top: 15px;
    }

    .sigle_casino_bio_text_wrapp_desctop {
        display: none;
    }

    .sigle_casino_bio_btn_block {
        margin-right: 0px;
    }

    .sigle_casino_bio_text_wrapp_mob ol li {
        margin-bottom: 10px;
    }

    .sigle_casino_bio_text_wrapp_mob ol {
        padding: 0px;
    }

    .sigle_casino_bio_text_wrapp_mob p {
        padding-bottom: 10px;

    }

    .pre__footer_con {
        flex-direction: column;
    }

    .pre__footer_con p {
        margin: 20px 0;
        text-align: justify;
    }

    .sigle_casino_bio_btn, .sigle_casino_bio_btn_block li a {
        font-size: 18px;
        width: 290px;
        cursor: pointer;
    }

    .casino_bio_btn_accordion {
        margin: auto;
    }

}

.sigle_casino_bio_text_wrapp_mob li, .sigle_casino_bio_text_wrapp_desctop li {
    color: #fff;
}

.sigle_casino_bio_text_wrapp_desctop li {
    line-height: 25px;
}

.sigle_casino_bio_btn, .sigle_casino_bio_btn_block li a {
    width: auto;
    cursor: pointer;
}

@media only screen and (max-width: 450px) {
    .block__with_wrapp_after_heading {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .card_wrapp_for_mobile {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .card_wrapp_for_mobile_first_block {
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .review_cards ul li.sigle_casino_bio_btn_block_list_item {
        margin-right: 0px !important;
        margin: 0;
    }

    .sigle_casino_bio_btn_block_list li a {
        margin-right: auto;
    }

    .sigle_casino_bio_two_blocks {
        width: 100%;
    }
}

@media only screen and (max-width: 780px) {
    .review_cards ul li {
        margin-right: 0px;
    }

    .sigle_casino_bio {
        padding: 25px 20px;
    }

    .block_with_cards{
        padding: 22px;
    }
}

.sigle_casino_bio_text_wrapp_desctop, .sigle_casino_bio_text_wrapp_mob {
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: 0;
}

.casino_bio_btn_accordion.visible {
    background: linear-gradient(0deg, #9EA8FD, #9EA8FD), linear-gradient(0deg, #9EA8FD, #9EA8FD), #9EA8FD;
}

.sigle_casino_bio_text_wrapp_desctop.visible, .sigle_casino_bio_text_wrapp_mob.visible {
    visibility: visible;
    opacity: 1;
    width: 100%;
    height: auto;
}

.add_max_width {
    max-width: 945px;
}

.single_casino_system {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: var(--pd_btw_block);
}

.single_casino_btn_block {
    margin: 30px 0;
    border: 1px solid #9EA8FD;
    padding: 0 0 20px 0;
    border-radius: 20px;
    overflow: hidden;
}

.single_casino_btn_block .text_section {
    width: auto;
    padding: 20px 20px 0;
}

.single_casino_btn_block .text_section div{
    display: none;
}

.single_casino_btn_block .text_section div.active{
    display: block;
}

.single_casino_btn_block .buttons_section {
    display: flex;
    justify-content: center;
}

.single_casino_btn_block .buttons_section a:hover{
    background: white;
}

.single_casino_system_list {
    width: min-content;

}

.single_casino_system_list.active {
    width: 100%;

}

@media only screen and (max-width: 900px) {

    .single_casino_system {
        flex-wrap: wrap;
    }

    .single_casino_system_list {
        margin-bottom: var(--mrg_btw_headings);
    }

    .card_btn{
        font-size: 15px;
    }

    .plus_minus_block {
        flex-direction: column;
    }

}

@media only screen and (max-width: 800px) {
    .logo_text{
        display: none;
    }

}

@media only screen and (max-width: 600px) {
    .single_casino_btn_block {
        display: block;
    }

    .single_casino_btn_block .text_section {
        width: 100%;
    }
}

/*!
 * Hamburger menu open
 */

.hamburger-menu {
    display: block;

}

.hamburger {
    cursor: pointer;
    outline: 0;
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background: #212529;*/
    border-radius: 100%;
}

.hamburger-box {
    width: 26px;
    height: 18px;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 0;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    width: 100%;
    height: 3px;
    border-radius: 25px;
    background-color: #fff;
    position: absolute;
    -webkit-transition: transform 0.15s ease;
    -moz-transition: transform 0.15s ease;
    -o-transition: transform 0.15s ease;
    transition: transform 0.15s ease;
}

.hamburger-inner:after, .hamburger-inner:before {
    content: "";
    display: block;
    left: 0;
}

.hamburger-inner:before {
    top: 8px;
    -webkit-transition: opacity 0.15s 0.4s ease;
    -o-transition: opacity 0.15s 0.4s ease;
    transition: opacity 0.15s 0.4s ease
}

.hamburger-inner:after {
    top: 16px;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55)
}

.hamburger--elastic .hamburger-inner {
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55)
}

.hamburger--elastic.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 7px, 0) rotate(135deg);
    transform: translate3d(0, 7px, 0) rotate(135deg);
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s
}

.hamburger--elastic.is-active .hamburger-inner:before {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0
}

.hamburger--elastic.is-active .hamburger-inner:after {
    -webkit-transform: translate3d(0, -16px, 0) rotate(-270deg);
    transform: translate3d(0, -16px, 0) rotate(-270deg);
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s
}

.hamburger--elastic-r .hamburger-inner {
    top: 1px;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55)
}

.hamburger--elastic-r .hamburger-inner:before {
    top: 7px;
    -webkit-transition: opacity 0.15s 0.4s ease;
    -o-transition: opacity 0.15s 0.4s ease;
    transition: opacity 0.15s 0.4s ease
}

.hamburger--elastic-r .hamburger-inner:after {
    top: 14px;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55)
}

.hamburger--elastic-r.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 7px, 0) rotate(-135deg);
    transform: translate3d(0, 7px, 0) rotate(-135deg);
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s
}

.hamburger--elastic-r.is-active .hamburger-inner:before {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0
}

.hamburger--elastic-r.is-active .hamburger-inner:after {
    -webkit-transform: translate3d(0, -14px, 0) rotate(270deg);
    transform: translate3d(0, -14px, 0) rotate(270deg);
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s
}

.fre-menu-main {
    padding: 0;
    display: flex;
    align-items: center;
    column-gap: 15px;
    list-style: none;
    margin: 0 30px;
    justify-content: space-around;
}

.fre-hamburger {
    margin-right: 10px;
}


@media (min-width: 1501px) {
    .fre-hamburger {
        display: none;
    }
}

@media screen and (max-width: 1500px) {

    .header .menu-item a:hover {
        color: #9EA8FD;
    }

    .header .menu-item a{
        border-bottom: 1px solid rgba(255,255,255,.1);
        background: #212529;
        text-align: center;
    }

    .header.active-close .fre-menu-top {
        display: block;
        overflow: hidden;
        animation: animation-menu-header-close .7s ease-in-out forwards;
        margin: 0;
        border-radius: 0 0 0 15px;
        width: 30%;
        top: 127px;
        position: fixed;
    }

    .header.active-close .fre-menu-main > li:not(:last-child) {
        border-bottom: 2px solid #9d989854;
    }

    .header.active-close .fre-menu-top {
        box-shadow: 0 4px 25px rgb(0 0 0 / 20%);
    }

    .fre-menu-top .fre-menu-main {
        flex-direction: column;
    }

    .header.active .fre-menu-top{
        display: block;
        margin: 0;
        border-radius: 0 0 0 15px;
        width: 30%;
        top: 127px;
        position: fixed;
    }

    .header .fre-menu-top{
        right: 0;
        top: 76px;
        height: auto;
        padding: 6px 0 20px;
        position: absolute;
        background: #212529;
        display: none;
        border-top: 1px solid white;
    }

    .header.active .fre-menu-top {
        overflow: hidden;
        animation: animation-menu-header .7s ease-in-out forwards;
        box-shadow: 0 4px 25px rgb(0 0 0 / 20%);
    }

    @keyframes animation-menu-header {
        0% {
            max-width: 0;
            max-height: 0;
        }
        100% {
            max-width: 1000px;
            max-height: 1000px;
        }
    }

    @keyframes animation-menu-header-close {
        0% {
            max-width: 1000px;
            max-height: 1000px;
        }
        100% {
            max-width: 0;
            max-height: 0;
        }
    }
}

@media screen and (max-width: 920px) {

    .header.active .fre-menu-top,
    .header.active-close .fre-menu-top {
        width: 100%;
        border-radius: 0 0 15px 15px;
        top: 82px;
    }

}
@media screen and (max-width: 767px) {

    .header.active .fre-menu-top {
        box-shadow: 0 4px 25px rgb(0 0 0 / 20%);
    }
}

/*!
 * Hamburger menu close
 */

.alignleft{
    float: left;
    margin-right: 25px;
}
.alignright{
    float: right;
    margin-left: 25px;
}

#button-up {
    display: inline-block;
    background-color: #442DA0;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    border: 1px solid;
}
#button-up::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 48px;
    color: #fff;
}
#button-up:hover {
    cursor: pointer;
    background-color: #333;
    border: 1px solid;
}
#button-up:active {
    background-color: #555;
}
#button-up.show {
    opacity: 1;
    visibility: visible;
}

@media only screen and (max-width: 380px){
    .block_with_cards {

        padding: 20px;
    }
    .show_hide{
        font-size: 20px;
    }
}

@media only screen and (max-width: 700px){
    .alignleft{
        float: none;
    }
}

@media only screen and (max-width: 1200px) {
    .single_casino_system_list{
        flex-wrap: wrap;
    }
}

.nav-collapse li:last-child a{
    padding-right: 0;
}
.single_casino_system_list{
    width: 100%;
    display: flex;
}

.single_casino_system ol li, .single_casino_system ol li::marker{
    color:white;
    line-height: 25px;
}

.single_casino_system {
    display: block;
}

.mini-sections {
    display: flex;
    flex-wrap: wrap;
    gap: 0 35px;
}

.mini-sections .mini-section {
    max-width: 48%;
}

.mini-section .section-content img {
    margin: 0 22px 0 0;
    float: left;
}
@media only screen and (max-width: 1300px) {

    .mini-sections .mini-section {
        max-width: 100%;
    }

}

