.modal.show {
    display: block;
}

#modal .modal-content {
    box-shadow: 0 0 3px 1px #eee;
    border-radius: 5px;
}
.prop_block {
    margin: 10px 5px;
}
.modal-body .afbf_item_pole .afbf_name {
    text-align: left;
    margin: 20px 0 5px;
}
.modal-body.pop-up-lk.js-modalWrap {
    padding-bottom: 20px;
}

.modal-body .d-flex.align-items-center.mb-3 {
    flex-direction: column;
    gap: 10px;
    margin: 10px 0;
}
.product-item-button-container.product__nomination {
    padding: 0 20px;
}
p.note {
    font-size: 12px;
    margin: 10px 0;
}
p.order_descr {
    font-size: 13px;
    line-height: 18px;
    color: #232e43;
    text-align: left;
    margin: 11px 0;
    padding: 0 19px 0 19px;
}

.nomination {
    display: flex;
    align-items: center;
    border-top: 1px solid #eee;
    padding: 20px;
}

.nomination > * {
    width: 100%;
}

.action .widget-payment-checkout-info:first-child {
    display: none;
}

.col.pr-0.widget-payment-checkout-info {}

.action .col.pr-0.widget-payment-checkout-info {
    display: none;
}

.action .widget-payment-checkout-info {
    font-size: 0;
}

.action .widget-payment-checkout-info span {
    font-size: 18px;
}

.action .mb-4 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0 !important;
}

.action .mb-3 {
    margin: 0 !important;
}

.action .alert.alert-info {
    display: none;
}

.nomination .number span {
    color: #fff;
    background: linear-gradient(299deg,#6a11cb 0,#2575fc 100%);
    padding: 9px 12px;
    display: inline-block;
    font-size: 19px;
}

.nominations h4 {
    font-size: 22px;
    margin: 20px 15px;
}

@media (max-width: 767px) {
    .nomination {
        flex-wrap: wrap;
    }

    .nomination_name {
        width: 50%;
    }

    .number {
        width: 50%;
        text-align: center;
    }

    .action .mb-4 {
        padding: 20px 0;
    }
}

.modal-body form {
}

.modal-body form input {
    width: 100%;
}

.modal-body .afbf_item_pole {
    width: 100%;
}

.modal-body .afbf_item_pole .afbf_select, .modal-body
.afbf_item_pole .afbf_textarea, .modal-body
.afbf_item_pole .afbf_inputtext {
    padding: 12px !important;
}

#SDEK_preloader {
    display: none!important;
}

a.SDEK_selectPVZ.btn.btn-default.btn-primary {
    width: 100%;
    word-wrap: break-word;
    white-space: normal;
}

.prop_block input {
    padding: 10px 20px !important;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    border-color: #eee;
}

.person-block__link span {
    text-decoration-line: none;
    color: #000;
    border-bottom: 0 !important;
}

.person-block__link {
    text-decoration-line: none;
}

.person-block__link a,a.person-block__link {
    text-decoration-line: underline;
}

.personal.container {
    margin-top: 20px;
}

.en h1 {
    color: #24292d;
    font-size: 36px;
    font-weight: 600;
    line-height: 45px;
    letter-spacing: 0.18px;
}

.main-footer {
    justify-content: space-between;
}

h1.article-header {
    display: flex;
    justify-content: space-between;
}

.rating {
    display: flex;
    align-items: center;
}

.rating_value {
    padding-top: 10px;
}

.c-rate svg {
    width: 15px;
}
.c-rate svg use {
    fill: #ddd !important;
}
.c-rate svg.active use {
    fill: #2c69f6 !important;
}
.rating_value {
    margin-left: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #F4C10A;
}
.member__card .rating_value {
    padding-top: 0px;
}

.member__card .rating {
    justify-content: center;
    width: 100%;
}
.bx-pagination .bx-pagination-container ul li.counter-page {
    border: none;
    border-radius: 0;
}

.bx-pagination .bx-pagination-container ul li.counter-page span {
    border-radius: 0;
    background: none;
}

div#modal:before {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #0007;
}

.modal_open {
    overflow: hidden;
}

div#modal {
    overflow: auto;
    max-height: 100%;
}

.product-item-container-new {
    padding-bottom: 40px;
}
.send {
    cursor: wait;
    animation: pulsenew 2s linear infinite; // Указываем название анимации, время, тип, и нужно ли её повторять
}
@keyframes pulsenew {
    0% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.2;
    }
}


@media (max-width: 767px) {
    h1.article-header {
        flex-wrap: wrap;
    }
}