.sj-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px
}

.sj-pagination .sj-btn {
    width: 45px;
    height: 52px;
    margin: 0 3px;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #404145
}

.sj-pagination .sj-btn span {
    -webkit-transform: scale(.7, 1.3);
    -ms-transform: scale(.7, 1.3);
    transform: scale(.7, 1.3)
}

.sj-pagination .sj-btn.active {
    border: 1px solid #606266;
    color: #000
}

.authorization {
    max-width: 600px;
    margin: 0 auto
}

.authorization__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px
}

.authorization__login, .authorization__password, .authorization__registration {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    font-size: 24px;
    line-height: 38px;
    color: #404145;
    font-family: Gilroy-Medium;
    position: relative;
    padding-bottom: 5px
}

.authorization__login.active, .authorization__password.active, .authorization__registration.active {
    color: #141518
}

.authorization__login.active:before, .authorization__password.active:before, .authorization__registration.active:before {
    background: #008509
}

.authorization__login:before, .authorization__password:before, .authorization__registration:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #e8eaed
}

.authorization__password {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.authorization__login {
    padding-right: 20px;
    text-align: right
}

.authorization__login:before {
    right: 20px
}

.authorization__registration {
    padding-left: 20px
}

.authorization__registration:before {
    left: 20px
}

.authorization__text {
    font-size: 16px;
    line-height: 24px;
    color: #404145;
    margin-bottom: 24px
}

.authorization .sj-field__name {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 4px
}

.authorization__form_forgotten a {
    font-size: 16px;
    line-height: 24px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #007010
}

.authorization__form_buttons {
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto
}

.authorization__form_buttons .sj-btn {
    height: 40px;
    width: 100%
}

.authorization__form_buttons .sj-btn + .sj-btn {
    margin-top: 16px
}

.authorization__form_title {
    font-size: 16px;
    line-height: 20px;
    color: #141518;
    text-align: center;
    font-family: Gilroy-Medium;
    margin-top: 24px
}

.authorization__form_social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    margin-left: -4px;
    margin-right: -4px
}

.authorization__form_social .sj-btn {
    height: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 8px);
    flex: 0 0 calc(50% - 8px);
    margin: 0 4px
}

.authorization__points {
    background: #f0fff1;
    border-radius: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px 16px;
    font-size: 24px;
    line-height: 30px;
    color: #141518;
    font-family: Gilroy-Medium;
    position: relative;
    margin-bottom: 24px;
    text-transform: capitalize
}

.authorization__points .extra {
    color: #e91927;
    display: block
}

.authorization__points img {
    display: block;
    margin-right: 16px
}

.authorization__question {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    text-align: right;
    cursor: pointer
}

.authorization__question:hover .authorization__info {
    opacity: 1
}

.authorization__question svg {
    width: 24px;
    height: 24px;
    fill: #148824
}

.authorization__info {
    position: absolute;
    right: 30px;
    top: 0;
    width: 201px;
    padding: 16px;
    background: #2c2d30;
    border-radius: 8px;
    font-size: 12px;
    line-height: 20px;
    color: #babdc2;
    opacity: 0;
    text-align: left
}

.popup-reset-password {
    width: 351px;
    height: 224px;
    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-reset-password p {
    font-size: 20px;
    line-height: 24px;
    font-family: Gilroy-Medium;
    margin-top: 16px;
    margin-bottom: 16px
}

.popup-reset-password .sj-btn {
    width: 100px;
    height: 48px
}

.popup-reset-password__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-reset-password__icon svg {
    width: 24px;
    height: 24px;
    fill: #3dba4e
}

.popup-login {
    width: 90%;
    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%);
    padding: 24px 16px;
    max-width: 700px;
    max-height: 90%;
    overflow: hidden
}

.popup-login .sj-field {
    margin-bottom: 16px
}

.popup-login .authorization {
    max-height: calc(90vh - 24px);
    overflow: auto;
    padding-bottom: 24px
}

.popup-login .authorization__header {
    position: fixed;
    left: 16px;
    right: 16px;
    background: #fff;
    z-index: 2;
    padding: 4px 0 24px;
    top: 20px
}

.popup-login .authorization__content {
    margin-top: 43px;
    position: relative;
    z-index: 1;
    padding-top: 24px
}

.popup-login .authorization__points {
    margin-bottom: 16px
}

.popup-login .authorization__login {
    font-size: 20px;
    padding-right: 12px
}

.popup-login .authorization__login:before {
    right: 12px
}

.popup-login .authorization__registration {
    font-size: 24px;
    line-height: 38px;
    padding-left: 12px
}

.popup-login .authorization__registration:before {
    left: 12px
}

.popup-login .authorization::-webkit-scrollbar {
    width: 0 !important;
    height: 0;
    display: none !important;
    background: 0 0;
    max-height: 200px
}

.js-register-checkbox ~ label {
    font-size: 12px;
    line-height: 1;
    color: #404145
}

.js-register-checkbox ~ label a {
    color: #148824;
    text-decoration: underline
}

.sj-slot__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -4px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sj-slot__rating {
    position: absolute;
    background: #141518;
    border-radius: 0 16px 0 8px;
    right: 9px;
    top: 8px;
    padding: 6px
}

.sj-slot__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 8px);
    flex: 0 0 calc(50% - 8px);
    margin: 4px;
    padding: 8px 8px 16px;
    -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;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative
}

.sj-slot__image {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.sj-slot__image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 24px
}

.sj-slot__title {
    font-size: 14px;
    line-height: 20px;
    color: #141518;
    font-family: Gilroy-Medium;
    margin-top: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    padding: 0 8px;
    font-weight: 600
}

.sj-slot__type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: auto;
    position: relative
}

.sj-slot__type:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 1px;
    background: #e8eaed;
    height: 1px
}

.sj-slot__type::-webkit-scrollbar {
    width: 0;
    opacity: 0;
    height: 0;
    display: none
}

.sj-slot__type_item {
    position: relative
}

.sj-slot__type_item:first-child, .sj-slot__type_item:first-child .sj-slot__type_link {
    padding-left: 0
}

.sj-slot__type_item:first-child .sj-slot__type_image {
    margin-left: 0
}

.sj-slot__type_item:first-child .sj-slot__type_text {
    text-align: left
}

.sj-slot__type_item:last-child, .sj-slot__type_item:last-child .sj-slot__type_link {
    padding-right: 0
}

.sj-slot__type_item:last-child .sj-slot__type_image {
    margin-lright: 0
}

.sj-slot__type_item:last-child .sj-slot__type_text {
    text-align: right
}

.sj-slot__type_item.active .sj-slot__type_link:after {
    position: absolute;
    content: '';
    left: 8px;
    right: 8px;
    bottom: 0;
    background: #008509;
    height: 3px;
    z-index: 2
}

.sj-slot__type_item.active:first-child .sj-slot__type_link:after {
    left: 0
}

.sj-slot__type_item.active:last-child .sj-slot__type_link:after {
    right: 0
}

.sj-slot__type_item.active .sj-slot__type_image {
    background: #f0fff1
}

.sj-slot__type_item.active .sj-slot__type_image svg {
    fill: #3dba4e
}

.sj-slot__type_item.active .sj-slot__type_text {
    color: #2c2d30
}

.sj-slot__type_link {
    display: block;
    padding: 0 8px 16px;
    position: relative
}

.sj-slot__type_image {
    width: 48px;
    height: 48px;
    background: rgba(126, 128, 133, .1);
    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: 0 auto
}

.sj-slot__type_image svg {
    width: 24px;
    height: 24px;
    fill: #404145
}

.sj-slot__type_image img {
    width: 24px;
    height: 24px;
    display: block
}

.sj-slot__type_text {
    color: #606266;
    font-size: 14px;
    line-height: 18px;
    font-family: Gilroy-Medium;
    text-align: center;
    margin-top: 16px;
    white-space: nowrap
}

.sj-slot__filter_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 16px
}

.sj-slot__filter_search_wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 4px);
    flex: 0 0 calc(50% - 4px);
    max-width: calc(50% - 4px);
    height: 46px;
    margin-bottom: 4px;
    margin-right: 4px
}

.sj-slot__filter_search {
    background: #fff;
    height: 46px;
    border: 1px solid #e8eaed;
    border-radius: 8px;
    font-size: 14px;
    line-height: 18px;
    padding: 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Gilroy-Medium;
    overflow: hidden;
    width: 100%
}

.sj-slot__filter_search.active {
    position: absolute;
    left: 0;
    right: 0
}

.sj-slot__filter_search svg {
    width: 24px;
    height: 24px;
    fill: #606266;
    min-width: 24px
}

.sj-slot__filter_search button {
    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-slot__filter_search_input {
    height: 46px;
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: calc(100% - 30px);
    padding: 0;
    border: none
}

.sj-slot__filter_provider {
    margin-left: 4px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 4px);
    flex: 0 0 calc(50% - 4px);
    width: calc(50% - 4px)
}

.sj-slot__filter_provider .sj-btn {
    height: 46px;
    width: 100%;
    border: 1px solid #e8eaed
}

.sj-promotion {
    background: rgba(55, 79, 199, .1);
    border-radius: 24px;
    padding: 24px 16px
}

.sj-promotion__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -4px
}

.sj-promotion__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    padding: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.sj-promotion__link {
    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-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: 8px;
    background-color: #fff;
    position: relative
}

.sj-promotion__gift {
    position: absolute;
    background: #3dba4e;
    -webkit-box-shadow: 0 6px 16px rgba(61, 186, 78, .32);
    box-shadow: 0 6px 16px rgba(61, 186, 78, .32);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    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;
    right: 12px;
    top: 12px
}

.sj-promotion__gift svg {
    width: 12px;
    height: 12px;
    fill: #fff
}

.sj-promotion__image {
    text-align: center
}

.sj-promotion__image img {
    width: 100%;
    height: 80px;
    border-radius: 16px;
    display: inline-block
}

.sj-promotion__title {
    font-size: 14px;
    line-height: 18px;
    margin-top: 16px;
    color: #141518;
    text-align: center;
    font-family: Gilroy-Medium;
    margin-bottom: 16px
}

.sj-promotion__time {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #404145
}

.sj-promotion__time svg {
    width: 18px;
    height: 18px;
    fill: #404145;
    margin-right: 8px
}

.sj-provider__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -4px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sj-provider__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    padding: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    aspect-ratio: 1/1
}

.sj-provider__item img {
    width: 140px;
    height: auto;
    position: relative;
    z-index: 1
}

.sj-provider__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 24px;
    overflow: hidden;
    padding: 16px;
    width: 100%;
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.sj-provider__search {
    background: #fff;
    height: 46px;
    border: 1px solid #e8eaed;
    border-radius: 8px;
    font-size: 14px;
    line-height: 18px;
    padding: 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Gilroy-Medium;
    overflow: hidden;
    width: 100%
}

.sj-provider__search svg {
    width: 24px;
    height: 24px;
    fill: #606266;
    min-width: 24px;
    margin-right: 12px;
    margin-top: 10px
}

.sj-provider__search_input {
    height: 46px;
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: calc(100% - 30px);
    border: none;
    padding-left: 0
}

.sj-provider__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px
}

.sj-provider__card_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.sj-provider__card_content {
    padding: 8px;
    -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;
    text-align: center;
    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
}

.sj-provider__card_image {
    border-radius: 16px;
    height: 86px;
    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-bottom: 10px
}

.sj-provider__card_image img {
    width: 80%;
    height: auto
}

.sj-provider__card_info {
    margin-bottom: 16px;
    margin-top: 8px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    cursor: default
}

.sj-provider__card_info .sj-casino__rating {
    margin-top: 4px
}

.sj-provider__card_name {
    font-size: 16px;
    line-height: 20px;
    color: #141518;
    text-align: left;
    font-family: Gilroy-Medium
}

.sj-provider__card_link {
    padding: 8px 10px 8px 8px;
    margin: auto;
    font-size: 12px;
    font-family: Gilroy-Medium;
    position: relative;
    display: inline-block;
    color: #008509;
    text-decoration: underline
}

.sj-provider__card_link:after {
    content: '';
    position: absolute;
    top: 11.5px;
    right: 0;
    margin: auto;
    width: 5px;
    height: 5px;
    border-radius: 1px;
    border-right: 2px solid #008509;
    border-bottom: 2px solid #008509;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sj-casino__list {
    width: 100%
}

.sj-casino__promo {
    margin-bottom: 40px
}

.sj-casino__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 16px;
    -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-bottom: 16px
}

.sj-casino__item:nth-child(1), .sj-casino__item:nth-child(2), .sj-casino__item:nth-child(3) {
    border: 2px solid #008509
}

.sj-casino__item:last-child {
    margin-bottom: 0
}

.sj-casino__head {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.sj-casino__rank {
    position: absolute;
    top: -6px;
    left: -4px
}

.sj-casino__rank_val {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    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;
    background-color: #fdfdfd;
    font-size: 12px;
    z-index: 2;
    position: relative;
    -webkit-box-shadow: 0 4px 8px rgba(62, 62, 62, .32);
    box-shadow: 0 4px 8px rgba(62, 62, 62, .32)
}

.sj-casino__rank_label {
    position: absolute;
    left: -4px;
    top: -4px;
    white-space: nowrap;
    height: 32px;
    padding-left: 32px;
    background-color: #008509;
    border-radius: 40px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    color: #fff;
    padding-right: 12px
}

.sj-casino__image {
    width: 100%;
    text-align: center;
    border-radius: 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 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-casino__image img {
    display: inline-block
}

.sj-casino__link {
    font-size: 12px;
    margin-top: 10px;
    font-family: Gilroy-Bold;
    color: #141518
}

.sj-casino__content {
    margin-top: 10px
}

.sj-casino__bonus {
    font-size: 24px;
    line-height: 28px;
    font-family: Gilroy-Medium
}

.sj-casino__bonus_title {
    font-size: 14px;
    line-height: 20px;
    color: #141518;
    font-family: Gilroy-Medium
}

.sj-casino__bonus_promo {
    font-size: 24px;
    line-height: 30px;
    font-family: Gilroy-Medium;
    color: #008509;
    margin-top: 8px
}

.sj-casino__advantages {
    margin-top: 10px
}

.sj-casino__advantages_item {
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sj-casino__advantages_item svg {
    width: 16px;
    height: 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    fill: #008509;
    margin-right: 5px
}

.sj-casino__btn {
    margin-top: 16px;
    font-size: 14px;
    width: 100%;
    height: 48px
}

.sj-casino__footer {
    font-size: 12px;
    line-height: 140%;
    letter-spacing: -.01em;
    color: #404145;
    margin-top: 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.sj-casino__footer a {
    color: #008509;
    text-decoration: underline
}

.sj-payment__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -4px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sj-payment__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 8px);
    flex: 0 0 calc(50% - 8px);
    margin: 4px;
    padding: 8px;
    -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;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.sj-payment__image {
    background: #f8f9fa;
    border-radius: 16px;
    width: 100%;
    text-align: center;
    padding: 10px
}

.sj-payment__image img {
    display: inline-block;
    height: 80px;
    width: auto
}

.sj-payment__title {
    font-family: Gilroy-Medium;
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
    padding: 0 8px;
    color: #141518
}

.sj-payment__description {
    font-size: 14px;
    line-height: 18px;
    color: #404145;
    margin-bottom: 12px;
    padding: 0 8px
}

.sj-payment__link {
    padding: 8px 10px 8px 8px;
    margin-top: auto;
    font-size: 12px;
    font-family: Gilroy-Medium;
    color: #008509;
    position: relative;
    text-decoration: underline
}

.sj-payment__link span {
    position: relative;
    white-space: nowrap
}

.sj-payment__link span:after {
    content: '';
    position: static;
    display: inline-block;
    top: 11.5px;
    padding-left: 0;
    right: 0;
    margin: auto auto auto 3px;
    width: 5px;
    height: 5px;
    border-radius: 1px;
    border-right: 2px solid #008509;
    border-bottom: 2px solid #008509;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sj-country__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -4px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sj-country__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 8px);
    flex: 0 0 calc(50% - 8px);
    max-width: calc(50% - 8px);
    margin: 4px;
    padding: 8px;
    -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;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sj-country__image {
    background: #f8f9fa;
    border-radius: 16px;
    padding: 18px;
    text-align: center;
    display: block
}

.sj-country__image img {
    display: inline-block
}

.sj-country__title {
    font-family: Gilroy-Medium;
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
    padding: 0 8px;
    color: #141518
}

.sj-country__description {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #404145;
    margin-bottom: 12px;
    padding: 0 8px
}

.sj-country__link {
    padding: 8px 10px 8px 8px;
    margin-top: auto;
    font-size: 12px;
    font-family: Gilroy-Medium;
    color: #008509;
    position: relative;
    text-decoration: underline
}

.sj-country__link:after {
    content: '';
    position: absolute;
    top: 11.5px;
    right: 0;
    margin: auto;
    width: 5px;
    height: 5px;
    border-radius: 1px;
    border-right: 2px solid #008509;
    border-bottom: 2px solid #008509;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sj-new__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -10px;
    overflow: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 6px 6px 16px
}

.sj-new__list::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none
}

.sj-new__list.with-offset {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.sj-new__list.with-offset .sj-new__item {
    width: 70vw;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70vw;
    flex: 0 0 70vw;
    max-width: 250px
}

.sj-new__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 16px);
    flex: 0 0 calc(50% - 16px);
    margin: 8px;
    padding: 8px 8px 14px;
    -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;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.sj-new__article {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%
}

.sj-new__image {
    border-radius: 16px;
    overflow: hidden;
    width: 100%
}

.sj-new__image .sj-btn {
    opacity: 0;
    position: absolute
}

.sj-new__image img {
    width: 100%;
    height: auto;
    display: block;
    -o-object-fit: cover;
    object-fit: cover
}

.sj-new__title {
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
    color: #141518;
    font-family: Gilroy-Medium;
    width: 100%;
    padding: 0 8px;
    margin-bottom: 10px;
    display: block;
    max-width: 80%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.sj-new__info {
    margin-top: auto;
    padding: 0 8px
}

.sj-new__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 18px;
    font-family: Gilroy-Medium;
    color: #404145;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sj-new__author img {
    width: 24px;
    height: 24px;
    display: block;
    border-radius: 50%;
    margin-right: 6px
}

.sj-new__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 18px;
    font-family: Gilroy-Medium;
    color: #404145;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 16px;
    white-space: nowrap
}

.sj-new__date svg {
    width: 18px;
    height: 18px;
    fill: #404145;
    margin-right: 6px
}

.sj-new__first_link {
    display: block;
    position: relative;
    height: 275px;
    border-radius: 24px;
    overflow: hidden
}

.sj-new__first_link > img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.sj-new__first_link:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 100%);
    position: absolute;
    height: 156px;
    bottom: 0;
    left: 0;
    width: 100%;
    content: '';
    z-index: 1
}

.sj-new__first_link:before {
    z-index: 3
}

.sj-new__first_info {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 0;
    padding: 16px;
    left: 0;
    right: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 4
}

.sj-new__first_title {
    color: #fff;
    font-size: 32px;
    line-height: 38px;
    font-family: Gilroy-Medium;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.sj-new__first_author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 18px;
    font-family: Gilroy-Medium;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sj-new__first_author img {
    width: 24px;
    height: 24px;
    display: block;
    border-radius: 50%;
    margin-right: 8px
}

.sj-new__first_date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 18px;
    font-family: Gilroy-Medium;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sj-new__first_date svg {
    width: 18px;
    height: 18px;
    fill: #fff;
    margin-right: 8px
}

.sj-new__first_btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 16px;
    display: none
}

.sj-new__first .sj-btn {
    width: 180px;
    height: 50px;
    font-size: 14px;
    margin-right: auto
}

.sj-category {
    background-color: #2c2d30;
    border-radius: 32px;
    padding: 40px 16px
}

.sj-category h2 {
    color: #fff
}

.sj-category__item, .sj-category__item:first-child {
    margin-top: 8px
}

.sj-category__link {
    border: 1px solid #404145;
    border-radius: 16px;
    padding: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
    color: #f8f9fa;
    font-family: Gilroy-Medium
}

.sj-category__pic {
    background: rgba(61, 186, 78, .1);
    border-radius: 12px;
    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;
    width: 48px;
    height: 48px;
    margin-right: 16px
}

.sj-category__pic svg {
    width: 24px;
    height: 24px;
    fill: #008509
}

.sj-category__pic img {
    width: 24px;
    height: 24px;
    display: block
}

.sj-bonus__list {
    padding: 16px;
    background: #f8f9fa;
    border-radius: 24px
}

.sj-bonus__item {
    color: #2c2d30;
    border-bottom: 1px solid #babdc2;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 16px;
    margin-top: 16px
}

.sj-bonus__item:first-child {
    margin-top: 0
}

.sj-bonus__item:last-child {
    border: none
}

.sj-bonus__item a {
    color: #008509;
    text-decoration: underline
}

.sj-bonus__title {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 30px;
    font-family: Gilroy-Medium
}

.sj-slot-pc {
    margin: 0 0 24px
}

.sj-slot-pc.sticky {
    position: fixed;
    top: 68px;
    width: 100%;
    left: 0;
    background: #fff;
    padding: 24px 10px;
    z-index: 50;
    right: 0;
    margin-top: 0
}

.sj-slot-pc.sticky .sj-slot-pc__list {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto
}

.sj-slot-pc__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    overflow: auto;
    padding-bottom: 0;
    scrollbar-width: none
}

.sj-slot-pc__list::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none
}

.sj-slot-pc__item {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
    color: #606266;
    font-family: Gilroy-Medium;
    padding: 0 24px;
    position: relative;
    white-space: nowrap
}

.sj-slot-pc__item:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #d5d7db;
    content: ''
}

.sj-slot-pc__item.active {
    color: #141518
}

.sj-slot-pc__item.active:before {
    height: 2px;
    background: #008509
}

@-webkit-keyframes slidein {
    from {
        top: -60px
    }
    to {
        top: 0
    }
}

@keyframes slidein {
    from {
        top: -60px
    }
    to {
        top: 0
    }
}

.sj-casino-cards__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -8px;
    overflow: auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0 3px 16px
}

.sj-casino-cards__list::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none
}

.sj-casino-cards__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 184vw;
    max-width: 184px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 184px;
    flex: 0 0 184px;
    margin: 5px;
    -webkit-box-shadow: 0 6px 14px -6px rgba(64, 65, 69, .12), 0 10px 32px -4px rgba(64, 65, 69, .1);
    border-radius: 24px;
    padding: 14px
}

.sj-casino-cards__image {
    width: 100%;
    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;
    border-radius: 16px;
    height: 112px;
    margin-bottom: 10px
}

.sj-casino-cards__image img {
    display: block;
    max-width: 100%
}

.sj-casino-cards__name {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 18px;
    line-height: 24px;
    color: #2c2d30;
    font-family: Gilroy-Medium;
    font-weight: 600;
    margin-bottom: 10px
}

.sj-casino-cards__buttons {
    margin-top: 10px
}

.sj-casino-cards__buttons a {
    width: 100%;
    padding: 10px 5px
}

.sj-casino-cards__footer {
    margin-top: 10px
}

.sj-slot-casino-cards__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -8px;
    overflow: auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0 0 16px
}

.sj-slot-casino-cards__list::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none
}

.sj-slot-casino-cards__item {
    width: 70vw;
    max-width: 250px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70vw;
    flex: 0 0 70vw;
    margin: 8px;
    -webkit-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
}

.sj-slot-casino-cards__image {
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 16px
}

.sj-slot-casino-cards__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sj-slot-casino-cards__name {
    font-size: 18px;
    line-height: 24px;
    color: #2c2d30;
    font-family: Gilroy-Medium;
    font-weight: 600
}

.sj-slot-casino-cards__buttons {
    margin: 20px 0
}

.sj-slot-casino-cards__buttons .sj-btn {
    height: 48px;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600
}

.sj-slot-casino-cards__footer {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -.01em;
    color: #404145;
    margin-top: 16px;
    text-align: center
}

.sj-slot-casino-cards__footer a {
    color: #008509;
    text-decoration: underline
}

.sj-summary {
    padding: 24px;
    background: #f8f9fa;
    border-radius: 24px
}

.sj-summary__img {
    border-radius: 24px
}

.sj-summary__wrap {
    margin-top: 24px
}

.sj-summary__pros {
    border: 1px solid #008509
}

.sj-summary__cons {
    border: 1px solid #e91927;
    margin-top: 16px
}

.sj-summary__title {
    font-size: 24px;
    line-height: 30px;
    font-family: Gilroy-Medium;
    margin-bottom: 24px
}

.sj-summary__title_pros {
    color: #008509
}

.sj-summary__title_cons {
    color: #e91927
}

.sj-summary__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: 28px;
    color: #404145;
    margin-bottom: 8px
}

.sj-summary__item:last-child {
    margin-bottom: 0
}

.sj-summary__item_icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 16px;
    position: relative;
    min-width: 40px
}

.sj-summary__item_icon:before {
    position: absolute;
    width: 14px;
    height: 2px;
    top: 19px;
    content: '';
    left: 13px
}

.sj-summary__item_pros .sj-summary__item_icon {
    background: #f0fff1
}

.sj-summary__item_pros .sj-summary__item_icon:before {
    background: #008509
}

.sj-summary__item_pros .sj-summary__item_icon:after {
    position: absolute;
    height: 14px;
    width: 2px;
    left: 19px;
    content: '';
    top: 13px;
    background: #008509
}

.sj-summary__item_cons .sj-summary__item_icon {
    background: rgba(242, 50, 63, .1)
}

.sj-summary__item_cons .sj-summary__item_icon:before {
    background: #e91927
}

.sj-apps__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -4px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sj-apps__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 8px);
    flex: 0 0 calc(50% - 8px);
    margin: 4px;
    padding: 24px;
    -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;
    position: relative
}

.sj-apps__availability {
    position: absolute;
    right: 10px;
    top: 10px
}

.sj-apps__availability.checked svg {
    fill: #3dba4e
}

.sj-apps__availability.unchecked svg {
    fill: #e91927
}

.sj-apps__availability svg {
    width: 24px;
    height: 24px
}

.sj-apps__image {
    text-align: center;
    padding: 24px;
    width: 108px;
    height: 108px;
    background: #f8f9fa;
    border-radius: 16px;
    margin: 0 auto
}

.sj-apps__name {
    margin-top: 16px;
    font-family: Gilroy-Medium;
    font-size: 18px;
    line-height: 22px;
    text-align: center
}

.sj-apps__info {
    font-size: 14px;
    line-height: 18px;
    margin-top: 16px;
    text-align: center;
    color: #404145
}

.sj-best-bonus__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -4px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.sj-best-bonus__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 8px);
    flex: 0 0 calc(50% - 8px);
    margin: 4px;
    padding: 16px;
    -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;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.sj-best-bonus__item .sj-btn {
    height: 48px;
    width: 100%;
    margin-top: auto
}

.sj-best-bonus__image {
    text-align: center;
    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;
    width: 48px;
    height: 48px;
    background: #f0fff1;
    border-radius: 16px;
    margin: 0 auto
}

.sj-best-bonus__image svg {
    width: 24px;
    height: 24px;
    fill: #008509
}

.sj-best-bonus__name {
    font-family: Gilroy-Medium;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #008509;
    margin-top: 10px;
    margin-bottom: 10px
}

.sj-best-bonus__terms {
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    letter-spacing: -.01em;
    color: #404145;
    margin-top: 10px
}

.sj-best-bonus__terms a {
    color: #008509;
    text-align: center
}

.sj-best-bonus__terms a:hover {
    text-decoration: none;
    color: #007010
}

.sj-software__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -4px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sj-software__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33334%;
    flex: 0 0 33.33334%;
    padding: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.sj-software__link {
    border-radius: 24px;
    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: 16px;
    width: 100%
}

.sj-offer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -4px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sj-offer__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 8px);
    flex: 0 0 calc(50% - 8px);
    margin: 4px;
    padding: 8px;
    -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: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.sj-offer__image {
    text-align: center
}

.sj-offer__title {
    font-family: Gilroy-Medium;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 16px;
    width: 100%;
    text-align: center;
    color: #141518
}

.sj-offer__text {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #404145;
    margin-bottom: 16px
}

.sj-offer__link {
    padding: 8px 10px 8px 8px;
    margin-top: auto;
    font-size: 12px;
    font-family: Gilroy-Medium;
    color: #2c2d30;
    position: relative
}

.sj-offer__link:after {
    content: '';
    position: static;
    display: inline-block;
    top: 11.5px;
    right: 0;
    margin: auto auto auto 3px;
    width: 5px;
    height: 5px;
    border-radius: 1px;
    border-right: 2px solid #2c2d30;
    border-bottom: 2px solid #2c2d30;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sj-profit__list {
    margin-top: 16px;
    counter-reset: test
}

.sj-profit__list_nonumbers .sj-profit__item:before {
    display: none
}

.sj-profit__item {
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    font-family: Gilroy-Medium;
    margin-bottom: 10px;
    position: relative
}

.sj-profit__item:before {
    counter-increment: test;
    content: counter(test);
    position: absolute;
    width: 44px;
    height: 44px;
    left: 0;
    top: 0;
    background: #6b4bcc;
    border-radius: 16px;
    font-size: 16px;
    line-height: 24px;
    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;
    font-family: Gilroy-Bold
}

.sj-profit__item svg {
    width: 24px;
    height: 24px;
    fill: #e91927
}

.sj-profit__item img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 160px;
    height: 160px;
    margin-bottom: 10px
}

.sj-profit__item p {
    margin: 0 0 10px
}

.sj-on-board__banner {
    border-radius: 24px;
    overflow: hidden;
    background: #2c2d30;
    position: relative
}

.sj-on-board__banner img {
    display: block;
    width: 100%
}

.sj-on-board__info {
    position: absolute;
    height: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.sj-on-board__info .sj-btn {
    height: 50px;
    font-size: 14px;
    line-height: 18px;
    margin-top: 24px;
    width: 100%
}

.sj-on-board__label {
    font-size: 32px;
    line-height: 38px;
    color: #fcb017;
    font-family: Gilroy-Medium
}

.sj-on-board__text {
    margin-top: 18px;
    font-size: 20px;
    line-height: 26px;
    color: #f8f9fa
}

.sj-creator__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -10px;
    overflow: auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 6px 6px 16px
}

.sj-creator__list::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none
}

.sj-creator__item {
    width: 70vw;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70vw;
    flex: 0 0 70vw;
    max-width: 250px;
    margin: 8px;
    padding: 14px;
    -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;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.sj-creator__image {
    width: 100%;
    text-align: center
}

.sj-creator__image img {
    display: inline-block;
    width: 120px;
    height: 120px;
    border-radius: 50%
}

.sj-creator__position {
    font-size: 12px;
    color: #404145;
    border: 1px solid #d5d7db;
    border-radius: 32px;
    padding: 4px 8px;
    height: 24px;
    margin: 10px auto 0
}

.sj-creator__name {
    font-family: Gilroy-Medium;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #008509;
    margin: 10px auto 8px;
    display: block;
    text-decoration: none
}

.sj-creator__description {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #404145;
    margin-bottom: 8px
}

.sj-creator__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto auto 0
}

.sj-creator__social_link {
    margin: 0 4px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f0fff1;
    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-creator__social_link svg {
    fill: #3dba4e;
    width: 16px;
    height: 16px
}

.sj-history__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 -8px;
    overflow: auto;
    padding-bottom: 20px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-left: 5px
}

.sj-history__list::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none
}

.sj-history__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(16.6667% - 16px);
    flex: 0 0 calc(16.6667% - 16px);
    margin: 0 8px;
    position: relative;
    min-width: 146px
}

.sj-history__item:before {
    position: absolute;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='2' viewBox='0 0 9 2' fill='none'%3E%3Cpath d='M5 1C5 1.55228 4.5589 2 4.01478 2L0.985222 2C0.441099 2 -6.44695e-08 1.55228 -6.44695e-08 1C-6.44695e-08 0.447715 0.441099 0 0.985222 0L4.01478 0C4.5589 0 5 0.447715 5 1Z' fill='%23D7D7D7'/%3E%3Cpath d='M5 1C5 1.55228 4.5589 2 4.01478 2L0.985222 2C0.441099 2 -6.44695e-08 1.55228 -6.44695e-08 1C-6.44695e-08 0.447715 0.441099 0 0.985222 0L4.01478 0C4.5589 0 5 0.447715 5 1Z' fill='url(%23paint0_linear_14821_4464)' fill-opacity='0.25'/%3E%3Cdefs%3E%3C/defs%3E%3C/svg%3E");
    height: 2px;
    background-repeat: repeat;
    width: 102%;
    z-index: 1;
    left: 0;
    bottom: 0
}

.sj-history__item:after {
    position: absolute;
    content: "";
    background: url(../img/about-us/dots.svg) 0 100%;
    width: 2px;
    height: 62px;
    left: 0;
    bottom: 0
}

.sj-history__item:first-child .sj-history__point {
    background: #008509
}

.sj-history__item:first-child .sj-history__point:before {
    border: 1px solid #008509
}

.sj-history__item:last-child:before {
    position: absolute;
    content: "";
    background: url(../img/about-us/dots.svg) 0 100%;
    width: 2px;
    height: 62px;
    left: 45px;
    bottom: -31px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.sj-history__image {
    width: 70px;
    height: 70px
}

.sj-history__date {
    font-family: Gilroy-Medium;
    font-size: 18px;
    line-height: 26px;
    color: #303030;
    margin-top: 16px;
    white-space: nowrap
}

.sj-history__event {
    font-size: 14px;
    line-height: 20px;
    color: #606266;
    margin-top: 5px;
    margin-bottom: 70px
}

.sj-history__point {
    position: absolute;
    width: 23px;
    height: 23px;
    background: #6b4bcc;
    border-radius: 50%;
    left: -9px;
    bottom: -9px;
    z-index: 2;
    border: 3px solid #fff
}

.sj-history__point:before {
    width: 24px;
    height: 24px;
    background: 0 0;
    border-radius: 50%;
    left: -4px;
    bottom: -4px;
    z-index: 2;
    border: 1px solid #6b4bcc;
    position: absolute;
    content: ""
}

.sj-vacancy__item {
    margin-top: 16px
}

.sj-vacancy__title {
    font-family: Gilroy-Medium;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
    color: #141518
}

.sj-vacancy__image {
    text-align: center;
    margin-bottom: 16px
}

.sj-vacancy__info {
    color: #404145;
    font-size: 16px;
    line-height: 28px;
    text-align: center
}

.worldwide__item {
    margin-top: 10px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.worldwide__item:first-child {
    margin-top: 0
}

.worldwide__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    text-decoration: none;
    color: #141518;
    -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
}

.worldwide__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54px;
    flex: 0 0 54px;
    background: #f8f9fa;
    border-radius: 16px;
    padding: 4px;
    text-align: center;
    margin-right: 16px;
    height: 54px;
    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
}

.worldwide__image img {
    width: 40px;
    height: 40px
}

.worldwide__name {
    font-family: Gilroy-Medium;
    font-size: 18px;
    line-height: 24px
}

.worldwide__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
}

.sj-social__item {
    margin-top: 10px
}

.sj-social__item:first-child {
    margin-top: 0
}

.sj-social .sj-social__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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: Gilroy-Medium;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-decoration: none;
    height: 85px;
    border-radius: 8px
}

.sj-social .sj-social__link svg {
    width: 36px;
    height: 36px;
    fill: #fff;
    margin-bottom: 5px
}

.sj-social .sj-social__link_twitter {
    background: #009bd7
}

.sj-social .sj-social__link_youtube {
    background: red
}

.sj-social .sj-social__link_pinterest {
    background: #cb2027
}

.sj-social .sj-social__link_facebook {
    background: #3b5998
}

.sj-social .sj-social__link_linkedin {
    background: #0e76a8
}

.sj-icon_text__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: 28px;
    color: #404145;
    margin-top: 10px
}

.sj-icon_text__item_long {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.sj-icon_text__item:first-child {
    margin-top: 0
}

.sj-icon_text a {
    color: #008509;
    text-decoration: underline;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    word-break: break-word
}

.sj-icon_text__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    font-family: Gilroy-Medium;
    font-size: 18px;
    line-height: 24px
}

.sj-icon_text__icon {
    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: 20px;
    min-width: 48px
}

.sj-icon_text__icon img {
    width: 24px;
    height: 24px;
    min-width: 24px
}

.sj-contact__block {
    border-radius: 24px;
    overflow: hidden;
    background: #141518
}

.sj-contact__image img {
    max-width: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.sj-contact__form {
    color: #fff;
    padding: 0 10px 10px;
    position: relative;
    margin-top: -20px
}

.sj-contact__form .h-captcha {
    height: 75px
}

.sj-contact__form .h-captcha iframe {
    height: 75px !important;
    width: 290px !important;
    border-radius: 8px !important
}

.sj-contact__form:before {
    position: absolute;
    width: 100%;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, #141518), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(bottom, #141518 30%, rgba(0, 0, 0, 0));
    background: -o-linear-gradient(bottom, #141518 30%, rgba(0, 0, 0, 0));
    background: linear-gradient(to top, #141518 30%, rgba(0, 0, 0, 0));
    top: -140px;
    height: 160px;
    content: '';
    z-index: 1
}

.sj-contact__form .sj-field {
    margin-bottom: 16px;
    position: relative;
    z-index: 2
}

.sj-contact__form .sj-field__captcha {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.sj-contact__form .sj-field__name {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px
}

.sj-contact__form .sj-field__submit {
    margin-bottom: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.sj-contact__form .sj-field__submit .sj-btn {
    margin: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 290px;
    flex: 0 0 290px
}

.sj-contact__form input {
    background: #fff;
    height: 44px
}

.sj-contact__form .sj-textarea {
    background: #fff;
    height: 75px;
    padding: 8px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 20px;
    color: #141518
}

.sj-contact__form .sj-field__captcha {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    z-index: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sj-contact .h-captcha {
    margin: 12px 0
}

.sj-contact .h-captcha + .sj-field__error_message {
    margin-top: 0
}

.sj-search__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -4px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sj-search__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 8px);
    flex: 0 0 calc(50% - 8px);
    margin: 4px;
    padding: 16px;
    -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;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.sj-search__image {
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
    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;
    height: 72px
}

.sj-search__image img {
    width: 100%;
    height: auto;
    display: block
}

.sj-search__title {
    margin-top: 16px;
    font-size: 14px;
    line-height: 20px;
    color: #141518;
    font-family: Gilroy-Medium;
    margin-bottom: 16px
}

.sj-search .sj-btn {
    height: 40px;
    width: 100%;
    margin-top: auto
}

.provider-tips {
    padding: 32px 16px;
    background: #f8f9fa;
    border-radius: 32px
}

.provider-tips__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 16px;
    font-size: 18px;
    line-height: 24px;
    font-family: Gilroy-Medium;
    color: #000
}

.provider-tips__item:first-child {
    margin-top: 0
}

.provider-tips__icon {
    width: 44px;
    height: 44px;
    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: 10px;
    min-width: 48px
}

.provider-tips__icon svg {
    fill: #3dba4e;
    width: 24px;
    height: 24px
}

.provider-tips__logo {
    padding: 16px;
    width: 222px;
    height: 150px;
    border-radius: 24px;
    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: 24px auto 0
}

.providers-links__item, .providers-links__list {
    margin-top: 10px
}

.providers-links__item:first-child {
    margin-top: 0
}

.providers-links__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px;
    background: #f8f9fa;
    border-radius: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    font-family: Gilroy-Medium;
    color: #000
}

.providers-links__image {
    padding: 6px;
    margin-right: 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;
    width: 84px;
    height: 62px;
    border-radius: 12px
}

.providers-links__arr {
    display: block;
    padding: 6px;
    width: 36px;
    height: 36px;
    background: #f0fff1;
    border-radius: 8px;
    margin-left: auto;
    position: relative
}

.providers-links__arr:after {
    width: 8px;
    height: 8px;
    top: 12px;
    margin-left: 6px;
    position: absolute;
    border-top: 1.5px solid #3dba4e;
    border-right: 1.5px solid #3dba4e;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    content: ""
}

.sj-competence__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sj-competence__description .sj-text {
    position: relative;
    padding-left: 16px
}

.sj-competence__description .sj-text:before {
    position: absolute;
    width: 2px;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    background: #f0fff1
}

.sj-competence__description .sj-text ul {
    margin-bottom: 0
}

.sj-competence__image {
    width: 150px;
    height: 150px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    background: #f0fff1;
    border-radius: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 16px;
    margin-right: 32px
}

.sj-competence__item {
    margin-bottom: 16px;
    color: #404145;
    font-size: 16px;
    line-height: 24px;
    padding-left: 64px;
    position: relative;
    border-top: 1.5px solid #e8eaed;
    padding-bottom: 4px
}

.sj-competence__item:first-child {
    border-top: none;
    padding-top: 0
}

.sj-competence__item:first-child .sj-competence__icon {
    top: 0
}

.sj-competence__item p {
    margin: 12px 0
}

.sj-competence__icon {
    position: absolute;
    left: 0;
    top: 24px;
    padding: 12px;
    width: 48px;
    height: 48px;
    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;
    color: #008509;
    font-family: Gilroy-Medium
}

.sj-competence__icon svg {
    width: 24px;
    height: 24px;
    fill: #3dba4e
}

.sj-comparison {
    padding: 32px 16px;
    background: #f8f9fa;
    border-radius: 32px
}

.sj-comparison__item {
    margin-top: 30px
}

.sj-comparison__item:first-child {
    margin-top: 0
}

.sj-comparison__title {
    padding: 0 0 10px;
    border-bottom: 1px solid #babdc2;
    font-size: 20px;
    line-height: 24px;
    color: #404145;
    font-family: Gilroy-Medium
}

.sj-comparison__feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 28px;
    color: #404145;
    margin-top: 20px
}

.sj-comparison__icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 16px;
    position: relative;
    min-width: 40px;
    display: block
}

.sj-comparison__icon:before {
    position: absolute;
    width: 14px;
    height: 2px;
    top: 19px;
    content: '';
    left: 13px
}

.sj-comparison__icon_pros {
    background: #f0fff1
}

.sj-comparison__icon_pros:before {
    background: #008509
}

.sj-comparison__icon_pros:after {
    position: absolute;
    height: 14px;
    width: 2px;
    left: 19px;
    content: '';
    top: 13px;
    background: #008509
}

.sj-comparison__icon_cons {
    background: rgba(242, 50, 63, .1)
}

.sj-comparison__icon_cons:before {
    background: #e91927
}

.sj-location {
    margin-top: 24px;
    background: #f8f9fa;
    border-radius: 24px;
    overflow: hidden
}

.sj-location__info {
    padding: 24px
}

.sj-location__info h3 {
    margin-top: 0;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 24px
}

.sj-location__list {
    padding-bottom: 20px;
    border-bottom: 1px solid #d5d7db
}

.sj-location__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
    color: #008509;
    font-style: normal;
    font-family: Gilroy-Medium
}

.sj-location__item address {
    font-style: normal
}

.sj-location__item a {
    color: #008509;
    text-decoration: underline
}

.sj-location__item:before {
    margin-top: 0
}

.sj-location__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: 20px
}

.sj-location__icon svg {
    fill: #3dba4e;
    height: 24px;
    width: 24px
}

.sj-location__footer {
    margin-top: 20px
}

.sj-location__footer address {
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    color: #404145
}

.sj-slot-features {
    counter-reset: lst-cntr
}

.sj-slot-features li {
    counter-increment: lst-cntr
}

.sj-slot-features__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-left: 60px
}

.sj-slot-features__title: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
}

.sj-strategy__list {
    padding: 32px 16px;
    background: #f8f9fa;
    border-radius: 32px;
    margin-top: 24px
}

.sj-strategy__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 24px;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-family: Gilroy-Medium
}

.sj-strategy__item:first-child {
    margin-top: 0
}

.sj-strategy__icon {
    padding: 12px;
    width: 48px;
    height: 48px;
    background: #f0fff1;
    border-radius: 12px;
    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-right: 10px
}

.sj-strategy__icon svg {
    width: 24px;
    height: 24px;
    fill: #3dba4e
}

.sj-trust {
    background-color: #2c2d30;
    border-radius: 32px;
    padding: 40px 16px
}

.sj-trust .sj-section__head {
    padding-right: 40px
}

.sj-trust h2 {
    color: #fff
}

.sj-trust .sj-btn {
    height: 48px;
    width: 160px
}

.sj-trust .sj-text {
    color: #606266
}

.sj-trust__right {
    border: 1px solid #404145;
    border-radius: 32px;
    padding: 24px 12px 0;
    margin-top: 28px
}

.sj-trust__image {
    text-align: center
}

.sj-trust__image img {
    max-width: 100%;
    height: auto
}

.sj-trust__list {
    margin-top: 64px
}

.sj-trust__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: 20px;
    color: #f8f9fa;
    margin-bottom: 24px
}

.sj-trust__pic {
    background: rgba(61, 186, 78, .1);
    border-radius: 12px;
    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;
    width: 48px;
    height: 48px;
    margin-right: 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48px;
    flex: 0 0 48px
}

.sj-trust__pic img, .sj-trust__pic svg {
    width: 24px;
    height: 24px;
    fill: #3dba4e;
    display: block
}

.sj-author__box {
    -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
}

.sj-author__image {
    text-align: center
}

.sj-author__image img {
    width: 120px;
    height: 120px;
    border-radius: 16px;
    display: inline-block
}

.sj-author__info {
    margin-top: 16px
}

.sj-author__title {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.sj-author__name {
    font-size: 24px;
    color: #141518;
    font-family: Gilroy-Medium;
    line-height: 38px;
    text-align: center;
    width: 100%;
    display: block
}

.sj-author__label {
    padding: 3px 3px 3px 8px;
    border: 1px solid #008509;
    border-radius: 18px;
    font-size: 12px;
    line-height: 16px;
    color: #008509;
    letter-spacing: -.01em;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0
}

.sj-author__label_pic {
    margin-left: 6px;
    display: block;
    fill: #3dba4e;
    width: 16px;
    height: 16px
}

.sj-author__desc {
    font-size: 16px;
    line-height: 28px;
    color: #404145;
    margin-top: 16px
}

.sj-author__links {
    text-align: center;
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.sj-author__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.sj-author__social a {
    margin-left: 8px;
    padding: 8px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f0fff1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.sj-author__social a svg {
    fill: #3dba4e;
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: contain;
    object-fit: contain
}

.sj-author__articles {
    padding: 3px 16px;
    background: #f0fff1;
    height: 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 18px;
    font-size: 12px;
    line-height: 16px;
    color: #008509;
    letter-spacing: -.01em;
    white-space: nowrap;
    margin-left: 8px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.sj-author__senior {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sj-author__senior_label {
    padding: 3px 16px;
    background: #f0fff1;
    height: 32px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 18px;
    font-size: 12px;
    line-height: 16px;
    color: #008509;
    letter-spacing: -.01em;
    white-space: nowrap;
    margin-bottom: 8px;
    font-family: Gilroy-Medium
}

.sj-author__senior_pic {
    margin-right: 8px;
    display: block;
    fill: #3dba4e;
    width: 16px;
    height: 16px
}

.sj-author__senior_name {
    font-size: 14px;
    line-height: 24px;
    color: #008509;
    text-decoration: underline;
    margin-left: 0;
    margin-bottom: 8px
}

.sj-author + .sj-update {
    margin-top: -30px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.sj-author + .sj-update .sj-update__icon {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 0;
    margin-left: 16px
}

.sj-author__rating {
    margin-top: 24px;
    padding: 16px 24px;
    background: #303030;
    border-radius: 16px
}

.sj-author__rating .sj-review-overall__rating {
    width: 100%
}

.sj-author__rating .sj-rating-full {
    width: 100%;
    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-winning__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -4px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sj-winning__list_biggest {
    display: block;
    margin: 0
}

.sj-winning__list_biggest .sj-winning__image {
    height: 163px;
    overflow: hidden;
    text-align: center;
    margin: 0;
    width: 100%
}

.sj-winning__list_biggest .sj-winning__image img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 163px
}

.sj-winning__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 8px);
    flex: 0 0 calc(50% - 8px);
    margin: 4px;
    padding: 8px 8px 2px;
    -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: 12px;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.sj-winning__item_biggest {
    margin-bottom: 24px
}

.sj-winning__item_biggest_wrap {
    padding: 8px 8px 2px;
    -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: 12px;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.sj-winning__item_name {
    font-size: 20px;
    line-height: 26px;
    color: #404145;
    font-family: Gilroy-Medium;
    margin-bottom: 16px
}

.sj-winning__image {
    border-radius: 16px;
    overflow: hidden;
    margin: -4px -4px 0;
    display: block;
    position: relative;
    min-width: 100%;
    cursor: pointer
}

.sj-winning__image .sj-btn {
    opacity: 0;
    position: absolute;
    width: 92px;
    height: 40px;
    font-size: 14px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.sj-winning__image img {
    width: 100%;
    height: 94px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover
}

.sj-winning__image:hover: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)
}

.sj-winning__image:hover .sj-btn {
    opacity: 1;
    z-index: 3
}

.sj-winning__rating {
    margin-top: 8px
}

.sj-winning__title {
    font-size: 16px;
    line-height: 20px;
    color: #008509;
    font-family: Gilroy-Medium;
    margin-bottom: 12px;
    margin-top: 8px;
    text-decoration: underline
}

.sj-winning__info {
    margin-top: auto;
    font-size: 14px;
    line-height: 18px;
    color: #404145;
    width: 100%
}

.sj-winning__info > div {
    margin-bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.sj-winning__info > div svg {
    width: 18px;
    height: 18px;
    margin-right: 4px
}

.sj-winning__win svg {
    fill: #fcb017
}

.sj-winning__multiplier svg {
    fill: #3dba4e
}

.sj-winning__date svg, .sj-winning__user svg {
    fill: #404145
}

.sj-winning__val {
    color: #141518;
    margin-left: auto;
    font-family: Gilroy-Medium
}

.sj-winning__review {
    font-size: 16px;
    line-height: 24px;
    color: #404145;
    margin: 16px 0;
    display: none
}

.sj-winning__post_review {
    font-size: 16px;
    line-height: 24px;
    color: #404145;
    padding: 16px 8px;
    background-color: #f8f9fa;
    border: 1px solid #e8eaed;
    border-radius: 16px;
    margin: 0;
    text-align: center;
    display: none
}

.sj-winning__post_review a {
    color: #008509;
    text-decoration: underline
}

.sj-review__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -10px;
    overflow: auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 6px 6px 16px
}

.sj-review__list::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none
}

.sj-review__item {
    width: 70vw;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70vw;
    flex: 0 0 70vw;
    max-width: 250px;
    margin: 8px;
    padding: 14px;
    -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;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.sj-review__casino {
    min-height: 76px;
    padding-right: 76px;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #e8eaed
}

.sj-review__casino_image {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    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;
    border-radius: 8px
}

.sj-review__casino_name {
    font-size: 16px;
    line-height: 20px;
    color: #141518;
    font-family: Gilroy-Medium;
    margin-bottom: 8px
}

.sj-review__user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    font-family: Gilroy-Medium;
    font-size: 14px;
    line-height: 18px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 40px;
    min-height: 40px;
    position: relative;
    margin-top: 16px
}

.sj-review__user_image {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 8px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -16px
}

.sj-review__user_name {
    color: #141518;
    margin-right: 8px
}

.sj-review__user_date {
    color: #141518;
    margin-left: auto
}

.sj-review__title {
    font-family: Gilroy-Medium;
    font-size: 16px;
    line-height: 20px;
    margin-top: 16px;
    margin-bottom: 8px
}

.sj-review__description {
    font-size: 14px;
    line-height: 18px;
    color: #404145;
    margin-top: auto;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
    height: 100%
}

.sj-review__link {
    margin-top: 40px;
    font-size: 12px;
    font-family: Gilroy-Medium;
    color: #008509;
    position: relative;
    padding-right: 10px;
    text-decoration: underline
}

.sj-review__link:after {
    content: '';
    position: absolute;
    top: 3.5px;
    right: 0;
    margin: auto;
    width: 5px;
    height: 5px;
    border-radius: 1px;
    border-right: 2px solid #008509;
    border-bottom: 2px solid #008509;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sj-page-content {
    padding: 24px 18px 18px;
    background: #2c2d30;
    border-radius: 24px;
    position: relative
}

.sj-page-content .sj-section__head {
    margin-bottom: 24px
}

.sj-page-content h2, .sj-page-content__title {
    font-size: 20px;
    line-height: 26px;
    font-family: Gilroy-Medium;
    font-weight: 700;
    color: #fff;
    margin: 0
}

.sj-page-content .sj-text {
    color: #fff
}

.sj-page-content__item {
    list-style-type: none;
    counter-increment: item;
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    line-height: 22px;
    color: #3dba4e;
    border-bottom: 1px solid #404145;
    margin-top: 16px
}

.sj-page-content__item:last-child {
    border: none
}

.sj-page-content__item:first-child {
    margin-top: 0
}

.sj-page-content__item a {
    color: #fff;
    padding-bottom: 16px;
    display: block
}

.sj-page-content__item::before {
    content: counter(item) ".";
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 0
}

.sj-page-content + .sj-text {
    margin-top: 24px
}

.type-info-casino__item {
    border-bottom: 1px solid #e8eaed;
    padding-bottom: 24px
}

.sj-blacklisted__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    line-height: 24px;
    color: #404145
}

.sj-blacklisted__number {
    left: 0;
    width: 44px;
    height: 44px;
    background: rgba(242, 50, 63, .1);
    border-radius: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #e91927;
    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;
    margin-right: 20px
}

.sj-blacklisted__sublist {
    margin-bottom: 16px;
    color: #404145;
    font-size: 16px;
    line-height: 28px;
    margin-top: 10px
}

.sj-blacklisted__sublist li {
    position: relative;
    padding-left: 16px;
    margin-top: 16px
}

.sj-blacklisted__sublist li:first-child {
    margin-top: 0
}

.sj-blacklisted__sublist li:before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 0;
    top: 50%;
    margin-top: -4px;
    background-color: #e91927
}

.sj-pmethod__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sj-pmethod__description .sj-text {
    position: relative;
    padding-left: 16px
}

.sj-pmethod__description .sj-text:before {
    position: absolute;
    width: 2px;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    background: #f0fff1;
    min-height: 150px
}

.sj-pmethod__image {
    width: 150px;
    height: 150px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    background: #f0fff1;
    border-radius: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 16px;
    margin-right: 32px
}

.sj-pmethod__item {
    margin-bottom: 16px;
    color: #404145;
    font-size: 16px;
    line-height: 28px;
    position: relative;
    border-top: 1.5px solid #e8eaed;
    padding-bottom: 4px
}

.sj-pmethod__item h3 {
    padding-left: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 48px
}

.sj-pmethod__item:first-child {
    border-top: none;
    padding-top: 0
}

.sj-pmethod__item:first-child .sj-pmethod__icon {
    top: 0
}

.sj-pmethod__item p {
    margin: 12px 0
}

.sj-pmethod__icon {
    position: absolute;
    left: 0;
    top: 24px;
    padding: 12px;
    width: 48px;
    height: 48px;
    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;
    color: #008509;
    font-family: Gilroy-Medium
}

.sj-pmethod__icon svg {
    width: 12px;
    height: 12px;
    fill: #008509
}

.sj-bonus__type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: auto;
    position: relative;
    margin-bottom: 16px
}

.sj-bonus__type:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 1px;
    background: #e8eaed;
    height: 1px
}

.sj-bonus__type::-webkit-scrollbar {
    width: 0;
    opacity: 0;
    height: 0;
    display: none
}

.sj-bonus__type_item {
    position: relative
}

.sj-bonus__type_item input {
    display: none
}

.sj-bonus__type_item:last-child, .sj-bonus__type_item:last-child .sj-bonus__type_link {
    padding-right: 0
}

.sj-bonus__type_item:last-child .sj-bonus__type_image {
    margin-lright: 0
}

.sj-bonus__type_item:last-child .sj-bonus__type_text {
    text-align: right
}

.sj-bonus__type_item.active .sj-bonus__type_link:after {
    position: absolute;
    content: '';
    left: 8px;
    right: 8px;
    bottom: 0;
    background: #008509;
    height: 3px;
    z-index: 2
}

.sj-bonus__type_item.active:first-child .sj-bonus__type_link:after {
    left: 0
}

.sj-bonus__type_item.active:last-child .sj-bonus__type_link:after {
    right: 0
}

.sj-bonus__type_item.active .sj-bonus__type_image {
    background: #f0fff1
}

.sj-bonus__type_item.active .sj-bonus__type_image svg {
    fill: #3dba4e
}

.sj-bonus__type_item.active .sj-bonus__type_text {
    color: #2c2d30
}

.sj-bonus__type_link {
    display: block;
    padding: 0 8px 16px;
    position: relative
}

.sj-bonus__type_image {
    width: 48px;
    height: 48px;
    background: rgba(126, 128, 133, .1);
    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: 0 auto
}

.sj-bonus__type_image svg {
    width: 24px;
    height: 24px;
    fill: #404145
}

.sj-bonus__type_image img {
    width: 24px;
    height: 24px;
    display: block
}

.sj-bonus__type_text {
    color: #606266;
    font-size: 14px;
    line-height: 18px;
    font-family: Gilroy-Medium;
    text-align: center;
    margin-top: 16px;
    white-space: nowrap
}

.sj-cbonus__list {
    width: 100%
}

.sj-cbonus__promo {
    margin-bottom: 40px
}

.sj-cbonus__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 16px;
    -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-bottom: 16px
}

.sj-cbonus__item:nth-child(1), .sj-cbonus__item:nth-child(2), .sj-cbonus__item:nth-child(3) {
    border: 2px solid #008509
}

.sj-cbonus__item:last-child {
    margin-bottom: 0
}

.sj-cbonus__head {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.sj-cbonus__image {
    width: 100%;
    text-align: center;
    border-radius: 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 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-cbonus__image img {
    display: inline-block;
    width: 100%
}

.sj-cbonus__content {
    margin-top: 16px
}

.sj-cbonus__bonus {
    font-size: 24px;
    line-height: 28px;
    font-family: Gilroy-Medium;
    color: #008509
}

.sj-cbonus__bonus_not_available {
    color: #e91927;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    line-height: 24px
}

.sj-cbonus__bonus_not_available svg {
    width: 30px;
    height: 30px;
    fill: #e91927;
    margin-right: 14px;
    min-width: 30px
}

.sj-cbonus__footer_not_available .sj-cbonus__btn {
    margin-top: 0
}

.sj-cbonus__btn {
    margin-top: 16px;
    font-size: 14px;
    width: 100%;
    height: 48px;
    color: #fff
}

.sj-cbonus__terms {
    font-size: 12px;
    line-height: 140%;
    letter-spacing: -.01em;
    color: #404145;
    margin-top: 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.sj-cbonus__terms a {
    color: #008509;
    text-decoration: underline
}

.sj-feature__img {
    border-radius: 24px
}

.sj-feature__wrap {
    margin-top: 24px;
    margin-bottom: 24px
}

.sj-feature__cons {
    margin-top: 16px
}

.sj-feature__title {
    font-size: 24px;
    line-height: 30px;
    font-family: Gilroy-Medium;
    margin-bottom: 16px;
    color: #fff;
    padding: 16px 24px;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sj-feature__title_pros, .sj-feature__title_pros .sj-feature__title_icon:before {
    background: #008509
}

.sj-feature__title_pros .sj-feature__title_icon:after {
    position: absolute;
    height: 14px;
    width: 2px;
    left: 19px;
    content: '';
    top: 13px;
    background: #008509
}

.sj-feature__title_cons {
    background: #e91927
}

.sj-feature__title_icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    margin-right: 10px;
    border-radius: 16px;
    position: relative;
    background: rgba(255, 255, 255, .6);
    display: block
}

.sj-feature__title_icon::before {
    position: absolute;
    width: 14px;
    height: 2px;
    top: 19px;
    content: '';
    left: 13px;
    background: #e91927
}

.sj-feature__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: 28px;
    color: #404145;
    margin-bottom: 8px;
    padding: 8px 16px;
    border-radius: 8px
}

.sj-feature__item_pros {
    border: 1px solid #008509
}

.sj-feature__item_cons {
    border: 1px solid #e91927
}

.sj-feature__item:last-child {
    margin-bottom: 0
}

.sj-how-to {
    padding: 40px 16px 16px;
    background: #f8f9fa;
    border-radius: 24px
}

.sj-how-to__item {
    margin-bottom: 16px;
    color: #404145;
    font-size: 16px;
    line-height: 28px;
    padding-left: 64px;
    position: relative;
    border-top: 1.5px solid #e8eaed;
    padding-bottom: 4px
}

.sj-how-to__item:first-child {
    border-top: none;
    padding-top: 0
}

.sj-how-to__item:first-child .sj-how-to__icon {
    top: -10px
}

.sj-how-to__item a {
    color: #008509;
    text-decoration: underline
}

.sj-how-to__item p {
    margin: 12px 0
}

.sj-how-to__item p img {
    display: block;
    margin: 0 auto
}

.sj-how-to__icon {
    position: absolute;
    left: 0;
    top: 14px;
    padding: 12px;
    width: 48px;
    height: 48px;
    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;
    color: #008509;
    font-family: Gilroy-Medium
}

.sj-how-to__icon svg {
    width: 24px;
    height: 24px;
    fill: #3dba4e
}

.sj-howto-img__item {
    background: #f8f9fa;
    border-radius: 24px;
    padding: 24px 16px;
    margin-top: 10px
}

.sj-howto-img__item:first-child {
    margin-top: 0
}

.sj-howto-img__image {
    width: 100px;
    height: 100px;
    margin: 0 auto
}

.sj-howto-img__title {
    text-align: center;
    margin: 16px 0
}

.sj-howto-img__text {
    font-size: 16px;
    line-height: 28px;
    color: #404145
}

.sj-howto-img__text p {
    margin-bottom: 16px
}

.sj-howto-img__text a {
    color: #008509;
    text-decoration: underline
}

.sj-howto-img__text li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative
}

.sj-howto-img__text li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    color: #008509;
    width: 6px;
    height: 6px;
    background: #008509;
    border-radius: 50%
}

.sj-how-to-nobg__item {
    margin-bottom: 16px;
    color: #404145;
    font-size: 16px;
    line-height: 28px;
    position: relative;
    border-top: 1.5px solid #e8eaed;
    padding-bottom: 4px
}

.sj-how-to-nobg__item:first-child {
    border-top: none;
    padding-top: 0
}

.sj-how-to-nobg__item h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sj-how-to-nobg__item p {
    margin: 12px 0
}

.sj-how-to-nobg__item p img {
    display: block;
    margin: 0 auto
}

.sj-how-to-nobg__text {
    padding-left: 68px
}

.sj-how-to-nobg__icon {
    padding: 12px;
    width: 48px;
    height: 48px;
    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;
    color: #008509;
    font-family: Gilroy-Medium;
    margin-right: 16px;
    font-size: 16px
}

.sj-how-to-nobg__icon svg {
    width: 24px;
    height: 24px;
    fill: #3dba4e
}

.sj-text-bg-grey {
    padding: 24px 16px;
    background: #f8f9fa;
    border-radius: 24px
}

.sj-text-bg-black {
    padding: 24px 16px;
    background: #2c2d30;
    border-radius: 24px;
    color: #606266 !important
}

.sj-text-bg-black h2 {
    color: #fff
}

.sj-text-bg-black a:not(.sj-button) {
    color: #3dba4e
}

.sj-text-bg-black .sj-text {
    color: #606266 !important
}

.sj-footnote {
    position: relative;
    padding-left: 40px
}

.sj-footnote:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    width: 5px;
    left: 0;
    background: #008509
}

.sj-footnote__author {
    padding-left: 20px
}

.sj-footnote__author:before {
    width: 4px
}

.sj-visual-steps {
    margin-bottom: 24px;
    margin-top: 24px
}

.sj-visual-steps:first-child {
    margin-top: 0
}

.sj-visual-steps:last-child {
    margin-bottom: 0
}

.sj-visual-steps__item {
    position: relative;
    text-align: center;
    padding-bottom: 28px;
    margin-bottom: 28px
}

.sj-visual-steps__item:last-child {
    padding-bottom: 0;
    margin-bottom: 0
}

.sj-visual-steps__img {
    display: inline-block;
    width: 220px;
    height: 220px;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 18px;
    font-size: 0
}

.sj-visual-steps__desc {
    font-size: 20px;
    color: #141518;
    font-family: Gilroy-Medium
}

.sj-visual-steps__arrow {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -12px;
    margin: auto;
    width: 24px;
    height: 24px
}

.sj-provider-slot__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sj-provider-slot__list.center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.sj-provider-slot__list.right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right
}

.sj-provider-slot__item {
    padding: 12px 14px;
    margin: 5px 10px 5px 0;
    background: #e8eaed;
    border-radius: 8px;
    font-size: 14px;
    line-height: 18px;
    color: #141518;
    font-family: Gilroy-Medium;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.sj-provider-slot__arr {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-left: 10px;
    background: #9fa1a6;
    position: relative
}

.sj-provider-slot__arr:before {
    border-radius: 0 1px 0 0;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    position: absolute;
    content: '';
    width: 4.5px;
    height: 4.5px;
    top: 7px;
    left: 6.5px
}

.sj-post__user {
    padding-left: 96px;
    height: 80px;
    position: relative;
    margin-bottom: 16px
}

.sj-post__avatar {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0
}

.sj-post__avatar img {
    display: block;
    border-radius: 16px
}

.sj-post__name {
    font-size: 18px;
    line-height: 24px;
    font-family: Gilroy-Medium;
    color: #141518;
    margin-bottom: 24px
}

.sj-post__level {
    font-size: 16px;
    line-height: 24px;
    font-family: Gilroy-Medium;
    color: #606266
}

.sj-licenses__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sj-licenses__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 16px);
    flex: 0 0 calc(50% - 16px);
    -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: 8px;
    padding: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background: #fff
}

.sj-licenses__image {
    display: block;
    text-align: center;
    text-decoration: none
}

.sj-licenses__image img {
    display: block;
    width: 100%
}

.sj-licenses__name {
    display: block;
    text-decoration: none;
    color: inherit;
    margin-top: 16px;
    font-family: Gilroy-Medium;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px
}

.sj-licenses__desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    color: #404145;
    margin-top: auto;
    margin-bottom: 8px
}

.sj-licenses__trust {
    margin-top: auto;
    border-top: 1px solid #e8eaed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 16px;
    font-family: Gilroy-Medium;
    font-size: 16px;
    line-height: 20px;
    color: #f76f34;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.sj-why__image img {
    display: block;
    width: 100%;
    border-radius: 24px
}

.sj-why__text {
    margin-top: 16px;
    padding: 32px 24px;
    border-bottom: 15px solid #2c2d30;
    border-radius: 24px;
    background: #2c2d30;
    font-size: 16px;
    line-height: 24px;
    color: #f8f9fa;
    position: relative
}

.sj-why__text:after {
    display: inline-block;
    border: 10px solid transparent;
    border-bottom: 15px solid #2c2d30;
    position: absolute;
    top: -23px;
    margin-left: -5px;
    left: 50%;
    content: ''
}

.sj-why__text p {
    margin: 0
}

.sj-approach {
    margin: 48px 0 !important
}

.sj-approach__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -9px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sj-approach__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 18px);
    flex: 0 0 calc(50% - 18px);
    margin: 9px
}

.sj-approach__image img {
    display: block;
    margin: 0 auto
}

.sj-approach__text {
    font-family: Gilroy-Medium;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    margin-top: 12px
}

.sj-info-card {
    background: #f8f9fa;
    border-radius: 24px;
    padding: 32px 24px;
    margin-bottom: 24px
}

.sj-info-card__image img {
    display: block;
    margin: 0 auto
}

.sj-info-card__text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 24px
}

.sj-info-card__text p + p {
    margin-top: 14px
}

.sj-points__item {
    border-top: 1px solid #e8eaed;
    padding-top: 24px;
    margin-bottom: 24px
}

.sj-points__item:first-child {
    border: none;
    padding-top: 0
}

.sj-points__image img {
    display: block;
    margin: 0 auto
}

.sj-points__info {
    margin-top: 24px
}

.sj-points__title {
    font-size: 32px;
    line-height: 38px;
    font-family: Gilroy-Medium
}

.sj-points__value {
    margin-top: 16px;
    font-size: 32px;
    line-height: 38px;
    color: #e91927;
    font-family: Gilroy-Bold
}

.sj-points__text {
    margin-top: 16px;
    font-size: 16px;
    line-height: 24px;
    color: #404145
}

.sj-level__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #d5d7db
}

.sj-level__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px
}

.sj-level__image img {
    width: 100%;
    display: block;
    border-radius: 12px
}

.sj-level__degree {
    margin-left: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #606266;
    font-family: Gilroy-Medium
}

.sj-level__name {
    font-size: 14px;
    line-height: 20px;
    margin-left: 8px;
    color: #606266;
    font-family: Gilroy-Medium
}

.sj-level__points {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
    font-size: 14px;
    line-height: 20px;
    color: #008509;
    font-family: Gilroy-Bold
}

.sj-level__points img {
    width: 30px;
    height: 28px;
    display: block;
    margin-right: 8px
}

.sj-numbered__red ol:not([class]) li:before {
    background: rgba(242, 50, 63, .1);
    color: #e91927
}

.sj-main__sitemap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: none
}

.sj-sitemap {
    margin: 38px 0
}

.sj-sitemap + .sj-sitemap {
    border-top: 1px solid #e8eaed;
    padding-top: 38px
}

.sj-sitemap__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px
}

.sj-sitemap__item {
    width: calc(50% - 24px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 24px);
    flex: 0 0 calc(50% - 24px);
    margin: 0 12px 10px;
    padding-left: 20px;
    position: relative
}

.sj-sitemap__item::before {
    position: absolute;
    content: '';
    background: rgba(61, 186, 78, .25);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 0;
    top: 8px
}

.sj-sitemap__link {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #008509;
    text-underline-offset: 3px
}

.sj-section__nf .sj-section__head {
    -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
}

.sj-section__nf h1 {
    text-align: center;
    font-size: 20px;
    line-height: 26px
}

.sj-section__nf h1 span {
    display: block;
    font-size: 32px;
    line-height: 38px;
    text-transform: uppercase
}

.sj-section__nf p {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #141518;
    margin: 24px 0
}

.nf__search {
    background: 0 0;
    height: 46px;
    border: 1px solid #e8eaed;
    border-radius: 8px;
    font-size: 14px;
    line-height: 18px;
    padding: 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Gilroy-Medium;
    overflow: hidden;
    width: 100%
}

.nf__search.active {
    position: absolute;
    left: 0;
    right: 0
}

.nf__search svg {
    width: 24px;
    height: 24px;
    fill: #404145;
    min-width: 24px;
    margin-right: 10px;
    margin-top: 10px
}

.nf__search_input {
    height: 46px;
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: calc(100% - 30px);
    border: none;
    padding: 0
}

.nf__search_input::-webkit-input-placeholder {
    color: #d5d7db;
    opacity: 1
}

.nf__search_input::-moz-placeholder {
    color: #d5d7db;
    opacity: 1
}

.nf__search_input::-ms-input-placeholder {
    color: #d5d7db;
    opacity: 1
}

.nf__search_input::placeholder {
    color: #d5d7db;
    opacity: 1
}

.sj-product__item {
    padding: 16px;
    -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;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    margin-top: 16px
}

.sj-product__item:first-child {
    margin-top: 0
}

.sj-product__image {
    width: 100%
}

.sj-product__image img {
    width: 100%;
    border-radius: 24px;
    display: block
}

.sj-product__available {
    margin-top: 6px;
    background: #fcb017;
    border-radius: 8px;
    padding: 6px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #2c2d30;
    width: 100%
}

.sj-product__name {
    margin-top: 16px;
    font-size: 24px;
    line-height: 26px;
    color: #e91927;
    width: 100%;
    font-family: Gilroy-Bold
}

.sj-product__info {
    margin-top: 6px;
    width: 100%;
    font-family: Gilroy-Medium;
    font-size: 14px;
    line-height: 20px;
    color: #2c2d30
}

.sj-product__description {
    margin-top: 16px;
    font-size: 14px;
    line-height: 20px;
    color: #606266;
    margin-bottom: 16px
}

.sj-product__footer {
    padding-top: 16px;
    border-top: 1px solid #e8eaed;
    margin-top: auto;
    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;
    width: 100%
}

.sj-product__footer .sj-btn {
    padding: 15px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.sj-product__footer .sj-btn svg {
    width: 18px;
    height: 16px;
    fill: #fff;
    margin-left: 6px
}

.sj-product__points {
    padding-left: 48px;
    min-height: 38px;
    position: relative
}

.sj-product__coin {
    position: absolute;
    left: 0;
    top: 0;
    display: block
}

.sj-product__price {
    font-size: 24px;
    line-height: 20px;
    color: #2c2d30;
    font-family: Gilroy-Bold;
    padding-top: 2px
}

.sj-product__price span {
    display: block;
    font-size: 12px;
    line-height: 16px;
    font-family: Gilroy-Regular
}

.sj-author__picture {
    margin-bottom: 16px;
    position: relative;
    z-index: 2
}

.sj-author__picture img {
    border-radius: 24px;
    width: 100%;
    display: block
}

.sj-author__picture .sj-author__social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px
}

.account-account-author .sj-text .author-pic {
    width: 100%;
    height: auto;
    margin-bottom: 24px;
    margin-top: 0;
    float: none
}

.popup-provider {
    padding: 32px;
    background: #f8f9fa;
    border-radius: 24px;
    position: fixed;
    width: 90%;
    left: 5%;
    height: 80%;
    top: 10%;
    z-index: 1000
}

.popup-provider__title {
    font-size: 24px;
    line-height: 28px;
    font-family: Gilroy-Medium;
    color: #141518;
    margin-bottom: 32px
}

.popup-provider__search {
    background: 0 0;
    height: 46px;
    border: 1px solid #e8eaed;
    border-radius: 8px;
    font-size: 14px;
    line-height: 18px;
    padding: 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Gilroy-Medium;
    overflow: hidden;
    width: 100%
}

.popup-provider__search.active {
    position: absolute;
    left: 0;
    right: 0
}

.popup-provider__search svg {
    width: 24px;
    height: 24px;
    fill: #404145;
    min-width: 24px;
    margin-right: 10px;
    margin-top: 10px
}

.popup-provider__search_input {
    height: 46px;
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: calc(100% - 30px);
    border: none;
    padding: 0
}

.popup-provider__search_input::-webkit-input-placeholder {
    color: #d5d7db;
    opacity: 1
}

.popup-provider__search_input::-moz-placeholder {
    color: #d5d7db;
    opacity: 1
}

.popup-provider__search_input::-ms-input-placeholder {
    color: #d5d7db;
    opacity: 1
}

.popup-provider__search_input::placeholder {
    color: #d5d7db;
    opacity: 1
}

.popup-provider__list_wrap {
    margin-top: 24px;
    overflow: auto;
    max-height: calc(100% - 116px)
}

.popup-provider__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px
}

.popup-provider__image {
    width: 34px;
    height: 34px;
    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;
    background: #fff;
    border-radius: 10px;
    margin-right: 10px
}

.popup-provider__image img {
    width: 24px;
    height: 24px
}

.popup-provider__name {
    font-size: 16px;
    line-height: 120%;
    color: #505050
}

@media (min-width: 480px) {
    .sj-author__picture {
        float: right;
        margin-left: 20px
    }

    .sj-author__picture img {
        max-width: 259px;
        height: auto;
        width: 100%
    }

    .account-account-author .sj-text .author-pic {
        max-width: 259px;
        height: auto;
        margin-left: 20px;
        float: right
    }
}

@media (min-width: 525px) {
    .authorization__form_buttons {
        max-width: 350px
    }

    .authorization__form_social {
        max-width: 358px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 768px) {
    .sj-creator__list {
        margin: 0 -8px;
        padding: 0;
        overflow: visible
    }

    .sj-creator__item {
        width: calc(33.3334% - 16px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3334% - 16px);
        flex: 0 0 calc(33.3334% - 16px);
        max-width: none
    }

    .sj-review__list {
        margin: 0 -8px;
        padding: 0;
        overflow: visible
    }

    .sj-review__item {
        width: calc(33.3334% - 16px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3334% - 16px);
        flex: 0 0 calc(33.3334% - 16px);
        max-width: none
    }

    .sj-bonus-cards__list {
        margin: 0 -8px;
        padding: 0;
        overflow: visible
    }

    .sj-bonus-cards__item {
        width: calc(33.3334% - 16px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3334% - 16px);
        flex: 0 0 calc(33.3334% - 16px);
        max-width: none;
        margin: 0 24px 0 0
    }
}

@media (min-width: 900px) {
    .sj-casino-cards__item {
        width: calc(20% - 10px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(20% - 10px);
        flex: 0 0 calc(20% - 10px);
        max-width: none
    }

    .sj-casino-cards__item .sj-casino__rating {
        position: static;
        margin-left: 0
    }
}

@media (hover) and (min-width: 1024px) {
    .sj-pagination .sj-btn {
        width: 52px
    }

    .sj-pagination .sj-btn:hover {
        border: 1px solid #606266;
        color: #000
    }

    .sj-slot__type_item:first-child .sj-slot__type_link:after {
        left: 0
    }

    .sj-slot__type_item:last-child .sj-slot__type_link:after {
        right: 0
    }

    .sj-slot__type_link:hover .sj-slot__type_image {
        background: #f0fff1
    }

    .sj-slot__type_link:hover .sj-slot__type_image svg {
        fill: #3dba4e
    }

    .sj-slot__type_link:hover .sj-slot__type_text {
        color: #2c2d30
    }

    .sj-slot__type_link:hover:after {
        position: absolute;
        content: '';
        left: 8px;
        right: 8px;
        bottom: 0;
        background: #008509;
        height: 3px;
        z-index: 2
    }

    .sj-promotion__link:hover {
        background: rgba(255, 255, 255, .7);
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .sj-provider__link:hover:before {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        content: '';
        background: rgba(0, 0, 0, .5);
        z-index: 2
    }

    .sj-casino__footer a:hover {
        text-decoration: none;
        color: #007010
    }

    .sj-payment__link:hover {
        text-decoration: none
    }

    .sj-country__link:hover {
        color: #007010;
        text-decoration: none
    }

    .sj-country__link:hover:after {
        border-color: #007010
    }

    .sj-new__first_link:hover {
        position: relative
    }

    .sj-new__first_link:hover:before {
        background: rgba(0, 0, 0, .5);
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        top: 0;
        content: ''
    }

    .sj-new__first_link:hover .sj-new__first_btn {
        display: block
    }

    .sj-new__image {
        position: relative;
        cursor: pointer
    }

    .sj-new__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%)
    }

    .sj-new__image:hover: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)
    }

    .sj-new__image:hover .sj-btn {
        opacity: 1;
        z-index: 3
    }

    .sj-category__link:hover {
        border-color: #3dba4e;
        color: #3dba4e
    }

    .sj-bonus__item a:hover {
        text-decoration: none;
        color: #007010
    }

    .sj-offer__link:hover {
        color: #babdc2
    }

    .sj-offer__link:hover:after {
        border-color: #babdc2
    }

    .sj-creator__social_link:hover {
        background: #3dba4e
    }

    .sj-creator__social_link:hover svg {
        fill: #f0fff1
    }

    .sj-icon_text a:hover {
        text-decoration: none;
        color: #007010
    }

    .sj-icon_text__item {
        margin-bottom: 16px;
        font-size: 18px;
        line-height: 30px
    }

    .sj-location__item a:hover {
        text-decoration: none
    }

    .sj-author__name:hover {
        text-decoration: underline
    }

    .sj-author__social a:hover {
        background: #008509
    }

    .sj-author__social a:hover svg {
        fill: #f0fff1
    }

    .sj-author__senior_name:hover, .sj-winning__post_review a:hover, .sj-winning__title:hover {
        text-decoration: none;
        color: #007010
    }

    .sj-review__link:hover {
        text-decoration: none
    }

    .sj-page-content__item:hover {
        border-bottom: 1px solid #3dba4e
    }

    .sj-page-content__item:hover a {
        color: #3dba4e
    }

    .sj-bonus__type_item:first-child .sj-bonus__type_link:after {
        left: 0
    }

    .sj-bonus__type_item:last-child .sj-bonus__type_link:after {
        right: 0
    }

    .sj-bonus__type_link:hover .sj-bonus__type_image {
        background: #f0fff1
    }

    .sj-bonus__type_link:hover .sj-bonus__type_image svg {
        fill: #3dba4e
    }

    .sj-bonus__type_link:hover .sj-bonus__type_text {
        color: #2c2d30
    }

    .sj-bonus__type_link:hover:after {
        position: absolute;
        content: '';
        left: 8px;
        right: 8px;
        bottom: 0;
        background: #008509;
        height: 3px;
        z-index: 2
    }

    .sj-cbonus__terms a:hover {
        text-decoration: none;
        color: #007010
    }

    .sj-how-to__item a:hover {
        text-decoration: none
    }

    .sj-why__footer a {
        color: #007010;
        text-decoration: none
    }

    .sj-sitemap__link:hover {
        text-decoration: none;
        color: #007010
    }
}

@media (min-width: 1024px) and (hover) {
    .js-register-checkbox ~ label a:hover, .sj-provider__card_link:hover {
        text-decoration: none;
        color: #007010
    }

    .sj-provider__card_link:hover:after {
        border-right: 2px solid #007010;
        border-bottom: 2px solid #007010
    }

    .sj-slot-casino-cards__footer a:hover {
        text-decoration: none;
        color: #007010
    }

    .sj-provider-slot__item:hover {
        background: #7e8085;
        color: #fff
    }

    .sj-provider-slot__item:hover .sj-provider-slot__arr {
        background: #fff
    }

    .sj-provider-slot__item:hover .sj-provider-slot__arr:before {
        border-top: 1.5px solid #7e8085;
        border-right: 1.5px solid #7e8085
    }
}

@media (min-width: 1024px) {
    .popup-login {
        padding: 32px 24px
    }

    .popup-login .authorization {
        max-height: calc(90vh - 32px);
        padding-bottom: 32px;
        overflow: auto
    }

    .popup-login .authorization__header {
        left: 48px;
        right: 48px
    }

    .authorization__info {
        left: 60px;
        right: auto;
        top: -10px
    }

    .authorization__login, .authorization__registration {
        font-size: 28px !important;
        line-height: 38px !important
    }

    .authorization__points {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        font-size: 32px;
        line-height: 38px
    }

    .popup-login .authorization__info {
        right: 35px;
        left: auto;
        top: 0
    }

    .sj-slot__list {
        margin: 0 -8px
    }

    .sj-slot__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 16px);
        flex: 0 0 calc(25% - 16px);
        margin: 8px
    }

    .sj-slot__title, .sj-slot__type_text {
        font-size: 16px
    }

    .sj-slot__filter_wrap {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .sj-slot__filter_search {
        padding: 0 8px;
        z-index: 2
    }

    .sj-slot__filter_search_wrap {
        width: 46px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 46px;
        flex: 0 0 46px;
        margin-bottom: 0;
        margin-right: 8px;
        cursor: pointer
    }

    .sj-slot__filter_provider {
        margin-left: 0;
        margin-right: 8px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 18%;
        flex: 0 0 18%
    }

    .sj-promotion {
        padding: 40px 32px;
        margin: 0 -8px
    }

    .sj-promotion__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        width: 25%;
        padding: 0 8px
    }

    .sj-promotion__time {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .sj-promotion__title {
        font-size: 20px;
        line-height: 22px
    }

    .sj-promotion__link {
        padding: 16px
    }

    .sj-promotion .sj-text ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 24px;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .sj-promotion .sj-text ul li {
        margin-right: 20px;
        margin-top: 0;
        line-height: 40px
    }

    .sj-promotion .sj-text ul li:before {
        top: 15px;
        margin-top: 0
    }

    .sj-provider__list {
        margin: 0 -8px
    }

    .sj-provider__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        width: 25%;
        padding: 8px
    }

    .sj-provider__item img {
        width: 174px;
        height: auto
    }

    .sj-provider__card .sj-casino__rating {
        position: static
    }

    .sj-provider__card_item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }

    .sj-provider__card_info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .sj-provider__card_info .sj-casino__rating {
        margin-left: 16px
    }

    .sj-casino__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .sj-casino__head {
        width: 120px;
        position: relative
    }

    .sj-casino__image {
        height: 120px
    }

    .sj-casino__rating {
        position: absolute;
        left: 100%;
        margin-left: 24px;
        top: 0;
        cursor: default
    }

    .sj-casino__content {
        margin-left: 24px;
        padding-top: 20px;
        display: grid;
        grid-template-columns:auto 140px;
        grid-template-rows:-webkit-min-content -webkit-min-content;
        grid-template-rows:min-content min-content;
        gap: 0 0;
        grid-template-areas:"bonus btn" "advantages btn";
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% - 144px);
        flex: 1 0 calc(100% - 144px)
    }

    .sj-casino__content_promo {
        padding-top: 0;
        margin-top: 0;
        grid-template-columns:auto 230px;
        padding-left: 16px
    }

    .sj-casino__bonus {
        grid-area: bonus
    }

    .sj-casino__advantages {
        grid-area: advantages
    }

    .sj-casino__btn {
        grid-area: btn;
        margin-top: 0;
        -ms-flex-item-align: center;
        align-self: center
    }

    .sj-casino__bonus_title {
        font-size: 20px;
        line-height: 28px
    }

    .sj-casino__bonus_promo {
        font-size: 32px;
        line-height: 38px;
        margin-top: 16px
    }

    .sj-payment__list {
        margin: 0 -8px
    }

    .sj-payment__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 16px);
        flex: 0 0 calc(25% - 16px);
        margin: 8px
    }

    .sj-payment__title {
        font-size: 18px;
        line-height: 22px
    }

    .sj-country__list {
        margin: 0 -8px
    }

    .sj-country__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3334% - 16px);
        flex: 0 0 calc(33.3334% - 16px);
        max-width: calc(33.3334% - 16px);
        margin: 8px
    }

    .sj-country__title {
        font-size: 18px;
        line-height: 22px
    }

    .sj-country__image {
        padding: 21px 24px
    }

    .sj-new__container {
        position: relative
    }

    .sj-new__first {
        position: absolute;
        width: calc(66.6667% - 12px);
        left: 0;
        top: 0;
        height: 292px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        margin-top: 0
    }

    .sj-new__first_article {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .sj-new__first_link, .sj-new__first_link > img {
        width: 100%;
        height: auto
    }

    .sj-new__list {
        margin: 0 -12px;
        padding: 0;
        overflow: visible;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .sj-new__list.with-offset {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .sj-new__list.with-offset .sj-new__item {
        width: calc(33.3334% - 24px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3334% - 24px);
        flex: 0 0 calc(33.3334% - 24px);
        max-width: none;
        margin: 0 12px 24px
    }

    .sj-new__list.with-offset .sj-new__item:first-child {
        margin-left: calc(66.66667% + 12px);
        height: 292px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 0
    }

    .sj-new__item {
        width: calc(33.3334% - 24px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3334% - 24px);
        flex: 0 0 calc(33.3334% - 24px);
        max-width: none;
        margin: 0 12px 24px;
        padding: 8px 8px 6px
    }

    .sj-new__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }

    .sj-new__date {
        margin-top: 0;
        padding-bottom: 8px
    }

    .sj-new__author {
        margin-right: 10px;
        padding-bottom: 8px
    }

    .sj-new__author span {
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis
    }

    .sj-category {
        padding: 40px
    }

    .sj-category__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -8px
    }

    .sj-category__item {
        margin: 8px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.33334% - 16px);
        flex: 0 0 calc(33.33334% - 16px);
        width: calc(33.33334% - 16px)
    }

    .sj-bonus__list {
        padding: 40px 40px 0;
        border-radius: 32px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative
    }

    .sj-bonus__list:after {
        position: absolute;
        bottom: 0;
        left: 8px;
        right: 8px;
        height: 2px;
        content: '';
        background: #f8f9fa
    }

    .sj-bonus__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33334%;
        flex: 0 0 33.33334%;
        padding: 20px 8px 40px;
        border-bottom: none;
        position: relative;
        margin-top: 0
    }

    .sj-bonus__item:after {
        position: absolute;
        bottom: 0;
        left: 8px;
        right: 8px;
        height: 1px;
        content: '';
        background: #babdc2
    }

    .sj-slot-pc.sticky {
        top: 0;
        margin-top: 0
    }

    .sj-slot-pc__list {
        padding-bottom: 0
    }

    .sj-slot-casino-cards__item {
        width: calc(33.3334% - 16px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3334% - 16px);
        flex: 0 0 calc(33.3334% - 16px);
        max-width: none
    }

    .sj-slot-casino-cards__item .sj-casino__rating {
        position: static
    }

    .sj-summary {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(50% - 16px);
        flex: 1 0 calc(50% - 16px);
        margin: 0 8px
    }

    .sj-summary__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 24px -8px
    }

    .sj-summary__item {
        font-size: 18px;
        line-height: 30px
    }

    .sj-apps__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 16px);
        flex: 0 0 calc(25% - 16px)
    }

    .sj-best-bonus__list {
        margin: 0 -8px
    }

    .sj-best-bonus__item {
        margin: 8px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 16px);
        flex: 0 0 calc(25% - 16px)
    }

    .sj-software__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6667%;
        flex: 0 0 16.6667%
    }

    .sj-offer__list {
        margin: 0 -12px
    }

    .sj-offer__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.33334% - 24px);
        flex: 0 0 calc(33.33334% - 24px);
        margin: 8px 12px;
        padding: 16px 16px 8px;
        border-radius: 24px
    }

    .sj-offer__image {
        margin: -8px -8px 0;
        width: calc(100% + 16px)
    }

    .sj-offer__title {
        margin-top: 12px;
        margin-bottom: 16px
    }

    .sj-profit__list {
        margin-top: 48px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .sj-profit__list_long .sj-profit__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }

    .sj-profit__list_long .sj-profit__item img {
        width: 200px
    }

    .sj-profit__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33334%;
        flex: 0 0 33.33334%;
        padding: 0 24px
    }

    .sj-profit__item img {
        width: 220px;
        height: auto;
        max-width: 100%
    }

    .sj-profit__item svg {
        position: absolute;
        right: -12px;
        top: 110px;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    .sj-on-board__info {
        height: 100%;
        width: 35%;
        left: 50%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .sj-on-board__info .sj-btn {
        width: 180px
    }

    .sj-on-board__label {
        font-size: 40px;
        line-height: 46px
    }

    .sj-on-board__text {
        font-size: 24px;
        line-height: 30px
    }

    .sj-creator__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .sj-creator__item {
        padding-bottom: 24px
    }

    .sj-creator__position {
        margin: 19px auto 0
    }

    .sj-creator__name {
        font-size: 18px;
        line-height: 22px
    }

    .sj-creator__description {
        margin-bottom: 16px
    }

    .sj-history__item {
        min-width: 0
    }

    .sj-history__event {
        margin-bottom: 80px
    }

    .sj-vacancy__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .sj-vacancy__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
        flex: 0 0 180px;
        margin: 0 24px 0 0
    }

    .sj-vacancy__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: left;
        font-size: 18px;
        line-height: 30px
    }

    .worldwide__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -12px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .worldwide__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33334%;
        flex: 0 0 33.33334%;
        padding: 0 12px
    }

    .sj-social__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -15px
    }

    .sj-social__item {
        margin-top: 0;
        padding: 5px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .sj-contact__block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .sj-contact__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 53%;
        flex: 0 0 53%
    }

    .sj-contact__image img {
        -o-object-fit: cover;
        object-fit: cover;
        margin-bottom: -15px;
        height: 100%
    }

    .sj-contact__form {
        color: #fff;
        padding: 48px 48px 48px 10px;
        position: relative;
        margin-top: 0;
        margin-left: -20px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .sj-contact__form:before {
        position: absolute;
        height: 100%;
        top: 0;
        background: -webkit-gradient(linear, right top, left top, color-stop(30%, #141518), to(rgba(0, 0, 0, 0)));
        background: -webkit-linear-gradient(right, #141518 30%, rgba(0, 0, 0, 0));
        background: -o-linear-gradient(right, #141518 30%, rgba(0, 0, 0, 0));
        background: linear-gradient(to left, #141518 30%, rgba(0, 0, 0, 0));
        left: -140px;
        width: 160px;
        content: '';
        z-index: 1
    }

    .sj-contact__form .sj-field__captcha {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .sj-contact__form .sj-field__submit {
        margin-bottom: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .sj-search__list {
        margin: 0 -8px
    }

    .sj-search__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 16px);
        flex: 0 0 calc(25% - 16px);
        margin: 8px
    }

    .sj-search__three .sj-search__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3334% - 16px);
        flex: 0 0 calc(33.3334% - 16px)
    }

    .sj-search__image {
        height: 103px
    }

    .sj-search__title {
        font-size: 16px
    }

    .provider-tips {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .provider-tips__list {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-right: 20px;
        margin-bottom: 0
    }

    .provider-tips__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        margin: 0;
        padding: 15px 0
    }

    .provider-tips__item:nth-child(odd) {
        padding-right: 20px
    }

    .provider-tips__item:nth-child(even) {
        padding-left: 20px
    }

    .provider-tips__logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 242px;
        flex: 0 0 242px;
        padding-left: 20px;
        margin-top: 0
    }

    .providers-links__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -5px;
        margin-right: -5px
    }

    .providers-links__item {
        margin-top: 0;
        margin-bottom: 10px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding: 0 5px
    }

    .sj-competence__description {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .sj-competence__description .sj-text {
        padding-left: 0
    }

    .sj-competence__description .sj-text:before {
        left: -16px;
        min-height: 150px
    }

    .sj-comparison {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -15px;
        padding: 40px
    }

    .sj-comparison__feature {
        font-size: 18px;
        line-height: 30px
    }

    .sj-comparison__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(50% - 30px);
        flex: 1 0 calc(50% - 30px);
        margin: 0 15px
    }

    .sj-location {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .sj-location__map {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .sj-location__info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }

    .sj-location__info h3 {
        font-size: 40px;
        line-height: 46px
    }

    .sj-strategy__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 36px 40px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .sj-strategy__item {
        margin-top: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding: 15px 30px
    }

    .sj-trust {
        padding: 0
    }

    .sj-trust__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 8px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .sj-trust__item {
        font-size: 18px
    }

    .sj-trust__left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 12px);
        flex: 0 0 calc(50% - 12px);
        padding: 40px
    }

    .sj-trust__right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 12px);
        flex: 0 0 calc(50% - 12px);
        margin-top: 0;
        padding: 56px 32px 40px
    }

    .sj-author__box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 32px
    }

    .sj-author__title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: left
    }

    .sj-author__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
        flex: 0 0 120px;
        margin-right: 24px;
        text-align: left
    }

    .sj-author__social {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .sj-author__label {
        margin-left: 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        white-space: nowrap
    }

    .sj-author__name {
        font-size: 32px;
        line-height: 38px;
        text-align: left;
        width: auto
    }

    .sj-author__footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 16px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .sj-author + .sj-update {
        margin-top: -60px
    }

    .sj-author__senior {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-top: 0
    }

    .sj-author__senior_label {
        margin-bottom: 0
    }

    .sj-author__senior_name {
        margin-top: 0;
        margin-left: 10px;
        margin-bottom: 0
    }

    .sj-author__links {
        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;
        margin-top: 0
    }

    .sj-author__desc {
        font-size: 18px;
        line-height: 30px
    }

    .sj-winning__list {
        margin: 0 -12px
    }

    .sj-winning__list_biggest {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .sj-winning__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.33334% - 24px);
        flex: 0 0 calc(33.33334% - 24px);
        margin: 8px 12px;
        padding: 16px 16px 4px;
        border-radius: 24px
    }

    .sj-winning__item_biggest {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 24px);
        flex: 0 0 calc(50% - 24px);
        margin: 12px
    }

    .sj-winning__item_name {
        font-size: 24px;
        line-height: 30px
    }

    .sj-winning__image {
        margin: -8px -8px 0;
        width: calc(100% + 16px)
    }

    .sj-winning__image .sj-btn {
        height: 48px
    }

    .sj-winning__image img {
        height: 160px
    }

    .sj-winning__title {
        margin-top: 12px;
        margin-bottom: 16px
    }

    .sj-winning__info > div {
        margin-bottom: 12px
    }

    .sj-winning__info > div svg {
        width: 18px;
        height: 18px;
        margin-right: 8px
    }

    .sj-review__list {
        margin: 0 -12px
    }

    .sj-review__item {
        width: calc(33.3334% - 24px);
        padding: 16px;
        margin: 0 12px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3334% - 24px);
        flex: 0 0 calc(33.3334% - 24px)
    }

    .sj-review__title {
        font-size: 18px;
        line-height: 22px
    }

    .sj-page-content {
        padding: 32px 32px 24px;
        border-radius: 32px
    }

    .sj-page-content .sj-section__head {
        margin-bottom: 8px
    }

    .sj-page-content h2, .sj-page-content__title {
        font-size: 24px;
        line-height: 30px
    }

    .sj-page-content__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
        margin-left: -8px;
        margin-right: -8px
    }

    .sj-page-content__list:before {
        background: #2c2d30;
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        bottom: 0;
        height: 2px;
        z-index: 2
    }

    .sj-page-content__item {
        page-break-inside: avoid;
        -webkit-column-break-inside: avoid;
        -moz-column-break-inside: avoid;
        break-inside: avoid;
        padding-bottom: 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.33334% - 16px);
        flex: 0 0 calc(33.33334% - 16px);
        margin-left: 8px;
        margin-right: 8px;
        margin-top: 24px
    }

    .sj-page-content__item:first-child {
        margin-top: 24px
    }

    .sj-page-content__item a {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        padding: 0
    }

    .sj-blacklisted__sublist, .sj-pmethod__item {
        font-size: 18px;
        line-height: 30px
    }

    .sj-pmethod__description {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .sj-pmethod__description .sj-text {
        padding-left: 0
    }

    .sj-pmethod__description .sj-text:before {
        left: -16px
    }

    .sj-bonus__type {
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin-bottom: 24px
    }

    .sj-bonus__type_text {
        font-size: 16px
    }

    .sj-cbonus__item {
        -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-cbonus__head {
        width: 120px;
        position: relative;
        min-width: 120px
    }

    .sj-cbonus__image {
        height: 120px
    }

    .sj-cbonus__footer {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 140px;
        flex: 0 0 140px
    }

    .sj-cbonus__content {
        margin-top: 0;
        font-size: 20px;
        line-height: 28px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: 0 24px
    }

    .sj-feature {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(50% - 16px);
        flex: 1 0 calc(50% - 16px);
        margin: 0 8px
    }

    .sj-feature__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: -8px;
        margin-right: -8px
    }

    .sj-feature__item {
        font-size: 18px;
        line-height: 30px
    }

    .sj-how-to {
        padding: 40px 40px 16px;
        border-radius: 32px
    }

    .sj-how-to .sj-section__head {
        margin-bottom: 40px
    }

    .sj-how-to__item {
        margin-bottom: 8px;
        font-size: 18px;
        line-height: 30px
    }

    .sj-how-to__item h3 {
        font-size: 24px;
        line-height: 28px
    }

    .sj-howto-img__item {
        padding: 40px 40px 40px 202px;
        position: relative
    }

    .sj-howto-img__title {
        text-align: left;
        margin-top: 0
    }

    .sj-howto-img__text {
        font-size: 18px;
        line-height: 30px
    }

    .sj-howto-img__text a:hover {
        text-decoration: none
    }

    .sj-howto-img__image {
        width: 130px;
        height: 130px;
        position: absolute;
        left: 40px;
        top: 40px
    }

    .sj-how-to-nobg {
        padding: 40px 40px 16px;
        border-radius: 32px
    }

    .sj-how-to-nobg .sj-section__head {
        margin-bottom: 40px
    }

    .sj-how-to-nobg__item {
        margin-bottom: 8px;
        font-size: 18px;
        line-height: 30px
    }

    .sj-how-to-nobg__item h3 {
        font-size: 24px;
        line-height: 28px
    }

    .sj-text-bg-black, .sj-text-bg-grey {
        padding: 40px 40px 16px
    }

    .sj-footnote {
        padding-left: 80px
    }

    .sj-footnote__author {
        padding-left: 40px
    }

    .sj-visual-steps {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .sj-visual-steps.col-4 .sj-visual-steps__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        width: 25%
    }

    .sj-visual-steps.col-3 .sj-visual-steps__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 3);
        flex: 0 0 calc(100% / 3);
        width: calc(100% / 3)
    }

    .sj-visual-steps__item {
        padding-bottom: 0;
        margin-bottom: 0
    }

    .sj-visual-steps__arrow {
        right: -12px;
        top: 98px;
        bottom: 0;
        left: auto;
        margin: 0;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    .sj-post__user {
        margin-bottom: 24px
    }

    .sj-licenses__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.33334% - 16px);
        flex: 0 0 calc(33.33334% - 16px)
    }

    .sj-why {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .sj-why__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px
    }

    .sj-why__text {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-top: 0;
        margin-left: 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 48px
    }

    .sj-why__text:after {
        border: 10px solid transparent;
        border-right: 15px solid #2c2d30;
        position: absolute;
        left: -19px;
        top: 30px;
        content: ''
    }

    .sj-approach {
        margin: 80px 0 !important
    }

    .sj-approach__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.33334% - 18px);
        flex: 0 0 calc(33.33334% - 18px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .sj-approach__text {
        margin-top: auto;
        padding: 0 24px
    }

    .sj-info-card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .sj-info-card__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
        margin-bottom: 12px
    }

    .sj-info-card__text {
        margin-left: 24px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-top: 0
    }

    .sj-points__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .sj-points__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px
    }

    .sj-points__info {
        margin-left: 24px;
        margin-top: 0
    }

    .sj-points__title, .sj-points__value {
        font-size: 40px;
        line-height: 46px
    }

    .sj-level__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px
    }

    .sj-level__image img {
        width: 100%;
        display: block;
        border-radius: 12px
    }

    .sj-level__degree {
        margin-left: 24px;
        font-size: 16px;
        line-height: 20px;
        font-family: Gilroy-Regular
    }

    .sj-level__degree strong {
        font-family: Gilroy-Medium
    }

    .sj-level__name {
        font-size: 16px;
        line-height: 20px;
        margin-left: 30px
    }

    .sj-level__points {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 21%;
        flex: 0 0 21%;
        font-size: 16px;
        line-height: 20px
    }

    .sj-level__points img {
        width: 50px;
        height: 46px;
        margin-right: 24px
    }

    .sj-sitemap {
        margin: 32px 0
    }

    .sj-sitemap + .sj-sitemap {
        padding-top: 70px
    }

    .sj-sitemap__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -12px
    }

    .sj-sitemap__item {
        width: calc(20% - 24px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(20% - 24px);
        flex: 0 0 calc(20% - 24px)
    }

    .sj-sitemap__link {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px
    }

    .sj-section__nf h1 {
        font-size: 24px;
        line-height: 32px
    }

    .sj-section__nf h1 span {
        font-size: 40px;
        line-height: 46px;
        display: block;
        margin-bottom: 16px
    }

    .sj-product__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -8px
    }

    .sj-product__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.33334% - 16px);
        flex: 0 0 calc(33.33334% - 16px);
        margin: 8px
    }

    .sj-product__item:first-child {
        margin-top: 8px
    }

    .popup-provider {
        top: 50%;
        left: 50%;
        margin-right: -50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-width: 960px
    }

    .popup-provider__list {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
        -webkit-column-gap: 50px;
        -moz-column-gap: 50px;
        column-gap: 50px
    }

    .popup-provider__item {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        -moz-column-break-inside: avoid;
        break-inside: avoid
    }
}