

/* 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/teenagers_list/style.css?17612175218776*/
.program-teens {
    margin: 0 0 50px;
}

.program-teens__list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 0 0 50px;
}

.program-teens__item {
    width: 100%;
    background: #EDF9FC;
    border-radius: 10px;
    padding: 50px 80px;
    display: flex;
    gap: 100px;
    text-decoration: none;
    transition: all 0.3s linear;
}

.program-teens__item_img-right {
    flex-direction: row-reverse;
}

.program-teens__item:hover {
    background: #fff;
}

.program-teens__image {
    width: 400px;
    height: 400px;
    border-radius: 100%;
    overflow: hidden;
    background: #fff;
    flex: 0 0 400px;
}

.program-teens__img {
    max-width: 100%;
    border-radius: 100%;
    transition: all 0.3s linear;
}

.program-teens__item:hover .program-teens__img {
    transform: scale(1.1);
}

.program-teens__title {
    font-weight: 700;
    font-size: 30px;
    line-height: 32px;
    color: #306AE0;
    line-height: 30px;
    margin: 40px 0 20px;
    letter-spacing: 1px;
}

.program-teens__anons {
    font-weight: 400;
    font-size: 20px;
    color: #00091C;
    line-height: 32px;
}

.program-teens__anons p {
    font-weight: 400;
    font-size: 20px;
    color: #00091C;
    line-height: 32px;
    margin: 10px 0;
    letter-spacing: 0.1px;
}

.program-teens__anons p:first-child {
    margin: 0 0 10px;
}

.program-teens__anons p:last-child {
    margin: 10px 0 0;
}

.program-teens__btn {
    font-size: 20px;
    padding: 6px 24px;
    color: #FFFFFF;
    background: #306AE0;
    border-radius: 10px;
    display: inline-flex;
    margin: 30px 0 0;
    border: 1px solid transparent;
    position: relative;
    transition: all 0.3s linear;
}

.program-teens__btn:hover {
    background: #D9F7FF;
    color: #306AE0;
}

.program-teens__item:hover {
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
}

.program-teens__btn-more {
    display: flex;
    justify-content: center;
}

.program-teens__btn-more-link {
    padding: 18px 86px;
    margin: 0px;
}

@media screen and (max-width: 1240px) {
    .program-teens__item {
        gap: 50px;
        padding: 50px 30px;
        align-items: center;
    }

    .program-teens__image {
        width: 300px;
        height: 300px;
        flex: 0 0 300px;
    }

    .program-teens__title {
        font-size: 24px;
        margin: 16px 0 10px;
    }

    .program-teens__anons,
    .program-teens__anons p {
        font-size: 16px;
        line-height: 24px;
    }

    .program-teens__btn {
        margin: 24px 0 0;
        font-size: 20px;
        padding: 5px 24px;
    }
}

@media screen and (max-width: 960px) {
    .program-teens {
        margin: 0 0 40px;
    }

    .program-teens__item {
        padding: 30px;
        gap: 20px;
    }

    .program-teens__image {
        width: 260px;
        height: 260px;
        flex: 0 0 260px;
    }

    .program-teens__title {
        font-size: 22px;
    }

    .program-teens__list {
        margin: 0 0 40px;
        gap: 20px;
    }

    .program-teens__btn-more {
        font-size: 20px;
    }
}

@media screen and (max-width: 700px) {
    .program-teens {
        margin: 0 0 58px;
    }

    .program-teens__item {
        flex-direction: column;
        gap: 30px;
    }

    .program-teens__image {
        width: 240px;
        height: 240px;
        flex: 0 0 240px;
    }

    .program-teens__title {
        font-weight: 700;
        font-size: 22px;
        line-height: 30px;
        margin: 12px 0;
    }

    .program-teens__anons {
        font-size: 16px;
        line-height: 24px;
    }

    .program-teens__anons p {
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (max-width: 480px) {
    .program-teens__btn {
        display: flex;
        justify-content: center;
    }
}


.program-teens {
    margin: 0 0 50px;
}

.program-teens__list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 0 0 50px;
}

.program-teens__item {
    width: 100%;
    background: #EDF9FC;
    border-radius: 10px;
    padding: 50px 80px;
    display: flex;
    gap: 100px;
    text-decoration: none;
    transition: all 0.3s linear;
}

.program-teens__item_img-right {
    flex-direction: row-reverse;
}

.program-teens__item:hover {
    background: #fff;
}

.program-teens__image {
    width: 400px;
    height: 400px;
    border-radius: 100%;
    overflow: hidden;
    background: #fff;
    flex: 0 0 400px;
}

.program-teens__img {
    max-width: 100%;
    border-radius: 100%;
    transition: all 0.3s linear;
}

.program-teens__item:hover .program-teens__img {
    transform: scale(1.1);
}

.category-teens {
    display: flex;
    gap: 20px;
}

.category-teens__item {
    height: 65px;
    border-radius: 10px;
    padding: 10px 16px;
}

.category-teens__item_blue {
    background: #D7E7FA;
    color: #306AE0;
}

.category-teens__item_red {
    background: #F1D9D1;
    color: #C16547;
}

.category-teens__item_green {
    background: #DAEFDF;
    color: #74B55F;
}

.category-teens__who {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
}

.category-teens__how {
    font-weight: 800;
    font-size: 20px;
    line-height: 90%;
    letter-spacing: 1.6px;
}

.program-teens__title {
    font-weight: 700;
    font-size: 30px;
    line-height: 32px;
    color: #306AE0;
    line-height: 30px;
    margin: 40px 0 20px;
    letter-spacing: 1px;
}

.program-teens__anons {
    font-weight: 400;
    font-size: 20px;
    color: #00091C;
    line-height: 32px;
}

.program-teens__anons p {
    font-weight: 400;
    font-size: 20px;
    color: #00091C;
    line-height: 32px;
    margin: 10px 0;
    letter-spacing: 0.1px;
}

.program-teens__anons p:first-child {
    margin: 0 0 10px;
}

.program-teens__anons p:last-child {
    margin: 10px 0 0;
}

.program-teens__btn {
    font-size: 20px;
    padding: 6px 24px;
    color: #FFFFFF;
    background: #306AE0;
    border-radius: 10px;
    display: inline-flex;
    margin: 30px 0 0;
    border: 1px solid transparent;
    position: relative;
    transition: all 0.3s linear;
}

.program-teens__btn:hover {
    background: #D9F7FF;
    color: #306AE0;
}

.program-teens__item:hover {
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
}

.program-teens__btn-more {
    display: flex;
    justify-content: center;
}

.program-teens__btn-more-link {
    padding: 18px 86px;
    margin: 0px;
}

@media screen and (max-width: 1240px) {
    .program-teens__item {
        gap: 50px;
        padding: 50px 30px;
        align-items: center;
    }

    .program-teens__image {
        width: 300px;
        height: 300px;
        flex: 0 0 300px;
    }

    .program-teens__title {
        font-size: 24px;
        margin: 16px 0 10px;
    }

    .program-teens__anons,
    .program-teens__anons p {
        font-size: 16px;
        line-height: 24px;
    }

    .program-teens__btn {
        margin: 24px 0 0;
        font-size: 20px;
        padding: 5px 24px;
    }

    .category-teens__item {
        height: 50px;
        padding: 6px 12px;
    }

    .category-teens__who {
        font-size: 14px;
    }

    .category-teens__how {
        font-size: 16px;
        line-height: 84%;
    }
}

@media screen and (max-width: 960px) {
    .program-teens {
        margin: 0 0 40px;
    }

    .program-teens__item {
        padding: 30px;
        gap: 20px;
    }

    .program-teens__image {
        width: 260px;
        height: 260px;
        flex: 0 0 260px;
    }

    .category-teens {
        gap: 12px;
    }

    .category-teens__item {
        height: 49px;
    }

    .program-teens__title {
        font-size: 22px;
    }

    .program-teens__list {
        margin: 0 0 40px;
        gap: 20px;
    }

    .program-teens__btn-more {
        font-size: 20px;
    }

    .category-teens__how {
        letter-spacing: 1px;
    }
}

@media screen and (max-width: 700px) {
    .program-teens {
        margin: 0 0 58px;
    }

    .program-teens__item {
        flex-direction: column;
        gap: 30px;
    }

    .program-teens__image {
        width: 240px;
        height: 240px;
        flex: 0 0 240px;
    }

    .category-teens__item {
        height: auto;
        padding: 6px 12px;
    }

    .category-teens__who {
        display: none;
    }

    .category-teens__how {
        font-size: 14px;
        line-height: 140%;
    }

    .program-teens__title {
        font-weight: 700;
        font-size: 22px;
        line-height: 30px;
        margin: 12px 0;
    }

    .program-teens__anons {
        font-size: 16px;
        line-height: 24px;
    }

    .program-teens__anons p {
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (max-width: 480px) {
    .program-teens__btn {
        display: flex;
        justify-content: center;
    }
}
/* End */
/* /local/templates/neverland/components/bitrix/system.pagenavigation/events/style.css?1760521621659 */
/* /local/templates/neverland/components/bitrix/news.list/teenagers_list/style.css?17612175218776 */
