

/* Start:/local/components/ag-group/training.lessons/templates/lessons_new/style.css?17537711774789*/
@charset "UTF-8";
.courses-lessen {
	padding: 24px 12px;
	background-color: #fff;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.courses-lessen__top {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.courses-lessen__caption {
	font-weight: 600;
	font-size: 20px;
	color: #000;
}
.courses-lessen__time {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	font-weight: 600;
	font-size: 14px;
	color: #000;
}
.courses-lessen__desc {
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.03em;
	color: #000;
}
.courses-lessen__desc p:not(:last-child) {
	margin-bottom: 8px;
}
.courses-lessen__video {
	width: 100%;
	height: auto;
	border-radius: 12px;
	overflow: hidden;
	background-color: #292c31;
}
.courses-lessen__video iframe {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.courses-lessen__video video {
	width: 100%;
	height: 100%;
	/*-o-object-fit: cover;*/
	/*object-fit: cover;*/
}
.courses-lessen__evaluate {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	font-weight: 500;
	font-size: 20px;
	color: #000;
}
.courses-lessen__evaluate-nav {
	display: flex;
	align-items: center;
	gap: 12px;
}
.courses-lessen__evaluate-btn {
	position: relative;
	cursor: pointer;
	padding: 0;
	background: transparent;
	width: auto;
	height: auto;
	font-size: 0;
	border-radius: 0;
}
.courses-lessen__evaluate-btn svg * {
	transition: fill 0.3s ease-in-out;
}
@media (hover: hover) {
	.courses-lessen__evaluate-btn:hover {
		background: transparent;
	}
	.courses-lessen__evaluate-btn:hover svg path {
		fill: var(--green);
	}
}
.courses-lessen__evaluate-btn.active svg path {
	fill: var(--green);
}
.courses-lessen__evaluate-btn--bad:hover svg path {
	fill: #fa5a45;
}
.courses-lessen__evaluate-btn--bad.active svg path {
	fill: #fa5a45;
}
.courses-lessen__nav {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
}
.courses-lessen__link {
	font-weight: 600;
	font-size: 16px;
	color: #989896;
	transition: color 0.3s ease-in-out;
}
@media (hover: hover) {
	.courses-lessen__link:hover {
		color: #000;
	}
}
.video-container {
	position: relative;
	width: 100%;
	background: #292c31;
}
.video-container .video-play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: none;
	width: 64px;
	height: 64px;
	background-color: rgba(41, 44, 49, 0.5);
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}
@media (hover: hover) {
	.video-container .video-play-btn:hover {
		transform: translate(-50%, -50%) scale(1.1);
	}
}
.video-container .video-play-btn svg {
	width: 32px;
	height: 32px;
}
.video-container .video-play-btn.hidden {
	opacity: 0;
	visibility: hidden;
}
@media (max-width: 500px) {
	.video-container .video-play-btn {
		width: 48px;
		height: 48px;
	}
	.video-container .video-play-btn svg {
		width: 24px;
		height: 24px;
	}
}
video::-webkit-media-controls-panel {
	padding: 0 4px;
}
video::-webkit-media-controls-play-button {
	display: none;
}
/* Стили для нативных контролов видео */
video::-webkit-media-controls {
	opacity: 1 !important;
	display: flex !important;
}
video::-webkit-media-controls-panel {
	display: flex !important;
	opacity: 1 !important;
	padding: 0 4px;
}

.courses-lessen__btn.btn.save-profile {
	border: none;
}

.file {
	display: flex;
	align-items: center;
	gap: 12px;
	font-weight: 600;
	font-size: 15px;
	color: #000;
	transition: color 0.3s ease-in-out;
}

.file__icon {
	width: 20px;
	height: 20px;
}

.file__icon svg path,
.courses-lessen__link svg path {
	transition: fill 0.3s ease-in-out;
}

.file__caption {
	flex: 1;
	word-wrap: break-word;
	word-break: break-word;
	white-space: normal;
}

.lessen-caption {
	font-weight: 600;
	font-size: 16px;
	color: #000;
	max-width: 500px;
}

.courses-lessen__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	line-height: 1.4;
	min-width: 155px;
}
.courses-lessen__link_next svg {
	transform: rotate(180deg);
}

.page-top__title
{
	width: 90%;
}

@media (hover: hover) {
	.file:hover,
	.courses-lessen__link:hover {
		color: var(--green);
	}
	.file:hover .file__icon svg path,
	.courses-lessen__link:hover svg path {
		fill: var(--green);
	}
}

@media (max-width: 760px) {
	.courses-lessen__nav {
		align-items: flex-end;
		flex-direction: column;
		gap: 12px;
	}
	.courses-lessen__link_back {
		width: 100%;
	}
}

/* End */
/* /local/components/ag-group/training.lessons/templates/lessons_new/style.css?17537711774789 */
