/* Шрифты */

@font-face {
	font-family: "Circe";
	src: url("/local/templates/orion/fonts/circe.eot");
	src: url("/local/templates/orion/fonts/circe.eot?#iefix") format("embedded-opentype"), url("/local/templates/orion/fonts/circe.woff2") format("woff2"), url("/local/templates/orion/fonts/circe.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: "Circe Light";
	src: url("/local/templates/orion/fonts/circe_light.eot");
	src: url("/local/templates/orion/fonts/circe_light.eot?#iefix") format("embedded-opentype"), url("/local/templates/orion/fonts/circe_light.woff2") format("woff2"), url("/local/templates/orion/fonts/circe_light.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: "Circe Bold";
	src: url("/local/templates/orion/fonts/circe_bold.eot");
	src: url("/local/templates/orion/fonts/circe_bold.eot?#iefix") format("embedded-opentype"), url("/local/templates/orion/fonts/circe_bold.woff2") format("woff2"), url("/local/templates/orion/fonts/circe_bold.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}



/* Главная страница */

/* Новости контейнер */

.orion-news {
	--Blue: #034162;
	--Body_Text: #1F1F1F;
	--Light_blue: #69C3C4;
	--White: #FFFFFF;

	background: url(/local/templates/orion/img/Wave_blue.png);
	background-repeat: repeat-x;
	background-size: 600px;

	display: flex;
	flex-direction: column;
	gap: 42px;

	margin-bottom: 85px;
}

/* Новости название */

.orion-news_title-wrapper {
	display: flex;
	width: 100%;
	justify-content: center;
	margin-top: 64px;
}

.orion-news_title-wrapper>h2 {
	color: var(--Blue, #034162);
	text-align: center;
	font-family: "Circe", sans-serif;
	font-size: 46px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	letter-spacing: 1.38px;
	text-transform: uppercase;
	margin: 0 0;
}

/* Новости карточки */

.orion-news_cards-wrapper {
	display: flex;
	justify-content: center;
	gap: 36px;
	flex-wrap: wrap;
}

/* если надо начинать с левого края */

/* .orion-news_cards-wrapper {
    display: grid;
    grid-template-columns: 276px 276px 276px 276px;
    gap: 36px;
    justify-content: center;
} */

/* Новости карточки карточка */

.orion-news_card {
	border-radius: 55px 55px 0px 0px;
	background: #FFF;
	display: flex;
	flex-direction: column;
	gap: 17px;
	width: 276px !important;
}

/* Новости карточки карточка картинка */

.orion-news_card-image {
	width: 276px;
	height: 180px;
	border-radius: 55px 55px 0px 0px;
}

/* Новости карточки карточка дата */

.orion-news_card-date--primary {
	color: var(--Blue, #034162);
	font-family: "Circe", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	letter-spacing: 0.72px;
	text-transform: uppercase;
}

.orion-news_card-date--secondary {
	color: var(--Blue, #034162);
	font-family: "Circe", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

/* Новости карточки карточка текст */

.orion-news_card-text {
	color: var(--Body_Text, #1F1F1F);
	font-family: "Circe", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

/* Новости кнопка */

.orion-news_button-wrapper {
	width: 100%;
	display: flex;
	justify-content: center;
}

.orion-news_button {
	width: 274px;
	height: 67px;
	border-radius: 33px;
	border: 1px solid var(--Blue, #034162);
	justify-content: center;
	align-items: center;
	display: flex;
	text-decoration: none;

	color: var(--Blue, #034162);
	text-align: center;
	font-family: Circe;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 3.2px;
	text-transform: uppercase;

	cursor: pointer;

	opacity: 1;
	transition: opacity 0.3s;
}

.orion-news_button:hover {
	opacity: 0.5;
}

/* для слайдера */

.swiper-slide-next,
.swiper-slide-prev {
	opacity: 1 !important;
	transition: none !important;
}

/* END Главная страница */



/* Страница всех новостей */

/* отсутп от шапки */

.orion-newspage_margin-header {
	width: 100%;
	height: 117px;
}

@media screen and (max-width:1075px) {
	.orion-newspage_margin-header {
		height: 60px;
	}
}

/* Новости */

.orion-newspage_cards-wrapper {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 36px;
	margin-top: 83px;
	margin-bottom: 75px;
}

/* Новости карточка */

.orion-newspage_card {
	display: flex;
	width: 380px;
	flex-direction: column;
	align-items: flex-start;
	gap: 21.647px;
	position: relative;
}

/* мобильная полосочка */

@media screen and (max-width:500px) {
	.orion-newspage_card::after {
		content: '';
		width: 100%;
		height: 1px;
		background-color: #F4B276;
	}
}

/* Новости карточка картинка */

.orion-newspage_card-image {
	width: 100%;
	border-radius: 55px 55px 0px 0px;
}

/* новости карточка ссылка */

@media screen and (min-width:500px) {
	.orion-newspage_card-link {
		opacity: 0;
		transition: opacity 0.3s;
	}
}

.orion-newspage_card-link {
	width: 100%;
	display: flex;
	justify-content: center;
	/* opacity: 0;
    transition: opacity 0.3s; */
}

.orion-newspage_card:hover>.orion-newspage_card-link {
	opacity: 1;
}

/* END Страница всех новостей */

/* Страница новости детальная */

/* враппер страницы */

.orion-onenew_pagewrapper {
	--Light_Orange: #FDF1E5;

	background-color: var(--Light_Orange, #FDF1E5);
	font-family: "Circe", sans-serif;
}

/* Блок */

.orion-onenew_wrapper {
	width: 1212px;
	background-color: var(--White, #FFF);
	border-radius: 77px;
	margin: 0 auto;
	margin-top: 32px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 77px;
	margin-bottom: 134px;
}

/* Блок контент */

.orion-onenew_content {
	width: 1000px;
	margin-top: 53px;
	display: flex;
	flex-direction: column;
	gap: 41px;
}

/* Блок картинка */

.orion-onenew_image {
	object-fit: cover;
	width: 100%;
	height: 280px;
	border-radius: 77px 77px 0px 0px;
}

/* Блок текст жирный */

.orion-onenew_text--primary {
	font-weight: 700;
}

/* Блок сепаратор */

.orion-onenew_separator {
	width: 100%;
	height: 2px;
	background-image: url("/local/templates/orion/img/border.svg");
}

/* Блок кнопка-назад */

.orion-onenew_backlink {
	display: flex;
	align-items: center;
	gap: 11px;
	/* тут должен быть какой-то шрифт */
	align-self: flex-start;
}

@media screen and (max-width:1212px) {
	.orion-onenew_wrapper {
		width: 100%;
	}

	.orion-onenew_content {
		width: 80%;
	}

	.orion-onenew_backlink {
		align-self: center;
	}

	.orion-onenew_image {
		height: 200px;
	}

	.orion-onenew_title_wrapper>h2 {
		font-size: 18px;
	}
}

/* END Страница новости детальная */