.footer__container .nav-menu__link--active .nav-menu__link::before {
    display: none!important;
}
.nav-menu__link--active a {
    pointer-events: none!important;
}
.nav-menu__link--active .nav-menu__link::before {
    width: 100% !important;
}
.nav-menu__link--active .nav-menu__link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #000;
    -webkit-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
}


h1.wp-block {
    font-size: 50px;
}

.acf-block-preview h1 {
    margin: 0;
}

html :where(.wp-block) {
    max-width: unset;
}

#cards .card {
    border: unset;
    padding: 0;
    margin: 0;
    max-width: unset;
    max-height: unset;
}
.acf-block-preview .main_team {
    overflow: hidden;
}
input.error {
    border: 1px solid red;
}
label.error:before {
    border: 1px solid red!important;;
}

.main_team__btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.breadcrumbs__link:last-child {
    pointer-events: none; /* Отключает любые действия мыши */
    cursor: default; /* Меняет указатель на обычный текстовый */
    color: inherit; /* Убирает стиль ссылки */
    text-decoration: none; /* Убирает подчёркивание */
}
.btn, .tab {
    user-select: none;
}
.main_team .team_slider__slide img {
    width: 100%;
}
@media (max-width: 500.98px) {
    .partners_btn {
        z-index: 99;
    }
}