button.callme-btn,
.social-block__phone button {
    background: none;
    box-shadow: none;
    outline: none;
    padding: 0;
    border: none;
}

.ublock4 .button.wf_callback-form {
    border: 1px solid;
}

.ublock0 #staff-list,
.ublock0 .staff-list__container {
    width: 100%;
}

.reviews-block__list {
    width: 100%;
}

.rotated-90 {
    transform: rotate(90deg);
    display: inline-block;
}

.view-switcher {
    width: auto;
    display: flex;
    margin: 0px 5px 13px 15px;
}
.view-switcher .view-btn {
    color: #dd6d81;
    background-color: #fff;
    border: 3px solid #0c96ae;
    padding: 5px 8px;
    display: block;
}
.view-switcher .view-btn.active {
    color: #fff;
    background-color: #dd6d81;
}

/*.staff-list__container .swiper-button-prev, .staff-list__container .swiper-button-next {*/
/*    top: 20%;*/
/*}*/
.staff-swiper.swiper .swiper-wrapper:has(.staff-card:only-child) ~ .swiper-button-prev,
.staff-swiper.swiper .swiper-wrapper:has(.staff-card:only-child) ~ .swiper-button-next,
.staff-swiper.swiper .swiper-wrapper:not(:has(.staff-card)) ~ .swiper-button-prev,
.staff-swiper.swiper .swiper-wrapper:not(:has(.staff-card)) ~ .swiper-button-next {
    display: none !important;
}
@media (min-width: 1024px) {
    .staff-swiper.swiper .swiper-wrapper:not(:has(.staff-card:nth-child(5))) {
        justify-content: center;
    }
}
@media (min-width: 550px) {
    .staff-swiper.swiper .swiper-button-prev,
    .staff-swiper.swiper .swiper-button-next {
        /* По умолчанию скрываем на десктопе */
        display: flex;
    }

    /* Показываем только если элементов 4 или больше */
    /*.staff-swiper.swiper .swiper-wrapper:has(.slide:nth-child(4)) .swiper-button-prev, .staff-swiper.swiper .swiper-wrapper:has(.slide:nth-child(4)) .swiper-button-next  {*/
    /*    display: flex;*/
    /*}*/
}
@media (max-width: 550px) {
    .staff-swiper.swiper .swiper-button-prev,
    .staff-swiper.swiper .swiper-button-next {
        /* Всегда показываем на мобилке */
        display: flex;
    }
}

[data-controller="signin"] {
    & .input-group {
        display: flex;
        align-items: center;
    }
    & .input-group-text {
        background: gainsboro;
        border: 1px solid #b0b0b0;
        border-right: 0;
        height: 41px;
        border-radius: 8px 0 0 8px;
    }
    & .form-group .form-control {
        margin-bottom: 0;
        border: 1px solid #b0b0b0;
    }
    & [data-controller="serviceDesk"],
    & [data-action="signin#esia"] {
        border: unset;
        padding: 8px;
        display: inline-flex;
        align-items: center;
    }
    & [data-action="signin#esia"] img {
        width: 40px;
    }
    & .modal-footer {
        padding: 20px 0;

    }
    & .modal-footer  .btn {
        background: unset;
    }
}
[role="document"] {
    & .underline {
        border: unset;
        margin: 0;
        padding: 0;
        text-decoration: underline !important;
    }
    & .form-group .form-check label {
        margin-bottom: 0;
        font-size: 14px;
    }
    & #accept {
        margin: 0;
    }
}

.price-table__title{
    text-align: left;
}

.accordion-type-1{
    background-color: #fff;
}

.accordion-type-1 .shadow:hover{
    box-shadow: 0 5px 25px 0 rgba(18, 25, 38, .1);
}


@media(max-width: 1000px){
    /* Стили для .table-price-wrap .table */
    .table-price-wrap .table {
        border: 0;
        margin-top: 0;
    }

    .table-price-wrap .table table,
    .table-price-wrap .table thead,
    .table-price-wrap .table tbody,
    .table-price-wrap .table th,
    .table-price-wrap .table td,
    .table-price-wrap .table tr {
        display: block;
    }

    .table-price-wrap .table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .table-price-wrap .table td {
        border: none;
        position: relative;
        padding-left: 0;
        text-align: left;
        width: 100%;
        border-bottom: none !important;
        border-top: none !important;
    }

    .table-price-wrap .table td:before {
        content: attr(data-label);
        position: absolute;
        left: 10px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: bold;
    }

    .table-price-wrap .table .col-xs-7.nowrap.text-right{
        width: auto;
    }

    .table-price-wrap .table .akcii-price{
        padding-top: 0;
    }

    .table-price-wrap .table tr{
        border-top: 1px solid #f1f1f1;
        background: transparent !important;
    }

    .table-price-wrap .table tr:hover{
        background: transparent !important;
    }

    .table-price-wrap .table tr:hover td{
        background: transparent !important;
    }

    .table-price-wrap table.table:not(.table-bordered) > tbody > tr:hover td:first-of-type{
        padding-left: 0;
        border-left: 0;
    }

    .table-price-wrap table.table:not(.table-bordered)>tbody>tr:hover td:last-of-type{
        padding-right: 0;
        border-right: none;
    }

    /* Существующие стили для .m-accordion .table */
    .m-accordion .table {
        border: 0;
    }

    .m-accordion .table table,
    .m-accordion .table thead,
    .m-accordion .table tbody,
    .m-accordion .table th,
    .m-accordion .table td,
    .m-accordion .table tr {
        display: block;
    }

    .m-accordion .table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .m-accordion .table td {
        border: none;
        position: relative;
        padding-left: 0;
        text-align: left;
        width: 100%;
        border-bottom: none !important;
    }

    .m-accordion .table td:before {
        content: attr(data-label);
        position: absolute;
        left: 10px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: bold;
    }

    .m-accordion .table td{
        border-top: none !important;
    }

    .m-accordion .table  .col-xs-7.nowrap.text-right{
        width: auto;
    }

    .m-accordion .table  .akcii-price{
        padding-top: 0;
    }

    .m-accordion .table{
        margin-top: 0;
    }

    .m-accordion .table tr{
        border-top: 1px solid #f1f1f1;
        background: transparent !important;
    }

    .m-accordion .table tr:hover{
        background: transparent !important;
    }
    .m-accordion .table tr:hover td{
        background: transparent !important;
    }

    .m-accordion table.table:not(.table-bordered) > tbody > tr:hover td:first-of-type{
        padding-left: 0;
        border-left: 0;
    }

    .m-accordion table.table:not(.table-bordered)>tbody>tr:hover td:last-of-type{
        padding-right: 0;
        border-right: none;
    }

    .table-price-wrap table.table tbody tr td .col-xs-6{
        width: auto;
        padding: 0;
        margin-right: 20px;
    }

    .price-table .price-table__price{
        width: auto;
        padding: 0;
        margin-right: 20px;
    }

    .table-price-wrap table.table tbody tr td button{
        transform: translateY(-12px);
    }

}

.search-price-item{
    display: grid !important;
    grid-template-columns: 1fr 100px;
    grid-gap: 10px
}

.search-price-item .sale-info{
    opacity: .8;
    font-size: 15px;
}

@media(max-width: 540px){
    .search-price-item{
        display: flex !important;
        flex-direction: column;
        align-items: flex-start !important;
    }
    .search-price-item .sale-info{
        margin-top: 10px;
        font-size: 13px;
    }
}