

/* Start:/local/templates/music/components/bitrix/news/courses/bitrix/news.detail/.default/style.css?17512893934177*/
@media (min-width: 1820px) {
    #archive_course {
        padding-bottom: 40px;
    }
}
.courses .course__section,.courses .courses__asside,.courses .text-color .main__section {padding-left: 60px;padding-right:60px;}
.courses__list{padding-right:60px;}
.course-bg{padding-top:130px!important;;}
@media (min-width: 768px) {
	.main__content { padding: 0!important;}
 	.main__content .footer { padding-left: 60px; padding-right: 60px; }
}
@media (max-width: 767px) {
	.main__content { padding-top: 45px!important;}
    .root-bg { background-color: #fff;}
	.courses .course__section,.courses .courses__asside,.courses .text-color .main__section, .courses__list {padding-left: 0;padding-right:0;}
	.course-bg{background-color: #fff!important;padding-top:15px!important;}
}

.course-review {
	display:flex;
    flex-wrap: wrap;
}

.course-review__card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin: 10px;
    text-align: left;
}

.course-review__card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.course-review__img {
    overflow: hidden;
    border-radius: 50%;
    width: 350px;
    height: 350px;
    margin: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.course__image {
	margin: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.course-review__footer {
    padding: 30px;
}

.course-review__name {
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 10px;
}

.course-review__subject {
    display: block;
    font-size: 0.9em;
    color: #777;
    margin-top: 5px;
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}

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

@media (max-width: 767px) {
	.course-review__card {
		width: 100%;
		height: auto;
}

	.course-review__img {
		width: 95%;
		height: 480px;
}
	.course-review__img {
		margin: auto;
}


}

.event__image {
    flex: 0 0 auto;
}
.event-info {

}
.event__section-cell {
    display: flex;
    width: 30%;
    gap: 25px;
}

.event__head {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.2;
}

.event__block {
    margin-top: 30px;
}
@media (max-width: 1365px) {
    .event__section-cell {
        width: 80%!important;
    }
}

@media (max-width: 1023px) {
    .event__section-cell {
        flex-direction: column;
        width: 100%!important;
        gap: 10px;
    }
    .event__head, .event__block {
        margin-bottom: 10px;
    }
}

.vk-wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.2500%;
    padding-bottom: 0;
    overflow: hidden;
}
.vk-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    padding: 0;
    margin: 0;
}

.block-video {
    padding-top: 20px;
    max-width: 100%;
    margin: 0 auto;
}

.video__wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 */
    background: #000;
    overflow: hidden;
}

.video__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.card-video__button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
}

.card-video__button-circle {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-video__button-triangle {
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-video__button-triangle svg {
    width: 24px;
    height: 30px;
    fill: white;
    display: block;
}
.card-video__desc {
    padding-top: 10px;
    font-weight: normal;
}

.js-card-video.is-active .card-video__button {
    display: none;
}

/* End */
/* /local/templates/music/components/bitrix/news/courses/bitrix/news.detail/.default/style.css?17512893934177 */
