@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.html,
body,
.wrapper {
    height: 100%;
}

*:root {
    font-family: Roboto, Arial, Helvetica, sans-serif;
}

img {
    max-width: 100%;
    width: auto !important;
}

button,
a {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

.wrapper {
    margin: 0 auto;
    height: 100vh;
    background-image: url(../img/bg.png);
    background-size: cover;
    background-repeat: no-repeat;

    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;
}

.wrapper .logo {
    width: 100px;
    height: 95px;
}

.wrapper__desc {
    margin-top: 28px;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    font-weight: 300;
    color: #FFFFFF;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.wrapper__btn {
    outline: none;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 28px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    margin-top: 28px;
    background: -o-linear-gradient(19deg, #FF7F0A 13.35%, #FFBE18 88.01%);
    background: linear-gradient(19deg, #FF7F0A 13.35%, #FFBE18 88.01%);
    box-shadow: 0px 5px 30px rgba(255, 127, 10, 0.3);
    -webkit-box-shadow: 0px 5px 30px rgba(255, 127, 10, 0.3);
    border-radius: 50px;
    border: none;
    padding: 12px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #FFFFFF;
    -webkit-animation: shadow 4s infinite ease-in-out;
    animation: shadow 4s infinite ease-in-out;
}

.wrapper__btn:active {
    background: -o-linear-gradient(bottom, #111111, #111111), -o-linear-gradient(19deg, #fd922e 13.35%, #ffc531 88.01%);
    background: linear-gradient(0deg, #111111, #111111), linear-gradient(19deg, #fd922e 13.35%, #ffc531 88.01%);
}

.wrapper__btn img {
    max-width: 100%;
    margin-right: 12px;
}

.wrapper .items__img {
    width: 245px;
    height: 132px;
}

.wrapper__btn div .btn-1 {
    text-align: left;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
}

.wrapper__btn div .btn-2 {
    text-align: left;
    text-align: left;
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    color: #FFFFFF;
}


@-webkit-keyframes shadow {
    from {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    50% {
        -webkit-box-shadow: 0px 0px 50px #ffc531;
        box-shadow: 0px 0px 50px #ffc531;
    }

    to {
        -webkit-box-shadow: none;
        box-shadow: none
    }
}


@keyframes shadow {
    from {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    50% {
        -webkit-box-shadow: 0px 0px 50px #ffc531;
        box-shadow: 0px 0px 50px #ffc531;
    }

    to {
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.items {
    margin: 20px 0 0;
}

.item {
    position: relative;
    font-family: 'Roboto'serif;
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    padding-left: 50px;
    margin-bottom: 20px;
}

.item::before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: 35px 35px;
}

.item:nth-child(1):before {
    background-image: url(../img/1.png);
}

.item:nth-child(2):before {
    background-image: url(../img/2.png);
}

.item:nth-child(3):before {
    background-image: url(../img/3.png);
}

.item:nth-child(4):before {
    background-image: url(../img/4.png);
}

.instruction {
    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;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}

.instruction__btn {
    border: none;
    background-color: transparent;
}

.instruction__desc {
    font-weight: normal;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 16px;
    color: #FF15FF;
}

.global__wrapper {
    min-height: 100vh;
    position: relative;
}

.instruction__wrapper {
    padding-top: 40px;
    /* display: flex;
    justify-content: space-between; */
}

.instruction__text {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    max-width: 269px;
    margin-top: 11px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.instruction__text-other {
    min-height: 65px;
    margin-bottom: 46px;
}

.instruction__link {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FF15FF;
    margin-bottom: 8px;
}

.instruction__warning {
    max-width: 245px;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
}

.instruction__btn-start {
    margin-top: 6px !important;
}

.instruction__item {
    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;
}

.instruction__item img {
    max-width: 250px;
}

.btn__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.slide {
    position: absolute;
    top: 30px;
    width: 40px;
    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;
}

.slide__left {
    left: 0;
    z-index: 3 !important;
}

.slide__right {
    right: 0;
    z-index: 2 !important;
}

.disabled {
    opacity: .2;
}

@media (max-width: 768px) {
    .wrapper__btn {
        font-size: 22px;
        padding: 18px 26px;
    }
}

.arrow.active {
    transform: rotate(-180deg) translateX(50%);
}

.arrow {
    transition: all .3s;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}

.footer {
    display: none;
    padding: 40px 0 20px;
    background-color: #340c64;
}

.footer p {
    padding: 0 15px;
    font-size: 16px;
    line-height: 1.25;
    color: #fff;
    text-align: center;
}