@font-face {
    font-family: Outfit-f;
    src: url(../fonts/Outfit-Light.ttf);
    font-weight: 300;
    font-display: swap
}

@font-face {
    font-family: Outfit-f;
    src: url(../fonts/Outfit-Regular.ttf);
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: Outfit-f;
    src: url(../fonts/Outfit-Medium.ttf);
    font-weight: 500;
    font-display: swap
}

@font-face {
    font-family: Outfit-f;
    src: url(../fonts/Outfit-SemiBold.ttf);
    font-weight: 600;
    font-display: swap
}

@font-face {
    font-family: Niveau-Grotesk-f;
    src: url(../fonts/NiveauGroteskRegular.ttf);
    font-weight: 400;
    font-display: swap
}


html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

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;
    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 {
    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 {
    font-style: normal;
    line-height: inherit
}

address,
dl,
ol,
ul {
    margin-bottom: 1rem
}

dl,
ol,
ul {
    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: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([class]),
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 {
    border-style: none
}

img,
svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

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] {
    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
}


html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

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

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 4
}

@media (min-width:576px) {

    .container,
    .container-sm {
        max-width: 100%
    }
}

@media (min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 90%
    }
}

@media (min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1280px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1220px
    }
}



@media (min-width:1590px) {
    .m-xxl-0 {
        margin: 0 !important
    }

    .mt-xxl-0,
    .my-xxl-0 {
        margin-top: 0 !important
    }

    .mr-xxl-0,
    .mx-xxl-0 {
        margin-right: 0 !important
    }

    .mb-xxl-0,
    .my-xxl-0 {
        margin-bottom: 0 !important
    }

    .ml-xxl-0,
    .mx-xxl-0 {
        margin-left: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .mt-xxl-1,
    .my-xxl-1 {
        margin-top: .25rem !important
    }

    .mr-xxl-1,
    .mx-xxl-1 {
        margin-right: .25rem !important
    }

    .mb-xxl-1,
    .my-xxl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xxl-1,
    .mx-xxl-1 {
        margin-left: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .mt-xxl-2,
    .my-xxl-2 {
        margin-top: .5rem !important
    }

    .mr-xxl-2,
    .mx-xxl-2 {
        margin-right: .5rem !important
    }

    .mb-xxl-2,
    .my-xxl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xxl-2,
    .mx-xxl-2 {
        margin-left: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .mt-xxl-3,
    .my-xxl-3 {
        margin-top: 1rem !important
    }

    .mr-xxl-3,
    .mx-xxl-3 {
        margin-right: 1rem !important
    }

    .mb-xxl-3,
    .my-xxl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xxl-3,
    .mx-xxl-3 {
        margin-left: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .mt-xxl-4,
    .my-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xxl-4,
    .mx-xxl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xxl-4,
    .my-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xxl-4,
    .mx-xxl-4 {
        margin-left: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .mt-xxl-5,
    .my-xxl-5 {
        margin-top: 3rem !important
    }

    .mr-xxl-5,
    .mx-xxl-5 {
        margin-right: 3rem !important
    }

    .mb-xxl-5,
    .my-xxl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xxl-5,
    .mx-xxl-5 {
        margin-left: 3rem !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .pt-xxl-0,
    .py-xxl-0 {
        padding-top: 0 !important
    }

    .pr-xxl-0,
    .px-xxl-0 {
        padding-right: 0 !important
    }

    .pb-xxl-0,
    .py-xxl-0 {
        padding-bottom: 0 !important
    }

    .pl-xxl-0,
    .px-xxl-0 {
        padding-left: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .pt-xxl-1,
    .py-xxl-1 {
        padding-top: .25rem !important
    }

    .pr-xxl-1,
    .px-xxl-1 {
        padding-right: .25rem !important
    }

    .pb-xxl-1,
    .py-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xxl-1,
    .px-xxl-1 {
        padding-left: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .pt-xxl-2,
    .py-xxl-2 {
        padding-top: .5rem !important
    }

    .pr-xxl-2,
    .px-xxl-2 {
        padding-right: .5rem !important
    }

    .pb-xxl-2,
    .py-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xxl-2,
    .px-xxl-2 {
        padding-left: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .pt-xxl-3,
    .py-xxl-3 {
        padding-top: 1rem !important
    }

    .pr-xxl-3,
    .px-xxl-3 {
        padding-right: 1rem !important
    }

    .pb-xxl-3,
    .py-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xxl-3,
    .px-xxl-3 {
        padding-left: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .pt-xxl-4,
    .py-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xxl-4,
    .px-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xxl-4,
    .py-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xxl-4,
    .px-xxl-4 {
        padding-left: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .pt-xxl-5,
    .py-xxl-5 {
        padding-top: 3rem !important
    }

    .pr-xxl-5,
    .px-xxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-5,
    .py-xxl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xxl-5,
    .px-xxl-5 {
        padding-left: 3rem !important
    }

    .m-xxl-n1 {
        margin: -.25rem !important
    }

    .mt-xxl-n1,
    .my-xxl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xxl-n1,
    .mx-xxl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xxl-n1,
    .my-xxl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xxl-n1,
    .mx-xxl-n1 {
        margin-left: -.25rem !important
    }

    .m-xxl-n2 {
        margin: -.5rem !important
    }

    .mt-xxl-n2,
    .my-xxl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xxl-n2,
    .mx-xxl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xxl-n2,
    .my-xxl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xxl-n2,
    .mx-xxl-n2 {
        margin-left: -.5rem !important
    }

    .m-xxl-n3 {
        margin: -1rem !important
    }

    .mt-xxl-n3,
    .my-xxl-n3 {
        margin-top: -1rem !important
    }

    .mr-xxl-n3,
    .mx-xxl-n3 {
        margin-right: -1rem !important
    }

    .mb-xxl-n3,
    .my-xxl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xxl-n3,
    .mx-xxl-n3 {
        margin-left: -1rem !important
    }

    .m-xxl-n4 {
        margin: -1.5rem !important
    }

    .mt-xxl-n4,
    .my-xxl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xxl-n4,
    .mx-xxl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xxl-n4,
    .my-xxl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xxl-n4,
    .mx-xxl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xxl-n5 {
        margin: -3rem !important
    }

    .mt-xxl-n5,
    .my-xxl-n5 {
        margin-top: -3rem !important
    }

    .mr-xxl-n5,
    .mx-xxl-n5 {
        margin-right: -3rem !important
    }

    .mb-xxl-n5,
    .my-xxl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xxl-n5,
    .mx-xxl-n5 {
        margin-left: -3rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mt-xxl-auto,
    .my-xxl-auto {
        margin-top: auto !important
    }

    .mr-xxl-auto,
    .mx-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-auto,
    .my-xxl-auto {
        margin-bottom: auto !important
    }

    .ml-xxl-auto,
    .mx-xxl-auto {
        margin-left: auto !important
    }
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translateY(-50px)
}


@media (min-width:576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion {
    overflow-anchor: none
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px
}

.nice-select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #fff;
    border-radius: .25rem;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    height: calc(1.5em + .75rem + 2px);
    line-height: calc(1.5em + .75rem + 2px)-2;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto
}

.nice-select:hover {
    border-color: #dbdbdb
}

.nice-select.open,
.nice-select:active,
.nice-select:focus {
    border-color: #999
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: "";
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all .15s ease-in-out;
    width: 5px
}

.nice-select.open:after {
    transform: rotate(-135deg)
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0)
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none
}

.nice-select.disabled:after {
    border-color: #ccc
}

.nice-select.wide {
    width: 100%
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important
}

.nice-select.right {
    float: right
}

.nice-select.right .list {
    left: auto;
    right: 0
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px
}

.nice-select.small:after {
    height: 4px;
    width: 4px
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px
}

.nice-select .list {
    background-color: #fff;
    border-radius: .25rem;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transform: scale(.75) translateY(-calc(1.5em + .75rem + 2px)/2);
    transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    z-index: 9
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: calc(1.5em + .75rem + 2px)-2;
    list-style: none;
    min-height: calc(1.5em + .75rem + 2px)-2;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all .2s
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
    background-color: #f6f6f6
}

.nice-select .option.selected {
    font-weight: 700
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default
}

.no-csspointerevents .nice-select .list {
    display: none
}

.no-csspointerevents .nice-select.open .list {
    display: block
}

* {
    outline: 0 !important
}

*,
:after,
:before {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box
}

:root {
    --white: #fff;
    --blue: #098cec;
    --gray: #4c4959;
    --bg-color: rgba(24, 20, 49, .8);
    --darkblue: #0a061d;
    --linear-gradient: linear-gradient(90deg, #0949ec, #0093ff)
}

a {
    text-decoration: none
}

li,
p,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

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

button {
    cursor: pointer
}

button:focus-visible,
input,
select,
textarea {
    outline: 0
}

input,
textarea {
    border-radius: 0
}

.header__burger {
    cursor: pointer
}

.all_pages {
    position: fixed;
    top: 20%;
    right: 0;
    z-index: 999999
}

.all_pages:hover ul {
    right: 0
}

.all_pages .page_point {
    padding: 10px 15px;
    background: #00d2ff;
    cursor: pointer
}

.all_pages ul {
    background: #00d2ff;
    padding: 15px 20px;
    position: absolute;
    top: 100%;
    width: 200px;
    right: -200px;
    transition: .4s;
    max-height: 500px;
    overflow-y: auto
}

.all_pages ul li {
    list-style: none;
    margin-bottom: 15px;
    font-size: 16px
}

.all_pages ul li a {
    color: #fff
}

.footer {
    background: #06040f;
    padding-block: 66px
}

@keyframes b {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.hero__title h1,
.hero__title h2 {
    opacity: 0;
    animation: b ease .2s forwards
}

.modal-back {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    transition: opacity .15s ease;
    display: none
}

.modal-back.show {
    opacity: .5
}

.register_error,
.register_success {
    font-family: Outfit-f, sans-serif;
    line-height: 1;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    margin: 10px auto
}

.register_success {
    color: green
}

.register_error {
    color: red
}

.cart_totals .shop_table+div {
    font-family: Outfit-f, sans-serif;
    line-height: 1.2;
    font-weight: 500;
    font-size: 16px;
    color: var(--white);
    text-align: center;
    margin-top: 20px
}

body,
html {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--white);
    box-sizing: border-box;
    font-family: Niveau-Grotesk-f, sans-serif
}

body {
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    background-color: var(--darkblue);
    height: 100%
}

.wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex: 1
}

h1 {
    font-family: Outfit-f, sans-serif;
    color: var(--white);
    line-height: 1.25;
    font-weight: 600;
    font-size: calc(40px + 16 * ((100vw - 320px) / 1600));
    margin-bottom: 0
}

@media screen and (min-width:1921px) {
    h1 {
        font-size: 56px
    }
}

.home h2 {
    font-family: Outfit-f, sans-serif;
    color: var(--white);
    line-height: 1.25;
    font-weight: 600;
    margin-bottom: 0;
    font-size: calc(40px + 16 * ((100vw - 320px) / 1600))
}

@media screen and (min-width:1921px) {
    .home h2 {
        font-size: 56px
    }
}

.home wrapper p {
    font-family: Outfit-f, sans-serif;
    color: var(--white);
    line-height: 1.5;
    font-weight: 400;
    font-size: 20px
}

.btn-border,
.btn-main {
    border-radius: 8px;
    padding: 24px 64px;
    font-family: Outfit-f, sans-serif;
    font-weight: 600;
    line-height: 1.1;
    font-size: 24px;
    text-transform: uppercase;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    align-items: center
}

.btn-border:hover,
.btn-main:hover {
    text-decoration: none;
    color: var(--white)
}

.btn-main {
    color: var(--white);
    background: var(--linear-gradient);
    position: relative;
    overflow: hidden
}

.btn-main:hover:after {
    left: 120%;
    transition: all .35s ease
}

.btn-border:after,
.btn-main:after {
    content: "";
    height: 155px;
    opacity: .2;
    top: -50px;
    z-index: 45;
    transition: all .35s ease;
    left: -125px;
    position: absolute;
    transform: rotate(35deg);
    width: 80px;
    background-color: #fff;
    box-shadow: 10px 10px 10px #fff
}

.btn-border {
    color: var(--white);
    background: transparent;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    border: 1px solid var(--blue)
}

.btn-border:hover {
    text-decoration: none;
    color: var(--blue)
}

.btn-border:hover:after {
    left: 120%;
    transition: all .35s ease
}

.hero {
    background: #0a061d;
    text-align: center;
    position: relative;
    padding-top: 160px;
    padding-bottom: calc(60px + 80 * ((100vw - 320px) / 1600));
    z-index: 3
}

@media screen and (max-width:575px) {
    .hero {
        padding-top: 193px
    }
}

.hero .btn-main {
    margin-left: auto;
    margin-right: auto
}

.hero__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100vh;
    -o-object-position: center bottom;
    object-position: center bottom;
    z-index: 1
}

.blue__text {
    color: var(--blue)
}

.hero__title h1 {
    font-family: Outfit-f, sans-serif !important;
    color: var(--white);
    line-height: 1.25;
    font-weight: 600;
    font-size: calc(40px + 16 * ((100vw - 320px) / 1600));
    margin-bottom: 0
}

.hero__title img {
    width: 92px;
    height: 80px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 32px
}

@media screen and (max-width:767px) {
    .hero__title img {
        display: none
    }
}

.hero__title p {
    line-height: 1.2;
    margin: 20px 0;
    font-size: calc(20px + 12 * ((100vw - 320px) / 1600))
}

@media screen and (min-width:1921px) {
    .hero__title p {
        font-size: 32px
    }
}

@media screen and (min-width:1921px) {
    .hero__title h1 {
        font-size: 56px
    }
}

.trust-score span {
    font-family: Outfit-f, sans-serif;
    font-size: 16px;
    line-height: 1.25
}

.trust-score img {
    margin: 0 11px;
    width: 101px;
    height: auto
}

.hero__games {
    display: flex;
    justify-content: flex-start;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-block: 72px 60px
}

@media screen and (max-width:485px) {
    .hero__games {
        display: flex;
        justify-content: center;
        flex-wrap: wrap
    }
}

.hero__games-item {
    position: relative;
    border-radius: 8px;
    cursor: pointer;
    overflow: hidden
}

@media screen and (max-width:485px) {
    .hero__games-item {
        max-width: 358px;
        width: 100%
    }
}

.hero__games-item:hover img {
    transform: scale(1.05);
    overflow: hidden
}

.hero__games-item:hover .hero__games-description {
    opacity: 1
}

.hero__games-item:hover .hero__games-title {
    display: block !important;
    opacity: 0 !important;
}

.hero__games-item img,
.hero__games-item video {
    aspect-ratio: .655;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 555ms ease;
    width: 100%;
    height: 100%;
}

.hero__games-item {
    min-height: 400px;
    max-height: 450px;
    height: auto;
    overflow: hidden;
    position: relative;
}

.hero__games-version {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.95);
    padding: 12px 20px;
    text-align: center;
    z-index: 20;
}

.hero__games-version span {
    color: #ffffff;
    font-family: 'Arial Black', Impact, sans-serif;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

.hero__games-title {
    display: none !important;
}

.hero__games-title h4 {
    color: #ffffff !important;
    font-family: 'Arial Black', Impact, sans-serif !important;
    font-size: 22px !important;
    line-height: 1.2 !important;
    font-weight: 900 !important;
    margin-bottom: 0 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    text-shadow: 
        0 0 10px rgba(0, 0, 0, 0.8),
        0 0 20px rgba(0, 210, 255, 0.5),
        2px 2px 4px rgba(0, 0, 0, 0.9) !important;
}

.hero__games-content {
    margin-bottom: auto
}

.hero__games-description {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 80px);
    background: rgba(11, 13, 27, .8);
    opacity: 0;
    transition: opacity 555ms ease;
    padding: 24px;
    text-align: left;
    display: flex;
    flex-direction: column;
    z-index: 15;
}

.hero__games-description:hover {
    text-decoration: none
}

.hero__games-description h4 {
    font-family: Outfit-f, sans-serif;
    line-height: 1.2;
    margin-bottom: 8px;
    font-weight: 600;
    color: var(--white);
    font-size: calc(16px + 8 * ((100vw - 320px) / 1600))
}

@media screen and (min-width:1921px) {
    .hero__games-description h4 {
        font-size: 24px
    }
}

.hero__games-description .hero__games-content p {
    color: hsla(0, 0%, 100%, .7);
    font-weight: 300;
    font-size: 16px
}

@media screen and (max-width:1279px) {
    .hero__games-description .hero__games-content p {
        font-size: 15px
    }
}

@media screen and (max-width:767px) {
    .hero__games-description .hero__games-content p {
        font-size: 16px
    }
}

.hero__games-description>p {
    font-family: Outfit-f, sans-serif;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    transition: all .3s ease
}

@media screen and (max-width:767px) {
    .hero__games-description>p {
        font-size: 12px
    }
}

.hero__games-description>p:hover {
    color: var(--blue);
    text-decoration: none
}

.hero__games-description>p:hover img {
    transform: translateX(5px);
    filter: invert(43%) sepia(71%) saturate(3642%) hue-rotate(184deg) brightness(99%) contrast(93%)
}

.hero__games-description>p img {
    width: 15px;
    height: 12px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-left: 9px;
    transition: transform .3s ease
}

.steps {
    background-size: cover;
    padding-block: calc(65px + 82 * ((100vw - 320px) / 1600))
}

.steps h3 {
    font-family: Outfit-f, sans-serif;
    line-height: 1.25;
    font-weight: 500;
    color: var(--white);
    margin-bottom: 20px;
    font-size: calc(24px + 20 * ((100vw - 320px) / 1600))
}

@media screen and (min-width:1921px) {
    .steps h3 {
        font-size: 44px
    }
}

.steps p {
    color: hsla(0, 0%, 100%, .5);
    font-family: Outfit-f, sans-serif;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 32px;
    font-size: calc(16px + 8 * ((100vw - 320px) / 1600))
}
