footer {
   margin-top: 30px;
}

.profile-name a {
    color: #24292d;
}

.main-content-inner .block-inner {
    padding: 30px 27px 30px 27px;
    border-bottom: 1px solid #f3f3f3;
    border-left: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
}

.bx_pagination_section_one {
    margin: 0 auto;
    text-align: center;
}

.bx_pagination_page.page-counter a:hover,.bx_pagination_page.page-counter:hover  {
    color:white !important;
}

.bx-pagination .bx-pagination-container ul li.bx-active span {
    background: #5c25d5;
    color: #fff;
}

.counter-page a:hover,.counter-page:hover a  {
    color:white !important;
}

.sale-personal-section-index-block {
    background-color: #5c25d5;
}

.similar-articles-item-date {
    color: #807f7f;
    font-family: Jost;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.07px;
    height: 48px;
    display: block;
    margin-top: 15px;
    line-height: 18px;
}

.similar-articles-item-h1 {
    color: #24292d;
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 30px;
    min-height: 76px;
    display: inline-block;
}

.col.product-item-big-card {
    background-color: #ffffff;
    border: 1px solid #f3f3f3;
    margin-top: 25px;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    background: linear-gradient(to right, #2771fa 0%, #5c25d5 100%);
    width: 160px;
    padding: 10px 0px !important;
}

.product-item-button-container .btn {
    margin-bottom: 2px;
    font-size: 19px;
    padding: 10px 15px !important;
}
.popup-window-content p {
    margin-top: 10px;
    font-size: 15px;
}


.register-btn:hover {
    color:white;
}

.article-main .block-item-content-text {
    min-height: 121px;
}

.pop-up-input-custom {
    display: block !important;
    margin: 0 auto !important;
    margin-bottom: 20px !important;
    height: 50px !important;
    width: 100% !important;
    box-shadow: inset 2px 3px 7px rgba(230, 230, 230, 0.51) !important;
    border-radius: 2px !important;
    border: 1px solid #edeef0 !important;
    padding-left: 24px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

@media (min-width: 769px) {
    .block-item-img img {
        width: 242px;
    }
}

/**/
.btn-modal-personal {
    display: none;
    margin: 19px auto 0;
}

@media (max-width: 767px) {
    .btn-modal-personal {
        font-size: 16px;
        line-height: 16px;
        color: #fff;
        margin: 0 auto;
        display: block;
        text-align: center;
        width: 260px;
        height: 56px;
        margin-top: 13px;
        background: -o-linear-gradient(151deg, #6a11cb 0, #2575fc 100%);
        background: linear-gradient(299deg, #6a11cb 0, #2575fc 100%);
        position: relative;
        border-radius: 2px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }
    .btn-modal-personal a {
        font-size: 16px;
        color: #fff;
        display: inline-block;
        margin-top: 18px;
        font-weight: normal;
    }
}