

/* Start:/local/templates/mfc/components/bitrix/system.pagenavigation/.default/style.css?17181929441501*/
.modern-page-navigation {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--grey7D);
    font-weight: 700;
    font-size: 16px;
    font-family: var(--font-family);
}

.modern-page-navigation a, .modern-page-current {
    transition: .4s;
    color: var(--grey7D);
    text-decoration: none;
    display: flex;
    height: 32px;
    width: 32px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.modern-page-navigation a:hover {
    color: white !important;
    background: #F06736;
}

.modern-page-current {
    background: #F06736;
    color: white;
}

.modern-page-previous svg, .modern-page-next svg {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 15px;
    fill: #f06736;
    transition: .4s;
}

.modern-page-next svg {
    left: calc(50% + 1px);
}

.modern-page-previous svg {
    left: calc(50% - 1px);
}

.modern-page-previous, .modern-page-next {
    position: relative;
    height: 32px;
    width: 32px;
    border-radius: 50%;
}

.modern-page-previous, .modern-page-next {
    transition: .4s;

    &:hover {
         background: #F06736;

        svg {
            fill: white;
        }
     }
}

.modern-page-previous_mod:not(.modern-page-previous_mod_off) {
    display: none !important;
}

.modern-page-previous_mod_off svg {
    fill: #f06736;
}

@media (max-width: 575px) {
    .modern-page-navigation {
        width: 100%;
        justify-content: center;
    }
}
/* End */


/* Start:/local/templates/mfc/components/bitrix/news.list/stories/style.css?17839238747014*/
.arrow-icon {
	width: 5rem;
	height: 5rem;
	display: flex;
	position: absolute;
	cursor: pointer;
	z-index: 3;
	opacity: 0.6;
	border: none;
	background: transparent;
	transition: all 0.3s;
	top: 47%;
}

@media (min-width: 650px) {
	.arrow-icon {
		filter: invert(1);
		opacity: 0.9;
	}
}

.arrow-icon:hover {
	opacity: 1;
	transition: all 0.3s;
}

.arrow-icon i {
	width: 3rem;
	height: 3rem;
}

.arrow-icon__right {
	right: -80px;
}

@media (max-width: 650px) {
	.arrow-icon__right {
		right: -10px;
	}
}

.arrow-icon__right i {
	position: absolute;
	right: 0;
	content: url('/local/templates/mfc/components/bitrix/news.list/stories/img/rightArrow.svg');
}

.arrow-icon__left {
	left: -80px;
}

.pause-icon {
	line-height: 0;

	&:before {
		content: url('/local/templates/mfc/components/bitrix/news.list/stories/img/pause.svg');
		display: block;
		width: 50px;
		height: 50px;
	}
}

.play-icon {
	line-height: 0;

	&:before {
		content: url('/local/templates/mfc/components/bitrix/news.list/stories/img/play.svg');
		display: block;
		width: 50px;
		height: 50px;
	}
}

.btn-control {
	position: absolute;
	background: none;
	border: none;
	left: 50%;
	transform: translateX(-25px);
	bottom: 10%;
	z-index: 10;
}

.animationPause {
	animation-play-state: paused !important;
}

@media (max-width: 650px) {
	.arrow-icon__left {
		left: -10px;
	}
}

.arrow-icon__left i {
	position: absolute;
	left: 0;
	content: url('/local/templates/mfc/components/bitrix/news.list/stories/img/leftArrow.svg');
}

.disabled {
	background: #c9c9c9 !important;
	cursor: default;
}

.disabled:hover {
	border: 1px solid transparent !important;
}

.border-radius16 {
	border-radius: 16px;
}

.storiesMain {
	display: flex;
	flex-direction: column;
}

.storiesMain .storiesMain__text {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.stories .stories__carousel-list {
	display: flex;
	flex-direction: column;
}

.stories .stories__carousel-item {
	opacity: 1;
	box-shadow: unset;
	border: 2px solid #e3e3e3;
	padding: 3px;
	display: flex;
	flex-direction: column;
	cursor: pointer;
	width: auto;
	height: 100%;
}

.stories .stories__carousel-item span {
	-webkit-line-clamp: 3;
	color: #000;
	font-weight: bold;
	font-size: 1rem;
}

.stories .stories__inner {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 100%;
	height: 280px;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.3s;
	border-radius: 16px 16px 0 0;
}

.stories .stories__inner:hover {
	opacity: 0.9;
	transition: all 0.3s;
}

.stories .owl-nav {
	margin: unset;
	top: 45%;
	position: absolute;
	width: 100%;
}

.stories .owl-nav button {
	width: 41px;
	height: 41px;
	display: block;
	border-radius: 50%;
	position: relative;
	margin: 0 !important;
	border: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.stories .owl-nav .owl-next {
	position: absolute;
	right: 0;
	background: rgba(255, 255, 255, 0.9) !important;
}

.stories .owl-nav .owl-prev {
	position: absolute;
	left: 0;
	background: rgba(255, 255, 255, 0.9) !important;
}

.stories .owl-nav .owl-prev img {
	transform: rotateY(180deg);
}

.stories .owl-nav button span {
	position: relative;
	z-index: 2;
}

.stories .owl-nav button:hover img {
	filter: invert(1);
}

.stories .owl-nav button::before {
	position: absolute;
	content: "";
	inset: 0;
	background: #cb4735;
	z-index: 1;
	opacity: 0;
	border-radius: 50%;
	transition: opacity 0.3s linear;
}

.stories .owl-nav button {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.stories .owl-nav button:hover img {
	filter: invert(0);
}

.stories .owl-nav button:hover span {
	color: #FFF;
}

.stories .owl-nav button:hover::before {
	color: #FFF !important;
	opacity: 1;
}

.stories .owl-nav button:active::before {
	opacity: 1;
}

.stories .owl-nav button img {
	z-index: 2;
	position: relative;
}

.stories .owl-carousel .owl-stage {
	display: flex;
}

.stories .owl-carousel .owl-item img {
	width: auto;
	height: 100%;
}

.stories__dots {
	display: flex;
	width: 100%;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 10px;
	padding: 10px 10px 0 10px;
	z-index: 1;
}

.stories__dots .stories__dot {
	height: 7px;
	width: 100%;
	border-radius: 16px;
	background: #ffb0a7;
	cursor: pointer;
	transition: all 0.3s;
}

.stories__dots .stories__dot:hover {
	background: #cb4735;
	opacity: 0.8;
	transition: all 0.3s;
}

.stories__dots .stories__dot-active {
	width: 0%;
	height: 100%;
	display: block;
	background: #cb4735;
	border-radius: 16px;
	animation-fill-mode: forwards !important;
}

@keyframes activeStory {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}

#modalStories-data .btn-close {
	top: 24px;
	right: 24px;
}

#modalStories-data .storiesHeader {
	z-index: 1;
	position: relative;
}

#modalStories-data .storiesHeader span {
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 31px;
	letter-spacing: 0.02em;
	text-align: center;
}

#modalStories-data .modal-content {
	min-width: 320px;
	height: 90vh;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

#modalStories .storyButton {
	position: absolute;
	bottom: 10%;
	width: 100%;
	left: 0;
}

#modalStories .storyContent {
	width: 100%;
	height: 93%;
	position: absolute;
	bottom: 0;
	z-index: 2;
}

#modalStories .storyVideoSection {
	display: flex;
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	flex-direction: column;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

#modalStories .storiesVideo {
	width: 100%;
	object-fit: cover;
}

#modalStories .storiesText {
	position: relative;
	z-index: 1;
	font-weight: 600 !important;
}

#modalStories .btn-close {
	z-index: 1;
	position: absolute;
	top: 24px;
	right: 24px;
	background: url("/local/templates/mfc/components/bitrix/news.list/stories/img/close_cross.svg");
	width: 15px;
	height: 15px;
}

@media (max-width: 576px) {
	#modalStories #modal-dialog-story {
		width: 100%;
		height: 100%;
		padding: 0;
		margin: 0;
		position: relative;
		max-width: 100%;
		min-width: 320px;
	}

	#modalStories #modal-dialog-story .modal-content {
		width: 100%;
		height: 100%;
		padding: 0;
		margin: 0;
		border-radius: 0 !important;
	}

	#modalStories #modal-dialog-story video {
		border-radius: 0 !important;
	}
}

.stories_grid {
	display: grid !important;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 15px;
}

@media (max-width: 768px) {
	.stories_grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 576px) {
	.stories_grid {
		grid-template-columns: 1fr;
	}
}

/*# sourceMappingURL=styles.css.map */
/* End */
/* /local/templates/mfc/components/bitrix/system.pagenavigation/.default/style.css?17181929441501 */
/* /local/templates/mfc/components/bitrix/news.list/stories/style.css?17839238747014 */
