@import"https://fonts.googleapis.com/css2?family=Roboto:wght@200&display=swap";
@import"https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap";

@font-face {
    font-family: SuisseIntl-Medium;
    src: url("../fonts/SuisseIntl/SuisseIntl-Medium.woff");
    font-weight: 500
}

@font-face {
    font-family: SuisseIntl-Bold;
    src: url("../fonts/SuisseIntl/SuisseIntl-Bold.woff");
    font-weight: 700
}

@font-face {
    font-family: Rubik;
    src: url("../fonts/Rubik/Rubik-Bold.woff");
    font-weight: 400
}

@font-face {
    font-family: WulkanDisplay;
    src: url("../fonts/WulkanDisplay/WulkanDisplay-SemiBoldItalic.woff")
}

html {
    font-family: "Roboto", sans-serif;
    height: 100%
}

body {
    margin: 0;
    height: 100%
}

a {
    text-decoration: none
}

ul {
    list-style: none;
    text-decoration: none
}

ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0
}

a {
    color: #000;
    text-decoration: none
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -ms-scroll-chaining: none;
    overscroll-behavior: none
}

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

button {
    background: rgba(0, 0, 0, 0);
    border: none;
    color: #fff;
    cursor: pointer
}

input,
button {
    font: inherit
}

footer * {
    color: #fff;
    background-color: #111;
    font-family: SuisseIntl-Bold
}

.container {
    max-width: 1400px;
    padding: 0 15px;
    margin: 0 auto
}

.p-offer {
    padding: 50px 20px
}

.p-offer__border {
    border: 3px solid #111
}

.p-offer__wrapper {
    padding: 50px 20px 20px
}

.p-offer__headline {
    color: #000;
    font-size: 22px;
    text-align: center;
    margin-bottom: 30px
}

.p-offer__title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    text-align: center
}

.p-offer__subtitle {
    font-size: 16px;
    color: #000;
    margin-bottom: 15px
}

.p-offer__subtitle:last-child {
    margin-bottom: 0
}

.p-offer__subtitle a {
    text-decoration: none;
    font-weight: 600
}

.p-offer__list {
    margin-bottom: 15px
}

.p-offer__list-descr {
    font-size: 16px;
    color: #000;
    margin-bottom: 15px
}

.p-offer__list-item {
    font-size: 16px;
    color: #000;
    padding: 0 0 10px 10px;
    position: relative
}

.p-offer__list-item:last-child {
    padding: 0 0 0 10px
}

.p-offer__list-item::after {
    content: "";
    position: absolute;
    background-color: #111;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    top: 4px;
    left: 0
}

.p-offer__btn {
    width: 200px;
    height: 40px;
    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;
    font-weight: 600;
    font-size: 16px;
    border: 3px solid #000;
    color: #000;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    margin: 0 auto 30px
}

.p-offer__btn:hover {
    background-color: #000;
    color: #fff;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.terms {
    padding: 50px 20px
}

.terms__border {
    border: 3px solid #111
}

.terms__wrapper {
    padding: 50px 20px 20px
}

.terms__headline {
    color: #000;
    font-size: 22px;
    text-align: center;
    margin-bottom: 30px
}

.terms__title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    text-align: center
}

.terms__title span {
    font-weight: 600
}

.terms__subtitle {
    font-size: 16px;
    color: #000;
    margin-bottom: 15px
}

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

.terms__subtitle a {
    text-decoration: none;
    font-weight: 600
}

.terms__subtitle span {
    font-weight: 800
}

.terms__btn {
    width: 200px;
    height: 40px;
    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;
    font-weight: 600;
    font-size: 16px;
    border: 3px solid #000;
    color: #000;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    margin: 0 auto 30px
}

.terms__btn:hover {
    background-color: #000;
    color: #fff;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

@media screen and (min-width: 700px)and (orientation: landscape)and (min-height: 451px) {
    .bonus {
        background: #005 url("../images/bg-desc.jpg") no-repeat 50% 0/cover
    }
}

@media screen and (min-width: 601px)and (max-width: 1024px)and (orientation: portrait) {
    .bonus {
        background: #005 url("../images/bg-desc.jpg") no-repeat 50% 0/cover
    }
}

@media screen and (max-width: 600px)and (orientation: portrait) {
    .bonus {
        background: #005 url("../images/bg-mob.jpg") no-repeat 50% 0/cover
    }
}

@media(max-width: 920px)and (orientation: landscape)and (max-height: 450px) {
    .bonus {
        background: #005 url("../images/bg-landscape.jpg") no-repeat 50% 0/cover
    }
}

@media screen and (min-width: 551px)and (orientation: landscape)and (min-height: 500px) {
    .bonus__overlay .overlayChip-1 {
        background: url("../images/chip-1.png") no-repeat 0 0/contain
    }
}

@media screen and (min-width: 551px)and (max-width: 1024px)and (orientation: portrait) {
    .bonus__overlay .overlayChip-1 {
        background: url("../images/chip-1.png") no-repeat 0 0/contain
    }
}

@media screen and (max-width: 550px)and (orientation: portrait) {
    .bonus__overlay .overlayChip-1 {
        background: url("../images/chip-1-mob.png") no-repeat 0 0/contain
    }
}

@media(max-width: 920px)and (orientation: landscape)and (max-height: 450px) {
    .bonus__overlay .overlayChip-1 {
        background: url("../images/chip-1-mob.png") no-repeat 0 0/contain
    }
}

@media screen and (min-width: 551px)and (orientation: landscape)and (min-height: 500px) {
    .bonus__overlay .overlayChip-2 {
        background: url("../images/chip-2.png") no-repeat 0 0/contain
    }
}

@media screen and (min-width: 551px)and (max-width: 1024px)and (orientation: portrait) {
    .bonus__overlay .overlayChip-2 {
        background: url("../images/chip-2.png") no-repeat 0 0/contain
    }
}

@media screen and (max-width: 550px)and (orientation: portrait) {
    .bonus__overlay .overlayChip-2 {
        background: url("../images/chip-2-mob.png") no-repeat 0 0/contain
    }
}

@media(max-width: 920px)and (orientation: landscape)and (max-height: 450px) {
    .bonus__overlay .overlayChip-2 {
        background: url("../images/chip-2-mob.png") no-repeat 0 0/contain
    }
}

@media screen and (min-width: 551px)and (orientation: landscape)and (min-height: 500px) {
    .bonus__overlay .overlayChip-3 {
        background: url("../images/chip-3.png") no-repeat 0 0/contain
    }
}

@media screen and (min-width: 551px)and (max-width: 1024px)and (orientation: portrait) {
    .bonus__overlay .overlayChip-3 {
        background: url("../images/chip-3.png") no-repeat 0 0/contain
    }
}

@media screen and (max-width: 550px)and (orientation: portrait) {
    .bonus__overlay .overlayChip-3 {
        background: url("../images/chip-3-mob.png") no-repeat 0 0/contain
    }
}

@media(max-width: 920px)and (orientation: landscape)and (max-height: 450px) {
    .bonus__overlay .overlayChip-3 {
        background: url("../images/chip-3-mob.png") no-repeat 0 0/contain
    }
}

@media screen and (min-width: 551px)and (orientation: landscape)and (min-height: 500px) {
    .bonus__overlay .overlayChip-4 {
        background: url("../iamges/chip-4.png") no-repeat 0 0/contain
    }
}

@media screen and (min-width: 551px)and (max-width: 1024px)and (orientation: portrait) {
    .bonus__overlay .overlayChip-4 {
        background: url("../images/chip-4.png") no-repeat 0 0/contain
    }
}

@media screen and (max-width: 550px)and (orientation: portrait) {
    .bonus__overlay .overlayChip-4 {
        background: url("../images/chip-4-mob.png") no-repeat 0 0/contain
    }
}

@media(max-width: 920px)and (orientation: landscape)and (max-height: 450px) {
    .bonus__overlay .overlayChip-4 {
        background: url("../images/chip-4-mob.png") no-repeat 0 0/contain
    }
}

@media screen and (min-width: 551px)and (orientation: landscape)and (min-height: 500px) {
    .bonus__overlay .overlayChip-5 {
        background: url("../images/chip-5.png") no-repeat 0 0/contain
    }
}

@media screen and (min-width: 551px)and (max-width: 1024px)and (orientation: portrait) {
    .bonus__overlay .overlayChip-5 {
        background: url("../images/chip-5.png") no-repeat 0 0/contain
    }
}

@media screen and (max-width: 550px)and (orientation: portrait) {
    .bonus__overlay .overlayChip-5 {
        background: url("../images/chip-5-mob.png") no-repeat 0 0/contain
    }
}

@media(max-width: 920px)and (orientation: landscape)and (max-height: 450px) {
    .bonus__overlay .overlayChip-5 {
        background: url("../images/chip-5-mob.png") no-repeat 0 0/contain
    }
}

@media screen and (min-width: 551px)and (orientation: landscape)and (min-height: 500px) {
    .bonus__overlay .overlayChip-6 {
        background: url("../images/chip-6.png") no-repeat 0 0/contain
    }
}

@media screen and (min-width: 551px)and (max-width: 1024px)and (orientation: portrait) {
    .bonus__overlay .overlayChip-6 {
        background: url("../images/chip-6.png") no-repeat 0 0/contain
    }
}

@media screen and (max-width: 550px)and (orientation: portrait) {
    .bonus__overlay .overlayChip-6 {
        background: url("../images/chip-6-mob.png") no-repeat 0 0/contain
    }
}

@media(max-width: 920px)and (orientation: landscape)and (max-height: 450px) {
    .bonus__overlay .overlayChip-6 {
        background: url("../images/chip-6-mob.png") no-repeat 0 0/contain
    }
}

@media screen and (min-width: 551px)and (orientation: landscape)and (min-height: 500px) {
    .bonus__overlay .overlayChip-7 {
        background: url("../images/chip-7.png") no-repeat 0 0/contain
    }
}

@media screen and (min-width: 551px)and (max-width: 1024px)and (orientation: portrait) {
    .bonus__overlay .overlayChip-7 {
        background: url("../images/chip-7.png") no-repeat 0 0/contain
    }
}

@media screen and (max-width: 550px)and (orientation: portrait) {
    .bonus__overlay .overlayChip-7 {
        background: url("../images/chip-7-mob.png") no-repeat 0 0/contain
    }
}

@media(max-width: 920px)and (orientation: landscape)and (max-height: 450px) {
    .bonus__overlay .overlayChip-7 {
        background: url("../images/chip-7-mob.png") no-repeat 0 0/contain
    }
}

@media screen and (min-width: 551px)and (orientation: landscape)and (min-height: 500px) {
    .bonus__main-wheel-btn {
        background: url("../images/wheel-btn.png") no-repeat 0 0/contain
    }
}

@media screen and (min-width: 551px)and (max-width: 1024px)and (orientation: portrait) {
    .bonus__main-wheel-btn {
        background: url("../images/wheel-btn.png") no-repeat 0 0/contain
    }
}

@media screen and (max-width: 550px)and (orientation: portrait) {
    .bonus__main-wheel-btn {
        background: url("../images/wheel-btn-mob.png") no-repeat 0 0/contain
    }
}

@media(max-width: 920px)and (orientation: landscape)and (max-height: 450px) {
    .bonus__main-wheel-btn {
        background: url("../images/wheel-btn-mob.png") no-repeat 0 0/contain
    }
}

@media screen and (min-width: 551px)and (orientation: landscape)and (min-height: 500px) {
    .bonus__main-wheel-reel {
        background: url("../images/wheel-reel-2.png") no-repeat 0 0/contain
    }
}

@media screen and (min-width: 551px)and (max-width: 1024px)and (orientation: portrait) {
    .bonus__main-wheel-reel {
        background: url("../images/wheel-reel-2.png") no-repeat 0 0/contain
    }
}

@media screen and (max-width: 550px)and (orientation: portrait) {
    .bonus__main-wheel-reel {
        background: url("../images/wheel-reel-mob-2.png") no-repeat 0 0/contain
    }
}

@media(max-width: 920px)and (orientation: landscape)and (max-height: 450px) {
    .bonus__main-wheel-reel {
        background: url("../images/wheel-reel-mob-2.png") no-repeat 0 0/contain
    }
}

@media screen and (min-width: 2000px)and (min-height: 980px) {
    .bonus__main-txt {
        -webkit-transform: translateX(-50%) scale(1);
        -ms-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1);
        top: 4%
    }

    .bonus__main-wrapper {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
        bottom: -40px
    }
}

@media screen and (min-width: 2000px)and (min-height: 1100px) {
    .bonus__main-txt {
        top: 11%
    }
}

@media screen and (min-width: 2000px)and (min-height: 1170px) {
    .bonus__main-wrapper {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        bottom: 50px
    }
}

@media screen and (min-width: 2400px)and (min-height: 1120px) {

    .bonus__firstWin,
    .bonus__secondWin {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2)
    }

    .bonus__main-wrapper {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        bottom: 110px
    }

    .bonus__main-txt {
        top: 10%;
        -webkit-transform: translateX(-50%) scale(1);
        -ms-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1)
    }
}

@media screen and (max-width: 1920px)and (max-height: 1015px) {
    .bonus__main-wrapper {
        -webkit-transform-origin: bottom center;
        -ms-transform-origin: bottom center;
        transform-origin: bottom center;
        -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
        transform: scale(0.85);
        bottom: 10px
    }
}

@media screen and (max-width: 1920px)and (max-height: 970px) {
    .bonus__main-wrapper {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8)
    }
}

@media screen and (max-width: 1920px)and (max-height: 940px) {
    .bonus__main-txt {
        -webkit-transform: translateX(-50%) scale(0.76);
        -ms-transform: translateX(-50%) scale(0.76);
        transform: translateX(-50%) scale(0.76);
        top: 8%
    }

    .bonus__main-wrapper {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75)
    }
}

@media screen and (max-width: 1700px) {
    .bonus__main-txt {
        -webkit-transform: translateX(-50%) scale(0.8);
        -ms-transform: translateX(-50%) scale(0.8);
        transform: translateX(-50%) scale(0.8)
    }
}

@media screen and (max-width: 1700px)and (max-height: 865px) {
    .bonus__main-txt {
        top: 7%;
        -webkit-transform: translateX(-50%) scale(0.75);
        -ms-transform: translateX(-50%) scale(0.75);
        transform: translateX(-50%) scale(0.75)
    }

    .bonus__main-wrapper {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7)
    }
}

@media screen and (max-width: 1700px)and (max-height: 840px) {

    .bonus__firstWin,
    .bonus__secondWin {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9)
    }
}

@media screen and (max-width: 1700px)and (max-height: 815px) {
    .bonus__main-txt {
        top: 6%;
        -webkit-transform: translateX(-50%) scale(0.7);
        -ms-transform: translateX(-50%) scale(0.7);
        transform: translateX(-50%) scale(0.7)
    }

    .bonus__main-wrapper {
        -webkit-transform: scale(0.65);
        -ms-transform: scale(0.65);
        transform: scale(0.65)
    }
}

@media screen and (max-width: 1700px)and (max-height: 765px) {
    .bonus__main-txt {
        top: 6%;
        -webkit-transform: translateX(-50%) scale(0.65);
        -ms-transform: translateX(-50%) scale(0.65);
        transform: translateX(-50%) scale(0.65)
    }

    .bonus__main-wrapper {
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6)
    }
}

@media screen and (max-width: 1600px) {
    .bonus__footer {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
        bottom: 20px;
        right: 20px
    }

    .bonus__main-logo {
        width: 380px
    }
}

@media screen and (max-width: 1400px)and (max-height: 1025px) {
    .bonus__footer {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        bottom: 20px;
        right: 20px
    }
}

@media screen and (max-width: 1400px)and (max-height: 768px) {

    .bonus__firstWin,
    .bonus__secondWin {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8)
    }

    .bonus__main-logo {
        width: 355px
    }

    .bonus__main-txt {
        top: 8%;
        -webkit-transform: translateX(-50%) scale(0.6);
        -ms-transform: translateX(-50%) scale(0.6);
        transform: translateX(-50%) scale(0.6)
    }

    .bonus__main-wrapper {
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6)
    }

    .bonus__footer {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9)
    }
}

@media screen and (max-width: 1400px)and (max-height: 735px) {
    .bonus__main-txt {
        top: 5%;
        -webkit-transform: translateX(-50%) scale(0.55);
        -ms-transform: translateX(-50%) scale(0.55);
        transform: translateX(-50%) scale(0.55)
    }
}

@media screen and (max-width: 1400px)and (max-height: 700px) {
    .bonus__main-wrapper {
        -webkit-transform: scale(0.55);
        -ms-transform: scale(0.55);
        transform: scale(0.55)
    }
}

@media screen and (max-width: 1400px)and (max-height: 658px) {
    .bonus__main-txt {
        top: 5%;
        -webkit-transform: translateX(-50%) scale(0.5);
        -ms-transform: translateX(-50%) scale(0.5);
        transform: translateX(-50%) scale(0.5)
    }

    .bonus__main-wrapper {
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5)
    }
}

@media screen and (max-width: 1400px)and (max-height: 660px) {

    .bonus__firstWin,
    .bonus__secondWin {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7)
    }
}

@media screen and (max-width: 1300px)and (max-height: 610px) {
    .bonus__main-txt {
        top: 0
    }
}

@media screen and (max-width: 1300px)and (max-height: 580px) {
    .bonus__main-wrapper {
        -webkit-transform: scale(0.45);
        -ms-transform: scale(0.45);
        transform: scale(0.45)
    }
}

@media screen and (max-width: 1300px)and (min-height: 1000px) {

    .bonus__firstWin,
    .bonus__secondWin {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75)
    }

    .bonus__footer {
        -webkit-transform: scale(0.66);
        -ms-transform: scale(0.66);
        transform: scale(0.66)
    }
}

@media screen and (max-width: 1250px) {
    .bonus__footer {
        -webkit-transform: scale(0.66);
        -ms-transform: scale(0.66);
        transform: scale(0.66)
    }
}

@media screen and (max-width: 1125px) {

    .bonus__firstWin,
    .bonus__secondWin {
        -webkit-transform: scale(0.65);
        -ms-transform: scale(0.65);
        transform: scale(0.65)
    }

    .bonus__main-logo {
        width: 308px
    }

    .bonus__footer {
        -webkit-transform: scale(0.57);
        -ms-transform: scale(0.57);
        transform: scale(0.57)
    }
}

@media screen and (max-width: 1046px) {
    .bonus::before {
        bottom: -229px
    }

    .bonus__footer {
        -webkit-transform: scale(0.54);
        -ms-transform: scale(0.54);
        transform: scale(0.54)
    }

    .bonus__main-logo {
        width: 308px
    }
}

@media screen and (max-width: 910px)and (orientation: landscape) {
    .bonus__footer {
        -webkit-transform: scale(0.44);
        -ms-transform: scale(0.44);
        transform: scale(0.44)
    }
}

@media screen and (max-width: 1024px)and (orientation: portrait) {
    .bonus__footer {
        width: 100%;
        right: 0;
        bottom: 0;
        padding: 20px 15px;
        background: #005;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .bonus__footer-top {
        margin: 0 23px 0 0
    }

    .bonus__main-logo {
        width: 308px
    }

    .bonus__main-txt {
        font-size: 64px;
        line-height: 83px;
        -webkit-transform: translateX(-50%) scale(1);
        -ms-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1)
    }

    .bonus__main-txt .top::after {
        width: 94px;
        height: 46px;
        margin: 0 0 0 15px
    }

    .bonus__main-txt .bottom {
        top: -15px
    }

    .bonus__main-txt .bottom::before {
        width: 94px;
        height: 46px;
        margin: 0 25px 0 0
    }

    .bonus__main-wrapper {
        bottom: 50%;
        -webkit-transform: translateY(66%);
        -ms-transform: translateY(66%);
        transform: translateY(66%)
    }
}

@media screen and (max-width: 840px)and (orientation: portrait) {

    .bonus__firstWin,
    .bonus__secondWin {
        -webkit-transform: scale(0.65);
        -ms-transform: scale(0.65);
        transform: scale(0.65)
    }

    .bonus__main-txt {
        top: 14%
    }

    .bonus__main-wrapper {
        -webkit-transform: translateY(66%) scale(0.85);
        -ms-transform: translateY(66%) scale(0.85);
        transform: translateY(66%) scale(0.85)
    }
}

@media screen and (max-width: 840px)and (orientation: portrait)and (max-height: 1060px) {
    .bonus__main-txt {
        top: 12%
    }

    .bonus__main-wrapper {
        -webkit-transform: translateY(62%) scale(0.8);
        -ms-transform: translateY(62%) scale(0.8);
        transform: translateY(62%) scale(0.8)
    }
}

@media screen and (max-width: 840px)and (orientation: portrait)and (max-height: 1020px) {
    .bonus__main-wrapper {
        -webkit-transform: translateY(51%) scale(0.8);
        -ms-transform: translateY(51%) scale(0.8);
        transform: translateY(51%) scale(0.8)
    }
}

@media screen and (max-width: 840px)and (orientation: portrait)and (max-height: 960px) {
    .bonus__main-wrapper {
        -webkit-transform: translateY(46%) scale(0.7);
        -ms-transform: translateY(46%) scale(0.7);
        transform: translateY(46%) scale(0.7)
    }

    .bonus__main-txt {
        top: 13%
    }
}

@media screen and (max-width: 770px)and (orientation: portrait) {

    .bonus__firstWin,
    .bonus__secondWin {
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6)
    }
}

@media screen and (max-width: 720px)and (orientation: portrait) {

    .bonus__firstWin,
    .bonus__secondWin {
        -webkit-transform: scale(0.55);
        -ms-transform: scale(0.55);
        transform: scale(0.55)
    }

    .bonus__main-txt {
        -webkit-transform: translateX(-50%) scale(0.9);
        -ms-transform: translateX(-50%) scale(0.9);
        transform: translateX(-50%) scale(0.9)
    }

    .bonus__main-wrapper {
        -webkit-transform: translateY(45%) scale(0.7);
        -ms-transform: translateY(45%) scale(0.7);
        transform: translateY(45%) scale(0.7)
    }
}

@media screen and (max-width: 660px)and (orientation: portrait) {
    .bonus {
        overflow-y: scroll
    }

    .bonus__overlay-chip {
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
        z-index: -1
    }

    .bonus__overlay .overlayChip-1 {
        bottom: 205px;
        left: 2px
    }

    .bonus__overlay .overlayChip-2 {
        bottom: -52px;
        left: 36px
    }

    .bonus__overlay .overlayChip-3 {
        left: 173px;
        top: -176px
    }

    .bonus__overlay .overlayChip-4 {
        top: -81px;
        left: 62px;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8)
    }

    .bonus__overlay .overlayChip-5 {
        top: -131px;
        right: -83px
    }

    .bonus__overlay .overlayChip-6 {
        top: 269px;
        right: 33px
    }

    .bonus__overlay .overlayChip-7 {
        bottom: 152px;
        right: -33px
    }

    .bonus__firstWin-title::before {
        margin-bottom: -2px
    }

    .bonus__secondWin-title::before {
        margin-bottom: 143px
    }

    .bonus__firstWin,
    .bonus__secondWin {
        margin-top: 50px;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .bonus__firstWin-sum,
    .bonus__secondWin-sum {
        font-size: 24px;
        line-height: 40px
    }

    .bonus__firstWin-title,
    .bonus__secondWin-title {
        font-size: 96px;
        line-height: 114px
    }

    .bonus__firstWin-title .wrap,
    .bonus__secondWin-title .wrap {
        white-space: normal;
        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
    }

    .bonus__firstWin-title .wrap span,
    .bonus__secondWin-title .wrap span {
        margin: -37px 0 -30px;
        font-size: 83px;
        line-height: 98px
    }

    .bonus__firstWin-try,
    .bonus__secondWin-try {
        font-size: 18px;
        line-height: 24px;
        max-width: 310px;
        margin: -34px 0 23px 0
    }

    .bonus__firstWin-btn,
    .bonus__secondWin-btn {
        font-size: 24px;
        line-height: 31px;
        padding: 31px 57px 29px
    }

    .bonus__firstWin-btn {
        font-size: 24px;
        line-height: 31px;
        padding: 31px 74px 29px
    }

    .bonus__firstWin .overlayChip-1 {
        bottom: 109px;
        left: -3px
    }

    .bonus__firstWin .overlayChip-2 {
        bottom: -181px;
        left: 36px
    }

    .bonus__firstWin .overlayChip-3 {
        left: 173px;
        top: -243px
    }

    .bonus__firstWin .overlayChip-4 {
        top: -139px;
        left: 49px;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8)
    }

    .bonus__firstWin .overlayChip-5 {
        top: -198px;
        right: -83px
    }

    .bonus__firstWin .overlayChip-6 {
        top: 235px;
        right: 33px
    }

    .bonus__firstWin .overlayChip-7 {
        bottom: 4px;
        right: -37px
    }

    .bonus::before {
        content: none
    }

    .bonus__footer {
        position: absolute;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        bottom: -170px
    }

    .bonus__footer-top {
        margin: 0 0 35px 0
    }

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

    .bonus__main-logo {
        width: 201px
    }

    .bonus__main-txt {
        font-size: 35px;
        line-height: 48px
    }

    .bonus__main-txt .top {
        left: -15px
    }

    .bonus__main-txt .top::after {
        content: none
    }

    .bonus__main-txt .bottom {
        top: -5px;
        right: -15px
    }

    .bonus__main-txt .bottom::before {
        content: none
    }

    .bonus__main-wrapper {
        -webkit-transform: translateY(35%) scale(0.5);
        -ms-transform: translateY(35%) scale(0.5);
        transform: translateY(35%) scale(0.5)
    }

    .bonus__main-wheel-arrowMob {
        display: block;
        width: 65px;
        height: 180px;
        background: url("../images/arrowMob.svg") no-repeat 0 0/contain
    }

    .bonus__main-wheel-arrowMob-1 {
        position: absolute;
        -webkit-transform: rotate(-22deg);
        -ms-transform: rotate(-22deg);
        transform: rotate(-22deg);
        left: 234px;
        top: -39px;
        opacity: 0;
        -webkit-animation: 4s infinite opacityArrow ease-in-out;
        animation: 4s infinite opacityArrow ease-in-out
    }

    .bonus__main-wheel-arrowMob-2 {
        position: absolute;
        left: 370px;
        top: -70px;
        opacity: 0;
        -webkit-animation: 4s infinite opacityArrow ease-in-out;
        animation: 4s infinite opacityArrow ease-in-out;
        -webkit-animation-delay: 1s;
        animation-delay: 1s
    }

    .bonus__main-wheel-arrowMob-3 {
        position: absolute;
        -webkit-transform: rotate(22deg);
        -ms-transform: rotate(22deg);
        transform: rotate(22deg);
        right: 234px;
        top: -39px;
        opacity: 0;
        -webkit-animation: 4s infinite opacityArrow ease-in-out;
        animation: 4s infinite opacityArrow ease-in-out;
        -webkit-animation-delay: 2s;
        animation-delay: 2s
    }

    .bonus__main-wheel::before {
        -webkit-animation: 4s infinite pulseBackWheelMob ease-in-out;
        animation: 4s infinite pulseBackWheelMob ease-in-out
    }

    .bonus__main-wheel-wrap::before {
        -webkit-animation: 4s infinite pulseBackWheelMob ease-in-out;
        animation: 4s infinite pulseBackWheelMob ease-in-out
    }

    .bonus__main-wheel-wrap::after {
        -webkit-animation: 4s infinite pulseBackWheelMob ease-in-out;
        animation: 4s infinite pulseBackWheelMob ease-in-out
    }
}

@media screen and (max-width: 660px)and (orientation: portrait)and (min-height: 830px) {
    .bonus__main-wrapper {
        -webkit-transform: translateY(42%) scale(0.5);
        -ms-transform: translateY(42%) scale(0.5);
        transform: translateY(42%) scale(0.5)
    }
}

@media screen and (max-width: 400px)and (orientation: portrait)and (max-height: 670px) {
    .bonus__main-wrapper {
        -webkit-transform: translateY(30%) scale(0.5);
        -ms-transform: translateY(30%) scale(0.5);
        transform: translateY(30%) scale(0.5)
    }
}

@media screen and (max-width: 400px)and (orientation: portrait) {

    .bonus__firstWin,
    .bonus__secondWin {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9)
    }
}

@media screen and (max-width: 380px)and (orientation: portrait)and (max-height: 595px) {

    .bonus__firstWin,
    .bonus__secondWin {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8)
    }

    .bonus__main-wrapper {
        -webkit-transform: translateY(21%) scale(0.5);
        -ms-transform: translateY(21%) scale(0.5);
        transform: translateY(21%) scale(0.5)
    }
}

@media screen and (max-width: 360px)and (orientation: portrait) {
    .bonus__footer-top {
        margin: 0 0 17px 0
    }

    .bonus__footer-bottom {
        -webkit-transform: scale(0.86);
        -ms-transform: scale(0.86);
        transform: scale(0.86)
    }
}

@media screen and (max-width: 330px)and (orientation: portrait) {

    .bonus__firstWin,
    .bonus__secondWin {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75)
    }

    .bonus__main-txt {
        -webkit-transform: translateX(-50%) scale(0.8);
        -ms-transform: translateX(-50%) scale(0.8);
        transform: translateX(-50%) scale(0.8)
    }

    .bonus__main-wrapper {
        -webkit-transform: translateY(23%) scale(0.43);
        -ms-transform: translateY(23%) scale(0.43);
        transform: translateY(23%) scale(0.43)
    }
}

@media screen and (max-width: 920px)and (orientation: landscape)and (max-height: 450px) {
    .bonus__overlay-chip {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
        z-index: -1
    }

    .bonus__overlay .overlayChip-2 {
        -webkit-transform: scale(0.75) rotate(45deg);
        -ms-transform: scale(0.75) rotate(45deg);
        transform: scale(0.75) rotate(45deg)
    }

    .bonus__overlay .overlayChip-3 {
        -webkit-transform: scale(0.75) rotate(-45deg);
        -ms-transform: scale(0.75) rotate(-45deg);
        transform: scale(0.75) rotate(-45deg)
    }

    .bonus__overlay .overlayChip-4 {
        -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
        transform: scale(0.95);
        left: 224px
    }

    .bonus__overlay .overlayChip-6 {
        -webkit-transform: scale(0.85) rotate(270deg);
        -ms-transform: scale(0.85) rotate(270deg);
        transform: scale(0.85) rotate(270deg)
    }

    .bonus__firstWin,
    .bonus__secondWin {
        margin-top: 25px;
        -webkit-transform: scale(0.55);
        -ms-transform: scale(0.55);
        transform: scale(0.55)
    }

    .bonus::before {
        content: none
    }

    .bonus__footer {
        bottom: 15px;
        right: 15px
    }

    .bonus__footer-top {
        margin: 0 0 22px 0
    }

    .bonus__main-logo {
        width: 205px
    }

    .bonus__main-txt {
        -webkit-transform: translateX(-50%) scale(0.35);
        -ms-transform: translateX(-50%) scale(0.35);
        transform: translateX(-50%) scale(0.35);
        top: -5.5%
    }

    .bonus__main-wrapper {
        bottom: -10px;
        -webkit-transform: scale(0.4);
        -ms-transform: scale(0.4);
        transform: scale(0.4)
    }
}

@media screen and (max-width: 920px)and (orientation: landscape)and (max-height: 430px) {
    .bonus__main-txt {
        top: -40px
    }

    .bonus__main-wrapper {
        -webkit-transform: scale(0.35);
        -ms-transform: scale(0.35);
        transform: scale(0.35)
    }
}

@media screen and (max-width: 920px)and (orientation: landscape)and (max-height: 385px) {

    .bonus__firstWin,
    .bonus__secondWin {
        -webkit-transform: scale(0.45);
        -ms-transform: scale(0.45);
        transform: scale(0.45)
    }

    .bonus__footer {
        -webkit-transform: scale(0.4);
        -ms-transform: scale(0.4);
        transform: scale(0.4)
    }

    .bonus__main-txt {
        top: -40px;
        -webkit-transform: translateX(-50%) scale(0.3);
        -ms-transform: translateX(-50%) scale(0.3);
        transform: translateX(-50%) scale(0.3)
    }

    .bonus__main-wrapper {
        -webkit-transform: scale(0.32);
        -ms-transform: scale(0.32);
        transform: scale(0.32)
    }
}

@media screen and (max-width: 920px)and (orientation: landscape)and (max-height: 355px) {
    .bonus__footer {
        -webkit-transform: scale(0.35);
        -ms-transform: scale(0.35);
        transform: scale(0.35)
    }

    .bonus__main-logo {
        width: 177px
    }

    .bonus__main-txt {
        top: -58px;
        -webkit-transform: translateX(-50%) scale(0.25);
        -ms-transform: translateX(-50%) scale(0.25);
        transform: translateX(-50%) scale(0.25)
    }

    .bonus__main-wrapper {
        -webkit-transform: scale(0.3);
        -ms-transform: scale(0.3);
        transform: scale(0.3)
    }
}

@media screen and (max-width: 920px)and (orientation: landscape)and (max-height: 310px) {

    .bonus__firstWin,
    .bonus__secondWin {
        -webkit-transform: scale(0.4);
        -ms-transform: scale(0.4);
        transform: scale(0.4)
    }

    .bonus__main-wrapper {
        -webkit-transform: scale(0.25);
        -ms-transform: scale(0.25);
        transform: scale(0.25)
    }
}

@media screen and (max-width: 560px)and (orientation: landscape) {
    .bonus__footer {
        -webkit-transform: scale(0.3);
        -ms-transform: scale(0.3);
        transform: scale(0.3)
    }
}

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

    .footer__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer__left {
        padding: 0 0 20px
    }

    .footer__link,
    .footer__copyright {
        font-size: 18px
    }
}

.header {
    background-color: #1c1c1c
}

.header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    padding: 15px 0px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.header__logo {
    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;
    gap: 10px
}

.header__logo img {
    width: 50px
}

.header__logo h1 {
    font-size: 20px;
    color: #b56aff;
    font-family: WulkanDisplay
}

.header__list {
    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;
    gap: 20px
}

.header__list-item {
    font-size: 17px;
    color: #b56aff;
    padding: 5px 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.header__list-item:hover {
    -webkit-box-shadow: inset 0 -1px 0 0 #b56aff;
    box-shadow: inset 0 -1px 0 0 #b56aff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.about {
    background-image: url("../images/22.jpg");
    background-size: cover
}

.about__wrapper {
    background-color: rgba(17, 17, 17, .7607843137);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 500px
}

.about__textside {
    padding: 30px 0px;
    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;
    min-width: 320px;
    width: 45%
}

.about__textside h1 {
    font-size: 45px;
    max-width: 340px;
    text-align: center;
    color: #7f00ff
}

.about__textside h1 span {
    color: #b56aff;
    font-size: 46px;
    font-family: WulkanDisplay
}

.about__contactsside {
    padding-bottom: 15px;
    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;
    min-width: 320px;
    width: 55%
}

.crite {
    background-image: url("../images/3.jpg");
    background-size: cover
}

.crite__wrapper {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-size: cover
}

.crite__box {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 160px;
    width: 33.3333333333%;
    gap: 30px;
    height: 200px
}

.crite__box:nth-child(1) {
    background-color: rgba(128, 0, 255, .7921568627);
    opacity: .9
}

.crite__box:nth-child(2) {
    background-color: rgba(128, 0, 255, .7921568627);
    opacity: .8
}

.crite__box:nth-child(3) {
    background-color: rgba(128, 0, 255, .7921568627);
    opacity: .7
}

.crite__box img {
    opacity: .8;
    width: 80px
}

.crite__box h1 {
    max-width: 310px;
    text-align: center;
    color: #e2e2e2
}

.crite__box h3 {
    max-width: 310px;
    text-align: center;
    color: #fff
}

.forwhat__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.forwhat__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 320px;
    width: 50%;
    padding: 50px 0px
}

.forwhat__image img {
    border: 8px solid #6501c8;
    opacity: .7;
    -webkit-animation-name: imgBorderChange;
    animation-name: imgBorderChange;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.forwhat__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    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;
    text-align: center;
    width: 50%;
    gap: 30px;
    min-width: 320px
}

.forwhat__text h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 40px;
    font-weight: 800;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    color: #6501c8
}

.forwhat__text h1 span {
    font-size: 20px;
    max-width: 520px;
    font-weight: 400;
    color: #111
}

.forwhat__button {
    padding: 9px 18px;
    border: 1px solid #111;
    color: #111;
    font-size: 26px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-animation-name: borderChange;
    animation-name: borderChange;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.forwhat__button:hover {
    -webkit-box-shadow: inset -9rem 0 0 0 #b56aff;
    box-shadow: inset -9rem 0 0 0 #b56aff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #515151;
    border: 1px solid #515151
}

@-webkit-keyframes borderChange {
    0% {
        border-radius: 12px 10px 12px 5px/12px 12px 25px 12px
    }

    33% {
        border-radius: 15px 7px 15px 7px/20px 10px 10px 5px
    }

    66% {
        border-radius: 35px 12px 35px 12px/20px 10px 20px 5px
    }

    100% {
        border-radius: 12px 10px 12px 5px/12px 12px 25px 12px
    }
}

@keyframes borderChange {
    0% {
        border-radius: 12px 10px 12px 5px/12px 12px 25px 12px
    }

    33% {
        border-radius: 15px 7px 15px 7px/20px 10px 10px 5px
    }

    66% {
        border-radius: 35px 12px 35px 12px/20px 10px 20px 5px
    }

    100% {
        border-radius: 12px 10px 12px 5px/12px 12px 25px 12px
    }
}

@-webkit-keyframes imgBorderChange {
    0% {
        border-radius: 12% 10% 12% 5%/12% 12% 5% 12%
    }

    33% {
        border-radius: 20% 7% 15% 7%/20% 10% 20% 5%
    }

    66% {
        border-radius: 10% 49% 10% 28%/10% 49% 10% 20%
    }

    100% {
        border-radius: 12% 10% 12% 5%/12% 12% 5% 12%
    }
}

@keyframes imgBorderChange {
    0% {
        border-radius: 12% 10% 12% 5%/12% 12% 5% 12%
    }

    33% {
        border-radius: 20% 7% 15% 7%/20% 10% 20% 5%
    }

    66% {
        border-radius: 10% 49% 10% 28%/10% 49% 10% 20%
    }

    100% {
        border-radius: 12% 10% 12% 5%/12% 12% 5% 12%
    }
}

.compare__wrapper {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.compare__box {
    padding: 20px;
    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;
    gap: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.compare__box-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 400px;
    border-radius: 20px;
    overflow: hidden
}

.compare__box-text {
    max-width: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.compare__box-text-title {
    color: #111;
    font-size: 30px
}

.compare__box-text-article {
    font-size: 15px;
    color: #474747;
    font-family: SuisseIntl-Medium
}

.compare__box-text-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;
    max-width: 150px;
    padding: 6px 15px;
    border: 1px solid #b56aff;
    color: #b56aff;
    font-size: 18px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.compare__box-text-button:hover {
    -webkit-box-shadow: inset -10rem 0 0 0 #b56aff;
    box-shadow: inset -10rem 0 0 0 #b56aff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    color: #fff
}

.footer__wrapper {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 0px;
    gap: 20px
}

.footer__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.footer__right {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.form-main {
    background-size: cover;
    min-height: 100vh;
    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;
    color: #fff
}

.form-main .main-wrapper {
    border-radius: 8px;
    padding: 45px;
    width: 100%;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: #1f1f1f
}

@media screen and (max-width: 991px) {
    .form-main .main-wrapper {
        width: 70%
    }
}

@media screen and (max-width: 767px) {
    .form-main .main-wrapper {
        width: 90%
    }
}

.form-main .main-wrapper .form-head {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    text-align: center;
    margin: 0px 0 25px
}

.form-main .main-wrapper .form-wrapper {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px
}

.form-main .main-wrapper .form-wrapper .form-card {
    position: relative;
    width: 100%
}

.form-main .main-wrapper .form-wrapper .form-card .form-input {
    padding: 10px 25px 15px;
    border-radius: 8px;
    width: 100%;
    border: 1px solid #b56aff;
    background: rgba(0, 0, 0, 0);
    outline: none;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.form-main .main-wrapper .form-wrapper .form-card .form-input:valid,
.form-main .main-wrapper .form-wrapper .form-card .form-input:focus {
    border: 1px solid #7f00ff
}

.form-main .main-wrapper .form-wrapper .form-card .form-input:valid~.form-label,
.form-main .main-wrapper .form-wrapper .form-card .form-input:focus~.form-label {
    color: #7f00ff;
    top: 30%;
    -webkit-transform: translateY(-70%);
    -ms-transform: translateY(-70%);
    transform: translateY(-70%);
    font-size: 13px;
    line-height: 23px
}

.form-main .main-wrapper .form-wrapper .form-card .form-input:-webkit-autofill,
.form-main .main-wrapper .form-wrapper .form-card .form-input:-webkit-autofill:hover,
.form-main .main-wrapper .form-wrapper .form-card .form-input:-webkit-autofill:focus,
.form-main .main-wrapper .form-wrapper .form-card .form-input:-webkit-autofill:active {
    -webkit-transition: background-color 9999s ease-in-out 0s;
    transition: background-color 9999s ease-in-out 0s
}

.form-main .main-wrapper .form-wrapper .form-card .form-input::-webkit-outer-spin-button,
.form-main .main-wrapper .form-wrapper .form-card .form-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.form-main .main-wrapper .form-wrapper .form-card .form-label {
    position: absolute;
    left: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin: 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500
}

.form-main .main-wrapper .form-wrapper .form-card .form-textarea {
    border-radius: 8px;
    padding: 20px 25px 15px 15px;
    width: 100%;
    border: 1px solid #7f00ff;
    background: rgba(0, 0, 0, 0);
    outline: none;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    resize: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.form-main .main-wrapper .form-wrapper .form-card .form-textarea:valid,
.form-main .main-wrapper .form-wrapper .form-card .form-textarea:focus {
    border: 1px solid #7f00ff
}

.form-main .main-wrapper .form-wrapper .form-card .form-textarea:valid~.form-textarea-label,
.form-main .main-wrapper .form-wrapper .form-card .form-textarea:focus~.form-textarea-label {
    color: #fff;
    top: 18%;
    -webkit-transform: translateY(-82%);
    -ms-transform: translateY(-82%);
    transform: translateY(-82%);
    font-size: 13px;
    line-height: 23px
}

.form-main .main-wrapper .form-wrapper .form-card .form-textarea:-webkit-autofill,
.form-main .main-wrapper .form-wrapper .form-card .form-textarea:-webkit-autofill:hover,
.form-main .main-wrapper .form-wrapper .form-card .form-textarea:-webkit-autofill:focus,
.form-main .main-wrapper .form-wrapper .form-card .form-textarea:-webkit-autofill:active {
    -webkit-transition: background-color 9999s ease-in-out 0s;
    transition: background-color 9999s ease-in-out 0s
}

.form-main .main-wrapper .form-wrapper .form-card .form-textarea-label {
    position: absolute;
    left: 25px;
    top: 30%;
    -webkit-transform: translateY(-70%);
    -ms-transform: translateY(-70%);
    transform: translateY(-70%);
    pointer-events: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin: 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500
}

.btn-wrap {
    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;
    padding: 16px 0 0
}

.btn-wrap button {
    border-radius: 20px;
    padding: 0 32px;
    font-size: 18px;
    line-height: 48px;
    border: 1px solid rgba(0, 0, 0, 0);
    font-weight: 600;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    color: #111;
    background-color: #b56aff
}

.btn-wrap button:hover {
    border: 1px solid #b56aff;
    background: rgba(0, 0, 0, 0);
    color: #fff
}

.ratings {
    background-color: #141423;
    border-bottom: 2px solid #00ce8e;
    padding: 50px 0;
    display: block
}

.ratings__title {
    font-size: 24px;
    font-weight: 600;
    color: #e6e6e6
}

.ratings__descr {
    font-size: 18px;
    color: #e6e6e6;
    padding: 10px 0 20px
}

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

.ratings__list-item {
    font-size: 16px;
    color: #e6e6e6;
    padding: 0 0 0 20px;
    position: relative
}

.ratings__list-item:nth-of-type(1)::after {
    content: "";
    position: absolute;
    background-image: url("../images/poland.png");
    width: 16px;
    height: 16px;
    top: 0;
    left: 0
}

.ratings__list-item:nth-of-type(2)::after {
    content: "";
    position: absolute;
    background-image: url("../images/credit-card.png");
    width: 16px;
    height: 16px;
    top: 0;
    left: 0
}

.ratings__list-item:nth-of-type(3)::after {
    content: "";
    position: absolute;
    background-image: url("../images/legal.png");
    width: 16px;
    height: 16px;
    top: 0;
    left: 0
}

.ratings__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #141423;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    -webkit-transition: all .3s cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition: all .3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all .3s cubic-bezier(0.25, 0.8, 0.25, 1);
    padding: 10px;
    margin: 0 0 20px;
    position: relative
}

.ratings__inner:nth-of-type(1) {
    -webkit-box-shadow: 0px 0px 43px -25px #0afdc5;
    box-shadow: 0px 0px 43px -25px #0afdc5;
    margin: 50px 0 20px
}

.ratings__inner:hover {
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}

.ratings__top {
    position: absolute;
    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;
    background-color: #00ce8e;
    font-weight: 600;
    color: #fff;
    width: 24px;
    height: 24px;
    top: 0;
    left: 0
}

.ratings__logo {
    width: 50%;
    border-right: .5px solid #fff;
    text-align: center
}

.ratings__logo img {
    margin: 0 auto;
    height: 100px;
    -o-object-fit: contain;
    object-fit: contain
}

.ratings__logo-two img {
    width: 75%
}

.ratings__description {
    width: 50%;
    text-align: center;
    padding: 0 20px
}

.ratings__description-text {
    font-size: 18px;
    font-weight: 600;
    color: #fff
}

.ratings__description-text span {
    color: #00ce8e
}

.ratings__description-pay {
    width: 360px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 5px;
    gap: 10px;
    padding: 10px 0;
    margin: 10px 0 0
}

.ratings__description-pay img {
    width: 30px;
    height: 15px;
    -o-object-fit: contain;
    object-fit: contain
}

.ratings__benefits-list {
    width: 50%;
    border-right: .5px solid #fff;
    border-left: .5px solid #fff;
    padding: 0 50px
}

.ratings__benefits-list-item {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding: 0 0 10px 15px;
    position: relative
}

.ratings__benefits-list-item:last-child {
    padding: 0 0 0 15px
}

.ratings__benefits-list-item::after {
    content: "";
    position: absolute;
    background-image: url("../images/check.png");
    width: 16px;
    height: 16px;
    top: 0;
    left: -5px
}

.ratings__buttons {
    width: 50%
}

.ratings__btn {
    width: 150px;
    height: 60px;
    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;
    font-size: 18px;
    color: #fff;
    position: relative;
    z-index: 1;
    background: #60daa8;
    margin: 0 auto
}

.ratings__btn::before {
    content: " ";
    position: absolute;
    height: 100%;
    width: 55%;
    background: #00ce8e;
    top: 0;
    left: 0;
    border-radius: 5px;
    z-index: -1;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.ratings__btn::after {
    content: " ";
    position: absolute;
    height: 100%;
    width: 55%;
    right: 0;
    top: 0;
    background: #00ce8e;
    border-radius: 5px;
    z-index: -1;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.ratings__btn:hover:before,
.ratings__btn:hover::after {
    width: 0
}

@media(max-width: 1140px) {
    .ratings__benefits-list {
        padding: 0 25px
    }
}

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

    .ratings__logo {
        width: unset;
        border-right: unset
    }

    .ratings__logo-two {
        text-align: center
    }

    .ratings__logo-two img {
        width: unset
    }

    .ratings__description {
        width: 100%;
        height: unset;
        padding: 20px 0
    }

    .ratings__description-pay {
        width: unset;
        padding: 10px;
        margin: 20px auto
    }

    .ratings__description-pay img {
        width: 45px;
        height: 30px
    }

    .ratings__benefits-list {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: unset;
        border-top: .5px solid #fff;
        border-bottom: .5px solid #fff;
        border-right: unset;
        border-left: unset;
        padding: 20px 10px;
        margin: 0 0 20px;
        gap: 30px
    }

    .ratings__benefits-list-item {
        font-size: 18px;
        padding: 0 0 0 15px
    }

    .ratings__buttons {
        width: 100%
    }

    .ratings__btn {
        width: 100%;
        margin: 0
    }

    .ratings__about-card {
        width: 100%
    }
}

@media(max-width: 530px) {
    .ratings__list {
        gap: 15px
    }

    .ratings__list-item {
        font-size: 11px
    }

    .ratings__description-pay img {
        width: 30px;
        height: 15px
    }

    .ratings__benefits-list-item {
        font-size: 12px
    }
}

@media(max-width: 400px) {

    .forwhat__text {
        font-size: 18px;
        min-width: unset;
    }

    .ratings__logo img {
        padding: 0
    }

    .ratings__logo-two img {
        width: unset
    }

    .ratings__title {
        font-size: 18px
    }

    .ratings__descr {
        font-size: 16px
    }

    .ratings__list {
        gap: 10px
    }

    .ratings__description {
        padding: 10px 0
    }

    .ratings__description-text {
        font-size: 16px
    }

    .ratings__description-pay {
        gap: 2px
    }

    .ratings__benefits-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 20px
    }
}