.total-form-panel  {
    width: 270px;
    position: fixed;
    z-index: 1;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #000;
    overflow-x: hidden;
    transition: 0.5s;
}
.total-form-menu {
    padding: 51px 0 0 0 ;
}
.total-form-header p {
    padding: 0 0 0 30px;
}
.total-form-header {
    font-size: 18px;
    font-family: "AvenirNextCyrR", sans-serif;
    color: rgb(255, 255, 255);
    line-height: 1.5;
    border-bottom: 1px solid #afafaf;
}
.total-p {
    font-size: 18px;
    font-family: "AvenirNextCyrR", sans-serif;
    color: rgb(255, 255, 255);
    line-height: 1.5;
}
.wrap-total-content {
    padding: 38px 0 0 0;
}
.wrap-radio {
    display: flex;
    align-items: flex-start;
    padding: 0 0 0 30px;
}
.wrap-radio input {
    border: 1px solid rgba(255, 255, 255, 0.666);
    border-radius: 50%;
    width: 13px;
    height: 13px;
    margin: 8px 10px 0 0;
}
/*.wrap-radio .price-abus,
.wrap-radio .price-apecs,*/
.wrap-radio .price-product{
    font-size: 24px;
    font-family: "AvenirNextCyrR", sans-serif;
    color: rgba(255, 255, 255, 0.666);
    font-weight: bold;
    line-height: 1;
    margin: 0;
    cursor: pointer;
}
.wrap-radio input[type="radio"]:checked + label {
    color: rgb(255, 255, 255);
}
.company {
    font-size: 14px;
    font-family: "AvenirNextCyrR", sans-serif;
    color: rgba(255, 255, 255, 0.666);
    line-height: 1.5;
    padding: 0 0 0 54px;
}
.wrap-total-desc {
    padding: 120px 0 0 0;
}
.wrap-total-item {
    border-left: 1px solid rgba(255, 255, 255, 0.666);
    padding: 0 0 0 18px;
    margin: 0 0 0 30px;
}
.wrap-total-desc [class*=wrap-item-] {
    display: flex;
    align-items: center;
}
.wrap-total-key {
    display: flex;
    flex-direction: column;
}
.wrap-total-item [class*=wrap-total-] p {
    font-size: 14px;
    font-family: "AvenirNextCyrL", sans-serif;
    color: rgb(255, 255, 255);
    line-height: 1.5;
    margin: 0;
}
.wrap-total-item .red{
    display: inline-block;
    font-weight: 900;
    font-size: 12px;
    color: #f00;
    padding-left: 6px;
}
.wrap-total-item [class*=wrap-total-] {
    padding: 0 0 10px 18px;
}
.wrap-total-item .wrap-total-door {
    padding: 0 0 10px 30px;
}
.wrap-button-make-request {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0 14px 0;
}
.b-m-request {
    font-size: 14px;
    font-family: "AvenirNextCyrB", sans-serif;
    color: rgb(255, 255, 255);
    line-height: 1.5;
    padding: 12px 50px;
    border-radius: 3px;
    background-color: #e11d22;
    border: 1px solid #e11d22;
}
.b-m-request:disabled{
    background-color: #888888;
    border: 1px solid #eeeeee;
}

.wrap-desc-make-r {
    display: flex;
    align-items: center;
    justify-content: center;
}
.wrap-desc-make-r .desk-r {
    font-size: 12px;
    font-family: "AvenirNextCyrR", sans-serif;
    color: rgba(255, 255, 255, 0.666);
    line-height: 1.5;
    flex: 160px 0 0;
    text-align: center;
}

.wpsa-text{
    margin-left: 25px;
    color: #fff;
}