@font-face {
    font-family: "Rubik";
    src: local("Rubik"),url(../fonts/rubik-regular.woff2) format("woff2");
    font-weight: 400
}

@font-face {
    font-family: "Rubik";
    src: local("Rubik"),url(../fonts/rubik-600.woff2) format("woff2");
    font-weight: 600
}

@font-face {
    font-family: "Rubik";
    src: local("Rubik"),url(../fonts/rubik-700.woff2) format("woff2");
    font-weight: 700
}

*,::before,::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    background-color: #fff;
    color: #000;
    font-family: Rubik,sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 0
}

body.stop {
    overflow: hidden;
}

a {
    color: inherit
}

input,textarea {
    outline: unset
}

.reflink {
    cursor: pointer
}

.header {
    position: sticky;
    top: 0;
    z-index: 5;
}

.header__wrapper {
    background: #000;
    display: flex;
    padding: 0 30px;
    align-items: center;
    height: 90px;
}

.header__logo {
    flex-grow: 1;
}

.mobile_logo {
    display: none;
}

.header__profile {
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

.header-profile__img {
    max-width: 100%;
}

.header__action {
    display: flex;
    gap: 20px;
    align-items: center;
}

.btn {
    color: #999;
    background-color: #00000000;
    border: solid 1px #999;
    box-shadow: none;
    text-transform: uppercase;
    min-width: 110px;
    min-height: 40px;
    padding: 11px 25px 9px;
    font-size: 14px;
    border-radius: 100px;
    line-height: 1;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}

.btn:hover {
    background-color: #99999926;
}

.btn-green {
    color: #fff;
    background-color: #2ecc71;
    border: none;
}

.btn-green:hover {
    background-color: #4dd486;
}

.btn-black {
    color: #2ecc71;
    border: solid 1px #2ecc71;
    background: #000000b3;
}

.header__burger {
    display: flex;
    cursor: pointer;
}

.header__burger:hover img {
    filter: brightness(0) invert(1);
}

.mobile-nav {
    display: none;
}

.header__nav {
    height: 60px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
    display: flex;
    justify-content: center;
    gap: 20px;
    background: #fff;
}

.header-nav__list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    height: 100%;
    gap: 15px;
    justify-content: center;
}

.header-nav__link {
    text-decoration: none;
    font-size: 14px;
    color: #999;
    font-weight: 400;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.header-nav__link:hover {
    color: #000;
}

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

.header-search__input {
    border: 0;
    width: 240px;
    height: 40px;
    border: solid 1px #eee;
    padding: 12px 35px 12px 40px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    border-radius: 5px;
    font-size: 16px;
    background-image: url(/../assets/img/search.svg);
    background-repeat: no-repeat;
    background-position: center left 10px;
}

.header-filter__item {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #eee;
    margin-left: 10px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
    display: flex;
    justify-content: center;
    align-items: center;
}

.main {
    margin-top: 30px;
}

.container {
    margin: 0 auto 20px;
    max-width: 1160px;
}

.main-gift__wrapper {
    gap: 40px;
    display: flex;
    flex-flow: row nowrap;
    padding: 8px 10px;
    align-items: center;
    border-radius: 49px;
    background-image: linear-gradient(270deg, #7346F3 0%, #190061 51.35%, #110040 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.main-gift__btn {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #14014A;
    padding: 2px 24px;
    background: linear-gradient(180deg, #FFDA65 0%, #FFAE21 100%);
    border: none;
    border-radius: 47px;
    text-transform: uppercase;
    text-decoration: none;
}

.main-gift__bg {
    width: 373px;
    height: 60px;
    position: absolute;
    top: 0;
    left: calc(100% - 160px - 305px);
}

.gift_bg_2 {
    width: 58px;
    height: 59px;
    position: absolute;
    bottom: 0;
    right: 305px;
}

.main__slider {
    margin-bottom: 40px;
}

.main-slider__wrapper {
    height: 320px;
    border-radius: 15px;
    background-image: url(/../assets/img/offer_1.jpeg);
    color: #fff;
    padding: 40px;
    position: relative;
}

.main-slider__item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.main-slider__title {
    font-size: 30px;
    line-height: 36px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, .3);
    flex-grow: 1;
}

.main-slider__action {
    display: flex;
    gap: 15px;
}

.main-slider-btn {
    min-height: 50px;
    padding: 13px 30px;
    font-size: 13px;
}

.dots {
    display: flex;
    max-width: 728px;
    margin: 0 auto;
    position: absolute;
    bottom: 25px;
    right: 40px;
    gap: 10px;
}

.dot__item {
    width: 13px;
    height: 13px;
    background: #ffffff80;
    border-radius: 100%;
    cursor: pointer;
}

.dot__item.active {
    background: #fff;
}

.slots__header {
    display: flex;
    margin-bottom: 25px;
}

.slots__title {
    display: flex;
    align-items: center;
    font-size: 20px;
    gap: 15px;
    text-transform: uppercase;
    flex-grow: 1;
}

.slots-icon__img {
    width: 33px;
    height: 33px;
}

.slots-title__action {
    display: flex;
    align-items: center;
}

.slots__navigation {
    display: flex;
    gap: 10px;
}

.slots__arrow {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2ecc71;
    border: 1px solid #2ecc71;
    border-radius: 100px;
    transition: box-shadow .3s, background-color .3s;
    cursor: pointer;
}

.slots__arrow:first-child {
    transform: rotate(180deg);
}

.slots__arrow path {
    stroke: #fff;
}

.slots-header__btn {
    margin-left: 45px;
    padding: 10px 25px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #2ecc71;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
    border-radius: 100px;
    text-transform: uppercase;
    display: flex;
    text-decoration: none;
}

.slots-slider__item {
    width: 220px;
    height: 208px;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
}

.slots-slider__img {
    width: 100%;
    height: 139px;
}

.slots-slider__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slots-slider__info {
    margin-top: 0;
    transition: margin-top .3s;
}

.slots-slider__item:hover .slots-slider__info {
    margin-top: -60px;
    background: #fff;
    position: relative;
    transition: margin-top .3s;
}

.swipper {
    overflow: hidden;
}

.slots-slider__info {
    padding: 10px 15px 16px;
}

.slots-slider__provider {
    display: flex;
    align-items: center;
    height: 22px;
    font-size: 14px;
    margin-bottom: 3px;
}

.slots-provider__img {
    width: 22px;
    height: 22px;
    margin-right: 6px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.slots-slider__action {
    display: flex;
    align-items: center;
    gap: 24px;
}

.slots-slider__demo {
    color: #2ecc71;
    font-size: 12px;
    text-transform: uppercase;
}

.pragmatic {
    background-image: url(/../assets/img/pragmatic.svg);
}

.belatra {
    background-image: url(/../assets/img/belatra.svg);
}

.push {
    background-image: url(/../assets/img/push.svg);
}

.amatic {
    background-image: url(/../assets/img/amatic.svg);
}

.bgaming {
    background-image: url(/../assets/img/bgaming.svg);
}

.hacksaw {
    background-image: url(/../assets/img/hacksaw.svg);
}

.mascot {
    background-image: url(/../assets/img/mascot.svg);
}

.popiplay {
    background-image: url(/../assets/img/popiplay.svg);
}

.nolimit {
    background-image: url(/../assets/img/nolimit.svg);
}

.microgaming {
    background-image: url(/../assets/img/microgaming.svg);
}



.playngo {
    background-image: url(/../assets/img/playngo.svg);
}

.redtiger {
    background-image: url(/../assets/img/redtiger.svg);
}

.isoftbet {
    background-image: url(/../assets/img/isoftbet.svg);
}

.yggdrasil {
    background-image: url(/../assets/img/yggdrasil.svg);
}

.wazdan {
    background-image: url(/../assets/img/wazdan.svg);
}

.gameart {
    background-image: url(/../assets/img/gameart.svg);
}

.amusnet {
    background-image: url(/../assets/img/amusnet.svg);
}

.novomatic {
    background-image: url(/../assets/img/novomatic.svg);
}

.amusnet {
    background-image: url(/../assets/img/amusnet.svg);
}

.betsoft {
    background-image: url(/../assets/img/betsoft.svg);
}

.amusnet {
    background-image: url(/../assets/img/amusnet.svg);
}

.evolution {
    background-image: url(/../assets/img/evolution.svg);
}

.endorphina {
    background-image: url(/../assets/img/endorphina.svg);
}

.slots-slider__name {
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 500;
    margin-bottom: 16px;
    text-overflow: ellipsis;
}

.offer {
    background-color: #e8e8e8;
    margin: 30px 0 25px;
    padding: 30px 0;
}

.offer .container {
    margin-bottom: 0;
}

.offer__wrapper {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.offer__item {
    width: 572px;
    height: 208px;
    overflow: hidden;
    border-radius: 15px;
    position: relative;
    color: #fff;
    padding: 30px 20px 20px;
    display: flex;
    flex-direction: column;
}

.offer__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.offer__label {
    position: absolute;
    top: 0;
    font-size: 12px;
    padding: 2px 8px;
    color: #000;
    text-transform: uppercase;
    border-radius: 0 0 5px 5px;
    background: linear-gradient(180deg, #fff6a6, #ffc700 25.01%);
    font-weight: 600;
}

.offer__text {
    max-width: 400px;
    font-size: 20px;
    line-height: 1.4;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, .1);
    flex-grow: 1;
}

.offer__btn {
    width: max-content;
}

.seo {
    background-color: #e8e8e8;
    margin: 30px 0 0;
    padding: 30px 0;
    overflow: hidden;
}

.seo img {
    max-width: 100%;
}

.footer {
    background-color: #000;
    color: #fff;
    padding: 70px 0;
}

.footer__wrapper {
    display: flex;
    justify-content: space-between;
}

.footer-col__title {
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 1.4;
    text-transform: uppercase;
}

.footer-col__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-col__item {
    display: flex;
    margin-bottom: 10px;
}

.footer-col__link {
    text-decoration: none;
    color: #999;
    font-size: 14px;
}

.footer-col__link:hover {
    color: #fff;
}

.footer-contacts__item {
    display: flex;
    text-decoration: none;
    padding: 10px;
    background: #ffffff14;
    border-radius: 10px;
    margin-bottom: 15px;
    height: 52px;
    align-items: center;
    color: #999;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.4;
}

.footer-contacts__icon {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    background: #ffffff26;
    border-radius: 50%;
}

.footer-contacts__social {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff26;
    border-radius: 50%;
}

.footer-icon__img {
    opacity: .6;
}

.footer__slider {
    margin-top: 40px;
}

.footer-slider__title {
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 14px;
}

.footer-slider__wrapper {
    display: flex;
}

.footer-slider__arrow {
    cursor: pointer;
    width: 61px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff14;
}

.footer-slider__arrow:first-child {
    border-radius: 15px 0 0 15px;
    border-right: 2px solid #000;
}

.footer-slider__arrow:first-child i {
    border: solid #999;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    border-color: #000;
    transform: rotate(135deg);
}

.footer-slider__arrow:last-child {
    border-radius: 0 15px 15px 0;
}

.footer-slider__arrow:last-child i {
    border: solid #999;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    border-color: #000;
    transform: rotate(-45deg);
}

.footer-slider__row {
    display: flex;
}

.footer-slider__item {
    width: 146px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #141414;
    border-right: 2px solid #000;
}

.footer__icons {
    margin-top: 40px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    gap: 20px;
}

.footer-icons__img {
    min-width: 35px;
    max-width: 150px;
    height: auto;
}

.footer-descriptions {
    font-size: 10px;
    color: #999;
    line-height: 1.5;
    margin-bottom: 10px;
}

.hidden-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000a8;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    transition: .3s;
}

.hidden-menu.active {
    opacity: 1;
    pointer-events: all;
    transition: .3s;
}

.hidden-menu__wrap {
    width: 320px;
    height: 100%;
    background-color: #fff;
    color: #000;
    overflow: hidden;
    overflow-y: auto;
    position: absolute;
    right: 0;
    padding: 35px 40px 15px 30px;
    right: -330px;
    transition: .3s;
}

.hidden-menu.active .hidden-menu__wrap {
    right: 0;
    transition: .3s;
}

.close__menu {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    padding: 15px 30px 15px 15px;
}

.hidden-menu__col {
    border-bottom: 2px solid #eeeeee;
    margin-bottom: 25px;
    padding-bottom: 5px;
}

.hidden-menu__item {
    margin-bottom: 15px;
}

.hidden-menu__link {
    text-decoration: none;
    display: flex;
    align-items: center;
    height: 26px;
    font-size: 14px;
    line-height: 1.4;
    text-transform: uppercase;
}

.hidden-menu__icon {
    display: flex;
}

.hidden-menu__icon img {
    height: 26px;
    margin-right: 17px;
}

.hidden-menu__btn {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 245px;
    padding: 15px;
    border-radius: 5px;
    background-color: #000;
    margin: 0;
    cursor: pointer;
    gap: 15px;
    text-transform: unset;
}

.mobile-menu {
    display: none;
}

@media (max-width: 1024px) {
    .header__wrapper {
        height: 70px;
        padding: 0 20px;
        overflow: hidden;
        gap: 5px;
    }
    .header-logo__img {
        display: none;
    }
    .mobile_logo {
        display: block;
    }
    .header__burger {
        display: none;
    }

    .mobile-nav {
        display: flex;
    }    
    .header__nav {
        align-items: center;
        justify-content: flex-start;
        height: 50px;
        padding: 0 20px;
    }

    .header-nav__list {
        white-space: nowrap;
        overflow-x: scroll;
        width: 66%;
        justify-content: flex-start;
    }
    .header-nav__link {
        font-size: 12px;
    }
    .header__filter {
        width: 30px;
        height: 30px;
    }
    .header-filter__search {
        display: flex;
        width: 100%;
        height: 100%;
        flex-shrink: 0;
    }
    .header-filter__item {
        width: 30px;
        height: 30px;
        flex-shrink: 0;
    }
    .header-filter__item img {
        width: 17px;
        height: 17px;
    }
    .header-search__input {
        font-size: 0;
        width: 100%;
        height: 100%;
        background-position: center;
        padding: 0;
        background-size: 17px;
    }
    .header__profile  {
        flex-shrink: 0;
        order: 1;
    }
    .header__action {
        gap: 10px;
        flex-grow: 1;
    }
    .btn {
        min-width: 80px;
        min-height: 30px;
        height: 30px;
        padding: 8px 20px;
        font-size: 12px;
    }
    .main {
        margin-top: 20px;
    }
    .main-gift__wrapper {
        height: 40px;
        gap: 15px;
    }
    .main-gift__text {
        font-size: 10px;
        line-height: 12px;
        font-weight: 400;
        max-width: 33%;
        z-index: 1;
    }
    .main-gift__bg {
        height: 100%;
        left: calc(100% - 160px);
    }
    .gift_bg_2{
        width: 58px;
        height: 59px;
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .main-slider__wrapper {
        height: 145px;
        padding: 20px 15px 20px 20px;
        background-size: cover;
    }
    .main-slider__title {
        font-size: 14px;
        line-height: 1.4;
    }
    .dots {
        display: none;
    }
    .container {
        padding: 0 20px;
    }
    .slots__navigation {
        display: none;
    }
    .slots__header {
        margin-bottom: 15px;
    }
    .slots__title {
        font-size: 14px;
    }
    .slots-title__icon {
        display: flex;
    }
    .slots-icon__img {
        width: 20px;
        height: 20px;
    }
    .slots-header__btn {
        line-height: 16px;
        padding: 4px 10px;
        margin-right: 3px;
        font-size: 12px;
    }
    .slots-slider__item {
        width: 156px;
        height: 150px;
    }
    .slots-slider__info {
        margin-top: -41px;
        background: #fff;
        position: relative;
        padding: 8px 10px 12px;
    }
    .slots-slider__provider {
        margin-bottom: 2px;
        height: 16px;
        font-size: 12px;
    }
    .slots-provider__img {
        width: 16px;
        height: 16px;
    }
    .slots-slider__name {
        font-size: 14px;
        font-weight: 600;
    }
    .offer {
        padding: 15px 0;
        margin-bottom: 15px;
    }
    .offer__item {
        display: none;
    }
    .offer__item:first-child {
        height: 145px;
        padding: 25px 20px 20px;
        display: flex;
    }
    .offer__label {
        font-size: 8px;
    }
    .offer__text {
        font-size: 14px;
        line-height: 1.4;
        font-weight: 600;
    }
    .seo {
        margin-bottom: 0;
    }
    .footer {
        padding: 0px 0 20px;
    }
    .footer__wrapper {
        flex-direction: column;
    }
    .footer-col__title {
        padding: 15px 0;
        font-size: 12px;
        border-bottom: 1px solid #ffffff26;
        margin-bottom: 0;
    }
    .footer-col__list {
        display: none;
    }
    .footer-col__contacts {
        display: none;
    }
    .footer__col:last-child .footer-col__title {
        border-bottom: 0;
    }
    .footer-slider__arrow {
        display: none;
    }
    .footer-slider__wrapper {
        overflow: hidden;
        margin-right: -19px;
    }
    .footer-slider__title {
        font-size: 12px;
    }
    .footer-slider__item {
        width: 90px;
        height: 60px;
    }
    .footer-item__img {
        height: auto;
        opacity: .6;
        max-width: 80%;
    }
    .mobile-nav {
        border-top: 1px solid #202020;
        background: #000;
        color: #999;
    }
    .mobile-nav__item {
        text-decoration: none;
        width: 100%;
        font-size: 14px;
        text-align: center;
        height: 29px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-right: 1px solid #202020;
    }
    .mobile-nav__item.active {
        background-color: #202020;
        color: #2ecc71;
    }
    .mobile-nav__item:last-child {
        border-right: 0;
    }
    .mobile-menu {
        display: block;
        position: fixed;
        bottom: 0;
        z-index: 10;
        padding: 0 20px;
        background: #000;
        width: 100%;
    }
    .mobile-menu__wrapper {
        width: 100%;
        height: 60px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .mobile-menu__item {
        color: #999;
        font-weight: 400;
        font-size: 10px;
        line-height: 1.4;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .mobile-menu__icon {
        width: 30px;
        height: 30px;
        display: flex;
    }
}