html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

nav ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}

ul {
    list-style: none;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}



body.fancybox-active {
    overflow: hidden
}

body.fancybox-iosfix {
    position: fixed;
    left: 0;
    right: 0
}

.fancybox-is-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden
}

.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99992;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.fancybox-outer {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s, visibility 0s linear .25s;
    box-sizing: border-box
}

.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    visibility: visible;
    transition: opacity .25s, visibility 0s
}

.fancybox-infobar {
    top: 0;
    left: 0;
    font-size: 13px;
    padding: 0 10px;
    height: 44px;
    min-width: 44px;
    line-height: 44px;
    color: #ccc;
    text-align: center;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased;
    mix-blend-mode: exclusion
}

.fancybox-toolbar {
    top: 0;
    right: 0;
    margin: 0;
    padding: 0
}

.fancybox-stage {
    overflow: hidden;
    direction: ltr;
    z-index: 99994;
    -webkit-transform: translateZ(0)
}

.fancybox-is-closing .fancybox-stage {
    overflow: visible
}

.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: none;
    white-space: normal;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: visible
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
    background: #000
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
    background: #e5e3df
}

.fancybox-slide--next {
    z-index: 99995
}

.fancybox-slide>* {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box
}

.fancybox-slide>base,
.fancybox-slide>link,
.fancybox-slide>meta,
.fancybox-slide>script,
.fancybox-slide>style,
.fancybox-slide>title {
    display: none
}

.fancybox-slide .fancybox-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: transparent;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform
}

.fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: zoom-in
}

.fancybox-can-drag .fancybox-image-wrap {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-dragging .fancybox-image-wrap {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-image,
.fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    max-height: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff
}

.fancybox-iframe {
    display: block;
    padding: 0;
    border: 0;
    height: 100%
}

.fancybox-error,
.fancybox-iframe {
    margin: 0;
    width: 100%;
    background: #fff
}

.fancybox-error {
    padding: 40px;
    max-width: 380px;
    cursor: default
}

.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 16px;
    line-height: 20px
}

.fancybox-button {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 10px;
    border: 0;
    border-radius: 0;
    background: rgba(30, 30, 30, .6);
    transition: color .3s ease;
    cursor: pointer;
    outline: none
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:focus,
.fancybox-button:hover {
    color: #fff
}

.fancybox-button[disabled] {
    color: #ccc;
    cursor: default;
    opacity: .6
}

.fancybox-button svg {
    display: block;
    position: relative;
    overflow: visible;
    shape-rendering: geometricPrecision
}

.fancybox-button svg path {
    fill: currentColor;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3
}

.fancybox-button--share svg path {
    stroke-width: 1
}

.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
    display: none
}

.fancybox-button--zoom svg path {
    fill: transparent
}

.fancybox-navigation {
    display: none
}

.fancybox-show-nav .fancybox-navigation {
    display: block
}

.fancybox-navigation button {
    position: absolute;
    top: 50%;
    margin: -50px 0 0;
    z-index: 99997;
    background: transparent;
    width: 60px;
    height: 100px;
    padding: 17px
}

.fancybox-navigation button:before {
    content: "";
    position: absolute;
    top: 30px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: rgba(30, 30, 30, .6)
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 0
}

.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    z-index: 10;
    cursor: pointer
}

.fancybox-close-small:after {
    content: "×";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background-color: transparent;
    transition: background-color .25s;
    box-sizing: border-box;
    z-index: 2
}

.fancybox-close-small:focus {
    outline: none
}

.fancybox-close-small:focus:after {
    outline: 1px dotted #888
}

.fancybox-close-small:hover:after {
    color: #555;
    background: #eee
}

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small {
    top: 0;
    right: -44px
}

.fancybox-slide--iframe .fancybox-close-small:after,
.fancybox-slide--image .fancybox-close-small:after {
    font-size: 35px;
    color: #aaa
}

.fancybox-slide--iframe .fancybox-close-small:hover:after,
.fancybox-slide--image .fancybox-close-small:hover:after {
    color: #fff;
    background: transparent
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none
}

.fancybox-caption-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 2vw 0;
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8));
    pointer-events: none
}

.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid hsla(0, 0%, 100%, .4);
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
    pointer-events: all;
    position: relative
}

.fancybox-caption a {
    color: #fff;
    text-decoration: underline
}

.fancybox-slide>.fancybox-loading {
    border: 6px solid hsla(0, 0%, 39%, .4);
    border-top: 6px solid hsla(0, 0%, 100%, .6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: a .8s infinite linear;
    animation: a .8s infinite linear;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 99999
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0
}

.fancybox-fx-slide.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0
}

.fancybox-fx-slide.fancybox-slide--current {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
    opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
    opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1
}

.fancybox-fx-rotate.fancybox-slide--previous {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--next {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--current {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1
}

.fancybox-fx-circular.fancybox-slide--previous {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    opacity: 0
}

.fancybox-fx-circular.fancybox-slide--next {
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    opacity: 0
}

.fancybox-fx-circular.fancybox-slide--current {
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
    opacity: 1
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}

.fancybox-share {
    padding: 30px;
    border-radius: 3px;
    background: #f4f4f4;
    max-width: 90%
}

.fancybox-share h1 {
    color: #222;
    margin: 0 0 20px;
    font-size: 33px;
    font-weight: 700;
    text-align: center
}

.fancybox-share p {
    margin: 0;
    padding: 0;
    text-align: center
}

.fancybox-share p:first-of-type {
    margin-right: -10px
}

.fancybox-share_button {
    display: inline-block;
    text-decoration: none;
    margin: 0 10px 10px 0;
    padding: 10px 20px;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16);
    background: #fff;
    white-space: nowrap;
    font-size: 16px;
    line-height: 23px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 140px;
    color: #707070;
    transition: all .2s
}

.fancybox-share_button:focus,
.fancybox-share_button:hover {
    text-decoration: none;
    color: #333;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .3)
}

.fancybox-share_button svg {
    margin-right: 5px;
    width: 20px;
    height: 20px;
    vertical-align: text-bottom
}

.fancybox-share input {
    box-sizing: border-box;
    width: 100%;
    margin: 5px 0 0;
    padding: 10px 15px;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    background: #ebebeb;
    color: #5d5b5b;
    font-size: 14px;
    outline: none
}

.fancybox-thumbs {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 212px;
    margin: 0;
    padding: 2px 2px 4px;
    background: #fff;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-y: hidden;
    overflow-x: auto
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs>ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
    white-space: nowrap
}

.fancybox-thumbs-x>ul {
    overflow: hidden
}

.fancybox-thumbs-y>ul::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs>ul>li {
    float: left;
    overflow: hidden;
    padding: 0;
    margin: 2px;
    width: 100px;
    height: 75px;
    max-width: calc(50% - 4px);
    max-height: calc(100% - 8px);
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box
}

li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, .1)
}

.fancybox-thumbs>ul>li>img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-thumbs>ul>li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94)
}

.fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width:800px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs>ul>li {
        max-width: calc(100% - 10px)
    }
}





@font-face {

    font-family: 'Colatera Soft';

    src: url('../fonts/ColateraSoft.eot');

    src: url('../fonts/ColateraSoft.eot?#iefix') format('embedded-opentype'),

    url('../fonts/ColateraSoft.woff2') format('woff2'),

    url('../fonts/ColateraSoft.woff') format('woff'),

    url('../fonts/ColateraSoft.ttf') format('truetype'),

    url('../fonts/ColateraSoft.svg#ColateraSoft') format('svg');

    font-weight: normal;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Mojito';

    src: url('../fonts/Mojito-Regular.eot');

    src: url('../fonts/Mojito-Regular.eot?#iefix') format('embedded-opentype'),

    url('../fonts/Mojito-Regular.woff2') format('woff2'),

    url('../fonts/Mojito-Regular.woff') format('woff'),

    url('../fonts/Mojito-Regular.ttf') format('truetype'),

    url('../fonts/Mojito-Regular.svg#Mojito-Regular') format('svg');

    font-weight: normal;

    font-style: normal;

    font-display: swap;

}





@font-face {

    font-family: 'Nunito';

    src: url('../fonts/Nunito-Black.eot');

    src: url('../fonts/Nunito-Black.eot?#iefix') format('embedded-opentype'),

    url('../fonts/Nunito-Black.woff2') format('woff2'),

    url('../fonts/Nunito-Black.woff') format('woff'),

    url('../fonts/Nunito-Black.ttf') format('truetype'),

    url('../fonts/Nunito-Black.svg#Nunito-Black') format('svg');

    font-weight: 900;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Nunito';

    src: url('../fonts/Nunito-ExtraLight.eot');

    src: url('../fonts/Nunito-ExtraLight.eot?#iefix') format('embedded-opentype'),

    url('../fonts/Nunito-ExtraLight.woff2') format('woff2'),

    url('../fonts/Nunito-ExtraLight.woff') format('woff'),

    url('../fonts/Nunito-ExtraLight.ttf') format('truetype'),

    url('../fonts/Nunito-ExtraLight.svg#Nunito-ExtraLight') format('svg');

    font-weight: 200;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Nunito';

    src: url('../fonts/Nunito-Light.eot');

    src: url('../fonts/Nunito-Light.eot?#iefix') format('embedded-opentype'),

    url('../fonts/Nunito-Light.woff2') format('woff2'),

    url('../fonts/Nunito-Light.woff') format('woff'),

    url('../fonts/Nunito-Light.ttf') format('truetype'),

    url('../fonts/Nunito-Light.svg#Nunito-Light') format('svg');

    font-weight: 300;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Nunito';

    src: url('../fonts/Nunito-Medium.eot');

    src: url('../fonts/Nunito-Medium.eot?#iefix') format('embedded-opentype'),

    url('../fonts/Nunito-Medium.woff2') format('woff2'),

    url('../fonts/Nunito-Medium.woff') format('woff'),

    url('../fonts/Nunito-Medium.ttf') format('truetype'),

    url('../fonts/Nunito-Medium.svg#Nunito-Medium') format('svg');

    font-weight: 500;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Nunito';

    src: url('../fonts/Nunito-Bold.eot');

    src: url('../fonts/Nunito-Bold.eot?#iefix') format('embedded-opentype'),

    url('../fonts/Nunito-Bold.woff2') format('woff2'),

    url('../fonts/Nunito-Bold.woff') format('woff'),

    url('../fonts/Nunito-Bold.ttf') format('truetype'),

    url('../fonts/Nunito-Bold.svg#Nunito-Bold') format('svg');

    font-weight: bold;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Nunito';

    src: url('../fonts/Nunito-SemiBold.eot');

    src: url('../fonts/Nunito-SemiBold.eot?#iefix') format('embedded-opentype'),

    url('../fonts/Nunito-SemiBold.woff2') format('woff2'),

    url('../fonts/Nunito-SemiBold.woff') format('woff'),

    url('../fonts/Nunito-SemiBold.ttf') format('truetype'),

    url('../fonts/Nunito-SemiBold.svg#Nunito-SemiBold') format('svg');

    font-weight: 600;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Nunito';

    src: url('../fonts/Nunito-ExtraBold.eot');

    src: url('../fonts/Nunito-ExtraBold.eot?#iefix') format('embedded-opentype'),

    url('../fonts/Nunito-ExtraBold.woff2') format('woff2'),

    url('../fonts/Nunito-ExtraBold.woff') format('woff'),

    url('../fonts/Nunito-ExtraBold.ttf') format('truetype'),

    url('../fonts/Nunito-ExtraBold.svg#Nunito-ExtraBold') format('svg');

    font-weight: bold;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Nunito';

    src: url('../fonts/Nunito-Regular.eot');

    src: url('../fonts/Nunito-Regular.eot?#iefix') format('embedded-opentype'),

    url('../fonts/Nunito-Regular.woff2') format('woff2'),

    url('../fonts/Nunito-Regular.woff') format('woff'),

    url('../fonts/Nunito-Regular.ttf') format('truetype'),

    url('../fonts/Nunito-Regular.svg#Nunito-Regular') format('svg');

    font-weight: normal;

    font-style: normal;

    font-display: swap;

}









html {
    overflow-x: hidden;
}



body {

    /* 	font-family: 'Nunito', sans-serif; */

    background: #0E131D;

    font-weight: 500;

    font-size: 18px;

    line-height: 150%;

    color: rgba(255, 255, 255, 0.8);

    min-width: 320px;

    overflow-x: hidden;

}



.container {
    width: 1110px;
    margin: 0 auto;
    box-sizing: border-box;
}









header {
    padding: 12px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: rgba(255, 255, 255, 0.04);
    box-shadow: inset 0px 4px 71px rgba(255, 255, 255, 0.11);
    transition: all 0.25s ease-out;
}

header.f-nav {
    background: #000;
}

header .flex {
    align-items: center;
}

header .logo {
    /*font-family: 'Colatera Soft';*/
    font-size: 34px;
    color: #fff;
}

header .logo a {
    color: #fff;
}

header .logo span {
    color: #2AB136;
}

header nav {}

header nav li {
    display: inline-block;
    margin: 0 17px;
}

header nav li a {
    color: #fff;
    border-bottom: 1px solid transparent;
}

header nav li a:hover {
    border-color: #fff;
}











.promo-section {
    box-sizing: border-box;
    position: relative;
    padding: 270px 0 190px;
    /*background: url("../img/bg_promo-min.jpg") 50% 0 no-repeat;*/
    /*background-size: cover;*/
    overflow: hidden;
}

.promo-section .image {
    position: absolute;
    top: 130px;
    left: calc(50% - 50px);
}

.promo-section .data {
    max-width: 560px;
    color: #fff;
}

.promo-section h1 {
    /* 	text-transform: uppercase; */
    /*font-family: 'Colatera Soft';*/
    font-weight: normal;
    font-size: 70px;
    line-height: 130%;
    letter-spacing: 0.09em;
}

.promo-section .action {
    /* 	text-transform: uppercase; */
    font-size: 50px;
    line-height: 130%;
    font-weight: normal;
    /* 	font-family: 'Mojito'; */
    /*font-family: 'Colatera Soft';*/
    padding: 12px 0;
    position: relative;
}

.promo-section .action:after {
    position: absolute;
    width: 84px;
    height: 48px;
    content: '';
    background: rgba(42, 177, 54, 0.5);
    border-radius: 10px;
    top: 14px;
    left: -7px;
	display: none;
}

.promo-section .action div {
    position: relative;
    z-index: 2
}

.promo-section .action b {
    display: inline-block;
    padding: 0 10px;
    font-weight: normal;
    position: relative;
}

.promo-section .action b i {
    font-style: normal;
    position: relative;
    z-index: 1;
}

.promo-section .action b:after {
    position: absolute;
    width: 100%;
    height: 48px;
    content: '';
    background: rgba(42, 177, 54, 0.5);
    border-radius: 10px;
    top: 3px;
    left: 0;
}











.tableofcontent-section {
    position: relative;
    z-index: 2;
    margin-top: -32px;
    padding: 0 0 0px;
}

.tableofcontent-section .item {
    align-items: center;
    cursor: pointer;
    box-sizing: border-box;
    padding: 5px;
    width: 140px;
    min-width: 140px;

    height: 110px;
    margin: 0 auto;
    justify-content: space-around;
    text-align: center;
    background: #000000;
    border: 1px solid rgba(169, 34, 34, 1);
    border-radius: 12px;
    margin-right: 10px;
}




.slider__bonus {
    display: flex;
    overflow-x: auto;
    scrollbar-color: #ce2626 #1E1F28;
    scrollbar-width: thin;
}






.about-section {
    padding: 80px 0 40px;
}

.about-section .data {
    padding: 35px 85px 15px;
}

.about-section .data h3 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}

.about-section .data h4 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

.about-section .data p {
    margin-bottom: 20px;
}

.about-section .data ul {
    list-style: inherit;
    padding-bottom: 20px;
    padding-left: 20px;
}

.about-section .data ol {
    list-style: decimal;
    padding-bottom: 20px;
    padding-left: 20px;
}











.features-section {
    position: relative;
    padding: 0 0 50px;
}

.features-section .item {
    width: 540px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.features-section .item.item__full {
    width: 100%;
}

.features-section .item .title {
    background: linear-gradient(180deg, #A92222 0%, rgba(169, 34, 34, 0) 197.79%);
    border-radius: 12px;
    /* 	font-family: 'Mojito'; */
    /*font-family: 'Colatera Soft';*/
    text-align: center;
    /* 	text-transform: uppercase; */
    color: #fff;
    height: 60px;
    line-height: 70px;
    font-size: 40px;
}

.features-section .item:nth-child(1) .title span {
    display: inline-block;
    padding: 0 0 0 40px;
    background: url("../img/features1.svg") 0 20px no-repeat;
}

.features-section .item:nth-child(2) .title span {
    display: inline-block;
    padding: 0 0 0 40px;
    background: url("../img/features2.svg") 0 20px no-repeat;
}

.features-section .item:nth-child(4) .title span {
    display: inline-block;
    padding: 0 0 0 40px;
    background: url("../img/features4.svg") 0 20px no-repeat;
}

.features-section .item:nth-child(5) .title span {
    display: inline-block;
    padding: 0 0 0 40px;
    background: url("../img/features5.svg") 0 20px no-repeat;
}



.features-section .item .title h3 {
    font-weight: normal;
}

.features-section .item:nth-child(1) .title h3 {
    display: inline-block;
    padding: 0 0 0 40px;
    /*background: url("../img/features1.svg") 0 20px no-repeat;*/
}

.features-section .item:nth-child(2) .title h3 {
    display: inline-block;
    padding: 0 0 0 40px;
    /*background: url("../img/features2.svg") 0 20px no-repeat;*/
}

.features-section .item:nth-child(4) .title h3 {
    display: inline-block;
    padding: 0 0 0 40px;
/*     background: url("../img/features4.svg") 0 20px no-repeat; */
}

.features-section .item:nth-child(5) .title h3 {
    display: inline-block;
    padding: 0 0 0 40px;
/*     background: url("../img/features5.svg") 0 20px no-repeat; */
}

.features-section .item .data {
    padding: 0 20px;
    position: relative;
}

.features-section .item .data:after {
    position: absolute;
    top: 0;
    left: 175px;
    width: 1px;
    height: 100%;
    content: '';
    background: rgba(255, 255, 255, 0.08);
}

.features-section .item .flex {
    align-items: center;
}

.features-section .item .tr {
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.features-section .item .tr span:first-child {
    display: block;
    width: 155px;
    box-sizing: border-box;
    padding-right: 25px
}

.features-section .item .tr span {
    width: calc(100% - 170px)
}

.features-section .item .text {
    padding: 16px 20px 0;
}

.features-section .item .text p {
    margin-bottom: 20px;
}
.features-section .item .text h3 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}
.features-section .item .text h4 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}
.features-section .item .text ul {
    list-style: inherit;
    padding-bottom: 20px;
    padding-left: 20px;
}
.features-section .item .text ol {
    list-style: decimal;
    padding-bottom: 20px;
    padding-left: 20px;
}







.lightSlider {
    height: auto;
}



.start-section {
    padding: 80px 0;
    background: rgba(255, 255, 255, 0.04);
    position: relative;
}



.start-section .flex {
    align-items: center;
}

.start-section .slider__start {
    width: 500px;
    position: relative;
    height: auto;
}

.start-section .slider__start:after {
    width: 800px;
    height: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    content: '';
/*     background: url("../img/shadow.png") 100% 50% repeat-x; */
}

.start-section .slider__start .slick-dots {
    bottom: -32px
}

.start-section .slider__start .slick-dots li:last-child {
    display: none;
}

.start-section .data {
    width: calc(100% - 570px);
}

.start-section .data p {
    max-width: 480px
}

.start-section .bt {
    text-align: left;
}

.start-section .steps {
    margin: 75px 0 0;
    padding: 30px;
    text-align: center;
    align-items: flex-start;
}

.start-section .steps .item {
    width: 24%;
    padding: 75px 0 0;
    background: url("../img/ls1.svg") 50% 0 no-repeat;
}

.start-section .steps .item:nth-child(2) {
    background: url("../img/ls2.svg") 50% 0 no-repeat;
}

.start-section .steps .item:nth-child(3) {
    background: url("../img/ls3.svg") 50% 0 no-repeat;
}

.start-section .steps .item:nth-child(4) {
    background: url("../img/ls4.svg") 50% 0 no-repeat;
}

.start-section .steps p {
    font-size: 16px;
}

.start-section .steps span,
.start-section .steps h3 {
    display: inline-block;
    background: rgba(42, 177, 54, 0.2);
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 10px;
    font-weight: normal;
}











.login-section {
    padding: 80px 0;
    /* 	background: url("../img/hand.webp") calc(50% + 395px) 100% no-repeat; */
}

.login-section .flex {
    align-items: flex-start;
}

.login-section .bt {
    text-align: left;
    margin-bottom: 25px;
}

.login-section .bt span {
    display: block;
}

.login-section .slider__login {
    width: 260px;
    position: relative;
    top: 40px;
    right: 124px
}

.login-section .slider__login .slick-dots {
    bottom: -32px
}

.login-section .data {
    width: calc(100% - 360px);
}

.login-section .data p {
    max-width: 540px;
    margin-bottom: 26px;
}

.login-section .data h3 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}

.login-section .data h4 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

.login-section .data ul {
    list-style: inherit;
    padding-bottom: 20px;
    padding-left: 20px;
}

.login-section .data ol {
    list-style: decimal;
    padding-bottom: 20px;
    padding-left: 20px;
}

.login-section .data .note {
    font-size: 16px;
    max-width: 610px
}
ol {
    list-style: decimal;
    padding-bottom: 20px;
    padding-left: 20px;
	text-align: left;
}
ul {
    list-style: inherit;
    padding-bottom: 20px;
    padding-left: 20px;
	text-align: left;
}
h3 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}
h4 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}
p {
    margin-bottom: 26px;
}








.bonuses-section {
    padding: 80px 0;
    background: rgba(255, 255, 255, 0.04);
}

.bonuses-section .info {
    padding-bottom: 25px
}

.bonuses-section .info p {
    margin-bottom: 25px;
}

.bonuses-section .data {
    padding: 30px 30px 5px;
    margin-bottom: 30px;
}

.bonuses-section .data .image {
    margin: 0
}

.bonuses-section .data .title {
    font-size: 40px;
    /* 	font-family: 'Mojito'; */
    /*font-family: 'Colatera Soft';*/
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 17px;
}

.bonuses-section .data h3 {
    font-weight: normal;
}

.bonuses-section .data h3 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}

.bonuses-section .data h4 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

.bonuses-section .data ul {
    list-style: inherit;
    padding-bottom: 20px;
    padding-left: 20px;
}

.bonuses-section .data ol {
    list-style: decimal;
    padding-bottom: 20px;
    padding-left: 20px;
}

.bonuses-section .data .txt {
    width: calc(100% - 255px);
    margin-bottom: 30px;
}

.bonuses-section .data .txt p:last-child {
    margin-bottom: 0
}

.bonuses-section .data p {
    margin-bottom: 25px;
}

.bonuses-section .data ul {
    padding: 0 0 0 25px;
    margin-bottom: 0;
}

.bonuses-section .data ul li {
    list-style: disc;
    margin-bottom: 10px;
}











.loyalty-section {
    padding: 80px 0;
}

.loyalty-section .flex.lf {
    align-items: flex-start;
    margin-bottom: 50px;
}

.loyalty-section .slider__loyalty {
    width: 284px;
    position: relative;
    padding: 22px 0;
    margin-top: 60px;
}

.loyalty-section .slider__loyalty img {
    width: calc(100% - 44px);
    margin: 0 auto;
}

.loyalty-section .slider__loyalty .slick-dots {
    bottom: -32px
}

.loyalty-section .data {
    width: calc(100% - 380px);
}

.loyalty-section .data h3 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}

.loyalty-section .data h4 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

.loyalty-section .data ul {
    list-style: inherit;
    padding-bottom: 20px;
    padding-left: 20px;
}

.loyalty-section .data ol {
    list-style: decimal;
    padding-bottom: 20px;
    padding-left: 20px;
}

.loyalty-section .data p {
    margin-bottom: 25px;
}

.loyalty-section .bt {
    text-align: left;
}



.loyalty-section .item {
    width: 540px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.loyalty-section .item.item__full {
    width: 100%;
}

.loyalty-section .item .title {
    background: linear-gradient(180deg, #A92222 0%, rgba(169, 34, 34, 0) 197.79%);
    border-radius: 12px;
    /* 	font-family: 'Mojito'; */
    /*font-family: 'Colatera Soft';*/
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    height: 60px;
    line-height: 70px;
    font-size: 40px;
}

.loyalty-section .item .title h3 {
    font-weight: normal;
}

.loyalty-section .item .text {
    padding: 16px 20px 0;
}

.loyalty-section .item .text p {
    margin-bottom: 20px
}







article ul{
    list-style-type: disc;
    padding-left: 35px;
}



.slots-section {
    padding: 80px 0;
    background: rgba(255, 255, 255, 0.04);
}

.slots-section .info {
    margin: 0 auto 25px;
    max-width: 930px
}

.slots-section .item {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    text-align: left;
}

.slots-section .item:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.slots-section .item p {
    margin-bottom: 25px;
}

.slots-section .title {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 130%;
    letter-spacing: 0.09em;
    color: #fff;
    /*font-family: 'Colatera Soft';*/
}

.slots-section h3 {
    font-weight: normal;
    margin-top: 35px;
    text-align: center;
}

.slots-section .item .flex div {
    width: 48%;
    font-weight: normal;
}

.slots-section .item ul {
    padding: 0 0 0 25px;
}

.slots-section .item ul li {
    list-style: disc;
    margin-bottom: 10px;
}

.slots-section .slots article p {
    margin-bottom: 20px;
}

.slots-section .slots article h3 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}

.slots-section .slots article h4 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

.slots-section .slots article ul {
    list-style: inherit;
    padding-bottom: 20px;
    padding-left: 20px;
}

.slots-section .slots article ol {
    list-style: decimal;
    padding-bottom: 20px;
    padding-left: 20px;
}





.item__s {
    align-items: flex-start;
}

.item__s-list {
    width: 730px;
}

.item__b {
    width: 350px;
    background: #282d36;
    border-radius: 12px;
}

.item_s {
    width: 223px;
    overflow: hidden;
    background: #282d36;
    border-radius: 12px;
    margin-bottom: 27px
}

.slots span {
    font-weight: 700;
    padding: 8px;
    display: block;
    text-align: center;
}

.slots .item__b span {
    padding: 17px
}

.slots img {
    border-radius: 12px;
}



.item__s:nth-child(2n) .item__s-list {
    order: 1;
}

.item__s:nth-child(2n) .item__b {
    order: 0;
}











.mobile-section {
    padding: 80px 0 55px;
    /* 	background: url("../img/handob.webp") calc(50% - 377px) 100% no-repeat; */
}

.mobile-section .flex {
    align-items: flex-start;
}

.mobile-section .bt {
    text-align: left;
    margin-bottom: 25px;
}

.mobile-section .bt span {
    display: block;
}

.mobile-section .slider__mobile {
    width: 260px;
    position: relative;
    top: 0;
    left: 140px
}

.mobile-section .slider__mobile .slick-dots {
    bottom: -32px
}

.mobile-section .data {
    width: calc(100% - 560px);
}

.mobile-section .data p {
    max-width: 550px;
    margin-bottom: 26px;
}

.mobile-section .data .note {
    font-size: 16px;
    max-width: 610px
}











.banking-section {
    padding: 80px 0;
    background: rgba(255, 255, 255, 0.04);
}

.banking-section .wr__table {
    margin: 50px 0 70px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 12px;
    border: 1px solid rgba(169, 34, 34, 1);
    overflow: hidden;
}

.banking-section .item {
    width: 25%;
    box-sizing: border-box;
    height: 65px;
    line-height: 65px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-right: 1px solid rgba(255, 255, 255, 0.35)
}

.banking-section .item:last-child,
.banking-section .table__content:last-child {
    border: none;
}

.banking-section .item img {
    margin: 0 auto;
    height: 40px;
    width: auto
}

.banking-section .table__title {
    background: linear-gradient(180deg, #A92222 0%, rgba(169, 34, 34, 0) 197.79%);
    border-radius: 12px;
    /* 	font-family: 'Mojito'; */
    /*font-family: 'Colatera Soft';*/
    font-size: 22px;
    color: #fff;
}

.banking-section .table__content {
    border-bottom: 1px solid rgba(255, 255, 255, 0.35)
}

.banking-section .info p {
    margin-bottom: 20px;
}

.banking-section .info h3 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}

.banking-section .info h4 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

.banking-section .info ul {
    list-style: inherit;
    padding-bottom: 20px;
    padding-left: 20px;
}

.banking-section .info ol {
    list-style: decimal;
    padding-bottom: 20px;
    padding-left: 20px;
}










.funds-section {
    padding: 80px 0 15px
}

.funds-section .info {
    margin-bottom: 65px;
}

.funds-section .info p {
    margin-bottom: 20px;
}

.funds-section .info h3 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}

.funds-section .info h4 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

.funds-section .info ul {
    list-style: inherit;
    padding-bottom: 20px;
    padding-left: 20px;
}

.funds-section .info ol {
    list-style: decimal;
    padding-bottom: 20px;
    padding-left: 20px;
}

.funds-section .item {
    width: 540px;
    box-sizing: border-box;
    margin-bottom: 80px;
}

.funds-section .item .title {
    background: linear-gradient(180deg, #A92222 0%, rgba(169, 34, 34, 0) 197.79%);
    border-radius: 12px;
    /* 	font-family: 'Mojito'; */
    /*font-family: 'Colatera Soft';*/
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    height: 60px;
    line-height: 70px;
    font-size: 40px;
}

.funds-section .item:nth-child(1) .title span,
.funds-section .item:nth-child(1) .title h3 {
    display: inline-block;
    padding: 0 0 0 40px;
/*     background: url("../img/features6.svg") 0 20px no-repeat; */
}

.funds-section .item:nth-child(2) .title span,
.funds-section .item:nth-child(2) .title h3 {
    display: inline-block;
    padding: 0 0 0 40px;
/*     background: url("../img/features7.svg") 0 20px no-repeat; */
}

.funds-section .item .data {
    padding: 0 20px;
    position: relative;
}

.funds-section .item .data:after {
    position: absolute;
    top: 0;
    left: 175px;
    width: 1px;
    height: 100%;
    content: '';
    background: rgba(255, 255, 255, 0.08);
}

.funds-section .item .flex {
    align-items: center;
}

.funds-section .item .tr {
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.funds-section .item .tr span:first-child {
    display: block;
    width: 155px;
    box-sizing: border-box;
    padding-right: 25px
}

.funds-section .item .tr span {
    width: calc(100% - 170px)
}

.funds-section .item i {
    display: block;
    width: 15px;
    height: 11px;
    background: url("../img/check.svg") 50% 50% no-repeat;
}











.reviews-section {
    padding: 80px 0 120px;
    background: rgba(255, 255, 255, 0.04);
}

.reviews-section .item {
    width: 350px;
}

.reviews-section .item .review {
    padding: 15px 20px;
    font-weight: 400;
    font-weight: normal;
    font-size: 16px;
}

.reviews-section .item .data {
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
}

.reviews-section .item .name {
    font-weight: 700;
}

.reviews-section .item .name span {
    display: block;
    font-weight: normal;
}

.reviews-section .item .rating {
    width: 65px;
    height: 20px;
    background: url("../img/star.svg") 0 50% repeat-x;
}











.conclusion-section {
    padding: 80px 0;
/*     text-align: center; */
}

.conclusion-section .bt {
    margin-bottom: 0;
}

.conclusion-section span {
    margin: 20px auto;
    display: block;
    width: 142px;
    height: 29px;
    background: url('../img/star.svg') 50% 50% repeat-x;
    background-size: auto 26px;
}











.faq-section {
    padding: 80px 0 50px;
    background: rgba(255, 255, 255, 0.04);
}

.faq-section .bt {
    text-transform: uppercase;
}

.faq-section .item {
    width: 48%;
}


.faq-section .title {
    height: auto;
    font-size: 22px;
    margin-bottom: 30px;
    padding: 0 45px 0 25px;
    text-transform: uppercase;
    color: #fff;
    line-height: 54px;
    /* 	font-family: 'Mojito'; */
    /*font-family: 'Colatera Soft';*/
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
    background: linear-gradient(180deg, #A92222 0%, rgba(169, 34, 34, 0) 197.79%);
    border-radius: 12px;
}

.faq-section .title:after {
    position: absolute;
    width: 16px;
    height: 16px;
    background: url("../img/arr_f.svg") 50% 50% no-repeat;
    content: '';
    top: calc(50% - 8px);
    right: 20px;
}

.faq-section .title.open-faq:after {
    transform: rotate(180deg);
}

.faq-section .open-faq{
    border-radius: 12px 12px 0 0;
    border-bottom: none;
}

.faq-section .answer {
    position: relative;
    top: -30px;
    border-radius: 0 0 12px 12px;
    display: none;
    padding: 28px 20px 20px
}

.faq-section .answer {
    border-top: none;
}











footer {
    padding: 70px 0;
    text-align: center;
}

footer .bt {
    font-size: 34px;
    line-height: 150%;
    margin-bottom: 15px;
    letter-spacing: normal;
}







#totop {
    position: fixed;
    bottom: 50px;
    right: 40px;
    z-index: 100;
    display: none;
	cursor: pointer;
}

#totop a {
    display: block;
/*     background: url("../img/totop.svg") 50% 50% no-repeat; */
    width: 60px;
    height: 60px;
	border-radius: 50%;
}



















#mobile__nav {
    display: none;
}











#sticky {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 98;
/*     color: #fff; */
    background: #A92222;
    padding: 5px 0
}

#sticky .flex {
    align-items: center;
    justify-content: space-around
}



















h3 {
    font-weight: normal;
}













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









.green {
    color: #2AB136
}



.background_block {
    position: relative;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 12px;
    border: 1px solid rgba(169, 34, 34, 1);
    /*border-image: linear-gradient(180deg, rgba(169, 34, 34, 1), rgba(169, 34, 34, 0)) 1;*/
}

/*.background_block:after{position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ''; border-radius: inherit; background-image: linear-gradient(45deg, purple, orange);}



.inn__border{position: relative; z-index: 1; background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 100%);}*/









.bt {
    /*font-family: 'Colatera Soft';*/
    margin-bottom: 35px;
    text-align: center;
    font-weight: 400;
    font-size: 60px;
    line-height: 130%;
    letter-spacing: 0.09em;
    color: #fff;
}

.bt span {
    color: rgba(42, 177, 54, 1);
}





.bt__small {
    display: inline-block;
    padding: 5px;
    background: rgba(42, 177, 54, 0.2);
    border-radius: 5px;
    margin-bottom: 10px;
}











.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}



.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}



.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}



.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}











.slick-loading .slick-list {
    background: none;
}



.slick-prev,
.slick-next {
    border: none;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 60px;
    height: 60px;
    padding: 0;
    cursor: pointer;
    margin-top: -70px;
    opacity: 1;
    transition: all 0.25s ease-out;
}



.slick-prev,
.slick-next {
    display: block !important;
    z-index: 10;
}

.slick-prev {
    background: #93CBEB url("../img/arr.svg") 50% 50% no-repeat;
    left: 0;
    transform: rotate(180deg);
}

.slick-next {
    background: #93CBEB url("../img/arr.svg") 50% 50% no-repeat;
    right: 0;
}



.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    opacity: 1;
    background-color: #00253C
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    display: none;
}

.slick-prev {
    display: none;
}

.slick-next {
    display: none;
}



.slick-dots {
    position: absolute;
    bottom: -55px;
    display: block;
    width: 100%;
    left: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 3px;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    box-sizing: border-box;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #fff;
    border-radius: 50%;
    padding: 0;
    width: 20px;
    height: 20px;
}

.slick-dots li button {
    width: 12px;
    height: 12px;
    border: 1px solid #2AB136;
    background: transparent;
    box-sizing: border-box;
    border-radius: 50%;
}

.slick-dots li.slick-active button {
    position: relative;
}

.slick-dots li.slick-active button:after {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 6px;
    height: 6px;
    background: #2AB136;
    content: '';
    border-radius: 50%;
}









.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
.form textarea {
    box-shadow: none;
    background: transparent;
    width: 100%;
    height: 40px;
    border: none;
    border-bottom: 1px solid rgba(11, 40, 14, 0.2);
    margin-bottom: 30px;
    font-size: 16px;
}

.form textarea {
    resize: none;
    height: 90px;
}

.form .privacy {
    margin-bottom: 40px;
}









input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]+label {
    cursor: pointer;
    display: inline-block;
    padding-left: 27px;
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 18px;
}

input[type="checkbox"]+label a {
    color: #fff;
    border-bottom: 1px solid #fff;
}

input[type="checkbox"]+label a:hover {
    border-color: transparent;
}

input[type="checkbox"]+label::before {
    content: "";
    display: inline-block;
    position: absolute;
    background: transparent;
    top: -4px;
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
}

input[type="checkbox"]+label::before {
    background-position: 0px 0px;
}

input[type="checkbox"]:checked+label::before {
    background: #00253C;
    border-color: #00253C;
}









.box__modal {
    display: none;
    font-family: 'Biryani', sans-serif;
    width: 100%;
    max-width: 500px;
    box-sizing: border-box;
    background: transparent;
    padding: 0;
}

.box__modal .inn {
    width: 100%;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
    padding: 25px 40px;
    max-width: 430px;
    margin: 40px auto;
}

.box__modal .bt {
    font-weight: 700;
    font-size: 35px;
    line-height: 111%;
    margin-bottom: 20px;
}

#thanks .bt {
    padding-top: 122px;
    background: url("../img/check.svg") 50% 0 no-repeat;
    margin-top: 20px;
}

#thanks p {
    font-size: 18px;
    opacity: 0.6;
    margin-bottom: 20px;
}

.fancybox-close-small {
    background: url("../img/close.svg") 50% 50% no-repeat;
    width: 30px;
    height: 30px;
    background-size: 100%;
    top: 0;
}

.fancybox-close-small:after {
    display: none
}





button {
    background: transparent;
}







.clearfix {
    clear: both;
}

.center {
    display: inline-block;
    width: 100%;
    text-align: center;
}





a {
    text-decoration: none;
    transition: all 0.25s ease-out;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
    transition: all 0.25s ease-out;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:focus {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}



img {
    display: block;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    max-width: 100%;
    height: auto;
}

div {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}



.btn,
.btn:after {
    display: inline-block;
    position: relative;
    text-align: center;
    cursor: pointer;
    border: none;
    transition: all 0.25s ease-out;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /*font-family: 'Colatera Soft';*/
}

.btn:hover {
    transition: all 0.25s ease-out;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}







.btn-green-tr {
    border: 1px solid #2AB136;
    border-radius: 12px;
    color: #2AB136;
    font-size: 18px;
    padding: 5px;
}

.btn-green-tr:hover {
    color: #fff
}

.btn-green-tr span {
    border: 1px solid #2AB136;
    border-radius: 12px;
    display: block;
    padding: 9px 0;
    width: 180px;
}

.btn-green-tr:hover span {
    background: #2AB136;
}





.btn-green {
    border: 1px solid #2AB136;
    border-radius: 12px;
    color: #fff;
    font-size: 18px;
    padding: 5px;
}

.btn-green:hover {
    color: #2AB136
}

.btn-green span {
    border: 1px solid #2AB136;
    background: #2AB136;
    border-radius: 12px;
    display: block;
    padding: 13px 0;
    width: 248px;
}

.btn-green:hover span {
    background: transparent;
}







.btn-white {
    border: 1px solid #fff;
    border-radius: 6px;
    color: #000;
    font-size: 18px;
    padding: 5px;
}

.btn-white:hover {
    color: #fff
}

.btn-white span {
    border: 1px solid #fff;
    background: #fff;
    border-radius: 6px;
    display: block;
    padding: 13px 0;
    width: 248px;
}

.btn-white:hover span {
    background: transparent;
}













.btn-large {
    width: 310px;
}

.btn-small {
    padding: 3px;
}

.btn-small span {
    width: 100px;
    padding: 2px 0;
}









input,
textarea,
select,
button {
    -webkit-appearance: none;
    box-sizing: border-box;
    font-family: 'Biryani', sans-serif;
}



/*responsive*/

header nav .pull {
    display: block;
    width: 24px;
    height: 21px;
    background: url("../img/pull.svg") 50% 50% no-repeat;
}

header nav .pull.open {
    background: url("../img/close.svg") 50% 50% no-repeat;
    background-size: 100%;
}
.menu-desktop ul {
    display: none;
}
.logo-menu-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
}
.menu-footer ul li {
    display: inline-block;
    margin: 0 17px;
}
.menu-footer ul li a {
    color: #fff;
    border-bottom: 1px solid transparent;
}


.page-template-default .container article p {
    margin-bottom: 20px;
}
.page-template-default .container article h1 {
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1;
}
.page-template-default .container article h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1;
}

.page-template-default .container article h3 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1;
}

.page-template-default .container article h4 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1;
}

.page-template-default .container article ul {
    list-style: inherit;
    padding-bottom: 20px;
    padding-left: 20px;
}
.page-template-default .container article ol {
    list-style: decimal;
    padding-bottom: 20px;
    padding-left: 20px;
}





.bonusesPopup {
    display: none;
    flex-direction: column;
    align-items: center;
    overflow-y: scroll;
    justify-content: flex-start;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 500
}

.bonusesPopup[data-type=exitPopup] {
    z-index: 1000
}

.bonusesPopup.show {
    display: flex
}

@media(min-width: 1200px) {
    .bonusesPopup {
        overflow-y:hidden;
        justify-content: center
    }
}

.bonusesPopup__show {
    position: relative
}

.bonusesPopup__show[data-popup-type=exitPopup]:before {
    z-index: 600
}

.bonusesPopup__show:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #2b2b2b;
    opacity: .5;
    z-index: 100
}

.bonusesPopup__title {
    padding: 0 44px;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #181818;
    text-align: center;
    margin-bottom: 16px
}

.bonusesPopup__description {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 16px;
    color: #5554de;
    text-decoration: underline;
	display: block;
		cursor: pointer;
}

.bonusesPopup__description-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 16px;
    color: #000;
	display: block;
}

.bonusesPopup__wrapper {
    width: 100%;
    max-width: 1125px;
    background: #f9f9ff;
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 60px 16px 16px;
	box-sizing: border-box;
}

@media(min-width: 768px) {
    .bonusesPopup__wrapper {
        padding:40px 24px
    }
}

@media(min-width: 1200px) {
    .bonusesPopup__wrapper {
        padding:40px;
        border-radius: 20px
    }
}

.bonusesPopup__title {
    width: 100%
}

.bonusesPopup__close {
    cursor: pointer;
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    right: 16px;
    top: 16px;
    width: 24px;
    height: 24px
}

.bonusesPopup__items {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 -10px
}

.bonusesPopup__item {
    cursor: pointer;
    width: 100%;
    max-width: 335px;
    background: #fff;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 16px;
    border-radius: 20px;
    border: 1px solid #f1f1f1
}

.bonusesPopup__item.tac-show .bonusesPopup__item__after--select svg {
    transform: rotate(180deg)
}

@media(min-width: 768px) {
    .bonusesPopup__item {
        flex-direction:column;
        margin: 0 10px
    }
}

.bonusesPopup__item__wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 16px
}

.bonusesPopup__item__wrapper:last-child {
    margin-bottom: 0
}

@media(min-width: 768px) {
    .bonusesPopup__item__wrapper {
        margin-bottom:0;
        max-width: 335px
    }

    .bonusesPopup__item__wrapper:first-child {
        max-width: 100%;
        width: 100%;
        margin-bottom: 20px
    }
}

@media(min-width: 1200px) {
    .bonusesPopup__item__wrapper:first-child {
        max-width:335px;
        margin-bottom: 0
    }
}

.bonusesPopup__item__top {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    padding-bottom: 12px
}

.bonusesPopup__item__top:after {
    content: "";
    position: absolute;
    left: -16px;
    top: 100%;
    height: 1px;
    background: #f1f1f1;
    width: calc(100% + 32px)
}

.bonusesPopup__item__top--logobg {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    border-radius: 16px;
    border: 1px solid #f1f1f1;
	box-sizing: border-box;
}
.show-h {
	display: none;
}
.bonusesPopup__item__after--content {
	display: none;
}
.show-content .show-h {
	display: block;
}
.show-content .show-t {
	display: none;
}
.show-content .bonusesPopup__item__after--content {
	display: block;
}

.bonusesPopup__item__top--logo {
    width: 80px;
    height: 80px;
    margin-right: 12px
}

.bonusesPopup__item__top--logo img {
    width: 100%;
    height: auto
}

.bonusesPopup__item__info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex: 1
}

.bonusesPopup__item__info--title {
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #181818;
    margin-bottom: 8px
}

.bonusesPopup__item__info--rating {
    display: inline-flex;
    align-items: center;
    margin-right: 4px
}

.bonusesPopup__item__info--star {
    margin-right: 4px
}

.bonusesPopup__item__info--rate {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: -4px;
    color: #181818
}

.bonusesPopup__item__info--reviews {
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-decoration: underline;
    color: #4443b8;
    margin-bottom: -2px
}

.bonusesPopup__item__bonus {
    width: 100%;
    padding-top: 12px;
    margin-bottom: 4px
}

@media(min-width: 768px) {
    .bonusesPopup__item__bonus {
        flex:1
    }
}

.bonusesPopup__item__bonus--type {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #181818;
    margin-bottom: 8px
}

.bonusesPopup__item__bonus--content {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #181818;
    margin-bottom: 8px
}

.bonusesPopup__item__bonus--req,.bonusesPopup__item__bonus--dep {
    width: 100%;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 8px;
    color: #6c6c6c
}

.bonusesPopup__item__bonus--req b,.bonusesPopup__item__bonus--dep b {
    font-weight: 500;
    color: #181818
}

.bonusesPopup__item__bonus--req svg,.bonusesPopup__item__bonus--dep svg {
    margin-left: 4px
}

.bonusesPopup__item__btn {
    cursor: pointer;
    width: 100%;
    display: inline-block;
    padding: 14px 40px;
    background: #05e98f;
    border-radius: 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #181818;
    border: none;
    outline: none
}

.bonusesPopup__item__btn--wrapper {
    position: relative;
    width: 100%;
    padding-top: 12px;
    margin-bottom: 12px
}

.bonusesPopup__item__btn--wrapper:before {
    content: "";
    position: absolute;
    left: -16px;
    bottom: 100%;
    height: 1px;
    background: #f1f1f1;
    width: calc(100% + 32px)
}

.bonusesPopup__item__after {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #6c6c6c
}

.bonusesPopup__item__after svg {
    margin-left: 4px
}

.bonusesPopup__item__after--nocode {
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: .01em
}

.bonusesPopup__item__after--select {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    color: #181818
}

.bonusesPopup__item__after--text {
    display: inline-flex;
    margin-top: 16px;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #6c6c6c;
    max-height: 200px;
    overflow: hidden
}

.bonusesPopup__item__after--link {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    text-align: right;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #4443b8
}

.bonusesPopup__item__after--link:hover {
    text-decoration: underline
}






@media screen and (min-width: 1161px) {
    .menu-button {
        display: flex;
        align-items: center;
        gap: 30px;
    }
    .menu-desktop {
        cursor: pointer;
    }
    #mobile__nav {
        display: none;
        font-size: 18px;
        position: fixed;
        width: 380px;
        height: 100%;
        z-index: 99;
        background: url(../img/bg_nav.jpg) 50% 50% no-repeat;
        background: #0E131D;
        background-size: cover;
        box-sizing: border-box;
        padding: 110px 0 20px;
        overflow-y: auto;
        text-align: center;
    }
    #mobile__nav .container {
        width: 100%;
        padding: 0 15px;
    }
    #mobile__nav .go {
        position: relative;
        bottom: 0;
        left: 0;
        padding: 0 15px;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 40px;
    }
    #mobile__nav .go .btn {
        width: 100%;
        box-sizing: border-box;
    }
    #mobile__nav .go .btn span {
        width: calc(100% - 2px);
    }
    #mobile__nav li {
        display: block;
        margin-bottom: 40px;
    }
    #mobile__nav li a {
        color: #fff;
    }
}

@media screen and (max-width: 1160px) {

    .container {
        width: 100%;
        padding: 0 15px;
    }



    body {
        font-size: 15px;
        line-height: 150%;
    }

    .bt {
        font-size: 42px;
        line-height: 1.3;
        margin-bottom: 15px;
        text-align: left !important;
    }



    .about-section .data {
        text-align: left;
    }





    header nav ul,
    header .go {
        display: none;
    }

    header nav .pull {
        display: block;
        width: 24px;
        height: 21px;
        background: url("../img/pull.svg") 50% 50% no-repeat;
    }

    header nav .pull.open {
        background: url("../img/close.svg") 50% 50% no-repeat;
        background-size: 100%;
    }



    #mobile__nav {
        display: none;
        font-size: 18px;
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 99;
        background: url("../img/bg_nav.jpg") 50% 50% no-repeat;
        background: #0E131D;
        background-size: cover;
        box-sizing: border-box;
        padding: 110px 0 20px;
        overflow-y: auto;
        text-align: center;
    }

    #mobile__nav li {
        display: block;
        margin-bottom: 40px
    }

    #mobile__nav li:last-child {
        margin-bottom: 0;
    }

    #mobile__nav li a {
        color: #fff;
    }

    #mobile__nav .go {
        position: relative;
        bottom: 0;
        left: 0;
        padding: 0 15px;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 40px;
    }

    #mobile__nav .go .btn {
        width: 100%;
        box-sizing: border-box;
    }

    #mobile__nav .go .btn span {
        width: calc(100% - 2px);
    }





    .promo-section {
        padding: 150px 0 100px
    }

    .promo-section .data {
        max-width: 360px;
    }

    .promo-section h1 {
        font-size: 30px;
        line-height: 130%;
        font-weight: normal;
    }

    .promo-section .action {
        font-size: 25px;
    }

    .promo-section .action b:after {
        height: 30px;
        top: -2px;
    }

    .promo-section .action:after {
        display: none;
    }





    .features-section .item {
        width: 100%;
    }



    .start-section .slider__start {
        max-width: 100%;
        margin: 0 auto;
        order: 1;
    }

    .start-section .data {
        width: 100%;
        max-width: 100%;
        order: 0;
        margin-bottom: 25px
    }

    .start-section .data p {
        max-width: 100%;
    }

    .start-section .steps p {
        font-size: 14px;
    }





    .login-section {
        background-position: calc(50% + 90px) 100%;
    }

    .login-section .slider__login {
        max-width: 100%;
        margin: 0 auto;
        order: 1;
    }

    .login-section .data {
        width: 100%;
        max-width: 100%;
        order: 0;
        margin-bottom: 25px
    }

    .login-section .data p {
        max-width: 100%;
    }

    .login-section .slider__login {
        right: 0;
        margin-bottom: 50px
    }

    .login-section .data .note {
        font-size: 14px;
        margin: 0 auto;
    }





    .bonuses-section .data .title {
        line-height: 1.1;
    }

    .loyalty-section .data {
        width: calc(100% - 320px)
    }





    .loyalty-section .item {
        width: 100%;
    }



    .item__b {
        display: none;
    }





    .slots-section .title {
        font-size: 22px;
    }



    .bonuses-section .info,
    .slots-section .info,
    .banking-section .info,
    .funds-section .info,
    .conclusion-section {
        text-align: left;
    }

    .conclusion-section span {
        margin: 20px 0;
    }





    .mobile-section {
        background-position: calc(50% - 90px) 100%;
    }

    .mobile-section .slider__mobile {
        max-width: 100%;
        margin: 0 auto;
        order: 1;
        left: 0;
    }

    .mobile-section .data {
        width: 100%;
        max-width: 100%;
        order: 0;
        margin-bottom: 25px
    }

    .mobile-section .data p {
        max-width: 100%;
    }

    .mobile-section .slider__mobile {
        right: 0;
        margin-bottom: 50px
    }

    .mobile-section .data .note {
        font-size: 14px;
        margin: 0 auto;
    }





    .funds-section .item {
        width: 100%;
        margin-bottom: 30px;
    }





    .faq-section .item {
        width: 100%;
    }





    footer {
        text-align: left;
    }
	
	.menu-footer ul li {
		margin: 0 14px;
		margin-bottom: 15px;
	}

}





@media screen and (max-width: 767px) {

    header .logo {
        font-size: 24px;
    }



    .bt {
        font-size: 22px !important;
        text-align: center!important;
    }

    h3, h2 {
        text-align: center;
    }




    footer {
        padding: 15px 0;
    }

    footer .bt {
        font-size: 23px !important;
    }

    #totop {
        right: 15px;
        bottom: 120px;
    }

    #totop a {
        width: 55px;
        height: 55px;
        background-size: 100%;
    }



    #sticky .flex {

        align-items: center;

        /*display: grid;*/

        grid-template-columns: 40px 1fr 108px;

        column-gap: 10px;

        display: flex;
        flex-wrap: inherit;

    }

    .conclusion-section,
    .funds-section,
    .banking-section,
    .slots-section,
    .bonuses-section,
    .login-section,
    .start-section {
        padding: 20px 0;
    }

    .funds-section {
        padding-bottom: 0;
    }





    .funds-section .item .title {
        height: 34px;
        font-size: 20px;
        line-height: 38px;
    }

    .funds-section .item .title span,
    .funds-section .item .title h3 {
        background-position: 0 40% !important;
        background-size: auto 18px !important;
        padding-left: 24px !important;
    }

    .funds-section .item .tr span:first-child {
        width: 120px;
    }

    .funds-section .item .data:after {
        left: 120px
    }

    .funds-section .item .tr {
        padding: 8px 0
    }

    .funds-section .item .data {
        padding: 0 10px;
    }

    .funds-section .item .tr span {
        width: calc(100% - 120px)
    }

    .funds-section .info {
        margin-bottom: 20px;
    }





    .loyalty-section {
        padding: 20px 0;
    }

    .loyalty-section .data {
        width: 100%;
        margin-top: 30px;
        order: 1;
        box-sizing: border-box;
    }

    .loyalty-section .slider__loyalty {
        margin: 0 auto 30px;
        top: 0;
        order: 0;
    }

    .loyalty-section .item .title {
        height: 34px;
        font-size: 20px;
        line-height: 38px;
    }

    .loyalty-section .item .title span {
        background-position: 0 40% !important;
        background-size: auto 18px !important;
        padding-left: 24px !important;
    }

    .loyalty-section .item .tr span:first-child {
        width: 120px;
    }

    .loyalty-section .item .data:after {
        left: 120px
    }

    .loyalty-section .item .tr {
        padding: 8px 0
    }

    .loyalty-section .item .data {
        padding: 0 10px;
    }

    .loyalty-section .item .tr span {
        width: calc(100% - 120px)
    }





    .bonuses-section .data {
        padding: 10px;
    }

    .bonuses-section .data .image {
        width: 220px;
        margin: 0 auto;
    }

    .bonuses-section .data .txt {
        width: 100%;
    }

    .bonuses-section .data .title {
        font-size: 20px;
        position: relative;
        top: 10px;
    }









    .mobile-section {
        padding: 20px 0 50px;
        background-size: 340px;
        background-position: calc(50% - 50px) 105%
    }

    .mobile-section .slider__mobile {
        max-width: 160px;
    }



    .login-section {
        padding: 20px 0 50px;
        background-size: 340px;
        background-position: calc(50% + 50px) 105%
    }

    .login-section .slider__login {
        max-width: 160px;
    }





    .start-section .steps {
        padding: 17px;
    }

    .start-section .steps .item {
        width: 100%;
        text-align: left;
        padding: 0 0 20px 0;
        background-position: 0 0 !important;
        background-size: 40px !important
    }

    .start-section .steps .item:last-child {
        padding: 0;
    }

    .start-section .steps span,
    .start-section .steps h3 {
        margin: 6px 0 10px 60px
    }

    .start-section .steps p {
        margin-top: 10px;
    }





    .slots-section .item .flex div {
        width: 100%;
    }

    .slots-section .item {
        margin-top: 0;
    }





    .item_s {
        width: calc(100%/3);
        margin: 0;
        border-radius: 0;
    }

    .slots span {
        padding: 3px;
        font-size: 10px;
    }

    .slots img {
        border-radius: 0;
    }

    .list__slots {
        margin-bottom: 20px;
    }






    .banking-section .info {
        text-align: left;
    }
    .banking-section .table__title {
        font-family: 'Nunito';
        font-weight: 700;
        font-size: 11px;
        line-height: 112%;
    }

    .banking-section .item {
        height: auto;
        line-height: normal;
        padding: 5px 0
    }

    .banking-section .item img {
        max-width: 80%;
    }

    .banking-section .wr__table {
        margin: 20px 0;
    }





    .features-section {
        padding: 20px 0 0;
    }

    .features-section .data {
        width: 100%;
        order: 1;
        box-sizing: border-box;
    }

    .features-section .slider__loyalty {
        margin: 0 auto 30px;
        top: 0;
        order: 0;
    }

    .features-section .item .title {
        height: 34px;
        font-size: 20px;
        line-height: 38px;
    }

    .features-section .item .title span,
    .features-section .item .title h3 {
        background-position: 0 40% !important;
        background-size: auto 18px !important;
        padding-left: 24px !important;
    }

    .features-section .item .tr span:first-child {
        width: 120px;
    }

    .features-section .item .data:after {
        left: 120px
    }

    .features-section .item .tr {
        padding: 8px 0
    }

    .features-section .item .data {
        padding: 0 10px;
    }

    .features-section .item .tr span {
        width: calc(100% - 120px)
    }





    .about-section {
        padding: 20px 0 0;
    }

    .about-section .data {
        padding: 15px 15px 0
    }




    .promo-section {
        padding: 70px 0 35px;
        /*background: url("../img/bg_promom-min.jpg") 50% 50% no-repeat;*/
        /*background-size: cover;*/
        text-align: center;
    }

    .promo-section .image {
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        margin-bottom: 20px;
    }

    .promo-section .btn-green {
        width: 100%;
    }

    .promo-section .data {
        max-width: 100%;
    }

    .promo-section .btn-green span {
        width: calc(100% - 2px)
    }





    .tableofcontent-section {
        display: none1;
        margin: 0;
        position: relative;
        padding: 20px 0 0;
    }

    .tableofcontent-section .item {
        margin-left: 20px;
        height: 60px;
    }







    .reviews-section {
        padding: 20px 0 80px;
    }

    .reviews-section .item {
        width: calc(100% - 2px);
        margin: 0 auto;
    }

    .reviews-section .item .review,
    .reviews-section .item .data {
        padding: 10px;
        font-size: 12px;
    }





    .faq-section {
        padding: 20px 0 10px
    }

    .faq-section .title {
        height: auto;
        line-height: 1.1;
        padding: 8px 35px 4px 15px;
        font-size: 18px;
        margin-bottom: 10px;
        text-align: left;
    }

    .faq-section .answer {
        top: -15px;
        padding: 15px;
        margin-bottom: 0;

    }

    footer {
        padding-top: 70px;
        padding-bottom: 120px;
    }
	.menu-footer ul li {
		    margin-bottom: 0;
    display: block;
    text-align: center;
	}
	.logo-menu-footer {
    flex-direction: column;
}
	footer {
    text-align: center;
}

	h3 {
		font-size: 18px !important;
		margin-bottom: 10px;
	}
	h4 {
		font-size: 16px !important;
		margin-bottom: 10px;
	}
	p {
		margin-bottom: 10px;
	}
	ul {
		padding-left: 20px;
		margin-bottom: 10px;
	}
	ol {
		padding-left: 20px;
		margin-bottom: 10px;
	}
}







@media screen and (max-width: 374px) {}

/*responsive*/