

/* Start:/bitrix/templates/travelline2/components/bitrix/catalog.section/team-persons/style.css?17522238972990*/
.team-persons {
    display: flex;
    flex-wrap: wrap;
    justify-content: unset;
    flex-flow: row wrap;
}
.team-persons__card {
    margin: 0 0 45px 0;
    width: 300px;
    font-family: 'Open Sans';
    text-align: center;
}
.team-persons__item-photo-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 268px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.team-persons__item-photo {
    position: relative;
    background-position: center;
    background-size: cover;
    width: 268px;
    height: 268px;
    margin: 0 auto;
    transition: transform .1s linear,-webkit-transform .1s linear;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.team-persons__item-photo:hover {
    transition: transform .1s linear,-webkit-transform .1s linear;
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}
.team-persons__card-socials-item {
    position: absolute;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}
.team-persons__card-socials-item.email {
    width: 16px;
    height: 12px;
    right: 10px;
    top: 10px;
    background-image: url(/upload/images/about/email.svg);
}
.team-persons__card-socials-item.email:hover {
    background-image: url(/upload/images/about/email-hover.svg);
}
.team-persons__card-socials-item.facebook {
    width: 16px;
    right: 10px;
    top: 26px;
    height: 18px;
    background-image: url(/upload/images/about/facebook.svg);
}
.team-persons__card-socials-item.facebook:hover {
    background-image: url(/upload/images/about/facebook-hover.svg);
}
.team-persons__item-name {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}
.team-persons__item-position {
    font-size: 14px;
    line-height: 20px;
}
.strip-about-team {
    background-image: url(/upload/images/about/about-team2.jpg);
    background-size: cover;
    position: relative;
    height: 52vw;
    padding: 0;
    margin: 0;
}
.strip-about-team__text {
    width: 100%;
    padding: 0 15px;
    position: absolute;
    bottom: 100px;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
}
.button_mobile {
    display: none;
}

@media(max-width: 1280px){
    .strip-about-team {
        height: 78vw;
    }
}
@media(max-width: 1200px){
    .team-persons {
        justify-content: space-evenly;
    }
    .team-persons__card {
        margin: 0 0 45px 0;
    }
}
@media(max-width: 1023px){
    .strip-about-team{
        background: #4989E1;
        height: auto;
    }
    .strip-about-team__text {
        position: relative;
        bottom: 0;
        padding: 80px 15px;
        color: #fff;
    }
    .button_desktop {
        display: none;
    }
    .button_mobile {
        display: inline-block;
    }
}
@media(max-width: 565px){


    .team-persons__card-socials-item {
        width: 35px;
        height: 26px;
    }
}
/* End */
/* /bitrix/templates/travelline2/components/bitrix/catalog.section/team-persons/style.css?17522238972990 */
