.news-detail p {
    margin: 10px;
}

a.page-header__login-link {
    max-width: 300px;
}

.cust-sel-DISTR_LIST .select__btn-text {
    line-height: 1;
    overflow: hidden;
    max-height: 32px;
}

.page-header__login-link.page-header__login-btn.btn-mini {
    padding: 0.5rem 2.4rem;
}

.profile__statistics-results-table table thead th.name-col, .profile__statistics-results-table table td.name-col {
    max-width: 400px;
    white-space: inherit;
}


.page-header .page-header__nav-link:hover {
    border-bottom: 1px solid #FF6E00;
}

.page-header .page-header__nav-link {
    font-size: 1.6rem;
    position: relative;;
}

.page-footer .page-footer__link {
    font-size: 1.4rem;
}

#bx-panel ~ .page-header {
    margin-top: 100px;
}

#bx-panel.bx-panel-folded ~ .page-header {
    margin-top: 0px;
}

.news-detail .news-detail-item {
    border-top: 1px solid #b2b4b3;
    margin-top: 10px;
}

input.auth__form-submit, input.auth__form-submit {
    cursor: pointer;
}

.auth__card-links-one {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

table.data-table.bx-registration-table .bx-auth-input {
    border: 1px solid black;
}

.bx-auth-reg input {
    border: 1px solid black;
}

.profile__status.profile__status--type-accepted {
    border: 1px solid green;
    color: green;
}

.profile__status.profile__status--type-cancel {
    border: 1px solid red;
    color: red;
}

@media (min-width: 640.02px) {
    .profile__bonuses--no-margin .profile__bonuses {
        margin-top: 0;
    }
}

.modal__content .auth__form-submit-wrapper {
    flex-direction: column;
    gap: 0rem;
}

.modal__close-btn {
    width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    top: 2rem;
    right: 2rem;
}

.modal__close-btn svg {
    fill: #9a9a9a;
    -webkit-transition: fill .2s;
    transition: fill .2s;
    display: block;
    width: 100%;
    height: 100%;
}

.modal__content .auth__form {
    margin-top: 3rem;
}

.modal__content textarea.auth__form-input {
    height: auto;
    padding-top: 10px;
}

.modal__content .auth__form-submit--reset {
    color: #f76b1c;
    background: white;
    border: 1px solid #FF6E00;
}

.modal__content .auth__form-mobile-wrapper-inner {
    margin-bottom: 2.5rem;
}


.profile__form-addresses .profile__form-field-submit {
    display: flex;
    justify-content: space-between;
}

.profile__form-addresses .profile__form-group-link.profile__form-group-link--cancel {
    border: 1px solid #FF6E00;
    background: white;
    color: #FF6E00;
    min-width: max-content;
}

.profile__form-addresses .profile__form-field-submit .profile__form-group-link {
    margin-bottom: 0px;
    width: 120px;
    cursor: pointer;

}

input.profile__form-submit {
    cursor: pointer;
}

.page-header__nav-link.active,
.page-footer__link.active {
    color: #FF6E00;
}

.profile__form-input[required] ~ .profile__form-label-text:after,
.auth__form-input[required] ~ .auth__form-label-text:after {
    content: none;
}

.help-in-text {
    position: relative;
    padding-right: 4rem;
}

.help-in-text .auth__form-questionmark {
    top: 0px;
    bottom: 0px;
    right: 1.6rem;
    margin: auto;
}

.help-in-text .auth__form-questionmark-tooltip {
    left: 100%;
    right: unset;
}

.select__dropdown.valid-data-info {
    opacity: 1;
    visibility: inherit;
    transition: opacity .4s, visibility .4s;
}

.valid-data-info .select__choice-text {
    font-weight: 500;
}

.valid-data-info .select__choice-subtext {
    font-size: 1.4rem;
    font-weight: 400;
}

.profile__stats-buy-top.profile__stats-buy--not-border {
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.profile__stats-buy-top.profile__stats-buy--not-border ~ .profile__stats-buy-top {
    padding-top: 2.4rem;
}

@media (min-width: 640.02px) {
    .profile__statistics-col .profile__bonuses-coins {
        width: 32rem;
        top: -9rem;
        right: -5rem;
    }
}

input.profile__form-input:disabled {
    opacity: 0.5;
}

.profile__stats-buy-bottom-row.full-progress {
    gap: 6rem;
}

.news-detail-item a ,
.news__card-text a {
    border-bottom: 1px solid var(--primary-color);;
}
.news-detail-item a:hover ,
.news__card-text a:hover {
    border-bottom: 4px solid #ff6e00;
}


@media (max-width: 640px) {
    .profile__stats-buy-bottom-row.full-progress {
        grid-template-columns: minmax(0,2fr) minmax(0,1.5fr);
        gap: 4rem;
    }


    .auth__form-btn-layer:last-child .auth__form-back {
        padding: 2rem 0.5rem;
    }

    .profile__bonuses .profile__bonuses-card {
        padding: 1rem 2.4rem;
    }

    .profile__bonuses .profile__stats-bonuses {
        order: 1;
        padding: 1rem 2rem;
    }

    .profile__bonuses .profile__bonuses-btns {
        order: 5;
    }

    .profile__bonuses .ajax-loader-info {
        order: 2;
    }

    .profile__bonuses .profile__bonuses-remark {
        order: 3;
        padding: 1rem 2rem;
    }

    .profile__stats-bonuses .profile__stats-bonuses-list {
        margin-bottom: 0;
    }

    .profile__stats-bonuses .profile__stats-bonuses-increase-bottom-row {
        flex-direction: row;
    }

    .profile-index .profile__bonuses {
        order: 3;
    }

    .profile-index .profile__stats-buy {
        order: 5;
    }

    .profile-index .profile__stats-bonuses {
        order: 1;
        z-index: 122;
    }

    .profile__status-row {
        margin-bottom: 2rem;
    }
}

.news-detail ul>li {
    padding-left: 2rem;
    position: relative;
    margin-bottom: 5px;
}

.news-detail ul>li:before {
    content: "";
    position: absolute;
    width: 0.4rem;
    height: 0.4rem;
    background-color: currentColor;
    left: 0.8rem;
    top: 1rem;
    border-radius: 50%;
}

.news-detail ul {
    margin: 5px;
}

.profile__bonuses_history_item span.cancel_req {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: .8rem;
    padding: 0.2rem 0.4rem;
    font-style: normal;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2rem;
    letter-spacing: .01rem;
    background-color: white;
    background-color: #d7d5d5;
    color: #ff6e00;
    color: #636363;
    border-radius: .8rem;
    cursor: pointer;
}

.profile__bonuses_history_item span.cancel_req:hover {
    background-color: #d7d5d5;
    background-color: #5b5b5b;
    color: #ffffff;
}

.rules-page__text-content.col-2 {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.rules-page__text-content.col-2 .rules-page__text-content-col {
    width: calc(50% - 20px);
    margin-right: 20px;
}

@media (max-width: 640px) {
    .rules-page__text-content.col-2 .rules-page__text-content-col {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 30px;
    }
}

.profile__bonuses_history_item span.copy-code {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: .4rem;
    padding: 0.2rem 0.4rem;
    font-style: normal;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2rem;
    letter-spacing: .01rem;
    background-color: white;
    color: #ff6e00;
    border-radius: .8rem;
    cursor: pointer;
    margin-bottom: 10px;
}

.profile__bonuses_history_item span.copy-code:hover {
    background-color: #d7d5d5;
}
.profile__bonuses_history_item span.copy-code::after {
    content: "";
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    background: url("/local/templates/bonus/images/i-copy.svg") no-repeat center;
    background-size: auto;
    width: 24px;
    height: 24px;
}

/* tooltip */

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
    filter: alpha(opacity=0);
    opacity: 0;
}

.tooltip.in {
    /*filter: alpha(opacity=90);*/
    opacity: 1;
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}

.tooltip-inner {
    max-width: 150px;
    padding: 3px 8px;
    color: #8D8D8D;

    text-align: center;
    text-decoration: none;

    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    border-radius: .8rem;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #E6E6E6;
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #E6E6E6;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #E6E6E6;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-top-color: #E6E6E6;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-top-color: #E6E6E6;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #E6E6E6;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-top-color: #E6E6E6;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-top-color: #E6E6E6;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-top-color: #E6E6E6;
}
/* tooltip */

.icon-ext-link {
    position: relative;
}
.icon-ext-link:after {
    content: "";
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    background: url("/local/templates/bonus/images/arrow-right.svg") no-repeat center;
    background-size: contain;
    width: 2rem;
    height: 2rem;
}

a.page-header__login-link.icon-ext-link {
    gap: 0.2rem;
}

a.page-header__login-link.icon-ext-link:hover {
    border-bottom: 1px solid var(--primary-color);
}

@media (max-width: 640px) {
    .profile__bonuses .ajax-loader-info {
        position: relative;
    }
    .profile__bonuses-coins {
        z-index: 1 !important;
        top: 0px !important;
        width: 10rem !important;
        right: 0px !important;
    }
}

.profile__form-addresses font.errortext {
    background: red;
    color: white !important;
    padding: 11px;
    display: block;
    border-radius: 2.4rem;
    font-weight: bold;
}

@media (min-width: 640px) {
    .profile__statistics-bottom {
         grid-column-start: 1;
         grid-column-end: 3;
    }
}
.profile__bonuses-remark.notif-alerm {
    z-index: 15;
}

.profile__bonuses-remark.notif-alerm {
    border-color: red;
    background: rgba(255,0,0,0.18);
}
.notif-alerm span.alerm-icon {
    width: 2.4rem;
    height: 2.4rem;
    min-width: 2.4rem;
    background: #ff0000;
    border-radius: 2.4rem;
    position: relative;
    display: block;
}

.notif-alerm span.alerm-icon:before {content: "!";display: inline-block;vertical-align: middle;font-weight: 900;text-align: center;position: absolute;top: 0;bottom: 0;left: 0;right: 0;color: white;}