.login_modal_btn {
    font-weight: 600;
    font-size: 32px;
    color: #FFFFFF;
    padding: 12px 48px;
    background: #8D5692;
    border: 1px solid #8D5692;
    transition: 0.3s;
}
.login_modal_btn:hover {
    background: transparent;
    color: #8D5692;
}
.bonus_title {
    line-height: 34px !important;
}
.step_item {
    background: #FFFFFF;
    box-shadow: 5px 2px 18px 2px rgba(18, 18, 18, 0.1);
    padding: 24px;
    max-width: 411px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.step_item span {
    color: rgba(141, 86, 146, 0.5);
    font-weight: 600;
    font-size: 24px;
    position: relative;
    top: 4px;
}
.step_item p {
    font-size: 24px;
    color: #424242;
    line-height: 36px;
    margin: 0 0 0 8px;
}
.steps {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto 97px;
}
.steps > p {
    font-size: 24px;
    letter-spacing: 0.02em;
    color: #1E181C;
    font-weight: 500;
    margin: 0;
}
.steps > p span {
    color: #8D5692;
}
.steps > h3 {
    font-weight: bold;
    font-size: 48px;
    line-height: 72px;
    letter-spacing: 0.02em;
    color: #1E181C;
    margin: 0 0 32px;
}
.steps > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.steps > div > div:nth-child(2){
    margin: 0 20px;
}
.card_mobile_app {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto 125px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.card_mobile_app > div:nth-child(1){
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 16px;
}
.card_mobile_app > div {
    width: 50%;
}
.card_mobile_app > div:nth-child(1) > div:nth-child(2){
    margin-left: -182px;
}
.card_mobile_app > div:nth-child(1) > div:nth-child(1){
    position: relative;
    top: 116px;
}
.bonus_app_right img {
    margin-right: 24px !important;
}
.bonus_app_right p {
    font-size: 32px;
    letter-spacing: 0.04em;
    color: #1E181C;
    margin: 0;
}
.bonus_app_right p:nth-child(3) {
    max-width: 335px;
}
.bonus_app_right h3 {
    font-weight: bold;
    font-size: 56px !important;
    line-height: 72px;
    color: #1E181C;
    margin: 8px 0 40px;
}
.bonus_app_right h3 span, .cashback h2 span{
    color: #8D5692;
}
.bonus_app_right > div{
    margin-top: 24px;
}
.cashback h2 {
    max-width: 500px;
    font-weight: bold;
    font-size: 52px;
    line-height: 56px;
    letter-spacing: 0.02em;
    color: #1E181C;
    margin-bottom: 64px;
}
.login_modal {
    padding: 154px 0;
}
.login_modal h3 {
    font-weight: bold;
    font-size: 48px;
    letter-spacing: 0.04em;
    color: #211F1F;
    margin: 0 0 48px;
    text-align: center;
}
.login_modal input {
    border: none;
    border-bottom: 1px solid rgba(122, 122, 122, 0.3);
    margin-bottom: 24px;
    width: 100%;
}
.login_modal a {
    font-size: 12px;
    letter-spacing: 0.02em;
    color: #CCCCCC;
    display: block;
    margin: 0 0 0 auto;
    text-align: right;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.login_modal button {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    padding: 12px 0;
    text-align: center;
    width: 100%;
    background: #8D5692;
    border: 1px solid #8D5692;
    transition: 0.3s;
    margin-top: 24px;
}
.login_modal button:hover {
    background: #fff;
    color: #8D5692;
}
.login_modal form {
    max-width: 229px;
    margin: 0 auto;
}
.login_modal_body {
    max-width: 725px !important;
}
.bonus_title {
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 58px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.bonus_title hr {
    width: 87px;
    margin: 0 16px;
}
.bonus_banner h2 {
    letter-spacing: 0.06em;
}
.bonus_banner {
    max-width: 553px !important;
}
.bonus_title {
    max-width: 100% !important;
    padding: 13px 0 15px 16px !important;
}
.cashback > div > h2 {
    display: none;
}

.visible img{
    -webkit-animation: fadein 4s;
    -moz-animation: fadein 4s;
    -ms-animation: fadein 4s;
    -o-animation: fadein 4s;
    animation: fadein 4s;
}
.card_mobile_app > div> div {
    transition: 4s !important;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
.card_mobile_app img {
    max-height: 572px !important;
}
.mob_app_stores_mobile {
    display: none;
}



@media (max-width: 1450px) {
    .steps, .card_mobile_app{
        max-width: 90%;
    }
    .steps > h3 {
        font-size: 38px;
        line-height: 57px;
        margin: 0 0 24px;
    }
    .step_item p {
        font-size: 21px;
        line-height: 32px;
    }
    .bonus_app_right h3 {
        font-size: 42px !important;
        line-height: 52px;
    }
    .bonus_app_right p {
        font-size: 26px !important;
    }
    .bonus_app_right img {
        margin-right: 24px !important;
        max-width: 158px !important;
    }
    .cashback h2 {
        font-size: 42px;
    }
    .login_modal_btn {
        font-size: 23px;
        padding: 10px 37px;
    }
}
@media (max-width: 1024px) {
    .login_modal {
        padding: 65px 0;
    }
    .login_modal_body {
        max-width: 80% !important;
        height: auto !important;
    }
    .login_modal h3 {
        font-size: 32px;
    }
}
@media (max-width: 916px) {
    .step_item p {
        font-size: 16px;
        line-height: 26px;
    }
    .step_item span, .steps p {
        font-size: 16px;
    }
    .steps > h3 {
        font-size: 32px;
        margin: 0 0 16px;
    }
    .steps {
        margin: 0 auto 40px;
    }
    .card_mobile_app {
        margin: 0 auto 94px;
    }
    .cashback h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 11px;
    }

    .bonus_app_right h3 {
        font-size: 32px !important;
        line-height: 40px;
        margin: 8px 0;
    }
    .bonus_app_right img {
        max-width: 106px !important;
        margin-right: 16px !important;
    }
}
@media (max-width: 723px) {
    .steps > div, .card_mobile_app {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .steps > div > div:nth-child(2) {
        margin: 16px 0;
    }
    .step_item {
        max-width: 100%;
    }
    .step_item span {
        top: 3px;
    }
    .bonus_app_right {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        text-align: center;
        width: 90% !important;
    }
    .bonus_card_mobile, .card_mobile_app {
        max-width: 100%;
        margin-bottom: 147px;
    }
    .card_mobile_app {
        position: relative;
    }
    .card_mobile_app > div:nth-child(1) > div:nth-child(1) {
        display: none;
    }
    .card_mobile_app > div:nth-child(1) > div:nth-child(2) {
        margin-left: 0;
    }
    .card_mobile_app > div {
        width: 100%;
        margin: 0;
    }
    .card_mobile_app img {
        width: 176px !important;
    }
    .card_mobile_app > div:nth-child(1) {
        background: url(../../public/images/bonus_bg1.png) no-repeat;
        background-position: center;
        background-size: contain;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 16px 0 0;
    }
    .bonus_app_right > div {
        width: 100%;
    }
    .mob_app_stores {
        display: none;
    }
    .mob_app_stores_mobile {
        display: block;
    }
    .mob_app_stores_mobile{
        text-align: center;
        margin-top: 20px !important;
    }
    .mob_app_stores_mobile img{
        width: 109px !important;
    }
}
@media (max-width: 553px) {
    .bonus_title span {
        font-size: 16px;
    }
}
@media (max-width: 460px) {
    .bonus_title span:nth-child(3) {
        position: relative;
        top: -20px;
    }
    .bonus_title hr {
        display: none;
    }
    .bonus_title span:nth-child(1) {
        margin-bottom: 6px;
    }
    .bonus_title {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0 0 1px 8px !important;
    }
}
@media (max-width: 426px) {
    .card_mobile_app img {
        width: 124px !important;
    }
}
@media (max-width: 400px) {
    .card_mobile_app img {
        width: 102px !important;
    }
}