.uslugi-lists {
    font-family: 'IBM Plex Sans',Arial,sans-serif;
    padding-bottom: 89px
}
.uslugi-list {
    display:flex;
    flex-wrap:wrap;
    margin-left:-5px;
    margin-right:-5px;
}
.uslugiItem {
    padding-left:5px;
    padding-right:5px;
    width:50%;
    box-sizing: border-box;
    margin-bottom:10px;
}
.uslugiItem:nth-child(n+13) {
    display:none;
}
.uslugi-list.active .uslugiItem:nth-child(n+13) {
    display:block;
}
.uslugiItem__box {
    background: #FFFFFF;
    box-shadow: 0px 3px 4px rgba(145, 123, 123, 0.25);
    border-radius: 7px;
    display:flex;
    flex-wrap:wrap;
    padding-left:39px;
    padding-right:51px;
    padding-top:28px;
    padding-bottom:28px;
}
.uslugiItem__name {
    font-size: 16px;
    color:#000;
    width:calc(100% - 130px);
}
.uslugiItem__price {
    font-weight: 700;
    font-size: 20px;
    width:120px;
    text-align:right;
    margin-left:auto;
    color: #D41725;
}
.uslugi-more {
    margin-top:30px;
}
.uslugi-more a {
    width: 179px;
    height: 44px;
    background: #D41725;
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
}
.t585__header {
    background: #FAFAFA;
    border-radius: 7px;
    border: none !important;
    padding-left: 30px;
}
.t585__accordion {
    margin-bottom:10px;
}
.t585__content .t585__textwrapper {
    padding-left: 30px;
    padding-top: 30px;
}
.t585__icon {
    background: #E0E0E0;
    border-radius: 50%;
    right: 20px;
}
.t585__border {
    display:none;
}
@media (max-width:992px) {
    .uslugiItem {
        width:100%;
    }
    .uslugiItem__box {
        align-items: center;
        padding: 22px 20px;
    }
    .uslugiItem:nth-child(n+5) {
        display:none;
    }
    .uslugi-list.active .uslugiItem:nth-child(n+5) {
        display:block;
    }
    .uslugi-lists {
        padding-bottom: 55px;
    }
    .t585__title {
        font-size:16px !important;
        max-width: calc(100% - 40px);
    }
    .t585__text {
        font-size:16px !important;
    }
}