

/* Start:/local/templates/gianit/components/bitrix/news/stati/bitrix/news.detail/.default/style.css?17883473181655*/
.blog_content {
	display: flex;
	flex-direction: column;
	gap: 4.8rem;
}

.post__date {
	font-size: 1.8rem;
}

.post_navigation {
	max-width: 57rem;
	display: flex;
	flex-direction: column;
	gap: 3.2rem;
	background-color: hsla(210, 40%, 96%, 1);
	padding: 2.4rem;
	border-radius: 1.6rem;
}

.post_navigation article {
	font-size: 1.8rem;
	color: hsla(217, 36%, 18%, 1);
	line-height: 140%;
	font-weight: 500;
}

.post_navigation ol {
	display: flex;
	flex-direction: column;
	gap: 1.6rem;
}

.post_navigation li::marker {
	color: var(--color-brand-600);
}

.post_navigation a {
	font-size: 1.4rem;
	color: var(--color-brand-600);
	line-height: 120%;
	letter-spacing: -5%;
	font-weight: 400;
	transition: .3s linear;
}

.post_navigation a:hover {
	color: var(--color-brand-500);
}

.post_text__container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 8rem;
}

.post_text__txt {
	display: flex;
	flex-direction: column;
	gap: 3.2rem;
}

.post_text__txt p {
	font-size: 2.4rem;
	line-height: 150%;
	letter-spacing: -5%;
	font-weight: 400;
	color: hsla(217, 36%, 18%, 1);
}

.post_text__txt h2,
.post_text__txt h3 {
	font-size: 3.6rem;
	color: var(--color-brand-600);
}

.post_text__img img {
	border-radius: 1.6rem;
}

.blog_img__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2.4rem;
}

.blog_img__grid img {
	width: 100%;
	border-radius: 1.6rem;
}

@media (max-width: 1024px) {
	.post_text__container {
		display: flex;
		flex-direction: column-reverse;
	}

	.blog_img__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 697px) {
	.blog_img__grid {
		grid-template-columns: repeat(1, 1fr);
	}
}
/* End */


/* Start:/local/templates/gianit/components/bitrix/system.pagenavigation/.default/style.css?1785325142624*/
.navigation {
	display: flex;
	gap: .8rem;
	align-items: center;
}

.navigation a:first-child svg {
	transform: rotate(180deg);
}

.navigation a {
	width: 3.2rem;
	height: 3.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.6rem;
	color: hsla(215, 23%, 65%, 1);
	line-height: 120%;
	letter-spacing: -5%;
	border-radius: .8rem;
	transition: .3s linear;
}

.navigation svg {
	width: 1.6rem;
	height: 1.6rem;
}

.navigation a:hover {
	background-color: hsla(213, 29%, 84%, 1);
	color: hsla(217, 36%, 18%, 1);
}

.navigation a.active {
	background-color: hsla(227, 76%, 41%, 1);
	color: #fff;
}
/* End */


/* Start:/local/templates/gianit/components/bitrix/news.list/blog_slider_page/style.css?1788346268131*/
.post__excerpt {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-clamp: 3;
	-webkit-line-clamp: 3;
}
/* End */


/* Start:/local/templates/gianit/components/bitrix/form/main/bitrix/form.result.new/.default/style.css?1781856324796*/
input[type="submit"] {
	border: none;
}

.errortext {
	font-size: 1.4rem;
	line-height: 0;
	letter-spacing: 0;
}

br {
	display: block;
	height: .5rem;
}

.checkbox {
	background: #fff !important;
	border: 1px solid var(--color-brand-600);
	transition: .2s ease;
}

.checkbox__input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

/* скрываем галочку */
.checkbox .icon {
	opacity: 0;
	transition: opacity .2s ease;
}

/* показываем при checked */
.checkbox__input:checked+.checkbox {
	background: var(--color-brand-600) !important;
}

.checkbox__input:checked+.checkbox .icon {
	opacity: 1;
}

.form__consent a {
	color: var(--color-brand-600);
}

.contact__top a:hover {
	color: var(--color-brand-500);
}
/* End */
/* /local/templates/gianit/components/bitrix/news/stati/bitrix/news.detail/.default/style.css?17883473181655 */
/* /local/templates/gianit/components/bitrix/system.pagenavigation/.default/style.css?1785325142624 */
/* /local/templates/gianit/components/bitrix/news.list/blog_slider_page/style.css?1788346268131 */
/* /local/templates/gianit/components/bitrix/form/main/bitrix/form.result.new/.default/style.css?1781856324796 */
