.p-from-bottom {
    margin-top: 40px;
    text-align: center;
}
.p-from-bottom a .cRed {
    color: red;
}

.p-check-box {
    display: block;
}
.p-check-box .p-check-box__main {
    position: relative;
}
.p-check-box .p-check-box__main:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.5;
    content: "";
}
.p-check-box.is-check .p-check-box__main:before {
    display: none;
}

.page-partner-form-to .p-check-box .p-check-box__head {
    display: none;
}
.page-partner-form-to .p-check-box .p-check-box__main:before {
    display: none;
}
.page-partner-form-to .p-from-bottom__text {
    display: none;
}
