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

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #fff;
    color: #212529;
    font-family: system-ui, -apple-system, 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;
    line-height: 1.5
}

hr {
    background-color: currentColor;
    border: 0;
    color: inherit;
    margin: 1rem 0;
    opacity: .25
}

hr:not([size]) {
    height: 1px
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: .5rem;
    margin-top: 0
}

h1 {
    font-size: 2.875rem
}

@media (min-width: 1200px) {
    h1 {
        font-size: 2.5rem
    }
}

h2 {
    font-size: 2.225rem
}

@media (min-width: 1200px) {
    h2 {
        font-size: 2rem
    }
}

h3 {
    font-size: 1.9rem
}

@media (min-width: 1200px) {
    h3 {
        font-size: 1.75rem
    }
}

h4 {
    font-size: 1.575rem
}

@media (min-width: 1200px) {
    h4 {
        font-size: 1.5rem
    }
}

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: 1rem
}

p {
    margin-bottom: 1rem;
    margin-top: 0
}

abbr[data-bs-original-title], abbr[title] {
    cursor: help;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit;
    margin-bottom: 1rem
}

ol, ul {
    padding-left: 2rem
}

dl, ol, ul {
    margin-bottom: 1rem;
    margin-top: 0
}

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: .875em
}

mark {
    background-color: #fcf8e3;
    padding: .2em
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #0d6efd;
    text-decoration: underline
}

a:hover {
    color: #0a58ca
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code, kbd, pre, samp {
    direction: ltr;
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em;
    unicode-bidi: bidi-override
}

pre {
    display: block;
    font-size: .875em;
    margin-bottom: 1rem;
    margin-top: 0;
    overflow: auto
}

pre code {
    color: inherit;
    font-size: inherit;
    word-break: normal
}

code {
    word-wrap: break-word;
    color: #d63384;
    font-size: .875em
}

a > code {
    color: inherit
}

kbd {
    background-color: #212529;
    border-radius: .2rem;
    color: #fff;
    font-size: .875em;
    padding: .2rem .4rem
}

kbd kbd {
    font-size: 1em;
    font-weight: 700;
    padding: 0
}

figure {
    margin: 0 0 1rem
}

img, svg {
    vertical-align: middle
}

table {
    border-collapse: collapse;
    caption-side: bottom
}

caption {
    color: #6c757d;
    padding-bottom: .5rem;
    padding-top: .5rem;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

tbody, td, tfoot, th, thead, tr {
    border: 0 solid;
    border-color: inherit
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

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

button, select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]::-webkit-calendar-picker-indicator {
    display: none
}

[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
}

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

textarea {
    resize: vertical
}

fieldset {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: 0
}

legend {
    float: left;
    font-size: 1.575rem;
    line-height: inherit;
    margin-bottom: .5rem;
    padding: 0;
    width: 100%
}

@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend + * {
    clear: left
}

::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

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

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit
}

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

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    cursor: pointer;
    display: list-item
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

@font-face {
    font-display: swap;
    font-family: AvantGarde;
    font-style: normal;
    font-weight: 400;
    src: local("AvantGarde Regular"), url(../fonts/AvantGarde\ Regular.woff2) format("woff2"), url(../fonts/AvantGarde\ Regular.woff) format("woff"), url(../fonts/AvantGarde\ Regular.ttf) format("ttf")
}

@font-face {
    font-display: swap;
    font-family: Nunito;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/nunito-v16-latin_cyrillic-300.eot);
    src: local(""), url(../fonts/nunito-v16-latin_cyrillic-300.eot?#iefix) format("embedded-opentype"), url(../fonts/nunito-v16-latin_cyrillic-300.woff2) format("woff2"), url(../fonts/nunito-v16-latin_cyrillic-300.woff) format("woff"), url(../fonts/nunito-v16-latin_cyrillic-300.ttf) format("truetype"), url(../fonts/nunito-v16-latin_cyrillic-300.svg#Nunito) format("svg")
}

@font-face {
    font-display: swap;
    font-family: Nunito;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/nunito-v16-latin_cyrillic-regular.eot);
    src: local(""), url(../fonts/nunito-v16-latin_cyrillic-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/nunito-v16-latin_cyrillic-regular.woff2) format("woff2"), url(../fonts/nunito-v16-latin_cyrillic-regular.woff) format("woff"), url(../fonts/nunito-v16-latin_cyrillic-regular.ttf) format("truetype"), url(../fonts/nunito-v16-latin_cyrillic-regular.svg#Nunito) format("svg")
}

@font-face {
    font-display: swap;
    font-family: Nunito;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/nunito-v16-latin_cyrillic-700.eot);
    src: local(""), url(../fonts/nunito-v16-latin_cyrillic-700.eot?#iefix) format("embedded-opentype"), url(../fonts/nunito-v16-latin_cyrillic-700.woff2) format("woff2"), url(../fonts/nunito-v16-latin_cyrillic-700.woff) format("woff"), url(../fonts/nunito-v16-latin_cyrillic-700.ttf) format("truetype"), url(../fonts/nunito-v16-latin_cyrillic-700.svg#Nunito) format("svg")
}

body, html {
    font-size: 16px
}

body {
    background: #212121;
    color: #a4a4a4;
    font-family: AvantGarde;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .02em;
    line-height: 28px;
    margin: 0;
    padding: 0
}

@media (max-width: 576px) {
    body {
        font-size: 13px;
        line-height: 24px
    }
}

body > p {
    margin: 0
}

.container {
    margin: 0 auto;
    max-width: 1560px;
    padding-left: 20px;
    padding-right: 20px
}

@media (max-width: 576px) {
    .container {
        padding-left: 10px;
        padding-right: 10px
    }
}

.slim-container {
    margin: 0 auto;
    max-width: 1140px
}

.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 60px 0
}

@media (max-width: 576px) {
    .row {
        margin: 40px 0
    }
}

.row.full {
    justify-content: center
}

@media (max-width: 1200px) {
    .row.full {
        display: block
    }
}

.row .col {
    flex-basis: 50%
}

@media (max-width: 992px) {
    .row .col {
        flex-basis: 100%
    }

    .row.left {
        flex-direction: column-reverse
    }
}

.row.left .col:first-child {
    align-items: end;
    display: flex;
    flex-direction: column;
    padding-right: 40px
}

@media (max-width: 992px) {
    .row.left .col:first-child {
        display: block;
        padding-right: 0
    }
}

.row.left .col:last-child {
    text-align: right
}

@media (max-width: 992px) {
    .row.left .col:last-child {
        text-align: center
    }
}

.row.right {
    flex-direction: row-reverse
}

@media (max-width: 992px) {
    .row.right {
        flex-direction: column-reverse
    }
}

.row.right .col:last-child {
    padding-right: 40px
}

@media (max-width: 992px) {
    .row.right .col:last-child {
        padding-right: 0;
        text-align: center
    }
}

.row .content {
    max-width: 570px
}

@media (max-width: 992px) {
    .row .content {
        margin: 0 auto
    }
}

.row.center blockquote, .row.center ol, .row.center p, .row.center ul {
    margin-left: auto;
    margin-right: auto;
    width: 980px
}

@media (max-width: 992px) {
    .row.center blockquote, .row.center ol, .row.center p, .row.center ul {
        width: 100%
    }
}

.row p {
    margin-bottom: 1.5rem
}

.row a {
    color: #27d2f2
}

.row ol, .row ul {
    margin: 1.5rem 0;
    padding: 0 0 0 30px
}

.row ul {
    list-style: none
}

.row ul li {
    position: relative
}

.row ul li:before {
    background: #a4a4a4;
    border-radius: 50%;
    content: "";
    display: block;
    height: 8px;
    left: -18px;
    margin-right: 10px;
    position: absolute;
    top: 10px;
    width: 8px
}

@media (max-width: 576px) {
    .row ul li:before {
        top: 8px
    }
}

.row img {
    height: auto;
    max-width: 100%
}

@media (max-width: 992px) {
    .row img {
        margin-bottom: 40px
    }
}

@media (max-width: 576px) {
    .row img {
        display: block;
        height: 100%;
        margin-left: -10px;
        margin-right: -10px;
        max-width: 100vw;
        width: 100vw
    }
}

.h1 {
    color: #fff;
    font-family: AvantGarde;
    font-size: 96px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .02em;
    line-height: 120px;
    margin: 100px 0;
    text-transform: uppercase
}

@media (max-width: 992px) {
    .h1 {
        font-size: 64px;
        line-height: 1.5
    }
}

@media (max-width: 576px) {
    .h1 {
        font-size: 32px;
        margin: 20px 0 80px
    }

    .h1.single-post-title {
        margin-bottom: 40px
    }
}

.section-title, h2 {
    color: #fff;
    font-family: AvantGarde;
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .02em;
    line-height: 100px;
    margin: 100px 0 60px;
    text-transform: uppercase
}

@media (max-width: 992px) {
    .section-title, h2 {
        font-size: 48px;
        line-height: 1.43;
        text-align: center
    }
}

@media (max-width: 576px) {
    .section-title, h2 {
        font-size: 28px;
        margin-bottom: 40px;
        text-align: left
    }
}

.section {
    margin-top: 100px
}

.OverflowHiden {
    overflow: hidden
}

.OverflowHiden .site-header-logo .logo {
    position: fixed
}

table {
    color: #fff;
    font-family: Nunito;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: .02em;
    line-height: 28px;
    width: auto !important
}

thead {
    font-weight: 700
}

table, tbody, td, thead {
    border: 0 !important;
    border-radius: 0 !important;
    text-align: left !important
}

tr {
    border-bottom: 1px solid #2d2d2d;
    height: auto !important
}

tr:last-child {
    border-bottom: 0
}

tr td:last-child {
    margin-right: 0
}

thead tr:last-child {
    border-bottom: 1px solid #2d2d2d
}

td {
    display: inline-block;
    height: auto !important;
    margin-right: 210px;
    padding: 8px 0;
    vertical-align: top;
    width: 240px !important
}

@media (max-width: 1200px) {
    table {
        border: 10px solid transparent !important;
        font-size: 13px;
        line-height: 24px;
        width: 100% !important
    }

    td {
        display: table-cell;
        margin-right: 0;
        padding-left: 10px;
        padding-right: 10px;
        width: auto !important
    }

    td:first-child {
        padding-left: 0
    }

    td:last-child {
        padding-right: 0
    }
}

.site-header {
    background: #212121;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 5
}

@media (max-width: 992px) {
    .site-header {
        position: static
    }
}

.site-header__container {
    align-items: center;
    display: flex;
    justify-content: space-between
}

@media (max-width: 992px) {
    .site-header__container {
        display: block
    }
}

.site-header-logo .logo img {
    display: block;
    max-height: 154px;
    width: auto
}

@media (max-width: 992px) {
    .site-header-logo .logo img {
        max-height: 100px
    }

    .site-header-logo .logo {
        left: 20px;
        position: absolute;
        top: 0;
        transition: all .3s ease;
        z-index: 20
    }
}

@media (max-width: 576px) {
    .site-header-logo .logo {
        left: 10px
    }
}

.btn {
    background: linear-gradient(101.56deg, #2e95de -.16%, #7908bf 99.84%);
    color: #fff;
    display: inline-block;
    font-family: AvantGarde;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .02em;
    line-height: 32px;
    padding: 10px 36px;
    text-decoration: none;
    text-transform: lowercase;
    transition: all .3s ease
}

.btn:hover {
    background: linear-gradient(101.56deg, #7908bf -.16%, #2e95de 99.84%);
    color: #fff
}

@media (max-width: 992px) {
    .log-in-top {
        display: flex;
        flex-direction: column;
        margin-top: 100px;
        padding-bottom: 100px;
        padding-top: 30px
    }
}

.log-in-top a {
    background: linear-gradient(101.56deg, #2e95de -.16%, #7908bf 99.84%);
    color: #fff;
    display: inline-block;
    font-family: AvantGarde;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .02em;
    line-height: 32px;
    margin-left: 20px;
    padding: 10px 36px;
    text-decoration: none;
    text-transform: lowercase;
    transition: all .3s ease
}

.log-in-top a:hover {
    background: linear-gradient(101.56deg, #7908bf -.16%, #2e95de 99.84%);
    color: #fff
}

@media (max-width: 992px) {
    .log-in-top a {
        display: block;
        margin: 0 auto;
        text-align: center;
        width: 260px
    }

    .log-in-top a:first-child {
        order: 2
    }

    .log-in-top a:nth-child(2) {
        margin-bottom: 20px;
        order: 1
    }
}

.main-navigation {
    margin-top: 154px
}

@media (max-width: 992px) {
    .main-navigation {
        margin-top: 0
    }
}

.ln-top-menu .menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 100px 0
}

.ln-top-menu .menu > li {
    color: #fff;
    font-family: AvantGarde;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .02em;
    line-height: 32px;
    margin-right: 150px;
    text-transform: uppercase
}

.ln-top-menu .menu > li:last-child {
    margin-right: 0
}

@media (max-width: 992px) {
    .ln-top-menu .menu > li {
        margin-right: 0
    }
}

.ln-top-menu .menu > li > a {
    color: #fff;
    text-decoration: none
}

.ln-top-menu .menu > li > a:hover {
    color: #7908bf
}

.ln-top-menu .menu > li.current-menu-item a, .ln-top-menu .menu > li.current-menu-item span {
    color: #27d2f2
}

@media (max-width: 992px) {
    .ln-top-menu .menu {
        background: #212121;
        bottom: 0;
        display: block;
        left: 0;
        opacity: 0;
        overflow: auto;
        padding: 160px 20px 20px;
        position: fixed;
        right: 0;
        top: 0;
        transform: translateX(100%);
        transition: opacity .3s ease;
        visibility: hidden;
        z-index: 15
    }

    .ln-top-menu .menu > li {
        margin-bottom: 39px;
        text-align: center
    }

    .ln-top-menu .menu > li:last-child {
        margin-bottom: 0
    }

    .ln-top-menu .menu.showmenu {
        opacity: 1;
        transform: none;
        visibility: visible
    }
}

.ln-top-menu .adapt-menu-icon {
    cursor: pointer;
    display: none;
    height: 30px;
    position: fixed;
    right: 16px;
    top: 38px;
    width: 36px;
    z-index: 20
}

@media (max-width: 992px) {
    .ln-top-menu .adapt-menu-icon {
        display: block
    }
}

.ln-top-menu .adapt-menu-icon span {
    background: #fff;
    display: block;
    height: 4px;
    position: absolute;
    width: 36px
}

.ln-top-menu .adapt-menu-icon span:first-child {
    top: 3px
}

.ln-top-menu .adapt-menu-icon span:nth-child(2) {
    top: 13px
}

.ln-top-menu .adapt-menu-icon span:last-child {
    top: 23px
}

.ln-top-menu .adapt-menu-icon.activeGamburger span:first-child {
    top: 13px;
    transform: rotate(135deg)
}

.ln-top-menu .adapt-menu-icon.activeGamburger span:nth-child(2) {
    display: none
}

.ln-top-menu .adapt-menu-icon.activeGamburger span:last-child {
    top: 13px;
    transform: rotate(-135deg)
}

.esq-crumbs {
    color: #a4a4a4;
    font-family: AvantGarde;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .02em;
    line-height: 32px;
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: lowercase
}

.esq-crumbs li {
    display: inline
}

.esq-crumbs a {
    color: #27d2f2
}

.esq-crumbs a:hover {
    color: #7908bf
}

.esq-crumbs span:not(.separator) {
    text-decoration: underline
}

.esq-crumbs .separator {
    margin: 0 13px
}

.hero {
    display: flex;
    margin: 0 auto;
    max-width: 1560px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative
}

@media (max-width: 1200px) {
    .hero {
        display: block;
        padding-left: 0;
        padding-right: 0
    }
}

.hero .hero__img {
    margin: 0 auto;
    overflow: hidden
}

.hero .hero__img img {
    display: block;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%
}

@media (max-width: 992px) {
    .hero .hero__img {
        height: 620px
    }

    .hero .hero__img img {
        height: 100%;
        width: 100%
    }
}

@media (max-width: 576px) {
    .hero .hero__img {
        height: 480px
    }
}

.hero .hero__title {
    margin: 0;
    position: absolute;
    top: 100px
}

@media (max-width: 1200px) {
    .hero .hero__title {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width: 992px) {
    .hero .hero__title {
        top: 60px
    }
}

@media (max-width: 576px) {
    .hero .hero__title {
        padding-left: 10px;
        padding-right: 10px;
        top: 26px
    }
}

.top-page {

    padding-top: 100px
}

@media (max-width: 1200px) {
    .top-page {
        display: block
    }

    .top-page > div:not(:last-child) {
        margin-bottom: 50px
    }
}

@media (max-width: 992px) {
    .top-page {
        padding-top: 80px
    }
}

.top-page div {
    flex-basis: 50%
}

.top-page .page-desc {
    order: 2
}

.top-page .page-desc .page-desc__text {
    max-width: 570px
}

@media (max-width: 992px) {
    .top-page .page-desc .page-desc__text {
        margin: 0 auto
    }
}

.top-page .page-desc .page-desc__text p:last-child {
    margin-bottom: 0
}

.top-page .page-table {
    display: flex;
    flex-direction: column;
    justify-content: center;
    order: 1;
    padding-right: 100px
}

@media (max-width: 1200px) {
    .top-page .page-table {
        display: block;
        padding-right: 0
    }
}

.top-page .page-table table {
    font-weight: 400
}

.top-page .page-table td {
    margin-right: 90px
}

@media (max-width: 1400px) {
    .top-page .page-table td {
        margin-right: 0
    }
}

@media (max-width: 1200px) {
    .top-page .page-table td {
        width: 50% !important
    }
}

.top-page .page-table tr td:last-child {
    margin-right: 0
}

.payment-logos {
    align-items: center;
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 100px 0;
    padding: 0
}

@media (max-width: 1400px) {
    .payment-logos {
        justify-content: space-between
    }
}

@media (max-width: 992px) {
    .payment-logos {
        flex-wrap: wrap;
        margin: 100px 0 60px
    }
}

@media (max-width: 768px) {
    .payment-logos {
        margin-bottom: 100px
    }
}

.payment-logos__item {
    margin: 0 66px
}

@media (max-width: 1400px) {
    .payment-logos__item {
        margin: 0
    }
}

@media (max-width: 992px) {
    .payment-logos__item {
        flex-basis: 33.33333%;
        margin-bottom: 40px;
        text-align: center
    }
}

@media (max-width: 768px) {
    .payment-logos__item {
        flex-basis: 100%
    }

    .payment-logos__item:last-child {
        margin-bottom: 0
    }
}

@media (max-width: 1180px) {
    .slots-container {
        max-width: 850px
    }
}

@media (max-width: 890px) {
    .slots-container {
        max-width: 560px
    }
}

@media (max-width: 600px) {
    .slots-container {
        max-width: 270px
    }
}

.slot-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: 0 -10px -20px;
    padding: 0
}

@media (max-width: 600px) {
    .slot-list {
        margin: 0
    }
}

.slot {
    flex-basis: 25%;
    margin-bottom: 20px;
    padding: 0 10px;
    position: relative
}

@media (max-width: 1180px) {
    .slot {
        flex-basis: 33.33333%
    }
}

@media (max-width: 890px) {
    .slot {
        flex-basis: 50%
    }
}

@media (max-width: 600px) {
    .slot {
        flex-basis: auto;
        margin: 0 auto 20px;
        padding: 0;
        width: 270px
    }

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

.slot .slot__inner {
    height: 200px;
    overflow: hidden;
    position: relative
}

.slot .slot__inner:before {
    background: rgba(0, 0, 0, .84);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.slot .slot__inner img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

@media (min-width: 992px) {
    .slot:hover .slot__link {
        display: block;
        opacity: 1;
        visibility: visible
    }
}

.slot__text {
    left: 0;
    padding: 0 20px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2
}

@media (max-width: 576px) {
    .slot__text {
        padding: 0 35px
    }
}

.slot__link, .slot__title {
    color: #fff;
    font-family: AvantGarde;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .02em;
    line-height: 28px;
    text-align: center
}

.slot__link {
    color: #fff;
    display: block;
    line-height: 32px;
    margin: 20px 15px 0;
    text-decoration: none
}

@media (min-width: 992px) {
    .slot__link {
        display: none;
        opacity: 0;
        visibility: hidden
    }
}

@media (max-width: 576px) {
    .slot__link {
        margin-left: 0;
        margin-right: 0
    }
}

.loadmore-btn {
    background: #212121;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: AvantGarde;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .02em;
    line-height: 32px;
    margin: 40px auto 0;
    padding: 8px 20px;
    position: relative;
    text-align: center;
    text-transform: lowercase;
    width: 218px
}

.loadmore-btn:before {
    background: linear-gradient(101.56deg, #2e95de -.16%, #7908bf 99.84%);
    bottom: -1px;
    content: "";
    left: -1px;
    position: absolute;
    right: -1px;
    top: -1px;
    z-index: -1
}

.loadmore-btn:hover, .loadmore-btn:hover:before {
    background: linear-gradient(101.56deg, #7908bf -.16%, #2e95de 99.84%)
}

.slot-container {
    margin: 0 auto 100px;
    max-width: 980px
}

.slot-container .slot-ratio {
    padding-bottom: 62.245%;
    position: relative;
    width: 100%
}

@media (max-width: 576px) {
    .slot-container .slot-ratio {
        display: none
    }
}

.slot-container .slot-wrapper {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.slot-container .slot-wrapper iframe {
    display: block
}

@media (max-width: 992px) {
    .slot-container .slot-wrapper iframe {
        height: 100% !important;
        width: 100% !important
    }
}

.slot-link {
    display: block;
    font-size: 24px;
    margin-top: 40px;
    padding: 20px;
    text-align: center
}

@media (max-width: 576px) {
    .slot-link {
        font-size: 18px;
        margin-left: 10px;
        margin-right: 10px;
        padding: 10px 20px
    }
}

.download_wrap {
    align-items: center;
    background: #212121;
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 10
}

@media (max-width: 990px) {
    .download_wrap {
        display: flex;
        padding: 0 20px
    }
}

.download_wrap .apk-btn {
    background: #212121;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: AvantGarde;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .02em;
    line-height: 32px;
    margin: 20px auto;
    padding: 8px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: lowercase;
    width: 218px
}

.download_wrap .apk-btn:before {
    background: linear-gradient(101.56deg, #2e95de -.16%, #7908bf 99.84%);
    bottom: -1px;
    content: "";
    left: -1px;
    position: absolute;
    right: -1px;
    top: -1px;
    z-index: -1
}

.download_wrap .apk-btn:hover, .download_wrap .apk-btn:hover:before {
    background: linear-gradient(101.56deg, #7908bf -.16%, #2e95de 99.84%)
}

@media (max-width: 320px) {
    .download_wrap .apk-btn {
        width: 100%
    }
}

.reviews {
    margin-top: 240px
}

@media (max-width: 992px) {
    .reviews {
        margin-top: 120px
    }
}

.reviews blockquote {
    border-top: 1px solid #2d2d2d;
    display: none;
    margin: 0;
    padding: 20px 0
}

@media (max-width: 992px) {
    .reviews blockquote {
        padding-bottom: 8px
    }
}

.reviews blockquote:first-child {
    border-top: 0
}

.reviews blockquote p {
    font-family: Nunito;
    font-size: 14px;
    font-style: normal;
    letter-spacing: .02em;
    margin-bottom: 0
}

@media (max-width: 576px) {
    .reviews blockquote p {
        font-size: 13px
    }
}

.reviews blockquote p:first-child {
    color: #fff;
    font-weight: 700;
    line-height: 28px
}

.reviews blockquote p:last-child {
    color: #a4a4a4;
    font-weight: 300;
    line-height: 24px;
    margin-top: 8px
}

.site-footer {
    margin-top: 60px
}

@media (max-width: 992px) {
    .site-footer {
        margin-top: 140px
    }
}

.site-footer .copyright {
    color: #fff;
    font-family: AvantGarde;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .02em;
    line-height: 32px;
    padding: 60px 0;
    text-align: center
}

@media (max-width: 990px) {
    .site-footer .copyright {
        padding-bottom: 88px;
        padding-top: 0
    }
}

@media (max-width: 576px) {
    .site-footer .copyright {
        font-size: 16px
    }
}

.footer-navigation {
    margin-bottom: 40px
}

.footer-navigation ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0
}

@media (max-width: 992px) {
    .footer-navigation ul {
        flex-direction: column;
        margin-bottom: 30px
    }
}

.footer-navigation ul > li {
    color: #fff;
    font-family: AvantGarde;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .02em;
    line-height: 32px;
    margin-right: 150px;
    text-transform: uppercase
}

.footer-navigation ul > li:last-child {
    margin-right: 0
}

@media (max-width: 992px) {
    .footer-navigation ul > li {
        margin-bottom: 20px;
        margin-right: 0;
        text-align: center
    }

    .footer-navigation ul > li:last-child {
        margin-bottom: 0
    }
}

.footer-navigation ul > li > a {
    color: #fff;
    text-decoration: none
}

.footer-navigation ul > li > a:hover {
    color: #7908bf
}

.footer-navigation ul > li.current-menu-item a, .footer-navigation ul > li.current-menu-item span {
    color: #27d2f2
}

.up_button {
    align-items: center;
    background: #fff;
    border-radius: 50%;
    bottom: 25px;
    display: inline-flex;
    height: 40px;
    justify-content: center;
    position: fixed;
    right: 14px;
    width: 40px;
    z-index: 4
}

.up_button:after, .up_button:before {
    background: #212121;
    content: "";
    display: inline-block;
    height: 2px;
    position: absolute;
    top: 22px;
    width: 12px
}

.up_button:before {
    left: 12px;
    transform: rotate(-45deg);
    transform-origin: left center
}

.up_button:after {
    right: 12px;
    transform: rotate(45deg);
    transform-origin: right center
}

@media (max-width: 400px) {
    .up_button {
        bottom: 100px
    }
}

.title404_digit {
    color: #fff;
    font-family: AvantGarde;
    font-size: 96px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .02em;
    line-height: 120px;
    margin: 0 0 100px;
    text-align: center;
    text-transform: uppercase
}

@media (max-width: 992px) {
    .title404_digit {
        font-size: 64px;
        line-height: 1.5
    }
}

@media (max-width: 576px) {
    .title404_digit {
        font-size: 32px;
        margin: 20px 0 80px
    }

    .title404_digit.single-post-title {
        margin-bottom: 40px
    }
}

.title404 {
    text-align: center
}

.title404.last {
    margin-bottom: 60px
}

.title404 a {
    color: #27d2f2
}
