*,
*::before,
*::after {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body,
h1,
h2,
h3,
h4,
p,
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0
}

html,
body {
    width: 100%;
    height: 100%
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto
}

a[class] {
    text-decoration: none
}

img {
    max-width: 100%;
    display: block
}

input,
button,
textarea,
select {
    font: inherit;
    outline: none
}

@media (prefers-reduced-motion: reduce) {
    * {
        -webkit-animation-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important
    }
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
    font-display: swap
}

h1 {
    text-align: center
}

body {
    font-family: "Inter", Arial, Helvetica, sans-serif;
    color:#551F00;
}

body::before {
    content: "";
    background: #000000a3;
    position: absolute;
    top: 0;
    transition: all 0.2s ease-in-out;
    left: 0;
    opacity: 0;
    visibility: hidden;
    height: 100vh;
    width: 100%;
    z-index: 2
}

.o-lock {
    overflow: hidden;
    position: relative
}

.o-lock::before {
    opacity: 1;
    visibility: visible
}

.o-container {
    max-width: 1920px;
    margin: 0 auto
}

.o-table {
    overflow-x: auto;
    width: 100%
}

.o-table table {
    border-collapse: collapse;
    margin: 15px auto;
    max-width: 800px;
    width: 100%;
    color: #551F00;
}

.o-table td,
.o-table th {
    border: 1px solid #F38C16;
    padding: 10px
}

.o-table tr:first-child td {
    background: #F38C16;
    color: #fff;
    text-align: center
}

.o-table tr:first-child td:first-child {
    border-right: 1px solid #F38C16;
}

.o-iframe {
    width: 100%
}

.o-padding {
    padding: 5px
}

.o-content {
    max-width: 1400px;
    margin: 0 auto
}

.o-content h2,
.o-content h3,
.o-content h4,
.o-content p:not([class]) {
    margin: 0 0 10px 0
}

@media (min-width: 768px) {
    .o-padding {
        padding: 10px
    }
}

@media (min-width: 1024px) {
    .o-padding {
        padding: 15px
    }
}

.c-header {
    background: #fff;
    padding: 0 10px;
    position: fixed;
    top: 0;
    left: 0;
    min-height: 98px;
    width: 100%;
    z-index: 2
}

.c-header svg {
    fill: #1664f3
}

.c-header__top {
    gap: 10px;
    padding: 10px 0;
    justify-content: flex-end
}

.c-login {
    background: #e3f8ff;
    color: #1664f3
}

.c-login:hover {
    background: transparent;
    box-shadow: 0 0.8rem 0.8rem #090a0b0d
}

.c-reg {
    background: #1664f3;
    color: #fff
}

.c-reg:hover {
    background: #1790ff
}

.c-login,
.c-reg {
    align-items: center;
    border-radius: 10px;
    display: flex;
    padding: 5px 15px;
    text-transform: uppercase;
    justify-content: center;
    transition: all 0.2s ease-in-out;
    font-weight: 600;
    font-size: 14px;
    min-height: 36px;
    max-width: 180px
}

.c-header__bottom {
    justify-content: space-between
}

.c-logo {
    display: inline-block
}

.c-logo img {
    height: 42px;
    width: 52px
}

.c-burger {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    height: 40px;
    width: 40px
}

.c-burger div {
    background: #1664f3;
    border-radius: 5px;
    height: 3px;
    width: 25px
}

.c-header__aside {
    background: #fff;
    border-left: 1px solid #eee;
    border-radius: 10px 0 0 10px;
    position: absolute;
    top: 0;
    transition: all 0.2s ease-in-out;
    right: 0;
    max-width: 290px;
    height: 100vh;
    width: 100%
}

.o-hidden {
    right: -100%
}

.c-header__aside-top {
    background: #e3f8ff;
    border-radius: 0 0 0 15px;
    margin: 0 0 0 10px;
    padding: 0 0 22px 25px;
    min-height: 180px
}

.c-header__aside-top .c-login {
    background: #fff;
    margin: 0 0 10px 0
}

.c-burger-close {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    margin: 0 16px 36px auto;
    height: 40px;
    width: 40px
}

.c-burger-close div {
    background: #292453;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 3px;
    width: 20px
}

.c-burger-close div:first-child {
    transform: rotate(45deg)
}

.c-burger-close div:last-child {
    transform: rotate(-45deg)
}

.c-header__nav {
    height: 60%;
    overflow-y: auto
}

.c-burger__menu {
    list-style: none;
    margin: 0;
    padding: 0
}

.c-burger__menu a {
    align-items: center;
    border-bottom: 1px solid #eee;
    color: #212121;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    gap: 10px;
    padding: 15px 0 15px 35px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    width: 100%
}

.c-burger__menu a:hover {
    color: #1664f3
}

.c-burger__menu svg {
    height: 20px;
    width: 20px
}

.c-header__top,
.c-header__bottom {
    align-items: center;
    display: flex
}

@media (min-width: 992px) {
    .c-header {
        display: flex;
        flex-wrap: wrap;
        position: initial;
        min-height: 70px
    }

    .c-logo img {
        height: 47px;
        width: 82px
    }

    .c-burger,
    .c-header__aside-top {
        display: none
    }

    .o-hidden {
        right: initial
    }

    .c-header__top {
        flex-shrink: 1;
        order: 1;
        padding: 0;
        gap: 8px
    }

    .c-header__bottom {
        justify-content: flex-start;
        gap: 10px
    }

    .c-header__top,
    .c-header__bottom {
        flex: 1 0 auto
    }

    .c-header__aside {
        background: none;
        border: none;
        border-radius: initial;
        height: initial;
        max-width: initial;
        position: initial;
        height: 100%;
        width: initial
    }

    .c-header__nav {
        height: 100%;
        overflow: initial
    }

    .c-header__aside,
    .c-header__nav,
    .c-burger__menu {
        height: 100%
    }

    .c-burger__menu {
        align-items: center;
        display: flex;
        gap: 8px
    }

    .c-burger__menu a {
        border: none;
        border-bottom: 3px solid transparent;
        padding: 15px 5px
    }

    .c-burger__menu a:hover {
        border-color: #1664f3
    }

    .c-burger__menu li,
    .c-burger__menu a {
        height: 100%
    }

    .c-burger__menu svg {
        display: none
    }
}

.c-main {
    padding-top: 98px
}

.c-slider-wrap {
    position: relative;
    overflow: hidden
}

.c-slider {
    transition: all 0.2s ease-in-out
}

.c-slider__left-arrow,
.c-slider__right-arrow {
    align-items: center;
    background: #ffffff4d;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    position: absolute;
    justify-content: center;
    top: 0;
    transition: all 0.1s ease-in-out;
    bottom: 0;
    margin: auto;
    height: 36px;
    width: 36px;
    z-index: 1
}

.c-slider__left-arrow:hover,
.c-slider__right-arrow:hover {
    transform: scale(1.1)
}

.c-slider__left-arrow svg,
.c-slider__right-arrow svg {
    fill: #fff;
    stroke: #fff;
    height: 24px;
    width: 24px
}

.c-slider__left-arrow.hidden,
.c-slider__right-arrow.hidden {
    opacity: 0;
    visibility: hidden
}

.c-slider__left-arrow {
    left: 10px
}

.c-slider__left-arrow svg {
    transform: rotate(90deg)
}

.c-slider__right-arrow {
    right: 10px
}

.c-slider__right-arrow svg {
    transform: rotate(-90deg)
}

.c-slider__controls {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.c-slider__controls span {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    position: relative;
    height: 40px;
    width: 40px
}

.c-slider__controls span::before {
    content: "";
    background: #ffffff4d;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
    height: 8px;
    width: 8px
}

.c-slider__controls span:hover::before {
    background: #1664f3
}

span.o-active::before {
    background: #1664f3
}

.c-slider {
    display: flex;
    width: calc(100% * 3)
}

.c-slide {
    align-items: flex-end;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-between;
    position: relative;
    height: 320px;
    overflow: hidden;
    width: calc(100% / 3)
}

.c-slide:first-child {
    background-image: url("../img/slider/slide1-bg-s.png");
    background-image: -webkit-image-set(url("../img/webp/slider/slide1-bg-s.webp") 1x, url("../img/webp/slider/slide1-bg-s.webp") 2x);
    background-image: -webkit-image-set(url("../img/slider/slide1-bg-s.png") 1x, url("../img/slider/slide1-bg-s.png") 2x);
    background-image: image-set(url("../img/slider/slide1-bg-s.png") 1x, url("../img/slider/slide1-bg-s.png") 2x)
}

.c-slide:nth-child(2) {
    background-image: url("../img/slider/slide2-bg-s.png");
    background-image: -webkit-image-set(url("../img/webp/slider/slide2-bg-s.webp") 1x, url("../img/webp/slider/slide2-bg-s.webp") 2x);
    background-image: -webkit-image-set(url("../img/slider/slide2-bg-s.png") 1x, url("../img/slider/slide2-bg-s.png") 2x);
    background-image: image-set(url("../img/slider/slide2-bg-s.png") 1x, url("../img/slider/slide2-bg-s.png") 2x)
}

.c-slide:nth-child(3) {
    background-image: url("../img/slider/slide3-bg-s.png");
    background-image: -webkit-image-set(url("../img/webp/slider/slide3-bg-s.webp") 1x, url("../img/webp/slider/slide3-bg-s.webp") 2x);
    background-image: -webkit-image-set(url("../img/slider/slide3-bg-s.png") 1x, url("../img/slider/slide3-bg-s.png") 2x);
    background-image: image-set(url("../img/slider/slide3-bg-s.png") 1x, url("../img/slider/slide3-bg-s.png") 2x)
}

.c-slide-left img,
.c-slide-right img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 258px;
    width: 120px
}

.c-slide-left img {
    -o-object-position: right;
    object-position: right
}

.c-slide-right img {
    -o-object-position: left;
    object-position: left
}

.c-slide-text {
    align-items: center;
    background: #000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.549755) 52%, rgba(0, 0, 0, 0.18841) 100%);
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: absolute;
    top: 0;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 15px 0 30px 0
}

.c-slide-text__offer {
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.92em;
    line-height: 1;
    margin: 0;
    text-align: center;
    text-shadow: 0 0.8rem 0.8rem #090a0b0d;
    text-transform: uppercase
}

.c-slide-text__bonus {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    text-shadow: 0 0 5px #000;
    text-transform: uppercase;
    max-width: 80%
}

.c-first-100 {
    background: #F38C16;
    color: #fff;
    border-radius: 20px;
    padding: 15px 10px;
    margin: 0 0 45px 0
}

.c-first-100 p {
    text-align: center
}

.c-slots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    max-width: 1220px
}

.c-slots__title[class] {
    position: relative;
    padding: 0 0 0 40px;
    margin: 0 0 15px 0;
    width: 100%
}

.c-slots__title[class]::before {
    align-items: center;
    content: url(../img/icons/slot-icon.svg);
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 38px;
    width: 30px
}

.c-slot {
    position: relative;
    flex: 0 0 206px;
    overflow: hidden
}

.c-slot:hover .c-slot__img-wrap {
    transform: scale(1.1)
}

.c-slot:hover .c-slot__overlay {
    opacity: 1
}

.c-slot__img-wrap {
    transition: all 0.2s ease-in-out
}

.c-slot__img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 206px;
    width: 206px
}

.c-slot__overlay {
    align-items: center;
    background: rgba(243, 140, 22, 0.5);
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    padding: 12px;
    top: 0;
    text-align: center;
    transition: all 0.3s ease-in-out;
    left: 0;
    opacity: 0;
    height: 100%;
    width: 100%
}

.c-slot__name {
    font-size: 14px;
    font-weight: 600
}

.c-slot__play {
    align-items: center;
    display: flex;
    justify-content: center;
    flex: 1 0 auto
}

.c-slot__demo {
    align-items: center;
    background: rgba(243, 140, 22, 1);
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    font-weight: 600;
    justify-content: center;
    transition: all 0.2s ease-in-out;
    min-height: 46px;
    max-width: 175px;
    width: 100%
}

.c-slot__demo:hover {
    background: #1790ff
}

.c-faqs {
    display: flex;
    flex-direction: column;
    gap: 15px
}

.c-faq {
    background: #F9EEEE;
    box-shadow: 0 0 10px #b7b7b78a;
    border-radius: 10px
}

.c-faq[open] .c-faq__question::before {
    transform: rotate(360deg)
}

.c-faq__question {
    border-bottom: 1px solid #090a0b0d;
    cursor: pointer;
    color: #F38C16;
    padding: 20px 30px 20px 5px;
    position: relative
}

.c-faq__question h3 {
    margin: 0
}

.c-faq__question::marker {
    content: ""
}

.c-faq__question::after,
.c-faq__question::before {
    background: #F38C16;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
    transition: all 0.2s ease-in-out;
    height: 2px;
    width: 25px
}

.c-faq__question::before {
    transform: rotate(90deg)
}

.c-faq__answer {
    padding: 10px
}

.c-reviews {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.c-review {
    border-radius: 10px;
    box-shadow: 0 0 10px #b7b7b78a;
    flex: 1 0 320px
}

.c-review__top {
    display: flex;
    justify-content: space-between;
    gap: 10px
}

.c-review__name,
.c-review__date {
    font-weight: 600
}

.c-review__top,
.c-review__bottom {
    padding: 10px
}

.c-faq,
.c-reviews {
    margin: 0 0 30px 0
}

@media (min-width: 375px) {
    .c-slide:first-child {
        background-image: url("../img/slider/slide1-bg-m.png");
        background-image: -webkit-image-set(url("../img/webp/slider/slide1-bg-m.webp") 1x, url("../img/webp/slider/slide1-bg-m.webp") 2x);
        background-image: -webkit-image-set(url("../img/slider/slide1-bg-m.png") 1x, url("../img/slider/slide1-bg-m.png") 2x);
        background-image: image-set(url("../img/slider/slide1-bg-m.png") 1x, url("../img/slider/slide1-bg-m.png") 2x)
    }

    .c-slide:nth-child(2) {
        background-image: url("../img/slider/slide2-bg-m.png");
        background-image: -webkit-image-set(url("../img/webp/slider/slide2-bg-m.webp") 1x, url("../img/webp/slider/slide2-bg-m.webp") 2x);
        background-image: -webkit-image-set(url("../img/slider/slide2-bg-m.png") 1x, url("../img/slider/slide2-bg-m.png") 2x);
        background-image: image-set(url("../img/slider/slide2-bg-m.png") 1x, url("../img/slider/slide2-bg-m.png") 2x)
    }

    .c-slide:nth-child(3) {
        background-image: url("../img/slider/slide3-bg-m.png");
        background-image: -webkit-image-set(url("../img/webp/slider/slide3-bg-m.webp") 1x, url("../img/webp/slider/slide3-bg-m.webp") 2x);
        background-image: -webkit-image-set(url("../img/slider/slide3-bg-m.png") 1x, url("../img/slider/slide3-bg-m.png") 2x);
        background-image: image-set(url("../img/slider/slide3-bg-m.png") 1x, url("../img/slider/slide3-bg-m.png") 2x)
    }

    .c-slide-left img,
    .c-slide-right img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 278px
    }

    .c-slide-right img {
        -o-object-position: left;
        object-position: left;
        width: 131px
    }

    .c-slide-text {
        justify-content: center
    }
}

@media (min-width: 768px) {
    .c-review {
        flex-basis: 500px
    }
}

@media (min-width: 992px) {
    .c-main {
        padding-top: 0
    }
}

@media (min-width: 1024px) {
    .c-slide {
        height: 508px
    }

    .c-slide .c-reg {
        font-size: 18px;
        min-height: 60px;
        padding: 0 56px
    }

    .c-slide:first-child {
        background-image: url("../img/slider/slide1-bg-l.png");
        background-image: -webkit-image-set(url("../img/webp/slider/slide1-bg-l.webp") 1x, url("../img/webp/slider/slide1-bg-l.webp") 2x);
        background-image: -webkit-image-set(url("../img/slider/slide1-bg-l.png") 1x, url("../img/slider/slide1-bg-l.png") 2x);
        background-image: image-set(url("../img/slider/slide1-bg-l.png") 1x, url("../img/slider/slide1-bg-l.png") 2x)
    }

    .c-slide:nth-child(2) {
        background-image: url("../img/slider/slide2-bg-l.png");
        background-image: -webkit-image-set(url("../img/webp/slider/slide2-bg-l.webp") 1x, url("../img/webp/slider/slide2-bg-l.webp") 2x);
        background-image: -webkit-image-set(url("../img/slider/slide2-bg-l.png") 1x, url("../img/slider/slide2-bg-l.png") 2x);
        background-image: image-set(url("../img/slider/slide2-bg-l.png") 1x, url("../img/slider/slide2-bg-l.png") 2x)
    }

    .c-slide:nth-child(3) {
        background-image: url("../img/slider/slide3-bg-l.png");
        background-image: -webkit-image-set(url("../img/webp/slider/slide3-bg-l.webp") 1x, url("../img/webp/slider/slide3-bg-l.webp") 2x);
        background-image: -webkit-image-set(url("../img/slider/slide3-bg-l.png") 1x, url("../img/slider/slide3-bg-l.png") 2x);
        background-image: image-set(url("../img/slider/slide3-bg-l.png") 1x, url("../img/slider/slide3-bg-l.png") 2x)
    }

    .c-slider__left-arrow,
    .c-slider__right-arrow {
        opacity: 1;
        visibility: visible;
        height: 50px;
        width: 50px
    }

    .c-slide-left img,
    .c-slide-right img {
        height: 514px;
        width: 360px
    }

    .c-slide-text__offer {
        font-size: 14px
    }

    .c-slide-text__bonus {
        font-size: 50px
    }
}

.c-footer {
    background: #2C2018;
    color: #fff
}

.c-footer__info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
    padding-top: 30px
}

.c-footer__info-col {
    flex: 0 0 340px
}

.c-footer__info-col:nth-child(2) {
    flex-grow: 0
}

.c-footer__info-title {
    border-bottom: 1px solid #ffffff14;
    font-size: 20px;
    font-weight: 600;
    padding: 0 0 18px 0;
    margin: 0 0 22px 0
}

.c-footer__list {
    list-style: none;
    padding: 0;
    margin: 0
}

.c-footer__list li {
    margin: 0 0 8px 0
}

.c-footer__list._two-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.c-footer__list._two-columns li {
    flex: 1 0 161px;
    margin: 0
}

.c-footer__list a {
    color: #848484;
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    width: 100%
}

.c-footer__list a:hover {
    color: #fff
}

.c-footer__bottom {
    background: #331800;
}

.c-footer__provider-list,
.c-footer__payments-list,
.c-footer__secure-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0 0 32px 0;
    gap: 20px
}

.c-footer__provider-list img,
.c-footer__payments-list img,
.c-footer__secure-list img {
    -o-object-fit: contain;
    object-fit: contain
}

.c-footer__provider-list img {
    height: 28px
}

.c-footer__payments-list {
    border: 2px solid #181a2c;
    padding: 20px 10px
}

.c-footer__payments-list img {
    height: 17px
}

.c-footer__secure-list img {
    height: 31px
}

.c-footer__text {
    color: #848484;
    text-align: center;
    font-size: 12px
}

@media (min-width: 375px) {
    .c-footer__info-col {
        flex-basis: 360px
    }
}


@font-face {
    font-family: Inter;
    src: url(/assets/fonts/Inter-Regular.woff2) format("woff2"), url(/assets/fonts/Inter-Regular.woff) format("woff");
    font-display: swap
}

*,
::after,
::before {
    box-sizing: border-box
}

body,
h1,
li,
p {
    margin: 0
}

body,
html {
    width: 100%;
    height: 100%
}

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto
}

a[class] {
    text-decoration: none
}

img {
    max-width: 100%;
    display: block
}

@media (prefers-reduced-motion:reduce) {
    * {
        -webkit-animation-duration: 0s !important;
        animation-duration: 0s !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important
    }
}

h1 {
    text-align: center
}

body {
    font-family: Inter, Arial, Helvetica, sans-serif
}

body::before {
    content: "";
    background: #000000a3;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    height: 100vh;
    width: 100%;
    z-index: 2
}

.o-container {
    max-width: 1920px;
    margin: 0 auto
}

.o-padding {
    padding: 5px
}

.o-content {
    max-width: 1400px;
    margin: 0 auto
}

.o-content p:not([class]) {
    margin: 0 0 10px
}

@media (min-width:768px) {
    .o-padding {
        padding: 10px
    }
}

@media (min-width:1024px) {
    .o-padding {
        padding: 15px
    }
}

.c-header {
    background: #301900;
    padding: 0 10px;
    position: fixed;
    top: 0;
    left: 0;
    min-height: 98px;
    width: 100%;
    z-index: 2;
    color:#fff;
}

.c-header svg {
    fill: #1664f3
}

.c-header__top {
    gap: 10px;
    padding: 10px 0;
    justify-content: flex-end
}

.c-login {
    background: #FFEFE3;
    color: #F38C16;
}

.c-reg {
    background: #F38C16;
    color: #fff
}

.c-login,
.c-reg {
    align-items: center;
    border-radius: 100px;
    display: flex;
    padding: 5px 15px;
    text-transform: uppercase;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    min-height: 36px;
    max-width: 180px
}

.c-header__bottom {
    justify-content: space-between
}

.c-logo {
    display: inline-block
}

.c-logo img {
    height: 42px;
    width: 52px
}

.c-burger {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    height: 40px;
    width: 40px
}

.c-burger div {
    background: #F38C16;
    border-radius: 5px;
    height: 3px;
    width: 25px
}

.c-header__aside {
    background: #fff;
    border-left: 1px solid #eee;
    border-radius: 10px 0 0 10px;
    position: absolute;
    top: 0;
    right: 0;
    max-width: 290px;
    height: 100vh;
    width: 100%
}

.o-hidden {
    right: -100%
}

.c-header__aside-top {
    background: #e3f8ff;
    border-radius: 0 0 0 15px;
    margin: 0 0 0 10px;
    padding: 0 0 22px 25px;
    min-height: 180px
}

.c-header__aside-top .c-login {
    background: #fff;
    margin: 0 0 10px
}

.c-burger-close {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    margin: 0 16px 36px auto;
    height: 40px;
    width: 40px
}

.c-burger-close div {
    background: #292453;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 3px;
    width: 20px
}

.c-burger-close div:first-child {
    transform: rotate(45deg)
}

.c-burger-close div:last-child {
    transform: rotate(-45deg)
}

.c-header__nav {
    height: 60%;
    overflow-y: auto
}

.c-burger__menu {
    list-style: none;
    margin: 0;
    padding: 0
}

.c-burger__menu a {
    align-items: center;
    border-bottom: 1px solid #eee;
    color: #212121;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    gap: 10px;
    padding: 15px 0 15px 35px;
    text-decoration: none;
    width: 100%
}

.c-burger__menu svg {
    height: 20px;
    width: 20px
}

.c-header__bottom,
.c-header__top {
    align-items: center;
    display: flex
}

@media (min-width:992px) {
    .c-header {
        display: flex;
        flex-wrap: wrap;
        position: initial;
        min-height: 70px
    }

    .c-logo img {
        height: 47px;
        width: 82px
    }

    .c-burger,
    .c-header__aside-top {
        display: none
    }

    .o-hidden {
        right: initial
    }

    .c-header__top {
        flex-shrink: 1;
        order: 1;
        padding: 0;
        gap: 8px
    }

    .c-header__bottom {
        justify-content: flex-start;
        gap: 10px
    }

    .c-header__bottom,
    .c-header__top {
        flex: 1 0 auto
    }

    .c-header__aside {
        background: 0 0;
        border: none;
        border-radius: initial;
        height: initial;
        max-width: initial;
        position: initial;
        height: 100%;
        width: initial
    }

    .c-header__nav {
        height: 100%;
        overflow: initial
    }

    .c-burger__menu,
    .c-header__aside,
    .c-header__nav {
        height: 100%
    }

    .c-burger__menu {
        align-items: center;
        display: flex;
        gap: 8px
    }

    .c-burger__menu a {
        border: none;
        border-bottom: 3px solid transparent;
        padding: 15px 5px;
        color:#fff;
    }

    .c-burger__menu a,
    .c-burger__menu li {
        height: 100%
    }

    .c-burger__menu svg {
        display: none
    }
}

.c-main {
    padding-top: 98px
}

.c-slider-wrap {
    position: relative;
    overflow: hidden
}

.c-slider__left-arrow,
.c-slider__right-arrow {
    align-items: center;
    background: #ffffff4d;
    border-radius: 50%;
    display: flex;
    position: absolute;
    justify-content: center;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 36px;
    width: 36px;
    z-index: 1
}

.c-slider__left-arrow svg,
.c-slider__right-arrow svg {
    fill: #fff;
    stroke: #fff;
    height: 24px;
    width: 24px
}

.c-slider__left-arrow.hidden {
    opacity: 0;
    visibility: hidden
}

.c-slider__left-arrow {
    left: 10px
}

.c-slider__left-arrow svg {
    transform: rotate(90deg)
}

.c-slider__right-arrow {
    right: 10px
}

.c-slider__right-arrow svg {
    transform: rotate(-90deg)
}

.c-slider__controls {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.c-slider__controls span {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    height: 40px;
    width: 40px
}

.c-slider__controls span::before {
    content: "";
    background: #ffffff4d;
    border-radius: 50%;
    height: 8px;
    width: 8px
}

span.o-active::before {
    background: #F38C16;
}

.c-slider {
    display: flex;
    width: calc(100% * 3)
}

.c-slide {
    align-items: flex-end;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-between;
    position: relative;
    height: 320px;
    overflow: hidden;
    width: calc(100% / 3)
}

.c-slide:first-child {
    /* background-image: url(/assets/img/webp/slider/slide1-bg-s.png);
    background-image: -webkit-image-set(url("/assets/img/webp/slider/slide1-bg-s.webp") 1x, url("/assets/img/webp/slider/slide1-bg-s.webp") 2x);
    background-image: -webkit-image-set(url("/assets/img/webp/slider/slide1-bg-s.png") 1x, url("/assets/img/webp/slider/slide1-bg-s.png") 2x);
    background-image: image-set(url("/assets/img/webp/slider/slide1-bg-s.png") 1x, url("/assets/img/webp/slider/slide1-bg-s.png") 2x) */
    background: #551F00;
}

.c-slide:nth-child(2) {
    /* background-image: url(/assets/img/webp/slider/slide2-bg-s.png);
    background-image: -webkit-image-set(url("/assets/img/webp/slider/slide2-bg-s.webp") 1x, url("/assets/img/webp/slider/slide2-bg-s.webp") 2x);
    background-image: -webkit-image-set(url("/assets/img/webp/slider/slide2-bg-s.png") 1x, url("/assets/img/webp/slider/slide2-bg-s.png") 2x);
    background-image: image-set(url("/assets/img/webp/slider/slide2-bg-s.png") 1x, url("/assets/img/webp/slider/slide2-bg-s.png") 2x) */
    background: #551F00;
}

.c-slide:nth-child(3) {
    /* background-image: url(/assets/img/webp/slider/slide3-bg-s.webp);
    background-image: -webkit-image-set(url("/assets/img/webp/slider/slide3-bg-s.webp") 1x, url("/assets/img/webp/slider/slide3-bg-s.webp") 2x);
    background-image: -webkit-image-set(url("/assets/img/webp/slider/slide3-bg-s.png") 1x, url("/assets/img/webp/slider/slide3-bg-s.png") 2x);
    background-image: image-set(url("/assets/img/webp/slider/slide3-bg-s.png") 1x, url("/assets/img/webp/slider/slide3-bg-s.png") 2x) */
    background: #551F00;
}

.c-slide-left img,
.c-slide-right img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 258px;
    width: 120px
}

.c-slide-left img {
    -o-object-position: right;
    object-position: right
}

.c-slide-right img {
    -o-object-position: left;
    object-position: left
}

.c-slide-text {
    align-items: center;
    background: #000;
    background: linear-gradient(0deg, rgba(0, 0, 0, .549755) 52%, rgba(0, 0, 0, .18841) 100%);
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: absolute;
    top: 0;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 15px 0 30px
}

.c-slide-text__offer {
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .92em;
    line-height: 1;
    margin: 0;
    text-align: center;
    text-shadow: 0 .8rem .8rem #090a0b0d;
    text-transform: uppercase
}

.c-slide-text__bonus {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    text-shadow: 0 0 5px #000;
    text-transform: uppercase;
    max-width: 80%
}

.c-first-100 p {
    text-align: center
}

@media (min-width:375px) {
    .c-slide:first-child {
        /* background-image: url(/assets/img/webp/slider/slide1-bg-m.png);
        background-image: -webkit-image-set(url("/assets/img/webp/slider/slide1-bg-m.webp") 1x, url("/assets/img/webp/slider/slide1-bg-m.webp") 2x);
        background-image: -webkit-image-set(url("/assets/img/webp/slider/slide1-bg-m.png") 1x, url("/assets/img/webp/slider/slide1-bg-m.png") 2x);
        background-image: image-set(url("/assets/img/webp/slider/slide1-bg-m.png") 1x, url("/assets/img/webp/slider/slide1-bg-m.png") 2x) */
        background: #551F00;
    }

    .c-slide:nth-child(2) {
        /* background-image: url(/assets/img/webp/slider/slide2-bg-m.png);
        background-image: -webkit-image-set(url("/assets/img/webp/slider/slide2-bg-m.webp") 1x, url("/assets/img/webp/slider/slide2-bg-m.webp") 2x);
        background-image: -webkit-image-set(url("/assets/img/webp/slider/slide2-bg-m.png") 1x, url("/assets/img/webp/slider/slide2-bg-m.png") 2x);
        background-image: image-set(url("/assets/img/webp/slider/slide2-bg-m.png") 1x, url("/assets/img/webp/slider/slide2-bg-m.png") 2x)
     */
     background: #551F00;
    }

    .c-slide:nth-child(3) {
        /* background-image: url(/assets/img/webp/slider/slide3-bg-m.png);
        background-image: -webkit-image-set(url("/assets/img/webp/slider/slide3-bg-m.webp") 1x, url("/assets/img/webp/slider/slide3-bg-m.webp") 2x);
        background-image: -webkit-image-set(url("/assets/img/webp/slider/slide3-bg-m.png") 1x, url("/assets/img/webp/slider/slide3-bg-m.png") 2x);
        background-image: image-set(url("/assets/img/webp/slider/slide3-bg-m.png") 1x, url("/assets/img/webp/slider/slide3-bg-m.png") 2x)
     */
     background: #551F00;
    }

    .c-slide-left img,
    .c-slide-right img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 278px
    }

    .c-slide-right img {
        -o-object-position: left;
        object-position: left;
        width: 131px
    }

    .c-slide-text {
        justify-content: center
    }
}

@media (min-width:992px) {
    .c-main {
        padding-top: 0
    }
}

@media (min-width:1024px) {
    .c-slide {
        height: 508px
    }

    .c-slide .c-reg {
        font-size: 18px;
        min-height: 60px;
        padding: 0 56px
    }

    .c-slide:first-child {
        /* background-image: url(/assets/img/webp/slider/slide1-bg-l.png);
        background-image: -webkit-image-set(url("/assets/img/webp/slider/slide1-bg-l.webp") 1x, url("/assets/img/webp/slider/slide1-bg-l.webp") 2x);
        background-image: -webkit-image-set(url("/assets/img/webp/slider/slide1-bg-l.png") 1x, url("/assets/img/webp/slider/slide1-bg-l.png") 2x);
        background-image: image-set(url("/assets/img/webp/slider/slide1-bg-l.png") 1x, url("/assets/img/webp/slider/slide1-bg-l.png") 2x)
     */
     background: #551F00;
    }

    .c-slide:nth-child(2) {
        /* background-image: url(/assets/img/webp/slider/slide2-bg-l.png);
        background-image: -webkit-image-set(url("/assets/img/webp/slider/slide2-bg-l.webp") 1x, url("/assets/img/webp/slider/slide2-bg-l.webp") 2x);
        background-image: -webkit-image-set(url("/assets/img/webp/slider/slide2-bg-l.png") 1x, url("/assets/img/webp/slider/slide2-bg-l.png") 2x);
        background-image: image-set(url("/assets/img/webp/slider/slide2-bg-l.png") 1x, url("/assets/img/webp/slider/slide2-bg-l.png") 2x)
    */
    background: #551F00;
    }

    .c-slide:nth-child(3) {
        /* background-image: url(/assets/img/webp/slider/slide3-bg-l.png);
        background-image: -webkit-image-set(url("/assets/img/webp/slider/slide3-bg-l.webp") 1x, url("/assets/img/webp/slider/slide3-bg-l.webp") 2x);
        background-image: -webkit-image-set(url("/assets/img/webp/slider/slide3-bg-l.png") 1x, url("/assets/img/webp/slider/slide3-bg-l.png") 2x);
        background-image: image-set(url("/assets/img/webp/slider/slide3-bg-l.png") 1x, url("/assets/img/webp/slider/slide3-bg-l.png") 2x)
    */
    background: #551F00;
    }

    .c-slider__left-arrow,
    .c-slider__right-arrow {
        opacity: 1;
        visibility: visible;
        height: 50px;
        width: 50px
    }

    .c-slide-left img,
    .c-slide-right img {
        height: 514px;
        width: 360px
    }

    .c-slide-text__offer {
        font-size: 14px
    }

    .c-slide-text__bonus {
        font-size: 50px
    }
}

.anchor__menu a {
    text-decoration: none;
    color:inherit
}
.anchor__menu a:hover {
    color:#1790ff;
}