* {
    padding: 0;
    margin: 0;
    border: 0
}

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

:active,
:focus {
    outline: 0
}

a:active,
a:focus {
    outline: 0
}

aside,
footer,
header,
nav {
    display: block
}

body,
html {
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
    scrollbar-gutter: stable
}

button,
input,
textarea {
    font-family: inherit
}

input::-ms-clear {
    display: none
}

input,
textarea {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: inherit
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: inherit
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: inherit
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: inherit
}

input::placeholder,
textarea::placeholder {
    color: inherit
}

textarea {
    resize: none
}

button {
    cursor: pointer;
    background-color: transparent
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a {
    display: inline-block;
    color: inherit
}

a,
a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    vertical-align: top
}

svg {
    display: block;
    width: 100%;
    height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit
}

picture {
    display: block;
    width: 100%;
    height: 100%
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

@font-face {
    font-family: Prompt;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../hu-online-offers-fonts/hu-online-offers-Prompt-Regular.woff2) format("woff2")
}

@font-face {
    font-family: Prompt;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../hu-online-offers-fonts/hu-online-offers-Prompt-Bold.woff2) format("woff2")
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../hu-online-offers-fonts/hu-online-offers-Roboto-Regular.woff2) format("woff2")
}

:root {
    --font-main: "Roboto", sans-serif;
    --container-width: 1240px;
    --container-step: 20px;
    --container-step-tablet: 15px;
    --container-step-mobile: 16px;
    --container: calc(var(--container-width) + (var(--container-step) * 2));
    --background-page: #23214A;
    --main: #000000;
    --black: #000000;
    --white: #ffffff;
    --l-blue: #4BA2B3;
    --gradient: linear-gradient(90deg, #4ba2b3 0%, #b91fec 100%);
    --dark: #1E1E1E;
    --blue: #a7cff3;
    --hover: #1b879c;
    --active: #1b879c
}

.container {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 var(--container-step)
}

@media (max-width:991px) {
    .container {
        padding: 0 var(--container-step-tablet)
    }
}

@media (max-width:600px) {
    .container {
        padding: 0 var(--container-step-mobile)
    }
}

.rd-transfer {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.Prompt {
    font-family: Prompt
}

.page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: var(--font-main);
    min-height: 100vh;
    overflow: hidden;
    color: var(--main);
    background-color: var(--background-page)
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.main_no-margin:not(:last-child) {
    margin-bottom: 0
}

a,
button {
    color: var(--main)
}

section {
    position: relative;
    z-index: 2
}

.page-back {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../hu-online-offers-img/hu-online-offers-back.webp)
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0)
}

.tx-72-32 {
    text-shadow: 0 0 40px #010013;
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

@media (max-width:991px) {
    .tx-72-32 {
        font-size: 52px
    }
}

@media (max-width:600px) {
    .tx-72-32 {
        font-size: 32px
    }
}

.tx-48-18 {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    color: var(--white)
}

@media (max-width:991px) {
    .tx-48-18 {
        font-size: 28px
    }
}

@media (max-width:600px) {
    .tx-48-18 {
        font-size: 18px
    }
}

.tx-32-16 {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    color: var(--white)
}

@media (max-width:991px) {
    .tx-32-16 {
        font-size: 26px
    }
}

@media (max-width:600px) {
    .tx-32-16 {
        font-size: 16px
    }
}

.tx-20 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    color: var(--white)
}

.tx-18-14 {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: var(--white)
}

@media (max-width:600px) {
    .tx-18-14 {
        font-size: 14px
    }
}

.tx-18-16 {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    color: var(--white)
}

@media (max-width:600px) {
    .tx-18-16 {
        font-size: 16px
    }
}

.tx-16 {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    color: var(--white)
}

.tx-16-14 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: var(--white)
}

@media (max-width:600px) {
    .tx-16-14 {
        font-size: 14px
    }
}

.tx-16-12 {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    color: var(--white)
}

@media (max-width:600px) {
    .tx-16-12 {
        font-size: 12px
    }
}

.tx-14-12 {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: var(--white)
}

@media (max-width:600px) {
    .tx-14-12 {
        font-size: 12px
    }
}

.let {
    letter-spacing: .8px
}

@media (max-width:600px) {
    .let {
        letter-spacing: 0
    }
}

.tx-14 {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: var(--white)
}

.color-white {
    color: var(--white)
}

.color-black {
    color: var(--black)
}

.color-grey {
    color: #cfc9d4
}

.color-pink {
    color: #ee3c8f
}

.mb-60 {
    margin-bottom: 60px
}

.mb-16 {
    margin-bottom: 16px
}

.input {
    display: block;
    border-radius: 12px;
    background: #e4e4e4;
    padding: 16px 24px;
    width: 100%;
    height: 55px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    resize: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #181818;
    -webkit-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out
}

.input_area {
    height: 93px
}

@media (any-hover:hover) {
    .input:hover {
        border-color: var(--hover)
    }
}

.input:focus-visible {
    border-color: var(--hover)
}

.but {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    padding: 5px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
    font-family: Prompt;
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, right top, color-stop(-34.58%, #9587da), color-stop(136.81%, #7ee9e2));
    background: linear-gradient(90deg, #9587da -34.58%, #7ee9e2 136.81%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 246px;
    width: 100%;
    min-height: 52px;
    color: var(--white);
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

@media (max-width:600px) {
    .but {
        font-size: 12px;
        min-height: 38px
    }
}

.but_border {
    border-radius: 10px;
    border: 1px solid #ee3c8f;
    background: 0 0
}

.but_lgreen {
    border-radius: 5px;
    background: 0 0;
    border: #ffdead;
    background-color: var(--l-blue)
}

@media (any-hover:hover) {
    .but:hover {
        opacity: .5
    }
}

.but:focus-visible {
    opacity: .5
}

.but:active {
    opacity: .5;
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.mb-section:not(:last-child) {
    margin-bottom: 60px
}

.mb-32-10:not(:last-child) {
    margin-bottom: 32px
}

@media (max-width:1220px) {
    .mb-32-10:not(:last-child) {
        margin-bottom: 24px
    }
}

@media (max-width:991px) {
    .mb-32-10:not(:last-child) {
        margin-bottom: 16px
    }
}

@media (max-width:600px) {
    .mb-32-10:not(:last-child) {
        margin-bottom: 10px
    }
}

.mb-15 {
    margin-bottom: 15px
}

.pt-60 {
    padding-top: 60px
}

.mb-20:not(:last-child) {
    margin-bottom: 20px
}

.mb-10:not(:last-child) {
    margin-bottom: 10px
}

.word-break {
    word-break: break-all
}

.m-auto {
    margin-left: auto;
    margin-right: auto
}

.img-contain {
    -o-object-fit: contain;
    object-fit: contain
}

.img-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.underline {
    text-decoration: underline
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.uppercase {
    text-transform: uppercase
}

.lowercase {
    text-transform: lowercase
}

.fw-100 {
    font-weight: 100
}

.fw-200 {
    font-weight: 200
}

.fw-300 {
    font-weight: 300
}

.fw-400 {
    font-weight: 400
}

.fw-500 {
    font-weight: 500
}

.fw-600 {
    font-weight: 600
}

.fw-700 {
    font-weight: 700
}

.fw-800 {
    font-weight: 800
}

.fw-900 {
    font-weight: 900
}

.rd-upload img {
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.rd-load img {
    opacity: 1
}

.scroll {
    padding-bottom: 10px;
    overflow: auto
}

.scroll::-webkit-scrollbar {
    height: 4px;
    background-color: var(--white)
}

.scroll::-webkit-scrollbar-thumb {
    background-color: var(--brown)
}

.mb-24 {
    margin-bottom: 24px
}

.mb-70 {
    margin-bottom: 70px
}

.pd-80 {
    padding: 80px 0
}

.pd-80-40 {
    padding: 80px 0
}

@media (max-width:600px) {
    .pd-80-40 {
        padding: 40px 0
    }
}

.mb-40 {
    margin-bottom: 40px
}

.pd-24-16 {
    padding: 24px 0
}

@media (max-width:600px) {
    .pd-24-16 {
        padding: 16px 0
    }
}

.hu-online-offers-header {
    position: relative;
    padding: 24px 0;
    width: 100%;
    z-index: 3;
    background: #23214a
}

@media (max-width:991px) {
    .hu-online-offers-header {
        padding: 12px 0;
        margin: 0
    }
}

@media (max-width:355px) {
    .hu-online-offers-header__logo {
        font-size: 20px
    }
}

.hu-online-offers-header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:800px) {
    .hu-online-offers-header__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px
    }
}

.hu-online-offers-header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    scale: 1;
    width: 40%;
    -webkit-transition: scale .3s ease-in-out;
    transition: scale .3s ease-in-out
}

@media (max-width:800px) {
    .hu-online-offers-header__logo {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.hu-online-offers-header__logo span {
    display: block;
    max-width: 32px;
    width: 100%;
    height: 32px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../hu-online-offers-img/hu-online-offers-logo.svg)
}

@media (any-hover:hover) {
    .hu-online-offers-header__logo:hover {
        scale: 1.03
    }
}

.hu-online-offers-header__logo:active {
    scale: 1.05;
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.hu-online-offers-header__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    max-width: 447px;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

@media (max-width:600px) {
    .hu-online-offers-header__text {
        max-width: 208px
    }
}

.terms {
    padding: 20px 0 30px 0
}

.terms h1 {
    font-size: 42px;
    line-height: 1.3;
    color: var(--white);
    font-weight: 700
}

@media (max-width:991px) {
    .terms h1 {
        font-size: 32px
    }
}

@media (max-width:600px) {
    .terms h1 {
        font-size: 16px
    }
}

.terms h1:not(:last-child) {
    margin-bottom: 30px
}

@media (max-width:991px) {
    .terms h1:not(:last-child) {
        margin-bottom: 20px
    }
}

@media (max-width:600px) {
    .terms h1:not(:last-child) {
        margin-bottom: 15px
    }
}

.terms h2 {
    font-size: 36px;
    line-height: 1.3;
    color: var(--white);
    font-weight: 700
}

@media (max-width:991px) {
    .terms h2 {
        font-size: 25px
    }
}

@media (max-width:600px) {
    .terms h2 {
        font-size: 14px
    }
}

.terms h2:not(:last-child) {
    margin-bottom: 30px
}

@media (max-width:991px) {
    .terms h2:not(:last-child) {
        margin-bottom: 20px
    }
}

@media (max-width:600px) {
    .terms h2:not(:last-child) {
        margin-bottom: 15px
    }
}

.terms p {
    font-size: 20px;
    line-height: 1.3;
    color: var(--white);
    font-weight: 400
}

@media (max-width:991px) {
    .terms p {
        font-size: 18px
    }
}

@media (max-width:600px) {
    .terms p {
        font-size: 12px
    }
}

.terms p:not(:last-child) {
    margin-bottom: 30px
}

@media (max-width:991px) {
    .terms p:not(:last-child) {
        margin-bottom: 20px
    }
}

@media (max-width:600px) {
    .terms p:not(:last-child) {
        margin-bottom: 15px
    }
}

.terms ul:not(:last-child) {
    margin-bottom: 30px
}

@media (max-width:991px) {
    .terms ul:not(:last-child) {
        margin-bottom: 20px
    }
}

@media (max-width:600px) {
    .terms ul:not(:last-child) {
        margin-bottom: 15px
    }
}

.terms li {
    font-size: 18px;
    line-height: 1.3;
    color: var(--white);
    font-weight: 400
}

@media (max-width:991px) {
    .terms li {
        font-size: 16px
    }
}

@media (max-width:600px) {
    .terms li {
        font-size: 12px
    }
}

.terms li:not(:last-child) {
    margin-bottom: 30px
}

@media (max-width:991px) {
    .terms li:not(:last-child) {
        margin-bottom: 20px
    }
}

@media (max-width:600px) {
    .terms li:not(:last-child) {
        margin-bottom: 15px
    }
}

.hu-online-offers-hero {
    min-height: 740px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../hu-online-offers-img/hu-online-offers-hero.webp)
}

@media (max-width:600px) {
    .hu-online-offers-hero {
        min-height: 252px
    }
}

.hu-online-offers-hero__container {
    padding: 40px 0;
    background: rgba(27, 27, 27, .6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:600px) {
    .hu-online-offers-hero__container {
        padding: 16px 0;
        min-height: 252px
    }
}

.hu-online-offers-hero__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px
}

@media (max-width:800px) {
    .hu-online-offers-hero__content {
        max-width: 100%;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 16px
    }
}

.hu-online-offers-hero__link {
    margin: 0 auto
}

.hu-online-offers-blochik {
    background: #131313
}

.hu-online-offers-blochik__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.hu-online-offers-blochik__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:800px) {
    .hu-online-offers-blochik__cards {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px
    }
}

.hu-online-offers-blochik__content {
    max-width: 590px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px
}

@media (max-width:800px) {
    .hu-online-offers-blochik__content {
        max-width: 100%;
        gap: 16px
    }
}

.hu-online-offers-blochik__img {
    max-width: 600px;
    width: 100%;
    height: 480px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

@media (max-width:800px) {
    .hu-online-offers-blochik__img {
        max-width: 100%
    }
}

@media (max-width:450px) {
    .hu-online-offers-blochik__img {
        height: 262px
    }
}

.hu-online-offers-games__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.hu-online-offers-games__title {
    margin-bottom: 24px
}

@media (max-width:600px) {
    .hu-online-offers-games__title {
        margin-bottom: 16px
    }
}

.hu-online-offers-games__text {
    margin-bottom: 40px
}

@media (max-width:600px) {
    .hu-online-offers-games__text {
        margin-bottom: 16px
    }
}

@media (max-width:991px) {
    .hu-online-offers-games__swiper {
        width: 100%;
        overflow: visible
    }
}

.hu-online-offers-games__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 35px 1fr 35px 1fr 35px 1fr 35px 1fr;
    grid-template: auto/repeat(5, 1fr);
    gap: 35px
}

@media (max-width:991px) {
    .hu-online-offers-games__list {
        gap: 16px;
        -ms-grid-rows: auto;
        -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
        grid-template: auto/repeat(3, 1fr)
    }
}

@media (max-width:600px) {
    .hu-online-offers-games__list {
        -ms-grid-rows: auto;
        -ms-grid-columns: (1fr)[2];
        grid-template: auto/repeat(2, 1fr)
    }
}

@media (max-width:450px) {
    .hu-online-offers-games__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.hu-online-offers-games__item {
    position: relative;
    padding: 12px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 8px;
    overflow: hidden;
    min-height: 250px;
    z-index: 3;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background: #17112b
}

@media (max-width:450px) {
    .hu-online-offers-games__item {
        max-width: 220px;
        width: 100%
    }
}

.hu-online-offers-games__item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 8px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40.23%, rgba(255, 255, 255, 0)), color-stop(83.66%, #020023));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 40.23%, #020023 83.66%)
}

.hu-online-offers-games .lintk-two {
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, right top, from(#bf1b22), to(#590d10));
    background: linear-gradient(90deg, #bf1b22 0, #590d10 100%)
}

.hu-online-offers-games .lintk-three {
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, right top, from(#20c8a6), to(#106252));
    background: linear-gradient(90deg, #20c8a6 0, #106252 100%)
}

.hu-online-offers-games .lintk-four {
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, right top, from(#2ebee1), to(#19687b));
    background: linear-gradient(90deg, #2ebee1 0, #19687b 100%)
}

.hu-online-offers-games .lintk-five {
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, right top, from(#ffde01), to(#998501));
    background: linear-gradient(90deg, #ffde01 0, #998501 100%)
}

.hu-online-offers-games__img {
    position: absolute;
    width: 100%;
    height: 251px;
    left: 0;
    top: 0;
    border-radius: 8px
}

.hu-online-offers-games__img img {
    -o-object-fit: cover;
    object-fit: cover
}

.hu-online-offers-games__card {
    width: 100%;
    position: relative;
    z-index: 3
}

.hu-online-offers-games__link {
    max-width: 100%;
    margin: 0 auto;
    min-height: 52px
}

.hu-online-offers-asked-questions {
    background: rgba(0, 20, 22, .8)
}

.hu-online-offers-asked-questions__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px
}

.accordion__item {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(123, 114, 167, .3)), to(rgba(52, 135, 129, .3)));
    background: linear-gradient(90deg, rgba(123, 114, 167, .3) 0, rgba(52, 135, 129, .3) 100%);
    position: relative
}

.accordion__item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.accordion__text {
    color: #fff
}

.accordion__item-description {
    overflow: hidden;
    will-change: max-height;
    visibility: hidden
}

.accordion__item.active .accordion__item-description {
    visibility: visible
}

.accordion__item.active {
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, right top, from(#7b72a7), to(#348781));
    background: linear-gradient(90deg, #7b72a7 0, #348781 100%)
}

.accordion__description-text {
    padding-top: 32px;
    padding-right: 72px;
    width: 100%
}

.accordion__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 24px;
    height: 24px;
    cursor: pointer;
    -webkit-transition: background-color .3s ease, -webkit-transform .2s ease;
    transition: background-color .3s ease, -webkit-transform .2s ease;
    transition: background-color .3s ease, transform .2s ease;
    transition: background-color .3s ease, transform .2s ease, -webkit-transform .2s ease;
    will-change: transform
}

.accordion__button-icon {
    position: relative;
    width: 24px;
    height: 24px;
    -webkit-transition: width .3s, height .3s, -webkit-transform .3s ease-in-out;
    transition: width .3s, height .3s, -webkit-transform .3s ease-in-out;
    transition: width .3s, height .3s, transform .3s ease-in-out;
    transition: width .3s, height .3s, transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.accordion__button-icon::after {
    position: absolute;
    content: "";
    width: 18px;
    height: 4px;
    left: 3px;
    top: 10px;
    border-radius: 10px;
    background: var(--white)
}

.accordion__button-icon::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 18px;
    left: 10px;
    top: 3px;
    border-radius: 10px;
    background: var(--white)
}

.accordion__button-icon.active .accordion__button-icon::after {
    display: none
}

.plus {
    display: block
}

.accordion__item.active .plus::before {
    display: none
}

.pros-and-cons-of-social-online-casinos-item-list-one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px
}

.hu-online-offers-descr {
    background: rgba(0, 0, 0, .3)
}

.hu-online-offers-descr__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px
}

@media (max-width:600px) {
    .hu-online-offers-descr__card {
        gap: 10px
    }
}

.hu-online-offers-contacts__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

@media (max-width:991px) {
    .hu-online-offers-contacts__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.hu-online-offers-contacts__image {
    border-radius: 30px;
    padding: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 559px;
    flex: 0 1 559px;
    height: 429px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:991px) {
    .hu-online-offers-contacts__image {
        height: 301px;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }
}

.form {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 561px;
    flex: 0 1 561px
}

@media (max-width:991px) {
    .form {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }
}

.form__button {
    min-height: 38px;
    max-width: 100%
}

.hu-online-offers-footer {
    position: relative;
    z-index: 3;
    padding: 40px 0;
    background: #102143
}

@media (max-width:600px) {
    .hu-online-offers-footer {
        padding: 24px 0
    }
}

.hu-online-offers-footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:600px) {
    .hu-online-offers-footer__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px
    }
}

.hu-online-offers-footer__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width:768px) {
    .hu-online-offers-footer__cards {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.hu-online-offers-footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.hu-online-offers-footer__age {
    margin: 0 auto;
    max-width: 40px;
    width: 100%;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.hu-online-offers-footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 51px
}

@media (max-width:600px) {
    .hu-online-offers-footer__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width:600px) {
    .nav {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
}

.nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:991px) {
    .nav__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.nav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #00daf2;
    gap: 10px;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

@media (any-hover:hover) {
    .nav__link:hover {
        color: var(--hover)
    }
}

.nav__link:focus-visible {
    color: var(--hover)
}

.nav__link:active {
    color: var(--active);
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.nav__link .icon {
    width: 12px;
    height: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.demo-card {
    padding: 40px 0
}

.demo-card .hu-online-offers-blochik__container {
    gap: 0
}

.demo-card__play {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    height: 640px;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid #fff;
    background: #fff
}

@media (max-width:991px) {
    .demo-card__play {
        height: 400px
    }
}

@media (max-width:450px) {
    .demo-card__play {
        height: 260px
    }
}

.demo-card__iframe {
    max-width: 900px;
    width: 100%;
    height: 640px;
    border-radius: 20px
}

@media (max-width:991px) {
    .demo-card__iframe {
        height: 400px
    }
}

@media (max-width:450px) {
    .demo-card__iframe {
        height: 260px
    }
}

.hu-online-offers-auth {
    padding: 50px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.86%, #0e1025), color-stop(25.05%, rgba(14, 16, 37, 0)), color-stop(88.66%, rgba(14, 16, 37, 0)), color-stop(100.06%, #0e1025)), url(../hu-online-offers-img/hu-online-offers-fon.webp) #d3d3d3 50%/cover no-repeat;
    background: linear-gradient(180deg, #0e1025 1.86%, rgba(14, 16, 37, 0) 25.05%, rgba(14, 16, 37, 0) 88.66%, #0e1025 100.06%), url(../hu-online-offers-img/hu-online-offers-fon.webp) #d3d3d3 50%/cover no-repeat
}

.hu-online-offers-auth .form {
    max-width: 820px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:600px) {
    .hu-online-offers-auth .form {
        padding: 16px 0
    }
}

.hu-online-offers-auth .hu-online-offers-auth__content {
    display: none
}

.hu-online-offers-auth .hu-online-offers-auth__content.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.hu-online-offers-auth__text {
    max-width: 820px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 24px
}

.hu-online-offers-auth__text a {
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

@media (any-hover:hover) {
    .hu-online-offers-auth__text a:hover {
        opacity: .5
    }
}

.hu-online-offers-auth__text a:focus-visible {
    opacity: .5
}

.hu-online-offers-auth__text a:active {
    opacity: .5;
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.form-contact .form {
    padding: 0
}

.form-contact__cards {
    padding: 64px 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:600px) {
    .form-contact__cards {
        padding: 16px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.form-contact__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    width: 50%
}

@media (max-width:600px) {
    .form-contact__card {
        width: 100%
    }
}

.form-contact__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.form-contact__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}