

/* Start:/local/templates/ion/components/bitrix/news/fitness_team/bitrix/news.list/.default/style.css?17848179232153*/
.career-modal-image {
    position: relative;
    overflow: hidden;
    border-radius: 40px;
}

.career-modal-image::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 120px;

    background: linear-gradient(
        to bottom,
        rgba(19,19,19,0) 0%,
        rgba(19,19,19,.8) 100%
    );

    z-index: 3;
    pointer-events: none;
}

.career-modal-image > img {
    display: block;
    width: 100%;
    height: auto;
}

.career-modal-image__video {
    position: absolute;
    right: 24px;
    bottom: 24px;
	z-index: 10;

    display: flex;
    align-items: center;
    gap: 24px;
}

.career-modal-image__text {
    color: #fff;
    text-align: right;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 400;
}

.career-modal-image__play {
    width: 64px;
    height: 64px;
    border: 0;
    border-radius: 50%;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;

    background: linear-gradient(135deg, #ff8c1a 0%, #c63d8f 100%);
}

.career-modal-image__play span {
    display: block;
    width: 0;
    height: 0;

    margin-left: 8px;

    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 28px solid #fff;
}

.team-video {
	position: fixed;
	inset: 0;
	z-index: 2000;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 64px 24px 24px;
	background: rgba(0, 0, 0, .95);
}

.team-video.is-open {
	display: flex;
}

.team-video__frame {
	width: 100%;
	max-width: 1600px;
	aspect-ratio: 16 / 9;
	max-height: calc(100vh - 88px);
}

.team-video__frame iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.team-video__close {
	position: absolute;
	top: 18px;
	right: 24px;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.team-video__close::before,
.team-video__close::after {
	content: "";
	position: absolute;
	top: 20px;
	left: 5px;
	width: 32px;
	height: 2px;
	background: #fff;
}

.team-video__close::before {
	transform: rotate(45deg);
}

.team-video__close::after {
	transform: rotate(-45deg);
}
/* End */
/* /local/templates/ion/components/bitrix/news/fitness_team/bitrix/news.list/.default/style.css?17848179232153 */
