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;
    }
}
