.bonus_slogan_container {
    display: flex;
    /* max-width: 1000px; */
    margin: 0 auto;
    margin-top: 50px;
    flex-wrap: wrap;
    align-items: center;
}

.bonus_slogan_text {
    flex: 2 400px;
    padding: 10px 10px 10px 0;
}

.bonus_button {
    display: flex;
    /* max-width: 960px; */
    margin: 0 auto;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: baseline;

}

.bonus_chat {
    padding-top: 10px;
    cursor: pointer;
}

.bonus_chat_purple {
    color: #662d91;
}

.bonus_slogan_img_container {
    flex: 1 200px;
    padding: 10px;
}

.bonus_dir_img {
    padding-top: 30px;
    width: 100%;
    max-width: 640px;
}

.bonus_advantages_container {
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-around;
    padding-top: 80px;
}

.bonus_advantage {
    display: flex;
    align-items: center;
    flex: 1 350px;
    flex-wrap: nowrap;
    padding: 5px 10px 5px 0;
}

.bonus_advantage_img_container {
    flex: 1 100px;
    padding: 5px 10px 5px 0;
}

.bonus_advantage_img {
    width: 100px;
}

.bonus_advantage_txt {
    flex: 2 200px;
    padding: 5px;
}

.bonus_steps_container {
    padding-top: 80px;
}

.bonus_steps_container h2 {
    text-align: left;
}

.bonus_steps {
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-around;
    color: #000000;
    font-size: 14pt;
    margin-top: 30px;
    align-items: baseline;
}

.bonus_step_item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    flex: 1 200px;
    padding: 10px 10px 10px 0;
    align-items: center;
}

.bonus_step_number {
    padding: 10px 10px 10px 0;
}

.step_number {
    display: block;
    font-weight: 500;
    text-align: center;
    border-radius: 20%;
    width: 80px;
    height: 80px;
    font-size: 40px;
    line-height: 80px;
    color: black;
    border: 3px solid #b2d235;
    background-color: #b2d235;
    box-shadow: 8px 8px 10px gray;
}

.step_txt {
    padding: 10px;
    text-align: center;
}

@media (max-width: 506px) {
    .step_txt {
        text-align: left;
    }
}

.step_txt p {
    margin: 0;
}

.bonus_how_container {
    display: flex;
    flex-wrap: wrap;
    padding-top: 80px;
}

.bonus_how_item {
    flex: 1 500px;
    padding: 0 50px 60px 0;
}

.bonus_how_item_text {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.bonus_how_item_text p {
    margin: 0;
}

.bonus_how_item_img {
    width: 100px;
    margin-right: 15px;
}

.bonus_how_container h2 {
    text-align: left;
}

.bonus_rules_container {
    padding: 50px 0 80px 0;
    font-size: 20px;
    font-weight: 800;
    text-decoration: underline;
}

h1.rules,h2.rules {
    font-family: "toxy", sans-serif;
    text-transform: uppercase;
}

h1.rules {
    text-align: left;
    padding-top: 50px;
    font-size: 24px;
    line-height: 32px;
}

h2.rules {
    text-align: left;
    padding-top: 30px;
    font-size: 24px;
    line-height: 32px;
}

.rules_tab {
    padding-left: 30px;
}

.rules_tab_tab {
    padding-left: 70px;
}

.modal__backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    transition: opacity0 .2s ease-in;
}

.modal__content {
    width: auto;
    transition: opacity 0.3s ease-in;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.6rem;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
    height: 550px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 500px;
    margin: auto;
}

@media (max-width: 600px) {
    .modal__content {
        height: 600px;
    }
}

.modal__show .modal__backdrop,
.modal__show .modal__content {
    opacity: 1;
    z-index: 99999;
    pointer-events: auto;
    overflow-y: auto;
}

.modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #eceeef;
}

.modal__title {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 1.25rem;
    font-weight: 500;
}

.modal__btn-close {
    float: right;
    font-family: sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
    text-decoration: none;
}

.modal__btn-close:focus,
.modal__btn-close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.75;
}

.modal__body {
    position: relative;
    flex: 1 1 auto;
    padding: 15px;
    overflow: auto;
}

.modal__footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.col-md-4 {
    width: 100%;
}

.input {
    padding-bottom: 20px;
}

.form_reg_tg {
    padding: 30px 0 20px 0;
    text-align: left;
    text-decoration: underline;  
    line-height: 30px;
    display:flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.form_reg_tg_text {
    font-size: 22px;
    padding-left: 20px;
}

.form_reg_tg_img_container {
    max-height: 50px;
    max-width: 50px;
}

.form_reg_tg_img {
    fill: #662d91;
}

.form_reg_tg_img:hover {
    fill: #8f48c6;
}

@keyframes spinner-border {
    100% {
        transform: rotate(360deg);
    }
}

.submit-spinner {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: -0.125em;
    border: 0.2em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border;
}

.submit-spinner_hide {
    display: none;
}

#get_sms_btn {
    width: 100%;
}

.label-success {
    background-color: #b2d235;
    color: black;
    padding: 10px;
}

#sms_code_row{
    display:none;
}

#PERSONAL_PHONE-error,
#sms_code-error {
    font-size: 16px;
    position: relative;
}

#confirm_error {
    text-align: left;
    color: orangered;
    padding-top: 5px;
}

#show-modal-reg {
    color: #662d91;
    cursor: pointer;
    font-weight: 800;
}
