/*********team**********/
.team {
    padding: 105px 0 55px;
}

.team__title-container {
    position: absolute;
    top: -150px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 100%;
}

.team__title-container:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid var(--kmnd-color-accent);
    z-index: -1;
    -webkit-transform: translate(20px, -20px);
    -ms-transform: translate(20px, -20px);
    transform: translate(20px, -20px);
}

.team__title {
    padding: 24px 42px;
    text-align: center;
    z-index: 2;
    background: #fff;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

.team__title .h2-title {
    margin-bottom: 10px;
}

.team__title * {
    white-space: nowrap;
}

.team__title p {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.team__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 20px;
}

@media only screen and (min-width: 1400px) {
    .team__list {
        padding: 0 100px;
    }
}

@media only screen and (max-width: 1000px) {
    .team__list {
        grid-template-columns: repeat(2, 1fr);
    }
}

.team__item {
    position: relative;
    overflow: hidden;
}

.team__item:before {
    content: '';
    padding-top: 145%;
    display: block;
}

.team__item:after {
    content: '';
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    height: calc(100% - 137px);
    display: block;
    border: 1px solid #000;
}

/* .team__item:hover .team__info {  -webkit-transform: translateY(0);      -ms-transform: translateY(0);          transform: translateY(0);}.team__item:hover .team__short-info {  opacity: 0;} *//* .team__short-info:hover + .team__info {  -webkit-transform: translateY(0);      -ms-transform: translateY(0);          transform: translateY(0);}.team__short-info:hover {  opacity: 0;}  */
.team__info.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.team__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.team__short-info {
    width: 100%;
    position: absolute;
    bottom: 0;
    background: rgba(15, 14, 16, 0.4);
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
    z-index: 1;
    height: 113px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 29px;
    font-weight: 700;
    font-size: 13px;
    line-height: 171%;
    color: #fff;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.team__info {
    position: absolute;
    top: 0;
    z-index: 2;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 14, 16, 0.4);
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
    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;
    color: #fff;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.team__info .content {
    text-align: center;
    margin-bottom: 60px;
    padding: 43px 52px 0;
}

.team__info .content p {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.team__info .see-more {
    font-weight: 900;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-top: auto;
    margin-bottom: 25px;
    position: relative;
}

.team__info .see-more:after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: -2px;
    height: 1px;
    left: 0;
    background-color: #fff;
}

.team__contact {
    width: 230px;
    height: 230px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}

.team__contact > * {
    position: relative;
    z-index: 2;
}

.team__contact a, .team__contact p {
    margin-bottom: 8px;
}

.team__contact:before {
    z-index: 0;
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid var(--kmnd-color-accent);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.team .btn-cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin-top: 30px;
}

.team .btn-cover .btn {
    z-index: 2;
    position: relative;
    background: #fff;
    border: 1px solid black;
    color: #000;
}

.team .btn-cover .btn:hover { /* background: #f56101; */
    cursor: pointer;
}

/**************************/
.team .btn-cover .btn:after {
    content: '';
    top: 50%;
    height: 1px;
    width: 50vw;
    position: absolute;
    right: -30px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    background-color: #1E1E1E;
}

.team .btn-cover .btn:before {
    content: '';
    top: 50%;
    height: 1px;
    width: 50vw;
    position: absolute;
    left: -30px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    background-color: #1E1E1E;
}

@media only screen and (max-width: 900px) {
    .team__info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .team__info .content p {
        font-size: 14px;
    }

    .team__contact {
        width: 180px;
        height: 180px;
    }
}

@media only screen and (max-width: 767px) {
    .team__title-container {
        position: relative;
        top: 0;
        margin-top: -105px;
        margin-bottom: 50px;
        left: 5px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        max-width: calc(100% - 20px);
    }

    .team__title-container:before {
        -webkit-transform: translate(10px, -10px);
        -ms-transform: translate(10px, -10px);
        transform: translate(10px, -10px);
    }

    .team__title-container br {
        display: none;
    }

    .team__title .h2-title {
        margin-bottom: -1px;
        font-size: 28px;
        line-height: 34px;
    }

    .team__title {
        padding: 18px 23px;
    }

    .team__title p {
        font-size: 21px;
        line-height: 26px;
    }

    .team__title p br {
        display: none;
    }
}
@media only screen and (max-width: 640px) {

    .team__list {
        display: block;
        padding-bottom: 30px;
    }

    .team__list .slick-next {
        right: 0;
    }

    .team__list .slick-prev {
        right: 70px;
        left: auto;
    }

    .team__list .slick-arrow {
        position: absolute;
        bottom: 0px;
        z-index: 10;
        width: 60px;
        height: 60px;
        background: -o-linear-gradient(312.71deg, #1E1E1E 0%, #1E1E1E 104.33%);
        background: linear-gradient(137.29deg, #1E1E1E 0%, #1E1E1E 104.33%);
        color: var(--kmnd-color-accent);
        font-size: 26px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .team__list .slick-arrow span {
        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;
    }

    .team__list .slick-arrow:after {
        content: '';
        position: absolute;
        top: 8px;
        right: 8px;
        left: 8px;
        bottom: 8px;
        border: 1px solid var(--kmnd-color-accent);
    }

    .team__short-info {
        padding: 15px;
    }

    .team__contact {
        font-size: 14px;
    }
}
@media only screen and (max-width: 639px) {
    .team__title-container {
        left: 0;
        max-width: calc(100% - 10px);
    }

    .team__title {
        padding: 20px 15px;
    }

    .team__title p {
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
    }

    .team__title * {
        white-space: normal;
    }

    .team__title .h2-title {
        font-size: 21px;
        line-height: 26px;
    }

}

@media only screen and (max-width: 479px) {
    .team__title .h2-title {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 2px;
    }

    .team__title p {
        font-size: 11px;
        line-height: 13px;
    }

    .team__title {
        padding: 10px 15px 15px;
    }

    .team__title-container {
        margin-bottom: 27px;
    }
}

@media only screen and (max-width: 430px) {
    .team__info .content {
        padding: 20px 20px 0;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 380px) {
    .team__contact {
        width: 125px;
        height: 125px;
    }
}
/* 20221215 start new styles*/
.team .btn-cover-orange-border {
    margin-top: 40px;
    margin-bottom: 14px;
    text-align: center;
}
.team .btn-cover-orange-border .btn.btn_orange-white{
    border: 1px solid #F56101!important;
    border-radius: 5px;
    font-size: 18px;
    height: 60px!important;
    width: 320px;
    color: #000 !important;
    line-height: 22px;
    padding: 17px 16px;
    letter-spacing: 0.03em;
    max-width:100%;
    min-width: 300px;
}
body .team .btn-cover-orange-border .btn::after,

body .team .btn-cover-orange-border .btn::before{

    display:none!important;

}
@media only screen and (max-width: 1199px) {
    .team .btn-cover-orange-border {
        margin-top: 34px;
        margin-bottom: 8px;
    }
}
@media only screen and (max-width: 959px) {
    .team .btn-cover-orange-border {
        margin-top: 38px;
        margin-bottom: 5px;
    }
}
@media only screen and (max-width: 639px) {
    .team .btn-cover-orange-border {
        margin-top: 21px;
        margin-bottom: 21px;
    }
}
@media only screen and (max-width: 480px) {

    body .team .btn-cover-orange-border .btn::after,
    body .team .btn-cover-orange-border .btn::before {

        display: none !important;

    }
}
@media only screen and (max-width: 479px) {
.team__list {
    padding-bottom: 27px;
}
    .team__list .slick-arrow {
        width: 40px;
        height: 40px;
    }
    .team__list .slick-arrow:after {
        top: 4px;
        right: 4px;
        left: 4px;
        bottom: 4px;
    }
    .team__list .slick-next {
        right: 12px;
    }
    .team__list .slick-prev {
        right: 60px;
    }
    .team .btn-cover-orange-border {
        margin-bottom: 0;
        margin-top: 29px;
    }
    .team .btn-cover-orange-border .btn.btn_orange-white {
        height: 50px!important;
        padding: 12px 16px;
    }
}
/* 20221215 end new styles*/