.banner-main.repair-banner {
    background-image: url("../images/repair-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding-bottom: 144px;
    /* position: relative; */
    /* z-index: -2; */
}
.banner-main.repair-banner.price-page {
    position: unset;
}

.table-price {
    position: relative;
    z-index: 99;
}
.repair-banner__img-wrap {
    position: absolute;
    right: 95px;
    bottom: 60px;
    z-index: -1;
}

.table-price .row-top{
    position: relative;
}

.repair-banner .banner-main__title {
    margin-top: 70px;
}

.table__main {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 63px 0 32px;
    background: #2F2E2E;
    height: 190px;
}

.table__main.row-top {
    display: flex;
    text-transform: uppercase;
    height: 106px;
    justify-content: space-between;

}

.table__row {
    display: flex;
    justify-content: space-between;
    padding: 16px 63px 16px 32px;
    align-items: center;
}

.table__row .left-side {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.015em;
    max-width: 480px;
}

.right-side {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    width: 195px;
}

.table__row:nth-child(odd) {
    background: #272727; 
}

.table__row:nth-child(even) {
    background: #222222; 
}

.repair-article__wrap .h16-italic {
    color: #6F6F6F;
    margin-bottom: 50px;
}

.left-side.hidden {
    display: none;
}

.price-page .table__main .left-side {
    font-family: "Russo One";
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    width: 100%;
    position: relative;
}

.price-page .row-top .left-side::after {
    content: "";
    background-image: url("../images/svg/white-arr.svg");
    transform: rotate(0deg);
    width: 18px;
    height: 18px;
    position: absolute;
    top: 7px;
    right: 0;
    transition: .4s;

}

.price-page .table__main.row-top {
    height: unset;
    padding: 19px 35px 19px 48px;
}

.price-page .table__row {
    padding: 8px 60px 8px 95px;
}

.price-page .row-bottom {
    height: unset;
    padding: 50px 63px 50px 48px;
}

.price-page .row-bottom .right-side {
    width: unset;
}

.price-page .row-bottom .left-side {
    color: #C0B3B3;
}


.price-page .table-price:not(:last-of-type) {
    margin-bottom: 16px;
}


.table-body {
    display: none;
}

.price-page .table-price.active .row-top .left-side::after  {
    background-image: url("../images/svg/red-arr.svg");
    transform: rotate(-90deg);
    transition: .4s;
}

.price-page .table-price.active .table-body {
    display: block;
}


@media(max-width:992px){
    .right-side {
        width: 160px;
    }

    .repair-banner__img-wrap {
        right: 20px;
    }
}

@media(max-width:920px){
    .price-page .table__row {
        padding: 8px 35px 8px 48px;
    }
}

@media(max-width:850px){
    .right-side {
        width: 160px;
    }

    .table__row, .table__main{
        padding: 16px 32px;
    }

    .repair-banner__img-wrap {
        right: -20px;
    }
}

@media(max-width:768px) {
    .banner-main.repair-banner {
        padding-bottom: 0;
    }
    .repair-banner__img-wrap {
        right: 50%;
        transform: translateX(50%);
    }

    .banner-main__text {
        margin-bottom: 205px;
    }

    .table__row .left-side {
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
    }

    .table__row .right-side {
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        color: #6F6F6F;
    }

    .table-price {
        width: calc(100% + 48px);
        margin-left: -24px;
    }
    
    .price-page .banner-main__text {
        margin-bottom: 50px;
    }

    .price-page .row-bottom .left-side.hidden {
        display: none;
    }

    .price-page .table__main {
        justify-content: center;
    }

    .price-page .table__main .left-side {
        font-family: "Russo One";
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        line-height: 30px;
    }
}

@media(max-width:670px) {
    .table__row {
        flex-direction: column;
        align-items: flex-start;
    }

    .table__row, .table__main{
        padding: 34px 24px;
    }

    .table__row .left-side {
        margin-bottom: 16px;
    }

    .table__main {
        justify-content: center;
    }

    .left-side.visible,
    .right-side.visible {
        display: none;
    }

    .left-side.hidden {
        display: block;
    }

    .price-page .table__main.row-top {
        height: unset;
        padding: 19px 24px 19px 24px;
    }

    .price-page .table__row {
        padding: 8px 24px 8px 24px;
    }
}



@media(max-width: 375px) {

    .price-page .banner-main__btn {
        width: 100%;
    }

    .price-page .row-bottom .right-side {
        width: 100%;
    }
    
    .price-page .row-bottom {
        height: 140px;
        padding: 0 24px;
    }
    
    .price-page .banner-main__btn:last-of-type {
        margin: 0;
    }
}