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

ul,
ol {
    padding: 0
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0
}

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5
}

ul,
ol {
    list-style: none
}

img {
    max-width: 100%;
    display: block
}

article>*+* {
    margin-top: 1em
}

input,
button,
textarea,
select {
    font: inherit
}

@media(prefers-reduced-motion: reduce) {
    * {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important
    }
}

@font-face {
    font-family: "SHARKBOY & lavagirl";
    src: url("../fonts/shark/SHARKBOY-lavagirl.eot");
    src: url("../fonts/shark/SHARKBOY-lavagirl.eot@") format("embedded-opentype"), url("../fonts/shark/SHARKBOY-lavagirl.woff") format("woff"), url("../fonts/shark/SHARKBOY-lavagirl.woff2") format("woff2")
}

@font-face {
    font-family: "Circe Extra";
    src: url("../fonts/circe/Circe-ExtraBold.eot");
    src: url("../fonts/circe/Circe-ExtraBold.eot@") format("embedded-opentype"), url("../fonts/circe/Circe-ExtraBold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Circe";
    src: url("../fonts/circe/Circe-Bold.eot");
    src: url("../fonts/circe/Circe-Bold.eot@") format("embedded-opentype"), url("../fonts/circe/Circe-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Circe";
    src: url("../fonts/circe/Circe-Regular.eot");
    src: url("../fonts/circe/Circe-Regular.eot@") format("embedded-opentype"), url("../fonts/circe/Circe-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Circe Extra";
    src: url("../fonts/circe/Circe-ExtraLight.eot");
    src: url("../fonts/circe/Circe-ExtraLight.eot@") format("embedded-opentype"), url("../fonts/circe/Circe-ExtraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Circe";
    src: url("../fonts/circe/Circe-Light.eot");
    src: url("../fonts/circe/Circe-Light.eot@") format("embedded-opentype"), url("../fonts/circe/Circe-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

.o-wrapper {
    padding: 0 15px
}

body {
    min-height: 100vh
}

.o-list {
    list-style: none;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap
}

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

*:focus {
    outline: none !important
}

html {
    font-size: 62.5%
}

body {
    color: #303030;
    font-family: "Circe", sans-serif;
    background-color: #f6f7fb;
    font-size: 1.6rem
}

.o-text-bold {
    font-weight: bold
}

.o-text-center {
    text-align: center
}

.o-text-up {
    text-transform: uppercase
}

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

button,
a {
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    cursor: pointer;
    transition: .2s;
    text-decoration: none;
    color: inherit
}

button picture img:hover,
a picture img:hover {
    transform: scale(1.02)
}

h1,
.h1 {
    font-size: 3rem
}

h2,
.h2 {
    font-size: 2.8rem
}

h3,
.h3 {
    font-size: 2.5rem
}

h4,
.h4 {
    font-size: 2.2rem
}

h5,
.h5 {
    font-size: 1.9rem
}

h6,
.h6 {
    font-size: 1.6rem
}

.lazyload,
.lazyloading {
    opacity: 0
}

.lazyloaded {
    opacity: 1;
    transition: .2s
}

.o-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-weight: 700;
    font-size: 15px;
    color: #f6f7fb;
    height: 45px
}

.o-btn:hover {
    opacity: .8;
    cursor: pointer
}

.o-btn__small {
    width: 115px
}

.o-btn__large {
    width: 160px
}

.o-btn__max-large {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px
}

.o-btn__blue {
    background-color: #178be3;
    padding-right: 15px
}

.o-btn__violet {
    padding: 10px;
    color: #f6f7fb;
    background-color: #8522c1
}

.page-main__container {
    display: flex;
    flex-direction: column
}

.page-main__outline {
    width: -webkit-fill-available
}

.header {
    margin-bottom: 20px
}

.header__burger {
    background-color: #fff;
    border: 1.2px solid #fff;
    border-radius: 4px;
    padding: 7px;
    color: #d3d3d3;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-size: 1rem;
    transition: .2s;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 15px;
    right: 20px;
    width: 48px;
    height: 48px;
    z-index: 2
}

.header__burger:hover {
    border-color: #fff
}

.header__logo-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.header__nav-row {
    flex-direction: column;
    display: flex;
    gap: 20px
}

.header__buttons {
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: #fff;
    border-radius: 10px;
    padding: 12px;
    justify-content: center
}

.header__buttons svg {
    margin-right: 10px
}

.header__title {
    display: none
}

.header__logotype {
    height: 45px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px
}

.header__leftbar {
    width: 100%
}

.header__title {
    font-family: "SHARKBOY & lavagirl";
    font-size: 35px;
    color: #1f6aed;
    text-align: center;
    position: relative
}

.header__main {
    width: 100%;
    display: flex;
    align-items: flex-end
}

.header__flex {
    height: unset
}

.header__badge {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-image: linear-gradient(0deg, #8e6cf0 0%, #6582fb 100%);
    box-shadow: 0 7px 13px rgba(121, 119, 246, .2509803922);
    transition: .25s ease;
    color: #fff;
    font-size: 20px
}

.header__badge:hover {
    translate: 0 -10px
}

.header__badge_rotate {
    transform: rotate(-90deg)
}

.header__badge__subname {
    color: #b9c3d2
}

.header__badge__name {
    color: #000
}

.header__badge__name_orange {
    color: #ed8e1f
}

.header__card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 14px;
    font-weight: 700;
    width: 50%
}

.header__games {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: var(--shadow-main)
}

.header__badge_gray {
    background-image: linear-gradient(0deg, rgb(157, 163, 177) 0%, rgb(118, 122, 143) 100%);
    box-shadow: 0 7px 13px rgba(158, 156, 174, .2509803922)
}

.header__badge_yellow {
    background-image: linear-gradient(0deg, rgb(240, 204, 108) 0%, rgb(229, 166, 67) 100%);
    box-shadow: 0 7px 13px rgba(234, 184, 87, .2509803922)
}

.header__badge_violet {
    background-image: linear-gradient(0deg, rgb(142, 108, 240) 0%, rgb(101, 130, 251) 100%);
    box-shadow: 0 7px 13px rgba(121, 119, 246, .2509803922)
}

.header__badge_blue {
    background-image: linear-gradient(0deg, rgb(108, 161, 240) 0%, rgb(101, 207, 251) 100%);
    box-shadow: 0 7px 13px rgba(119, 140, 246, .2509803922)
}

.header__badge_purple {
    background-image: linear-gradient(0deg, rgb(226, 108, 240) 0%, rgb(174, 67, 229) 100%);
    box-shadow: 0 7px 13px rgba(218, 104, 242, .2509803922)
}

.header__badge_red {
    background-image: linear-gradient(0deg, rgb(240, 133, 108) 0%, rgb(229, 90, 67) 100%);
    box-shadow: 0 7px 13px rgba(234, 103, 85, .2509803922)
}

.header__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 45px;
    margin-bottom: 15px;
    display: none
}

.header__nav svg {
    height: 15px;
    color: #b7c2d0
}

.header__nav-desctop a {
    margin-right: 35px;
    font-size: 16px;
    font-weight: 700;
    color: #2b2b2b
}

.header__nav-desctop a:hover {
    color: rgba(43, 43, 43, .6)
}

.header__badges-desctop {
    display: flex
}

.header__badges-desctop a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 10px
}

.header__badges-desctop__telegram {
    background-color: #218cf9
}

.header__badges-desctop__telegram:hover {
    opacity: .4;
    cursor: pointer
}

.header__badges-desctop__theme {
    border: 1px solid #dde3e9
}

.header__badges-desctop__theme:hover {
    opacity: .4;
    cursor: pointer
}

.header__badges-desctop__language {
    border: 1px solid #dde3e9
}

.header__badges-desctop__language:hover {
    opacity: .4;
    cursor: pointer
}

.header__badges-desctop__language-icon {
    display: block;
    width: 20px;
    height: 15px;
    overflow: hidden;
    border-radius: 500px
}

.sidebar {
    position: fixed;
    padding: 25px;
    left: 15px;
    top: 15px;
    width: 250px;
    flex-direction: column;
    align-items: unset;
    bottom: 15px;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 7px 29px 0px rgba(222, 226, 241, .3294117647);
    transition: 300ms;
    transition-timing-function: ease-in-out;
    opacity: 0;
    z-index: -1
}

.sidebar__logotype {
    height: 45px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center
}

.sidebar__close {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #b1b7cd
}

.sidebar__close:hover {
    opacity: .7;
    cursor: pointer
}

.sidebar__buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap
}

.sidebar__nav {
    display: flex;
    width: 100%;
    height: 45px
}

.sidebar__nav__support {
    font-size: 16px;
    font-weight: 700;
    color: #2b2b2b
}

.sidebar__nav__support:hover {
    color: rgba(43, 43, 43, .6)
}

.sidebar__badges {
    display: flex
}

.sidebar__badges svg {
    height: 15px;
    color: #b7c2d0
}

.sidebar__badges a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 10px
}

.sidebar__badges__telegram {
    background-color: #218cf9
}

.sidebar__badges__telegram:hover {
    opacity: .3;
    cursor: pointer
}

.sidebar__badges__theme {
    border: 1px solid #dde3e9
}

.sidebar__badges__theme:hover {
    opacity: .3;
    cursor: pointer
}

.sidebar__badges__language {
    border: 1px solid #dde3e9
}

.sidebar__badges__language:hover {
    opacity: .3;
    cursor: pointer
}

.sidebar__badges__language-icon {
    display: block;
    width: 20px;
    height: 15px;
    overflow: hidden;
    border-radius: 500px
}

.is-aside-open {
    opacity: 1;
    z-index: 1000
}

.hero {
    background-image: url(../img/hero-img.webp);
    background-repeat: no-repeat;
    border-radius: 10px;
    background-position: center;
    padding: 10px
}

.hero__outline {
    flex-wrap: wrap;
    height: unset;
    padding-bottom: 25px;
    display: flex;
    justify-content: center
}

.hero__info-content {
    display: none;
    flex-direction: column
}

.hero__value {
    -o-object-fit: contain;
    object-fit: contain;
    width: 200px;
    height: 120px
}

.hero__numbers {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: -7px;
    color: #fff;
    text-shadow: 1px 1px 10px #000
}

.hero__timer-numbers {
    width: 25%;
    display: flex;
    padding: 5px 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: hsla(0, 0%, 100%, .7019607843);
    font-size: 11px;
    border-right: 1px solid hsla(0, 0%, 100%, .2);
    border-radius: 1000px
}

.hero__timer-box {
    padding: 0 15px;
    width: 240px
}

.hero__timer-box-content {
    width: 100%;
    margin: 0 0 0 auto
}

.hero__timer-box-content__timer-text {
    display: flex;
    border: 2px solid hsla(0, 0%, 100%, .2);
    border-radius: 10px;
    margin-bottom: -5px
}

.hero__button {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    height: 45px;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    background: linear-gradient(180deg, #f6f7fb 0%, rgba(246, 247, 251, 0.8) 100%)
}

.hero__button:hover {
    background: #8522c1;
    color: #fff
}

.review {
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid #6582fb;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 10px
}

.review a:not([class]) {
    color: #fea;
    text-decoration: none
}

.review a:not([class]):hover,
.review a:not([class]):focus {
    text-decoration: underline
}

.reviews {
    margin-bottom: 30px
}

.review__name {
    width: 100%;
    text-align: left;
    font-size: 2rem
}

.review__outline {
    padding: 10px;
    display: inline-flex;
    text-align: left;
    width: 100%
}

.review .o-btn__violet {
    margin-left: auto;
    background-image: linear-gradient(0deg, rgb(142, 108, 240) 0%, rgb(101, 130, 251) 100%)
}

.faq {
    margin-bottom: 30px
}

.faq a:not([class]) {
    color: #fea;
    text-decoration: none
}

.faq a:not([class]):hover,
.faq a:not([class]):focus {
    text-decoration: underline
}

.faq details[open] summary {
    border-radius: 4px 4px 0 0
}

.faq__elem {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px
}

.faq__title {
    cursor: pointer;
    padding: 7px;
    padding-left: 30px;
    color: #fff;
    background-image: linear-gradient(0deg, rgb(142, 108, 240) 0%, rgb(101, 130, 251) 100%);
    font-weight: 600;
    font-size: 1.6rem;
    display: inline-flex;
    align-items: center;
    border-radius: 4px;
    word-break: break-all;
    position: relative
}

.faq__title::-webkit-details-marker {
    display: none
}

.faq__title:before {
    content: "►";
    position: absolute;
    display: flex;
    left: 10px;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 600;
    color: #fff;
    width: 10px;
    height: 10px
}

.faq__outline {
    padding: 10px 15px;
    border: 1px solid hsla(0, 0%, 100%, .4);
    border-top: 0;
    border-radius: 0 0 4px 4px
}

.c-text {
    margin-bottom: 25px
}

.c-text-container {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px
}

.c-text img {
    margin: auto
}

.c-text p {
    margin-bottom: 10px;
    font-size: 1.6rem
}

.c-text ul {
    padding-left: 25px;
    list-style-type: disc;
    font-size: 1.6rem;
    margin-bottom: 15px
}

.c-text ol {
    padding-left: 25px;
    list-style-type: decimal;
    font-size: 1.6rem;
    margin-bottom: 15px
}

.c-text a:not([class]) {
    color: #fea;
    text-decoration: none
}

.c-text a:not([class]):hover,
.c-text a:not([class]):focus {
    text-decoration: underline
}

.c-text .o-text-image_right {
    float: right;
    max-width: 40vw
}

.c-text .o-text-image_left {
    float: left;
    max-width: 40vw
}

.navigation {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    width: 100%;
    padding: 16px 40px;
    list-style: decimal;
    flex-direction: column
}

.navigation a:not([class]) {
    color: #6582fb;
    text-decoration: none;
    font-weight: bold
}

.navigation a:not([class]):hover,
.navigation a:not([class]):focus {
    text-decoration: underline
}

.navigation__wrapper {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    margin-bottom: 40px
}

.navigation__elem {
    width: 100%;
    margin-bottom: 10px
}

.navigation__elem:nth-child(odd) {
    padding-right: 25px
}

.slot-machine {
    overflow: hidden;
    position: relative;
    background-color: rgba(var(--bg-main), 1);
    box-shadow: 0 .25rem 2rem rgba(0, 0, 0, .0901960784);
    border-radius: 10px;
    transition: .25s ease;
    cursor: pointer
}

.slot-machine:hover {
    transform: scale(1.05)
}

.slot-machines {
    margin-left: -10px;
    margin-right: -10px;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 25px;
    gap: 20px
}

.slot-machines__title {
    width: 100%;
    display: block
}

.slot-machine__icon {
    height: 100%;
    position: relative;
    width: 100%;
    overflow: hidden
}

.slot-machine__icon::before {
    background: #ffab03;
    box-shadow: 0 8px 15px rgba(30, 30, 30, .5019607843);
    border-radius: 8px;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    width: 100px;
    height: 40px;
    font-size: 16px;
    top: 0;
    margin: auto;
    font-weight: 600;
    color: #fff
}

.slot-machine__image {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    display: block
}

.slot-machine__new {
    position: absolute;
    right: 15px;
    top: 10px;
    max-width: 40px;
    margin-left: auto;
    background: #ff5100;
    color: #000;
    padding: 0 6px;
    margin-bottom: 2px;
    line-height: 26px;
    font-size: 1.1rem;
    border-radius: 3px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center
}

.slot-machine__name {
    font-weight: 800;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4px;
    color: #fff;
    padding: 0 15px;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    z-index: 2
}

.slot-machine:hover .slot-machine__overflow {
    opacity: 1
}

.slot-machine__overflow {
    opacity: 0;
    transition: .25s ease;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background-color: rgba(0, 0, 0, .1019607843);
    z-index: 1
}

.slot-machine__overflow:before {
    opacity: 0;
    transition: .25s ease;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background-color: rgba(0, 0, 0, .1019607843);
    z-index: 1
}

.slot-machine__overflow-demo {
    background: #ffab03;
    box-shadow: 0 8px 15px rgba(30, 30, 30, 0.5019607843);
    border-radius: 8px;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    width: 100px;
    justify-content: center;
    align-items: center;
    height: 40px;
    font-size: 16px;
    display: flex;
    top: 0;
    margin: auto;
    font-weight: 600;
    color: #fff;
    z-index: 1
}

@media screen and (min-width: 320px) {
    .slot-machine {
        width: calc(50% - 20px)
    }
}

@media screen and (min-width: 600px) {
    .slot-machine {
        width: calc(33.3333333333% - 20px)
    }
}

@media screen and (min-width: 992px) {
    .slot-machine {
        width: calc(20% - 20px)
    }
}

@media screen and (min-width: 1200px) {
    .slot-machine {
        width: calc(16.6666666667% - 20px)
    }
}

table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse
}

table a:not([class]) {
    color: #fea;
    text-decoration: none
}

table a:not([class]):hover,
table a:not([class]):focus {
    text-decoration: underline
}

table th {
    background: #e9e9e9
}

table th,
table td {
    padding: 7px 10px;
    border: 1px solid #353535;
    min-width: 120px;
    text-align: center
}

.c-table__wrapper {
    margin-bottom: 15px;
    width: 100%;
    overflow-x: scroll
}

.c-table__wrapper::-webkit-scrollbar {
    display: none
}

.c-main h1,
.c-main h2,
.c-main h3,
.c-main h4,
.c-main h5,
.c-main h6 {
    margin-bottom: 10px;
    line-height: 1.2
}

.page-main__container {
    padding: 20px;
    max-width: 1920px;
    margin: 0 auto
}

.footer {
    background-color: #fafbfd;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    text-align: center
}

.footer__info {
    padding: 15px
}

.footer__banner {
    display: none
}

.footer__chat {
    display: none
}

.footer__buttons {
    display: none
}

.footer__icons {
    display: flex;
    justify-content: center
}

.footer__license-logo {
    margin-left: 15px
}

.footer__links {
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.footer__links__elem {
    font-size: 16px;
    font-weight: 700;
    margin-right: 10px;
    color: #2b2b2b;
    white-space: nowrap
}

.footer__links__elem:hover {
    color: #b1b7cd
}

.footer__company__text {
    color: #b1b7cd;
    font-size: 12px;
    line-height: 8px
}

@media screen and (min-width: 350px) {
    .header__card {
        width: calc(25% - 5px);
        font-size: 12px
    }
}

@media screen and (min-width: 400px) {
    .header__title {
        display: flex
    }

    .hero__value {
        width: 100%;
        padding: 10px
    }

    .hero__timer-box {
        width: 390px
    }
}

@media screen and (min-width: 600px) {
    .hero__timer-box {
        order: 2;
        width: 50%
    }

    .hero__info-content {
        color: #fff;
        font-size: 14px;
        display: flex;
        order: 2;
        width: 50%
    }

    .hero__info-content__title {
        font-weight: 600;
        font-size: 20px;
        margin-bottom: 10px;
        text-shadow: 1px 1px 10px #000;
        line-height: 25px
    }

    .hero__info-content__description {
        color: hsla(0, 0%, 100%, .6)
    }
}

@media screen and (min-width: 768px) {
    .navigation {
        flex-direction: row
    }
}

@media screen and (min-width: 900px) {
    .header__buttons {
        width: 350px
    }

    .header__nav-row {
        flex-direction: row
    }

    .header__games {
        flex-wrap: nowrap;
        gap: 10px;
        width: 100%
    }

    .navigation__elem {
        width: 50%
    }
}

@media screen and (min-width: 1030px) {
    .hero {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        box-shadow: inset 0 0 73px hsla(0, 0%, 100%, .2509803922);
        border-radius: 10px;
        height: 140px;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 40px
    }

    .hero__outline {
        flex-wrap: nowrap
    }

    .hero__info-content {
        padding-top: 25px
    }

    .hero__value {
        width: 530px;
        -o-object-fit: contain;
        object-fit: contain;
        order: 2
    }

    .hero__timer-box {
        max-width: 250px;
        margin: 0 0 0 auto;
        padding-top: 25px
    }
}

@media screen and (min-width: 1350px) {
    .header__nav {
        display: flex
    }

    .header__burger {
        display: none
    }

    .page-main__container {
        flex-direction: row;
        gap: 20px
    }

    .footer {
        min-width: 370px;
        display: flex;
        flex: 1 1 370px;
        flex-direction: column;
        background-color: unset
    }

    .footer__info {
        background-color: #fff;
        padding: 20px;
        border-radius: 10px
    }

    .footer__buttons {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 20px;
        margin-bottom: 40px
    }

    .footer__icons {
        border-radius: 10px 10px 0 0
    }

    .footer__banner {
        margin: 15px 0;
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .footer__banner__big-prize {
        width: 100%;
        background-color: #1f6aed;
        background-image: url(../img/backgorund-prize.webp);
        background-position: center;
        background-size: cover;
        border-radius: 10px;
        height: 90px;
        position: relative;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 25px
    }

    .footer__banner__info__title {
        color: hsla(0, 0%, 100%, .8);
        font-size: 15px
    }

    .footer__banner__info__subtitle {
        font-size: 23px;
        font-weight: 800
    }

    .footer__banner__badge {
        width: 100px;
        height: 50px;
        background-color: #fff;
        border-radius: 10px;
        color: #45433f;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        white-space: nowrap
    }

    .footer__banner__badge__description {
        font-size: 10px;
        font-weight: 700;
        margin-bottom: -5px
    }

    .footer__banner__badge__date {
        font-size: 18px;
        font-weight: 900
    }

    .footer__chat {
        border-radius: 10px;
        padding: 20px;
        transition: height .25s ease;
        overflow: hidden;
        height: 52px;
        margin-bottom: 20px;
        background-color: #fff
    }

    .footer__chat__header {
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 15px
    }

    .footer__chat__title {
        font-weight: bolder;
        text-transform: uppercase
    }

    .footer__chat__hide {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        border: 1px solid #dbe1e7;
        border-radius: 50%;
        justify-content: center
    }

    .footer__chat__hide:hover {
        opacity: .7;
        cursor: pointer
    }

    .footer__chat__hide-icon {
        height: 15px;
        color: #b7c2d0
    }

    .footer__chat__online {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        font-weight: 600;
        color: #4ec03d;
        opacity: 1;
        transition: .25s ease
    }

    .footer__chat__online-icon {
        height: 18px;
        margin-right: 5px
    }
}