

/* 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/other_proj/style.css?17302972203080*/
.news_search form.form_search {
	max-width: 100%;

	iframe {
		display: none;
	}
}

.news_right {
	padding-top: 7px;
}

.news_main {
	display: flex;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: clamp(16px, 3vw, 50px);
	position: relative;
}

.main_left {
	display: flex;
	flex: 1 0 63%;
	overflow: hidden;
	position: relative;

	img {
		height: 100%;
		width: 100%;
		object-fit: cover;
		object-position: center;
		transition: var(--tr25);
	}
}

.main_left:hover img {
	transform: scale(1.1);
}

.main_date {
	position: absolute;
	bottom: 18px;
	left: 27px;
	font-weight: 700;
	font-size: 12px;
	line-height: 166%;
	letter-spacing: -0.02em;
	color: #fff;
	z-index: 2;
}

.main_right {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: clamp(5px, 2vw, 32px);
	width: 100%;
	background: #FAF6F2;
	padding: 1.5rem 2.3rem .9rem;
}

.main_top {
	font-family: var(--circe), sans-serif;
	font-weight: 700;
	font-size: clamp(20px, 3vw, 28px);
	line-height: 138%;
	letter-spacing: -0.02em;
	color: var(--primary);
}

.main_mid p,
.main_mid {
	font-family: var(--circe), sans-serif !important;
	font-size: 15px;
	line-height: 145%;
	letter-spacing: -0.01em;
	color: #464646;
	margin: 0 !important;

	img {
		display: none;
	}
}

.main_mid video {
	border-radius: 10px;
}

.main_bot {
	margin-top: auto;
	position: relative;

	a {
		font-family: var(--circe), sans-serif;
		font-size: clamp(18px, 3vw, 20px);
		line-height: 130%;
		letter-spacing: -0.02em;
		color: var(--black32);
		padding: 10px 0;

		&:hover {
			color: var(--secondary);
		}
	}
}

.main_bot .link_arrow {
	width: 14px;
	height: 14px;
}

@media (max-width: 1189px) {
	.main_left {
		flex: 1 0 40%;
	}
}

@media (max-width: 991px) {
	.news_main {
		flex-direction: column;
	}

	.main_left {
		flex: 1 0 300px;
	}
}

@media (max-width: 575px) {
	.main_left {
		display: none;
	}

	.main_right {
		padding: 15px;
	}
}

/*
.news_list {

	& .item:has(a:hover) {
		img {
			transform: scale(1.1);
		}

		& .item_name {
			color: var(--secondary);
		}
	}

	& .item img {
		width: 100%;
		object-fit: cover;
		object-position: center;
		transition: transform .2s;
	}

	& .item_wr {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		width: 100%;
	}

	& .list_items {
		display: flex;
		flex-direction: column;
		gap: clamp(20px, 3vw, 50px);

		& .item {
			display: flex;
			gap: 31px;
			min-height: 151px;
		}

		& .b_img {
			display: flex;
			flex: 1 0 31%;
			border-radius: 10px;
			overflow: hidden;
			min-height: 235px;
		}
	}

	& .item_name {
		font-family: var(--circe), sans-serif;
		font-weight: 700;
		font-size: 28px;
		color: var(--primary);
		transition: var(--tr25);
	}

	& .item_date {
		font-family: var(--openSans), sans-serif;
		font-weight: 600;
		font-size: 15px;
		line-height: 1;
		letter-spacing: -0.02em;
		color: #878787;
		margin-top: auto;
	}
}*/
/* End */
/* /local/templates/mfc/components/bitrix/system.pagenavigation/.default/style.css?17181929441501 */
/* /local/templates/mfc/components/bitrix/news.list/other_proj/style.css?17302972203080 */
