* {
    box-sizing: border-box;
}

.swiper {
    width: 100%;
    height: 400px;
}

body {
    background: #252638;
    font-family: Arial, sans-serif;
    padding: 0;
    margin: 0;
    color: #ccc;
}

.swiper-slide-img {
    display: block;
    width: 100%;
    height: 100%;
}

.swiper-slide {
    position: relative;
}

.swiper-slide-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: hsla(240, 17%, 7%, 0.8);
}

.swiper-slide-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-height: 90px;
    padding: 0 24px;
}

.swiper-slide-text-pink {
    color: #da2e71;
    font-size: 16px;
}

.swiper-slide-text-white {
    color: #ffffff;
    font-size: 24px;
}

.btn__pink {
    background: linear-gradient(135deg, #ff3b3b 0%, #6600cc 100%);
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    min-width: 120px;
    min-height: 40px;
    line-height: 16px;
    font-size: 14px;
    transition: all .2s ease;
    padding: 8px 12px;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 2px 4px rgba(0, 0, 0, 0.32);
}

.swiper-pagination-bullet {
    background: #ccc !important;
}

.swiper-pagination-bullet-active {
    background: #da2e71 !important;
}

.header {
    background: #1c1c28;
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 135px;
    height: 56px;
}

.logo img {
    width: 100%;
    height: auto;
}

.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}

.header__btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.btn__green {
    background: linear-gradient(135deg, #00cfde 0%, #05a660 100%);
}

.sitenav.nav-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    height: 64px;
}

.menu-item a {
    color: #8f90a6;
    text-decoration: none;
    transition: all .2s ease;
}

.menu-item a:hover {
    color: #c9266f;
}

.mobile_menu_arrow {
    display: none;
}

.menu-item-has-children>.mobile_menu_arrow {
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .2s ease;
}

.menu-item-has-children:hover>.mobile_menu_arrow {
    transform: translateY(-50%) rotate(180deg);
}

.mobile_menu_arrow::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 7.5px 0 7.5px;
    border-color: #c9266f transparent transparent transparent;
}

.menu-item-has-children .sub-menu {
    display: none;
}

.menu-item-has-children:hover .sub-menu {
    position: absolute;
    z-index: 99;
    background: #1c1c28;
    padding: 10px 15px;
    width: max-content;
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.menu-item-has-children {
    position: relative;
    padding-right: 20px;
}

.entry-content img {
    margin: 0 0 1.5em 0;
}

.alignleft,
img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
}

.alignright,
img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
}

.aligncenter,
img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
}

.wp-caption {
    margin-bottom: 1.5em;
    text-align: center;
    padding-top: 5px;
}

.wp-caption img {
    border: 0 none;
    padding: 0;
    margin: 0;
}

.wp-caption p.wp-caption-text {
    line-height: 1.5;
    font-size: 10px;
    margin: 0;
}

.wp-smiley {
    margin: 0 !important;
    max-height: 1em;
}

blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left;
}

blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right;
}

.entry-content a {
    color: #c9266f;
}

.entry-content table tr td {
    border-right: 1px solid #c9266f;
    border-bottom: 1px solid #c9266f;
    padding: 6px;
}

.entry-content table tr td:last-child {
    border-right: none;
}

.entry-content table tr:last-child td {
    border-bottom: none;
}

.entry-content table {
    border: 1px solid #c9266f;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 15px;
    margin: 0 auto;
    width: fit-content;
}

.footer {
    background: #2f3046;
    padding-top: 60px;
}

.footer__inner {
    display: flex;
    gap: 20px;
    padding-bottom: 30px;
    margin-bottom: 32px;
    border-bottom: 1px dashed #555770;
	justify-content: space-between;
}

.footer__menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer__btns a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    min-width: 160px;
    min-height: 40px;
    border: 1px solid #3b23e9;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    padding: 8px 12px;
    width: max-content;
}

a.online-chat_link {
    border: unset;
    background: linear-gradient(135deg, #3e7bfa 0%, #6600cc 100%);
}

.footer__btns {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer__payments {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px dashed #555770;
}

.footer__pay_link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 148px;
    height: 64px;
    padding: 8px;
    background: #fff;
    border-radius: 10px;
}

.footer__pay_link img {
    width: 100%;
    height: auto;
}

.footer__text {
    color: #8f90a6;
    text-align: center;
    font-size: 13px;
    margin-bottom: 32px;
}

.copyright {
    margin-bottom: 58px;
}

.copyright__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 16px;
    font-size: 12px;
    letter-spacing: 0px;
    font-weight: 500;
    color: #555770;
}

.review_row {
    display: flex;
    gap: 20px;
    justify-content: space-evenly;
    align-items: center;
    box-shadow: -1px 1px 0px 0px rgb(216 44 96);
    border-radius: 15px;
    border: 1px solid #db2d5e;
    padding: 10px 20px;
    transition: all .2s ease;
    background: #2f3046;
}

.review_row:hover {
    box-shadow: -1px 1px 10px 0px rgb(216 44 96);
}

.review_permalink {
    text-decoration: none;
}

.review_permalink:hover {
    text-decoration: underline;
}

.review_logo {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    min-height: 200px;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.review_logo img {
    width: 100%;
    height: auto;
    margin: 0;
}

.review_reting {
    width: 50px;
    height: 50px;
    border: 3px solid #db2d5e;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
}

.review_bonus {
    text-align: center;
    flex: 0 0 300px;
}

.review_bonus_name {
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 15px;
}

.review_btns {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

.review_link_out.btn.btn__pink {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    transition: all .2s ease;
}

.review_link_out:hover {
    transform: scale(1.1);
}

.review_number {
    position: absolute;
    background-image: url(../img/mytop1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 2px;
    left: 6px;
    width: 40px;
    height: 50px;
    z-index: 11;
    display: flex;
    justify-content: center;
    font-size: 19px;
    font-weight: 700;
    padding-top: 7px;
    color: #252638;
}

.review_row+.review_row {
    margin-top: 25px;
}

.faq_item {
    background: #2f3046;
    border-radius: 15px;
    padding: 15px 20px;
}

.faq_item+.faq_item {
    margin-top: 20px;
}

.faq_question {
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px dashed #db2d5e;
}

.faq_answer {
    font-size: 17px;
}

.faq {
    margin: 15px 0;
}

.slots {
    display: flex;
    gap: 15px;
    margin: 25px 0;
    flex-wrap: wrap;
    justify-content: center;
}

.slot_item {
    flex: 0 0 203px;
    max-height: 150px;
    position: relative;
    margin-bottom: 20px;
}

img.slot_logo {
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
    border-radius: 15px;
    display: block;
}

.slot_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #000000ba;
    border-radius: 15px;
    opacity: 0;
    transition: all .2s ease;
}

.slot_item:hover .slot_overlay {
    opacity: 1;
}

.slot_item a.btn {
    color: #fff;
}

.slot_name {
    color: #555770;
    margin-top: 5px;
}

.mobile_menu {
    display: none;
}

.close_menu {
    display: none;
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev {
    display: none;
}

.signin_img {
    display: none;
}


/* media */

@media(max-width: 991px) {
    .review_row {
        flex-direction: column;
        gap: 15px;
        position: relative;
    }
    .review_logo {
        min-height: unset;
        height: 130px;
        overflow: hidden;
        position: static;
    }
    .review_bonus {
        flex: 0 0 auto;
    }
    .review_btns {
        flex-direction: row;
    }
    .mobile_menu {
        display: block;
        width: 30px;
        height: 25px;
        position: relative;
    }
    .mobile_menu span {
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #fff;
        border-radius: 2px;
    }
    .mobile_menu span:nth-child(1) {
        top: 0;
    }
    .mobile_menu span:nth-child(2) {
        top: 50%;
    }
    .mobile_menu span:nth-child(3) {
        top: 100%;
    }
    .header__menu.wrapp {
        position: fixed;
        transform: translateX(-100%);
        top: 0;
        left: 0;
        width: 100%;
        height: fit-content;
        background: #1c1c28;
        z-index: 99;
        padding: 50px 0;
        transition: all .2s ease;
    }
    .header__menu .menu-item {
        width: 100%;
    }
    .sitenav.nav-menu>.menu-item {
        border-bottom: 1px solid #ffffff57;
        padding-bottom: 10px;
    }
    .header__menu.wrapp.open {
        transform: translateX(0);
    }
    .sitenav.nav-menu {
        flex-direction: column;
        height: fit-content;
        align-items: baseline;
    }
    .menu-item-has-children {
        padding-right: 40px;
    }
    .close_menu {
        display: block;
        position: absolute;
        top: 20px;
        right: 40px;
        width: 30px;
        height: 25px;
    }
    .close_menu span {
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 2px;
        background-color: #fff;
        border-radius: 2px;
    }
    .close_menu span:nth-child(1) {
        transform: translateY(-50%) rotate(45deg);
    }
    .close_menu span:nth-child(2) {
        transform: translateY(-50%) rotate(-45deg);
    }
    .menu-item-has-children:hover .sub-menu {
        display: none;
    }
    .menu-item-has-children>.mobile_menu_arrow {
        top: 0;
        transform: unset;
    }
    .menu-item-has-children:hover>.mobile_menu_arrow {
        transform: unset;
    }
    .menu-item-has-children.open .sub-menu {
        display: block;
        position: static;
        list-style: none;
        margin: 0;
        padding: 10px;
    }
    .menu-item-has-children.open .sub-menu .menu-item+.menu-item {
        margin-top: 10px;
    }
    .menu-item-has-children.open>.mobile_menu_arrow {
        transform: rotate(180deg);
    }
    .entry-content table {
        width: 100%;
        overflow: scroll;
        display: block;
    }
    .entry-content tbody {
        width: max-content;
        display: block;
    }
    .footer__inner {
        flex-direction: column;
        align-items: center;
    }
    .footer__menu {
        align-items: center;
    }
    .footer__payments {
        flex-wrap: wrap;
    }
}

@media(max-width: 767px) {
	/*.slots{*/
	/*	display: grid;*/
 /*   	grid-template-columns: 1fr 1fr;*/
	/*}*/
    .swiper-slide-img {
        object-fit: cover;
    }
    .swiper-slide-info {
        flex-direction: column;
        padding: 15px 0;
    }
    .swiper-slide-left {
        text-align: center;
        margin-bottom: 15px;
    }
    .swiper .swiper-pagination {
        display: none;
    }
    .swiper .swiper-button-next,
    .swiper .swiper-button-prev {
        display: block;
        top: unset;
        bottom: 50px;
        width: 15px;
        height: 30px;
        color: #cccccc8c;
    }
    .swiper .swiper-button-next::after,
    .swiper .swiper-button-prev::after {
        font-size: 30px;
    }
	.swiper {
		height: 270px;
	}
}

@media(max-width: 575px) {
    .copyright__inner {
        flex-direction: column;
        gap: 15px;
    }
    .swiper-slide-info {
        padding: 15px 35px;
    }
    .swiper-slide-text-white {
        font-size: 16px;
    }
    .signin_img {
        display: block;
        width: 100%;
        height: auto;
    }
    .signin_text {
        display: none;
    }
    .header__btns .btn.btn__pink {
        min-width: unset;
        min-height: unset;
        width: 40px;
        height: 40px;
        padding: 7px;
        border-radius: 100%;
    }
}

.slide {
    position: relative;
}

.swiper-slide-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: hsla(240, 17%, 7%, 0.8);
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 90px;
    padding: 0 24px;
}

.swiper-slide-text-pink {
    color: #da2e71;
    font-size: 16px;
}

.swiper-slide-text-white {
    color: #ffffff;
    font-size: 24px;
}
.banner-image {
    max-height: 400px;
	width: 100%;
	height: 100%;
}
.main-banner {
    max-height: 400px;
}

@media(max-width: 767px) {
    .slide amp-img {
        object-fit: cover;
    }

    .swiper-slide-info {
        flex-direction: column;
        padding: 15px 0;
    }

    .swiper-slide-left {
        text-align: center;
        margin-bottom: 15px;
    }
}

@media(max-width: 575px) {
    .swiper-slide-info {
        padding: 15px 35px;
    }

    .swiper-slide-text-white {
        font-size: 16px;
    }
}
