

/* Start:/local/templates/gianit/components/bitrix/news.detail/detail/style.css?17884456576149*/
.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__txt a {
	color: var(--color-brand-600);
}

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

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

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

.otdel_img {
	max-width: 42rem;
	height: 48rem;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 1.6rem;
}

.otdel_title {
	font-size: 2.4rem;
	font-weight: 500;
	color: hsla(227, 76%, 41%, 1);
}

.otdel_post {
	font-size: 1.8rem;
	font-weight: 500;
	color: hsla(217, 36%, 18%, 1);
}

.otdel_phone,
.otdel_mail {
	display: flex;
	align-items: center;
	gap: 1.6rem;
	font-size: 1.4rem;
	font-weight: 500;
	color: hsla(217, 36%, 18%, 1);
	transition: .3s;
}

.otdel_phone:hover,
.otdel_mail:hover {
	color: hsla(227, 76%, 41%, 1);
}

@media(max-width: 1024px) {
	.otdel_content {
		grid-template-columns: repeat(2, 1fr);
	}
}

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

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

.sert_item {
	display: flex;
	gap: 1.6rem;
}

.sert_img {
	display: block;
	max-width: 16rem;
	height: 11rem;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 1.6rem;
	overflow: hidden;
}

.sert_img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sert_title-link {
	display: block;
	text-decoration: none;
}

.sert_title-link:hover .sert_title {
	color: hsla(227, 76%, 41%, 1);
}

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

.sert_title {
	font-size: 1.6rem;
	font-weight: 500;
	color: hsla(217, 36%, 18%, 1);
}

.sert_meta {
	font-size: 1.4rem;
	font-weight: 500;
	color: hsla(215, 18%, 47%, 1);
}

.sert_download {
	width: 15rem;
}

@media(max-width: 1024px) {
	.sert_content {
		grid-template-columns: repeat(2, 1fr);
	}
}

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

.delivery-tabs .tab-pane {
	display: none;
}

.delivery-tabs .tab-pane.active {
	display: block;
}

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

.description-review-topbar {
	display: flex;
	gap: .8rem;
}

.description-review-topbar a {
	padding: 1.2rem 1.6rem;
	border: 1px solid hsla(215, 18%, 47%, 1);
	border-radius: 1.2rem;
	color: hsla(215, 18%, 47%, 1);
	font-size: 1.4rem;
	font-weight: 600;
	transition: .3s linear;
}

.description-review-topbar a:hover {
	border: 1px solid var(--color-brand-600);
	color: var(--color-brand-600);
}

.description-review-topbar a.active {
	background-color: var(--color-brand-600);
	border: 1px solid var(--color-brand-600);
	color: #fff;
}

.tab-pane article {
	font-size: 1.8rem;
	font-weight: 500;
	color: hsla(217, 36%, 18%, 1);
}

@media(max-width: 1024px) {
	.tab-pane iframe {
		display: block;
		margin: 0 auto;
	}
}

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

.about-rekvizity table,
.about-rekvizity thead,
.about-rekvizity tbody,
.about-rekvizity tfoot,
.about-rekvizity tr,
.about-rekvizity th,
.about-rekvizity td {
	all: initial;
	font-family: var(--font-sans);
}

.about-rekvizity tbody {
	display: flex;
	flex-direction: column;
	gap: 1.6rem;
}

.about-rekvizity tr {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px dashed hsla(214, 32%, 91%, 1);
}

.about-rekvizity td {
	font-size: 1.4rem;
	line-height: 120%;
	letter-spacing: -5%;
}

.about-rekvizity td:first-child {
	color: hsla(215, 18%, 47%, 1);
}

.about-rekvizity td:first-child::after {
	content: "";
	display: block;
	width: 100%;
}

.about-rekvizity td:last-child {
	color: hsla(217, 36%, 18%, 1);
}

.download-rekvizity {
	max-width: 20rem;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1.6rem 2.4rem;
	background: hsla(213, 29%, 84%, 1);
	border-radius: 1.2rem;
	font-size: 1.6rem;
	font-weight: 500;
	color: hsla(217, 36%, 18%, 1);
	transition: .3s linear;
}

.download-rekvizity:hover {
	background: var(--color-brand-600);
	color: #fff;
}

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

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

.payment_info {
	display: flex;
	flex-direction: column;
	gap: .8rem;
}

.payment_title {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 100%;
	color: hsla(217, 36%, 18%, 1);
}

.payment_desc {
	font-size: 1.4rem !important;
	line-height: 120% !important;
	letter-spacing: -5% !important;
	color: hsla(215, 18%, 47%, 1) !important;
}

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

@media(max-width: 697px) {
	.payment_content__flex {
		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/vacansy/style.css?1788344278764*/
.vacansy_flex {
	display: flex;
	flex-direction: column;
	gap: 2.4rem;
	font-size: 1.4rem;
	color: hsla(217, 36%, 18%, 1);
}

.vacansy_item {
	display: flex;
	flex-direction: column;
	gap: 2.4rem;
	padding: 2.4rem;
	border-radius: 1.6rem;
	background: hsla(210, 40%, 96%, 1);
}

.vacansy_item__title,
.vacansy_item__name {
	display: flex;
	flex-direction: column;
	gap: 1.6rem;
}

.vacansy_item__name article {
	font-size: 3.2rem;
	font-weight: 600;
	line-height: 80%;
	letter-spacing: -5%;
	color: hsla(217, 36%, 18%, 1);
}

.vacansy_item__name p {
	font-size: 1.4rem;
	line-height: 120%;
	letter-spacing: -5%;
	color: hsla(215, 18%, 47%, 1);
}

.vacansy_item__price {
	font-size: 3.2rem;
	font-weight: 500;
	letter-spacing: -5%;
	color: hsla(227, 76%, 41%, 1);
}
/* 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.detail/detail/style.css?17884456576149 */
/* /local/templates/gianit/components/bitrix/system.pagenavigation/.default/style.css?1785325142624 */
/* /local/templates/gianit/components/bitrix/news.list/vacansy/style.css?1788344278764 */
/* /local/templates/gianit/components/bitrix/form/main/bitrix/form.result.new/.default/style.css?1781856324796 */
