.pd-info .pd-info__row:nth-child(1), .pd-info .pd-info__row:nth-child(2) {
    display: none;
}
.wrap-installment {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
}
.wrap-installment button {
    width: calc(50% - 5px);
}
.pd-bigbtns__btn+.pd-bigbtns__btn {
    margin: 0;
}
.wrap-installment .pd-bigbtns__btn.red {
    font-size: 13px;
    background-color: #2f80ec;
}
.user_header {
    display: flex !important;
    justify-content: center;
    align-items: center;
    background: #009;
    color: #fff;
    border-radius: 7px;
    font-weight: 600;
    margin-right: 10px;
}
.header-btn {
    order: 2;
}
.header-btn-wrap>a:first-child {
    order: 3;
}
.user__login svg, .register__user {
    display: none;
}
.header-btn:first-child {
    margin-bottom: 0;
}
.campaign-title{
    text-align: center;
    margin: 0 0 20px 0;
}
.campaign-mane{
    font-size: 16px;
}
.campaign-intro{
    padding: 10px 0 50px;
}
table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    border: 1px solid #dee2e6;
}
table th{
    text-transform: uppercase;
}
table td, table th {
    font-size: 16px;
    padding: 0.75rem;
    position: relative;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    text-align: center;
}
.cp-name{
    text-align: left;
    color: #233e92;
}
.cp-price{
    color: #ed1c24;
}
.cp-link{
    background: #233e92;
    color: #fff;
}