
*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code, kbd, pre, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    -o-transition: transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

::-webkit-input-placeholder {
    color: #666
}

::-moz-placeholder {
    color: #666
}

:-ms-input-placeholder {
    color: #666
}

::-ms-input-placeholder {
    color: #666
}

::placeholder {
    color: #666
}

input, textarea {
    outline: 0
}

input:focus:required:invalid, textarea:focus:required:invalid {
    border-color: red
}

input:required:valid, textarea:required:valid {
    border-color: green
}

html {
    height: 100%;
    font-size: 16px
}

body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1rem;
    position: relative;
    min-width: 320px;
    line-height: 1.4;
    color: #000;
    background-color: #fff;
    overflow-x: hidden
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none
}

a {
    outline: 0
}

a:focus {
    outline: 0
}

.buton {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 152px;
    min-height: 50px;
    line-height: 50px;
    padding: 19px 38px 18px;
    font-size: 1rem;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 100px;
    border: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.buton:focus {
    outline: 0
}

.buton:hover {
    cursor: pointer;
    text-decoration: none
}

.buton-md {
    min-height: 40px;
    min-width: 110px;
    line-height: 1px;
    padding: 11px 25px 9px;
    font-size: 14px
}

.buton-sm {
    min-height: 30px;
    min-width: 80px;
    padding: 10px 20px 8px;
    font-size: 12px
}

.buton-grey {
    font-weight: 700;
    color: #999;
    background-color: transparent;
    border: 1px solid #999
}

.buton-grey:hover {
    color: #999;
    background-color: rgba(153, 153, 153, .15)
}

.buton-green {
    color: #fff;
    font-weight: 700;
    background-color: #2ecc71;
    border: none
}

.buton-green:hover {
    color: #fff;
    background-color: #4dd486
}

.kzr-breadsz {
    height: 30px;
    padding: 0 40px;
    background: #000;
    border-bottom: 1px solid #202020;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.kzr-breadsz .breadsz {
    color: #fff;
    font-size: 12px;
    opacity: .6
}

.kzr-breadsz .breadsz span a span {
    color: #fff;
    opacity: .5
}

.kzr-breadsz .breadsz span a.home {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 13px;
    opacity: .5
}

.kzr-breadsz .breadsz span a.home:hover {
    opacity: .9
}

.kzr-breadsz .breadsz span a.home span {
    display: none
}

.kzr-breadsz .breadsz span span.home {
    text-indent: -9999px;
    white-space: nowrap;
    position: relative;
    display: inline-block;
    width: 14px;
    height: 13px;
    opacity: .5
}

.kzr-header {
    background-color: #000
}

.kzr-header__sticky {
    position: sticky;
    top: 0;
    z-index: 113;
    -ms-transform: none;
    transform: none
}

.kzr-header__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-height: 90px;
    padding: 24px 40px
}

.kzr-header__logo {
    height: 30px
}

.kzr-header__auth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.kzr-header__auth-missions {
    position: relative;
    margin-right: 25px;
    cursor: pointer
}

.kzr-header__auth-missions:hover .fill {
    fill: #fff
}

.kzr-header__auth-missions:hover .stroke {
    stroke: #fff
}

.kzr-header__auth-missions .counts {
    position: absolute;
    width: 20px;
    height: 20px;
    top: -4px;
    right: -4px;
    bottom: auto;
    left: auto;
    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    background-color: #f8333c;
    border-radius: 50%
}

.kzr-header__auth .buton {
    margin-right: 10px
}

.kzr-header__auth .buton-reglog {
    display: none
}

.kzr-footer {
    background: #000
}

.kzr-footer__wrap {
    padding: 70px 0;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 4.5fr 50px 7.5fr;
    grid-template-columns:4.5fr 7.5fr;
    grid-gap: 0 50px;
    max-width: 1160px;
    padding: 50px 40px;
    -ms-grid-rows: auto 0 auto 0 auto;
    grid-template-areas:"menu paysys" "info paysys" "extra-info paysys"
}

.kzr-footer__title {
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 1.4;
    font-weight: 400;
    font-size: 14px;
    color: #fff
}

.kzr-footer__menu-nav {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-area: menu;
    margin-bottom: 60px;
    text-transform: uppercase
}

.kzr-footer__menu-nav li {
    margin-bottom: 12px
}

.kzr-footer__menu-nav a, .kzr-footer__menu-nav span {
    position: relative;
    line-height: 1;
    font-weight: 400;
    font-size: 14px;
    color: #999;
    cursor: pointer
}

.kzr-footer__menu-nav a:hover, .kzr-footer__menu-nav span:hover {
    text-decoration: none;
    color: #fff
}

.kzr-footer__menu-nav .menu-info {
    min-width: auto;
    margin-right: 65px
}

.kzr-footer__info-section {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: info;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 60px
}

.kzr-footer__info-item {
    display: block;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
    max-width: none
}

.kzr-footer__info-item:not(:last-child) {
    margin: 0 30px 60px 0
}

.kzr-footer__info-link {
    text-decoration: underline;
    line-height: 1.4;
    font-weight: 400;
    font-size: 16px;
    color: #999
}

.kzr-footer__info-link:hover {
    color: #fff
}

.kzr-footer__info-link.gagarin span {
    text-transform: uppercase;
    font-weight: 700;
    color: #c500ec
}

.kzr-footer__pays-section {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 3;
    grid-area: paysys;
    display: block;
    margin-bottom: 60px
}

.kzr-footer__extra-section {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    grid-area: extra-info
}

.kzr-footer__pays-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.kzr-footer__pays-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 127px;
    height: 90px;
    margin: 0 1px 1px 0;
    padding: 10px;
    background-color: rgba(255, 255, 255, .05)
}

.kzr-footer__pays-item:hover img {
    opacity: 1
}

.kzr-footer__pays-item img {
    width: auto;
    height: auto;
    opacity: .8;
    display: block;
    margin: 0 auto
}

.burg-menu {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.kzr-home-body {
    min-height: 200px;
    background-color: #f5f5f5
}

.kzr-home-body__header {
    position: sticky;
    top: 100px;
    background: #fff;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .07);
    z-index: 100
}

.kzr-home-body__header-wrap {
    position: relative;
    max-width: 1160px;
    margin: 0 auto
}

.kzr-home-body__header-sections-items {
    display: flex;
    width: 100%;
}

.kzr-home-body__header-sections-items .item {
    display: flex;
    align-items: center;
    width: max-content;
    margin: 10px;
    text-transform: uppercase;
    font-size: 14px;
    color: #999;
    white-space: nowrap;
    cursor: pointer;
    text-decoration: none
}

.kzr-home-body__header-sections-items .item:hover {
    text-decoration: none;
    color: #000
}

.kzr-home-body__header-tools {
    position: absolute;
    width: auto;
    height: 100%;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2
}

.kzr-home-body__header-providers {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    position: relative
}

.kzr-home-body__header-filter {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 0 0 0 10px;
    background-color: #fff;
    border: 1px solid #eee;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .07);
    border-radius: 5px;
    cursor: pointer;
    z-index: 101
}

.kzr-home-body__header-search .search-input {
    position: relative;
    cursor: pointer
}

.kzr-home-body__header-search .icon svg {
    position: absolute;
    top: 50%;
    left: 2px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1
}

.kzr-home-body__header-search .search-input__field {
    background: #fff;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .07);
    cursor: pointer;
    height: 40px;
    padding: 12px 35px 12px 40px;
    width: 240px;
    font-size: 14px;
    border: 1px solid #eee;
    border-radius: 5px
}

.kzr-home-body__header-search .search-input__field::-webkit-input-placeholder {
    color: #aaa;
    font-weight: 700
}

.kzr-home-body__header-search .search-input__field::-moz-placeholder {
    color: #aaa;
    font-weight: 700
}

.kzr-home-body__header-search .search-input__field:-ms-input-placeholder {
    color: #aaa;
    font-weight: 700
}

.kzr-home-body__header-search .search-input__field::-ms-input-placeholder {
    color: #aaa;
    font-weight: 700
}

.kzr-home-body__header-search .search-input__field::placeholder {
    color: #aaa;
    font-weight: 700
}

.kzr-home-body__games {
    max-width: 335px;
    margin: 0 auto;
    padding: 30px 0 50px
}

.kzr-home-body__games-banner {
    margin-top: 30px
}

.kzr-home-body__games-banner .owl-carousel.owl-loaded {
    position: relative
}

.kzr-home-body__games-banner .owl-carousel.owl-loaded .owl-dots {
    position: absolute;
    bottom: 30px;
    right: 50px
}

.kzr-home-body__games-banner .owl-carousel.owl-loaded .owl-dots .owl-dot {
    outline: 0
}

.kzr-home-body__games-banner .owl-carousel.owl-loaded .owl-dots .owl-dot:not(:last-child) span {
    margin-right: 23px
}

.kzr-home-body__games-banner .owl-carousel.owl-loaded .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    background: rgba(255, 255, 255, .5)
}

.kzr-home-body__games-banner .owl-carousel.owl-loaded .owl-dots .owl-dot.active span {
    background: #fff
}

.kzr-home-body__games-banner .slydar {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    min-height: 267px;
    width: 100%
}

.kzr-home-body__games-banner .slydar-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%
}

.kzr-home-body__games-banner .slydar-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left center;
    object-position: left center;
    display: block
}

.kzr-home-body__games-banner .slydar-label {
    position: absolute;
    top: 0;
    left: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 10px 5px 7px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background: #ffae00;
    border-radius: 0 0 5px 5px
}

.kzr-home-body__games-banner .slydar-label__icon {
    margin-right: 5px;
    margin-top: -6px
}

.kzr-home-body__games-banner .slydar-label__icon svg {
    width: 13.3px;
    height: 12.7px
}

.kzr-home-body__games-banner .slydar-info {
    position: absolute;
    left: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 240px
}

.kzr-home-body__games-banner .slydar-info__title {
    font-size: 24px;
    margin-bottom: 30px;
    color: #fff
}

.kzr-home-body__games-banner .slydar-info__button {
    width: 115px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    border-radius: 100px
}

.kzr-games__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 25px 0 20px
}

.kzr-games__header-title {
    font-size: 12px;
    line-height: 1.4;
    text-transform: uppercase;
    margin-left: 12px
}

.kzr-games__grid {
    display: -ms-grid;
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(136px, 1fr));
    grid-auto-flow: dense;
    grid-gap: 8px;
    max-width: 280px;
    margin: 0 auto
}

.kzr-games__grid-banner {
    display: block;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    margin: 12px 0;
    width: 100%;
    height: 100%
}

.squad-banner {
    height: 182px;
    position: relative;
    padding: 20px 0 20px 27px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .07);
    border-radius: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

.squad-banner__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover
}

.squad-banner__title {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase
}

.squad-banner__description, .squad-banner__title {
    width: 150px;
    height: auto;
    font-weight: 400;
    line-height: 1.4;
    position: relative
}

.squad-banner__description {
    color: #fff;
    font-size: 12px;
    margin: 3px 0 18px
}

.kzr-games__grid-game {
    position: relative;
    width: 136px;
    height: 86px;
    border-radius: 15px;
    background: #eee;
    overflow: hidden
}

.gammgame {
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .07)
}

.gammgame__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

.gammgame__overlay {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: rgba(0, 0, 0, .85);
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    border-radius: 15px
}

.gammgame__title {
    display: block;
    text-align: center;
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: #fff
}

.gammgame .buton-demo {
    color: #999;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.4;
    text-transform: uppercase;
    margin-top: 12px;
    border-bottom: 1px solid #999;
    cursor: pointer
}

.seopage-txt img, .gammgame img {
    height: auto;
    max-width: 100%
}

.gammgame:hover .gammgame__overlay {
    opacity: 1
}

.kzr-home-txt {
    position: relative;
    width: 100%;
    background-color: #fff
}

.kzr-home-txt__article {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1160px;
    padding: 30px 0 70px;
    color: black;
    line-height: 20px
}

.kzr-home-txt__article-expand {
    display: inline-block;
    margin-top: 20px;
    cursor: pointer;
    border-bottom: 1px dashed #2ecc71
}

.kzr-home-txt__article-content {
    overflow: hidden;
    max-height: 145px;
    padding-top: 3px
}

.kzr-home-txt__article-content.expand {
    max-height: 100%
}

.kzr-home-txt__article-content.seopage-txt h1 {
    font-size: 24px
}

.kzr-home-txt__article-content.seopage-txt h2 {
    font-size: 22px
}

.kzr-home-txt__article-content.seopage-txt h3 {
    font-size: 20px
}

.kzr-home-txt__article-content.seopage-txt h4 {
    font-size: 18px
}

.kzr-home-txt__article-content.seopage-txt h5 {
    font-size: 16px
}

.kzr-home-txt__article-content.seopage-txt h6 {
    font-size: 15px
}

.kzr-home-txt__article-content.seopage-txt p {
    margin: 25px 0 20px
}

.kzr-home-txt__article-content.seopage-txt a {
    font-weight: 700
}

.kzr-home-txt__article-content.seopage-txt ol, .kzr-home-txt__article-content.seopage-txt ul {
    padding-left: 0;
    list-style-position: inside
}

.kzr-home-txt__article-content.seopage-txt ol li, .kzr-home-txt__article-content.seopage-txt ul li {
    padding: 12px 0
}

.kzr-home-txt__article-content.seopage-txt ol li:first-child, .kzr-home-txt__article-content.seopage-txt ul li:first-child {
    padding-top: 24px
}

.kzr-page-title {
    font-size: 38px;
    margin-bottom: 30px;
    line-height: 1.25
}

.kzr-info-title {
    font-size: 38px;
    margin-top: 20px
}

.seopage-txt {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 3rem
}

.seopage-txt a {
    color: inherit !important;
    border-bottom: 1px solid #2ecc71;
    text-decoration: none
}

.seopage-txt p {
    margin: 0 0 20px 0;
    line-height: 1.4
}

.seopage-txt h2, .seopage-txt h3, .seopage-txt h4, .seopage-txt h5, .seopage-txt h6 {
    margin-bottom: 15px;
    line-height: 1.3
}

.seopage-txt h2 {
    font-size: 25px
}

.seopage-txt h3 {
    font-size: 22px
}

.seopage-txt h4 {
    font-size: 19px
}

.seopage-txt h5 {
    font-size: 18px
}

.seopage-txt h6 {
    font-size: 17px
}

.seopage-txt ol, .seopage-txt ul {
    padding-left: 15px;
    margin-bottom: 20px
}

.seopage-txt ul {
    list-style: disc
}

.seopage-txt ol {
    list-style: number
}

.seopage-txt blockquote {
    position: relative;
    font-style: italic;
    margin: 20px 0;
    padding: 20px 0 12px 46px
}

.seopage-txt blockquote p {
    margin: 4px 0
}

.seopage-txt blockquote:before {
    content: " '' ";
    position: absolute;
    left: 4px;
    font-size: 50px;
    color: #000;
    font-weight: 900
}

.seopage-txt table {
    border: 1px solid #dedede;
    border-collapse: collapse;
}

.seopage-txt table tbody {
    display: block;
    font-size: 16px;
    width: 100%
}

.seopage-txt table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    border-bottom: 1px solid #dedede
}

.seopage-txt table tr:first-child {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.4;
    color: black;
    background: #eee;
    text-transform: uppercase
}

.seopage-txt table tr:nth-child(2n) {
    background: #f9f9f9
}

.seopage-txt table td {
    width: 100%;
    padding: 13px 10px;
    border-right: 1px solid #dedede
}

.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em
}

.alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em
}

@media screen and (min-width: 375px) {
    .kzr-home-body__games {
        max-width: 335px
    }

    .kzr-games__grid {
        grid-template-columns:repeat(auto-fill, minmax(163.5px, 1fr));
        max-width: 335px
    }

    .kzr-games__grid-game {
        width: 163.5px;
        height: 103.5px
    }
}

@media screen and (min-width: 420px) {
    .kzr-home-body__games {
        max-width: 360px
    }

    .kzr-games__grid {
        grid-template-columns:repeat(auto-fill, minmax(176px, 1fr));
        max-width: 360px
    }

    .kzr-games__grid-game {
        width: 176px;
        height: 111.4px
    }
}

@media screen and (min-width: 520px) {
    .kzr-home-body__games {
        max-width: 480px
    }

    .kzr-games__header-title {
        font-size: 16px
    }

    .kzr-games__grid {
        grid-template-columns:repeat(auto-fill, minmax(236px, 1fr));
        max-width: 480px
    }

    .kzr-games__grid-game {
        width: 236px;
        height: 149px
    }

    .gammgame .buton-demo {
        margin-top: 15px
    }
}

@media screen and (min-width: 620px) {
    .kzr-home-body__games {
        max-width: 580px
    }

    .kzr-games__grid {
        grid-template-columns:repeat(auto-fill, minmax(186px, 1fr));
        grid-gap: 11px;
        max-width: 580px
    }

    .kzr-games__grid-banner {
        -ms-grid-column-span: 3;
        grid-column-end: span 3
    }

    .kzr-games__grid-banner-sq {
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row-span: 2;
        grid-row-end: span 2;
        margin: 0
    }

    .squad-banner {
        height: 247px
    }

    .kzr-games__grid-game {
        width: 186px;
        height: 118px
    }
}

@media screen and (min-width: 768px) {
    .error_404 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 50px 30px;
        text-align: left
    }

    .error_404 .buton {
        width: 215px;
        margin: 0 auto
    }

    .error_404__img {
        width: 448px;
        margin: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .error_404__info {
        width: 215px;
        margin-right: 50px
    }

    .error_404__title {
        margin-bottom: 30px
    }

    .kzr-home-body__games {
        padding-top: 30px;
        max-width: 728px
    }

    .kzr-games__grid {
        grid-template-columns:repeat(auto-fill, minmax(232px, 1fr));
        grid-gap: 16px;
        max-width: 728px
    }

    .kzr-games__grid-banner {
        margin: 0
    }

    .squad-banner {
        width: 480px;
        height: 306px;
        padding: 40px
    }

    .squad-banner__title {
        width: 225px;
        height: auto;
        color: #fff;
        font-size: 30px;
        line-height: 1.2;
        line-height: 36px
    }

    .squad-banner__description {
        width: 200px;
        height: auto;
        color: #fff;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.4;
        line-height: 24px;
        margin: 15px 0 30px
    }

    .kzr-games__grid-game {
        width: 232px;
        height: 145px
    }
}

@media screen and (min-width: 880px) {
    .kzr-home-body__games {
        max-width: 840px
    }

    .kzr-games__grid {
        grid-template-columns:repeat(auto-fill, minmax(269px, 1fr));
        grid-gap: 16px;
        max-width: 840px
    }

    .squad-banner {
        width: 554px;
        height: 356px
    }

    .kzr-games__grid-game {
        width: 269px;
        height: 170px
    }
}

@media screen and (min-width: 992px) {
    .error_404 {
        padding: 80px 0 70px
    }

    .error_404__img {
        width: 520px
    }

    .kzr-home-body__games {
        padding-bottom: 70px;
        max-width: 912px
    }

    .kzr-games__header-title {
        font-size: 20px
    }

    .kzr-games__grid {
        grid-template-columns:repeat(auto-fill, minmax(216px, 1fr));
        grid-gap: 16px;
        max-width: 912px
    }

    .squad-banner {
        width: 448px;
        height: 290px
    }

    .kzr-games__grid-game {
        width: 216px;
        height: 137px
    }
}

@media screen and (min-width: 1200px) {
    .error_404 {
        padding-bottom: 90px
    }

    .error_404__img {
        width: 610px
    }

    .error_404__info {
        margin-right: 80px;
        width: 270px
    }

    .error_404__title {
        font-size: 38px
    }

    .error_404__text {
        font-size: 20px;
        margin-bottom: 40px
    }

    .kzr-home-body__games {
        max-width: 1160px;
        margin: 0 auto
    }

    .kzr-games__grid {
        grid-template-columns:repeat(auto-fill, minmax(278px, 1fr));
        grid-gap: 16px;
        max-width: 1160px
    }

    .squad-banner {
        width: 572px;
        height: 368px;
        padding: 50px
    }

    .kzr-games__grid-game {
        width: 278px;
        height: 176px
    }
}

@media screen and (max-width: 1199px) {
    .kzr-home-txt__article {
        padding: 30px 40px 70px
    }

    .kzr-home-body__header {
        padding: 0 40px
    }

    .kzr-home-body__header-search .search-input__field {
        width: 40px;
        padding-left: 38px;
        padding-right: 0
    }

    .kzr-home-body__header-search .icon svg {
        left: 5px
    }
}

@media screen and (max-width: 1199px) {
    .kzr-header__wrap {
        padding: 24px 19px
    }

    .kzr-breadsz {
        padding: 0 20px;
        white-space: nowrap;
        overflow: hidden
    }

    .kzr-footer__pays-item {
        width: 88px;
        height: 60px
    }

    .kzr-footer__pays-item img {
        width: 80%
    }

    .kzr-home-txt__article {
        padding: 30px 20px 20px
    }

    .kzr-home-body__header {
        padding: 0 20px
    }

    .kzr-home-body__games-banner {
        margin-top: 0
    }

    .kzr-home-body__games-banner .slydar {
        min-height: 227px
    }

    .kzr-home-body__games-banner .slydar-info__title {
        font-size: 20px
    }
}

@media screen and (max-width: 768px) {
    .kzr-header__logo {
        display: block;
        max-width: 32px;
        overflow: hidden;
        height: 32px
    }

    .kzr-header__logo img {
        height: auto;
        max-width: none
    }

    .kzr-header__wrap {
        padding: 19px
    }

    .kzr-home-body__header {
        top: 90px
    }

    .kzr-header__auth {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .kzr-header__auth .buton {
        margin-right: 0
    }

    .kzr-header__auth .buton-login, .kzr-header__auth .buton-regist {
        display: none
    }

    .kzr-header__auth .buton-reglog {
        display: block
    }

    .kzr-header__auth .buton-reglog {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .kzr-header__auth-missions {
        display: none
    }

    .kzr-footer__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px
    }

    .kzr-footer__info-section {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .kzr-footer__info-item {
        max-width: 200px
    }

    .kzr-footer__info-item:not(:last-child) {
        margin: 0 30px 35px 0
    }

    .kzr-home-body__header-sections-items .item {
        font-size: 12px
    }

    .kzr-home-body__games-banner .slydar {
        min-height: 165px
    }

    .kzr-home-body__games-banner .slydar-info__title {
        font-size: 14px;
        margin-bottom: 10px
    }

    .kzr-home-body__games-banner .slydar-info__button {
        width: 70px;
        height: 30px
    }

    .kzr-home-body__games-banner .slydar-label {
        font-size: 10px;
        padding: 4px 10px 1px 7px
    }

    .kzr-home-body__games-banner .slydar-label__icon {
        margin-top: -3px
    }

    .kzr-home-body__games-banner .owl-carousel.owl-loaded .owl-dots {
        bottom: 10px;
        right: 10px
    }

    .kzr-home-body__games-banner .owl-carousel.owl-loaded .owl-dots .owl-dot span {
        width: 10px;
        height: 10px
    }

    .kzr-home-body__games-banner .owl-carousel.owl-loaded .owl-dots .owl-dot:not(:last-child) span {
        margin-right: 5px
    }

    .burg-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .kzr-home-body__header-sections-items-flex {
        display: flex;
        flex-wrap: wrap;
    }
    .kzr-home-body__header-sections-items-flex .item {
        margin: 10px;
        font-size: 15px
    }

    .kzr-home-body__header-sections-items-flex.active {
        opacity: 1;
        visibility: visible;
        position: absolute;
        left: 50px;
        width: 200px
    }
}
.kzr-footer__extra-item p {
    color: white;
    margin: 10px;
}
@media screen and (max-width: 480px) {
    .kzr-home-body__games-banner .slydar {
        min-height: 122px
    }
}
main img {
    display: block;
    max-width: 100%;
    border-radius: 14px;
    margin: 30px auto;
}
table {
    margin: 30px 0;
    width: 100%;
}
td, th {
    word-break: break-all;
    text-align: center;
    padding: 5px;
}
