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

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: Gantari;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/Gantari-Medium.woff2) format("woff2")
}

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

@font-face {
    font-family: "Fira Sans";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/FiraSans-Regular.woff2) format("woff2")
}

@font-face {
    font-family: "Fira Sans";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/FiraSans-SemiBold.woff2) format("woff2")
}

:root {
    --font-main: "Fira Sans", sans-serif;
    --container-width: 1222px;
    --container-step: 20px;
    --container-step-tablet: 15px;
    --container-step-mobile: 24px;
    --container: calc(var(--container-width) + (var(--container-step) * 2));
    --background-page: #0B101D;
    --main: #ffffff;
    --black: #000000;
    --white: #ffffff;
    --purple: #444dab;
    --orange: #f99206;
    --dark: #1f1d25;
    --hover: #7B68EE;
    --active: #4169E1
}

.pt {
    padding-top: 120px
}

.Gantari {
    font-family: Gantari
}

.m-24 {
    margin: 24px 0
}

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

.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:not(:last-child) {
    margin-bottom: 30px
}

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

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

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

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

.tx-54-30 {
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    color: #ffeb23
}

@media (max-width:991px) {
    .tx-54-30 {
        font-size: 40px
    }
}

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

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

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

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

.tx-44-26 {
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    color: #ffeb23
}

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

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

@media (max-width:768px) {
    .tx-26-20 {
        font-size: 20px
    }
}

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

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

.tx-22-12 {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    color: #002a7e
}

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

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

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

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

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

.color-yellow {
    color: #ffeb23
}

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

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

.color-blue {
    color: #002a7e
}

.circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px
}

.circle::before {
    content: "";
    margin-top: 7px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: var(--white);
    height: 4px;
    width: 4px
}

.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;
    padding: 5x 5px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: var(--white);
    border-radius: 10px;
    background: #ba2d2a;
    width: 100%;
    max-width: 162px;
    min-height: 38px;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out
}

.but_border {
    border: 1px solid var(--purple);
    background-color: transparent
}

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

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

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

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

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

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

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

.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-19-8 {
    margin-bottom: 19px
}

@media (max-width:600px) {
    .mb-19-8 {
        margin-bottom: 8px
    }
}

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

@media (max-width:600px) {
    .mb-16-8 {
        margin-bottom: 8px
    }
}

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

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

.header-card header {
    position: relative;
    background: #002a7e
}

.casino-win-romania-header {
    padding: 8px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5
}

.casino-win-romania-header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.casino-win-romania-header .logo {
    max-width: 54px;
    width: 100%;
    height: 54px;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

@media (any-hover:hover) {
    .casino-win-romania-header .logo:hover {
        opacity: .7
    }
}

.casino-win-romania-header .logo:active {
    opacity: .6;
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

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

.terms {
    padding: 24px 0 24px 0
}

.terms h1 {
    font-size: 42px;
    line-height: 1.3;
    color: var(--main);
    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(--main);
    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(--main);
    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(--main);
    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
    }
}

.casino-win-romania-hero {
    position: relative;
    padding: 93px 0 23px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.casino-win-romania-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    z-index: 1
}

.casino-win-romania-hero__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    position: relative;
    z-index: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width:991px) {
    .casino-win-romania-hero__container {
        gap: 4px
    }
}

.casino-win-romania-hero__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    position: relative;
    z-index: 2
}

.casino-win-romania-hero__left {
    max-width: 816px;
    width: 100%
}

@media (max-width:600px) {
    .casino-win-romania-hero__text {
        display: none
    }
}

.casino-win-romania-hero__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 58px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #002a7e
}

@media (max-width:991px) {
    .casino-win-romania-hero__list {
        gap: 0 16px
    }
}

.casino-win-romania-hero__image {
    height: 245px;
    overflow: hidden;
    max-width: 345px;
    width: 100%
}

@media (max-width:991px) {
    .casino-win-romania-hero__image {
        display: none
    }
}

.casino-win-romania-hero__image img {
    -o-object-fit: cover;
    object-fit: cover
}

.casino-win-romania-footer {
    background: #002a7e;
    padding-top: 24px;
    padding-bottom: 24px;
    position: relative;
    z-index: 2
}

.casino-win-romania-footer__age {
    max-width: 24px;
    width: 100%;
    height: 24px
}

.casino-win-romania-footer .card-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.casino-win-romania-footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 24px
}

@media (max-width:600px) {
    .casino-win-romania-footer__bottom {
        gap: 4px 21px
    }
}

.casino-win-romania-footer__bottom li:nth-child(1) {
    max-width: 156px;
    width: 100%;
    height: 48px
}

.casino-win-romania-footer__bottom li:nth-child(2) {
    max-width: 65px;
    width: 100%;
    height: 30px
}

.casino-win-romania-footer__bottom li:nth-child(3) {
    max-width: 74px;
    width: 100%;
    height: 62px
}

.casino-win-romania-footer__bottom li:nth-child(4) {
    max-width: 125px;
    width: 100%;
    height: 36px
}

.casino-win-romania-footer__bottom li:nth-child(5) {
    max-width: 87px;
    width: 100%;
    height: 33px
}

.casino-win-romania-footer__bottom li:nth-child(6) {
    max-width: 168px;
    width: 100%;
    height: 30px
}

.casino-win-romania-footer__bottom a {
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

@media (any-hover:hover) {
    .casino-win-romania-footer__bottom a:hover {
        opacity: .5
    }
}

.casino-win-romania-footer__bottom a:focus-visible {
    opacity: .5
}

.casino-win-romania-footer__bottom a:active {
    opacity: .5;
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.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: 118px
}

@media (max-width:991px) {
    .nav__list {
        gap: 20px
    }
}

@media (max-width:600px) {
    .nav__list {
        gap: 8px
    }
}

.nav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    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 img {
    width: 16px;
    height: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.popup {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10;
    overflow: auto;
    background-color: rgba(0, 0, 0, .4)
}

.popup__close {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.popup__body {
    overflow: auto;
    max-width: 453px;
    width: 100%;
    position: relative;
    z-index: 2;
    margin: auto;
    padding: 30px 20px;
    background: #0b101d
}

.popup__button {
    max-width: none;
    width: 100%;
    border-radius: 10px;
    background: #ffeb23;
    color: var(--black);
    min-height: 38px
}

.popup-cookie {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 4;
    width: 556px;
    padding: 17px 10px;
    background: #0b101d
}

@media (max-width:600px) {
    .popup-cookie {
        width: 100%
    }
}

.popup-cookie.disabled {
    display: none
}

.popup-cookie__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 11px
}

.popup-cookie__button {
    max-width: 104px;
    width: 100%;
    min-height: 38px;
    background: #ffeb23;
    color: var(--black)
}

.popup-cookie__link {
    max-width: 189px;
    width: 100%;
    min-height: 38px;
    border: 1px solid #fff
}

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%
}

.card {
    border-radius: 10px;
    padding-right: 12px;
    background: #fff;
    overflow: hidden;
    max-width: 968px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    min-height: 108px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.card:nth-child(1) {
    -webkit-box-shadow: 3px 3px 0 0 var(--orange);
    box-shadow: 3px 3px 0 0 var(--orange)
}

@media (max-width:768px) {
    .card {
        max-width: 400px;
        padding: 0;
        padding-bottom: 14px
    }
}

.card__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

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

.card__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 36px;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (max-width:768px) {
    .card__content {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        gap: 9px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.card__content-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 550px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    gap: 36px;
    height: 100%
}

@media (max-width:768px) {
    .card__content-left {
        max-width: 100%;
        gap: 8px
    }
}

.card__wrapper-logo {
    padding: 10px 10px;
    width: 100%;
    max-width: 227px;
    height: 100%;
    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;
    border-radius: 10px 0 0 10px;
    background: #002a7e
}

@media (max-width:768px) {
    .card__wrapper-logo {
        max-width: none;
        width: 50%;
        border-radius: 5px
    }
}

.card__logo {
    height: 69px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

@media (max-width:768px) {
    .card__logo {
        height: 44px
    }
}

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

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

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

.card__wrapper-bonus {
    max-width: 287px;
    width: 100%;
    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;
    text-align: center
}

@media (max-width:768px) {
    .card__wrapper-bonus {
        padding: 0 8px 0 0;
        max-width: none;
        width: 50%
    }
}

.card__bonus {
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

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

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

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

.card__content-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 370px;
    gap: 36px;
    width: 100%
}

@media (max-width:768px) {
    .card__content-right {
        max-width: 100%;
        gap: 8px;
        padding: 0 4px
    }
}

.card__wrapper-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 172px;
    gap: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 100%
}

@media (max-width:768px) {
    .card__wrapper-rating {
        max-width: none;
        width: 50%
    }
}

.card__wrapper-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: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

@media (max-width:768px) {
    .card__wrapper-top {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.card__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px
}

.card__item {
    max-width: 31px;
    width: 100%;
    height: 15px
}

@media (max-width:768px) {
    .card__item {
        max-width: 27px;
        height: 13px
    }
}

.card__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 6px
}

.card__star {
    width: 19px;
    height: 19px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (max-width:360px) {
    .card__star {
        width: 16px;
        height: 16px
    }
}

.card__wrapper-link {
    max-width: 162px;
    width: 100%;
    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
}

@media (max-width:768px) {
    .card__wrapper-link {
        max-width: none;
        width: 50%
    }
}

.card__link {
    position: relative;
    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;
    text-align: center;
    -webkit-transition: background-color .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
    transition: background-color .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out, background-color .3s ease-in-out;
    transition: box-shadow .3s ease-in-out, background-color .3s ease-in-out, -webkit-box-shadow .3s ease-in-out
}

@media (max-width:768px) {
    .card__link {
        max-width: 143px;
        min-height: 38px
    }
}

@media (any-hover:hover) {
    .card__link:hover {
        background-color: var(--orange);
        -webkit-box-shadow: 0 0 5px var(--orange), 0 0 25px var(--orange), 0 0 50px var(--orange), 0 0 100px var(--orange);
        box-shadow: 0 0 5px var(--orange), 0 0 25px var(--orange), 0 0 50px var(--orange), 0 0 100px var(--orange)
    }
}

.card__link:focus-visible {
    background-color: var(--orange);
    -webkit-box-shadow: 0 0 5px var(--orange), 0 0 25px var(--orange), 0 0 50px var(--orange), 0 0 100px var(--orange);
    box-shadow: 0 0 5px var(--orange), 0 0 25px var(--orange), 0 0 50px var(--orange), 0 0 100px var(--orange)
}

.card__link:active {
    background-color: var(--orange);
    -webkit-box-shadow: 0 0 5px var(--orange), 0 0 25px var(--orange), 0 0 50px var(--orange), 0 0 100px var(--orange);
    box-shadow: 0 0 5px var(--orange), 0 0 25px var(--orange), 0 0 50px var(--orange), 0 0 100px var(--orange)
}

.card__bottom {
    background-color: var(--purple);
    padding: 3px 10px
}

.Button-svg {
    width: 100%;
    height: 100%
}

@-webkit-keyframes outer-dashoffset {
    0% {
        stroke-dashoffset: 0;
        stroke-dasharray: 336.05px 336.05px
    }

    50% {
        stroke-dasharray: 224.0333333333px 448.0666666667px
    }

    100% {
        stroke-dashoffset: 672.1px;
        stroke-dasharray: 336.05px 336.05px
    }
}

@keyframes outer-dashoffset {
    0% {
        stroke-dashoffset: 0;
        stroke-dasharray: 336.05px 336.05px
    }

    50% {
        stroke-dasharray: 224.0333333333px 448.0666666667px
    }

    100% {
        stroke-dashoffset: 672.1px;
        stroke-dasharray: 336.05px 336.05px
    }
}

.Button-line--outer {
    stroke-dasharray: 336.05px 336.05px;
    stroke-dashoffset: 0;
    -webkit-animation: outer-dashoffset infinite linear 6s;
    animation: outer-dashoffset infinite linear 6s
}

@-webkit-keyframes inner-dashoffset {
    0% {
        stroke-dashoffset: 0;
        stroke-dasharray: 336.05px 336.05px
    }

    50% {
        stroke-dasharray: 224.0333333333px 448.0666666667px
    }

    100% {
        stroke-dashoffset: -672.1px;
        stroke-dasharray: 336.05px 336.05px
    }
}

@keyframes inner-dashoffset {
    0% {
        stroke-dashoffset: 0;
        stroke-dasharray: 336.05px 336.05px
    }

    50% {
        stroke-dasharray: 224.0333333333px 448.0666666667px
    }

    100% {
        stroke-dashoffset: -672.1px;
        stroke-dasharray: 336.05px 336.05px
    }
}

.Button-line--inner {
    stroke-dashoffset: 0;
    stroke-dasharray: 336.05px 336.05px;
    -webkit-animation: inner-dashoffset infinite 5s;
    animation: inner-dashoffset infinite 5s
}
