* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body, html {
    font-size: 13px;
    line-height: 1.2;
    background-color: #f8f9fa;
    font-family: Gilroy-Regular, Helvetica Neue, Arial, sans-serif
}

body.no-scroll {
    overflow: hidden
}

img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

picture img {
    border-radius: 14px;
    margin: 20px auto;
}


/*img {
    max-width: 100%;
    max-height: 100%;
    height: auto
}*/

img.alignleft, img.alignright {
    display: block;
    max-width: 100%;
    max-height: 400px;
    width: auto;
    height: auto;
    margin: 0 auto 10px;
    position: relative;
    z-index: 2;
    border-radius: 10px
}

img.aligncenter {
    display: block;
    width: auto;
    height: auto;
    float: none;
    margin: 0 auto 10px;
    position: relative;
    z-index: 2;
    border-radius: 10px
}

a {
    text-decoration: none;
    outline: 0
}

button {
    font-family: Gilroy-Medium;
    border: none;
    background-color: transparent;
    outline: 0
}

input, textarea {
    background-color: transparent;
    outline: 0
}

ol, ul {
    list-style: none
}

main {
    overflow: hidden
}

p, ol, ul {
    font-size: var(--normal-font-size);
    margin-bottom: 16px;
    line-height: 28px;
    text-align: start;
}

/*p > iframe {
    max-width: 100%
}*/

@font-face {
    font-family: Gilroy-Bold;
    font-style: normal;
    font-weight: 400;
    src: local('Gilroy-Bold'), url(Gilroy-Bold.woff2) format('woff2'), url(../fonts/Gilroy-Bold.woff) format('woff');
    font-display: swap
}

@font-face {
    font-family: Gilroy-Medium;
    font-style: normal;
    font-weight: 400;
    src: local('Gilroy-Medium'), url(Gilroy-Medium.woff2) format('woff2'), url(../fonts/Gilroy-Medium.woff) format('woff');
    font-display: swap
}

@font-face {
    font-family: Gilroy-Regular;
    font-style: normal;
    font-weight: 400;
    src: local('Gilroy-Regular'), url(Gilroy-Regular.woff2) format('woff2'), url(../fonts/Gilroy-Regular.woff) format('woff');
    font-display: swap
}

h1, h2, h3 {
    text-align: center;
    color: green;
}

h1 {
    font-size: 32px;
    line-height: 38px;
    margin: 0;
    font-family: Gilroy-Medium;
   /* color: #141518;*/
    text-transform: capitalize
}

h2 {
    font-size: 28px;
    line-height: 32px;
    margin: 0;
    font-family: Gilroy-Medium;
   /* color: #141518;*/
    text-transform: capitalize
}

h3 {
    font-size: 20px;
    line-height: 24px;
    font-family: Gilroy-Medium;
    /*color: #141518;*/
    margin: 24px 0;
    text-transform: capitalize
}

h4 {
    font-size: 18px;
    line-height: 22px;
    font-family: Gilroy-Medium;
    color: #141518;
    margin: 16px 0
}

.sj-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    font-family: Gilroy-Medium
}

.sj-btn__arr {
    border-radius: 2px;
    border-top: 1.5px solid #404145;
    border-right: 1.5px solid #404145;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block
}

.load-more-btn .sj-btn__arr {
    margin-left: 14px !important;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    position: relative;
    top: -3px
}

.sj-btn__transparent, a.sj-btn__transparent {
    border: 1px solid #d5d7db;
    border-radius: 8px;
    color: #141518
}

.sj-btn__white_gray, a.sj-btn__white_gray {
    border: 1px solid #d5d7db;
    border-radius: 8px;
    color: #141518;
    background: #fff
}

.sj-btn__white, a.sj-btn__white {
    border: 1px solid #fff;
    border-radius: 8px;
    color: #fff
}

.sj-btn__green, a.sj-btn__green {
    color: #fff;
    position: relative;
    background: -webkit-linear-gradient(14.33deg, #2bb448 0, #008509 100%);
    background: -o-linear-gradient(14.33deg, #2bb448 0, #008509 100%);
    background: linear-gradient(75.67deg, #2bb448 0, #008509 100%);
    border-radius: 8px
}

.sj-btn__grey, a.sj-btn__grey {
    color: #141518;
    position: relative;
    border: 1px solid #d5d7db;
    border-radius: 8px
}

.sj-btn__disabled, a.sj-btn__disabled {
    color: #fff;
    background: #d5d7db;
    position: relative;
    border: 1px solid #d5d7db;
    border-radius: 8px;
    cursor: default
}

.sj-btn__red, a.sj-btn__red {
    color: #fff;
    position: relative;
    background: -webkit-linear-gradient(14.33deg, #fe4a4f 0, #d7181d 100%);
    background: -o-linear-gradient(14.33deg, #fe4a4f 0, #d7181d 100%);
    background: linear-gradient(75.67deg, #fe4a4f 0, #d7181d 100%);
    border-radius: 8px
}

.sj-btn__login, a.sj-btn__login {
    border: 1px solid #008509;
    border-radius: 8px;
    color: #008509
}

.sj-btn__login svg, a.sj-btn__login svg {
    width: 20px;
    height: 20px;
    fill: #3dba4e;
    margin-right: 10px
}

.sj-btn__reply, a.sj-btn__reply {
    font-size: 16px;
    color: #404145;
    width: 95px;
    height: 34px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100px
}

.sj-btn__reply svg, a.sj-btn__reply svg {
    width: 24px;
    height: 24px;
    fill: #404145;
    margin-right: 5px
}

.sj-btn__facebook, a.sj-btn__facebook {
    font-size: 16px;
    color: #fff;
    border-radius: 8px;
    background: #475993;
    -webkit-box-shadow: 0 8px 24px rgba(71, 89, 147, .56);
    box-shadow: 0 8px 24px rgba(71, 89, 147, .56)
}

.sj-btn__facebook img, a.sj-btn__facebook img {
    width: 35px;
    height: 35px;
    display: block;
    margin-right: 8px
}

.sj-btn__google, a.sj-btn__google {
    font-size: 16px;
    color: #fff;
    border-radius: 8px;
    background: #3c79e6;
    -webkit-box-shadow: 0 8px 24px rgba(60, 121, 230, .56);
    box-shadow: 0 8px 24px rgba(60, 121, 230, .56)
}

.sj-btn__google img, a.sj-btn__google img {
    width: 35px;
    height: 35px;
    display: block;
    margin-right: 8px
}

a.button.green {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    font-family: Gilroy-Medium;
    color: #fff !important;
    position: relative;
    background: -webkit-linear-gradient(14.33deg, #2bb448 0, #008509 100%);
    background: -o-linear-gradient(14.33deg, #2bb448 0, #008509 100%);
    background: linear-gradient(75.67deg, #2bb448 0, #008509 100%);
    border-radius: 8px;
    text-decoration: none !important;
    padding: 12px 24px;
    width: 100%
}

.sj-text-hidden {
    font-size: 0;
    height: 0;
    width: 0;
    overflow: hidden;
    line-height: 0;
    letter-spacing: 0
}

.sj-main {
    padding: 84px 10px 24px;
    display: block;
    position: relative
}

.sj-main__content {
    position: relative
}

.sj-main__content .sj-section:first-child {
    margin-top: 0
}

.sj-sidebar__item {
    -webkit-box-shadow: 0 6px 14px -6px rgba(64, 65, 69, .12), 0 10px 32px -4px rgba(64, 65, 69, .1);
    box-shadow: 0 6px 14px -6px rgba(64, 65, 69, .12), 0 10px 32px -4px rgba(64, 65, 69, .1);
    border-radius: 24px;
    padding: 16px;
    margin-bottom: 24px
}

.sj-sidebar__title {
    font-family: Gilroy-Medium;
    font-size: 20px;
    line-height: 24px;
    color: #141518;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sj-sidebar__title_icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    margin-right: 10px;
    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
}

.sj-sidebar__title_icon svg {
    width: 24px;
    height: 24px
}

.sj-section {
    margin: 48px 0
}

.sj-section__head {
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sj-section__head_small {
    font-size: 16px;
    line-height: 24px;
    margin-top: 32px;
    color: #404145;
    display: block;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.sj-section__head_small strong {
    color: #141518;
    font-family: Gilroy-Medium
}

.sj-section__head .sj-casino__rating {
    position: relative;
    left: auto;
    padding: 16px 24px;
    background: #f8f9fa;
    font-size: 20px;
    line-height: 18px;
    border-radius: 16px;
    width: 95px
}

.sj-section__head .sj-casino__rating_full {
    width: auto
}

.sj-section__head .sj-casino__rating .sj-review-overall__rating {
    margin-top: 0
}

.sj-section__head .sj-stars svg {
    width: 16px;
    height: 16px
}

.sj-section__footer {
    margin-top: 28px;
    text-align: center
}

.sj-section__footer .sj-btn {
    height: 48px;
    font-size: 14px
}

.sj-section__footer .sj-btn__arr {
    width: 10px;
    height: 10px;
    margin-left: 7px
}

.sj-section__footer .sj-btn__transparent {
    padding: 0 32px 0 24px;
    width: auto
}

.sj-section__footer .sj-btn__green {
    width: 100%
}

.sj-section > iframe:not[class] {
    width: 100%;
    border-radius: 24px;
    height: 300px
}

.sj-header {
    margin-top: 0;
    margin-bottom: 24px
}

.sj-header + .sj-section {
    margin-top: 24px
}

.sj-main__index .sj-header {
    margin: 48px 0
}

.sj-text {
    margin-bottom: 24px;
    color: #404145;
    font-size: 16px;
    line-height: 28px
}

.sj-text h2 {
    margin-bottom: 24px
}

.sj-text > img {
    border-radius: 24px;
    margin: 0 auto 12px;
    display: block
}

/*.sj-text p {
    margin-bottom: 12px
}*/

.sj-text p img {
    border-radius: 24px;
    margin: 0 auto 12px;
    display: block
}

.sj-text p:last-child {
    margin-bottom: 0
}

.sj-text a:not(.sj-btn) {
    color: #008509;
    text-decoration: underline;
    text-underline-offset: 3px
}

.sj-text b, .sj-text strong {
    font-family: Gilroy-Medium
}

.sj-text ul:not([class]) {
    margin-bottom: 24px
}

.sj-text ul:not([class]) li {
    position: relative;
    padding-left: 16px;
    margin-top: 16px
}

.sj-text ul:not([class]) li:first-child {
    margin-top: 0
}

.sj-text ul:not([class]) li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-top: -1px;
    background-color: #008509
}

.sj-text ol:not([class]) {
    counter-reset: lst-cntr
}

.sj-text ol:not([class]) li {
    position: relative;
    padding: 12px 0 12px 60px;
    min-height: 44px;
    counter-increment: lst-cntr;
    margin-top: 16px;
    font-size: 18px;
    line-height: 24px;
    color: #141518;
    font-family: Gilroy-Medium
}

.sj-text ol:not([class]) li h3, .sj-text ol:not([class]) li:first-child {
    margin-top: 0
}

.sj-text ol:not([class]) li a {
    color: #008509;
    text-decoration: underline
}

.sj-text ol:not([class]) li:before {
    content: counter(lst-cntr) " ";
    position: absolute;
    left: 0;
    width: 44px;
    height: 44px;
    background: rgba(61, 186, 78, .1);
    border-radius: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #008509;
    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-family: Gilroy-Medium;
    top: 50%;
    margin-top: -22px
}

table, td {
    border: 1px solid;
}

.sj-text table {
    width: auto;
    clear: both;
    padding: 40px 8px 0;
    background: #f8f9fa;
    border-radius: 24px;
    font-size: 14px;
    line-height: 18px;
    min-width: 100%
}

.sj-text table font {
    font-family: inherit !important;
    color: inherit !important
}

.sj-text table caption {
    display: none
}

.sj-text table td, .sj-text table th {
    padding: 16px;
    text-align: left;
    vertical-align: middle;
    color: #2c2d30;
    position: relative
}

.sj-text table td:after, .sj-text table th:after {
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 1px;
    height: 1px;
    content: '';
    background: #babdc2
}

.sj-text table td img, .sj-text table th img {
    margin-left: 0;
    max-width: none
}

.sj-text table td:last-child:after, .sj-text table th:last-child:after {
    right: 10px
}

.sj-text table td {
    min-height: 68px;
    vertical-align: top;
    padding-bottom: 31px
}

.sj-text table td:after {
    background: #d5d7db
}

.sj-text table thead th {
    padding-bottom: 24px;
    padding-top: 0
}

.sj-text table tbody th {
    font-family: Gilroy-Regular !important;
    min-height: 68px;
    vertical-align: top;
    padding-bottom: 31px
}

.sj-text table tbody th:after {
    background: #d5d7db
}

.sj-text table tbody tr:last-child td:after, .sj-text table tbody tr:last-child th:after {
    display: none
}

.sj-text table th {
    font-family: Gilroy-Medium;
    color: #404145
}

.sj-text table strong {
    font-family: Gilroy-Medium
}

.sj-text img[style*="float: left"], .sj-text img[style*="float:left"] {
    margin-right: 20px
}

.sj-text img[style*="float: right"], .sj-text img[style*="float:right"] {
    margin-left: 20px
}

.sj-text .sj-table-wrap {
    clear: both;
    margin-top: 24px;
    margin-bottom: 24px;
    overflow-x: auto
}

.sj-text .sj-table-wrap::-webkit-scrollbar {
    display: none
}

.sj-table-wrap__cut {
    overflow: auto;
    background: #f8f9fa;
    border-radius: 24px;
    text-align: center;
    margin: 24px 0
}

.sj-table-wrap__cut .sj-table-wrap {
    max-height: 550px;
    overflow: hidden;
    overflow-x: auto;
    margin: 0
}

.sj-table-wrap__cut.active .sj-table-wrap {
    max-height: none
}

.sj-table-wrap__cut table {
    margin-bottom: 0;
    padding-bottom: 0
}

.sj-table-wrap__cut_buttons {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    font-family: Gilroy-Medium;
    width: 171px;
    height: 48px;
    font-size: 14px;
    border: 1px solid #d5d7db;
    border-radius: 8px;
    color: #141518;
    margin: 40px auto;
    position: relative
}

.sj-table-wrap__cut_buttons.active:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 3px
}

.sj-table-wrap__cut_buttons:after {
    border-radius: 2px;
    border-top: 1.5px solid #404145;
    border-right: 1.5px solid #404145;
    width: 10px;
    height: 10px;
    margin-left: 20px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    position: relative;
    top: -3px;
    display: block;
    content: ''
}

.cut-table-wrap {
    overflow: auto;
    margin: 24px 0;
    text-align: center;
    background: #f8f9fa;
    border-radius: 24px
}

.cut-table-wrap .button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    font-family: Gilroy-Medium;
    width: 171px;
    height: 48px;
    font-size: 14px;
    border: 1px solid #d5d7db;
    border-radius: 8px;
    color: #141518;
    margin: 40px auto;
    position: relative
}

.cut-table-wrap .button.active:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 3px
}

.cut-table-wrap .button:after {
    border-radius: 2px;
    border-top: 1.5px solid #404145;
    border-right: 1.5px solid #404145;
    width: 10px;
    height: 10px;
    margin-left: 20px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    position: relative;
    top: -3px;
    display: block;
    content: ''
}

.cut-table-wrap.active .cut-table {
    max-height: none
}

.cut-table-wrap.active .button:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 3px
}

.cut-table-wrap.active .button .more {
    display: none !important
}

.cut-table-wrap.active .button .less {
    display: block !important
}

.cut-table {
    background: #f8f9fa;
    border-radius: 24px;
    padding-top: 0;
    max-height: 545px;
    overflow: hidden;
    overflow-x: auto
}

.cut-table::-webkit-scrollbar {
    display: none
}

.sj-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.sj-buttons .sj-btn {
    min-width: 171px;
    height: 48px;
    font-size: 14px;
    margin: 0 8px
}

.sj-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-family: Gilroy-Medium;
    color: #fcb017;
    line-height: 18px
}

.sj-stars svg {
    fill: #fcb017;
    width: 12px;
    height: 12px;
    margin-left: 5px;
    position: relative;
    top: 1px
}

.sj-rating-full {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    font-family: Gilroy-Medium;
    color: #fcb017;
    line-height: 22px
}

.sj-rating-full__stars {
    width: 284px;
    height: 22px;
    background: url(../img/rating/stars-gray.svg) 0 0/284px 22px no-repeat;
    margin-right: 16px
}

.sj-rating-full__fill {
    height: 22px;
    background: url(../img/rating/stars-yellow.svg) 0 0/284px 22px no-repeat
}

.sj-rating-full__value {
    white-space: nowrap
}

.sj_cookies {
    background: #141518;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding: 8px 24px;
    position: fixed;
    bottom: 10px;
    width: 85%;
    border-radius: 8px;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 10
}

.sj_cookies a {
    color: #3dba4e;
    text-decoration: underline;
    font-size: 14px
}

.sj_cookies .sj-btn {
    width: 60px;
    min-width: 60px;
    height: 35px;
    margin-left: 20px
}

.sj_cookies__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sj-section__head_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 22px;
    margin-top: 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.sj-section__head_item:first-child {
    margin-top: 0
}

.sj-section__head_item strong {
    font-family: Gilroy-Medium;
    margin-left: 5px
}

.sj-section__head_item a {
    color: #2c2d30;
    text-decoration: underline
}

.sj-section__head_icon {
    width: 40px;
    height: 40px;
    background: #f0fff1;
    border-radius: 12px;
    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;
    margin-right: 16px
}

.sj-section__head_icon svg {
    width: 24px;
    height: 24px;
    fill: #3dba4e
}

.sj-popup {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: none
}

.sj-popup__close {
    position: absolute;
    cursor: pointer;
    top: 12px;
    right: 12px;
    width: 24px;
    height: 24px;
    z-index: 3
}

.sj-popup__close:after, .sj-popup__close:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: #404145;
    top: 11px;
    left: 2px
}

.sj-popup__close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sj-popup__close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sj-popup.active {
    display: block
}

.sj-overlay {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .5
}

.sj-textarea {
    border: 1px solid #d5d7db;
    border-radius: 16px;
    height: 169px;
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    color: #404145;
    padding: 8px 16px 48px;
    font-family: Gilroy-Regular;
    overflow: auto;
    outline: 0;
    resize: none;
    display: block;
    background: #fff
}

.sj-textarea ~ .sj-field__small_text {
    margin: -60px 16px 0;
    height: 48px;
    position: relative;
    z-index: 2
}

.sj-field {
    margin-bottom: 24px
}

.sj-field__name {
    font-size: 24px;
    line-height: 32px;
    color: #141518;
    font-family: Gilroy-Medium;
    margin-bottom: 16px
}

.sj-field__name_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sj-field__name b {
    color: #e91927
}

.sj-field__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -8px
}

.sj-field__submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.sj-field__submit_settings {
    margin: 0 -8px
}

.sj-field__submit_settings .sj-btn {
    height: 48px !important
}

.sj-field .sj-btn {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 40px;
    margin: 0 8px
}

.sj-field__help {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    color: #404145
}

.sj-field__help_error {
    min-height: 48px;
    position: relative;
    padding-left: 60px
}

.sj-field__help_error:before {
    position: absolute;
    background: url(../img/svg_icons/icon-alert.svg) no-repeat;
    width: 48px;
    height: 48px;
    top: 0;
    left: 0;
    content: ''
}

.sj-field__help_error_message {
    display: block;
    color: #e91927;
    font-family: Gilroy-Medium;
    margin-bottom: 8px
}

.sj-field__help_notify {
    min-height: 48px;
    position: relative;
    background: #f8f9fa;
    padding: 24px 16px 24px 84px;
    border-radius: 24px;
    color: #404145;
    margin-bottom: 20px
}

.sj-field__help_notify:before {
    position: absolute;
    background: url(../img/svg_icons/icon-notify.svg) no-repeat;
    width: 48px;
    height: 48px;
    top: 24px;
    left: 24px;
    content: ''
}

.sj-field__help_notify_message {
    display: block;
    color: #008509;
    font-family: Gilroy-Medium;
    margin-bottom: 8px
}

.sj-field__small_text {
    font-size: 12px;
    margin-top: 10px;
    color: #404145;
    border-top: 1px solid #d5d7db;
    text-align: right;
    padding-top: 10px
}

.sj-field__value {
    position: relative
}

.sj-field__value svg {
    position: absolute;
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
    right: 12px;
    top: 13px;
    bottom: 0;
    stroke: #babdc2;
    fill: none
}

.sj-field__value svg + svg {
    opacity: 0
}

.sj-field__value svg.icon-pen {
    opacity: 1
}

.sj-field__value.active svg {
    opacity: 0
}

.sj-field__value.active svg + svg {
    opacity: 1
}

.sj-field__image {
    text-align: center;
    width: 140px;
    height: 140px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
    border: 1px dashed #d5d7db;
    border-radius: 16px;
    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;
    margin: 0 auto 16px;
    position: relative
}

.sj-field__image::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    width: 120px;
    height: 120px;
    background: #000;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    border-radius: 16px
}

.sj-field__image img {
    display: block;
    margin: 0 auto;
    border-radius: 16px;
    width: 120px;
    height: 120px
}

.sj-field__image_close {
    position: absolute;
    width: 24px;
    height: 24px;
    cursor: pointer;
    opacity: 0
}

.sj-field__image_close:after, .sj-field__image_close:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background: #fff;
    left: 0;
    top: 41%
}

.sj-field__image_close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sj-field__image_close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sj-field__error .sj-textarea {
    border-color: #e91927
}

.sj-field__error .sj-textarea::-webkit-input-placeholder {
    color: transparent
}

.sj-field__error .sj-textarea::-moz-placeholder {
    color: transparent
}

.sj-field__error .sj-textarea::-ms-input-placeholder {
    color: transparent
}

.sj-field__error .sj-textarea::placeholder {
    color: transparent
}

.sj-field__error input {
    border-color: #e91927
}

.sj-field__error_message {
    font-size: 12px;
    line-height: 18px;
    color: #e91927;
    position: relative;
    padding-left: 20px
}

.sj-field__error_message:before {
    content: "!";
    font-size: 12px;
    font-family: sans-serif;
    color: #fff;
    line-height: 16px;
    background: #e91927;
    cursor: pointer;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 0;
    margin-top: -9px;
    border-radius: 50%;
    z-index: 5;
    letter-spacing: normal;
    text-align: center
}

.sj-field__select {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 48px
}

.sj-field__select_wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 48px;
    border-radius: 8px;
    border: 1px solid #e8eaed;
    background: #fff;
    overflow: hidden
}

.sj-field__select.active {
    z-index: 2
}

.sj-field__select.active .sj-field__select_wrap {
    height: auto
}

.sj-field__select.active .sj-field__select_title svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sj-field__select_title {
    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;
    height: 48px;
    padding: 12px 16px;
    font-size: 16px;
    color: #141518;
    font-family: Gilroy-Medium
}

.sj-field__select_title svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    stroke: #404145;
    fill: none
}

.sj-field__select_drop {
    position: relative;
    font-size: 16px;
    color: #141518;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 16px
}

.sj-field__select_drop::after {
    content: '';
    position: absolute;
    left: 16px;
    right: 16px;
    top: 0;
    height: 1px;
    background: #e8eaed
}

.sj-field__select_drop label {
    display: block
}

.sj-field__select_drop label input {
    display: none
}

.sj-field__select_drop label, .sj-field__select_drop p {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 16px;
    margin-right: -16px;
    font-family: Gilroy-Medium
}

.sj-field__select_scroll {
    overflow-y: auto;
    max-height: 160px;
    padding-right: 16px;
    scrollbar-width: thin;
    scrollbar-color: #babdc2 #f8f9fa
}

.sj-field__select_scroll::-webkit-scrollbar {
    width: 8px
}

.sj-field__select_scroll::-webkit-scrollbar-track {
    background: #f8f9fa
}

.sj-field__select_scroll::-webkit-scrollbar-thumb {
    background: #babdc2;
    border-radius: 6px
}

.sj-field__settings .sj-field__name {
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 1.2
}

.sj-field__group_settings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.sj-field__group_settings .sj-field {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.sj-field__group_settings > :last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 97px;
    flex: 0 0 97px;
    width: 97px;
    margin-left: 16px
}

textarea + .sj-field__error_message {
    margin-top: 8px
}

input {
    padding: 12px 16px;
    height: 48px;
    border: 1px solid #e8eaed;
    border-radius: 8px;
    font-size: 16px;
    line-height: 20px;
    color: #141518;
    font-family: Gilroy-Regular;
    width: 100%;
    background: #fff
}

input ~ .sj-field__error_message {
    margin-top: 8px
}

input[type=checkbox] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block
}

input[type=checkbox] + label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative
}

input[type=checkbox] + label::before {
    display: inline-block;
    content: '';
    margin-right: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 8px;
    border: 1px solid #e8eaed
}

input[type=checkbox]:checked + label::before {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999999 4.5L6 9.5L14.5 1' stroke='%23404145' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
}

input[type=checkbox]:checked + label::after {
    display: none
}

input[type=number] {
    -moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.sj-field__error input[type=checkbox] + label::before {
    border: 1px solid #e91927
}

.sj-checkbox {
    margin-bottom: 16px
}

.sj-checkbox .sj-field__error_message {
    margin-top: 4px
}

.sj-appeal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top
}

.sj-appeal__image {
    width: 100px;
    height: 100px;
    margin-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px
}

.sj-appeal__image img {
    display: block
}

.sj-appeal__text {
    font-size: 24px;
    line-height: 32px;
    color: #008509;
    font-family: Gilroy-Medium;
    padding-left: 10px;
    border-left: 2px solid #008509
}

.sj-appeal__gray {
    padding: 24px 20px;
    background: #e8eaed;
    border-radius: 24px;
    display: block
}

.sj-appeal__gray .sj-appeal__image {
    margin: 0 auto
}

.sj-appeal__gray .sj-appeal__text {
    color: inherit;
    padding: 0;
    border: none;
    margin-top: 20px
}

.sj-filter__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -4px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.sj-filter__item {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 4px;
    max-width: 50%
}

.sj-filter__item.active .sj-filter__drop {
    display: block
}

.sj-filter__item select {
    display: none
}

.sj-filter__title {
    background: #fff;
    height: 46px;
    border: 1px solid #e8eaed;
    border-radius: 8px;
    font-size: 14px;
    line-height: 18px;
    padding: 12px 40px 12px 16px;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    font-family: Gilroy-Medium
}

.sj-filter__title span {
    display: block;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.sj-filter__title::before {
    content: '';
    position: absolute;
    top: 15px;
    right: 23px;
    margin: auto;
    width: 8px;
    height: 8px;
    border-radius: 1px;
    border-right: 2px solid #404145;
    border-bottom: 2px solid #404145;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sj-filter__title.active::before {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 17px
}

.sj-filter__drop {
    display: none;
    position: absolute;
    top: 100%;
    left: 4px;
    right: 4px;
    margin: -12px auto auto;
    z-index: 5;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e8eaed;
    border-top: none;
    border-radius: 0 0 8px 8px
}

.sj-filter__drop input {
    display: none
}

.sj-filter__drop label, .sj-filter__drop_item {
    font-size: 14px;
    line-height: 18px;
    padding: 12px 16px;
    display: block;
    color: inherit
}

.sj-icons__list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sj-icons__item {
    margin: 5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sj-icons__item span {
    cursor: pointer;
    display: inline-block;
    color: #008509;
    text-decoration: underline;
    margin-left: 5px;
    white-space: nowrap
}

.sj-icons__item span:hover {
    text-decoration: none;
    color: #007010
}

.sj-icons__item_load {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.sj-icons__link {
    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: 5px 10px;
    background: #e8eaed;
    border-radius: 8px;
    width: 100%;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.sj-icons__link img {
    display: block;
    margin: 0 !important;
    border-radius: 0 !important;
    max-height: 30px
}

.promo-code {
    padding: 15px 10px;
    margin-right: 16px;
    width: 235px;
    height: 50px;
    background: #e8eaed;
    border: 1px dashed #babdc2;
    border-radius: 8px;
    font-family: Gilroy-Medium;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #303030;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.promo-code__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sj-btn__promo {
    color: #fff;
    position: relative;
    background: -webkit-linear-gradient(14.33deg, #2bb448 0, #008509 100%);
    background: -o-linear-gradient(14.33deg, #2bb448 0, #008509 100%);
    background: linear-gradient(75.67deg, #2bb448 0, #008509 100%);
    border-radius: 8px;
    height: 48px;
    padding: 15px 24px;
    width: 81px
}

.sj-btn__promo.copied {
    background: #148824;
    -webkit-box-shadow: 0 2px 6px rgba(64, 65, 69, .1), 0 2px 4px rgba(64, 65, 69, .04);
    box-shadow: 0 2px 6px rgba(64, 65, 69, .1), 0 2px 4px rgba(64, 65, 69, .04);
    cursor: auto
}

.popup-post {
    width: 351px;
    position: absolute;
    background: #fff;
    border: 1px solid #e8eaed;
    -webkit-box-shadow: 0 6px 14px -6px rgba(64, 65, 69, .12), 0 10px 32px -4px rgba(64, 65, 69, .1);
    box-shadow: 0 6px 14px -6px rgba(64, 65, 69, .12), 0 10px 32px -4px rgba(64, 65, 69, .1);
    border-radius: 16px;
    z-index: 1000;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 32px
}

.popup-post p {
    font-size: 20px;
    line-height: 24px;
    font-family: Gilroy-Medium;
    margin-top: 16px;
    margin-bottom: 16px
}

.popup-post p a {
    color: #008509;
    text-decoration: underline
}

.popup-post .sj-btn {
    min-width: 100px;
    height: 48px;
    padding: 15px 24px
}

.popup-post__icon {
    padding: 12px;
    width: 48px;
    height: 48px;
    background: #f0fff1;
    border-radius: 12px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 12px
}

.popup-post__icon svg {
    width: 24px;
    height: 24px;
    fill: #3dba4e
}

.show {
    display: block !important
}

.hide {
    display: none !important
}

.image-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 12px;
    background: rgba(20, 21, 24, .8);
    -webkit-backdrop-filter: blur(12.5px);
    backdrop-filter: blur(12.5px);
    border-radius: 0 0 24px 24px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    font-family: Gilroy-Medium
}

.image-caption__wrap {
    position: relative
}

.attention {
    background: #f8f9fa;
    border: 2px solid #f76f34;
    border-radius: 24px;
    padding: 24px;
    font-size: 16px;
    line-height: 28px;
    color: #2c2d30;
    margin: 24px 0
}

.attention__label {
    font-size: 18px;
    line-height: 24px;
    color: #f76f34;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Gilroy-Medium;
    margin-bottom: 4px
}

.attention__label span {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    margin-right: 8px;
    display: block;
    background: rgba(247, 111, 52, .1);
    padding: 5px
}

.attention__label svg {
    width: 24px;
    height: 24px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    fill: #f76f34
}

.sj-author-quote {
    background: #f8f9fa;
    border: 2px solid #f76f34;
    border-radius: 24px;
    padding: 24px;
    font-size: 18px;
    line-height: 30px;
    color: #2c2d30;
    margin: 24px 0
}

.sj-author-quote__name {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #f76f34;
    font-family: Gilroy-Medium;
    margin: 10px 0 0 auto;
    text-align: right
}

.sj-author-quote__image {
    margin: 10px 0 0 auto;
    text-align: right
}

.sj-author-quote__image img {
    width: 100px;
    height: 100px;
    border-radius: 16px;
    display: inline-block
}

.sj-update {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 22px;
    margin-top: 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.sj-update strong {
    font-family: Gilroy-Medium;
    margin-left: 5px
}

.sj-update__icon {
    width: 40px;
    height: 40px;
    background: #dcfae0;
    border-radius: 12px;
    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;
    margin-left: 16px
}

.sj-update__icon svg {
    width: 24px;
    height: 24px;
    fill: #3dba4e
}

blockquote {
    font-family: Gilroy-Medium;
    position: relative;
    padding-left: 20px;
    color: #141518;
    margin: 24px 0
}

blockquote:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    background: #3dba4e;
    content: ''
}

.gray-box {
    padding: 24px 16px;
    background: #f8f9fa;
    border-radius: 24px;
    font-size: 18px;
    line-height: 30px;
    color: #404145;
    margin: 24px 0
}

.gray-box img {
    display: block;
    border-radius: 10px;
    width: 100px;
    height: 100px;
    margin: 0 auto 16px;
    float: none
}

.border-box {
    font-size: 20px;
    line-height: 26px;
    color: #008509;
    font-family: Gilroy-Medium;
    padding-left: 32px;
    border-left: 2px solid #008509;
    margin: 24px 0
}

.sj-section__footer .sj-btn__contact {
    width: 100%
}

.h-captcha {
    margin: 24px auto;
    text-align: center
}

.h-captcha + .sj-field__error_message {
    text-align: center;
    margin-top: -20px
}

.h-captcha + .sj-field__error_message:before {
    left: auto;
    margin-left: -20px
}

.sj-iframe__play {
    max-width: none;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
    border-radius: 24px;
    margin: 24px 0;
    overflow: hidden;
    height: auto;
    aspect-ratio: 16/9
}

.sj-iframe__play iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
    -webkit-transition: opacity 2s;
    -o-transition: opacity 2s;
    transition: opacity 2s
}

.sj-iframe__play iframe[src] {
    z-index: 60;
    opacity: 1
}

.sj-iframe__preview {
    line-height: 550px;
    opacity: 1;
    -webkit-transition: opacity 2s;
    -o-transition: opacity 2s;
    transition: opacity 2s;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sj-iframe__preview::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #1b1919;
    opacity: .5;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    z-index: 30
}

.sj-iframe__preview img {
    width: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover
}

.sj-iframe__btn {
    position: absolute;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: center;
    align-self: center;
    z-index: 30;
    left: 0;
    right: 0
}

.sj-iframe__btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 50px;
    margin: -25px 0 0 -30px;
    background: #fff;
    z-index: -1
}

.sj-iframe__btn svg {
    width: 80px;
    height: 80px;
    -webkit-transition: -webkit-filter .3s;
    transition: filter .3s;
    -o-transition: filter .3s;
    transition: filter .3s, -webkit-filter .3s;
    fill: red
}

.process {
    position: relative
}

.process:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    right: -1px;
    background: #fff;
    z-index: 1000;
    opacity: .4;
    border-radius: 10px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: visibility .3s, opacity .3s;
    -o-transition: visibility .3s, opacity .3s;
    transition: visibility .3s, opacity .3s
}

.process:after {
    will-change: filter;
    content: "";
    position: absolute;
    width: 85px;
    height: 86px;
    top: 50%;
    left: 50%;
    margin: -43px 0 0 -43px;
    background: url(../img/preloader/preloader.svg) center/100% 100% no-repeat;
    -webkit-filter: drop-shadow(2px 4px 6px red);
    filter: drop-shadow(2px 4px 6px red);
    z-index: 1000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: visibility .3s, opacity .3s;
    -o-transition: visibility .3s, opacity .3s;
    transition: visibility .3s, opacity .3s;
    -webkit-animation: .3s linear infinite alternate scale_up;
    animation: .3s linear infinite alternate scale_up
}

@-webkit-keyframes scale_up {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes scale_up {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.f-left {
    float: left;
    margin-right: 25px !important
}

.f-right {
    float: right;
    margin-left: 25px !important
}

.sj-comment {
    border-top: 1px solid #008509;
    padding-top: 40px
}

.sj-comment .sj-section__head {
    display: block
}

.sj-comment__title {
    font-size: 28px;
    line-height: 32px;
    margin: 0;
    font-family: Gilroy-Medium;
    color: #141518;
    text-transform: capitalize;
    font-weight: 700
}

.sj-breadcrumbs {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 24px 0;
    list-style: none;
    padding: 0
}

.sj-breadcrumbs__list {
    display: block
}

.sj-breadcrumbs__item {
    line-height: 0;
    display: inline
}

.sj-breadcrumbs__item a {
    color: #606266;
    white-space: nowrap;
    font-size: 14px;
    line-height: 18px
}

.sj-breadcrumbs__item:first-child a {
    font-family: Gilroy-Medium
}

.sj-breadcrumbs__item:before {
    content: " / ";
    margin: 0 5px;
    color: #404145;
    width: auto;
    height: auto;
    background: 0 0;
    vertical-align: top;
    font-size: 14px;
    line-height: 18px
}

.sj-breadcrumbs__item:first-child:before {
    display: none
}

.sj-breadcrumbs__item p {
    font-size: 14px;
    line-height: 18px;
    color: #404145;
    display: inline
}

.casino-head .sj-breadcrumbs {
    margin-top: 92px
}

.sj-main > .sj-breadcrumbs {
    margin: 0 0 40px
}

.sj-head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 68px;
    padding: 10px;
    z-index: 990;
    background-color: #2c2d30;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sj-head__container {
    max-width: 1440px;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sj-head__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: auto;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 183px;
    flex: 0 0 183px;
    width: 183px;
    height: 100%
}

.sj-head__logo img {
    width: 100%
}

.sj-head__logo_nofilter:hover {
    -webkit-filter: none !important;
    filter: none !important
}

.sj-head__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    font-family: Gilroy-Medium
}

.sj-head__menu.active .sj-head__nav_wrapper {
    display: block
}

.sj-head__menu_wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
    height: 100%;
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.sj-head__toggle {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 8px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 10px;
    margin-left: 5px
}

.sj-head__toggle > span {
    height: 2px;
    background: #f8f9fa;
    margin: 2px 0
}

.sj-head__toggle > span:first-child {
    width: 20px;
    border-radius: 2px
}

.sj-head__toggle > span:nth-child(2) {
    width: 9px;
    position: relative
}

.sj-head__toggle > span:nth-child(2):before {
    right: -5px;
    width: 3px;
    top: 0;
    height: 2px;
    background: #f8f9fa;
    position: absolute;
    content: '';
    border-radius: 2px
}

.sj-head__toggle > span:last-child {
    width: 17px;
    border-radius: 2px
}

.sj-head__toggle.active span {
    position: absolute
}

.sj-head__toggle.active span:first-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 17px;
    margin-left: 1px
}

.sj-head__toggle.active span:nth-child(2) {
    display: none
}

.sj-head__toggle.active span:last-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-left: 1px
}

.sj-head__nav {
    position: relative;
    height: auto;
    z-index: 1
}

.sj-head__nav_wrapper {
    display: none;
    border-top: 1px solid #444;
    background: #2c2d30;
    height: calc(100vh - 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 10;
    overflow: auto
}

.sj-head__nav_item {
    position: relative
}

.sj-head__nav_item.active .sj-head__nav_dropdown {
    display: block
}

.sj-head__nav_item:last-child > .sj-head__nav_dropdown, .sj-head__nav_item:last-child > .sj-head__nav_dropdown .sj-head__nav_dropdown {
    left: auto;
    right: auto
}

.sj-head__nav_item > a, .sj-head__nav_item > p, .sj-head__nav_item > span {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 18px;
    color: #9fa1a6;
    line-height: 22px;
    padding: 10px 70px 10px 10px;
    text-align: left;
    z-index: 1
}

.sj-head__nav_item > a span, .sj-head__nav_item > p span, .sj-head__nav_item > span span {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -16px;
    bottom: 0;
    width: 32px;
    height: 32px;
    background: rgba(61, 186, 78, .1);
    border-radius: 10px
}

.sj-head__nav_item > a span::before, .sj-head__nav_item > p span::before, .sj-head__nav_item > span span::before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 9px;
    background: #008509;
    width: 2px;
    border-radius: 2px;
    height: 14px;
    opacity: 1
}

.sj-head__nav_item > a span::after, .sj-head__nav_item > p span::after, .sj-head__nav_item > span span::after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 9px;
    background: #008509;
    height: 2px;
    border-radius: 2px;
    width: 14px;
    opacity: 1
}

.sj-head__nav_item > a.active, .sj-head__nav_item > p.active, .sj-head__nav_item > span.active {
    color: #fff
}

.sj-head__nav_item > a.active span::after, .sj-head__nav_item > a.active span::before, .sj-head__nav_item > p.active span::after, .sj-head__nav_item > p.active span::before, .sj-head__nav_item > span.active span::after, .sj-head__nav_item > span.active span::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sj-head__nav_item .sj-head__nav_dropdown__item .sj-head__nav_dropdown .sj-head__nav_dropdown__item > a {
    padding-left: 80px
}

.sj-head__nav_dropdown {
    display: none;
    min-width: auto;
    position: relative;
    top: auto;
    left: auto;
    background-color: transparent;
    z-index: 100
}

.sj-head__nav_dropdown.active {
    display: block
}

.sj-head__nav_dropdown__item {
    position: relative
}

.sj-head__nav_dropdown__item:last-child a {
    border-radius: 0
}

.sj-head__nav_dropdown__item > a, .sj-head__nav_dropdown__item > p, .sj-head__nav_dropdown__item > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    line-height: 22px;
    color: #9fa1a6;
    padding: 10px 70px 10px 40px
}

.sj-head__nav_dropdown__item > a span, .sj-head__nav_dropdown__item > p span, .sj-head__nav_dropdown__item > span span {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 55px;
    height: 100%;
    text-align: center
}

.sj-head__nav_dropdown__item > a span::before, .sj-head__nav_dropdown__item > p span::before, .sj-head__nav_dropdown__item > span span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: -4px;
    margin: auto;
    width: 0;
    height: 0;
    font-size: 0;
    border: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 8px solid #fff
}

.sj-head__nav_dropdown__item > a span.active::before, .sj-head__nav_dropdown__item > p span.active::before, .sj-head__nav_dropdown__item > span span.active::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    bottom: 4px
}

.sj-head__nav_dropdown__item > span {
    color: #008509
}

.sj-head__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.sj-head__search_btn {
    cursor: pointer;
    font-size: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.sj-head__search_btn img, .sj-head__search_btn svg {
    width: 19px;
    height: 19px;
    fill: #fff
}

.sj-head__search-form {
    display: none;
    position: absolute;
    left: -5px;
    right: -5px;
    top: -100%;
    bottom: 0;
    width: auto;
    padding: 9px 15px 0;
    z-index: 102;
    -webkit-transition: top .5s, opacity .5s;
    -o-transition: top .5s, opacity .5s;
    transition: top .5s, opacity .5s
}

.sj-head__search-form.visible {
    display: block;
    opacity: 1;
    top: 0
}

.sj-head__search-form_input {
    position: relative;
    height: 48px;
    font-size: 0
}

.sj-head__search-form_input input {
    width: 100%;
    display: block;
    height: 48px;
    background: #fff;
    border: 1px solid #2c2d30;
    border-radius: 5px;
    text-indent: 15px;
    font-size: 16px;
    color: #2c2d30;
    padding-right: 92px
}

.sj-head__search-form_input input::-webkit-input-placeholder {
    color: #babdc2
}

.sj-head__search-form_btn-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 1px;
    top: 1px;
    bottom: 1px;
    width: 40px;
    height: 48px;
    border-radius: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0
}

.sj-head__search-form_btn-submit svg {
    width: 20px;
    height: 20px;
    fill: #2c2d30;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.sj-head__search-form_help {
    display: block;
    position: absolute;
    top: 53px;
    left: 15px;
    right: 15px;
    background: #fff;
    border: 1px solid #2c2d30;
    border-top: none;
    border-radius: 0 0 5px 5px;
    padding: 14px 0;
    max-height: calc(100vh - 110px);
    overflow-y: auto
}

.sj-head__search-form_help:before {
    background: #e4e4e4;
    height: 1px;
    left: 15px;
    right: 15px;
    top: 0;
    position: absolute;
    content: ''
}

.sj-head__search-form_loader {
    font-size: 0;
    text-align: center;
    padding-bottom: 11px
}

.sj-head__search-form_loader img {
    width: 32px;
    height: 32px
}

.sj-head__search-form_item {
    margin-bottom: 14px
}

.sj-head__search-form_item:last-child {
    margin-bottom: 0
}

.sj-head__search-form_title-category {
    font-size: 16px;
    color: #2c2d30;
    padding: 0 0 8px;
    margin: 0 15px 8px;
    border-bottom: 1px solid #e4e4e4
}

.sj-head__search-form_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    color: #606266;
    padding: 7px 15px
}

.sj-head__search-form_link:hover {
    background: #e8eaed;
    color: #008509
}

.sj-head__search-form_link-more {
    color: #008509;
    text-align: right;
    font-size: 16px;
    line-height: 24px;
    display: block;
    text-decoration: underline;
    padding: 0 15px;
    margin-left: auto
}

.sj-head__search-form_link-more:hover {
    text-decoration: none;
    color: #007010
}

.sj-head__search-form_image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    background: #d5d7db;
    margin-right: 12px;
    display: block;
    border-radius: 8px;
    overflow: hidden
}

.sj-head__search-form_image img {
    width: 100%;
    height: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover
}

.sj-head__login.mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 10px 10px
}

.sj-head__login.pc {
    display: none
}

.sj-head__login_signin {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%
}

.sj-head__login_signin_btn {
    width: 100%;
    height: 48px;
    border: 1px solid #3dba4e;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1;
    color: #3dba4e
}

.sj-head__login_signin_btn svg {
    width: 20px;
    height: 20px;
    fill: #3dba4e;
    margin-right: 10px
}

.sj-head__login_registration {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    font-family: Gilroy-Medium;
    margin-left: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.sj-head__login_registration_btn {
    width: 66.666667%;
    height: 48px;
    background: -webkit-linear-gradient(191.53deg, #008509 0, #2bb448 100%);
    background: -o-linear-gradient(191.53deg, #008509 0, #2bb448 100%);
    background: linear-gradient(258.47deg, #008509 0, #2bb448 100%);
    border-radius: 8px;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sj-head__login_registration_bonus {
    width: 33.333334%;
    height: 48px;
    background: -webkit-gradient(linear, left top, right top, from(#d7181d), to(#fe4a4f));
    background: -webkit-linear-gradient(left, #d7181d 0, #fe4a4f 100%);
    background: -o-linear-gradient(left, #d7181d 0, #fe4a4f 100%);
    background: linear-gradient(90deg, #d7181d 0, #fe4a4f 100%);
    border-radius: 8px;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

.sj-head__login_registration_bonus span {
    display: block;
    font-size: 8px;
    line-height: 10px
}

.sj-head__login_registration_bonus:before {
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    left: -8px;
    position: absolute;
    content: '';
    top: 50%;
    margin-top: -8px
}

.sj-head__login_registration_bonus:after {
    width: 16px;
    height: 16px;
    color: #008509;
    left: -8px;
    position: absolute;
    content: '+';
    top: 50%;
    margin-top: -7px;
    font-size: 16px;
    line-height: 1;
    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
}

.sj-head__banner {
    margin: 25px 10px 10px;
    position: relative
}

.sj-head__banner a {
    display: block
}

.sj-head__banner img {
    border-radius: 24px;
    display: block;
    width: 100%
}

.sj-head__banner_text {
    position: absolute;
    font-size: 24px;
    line-height: 30px;
    color: #008509;
    font-family: Gilroy-Bold;
    padding: 16px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.sj-head__banner_text span {
    color: #fff
}

.sj-head__user {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.sj-head__user_info {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.sj-head__user_info.pc {
    display: none
}

.sj-head__user_info_close {
    position: absolute;
    right: 10px;
    top: 8px;
    bottom: 0;
    width: 32px;
    height: 32px;
    background: rgba(61, 186, 78, .1);
    border-radius: 10px
}

.sj-head__user_info_close::before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 9px;
    background: #008509;
    width: 2px;
    border-radius: 2px;
    height: 14px;
    opacity: 1
}

.sj-head__user_info_close::after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 9px;
    background: #008509;
    height: 2px;
    border-radius: 2px;
    width: 14px;
    opacity: 1
}

.sj-head__user_info.active {
    color: #fff
}

.sj-head__user_info.active span::after, .sj-head__user_info.active span::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sj-head__user_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px
}

.sj-head__user_pic {
    margin-right: 8px
}

.sj-head__user_pic img {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    min-width: 32px;
    display: block
}

.sj-head__user_name {
    font-size: 18px;
    color: #9fa1a6;
    white-space: nowrap
}

.sj-head__user_point {
    display: none
}

.sj-head__user_notification {
    margin-left: 5px
}

.sj-head__user_notification_pic {
    position: relative;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 8px;
    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
}

.sj-head__user_notification svg {
    width: 24px;
    height: 24px;
    fill: #fff;
    position: relative;
    top: 3px
}

.sj-head__user_notification_exist {
    position: absolute;
    content: '';
    right: -2px;
    top: -2px;
    width: 8px;
    height: 8px;
    background: red;
    border-radius: 50%;
    z-index: 2
}

.sj-head__user_notification > .sj-head__user_dropdown {
    position: absolute;
    top: 100%;
    line-height: 0;
    right: 0;
    height: calc(100vh - 68px);
    padding-top: 20px;
    border-top: 1px solid #444
}

.sj-head__user_dropdown {
    background: #2c2d30;
    padding: 14px 22px;
    display: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    z-index: 101
}

.sj-head__user_dropdown.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.sj-head__user_dropdown__item {
    position: relative
}

.sj-head__user_dropdown__item > a, .sj-head__user_dropdown__item > p, .sj-head__user_dropdown__item > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    color: #9fa1a6;
    line-height: 1;
    padding: 10px 0
}

.sj-head__user_dropdown__item > a span, .sj-head__user_dropdown__item > p span, .sj-head__user_dropdown__item > span span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.sj-head__user_dropdown__item > a svg, .sj-head__user_dropdown__item > p svg, .sj-head__user_dropdown__item > span svg {
    fill: #9fa1a6;
    width: 24px;
    height: 24px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    margin-right: 16px
}

.sj-head__user_dropdown__item > span {
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #008509
}

.sj-head__user_dropdown__item > span svg {
    fill: #008509
}

.sj-head__user_dropdown__item.last-item {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.sj-head__user_dropdown__item.last-item a {
    color: #148824;
    text-decoration: underline
}

.sj-head__user_dropdown__item.last-item a:hover {
    text-decoration: none;
    color: #007010
}

.sj-head__gift {
    height: 46px;
    width: 46px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 46px;
    flex: 0 0 46px;
    border-radius: 50%;
    border: 3px solid #008509;
    margin-right: 25px;
    position: relative;
    cursor: pointer
}

.sj-head__gift_click {
    cursor: pointer;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    content: '';
    z-index: 2
}

.sj-head__gift_value {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #008509;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -8px;
    color: #fff;
    text-align: center;
    padding-top: 4px;
    font-size: 10px;
    line-height: 10px;
    font-family: Gilroy-Medium
}

.sj-head__gift_image {
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin-left: -20.5px;
    max-width: none;
    max-height: none;
    -webkit-animation: 9s infinite shaking;
    animation: 9s infinite shaking
}

.sj-head__gift_arc {
    position: absolute;
    content: '';
    width: 46px;
    height: 23px;
    border-radius: 0 0 23px 23px;
    border-bottom: 3px solid #008509;
    border-left: 3px solid #008509;
    border-right: 3px solid #008509;
    bottom: -3px;
    left: -3px
}

.sj-head__islogged .sj-head__gift_popup {
    right: -168px
}

.sj-head__islogged .sj-head__gift_popup:after, .sj-head__islogged .sj-head__gift_popup:before {
    right: 180px
}

@-webkit-keyframes shaking {
    0%, 100%, 5% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    1%, 3% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    2%, 4% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
}

@keyframes shaking {
    0%, 100%, 5% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    1%, 3% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    2%, 4% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
}

.sj-footer {
    background-color: #2c2d30;
    padding-bottom: 10px
}

.sj-footer__header {
    padding: 32px 0 24px;
    background: #252629
}

.sj-footer__container {
    max-width: 1420px;
    padding: 0 10px;
    margin: 0 auto
}

.sj-footer__mid, .sj-footer__top {
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.sj-footer__info {
    text-align: center;
    margin-bottom: 42px
}

.sj-footer__logo {
    margin-bottom: 24px;
    text-align: center
}

.sj-footer__logo img {
    width: 300px;
    height: auto
}

.sj-footer__awards {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sj-footer__awards a {
    display: block;
    margin: 0 12px
}

.sj-footer__label {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    color: #babdc2;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 16px
}

.sj-footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 24px 0 17px -6px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 0 40px
}

.sj-footer__social a {
    margin-left: 6px;
    margin-bottom: 6px;
    padding: 12px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .2)
}

.sj-footer__social a svg {
    fill: #fff;
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: contain;
    object-fit: contain
}

.sj-footer__copyright {
    text-align: center;
    color: #babdc2;
    font-size: 14px;
    line-height: 18px
}

.sj-footer__copyright a {
    color: #babdc2;
    text-decoration: underline
}

.sj-footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px
}

.sj-footer__menu_ul {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
    width: calc(50% - 20px);
    margin-bottom: 20px;
    margin-left: 20px
}

.sj-footer__menu_title {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 24px;
    color: #babdc2;
    font-family: Gilroy-Medium
}

.sj-footer__menu_link {
    display: block;
    margin-bottom: 12px
}

.sj-footer__menu_link > * {
    font-size: 14px;
    line-height: 18px;
    color: #fff
}

.sj-footer__menu_link > [href]:hover {
    color: #008509
}

.sj-footer__menu_link:last-child {
    margin-bottom: 0
}

.sj-footer__responsible {
    margin-bottom: 24px;
    margin-top: 24px;
    color: #babdc2
}

.sj-footer__responsible_title {
    font-family: Gilroy-Medium;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 7px;
    text-align: center
}

.sj-footer__responsible_text {
    font-size: 14px;
    line-height: 1.3;
    text-align: center
}

.sj-footer__partners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.sj-footer__partners img {
    height: 16px;
    width: auto
}

.sj-footer__partners p {
    width: 100%;
    margin-bottom: 7px;
    text-align: center;
    color: rgba(255, 255, 255, .5);
    white-space: nowrap
}

.sj-footer__partners a {
    max-width: 150px;
    margin-left: 15px
}

.sj-footer__partners a:hover {
    -webkit-filter: grayscale(80%);
    filter: grayscale(80%)
}

.sj-footer__bot {
    margin-top: 24px
}

.sj-footer__bot .sj-footer__partners {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 9px
}

.sj-footer__bot .sj-footer__partners p {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
    width: auto;
    font-size: 14px;
    line-height: 1.3
}

.sj-footer__bot .sj-footer__partners a {
    margin-bottom: 10px;
    -webkit-filter: grayscale(80%);
    filter: grayscale(80%);
    margin-left: 15px
}

.sj-footer__bot .sj-footer__partners a:first-child {
    margin-left: 0
}

.sj-footer__tab-locale {
    position: relative;
    color: #fff;
    font-size: 14px;
    text-align: left;
    margin-bottom: 24px
}

.sj-footer__tab-locale_title {
    width: 100%;
    position: relative;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 5px;
    background: #2c2d30
}

.sj-footer__tab-locale_title::before {
    content: '';
    position: absolute;
    top: 15px;
    right: 23px;
    margin: auto;
    width: 8px;
    height: 8px;
    border-radius: 1px;
    border-right: 2px solid #babdc2;
    border-bottom: 2px solid #babdc2;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sj-footer__tab-locale_title.active::before {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 17px
}

.sj-footer__tab-locale_drop_item, .sj-footer__tab-locale_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    padding-left: 16px;
    padding-right: 24px;
    cursor: pointer;
    color: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sj-footer__tab-locale_flag {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    overflow: hidden
}

.sj-footer__tab-locale_flag img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover
}

.sj-footer__tab-locale_name {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 10px;
    padding-right: 10px
}

.sj-footer__tab-locale_drop {
    width: 100%;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: -4px auto auto;
    border: 1px solid rgba(255, 255, 255, .2);
    border-top: none;
    border-radius: 0 0 5px 5px;
    background: #2c2d30
}

.sj-footer__tab-locale_drop.active {
    display: block
}

.sj-footer__tab-locale_drop_item {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.sj-sidebar__new {
    margin-top: 24px
}

.sj-sidebar__new_item {
    position: relative;
    margin-top: 16px;
    padding-left: 78px;
    min-height: 64px
}

.sj-sidebar__new_item:first-child {
    margin-top: 0
}

.sj-sidebar__new_image {
    position: absolute;
    width: 64px;
    height: 64px;
    left: 0;
    top: 2px;
    display: block
}

.sj-sidebar__new_image img {
    border-radius: 8px
}

.sj-sidebar__new_title {
    font-size: 16px;
    line-height: 20px;
    font-family: Gilroy-Medium;
    color: #141518;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 40px
}

.sj-sidebar__new_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 8px;
    font-size: 12px;
    line-height: 16px;
    color: #404145
}

.sj-sidebar__new_author a {
    color: #008509;
    text-decoration: underline
}

.sj-section__news {
    margin-top: 60px
}

.sj-sidebar__casino {
    margin-top: 24px
}

.sj-sidebar__casino_item {
    margin-top: 10px;
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e8eaed
}

.sj-sidebar__casino_item:first-child {
    margin-top: 0
}

.sj-sidebar__casino_item:last-child {
    padding-bottom: 0;
    border: none
}

.sj-sidebar__casino_image {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 10px;
    background: #d5d7db
}

.sj-sidebar__casino_image img {
    display: block
}

.sj-sidebar__casino_name {
    font-size: 16px;
    line-height: 20px;
    font-family: Gilroy-Medium;
    color: #141518;
    margin-left: 10px;
    margin-right: 10px
}

.sj-sidebar__casino .sj-btn {
    padding: 15px 24px;
    font-size: 14px;
    margin-left: auto
}

.sj-sidebar__simple {
    margin-top: 24px
}

.sj-sidebar__simple_item {
    margin-top: 16px
}

.sj-sidebar__simple_item:first-child {
    margin-top: 0
}

.sj-sidebar__simple_item:last-child .sj-sidebar__simple_link {
    border-bottom: none
}

.sj-sidebar__simple_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    line-height: 24px;
    color: #404145;
    width: 100%;
    border-bottom: 1.5px solid #e8eaed;
    padding-bottom: 10px;
    cursor: default
}

.sj-sidebar__simple_image {
    width: 28px;
    height: 20px;
    border-radius: 4px;
    overflow: hidden;
    display: block;
    margin-right: 12px
}

.sj-sidebar__simple_image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: auto
}

.sj-sidebar__simple_arr {
    width: 10px;
    height: 10px;
    border-radius: 2px;
    border-top: 1.5px solid #404145;
    border-right: 1.5px solid #404145;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    margin-left: auto;
    position: relative;
    top: 10px
}

.sj-sidebar__releases {
    padding: 0;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.sj-sidebar__releases_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    padding: 22px;
    background: #e91927;
    border-radius: 16px;
    font-family: Gilroy-Medium;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    width: 100%
}

.sj-sidebar__releases_title svg {
    width: 24px;
    height: 24px;
    fill: #fcb017;
    margin-right: 12px
}

.sj-sidebar__releases_item {
    padding: 8px;
    background: #fff;
    border: 2px solid #e91927;
    -webkit-box-shadow: 0 6px 14px -6px rgba(64, 65, 69, .12), 0 10px 32px -4px rgba(64, 65, 69, .1);
    box-shadow: 0 6px 14px -6px rgba(64, 65, 69, .12), 0 10px 32px -4px rgba(64, 65, 69, .1);
    border-radius: 24px;
    margin: 5px 0
}

.sj-sidebar__releases_image {
    display: block;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer
}

.sj-sidebar__releases_image img {
    width: 100%;
    display: block
}

.sj-sidebar__releases_image:before {
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    content: "";
    background: rgba(0, 0, 0, .7);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    display: none
}

.sj-sidebar__releases_image .sj-btn {
    width: 92px;
    height: 48px;
    font-size: 14px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
    z-index: 3
}

.sj-sidebar__releases_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;
    margin-top: 10px
}

.sj-sidebar__releases_date {
    font-family: Gilroy-Medium;
    font-size: 12px;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sj-sidebar__releases_date span {
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(247, 111, 52, .1);
    border-radius: 8px;
    margin-left: 8px
}

.sj-sidebar__releases_date svg {
    width: 24px;
    height: 24px;
    fill: #e91927
}

.sj-sidebar__footer {
    margin-top: 24px
}

.sj-sidebar__footer .sj-btn {
    width: 100%;
    height: 48px;
    font-size: 14px
}

.sj-sidebar__footer .sj-btn__arr {
    width: 10px;
    height: 10px;
    margin-left: 20px
}

.popup-welcome {
    background: #fff;
    position: relative;
    z-index: 1500;
    max-width: 600px;
    margin: 0 auto;
    border-radius: 24px;
    top: 15%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

.popup-welcome__image img {
    display: block;
    width: 100%
}

.popup-welcome__bonus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px
}

.popup-welcome__bonus_image {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    padding: 5px
}

.popup-welcome__bonus_image img {
    display: block
}

.popup-welcome__bonus_title {
    font-family: Gilroy-Medium;
    font-size: 24px;
    line-height: 28px;
    color: #008509;
    margin-left: 8px
}

.popup-welcome__buttons {
    margin-top: 12px;
    padding: 0 16px
}

.popup-welcome .sj-btn {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 16px 24px;
    font-size: 16px;
    line-height: 18px
}

.popup-welcome .sj-btn.sj-btn__green {
    padding: 12px 24px;
    margin-bottom: 12px
}

.popup-welcome .sj-btn.sj-btn__green span {
    display: block;
    font-size: 12px;
    line-height: 16px;
    font-family: Gilroy-Medium;
    width: 100%
}

.popup-welcome .sj-btn.sj-btn__green span.strong {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 4px
}

.popup-welcome__terms {
    padding: 12px 16px 24px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    letter-spacing: -.01em;
    color: #404145
}

.popup-welcome__terms a {
    color: #008509;
    text-decoration: underline
}

.popup-welcome .sj-popup__close {
    top: 10px;
    right: 10px;
    background: rgba(248, 249, 250, .1);
    border-radius: 50%;
    width: 32px;
    height: 32px
}

.popup-welcome .sj-popup__close:after, .popup-welcome .sj-popup__close:before {
    top: 50%;
    width: 20px;
    height: 1px;
    left: 6px;
    background: #fff
}

.popup-welcome__label {
    position: absolute;
    left: 10px;
    top: 10px;
    background: rgba(248, 249, 250, .1);
    border-radius: 24px;
    padding: 4px;
    font-size: 16px;
    line-height: 24px;
    color: #e8eaed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.popup-welcome__label svg {
    width: 24px;
    height: 24px;
    fill: #fff
}

.popup-welcome__label span {
    display: none;
    margin-left: 8px
}

.sj-faq__item {
    padding: 8px 8px 8px 16px;
    border: 1px solid #e8eaed;
    border-radius: 16px;
    margin-bottom: 8px
}

.sj-faq__item.active .sj-faq__drop {
    display: block
}

.sj-faq__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer
}

.sj-faq__title.active .sj-faq__title_icon:after, .sj-faq__title.active .sj-faq__title_icon:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sj-faq__title_text {
    font-size: 18px;
    line-height: 22px;
    color: #141518
}

.sj-faq__title_icon {
    margin-left: 24px;
    padding: 12px;
    width: 48px;
    height: 48px;
    background: #f0fff1;
    border-radius: 12px;
    position: relative
}

.sj-faq__title_icon:after {
    position: absolute;
    width: 12px;
    height: 2px;
    background: #3dba4e;
    top: 50%;
    margin-top: -1px;
    content: '';
    left: 50%;
    margin-left: -6px
}

.sj-faq__title_icon:before {
    position: absolute;
    width: 2px;
    height: 12px;
    background: #3dba4e;
    left: 50%;
    margin-left: -1px;
    content: '';
    top: 50%;
    margin-top: -6px
}

.sj-faq__drop {
    padding: 0 56px 0 0;
    font-size: 16px;
    line-height: 24px;
    color: #404145;
    margin-top: 8px;
    display: none
}

.sj-faq__drop a {
    color: #008509;
    text-decoration: underline
}

.sj-notification {
    position: fixed;
    right: 10px;
    top: 74px;
    z-index: 991
}

.sj-notification__success {
    background: #fff;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 6px 14px -6px rgba(64, 65, 69, .12), 0 10px 32px -4px rgba(64, 65, 69, .1);
    box-shadow: 0 6px 14px -6px rgba(64, 65, 69, .12), 0 10px 32px -4px rgba(64, 65, 69, .1);
    border-radius: 16px;
    padding: 10px 0 10px 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 357px;
    display: none;
    cursor: pointer
}

.sj-notification__success.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.sj-notification__success_green {
    background: -webkit-linear-gradient(14.33deg, #2bb448 0, #008509 100%);
    background: -o-linear-gradient(14.33deg, #2bb448 0, #008509 100%);
    background: linear-gradient(75.67deg, #2bb448 0, #008509 100%);
    color: #fff
}

.sj-notification__success_green .sj-notification__icon {
    background: rgba(255, 255, 255, .2)
}

.sj-notification__success_green .sj-notification__icon svg {
    fill: #fff !important
}

.sj-notification__success_green .sj-notification__close:after, .sj-notification__success_green .sj-notification__close:before {
    background: #fff !important
}

.sj-notification__success_shop .sj-notification__message {
    font-size: 16px;
    line-height: 24px
}

.sj-notification__error {
    background: #fff;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 6px 14px -6px rgba(64, 65, 69, .12), 0 10px 32px -4px rgba(64, 65, 69, .1);
    box-shadow: 0 6px 14px -6px rgba(64, 65, 69, .12), 0 10px 32px -4px rgba(64, 65, 69, .1);
    border-radius: 16px;
    padding: 20px 0 20px 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 354px;
    display: none
}

.sj-notification__error.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.sj-notification__error .sj-notification__icon {
    background: rgba(242, 50, 63, .1)
}

.sj-notification__error .sj-notification__icon svg {
    fill: #e91927
}

.sj-notification__error_red {
    background: -webkit-gradient(linear, left top, right top, from(#f2323f), to(#d20b19));
    background: -webkit-linear-gradient(left, #f2323f 0, #d20b19 100%);
    background: -o-linear-gradient(left, #f2323f 0, #d20b19 100%);
    background: linear-gradient(90deg, #f2323f 0, #d20b19 100%);
    color: #fff
}

.sj-notification__error_red .sj-notification__icon {
    background: rgba(255, 255, 255, .3)
}

.sj-notification__error_red .sj-notification__icon svg {
    fill: #fff !important
}

.sj-notification__error_red .sj-notification__close:after, .sj-notification__error_red .sj-notification__close:before {
    background: #fff !important
}

.sj-notification__icon {
    padding: 12px;
    width: 48px;
    height: 48px;
    background: #f0fff1;
    border-radius: 12px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 8px;
    cursor: default
}

.sj-notification__icon svg {
    width: 24px;
    height: 24px;
    fill: #3dba4e
}

.sj-notification__message {
    font-size: 14px;
    line-height: 18px;
    font-family: Gilroy-Medium;
    margin-right: 8px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 30%;
    flex: 1 0 30%;
    cursor: default
}

.sj-notification__message a {
    color: #008509;
    text-decoration: underline
}

.sj-notification .sj-btn {
    min-width: 100px;
    height: 48px;
    padding: 15px 24px;
    margin-right: 10px
}

.sj-notification__close {
    width: 36px;
    height: 36px;
    position: relative;
    cursor: pointer
}

.sj-notification__close:after, .sj-notification__close:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 1px;
    background: #babdc2;
    left: 50%;
    top: 50%;
    margin-left: -12px
}

.sj-notification__close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sj-notification__close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sj-notification > div + div {
    margin-top: 12px
}

.sj-head__gift_close {
    position: absolute;
    cursor: pointer;
    top: -10px;
    right: 5px;
    border: 2px solid #008509;
    border-radius: 50%;
    overflow: hidden;
    width: 24px;
    height: 24px;
    background: #fff
}

.sj-head__gift_close:after, .sj-head__gift_close:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    background: #008509;
    top: 9px;
    left: 4px;
    cursor: pointer
}

.sj-head__gift_close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sj-head__gift_close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sj-head__gift_popup {
    display: none;
    position: absolute;
    z-index: 100;
    width: 100vw;
    top: 65px;
    right: -124px;
    -webkit-transition: opacity .3s, visibility .3s;
    -o-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
    padding: 0 10px
}

.sj-head__gift_popup.active {
    display: block
}

.sj-head__gift_popup:after, .sj-head__gift_popup:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 12px;
    border-color: transparent transparent #008509;
    position: absolute;
    top: -11px;
    right: 137px;
    margin: 0
}

.sj-head__gift_popup:after {
    top: -8px;
    border-color: transparent transparent #fff
}

.sj-head__gift_popup .sj-btn {
    padding: 16px;
    font-size: 12px;
    margin-left: auto;
    white-space: nowrap
}

.sj-head__gift_item {
    background: #fff;
    border: 2px solid #008509;
    -webkit-box-shadow: 0 6px 14px -6px rgba(64, 65, 69, .12), 0 10px 32px -4px rgba(64, 65, 69, .1);
    box-shadow: 0 6px 14px -6px rgba(64, 65, 69, .12), 0 10px 32px -4px rgba(64, 65, 69, .1);
    border-radius: 16px;
    margin-bottom: 10px;
    padding: 10px
}

.sj-head__gift_item_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sj-head__gift_logo {
    width: 55px;
    height: 55px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55px;
    flex: 0 0 55px;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    margin-right: 10px;
    padding: 5px
}

.sj-head__gift_logo img {
    display: block
}

.sj-head__gift_bonus {
    margin-right: 10px;
    font-size: 16px;
    line-height: 22px;
    color: #008509;
    font-family: Gilroy-Medium
}

.sj-head__gift_terms {
    font-size: 8px;
    line-height: 14px;
    letter-spacing: -.01em;
    color: #404145;
    margin-top: 5px
}

.sj-head__gift_terms a {
    color: #008509;
    text-decoration: underline
}

.sj-comment-login {
    margin-top: 40px
}

.sj-comment-login__image {
    margin-bottom: 24px;
    text-align: center
}

.sj-comment-login__image img {
    display: block;
    margin: 0 auto
}

.sj-comment-login__title {
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    color: #141518;
    font-family: Gilroy-Medium
}

.sj-comment-login__title span {
    display: block;
    text-align: center;
    color: #e91927
}

.sj-comment-login__text {
    font-size: 16px;
    line-height: 24px;
    color: #404145;
    margin-top: 16px;
    margin-bottom: 16px
}

.sj-comment-login__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.sj-comment-login__buttons .sj-btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 8px);
    flex: 0 0 calc(50% - 8px);
    margin: 0 0 0 8px;
    height: 50px
}

.sj-comment-login__buttons .sj-btn:first-child {
    margin-left: 0;
    margin-right: 8px
}

@media (min-width: 640px) {
    .sj-footer__social {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 0
    }

    .sj-footer__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .sj-footer__info_left {
        position: absolute;
        width: 440px
    }

    .sj-footer__info_right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        min-height: 140px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .sj-footer__partners {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .sj-footer__partners img {
        height: 24px;
        width: auto
    }

    .sj-footer__bot .sj-footer__partners {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .sj-footer__bot .sj-footer__partners a {
        margin-left: 24px
    }

    .sj-footer__bot .sj-footer__partners p {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        margin-right: auto;
        text-align: left
    }

    .sj-footer__menu_ul {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 20px);
        flex: 0 0 calc(25% - 20px);
        width: calc(25% - 20px)
    }

    .sj-footer__tab-locale {
        width: 190px;
        margin-top: 20px
    }

    .sj-footer__copyright {
        text-align: left;
        -ms-flex-item-align: start;
        align-self: flex-start;
        line-height: 24px
    }

    .sj-footer__copyright br {
        display: none
    }

    .sj-footer__responsible_text, .sj-footer__responsible_title {
        text-align: left
    }
}

@media (min-width: 767px) {
    .sj-section__footer .sj-btn__contact {
        width: 350px !important
    }
}

@media (min-width: 768px) {
    .sj-head .sj-head__toggle {
        width: 48px;
        height: 48px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48px;
        flex: 0 0 48px;
        padding: 14px;
        margin-left: 5px
    }

    .sj-head__login {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
        margin-left: 5px
    }

    .sj-head__login.mob {
        display: none
    }

    .sj-head__login.pc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .sj-head__login_signin_btn {
        width: 116px
    }

    .sj-head__login_registration_btn {
        width: 101px
    }

    .sj-head__login_registration_bonus {
        width: 56px
    }

    .sj-head__menu_wrap {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .sj-head__search {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .sj-head__search_btn {
        width: 48px;
        height: 48px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48px;
        flex: 0 0 48px
    }

    .sj-head__user {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
        height: 48px;
        padding: 0
    }

    .sj-head__user_notification {
        margin: 0 0 0 5px
    }

    .sj-head__user_notification_pic {
        position: relative;
        width: 48px;
        height: 48px
    }

    .sj-head__user_notification > .sj-head__user_dropdown {
        left: 0
    }

    .sj-head__gift_popup {
        width: 439px;
        right: -200px
    }

    .sj-head__gift_popup:after, .sj-head__gift_popup:before {
        right: 214px
    }
}

@media (hover) and (min-width: 1024px) {
    .sj-section__head_item a:hover {
        text-decoration: none;
        color: #007010
    }

    .sj-btn__transparent:hover, .sj-btn__white_gray:hover {
        border-color: #404145
    }

    .sj-btn__login:hover {
        color: #148824;
        border-color: #148824
    }

    .sj-btn__login:hover svg {
        fill: #148824
    }

    .sj-btn__green:hover {
        background: #007010;
        -webkit-box-shadow: 0 2px 6px rgba(64, 65, 69, .1), 0 2px 4px rgba(64, 65, 69, .04);
        box-shadow: 0 2px 6px rgba(64, 65, 69, .1), 0 2px 4px rgba(64, 65, 69, .04)
    }

    .sj-btn__grey:hover {
        border-color: #7e8085
    }

    .sj-btn__red:hover {
        background: #e21825;
        -webkit-box-shadow: 0 2px 6px rgba(64, 65, 69, .1), 0 2px 4px rgba(64, 65, 69, .04);
        box-shadow: 0 2px 6px rgba(64, 65, 69, .1), 0 2px 4px rgba(64, 65, 69, .04)
    }

    .sj-btn__reply:hover {
        background: #e8eaed
    }

    .sj-btn__disabled:hover {
        color: #fff;
        background: #d5d7db;
        border: 1px solid #d5d7db;
        cursor: default
    }

    a.button.green:hover {
        background: #007010;
        -webkit-box-shadow: 0 2px 6px rgba(64, 65, 69, .1), 0 2px 4px rgba(64, 65, 69, .04);
        box-shadow: 0 2px 6px rgba(64, 65, 69, .1), 0 2px 4px rgba(64, 65, 69, .04)
    }

    .sj-text a:not(.sj-btn):hover, .sj_cookies a:hover {
        text-decoration: none;
        color: #007010
    }

    .sj-text ol:not([class]) li a:hover {
        text-decoration: none
    }

    .sj-field__image:hover:before {
        opacity: .5
    }

    .sj-field__image:hover span {
        opacity: 1
    }

    .sj-field__select_scroll label, .sj-field__select_scroll p {
        cursor: pointer
    }

    .sj-field__select_scroll label:hover, .sj-field__select_scroll p:hover {
        background: #f8f9fa
    }

    .promo-code {
        width: 400px;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }

    .sj-btn__promo {
        padding: 15px 48px;
        width: 141px
    }

    .sj-btn__promo:not(.copied):hover {
        background: #007010;
        -webkit-box-shadow: 0 2px 6px rgba(64, 65, 69, .1), 0 2px 4px rgba(64, 65, 69, .04);
        box-shadow: 0 2px 6px rgba(64, 65, 69, .1), 0 2px 4px rgba(64, 65, 69, .04)
    }

    .sj-icons__link {
        position: relative;
        overflow: hidden
    }

    .sj-icons__link:hover:after {
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 2;
        content: "";
        background: rgba(0, 0, 0, .5);
        opacity: .3;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px)
    }

    .popup-post p a:hover {
        color: #007010;
        text-decoration: none
    }

    .sj-breadcrumbs__item a:hover {
        color: #2c2d30;
        text-decoration: underline
    }

    .sj-head__nav_item:hover > .sj-head__nav_dropdown {
        display: block
    }

    .sj-head__nav_item:hover > p, .sj-head__nav_item:hover > span {
        cursor: default;
        color: #fff !important
    }

    .sj-head__nav_item:hover > p:after, .sj-head__nav_item:hover > span:after {
        left: 12px;
        right: 12px;
        bottom: 0;
        height: 2px;
        background: #148824;
        position: absolute;
        content: ''
    }

    .sj-head__nav_item:hover > a {
        color: #fff;
        position: relative
    }

    .sj-head__nav_item:hover > a:after {
        left: 12px;
        right: 12px;
        bottom: 0;
        height: 2px;
        background: #148824;
        position: absolute;
        content: ''
    }

    .sj-head__nav_item > p.active:hover, .sj-head__nav_item > span.active:hover {
        color: #fff
    }

    .sj-head__nav_dropdown__item:hover > a {
        color: #148824
    }

    .sj-head__nav_dropdown__item:hover > p, .sj-head__nav_dropdown__item:hover > span {
        cursor: default
    }

    .sj-head__nav_dropdown__item:hover > .sj-head__nav_dropdown {
        display: block
    }

    .sj-head__nav_dropdown__item:hover.no-active > a, .sj-head__nav_dropdown__item:hover.no-active > p, .sj-head__nav_dropdown__item:hover.no-active > span {
        font-size: 16px;
        line-height: 22px
    }

    .sj-head__nav_dropdown__item:hover.no-active > a:hover, .sj-head__nav_dropdown__item:hover.no-active > p:hover, .sj-head__nav_dropdown__item:hover.no-active > span:hover {
        background: 0 0
    }

    .sj-head__user_info {
        padding: 7px 0
    }

    .sj-head__user_info:hover > .sj-head__user_dropdown {
        display: block
    }

    .sj-head__user_notification {
        cursor: pointer;
        padding: 8px 0
    }

    .sj-head__user_notification:hover > .sj-head__user_dropdown {
        display: block
    }

    .sj-head__user_dropdown__item > a:hover {
        color: #148824
    }

    .sj-head__user_dropdown__item > a:hover svg {
        fill: #148824
    }

    .sj-head__login_signin_btn:hover {
        border-color: #148824;
        color: #148824
    }

    .sj-head__login_signin_btn:hover svg {
        fill: #148824
    }

    .sj-head__login_registration_btn:hover {
        background: #148824
    }

    .sj-footer__tab-locale_drop_item {
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .sj-footer__tab-locale_drop_item:hover {
        background: #404145
    }

    .sj-footer__copyright a:hover, .sj-sidebar__new_author a:hover {
        text-decoration: none
    }

    .sj-sidebar__casino_image:hover:after {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        content: '';
        background: rgba(0, 0, 0, .5)
    }

    .sj-sidebar__simple a.sj-sidebar__simple_link:hover {
        color: #008509;
        border-color: #008509;
        cursor: pointer
    }

    .sj-sidebar__simple a.sj-sidebar__simple_link:hover .sj-sidebar__country_arr {
        border-top: 1.5px solid #008509;
        border-right: 1.5px solid #008509
    }

    .sj-faq__drop a:hover {
        text-decoration: none;
        color: #007010
    }

    .sj-notification__message a:hover {
        color: #007010;
        text-decoration: none
    }

    .sj-notification__success_green:hover {
        background: #007010;
        border: 1px solid transparent !important
    }

    .sj-notification__success:hover {
        border: 1px solid #e8eaed
    }

    .sj-notification__error_red:hover {
        background: #e11523;
        border: 1px solid transparent !important
    }

    .sj-notification__error:hover {
        border: 1px solid #e8eaed
    }
}

@media (min-width: 1024px) {
    h1 {
        font-size: 48px;
        line-height: 56px
    }

    h2 {
        font-size: 40px;
        line-height: 46px
    }

    h3 {
        font-size: 32px;
        line-height: 38px
    }

    h4 {
        font-size: 24px;
        line-height: 28px
    }

    .sj-main {
        padding: 60px 10px;
        max-width: 1320px;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .sj-main__content {
        margin-right: 40px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: calc(100% - 360px)
    }

    .sj-main__content_full {
        max-width: none
    }

    .sj-sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 320px;
        flex: 0 0 320px;
        width: 320px
    }

    .sj-section {
        width: 100%;
        margin: 80px 0
    }

    .sj-section:last-child {
        margin-bottom: 0
    }

    .sj-section.sj-header .sj-section__head {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .sj-section__head {
        margin-bottom: 32px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .sj-section__footer .sj-btn__green {
        width: 171px
    }

    .sj-header {
        margin-top: 0;
        margin-bottom: 24px
    }

    .sj-header + .sj-section {
        margin-top: 24px
    }

    .sj-main__index .sj-header {
        margin: 80px 0
    }

    .sj_cookies {
        width: auto
    }

    .sj-text {
        font-size: 18px;
        line-height: 30px
    }

    .sj-text p, .sj-text p img, .sj-text > img {
        margin-bottom: 24px
    }

    .sj-text table {
        font-size: 16px;
        line-height: 22px;
        padding: 40px 8px 0
    }

    .sj-text ul {
        margin-bottom: 24px
    }

    .sj-field__upload {
        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
    }

    .sj-field__upload .sj-field__value {
        max-width: 300px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .sj-field__name {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .sj-field__buttons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 300px;
        margin: 0 -4px
    }

    .sj-field__buttons .sj-btn {
        max-width: 248px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 140px;
        margin: 0 4px
    }

    .sj-field__help {
        margin-top: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% - 300px);
        flex: 1 0 calc(100% - 300px);
        padding-left: 16px
    }

    .sj-field__help_notify {
        padding-left: 84px
    }

    .sj-field__help_error {
        padding-left: 76px
    }

    .sj-field__help_error:before {
        left: 16px;
        top: 50%;
        margin-top: -24px
    }

    .sj-field__submit {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .sj-field__submit .sj-btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 248px;
        flex: 0 0 248px
    }

    .sj-field__submit_settings {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 154px
    }

    .sj-field__group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%
    }

    .sj-field__group .sj-field {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-left: 16px
    }

    .sj-field__group .sj-field:first-child {
        margin-left: 0
    }

    .sj-field__settings {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .sj-field__settings .sj-field__name {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 130px;
        flex: 0 0 130px;
        width: 130px;
        margin-right: 24px;
        margin-bottom: 0
    }

    .sj-field__settings .sj-field__value {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .sj-appeal {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 32px 0
    }

    .sj-appeal__gray {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 24px 0
    }

    .sj-appeal__gray .sj-appeal__image {
        width: 130px;
        height: 130px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 130px;
        flex: 0 0 130px;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .sj-appeal__gray .sj-appeal__text {
        margin-top: 0;
        margin-left: 20px
    }

    .sj-appeal__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
        width: 200px;
        height: 200px;
        margin-right: 32px
    }

    .sj-appeal__text {
        padding-left: 32px;
        font-size: 32px;
        line-height: 40px
    }

    .sj-filter__drop label, .sj-filter__drop_item {
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        cursor: pointer;
        font-family: Gilroy-Medium
    }

    .sj-filter__drop label:hover, .sj-filter__drop_item:hover {
        background: #e8eaed
    }

    .sj-filter__list {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .sj-filter__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
        flex: 1 0 25%;
        max-width: 25%
    }

    .sj-filter__item select {
        display: none
    }

    .sj-filter__title span {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden
    }

    .sj-icons__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 62px;
        flex: 0 0 62px
    }

    .sj-icons__link {
        padding: 10px 16px
    }

    .sj-table-wrap {
        margin-right: 0;
        overflow: hidden
    }

    .sj-table-wrap table {
        max-width: 100%
    }

    .attention {
        font-size: 18px;
        line-height: 30px
    }

    .attention__label {
        font-size: 20px
    }

    .sj-section__head_panel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .sj-section__head_item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-top: 0;
        margin-right: 20px
    }

    .sj-section__head_item:last-child {
        margin-right: 0
    }

    .image-caption {
        font-size: 18px;
        line-height: 30px
    }

    .blockquote {
        padding-left: 40px
    }

    .cut-table, .sj-table-wrap__cut .sj-table-wrap {
        overflow-x: hidden
    }

    .gray-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 40px
    }

    .gray-box img {
        width: 130px;
        height: 130px;
        margin: 0 32px 0 0;
        float: left
    }

    .sj-comment__title {
        font-size: 40px;
        line-height: 46px
    }

    .sj-author-quote {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 30px
    }

    .sj-author-quote__image {
        margin: 0 0 0 10px;
        text-align: right;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
        flex: 0 0 120px
    }

    .sj-author-quote__image img {
        width: 120px;
        height: 120px
    }

    .sj-breadcrumbs {
        margin: 32px 0
    }

    .sj-main > .sj-breadcrumbs {
        margin: -40px 0 60px
    }

    .casino-head .sj-breadcrumbs {
        margin-top: 32px
    }

    .sj-head {
        position: relative;
        height: 80px;
        padding: 0 10px
    }

    .sj-head__container {
        position: relative
    }

    .sj-head__menu {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .sj-head__menu_wrap {
        padding: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .sj-head__toggle {
        display: none
    }

    .sj-head__nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        height: 100%;
        padding-left: 25px;
        padding-right: 15px
    }

    .sj-head__nav_wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        position: relative;
        top: auto;
        height: 100%;
        overflow: visible;
        border-top: none;
        background: 0 0;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .sj-head__nav_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        height: 100%
    }

    .sj-head__nav_item:last-child > .sj-head__nav_dropdown {
        right: 0
    }

    .sj-head__nav_item:last-child > .sj-head__nav_dropdown .sj-head__nav_dropdown {
        right: 100%
    }

    .sj-head__nav_item > a, .sj-head__nav_item > p, .sj-head__nav_item > span {
        font-size: 14px;
        line-height: 1;
        padding: 0 6px;
        height: 80px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        border-bottom: none;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        cursor: pointer;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .sj-head__nav_item > a span, .sj-head__nav_item > p span, .sj-head__nav_item > span span {
        display: none
    }

    .sj-head__nav_item > a.active, .sj-head__nav_item > p.active, .sj-head__nav_item > span.active {
        color: #9fa1a6
    }

    .sj-head__nav_item .sj-head__nav_dropdown__item .sj-head__nav_dropdown .sj-head__nav_dropdown__item > a {
        padding-left: 7px
    }

    .sj-head__nav_dropdown {
        min-width: 200px;
        position: absolute;
        top: 100%;
        left: 12px;
        background: rgba(20, 21, 24, .7);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        padding: 14px 0;
        border-radius: 0 0 8px 8px
    }

    .sj-head__nav_dropdown.active {
        display: none
    }

    .sj-head__nav_dropdown__item:last-child a {
        border-radius: 0 0 5px 5px
    }

    .sj-head__nav_dropdown__item > .sj-head__nav_dropdown {
        left: 100%;
        top: -10px
    }

    .sj-head__nav_dropdown__item > a, .sj-head__nav_dropdown__item > p, .sj-head__nav_dropdown__item > span {
        position: relative;
        font-size: 16px;
        line-height: 22px;
        color: #fff;
        border-bottom: none;
        padding: 5px 22px 8px;
        white-space: nowrap
    }

    .sj-head__nav_dropdown__item > a span, .sj-head__nav_dropdown__item > p span, .sj-head__nav_dropdown__item > span span {
        position: relative;
        margin-left: 8px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8px;
        flex: 0 0 8px;
        width: 8px;
        height: 10px
    }

    .sj-head__nav_dropdown__item > a span::before, .sj-head__nav_dropdown__item > p span::before, .sj-head__nav_dropdown__item > span span::before {
        bottom: 0;
        right: -4px;
        border-left: 8px solid #fff;
        border-top: 4px solid transparent
    }

    .sj-head__search {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
        margin-right: 0
    }

    .sj-head__search-form {
        padding: 16px 30px 0 20px;
        width: auto;
        left: 184px;
        right: 252px
    }

    .sj-head__search-form_input input {
        font-size: 16px;
        padding-right: 0
    }

    .sj-head__search-form_btn-close {
        right: -30px;
        height: 50px;
        width: 30px
    }

    .sj-head__search-form_btn-close svg {
        width: 15px;
        height: 15px;
        fill: #fff;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .sj-head__search-form_btn-close:hover svg {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .sj-head__search-form_help {
        top: 60px;
        left: 20px;
        right: 30px;
        padding: 14px 0 27px;
        max-height: calc(100vh - 90px)
    }

    .sj-head__search-form_loader {
        padding-bottom: 14px
    }

    .sj-head__search-form_loader img {
        width: 40px;
        height: 40px
    }

    .sj-head__search-form_item {
        margin-bottom: 27px
    }

    .sj-head__search-form_link {
        padding-top: 5px;
        padding-bottom: 5px
    }

    .sj-head__login {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .sj-head__login.mob {
        display: none
    }

    .sj-head__login.pc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .sj-head__login_signin_btn {
        width: 116px
    }

    .sj-head__login_registration_btn {
        width: 101px
    }

    .sj-head__login_registration_bonus {
        width: 56px
    }

    .sj-head__banner {
        display: none
    }

    .sj-head__user {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 278px;
        flex: 0 0 278px;
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 5px;
        border: 1px solid rgba(255, 255, 255, .2);
        border-radius: 8px;
        position: relative;
        padding-left: 8px
    }

    .sj-head__user_info {
        position: static
    }

    .sj-head__user_info.pc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -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
    }

    .sj-head__user_info.mob {
        display: none
    }

    .sj-head__user_name {
        width: 110px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        font-size: 16px;
        line-height: 1
    }

    .sj-head__user_point {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 14px;
        line-height: 20px;
        color: #e8eaed;
        margin-left: 10px
    }

    .sj-head__user_point img {
        margin-right: 8px
    }

    .sj-head__user_notification {
        margin-left: 15px
    }

    .sj-head__user_notification_pic {
        position: relative;
        display: block;
        height: auto;
        width: auto;
        border: none
    }

    .sj-head__user_notification svg {
        width: 24px;
        height: 24px;
        fill: #fff;
        position: relative;
        top: 3px
    }

    .sj-head__user_notification_exist {
        position: absolute;
        content: '';
        right: 3px;
        top: 4px;
        width: 8px;
        height: 8px;
        background: #e91927;
        border-radius: 50%;
        z-index: 2
    }

    .sj-head__user_notification > .sj-head__user_dropdown {
        top: 40px;
        left: -1px;
        right: -1px;
        height: auto
    }

    .sj-head__user_dropdown {
        position: absolute;
        top: 40px;
        left: -1px;
        right: -1px;
        background: #2c2d30;
        padding: 14px 22px;
        border-radius: 0 0 8px 8px;
        border: 1px solid rgba(255, 255, 255, .2);
        border-top: 0;
        display: none
    }

    .sj-head__user_dropdown.active {
        display: block
    }

    .sj-head__user_dropdown__item {
        position: relative
    }

    .sj-head__user_dropdown__item > a, .sj-head__user_dropdown__item > p, .sj-head__user_dropdown__item > span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 16px;
        line-height: 1;
        color: #e8eaed
    }

    .sj-head__user_dropdown__item > a span, .sj-head__user_dropdown__item > p span, .sj-head__user_dropdown__item > span span {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden
    }

    .sj-head__user_dropdown__item > a svg, .sj-head__user_dropdown__item > p svg, .sj-head__user_dropdown__item > span svg {
        fill: #e8eaed;
        width: 24px;
        height: 24px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
        flex: 0 0 24px;
        margin-right: 16px
    }

    .sj-head__user_dropdown__item.last-item a {
        color: #148824;
        text-decoration: underline
    }

    .sj-head__user_dropdown__item.last-item a:hover {
        text-decoration: none;
        color: #007010
    }

    .sj-head__gift {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .sj-footer__header {
        padding-top: 24px
    }

    .sj-footer__header_content {
        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
    }

    .sj-footer__top {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 0;
        padding-top: 40px
    }

    .sj-footer__info {
        display: block;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        width: 40%;
        padding-right: 20px;
        margin-bottom: 24px
    }

    .sj-footer__info_left, .sj-footer__info_right {
        width: 100%;
        display: block;
        position: static;
        min-height: 0
    }

    .sj-footer__copyright br {
        display: block
    }

    .sj-footer__menu {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .sj-footer__logo {
        margin-bottom: 0
    }

    .sj-footer__logo img {
        width: 297px;
        height: auto
    }

    .sj-footer__social {
        margin-bottom: 20px;
        margin-top: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0
    }

    .sj-footer__mid {
        padding-bottom: 0
    }

    .sj-footer__label {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-right: 12px;
        text-align: left;
        margin-bottom: 0
    }

    .sj-sidebar__releases_image:hover:before {
        display: block
    }

    .sj-sidebar__releases_image:hover .sj-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .popup-welcome {
        top: 10%
    }

    .popup-welcome__bonus {
        padding: 0 30px
    }

    .popup-welcome__bonus_image {
        width: 120px;
        height: 120px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
        flex: 0 0 120px;
        padding: 10px
    }

    .popup-welcome__bonus_title {
        font-size: 32px;
        line-height: 38px;
        margin-left: 24px
    }

    .popup-welcome__buttons {
        margin-top: 24px;
        padding: 0 30px
    }

    .popup-welcome .sj-btn {
        font-size: 18px;
        line-height: 18px
    }

    .popup-welcome__terms {
        padding: 16px 30px 30px;
        font-size: 16px;
        line-height: 24px
    }

    .popup-welcome__label {
        padding: 4px 10px
    }

    .popup-welcome__label span {
        display: block
    }

    .sj-notification {
        top: 20px;
        right: 10px
    }

    .sj-notification__error, .sj-notification__success {
        width: 357px;
        padding: 10px 8px 10px 10px
    }

    .sj-notification__error_shop, .sj-notification__success_shop {
        width: 461px
    }

    .sj-notification__icon, .sj-notification__message {
        margin-right: 16px
    }

    .sj-comment-login {
        margin-top: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .sj-comment-login__image {
        margin-right: 67px
    }

    .sj-comment-login__title {
        text-align: left;
        font-size: 40px;
        line-height: 46px
    }

    .sj-comment-login__title span {
        text-align: left
    }

    .sj-comment-login__text {
        margin-top: 24px;
        margin-bottom: 24px;
        font-size: 16px
    }

    .sj-comment-login__buttons {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .sj-comment-login__buttons .sj-btn {
        max-width: 180px
    }
}

@media (min-width: 1024px) and (hover) {
    .popup-welcome__terms a:hover, .sj-head__gift_terms a:hover {
        text-decoration: none;
        color: #007010
    }
}

@media (min-width: 1200px) {
    .sj-head__nav_item > a, .sj-head__nav_item > p, .sj-head__nav_item > span {
        font-size: 18px;
        line-height: 1;
        padding: 0 10px
    }

    .sj-head__nav_dropdown__item > a, .sj-head__nav_dropdown__item > p, .sj-head__nav_dropdown__item > span {
        font-size: 16px;
        line-height: 22px
    }

    .sj-footer__bot {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .sj-footer__bot .sj-footer__partners {
        margin-bottom: 16px
    }

    .sj-footer__responsible {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
        flex: 0 0 65%
    }

    .sj-footer__mid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .sj-footer__partners {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

@media (max-width: 1023px) {
    .sj-casino__rating_full .sj-rating-full__stars {
        width: 227px;
        height: 17px;
        background-size: 227px 17px
    }

    .sj-casino__rating_full .sj-rating-full__fill {
        height: 15px;
        background: url(../img/rating/stars-yellow.svg) 0 0/227px 17px no-repeat
    }
}

@media (max-width: 768px) {
    .sj-section__head {
        display: block
    }

    .sj-section__head .sj-casino__rating {
        margin-top: 24px
    }

    .sj-section__head h2 {
        width: 100%;
        margin-bottom: 24px
    }
}

@media (max-width: 420px) {
    .sj-head__logo {
        width: auto;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        margin-right: 15px
    }
}