@import url('/css/blocks/structure.css');
@import url('/css/blocks/main.css');
@import url('/css/blocks/bonuses-cards.css');
@import url('/css/blocks/table-bonuses.css');
@font-face {
    font-family: "400";
    src: url("../fonts/400.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "400";
    src: url("../fonts/400.woff2") format("woff2");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "700";
    src: url("../fonts/700.woff") format("woff");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: "700";
    src: url("../fonts/700.woff2") format("woff2");
    font-weight: bold;
    font-style: normal
}
* {
    box-sizing: border-box
}

body {
    font-family: "400";
    line-height: 1.5;
    color: white;
    overflow-x: hidden;
    width: 100vw
}

.header {
    background-color: #2E000A;
    position: fixed;
    top: 0;
    height: 195px;
    width: 100%;
    z-index: 10
}

#is-service-frame {
    display: none
}

h1 {
    font-size: 40px;
    line-height: 1.5;
    color: #fdfaed
}

h2 {
    font-size: 25px;
    line-height: 1.5;
    color: #fdfaed
}

h3 {
    font-size: 20px;
    line-height: 1.5;
    color: #fdfaed
}

h4 {
    font-size: 18px;
    line-height: 1.5;
    color: #fdfaed
}

.container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 30px;
    background-color: rgba(0, 0, 0, 0.7);
    padding-top: 50px;
    padding-bottom: 1px
}

.container_header,
.container_footer {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 30px
}

img {
    width: 100%
}

ul {
    padding: 0;
    margin: 0
}

.nav li,
.footer__item li {
    list-style: none
}

.nav a {
    text-decoration: none !important
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

.burger__main-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    position: fixed;
    top: 0;
    right: -100%;
    background-color: #ffffff;
    transition: right 0.4s linear;
    padding: 20px 10px;
    height: 100%;
    overflow: auto;
    z-index: 9999999999
}

.burger__main-menu li {
    padding: 9px
}

.burger__main-menu li img {
    width: 17px
}

.burger__main-submenu {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    display: none
}

.burger__main-menu__item {
    font-family: "400";
    line-height: 1.2;
    color: #AFAFAF;
    font-size: 14px;
    text-align: right
}

.burger__main-menu__item:hover {
    color: #000
}

.burger__title {
    font-family: "400";
    color: #000;
    font-size: 18px
}

.burger__line {
    text-align: center;
    width: 100%;
    border-bottom: 1px solid rgba(80, 80, 80, 0.337254902)
}

.burger__main-menu__active {
    right: 0
}

.burger__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 10000;
    display: none
}

.hidden {
    overflow: hidden
}

.mobile_logo {
    width: 60px;
    cursor: pointer;
    z-index: 999;
    margin-right: 20px
}

#burger {
    display: none;
    cursor: pointer;
    width: 18px;
    margin-left: 25px
}

.close {
    cursor: pointer;
    width: 18px
}

#more {
    position: relative
}

#more::after {
    position: absolute;
    right: -15px;
    top: 7px;
    content: "";
    width: 7.5px;
    height: 4.5px;
    background-image: url(../img/more.svg);
    background-size: 7.5px;
    background-repeat: no-repeat;
    background-position: 0 0
}

#more:hover::after {
    position: absolute;
    right: -15px;
    top: 7px;
    content: "";
    width: 7.5px;
    height: 4.5px;
    background-image: url(../img/more-black.svg);
    background-size: 7.5px;
    background-repeat: no-repeat;
    background-position: 0 0
}

.more__area {
    display: flex;
    align-items: flex-end;
    z-index: -1;
    transition: opacity 0.3s linear;
    bottom: -5%;
    position: absolute;
    width: 100%;
    padding: 0;
    overflow: hidden;
    height: auto;
    opacity: 0
}

.more__area__active {
    overflow: visible;
    height: 200%;
    opacity: 1;
    z-index: 70
}

.close__more__area {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 69
}

.header__bottom {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 0
}

.header__right {
    width: 15%;
    display: flex;
    align-items: center;
    flex: 0 0 15%
}

.logo {
    color: #000;
    text-align: center;
    width: 80px;
    font-size: 18px;
    display: flex;
    align-items: center;
    display: none;
    font-weight: 700
}

.header-main__title {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700
}

.header__title {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    height: 50px;
    border-top: 1px rgba(0, 0, 0, 0.1725490196) solid;
    display: flex;
    justify-content: center;
    align-items: center
}

@media (max-width:860px) {
    .mobile_logo {
        width: 40px
    }

    .header__right {
        flex: 0 1 90%
    }
}

@media (max-width:800px) {
    .header-main__title {
        display: block
    }

    .logo {
        display: block
    }

    #burger {
        display: block;
        z-index: 999
    }

    .header__bottom {
        justify-content: space-between
    }

    .header__title {
        display: none
    }

    h1 {
        font-size: 20px
    }

    h2 {
        font-size: 18px
    }
}

.content {
    background-image: url(/img/bg.webp);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 195px;
}

.content table {
    border-collapse: collapse;
    width: 100%
}

.td_left {
    width: 40%
}

.td_right {
    width: 60%
}

.content table tr td {
    border: 1px solid #fdfaed;
    padding: 10px
}

.content table tr th {
    border: 1px solid #fdfaed;
    padding: 10px;
    text-align: left
}

.tr_green {
    background-color: #38853c;
    text-align: center
}

.content picture {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 700px;
    margin: 0 auto
}

.content strong {
    font-family: "700";
    color: #fff
}

.content img {
    max-width: 100%;
    border-radius: 20px;
    box-shadow: 0 5px 10px black
}

.content p {
    font-size: 14px;
    line-height: 1.4
}

.content ul {
    margin-top: 15px
}

.content li {
    margin-bottom: 10px;
    margin-left: 60px
}

.content li a:hover {
    text-decoration: underline
}

.content-row__text {
    float: left
}

.content-row table {
    float: right;
    margin-left: 15px;
    font-size: 15px;
    line-height: 1.4
}

.content__image__items {
    display: flex;
    align-items: flex-start
}

.content__image__item {
    text-align: center
}

.content__min--image {
    max-width: 300px;
    float: left;
    margin-right: 15px
}

.wz60 {
    width: 60%;
    margin: 0 auto
}

.wz40 {
    width: 40%;
    margin: 0 auto 40px
}

.fz29 {
    font-size: 29px
}

.footer {
    padding: 30px 0;
    background-color: #222222;
    color: #969696
}

.footer h3 {
    color: #fff
}

.footer p {
    font-size: 14px;
    line-height: 1.4
}

.footer a {
    color: #969696;
    text-align: center;
    text-decoration: underline;
    transition: color 0.3s linear
}

.footer a:hover {
    color: #fff
}

.footer__items {
    display: grid;
    grid-template-columns: 100px 1fr 1fr;
    grid-column-gap: 30px
}

.footer__items p {
    font-size: 12px;
    line-height: 12px
}

.footer__item {
    justify-self: center
}

.footer__item h3 {
    margin-top: 0
}

.footer__item p {
    font-size: 14px;
    line-height: 1.4;
    text-align: left
}

.footer__security {
    align-self: center
}

.footer__security a {
    font-size: 12px;
    line-height: 1.4;
    margin-right: 15px
}

.footer__security a:last-child {
    margin-right: 0
}

.footer__security p {
    font-size: 12px;
    line-height: 1.4;
    margin: 0
}

.footer__bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px
}

.footer__logo {
    max-width: 100px;
    margin: 0 auto
}

.aviator-link {
    color: #0000ff !important
}

@media (max-width:700px) {
    .footer p {
        text-align: left
    }

    .footer__items {
        grid-template-columns: 1fr;
        grid-row-gap: 10px
    }

    .footer__item {
        justify-self: self-start
    }

    .footer__security {
        justify-self: self-start
    }

    .footer__logo {
        justify-self: self-start;
        margin-left: 0
    }

    .footer__bottom {
        grid-template-columns: 1fr
    }

    h1 {
        font-size: 20px
    }

    h2,
    h3 {
        font-size: 18px
    }

    .wz40,
    .wz60 {
        width: 100%;
        margin: 20px auto
    }
}



@media (max-width:700px) {
    .content-row__text {
        float: none
    }

    .content-row table {
        float: none;
        margin-left: 0
    }

    .content__image__items {
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .content__image__item {
        margin-bottom: 20px
    }

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

    .container {
        padding: 0 20px;
        padding-top: 50px;
        padding-bottom: 1px
    }

    li {
        font-size: 15px
    }
}

@media (max-width:550px) {
    .table {
        display: inline-block;
        overflow-x: auto;
        max-width: 100%
    }
}

.logo {
    position: relative;
    width: 237px;
    height: 191px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    display: block
}

.logo--header {
    position: fixed;
    z-index: 6;
    top: 0;
    left: 50%;
    margin-left: -119px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.logo--header {
    z-index: 5
}

.logo--small {
    -webkit-transform: scale(0.75) translate3d(0, 0, 0);
    transform: scale(0.75) translate3d(0, 0, 0);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0
}

.logo:hover .logo__bulb:before {
    opacity: .7
}

.logo:hover .logo__rays {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.logo__base,
.logo__glow {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: 100% 100%
}

.logo__glow {
    -webkit-animation: fade 2s ease-in infinite;
    animation: fade 2s ease-in infinite
}

.logo__rays {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 262px;
    height: 262px;
    margin: -131px 0 0 -131px;
    pointer-events: none;
    background-size: 100% 100%;
    -webkit-animation: circle 8s linear infinite;
    animation: circle 8s linear infinite
}

.logo__rays--static {
    -webkit-animation: none;
    animation: none
}

@-webkit-keyframes circle {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

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

@keyframes circle {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

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

@-webkit-keyframes fade {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fade {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.logo__base {
    background-image: url('/img/header/slotpark-bonus.webp')
}

.logo__glow {
    background-image: url('/img/header/glow.png')
}

.logo__rays {
    background-image: url('/img/header/rays.png')
}

.logo__bulb {
    background-size: 100% 100%
}

.header__line {
    background-image: url('/img/header/line.jpg');
    background-repeat: repeat;
    width: 100%;
    height: 30px;
    position: relative;
    top: 75px
}

.logo__letter {
    display: none
}

.header {
    height: 80px
}

.content {
    margin-top: 80px
}

.logo {
    width: 200px;
    height: 80px
}

.logo__rays {
    margin: -100px 0 0 -100px;
    width: 200px;
    height: 200px
}

.logo--header {
    margin-top: 15px;
    margin-left: 0;
    transform: translateX(-50%)
}

.header__line {
    top: 50px
}

.content-bonuses {
    margin-top: 20px
}

.content-bonuses-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15px
}

.content-bonuses-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    padding: 15px;
    border: 1px solid #7f8c8d;
    border-radius: 20px;
    background-color: #222222
}

.content-bonuses-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex: 1 1 auto
}

.content-bonuses-text span,
.content-bonuses-text a {
    display: inline-block;
    text-align: center;
    text-decoration: none
}

.content-bonuses-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.content-bonuses-item span {
    display: inline-block;
    text-align: center;
    text-decoration: none
}

.content-bonuses-item span {
    font-size: 12px
}

.content-bonuses__top-link {
    font-size: 14px;
    color: #7f8c8d;
    text-decoration: none;
    transition: all 0.2s linear
}

.content-bonuses__top-link:hover {
    transition: all 0.2s linear;
    text-decoration: underline
}

.content-bonuses__bottom-link {
    font-size: 18px;
    color: #FD9418;
    margin-bottom: 30px;
    transition: all .2s linear
}

.content-bonuses__bottom-link:hover {
    color: #fff
}

.content-bonuses-promo {
    padding: 12px 20px 12px;
    border-radius: 23px;
    border: 1px solid #7f8c8d;
    position: relative;
    margin-bottom: 8px
}

.content-bonuses__label--wrap {
    position: absolute;
    top: -9px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    z-index: 2
}

span.content-bonuses__label {
    background-color: #222222;
    padding: 0 10px;
    text-align: center;
    color: #7f8c8d
}

p.content-bonuses__code {
    text-transform: uppercase;
    font-size: 20px;
    margin: 0
}

.content-bonuses__date {
    font-size: 12px;
    color: #7f8c8d;
    text-align: center
}

.content-bonuses__date span {
    font-size: 12px;
    color: #fff
}

.content__btn {
    border: 3px solid #BF9A46;
    transition: all 0.2s linear;
    background: linear-gradient(180deg, #C62414 0, #80180A 100%);
    border-radius: 20px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
    margin: 0 auto;
}

.content__btn {
    max-width: 300px;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}



.content__btn:hover {
    transition: all 0.2s linear;
    background: linear-gradient(180deg, #841B0C 0, #C22411 100%)
}

.content-bonuses__btn {
    margin: 0 auto;
    font-size: 16px;
    margin-top: 30px;
    max-width: 180px;
}



@media (max-width:800px) {
    .content-bonuses-items {
        grid-template-columns: 1fr;
        grid-row-gap: 10px
    }

    .content-bonuses-item {
        flex-direction: row
    }

    .content-bonuses-text {
        align-items: flex-start;
        margin-right: 10px;
        max-width: 35%
    }

    .content-bonuses-item span,
    .content-bonuses-item a {
        text-align: left
    }

    .content-bonuses-info {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        margin-right: 10px
    }

    .content-bonuses__date {
        text-align: left;
        margin-top: 0;
        margin-bottom: 8px
    }

    .content-bonuses-promo {
        margin-bottom: 8px;
        margin-right: 10px
    }

    a.content-bonuses__btn {
        text-align: center
    }
}

@media (max-width:500px) {
    .content-bonuses-items {
        grid-template-columns: 1fr;
        grid-row-gap: 10px
    }

    .content-bonuses-item {
        flex-direction: column;
        max-width: 380px;
        margin: 0 auto
    }

    .content-bonuses-text {
        max-width: 100%;
        align-items: center;
        margin-right: 0
    }

    .content-bonuses-item span,
    .content-bonuses-item a {
        text-align: center
    }

    .content-bonuses-info {
        align-items: center;
        margin-right: 0
    }

    .content-bonuses__date {
        text-align: center
    }

    .content-bonuses-promo {
        margin-right: 0
    }

    .container_header {
        padding: 0 20px
    }

    .content__btn {
        max-width: 250px;
        padding: 8px 16px
    }

    .logo {
        width: 100px;
        height: 50px
    }
}

.nav-menu {
    display: flex;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: -20px
}

.nav-menu-item {
    list-style: none
}

.nav-menu-item:hover .sub-nav-menu {
    opacity: 1;
    visibility: visible;
    z-index: 1000
}

.nav-menu__link {
    color: #fff;
    text-transform: uppercase;
    transition: all 0.3s linear;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s linear;
    border-bottom: 1px solid transparent
}

.nav-menu__link:hover {
    border-bottom: 1px solid #FD9418;
    color: #FD9418;
    transition: all 0.3s linear
}

picture.content-image--min {
    max-width: 400px;
    margin: 0 auto
}

center {
    position: relative;
    margin-top: 20px
}

.youtube__wrap {
    display: grid;
    max-width: 700px;
    margin: 0 auto
}

.youtube {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-size: cover;
    background-position: center;
    border-radius: 10px
}

.youtube__item {
    position: relative;
    padding: 0 0 56% 0
}

.youtube-absolute {
    border-radius: 10px
}

.text__link {
    color: #fff
}

.sub-nav-menu {
    opacity: 0;
    padding: 10px;
    padding-top: 0;
    background-color: #2E000A;
    margin-left: -10px;
    visibility: hidden;
    transition: all 0.3s linear;
    position: absolute;
    border-radius: 10px
}

.sub-nav-menu-item {
    list-style: none
}