.swiper {
    padding: 10px;
    border-radius: 25px;
}
.staff-block-title {
    margin-bottom: 5rem;
    font-size: 4.5rem;
    font-weight: 700;
    color: rgb(43, 47, 54);
}
.staff-block-subtitle {
    margin-top: 7rem;
    margin-bottom: 4rem;
    font-size: 3.5rem;
    font-weight: 700;
    color: rgb(43, 47, 54);
}
.staff-block-subtitle span{
    font-size: 2.5rem;
    font-weight: 600;
    color: rgb(43, 47, 54);
}
.staff-worker__item {
    width: 45.0rem;
    height: 100%;
    padding: 0 2rem 2rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.staff-worker__item::before {
    content: "";
    width: 100%;
    height: 80%;
    -webkit-box-shadow: 1rem 2rem 10rem rgba(40, 44, 78, 0.1);
    box-shadow: 1rem 2rem 10rem rgba(40, 44, 78, 0.1);
    border-radius: 0 0 2.3rem 2.3rem;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.staff-worker__item:not(:nth-child(3n + 3)) {
    margin-right: 0.7rem;
}

/* .staff-worker__item:nth-child(-n+3) {
  margin-bottom: 8.7rem;
} */
.staff-worker__img {
    width: 28.4rem;
    height: 28.4rem;
    border: 0.4rem solid #ffffff;
    -webkit-filter: drop-shadow(2rem 2rem 10rem rgba(0, 0, 0, 0.15));
    filter: drop-shadow(2rem 2rem 10rem rgba(0, 0, 0, 0.15));
    border-radius: 50%;
    margin-bottom: 5rem;
    position: relative;
    cursor: pointer;
}

.staff-worker__img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: inherit;
}

.staff-worker__item-top {
    position: relative;
}

.staff-worker__item-top:hover .staff-worker__quote {
    display: block;
}

.staff-worker__quote {
    position: absolute;
    top: -1.5rem;
    right: -28rem;
    z-index: 2;
    display: none;
}

.staff-worker__quote::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3rem 3rem 3rem 3rem;
    border-color: transparent #0199e4 transparent transparent;
    position: absolute;
    bottom: 45%;
    left: -2.5rem;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.staff-worker__quote-text-wrap {
    width: 32rem;
    background: #0199e4;
    padding: 2rem;
    border-radius: 0 4rem 0 6rem;
}

.staff-worker__quote-quote {
    font-size: 2.5rem;
    font-weight: 400;
    color: #ffffff;
}

.staff-worker__quote-quote:last-child {
    margin-left: auto;
    width: 3rem;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.staff-worker__quote-text {
    font-size: 1.8rem;
    line-height: 3.1rem;
    font-weight: 400;
    color: #ffffff;
    padding: 1rem;
}

.staff-worker__name {
    font-size: 3.57rem;
    font-weight: 600;
    color: #2b2f36;
    width: 90%;
    text-align: center;
}

.staff-worker__position {
    font-size: 2rem;
    font-weight: 700;
    color: #8a91aa;
    margin-bottom: 1.3rem;
    text-align: center;
}

.staff-worker__tel-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.2rem;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding-left: 5rem;
}

.staff-worker__tel-img {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 1.2rem;
}

.staff-worker__tel-img img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.staff-worker__tel {
    font-size: 1.8rem;
    font-weight: 400;
    color: #8a91aa;
}

.staff-worker__language-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
   /* height: 4.3rem;*/
    margin-bottom: 2rem;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding-left: 5rem;
    overflow: hidden;
}

.staff-worker__language-img {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 0.8rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.staff-worker__language-img img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.staff-worker__language {
    font-size: 1.8rem;
    font-weight: 400;
    color: #8a91aa;
    width: 25rem;
}

.staff-worker__email-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding-left: 5rem;
}

.staff-worker__email-img {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 0.8rem;
}

.staff-worker__email-img img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.staff-worker__email {
    font-size: 1.8rem;
    font-weight: 400;
    color: #8a91aa;
}

.staff-worker__social-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: auto;
}

.staff-worker__social-item {
    width: 2.4rem;
    height: 2.4rem;
}

.staff-worker__social-item:hover {
    filter: brightness(60%) saturate(1000%);
    -webkit-filter: brightness(60%) saturate(1000%);
    -moz-filter: brightness(60%) saturate(1000%);
}

.staff-worker__social-item:not(:last-child) {
    margin-right: 2rem;
}

.staff-worker__social-item img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.look__top-link .btn__arrow {
    margin-left: 1.2rem;
}

@media (max-width: 48em){
.staff-worker__item {
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    width: 100%;
    height: 120rem;
    padding: 0 4rem 8rem 4rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    position: relative;
}
.staff-worker__item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 5.6rem;
}
 .staff-worker__img {
    margin-bottom: 3rem;
}
.staff-worker__img {
    width: 45.4rem;
    height: 45.4rem;
    border: 0.8rem solid #ffffff;
    margin-bottom: 0rem;
}
 .staff-worker__name {
    font-size: 5rem;
    margin-bottom: 2.4rem;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    line-height: 1.4;
    height: auto;
}
.staff-worker__position {
    font-size: 3.6rem;
    margin-bottom: 5.6rem;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.staff-worker__tel-wrap {
    margin-bottom: 4rem;
    padding-left: 0;
}
.staff-worker__tel-img {
    width: 5rem;
    height: 5rem;
    margin-right: 1.6rem;
}
.staff-worker__tel {
    font-size: 3.2rem;
}
.staff-worker__language-wrap {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    height: auto;
    margin-bottom: 4rem;
    padding-left: 0;
}
.staff-worker__email-wrap {
    margin-bottom: 2rem;
    padding-left: 0;
}
}

@media only screen and (orientation: portrait) and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
    .staff-worker__email-wrap {
        margin-bottom: 2rem;
    }
}
@media only screen and (orientation: portrait) and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
    .staff-worker__email-wrap {
        margin-bottom: 2rem;
    }
}
@media only screen and (orientation: portrait) and (min-device-width: 414px) and (max-device-height: 896px) and (-webkit-device-pixel-ratio: 3){
    .staff-worker__email-wrap {
        margin-bottom: 2rem;
    }
}
@media only screen and (orientation: portrait) and (min-device-width: 390px) and (max-device-height: 844px) and (-webkit-device-pixel-ratio: 3){
    .staff-worker__email-wrap {
        margin-bottom: 2rem;
    }
}
@media only screen and (orientation: portrait) and (min-device-width: 428px) and (max-device-height: 926px) and (-webkit-device-pixel-ratio: 3){
    .staff-worker__email-wrap {
        margin-bottom: 2rem;
    }
}


.swiper-wrapper {
    display: flex;
    align-items: stretch;
}
.swiper-slide {
    height: auto!important;
}