html {
    min-height: 100%;
}

:root {
    --main-color: rgb(0, 123, 255);
    --background-color: rgba(0, 123, 255, 0.5);
    --button-hover: rgba(0, 123, 255, 0.7);
}

body {
    padding: 0;
    margin: 0;
    background-size: cover;
    font-family: 'Arial', sans-serif;
    background-position-x: right;
}

.main_content,
.main {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    position: relative;

    align-items: stretch;
    justify-content: space-between;

    height: 100vh;
    overflow: hidden;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
}

.logo-title {
    color: white;
    font-size: 54px;
    font-weight: 700;
    margin: 0;
}

.main_content-bg {
    background-size: cover;
}

.main_content:before {
    content: '';
    position: absolute;
    right: 12vw;
    bottom: 0;

    width: 700px;
    width: 36.8vw;
    height: 910px;
    height: 47.84vw;
    background-size: cover;
}

.main__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* position: absolute; */
    top: 6vw;
    gap: 20px;
    align-items: center;
    justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.main__header .main__logo svg {
    width: 100%;
    height: 42px;
}

.main__content {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;

    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: flex-end;

    padding: 3.68vw 0 2.2916vw 5.2083vw;
    padding-top: 11.65vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
}

.main__content-title {
    position: relative;
    z-index: 3;

    max-width: 75%;
    margin: 3.4375vw 0 2.03125vw;
    margin-top: 1.58vw;
    text-transform: uppercase;
    font-size: 3.75vw;
    line-height: 1.2;
    color: #ffefe2;
}

.main-steps {
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: white;
}
.main-steps h4, .main-steps p {
    margin: 0;
}

.main__content-title .blue {
    white-space: nowrap;
    color: var(--main-color);
}

.main__content-subtitle {
    position: relative;

    padding-bottom: 1.3541vw;
    margin-top: 2.3541vw;
    text-transform: uppercase;
    font-size: 1.5625vw;
    color: #fff;
}

.main__content-subtitle:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;

    width: 3.47vw;
    height: 0.16vw;
    background: #fff;
}

.main__content-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 4;

    align-items: center;
    justify-content: flex-start;

    max-width: 60%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.main__content-buttons .main__button-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    max-width: 370px;
    height: 3.125vw;
    padding: 15px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.833vw;
    color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.main__content-buttons .main__button-single.getbonus {
    margin-right: 2.083vw;
    background: rgba(0, 123, 255, 1);
    transition: all 0.3s ease-in-out;
    border: 1px solid white;
    animation: 5s ease-in-out 0ms infinite reverse both running buttonBonus;
    


}

@keyframes buttonBonus {
    0% {
        box-shadow: 0px 0px 0.71px 0px rgba(108, 139, 172, 1);
        box-shadow: 0px 0px 1.42px 0px rgba(108, 139, 172, 1);
    
        box-shadow: 0px 0px 4.97px 0px rgba(108, 139, 172, 1);
    
        box-shadow: 0px 0px 9.93px 0px rgba(108, 139, 172, 1);
    
        box-shadow: 0px 0px 17.02px 0px rgba(108, 139, 172, 1);
    
        box-shadow: 0px 0px 29.79px 0px rgba(108, 139, 172, 1);
    }

    50% {
        box-shadow: 0px 0px 3.13px 0px rgba(204, 204, 204, 1);

        box-shadow: 0px 0px 6.25px 0px rgba(204, 204, 204, 1);
        
        box-shadow: 0px 0px 21.88px 0px rgba(204, 204, 204, 1);
        
        box-shadow: 0px 0px 43.75px 0px rgba(204, 204, 204, 1);
        
        box-shadow: 0px 0px 75.01px 0px rgba(204, 204, 204, 1);
        
        box-shadow: 0px 0px 131.26px 0px rgba(204, 204, 204, 1);
    }
    100% {
        box-shadow: 0px 0px 0.71px 0px rgba(108, 139, 172, 1);

box-shadow: 0px 0px 1.42px 0px rgba(108, 139, 172, 1);

box-shadow: 0px 0px 4.97px 0px rgba(108, 139, 172, 1);

box-shadow: 0px 0px 9.93px 0px rgba(108, 139, 172, 1);

box-shadow: 0px 0px 17.02px 0px rgba(108, 139, 172, 1);

box-shadow: 0px 0px 29.79px 0px rgba(108, 139, 172, 1);

        
    }
}

.main__content-buttons .main__button-single.getbonus:hover {
    background: var(--button-hover);
}

.main__content-buttons .main__button-single.rules {
    border: 0.11vw solid #fff;
    text-align: center;
    transition: background 0.3s ease;
}

.main__content-buttons .main__button-single.rules:hover {
    background: rgba(255, 255, 255, 0.2);
}

.main__to-site {
    position: relative;
    z-index: 2;
    margin-top: 2.1354vw;
    text-transform: uppercase;
    font-size: 0.9375vw;
    color: #fff;
}

.main__to-site_link {
    text-decoration: underline;
    color: #fff;
}

.main-steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 6.40625vw;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
}

.main-steps__single {
    position: relative;
    z-index: 1;

    width: 7.8125vw;
    height: 100%;
    min-height: 5.72916vw;
    text-align: center;
}

.main-steps__single:before,
.main-steps__single:after {
    content: '';
    position: absolute;
    z-index: -2;
    background-size: contain !important;
}

.main-steps__single:before {
    z-index: -1;

    width: 3.33vw;
    height: 3.489583vw;
}

.main-steps__single:first-child:before {
    right: 0.45vw;
    bottom: 4vw;
}

.main-steps__single:first-child:after {
    top: -6.983vw;
    left: -11.8083vw;

    width: 30.5416vw;
    height: 26.583vw;
}

.main-steps__single:nth-child(2) {
    margin-left: 7.1354vw;
}

.main-steps__single:nth-child(2):before {
    right: 0.46875vw;
    bottom: 4vw;
}

.main-steps__single:nth-child(2):after {
    top: -10.4479vw;
    left: -14.375vw;

    width: 35.46875vw;
    height: 19.9479vw;
    height: 25.9479vw;
}

.main-steps__single:last-child {
    margin-left: 8.6979vw;
}

.main-steps__single:last-child:before {
    right: 0.8vw;
    bottom: 3.4vw;
}

.main-steps__single:last-child:after {
    top: -11.96875vw;
    left: -9.739583vw;

    width: 27.39583vw;
    height: 25.46875vw;
}

.main-steps__single-num {
    font-size: 3.75vw;
    font-weight: 700;
    line-height: 3.75vw;
    color: #fff;
}

.main-steps__single-name {
    text-transform: uppercase;
    font-size: 0.83vw;
    color: #fff;
}

.main-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;

    padding-right: 1.927vw;
    width: 22.1354vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-pack: distribute;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.main-info__item {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    position: relative;

    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    align-self: flex-end;
    justify-content: center;

    width: 100%;
    max-width: 9.375vw;
    -ms-flex-item-align: end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.main-info__item:nth-child(2n) {
    align-self: flex-start;
    -ms-flex-item-align: start;
}

.main-info__item:after {
    content: '';
    position: absolute;
    z-index: -1;
    background-size: contain !important;
}

.main-info__item-img {
    width: 4.0104vw;
    height: 4.166vw;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain !important;
}

.main-info__item-name {
    position: relative;

    padding-bottom: 0.7291vw;
    margin-top: 0.52083vw;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.833vw;
    color: #ffefe2;
}

.main-info__item-name:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;

    width: 3.47vw;
    height: 0.16vw;
    background: var(--main-color);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.main-info__item.events {
    padding-top: 1.666vw;
}

.main-info__item.events .main-info__item-img {
    background-image: url(/info-one.png);
}

.main-info__item.events:after {
    top: -10.875vw;
    right: -14.864583vw;

    width: 38.77vw;
    height: 34.0416vw;
    background: url("/info_one_2.png") no-repeat center center;
}

.main-info__item.coefs {
    margin-top: 1.8229vw;
}

.main-info__item.coefs .main-info__item-img {
    background-image: url("/info-two.png");
}

.main-info__item.coefs:after {
    top: -8.0729vw;
    right: -13.26vw;

    width: 39.89583vw;
    height: 27.5vw;
    background: url("/f-info_two_2.png") no-repeat center center;
}

.main-info__item.withdraw {
    margin-top: 2.604vw;
}

.main-info__item.withdraw .main-info__item-img {
    background-image: url("/info-three.png");
}

.main-info__item.withdraw:after {
    top: -21.77083vw;
    right: -2.864583vw;

    width: 25.10416vw;
    height: 42.5vw;
    background: url("/info_three.png") no-repeat center center;
}

.main-info__item.support {
    margin-top: 0;
}

.main-info__item.support .main-info__item-img {
    background-image: url("/info-four.png");
}

.main-info__item.support:after {
    top: auto;
    right: -12.3125vw;
    bottom: -17vw;

    width: 34.5416vw;
    height: 34.83vw;
    background: url("/f-info_four_2.png") no-repeat center center;
}

@media screen and (max-width: 1580px) {
    .main_content:before {
        right: 125px;

        width: 590px;
        height: 760px;
    }
}

@media screen and (max-width: 1380px) {
    .main-info__item-name {
        font-size: 12px;
    }

    .main-steps__single-name {
        font-size: 12px;
    }

    .main-steps__single:first-child:after {
        top: -90px;
        left: -167px;

        width: 445px;
        height: 375px;
    }

    .main-steps__single:nth-child(2):after {
        top: -146px;
        left: -203px;

        width: 490px;
        height: 358px;
    }

    .main-steps__single:nth-child(2) {
        margin-left: 95px;
    }

    .main-steps__single:last-child {
        margin-left: 120px;
    }

    .main-steps__single:before {
        width: 45px;
        height: 48px;
    }

    .main-steps__single:first-child:before {
        right: 7px;
        bottom: 55px;
    }

    .main-steps__single-num {
        font-size: 50px;
        line-height: 50px;
    }

    .main-steps__single:nth-child(2):before {
        right: 8px;
        bottom: 55px;
    }

    .main-steps__single:last-child:before {
        right: 10px;
        bottom: 47px;
    }

    .main-steps__single:last-child:after {
        top: -165px;
        left: -134px;

        width: 378px;
        height: 351px;
    }

    /* .main__header .main__logo img {
        height: 30px;
    } */

    .main__content-subtitle {
        padding-bottom: 20px;
        margin-top: 32px;
    }

    .main__content-title {
        max-width: 45%;
        margin: 21px 0 28px;
        font-size: 3.35vw;
        line-height: 1.3;
    }

    .main__to-site {
        margin-top: 30px;
    }

    .main_content:before {
        right: 170px;
    }
}

@media screen and (max-width: 1365px) {
    .main__content-subtitle {
        font-size: 21px;
    }

    .main__content-title {
        font-size: 44px;
    }

    .main__content-subtitle:before {
        width: 45px;
        height: 2px;
    }

    .main__content-buttons .main__button-single.getbonus {
        margin-right: 25px;
        width: 300px;
        font-size: 16px;
        background-color: var(--main-color);
    }

    .main__content-buttons .main__button-single.rules {
        border-width: 2px;
    }

    .main__content-buttons .main__button-single {
        max-width: 210px;
        height: 42px;
        font-size: 12px;
    }

    .main__to-site {
        font-size: 12px;
    }

    .main-steps {
        margin-top: 110px;
    }
}

@media screen and (max-height: 760px) {
    .main_content:before {
        right: 189px;

        width: 500px;
        height: 645px;
    }

    .main__content {
        padding-top: 3.68vw;
    }
}

@media screen and (max-height: 760px) and (min-width: 720px) {
    .main__header {
        position: relative;
        top: 0;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 1275px) {
    .main-info {
        display: none;
    }

    body {
        background-position-x: left;
    }

    .main_content:before {
        right: 0;
    }

    .main__content {
        justify-content: space-between;
        align-items: center;
        padding-top: 15.65vw;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    }

    .main__content-title {
        max-width: 65%;
        text-align: center;
    }

    .main__content-subtitle {
        display: none;
    }

    .main__content-buttons .main__button-single {
        max-width: 225px;
    }

    .main__to-site {
        order: 5;
        margin-top: 60px;
        font-size: 14px;
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
    }

    .main-steps {
        margin-top: 70px;
    }

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

    .main-steps__single {
        margin-top: 20px;
    }

    .main-steps__single:first-child {
        margin-top: 0;
    }

    .main-steps__single:last-child {
        margin-left: 0;
    }

    .main-steps__single:nth-child(2) {
        margin-left: 210px;
    }

    .main__to-site_link {
        color: #00c3ff;
    }

    .main-steps__single:first-child:after {
        top: -162px;
        left: -207px;
    }

    .main-steps__single:nth-child(2):after {
        left: -175px;
    }

    .main-steps__single:last-child:after {
        top: -108px;
        left: -152px;
    }
}

@media screen and (max-width: 1275px) and (max-height: 760px) {
    .main__content {
        padding-top: 3.65vw;
    }

    .main__content-title {
        font-size: 34px;
    }
}

@media screen and (max-width: 1275px) and (max-height: 810px) and (min-width: 720px) {
    .main-steps__single {
        margin-top: 10px;
    }

    .main-steps {
        margin-top: 50px;
    }

    .main__content-subtitle {
        margin-top: 10px;
    }
}

@media screen and (max-width: 1200px) {
    .main-info__item {
        max-width: 112px;
    }

    .main-info__item-img {
        width: 48px;
        height: 48px;
    }

    .main-info__item.coefs {
        margin-top: 22px;
    }

    .main-info__item.coefs:after {
        top: -97px;
        right: -158px;

        width: 478px;
        height: 330px;
    }

    .main-info__item.events {
        padding-top: 16px;
    }

    .main-info__item.events:after {
        top: -130px;
        right: -175px;

        width: 465px;
        height: 408px;
    }

    .main-info__item-name {
        padding-bottom: 8px;
        margin-top: 7px;
    }

    .main-info__item-name:before {
        left: 56px;

        width: 40px;
        height: 2px;
    }

    .main-info__item.withdraw {
        margin-top: 31px;
    }

    .main-info__item.withdraw:after {
        top: -261px;
        right: -34px;

        width: 300px;
        height: 510px;
    }

    .main-info__item.support:after {
        right: -147px;
        bottom: -203px;

        width: 414px;
        height: 417px;
    }
}

@media screen and (max-width: 1023px) {
    .main_content:before {
        width: 455px;
        height: 600px;
    }

    .main__content {
        padding-top: 150px;
    }
}

@media screen and (max-width: 1023px) and (max-height: 760px) {
    .main__content {
        padding-top: 45px;
    }
}

@media screen and (max-width: 940px) {
    .main__content-title {
        max-width: 80%;
    }
}

@media screen and (max-width: 875px) {
    .main_content:before {
        width: 350px;
        height: 450px;
    }

    .main__content-buttons {
        max-width: 100%;
    }

    .main__content-title {
        max-width: 90%;
    }
}

@media screen and (max-width: 720px) and (max-height: 810px) {
    .main_content:before {
        width: 255px;
        height: 330px;
    }
}

@media screen and (max-width: 720px) {
    .main__content-title {
        max-width: 100%;
    }

    .main-steps__single:nth-child(2) {
        margin-left: 135px;
    }

    .main__content-subtitle {
        font-size: 14px;
    }

    .main__content-subtitle:before {
        width: 23px;
        height: 1px;
    }

    .main__content-title {
        font-size: 20px;
        font-weight: bold;
    }

    .main__content-buttons .main__button-single {
        height: 36px;
        font-size: 11px;
    }

    .main__content-buttons .main__button-single.getbonus {
        margin-right: 10px;
    }

    .main-steps__single-num {
        font-size: 36px;
        line-height: 36px;
    }

    .main-steps__single-name {
        padding-left: 35px;
        font-size: 11px;
    }

    .main-steps__single:before {
        width: 24px;
        height: 26px;
    }

    .main__content {
        justify-content: space-around;

        padding-top: 90px;
        -ms-flex-pack: distribute;
    }

    .main-steps__single:first-child:before {
        right: 45px;
        bottom: 30px;
    }

    .main-steps__single:nth-child(2):before {
        right: 37px;
        bottom: 31px;
    }

    .main-steps__single:last-child:before {
        right: 37px;
        bottom: 32px;
    }

    .main-steps__single:first-child:after {
        top: -64px;
        left: -107px;

        width: 330px;
        height: 170px;
    }

    .main-steps__single:nth-child(2):after {
        top: -85px;
        left: -28px;

        width: 225px;
        height: 210px;
    }

    .main-steps__single:last-child:after {
        top: -94px;
        left: -33px;

        width: 190px;
        height: 270px;
    }

    .main-steps__single,
    .main-steps__single:last-child {
        margin-left: -35px;
    }

    .main-steps__single:nth-child(2) {
        z-index: 2;
        margin-left: 8px;
    }

    .main__to-site {
        font-size: 10px;
    }

    .main__content {
        padding-right: 20px;
        padding-left: 20px;
    }

    .main-steps__single:first-child {
        z-index: 3;
    }
}

@media screen and (max-width: 720px) and (max-height: 610px) {
    .main__content {
        padding-top: 20px;
    }

    .main__content-subtitle {
        margin-top: 10px;
    }

    .main-steps {
        margin-top: 40px;
    }

    .main__header {
        position: relative;
        top: 0;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 445px) {
    .main-steps {
        margin-top: 30px;
    }

    /* .main__header {
        flex-wrap: wrap;
    } */

    .main__header svg {
        width: 65px;
        height: 18px;
    }
    .logo-title {
        font-size: 16px;
    }

    .main-steps__single {
        margin-top: 20px;
    }

    .main-steps__single:after {
        z-index: -3;
    }

    .main__content-subtitle {
        padding-bottom: 10px;
        margin-top: 5px;
    }

    .main__content-title {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 1366px){
    .main_content-bg {
        background-position: 67% 50% !important;
    }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
    .main_content-bg {
        background-position: 37% 50% !important;
    }
}
@media screen and (max-width: 768px) and (orientation: landscape){
    .main_content-bg{
        background-position: 47% 50% !important;
    }
}
@media screen and (max-width: 600px) and (orientation: landscape){
    .main_content-bg{
        background-position: 0 50% !important;
    }
}
@media screen and (min-width: 710px) and (max-height: 650px) {
    .main-steps {
        display: none;
    }
}

@media screen and (max-width: 710px) and (max-height: 470px) {
    .main-steps {
        display: none;
    }

    .main_content-bg {
        background-position: 67% 50%;
    }
}

@media screen and (max-width: 400px) and (max-height: 580px) {
    .main_content:before {
        width: 160px;
        height: 210px;
    }
}
