

/* Start:/local/templates/mfc/components/bitrix/news/services/bitrix/news.detail/.default/style.css?1726208045359*/
.service .menu_ul {
	max-width: 339px;
}

.service .tab-pane {
	border-radius: 10px;
	padding: 32px;
	background: rgba(205, 167, 130, 0.1);
}

.tab-pane b {
	text-transform: uppercase;
}

li {
	font-size: 16px;
}

.s_page,
article {
	& .accordion-item {
		.h2, .h3, .h4, .h5, .h6,
		h2, h3, h4, h5, h6 {
			margin-bottom: 0;
		}
	}
}
/* End */


/* 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/actions_aside/style.css?17181884261445*/
.s_actions {
	font-family: var(--circe), sans-serif;
	& .actions {
		display: flex;
		gap: 30px;
	}

	& .action {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		height: 182px;
		width: 100%;
		max-width: 317px;
		background: var(--brownDA);
		padding: 28px 24px;
		border-radius: 10px;
		cursor: pointer;
		transition: var(--tr25);
		position: relative;
		overflow: hidden;

		&:hover {
			background: var(--brownED);
		}
	}

	& .action_top {
		width: 100%;
		max-width: 234px;
		font-weight: 800;
		font-size: clamp(18px, 3vw, 24px);
		letter-spacing: -0.02em;
		text-transform: uppercase;
		color: var(--primary);
	}

	& .action_bot {
		display: flex;
		align-items: baseline;
		justify-content: space-between;
		gap: 10px;
		font-size: 20px;
		letter-spacing: -0.02em;
	}

	& .cta {
		color: var(--black32);
		line-height: 1;
	}

	& .link_arrow {
		width: 14px;
		height: 14px;
		flex-shrink: 0;
	}

	& .action:has(.bg) {
		width: 100%;
		max-width: unset;
		background: transparent;

		& .action_top {
			max-width: 205px;
		}

		& .action_bot {
			justify-content: flex-end;
		}

		& .link_arrow {
			width: 36px;
			height: 36px;
		}

		&:after {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: #ffffff;
			opacity: 0;
			transition: var(--tr25);
		}

		&:hover:after {
			opacity: .2;
		}
	}
}

.service .s_actions .action {
	max-width: 100%;
}
/* End */
/* /local/templates/mfc/components/bitrix/news/services/bitrix/news.detail/.default/style.css?1726208045359 */
/* /local/templates/mfc/components/bitrix/system.pagenavigation/.default/style.css?17181929441501 */
/* /local/templates/mfc/components/bitrix/news.list/actions_aside/style.css?17181884261445 */
