

/* Start:/local/templates/neverland/components/bitrix/system.pagenavigation/events/style.css?1760521621659*/
.btn-more {
    display: flex;
    justify-content: center;
}

.our-team__container + .button-blue-light .btn-more-link {
    padding: 12px 82px;
    margin: 0;
}

.program-teens__list + .button-blue-light .btn-more-link {
    padding: 12px 82px;
    margin: 0;
}

@media screen and (max-width: 1200px) {
    .our-team__block:last-of-type:not(:has(+ .btn-more)) {
        margin: 0 0 40px;
    }

    .btn-more-link {
        margin: 20px 0 40px;
    }
}

@media screen and (max-width: 1100px) {
    .btn-more {
        display: flex;
        grid-column: span 2;
        align-items: center;
        justify-content: center;
        flex-basis: 100%;
    }
}
/* End */


/* Start:/local/templates/neverland/components/bitrix/news.list/team/style.css?17607005042868*/
.our-team {
    margin: 0 0 50px;
}

.our-team__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin: 0 0 50px;
}

.our-team__block {
    display: flex;
    gap: 40px;
    padding: 30px 35px 30px 30px;
    background: #EDF9FC;
    flex-basis: 50%;
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.3s linear;
}

.our-team__images {
    width: 200px;
    height: 200px;
    flex: 0 0 200px;
    border-radius: 100%;
    overflow: hidden;
    background: #fff;
}

.our-team__img {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
    transform: scale(1);
    transition: transform 0.3s linear;
}

.our-team__info {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.our-team__name {
    font-size: 26px;
    font-weight: 700;
    color: #C16547;
    margin: 0 0 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.our-team__description {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #000000;
    margin: 0 0 58px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.our-team__btn {
    padding: 10px 24px;
    border: none;
    font-weight: 500;
    font-size: 20px;
    border: 1px solid transparent;
    position: relative;
    color: #fff;
    background: #306AE0;
    border-radius: 10px;
    transition: all 0.3s linear;
    cursor: pointer;
}

.our-team__btn:hover {
    background: #D9F7FF;
    color: #306AE0;
}


.our-team__block:hover {
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.our-team__block:hover .our-team__img {
    transform: scale(1.1);
}

@media screen and (max-width: 1400px) {
    .our-team__name {
        -webkit-line-clamp: 3;
    }
}

@media screen and (max-width: 1200px) {
    .our-team__container {
        gap: 20px;
    }

    .our-team__block {
        min-width: 0;
    }
}

@media screen and (max-width: 1100px) {
    .our-team__container {
        display: flex;
        flex-wrap: wrap;
    }

    .our-team__block {
        flex-basis: 100%;
    }
}

@media screen and (max-width: 640px) {
    .our-team__block {
        flex-direction: column;
    }

    .our-team__images {
        margin: 0 auto;
    }

    .our-team__name {
        -webkit-line-clamp: none;
        font-size: 22px;
        line-height: 30px;
    }

    .our-team__description {
        -webkit-line-clamp: none;
        font-size: 16px;
        line-height: 26px;
        margin: 0 0 20px;
    }

    .our-team__btn {
        font-size: 18px;
    }
}
/* End */
/* /local/templates/neverland/components/bitrix/system.pagenavigation/events/style.css?1760521621659 */
/* /local/templates/neverland/components/bitrix/news.list/team/style.css?17607005042868 */
