

/* 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/vopros-otvet/style.css?17875668561235*/
.vopros_section {
	max-width: 86.8rem;
	display: flex;
	flex-direction: column;
	gap: var(--space-6);
	margin: var(--space-9) 0 0 0;
}

.vopros_item {
	display: flex;
	flex-direction: column;
	background-color: hsla(210, 40%, 96%, 1);
	padding: 2rem;
	border-radius: 1.5rem;
	cursor: pointer;
}

.vopros_item__title {
	display: flex;
	justify-content: space-between;
}

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

.vopros_item__title button {
	width: 3.2rem;
	height: 3.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: #E2E8F0;
	transition: .3s linear;
}

.vopros_item__title svg {
	width: 1.2rem;
	height: 1.2rem;
	color: hsla(215, 18%, 47%, 1);
	transition: .3s linear;
}

.vopros_item:hover button {
	background-color: var(--fg-brand);
}

.vopros_item:hover svg {
	color: #fff;
}

.vopros_item__content {
	display: grid;
	grid-template-rows: 0fr;
	margin-top: 0;
	transition: grid-template-rows .35s ease, margin-top .35s ease;
}

.vopros_item__content-inner {
	overflow: hidden;
	min-height: 0;
}

.vopros_item.open .vopros_item__content {
	grid-template-rows: 1fr;
	margin-top: var(--space-4);
}
/* 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/system.pagenavigation/.default/style.css?1785325142624 */
/* /local/templates/gianit/components/bitrix/news.list/vopros-otvet/style.css?17875668561235 */
/* /local/templates/gianit/components/bitrix/form/main/bitrix/form.result.new/.default/style.css?1781856324796 */
