

/* Start:/local/templates/neverland/components/bitrix/news.detail/teenagers_detail/style.css?176155333719297*/
.introduction {
    display: flex;
    gap: 40px;
    margin-bottom: 50px;
}

.introduction__image {
    width: 550px;
    flex: 0 0 550px;
    height: 460px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background: #fff;
}

.introduction__img {
    max-width: 100%;
    border-radius: 10px;
    transition: all 0.3s linear;
}

.introduction__descript {}

.introduction__title {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #306AE0;
    margin: 30px 0 20px;
}

.introduction__anons {
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    color: #00091C;
}

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

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

.introduction__btn-link {
    padding: 14px 52px !important;
    margin: 30px 0 0;
}

.introduction__btn {
    display: inline-flex;
    position: relative;
}

@media screen and (max-width: 1240px) {
    .introduction {
        gap: 20px;
    }

    .introduction__image {
        width: 40vw;
        flex: 0 0 40vw;
        height: 500px;
    }

    .introduction__img {
        min-height: 100%;
        object-fit: cover;
        max-width: 100%;
    }

    .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) {
    .introduction {
        flex-direction: column;
        gap: 30px;
        margin: 0 0 30px;
    }

    .introduction__image {
        width: 100%;
        flex: 0 0 100%;
        height: 423px;
    }

    .introduction__img {
        min-width: 100%;
        max-width: 100%;
        height: 423px;
    }

    .category-teens {
        gap: 12px;
    }

    .category-teens__item {
        height: 49px;
    }

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

    .introduction__title {
        font-size: 38px;
        margin: 20px 0 12px;
    }

    .introduction__anons {
        font-size: 18px;
        line-height: 32px;
    }

}

@media screen and (max-width: 640px) {
    .introduction {
        margin: 0;
    }

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

    .category-teens__who {
        display: none;
    }

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

@media screen and (max-width: 480px) {
    .introduction__btn-link {
        width: 100%;
        font-size: 18px;
        justify-content: center;
        padding: 14px 0;
        font-size: 18px !important;
    }

    .introduction__image {
        width: 100%;
        height: 268px;
    }

    .introduction__img {
        height: 268px;
    }
}

.list-theme {
    margin: 50px 0;
}

.list-theme__row {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.list-theme__col {
    flex: 0 0 calc(50% - 10px);
}

.list-theme__col_one {
    flex: 0 0 calc(80% - 10px);
}

.list-theme__item {
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 20px;
    line-height: 36px;
    margin: 0 0 30px;
}

.list-theme__item:last-child {
    margin: 0;
}

.list-theme__item:before {
    content: '';
    width: 20px;
    flex: 0 0 20px;
    height: 20px;
    border-radius: 100%;
    background: #306AE0;
    transition: all 0.3s linear;
}

.list-theme__item:hover::before {
    background: #f1d9d1;
}

@media screen and (max-width: 1240px) {}

@media screen and (max-width: 960px) {
    .list-theme {
        margin: 0 0 30px;
    }

    .list-theme__row {
        flex-direction: column;
        gap: 0;
    }

    .list-theme__item {
        margin: 0 0 20px;
        font-size: 18px;
        line-height: 32px;
    }

    .list-theme__item:last-child {
        margin: 0 0 20px;
    }

    .list-theme__col+.list-theme__col .list-theme__item:last-child {
        margin: 0;
    }
}

@media screen and (max-width: 640px) {
    .list-theme {
        margin: 0;
    }
}

.video-lesson {
    margin: 50px 0;
}

.video-lesson__list {
    display: flex;
    gap: 20px;

}

.video-lesson__continer {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding: 20px 0;
    scroll-snap-type: x mandatory;
}

.video-lesson__item {
    width: 33.333%;
    flex: 0 1 33.333%;
    border-radius: 10px;
    overflow: hidden;
    scroll-snap-align: start;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.video-lesson__video-capt {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #00091C;
    margin: 12px 0 0;
}

.video-lesson__recording {
    height: 340px;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    border-radius: 10px;
}

.video-lesson__recording::after {
    content: "";
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(/local/templates/neverland/components/bitrix/news.detail/teenagers_detail/images/video-slider-btn.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 400;
    transition: all 0.3s linear;
    transform: scale(1)
}

.video-lesson__item:hover .video-lesson__recording::after {
    transform: scale(0.9)
}

.video-lesson__recording::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 200;
}

.video-lesson__video-prev {
    max-width: 100%;
    min-width: 100%;
    border-radius: 10px;
    transition: all 0.3s linear;
    transform: scale(1);
    transition: all 0.3s linear;
}

.video-lesson__item:hover .video-lesson__video-prev {
    transform: scale(1.1);
}


/* модалка */
.modal-video {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .3);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    overflow: hidden;
    z-index: 1000;
}
.video-lesson__video_active {
    display: block;
}

.modal-video__content {
    background-color: rgba(0, 0, 0, 0);
    margin: 10% auto;
    width: 80%;
    max-height: 540px;
    max-width: 960px;
    position: relative;
    border-radius: 10px;
    overflow: hidden
}

.modal-video__video {
    width: 100%;
    height: auto;
    border-radius: 10px
}

.modal-video__close {
    width: 30px;
    height: 30px;
    background-image: url(/local/templates/neverland/components/bitrix/news.detail/teenagers_detail/images/modal-video__close.svg);
    background-size: contain;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 100
}

.modal-video__close:hover,
.modal-video__close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.modal-video__iframe {
    background: rgba(0, 0, 0, .3);
    border-radius: 10px;
}

@media screen and (max-width: 1240px) {
    .video-lesson__video-prev {
        object-fit: cover;
        height: 340px;
    }
}

@media screen and (max-width: 960px) {
    .video-lesson {
        margin: 0 0 50px;
    }

    .video-lesson__item {
        width: 440px;
        flex: 0 0 440px;
    }

    .video-lesson__list {
        white-space: nowrap;
        display: flex;
        overflow-x: auto;
        gap: 20px;
        scroll-behavior: smooth;
        width: 100%;
    }

    .video-lesson__list::-webkit-scrollbar {
        display: none;
    }

    .video-lesson__video-capt {
        font-size: 18px;
        line-height: 32px;
        white-space: normal;
    }

    .video-popup__content {
        height: 50vh;
    }

    .video-popup__container {
        height: 50vh;
    }

}

@media screen and (max-width: 640px) {
    .video-lesson {
        margin: 0;
    }

    .video-lesson__item {
        width: 280px;
        flex: 0 0 280px;
    }

    .video-lesson__recording {
        width: 280px;
        flex: 0 0 280px;
    }

    .video-lesson__recording {
        height: 216px;
    }

    .video-lesson__recording::after {
        width: 45px;
        height: 45px;
    }

}

.group-schedule {
    margin: 50px 0;
}

.group-schedule__list {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.group-schedule__item {
    width: 50%;
    flex: 0 0 calc(50% - 20px);
    border-radius: 10px;
    background: #EDF9FC;
    padding: 40px 40px 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.group-schedule__title {
    font-weight: 700;
    font-size: 30px;
    color: #306AE0;
    display: flex;
    gap: 30px;
    align-items: center;
    margin: 0 0 30px;
}

.group-schedule__title br {
    display: none;
}

.group-schedule__title_teenager-kid:before {
    content: '';
    width: 64px;
    flex: 0 0 64px;
    height: 64px;
    background-image: var(--before-background-image);
    background-size: cover;
}

.group-schedule__title_kid:before {
    content: '';
    width: 64px;
    flex: 0 0 64px;
    height: 64px;
    background-image: url(/local/templates/neverland/components/bitrix/news.detail/teenagers_detail/images/icon-kid.svg);
    background-size: cover;
}

.group-schedule__title_teenager:before {
    content: '';
    width: 64px;
    flex: 0 0 64px;
    height: 64px;
    background-image: url(/local/templates/neverland/components/bitrix/news.detail/teenagers_detail/images/icon-teenager.svg);
    background-size: cover;
}

.group-schedule__title_adults:before {
    content: '';
    width: 64px;
    flex: 0 0 64px;
    height: 64px;
    background-image: url(/local/templates/neverland/components/bitrix/news.detail/teenagers_detail/images/icon-adults.svg);
    background-size: cover;
}

.group-schedule__title_teenager {
    color: #C16547;
}

.group-schedule__title_adults {
    color: #74B55F;
}



.group-schedule__anons {
    font-size: 20px;
    line-height: 30px;
    color: #00091C;
}

.group-schedule__group {
    display: flex;
    align-items: center;
    gap: 12px;
}

.group-schedule__icon_cost {
    width: 54px;
    flex: 0 0 54px;
    height: 54px;
    background-image: url(/local/templates/neverland/components/bitrix/news.detail/teenagers_detail/images/icon-cost.svg);
    background-size: cover;
}

.group-schedule__icon_calendar {
    width: 50px;
    flex: 0 0 50px;
    height: 50px;
    background-image: url(/local/templates/neverland/components/bitrix/news.detail/teenagers_detail/images/icon-calendar.svg);
    background-size: cover;
}

.group-schedule__group {
    margin: 30px 0 0;
}

.group-schedule__inform {
    line-height: 30px;
    font-size: 18px;
    line-height: 32px;
}

.group-schedule__inform b {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #00091C;
    margin: 20px 0 0;
    display: inline-block;
}

.group-schedule__inform b:first-child {
    margin: 0;
}

.group-schedule__inform b+br+b {
    margin: 0;
}

.group-schedule__info>.group-schedule__group:only-child {
    align-items: flex-start;
    gap: 30px;
}

.group-schedule__info>.group-schedule__group:only-child .group-schedule__icon_calendar {
    width: 63px;
    flex: 0 0 63px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 7px;
}

.group-schedule__anons+.group-schedule__info>.group-schedule__group {
    align-items: center;
}


@media screen and (max-width: 960px) {
    .group-schedule {
        margin: 0 0 30px;
    }

    .group-schedule__list {
        flex-direction: column;
    }

    .group-schedule__item {
        width: 100%;
        flex: 0 0 100%;
    }

    .group-schedule__title {
        font-size: 26px;
        margin: 0 0 20px;
    }

    .group-schedule__anons {
        font-size: 18px;
        line-height: 26px;
    }

    .group-schedule__group {
        margin: 20px 0 0;
    }

    .group-schedule__inform {
        font-size: 18px;
        line-height: 26px;
    }

    .group-schedule__inform b {
        font-size: 18px;
        line-height: 26px;
    }

    .group-schedule__title_teenager:before,
    .group-schedule__title_teenager-kid:before,
    .group-schedule__title_kid:before {
        width: 54px;
        flex: 0 0 54px;
        height: 54px;
    }

}

@media screen and (max-width: 640px) {
    .group-schedule {
        margin: 0;
    }

    .group-schedule__item {
        padding: 20px 20px 30px;
    }

    .group-schedule__title {
        gap: 16px;
    }


    .group-schedule__anons {
        font-size: 18px;
        line-height: 26px;
    }

    .group-schedule__icon_cost {
        width: 50px;
        flex: 0 0 50px;
        height: 50px;
    }

    .group-schedule__icon_calendar {
        width: 46px;
        flex: 0 0 46px;
        height: 46px;
    }

    .group-schedule__info>.group-schedule__group:only-child {
        gap: 18px;
    }


    .group-schedule__title_teenager:before,
    .group-schedule__title_teenager-kid:before,
    .group-schedule__title_kid:before {
        width: 50px;
        flex: 0 0 50px;
        height: 50px;
    }

    .group-schedule__info>.group-schedule__group:only-child .group-schedule__icon_calendar {
        width: 50px;
        flex: 0 0 50px;
        background-position-x: 0;
    }

    .group-schedule__title br {
        display: block;
    }
}

/* Стили для видео попапа */
.video-popup {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .3);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    overflow: hidden;
}

.video-popup_hidden {
    display: none;
}

.video-popup:not(.video-popup_hidden) {
    display: block;
}

.video-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-popup__container {
    background-color: rgba(0, 0, 0, 0);
    margin: 10% auto;
    width: 80%;
    max-height: 540px;
    max-width: 960px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.video-popup__close-button {
    opacity: 0;
    width: 30px;
    height: 30px;
    background-image: url(/local/templates/neverland/components/bitrix/news.detail/teenagers_detail/images/modal-video__close.svg);
    background-size: contain;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 100;
    border: none;
    cursor: pointer;
}

.video-popup__close-button:hover,
.video-popup__close-button:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.video-popup__content {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
}

.video-popup__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    background: rgba(0, 0, 0, .3);
    border-radius: 10px;
}

.video-popup__no-video-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    color: #666;
    font-size: 18px;
    border-radius: 10px;
}

/* Адаптивность для планшетов */
@media screen and (max-width: 1240px) {
    .video-popup__container {
        width: 85%;
        max-height: 480px;
    }
}

@media screen and (max-width: 960px) {
    .video-popup__container {
        width: 90%;
        margin: 15% auto;
        max-height: 400px;
    }

    .video-popup__content {
        height: 50vh;
    }

    .video-popup__container {
        height: auto;
    }
}

@media screen and (max-width: 640px) {
    .video-popup__container {
        width: 95%;
        margin: 10% auto;
        max-height: 300px;
    }

    .video-popup__close-button {
        right: 10px;
        top: 10px;
        width: 25px;
        height: 25px;
    }
}

/* Дополнительные медиа-запросы для очень маленьких экранов */
@media screen and (max-width: 480px) {
    .video-popup__container {
        width: 98%;
        margin: 5% auto;
        max-height: 250px;
    }

    .video-popup__close-button {
        right: 8px;
        top: 8px;
        width: 20px;
        height: 20px;
    }
}

.video-teacher {
    margin: 50px 0;
}

.video-teacher__row {
    display: flex;
    gap: 40px;
    align-items: center;
}

.video-teacher__col_video {
    width: 530px;
    height: 410px;
    flex: 0 0 530px;
}

.video-teacher__col_inform {
    flex: 0 0 calc(100% - 550px);
}

.video-teacher__name {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #306AE0;
    margin: 0 0 20px;
}

.video-teacher__anons {
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    color: #00091C;
}

.video-teacher__link {
    text-decoration: none;
    color: #306AE0;
    border-bottom: 1px solid #306AE0;
    transition: all 0.3s linear;
}

.video-teacher__link:hover {
    border-bottom: 1px solid transparent;
}


.video-teacher__recording::after {
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(/local/templates/neverland/components/bitrix/news.detail/teenagers_detail/images/video-slider-btn.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 400;
    transition: all 0.3s linear;
    transform: scale(1);
}

.video-teacher__recording::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 200;
}

.video-teacher__recording:hover::after {
    transform: scale(0.9);
}

.video-teacher__recording {
    height: 410px;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
}

.video-teacher__video-prev {
    max-width: 100%;
    min-width: 100%;
    min-height: 100%;
    border-radius: 10px;
    transform: scale(1);
    transition: all 0.3s linear;
    object-fit: cover;
}

.video-teacher__recording:hover .video-teacher__video-prev {
    transform: scale(1.1);
}

@media screen and (max-width: 1240px) {
    .video-teacher__col_video {
        width: 40vw;
        height: 410px;
        flex: 0 0 40vw;
    }

    .video-teacher__col_inform {
        flex: 0 0 calc(100% - 44vw);
    }

}

@media screen and (max-width: 960px) {
    .video-teacher {
        margin: 0 0 50px;
    }

    .video-teacher__col_video,
    .video-teacher__recording {
        width: 280px;
        height: 216px;
        flex: 0 0 280px;
    }

    .video-teacher__col_inform {
        flex: 0 0 calc(100% - 300px);
    }

    .video-teacher__row {
        gap: 20px;
    }

    .video-teacher__name {
        font-size: 26px;
        margin: 0 0 12px;
    }

    .video-teacher__anons {
        font-size: 18px;
        line-height: 32px;
    }

    .video-teacher__recording::after {
        width: 45px;
        height: 45px;
    }

}

@media screen and (max-width: 640px) {
    .video-teacher {
        margin: 0 0 50px;
    }

    .video-teacher__row {
        flex-direction: column-reverse;
        gap: 30px;
    }

    .video-teacher__col_video,
    .video-teacher__recording {
        width: 100%;
        flex: 0 0 100%;
        height: 247px;
    }

    .video-teacher__name {
        font-size: 26px;
    }

}
/* End */
/* /local/templates/neverland/components/bitrix/news.detail/teenagers_detail/style.css?176155333719297 */
