/* Default Styles */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    /* background-image: url('data:image/svg+xml,%3Csvg width="360" height="6994" viewBox="0 0 360 6994" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cellipse cx="181" cy="6641.85" rx="352" ry="351.5" fill="url(%23paint0_radial)" fill-opacity="0.2"/%3E%3Cellipse cx="180" cy="1355.5" rx="352" ry="351.5" fill="url(%23paint1_radial)" fill-opacity="0.2"/%3E%3Cellipse cx="181" cy="3604.85" rx="352" ry="351.5" fill="url(%23paint2_radial)" fill-opacity="0.2"/%3E%3Cellipse cx="181" cy="5572.85" rx="352" ry="351.5" fill="url(%23paint3_radial)" fill-opacity="0.2"/%3E%3Ccircle cx="-119.5" cy="167.5" r="351.5" fill="url(%23paint4_radial)" fill-opacity="0.2"/%3E%3Cdefs%3E%3CradialGradient id="paint0_radial" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(181 6641.85) rotate(90) scale(351.5 352)"%3E%3Cstop stop-color="%23F8D000"/%3E%3Cstop offset="1" stop-color="%23F8D000" stop-opacity="0"/%3E%3C/radialGradient%3E%3CradialGradient id="paint1_radial" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(180 1355.5) rotate(90) scale(351.5 352)"%3E%3Cstop stop-color="%23F8D000"/%3E%3Cstop offset="1" stop-color="%23F8D000" stop-opacity="0"/%3E%3C/radialGradient%3E%3CradialGradient id="paint2_radial" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(181 3604.85) rotate(90) scale(351.5 352)"%3E%3Cstop stop-color="%23F8D000"/%3E%3Cstop offset="1" stop-color="%23F8D000" stop-opacity="0"/%3E%3C/radialGradient%3E%3CradialGradient id="paint3_radial" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(181 5572.85) rotate(90) scale(351.5 352)"%3E%3Cstop stop-color="%23F8D000"/%3E%3Cstop offset="1" stop-color="%23F8D000" stop-opacity="0"/%3E%3C/radialGradient%3E%3CradialGradient id="paint4_radial" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(-119.5 167.5) rotate(90) scale(351.5)"%3E%3Cstop stop-color="%23F8D000"/%3E%3Cstop offset="1" stop-color="%23F8D000" stop-opacity="0"/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E%0A'); */
    background-image: none;
    background-size: 100%;
    background-repeat: no-repeat;
    font-family: Arial, Helvetica, sans-serif;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

h4 {
    font-weight: bold;
    font-size: 16px;
    margin: 0;
}

input {
    outline: none
}

input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

.promo__block-img img {
    height: auto;
}

.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.ajax-loader {
    opacity: 0.5;
    transition: all 0.5s ease-out;
    pointer-events: none;
}

.btn {
    display: block;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    padding: 13px 0;
    position: relative;
    margin: 0 auto;
    color: #fff;
    background: #99C039;
    width: 100%;
    max-width: 220px;
    transition: all 0.2s linear;
}

.btn:hover {
    background: #74AA1D;
    transition: all 0.3s linear;
}

.overflow {
    overflow: hidden;
}

.container {
    /* 1100 + 30 padding */
    max-width: 1130px;
    margin: auto;
    padding: 0 15px;
}

.header {
    background: -webkit-linear-gradient(180.37deg, rgba(137, 183, 44, 0.2) 10.08%, rgba(150, 191, 55, 0) 50.32%), #2F3031;
    background: linear-gradient(269.63deg, rgba(137, 183, 44, 0.2) 10.08%, rgba(150, 191, 55, 0) 50.32%), #2F3031;
    position: relative;
    z-index: 101;
}

.navbar-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-height: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    overflow: auto;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    /*align-content: center;*/
    gap: 20px
}

.navbar-logo img {
    width: 80px;
    height: 80px;
}

.navbar-nav.active {
    max-height: none;
    height: calc(100vh - 20px);
    opacity: 1;
    margin-top: 20px;
}

.navbar-nav.active::before {
    content: '';
    border-top: 1px solid #898C83;
    position: absolute;
    width: 100vw;
    top: 80px;
    left: -15px;
}

.navbar-nav__list {
    margin-bottom: 100px;
    width: 100%;
}

.sub-menu {
    margin-left: 20px;
}

.navbar-nav__list li {
    font-size: 22px;
    line-height: 25px;
    color: #FFFFFF;
    position: relative;
    padding: 15px 0;
    cursor: pointer;
    border-bottom: 1px solid #898C83;
}

.has-arrow::after {
    content: url("data:image/svg+xml,%3Csvg width='18' height='12' viewBox='0 0 18 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.7123 1.17917L17.1227 0.552474C16.9371 0.356757 16.6902 0.248935 16.4264 0.248935C16.1627 0.248935 15.9155 0.356757 15.7299 0.552474L9.00402 7.65235L2.27036 0.544596C2.08509 0.348879 1.83792 0.241211 1.57421 0.241211C1.3105 0.241211 1.06318 0.348879 0.877763 0.544596L0.288002 1.16743C-0.0960008 1.57246 -0.0960008 2.23221 0.288002 2.63724L8.30524 11.1303C8.49051 11.3259 8.73739 11.4637 9.00344 11.4637H9.00651C9.27037 11.4637 9.51725 11.3257 9.70252 11.1303L17.7123 2.66025C17.8979 2.46469 17.9997 2.19622 18 1.91786C18 1.63934 17.8979 1.37458 17.7123 1.17917Z' fill='white'/%3E%3C/svg%3E%0A");
    position: absolute;
    top: 15px;
    right: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.has-arrow.active::after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.has-arrow.active {
    border-width: 0;
}

.has-arrow.active>.sub-menu {
    max-height: none;
    opacity: 1;
}

.navbar-nav__list .sub-menu {
    height: auto;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
}

.navbar-nav__list .sub-menu.active {
    border-bottom: 0;
}

.navbar-nav-link, .sub-menu a {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.navbar-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* margin: 13px 20px; */
}

.navbar-controls form {
    margin-right: 15px;
}

.navbar-search-field {
    background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M19.7556 18.5849L14.0682 12.8974C15.1699 11.5366 15.8332 9.80747 15.8332 7.92417C15.8332 3.55921 12.2815 0.00756836 7.91656 0.00756836C3.55161 0.00756836 0 3.55917 0 7.92413C0 12.2891 3.55165 15.8407 7.9166 15.8407C9.7999 15.8407 11.5291 15.1774 12.8899 14.0758L18.5773 19.7632C18.7398 19.9257 18.9531 20.0074 19.1665 20.0074C19.3798 20.0074 19.5932 19.9257 19.7557 19.7632C20.0815 19.4374 20.0815 18.9107 19.7556 18.5849ZM7.9166 14.1741C4.46996 14.1741 1.66666 11.3708 1.66666 7.92413C1.66666 4.47749 4.46996 1.67419 7.9166 1.67419C11.3632 1.67419 14.1665 4.47749 14.1665 7.92413C14.1665 11.3708 11.3632 14.1741 7.9166 14.1741Z' fill='%23898C83'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat right center;
    background-size: 20px;
    width: 25px;
    height: 40px;
    border-width: 0;
    padding: 0 15px;
    outline: none;
    color: #898C83;
    transition: 0.2s ease-in;
    position: absolute;
    right: 60px;
    top: 3px;
}

.navbar-search-field::-webkit-input-placeholder {
    color: #898C83
}

.navbar-search-field::-moz-placeholder {
    color: #898C83
}

.navbar-search-field:-ms-input-placeholder {
    color: #898C83
}

.navbar-search-field::placeholder {
    color: #898C83
}

.navbar-search-field:focus {
    background-position-x: 100%;
    position: absolute;
    top: 3px;
    right: 60px;
    background-color: #FFFFFF;
    width: calc(100% - 105px);
    transition: 0.2s ease-out;
    animation-timing-function: ease-in;
}

.navbar-search-field:focus .navbar-logo {
    display: none;
}


/* .navbar-toggle {
    border: 0;
    outline: 0;
    cursor: pointer;
    background-color: transparent;
    border-left: 1px solid #898C83;
    padding: 13px 0 13px 15px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}

.navbar-toggle::before {
    content: url('../icons/menu-open.svg');
}

.navbar-toggle.active::before {
    content: url('../icons/menu-close.svg');
} */

.navbar-toggle {
    width: 35px;
    height: 25px;
    cursor: pointer;
    position: relative;
    border: 0;
    outline: 0;
    cursor: pointer;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    /* color: #FFF; */
}

.navbar-toggle.active .burger__line_first,
.navbar-toggle.active .burger__line_fourth {
    opacity: 0;
}

.navbar-toggle.active .burger__line_second {
    transform: translateY(-50%) rotate(45deg);
}

.navbar-toggle.active .burger__line_third {
    transform: translateY(-50%) rotate(-45deg);
}

.burger__line {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #FFF;
    position: absolute;
    left: 0;
    transition: .3s all linear;
}

.burger__line_first {
    top: 0;
}

.burger__line_second {
    top: 50%;
    transform: translateY(-50%);
}

.burger__line_third {
    top: 50%;
    transform: translateY(-50%);
}

.burger__line_fourth {
    bottom: 0;
}

.navbar-flag {
    margin-right: 15px;
    padding: 13px 15px 13px 0px;
    border-right: 1px solid #898C83;
}


/* Header End */

.best-casinos {
    margin-top: 20px;
    position: relative;
}

.best-casinos__title_2 {
    margin-top: 30px;
}

.title {
    font-weight: bold;
    font-size: 25px;
    line-height: 29px;
    margin-bottom: 20px;
    color: #2F3031;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.title-text {
    font-size: 22px;
    line-height: 25px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0;
}

.title-img {
    display: flex;
    margin-right: 20px;
}

.best-casinos__text {
    font-size: 16px;
    line-height: 20.8px;
    color: #606060;
    margin-bottom: 20px;
}

.best-casinos__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 20px;
    margin-bottom: 30px;
}

.best-casinos__item {
    background: -webkit-linear-gradient(210.74deg, rgba(137, 183, 44, 0.2) 17.45%, rgba(150, 191, 55, 0) 53.19%), #FFFFFF;
    background: linear-gradient(239.26deg, rgba(137, 183, 44, 0.2) 17.45%, rgba(150, 191, 55, 0) 53.19%), #FFFFFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 13px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}

.b-casinos__main {
    font-size: 14px;
    line-height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.casino-name {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    padding-top: 5px;
    text-transform: uppercase;
    font-weight: bold;
    color: #2F3031
}

.casino-name img {
    max-width: 64px;
}

.casino-bonus {
    font-weight: normal;
    color: #2F3031;
}

.bonus {
    margin-bottom: 10px;
}

.owner-link {
    position: relative;
    margin-left: 30px;
    font-weight: bold;
    color: #74AA1D
}

.owner-link::after {
    content: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M16.7792 7.68882C16.6362 7.49329 13.2305 2.90112 8.88078 2.90112C4.53105 2.90112 1.12517 7.49329 0.982391 7.68863C0.847016 7.87413 0.847016 8.12573 0.982391 8.31123C1.12517 8.50676 4.53105 13.0989 8.88078 13.0989C13.2305 13.0989 16.6362 8.50673 16.7792 8.31138C16.9147 8.12592 16.9147 7.87413 16.7792 7.68882ZM8.88078 12.044C5.67674 12.044 2.90171 8.99607 2.08024 7.99966C2.90064 7.00238 5.66987 3.95606 8.88078 3.95606C12.0847 3.95606 14.8595 7.00344 15.6813 8.00038C14.8609 8.99763 12.0917 12.044 8.88078 12.044Z' fill='url(%23paint0_linear)'/%3E%3Cpath d='M8.88067 4.83521C7.1356 4.83521 5.71582 6.25499 5.71582 8.00005C5.71582 9.74512 7.1356 11.1649 8.88067 11.1649C10.6257 11.1649 12.0455 9.74512 12.0455 8.00005C12.0455 6.25499 10.6257 4.83521 8.88067 4.83521ZM8.88067 10.1099C7.71723 10.1099 6.77079 9.16346 6.77079 8.00005C6.77079 6.83665 7.71726 5.89018 8.88067 5.89018C10.0441 5.89018 10.9905 6.83665 10.9905 8.00005C10.9905 9.16346 10.0441 10.1099 8.88067 10.1099Z' fill='url(%23paint1_linear)'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='9.45796' y1='6.81456' x2='17.9512' y2='7.57872' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2399C039'/%3E%3Cstop offset='1' stop-color='%2374AA1D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear' x1='9.10897' y1='7.26425' x2='12.485' y2='7.45785' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2399C039'/%3E%3Cstop offset='1' stop-color='%2374AA1D'/%3E%3C/linearGradient%3E%3CclipPath id='clip0'%3E%3Crect width='16' height='16' fill='white' transform='translate(0.880859)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    position: absolute;
    top: 0;
    right: -20px;
}

.b-casinos__controls {
    min-width: 82px;
    width: 28%;
}

.b-casinos__controls>.slot-item__details-rating {
    width: 82px;
    margin: 0 auto 5px;
}

.b-casinos__controls svg {
    margin: 0 auto 5px;
    display: block;
}

.casino-link {
    border: 1px solid #CCCCCC;
    display: block;
    padding: 5px 8px;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #CCCCCC;
    max-width: 100%;
    margin-left: auto;
    min-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.casino-link-primary {
    background: #99C039;
    color: #FFFFFF;
    margin-bottom: 5px;
    border: none;
}

.alltime-casinos {
    margin-top: 25px;
}

.table-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0 20px;
    margin-bottom: 25px;
    transition: all 0.5s ease-out;
}

.table-wrapper__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    background: #2F3031;
    height: 34px;
    margin-bottom: 5px;
    display: none;
}

.panel {
    position: relative;
    width: 100%;
    background: linear-gradient(239.26deg, rgba(137, 183, 44, 0.2) 17.45%, rgba(150, 191, 55, 0) 53.19%), #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 20px;
}

.panel .panel__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.panel .panel-box {
    padding: 20px 0;
    border-bottom: 1px solid #F2F2F2;
    font-size: 14px;
    line-height: 21px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: stretch;
}

.panel__content .panel-box {
    padding: 10px 22px;
    width: 20%;
}

.panel__content .panel-box:first-child {
    width: 30%;
}

.panel__content .panel-box:nth-child(2) {
    width: 30%;
}
.panel__header-medal {
    position: relative;
    display: flex;
    justify-content: center;
}

.posts__counter {
    position: absolute;
    top: 10px;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
}

.panel__content {
    height: auto;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s;
    transition: max-height 0.3s;
}

.panel__content.active {
    max-height: 500px;
}

.panel-toggle.active img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel .panel-box:last-child {
    border-width: 0;
    margin-bottom: 17px;
}

.panel .panel__header-icon {
    max-width: 31px;
    max-height: 31px;
    width: 100%;
    margin-bottom: 30px;
}


/* .panel__header-rank {
    width: 100%;
} */

.panel .panel__header-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.panel .panel__header-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 13px;
}

.panel .panel__header-logo {
    max-width: 64px;
    max-height: 33px;
}

.panel .panel__header-name a {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #2F3031;
}

.panel__header-name-footer {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
    gap: 8px;
    margin-top: 5px;
    font-weight: normal;
}

.panel__header-name-footer>img {
    max-width: 14px;
}

.panel .panel__header-bonus {
    font-size: 14px;
    line-height: 16px;
}

.panel .panel__header-controls {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px 20px;
    max-width: 82px;
}

.panel__header-controls>.slot-item__details-rating {
    width: 82px;
    flex-shrink: 0;
}

.panel .panel__header-link {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    outline: none;
    background: #99C039;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-weight: bold;
    font-size: 14px;
    line-height: 99.49%;
    text-align: center;
    min-height: 45px;
    width: 100%;
    padding: 5px 5px;
    max-width: 170px;
    color: #FFFFFF;
}

.panel .panel-toggle-desc {
    position: relative;
    background: transparent;
    border: 1px solid #CCCCCC;
    box-shadow: none;
    -webkit-box-shadow: none;
    color: #CCCCCC;
    cursor: pointer;
    padding-right: 25px;
    padding-left: 10px;
    display: none;
}

.panel .panel-toggle-desc.active {
    background-color: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    transition: all 0.3s;
}

.panel .panel-toggle-desc::after {
    content: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M8.86933 2.37087L8.57452 2.07401C8.48174 1.98131 8.3583 1.93023 8.22637 1.93023C8.09452 1.93023 7.97093 1.98131 7.87815 2.07401L4.5152 5.43711L1.14836 2.07028C1.05573 1.97758 0.932142 1.92657 0.800288 1.92657C0.668433 1.92657 0.544773 1.97758 0.452065 2.07028L0.157185 2.36531C-0.0348168 2.55717 -0.0348168 2.86968 0.157185 3.06154L4.1658 7.08457C4.25844 7.1772 4.38188 7.24247 4.5149 7.24247H4.51644C4.64837 7.24247 4.77181 7.17713 4.86444 7.08457L8.86933 3.07244C8.96211 2.9798 9.01304 2.85263 9.01318 2.72078C9.01318 2.58885 8.96211 2.46343 8.86933 2.37087Z' fill='%23CCCCCC'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='9' height='9' fill='white' transform='translate(0.0131836 0.0845337)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.3s;
}

.panel .panel-toggle-desc.active::after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
}

.panel .panel__content-bank-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px;
    flex-wrap: wrap;
}

.panel .panel__content-bank-list li {
    list-style: none;
}

.panel .panel__content-bank-list li::marker {
    list-style: none;
    display: none;
}

.panel .panel__content-bank-list li:not(:last-child) {
    margin-right: 8px;
}

.panel .panel__content-bank-list li img {
    max-height: 20px;
}

.panel .panel-toggle {
    background-color: #9AC03A;
    border-width: 0;
    outline: none;
    cursor: pointer;
    position: absolute;
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 50%) rotate(180deg);
    transform: translate(-50%, 50%) rotate(180deg);
}

.panel__review {
    display: none;
}

.panel .table-wrapper__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background: -webkit-linear-gradient(210.74deg, rgba(137, 183, 44, 0.2) 17.45%, rgba(150, 191, 55, 0) 53.19%), #FFFFFF;
    background: linear-gradient(239.26deg, rgba(137, 183, 44, 0.2) 17.45%, rgba(150, 191, 55, 0) 53.19%), #FFFFFF;
    /* backdrop-filter: blur(30px); */
    padding: 10px 0;
    margin-bottom: 5px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.body-number__img {
    width: 10%;
    /* margin: 0 auto; */
}

.header-number {
    width: 8%;
    text-align: center;
}

.body-name__img {
    width: 15%;
    /* margin: 0 auto; */
}

.header-name {
    width: 23%;
    text-align: center;
}

.header-title,
.body-title__text {
    width: 15%;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    color: #2F3031;
    max-width: 195px;
    text-align: left;
    /* margin: 0 auto; */
}

.body-title__text-info__comments {
    font-weight: normal;
    font-size: 14px;
    color: #2F3031;
    margin-right: 5px;
}

.body-title__text-info__comments:before {
    content: url(../images/comments.svg);
    margin-right: 5px;
    vertical-align: middle;
}

.body-title__text-info__country:before {
    content: url(../images/ukraine.svg);
}

.body-title__text-info__country {
    vertical-align: bottom;
}

.body-bonus__text {
    width: 15%;
    text-align: center;
    font-size: 18px;
    /* margin: 0 auto; */
}

.header-bonus {
    width: 23%;
}

.body-bonus__text {
    border-left: 1px solid #F2F2F2;
    border-right: 1px solid #F2F2F2;
}

.body-rating__img {
    position: relative;
    /* margin: 0 auto; */
}

.body-rating__img span {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: #FFF;
    position: absolute;
    left: 40px;
    /* top: 4px; */
}

.body-rating__img {
    width: 10%;
    margin: 0 auto;
}

.header-acc-btn,
.body-acc-btn {
    width: 17.5%;
}

.body-acc-btn {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: #CCCCCC;
    padding: 0;
    height: 45px;
    line-height: 45px;
    position: relative;
    max-width: 170px;
    margin: 0 auto;
    border: 1px solid #CCCCCC;
    background: transparent;
    cursor: pointer;
}

.body-website {
    width: 17.5%;
}

.body-website a {
    display: block;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    padding: 0;
    height: 45px;
    line-height: 45px;
    position: relative;
    max-width: 170px;
    margin: 0 auto;
    color: #fff;
    background: -webkit-linear-gradient(356.72deg, #99C039 52.78%, #74AA1D 103.39%);
    background: linear-gradient(93.28deg, #99C039 52.78%, #74AA1D 103.39%);
}

.body-content__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.details-methods__title,
.details-duration__title,
.details-options__title,
.details-software__title,
.details-bonus__title {
    font-size: 18px;
    color: #2F3031;
    line-height: 25px;
}

.body-content__reviews {
    margin-top: 25px;
}

.body-content__reviews-title {
    font-size: 18px;
    color: #2F3031;
    /* margin-bottom: 5px; */
}

.body-content__reviews-rate span {
    color: #F8D000;
    border: 1px solid #FFFFFF;
    font-size: 25px;
}

.body-content__reviews-review {
    font-size: 16px;
    color: #606060;
    margin-top: 6px
}

.reviews-review {
    display: block;
    font-weight: bold;
    margin-top: 6px;
}


/* Featured Games */

.featured-games {
    margin: 25px 0 50px 0;
}

.featured-games__description p {
    font-size: 16px;
    line-height: 21px;
    color: #606060;
    margin-bottom: 25px;
}

.featured-games__row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 26px;
    justify-content: center;
    transition: all 0.5s ease-out;
}

.slot-item {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    max-width: 155px;
    min-height: 220px;
    width: 100%;
    transition: all 0.2s linear;
}

.slot-item:hover {
    background: rgba(137, 183, 44, 0.1);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.3s linear;
}

.slot-item__img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: auto;
}

.slot-item__details {
    padding: 0 17px;
    text-align: left;
    position: relative;
    top: -15px;
}

.slot-item__details-rating {
    display: flex;
    align-items: center;
    background-image: url("data:image/svg+xml,%3Csvg width='79' height='25' viewBox='0 0 79 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.57471 2L78.5747 2L72.5747 12.5L78.5747 23H11.5747L9.57471 12.5V2Z' fill='%23F8D000'/%3E%3Cpath d='M4.14439 17.3396L3.15327 17.3879L1.23169 22.9087C1.17046 23.0846 1.31294 23.2644 1.49815 23.245L4.19165 22.9629C4.2669 22.9551 4.3417 22.9811 4.3958 23.034L6.33208 24.9275C6.46519 25.0577 6.68853 25.0052 6.74971 24.8293L8.68384 19.2725L8.11353 18.7189L4.14439 17.3396Z' fill='%23FF4755'/%3E%3Cpath d='M8.68388 19.2725L9.0747 18.1497L3.54297 16.2686L3.15332 17.388C4.72412 18.5089 6.62607 19.195 8.68388 19.2725V19.2725Z' fill='%23FC2B3A'/%3E%3Cpath d='M14.0052 17.3396L14.9963 17.3879L16.9179 22.9087C16.9792 23.0846 16.8367 23.2644 16.6515 23.245L13.958 22.9629C13.8827 22.9551 13.8079 22.9811 13.7539 23.034L11.8176 24.9275C11.6845 25.0577 11.4611 25.0052 11.4 24.8293L9.46582 19.2725L10.0361 18.7189L14.0052 17.3396Z' fill='%23FF4755'/%3E%3Cpath d='M9.46553 19.2725L9.07471 18.1497L14.6064 16.2686L14.9961 17.388C13.4253 18.5089 11.5233 19.195 9.46553 19.2725Z' fill='%23FC2B3A'/%3E%3Cpath d='M9.07464 17.5838C-0.000162484 17.5838 0.00364647 8.7689 0.011166 8.61738C0.249398 3.81807 4.21615 0 9.07464 0C13.9331 0 17.8999 3.81807 18.1381 8.61743C18.1456 8.76895 18.1495 17.5838 9.07464 17.5838Z' fill='%23FFE27A'/%3E%3Cpath d='M9.0748 17.2349C4.21631 17.2349 0.249707 13.4168 0.0114258 8.61743C0.00390631 8.76895 0 8.92144 0 9.0748C0 14.0867 4.06294 18.1496 9.0748 18.1496C14.0867 18.1496 18.1496 14.0867 18.1496 9.0748C18.1496 8.92139 18.1457 8.76895 18.1382 8.61743C17.8999 13.4168 13.9333 17.2349 9.0748 17.2349Z' fill='%23F9CF58'/%3E%3Cpath d='M9.0747 15.6311C1.94008 15.6311 1.93051 8.61533 1.94008 8.46406C2.17597 4.72891 5.28007 1.77246 9.0747 1.77246C12.8693 1.77246 15.9734 4.72891 16.2093 8.46406C16.2189 8.61528 16.2093 15.6311 9.0747 15.6311V15.6311Z' fill='%23FFBA57'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    height: 25px;
    position: relative;
}

.casino-rating {
    max-width: 82px;
    display: none
}

.b-casinos__controls>.casino-rating {
    display: flex;
}

.slot-item__details-rating span {
    position: absolute;
    left: 21px;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
}

/* .slot-item__details-date {
    display: flex;
    align-items: center;
    background-image: url('data:image/svg+xml,%3Csvg width="88" height="22" viewBox="0 0 88 22" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M0 0.0949707L88 0.0949707L82 10.595L88 21.095H0V10.595V0.0949707Z" fill="%23F8D000"/%3E%3C/svg%3E%0A');
    background-repeat: no-repeat;
    height: 25px;
    position: relative;
}

.slot-item__details-date span {
    position: absolute;
    left: 6px;
    top: 2px;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
} */

.slot-item__details-title {
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    color: #2F3031;
    padding: 9px 0 0 0;
}

.show-more {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: #2F3031;
    max-width: 210px;
    width: 100%;
    height: 45px;
    border: 1px solid #2F3031;
    background: transparent;
    cursor: pointer;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s linear;
}

.show-more:hover {
    background: #74AA1D;
    color: #FFF;
    border: 1px solid transparent;
    transition: all 0.2s linear;
}

.dark-green {
    transition: all 0.2s linear;
}

.dark-green:hover {
    background: #74AA1D;
    transition: all 0.3s linear;
}


/* Rated Casinos */

.rated-casinos {
    margin-bottom: 50px;
    position: relative;
    overflow-x: clip;
    /* overflow-x: hidden; */
}

.rated-casinos__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.rated-casinos__item {
    background: -webkit-linear-gradient(210.74deg, rgba(137, 183, 44, 0.2) 17.45%, rgba(150, 191, 55, 0) 53.19%), #FFFFFF;
    background: linear-gradient(239.26deg, rgba(137, 183, 44, 0.2) 17.45%, rgba(150, 191, 55, 0) 53.19%), #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 154px;
    min-height: 147px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.r-casinos__item-title {
    margin-top: 20px;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #2F3031;
}


/* Best Netent Casinos */

.netent-casinos {
    background: -webkit-linear-gradient(21.38deg, #333333 3.44%, rgba(0, 0, 0, 0.6) 63.92%), url(../images/netent-bg.jpg);
    background: linear-gradient(68.62deg, #333333 3.44%, rgba(0, 0, 0, 0.6) 63.92%), url(../images/netent-bg.jpg);
    background-size: cover;
    background-position: right;
    background-position: 75% 0%;
    padding: 50px 0;
    position: relative;
}

.netent-casinos__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 1;
    position: relative;
}

.n-casinos__row-title,
.n-casinos__row-subtitle {
    color: #FFFFFF;
}

.n-casinos__row-list {
    padding: 0;
    margin: 30px 0 0 0;
}

.n-casinos__row-list li {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #FFFFFF;
}

.n-casinos__row-list li:before, .d-review__list li:before {
    content: "";
    border-radius: 50%;
    width: 8.35px;
    height: 8.35px;
    background: -webkit-linear-gradient(356.72deg, #99C039 52.78%, #74AA1D 103.39%);
    background: linear-gradient(93.28deg, #99C039 52.78%, #74AA1D 103.39%);
    display: inline-block;
    margin-right: 14px;
    position: relative;
    top: -1.5px;
}

.n-casinos__row-list li:not(:last-child) {
    margin-bottom: 30px;
}

/* Detailed Review */

.detailed-review {
    margin-top: 40px;
}
.detailed-review__content {
    margin-top: 35px;
}
.d-review__content-inner {
    margin-bottom: 30px;
    font-size: 14px;
    color: #2F3031;
    max-width: 790px;
    width: 100%;
}
.d-review__content-inner h2 {
    font-weight: bold;
    font-size: 25px;
    line-height: 29px;
    color: #2F3031;
    margin-bottom: 20px;
    margin-top: 30px;
}
.d-review__content-inner h3 {
    font-weight: bold;
    font-size: 22px;
    line-height: 25px;
    color: #2F3031;
    margin-bottom: 20px;
    margin-top: 30px;
}
.d-review__content-inner .h3 {
    font-weight: bold;
    font-size: 22px;
    line-height: 25px;
    color: #2F3031;
    margin-bottom: 20px;
    margin-top: 30px;
}
.d-review__content-inner h4 {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #2F3031;
    margin-bottom: 20px;
    margin-top: 30px;
}
.d-review__content-inner h5 {
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    color: #2F3031;
    margin-bottom: 20px;
    margin-top: 30px;
}
.d-review__content-inner h6 {
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    color: #2F3031;
    margin-bottom: 20px;
    margin-top: 30px;
}
.d-review__content-inner p:not(:last-child) {
    margin-bottom: 20px;
}
.d-review__content-inner p strong {
    width: 100%;
    font-size: 16px;
    line-height: 21px;
    color: #2F3031;
    margin: 35px 0 30px 0;
}
/* .d-review__highlited {
    max-width: 880px;
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    color: #2F3031;
    margin: 35px 0 30px 0;
} */
.d-review__content-inner .d-review__list li:not(:last-child) {
    margin-bottom: 10px;
}


/* About Project */

.about-project {
    padding: 50px 0 15px;
    position: relative;
    overflow: clip;
}

.about-project__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px 20px
}

.about-project__row-leader {
    position: relative;
}

.about-project__row-leader img {
    max-width: 161px;
    border-radius: 50%;
}

.row-leader__shadow {
    background: -webkit-linear-gradient(210.74deg, rgba(137, 183, 44, 0.2) 17.45%, rgba(150, 191, 55, 0) 53.19%), #FFFFFF;
    background: linear-gradient(239.26deg, rgba(137, 183, 44, 0.2) 17.45%, rgba(150, 191, 55, 0) 53.19%), #FFFFFF;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 4px 20px rgb(0 0 0 / 10%);
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    position: absolute;
    width: 161px;
    height: 161px;
    left: 0;
    top: 10px;
    border-radius: 50%;
    z-index: -2;
    left: -10px;
}

.about-project__row-content {
    max-width: 600px;
    width: 100%;
}

.row-content__title {
    margin: 0;
}

.row-content__subtitle {
    position: relative;
    margin: 20px 0;
}

.row-content__subtitle::after {
    content: url("data:image/svg+xml,%3Csvg width='32' height='27' viewBox='0 0 32 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5971 0.219971H4.44319C3.44947 0.219971 2.60498 0.567764 1.90933 1.26315C1.214 1.95868 0.866211 2.80317 0.866211 3.79696V10.9507C0.866211 11.9444 1.21381 12.7888 1.90933 13.4841C2.60491 14.1795 3.44966 14.5274 4.44319 14.5274H8.61624C9.11288 14.5274 9.53525 14.7014 9.88304 15.049C10.2308 15.3965 10.4047 15.819 10.4047 16.316V16.9118C10.4047 18.2284 9.93883 19.3521 9.00743 20.2837C8.07596 21.2149 6.95206 21.6807 5.63534 21.6807H4.44319C4.12006 21.6807 3.84072 21.799 3.60464 22.0348C3.36875 22.2707 3.25071 22.5502 3.25071 22.8731V25.258C3.25071 25.5804 3.36875 25.8605 3.60464 26.0964C3.84091 26.3321 4.12 26.4505 4.44319 26.4505H5.63541C6.9272 26.4505 8.15987 26.1986 9.33362 25.6958C10.5073 25.1929 11.5226 24.5127 12.3796 23.6557C13.2364 22.7986 13.9165 21.7835 14.4194 20.6098C14.9223 19.4361 15.1739 18.2035 15.1739 16.9119V3.7967C15.1739 2.80291 14.8261 1.95848 14.1307 1.26309C13.4353 0.567699 12.5906 0.219971 11.5971 0.219971Z' fill='url(%23paint0_linear)'/%3E%3Cpath d='M30.8226 1.26315C30.1273 0.567764 29.2827 0.219971 28.289 0.219971H21.1353C20.1416 0.219971 19.2971 0.567764 18.6017 1.26315C17.9064 1.95874 17.5587 2.80317 17.5587 3.79696V10.9507C17.5587 11.9444 17.9064 12.7888 18.6017 13.4841C19.2971 14.1795 20.1417 14.5274 21.1353 14.5274H25.3084C25.805 14.5274 26.2277 14.7014 26.5754 15.049C26.9228 15.3967 27.0971 15.819 27.0971 16.316V16.9118C27.0971 18.2284 26.6312 19.3521 25.6996 20.2837C24.7682 21.2149 23.6446 21.6807 22.3277 21.6807H21.1353C20.8125 21.6807 20.5329 21.799 20.297 22.0348C20.061 22.2707 19.9429 22.5502 19.9429 22.8731V25.258C19.9429 25.5804 20.061 25.8605 20.297 26.0964C20.5328 26.3321 20.8124 26.4505 21.1353 26.4505H22.3277C23.6193 26.4505 24.8519 26.1986 26.0258 25.6958C27.1993 25.1929 28.2144 24.5127 29.0715 23.6557C29.9285 22.7986 30.609 21.7833 31.1116 20.6098C31.6145 19.4364 31.8661 18.2035 31.8661 16.9119V3.7967C31.8659 2.80291 31.5185 1.95848 30.8226 1.26315Z' fill='url(%23paint1_linear)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='8.5361' y1='10.286' x2='16.185' y2='10.5253' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2399C039'/%3E%3Cstop offset='1' stop-color='%2374AA1D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear' x1='25.2285' y1='10.286' x2='32.8772' y2='10.5253' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2399C039'/%3E%3Cstop offset='1' stop-color='%2374AA1D'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
    position: absolute;
    right: 0;
    top: -50px;
}

.row-content__text {
    position: relative;
}

.row-content__text p {
    font-style: italic;
    color: #2F3031;
}

.row-content__text p:not(:last-child) {
    margin-bottom: 30px;
}

.row-content__leader-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


/* Info Section */

.info-section {
    background: url(../images/info-bg.png);
    padding: 40px 0;
    background-size: cover;
    background-position: right;
    background-position: 70% 0%;
    margin-bottom: 25px;
}

.info-section__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.info-section__row-text {
    max-width: 800px;
    width: 100%;
}

.info-section__row-text p {
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}


/* Casino Banking Options */

.banking-options {
    margin-bottom: 30px;
    margin-top: 60px;
}

.banking-options__text {
    margin: 25px 0 35px 0;
    /* font-size: 16px; */
    color: #606060;
}

.banking-options__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.banking-options__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 0;
    background: -webkit-linear-gradient(210.74deg, rgba(137, 183, 44, 0.2) 17.45%, rgba(150, 191, 55, 0) 53.19%), #FFFFFF;
    background: linear-gradient(239.26deg, rgba(137, 183, 44, 0.2) 17.45%, rgba(150, 191, 55, 0) 53.19%), #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    max-width: 350px;
    width: 100%
}

.b-options-item__img {
    max-width: 115px;
    width: 100%;
    text-align: center;
}

.b-options-item__info h4 {
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    color: #2F3031;
}

.b-options-item__info {
    min-width: 182px;
    width: 182px;
}

.b-options-item__info p {
    font-size: 14px;
    color: #606060;
}


/* Banking Options FAQ => accordeon */

.banking-options-faq {
    margin-top: 70px;
    /* margin-bottom: 80px; */
    position: relative;
    overflow-x: clip;
    /* overflow-x: hidden; */
}

.accordion,
.tables {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: auto;
}

.accordion .a-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

.accordion .a-container:last-child {
    margin-bottom: 0px;
}

.accordion .a-container .a-btn {
    margin: 0;
    position: relative;
    padding: 15px 30px;
    color: #2F3031;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    background: -webkit-linear-gradient(210.74deg, rgba(137, 183, 44, 0.2) 17.45%, rgba(150, 191, 55, 0) 53.19%), #FFFFFF;
    background: linear-gradient(239.26deg, rgba(137, 183, 44, 0.2) 17.45%, rgba(150, 191, 55, 0) 53.19%), #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    padding-right: 70px;
}

.accordion .a-container .a-panel {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    height: auto;
    max-height: 0;
    overflow: hidden;
    padding: 0px 10px;
}

.accordion .a-container .a-panel p {
    color: #262626;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

.accordion .a-container.active .a-btn {
    color: #fff;
    background: -webkit-linear-gradient(356.72deg, #99C039 52.78%, #74AA1D 103.39%);
    background: linear-gradient(93.28deg, #99C039 52.78%, #74AA1D 103.39%);
}

.accordion .a-container.active .a-panel {
    padding: 15px 25px;
    opacity: 1;
    max-height: 500px;
    background: -webkit-linear-gradient(210.74deg, rgba(137, 183, 44, 0.2) 17.45%, rgba(150, 191, 55, 0) 53.19%), #FFFFFF;
    background: linear-gradient(239.26deg, rgba(137, 183, 44, 0.2) 17.45%, rgba(150, 191, 55, 0) 53.19%), #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.arrow {
    margin: 25px;
    display: inline-block;
    height: 12px;
    position: relative;
    width: 12px;
    position: absolute;
    right: 0;
    top: -8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
     transition: all 0.3s;
}

.arrow::after {
    content: '';
    display: inline-block;
    height: 12px;
    left: 0;
    position: absolute;
    top: 0;
    width: 12px;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-right-style: solid;
    border-right-width: 3px;
    border-color: #262626;
}

.accordion .a-container.active .a-btn .arrow,
.tables .a-container.active .a-btn .arrow {
    top: 0px;
    -webkit-transform: rotate(-136deg);
    transform: rotate(-136deg);
    transition: all 0.3s;
}

.accordion .a-container.active .arrow:after {
    border-color: #FFF;
}


/* Tables */

.tables .a-container+.a-panel {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    height: auto;
    max-height: 0;
    overflow: hidden;
    padding: 0px 10px;
}

.tables .a-container.active .a-btn {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.tables .a-container.active {
    margin-bottom: 0;
}

.tables .a-container.active+.a-panel {
    padding: 15px 25px;
    opacity: 1;
    max-height: 500px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    border: 1px solid #F2F2F2;
    margin-bottom: 5px;
}

.tables .a-container.active .arrow:after {
    height: 8px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 8px;
    border-bottom-width: 2px;
    border-right-width: 2px;
    border-color: #CCCCCC;
}

.tables .a-container .arrow:after {
    width: 8px;
    height: 8px;
    border-bottom-width: 2px;
    border-right-width: 2px;
    border-color: #CCCCCC;
    left: 5px;
    top: -7px;
}


/* Footer */

.footer_newsletter {
    background: url(../images/newsletter-bg.png);
    background-size: auto;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 22px 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin: -70px auto -100px;
    gap: 13px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 35px;
}

.newsletter_title {
    font-weight: bold;
    font-size: 25px;
    line-height: 29px;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
}

.newsletter_form_wrapper {
    position: relative;
    width: 100%;
    max-width: 260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
}

.newsletter_form_wrapper input {
    width: 100%;
    height: 40px;
    padding-right: 50px;
    padding-left: 15px;
    border: 0px solid transparent;
    border-radius: 0;
    background-color: transparent;
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
    box-sizing: border-box;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
}

.newsletter_form_wrapper input::-webkit-input-placeholder {
    color: #FFF;
}

.newsletter_form_wrapper input::-moz-placeholder {
    color: #FFF;
}

.newsletter_form_wrapper input:-ms-input-placeholder {
    color: #FFF;
}

.newsletter_form_wrapper input::placeholder {
    color: #FFF;
}

.newsletter_form_wrapper input[type="submit"] {
    width: 170px;
    height: 40px;
    cursor: pointer;
    background: #F8D000;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    padding-right: 30px;
    padding-left: 30px;
    outline: none;
    border: none;
    transition: all 0.3s linear;
}

.newsletter_form_wrapper input[type="submit"]:hover {
    transition: all 0.4s linear;
    background: #E3C006;
}

.footer-first__row {
    background-color: #2F3031;
    /*padding-top: 15px;*/
    margin-top: 60px;
}

.footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*padding: 110px 0 0;*/
    padding: 50px 0 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.footer__info .footer-logo img {
    width: 80px;
    height: 80px;
}

.footer-googleplay {
    margin-top: 35px;
    display: none;
}

.footer__menu-list {
    padding: 16px 0;
    width: 100%;
}


/* .footer__menu-list:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
} */

.footer__menu-list ul {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: auto;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
}

.leader-info__name {
    font-weight: bold;
    font-size: 1.17em;
}

.footer__menu-list .h4 {
    position: relative;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.footer-arrow {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    position: absolute;
    right: 0;
}

.footer__menu-list.active ul {
    max-height: 500px;
    opacity: 1;
}

.footer__menu-list.active .footer-arrow {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.footer__menu-list ul li {
    margin-top: 15px;
}

.footer__menu-list ul li a {
    font-size: 16px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.3s;
}

.footer__menu-list ul li a:hover {
    transition: all 0.4s;
    color: #CCCCCC;
}

.soc-icons {
    background: -webkit-linear-gradient(51.31deg, rgba(137, 183, 44, 0.2) -14%, rgba(150, 191, 55, 0) 61.91%), #2F3031;
    background: linear-gradient(38.69deg, rgba(137, 183, 44, 0.2) -14%, rgba(150, 191, 55, 0) 61.91%), #2F3031;
    padding: 8px 10px 8px 10px;
    border-radius: 50%;
    font-size: 15px;
    color: #FFF;
}

.social-links a {
    text-align: center;
    float: left;
    width: 30px;
    height: 30px;
    background: -webkit-linear-gradient(51.31deg, rgba(137, 183, 44, 0.2) -14%, rgba(150, 191, 55, 0) 61.91%), #2F3031;
    background: linear-gradient(38.69deg, rgba(137, 183, 44, 0.2) -14%, rgba(150, 191, 55, 0) 61.91%), #2F3031;
    border-radius: 100%;
    margin-right: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s linear;
}

.social-links a:hover {
    background: #74AA1D;
    transition: all 0.2s linear;
}

.social-links a i {
    font-size: 15px;
    line-height: 31px;
    color: #FFF;
}

.footer-second__row {
    background: -webkit-linear-gradient(51.31deg, rgba(137, 183, 44, 0.2) -14%, rgba(150, 191, 55, 0) 61.91%), #2F3031;
    background: linear-gradient(38.69deg, rgba(137, 183, 44, 0.2) -14%, rgba(150, 191, 55, 0) 61.91%), #2F3031;
    padding-top: 30px;
}

.second__row-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.second__row-slogan {
    margin-bottom: 10px;
}

.footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.second__row-wrapper .footer__nav a {
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 12px;
    color: #FFFFFF;
    transition: all 0.3s;
}

.second__row-wrapper .footer__nav a:hover {
    transition: all 0.4s;
    color: #CCCCCC;
}

.footer-third__row {
    background: rgb(229, 229, 229);
    background: -webkit-linear-gradient(left, rgba(229, 229, 229, 0.8774860285911239) 59%, rgba(254, 246, 204, 0.6898109585631127) 100%);
    background: linear-gradient(90deg, rgba(229, 229, 229, 0.8774860285911239) 59%, rgba(254, 246, 204, 0.6898109585631127) 100%);
}

.third__row-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 17px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    gap: 15px 0;
}

.third__row-wrapper nav {
    width: 100%;
    text-align: center;
}

.third__row-wrapper .copyright {
    font-size: 14px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.2);
}

.third__row-wrapper nav a {
    display: inline-block;
    margin: 0 1rem;
    font-size: 14px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}


/* Back to top button */

.scrollToTopBtn {
    height: 45px;
    background: -webkit-linear-gradient(356.72deg, #99C039 52.78%, #74AA1D 103.39%);
    background: linear-gradient(93.28deg, #99C039 52.78%, #74AA1D 103.39%);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    position: fixed;
    -webkit-transition: background-color .3s, opacity .5s, visibility .5s;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    cursor: pointer;
    z-index: 100;
    width: 100px;
    bottom: 28px;
    right: -15px;
}

.showBtn {
    opacity: 1;
}


/* Author Page */

.breadcrumbs {
    margin-top: 30px;
    margin-bottom: 30px;
}

.breadcrumbs a {
    font-size: 18px;
    color: #2F3031;
    border-bottom: 2px solid #2F3031;
    display: inline-block;
    margin-bottom: 5px;
}

.breadcrumbs span {
    font-size: 18px;
    color: #2F3031;
}

.breadcrumbs a.breadcrumbs-current {
    border-bottom: none;
}


/* .author-content {
    margin-bottom: 100px;
} */

/* .author-content__title:before {
    content: url(../images/author.png);
    position: relative;
    display: inline;
    top: 4px;
    left: 0;
    margin-right: 20px;
} */

.author-content-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.author-content__logo {
    display: flex;
    margin-right: 20px;
}
.author-content__logo img {
    border-radius: 50%;
}

.author-content__title {
    margin: 0 !important;
}

.author-content__text p,
.author-content__extratext p {
    color: #606060;
}

.author-content__socials {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px dashed #A9A9A9;
    border-bottom: 1px dashed #A9A9A9;
    padding: 20px 0px;
    margin: 35px 0;
}
.author-content__socials .content__socials:nth-child(even) {
    margin: 0 auto;
}

.author-content__socials .content__socials:nth-child(odd) {
    width: 50%;
    height: 55px;
    border-right: 1px dashed #A9A9A9;
    margin: 8px 0px;
}

.socials-left__img,
.socials-right__img {
    margin-right: 10px;
}

.content__socials{
    display: flex;
    align-items: center;
}

/* .content__socials-left {
    width: 50%;
}

.content__socials-right {
    margin: 0 auto;
} */

.socials-left__info,
.socials-right__info {
    line-height: 22px;
}

.socials-left__info-title,
.socials-right__info-title {
    font-weight: bold;
    font-size: 14px;
    color: #CCCCCC;
}

.socials-left__info-url a,
.socials-right__info-url a {
    font-weight: bold;
    font-size: 16px;
    color: #99C039;
}

/* .dashed-separator {
    height: 55px;
    border-right: 1px dashed #A9A9A9;
} */

.author-content__materials {
    margin: 25px 0;
}

.author-content__materials-list ul {
    display: flex;
    flex-wrap: wrap;
}

.author-content__materials-list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 13px;
    width: 50%;
}

.author-content__materials-list ul li img {
    margin-right: 15px;
    width: 37px;
    height: 37px;
    border-radius: 50%;
}

.author-content__materials-list ul li a {
    font-weight: bold;
    font-size: 18px;
    color: #2F3031;
}

/* Casino Page */

.casino-promo {
    overflow-x: clip;
    /* overflow-x: hidden; */
    position: relative;
}

.casino-promo__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    background: linear-gradient(239.26deg, rgba(137, 183, 44, 0.2) 17.45%, rgba(150, 191, 55, 0) 53.19%), #FFFFFF;
    border: 2px solid #89B72C;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    padding: 40px 40px 0 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
}

.promo__block-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-start;
}

.promo__block-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    width: 100%;
    align-items: center;
    padding: 20px 0 15px 0;
}

.promo__block-info__title {
    font-weight: bold;
    font-size: 25px;
    line-height: 29px;
    color: #2F3031;
    margin: 0;
}

.promo__block-info__payments {
    max-width: 60%;
    margin: 0 auto;
}

.promo__block-info__details {
    font-size: 14px;
    color: #2F3031;
    text-decoration: underline;
    position: absolute;
    right: 40px;
}

.promo__block-info__details a {
    color: #2F3031;
}

.promo__block-info__details__comments:before {
    content: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.08158 7.68381C7.80704 7.37801 8.37957 6.96175 8.79913 6.43488C9.21876 5.90813 9.42859 5.33449 9.42859 4.71395C9.42859 4.09338 9.21876 3.51976 8.79913 2.99292C8.37957 2.46614 7.80704 2.04984 7.08158 1.74396C6.35612 1.43813 5.56707 1.28528 4.71432 1.28528C3.86164 1.28528 3.07259 1.43823 2.34709 1.74406C1.62167 2.04989 1.04911 2.46619 0.62953 2.99299C0.209851 3.51976 0 4.09335 0 4.71395C0 5.24515 0.158649 5.74538 0.475572 6.21406C0.792494 6.6828 1.22779 7.07797 1.78133 7.39935C1.73672 7.50659 1.69096 7.60468 1.64407 7.69409C1.59716 7.78336 1.54141 7.86922 1.47663 7.95188C1.41189 8.03456 1.36172 8.09925 1.32598 8.14597C1.29025 8.19283 1.23223 8.25876 1.15185 8.34351C1.07144 8.42834 1.02008 8.48414 0.997819 8.51086C0.997819 8.50638 0.988835 8.51649 0.97101 8.54104C0.953114 8.5656 0.943075 8.5767 0.940823 8.57461C0.938618 8.57219 0.929659 8.58336 0.914061 8.60791C0.89844 8.6325 0.890606 8.64476 0.890606 8.64476L0.873836 8.67814C0.867175 8.69146 0.862672 8.70481 0.860467 8.71829C0.858215 8.73159 0.857089 8.74621 0.857089 8.76178C0.857089 8.77735 0.859294 8.7918 0.863797 8.80526C0.872781 8.86322 0.89844 8.91001 0.940823 8.9459C0.983253 8.98155 1.02894 8.99935 1.07813 8.99935H1.09823C1.3214 8.96811 1.5134 8.93241 1.67409 8.89219C2.3616 8.7136 2.9822 8.42785 3.53576 8.03503C3.93749 8.10647 4.33041 8.14217 4.71432 8.14217C5.567 8.14245 6.35614 7.98964 7.08158 7.68381ZM3.33491 7.12476L3.04023 7.33225C2.91521 7.41701 2.7769 7.50419 2.62507 7.59353L2.85951 7.03094L2.20994 6.65595C1.78128 6.40601 1.44874 6.11135 1.21213 5.77205C0.97549 5.43277 0.85723 5.08008 0.85723 4.71397C0.85723 4.25855 1.03253 3.83221 1.38295 3.43488C1.73332 3.03755 2.20544 2.72283 2.7992 2.4906C3.39292 2.25852 4.03134 2.14237 4.71437 2.14237C5.3974 2.14237 6.03586 2.25852 6.62955 2.4906C7.22327 2.72281 7.69539 3.03755 8.04595 3.43488C8.39636 3.83218 8.57153 4.25852 8.57153 4.71397C8.57153 5.16932 8.39636 5.59564 8.04595 5.99297C7.69541 6.39041 7.22329 6.70506 6.62955 6.93717C6.03586 7.16931 5.39747 7.28538 4.71437 7.28538C4.37962 7.28538 4.03809 7.25407 3.68983 7.19163L3.33491 7.12476Z' fill='black'/%3E%3Cpath d='M11.5245 7.93137C11.8415 7.46471 12 6.96373 12 6.42795C12 5.87885 11.8325 5.36537 11.4978 4.88776C11.163 4.41017 10.7075 4.01277 10.1317 3.6958C10.2343 4.0306 10.2856 4.36987 10.2856 4.7137C10.2856 5.31187 10.1363 5.87885 9.83695 6.41463C9.53786 6.95025 9.10926 7.42343 8.55125 7.83422C8.03336 8.20921 7.44406 8.49708 6.78329 8.69804C6.1227 8.89886 5.43292 8.99939 4.71414 8.99939C4.58026 8.99939 4.3838 8.99055 4.12491 8.97272C5.0222 9.56188 6.07582 9.85662 7.2856 9.85662C7.66958 9.85662 8.0624 9.82083 8.46423 9.74941C9.01777 10.1424 9.63838 10.428 10.3258 10.6067C10.4866 10.647 10.6785 10.6826 10.9018 10.7138C10.9553 10.7184 11.0045 10.7026 11.0491 10.667C11.0938 10.6312 11.1228 10.5822 11.1361 10.5198C11.1341 10.493 11.1361 10.4783 11.1429 10.4762C11.1495 10.474 11.1483 10.4595 11.1395 10.4327C11.1307 10.4059 11.1262 10.3925 11.1262 10.3925L11.1095 10.3591C11.1048 10.3503 11.0973 10.3379 11.086 10.3223C11.0749 10.3069 11.066 10.2956 11.0592 10.2889C11.0527 10.2822 11.0427 10.271 11.0292 10.2555C11.0159 10.24 11.0069 10.2299 11.0024 10.2254C10.9801 10.1986 10.9288 10.1428 10.8484 10.0579C10.768 9.97319 10.7101 9.90735 10.6744 9.86049C10.6386 9.8136 10.5884 9.74892 10.5237 9.66624C10.459 9.58372 10.4031 9.49776 10.3562 9.40844C10.3094 9.31917 10.2636 9.22092 10.219 9.11385C10.7724 8.79214 11.2078 8.39819 11.5245 7.93137Z' fill='black'/%3E%3C/svg%3E%0A");
    margin-right: 5px;
    vertical-align: middle;
}

/* .promo__block-info__details__country:before {
    content: url('https://flagcdn.com/za.svg');
} */
.promo__block-info__details__country {
    overflow: hidden;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    display: inline-flex;
    margin-bottom: 2px;
    vertical-align: middle;
    margin-right: 5px;
}
.promo__block-info__details__country img {
    width: auto;
    height: 100%;
    margin: 0 auto;
    width: 15px;
    height: 15px;
}

.promo__block-bonus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    width: 100%;
}

.promo__block-bonus__img {
    display: flex;
    width: 82px;
    flex-shrink: 0;
    align-items: center;
    background-image: url("data:image/svg+xml,%3Csvg width='79' height='25' viewBox='0 0 79 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.57471 2L78.5747 2L72.5747 12.5L78.5747 23H11.5747L9.57471 12.5V2Z' fill='%23F8D000'/%3E%3Cpath d='M4.14439 17.3396L3.15327 17.3879L1.23169 22.9087C1.17046 23.0846 1.31294 23.2644 1.49815 23.245L4.19165 22.9629C4.2669 22.9551 4.3417 22.9811 4.3958 23.034L6.33208 24.9275C6.46519 25.0577 6.68853 25.0052 6.74971 24.8293L8.68384 19.2725L8.11353 18.7189L4.14439 17.3396Z' fill='%23FF4755'/%3E%3Cpath d='M8.68388 19.2725L9.0747 18.1497L3.54297 16.2686L3.15332 17.388C4.72412 18.5089 6.62607 19.195 8.68388 19.2725V19.2725Z' fill='%23FC2B3A'/%3E%3Cpath d='M14.0052 17.3396L14.9963 17.3879L16.9179 22.9087C16.9792 23.0846 16.8367 23.2644 16.6515 23.245L13.958 22.9629C13.8827 22.9551 13.8079 22.9811 13.7539 23.034L11.8176 24.9275C11.6845 25.0577 11.4611 25.0052 11.4 24.8293L9.46582 19.2725L10.0361 18.7189L14.0052 17.3396Z' fill='%23FF4755'/%3E%3Cpath d='M9.46553 19.2725L9.07471 18.1497L14.6064 16.2686L14.9961 17.388C13.4253 18.5089 11.5233 19.195 9.46553 19.2725Z' fill='%23FC2B3A'/%3E%3Cpath d='M9.07464 17.5838C-0.000162484 17.5838 0.00364647 8.7689 0.011166 8.61738C0.249398 3.81807 4.21615 0 9.07464 0C13.9331 0 17.8999 3.81807 18.1381 8.61743C18.1456 8.76895 18.1495 17.5838 9.07464 17.5838Z' fill='%23FFE27A'/%3E%3Cpath d='M9.0748 17.2349C4.21631 17.2349 0.249707 13.4168 0.0114258 8.61743C0.00390631 8.76895 0 8.92144 0 9.0748C0 14.0867 4.06294 18.1496 9.0748 18.1496C14.0867 18.1496 18.1496 14.0867 18.1496 9.0748C18.1496 8.92139 18.1457 8.76895 18.1382 8.61743C17.8999 13.4168 13.9333 17.2349 9.0748 17.2349Z' fill='%23F9CF58'/%3E%3Cpath d='M9.0747 15.6311C1.94008 15.6311 1.93051 8.61533 1.94008 8.46406C2.17597 4.72891 5.28007 1.77246 9.0747 1.77246C12.8693 1.77246 15.9734 4.72891 16.2093 8.46406C16.2189 8.61528 16.2093 15.6311 9.0747 15.6311V15.6311Z' fill='%23FFBA57'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    height: 25px;
    position: relative;
    width: 82px;
    flex-shrink: 0;
}

.promo__block-bonus__img span {
    position: absolute;
    left: 21px;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
}

.promo__block-bonus__title {
    font-weight: bold;
    font-size: 23px;
    text-align: center;
    text-transform: uppercase;
    color: #2F3031;
    margin: 0 0 10px 0;
}

.promo__block-bonus__title span {
    font-size: 23px;
    font-weight: normal;
    text-transform: initial;
    color: #2F3031;
    display: block;
    margin-top: 10px;
}

.promo__block-action {
    text-align: center;
}

.promo__block-action a {
    width: 224px;
    font-size: 18px;
    flex-shrink: 0;
}

.promo__block-action__text a {
    font-weight: bold;
    font-size: 14px;
    color: #99C039
}


/* Casino Features */

.casino-features {
    background: -webkit-linear-gradient(210.74deg, rgba(137, 183, 44, 0.2) 17.45%, rgba(150, 191, 55, 0) 53.19%), #FFFFFF;
    background: linear-gradient(239.26deg, rgba(137, 183, 44, 0.2) 17.45%, rgba(150, 191, 55, 0) 53.19%), #FFFFFF;
    border-top: 1px solid #D9D9D9;
    /* border-bottom: 1px solid #D9D9D9; */
    margin: 30px 0;
}

.casino-features>.container {
    padding: 0;
}

.casino-features__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.casino-features__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 50%;
    padding: 15px;
    border-bottom: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    min-height: 75px;
    width: 100%;
}

.features__item-img {
    margin-right: 10px;
    display: flex;
}

.features__item-title {
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #99C039;
}

/* Casino Cards */

.casino-cards__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}

.casino-cards__box {
    max-width: 350px;
    width: 100%;
    min-height: 220px;
    background: -webkit-linear-gradient(218.02deg, rgba(137, 183, 44, 0.2) -3.79%, rgba(150, 191, 55, 0) 29.01%), #FFFFFF;
    background: linear-gradient(231.98deg, rgba(137, 183, 44, 0.2) -3.79%, rgba(150, 191, 55, 0) 29.01%), #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    padding: 25px 22px;
    box-sizing: border-box;
    word-wrap: break-word;
    position: relative;
}

.casino-cards__box.star-bg {
    background-image: url(../images/star.svg), -webkit-linear-gradient(218.02deg, rgba(137, 183, 44, 0.2) -3.79%, rgba(150, 191, 55, 0) 29.01%);
    background-image: url(../images/star.svg), linear-gradient(231.98deg, rgba(137, 183, 44, 0.2) -3.79%, rgba(150, 191, 55, 0) 29.01%);
    background-repeat: no-repeat;
    background-position: 93% 85%;
}

.c-cards__box-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #99C039;
    margin-bottom: 20px;
}

.c-cards__box-content span {
    font-weight: bold;
    font-size: 18px;
    color: #99C039;
    position: relative;
    width: 100%;
    cursor: pointer;
}

.c-cards__box-content__title {
    font-weight: bold;
    font-size: 18px;
    color: #99C039;
    line-height: 27px;
}

.c-cards__box-content__text {
    font-size: 18px;
    color: #2F3031;
    line-height: 27px;
}

.content-images {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 30px;
    /* justify-content: space-between; */
    align-items: center;
}

.c-cards__box-content__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.c-cards__box-content__images {
    /* width: 40%; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

.c-cards__box-content__images img {
    max-height: 36px;
    -o-object-fit: contain;
    object-fit: contain;
}

.c-cards__box-content.image-height img {
    max-height: 36px;
}

.c-cards__box-content.image-height img.hidden {
    display: none;
}

.box-content__images-row-1,
.box-content__images-row-2,
.box-content__images-row-3 {
    margin-bottom: 15px;
}

.box-content__images-row-1,
.box-content__images-row-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.box-content__images-row-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.box-content__images-row-2 img:first-child {
    margin-right: 20px;
}

.c-cards__box-content__images img {
    display: block;
    /* max-width: 105px; */
}

.c-cards__box-content__images img.hidden {
    display: none;
}

.c-cards__box-content__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* gap: 40px */
}
.box-content__lists {
    column-count: 2;
    /* column-gap: 30px; */
}
.box-content__lists li {
    display: flex;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #2F3031;
    align-items: center;
    margin-bottom: 15px;
    overflow: auto;
}

.box-content__lists img {
    margin-right: 10px;
    height: 30px;
}


/* Player Reviews */

.player-reviews {
    margin-top: 60px;
}

.player-reviews__title {
    align-items: flex-start;
    line-height: 35px;
}

.player-reviews__info-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* max-width: 730px; */
}

.player-reviews__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.player-reviews__subtitle {
    font-size: 18px;
    display: block;
    font-weight: normal;
    color: #2F3031;
}

.info-sort {
    display: none;
    border: none;
    font-size: 18px;
    margin-top: 13px;
    color: #2F3031;
    background: transparent;
    outline: none;
    cursor: pointer;
}


/* .nice-select-dropdown {
    width: 100%;
} */


/* .info-sort:active, .info-sort.open, .info-sort:focus {
	padding: 0;
} */

.player-reviews__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.player-review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* max-width: 730px; */
    box-sizing: border-box;
    background: -webkit-linear-gradient(218.02deg, rgba(137, 183, 44, 0.2) -3.79%, rgba(150, 191, 55, 0) 29.01%), #FFFFFF;
    background: linear-gradient(231.98deg, rgba(137, 183, 44, 0.2) -3.79%, rgba(150, 191, 55, 0) 29.01%), #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    padding: 20px 25px;
}

.player-reviews__review-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    /* max-width: 730px;  */
}

.player-reviews__review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
}

.p-reviews__review-medal {
    margin-right: 8px;
}

.review-info__title {
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    color: #2F3031;
}

.review-info__date {
    font-weight: bold;
    font-size: 14px;
    color: #CCCCCC;
}

.player-reviews__text {
    font-size: 16px;
    line-height: 21px;
    margin: 20px 0;
    color: #606060;
}

.moreText {
    display: none;
}

.read-more-btn {
    font-weight: bold;
    font-size: 14px;
    color: #9AC03A;
    cursor: pointer;
}

.text.show_more .moreText {
    display: inline;
}

.text.show_more .dots {
    display: none;
}

.player-reviews__text p.active {
    height: auto;
    max-height: none;
    opacity: 1;
    /* -webkit-line-clamp: initial; */
}

.player-reviews__text span svg {
    margin-left: 5px;
    transform: rotate(0deg);
    transition: all 0.3s;
}

.player-reviews__text span svg path {
    fill: #9AC03A;
}

.player-reviews__text p.show_more+span svg {
    transform: rotate(-180deg);
    transition: all 0.3s;
}

.player-reviews__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.reviews__action-reply {
    margin-right: 20px;
}

/* NEW */
/* .comment-like {
    display: flex;
    align-items: center;
    gap: 5px;
}
.comment-like span {
    font-size: 14px;
} */
.reviews__action-reply svg path,
.comment-like svg path {
    transition: all 0.2s linear;
}

.reviews__action-reply svg:hover>path,
.comment-like svg:hover>path {
    transition: all 0.2s linear;
    fill: #99C039;
}

.player-review-post {
    background: -webkit-linear-gradient(356.72deg, #99C039 52.78%, #74AA1D 103.39%);
    background: linear-gradient(93.28deg, #99C039 52.78%, #74AA1D 103.39%);
    border: none;
    outline: none;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    padding: 13px 0;
    color: #FFFFFF;
    cursor: pointer;
    /* max-width: 730px; */
}

.post-review-overlay {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 100;
}

.post-review-overlay.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.post-close-btn {
    position: absolute;
    background-color: transparent;
    border: none;
    outline: none;
    top: -45px;
    right: 0;
    width: 27px;
    height: 39px;
    cursor: pointer;
}

.post-close-btn::before,
.post-close-btn::after {
    content: '';
    display: block;
    width: 3px;
    height: 30px;
    background-color: #FFFFFF;
    position: absolute;
    left: 50%;
    bottom: -5px;
}

.post-close-btn::before {
    -webkit-transform: translateX(-50%) rotate(-50deg);
    transform: translateX(-50%) rotate(-50deg);
}

.post-close-btn::after {
    -webkit-transform: translateX(-50%) rotate(50deg);
    transform: translateX(-50%) rotate(50deg);
}

.post-review {
    max-width: 349px;
    background: -webkit-linear-gradient(210.74deg, rgba(137, 183, 44, 0.2) 17.45%, rgba(150, 191, 55, 0) 53.19%), #FFFFFF;
    background: linear-gradient(239.26deg, rgba(137, 183, 44, 0.2) 17.45%, rgba(150, 191, 55, 0) 53.19%), #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    /* -webkit-backdrop-filter: blur(30px); */
    /* backdrop-filter: blur(30px); */
    padding: 22px 40px;
    box-sizing: border-box;
    position: relative;
}

.post-review-success {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.post-review.success .post-review__body-title {
    text-align: center;
    margin: 35px 0;
}

.post-review.success a {
    width: 100%;
}

.post-review__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 35px;
}

.post-review__header-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #2F3031;
    margin-bottom: 20px;
}

.post-review__header-title span {
    display: block;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    color: #CCCCCC;
}

.post-review__rating {
    width: 225px;
}

.post-review__body a {
    margin: 10px;
}

.post-review__body-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #2F3031;
    margin: 38px auto 35px;
    text-align: center;
}

.post-review__form {
    margin-top: 10px;
    position: relative;
}

.post-review__form textarea {
    resize: none;
    width: 100%;
    border: 1px solid #CCCCCC;
    padding: 15px 20px;
    box-sizing: border-box;
    font-size: 14px;
    color: #CCCCCC;
    font-weight: bold;
    outline: none;
    background: transparent;
}
.post-review__form input.author-comment {
    resize: none;
    width: 100%;
    border: 1px solid #CCCCCC;
    padding: 15px 20px;
    box-sizing: border-box;
    font-size: 14px;
    color: #CCCCCC;
    font-weight: bold;
    outline: none;
    background: transparent;
    margin-bottom: 15px;
}

.post-review__form textarea::-webkit-input-placeholder, .post-review__form input.author-comment::-webkit-input-placeholder {
    font-size: 14px;
    color: #CCCCCC;
}

.post-review__form textarea::-moz-placeholder {
    font-size: 14px;
    color: #CCCCCC;
}

.post-review__form textarea:-ms-input-placeholder {
    font-size: 14px;
    color: #CCCCCC;
}

.post-review__form textarea::placeholder,.post-review__form input.author-comment::placeholder {
    font-size: 14px;
    color: #CCCCCC;
}

.required {
    border: 1px solid red !important;
    transition: all 0.3s;
}

.charactersRemaining {
    position: absolute;
    bottom: 90px;
    right: 15px;
    font-weight: bold;
    color: #CCCCCC;
    font-size: 14px;
}

.post-review__form button {
    width: 220px;
    outline: none;
    border: none;
    margin-top: 30px;
    cursor: pointer;
}

.post-review__body a {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #99C039;
    text-align: center;
    display: block;
}


/* Casino Register */

.casino-register {
    margin-top: 40px;
    margin-bottom: 30px;
}

.casino-register__wrapper {
    position: relative;
}


/* .casino-register__wrapper:after {
    content: '';
    position: absolute;
    right: 10px;
    height: 100%;
    width: 13px;
    background: #FBFAF7;
    top: 0;
    display: none;
} */

.casino-register__step-circle {
    position: relative;
}

.casino-register__step {
    padding: 35px 20px 25px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: -webkit-linear-gradient(197.27deg, rgba(137, 183, 44, 0.2) -19.93%, rgba(150, 191, 55, 0) 39.76%), #FFFFFF;
    background: linear-gradient(252.73deg, rgba(137, 183, 44, 0.2) -19.93%, rgba(150, 191, 55, 0) 39.76%), #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    position: relative;
}

.c-register__step-img {
    position: absolute;
    content: '';
    width: 76px;
    height: 76px;
    background: -webkit-linear-gradient(356.72deg, #99C039 52.78%, #74AA1D 103.39%);
    background: linear-gradient(93.28deg, #99C039 52.78%, #74AA1D 103.39%);
    bottom: 0;
    z-index: 50;
    border-radius: 50%;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
}

.step-img__number {
    font-size: 115px;
    font-weight: bold;
    color: #360000;
    position: absolute;
    right: -7px;
    top: -27px;
    line-height: 1.15;
}
.casino-register__step-circle:not(:last-child)::after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 7.5px;
    background: -webkit-linear-gradient(356.72deg, #99C039 52.78%, #74AA1D 103.39%);
    background: linear-gradient(93.28deg, #99C039 52.78%, #74AA1D 103.39%);
    bottom: -5px;
    z-index: 50;
    left: 47px;
}

.step-info__title {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #2F3031;
    margin-bottom: 10px;
}

.c-register__step-info {
    margin-left: 100px;
}

.c-register__step-info p {
    font-size: 16px;
    line-height: 21px;
    color: #606060;
    margin: 0;
}


/* .c-register__step-img {
    margin-top: -10px;
} */

.casino-register__step {
    align-items: center;
}


/* Pros and Corns */

.pros-corns {
    margin-top: 40px;
    position: relative;
    overflow-x: clip;
    /* overflow-x: hidden; */
}

.pros-corns__wrapper {
    background: -webkit-linear-gradient(218.02deg, rgba(137, 183, 44, 0.2) -3.79%, rgba(150, 191, 55, 0) 29.01%), #FFFFFF;
    background: linear-gradient(231.98deg, rgba(137, 183, 44, 0.2) -3.79%, rgba(150, 191, 55, 0) 29.01%), #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
    position: relative;
}

.pros-corns__wrapper h3 {
    margin-top: 0!important;
    margin-bottom: 13px!important;
}

.pros-corns__wrapper .h3 {
    margin-top: 0!important;
    margin-bottom: 13px!important;
}

.pros-corns__list-1 li,
.pros-corns__list-2 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #2F3031;
    margin-bottom: 15px;
    max-width: 195px
}

.pros-corns__list-2 li:last-child {
    margin-bottom: 0;
}

.pros-corns__list-1 li svg,
.pros-corns__list-2 li svg {
    margin-right: 15px;
}

.c-cards__box-content__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 40%;
    gap: 15px;
}

.content-images>span {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.row-2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.c-cards__box-content__row img {
    width: 100%;
    max-width: 145px;
    -o-object-fit: scale-down;
    object-fit: contain;
}


/* News Page */


/* .news-slots {
    margin-bottom: 130px;
} */

.pagination-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    max-width: 350px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    gap: 10px;
}
.nav-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-bottom: 15px; */
    max-width: 350px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    gap: 10px;
}
/* .page-numbers a, .page-numbers span {
    background: linear-gradient(239.26deg, rgba(137, 183, 44, 0.2) 17.45%, rgba(150, 191, 55, 0) 53.19%), #FFFFFF;
    transition: opacity 0.2s linear;
} */

.pagination-link a, .pagination-link span.current, .nav-links span, .nav-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 45px;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 10%);
    /* backdrop-filter: blur(30px); */
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    color: #2F3031;
    cursor: pointer;
    position: relative;
    z-index: 9;
}

.pagination-link-helper {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: linear-gradient(239.26deg, rgba(137, 183, 44, 0.2) 17.45%, rgba(150, 191, 55, 0) 53.19%), #FFFFFF;
    transition: opacity 0.2s linear;
}

.pagination-link a:hover .pagination-link-helper {
    opacity: 1;
}

.pagination-link span.current, .nav-links span.current {
    background: #608B1A;
    color: #FFF;
}

.pagination-link span.current:hover .pagination-link-helper {
    opacity: 0;
}

.load-more a {
    max-width: 350px;
    width: 100%;
    height: 45px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    /* backdrop-filter: blur(30px); */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    color: #2F3031;
    margin-left: auto;
    margin-right: auto;
}


/* Page Game Slots */

.game-slots__wrapper {
    display: flex;
    flex-direction: column;
}


/* .game-slots {
    margin-bottom: 130px;
} */

.game-slots__description p {
    font-size: 16px;
    line-height: 21px;
    color: #606060;
    margin-bottom: 25px;
}

.g-slots__search {
    display: flex;
    margin-top: 35px;
    margin-bottom: 40px;
}

.g-slots__search input[type=search] {
    height: 63px;
    width: 100%;
    background: linear-gradient(239.26deg, rgba(137, 183, 44, 0.2) 17.45%, rgba(150, 191, 55, 0) 53.19%), #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    /* backdrop-filter: blur(30px); */
    border: none;
    outline: none;
    padding-left: 20px;
    font-size: 18px;
    color: #CCCCCC;
}

.g-slots__search input[type=search]::placeholder {
    font-weight: bold;
    font-size: 18px;
    color: #CCCCCC;
}


/* Style the submit button */

.g-slots__search button {
    width: 64px;
    background: linear-gradient(93.28deg, #99C039 52.78%, #74AA1D 103.39%);
    color: white;
    font-size: 17px;
    border: none;
    border-left: none;
    /* Prevent double borders */
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* form.g-slots__search button:hover {
    background: #0b7dda;
  } */

.g-slots__search svg {
    height: 24px;
    width: 24px;
}

.g-slots__search svg path {
    fill: #FFF;
}

.game-slots__info-wrap {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: "sort""filters""slots";
}

.game-slots__content {
    max-width: 825px;
    width: 100%;
    grid-area: slots;
}

.g-slots__content-sorting {
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
    font-size: 14px;
    grid-area: sort;
}

.g-slots-qnty {
    color: #2F3031;
}

.g-slots-sorting-params {
    display: flex;
}

.sorting-params__btn {
    margin-right: 13px;
    color: #CCCCCC;
    border: none;
    outline: none;
    background: none;
    /* cursor: pointer; */
}

.sorting-params label {
    color: #2F3031;
    cursor: pointer;
}

.sorting-form input {
    opacity: 0;
    position: absolute;
    width: 0;
}

.sorting-params input[type="radio"] {
    /* opacity: 0;
    position: absolute;
    width: 0; */
}
.sorting-params input:checked+label {
    font-weight: bold;
    color: #99C039;
}

.sorting-params label:not(:last-child) {
    margin-right: 13px;
}

.sorting-params label.active {
    font-weight: bold;
    color: #99C039;
}

.game-slots__sidebar {
    /* max-width: 255px; */
    margin-bottom: 30px;
    grid-area: filters;
}

.reset-filters {
    background: linear-gradient(239.26deg, rgba(137, 183, 44, 0.2) 17.45%, rgba(150, 191, 55, 0) 53.19%), #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    /* backdrop-filter: blur(30px); */
    /* Note: backdrop-filter has minimal browser support */
    font-weight: bold;
    font-size: 18px;
    color: #99C039;
    border: none;
    outline: none;
    /* or 20px */
    width: 100%;
    height: 57px;
    cursor: pointer;
}

.filter-blocks {
    background: linear-gradient(239.26deg, rgba(137, 183, 44, 0.2) 17.45%, rgba(150, 191, 55, 0) 53.19%), #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    /* backdrop-filter: blur(30px); */
}

.filter-block {
    /* background: linear-gradient(239.26deg, rgba(137, 183, 44, 0.2) 17.45%, rgba(150, 191, 55, 0) 53.19%), #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(30px); */
    /* Note: backdrop-filter has minimal browser support */
}

.filter-block__title {
    padding: 10px 22px;
    min-height: 60px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
}

.filter-block:not(:last-child) .filter-block__title {
    border-bottom: 1px solid #D9D9D9;
}

.filter-block__title.active {
    border: none;
    font-weight: bold;
}

.filter-block__title a {
    cursor: pointer;
    font-size: 18px;
    color: #2F3031;
}

.filter-block__title.active svg {
    transform: rotate(-180deg);
    transition: all 0.3s;
}

.filter-block__title.active svg path {
    fill: #99C039;
}

.filter-block__title+.filter-block__params {
    transition: all 0.3s ease-in;
    height: 0;
    max-height: 150px;
    overflow: hidden;
    opacity: 0;
    padding: 0 22px;
}

.filter-block__title.active+.filter-block__params::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    /* background-color: #aaa; */
}


/* Add a thumb */

.filter-block__title.active+.filter-block__params::-webkit-scrollbar-thumb {
    background: #aaa;
}

.filter-block__title.active+.filter-block__params {
    height: auto;
    opacity: 1;
    padding: 10px 22px;
    border-bottom: 1px solid #D9D9D9;
    /* transition: all 0.3s ease-in; */
    overflow-y: scroll;
}

.filter-block__title svg {
    margin-left: auto;
    transform: rotate(0deg);
    transition: all 0.3s;
}

.filter-block__params {
    padding: 15px 0;
    max-height: 100px;
    /* overflow-y: scroll; */
}


/* .filter-block__params label {
    display: block;
    width: 100%;
    margin-bottom: 10px;
} */

.filter-block__params label {
    display: block;
    position: relative;
    padding: 0 30px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.filter-block__params label:not(:last-child) {
    margin-bottom: 10px;
}

/* Hide the browser's default checkbox */

.filter-block__params label input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: -2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: transparent;
    border: 1px solid #D9D9D9;
    border-radius: 0;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.filter-block__params label input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.filter-block__params label .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #99C039;
    border-radius: 2px;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.filter-block-search {
    margin-bottom: 20px;
}

.filter-block-search label {
    padding: 0;
}

.filter-block-search input[type="search"] {
    width: 100%;
    position: relative;
    outline: none;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    height: 45px;
    padding-left: 15px;
    font-size: 14px;
    color: #CCCCCC;
}

.filter-block-search input[type="search"]::placeholder {
    font-weight: bold;
    font-size: 14px;
    color: #CCCCCC;
}

.filter-block-search svg {
    position: absolute;
    right: 15px;
    transform: translateY(70%);
}

.filter-block-search svg path {
    fill: #CCCCCC;
}

.slot-item__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 30px;
    grid-template-areas: "main-1""sidebar""main-2""sidebar-author""main-3""main-4";
}

.main-1 {
    grid-area: main-1;
}

.main-2 {
    grid-area: main-2;
    padding: 0 15px;
}

.main-3 {
    grid-area: main-3;
    padding: 0 15px;
}

.main-4 {
    grid-area: main-4;
    padding: 0 15px;
}

.slot-sidebar {
    /* padding: 0 15px; */
    width: 100%;
    grid-area: sidebar;
}

.sidebar-author {
    grid-area: sidebar-author;
}

.slot-content {
    width: 100%;
}

.slot-item__wrapper .player-reviews {
    margin-top: 0;
}

.a-dead-slot__text p {
    font-size: 16px;
    color: #606060;
}

.a-dead-slot__text {
    margin-bottom: 16px;
    padding: 0 15px;
}

.a-dead-slot__rate {
    margin: 0 15px;
    position: relative;
}

.a-dead-slot__rate span {
    position: absolute;
    left: 26px;
    top: 5px;
    font-weight: bold;
    font-size: 14px;
    color: #FFF;
}

iframe.a-dead-slot__demo-game {
    width: 100%;
    min-height: 540px;
}

.slot-full-package {
    margin-top: 40px;
}

.slot-full-package .title {
    padding: 0 15px;
}

.a-welcome-package {
    max-width: 825px;
    width: 100%;
    height: 254px;
    background-position-x: right;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 0 50px;
}

.welcome-package__title {
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 25px;
}

.welcome-package__title span {
    font-size: 36px;
    display: block;
}

.a-welcome-package a {
    margin: 0;
}

.slot-item__wrapper .pros-corns__wrapper {
    padding: 40px 55px;
}

.slot-item__wrapper .pros-corns__list-2 {
    margin-right: 0;
}

.slot-book {
    margin-top: 40px;
}

.slot-book__info {
    font-size: 16px;
    color: #606060;
    line-height: 21px;
}

.slot-book__info span {
    font-weight: bold;
    display: block;
}

.slot-item__wrapper .player-reviews__info-wrap,
.news__wrapper .player-reviews__info-wrap {
    max-width: none;
}

.slot-item__wrapper .player-reviews__wrapper,
.news__wrapper .player-reviews__wrapper {
    flex-direction: column;
}

.slot-item__wrapper .player-review,
.news__wrapper .player-review {
    width: 100%;
    max-width: none;
}

.slot-item__wrapper .post-review-overlay,
.news__wrapper .post-review-overlay,
.slot-item__wrapper .post-review,
.news__wrapper .post-review {
    width: 100%;
    max-width: none;
}

.slot-item__wrapper .post-review__header,
.news__wrapper .post-review__header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.slot-item__wrapper .post-review__header-title,
.news__wrapper .post-review__header-title {
    margin: 0;
    margin-bottom: 20px;
}

.slot-item__wrapper .post-review__header-title span,
.news__wrapper .post-review__header-title span {
    text-align: left;
}

.slot-item__wrapper .post-review__header,
.news__wrapper .post-review__header {
    margin-bottom: 25px;
}

.slot-item__wrapper .post-review__body-title,
.news__wrapper .post-review__body-title {
    margin: 0 0 10px 0;
    text-align: left;
}

.slot-item__wrapper textarea,
.news__wrapper textarea {
    height: 115px;
}

.slot-item__wrapper .post-review__form button,
.news__wrapper .post-review__form button {
    margin: 15px 0 0 0;
}

.slot-item__wrapper .post-review__body a,
.news__wrapper .post-review__body a {
    text-align: left;
}

.slot-item__wrapper .charactersRemaining,
.news__wrapper .charactersRemaining {
    bottom: 72px;
}

.slot-item__wrapper .post-review,
.news__wrapper .post-review {
    height: 100%;
    min-height: auto;
}

.post-review-overlay.active .player-reviews__wrapper {
    flex-direction: column;
}

.post-review-overlay.active .post-review {
    height: auto;
    min-height: auto;
}

.post-review-overlay.active .post-review {
    width: auto;
    max-width: none;
}

.post-review-overlay.active .post-review__header {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.post-review-overlay.active .post-review__form button {
    margin: 15px auto 0 auto;
}

.post-review-overlay.active .post-review__body a {
    text-align: center;
}

.post-review-overlay.active textarea {
    height: auto;
}

.slot .banking-options-faq {
    margin-top: 20px !important;
    margin-bottom: 0;
}

.slot .detailed-review {
    margin-top: 0;
    margin-bottom: 40px;
}

.slot .featured-games {
    margin: 40px 0 0 0;
}

.author-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(231.98deg, rgba(137, 183, 44, 0.2) -3.79%, rgba(150, 191, 55, 0) 29.01%), #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.sidebar-box {
    padding: 16px 20px;
    display: none;
}

.sidebar-author>.sidebar-box {
    display: flex;
}

.author-img {
    margin-right: 15px;
    display: none;
}

.author-img img {
    border-radius: 100%;
}

.author-title, .author-title a {
    font-weight: bold;
    color: #99C039;
    line-height: 21px;
}

.author-post-date {
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    color: #CCCCCC;
    display: none;
}

.slot-attributes {
    padding: 25px 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.slot-attribute {
    max-width: calc(50% - 10px);
    width: 100%;
}

.slot-attribute__title {
    font-weight: bold;
    line-height: 21px;
    color: #99C039;
}

.slot-attribute__info {
    line-height: 21px;
    color: #606060;
}

.slot-attribute__info a {
    color: #606060;
    text-decoration: none;
}

.slot-contents {
    padding: 25px 20px;
    margin-top: 30px;
    background: linear-gradient(231.98deg, rgba(137, 183, 44, 0.2) -3.79%, rgba(150, 191, 55, 0) 29.01%), #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.slot-contents-title {
    display: flex;
    align-items: center;
}

.contents-title__img {
    margin-right: 10px;
}

.contents-title__text {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #2F3031;
}

.slot-contents-info {
    /* margin-bottom: 20px; */
    margin-top: 20px;
}

.contents-info__title {
    font-weight: bold;
    text-transform: uppercase;
    line-height: 21px;
    color: #99C039;
    margin-bottom: 10px;
    display: block;
}

.slot-attributes__wrapper {
    background: linear-gradient(231.98deg, rgba(137, 183, 44, 0.2) -3.79%, rgba(150, 191, 55, 0) 29.01%), #FFFFFF;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 10%);
}

.slot-attributes__wrapper span {
    display: none;
}

.slot-contents-info ul {
    margin-bottom: 15px;
}

.slot-contents-info ul li {
    list-style-type: decimal;
    list-style-position: inside;
    line-height: normal;
    color: #606060;
    cursor: pointer;
    margin-bottom: 5px;
}

/* OPEN NEWS */
/* ============================================== */
/* ============================================== */
/* ============================================== */
/* ============================================== */
/* ============================================== */
/* ============================================== */
/* ============================================== */
/* ============================================== */
/* ============================================== */

.news__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 30px;
    grid-template-areas:
        "open-news__sidebar"
        "alltime-casinos"
        "news-text"
        "demo-game"
        "best-casino"
        "intro-bonuses"
        "common-bonuses"
        "bonuses-extra"
        "bonuses-rules"
        "main-4"
        "main-3"
        "a-welcome-package";
}

.news__wrapper>.slot-contents {
    display: none;
    grid-area: slot-contents;
}

.title-25 {
    font-weight: bold;
    font-size: 25px;
    line-height: 29px;
    color: #2F3031;
    margin-bottom: 15px;
}

.open-news__sidebar {
    grid-area: open-news__sidebar;
    padding: 0 15px;
}


.filter-blocks:not(:last-child) {
    margin-bottom: 20px;
}

.filter-blocks .slot-filter-title {
    padding: 10px 22px 6px 22px;
    min-height: 60px;
    height: auto;
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #D9D9D9;
    cursor: default;
    font-size: 18px;
    color: #2F3031;
}

.news__wrapper .alltime-casinos {
    grid-area: alltime-casinos;
    padding: 0 15px;
    margin-top: 0;
}

.news-text {
    grid-area: news-text;
    padding: 0 15px;
}

.news__wrapper .a-dead-slot__demo-game {
    grid-area: demo-game;
    margin-top: 0;
}

img.a-dead-slot__demo-game {
    width: 100%;
}

.news__best-casino {
    grid-area: best-casino;
    padding: 0 15px;
}

.news__b-casino__content {
    font-size: 16px;
    line-height: 21px;
    color: #606060;
}

.news__b-casino__content p a, .news__b-casino__content li a, .accordion a, .news__b-casino__content table a {
    color: #85B52A;
    text-decoration: underline;
}

.news__b-casino__content a:hover {
    text-decoration: none;
}

.news__b-casino__notice {
    padding: 23px 25px 15px 25px;
    border-top: 1px dashed #A9A9A9;
    border-bottom: 1px dashed #A9A9A9;
    margin-top: 30px;
    position: relative;
}

.b-casino__notice-text {
    font-weight: bold;
    font-style: italic;
    font-size: 16px;
    line-height: 21px;
    color: #99C039;
}

.b-casino__notice-label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95px;
    height: 24px;
    background: linear-gradient(93.28deg, #99C039 52.78%, #74AA1D 103.39%);
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    position: absolute;
    top: -12px;
    left: 0;
}

.news__intro-bonuses {
    grid-area: intro-bonuses;
    display: flex;
    flex-direction: column;
}

.news__intro-bonuses .title-25,
.news__i-bonuses__text {
    padding: 0 15px;
}

.news__i-bonuses__wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.news__i-bonuses__thumb img,
.c-bonuses-extra__thumb img {
    width: 100%;
    object-fit: cover;
}

.news__i-bonuses__text {
    font-size: 16px;
    line-height: 21px;
    color: #606060;
}

.news__common-bonuses {
    grid-area: common-bonuses;
    padding: 0 15px;
}

.news__common-bonuses-rules {
    padding: 0 15px;
}

.title-18 {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #2F3031;
    margin-bottom: 10px;
}

.news__b-casino__content ul {
    padding-bottom: 10px;
}

.news__b-casino__content ul li {
    list-style-type: square;
    list-style-position: inside;
    font-size: 16px;
    line-height: 21px;
    color: #606060;
}

.news__b-casino__content ul li:not(last-child) {
    margin-bottom: 10px;
}

.news__b-casino__content ul li::marker {
    color: #85B52A;
    width: 5px;
    height: 5px;
    font-size: 17.5px;
    margin: 0;
    padding: 0;
}

.news__b-casino__content ul li span {
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    color: #85B52A;
}

.news__common-bonuses-extra {
    grid-area: bonuses-extra;
}

.news__c-bonuses-extra__wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.c-bonuses-extra__text p {
    font-size: 16px;
    line-height: 21px;
    color: #606060;
    padding: 0 15px;
}

.c-bonuses-extra__text p span {
    border-bottom: 1px solid #85B52A;
    color: #85B52A;
}

.news__common-bonuses-rules {
    grid-area: bonuses-rules;
}

.news__common-bonuses-rules {
    margin-top: 25px;
}

.news__b-casino__content ol {
    counter-reset: number;
    padding-bottom: 10px;
}

.news__b-casino__content .notice {
    padding: 23px 25px 15px 25px;
    border-top: 1px dashed #A9A9A9;
    border-bottom: 1px dashed #A9A9A9;
    margin-top: 30px;
    position: relative;
    font-weight: bold;
    font-style: italic;
    font-size: 16px;
    line-height: 21px;
    color: #99C039;
    clear: both;
}

.news__b-casino__content ol li {
    font-size: 16px;
    line-height: 21px;
    color: #606060;
    position: relative;
    padding-left: 20px;
}

.news__b-casino__content ol li:before {
    background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 16C0.00070671 16 -0.0100233 7.90022 0.000706926 7.72558C0.265184 3.41327 3.74548 0 8 0C12.2545 0 15.7348 3.41327 15.9993 7.72558C16.01 7.90016 15.9993 16 8 16Z' fill='url(%23paint0_linear)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='8.57711' y1='6.14005' x2='17.111' y2='6.62943' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2399C039'/%3E%3Cstop offset='1' stop-color='%2374AA1D'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 2px;
    counter-increment: number;
    content: counter(number);
    font-weight: bold;
    font-size: 14px;
    line-height: 97.99%;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news__b-casino__content ol li:not(last-child) {
    margin-bottom: 10px;
}

.news__b-casino__content ol li span {
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    color: #85B52A;
}

.banking-options-faq.main-4 {
    margin-top: 0;
}

.a-welcome-package {
    grid-area: a-welcome-package;
}

.essential {
    grid-area: essential;
}

.slot-contents-title {
    cursor: pointer;
}

.contents-title__arrow {
    /* display: block; */
    opacity: 1;
    margin-left: auto;
    transition: all 0.3s;
    transform: rotate(0deg);
}

.contents-title__arrow svg path {
    fill: #99C039;
}

.contents-title__arrow.active {
    transition: all 0.3s;
    transform: rotate(-180deg);
}

.slot-contents-content {
    display: none;
}

/* ADAPTIVE */
@media screen and (max-width: 360px) {
    .row-2 {
        flex-wrap: wrap;
    }

    .panel {
        max-width: 290px;
    }

    .panel__content-bank-list {
        flex-wrap: wrap;
    }

    .panel__header-group {
        flex-direction: column;
    }
}

@media screen and (max-width: 768px) {
    .author-content__materials-list ul li {
        width: 100%;
    }

    /* Author Page */
    .author-content__socials {
        padding: 15px 0px;
        margin: 20px 0;
        flex-direction: column;
    }

    .dashed-separator {
        height: 0;
        border-right: 0;
        border-bottom: 1px dashed #A9A9A9;
        margin: 15px 0px;
    }

    .content__socials-right {
        margin: 0;
    }

    .author-content__materials-list ul li a {
        font-size: 17px;
    }

    /* News Page */
    .pagination-link a {
        width: 55px;
    }

    .c-register__step-img {
        width: 60px;
        height: 60px;
    }

    .step-img__number {
        font-size: 80px;
        right: -3px;
        top: -15px;
    }

    .c-register__step-info {
        margin-left: 90px;
    }

    .pros-corns__list-1 li, .pros-corns__list-2 li {
        max-width: 100%;
    }

    .slot-sidebar {
        padding: 0 15px;
    }

    .slot-attribute:nth-last-child(5) {
        width: 100%;
        max-width: none;
    }

    .slot-attribute:nth-last-child(2),
    .slot-attribute:nth-last-child(1) {
        width: 100%;
        max-width: none;
    }

    .slot-contents-info:not(:last-child) {
        padding: 0 0 15px 0;
        border-bottom: 1px dashed #A9A9A9;
    }

    .slot-contents {
        background: linear-gradient(251.77deg, rgba(137, 183, 44, 0.2) 6.25%, rgba(150, 191, 55, 0) 59.99%), #FFFFFF;
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    }

    .a-welcome-package {
        padding: 0 20px;
        background-position-x: 75%;
    }

    .slot-attributes__wrapper {
        position: relative;
    }

    .slot-attributes__wrapper.active .slot-attribute:nth-last-child(-n+5) {
        display: block;
    }

    .slot-attributes__wrapper span {
        position: absolute;
        bottom: 3px;
        left: 50%;
        transform: translate(-50%, -50%);
        font-weight: bold;
        font-size: 16px;
        color: #99C039;
        display: block;
    }

    .slot-attributes__wrapper span:after {
        content: url("data:image/svg+xml,%3Csvg width='13' height='9' viewBox='0 0 13 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7922 1.30247L12.3664 0.873675C12.2324 0.739763 12.0541 0.66599 11.8635 0.66599C11.673 0.66599 11.4945 0.739763 11.3605 0.873675L6.50291 5.73148L1.6397 0.868285C1.5059 0.734373 1.32738 0.660706 1.13693 0.660706C0.946471 0.660706 0.767852 0.734373 0.63394 0.868285L0.208002 1.29443C-0.0693339 1.57156 -0.0693339 2.02297 0.208002 2.30009L5.99823 8.11114C6.13203 8.24494 6.31034 8.33922 6.50248 8.33922H6.5047C6.69527 8.33922 6.87357 8.24484 7.00737 8.11114L12.7922 2.31584C12.9262 2.18203 12.9998 1.99834 13 1.80789C13 1.61732 12.9262 1.43617 12.7922 1.30247Z' fill='url(%23paint0_linear)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='6.9689' y1='3.60736' x2='13.8605' y2='4.27645' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2399C039'/%3E%3Cstop offset='1' stop-color='%2374AA1D'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
        margin-left: 10px;
        transition: all 0.3s;
        transform: rotate(0deg);
        display: inline-block;
    }

    .slot-attributes__wrapper.active span:after {
        transition: all 0.3s;
        transform: rotate(-180deg);
        display: inline-block;
    }

    .slot-attribute:nth-last-child(-n+5) {
        display: none;
    }

    .slot-attributes {
        padding: 25px 20px 40px 20px;
    }

    .contents-title__arrow-t {
        opacity: 1;
        margin-left: auto;
        transition: all 0.3s;
        transform: rotate(0deg);
    }

    .contents-title__arrow-t svg path {
        fill: #99C039;
    }

    .contents-title__arrow-t.active {
        transition: all 0.3s;
        transform: rotate(-180deg);
        opacity: 1;
    }

    .filter-blocks .slot-filter-title {
        border: none;
        min-height: 75px;
    }

    .filter-block__content {
        max-height: 0;
        transition: max-height 0.3s ease-out;
        overflow: hidden;
    }

    .filter-block__content.active {
        max-height: 1000px;
        transition: max-height 0.25s ease-in;
    }


}

.panel__header-icon-wrap {
    position: relative;
}

.panel__header-icon-wrap .num {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    font-weight: bold;
    font-size: 25px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    padding-top: 9px;
}

.header-rating {
    width: 23%;
    margin: 0;
}

@media screen and (max-width: 980px) {
    .author-content__socials .content__socials:nth-child(odd) {
        width: 100%;
        border-right: none;
        margin: 5px 0px;
    }
    .author-content__socials .content__socials:nth-child(even) {
        margin: 0;
        width: 100%;
    }

    .g-slots__content-sorting {
        display: block;
    }

    .g-slots-qnty {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 1028px) {
    .navbar-search-field:focus {
        background-position-x: 98%;
    }
    .box-content__lists {
        columns: auto;
    }
}

@media screen and (min-width: 708px) {
    .best-casinos__item {
        max-width: 329px;
    }
}

@media screen and (min-width: 768px) {

    .slot .featured-games {
        max-width: 1130px;
        margin-left: auto;
        margin-right: auto;
    }

    /* .alltime-casinos */
    .table-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .table-wrapper__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

    .panel {
        max-width: 100%;
    }

    .panel .panel__header-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
        max-width: 45%
    }

    .panel .panel__header-group {
        margin-bottom: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .panel .panel__header-controls {
        flex-direction: row;
        /* flex-grow: 1; */
        justify-content: end;
        max-width: 100%;
    }

    .panel .panel__header-icon {
        max-width: 55px;
        max-height: 55px;
        margin-bottom: 0;
    }

    .panel .panel__header-icon-wrap {
        text-align: center;
        width: 8%;
        flex-shrink: 0;
    }

    /* featured-games */
    .featured-games__item,
    .slot-item {
        max-width: 255px;
    }

    /* rated casinos */
    .rated-casinos__item {
        max-width: 198px;
        min-height: 189px;
    }

    /* newslatter */
    .footer_newsletter {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        min-height: 130px;
        margin-top: 80px;
    }

    .newsletter_title {
        max-width: 270px;
        text-align: left;
    }

    .newsletter_form_wrapper {
        max-width: 100%;
    }

    /* footer */
    .second__row-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 20px 0;
    }

    .footer__nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 0;
        max-width: 650px;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .second__row-slogan {
        margin-bottom: 0;
    }

    .second__row-wrapper .footer__nav a {
        margin-bottom: 0;
    }

    .third__row-wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .copyright {
        text-align: left;
    }

    .footer-second__row {
        padding-top: 0;
    }

    .casino-promo__block {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .promo__block-img {
        width: 165px;
        flex-shrink: 0;
    }

    .promo__block-img img {
        width: 100%;
        max-width: 144px;
    }

    .promo__block-info__payments {
        max-width: 80%;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .casino-features__item {
        max-width: 33.33%;
    }

    .casino-features__item:nth-child(3n) {
        border-right: none;
    }

    .pros-corns__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .pros-corns__list-2 {
        margin-right: 100px;
    }

    .pros-corns__list-1 li,
    .pros-corns__list-2 li {
        max-width: 100%;
    }

    .casino-register__wrapper:after,
    .c-register__circle {
        display: block;
    }

    .casino-register__step {
        background: -webkit-linear-gradient(218.02deg, rgba(137, 183, 44, 0.2) -3.79%, rgba(150, 191, 55, 0) 29.01%), #FFFFFF;
        background: linear-gradient(231.98deg, rgba(137, 183, 44, 0.2) -3.79%, rgba(150, 191, 55, 0) 29.01%), #FFFFFF;
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    }

    .accordion .a-container .a-btn {
        font-size: 18px;
    }

    .game-slots__info-wrap {
        grid-template-columns: 1fr 255px;
        grid-template-rows: 35px;
        grid-template-areas: "sort filters""slots filters";
        gap: 0 30px;
    }

    .game-slots__content .featured-games__item,
    .game-slots__content .slot-item {
        max-width: 47.5%;
    }

    .g-slots__content-sorting {
        font-size: 18px;
    }

    /* slot */
    .slot-item__wrapper {
        max-width: 1130px;
        margin: auto;
        padding: 0 15px;
        grid-template-columns: 1fr 255px;
        grid-template-rows: repeat(4, auto);
        gap: 30px;
        grid-template-areas: "main-1 sidebar""main-2 sidebar""main-3 sidebar""main-4 main-4";
    }

    .slot-item__wrapper .pros-corns__list-2 {
        margin-right: 0;
    }

    .a-dead-slot__rate {
        margin: 0;
    }

    .a-dead-slot__text,
    .slot-full-package .title,
    .main-2,
    .main-3,
    .main-4 {
        padding: 0;
    }

    .sidebar-author {
        display: none;
    }

    .sidebar-box {
        display: flex;
        padding: 16px 20px;
    }

    .author-img,
    .author-post-date,
    .info-sort {
        display: block;
    }

    .slot-attributes {
        flex-direction: column;
    }

    .slot-attribute {
        max-width: 100%;
    }

    /* OPEN NEWS */
    /* ============================================== */
    /* ============================================== */
    /* ============================================== */
    /* ============================================== */
    /* ============================================== */
    /* ============================================== */
    /* ============================================== */
    /* ============================================== */
    /* ============================================== */

    .news__wrapper {
        grid-template-columns: 1fr 255px;
        grid-template-rows: min-content;
        gap: 20px;
        grid-template-areas:
            "news-text open-news__sidebar"
            "demo-game open-news__sidebar"
            "best-casino open-news__sidebar"
            "intro-bonuses open-news__sidebar"
            "common-bonuses open-news__sidebar"
            "bonuses-extra open-news__sidebar"
            "bonuses-rules open-news__sidebar"
            "alltime-casinos open-news__sidebar"
            "main-4 main-4"
            "main-3 main-3"
            "a-welcome-package a-welcome-package";

        max-width: 1130px;
        margin: auto;
        padding: 0 15px;
    }

    .news-text,
    .news__best-casino,
    .news__intro-bonuses .title-25,
    .news__i-bonuses__text,
    .news__common-bonuses,
    .c-bonuses-extra__text p,
    .news__common-bonuses-rules,
    .news__wrapper .alltime-casinos,
    .open-news__sidebar {
        padding: 0;
    }

    .news__wrapper .panel .panel__header-icon {
        max-width: 25px;
        max-height: 45px;
    }

    .news__wrapper .header-number,
    .news__wrapper .body-number__img {
        width: 15%;
    }

    .news__wrapper .header-name,
    .news__wrapper .body-name__img {
        width: 35%;
        text-align: left;
    }

    .news__wrapper .header-bonus,
    .news__wrapper .body-bonus__text {
        width: 27%;
        text-align: left;
    }

    .news__wrapper .header-rating,
    .news__wrapper.body-rating__img {
        display: none;
    }

    .news__wrapper .panel__header-controls>.slot-item__details-rating {
        display: none;
    }

    .news__wrapper .panel .panel__header-content {
        max-width: 70%;
    }
}

.panel .panel__header-bonus span {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    color: #9AC03A;
    display: block;
}

.panel .panel__header-bonus {
    font-size: 16px!important;
    text-align: center;
    color: #2F3031;
    display: flex!important;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.slot-item__details-rating-wrap {
    border-right: 1px solid #F2F2F2;
}

.slot-item__details-rating-wrap, .casinos-table-buttons-link {
    width: 23%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.casinos-table-buttons-link .promo__block-action__text {
    width: 100%;
    text-align: center;
    margin-top: 8px;
}

.slot-item__details-rating-wrap .slot-item__details-rating {
    height: 38px;
    background-size: cover;
    width: 119px;
}

.slot-item__details-rating-wrap .slot-item__details-rating span {
    font-size: 20px;
    left: 37px;
}

.slot-item__details-rating-wrap .panel__header-name-footer {
    width: 100%;
    text-align: center;
    margin-top: 5px;
    justify-content: center;
    display: flex!important;
}

.slot-item__details-rating-wrap .panel__header-name-footer a {
    text-decoration: underline;
    color: #2F3031;
}

.panel .panel__header-group {
    width: 23%;
    text-align: center;
    display: flex;
    justify-content: center;
    border-left: 1px solid #F2F2F2;
}

.header-website {
    width: 23%;
    text-align: center;
}

@media screen and (min-width: 1024px) {

    /* navbar */
    .navbar-wrap {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        min-height: 98px;
    }

    .navbar-nav {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        max-height: 500px;
        opacity: 1;
        width: auto;
        overflow: unset;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .navbar-nav__list {
        margin-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: auto;
        gap: 0px 46px
    }

    .navbar-nav__list li {
        font-size: 16px;
        line-height: 18px;
        cursor: pointer;
        border-width: 0;
    }

    .sub-menu {
        position: absolute;
        margin-left: -2px;
        height: auto;
        max-height: 0px;
        opacity: 0;
        overflow: hidden;
        transition: all 0.2s ease-in-out;
        width: 180px;
        top: 45px;
        left: -40%;
    }

    .has-arrow:hover>.sub-menu {
        max-height: none;
        opacity: 1;
        background: #FFFFFF;
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
        margin-left: 0;
        overflow: initial;
        left: 0;
        top: 45px;
    }

    .navbar-nav__list>.has-arrow>.sub-menu::before {
        background: linear-gradient(239.26deg, #F8D000 17.45%, #F8D000 53.19%), #FFFFFF;
        position: absolute;
        height: 6px;
        top: -6px;
        left: 0;
        right: 0;
        content: '';
    }

    .sub-menu .has-arrow::after {
        -webkit-filter: invert(1);
        filter: invert(1);
        top: 10px;
        right: 10px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .sub-menu .has-arrow .sub-menu {
        position: absolute;
        top: 0;
        left: 180px;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .sub-menu li {
        color: #2F3031;
        padding: 10px 17px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }

    .sub-menu li.has-arrow {
        padding-right: 30px;
    }

    .navbar-nav__list>.has-arrow::after {
        display: none;
    }

    .navbar-toggle {
        display: none;
    }

    .navbar-flag {
        margin-right: 0;
        margin-left: 23px;
        border: 0;
        padding: 0;
    }

    .navbar-search-field {
        background-size: 14px;
        padding: 5px 20px 5px 0;
        width: 160px;
        height: 30px;
        border: none;
        border-bottom: 1px solid #898c83;
    }

    .navbar-controls form {
        margin-right: 0;
    }

    .navbar-search-field {
        position: initial;
        transition: none;
    }

    .navbar-search-field:focus {
        position: relative;
        top: 0;
        left: 0;
        background-color: transparent;
        background-position-x: right 0;
        width: 160px;
        transition: none;
    }

    .about-project__row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 20px 50px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .about-project__row-leader img {
        max-width: 265px;
    }

    .row-leader__shadow {
        width: 265px;
        height: 265px;
    }

    .row-content__subtitle::after {
        right: -50px;
        top: 40px;
    }

    .row-content__leader-info {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    /* footer */
    .footer__inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        /*padding-bottom: 100px;*/
        padding-bottom: 50px;
    }

    .footer-first__row {
        /*padding-top: 60px;*/
    }

    .footer__menu-list {
        padding: 8px 0;
        border: none;
        width: auto;
    }

    .footer__info {
        width: auto;
        text-align: center;
    }

    .footer-arrow {
        display: none;
    }

    .footer__menu-list ul {
        max-height: 500px;
        opacity: 1;
    }

    .third__row-wrapper nav {
        width: auto;
    }

    /* panel */
    .panel {
        margin-bottom: 8px;
    }

    .panel .panel-toggle {
        display: none;
    }

    .panel .panel-toggle-desc {
        display: block;
    }

    .panel .panel__header-link {
        width: 172px;
    }

    .panel .panel-toggle-desc.active+.panel__content {
        max-height: 500px;
    }

    .panel .panel__header-content {
        -webkit-box-align: initial;
        -ms-flex-align: initial;
        align-items: initial;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-right: 20px;
    }

    .panel .panel__header-name a {
        font-size: 20px;
        line-height: 23px;
    }

    .panel__header-name-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .panel__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: initial;
        -ms-flex-align: initial;
        align-items: initial;
    }

    .panel-box strong {
        display: block;
    }

    .panel__content-panels {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
    }

    .panel .panel-box:last-child {
        margin-bottom: 0;
    }

    .panel__review {
        display: block;
        padding: 10px 20px;
        width: 100%;
    }

    .panel__review-rating {
        display: flex;
    }

    .panel__review-text {
        font-size: 16px;
        line-height: 21px;
        color: #606060;
    }

    .panel__review-author {
        font-weight: bold;
        font-size: 14px;
        line-height: 21px;
        color: #2F3031;
    }

    .promo__block-info__title {
        font-size: 40px;
        line-height: 46px;
        margin-bottom: 25px;
    }

    .casino-features>.container {
        padding: 0 15px;
    }

    .casino-features {
        border-bottom: 1px solid #D9D9D9;
        background: -webkit-linear-gradient(210.74deg, rgba(137, 183, 44, 0.2) 17.45%, rgba(150, 191, 55, 0) 53.19%), #FFFFFF;
        background: linear-gradient(239.26deg, rgba(137, 183, 44, 0.2) 17.45%, rgba(150, 191, 55, 0) 53.19%), #FFFFFF;
        position: relative;
    }

    .casino-features__wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .casino-features__item {
        border-bottom: none;
    }

    .casino-features__item:nth-child(3n) {
        border-right: 1px solid #D9D9D9;
    }

    .casino-features__item:last-child {
        border-right: none;
    }

    .pros-corns__list-1 li,
    .pros-corns__list-2 li {
        font-size: 18px;
        line-height: 21px;
    }

    .casino-cards__box {
        max-width: 480px;
    }

    .box-content__lists {
        column-count: 2;
        /* column-gap: 70px; */
    }

    .box-content__lists img {
        margin-right: 20px;
    }

    .c-cards__box-content__lists {
        -webkit-box-pack: initial;
        -ms-flex-pack: initial;
        justify-content: initial;
        gap: 70px
    }

    .c-cards__box-content__row {
        /* width: 100%; */
        gap: 15px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .c-cards__box-content__row img {
        max-width: 100%;
    }

    /* News Page */
    .panel .panel__header-content {
        max-width: 100%;
    }

    .game-slots__content>.featured-games__row {
        justify-content: center;
    }

    .game-slots__content .featured-games__item,
    .game-slots__content .slot-item {
        max-width: 31.4%;
    }

    .sorting-params__btn {
        margin-right: 45px;
    }

    .title-text {
        font-size: 30px;
        line-height: 36px;
    }


    /* ============================================ */
    /* ============================================ */
    /* ============================================ */
    /* ============================================ */
    /* ============================================ */
    /* ============================================ */
    /* ============================================ */
    .news__i-bonuses__wrapper,
    .news__c-bonuses-extra__wrapper {
        flex-direction: row;
    }

    .news__i-bonuses__thumb img,
    .c-bonuses-extra__thumb img {
        min-width: 255px;
    }

    .news__wrapper .panel .panel__header-controls {
        flex-direction: column;
    }

    .news__wrapper .header-bonus,
    .news__wrapper .body-bonus__text {
        text-align: center;
    }

    .news__wrapper .header-website {
        text-align: center;
    }

    .news__wrapper .panel .panel__header-icon {
        max-width: 55px;
        max-height: 55px;
    }

}

.panel .panel__header-logo {
    max-width: 125px;
    max-height: 63px;
}

.panel .panel__header-bonus {
    border-right: 1px solid #F2F2F2;
    border-left: 1px solid #F2F2F2;
    font-size: 18px;
    line-height: 20px;
    width: 23%;
    display: block;
    text-align: center;
    padding: 0 5px;
}

@media screen and (min-width: 1280px) {
    body {
        background-image: url('data:image/svg+xml,%3Csvg width="1920" height="6016" viewBox="0 0 1920 6016" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Ccircle cx="-235.511" cy="227.806" r="873.855" fill="url(%23paint0_radial)" fill-opacity="0.2"/%3E%3Ccircle cx="2276.49" cy="2500.07" r="873.855" fill="url(%23paint1_radial)" fill-opacity="0.2"/%3E%3Ccircle cx="1913.85" cy="5392.43" r="873.855" fill="url(%23paint2_radial)" fill-opacity="0.2"/%3E%3Ccircle cx="-393.418" cy="4548.88" r="873.855" fill="url(%23paint3_radial)" fill-opacity="0.2"/%3E%3Cdefs%3E%3CradialGradient id="paint0_radial" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(-235.511 227.806) rotate(90) scale(873.855)"%3E%3Cstop stop-color="%23F8D000"/%3E%3Cstop offset="1" stop-color="%23F8D000" stop-opacity="0"/%3E%3C/radialGradient%3E%3CradialGradient id="paint1_radial" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(2276.49 2500.07) rotate(90) scale(873.855)"%3E%3Cstop stop-color="%23F8D000"/%3E%3Cstop offset="1" stop-color="%23F8D000" stop-opacity="0"/%3E%3C/radialGradient%3E%3CradialGradient id="paint2_radial" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(1913.85 5392.43) rotate(90) scale(873.855)"%3E%3Cstop stop-color="%23F8D000"/%3E%3Cstop offset="1" stop-color="%23F8D000" stop-opacity="0"/%3E%3C/radialGradient%3E%3CradialGradient id="paint3_radial" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(-393.418 4548.88) rotate(90) scale(873.855)"%3E%3Cstop stop-color="%23F8D000"/%3E%3Cstop offset="1" stop-color="%23F8D000" stop-opacity="0"/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E%0A');
    }

    .about-project {
        overflow: inherit;
    }

    /* alltime casino */
    .best-casinos__item {
        padding: 20px 22px;
        max-width: 255px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .b-casinos__main {
        width: 100%;
        margin: auto;
    }

    .casino-name {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding-top: 0;
        margin-bottom: -10px;
        font-size: 18px;
        line-height: 21px;
    }

    .casino-rating {
        display: flex;
    }

    .casino-name img {
        max-width: 186px;
    }

    .owner-link {
        margin-left: 20px;
    }

    .b-casinos__controls {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 12px;
        width: 100%;
    }

    .b-casinos__controls>.slot-item__details-rating {
        display: none;
    }

    .banking-options__row {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .casino-link {
        max-width: 100%;
        padding: 14px 8px;
    }

    .casino-link-primary {
        margin-bottom: 0;
    }

    .about-project__row-leader img {
        max-width: 345px;
    }

    .row-leader__shadow {
        width: 345px;
        height: 345px;
    }

    .casino-cards__box {
        max-width: 540px;
    }

    .player-review {
        /* max-width: 730px; */
    }

    .review__read-more {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .player-reviews__info-wrap {
        max-width: 730px;
        width: 100%;
    }

    .player-review-post {
        display: none;
    }

    .post-review-overlay {
        display: block;
        position: relative;
        width: auto;
        background-color: transparent;
    }

    .post-close-btn {
        display: none;
    }

    .player-reviews__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 21px;
    }

    .c-cards__box-content__row {
        gap: 35px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: auto;
    }

    .row-2 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .info-sort {
        display: block;
    }

    .game-slots__content .featured-games__item,
    .game-slots__content .slot-item {
        max-width: 255px;
    }

    /* =========================================== */
    /* =========================================== */
    /* =========================================== */
    /* =========================================== */
    /* =========================================== */
    /* =========================================== */
    .news__wrapper {
        grid-template-columns: 255px 1fr 255px;
        grid-template-areas:
            "news-text news-text open-news__sidebar"
            "demo-game demo-game open-news__sidebar"
            "slot-contents best-casino open-news__sidebar"
            "slot-contents intro-bonuses open-news__sidebar"
            "common-bonuses common-bonuses open-news__sidebar"
            "bonuses-extra bonuses-extra open-news__sidebar"
            "bonuses-rules bonuses-rules open-news__sidebar"
            "alltime-casinos alltime-casinos open-news__sidebar"
            "main-4 main-4 open-news__sidebar"
            "main-3 main-3 open-news__sidebar"
            "a-welcome-package a-welcome-package open-news__sidebar";
    }

    .news__wrapper>.slot-contents {
        display: block;
        grid-area: slot-contents;
        margin-top: 0;
        background: none;
        box-shadow: none;
    }

    .news__wrapper .header-name,
    .news__wrapper .body-name__img {
        width: 45%;
    }
}
