.faces-b {
    margin: 0 0 60px;
    padding: 0 15px;
}
@media (max-width: 650px) {
    .faces-b {
        margin-top: 20px;
    }
}
.faces-b__top {
    position: relative;
    margin: 0 0 40px;
}
@media (max-width: 1440px) {
    .faces-b__top {
        padding: 0 58px;
    }
}
@media (max-width: 650px) {
    .faces-b__top {
        padding: 0;
        margin: 0 -15px 40px;
    }
    .faces-b__top .swiper-container {
        padding: 0 15px;
    }
    .faces-b__top .swiper-slide {
        width: 176px;
    }
}
.faces-b__top .swiper-pagination {
    position: initial;
    margin: 15px 0 0;
}
.faces-b__top .swiper-pagination .swiper-pagination-bullet {
    margin: 0 4px;
    padding: 0;
    border-radius: 3px;
    background: #707070 !important;
    opacity: 1;
    width: 15px !important;
    height: 15px !important;
}
@media (max-width: 650px) {
    .faces-b__top .swiper-pagination .swiper-pagination-bullet {
        margin: 0 2px !important;
        width: 10px;
        height: 10px;
    }
}
.faces-b__top .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #afcb00 !important;
}
.faces-b__arrow {
    top: 80px;
    width: 58px;
    height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media (max-width: 650px) {
    .faces-b__arrow {
        display: none;
    }
}
.faces-b__arrow:before {
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0;
    border-radius: 7px;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: -webkit-gradient(linear, left top, right top, from(#f5f5f5), to(rgba(245,245,245,0)));
    background: -webkit-linear-gradient(left, #f5f5f5, rgba(245,245,245,0));
    background: linear-gradient(to right, #f5f5f5, rgba(245,245,245,0));
}
.faces-b__arrow:hover:before {
    opacity: 1;
}
.faces-b__arrow svg {
    position: relative;
    z-index: 2;
}
.faces-b__arrow_prev {
    left: -58px;
}
@media (max-width: 1440px) {
    .faces-b__arrow_prev {
        left: 0;
    }
}
.faces-b__arrow_next {
    right: -58px;
}
@media (max-width: 1440px) {
    .faces-b__arrow_next {
        right: 0;
    }
}
.faces-b__title {
    font-weight: bold;
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 0 10px;
    margin: 0 0 20px;
    border-bottom: 1px solid #e4e4e4;
}
@media (max-width: 1100px) {
    .faces-b__title {
        font-size: 30px;
    }
}
@media (max-width: 650px) {
    .faces-b__title {
        font-size: 24px;
    }
}
.faces-b__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 50px;
    grid-row-gap: 10px;
    margin: 0 0 25px;
}
@media (max-width: 650px) {
    .faces-b__tabs {
        display: none;
    }
}
.faces-b__tabs-item {
    color: #3d3d3d;
    text-transform: uppercase;
    display: block;
    font-size: 24px;
    font-weight: bold;
}
@media (max-width: 650px) {
    .faces-b__tabs-item {
        font-size: 16px;
    }
}
.faces-b__tabs-item:hover,
.faces-b__tabs-item_active {
    color: #afcb00;
}
.faces-b__filter {
    display: none;
    gap: 15px;
}
@media (max-width: 650px) {
    .faces-b__filter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.faces-b__select {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.faces-b__select .input-text {
    background: #3d3d3d url("../img/content/white-toggle.svg") no-repeat calc(100% - 15px) 50%;
    font-size: 16px;
    height: 56px;
    color: #fff;
    border-radius: 38px;
    padding: 0 22px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
@media (max-width: 650px) {
    .faces-b__select {
        display: block;
    }
}
.faces-b__nav {
    position: sticky;
    top: 0;
}
@media (max-width: 650px) {
    .faces-b__nav {
        display: none;
    }
}
.faces-b__nav-links {
    display: block;
    color: #575757;
    font-size: 20px;
    font-weight: bold;
    padding: 12px 20px;
    line-height: 1.2;
    border-bottom: 1px solid #e4e4e4;
}
@media (max-width: 1100px) {
    .faces-b__nav-links {
        font-size: 15px;
        padding: 10px 12px;
    }
}
.faces-b__nav-links:hover {
    color: #afcb00;
}
.faces-b__nav-links_active {
    background: #afcb00;
    color: #fff !important;
}
.faces-b__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 650px) {
    .faces-b__grid {
        display: block;
    }
}
.faces-b__sidebar {
    width: 220px;
}
@media (max-width: 1100px) {
    .faces-b__sidebar {
        width: 160px;
    }
}
@media (max-width: 650px) {
    .faces-b__sidebar {
        width: 100%;
        margin: 0 0 20px;
    }
}
.faces-b__content {
    width: calc(100% - 220px);
    border-left: 1px solid #afcb00;
    padding: 0 0 0 20px;
}
@media (max-width: 1100px) {
    .faces-b__content {
        width: calc(100% - 160px);
    }
}
@media (max-width: 650px) {
    .faces-b__content {
        width: 100%;
        padding: 0;
        border: 0;
    }
}
.faces-b__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px -20px 0;
}
@media (max-width: 650px) {
    .faces-b__list {
        margin: 0 -15px -15px 0;
    }
}
.faces-b__item {
    padding: 0 20px 20px 0;
    width: 20%;
}
@media (max-width: 1440px) {
    .faces-b__item {
        width: 33.3%;
    }
}
@media (max-width: 1100px) {
    .faces-b__item {
        width: 50%;
    }
}
@media (max-width: 650px) {
    .faces-b__item {
        padding: 0 15px 15px 0;
    }
}
.faces-b__block {
    position: relative;
    background: #fff;
    min-height: 340px;
    border-radius: 7px;
    overflow: hidden;
}
@media (max-width: 650px) {
    .faces-b__block {
        min-height: 270px;
    }
}
.faces-b__block:before {
    z-index: 2;
    content: '';
    background: rgba(255,255,255,0.6);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.faces-b__block:hover:before {
    opacity: 1;
}
.faces-b__photo {
    width: 100%;
    height: 220px;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
@media (max-width: 650px) {
    .faces-b__photo {
        height: 176px;
    }
}
.faces-b__photo img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    border-radius: 7px;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.faces-b__block:hover .faces-b__photo {
    height: 340px;
}
@media (max-width: 650px) {
    .faces-b__block:hover .faces-b__photo {
        height: 270px;
    }
}
.faces-b__about {
    text-align: center;
    font-size: 14px;
    position: absolute;
    top: 230px;
    border: 1px solid transparent;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 3;
    padding: 0 20px;
    border-radius: 7px;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
@media (max-width: 650px) {
    .faces-b__about {
        top: 182px;
        padding: 0;
    }
}
.faces-b__block:hover .faces-b__about {
    top: 0;
    height: 100%;
    padding: 15px 20px 0;
}
@media (max-width: 650px) {
    .faces-b__block:hover .faces-b__about {
        padding: 15px 10px 0;
    }
}
.faces-b__name {
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 4px;
    line-height: 1.2;
}
@media (max-width: 650px) {
    .faces-b__name {
        font-size: 14px;
        padding: 0 20px;
    }
}
.faces-b__do {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
@media (max-width: 650px) {
    .faces-b__do {
        font-size: 12px;
        line-height: 1.2;
    }
}
@media (max-width: 650px) {
    .faces-b__block:hover .faces-b__do {
        display: block;
    }
}
.faces-b__desc {
    opacity: 0;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    pointer-events: none;
    margin: 10px 0 0;
}
@media (max-width: 650px) {
    .faces-b__desc {
        margin: 5px 0 0;
    }
}
.faces-b__block:hover .faces-b__desc {
    opacity: 1;
    pointer-events: auto;
}
.faces-b__block:hover .faces-b__desc strong {
    margin: 0 0 4px;
    display: block;
    font-weight: bold;
}
@media (max-width: 650px) {
    .faces-b__block:hover .faces-b__desc strong {
        font-size: 12px;
        margin: 0 0 2px;
    }
}
.faces-b__text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    -webkit-box-orient: vertical;
}
@media (max-width: 650px) {
    .faces-b__text {
        font-size: 11px;
    }
}
.faces-b__button {
    opacity: 0;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    pointer-events: none;
    margin: auto -21px -1px;
}
.faces-b__button .btn {
    width: 100%;
    height: 36px;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
}
.faces-b__button .btn:hover {
    background: #a3c626;
}
.faces-b__block:hover .faces-b__button {
    opacity: 1;
    pointer-events: auto;
}
