html {
	-webkit-text-size-adjust: 100%;
	line-height: 1.15;
}

body {
	margin: 0;
}

/*!
 * Bootstrap Grid v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	width: 100%;
	padding-right: calc(var(--bs-gutter-x) * 0.5);
	padding-left: calc(var(--bs-gutter-x) * 0.5);
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.container-sm,
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container-md,
	.container-sm,
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container-lg,
	.container-md,
	.container-sm,
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container-xl,
	.container-lg,
	.container-md,
	.container-sm,
	.container {
		max-width: 1140px;
	}
}

@media (min-width: 1400px) {
	.container-xxl,
	.container-xl,
	.container-lg,
	.container-md,
	.container-sm,
	.container {
		max-width: 1320px;
	}
}

:root {
	--bs-breakpoint-xs: 0;
	--bs-breakpoint-sm: 576px;
	--bs-breakpoint-md: 768px;
	--bs-breakpoint-lg: 992px;
	--bs-breakpoint-xl: 1200px;
	--bs-breakpoint-xxl: 1400px;
}

.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: calc(-0.5 * var(--bs-gutter-x));
	margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
	box-sizing: border-box;
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * 0.5);
	padding-left: calc(var(--bs-gutter-x) * 0.5);
	margin-top: var(--bs-gutter-y);
}

.col {
	flex: 1 0 0%;
}

.row-cols-auto > * {
	flex: 0 0 auto;
	width: auto;
}

.row-cols-1 > * {
	flex: 0 0 auto;
	width: 100%;
}

.row-cols-2 > * {
	flex: 0 0 auto;
	width: 50%;
}

.row-cols-3 > * {
	flex: 0 0 auto;
	width: 33.33333333%;
}

.row-cols-4 > * {
	flex: 0 0 auto;
	width: 25%;
}

.row-cols-5 > * {
	flex: 0 0 auto;
	width: 20%;
}

.row-cols-6 > * {
	flex: 0 0 auto;
	width: 16.66666667%;
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
}

.col-1 {
	flex: 0 0 auto;
	width: 8.33333333%;
}

.col-2 {
	flex: 0 0 auto;
	width: 16.66666667%;
}

.col-3 {
	flex: 0 0 auto;
	width: 25%;
}

.col-4 {
	flex: 0 0 auto;
	width: 33.33333333%;
}

.col-5 {
	flex: 0 0 auto;
	width: 41.66666667%;
}

.col-6 {
	flex: 0 0 auto;
	width: 50%;
}

.col-7 {
	flex: 0 0 auto;
	width: 58.33333333%;
}

.col-8 {
	flex: 0 0 auto;
	width: 66.66666667%;
}

.col-9 {
	flex: 0 0 auto;
	width: 75%;
}

.col-10 {
	flex: 0 0 auto;
	width: 83.33333333%;
}

.col-11 {
	flex: 0 0 auto;
	width: 91.66666667%;
}

.col-12 {
	flex: 0 0 auto;
	width: 100%;
}

.offset-1 {
	margin-left: 8.33333333%;
}

.offset-2 {
	margin-left: 16.66666667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.33333333%;
}

.offset-5 {
	margin-left: 41.66666667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.33333333%;
}

.offset-8 {
	margin-left: 66.66666667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.33333333%;
}

.offset-11 {
	margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
	--bs-gutter-x: 0;
}

.g-0,
.gy-0 {
	--bs-gutter-y: 0;
}

.g-1,
.gx-1 {
	--bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
	--bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
	--bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
	--bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
	--bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
	--bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
	--bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
	--bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
	--bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
	--bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
	.col-sm {
		flex: 1 0 0%;
	}

	.row-cols-sm-auto > * {
		flex: 0 0 auto;
		width: auto;
	}

	.row-cols-sm-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}

	.row-cols-sm-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}

	.row-cols-sm-3 > * {
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.row-cols-sm-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}

	.row-cols-sm-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}

	.row-cols-sm-6 > * {
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
	}

	.col-sm-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}

	.col-sm-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.col-sm-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.col-sm-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.col-sm-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}

	.col-sm-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.col-sm-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}

	.col-sm-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}

	.col-sm-9 {
		flex: 0 0 auto;
		width: 75%;
	}

	.col-sm-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}

	.col-sm-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}

	.col-sm-12 {
		flex: 0 0 auto;
		width: 100%;
	}

	.offset-sm-0 {
		margin-left: 0;
	}

	.offset-sm-1 {
		margin-left: 8.33333333%;
	}

	.offset-sm-2 {
		margin-left: 16.66666667%;
	}

	.offset-sm-3 {
		margin-left: 25%;
	}

	.offset-sm-4 {
		margin-left: 33.33333333%;
	}

	.offset-sm-5 {
		margin-left: 41.66666667%;
	}

	.offset-sm-6 {
		margin-left: 50%;
	}

	.offset-sm-7 {
		margin-left: 58.33333333%;
	}

	.offset-sm-8 {
		margin-left: 66.66666667%;
	}

	.offset-sm-9 {
		margin-left: 75%;
	}

	.offset-sm-10 {
		margin-left: 83.33333333%;
	}

	.offset-sm-11 {
		margin-left: 91.66666667%;
	}

	.g-sm-0,
	.gx-sm-0 {
		--bs-gutter-x: 0;
	}

	.g-sm-0,
	.gy-sm-0 {
		--bs-gutter-y: 0;
	}

	.g-sm-1,
	.gx-sm-1 {
		--bs-gutter-x: 0.25rem;
	}

	.g-sm-1,
	.gy-sm-1 {
		--bs-gutter-y: 0.25rem;
	}

	.g-sm-2,
	.gx-sm-2 {
		--bs-gutter-x: 0.5rem;
	}

	.g-sm-2,
	.gy-sm-2 {
		--bs-gutter-y: 0.5rem;
	}

	.g-sm-3,
	.gx-sm-3 {
		--bs-gutter-x: 1rem;
	}

	.g-sm-3,
	.gy-sm-3 {
		--bs-gutter-y: 1rem;
	}

	.g-sm-4,
	.gx-sm-4 {
		--bs-gutter-x: 1.5rem;
	}

	.g-sm-4,
	.gy-sm-4 {
		--bs-gutter-y: 1.5rem;
	}

	.g-sm-5,
	.gx-sm-5 {
		--bs-gutter-x: 3rem;
	}

	.g-sm-5,
	.gy-sm-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width: 768px) {
	.col-md {
		flex: 1 0 0%;
	}

	.row-cols-md-auto > * {
		flex: 0 0 auto;
		width: auto;
	}

	.row-cols-md-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}

	.row-cols-md-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}

	.row-cols-md-3 > * {
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.row-cols-md-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}

	.row-cols-md-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}

	.row-cols-md-6 > * {
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
	}

	.col-md-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}

	.col-md-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.col-md-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.col-md-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.col-md-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}

	.col-md-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.col-md-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}

	.col-md-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}

	.col-md-9 {
		flex: 0 0 auto;
		width: 75%;
	}

	.col-md-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}

	.col-md-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}

	.col-md-12 {
		flex: 0 0 auto;
		width: 100%;
	}

	.offset-md-0 {
		margin-left: 0;
	}

	.offset-md-1 {
		margin-left: 8.33333333%;
	}

	.offset-md-2 {
		margin-left: 16.66666667%;
	}

	.offset-md-3 {
		margin-left: 25%;
	}

	.offset-md-4 {
		margin-left: 33.33333333%;
	}

	.offset-md-5 {
		margin-left: 41.66666667%;
	}

	.offset-md-6 {
		margin-left: 50%;
	}

	.offset-md-7 {
		margin-left: 58.33333333%;
	}

	.offset-md-8 {
		margin-left: 66.66666667%;
	}

	.offset-md-9 {
		margin-left: 75%;
	}

	.offset-md-10 {
		margin-left: 83.33333333%;
	}

	.offset-md-11 {
		margin-left: 91.66666667%;
	}

	.g-md-0,
	.gx-md-0 {
		--bs-gutter-x: 0;
	}

	.g-md-0,
	.gy-md-0 {
		--bs-gutter-y: 0;
	}

	.g-md-1,
	.gx-md-1 {
		--bs-gutter-x: 0.25rem;
	}

	.g-md-1,
	.gy-md-1 {
		--bs-gutter-y: 0.25rem;
	}

	.g-md-2,
	.gx-md-2 {
		--bs-gutter-x: 0.5rem;
	}

	.g-md-2,
	.gy-md-2 {
		--bs-gutter-y: 0.5rem;
	}

	.g-md-3,
	.gx-md-3 {
		--bs-gutter-x: 1rem;
	}

	.g-md-3,
	.gy-md-3 {
		--bs-gutter-y: 1rem;
	}

	.g-md-4,
	.gx-md-4 {
		--bs-gutter-x: 1.5rem;
	}

	.g-md-4,
	.gy-md-4 {
		--bs-gutter-y: 1.5rem;
	}

	.g-md-5,
	.gx-md-5 {
		--bs-gutter-x: 3rem;
	}

	.g-md-5,
	.gy-md-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width: 992px) {
	.col-lg {
		flex: 1 0 0%;
	}

	.row-cols-lg-auto > * {
		flex: 0 0 auto;
		width: auto;
	}

	.row-cols-lg-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}

	.row-cols-lg-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}

	.row-cols-lg-3 > * {
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.row-cols-lg-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}

	.row-cols-lg-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}

	.row-cols-lg-6 > * {
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
	}

	.col-lg-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}

	.col-lg-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.col-lg-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.col-lg-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.col-lg-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}

	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.col-lg-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}

	.col-lg-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}

	.col-lg-9 {
		flex: 0 0 auto;
		width: 75%;
	}

	.col-lg-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}

	.col-lg-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}

	.col-lg-12 {
		flex: 0 0 auto;
		width: 100%;
	}

	.offset-lg-0 {
		margin-left: 0;
	}

	.offset-lg-1 {
		margin-left: 8.33333333%;
	}

	.offset-lg-2 {
		margin-left: 16.66666667%;
	}

	.offset-lg-3 {
		margin-left: 25%;
	}

	.offset-lg-4 {
		margin-left: 33.33333333%;
	}

	.offset-lg-5 {
		margin-left: 41.66666667%;
	}

	.offset-lg-6 {
		margin-left: 50%;
	}

	.offset-lg-7 {
		margin-left: 58.33333333%;
	}

	.offset-lg-8 {
		margin-left: 66.66666667%;
	}

	.offset-lg-9 {
		margin-left: 75%;
	}

	.offset-lg-10 {
		margin-left: 83.33333333%;
	}

	.offset-lg-11 {
		margin-left: 91.66666667%;
	}

	.g-lg-0,
	.gx-lg-0 {
		--bs-gutter-x: 0;
	}

	.g-lg-0,
	.gy-lg-0 {
		--bs-gutter-y: 0;
	}

	.g-lg-1,
	.gx-lg-1 {
		--bs-gutter-x: 0.25rem;
	}

	.g-lg-1,
	.gy-lg-1 {
		--bs-gutter-y: 0.25rem;
	}

	.g-lg-2,
	.gx-lg-2 {
		--bs-gutter-x: 0.5rem;
	}

	.g-lg-2,
	.gy-lg-2 {
		--bs-gutter-y: 0.5rem;
	}

	.g-lg-3,
	.gx-lg-3 {
		--bs-gutter-x: 1rem;
	}

	.g-lg-3,
	.gy-lg-3 {
		--bs-gutter-y: 1rem;
	}

	.g-lg-4,
	.gx-lg-4 {
		--bs-gutter-x: 1.5rem;
	}

	.g-lg-4,
	.gy-lg-4 {
		--bs-gutter-y: 1.5rem;
	}

	.g-lg-5,
	.gx-lg-5 {
		--bs-gutter-x: 3rem;
	}

	.g-lg-5,
	.gy-lg-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		flex: 1 0 0%;
	}

	.row-cols-xl-auto > * {
		flex: 0 0 auto;
		width: auto;
	}

	.row-cols-xl-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}

	.row-cols-xl-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}

	.row-cols-xl-3 > * {
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.row-cols-xl-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}

	.row-cols-xl-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}

	.row-cols-xl-6 > * {
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
	}

	.col-xl-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}

	.col-xl-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.col-xl-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.col-xl-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.col-xl-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}

	.col-xl-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.col-xl-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}

	.col-xl-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}

	.col-xl-9 {
		flex: 0 0 auto;
		width: 75%;
	}

	.col-xl-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}

	.col-xl-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}

	.col-xl-12 {
		flex: 0 0 auto;
		width: 100%;
	}

	.offset-xl-0 {
		margin-left: 0;
	}

	.offset-xl-1 {
		margin-left: 8.33333333%;
	}

	.offset-xl-2 {
		margin-left: 16.66666667%;
	}

	.offset-xl-3 {
		margin-left: 25%;
	}

	.offset-xl-4 {
		margin-left: 33.33333333%;
	}

	.offset-xl-5 {
		margin-left: 41.66666667%;
	}

	.offset-xl-6 {
		margin-left: 50%;
	}

	.offset-xl-7 {
		margin-left: 58.33333333%;
	}

	.offset-xl-8 {
		margin-left: 66.66666667%;
	}

	.offset-xl-9 {
		margin-left: 75%;
	}

	.offset-xl-10 {
		margin-left: 83.33333333%;
	}

	.offset-xl-11 {
		margin-left: 91.66666667%;
	}

	.g-xl-0,
	.gx-xl-0 {
		--bs-gutter-x: 0;
	}

	.g-xl-0,
	.gy-xl-0 {
		--bs-gutter-y: 0;
	}

	.g-xl-1,
	.gx-xl-1 {
		--bs-gutter-x: 0.25rem;
	}

	.g-xl-1,
	.gy-xl-1 {
		--bs-gutter-y: 0.25rem;
	}

	.g-xl-2,
	.gx-xl-2 {
		--bs-gutter-x: 0.5rem;
	}

	.g-xl-2,
	.gy-xl-2 {
		--bs-gutter-y: 0.5rem;
	}

	.g-xl-3,
	.gx-xl-3 {
		--bs-gutter-x: 1rem;
	}

	.g-xl-3,
	.gy-xl-3 {
		--bs-gutter-y: 1rem;
	}

	.g-xl-4,
	.gx-xl-4 {
		--bs-gutter-x: 1.5rem;
	}

	.g-xl-4,
	.gy-xl-4 {
		--bs-gutter-y: 1.5rem;
	}

	.g-xl-5,
	.gx-xl-5 {
		--bs-gutter-x: 3rem;
	}

	.g-xl-5,
	.gy-xl-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width: 1400px) {
	.col-xxl {
		flex: 1 0 0%;
	}

	.row-cols-xxl-auto > * {
		flex: 0 0 auto;
		width: auto;
	}

	.row-cols-xxl-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}

	.row-cols-xxl-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}

	.row-cols-xxl-3 > * {
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.row-cols-xxl-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}

	.row-cols-xxl-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}

	.row-cols-xxl-6 > * {
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.col-xxl-auto {
		flex: 0 0 auto;
		width: auto;
	}

	.col-xxl-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}

	.col-xxl-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.col-xxl-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.col-xxl-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.col-xxl-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}

	.col-xxl-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.col-xxl-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}

	.col-xxl-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}

	.col-xxl-9 {
		flex: 0 0 auto;
		width: 75%;
	}

	.col-xxl-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}

	.col-xxl-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}

	.col-xxl-12 {
		flex: 0 0 auto;
		width: 100%;
	}

	.offset-xxl-0 {
		margin-left: 0;
	}

	.offset-xxl-1 {
		margin-left: 8.33333333%;
	}

	.offset-xxl-2 {
		margin-left: 16.66666667%;
	}

	.offset-xxl-3 {
		margin-left: 25%;
	}

	.offset-xxl-4 {
		margin-left: 33.33333333%;
	}

	.offset-xxl-5 {
		margin-left: 41.66666667%;
	}

	.offset-xxl-6 {
		margin-left: 50%;
	}

	.offset-xxl-7 {
		margin-left: 58.33333333%;
	}

	.offset-xxl-8 {
		margin-left: 66.66666667%;
	}

	.offset-xxl-9 {
		margin-left: 75%;
	}

	.offset-xxl-10 {
		margin-left: 83.33333333%;
	}

	.offset-xxl-11 {
		margin-left: 91.66666667%;
	}

	.g-xxl-0,
	.gx-xxl-0 {
		--bs-gutter-x: 0;
	}

	.g-xxl-0,
	.gy-xxl-0 {
		--bs-gutter-y: 0;
	}

	.g-xxl-1,
	.gx-xxl-1 {
		--bs-gutter-x: 0.25rem;
	}

	.g-xxl-1,
	.gy-xxl-1 {
		--bs-gutter-y: 0.25rem;
	}

	.g-xxl-2,
	.gx-xxl-2 {
		--bs-gutter-x: 0.5rem;
	}

	.g-xxl-2,
	.gy-xxl-2 {
		--bs-gutter-y: 0.5rem;
	}

	.g-xxl-3,
	.gx-xxl-3 {
		--bs-gutter-x: 1rem;
	}

	.g-xxl-3,
	.gy-xxl-3 {
		--bs-gutter-y: 1rem;
	}

	.g-xxl-4,
	.gx-xxl-4 {
		--bs-gutter-x: 1.5rem;
	}

	.g-xxl-4,
	.gy-xxl-4 {
		--bs-gutter-y: 1.5rem;
	}

	.g-xxl-5,
	.gx-xxl-5 {
		--bs-gutter-x: 3rem;
	}

	.g-xxl-5,
	.gy-xxl-5 {
		--bs-gutter-y: 3rem;
	}
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-grid {
	display: grid !important;
}

.d-inline-grid {
	display: inline-grid !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex {
	display: flex !important;
}

.d-inline-flex {
	display: inline-flex !important;
}

.d-none {
	display: none !important;
}

.flex-fill {
	flex: 1 1 auto !important;
}

.flex-row {
	flex-direction: row !important;
}

.flex-column {
	flex-direction: column !important;
}

.flex-row-reverse {
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	flex-direction: column-reverse !important;
}

.flex-grow-0 {
	flex-grow: 0 !important;
}

.flex-grow-1 {
	flex-grow: 1 !important;
}

.flex-shrink-0 {
	flex-shrink: 0 !important;
}

.flex-shrink-1 {
	flex-shrink: 1 !important;
}

.flex-wrap {
	flex-wrap: wrap !important;
}

.flex-nowrap {
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse !important;
}

.justify-content-start {
	justify-content: flex-start !important;
}

.justify-content-end {
	justify-content: flex-end !important;
}

.justify-content-center {
	justify-content: center !important;
}

.justify-content-between {
	justify-content: space-between !important;
}

.justify-content-around {
	justify-content: space-around !important;
}

.justify-content-evenly {
	justify-content: space-evenly !important;
}

.align-items-start {
	align-items: flex-start !important;
}

.align-items-end {
	align-items: flex-end !important;
}

.align-items-center {
	align-items: center !important;
}

.align-items-baseline {
	align-items: baseline !important;
}

.align-items-stretch {
	align-items: stretch !important;
}

.align-content-start {
	align-content: flex-start !important;
}

.align-content-end {
	align-content: flex-end !important;
}

.align-content-center {
	align-content: center !important;
}

.align-content-between {
	align-content: space-between !important;
}

.align-content-around {
	align-content: space-around !important;
}

.align-content-stretch {
	align-content: stretch !important;
}

.align-self-auto {
	align-self: auto !important;
}

.align-self-start {
	align-self: flex-start !important;
}

.align-self-end {
	align-self: flex-end !important;
}

.align-self-center {
	align-self: center !important;
}

.align-self-baseline {
	align-self: baseline !important;
}

.align-self-stretch {
	align-self: stretch !important;
}

.order-first {
	order: -1 !important;
}

.order-0 {
	order: 0 !important;
}

.order-1 {
	order: 1 !important;
}

.order-2 {
	order: 2 !important;
}

.order-3 {
	order: 3 !important;
}

.order-4 {
	order: 4 !important;
}

.order-5 {
	order: 5 !important;
}

.order-last {
	order: 6 !important;
}

.m-0 {
	margin: 0 !important;
}

.m-1 {
	margin: 0.25rem !important;
}

.m-2 {
	margin: 0.5rem !important;
}

.m-3 {
	margin: 1rem !important;
}

.m-4 {
	margin: 1.5rem !important;
}

.m-5 {
	margin: 3rem !important;
}

.m-auto {
	margin: auto !important;
}

.mx-0 {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.mx-1 {
	margin-right: 0.25rem !important;
	margin-left: 0.25rem !important;
}

.mx-2 {
	margin-right: 0.5rem !important;
	margin-left: 0.5rem !important;
}

.mx-3 {
	margin-right: 1rem !important;
	margin-left: 1rem !important;
}

.mx-4 {
	margin-right: 1.5rem !important;
	margin-left: 1.5rem !important;
}

.mx-5 {
	margin-right: 3rem !important;
	margin-left: 3rem !important;
}

.mx-auto {
	margin-right: auto !important;
	margin-left: auto !important;
}

.my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.my-1 {
	margin-top: 0.25rem !important;
	margin-bottom: 0.25rem !important;
}

.my-2 {
	margin-top: 0.5rem !important;
	margin-bottom: 0.5rem !important;
}

.my-3 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}

.my-4 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important;
}

.my-5 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
}

.my-auto {
	margin-top: auto !important;
	margin-bottom: auto !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mt-1 {
	margin-top: 0.25rem !important;
}

.mt-2 {
	margin-top: 0.5rem !important;
}

.mt-3 {
	margin-top: 1rem !important;
}

.mt-4 {
	margin-top: 1.5rem !important;
}

.mt-5 {
	margin-top: 3rem !important;
}

.mt-auto {
	margin-top: auto !important;
}

.me-0 {
	margin-right: 0 !important;
}

.me-1 {
	margin-right: 0.25rem !important;
}

.me-2 {
	margin-right: 0.5rem !important;
}

.me-3 {
	margin-right: 1rem !important;
}

.me-4 {
	margin-right: 1.5rem !important;
}

.me-5 {
	margin-right: 3rem !important;
}

.me-auto {
	margin-right: auto !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-1 {
	margin-bottom: 0.25rem !important;
}

.mb-2 {
	margin-bottom: 0.5rem !important;
}

.mb-3 {
	margin-bottom: 1rem !important;
}

.mb-4 {
	margin-bottom: 1.5rem !important;
}

.mb-5 {
	margin-bottom: 3rem !important;
}

.mb-auto {
	margin-bottom: auto !important;
}

.ms-0 {
	margin-left: 0 !important;
}

.ms-1 {
	margin-left: 0.25rem !important;
}

.ms-2 {
	margin-left: 0.5rem !important;
}

.ms-3 {
	margin-left: 1rem !important;
}

.ms-4 {
	margin-left: 1.5rem !important;
}

.ms-5 {
	margin-left: 3rem !important;
}

.ms-auto {
	margin-left: auto !important;
}

.p-0 {
	padding: 0 !important;
}

.p-1 {
	padding: 0.25rem !important;
}

.p-2 {
	padding: 0.5rem !important;
}

.p-3 {
	padding: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}

.p-5 {
	padding: 3rem !important;
}

.px-0 {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.px-1 {
	padding-right: 0.25rem !important;
	padding-left: 0.25rem !important;
}

.px-2 {
	padding-right: 0.5rem !important;
	padding-left: 0.5rem !important;
}

.px-3 {
	padding-right: 1rem !important;
	padding-left: 1rem !important;
}

.px-4 {
	padding-right: 1.5rem !important;
	padding-left: 1.5rem !important;
}

.px-5 {
	padding-right: 3rem !important;
	padding-left: 3rem !important;
}

.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.py-1 {
	padding-top: 0.25rem !important;
	padding-bottom: 0.25rem !important;
}

.py-2 {
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
}

.py-3 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}

.py-4 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}

.py-5 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}

.pt-0 {
	padding-top: 0 !important;
}

.pt-1 {
	padding-top: 0.25rem !important;
}

.pt-2 {
	padding-top: 0.5rem !important;
}

.pt-3 {
	padding-top: 1rem !important;
}

.pt-4 {
	padding-top: 1.5rem !important;
}

.pt-5 {
	padding-top: 3rem !important;
}

.pe-0 {
	padding-right: 0 !important;
}

.pe-1 {
	padding-right: 0.25rem !important;
}

.pe-2 {
	padding-right: 0.5rem !important;
}

.pe-3 {
	padding-right: 1rem !important;
}

.pe-4 {
	padding-right: 1.5rem !important;
}

.pe-5 {
	padding-right: 3rem !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.pb-1 {
	padding-bottom: 0.25rem !important;
}

.pb-2 {
	padding-bottom: 0.5rem !important;
}

.pb-3 {
	padding-bottom: 1rem !important;
}

.pb-4 {
	padding-bottom: 1.5rem !important;
}

.pb-5 {
	padding-bottom: 3rem !important;
}

.ps-0 {
	padding-left: 0 !important;
}

.ps-1 {
	padding-left: 0.25rem !important;
}

.ps-2 {
	padding-left: 0.5rem !important;
}

.ps-3 {
	padding-left: 1rem !important;
}

.ps-4 {
	padding-left: 1.5rem !important;
}

.ps-5 {
	padding-left: 3rem !important;
}

@media (min-width: 576px) {
	.d-sm-inline {
		display: inline !important;
	}

	.d-sm-inline-block {
		display: inline-block !important;
	}

	.d-sm-block {
		display: block !important;
	}

	.d-sm-grid {
		display: grid !important;
	}

	.d-sm-inline-grid {
		display: inline-grid !important;
	}

	.d-sm-table {
		display: table !important;
	}

	.d-sm-table-row {
		display: table-row !important;
	}

	.d-sm-table-cell {
		display: table-cell !important;
	}

	.d-sm-flex {
		display: flex !important;
	}

	.d-sm-inline-flex {
		display: inline-flex !important;
	}

	.d-sm-none {
		display: none !important;
	}

	.flex-sm-fill {
		flex: 1 1 auto !important;
	}

	.flex-sm-row {
		flex-direction: row !important;
	}

	.flex-sm-column {
		flex-direction: column !important;
	}

	.flex-sm-row-reverse {
		flex-direction: row-reverse !important;
	}

	.flex-sm-column-reverse {
		flex-direction: column-reverse !important;
	}

	.flex-sm-grow-0 {
		flex-grow: 0 !important;
	}

	.flex-sm-grow-1 {
		flex-grow: 1 !important;
	}

	.flex-sm-shrink-0 {
		flex-shrink: 0 !important;
	}

	.flex-sm-shrink-1 {
		flex-shrink: 1 !important;
	}

	.flex-sm-wrap {
		flex-wrap: wrap !important;
	}

	.flex-sm-nowrap {
		flex-wrap: nowrap !important;
	}

	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}

	.justify-content-sm-start {
		justify-content: flex-start !important;
	}

	.justify-content-sm-end {
		justify-content: flex-end !important;
	}

	.justify-content-sm-center {
		justify-content: center !important;
	}

	.justify-content-sm-between {
		justify-content: space-between !important;
	}

	.justify-content-sm-around {
		justify-content: space-around !important;
	}

	.justify-content-sm-evenly {
		justify-content: space-evenly !important;
	}

	.align-items-sm-start {
		align-items: flex-start !important;
	}

	.align-items-sm-end {
		align-items: flex-end !important;
	}

	.align-items-sm-center {
		align-items: center !important;
	}

	.align-items-sm-baseline {
		align-items: baseline !important;
	}

	.align-items-sm-stretch {
		align-items: stretch !important;
	}

	.align-content-sm-start {
		align-content: flex-start !important;
	}

	.align-content-sm-end {
		align-content: flex-end !important;
	}

	.align-content-sm-center {
		align-content: center !important;
	}

	.align-content-sm-between {
		align-content: space-between !important;
	}

	.align-content-sm-around {
		align-content: space-around !important;
	}

	.align-content-sm-stretch {
		align-content: stretch !important;
	}

	.align-self-sm-auto {
		align-self: auto !important;
	}

	.align-self-sm-start {
		align-self: flex-start !important;
	}

	.align-self-sm-end {
		align-self: flex-end !important;
	}

	.align-self-sm-center {
		align-self: center !important;
	}

	.align-self-sm-baseline {
		align-self: baseline !important;
	}

	.align-self-sm-stretch {
		align-self: stretch !important;
	}

	.order-sm-first {
		order: -1 !important;
	}

	.order-sm-0 {
		order: 0 !important;
	}

	.order-sm-1 {
		order: 1 !important;
	}

	.order-sm-2 {
		order: 2 !important;
	}

	.order-sm-3 {
		order: 3 !important;
	}

	.order-sm-4 {
		order: 4 !important;
	}

	.order-sm-5 {
		order: 5 !important;
	}

	.order-sm-last {
		order: 6 !important;
	}

	.m-sm-0 {
		margin: 0 !important;
	}

	.m-sm-1 {
		margin: 0.25rem !important;
	}

	.m-sm-2 {
		margin: 0.5rem !important;
	}

	.m-sm-3 {
		margin: 1rem !important;
	}

	.m-sm-4 {
		margin: 1.5rem !important;
	}

	.m-sm-5 {
		margin: 3rem !important;
	}

	.m-sm-auto {
		margin: auto !important;
	}

	.mx-sm-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	.mx-sm-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}

	.mx-sm-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}

	.mx-sm-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}

	.mx-sm-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}

	.mx-sm-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}

	.mx-sm-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.my-sm-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.my-sm-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}

	.my-sm-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}

	.my-sm-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}

	.my-sm-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}

	.my-sm-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}

	.my-sm-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}

	.mt-sm-0 {
		margin-top: 0 !important;
	}

	.mt-sm-1 {
		margin-top: 0.25rem !important;
	}

	.mt-sm-2 {
		margin-top: 0.5rem !important;
	}

	.mt-sm-3 {
		margin-top: 1rem !important;
	}

	.mt-sm-4 {
		margin-top: 1.5rem !important;
	}

	.mt-sm-5 {
		margin-top: 3rem !important;
	}

	.mt-sm-auto {
		margin-top: auto !important;
	}

	.me-sm-0 {
		margin-right: 0 !important;
	}

	.me-sm-1 {
		margin-right: 0.25rem !important;
	}

	.me-sm-2 {
		margin-right: 0.5rem !important;
	}

	.me-sm-3 {
		margin-right: 1rem !important;
	}

	.me-sm-4 {
		margin-right: 1.5rem !important;
	}

	.me-sm-5 {
		margin-right: 3rem !important;
	}

	.me-sm-auto {
		margin-right: auto !important;
	}

	.mb-sm-0 {
		margin-bottom: 0 !important;
	}

	.mb-sm-1 {
		margin-bottom: 0.25rem !important;
	}

	.mb-sm-2 {
		margin-bottom: 0.5rem !important;
	}

	.mb-sm-3 {
		margin-bottom: 1rem !important;
	}

	.mb-sm-4 {
		margin-bottom: 1.5rem !important;
	}

	.mb-sm-5 {
		margin-bottom: 3rem !important;
	}

	.mb-sm-auto {
		margin-bottom: auto !important;
	}

	.ms-sm-0 {
		margin-left: 0 !important;
	}

	.ms-sm-1 {
		margin-left: 0.25rem !important;
	}

	.ms-sm-2 {
		margin-left: 0.5rem !important;
	}

	.ms-sm-3 {
		margin-left: 1rem !important;
	}

	.ms-sm-4 {
		margin-left: 1.5rem !important;
	}

	.ms-sm-5 {
		margin-left: 3rem !important;
	}

	.ms-sm-auto {
		margin-left: auto !important;
	}

	.p-sm-0 {
		padding: 0 !important;
	}

	.p-sm-1 {
		padding: 0.25rem !important;
	}

	.p-sm-2 {
		padding: 0.5rem !important;
	}

	.p-sm-3 {
		padding: 1rem !important;
	}

	.p-sm-4 {
		padding: 1.5rem !important;
	}

	.p-sm-5 {
		padding: 3rem !important;
	}

	.px-sm-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.px-sm-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}

	.px-sm-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}

	.px-sm-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}

	.px-sm-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}

	.px-sm-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}

	.py-sm-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.py-sm-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}

	.py-sm-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}

	.py-sm-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}

	.py-sm-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}

	.py-sm-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}

	.pt-sm-0 {
		padding-top: 0 !important;
	}

	.pt-sm-1 {
		padding-top: 0.25rem !important;
	}

	.pt-sm-2 {
		padding-top: 0.5rem !important;
	}

	.pt-sm-3 {
		padding-top: 1rem !important;
	}

	.pt-sm-4 {
		padding-top: 1.5rem !important;
	}

	.pt-sm-5 {
		padding-top: 3rem !important;
	}

	.pe-sm-0 {
		padding-right: 0 !important;
	}

	.pe-sm-1 {
		padding-right: 0.25rem !important;
	}

	.pe-sm-2 {
		padding-right: 0.5rem !important;
	}

	.pe-sm-3 {
		padding-right: 1rem !important;
	}

	.pe-sm-4 {
		padding-right: 1.5rem !important;
	}

	.pe-sm-5 {
		padding-right: 3rem !important;
	}

	.pb-sm-0 {
		padding-bottom: 0 !important;
	}

	.pb-sm-1 {
		padding-bottom: 0.25rem !important;
	}

	.pb-sm-2 {
		padding-bottom: 0.5rem !important;
	}

	.pb-sm-3 {
		padding-bottom: 1rem !important;
	}

	.pb-sm-4 {
		padding-bottom: 1.5rem !important;
	}

	.pb-sm-5 {
		padding-bottom: 3rem !important;
	}

	.ps-sm-0 {
		padding-left: 0 !important;
	}

	.ps-sm-1 {
		padding-left: 0.25rem !important;
	}

	.ps-sm-2 {
		padding-left: 0.5rem !important;
	}

	.ps-sm-3 {
		padding-left: 1rem !important;
	}

	.ps-sm-4 {
		padding-left: 1.5rem !important;
	}

	.ps-sm-5 {
		padding-left: 3rem !important;
	}
}

@media (min-width: 768px) {
	.d-md-inline {
		display: inline !important;
	}

	.d-md-inline-block {
		display: inline-block !important;
	}

	.d-md-block {
		display: block !important;
	}

	.d-md-grid {
		display: grid !important;
	}

	.d-md-inline-grid {
		display: inline-grid !important;
	}

	.d-md-table {
		display: table !important;
	}

	.d-md-table-row {
		display: table-row !important;
	}

	.d-md-table-cell {
		display: table-cell !important;
	}

	.d-md-flex {
		display: flex !important;
	}

	.d-md-inline-flex {
		display: inline-flex !important;
	}

	.d-md-none {
		display: none !important;
	}

	.flex-md-fill {
		flex: 1 1 auto !important;
	}

	.flex-md-row {
		flex-direction: row !important;
	}

	.flex-md-column {
		flex-direction: column !important;
	}

	.flex-md-row-reverse {
		flex-direction: row-reverse !important;
	}

	.flex-md-column-reverse {
		flex-direction: column-reverse !important;
	}

	.flex-md-grow-0 {
		flex-grow: 0 !important;
	}

	.flex-md-grow-1 {
		flex-grow: 1 !important;
	}

	.flex-md-shrink-0 {
		flex-shrink: 0 !important;
	}

	.flex-md-shrink-1 {
		flex-shrink: 1 !important;
	}

	.flex-md-wrap {
		flex-wrap: wrap !important;
	}

	.flex-md-nowrap {
		flex-wrap: nowrap !important;
	}

	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}

	.justify-content-md-start {
		justify-content: flex-start !important;
	}

	.justify-content-md-end {
		justify-content: flex-end !important;
	}

	.justify-content-md-center {
		justify-content: center !important;
	}

	.justify-content-md-between {
		justify-content: space-between !important;
	}

	.justify-content-md-around {
		justify-content: space-around !important;
	}

	.justify-content-md-evenly {
		justify-content: space-evenly !important;
	}

	.align-items-md-start {
		align-items: flex-start !important;
	}

	.align-items-md-end {
		align-items: flex-end !important;
	}

	.align-items-md-center {
		align-items: center !important;
	}

	.align-items-md-baseline {
		align-items: baseline !important;
	}

	.align-items-md-stretch {
		align-items: stretch !important;
	}

	.align-content-md-start {
		align-content: flex-start !important;
	}

	.align-content-md-end {
		align-content: flex-end !important;
	}

	.align-content-md-center {
		align-content: center !important;
	}

	.align-content-md-between {
		align-content: space-between !important;
	}

	.align-content-md-around {
		align-content: space-around !important;
	}

	.align-content-md-stretch {
		align-content: stretch !important;
	}

	.align-self-md-auto {
		align-self: auto !important;
	}

	.align-self-md-start {
		align-self: flex-start !important;
	}

	.align-self-md-end {
		align-self: flex-end !important;
	}

	.align-self-md-center {
		align-self: center !important;
	}

	.align-self-md-baseline {
		align-self: baseline !important;
	}

	.align-self-md-stretch {
		align-self: stretch !important;
	}

	.order-md-first {
		order: -1 !important;
	}

	.order-md-0 {
		order: 0 !important;
	}

	.order-md-1 {
		order: 1 !important;
	}

	.order-md-2 {
		order: 2 !important;
	}

	.order-md-3 {
		order: 3 !important;
	}

	.order-md-4 {
		order: 4 !important;
	}

	.order-md-5 {
		order: 5 !important;
	}

	.order-md-last {
		order: 6 !important;
	}

	.m-md-0 {
		margin: 0 !important;
	}

	.m-md-1 {
		margin: 0.25rem !important;
	}

	.m-md-2 {
		margin: 0.5rem !important;
	}

	.m-md-3 {
		margin: 1rem !important;
	}

	.m-md-4 {
		margin: 1.5rem !important;
	}

	.m-md-5 {
		margin: 3rem !important;
	}

	.m-md-auto {
		margin: auto !important;
	}

	.mx-md-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	.mx-md-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}

	.mx-md-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}

	.mx-md-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}

	.mx-md-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}

	.mx-md-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}

	.mx-md-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.my-md-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.my-md-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}

	.my-md-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}

	.my-md-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}

	.my-md-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}

	.my-md-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}

	.my-md-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}

	.mt-md-0 {
		margin-top: 0 !important;
	}

	.mt-md-1 {
		margin-top: 0.25rem !important;
	}

	.mt-md-2 {
		margin-top: 0.5rem !important;
	}

	.mt-md-3 {
		margin-top: 1rem !important;
	}

	.mt-md-4 {
		margin-top: 1.5rem !important;
	}

	.mt-md-5 {
		margin-top: 3rem !important;
	}

	.mt-md-auto {
		margin-top: auto !important;
	}

	.me-md-0 {
		margin-right: 0 !important;
	}

	.me-md-1 {
		margin-right: 0.25rem !important;
	}

	.me-md-2 {
		margin-right: 0.5rem !important;
	}

	.me-md-3 {
		margin-right: 1rem !important;
	}

	.me-md-4 {
		margin-right: 1.5rem !important;
	}

	.me-md-5 {
		margin-right: 3rem !important;
	}

	.me-md-auto {
		margin-right: auto !important;
	}

	.mb-md-0 {
		margin-bottom: 0 !important;
	}

	.mb-md-1 {
		margin-bottom: 0.25rem !important;
	}

	.mb-md-2 {
		margin-bottom: 0.5rem !important;
	}

	.mb-md-3 {
		margin-bottom: 1rem !important;
	}

	.mb-md-4 {
		margin-bottom: 1.5rem !important;
	}

	.mb-md-5 {
		margin-bottom: 3rem !important;
	}

	.mb-md-auto {
		margin-bottom: auto !important;
	}

	.ms-md-0 {
		margin-left: 0 !important;
	}

	.ms-md-1 {
		margin-left: 0.25rem !important;
	}

	.ms-md-2 {
		margin-left: 0.5rem !important;
	}

	.ms-md-3 {
		margin-left: 1rem !important;
	}

	.ms-md-4 {
		margin-left: 1.5rem !important;
	}

	.ms-md-5 {
		margin-left: 3rem !important;
	}

	.ms-md-auto {
		margin-left: auto !important;
	}

	.p-md-0 {
		padding: 0 !important;
	}

	.p-md-1 {
		padding: 0.25rem !important;
	}

	.p-md-2 {
		padding: 0.5rem !important;
	}

	.p-md-3 {
		padding: 1rem !important;
	}

	.p-md-4 {
		padding: 1.5rem !important;
	}

	.p-md-5 {
		padding: 3rem !important;
	}

	.px-md-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.px-md-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}

	.px-md-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}

	.px-md-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}

	.px-md-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}

	.px-md-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}

	.py-md-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.py-md-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}

	.py-md-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}

	.py-md-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}

	.py-md-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}

	.py-md-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}

	.pt-md-0 {
		padding-top: 0 !important;
	}

	.pt-md-1 {
		padding-top: 0.25rem !important;
	}

	.pt-md-2 {
		padding-top: 0.5rem !important;
	}

	.pt-md-3 {
		padding-top: 1rem !important;
	}

	.pt-md-4 {
		padding-top: 1.5rem !important;
	}

	.pt-md-5 {
		padding-top: 3rem !important;
	}

	.pe-md-0 {
		padding-right: 0 !important;
	}

	.pe-md-1 {
		padding-right: 0.25rem !important;
	}

	.pe-md-2 {
		padding-right: 0.5rem !important;
	}

	.pe-md-3 {
		padding-right: 1rem !important;
	}

	.pe-md-4 {
		padding-right: 1.5rem !important;
	}

	.pe-md-5 {
		padding-right: 3rem !important;
	}

	.pb-md-0 {
		padding-bottom: 0 !important;
	}

	.pb-md-1 {
		padding-bottom: 0.25rem !important;
	}

	.pb-md-2 {
		padding-bottom: 0.5rem !important;
	}

	.pb-md-3 {
		padding-bottom: 1rem !important;
	}

	.pb-md-4 {
		padding-bottom: 1.5rem !important;
	}

	.pb-md-5 {
		padding-bottom: 3rem !important;
	}

	.ps-md-0 {
		padding-left: 0 !important;
	}

	.ps-md-1 {
		padding-left: 0.25rem !important;
	}

	.ps-md-2 {
		padding-left: 0.5rem !important;
	}

	.ps-md-3 {
		padding-left: 1rem !important;
	}

	.ps-md-4 {
		padding-left: 1.5rem !important;
	}

	.ps-md-5 {
		padding-left: 3rem !important;
	}
}

@media (min-width: 992px) {
	.d-lg-inline {
		display: inline !important;
	}

	.d-lg-inline-block {
		display: inline-block !important;
	}

	.d-lg-block {
		display: block !important;
	}

	.d-lg-grid {
		display: grid !important;
	}

	.d-lg-inline-grid {
		display: inline-grid !important;
	}

	.d-lg-table {
		display: table !important;
	}

	.d-lg-table-row {
		display: table-row !important;
	}

	.d-lg-table-cell {
		display: table-cell !important;
	}

	.d-lg-flex {
		display: flex !important;
	}

	.d-lg-inline-flex {
		display: inline-flex !important;
	}

	.d-lg-none {
		display: none !important;
	}

	.flex-lg-fill {
		flex: 1 1 auto !important;
	}

	.flex-lg-row {
		flex-direction: row !important;
	}

	.flex-lg-column {
		flex-direction: column !important;
	}

	.flex-lg-row-reverse {
		flex-direction: row-reverse !important;
	}

	.flex-lg-column-reverse {
		flex-direction: column-reverse !important;
	}

	.flex-lg-grow-0 {
		flex-grow: 0 !important;
	}

	.flex-lg-grow-1 {
		flex-grow: 1 !important;
	}

	.flex-lg-shrink-0 {
		flex-shrink: 0 !important;
	}

	.flex-lg-shrink-1 {
		flex-shrink: 1 !important;
	}

	.flex-lg-wrap {
		flex-wrap: wrap !important;
	}

	.flex-lg-nowrap {
		flex-wrap: nowrap !important;
	}

	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}

	.justify-content-lg-start {
		justify-content: flex-start !important;
	}

	.justify-content-lg-end {
		justify-content: flex-end !important;
	}

	.justify-content-lg-center {
		justify-content: center !important;
	}

	.justify-content-lg-between {
		justify-content: space-between !important;
	}

	.justify-content-lg-around {
		justify-content: space-around !important;
	}

	.justify-content-lg-evenly {
		justify-content: space-evenly !important;
	}

	.align-items-lg-start {
		align-items: flex-start !important;
	}

	.align-items-lg-end {
		align-items: flex-end !important;
	}

	.align-items-lg-center {
		align-items: center !important;
	}

	.align-items-lg-baseline {
		align-items: baseline !important;
	}

	.align-items-lg-stretch {
		align-items: stretch !important;
	}

	.align-content-lg-start {
		align-content: flex-start !important;
	}

	.align-content-lg-end {
		align-content: flex-end !important;
	}

	.align-content-lg-center {
		align-content: center !important;
	}

	.align-content-lg-between {
		align-content: space-between !important;
	}

	.align-content-lg-around {
		align-content: space-around !important;
	}

	.align-content-lg-stretch {
		align-content: stretch !important;
	}

	.align-self-lg-auto {
		align-self: auto !important;
	}

	.align-self-lg-start {
		align-self: flex-start !important;
	}

	.align-self-lg-end {
		align-self: flex-end !important;
	}

	.align-self-lg-center {
		align-self: center !important;
	}

	.align-self-lg-baseline {
		align-self: baseline !important;
	}

	.align-self-lg-stretch {
		align-self: stretch !important;
	}

	.order-lg-first {
		order: -1 !important;
	}

	.order-lg-0 {
		order: 0 !important;
	}

	.order-lg-1 {
		order: 1 !important;
	}

	.order-lg-2 {
		order: 2 !important;
	}

	.order-lg-3 {
		order: 3 !important;
	}

	.order-lg-4 {
		order: 4 !important;
	}

	.order-lg-5 {
		order: 5 !important;
	}

	.order-lg-last {
		order: 6 !important;
	}

	.m-lg-0 {
		margin: 0 !important;
	}

	.m-lg-1 {
		margin: 0.25rem !important;
	}

	.m-lg-2 {
		margin: 0.5rem !important;
	}

	.m-lg-3 {
		margin: 1rem !important;
	}

	.m-lg-4 {
		margin: 1.5rem !important;
	}

	.m-lg-5 {
		margin: 3rem !important;
	}

	.m-lg-auto {
		margin: auto !important;
	}

	.mx-lg-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	.mx-lg-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}

	.mx-lg-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}

	.mx-lg-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}

	.mx-lg-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}

	.mx-lg-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}

	.mx-lg-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.my-lg-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.my-lg-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}

	.my-lg-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}

	.my-lg-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}

	.my-lg-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}

	.my-lg-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}

	.my-lg-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}

	.mt-lg-0 {
		margin-top: 0 !important;
	}

	.mt-lg-1 {
		margin-top: 0.25rem !important;
	}

	.mt-lg-2 {
		margin-top: 0.5rem !important;
	}

	.mt-lg-3 {
		margin-top: 1rem !important;
	}

	.mt-lg-4 {
		margin-top: 1.5rem !important;
	}

	.mt-lg-5 {
		margin-top: 3rem !important;
	}

	.mt-lg-auto {
		margin-top: auto !important;
	}

	.me-lg-0 {
		margin-right: 0 !important;
	}

	.me-lg-1 {
		margin-right: 0.25rem !important;
	}

	.me-lg-2 {
		margin-right: 0.5rem !important;
	}

	.me-lg-3 {
		margin-right: 1rem !important;
	}

	.me-lg-4 {
		margin-right: 1.5rem !important;
	}

	.me-lg-5 {
		margin-right: 3rem !important;
	}

	.me-lg-auto {
		margin-right: auto !important;
	}

	.mb-lg-0 {
		margin-bottom: 0 !important;
	}

	.mb-lg-1 {
		margin-bottom: 0.25rem !important;
	}

	.mb-lg-2 {
		margin-bottom: 0.5rem !important;
	}

	.mb-lg-3 {
		margin-bottom: 1rem !important;
	}

	.mb-lg-4 {
		margin-bottom: 1.5rem !important;
	}

	.mb-lg-5 {
		margin-bottom: 3rem !important;
	}

	.mb-lg-auto {
		margin-bottom: auto !important;
	}

	.ms-lg-0 {
		margin-left: 0 !important;
	}

	.ms-lg-1 {
		margin-left: 0.25rem !important;
	}

	.ms-lg-2 {
		margin-left: 0.5rem !important;
	}

	.ms-lg-3 {
		margin-left: 1rem !important;
	}

	.ms-lg-4 {
		margin-left: 1.5rem !important;
	}

	.ms-lg-5 {
		margin-left: 3rem !important;
	}

	.ms-lg-auto {
		margin-left: auto !important;
	}

	.p-lg-0 {
		padding: 0 !important;
	}

	.p-lg-1 {
		padding: 0.25rem !important;
	}

	.p-lg-2 {
		padding: 0.5rem !important;
	}

	.p-lg-3 {
		padding: 1rem !important;
	}

	.p-lg-4 {
		padding: 1.5rem !important;
	}

	.p-lg-5 {
		padding: 3rem !important;
	}

	.px-lg-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.px-lg-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}

	.px-lg-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}

	.px-lg-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}

	.px-lg-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}

	.px-lg-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}

	.py-lg-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.py-lg-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}

	.py-lg-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}

	.py-lg-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}

	.py-lg-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}

	.py-lg-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}

	.pt-lg-0 {
		padding-top: 0 !important;
	}

	.pt-lg-1 {
		padding-top: 0.25rem !important;
	}

	.pt-lg-2 {
		padding-top: 0.5rem !important;
	}

	.pt-lg-3 {
		padding-top: 1rem !important;
	}

	.pt-lg-4 {
		padding-top: 1.5rem !important;
	}

	.pt-lg-5 {
		padding-top: 3rem !important;
	}

	.pe-lg-0 {
		padding-right: 0 !important;
	}

	.pe-lg-1 {
		padding-right: 0.25rem !important;
	}

	.pe-lg-2 {
		padding-right: 0.5rem !important;
	}

	.pe-lg-3 {
		padding-right: 1rem !important;
	}

	.pe-lg-4 {
		padding-right: 1.5rem !important;
	}

	.pe-lg-5 {
		padding-right: 3rem !important;
	}

	.pb-lg-0 {
		padding-bottom: 0 !important;
	}

	.pb-lg-1 {
		padding-bottom: 0.25rem !important;
	}

	.pb-lg-2 {
		padding-bottom: 0.5rem !important;
	}

	.pb-lg-3 {
		padding-bottom: 1rem !important;
	}

	.pb-lg-4 {
		padding-bottom: 1.5rem !important;
	}

	.pb-lg-5 {
		padding-bottom: 3rem !important;
	}

	.ps-lg-0 {
		padding-left: 0 !important;
	}

	.ps-lg-1 {
		padding-left: 0.25rem !important;
	}

	.ps-lg-2 {
		padding-left: 0.5rem !important;
	}

	.ps-lg-3 {
		padding-left: 1rem !important;
	}

	.ps-lg-4 {
		padding-left: 1.5rem !important;
	}

	.ps-lg-5 {
		padding-left: 3rem !important;
	}
}

@media (min-width: 1200px) {
	.d-xl-inline {
		display: inline !important;
	}

	.d-xl-inline-block {
		display: inline-block !important;
	}

	.d-xl-block {
		display: block !important;
	}

	.d-xl-grid {
		display: grid !important;
	}

	.d-xl-inline-grid {
		display: inline-grid !important;
	}

	.d-xl-table {
		display: table !important;
	}

	.d-xl-table-row {
		display: table-row !important;
	}

	.d-xl-table-cell {
		display: table-cell !important;
	}

	.d-xl-flex {
		display: flex !important;
	}

	.d-xl-inline-flex {
		display: inline-flex !important;
	}

	.d-xl-none {
		display: none !important;
	}

	.flex-xl-fill {
		flex: 1 1 auto !important;
	}

	.flex-xl-row {
		flex-direction: row !important;
	}

	.flex-xl-column {
		flex-direction: column !important;
	}

	.flex-xl-row-reverse {
		flex-direction: row-reverse !important;
	}

	.flex-xl-column-reverse {
		flex-direction: column-reverse !important;
	}

	.flex-xl-grow-0 {
		flex-grow: 0 !important;
	}

	.flex-xl-grow-1 {
		flex-grow: 1 !important;
	}

	.flex-xl-shrink-0 {
		flex-shrink: 0 !important;
	}

	.flex-xl-shrink-1 {
		flex-shrink: 1 !important;
	}

	.flex-xl-wrap {
		flex-wrap: wrap !important;
	}

	.flex-xl-nowrap {
		flex-wrap: nowrap !important;
	}

	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}

	.justify-content-xl-start {
		justify-content: flex-start !important;
	}

	.justify-content-xl-end {
		justify-content: flex-end !important;
	}

	.justify-content-xl-center {
		justify-content: center !important;
	}

	.justify-content-xl-between {
		justify-content: space-between !important;
	}

	.justify-content-xl-around {
		justify-content: space-around !important;
	}

	.justify-content-xl-evenly {
		justify-content: space-evenly !important;
	}

	.align-items-xl-start {
		align-items: flex-start !important;
	}

	.align-items-xl-end {
		align-items: flex-end !important;
	}

	.align-items-xl-center {
		align-items: center !important;
	}

	.align-items-xl-baseline {
		align-items: baseline !important;
	}

	.align-items-xl-stretch {
		align-items: stretch !important;
	}

	.align-content-xl-start {
		align-content: flex-start !important;
	}

	.align-content-xl-end {
		align-content: flex-end !important;
	}

	.align-content-xl-center {
		align-content: center !important;
	}

	.align-content-xl-between {
		align-content: space-between !important;
	}

	.align-content-xl-around {
		align-content: space-around !important;
	}

	.align-content-xl-stretch {
		align-content: stretch !important;
	}

	.align-self-xl-auto {
		align-self: auto !important;
	}

	.align-self-xl-start {
		align-self: flex-start !important;
	}

	.align-self-xl-end {
		align-self: flex-end !important;
	}

	.align-self-xl-center {
		align-self: center !important;
	}

	.align-self-xl-baseline {
		align-self: baseline !important;
	}

	.align-self-xl-stretch {
		align-self: stretch !important;
	}

	.order-xl-first {
		order: -1 !important;
	}

	.order-xl-0 {
		order: 0 !important;
	}

	.order-xl-1 {
		order: 1 !important;
	}

	.order-xl-2 {
		order: 2 !important;
	}

	.order-xl-3 {
		order: 3 !important;
	}

	.order-xl-4 {
		order: 4 !important;
	}

	.order-xl-5 {
		order: 5 !important;
	}

	.order-xl-last {
		order: 6 !important;
	}

	.m-xl-0 {
		margin: 0 !important;
	}

	.m-xl-1 {
		margin: 0.25rem !important;
	}

	.m-xl-2 {
		margin: 0.5rem !important;
	}

	.m-xl-3 {
		margin: 1rem !important;
	}

	.m-xl-4 {
		margin: 1.5rem !important;
	}

	.m-xl-5 {
		margin: 3rem !important;
	}

	.m-xl-auto {
		margin: auto !important;
	}

	.mx-xl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	.mx-xl-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}

	.mx-xl-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}

	.mx-xl-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}

	.mx-xl-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}

	.mx-xl-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}

	.mx-xl-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.my-xl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.my-xl-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}

	.my-xl-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}

	.my-xl-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}

	.my-xl-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}

	.my-xl-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}

	.my-xl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}

	.mt-xl-0 {
		margin-top: 0 !important;
	}

	.mt-xl-1 {
		margin-top: 0.25rem !important;
	}

	.mt-xl-2 {
		margin-top: 0.5rem !important;
	}

	.mt-xl-3 {
		margin-top: 1rem !important;
	}

	.mt-xl-4 {
		margin-top: 1.5rem !important;
	}

	.mt-xl-5 {
		margin-top: 3rem !important;
	}

	.mt-xl-auto {
		margin-top: auto !important;
	}

	.me-xl-0 {
		margin-right: 0 !important;
	}

	.me-xl-1 {
		margin-right: 0.25rem !important;
	}

	.me-xl-2 {
		margin-right: 0.5rem !important;
	}

	.me-xl-3 {
		margin-right: 1rem !important;
	}

	.me-xl-4 {
		margin-right: 1.5rem !important;
	}

	.me-xl-5 {
		margin-right: 3rem !important;
	}

	.me-xl-auto {
		margin-right: auto !important;
	}

	.mb-xl-0 {
		margin-bottom: 0 !important;
	}

	.mb-xl-1 {
		margin-bottom: 0.25rem !important;
	}

	.mb-xl-2 {
		margin-bottom: 0.5rem !important;
	}

	.mb-xl-3 {
		margin-bottom: 1rem !important;
	}

	.mb-xl-4 {
		margin-bottom: 1.5rem !important;
	}

	.mb-xl-5 {
		margin-bottom: 3rem !important;
	}

	.mb-xl-auto {
		margin-bottom: auto !important;
	}

	.ms-xl-0 {
		margin-left: 0 !important;
	}

	.ms-xl-1 {
		margin-left: 0.25rem !important;
	}

	.ms-xl-2 {
		margin-left: 0.5rem !important;
	}

	.ms-xl-3 {
		margin-left: 1rem !important;
	}

	.ms-xl-4 {
		margin-left: 1.5rem !important;
	}

	.ms-xl-5 {
		margin-left: 3rem !important;
	}

	.ms-xl-auto {
		margin-left: auto !important;
	}

	.p-xl-0 {
		padding: 0 !important;
	}

	.p-xl-1 {
		padding: 0.25rem !important;
	}

	.p-xl-2 {
		padding: 0.5rem !important;
	}

	.p-xl-3 {
		padding: 1rem !important;
	}

	.p-xl-4 {
		padding: 1.5rem !important;
	}

	.p-xl-5 {
		padding: 3rem !important;
	}

	.px-xl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.px-xl-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}

	.px-xl-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}

	.px-xl-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}

	.px-xl-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}

	.px-xl-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}

	.py-xl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.py-xl-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}

	.py-xl-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}

	.py-xl-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}

	.py-xl-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}

	.py-xl-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}

	.pt-xl-0 {
		padding-top: 0 !important;
	}

	.pt-xl-1 {
		padding-top: 0.25rem !important;
	}

	.pt-xl-2 {
		padding-top: 0.5rem !important;
	}

	.pt-xl-3 {
		padding-top: 1rem !important;
	}

	.pt-xl-4 {
		padding-top: 1.5rem !important;
	}

	.pt-xl-5 {
		padding-top: 3rem !important;
	}

	.pe-xl-0 {
		padding-right: 0 !important;
	}

	.pe-xl-1 {
		padding-right: 0.25rem !important;
	}

	.pe-xl-2 {
		padding-right: 0.5rem !important;
	}

	.pe-xl-3 {
		padding-right: 1rem !important;
	}

	.pe-xl-4 {
		padding-right: 1.5rem !important;
	}

	.pe-xl-5 {
		padding-right: 3rem !important;
	}

	.pb-xl-0 {
		padding-bottom: 0 !important;
	}

	.pb-xl-1 {
		padding-bottom: 0.25rem !important;
	}

	.pb-xl-2 {
		padding-bottom: 0.5rem !important;
	}

	.pb-xl-3 {
		padding-bottom: 1rem !important;
	}

	.pb-xl-4 {
		padding-bottom: 1.5rem !important;
	}

	.pb-xl-5 {
		padding-bottom: 3rem !important;
	}

	.ps-xl-0 {
		padding-left: 0 !important;
	}

	.ps-xl-1 {
		padding-left: 0.25rem !important;
	}

	.ps-xl-2 {
		padding-left: 0.5rem !important;
	}

	.ps-xl-3 {
		padding-left: 1rem !important;
	}

	.ps-xl-4 {
		padding-left: 1.5rem !important;
	}

	.ps-xl-5 {
		padding-left: 3rem !important;
	}
}

@media (min-width: 1400px) {
	.d-xxl-inline {
		display: inline !important;
	}

	.d-xxl-inline-block {
		display: inline-block !important;
	}

	.d-xxl-block {
		display: block !important;
	}

	.d-xxl-grid {
		display: grid !important;
	}

	.d-xxl-inline-grid {
		display: inline-grid !important;
	}

	.d-xxl-table {
		display: table !important;
	}

	.d-xxl-table-row {
		display: table-row !important;
	}

	.d-xxl-table-cell {
		display: table-cell !important;
	}

	.d-xxl-flex {
		display: flex !important;
	}

	.d-xxl-inline-flex {
		display: inline-flex !important;
	}

	.d-xxl-none {
		display: none !important;
	}

	.flex-xxl-fill {
		flex: 1 1 auto !important;
	}

	.flex-xxl-row {
		flex-direction: row !important;
	}

	.flex-xxl-column {
		flex-direction: column !important;
	}

	.flex-xxl-row-reverse {
		flex-direction: row-reverse !important;
	}

	.flex-xxl-column-reverse {
		flex-direction: column-reverse !important;
	}

	.flex-xxl-grow-0 {
		flex-grow: 0 !important;
	}

	.flex-xxl-grow-1 {
		flex-grow: 1 !important;
	}

	.flex-xxl-shrink-0 {
		flex-shrink: 0 !important;
	}

	.flex-xxl-shrink-1 {
		flex-shrink: 1 !important;
	}

	.flex-xxl-wrap {
		flex-wrap: wrap !important;
	}

	.flex-xxl-nowrap {
		flex-wrap: nowrap !important;
	}

	.flex-xxl-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}

	.justify-content-xxl-start {
		justify-content: flex-start !important;
	}

	.justify-content-xxl-end {
		justify-content: flex-end !important;
	}

	.justify-content-xxl-center {
		justify-content: center !important;
	}

	.justify-content-xxl-between {
		justify-content: space-between !important;
	}

	.justify-content-xxl-around {
		justify-content: space-around !important;
	}

	.justify-content-xxl-evenly {
		justify-content: space-evenly !important;
	}

	.align-items-xxl-start {
		align-items: flex-start !important;
	}

	.align-items-xxl-end {
		align-items: flex-end !important;
	}

	.align-items-xxl-center {
		align-items: center !important;
	}

	.align-items-xxl-baseline {
		align-items: baseline !important;
	}

	.align-items-xxl-stretch {
		align-items: stretch !important;
	}

	.align-content-xxl-start {
		align-content: flex-start !important;
	}

	.align-content-xxl-end {
		align-content: flex-end !important;
	}

	.align-content-xxl-center {
		align-content: center !important;
	}

	.align-content-xxl-between {
		align-content: space-between !important;
	}

	.align-content-xxl-around {
		align-content: space-around !important;
	}

	.align-content-xxl-stretch {
		align-content: stretch !important;
	}

	.align-self-xxl-auto {
		align-self: auto !important;
	}

	.align-self-xxl-start {
		align-self: flex-start !important;
	}

	.align-self-xxl-end {
		align-self: flex-end !important;
	}

	.align-self-xxl-center {
		align-self: center !important;
	}

	.align-self-xxl-baseline {
		align-self: baseline !important;
	}

	.align-self-xxl-stretch {
		align-self: stretch !important;
	}

	.order-xxl-first {
		order: -1 !important;
	}

	.order-xxl-0 {
		order: 0 !important;
	}

	.order-xxl-1 {
		order: 1 !important;
	}

	.order-xxl-2 {
		order: 2 !important;
	}

	.order-xxl-3 {
		order: 3 !important;
	}

	.order-xxl-4 {
		order: 4 !important;
	}

	.order-xxl-5 {
		order: 5 !important;
	}

	.order-xxl-last {
		order: 6 !important;
	}

	.m-xxl-0 {
		margin: 0 !important;
	}

	.m-xxl-1 {
		margin: 0.25rem !important;
	}

	.m-xxl-2 {
		margin: 0.5rem !important;
	}

	.m-xxl-3 {
		margin: 1rem !important;
	}

	.m-xxl-4 {
		margin: 1.5rem !important;
	}

	.m-xxl-5 {
		margin: 3rem !important;
	}

	.m-xxl-auto {
		margin: auto !important;
	}

	.mx-xxl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	.mx-xxl-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}

	.mx-xxl-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}

	.mx-xxl-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}

	.mx-xxl-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}

	.mx-xxl-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}

	.mx-xxl-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.my-xxl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.my-xxl-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}

	.my-xxl-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}

	.my-xxl-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}

	.my-xxl-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}

	.my-xxl-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}

	.my-xxl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}

	.mt-xxl-0 {
		margin-top: 0 !important;
	}

	.mt-xxl-1 {
		margin-top: 0.25rem !important;
	}

	.mt-xxl-2 {
		margin-top: 0.5rem !important;
	}

	.mt-xxl-3 {
		margin-top: 1rem !important;
	}

	.mt-xxl-4 {
		margin-top: 1.5rem !important;
	}

	.mt-xxl-5 {
		margin-top: 3rem !important;
	}

	.mt-xxl-auto {
		margin-top: auto !important;
	}

	.me-xxl-0 {
		margin-right: 0 !important;
	}

	.me-xxl-1 {
		margin-right: 0.25rem !important;
	}

	.me-xxl-2 {
		margin-right: 0.5rem !important;
	}

	.me-xxl-3 {
		margin-right: 1rem !important;
	}

	.me-xxl-4 {
		margin-right: 1.5rem !important;
	}

	.me-xxl-5 {
		margin-right: 3rem !important;
	}

	.me-xxl-auto {
		margin-right: auto !important;
	}

	.mb-xxl-0 {
		margin-bottom: 0 !important;
	}

	.mb-xxl-1 {
		margin-bottom: 0.25rem !important;
	}

	.mb-xxl-2 {
		margin-bottom: 0.5rem !important;
	}

	.mb-xxl-3 {
		margin-bottom: 1rem !important;
	}

	.mb-xxl-4 {
		margin-bottom: 1.5rem !important;
	}

	.mb-xxl-5 {
		margin-bottom: 3rem !important;
	}

	.mb-xxl-auto {
		margin-bottom: auto !important;
	}

	.ms-xxl-0 {
		margin-left: 0 !important;
	}

	.ms-xxl-1 {
		margin-left: 0.25rem !important;
	}

	.ms-xxl-2 {
		margin-left: 0.5rem !important;
	}

	.ms-xxl-3 {
		margin-left: 1rem !important;
	}

	.ms-xxl-4 {
		margin-left: 1.5rem !important;
	}

	.ms-xxl-5 {
		margin-left: 3rem !important;
	}

	.ms-xxl-auto {
		margin-left: auto !important;
	}

	.p-xxl-0 {
		padding: 0 !important;
	}

	.p-xxl-1 {
		padding: 0.25rem !important;
	}

	.p-xxl-2 {
		padding: 0.5rem !important;
	}

	.p-xxl-3 {
		padding: 1rem !important;
	}

	.p-xxl-4 {
		padding: 1.5rem !important;
	}

	.p-xxl-5 {
		padding: 3rem !important;
	}

	.px-xxl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.px-xxl-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}

	.px-xxl-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}

	.px-xxl-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}

	.px-xxl-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}

	.px-xxl-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}

	.py-xxl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.py-xxl-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}

	.py-xxl-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}

	.py-xxl-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}

	.py-xxl-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}

	.py-xxl-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}

	.pt-xxl-0 {
		padding-top: 0 !important;
	}

	.pt-xxl-1 {
		padding-top: 0.25rem !important;
	}

	.pt-xxl-2 {
		padding-top: 0.5rem !important;
	}

	.pt-xxl-3 {
		padding-top: 1rem !important;
	}

	.pt-xxl-4 {
		padding-top: 1.5rem !important;
	}

	.pt-xxl-5 {
		padding-top: 3rem !important;
	}

	.pe-xxl-0 {
		padding-right: 0 !important;
	}

	.pe-xxl-1 {
		padding-right: 0.25rem !important;
	}

	.pe-xxl-2 {
		padding-right: 0.5rem !important;
	}

	.pe-xxl-3 {
		padding-right: 1rem !important;
	}

	.pe-xxl-4 {
		padding-right: 1.5rem !important;
	}

	.pe-xxl-5 {
		padding-right: 3rem !important;
	}

	.pb-xxl-0 {
		padding-bottom: 0 !important;
	}

	.pb-xxl-1 {
		padding-bottom: 0.25rem !important;
	}

	.pb-xxl-2 {
		padding-bottom: 0.5rem !important;
	}

	.pb-xxl-3 {
		padding-bottom: 1rem !important;
	}

	.pb-xxl-4 {
		padding-bottom: 1.5rem !important;
	}

	.pb-xxl-5 {
		padding-bottom: 3rem !important;
	}

	.ps-xxl-0 {
		padding-left: 0 !important;
	}

	.ps-xxl-1 {
		padding-left: 0.25rem !important;
	}

	.ps-xxl-2 {
		padding-left: 0.5rem !important;
	}

	.ps-xxl-3 {
		padding-left: 1rem !important;
	}

	.ps-xxl-4 {
		padding-left: 1.5rem !important;
	}

	.ps-xxl-5 {
		padding-left: 3rem !important;
	}
}

@media print {
	.d-print-inline {
		display: inline !important;
	}

	.d-print-inline-block {
		display: inline-block !important;
	}

	.d-print-block {
		display: block !important;
	}

	.d-print-grid {
		display: grid !important;
	}

	.d-print-inline-grid {
		display: inline-grid !important;
	}

	.d-print-table {
		display: table !important;
	}

	.d-print-table-row {
		display: table-row !important;
	}

	.d-print-table-cell {
		display: table-cell !important;
	}

	.d-print-flex {
		display: flex !important;
	}

	.d-print-inline-flex {
		display: inline-flex !important;
	}

	.d-print-none {
		display: none !important;
	}
}

main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: #fff0;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
	-webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

[hidden],
template {
	display: none;
}

.maps {
	display: flex;
	flex-direction: row;
}

.section-50 {
	width: 50%;
	margin: auto 0;
}

.maps .grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 25px;
}

.maps .grid .block {
	width: 50%;
}

.font-supermolot.font-medium.text-5xl.sm\:text-3\.5xl.mb-2 {
	font-size: 36px;
	font-weight: 700;
	line-height: 40px;
}

.noUi-target,
.noUi-target * {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: #fff0;
	box-sizing: border-box;
	touch-action: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.noUi-target {
	position: relative;
}

.noUi-base,
.noUi-connects {
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}

.noUi-connects {
	overflow: hidden;
	z-index: 0;
}

.noUi-connect,
.noUi-origin {
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	-ms-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform-style: preserve-3d;
	-webkit-transform-style: flat;
	transform-style: flat;
	width: 100%;
	will-change: transform;
	z-index: 1;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
	left: 0;
	right: auto;
}

.noUi-vertical .noUi-origin {
	top: -100%;
	width: 0;
}

.noUi-horizontal .noUi-origin {
	height: 0;
}

.noUi-handle {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
}

.noUi-touch-area {
	height: 100%;
	width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.noUi-state-drag * {
	cursor: inherit !important;
}

.noUi-horizontal {
	height: 18px;
}

.noUi-horizontal .noUi-handle {
	height: 28px;
	right: -17px;
	top: -6px;
	width: 34px;
}

.noUi-vertical {
	width: 18px;
}

.noUi-vertical .noUi-handle {
	bottom: -17px;
	height: 34px;
	right: -6px;
	width: 28px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
	left: -17px;
	right: auto;
}

.noUi-target {
	background: #fafafa;
	border: 1px solid #d3d3d3;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}

.noUi-connects {
	border-radius: 3px;
}

.noUi-connect {
	background: #3fb8af;
}

.noUi-draggable {
	cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
	cursor: ns-resize;
}

.noUi-handle {
	background: #fff;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
	cursor: default;
}

.noUi-active {
	box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

.noUi-handle:after,
.noUi-handle:before {
	background: #e8e7e6;
	content: "";
	display: block;
	height: 14px;
	left: 14px;
	position: absolute;
	top: 6px;
	width: 1px;
}

.noUi-handle:after {
	left: 17px;
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
	height: 1px;
	left: 6px;
	top: 14px;
	width: 14px;
}

.noUi-vertical .noUi-handle:after {
	top: 17px;
}

[disabled] .noUi-connect {
	background: #b8b8b8;
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
	cursor: not-allowed;
}

.noUi-pips,
.noUi-pips * {
	box-sizing: border-box;
}

.noUi-pips {
	color: #999;
	position: absolute;
}

.noUi-value {
	position: absolute;
	text-align: center;
	white-space: nowrap;
}

.noUi-value-sub {
	color: #ccc;
	font-size: 10px;
}

.noUi-marker {
	background: #ccc;
	position: absolute;
}

.noUi-marker-large,
.noUi-marker-sub {
	background: #aaa;
}

.noUi-pips-horizontal {
	height: 80px;
	left: 0;
	padding: 10px 0;
	top: 100%;
	width: 100%;
}

.noUi-value-horizontal {
	-webkit-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
	-webkit-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
	height: 5px;
	margin-left: -1px;
	width: 2px;
}

.noUi-marker-horizontal.noUi-marker-sub {
	height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
	height: 15px;
}

.noUi-pips-vertical {
	height: 100%;
	left: 100%;
	padding: 0 10px;
	top: 0;
}

.noUi-value-vertical {
	padding-left: 25px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.noUi-rtl .noUi-value-vertical {
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}

.noUi-marker-vertical.noUi-marker {
	height: 2px;
	margin-top: -1px;
	width: 5px;
}

.noUi-marker-vertical.noUi-marker-sub {
	width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
	width: 15px;
}

.noUi-tooltip {
	background: #fff;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	color: #000;
	display: block;
	padding: 5px;
	position: absolute;
	text-align: center;
	white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
	bottom: 120%;
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
}

.noUi-vertical .noUi-tooltip {
	right: 120%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
	bottom: 10px;
	left: auto;
	-webkit-transform: translate(50%);
	transform: translate(50%);
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
	right: 28px;
	top: auto;
	-webkit-transform: translateY(-18px);
	transform: translateY(-18px);
}

@-webkit-keyframes fade-in {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@font-face {
	font-family: Ubuntu;
	font-style: normal;
	font-weight: 300;
	src: url(../assets/fonts/ubuntu/Ubuntu-Light.ttf) format("truetype");
}

@font-face {
	font-family: Ubuntu;
	font-style: normal;
	font-weight: 400;
	src: url(../assets/fonts/ubuntu/Ubuntu-Regular.ttf) format("truetype");
}

@font-face {
	font-family: Ubuntu;
	font-style: normal;
	font-weight: 400;
	src: url(../assets/fonts/ubuntu/Ubuntu-Medium.ttf) format("truetype");
}

@font-face {
	font-family: Ubuntu;
	font-style: normal;
	font-weight: 700;
	src: url(../assets/fonts/ubuntu/Ubuntu-Bold.ttf) format("truetype");
}

h1,
h2,
h3,
h4,
h5 {
	margin: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5 {
	font-family: "Roboto", sans-serif;
}

.h1 {
	font-size: 36px;
	font-weight: 700;
	line-height: 44px;
}

@media screen and (max-width: 1024px) {
	.h1 {
		font-size: 24px;
	}
}

.h2 {
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	margin-bottom: 24px;
}

.h2__date {
	color: #42526e;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

@media screen and (max-width: 1024px) {
	.h2 {
		font-size: 20px;
		line-height: 28px;
	}
}

.h3 {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}

.h4 {
	font-size: 24px;
	line-height: 28px;
}

.h5 {
	font-size: 20px;
	line-height: 26px;
}

p {
	margin: 0;
}

a {
	color: #42526e;
	position: relative;
	text-decoration: none;
	transition: color 0.3s ease-in-out;
}

a label {
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

a.link-primary {
	color: #003cc1;
}

a.link_dark {
	color: #42526e;
}

a.link_light {
	color: #fff;
}

.footer__col-subtitle {
	color: #939393;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	margin-top: 8px;
}

.footer__price-doc .footer__col-title {
	margin-bottom: 16px;
}

a.link_icon-after svg.svg-icon,
a.link_icon-around svg.svg-icon,
a.link_icon-before svg.svg-icon {
	fill: #c1c7d0;
	height: 16px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 16px;
}

a.link_icon-after {
	display: flex;
	padding-right: 16px;
	align-items: center;
}

a.link_icon-after span {
	margin-right: 6px;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgb(10 63 180 / 6%);
	-webkit-backdrop-filter: blur(1rem);
	backdrop-filter: blur(1rem);
	border-radius: 50%;
}

a.link_icon-before {
	padding-left: 20px;
}

a.link_icon-before svg {
	left: 0;
}

a.link_icon-around {
	padding-left: 20px;
	padding-right: 16px;
}

a.link_icon-around svg:first-child {
	left: 0;
}

a.link_icon-around svg:last-child {
	right: 0;
}

@media screen and (max-width: 1024px) {
	a.link-adaptive {
		display: inline-block;
		width: 100%;
	}

	a.link-adaptive:before {
		background: url(../assets/img/svg/select-toggle.svg) 50% no-repeat;
		content: "";
		height: 20px;
		position: absolute;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%) rotate(-90deg);
		transform: translateY(-50%) rotate(-90deg);
		width: 20px;
	}
}

.file-item {
	align-items: center;
	display: flex;
	gap: 12px;
}

.file-item__icon svg {
	height: 32px;
	width: 26px;
}

.file-item__icon_sm {
	align-self: flex-start;
	margin-right: 6px;
	position: relative;
	top: 3px;
}

.file-item__icon_sm svg {
	fill: #c1c7d0;
	height: 16px;
	width: 16px;
}

.file-item__size {
	color: #6b778c;
	font-size: 12px;
	line-height: 16px;
}

.file-item__text:not(a) {
	color: #42526e;
}

.input-file {
	width: 100%;
}

.input-file__list > div:last-child {
	margin-bottom: 16px;
}

.input-file__file {
	align-items: center;
	display: flex;
}

.input-file__file-info {
	flex: 1;
}

.input-file__file-remove svg {
	fill: #051945;
}

.input-file__drop {
	align-items: center;
	background-color: #f4f5f7;
	border-radius: 4px;
	color: #42526e;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	padding: 12px;
}

.input-file__drop:hover {
	border-color: #ff4e22;
}

.input-file__drop-icon svg {
	fill: #051945;
	height: 24px;
	width: 24px;
}

.input-file input[type="file"] {
	display: block;
	height: 0;
	opacity: 0;
	width: 0;
}

.textarea textarea {
	border: none;
	display: block;
	height: 100%;
	padding: 12px;
	resize: none;
	width: 100%;
}

.textarea textarea:focus {
	outline: none;
}

.textarea textarea:not(:-ms-input-placeholder) + .input__placeholder {
	display: none;
}

.textarea textarea:focus + .input__placeholder,
.textarea textarea:not(:placeholder-shown) + .input__placeholder {
	display: none;
}

.textarea .input__placeholder {
	top: 12px;
	-webkit-transform: none;
	transform: none;
}

.input {
	border-radius: 4px;
	position: relative;
	width: 100%;
}

.input:after {
	border: 1px solid #dfe1e6;
	border-radius: 4px;
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.input.focus:after {
	border-width: 2px;
}

.input.focus:after,
.input:hover:after {
	border-color: #c1c7d0;
}

.input input {
	background-color: #fff;
	border: none;
	border-radius: 4px;
	font-size: 1rem;
	line-height: 1.467rem;
	padding: 11px 12px;
	position: relative;
	width: 100%;
}

.input input:active,
.input input:focus {
	border-width: 2px;
	outline: none;
}

.input input:required + .input__placeholder:before {
	color: #de350b;
	content: "*";
	position: absolute;
	right: -10px;
	top: -5px;
}

.input input:not(:-ms-input-placeholder) + .input__placeholder {
	display: none;
}

.input input:focus + .input__placeholder,
.input input:not(:placeholder-shown) + .input__placeholder {
	display: none;
}

.input__placeholder {
	color: #6b778c;
	cursor: text;
	font-size: 1rem;
	left: 11px;
	line-height: 22px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: top 0.3s ease-in-out, font-size 0.3s ease-in-out;
}

.input__btns {
	align-items: center;
	bottom: 0;
	display: flex;
	gap: 9px;
	position: absolute;
	right: 4px;
	top: 0;
}

.input__btns button {
	align-items: center;
	background: #fff0;
	border: none;
	cursor: pointer;
	display: flex;
	height: 36px;
	justify-content: center;
	margin: 0;
	padding: 0;
	position: relative;
	transition: opacity 0.3s ease-in-out;
	width: 36px;
}

.input__btns button:not(:last-child):before {
	background: #dfe1e6;
	content: "";
	height: 16px;
	position: absolute;
	right: -5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
}

.input__btns button svg {
	fill: #051945;
	height: 20px;
	opacity: 0.4;
	width: 20px;
}

.input__btns button:hover svg {
	opacity: 1;
}

.input__validation {
	display: none;
	font-size: 14px;
	line-height: 20px;
	position: absolute;
	top: calc(100% + 4px);
}

.input_md input {
	padding: 7px 10px;
}

.input_placeholder input {
	padding: 21px 12px 9px;
}

.input_placeholder input:not(:-ms-input-placeholder) + .input__placeholder {
	display: block;
	font-size: 12px;
	line-height: 12px;
	top: 14px;
}

.input_placeholder input:focus + .input__placeholder,
.input_placeholder input:not(:placeholder-shown) + .input__placeholder {
	display: block;
	font-size: 12px;
	line-height: 12px;
	top: 14px;
}

.input_placeholder input_error + .input__placeholde {
	color: #de350b;
}

.input_search input {
	padding-right: 85px;
}

.input_count {
	align-items: center;
	display: inline-flex;
	width: auto;
}

.input_count input {
	padding: 0 4px 0 8px;
	text-align: right;
	width: 38px;
}

.input_count input:not(:-ms-input-placeholder) + .input__placeholder {
	display: block;
}

.input_count input:focus + .input__placeholder,
.input_count input:not(:placeholder-shown) + .input__placeholder {
	display: block;
}

.input_count .input__placeholder {
	left: auto;
	padding: 0 8px 0 0;
	position: static;
	top: auto;
	-webkit-transform: none;
	transform: none;
}

.input_unit {
	width: 136px;
}

.input_unit .input__label {
	color: #6b778c;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}

.input_unit .input__placeholder {
	left: 12px;
}

.input_unit input {
	padding: 7px 35px;
	text-align: center;
}

.input_unit input:not(:-ms-input-placeholder) + .input__placeholder {
	display: initial;
}

.input_unit input:focus + .input__placeholder,
.input_unit input:not(:placeholder-shown) + .input__placeholder {
	display: initial;
}

.input_error,
.input_success {
	margin-bottom: 24px;
}

.input_error:before,
.input_success:before {
	content: "";
	height: 20px;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 20px;
	z-index: 1;
}

.input_error input,
.input_success input {
	padding-right: 34px;
}

.input_error input:active,
.input_error input:focus,
.input_success input:active,
.input_success input:focus {
	padding-right: 32px;
}

.input_error .input__validation,
.input_success .input__validation {
	display: block;
}

.input_success:before {
	background: url(../assets/img/svg/success.svg);
	background-size: contain;
}

.input_success.focus:after,
.input_success:after,
.input_success:hover:after {
	border-color: #36b37e;
}

.input_success .input__validation {
	color: #00875a;
}

.input_error:before {
	background: url(../assets/img/svg/error.svg);
	background-size: contain;
}

.input_error.focus:after,
.input_error:after,
.input_error:hover:after {
	border-color: #ff5630;
}

.input_error .input__validation {
	color: #de350b;
}

.select {
	position: relative;
}

.select .input,
.select .input__placeholder,
.select input {
	cursor: pointer;
}

.select .input:active,
.select .input:focus,
.select .input__placeholder:active,
.select .input__placeholder:focus,
.select input:active,
.select input:focus {
	margin: 0;
}

.select .input:not(.input_search):before {
	background: url(../assets/img/svg/select-toggle.svg) 50% no-repeat;
	content: "";
	height: 20px;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	width: 20px;
	z-index: 1;
}

.select__dropdown {
	background: #fff;
	border: 2px solid #c1c7d0;
	border-radius: 0 0 4px 4px;
	border-top: none;
	display: none;
	left: 0;
	max-height: 196px;
	overflow-y: auto;
	padding: 8px 0;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 200;
}

.select__item {
	font-size: 16px;
	line-height: 22px;
	padding: 7px 12px;
	position: relative;
}

.select__item label {
	cursor: pointer;
	display: inline-block;
	width: 100%;
}

.select__item input {
	height: 0;
	position: absolute;
	right: 0;
	top: 50%;
	width: 0;
}

.select__item input:checked + label:before {
	background: url(../assets/img/svg/select-checked.svg) 50% no-repeat;
	content: "";
	height: 20px;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 20px;
	z-index: 1;
}

.select.active .select__dropdown {
	display: block;
}

.select.active .input:before {
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.select.active .input:after {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-color: #c1c7d0;
	border-width: 2px 2px 1px;
}

.select.active .input input {
	border-color: #c1c7d0 #c1c7d0 #dfe1e6;
	border-radius: 4px 4px 0 0;
}

.select_outline .select__item {
	color: #6b778c;
	cursor: default;
	display: block;
}

.select_outline a.select__item,
.select_outline button.select__item {
	color: #091e42;
	cursor: pointer;
	white-space: normal;
	text-align: left;
}

.select_outline a.select__item:hover,
.select_outline button.select__item:hover {
	background-color: #f4f5f7;
	text-decoration: none;
}

.select_outline.active .input:after {
	border-radius: 4px;
	border-width: 1px;
}

.select_outline.active .select__dropdown {
	border-color: currentcolor #fff #fff;
	border-width: 8px;
	border-top: #fff;
	box-shadow: 0 16px 16px rgb(0 0 0 / 0.16);
	left: -8px;
	right: -8px;
}

.select_outline.active:after {
	border: 8px solid #fff;
	border-bottom: none;
	border-radius: 4px;
	box-shadow: 0 1px 16px rgb(0 0 0 / 0.16);
	content: "";
	inset: -8px;
	pointer-events: none;
	position: absolute;
}

.checkbox,
.select_outline.active:after {
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.checkbox {
	display: flex;
	padding-left: 28px;
	position: relative;
}

.checkbox:hover .checkbox__label {
	color: #091e42;
}

.checkbox:hover .checkbox__label:before {
	border-color: #272a68;
}

.checkbox__input {
	height: 0;
	opacity: 0;
	width: 0;
	display: none;
}

.checkbox__label.disabled {
	opacity: 0.3;
	cursor: no-drop;
}

.checkbox__label.disabled:before {
	opacity: 0.3;
	cursor: no-drop;
	border-color: #272a68;
}

.checkbox__label:has(.checkbox__input:checked):before {
	background-color: #272a68;
	border-color: #272a68;
}

.checkbox__label:has(.checkbox__input:checked):after {
	display: block;
}

.checkbox__label:has(.checkbox__input:checked):after {
	border-color: #fff;
}

.checkbox__label:has(.checkbox__input:checked):disabled {
	border-color: #c1c7d0;
}

.checkbox__input:disabled + .checkbox__label,
.checkbox__input:disabled + .checkbox__label:after,
.checkbox__input:disabled + .checkbox__label:before {
	cursor: not-allowed;
}

.checkbox__input:disabled + .checkbox__label:before {
	background-color: #f4f5f7;
	border-color: #dfe1e6;
}

.checkbox__input:indeterminate + .checkbox__label:after {
	background-color: #ff4e22;
	border: none;
	border-radius: 2px;
	display: block;
	height: 12px;
	left: 4px;
	top: 50%;
	-webkit-transform: none;
	transform: none;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 12px;
}

.checkbox__label {
	color: #42526e;
	cursor: pointer;
	font-size: 1rem;
	line-height: 1.4;
	transition: color 0.3s ease-in-out;
	width: 100%;
}

.checkbox__label:before {
	background-color: #fff;
	border: 1px solid #dfe1e6;
	border-radius: 2px;
	height: 20px;
	left: 0;
	transition: border-color 0.3s ease-in-out;
	width: 20px;
}

.checkbox__label:after,
.checkbox__label:before {
	content: "";
	cursor: pointer;
	position: absolute;
}

.checkbox__label:after {
	border: solid #fff;
	border-width: 0 2px 2px 0;
	display: none;
	height: 10px;
	left: 8px;
	-webkit-transform: translateY(calc(-150% - 2px)) rotate(45deg);
	transform: translateY(calc(-150% - 4px)) rotate(45deg);
	width: 5px;
	top: 22px;
}

.checkbox__not-found {
	margin-bottom: 12px;
}

.checkbox_reverse {
	order: 3;
}

.checkbox_reverse.selected {
	order: 1;
}

.checkbox_reverse.disabled {
	order: 5;
}

.checkbox_reverse .checkbox__label:before {
	right: 0;
}

.checkbox-btn {
	display: inline-block;
}

.checkbox-btn input {
	height: 0;
	opacity: 0;
	position: absolute;
	width: 0;
}

.checkbox-btn input:checked + label {
	background: #f4f5f7;
}

.checkbox-btn label {
	border-radius: 4px;
	cursor: pointer;
	display: block;
	padding: 8px 16px;
	transition: background 0.3s ease-in-out;
}

.radio {
	align-items: center;
	display: flex;
}

.radio:hover span:before {
	border-color: #ff4e22 !important;
}

.radio input:checked,
.radio input:not(:checked) {
	left: -9999px;
	position: absolute;
}

.radio input:checked + span,
.radio input:not(:checked) + span {
	color: #42526e;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	line-height: 1.47;
	min-height: 20px;
	padding-left: 28px;
	position: relative;
}

.radio input:checked + span:before,
.radio input:not(:checked) + span:before {
	background: #fff;
	border: 1px solid #dfe1e6;
	border-radius: 100%;
	content: "";
	height: 20px;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: border-color 0.3s ease-in-out;
	width: 20px;
}

.radio input:checked + span {
	color: #091e42;
}

.radio input:checked + span:before {
	border-color: #ff4e22;
}

.radio input:checked + span:after,
.radio input:not(:checked) + span:after {
	background: #ff4e22;
	border-radius: 100%;
	content: "";
	height: 14px;
	left: 3px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all 0.2s ease;
	width: 14px;
}

.radio input:disabled + span:before {
	background-color: #f4f5f7;
	border-color: #dfe1e6 !important;
}

.radio input:disabled + span:after {
	background-color: #dfe1e6;
}

.radio input:not(:checked) + span:after {
	opacity: 0;
}

.radio input:checked + span:after {
	opacity: 1;
}

.radio-btn {
	color: #42526e;
	display: inline-block;
	font-size: 14px;
	line-height: 16px;
	white-space: nowrap;
}

.radio-btn input {
	height: 0;
	opacity: 0;
	position: absolute;
	width: 0;
}

.radio-btn input:checked + label {
	color: #0a3fb4;
}

.radio-btn input:checked + label:after {
	border-color: #003cc1;
}

.radio-btn label {
	border-radius: 4px;
	cursor: pointer;
	display: block;
	padding: 8px 12px;
	position: relative;
	transition: color 0.3s ease-in-out;
}

.radio-btn label:after {
	border: 1px solid #dfe1e6;
	border-radius: 4px;
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	transition: border-color 0.3s ease-in-out;
}

.radio-btn label:after,
.toggle {
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.toggle input {
	height: 0;
	opacity: 0;
	width: 0;
}

.toggle input + label {
	cursor: pointer;
	padding-left: 48px;
	position: relative;
}

.toggle input + label:before {
	border: 1px solid #dfe1e6;
	border-radius: 22px;
	height: 22px;
	left: 0;
	width: 40px;
}

.toggle input + label:after,
.toggle input + label:before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.toggle input + label:after {
	background: #c1c7d0;
	border-radius: 16px;
	height: 16px;
	left: 3px;
	transition: left 0.3s ease-in-out, right 0.3s ease-in-out, background 0.3s ease-in-out;
	width: 16px;
}

.toggle input:checked + label:after {
	background: #ff4e22;
	left: 21px;
}

.toggle input:disabled + label:before {
	background: #dfe1e6;
}

.toggle input:disabled + label:after {
	background: #c1c7d0;
}

.toggle_reverse {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
}

.toggle_reverse input + label {
	padding-left: 0;
	padding-right: 48px;
}

.toggle_reverse input + label:before {
	left: auto;
	right: 0;
}

.toggle_reverse input + label:after {
	left: auto;
	right: 21px;
}

.toggle_reverse label:first-child {
	padding-left: 8px;
}

.toggle_reverse input:checked + label:after {
	left: auto;
	right: 3px;
}

.toggle_double-label input + label:after {
	background-color: #ff4e22;
}

button {
	background: none;
	border: none;
	padding: 0;
	white-space: nowrap;
}

button,
button label {
	cursor: pointer;
}

.btn {
	align-items: center;
	background: #fff0;
	border: none;
	border-radius: 4px;
	color: #0a3fb4;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 400;
	justify-content: center;
	line-height: 20px;
	outline: none;
	padding: 12px 20px;
	position: relative;
	text-decoration: none;
	transition: border 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out, background 0.3s ease-in-out;
}

.btn svg {
	fill: #c1c7d0;
	height: 20px;
	margin-left: 20px;
	margin-right: -8px;
	transition: fill 0.3s ease-in-out;
	width: 20px;
}

.btn:hover {
	text-decoration: none;
}

.btn:hover:not([disabled]) {
	color: #ff4e22;
}

.btn:hover:not([disabled]) svg {
	fill: #ff4e22;
}

.btn[disabled] {
	cursor: not-allowed;
	opacity: 0.4;
}

.btn_primary {
	background: #2e80e0;
	color: #fff;
}

.btn_primary:hover:not([disabled]) {
	background-color: #2e80e0c2;
	color: #fff;
}

.btn_primary svg,
.btn_primary:hover:not([disabled]) svg {
	fill: #fff;
}

.btn_secondary {
	background: #f4f5f7;
	color: #091e42;
}

.btn_secondary:hover:not([disabled]) {
	background-color: #e0e1e3;
	color: #091e42;
}

.btn_outline {
	color: #091e42;
}

.btn_outline:after {
	border: 1px solid #dfe1e6;
	border-radius: 4px;
	content: "";
	inset: 0;
	position: absolute;
	transition: border 0.3s ease-in-out;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btn_outline:hover:not([disabled]) {
	color: #091e42;
}

.btn_outline:hover:not([disabled]):after {
	border-color: #c1c7d0;
}

.btn_outline:hover:not([disabled]) svg {
	fill: #051945;
}

.btn_outline svg {
	fill: #c1c7d0;
}

.btn_dark {
	color: #fff;
}

.btn_dark:hover:not([disabled]) {
	color: #ff4e22;
}

.btn_primary-dark {
	background: #fff;
	color: #091e42;
}

.btn_primary-dark:hover:not([disabled]) {
	background-color: #e0e0e0;
	color: #091e42;
}

.btn_primary-dark svg,
.btn_primary-dark:hover:not([disabled]) svg {
	fill: #051945;
}

.btn_secondary-dark {
	background: #2e80e0;
	color: #fff;
}

.btn_secondary-dark:hover:not([disabled]) {
	background-color: #2e80e0c2;
	color: #fff;
}

.btn_secondary-dark svg,
.btn_secondary-dark:hover:not([disabled]) svg {
	fill: #fff;
}

.btn_outline-dark {
	color: #fff;
}

.btn_outline-dark:after {
	border: 1px solid #fff;
	border-radius: 4px;
	content: "";
	inset: 0;
	position: absolute;
	transition: border 0.3s ease-in-out;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btn_outline-dark:hover:not([disabled]) {
	color: #ff4e22;
}

.btn_outline-dark:hover:not([disabled]):after {
	border-color: #ff4e22;
}

.btn_outline-dark:hover:not([disabled]) svg {
	fill: #ff4e22;
}

.btn_outline-dark svg {
	fill: #fff;
}

.btn_md {
	padding: 8px 16px;
}

.btn_md svg {
	height: 16px;
	margin-left: -6px;
	margin-right: -6px;
	width: 16px;
}

.btn_100 {
	width: 100%;
}

.btn_100 svg {
	margin-left: auto;
}

.btn_square {
	padding: 10px;
}

.btn_square svg {
	height: 24px;
	margin: 0;
	width: 24px;
}

.btn_square.btn_md {
	padding: 8px;
}

.btn_square.btn_md svg {
	height: 20px;
	margin: 0;
	width: 20px;
}

.btn_link {
	color: #003cc1;
	padding: 0;
}

.btn_link:hover:not([disabled]) {
	color: #003cc1;
	text-decoration: underline;
}

.container_mb {
	margin-bottom: 48px;
}

@media screen and (max-width: 1308px) {
	.container {
		max-width: 1008px;
	}
}

@media screen and (max-width: 1024px) {
	.container {
		max-width: 100%;
	}
}

.content {
	display: flex;
	gap: 20px;
}

.content_reverse {
	flex-direction: row-reverse;
}

.content__aside {
	width: 292px;
}

.content__aside aside {
	position: -webkit-sticky;
	position: sticky;
	top: 24px;
	z-index: 100;
}

@media screen and (max-width: 1308px) {
	.content__aside {
		width: 236px;
	}
}

@media screen and (max-width: 1024px) {
	.content__aside {
		display: none;
	}
}

.content__main {
	flex: 1;
	width: 916px;
}

@media screen and (max-width: 1308px) {
	.content__main {
		width: 720px;
	}
}

@media screen and (max-width: 1024px) {
	.content__main {
		width: calc(100% - 32px);
	}

	.content_mobile .content__aside,
	.content_mobile_reverse .content__aside {
		display: block;
		width: 100%;
	}

	.content_mobile .content__main,
	.content_mobile_reverse .content__main {
		width: 100%;
	}

	.content_mobile {
		flex-direction: column;
	}

	.content_mobile_reverse {
		flex-direction: column-reverse;
	}
}

.main {
	padding: 8px 0 0;
}

.main_index {
	padding: 24px 0 0;
}

.mb-sm,
.section_mini:not(:last-child) {
	margin-bottom: 24px;
}

.mb-lg {
	margin-bottom: 48px;
}

.tippy-box[data-theme~="roi"] {
	background-color: #253858;
	color: #fff;
	font-size: 0.87rem;
}

.tippy-box[data-theme~="menu"] {
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 0 2px rgb(0 0 0 / 0.16);
	color: #42526e;
	padding: 0;
}

.tippy-box[data-theme~="menu"] .tippy-content {
	padding: 0;
}

.tippy-box[data-theme~="menu"] .tippy-arrow {
	color: #fff;
}

.tippy-box[data-theme~="menu"] .tippy-arrow:before {
	content: "";
	height: 8px;
	left: 0;
	top: -8px;
	width: 20px;
}

.menu > .menu__content {
	display: none;
}

.tag {
	border-radius: 50px;
	display: inline-flex;
	font-size: 14px;
	line-height: 16px;
	transition: color 0.3s ease-in-out;
	white-space: nowrap;
}

.tag:hover {
	text-decoration: none;
}

.tag_blue {
	background: #0065ff;
}

.tag_blue:after {
	border-color: #0065ff;
}

.tag_green {
	background: #36b37e;
}

.tag_yellow {
	background: #ffab00;
}

.tag_red {
	background: #ff5630;
}

.tag_purple {
	background: #6554c0;
}

.tag_gray {
	background: #f4f5f7;
	color: #42526e;
}

.tag_sm {
	padding: 5px 9px;
}

.tag_link {
	background: #fff;
	background: #fff0;
	border-radius: 4px;
	color: #0a3fb4;
	padding: 0;
}

.tag_link:after {
	content: none;
}

.tag_link:hover {
	text-decoration: underline;
}

.tag_btn-outline {
	background: #fff;
	border-radius: 4px;
	padding: 8px 12px;
}

.tag_btn-outline:after {
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	content: "";
	inset: 0;
	position: absolute;
	transition: border 0.3s ease-in-out;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.tag_btn-outline.tag_gray {
	color: #42526e;
}

.tag_btn-outline.tag_gray:after {
	border-color: #dfe1e6;
}

.tag_btn-outline.tag_gray:hover {
	color: #42526e;
}

.tag_btn-outline.tag_blue {
	background: #fff;
	color: #0a3fb4;
}

.tag_btn {
	background: #fff;
	border-radius: 4px;
	box-shadow: inset 0 -1px 0 #dfe1e6;
	padding: 8px 12px;
}

.tag.active {
	color: #ff4e22 !important;
	cursor: pointer;
}

.tag.active:hover,
.tag:hover {
	color: #ff4e22 !important;
	cursor: pointer;
}

.tag_btn:hover {
	color: #ff4e22;
}

.tag_outline {
	background: #fff0;
	position: relative;
}

.tag_outline:after {
	border-radius: 50px;
	border-style: solid;
	border-width: 1px;
	content: "";
	inset: 0;
	position: absolute;
	transition: border 0.3s ease-in-out;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.tag_outline.tag_blue {
	color: #0065ff;
}

.tag_outline.tag_blue:after {
	border-color: #0065ff;
}

.tag_outline.tag_green {
	color: #36b37e;
}

.tag_outline.tag_green:after {
	border-color: #36b37e;
}

.tag_outline.tag_yellow {
	color: #ffab00;
}

.tag_outline.tag_yellow:after {
	border-color: #ffab00;
}

.tag_outline.tag_red {
	color: #ff5630;
}

.tag_outline.tag_red:after {
	border-color: #ff5630;
}

.tag_outline.tag_purple {
	color: #6554c0;
}

.tag_outline.tag_purple:after {
	border-color: #6554c0;
}

.tag_outline.tag_gray {
	color: #f4f5f7;
	color: #091e42;
}

.tag_outline.tag_gray:after {
	border-color: #c1c7d0;
}

.tag_ghost.tag_blue {
	background: rgb(0 101 255 / 0.12);
	color: #0065ff;
}

.tag_ghost.tag_green {
	background: rgb(54 179 126 / 0.12);
	color: #36b37e;
}

.tag_ghost.tag_yellow {
	background: rgb(255 171 0 / 0.12);
	color: #ffab00;
}

.tag_ghost.tag_red {
	background: rgb(255 86 48 / 0.12);
	color: #ff5630;
}

.tag_ghost.tag_purple {
	background: rgb(101 84 192 / 0.12);
	color: #6554c0;
}

.tag_ghost.tag_gray {
	background: rgb(0 0 0 / 0.48);
	color: #fff;
}

.breadcrumbs {
	display: flex;
	flex-wrap: nowrap;
	gap: 24px;
	margin-bottom: 8px;
	margin-top: 20px;
	overflow: hidden;
}

.breadcrumbs__item {
	align-items: center;
	color: #939393;
	display: flex;
	font-size: 0.87rem;
	gap: 4px;
	line-height: 1.54;
	position: relative;
	transition: color 0.3s ease-in-out;
	white-space: nowrap;
}

.breadcrumbs__item:not(:last-child):before {
	content: "—";
	position: absolute;
	right: -17px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.breadcrumbs__item_dots {
	gap: 24px;
}

.breadcrumbs__item_dots button {
	align-items: center;
	border-radius: 4px;
	cursor: pointer;
	display: flex;
	height: 24px;
	justify-content: center;
	width: 24px;
}

.breadcrumbs__item_dots button:hover {
	background-color: #f4f5f7;
	color: #091e42;
}

.breadcrumbs__item_btn button {
	align-items: center;
	border: 1px solid #dfe1e6;
	border-radius: 4px;
	display: flex;
	height: 20px;
	justify-content: center;
	transition: border-color 0.3s ease-in-out;
	width: 20px;
}

.breadcrumbs__item_btn button:hover {
	border-color: #c1c7d0;
}

.breadcrumbs__item_btn button svg {
	fill: #6b778c;
	cursor: pointer;
	height: 14px;
	width: 14px;
}

.breadcrumbs__menu {
	position: relative;
}

.breadcrumbs__item_dots button,
.breadcrumbs__link {
	color: inherit;
	padding: 6px 0;
	text-decoration: none;
}

@media screen and (max-width: 1024px) {
	.breadcrumbs {
		flex-wrap: nowrap;
		gap: 24px;
		overflow-x: auto;
		width: 100%;
	}

	.breadcrumbs::-webkit-scrollbar {
		display: none;
	}

	.breadcrumbs__item {
		gap: 0;
	}

	.breadcrumbs__item_dots {
		display: none;
	}

	.breadcrumbs__item_btn .breadcrumbs__link {
		border-radius: 20px 0 0 20px;
	}

	.breadcrumbs__item_btn button {
		border-radius: 0 20px 20px 0;
		height: auto;
		margin-left: -1px;
		padding: 9px 12px 9px 10px;
		width: auto;
	}
}

a.breadcrumbs__link:hover {
	color: #292b68;
	text-decoration: none;
}

.breadcrumbs__menu-content {
	padding: 8px 0;
}

.breadcrumbs__menu-content .breadcrumbs__item {
	min-width: 210px;
	padding: 0 12px;
}

.breadcrumbs__menu-content .breadcrumbs__item:before {
	content: none;
}

@media screen and (max-width: 1024px) {
	.breadcrumbs__menu-content .breadcrumbs__item {
		padding: 0;
	}

	.breadcrumbs__menu-content .breadcrumbs__item:not(:last-child) {
		box-shadow: inset 0 -1px 0 #dfe1e6;
	}
}

.breadcrumbs__menu-content .breadcrumbs__link {
	width: 100%;
}

@media screen and (max-width: 1024px) {
	.breadcrumbs__menu-content .breadcrumbs__link {
		border: none;
		padding: 17px 16px;
	}
}

.my-modal {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-name: openModal;
	animation-name: openModal;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 0 2px rgb(0 0 0 / 0.16);
	display: none;
	left: 50%;
	min-width: 458px;
	position: fixed;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2147483649 !important;
}

.my-modal.active {
	display: flex;
}

.my-modal__container {
	display: flex;
	flex: 1;
	flex-direction: column;
	height: 100%;
}

.my-modal__head {
	display: flex;
	padding: 24px 64px 16px 24px;
	position: relative;
}

.my-modal__head svg {
	fill: #051945;
}

.my-modal__head-text {
	flex: 1;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}

.my-modal__head-close {
	position: absolute;
	right: 4px;
	top: 4px;
}

.my-modal__head-back {
	left: -20px;
	position: relative;
	top: -12px;
}

.my-modal__body {
	flex: 1;
	padding: 0 24px;
	height: 100%;
	overflow-y: auto;
}

.my-modal__footer {
	display: flex;
	gap: 12px;
	justify-content: flex-end;
	padding: 24px;
}

.my-modal_drawer {
	-webkit-animation-name: openDrawer;
	animation-name: openDrawer;
	border-radius: 0;
	bottom: 0;
	left: auto;
	right: 0;
	top: 0;
	-webkit-transform: none;
	transform: none;
	width: 460px;
}

.my-modal_drawer .my-modal__head {
	align-items: center;
	padding: 16px 60px 16px 24px;
}

.my-modal_drawer .my-modal__head .my-modal__head-close {
	right: 16px;
	top: 16px;
}

.my-modal_drawer .my-modal__head .my-modal__head-text {
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	padding: 8px 0;
}

.my-modal_drawer .my-modal__head .my-modal__head-back {
	left: -8px;
	top: auto;
}

.my-modal_menu {
	-webkit-filter: drop-shadow(0 0 4px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 32px rgb(0 0 0 / 0.16));
	filter: drop-shadow(0 0 4px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 32px rgb(0 0 0 / 0.16));
}

@media screen and (min-width: 1024px) {
	.my-modal_menu {
		-webkit-animation-name: openMenu;
		animation-name: openMenu;
		bottom: auto;
		left: calc(50% - 30px);
		min-width: 300px;
		position: absolute;
		right: auto;
		top: calc(100% + 20px);
		-webkit-transform: initial;
		transform: none;
	}

	.my-modal_menu:not(.my-modal_xl) .my-modal__head {
		padding: 8px;
	}

	.my-modal_menu:not(.my-modal_xl) .my-modal__head .my-modal__head-close {
		display: none;
	}

	.my-modal_menu:not(.my-modal_xl) .my-modal__head .my-modal__head-text {
		padding: 0;
	}

	.my-modal_menu:not(.my-modal_xl) .my-modal__head .my-modal__head-back {
		display: none;
	}

	.my-modal_menu:not(.my-modal_xl) .my-modal__body {
		padding: 0 8px;
	}

	.my-modal_menu:not(.my-modal_xl) .my-modal__footer {
		gap: 8px;
		padding: 8px;
	}

	.my-modal_menu:before {
		background: url(../assets/img/svg/bugor.svg) no-repeat;
		content: "";
		height: 8px;
		left: 16px;
		position: absolute;
		top: -8px;
		width: 20px;
	}
}

.main_video {
	position: relative;
	overflow: hidden;
	z-index: 5;
}

.main_video .banner-main__img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.my-modal_notification {
	-webkit-animation-name: showNotification;
	animation-name: showNotification;
	bottom: 24px;
	left: auto;
	max-width: 400px;
	min-width: 365px;
	padding-left: 32px;
	right: 24px;
	bottom: auto;
	top: 15px;
	-webkit-transform: none;
	transform: none;
}

.my-modal_notification .my-modal__body {
	color: #c1c7d0;
	font-size: 14px;
}

.my-modal_notification .my-modal__head-text {
	display: flex;
	flex-direction: column;
}

.my-modal_notification .my-modal__head-text span:first-child {
	margin-bottom: 4px;
}

.my-modal_notification .my-modal__head-text span:last-child {
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	opacity: 0.5;
}

.my-modal_notification:before {
	content: "";
	height: 24px;
	left: 24px;
	position: absolute;
	top: 24px;
	width: 24px;
}

.my-modal_notification.info:before {
	background: url(../assets/img/svg/info.svg);
}

.my-modal_notification.warning:before {
	background: url(../assets/img/svg/warning.svg);
}

.my-modal_notification.error:before {
	background: url(../assets/img/svg/error.svg);
}

.my-modal_notification.success:before {
	background: url(../assets/img/svg/success.svg);
}

.my-modal_left {
	left: auto;
	right: calc(50% - 30px);
}

.my-modal_left.my-modal_menu:before {
	left: auto;
	right: 20px;
}

.my-modal.closeDrawer {
	-webkit-animation-name: closeDrawer !important;
	animation-name: closeDrawer !important;
}

.my-modal.closeModal {
	-webkit-animation-name: closeModal !important;
	animation-name: closeModal !important;
}

@media screen and (max-width: 1024px) {
	.my-modal.closeModal {
		-webkit-animation-name: closeModalSm !important;
		animation-name: closeModalSm !important;
	}
}

.my-modal.closeNotification {
	-webkit-animation-name: closeNotification !important;
	animation-name: closeNotification !important;
}

@media screen and (max-width: 1024px) {
	.my-modal.closeNotification {
		-webkit-animation-name: closeModalSm !important;
		animation-name: closeModalSm !important;
	}

	.my-modal:not(.my-modal_drawer) {
		-webkit-animation-name: openModalSm;
		animation-name: openModalSm;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		bottom: 0;
		left: 0;
		min-width: auto;
		right: 0;
		top: auto;
		-webkit-transform: none;
		transform: none;
	}

	.my-modal_drawer {
		bottom: 0;
		min-width: 100vw;
		right: 0;
		top: 0;
		width: auto;
	}

	.my-modal_drawer .my-modal__head {
		padding: 4px 48px 4px 16px;
	}

	.my-modal_drawer .my-modal__head .my-modal__head-close {
		right: 4px;
		top: 4px;
	}

	.my-modal_drawer .my-modal__head .my-modal__head-text {
		font-size: 20px;
		line-height: 28px;
		padding: 8px 0;
	}

	.my-modal_drawer .my-modal__head .my-modal__head-back {
		left: -12px;
		top: auto;
	}

	.my-modal_notification {
		max-width: none;
	}

	.my-modal__head {
		padding: 16px 56px 16px 16px;
	}

	.my-modal__body {
		padding: 0 16px;
	}

	.my-modal__footer {
		gap: 12px;
		padding: 16px;
	}

	.my-modal__footer .btn {
		flex: 1;
	}
}

.my-modal-shadow {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	background: rgb(0 0 0 / 0.3);
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 2147483646 !important;
}

.my-modal-shadow.active {
	-webkit-animation-name: showShadow;
	animation-name: showShadow;
	display: block;
}

.my-modal-shadow.disabling {
	-webkit-animation-name: hideShadow;
	animation-name: hideShadow;
	display: block;
}

@-webkit-keyframes closeNotification {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	to {
		opacity: 0;
		-webkit-transform: translateX(1000px);
		transform: translateX(1000px);
	}
}

@keyframes closeNotification {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	to {
		opacity: 0;
		-webkit-transform: translateX(1000px);
		transform: translateX(1000px);
	}
}

@-webkit-keyframes showNotification {
	0% {
		opacity: 0;
		-webkit-transform: translateX(1000px);
		transform: translateX(1000px);
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes showNotification {
	0% {
		opacity: 0;
		-webkit-transform: translateX(1000px);
		transform: translateX(1000px);
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes showShadow {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes showShadow {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes hideShadow {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@keyframes hideShadow {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@-webkit-keyframes openMenu {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes openMenu {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes openDrawer {
	0% {
		opacity: 0;
		right: -400px;
	}

	to {
		opacity: 1;
		right: 0;
	}
}

@keyframes openDrawer {
	0% {
		opacity: 0;
		right: -400px;
	}

	to {
		opacity: 1;
		right: 0;
	}
}

@-webkit-keyframes closeDrawer {
	0% {
		opacity: 1;
		right: 0;
	}

	to {
		opacity: 0;
		right: -400px;
	}
}

@keyframes closeDrawer {
	0% {
		opacity: 1;
		right: 0;
	}

	to {
		opacity: 0;
		right: -400px;
	}
}

@-webkit-keyframes openModal {
	0% {
		opacity: 0;
		top: 60%;
	}

	to {
		opacity: 1;
		top: 50%;
	}
}

@keyframes openModal {
	0% {
		opacity: 0;
		top: 60%;
	}

	to {
		opacity: 1;
		top: 50%;
	}
}

@-webkit-keyframes openModalSm {
	0% {
		bottom: -200px;
		opacity: 0;
	}

	to {
		bottom: 0;
		opacity: 1;
	}
}

@keyframes openModalSm {
	0% {
		bottom: -200px;
		opacity: 0;
	}

	to {
		bottom: 0;
		opacity: 1;
	}
}

@-webkit-keyframes closeModal {
	0% {
		opacity: 1;
		top: 50%;
	}

	to {
		opacity: 0;
		top: 60%;
	}
}

@keyframes closeModal {
	0% {
		opacity: 1;
		top: 50%;
	}

	to {
		opacity: 0;
		top: 60%;
	}
}

@-webkit-keyframes closeModalSm {
	0% {
		bottom: 0;
		opacity: 1;
	}

	to {
		bottom: -200px;
		opacity: 0;
	}
}

@keyframes closeModalSm {
	0% {
		bottom: 0;
		opacity: 1;
	}

	to {
		bottom: -200px;
		opacity: 0;
	}
}

.accordion {
	border: 1px solid #dfe1e6;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.accordion__item {
	background-color: #fff;
	overflow: hidden;
	padding: 8px 0;
	width: 100%;
}

.accordion__item:last-child {
	border-bottom: 0;
}

.accordion__item:not(:nth-last-child(2)) {
	box-shadow: inset 0 -1px 0 #dfe1e6;
}

.accordion_faq .accordion__item:not(:nth-last-child(1)) {
	box-shadow: inset 0 -1px 0 #dfe1e6 !important;
}

.accordion_faq .accordion__item:last-child {
	box-shadow: none !important;
}

.accordion__item.active .accordion__body {
	opacity: 1;
}

.accordion__item.active .accordion__icon svg {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.accordion__item.active .accordion__head-label {
	display: none;
}

.accordion__head {
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.accordion__head-content {
	min-height: 36px;
	padding: 8px 24px;
}

.accordion__head-text {
	color: #091e42;
	font-size: 16px;
	line-height: 1.47;
	transition: color 0.3s ease-in-out;
}

.accordion__head-label {
	-webkit-animation: fade-in 0.3s ease-in-out;
	animation: fade-in 0.3s ease-in-out;
	color: #ff4e22;
	display: block;
	font-size: 12px;
	line-height: 12px;
	margin-top: 2px;
}

.accordion__head:hover svg {
	fill: #c1c7d0;
}

.accordion__icon {
	height: 20px;
	position: absolute;
	right: 16px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 20px;
}

.accordion__icon svg {
	fill: #dfe1e6;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.accordion__body {
	box-sizing: content-box;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: all 0.25s ease-out;
	will-change: max-height;
}

.accordion__body-content {
	color: #42526e;
	font-size: 14px;
	line-height: 1.54;
	padding: 8px 24px;
}

.accordion_sm .accordion__body-content,
.accordion_sm .accordion__head-content {
	padding: 8px 16px;
}

.accordion_sm .accordion__item.active .accordion__icon svg {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.accordion__item_fake {
	overflow: visible;
}

.accordion__item_fake .accordion__head-content {
	padding: 8px 16px;
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.city-list {
	gap: 16px;
	max-height: 100%;
}
.city-list__items {
        overflow: scroll;
    max-height: 70vh;
}

.city-list,
.city-list__items-wrap {
	display: flex;
	flex-direction: column;
}

.city-list__items-wrap {
	column-count: 3;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 50px;
	margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
	.city-list__items-wrap {
		column-count: 1;
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		column-gap: 50px;
		overflow: scroll;
		max-height: 50vh;
	}
}

.city-list__items-wrap .not-found {
	padding: 11px 0;
}

.city-list__link {
	color: #091e42;
	padding: 11px 0;
	position: relative;
	display: flex;
	align-items: center;
	text-wrap: nowrap;
}

.city-list__link:hover {
	color: #0a3fb4;
	text-decoration: none;
}

@media screen and (max-width: 1024px) {
	.city-list__link:not(:last-child) {
		box-shadow: inset 0 -1px 0 #dfe1e6;
	}
}

.pagination {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.pagination__content {
	align-items: center;
	color: #42526e;
	display: flex;
	gap: 8px;
	justify-content: space-between;
}

.pagination__count {
	display: flex;
	justify-content: flex-end;
}

.pagination__count,
.pagination__info {
	flex: 1;
}

@media screen and (max-width: 1024px) {
	.pagination__count,
	.pagination__info {
		display: none;
	}
}

.pagination__count {
	text-align: right;
}

.pagination__pages {
	display: flex;
	justify-content: center;
	width: -webkit-max-content;
	width: max-content;
}

.pages {
	display: flex;
	gap: 8px;
}

.pages__item {
	align-items: center;
	border-radius: 4px;
	color: #091e42;
	display: flex;
	height: 44px;
	justify-content: center;
	transition: background-color 0.3s ease-in-out;
	min-width: 44px;
	border: 1px solid #dfe1e6;
	padding: 5px;
}

.pages__item:hover {
	text-decoration: none;
}

.pages__item:hover:not(.active) {
	background-color: #f4f5f7;
}

.pages__item.active {
	background-color: #272a68;
	color: #fff;
	border: 1px solid #272a68;
}

.pages__item_next svg,
.pages__item_prev svg {
	fill: #051945;
}

.pages__item_prev svg {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.pages__item_next svg {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.form {
	display: flex;
	flex-direction: column;
	gap: 16px;
	position: relative;
	width: 100%;
}

.form__row {
	align-items: flex-start;
	display: flex;
	gap: 8px;
}

@media screen and (max-width: 1024px) {
	.form__row:not(.form__row_mobile) {
		flex-direction: column;
	}

	.form__row:not(.form__row_mobile) .btn {
		width: 100%;
	}
}

.loading {
	align-items: center;
	background: #fff;
	bottom: 0;
	display: flex;
	flex-direction: column;
	font-size: 18px;
	gap: 16px;
	justify-content: center;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}

.loading__text {
	text-align: center;
}

.lds-ring {
	position: relative;
}

.lds-ring,
.lds-ring div {
	display: block;
	height: 64px;
	width: 64px;
}

.lds-ring div {
	-webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border: 8px solid #fff0;
	border-radius: 50%;
	border-top-color: #003cc1;
	box-sizing: border-box;
	position: absolute;
}

.lds-ring div:first-child {
	-webkit-animation-delay: -0.45s;
	animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
	-webkit-animation-delay: -0.15s;
	animation-delay: -0.15s;
}

@-webkit-keyframes lds-ring {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@keyframes lds-ring {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

.tabs-nav {
	display: flex;
	flex-wrap: nowrap;
	gap: 24px;
	overflow: auto;
	width: 100%;
}

.tabs-nav::-webkit-scrollbar,
.tabs-nav::-webkit-scrollbar-thumb,
.tabs-nav::-webkit-scrollbar-track {
	display: none;
}

.tabs-nav__btn {
	color: #6b778c;
	padding: 16px 0;
	transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
	white-space: nowrap;
}

.tabs-nav__btn:hover {
	color: #091e42;
}

.tabs-nav__btn.active {
	color: #0a3fb4;
	position: relative;
}

.tabs-nav__btn.active:before {
	background-color: #003cc1;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
}

.input-range__units {
	margin-bottom: 16px;
}

.input-range__inputs {
	display: flex;
	position: relative;
}

.input-range__inputs:before {
	background: #c1c7d0;
	content: "";
	height: 1px;
	left: calc(50% - 4px);
	position: absolute;
	top: 50%;
	width: 8px;
}

.input-range__inputs .input {
	flex: 1;
}

.input-range__inputs .input:not(:last-child) {
	margin-right: 24px;
}

.input-range__slider {
	background: #dfe1e6;
	border: none;
	height: 2px;
	margin: 20px 9px;
}

.input-range .noUi-connect {
	background: #ff4e22;
	border: none;
	height: 2px;
}

.input-range .noUi-connects {
	padding: 5px;
}

.input-range .noUi-handle {
	background: #fff;
	border: 2px solid #ff4e22;
	border-radius: 8px;
	height: 16px;
	right: -7px;
	top: -7px;
	width: 16px;
}

.input-range .noUi-handle:after,
.input-range .noUi-handle:before {
	content: none;
}

.check-list__search {
	padding-bottom: 12px;
}

.check-list__items {
	max-height: 180px;
	overflow: auto;
	margin-bottom: -14px;
	display: flex;
	flex-direction: column;
}

.check-list__items .checkbox {
	margin-bottom: 14px;
}

.filters {
	display: flex;
	gap: 10px;
}

@media screen and (max-width: 1024px) {
	#filter-modal-option-127262 {
		max-height: 100vh;
	}

	.check-list__items {
		max-height: 78vh;
	}

	.filters {
		overflow: auto;
	}

	.filters::-webkit-scrollbar,
	.filters::-webkit-scrollbar-thumb,
	.filters::-webkit-scrollbar-track {
		display: none;
	}
}

.filter__btn {
	align-items: center;
	-webkit-animation: fade-in 0.3s ease-in-out;
	animation: fade-in 0.3s ease-in-out;
	background-color: #fff0;
	border-radius: 4px;
	color: #091e42;
	cursor: pointer;
	display: inline-flex;
	padding: 8px 26px 8px 12px;
	position: relative;
	white-space: nowrap;
}

.filter__btn:after {
	border: 1px solid #dfe1e6;
	border-radius: 4px;
	content: "";
	inset: 0;
	position: absolute;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.filter__btn-clear svg,
.filter__btn-toggle svg {
	fill: #c1c7d0;
	transition: fill 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	transition: fill 0.3s ease-in-out, transform 0.3s ease-in-out;
	transition: fill 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.filter__btn-toggle {
	height: 20px;
	position: absolute;
	right: 8px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	width: 20px;
}

.filter__btn-clear {
	align-items: center;
	bottom: 0;
	display: none;
	justify-content: center;
	position: absolute;
	right: 0;
	top: 0;
	width: 36px;
}

.filter__btn-clear:before {
	background: #dfe1e6;
	content: "";
	height: 20px;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
}

.filter__btn:hover:after {
	border-color: #c1c7d0;
}

.filter__btn:hover .filter__btn-toggle svg {
	fill: #051945;
}

.filter__btn.active .filter__btn-toggle svg {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.filter__btn_checked {
	background: #f4f5f7;
	padding: 8px 49px 8px 12px;
}

.filter__btn_checked:after {
	content: none;
}

.filter__btn_checked .filter__btn-toggle {
	display: none;
}

.filter__btn_checked .filter__btn-clear {
	display: flex;
}

.filter__btn_checked .filter__btn-clear svg,
.filter__btn_checked .filter__btn-toggle svg {
	fill: #051945;
}

.filter__dropdawn {
	position: relative;
}

.filter_all .filter__btn {
	background-color: #f4f5f7;
	padding: 8px 42px 8px 16px;
}

.filter_all .filter__btn svg {
	fill: #051945;
}

.filter_all .filter__btn:after {
	content: none;
}

.filter_all .accordion__body-content,
.filter_all .accordion__head-content {
	padding-inline: 0;
}

.filter_all .select input {
	padding: 8px 10px;
}

@media screen and (max-width: 1024px) {
	.filter_all .my-modal__body {
		background-color: #f4f5f7;
		padding: 16px;
	}

	.filter_all .select {
		background: #fff;
		border-radius: 8px;
		box-shadow: 0 0 2px rgb(0 0 0 / 0.16);
		box-shadow: none;
		margin-bottom: 16px;
	}

	.filter_all .btn-drawers {
		background: #fff;
		border-radius: 8px;
		border-radius: 4px;
		box-shadow: 0 0 2px rgb(0 0 0 / 0.16);
		padding: 0 16px;
	}

	.filter_all .my-modal__footer,
	.filter_all .my-modal__head {
		box-shadow: 0 1px 16px rgb(0 0 0 / 0.16);
	}
}

.filter_clear .filter__btn {
	padding: 8px 16px;
}

.filter_clear .filter__btn:after {
	content: none;
}

.btn-drawer,
.btn-drawers {
	display: flex;
	flex-direction: column;
}

.btn-drawer {
	background: none;
	border: none;
	cursor: pointer;
	justify-content: center;
	min-height: 53px;
	padding: 8px 24px 8px 0;
	position: relative;
}

.btn-drawer:not(:last-child) {
	border-bottom: 1px solid #dfe1e6;
}

.btn-drawer:before {
	background: url(../assets/img/svg/select-toggle.svg) 50% no-repeat;
	content: "";
	height: 24px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: rotate(-90deg) translateX(50%);
	transform: rotate(-90deg) translateX(50%);
	width: 24px;
}

.btn-drawer__count {
	color: #0a3fb4;
	font-size: 12px;
	line-height: 12px;
	margin-top: 2px;
}

#filterAll .my-modal__body .accordion {
	border: none;
}

@media screen and (max-width: 1024px) {
	#filterAll .my-modal__body .accordion {
		display: none;
	}
}

@media screen and (min-width: 1024px) {
	#filterAll .my-modal__body .btn-drawers {
		display: none;
	}
}

.filter-accordion {
	position: relative;
}

.filter-accordion__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
}

@media (max-width: 1024px) {
	.filter-accordion__head {
		display: none;
	}
}

.filter-accordion__head p {
	font-weight: 700;
	font-size: 18px;
	color: #000;
}

.filter-accordion__head button {
	background: #f4f5f7;
	border: none;
	outline: none;
	border-radius: 4px;
	padding: 8px 12px;
	display: flex;
	gap: 8px;
	align-items: center;
}

.filter-accordion__submit {
	-webkit-animation: fade-in 0.3s ease-in-out;
	animation: fade-in 0.3s ease-in-out;
	background: #003cc1;
	border-radius: 4px;
	color: #fff;
	display: none;
	-webkit-filter: drop-shadow(0 0 4px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 32px rgb(0 0 0 / 0.16));
	filter: drop-shadow(0 0 4px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 32px rgb(0 0 0 / 0.16));
	left: 0;
	padding: 12px 20px;
	position: absolute;
	top: 100px;
	-webkit-transform: translate(calc(-100% - 16px), -20%);
	transform: translate(calc(-100% - 16px), -20%);
	transition: top 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.filter-accordion__submit.active {
	display: block;
}

.filter-accordion__submit:before {
	background-color: #003cc1;
	border-radius: 3px;
	-webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
	clip-path: polygon(50% 0, 0 100%, 100% 100%);
	content: "";
	height: 8px;
	position: absolute;
	right: -13px;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
	width: 20px;
}

@media screen and (min-width: 1025px) {
	.filter-accordion .filter-accordion__all {
		display: none;
	}
}

@media screen and (max-width: 1024px) {
	.filter-accordion .filter-accordion__items {
		display: none;
	}
}

.header {
	box-shadow: 0 1px 16px rgb(0 0 0 / 0.16);
}

.header__notification {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 14px;
	gap: 8px;
	justify-content: center;
	min-height: 48px;
	padding: 10px 52px 10px 12px;
}

.header__notification-wrap {
	background: #051945;
}

.header__notification-link {
	width: 100%;
}

.header__notification-link:hover {
	text-decoration: none;
}

.header__notification-link:hover .tag {
	color: #ff4e22;
}

.header__notification-link:hover .tag:after {
	border-color: #ff4e22;
}

.header__notification-link .tag {
	padding: 4px 8px;
}

.header__notification-close .container {
	position: relative;
}

.header__notification-close .btn {
	position: absolute;
	right: 0;
	top: -46px;
}

@media screen and (max-width: 1024px) {
	.header__notification .tag {
		display: none;
	}
}

.header__menu {
	align-items: center;
	display: flex;
	gap: 16px;
	height: 48px;
}

.header__menu-wrap {
	background: #f4f5f7;
}

@media screen and (max-width: 1308px) {
	.header__menu {
		font-size: 14px;
	}
}

@media screen and (max-width: 1024px) {
	.header__menu {
		display: none;
	}
}

.header__main {
	align-items: center;
	display: flex;
	gap: 20px;
	padding: 16px;
}

.header__main-wrap {
	background: #fff;
}

@media screen and (max-width: 1024px) {
	.header__main {
		padding: 10px 12px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999999999999999999;
		background: #fff;
	}

	.header__main-wrap {
		height: 60px;
	}
}

.header__btns {
	display: flex;
	gap: 24px;
}

@media screen and (max-width: 1024px) {
	.header__btns {
		flex: 1;
		gap: 8px;
		justify-content: flex-end;
	}
}

.header__btn {
	position: relative;
}

.header__catalog .icon-menu {
	display: block;
}

.header__catalog .icon-close {
	display: none;
}

.header__catalog-wrap {
	align-items: center;
	display: flex;
	gap: 24px;
	position: relative;
}

.header__catalog-wrap.active .header__catalog-dropdown {
	display: block;
}

.header__catalog-wrap.active .icon-menu {
	display: none;
}

.header__catalog-wrap.active .icon-close {
	display: block;
}

@media screen and (max-width: 1024px) {
	.header__catalog-wrap {
		flex-direction: row-reverse;
		gap: 20px;
	}
}

.header__catalog-dropdown {
	-webkit-animation: bounce-in-top 0.5s both;
	animation: bounce-in-top 0.5s both;
	display: none;
	left: 0;
	position: absolute;
	top: calc(100% + 28px);
	z-index: 120;
}

.header__catalog-dropdown .nav {
	border-radius: 8px;
	box-shadow: 0 1px 16px rgb(0 0 0 / 0.16);
}

.header__catalog-dropdown .nav ul {
	min-width: auto;
	max-height: 600px;
	width: 292px;
}

@media screen and (max-width: 1308px) {
	.header__catalog-dropdown .nav ul {
		width: 236px;
	}
}

.header__logo .logo_mob {
	display: none;
}

@media screen and (max-width: 1024px) {
	.header__logo {
		width: 130px !important;
	}

	.header__logo .logo_desc {
		display: none;
	}

	.header__logo .logo_mob {
		display: flex;
		        height: auto;
	}

	.header__catalog label {
		display: none;
	}

	.header__catalog .btn {
		border-radius: 4px;
		width: 40px;
		padding: 12px;
		height: 40px;
	}

	.header__catalog .btn svg {
		margin: 0;
	}
}

.header__search {
	flex: 1;
	position: relative;
}

.header__search .input:not(:hover):not(.focus):after {
	border-color: #fff0;
}

.header__search .input:not(.focus) input {
	background-color: #f4f5f7;
}

@media screen and (max-width: 1024px) {
	.header__search {
		display: none;
	}
}

.header__nav {
	display: flex;
	flex: 1;
	gap: 24px;
	justify-content: flex-end;
}

.header__contacts {
	display: flex;
	gap: 16px;
}

.header__logo img {
	height: 50px;
}

#cart .header-btn {
	background: #fff0;
	border: 2px solid rgb(0 101 255 / 0.1);
}

.header-btn {
	align-items: center;
	color: #42526e;
	display: flex;
	gap: 12px;
	position: relative;
	border-radius: 4px;
	background: rgb(0 101 255 / 0.1);
	padding: 11px 12px;
}

.header-btn .svg-icon {
	fill: #272a68;
}

.header-btn__count {
	background: #2e80e0;
	border-radius: 16px;
	color: #fff;
	display: none;
	font-size: 12px;
	padding: 2px 6px;
	line-height: normal;
}

@media screen and (max-width: 1024px) {
	.header-btn__count {
		left: 60%;
		position: absolute;
		top: -5px;
	}
}

.header-btn.active .header-btn__count {
	position: absolute;
	display: block;
	right: -7px;
	top: -7px;
}

.header-btn.active .header-btn__label {
	display: none;
}

@media screen and (max-width: 1024px) {
	.header-btn {
		border: 1px solid #dfe1e6;
		border-radius: 8px;
		padding: 11px;
		border-radius: 4px;
		width: 40px;
		height: 40px;
	}

	.header-btn .header-btn__label {
		display: none;
	}
}

@-webkit-keyframes bounce-in-top {
	0% {
		opacity: 0;
		pointer-events: none;
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px);
	}

	to {
		opacity: 1;
		pointer-events: auto;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes bounce-in-top {
	0% {
		opacity: 0;
		pointer-events: none;
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px);
	}

	to {
		opacity: 1;
		pointer-events: auto;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.footer {
	background: #f4f5f7;
	padding: 20px 0 24px;
}

.footer__container {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

@media screen and (max-width: 1024px) {
	.footer__container {
		gap: 24px;
	}
}

.footer__phone {
	color: initial !important;
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
}

.footer__row {
	display: flex;
}

.footer__row:not(:last-child) {
	border-bottom: 1px solid #dfe1e6;
	padding-bottom: 20px;
	padding-top: 20px;
}

.footer__row:last-child {
	font-size: 14px;
	gap: 16px;
	justify-content: space-between;
}

@media screen and (max-width: 1024px) {
	.footer__row {
		flex-direction: column;
		gap: 24px;
	}

	.footer__row_links {
		flex-direction: row;
		margin-left: -16px;
		margin-right: -16px;
		overflow: auto;
		padding-bottom: 24px !important;
		padding-left: 16px;
		padding-right: 16px;
	}
}

@media screen and (max-width: 1024px) {
	.footer__row_links::-webkit-scrollbar,
	.footer__row_links::-webkit-scrollbar-thumb,
	.footer__row_links::-webkit-scrollbar-track {
		display: none;
	}

	.footer__row_links .footer__link {
		border: 1px solid #dfe1e6;
		border-radius: 4px;
		padding: 8px 12px;
		white-space: nowrap;
	}

	.footer__row_links .footer__col {
		border-bottom: none !important;
		padding-bottom: 0 !important;
	}

	.footer__row_links .footer__links {
		flex-direction: row;
	}
}

.footer__col {
	flex: 1;
}

.footer__col-title {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 24px;
}

.footer__col-content {
	display: flex;
}

.footer__col-content:not(:last-child) {
	margin-bottom: 24px;
}

.footer__col-content-toTop {
	display: flex;
	flex: 1;
	justify-content: flex-end;
}

.footer__col-content-toTop button {
	align-items: center;
	border: 1px solid #dfe1e6;
	border-radius: 50px;
	display: flex;
	height: 44px;
	justify-content: center;
	width: 44px;
}

.footer__col-content-toTop button svg {
	fill: #051945;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.footer__col-social {
	display: flex;
	gap: 12px;
}

.footer__col address {
	display: flex;
	flex-direction: column;
	font-style: normal;
	gap: 4px;
}

.footer__col address a {
	color: #0a3fb4;
}

.footer__col address:not(:last-child) {
	margin-bottom: 16px;
}

.footer__col address span:first-child:not(:last-child) {
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
}

.footer__col address span:last-child {
	color: #42526e;
}

@media screen and (max-width: 1024px) {
	.footer__col address {
		align-items: flex-end;
		flex-direction: row;
		gap: 8px;
	}

	.footer__col address:not(:last-child) {
		margin-bottom: 16px;
	}

	.footer__col address span:first-child:not(:last-child) {
		font-size: 16px;
		font-weight: 400;
		line-height: 20px;
	}

	.footer__col address span:last-child {
		color: #42526e;
	}

	.footer__col:not(:last-child) {
		border-bottom: 1px solid #dfe1e6;
		padding-bottom: 24px;
	}
}

.footer__links {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.footer__copyright {
	color: #6b778c;
}

.privacy-policy {
	font-size: 12px;
	line-height: 16px;
}

.privacy-policy a {
	color: #0a3fb4;
}

section.section.main_video:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background: #1a2a42;
	opacity: 0.65;
}

.banner-main {
	background-size: cover;
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 24px;
	height: 392px;
	padding: 0 0 48px 0;
	z-index: 10;
	position: relative;
}

.banner-main a,
.banner-main span,
.banner-main .breadcrumbs__item {
	color: #fff;
}

.banner-main__content {
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: flex-end;
}

.banner-main__links {
	-webkit-column-gap: 24px;
	column-gap: 24px;
	display: flex;
	row-gap: 16px;
}

.banner-main__links.active {
	flex-wrap: wrap;
}

.banner-main__links .btn {
	padding: 0;
}

.banner-main__links .btn svg {
	fill: #fff;
}

.banner-main__link {
	-webkit-animation: fade-in 0.3s ease-in-out;
	animation: fade-in 0.3s ease-in-out;
	font-size: 14px;
	white-space: nowrap;
}

.banner-main__info {
	align-items: center;
	-webkit-backdrop-filter: blur(25px);
	backdrop-filter: blur(25px);
	background: rgb(10 63 180 / 0.12);
	border-radius: 8px;
	display: flex;
	justify-content: space-between;
	padding: 20px 24px;
}

.banner-main__info-text {
	align-items: center;
	display: flex;
	gap: 16px;
}

.banner-main__info-text svg {
	fill: #fff;
	height: 24px;
	width: 24px;
}

.main-hero__list {
	display: flex;
	align-items: center;
}

.main-hero__list-item:not(:last-child) {
	margin-right: 0.8rem;
}

.main-hero__list-item {
	padding: 10px;
	display: flex;
	align-items: center;
	background: rgb(10 63 180 / 0.12);
	-webkit-backdrop-filter: blur(25px);
	backdrop-filter: blur(25px);
	border-radius: 8px;
}

.main-hero__list-item__icon {
	margin-right: 10px;
	width: 20px;
	height: 20px;
	-o-object-fit: contain;
	object-fit: contain;
}

.main-hero__list-item__text {
	font-size: 14px;
	line-height: 13px;
	color: #fff;
}

@media screen and (max-width: 1024px) {
	.banner-main {
		background: none;
		color: #253858;
		height: auto;
	}

	.banner-main a {
		color: #42526e;
	}

	.banner-main__show-links {
		display: none;
	}

	.banner-main__links {
		gap: 4px;
		left: 0;
		overflow: auto;
		padding: 0 16px;
		position: absolute;
		-webkit-transform: translateY(60px);
		transform: translateY(60px);
		width: 100vw;
	}

	.banner-main__links::-webkit-scrollbar,
	.banner-main__links::-webkit-scrollbar-thumb,
	.banner-main__links::-webkit-scrollbar-track {
		display: none;
	}

	.banner-main__link {
		background: #fff;
		border: 1px solid #dfe1e6;
		border-radius: 4px;
		padding: 8px 12px;
		white-space: nowrap;
	}

	.banner-main__content {
		flex-direction: column-reverse;
		gap: 24px;
		padding-bottom: 0;
	}

	.banner-main__info {
		align-items: stretch;
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
		background: #fff;
		flex-direction: column;
		gap: 16px;
		z-index: 9999;
	}

	.banner-main__info-text svg {
		fill: #ff4e22;
	}

	.banner-main__info-action .btn {
		width: 100%;
	}
}

@media screen and (max-width: 1308px) {
	.cards-adv {
		gap: 0;
	}
}

@media screen and (max-width: 1024px) {
	.cards-adv {
		flex-direction: column;
	}
}

.card-adv {
	background: #fff;
	border: 1px solid #dfe1e6;
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 12px;
	padding: 24px;
	height: 100%;
}

.card-adv__img img {
	height: 72px;
	width: 72px;
}

.card-adv__title {
	align-items: center;
	display: flex;
}

.card-adv__text {
	color: #42526e;
	font-size: 14px;
}

@media screen and (min-width: 1024px) and (max-width: 1308px) {
	.card-adv:not(:first-child) {
		border-bottom-left-radius: 0;
		border-top-left-radius: 0;
	}

	.card-adv:not(:last-child) {
		border-bottom-right-radius: 0;
		border-top-right-radius: 0;
	}
}

@media screen and (max-width: 1199px) {
	.card-adv {
		-webkit-column-gap: 16px;
		column-gap: 16px;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.card-adv__text {
		width: 100%;
	}

	.card-adv__title {
		flex: 1;
		width: -webkit-min-content;
		width: min-content;
	}

	.card-adv__img img {
		height: 44px;
		width: 44px;
	}

	.card-adv:not(:last-child) {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}

	.card-adv:not(:first-child) {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
}

.consultation {
	align-items: center;
	background: #fff;
	border: 1px solid #dfe1e6;
	display: flex;
	gap: 24px;
	padding: 48px 24px 24px;
}

.consultation__img {
	display: flex;
	justify-content: center;
	min-width: 280px;
	max-width: 280px;
	margin-bottom: -24px;
}

.consultation__content .p {
	color: #42526e;
	margin-bottom: 24px;
}

.consultation__content .input {
	max-width: 290px;
}

@media screen and (max-width: 1308px) {
	.consultation__content .input {
		max-width: none;
	}

	.consultation__img {
		min-width: 240px;
	}
}

@media screen and (max-width: 1024px) {
	.pagination__content {
		flex-wrap: wrap;
		width: 100%;
	}

	.pagination__show-more {
		width: 100%;
	}

	.consultation {
		flex-direction: column;
	}

	.consultation__img {
		display: none;
		min-width: auto;
		width: 140px;
	}

	.consultation__content {
		display: flex;
		flex-direction: column;
		text-align: center;
	}

	.consultation__content p > span {
		display: none;
	}
}

.cards-link {
	display: flex;
	gap: 20px;
}

@media screen and (max-width: 1024px) {
	.cards-link {
		flex-direction: column;
		gap: 0;
	}
}

.card-link {
	background: #fff;
	border: 1px solid #dfe1e6;
	color: initial;
	cursor: pointer;
	display: flex;
	flex: 1;
	flex-direction: column;
	height: 214px;
	padding: 24px;
	position: relative;
	transition: transform 0.3s ease-in-out;
}

.card-link:hover {
	text-decoration: none;
}

@media screen and (min-width: 1024px) {
	.card-link:hover {
	}

	.card-link:hover .card-link__icon svg {
		fill: #2e80e0;
	}
}

.card-link__title {
	margin-bottom: 12px;
}

.card-link__text {
	color: #42526e;
	flex: 1;
}

@media screen and (max-width: 1024px) {
	.card-link {
		padding-right: 50px;
	}

	.card-link:not(:last-child) {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}

	.card-link:not(:first-child) {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}

	.card-link__icon {
		position: absolute;
		right: 16px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

.seo:not(.seo_main) > :last-child {
	margin-bottom: 0;
}

.seo:not(.seo_main) h2 {
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	margin-bottom: 24px;
}

.seo:not(.seo_main) h3,
.seo:not(.seo_main) p {
	font-size: 14px;
	margin-bottom: 8px;
}

.seo:not(.seo_main) h3 {
	font-weight: 400;
	margin-top: 24px;
}

.seo:not(.seo_main) ol {
	list-style: decimal;
	margin-bottom: 8px;
	padding-left: 22px;
}

.seo:not(.seo_main) ol li {
	font-size: 14px;
	padding: 4px 0;
}

.seo:not(.seo_main) ul {
	margin-bottom: 8px;
	padding-left: 22px;
}

.seo:not(.seo_main) ul li {
	font-size: 14px;
	padding: 4px 0;
	position: relative;
}

.seo:not(.seo_main) ul li:before {
	content: "•";
	left: -20px;
	position: absolute;
}

.seo_main {
	display: flex;
	flex-direction: column;
	font-size: 12px;
	gap: 8px;
}

.seo_main h2 {
	color: #42526e;
	font-size: 16px;
}

.seo_main p,
.seo_main ul {
	color: #6b778c;
	font-size: 14px;
}

.seo_main ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-left: 15px;
}

@media screen and (max-width: 1024px) {
	.seo_main ul {
		flex-direction: column;
		gap: 16px;
	}
}

.seo_main ul li {
	position: relative;
}

.seo_main ul li {
	width: 100%;
	padding-left: 8px;
}

.seo_main ul li:before {
	content: "•";
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.seo_news:not(.seo_main) p {
	margin-bottom: 24px;
}

.seo_news:not(.seo_main) h1,
.seo_news:not(.seo_main) h2,
.seo_news:not(.seo_main) h3,
.seo_news:not(.seo_main) h4,
.seo_news:not(.seo_main) h5 {
	color: #091e42;
}

.seo_news:not(.seo_main) ol,
.seo_news:not(.seo_main) ul {
	margin-bottom: 24px;
	padding-left: 16px;
}

.seo_news:not(.seo_main) ul li:before {
	color: #dfe1e6;
	content: "•";
	font-size: 1.5rem;
	left: -18px;
}

.nav {
	align-items: flex-start;
	display: flex;
}

.nav ul {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 0 2px rgb(0 0 0 / 0.16);
	display: flex;
	flex-direction: column;
	min-width: 100%;
	overflow: scroll;
	padding: 8px 0;
	position: relative;
}

/*.nav ul::-webkit-scrollbar-thumb {*/
/*	box-shadow: inset 0 0 2px 2px #fff0;*/
/*}*/

.nav ul::-webkit-scrollbar-thumb {
	box-shadow: inset 0 0 2px 2px rgb(0 0 0 / 0.72);
}

.nav ul:not(:last-child) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.nav ul:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.nav ul li a {
	color: #42526e;
	display: block;
	padding: 16px 40px 16px 16px;
	position: relative;
	transition: background-color 0.3s ease-in-out;
}

.nav ul li a.active,
.nav ul li a:hover {
	background-color: #f4f5f7;
	color: #ff4e22;
	text-decoration: none;
}

.nav ul li.nav__link-parent a:before {
	background-image: url(../assets/img/svg/arrow-right.svg);
	background-position: 50%;
	background-repeat: no-repeat;
	content: "";
	height: 20px;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: background 0.3s ease-in-out;
	width: 20px;
}

.nav ul li.nav__link-parent.active a,
.nav ul li.nav__link-parent:hover a {
	background-color: #f4f5f7;
	color: #ff4e22;
	text-decoration: none;
}

.nav ul li.nav__link-parent.active a:before,
.nav ul li.nav__link-parent:hover a:before {
	background-image: url(../assets/img/svg/arrow-right-primary.svg);
}

@media screen and (max-width: 1308px) {
	.cards-category {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media screen and (max-width: 1024px) {
	.cards-category {
		grid-gap: 12px;
		grid-template-columns: 1fr;
	}
}

.card-category {
	align-items: center;
	background: #fff;
	border: 1px solid #dfe1e6;
	display: flex;
	flex: 1 1 calc(25% - 20px);
	flex-direction: row-reverse;
	gap: 24px;
	height: 100%;
	justify-content: space-between;
	padding: 16px;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.card-category:hover {
	text-decoration: none;
	color: #2e80e0;
}

@media screen and (min-width: 1024px) {
	.card-category:hover {
	}
}

.card-category__img img {
	border-radius: 96px;
	height: 56px;
	-o-object-fit: cover;
	object-fit: cover;
	width: 56px;
}

.card-category__name {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
}

@media screen and (max-width: 1308px) {
	.card-category {
		height: 160px;
	}
}

@media screen and (max-width: 1024px) {
	.card-category {
		flex-direction: row-reverse;
		height: auto;
		justify-content: space-between;
		padding: 8px 8px 8px 16px;
	}

	.card-category__img img {
		height: 56px;
		width: 56px;
	}
}

.pop-category {
	flex-wrap: wrap;
	row-gap: 8px;
	white-space: nowrap;
}

.pop-category,
.pop-category div {
	-webkit-column-gap: 4px;
	column-gap: 4px;
	display: flex;
}

@media screen and (max-width: 1024px) {
	.pop-category {
		margin-left: -16px;
		margin-right: -16px;
		overflow: auto;
		padding-left: 16px;
		padding-right: 16px;
	}

	.pop-category::-webkit-scrollbar,
	.pop-category::-webkit-scrollbar-thumb,
	.pop-category::-webkit-scrollbar-track {
		display: none;
	}
}

.category-columns {
	grid-row-gap: 16px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	overflow: hidden;
}

.category-columns:not(.active) > :not(.category-item:nth-child(-n + 11)):not(.category-item_show-all) {
	display: none;
}

@media screen and (max-width: 1308px) {
	.category-columns {
		grid-template-columns: repeat(2, 1fr);
	}

	.category-columns:not(.active) > :not(.category-item:nth-child(-n + 9)):not(.category-item_show-all) {
		display: none;
	}
}

@media screen and (max-width: 1024px) {
	.category-columns {
		gap: 0;
		grid-template-columns: 1fr;
	}

	.category-columns:not(.active) > :not(.category-item:nth-child(-n + 4)):not(.category-item_show-all) {
		display: none;
	}
}

.category-columns.active .category-item_show-all svg {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.category-item {
	align-items: center;
	color: #0a3fb4;
	display: flex;
	font-size: 14px;
	line-height: 16px;
	white-space: nowrap;
}

.category-item:hover {
	color: #ff4e22;
	text-decoration: none;
}

.category-item__label {
	align-items: center;
	color: #6b778c;
	display: flex;
	justify-content: center;
	margin-left: 4px;
}

.category-item__label svg {
	height: 16px;
	width: 16px;
}

@media screen and (max-width: 1024px) {
	.category-item {
		border-bottom: 1px solid #dfe1e6;
		justify-content: space-between;
		padding: 16px 0;
	}
}

.products {
	background: #fff;
	border: 1px solid #dfe1e6;
}

.product {
	padding: 24px;
}

.pagination__content {
	padding: 24px;
	box-shadow: inset 0 1px 0 #dfe1e6;
}

.product {
	grid-gap: 16px;
	box-shadow: inset 0 -1px 0 #dfe1e6;
	display: grid;
	grid-template-areas: "Img Title Price" "Img Tags Price";
	grid-template-columns: -webkit-min-content 1fr;
	grid-template-columns: min-content 1fr;
}

.product:last-child {
	box-shadow: none;
}

@media screen and (max-width: 1024px) {
	.product {
		grid-template-areas: "Img Title" "Tags Tags" "Price Price";
		padding: 16px;
	}
}

.product__img {
	grid-area: Img;
}

.product__img:hover {
	cursor: pointer;
}

.product__img img {
	background: #fff;
	height: 70px;
	width: 70px;
}

.product__title {
	display: flex;
	gap: 8px;
	grid-area: Title;
}

.product__title button,
.product__title-name {
	text-align: left;
	white-space: inherit;
	color: #42526e;
	position: relative;
	text-decoration: none;
	transition: color 0.3s ease-in-out;
}

@media screen and (max-width: 1024px) {
	.product__title {
		flex-direction: column;
	}
}

.product__title-count {
	color: #6b778c;
}

.product__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	grid-area: Tags;
	max-width: 100%;
	overflow: hidden;
	transition: max-height 0.3s ease-in-out;
}

@media screen and (max-width: 1024px) {
	.product__tags {
		flex-wrap: nowrap;
		overflow: auto;
	}

	.product__tags::-webkit-scrollbar,
	.product__tags::-webkit-scrollbar-thumb,
	.product__tags::-webkit-scrollbar-track {
		display: none;
	}
}

.product__price {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	grid-area: Price;
	height: 100%;
	justify-content: space-between;
	row-gap: 8px;
}

@media screen and (max-width: 1024px) {
	.product__price {
		align-items: center;
		flex-direction: row;
	}

	.product__price .btn svg {
		height: 24px;
		margin: 0;
		width: 24px;
	}

	.product__price .btn span {
		display: none;
	}
}

.product__price-val {
	white-space: nowrap;
}

.product__price-val_price {
	font-weight: 400;
}

.product__price-val_empty {
	align-items: center;
	color: #42526e;
	display: flex;
	font-size: 14px;
	gap: 2px;
	line-height: 20px;
}

.product__price-val_empty svg {
	margin-left: 5px;
	margin-top: 2px;
	height: 16px;
	width: 16px;
}

.product__price-action {
	display: flex;
	gap: 8px;
}

.product__price-count {
	color: #6b778c;
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	margin-right: 8px;
}

.product__count {
	grid-area: Count;
}

.product_cart {
	grid-template-areas: "Img Title Price";
}

@media screen and (max-width: 1024px) {
	.product_cart {
		grid-template-areas: "Img Title" "Price Price";
	}
}

.product_cart .product__title {
	align-items: center;
	max-width: 340px;
}

.product-group {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 0 2px rgb(0 0 0 / 0.16);
}

.product-group__filter,
.product-group__pagination {
	padding: 24px;
}

@media screen and (max-width: 1024px) {
	.product-group__filter,
	.product-group__pagination {
		padding: 24px 16px;
	}
}

.product-group__tabs {
	padding: 0 24px;
}

@media screen and (max-width: 1024px) {
	.product-group__tabs {
		padding: 0 16px;
	}
}

.product-group__table_search {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 0 2px rgb(0 0 0 / 0.16);
}

.product-group__table_search .table {
	border-top: none;
}

@media screen and (min-width: 1024px) {
	.product-group__table_search .table td:first-child,
	.product-group__table_search .table th:first-child {
		width: 70%;
	}

	.product-group__table_search .table td:nth-child(2),
	.product-group__table_search .table td:nth-child(3),
	.product-group__table_search .table th:nth-child(2),
	.product-group__table_search .table th:nth-child(3) {
		width: 15%;
	}

	.pg-table tr td:last-child .btn:first-child {
		opacity: 0;
		transition: opacity 0.3s ease-in-out;
	}
}

.pg-table tr:hover td:last-child .btn:first-child {
	opacity: 1;
}

@media screen and (max-width: 1024px) {
	.pg-table tr .pg-table__option {
		display: none;
	}

	.pg-table tr .pg-table__name {
		width: 100%;
	}

	.pg-table tr .pg-table__actions {
		flex: 1;
	}
}

@media screen and (min-width: 1024px) {
	.pg-table tr .pg-table__name span:first-child,
	.pg-table tr .pg-table__price span:last-child {
		display: none;
	}
}

.pg-table__actions {
	align-items: center;
	display: flex;
	gap: 8px;
	justify-content: flex-end;
}

@media screen and (min-width: 1024px) {
	.pg-table__btn-cart svg {
		display: none;
	}
}

@media screen and (max-width: 1024px) {
	.pg-table__btn-cart {
		height: 36px;
		padding: 0;
		width: 36px;
	}

	.pg-table__btn-cart span {
		display: none;
	}

	.pg-table__btn-cart svg {
		height: 20px;
		margin: 0;
		width: 20px;
	}
}

.pg-table .icon-fire {
	fill: #ff4e22;
}

.pg-aside {
	background: #fff;
	overflow: hidden;
	border: 1px solid #dfe1e6;
}

.pg-aside__content {
	gap: 16px;
}

.pg-aside__item {
	padding: 16px;
}

.pg-aside__item:not(:last-child):not(.pg-aside__item_action) {
	margin-bottom: 16px;
	position: relative;
}

.pg-aside__item:not(:last-child):not(.pg-aside__item_action):before {
	background-color: #dfe1e6;
	bottom: -8px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
}

.pg-aside__item_action {
	padding-bottom: 8px;
}

.pg-aside__price-title {
	color: #6b778c;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	margin-bottom: 4px;
}

.pg-aside__price-value {
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	margin-bottom: 16px;
}

.pg-aside__price-value_text {
	font-size: 18px;
	line-height: 24px;
}

.pg-aside__price-action {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.pg-aside__form-title {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 8px;
}

.pg-aside__form-text {
	color: #42526e;
	font-size: 14px;
	margin-bottom: 16px;
}

.product-info {
	background: #fff;
	border: 1px solid #dfe1e6;
	display: flex;
	flex-direction: column;
	gap: 48px;
	padding: 24px;
}

.product-info,
.product-info .btn {
	font-size: 14px;
}

.product-info__block {
	display: flex;
	gap: 24px;
}

.product-info__block-title {
	font-size: 14px;
	font-weight: 400;
	width: 140px;
}

.product-info__block-content {
	max-width: 480px;
	width: 100%;
}

.product-info__constructor:not(:last-child) {
	margin-bottom: 24px;
}

.product-info__constructor-title {
	font-size: 14px;
	margin-bottom: 12px;
}

.product-info__constructor-btns {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.product-info__downloads {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.product-info__downloads-item a {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.product-info__downloads-item a svg {
	height: 16px;
	width: 16px;
}

@media screen and (max-width: 1024px) {
	.product-info {
		gap: 24px;
		padding: 16px;
	}

	.product-info .product-info__block {
		flex-direction: column;
		gap: 16px;
	}

	.product-info .product-info__block-content {
		max-width: none;
	}

	.product-info .product-info__constructor:not(:last-child) {
		margin-bottom: 16px;
	}

	.product-info .product-info__constructor-title {
		margin-bottom: 8px;
	}

	.product-info .product-info__constructor-btns {
		flex-wrap: nowrap;
		margin-left: -16px;
		margin-right: -16px;
		overflow: auto;
		padding-left: 16px;
		padding-right: 16px;
	}

	.product-info .product-info__constructor-btns::-webkit-scrollbar,
	.product-info .product-info__constructor-btns::-webkit-scrollbar-thumb,
	.product-info .product-info__constructor-btns::-webkit-scrollbar-track {
		display: none;
	}
}

.prop-list {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	transition: max-height 0.3s ease-in-out;
}

.prop-list__title {
	color: #42526e;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	margin-bottom: 16px;
}

.prop-list > .btn {
	align-self: flex-start;
	font-size: 14px;
}

.prop-row {
	align-items: flex-end;
	display: flex;
	font-size: 14px;
	gap: 24px;
	justify-content: space-between;
	position: relative;
}

.prop-row:not(:last-child) {
	margin-bottom: 12px;
}

.prop-row:before {
	border-bottom: 1px dashed #c1c7d0;
	bottom: 4px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 1;
}

.prop-row__val {
	text-align: right;
}

.prop-row__name,
.prop-row__val {
	z-index: 100;
}

.prop-row__name span,
.prop-row__val span {
	background-color: #fff;
	box-shadow: -4px 0 0 #fff, 4px 0 0 #fff;
}

.cart-aside {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 0 2px rgb(0 0 0 / 0.16);
	padding: 16px;
}

.cart-aside__title {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 16px;
}

.cart-aside__content {
	margin-bottom: 24px;
}

.cart-aside__actions .btn svg {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.cart {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 0 2px rgb(0 0 0 / 0.16);
	padding: 24px;
}

.cart__title {
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 8px;
}

@media screen and (max-width: 1024px) {
	.cart__title {
		font-size: 18px;
		font-weight: 400;
		line-height: 24px;
	}
}

.cart__text {
	color: #42526e;
}

.table {
	border-bottom: 1px solid #dfe1e6;
	border-spacing: 0;
	border-top: 1px solid #dfe1e6;
	width: 100%;
}

.table thead tr {
	box-shadow: inset 0 -1px 0 #dfe1e6;
}

@media screen and (max-width: 1024px) {
	.table thead {
		display: none;
	}
}

.table tr {
	border: none;
	cursor: pointer;
	transition: background-color 0.3s ease-in-out;
}

.table tr:not(:last-child) {
	box-shadow: inset 0 -1px 0 #dfe1e6;
}

.table tr:hover {
	background-color: #f4f5f7;
}

@media screen and (max-width: 1024px) {
	.table tr {
		align-items: center;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 16px;
		row-gap: 24px;
	}

	.table tr td {
		height: auto;
		padding: 0 !important;
	}
}

.table td,
.table th {
	height: 52px;
}

.table td svg,
.table th svg {
	height: 16px;
	position: relative;
	top: 2px;
	width: 16px;
}

.table td .btn svg,
.table th .btn svg {
	position: static;
	top: auto;
}

.table th:first-child {
	padding-left: 24px;
	text-align: left;
}

.table th:last-child {
	padding-right: 24px;
}

.table th:not(:first-child) {
	text-align: right;
}

.table th:not(:first-child):not(:last-child) {
	padding-right: 16px;
}

.table th:not(:last-child) {
	box-shadow: inset -1px 0 0 #dfe1e6;
}

.table td:first-child {
	padding-left: 24px;
}

.table td:last-child {
	padding-right: 24px;
}

.table td:not(:first-child) {
	text-align: right;
}

.table td:not(:first-child):not(:last-child) {
	padding-right: 36px;
}

.search-empty {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 0 2px rgb(0 0 0 / 0.16);
	padding: 24px;
}

.search-empty__title {
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 16px;
}

@media screen and (max-width: 1024px) {
	.search-empty__title {
		font-size: 18px;
		font-weight: 400;
		line-height: 24px;
		margin-bottom: 8px;
	}
}

.page404 p,
.search-empty__text {
	color: #42526e;
}

.page404 p {
	margin-bottom: 24px;
	max-width: 616px;
}

.ap-aside {
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 0 2px rgb(0 0 0 / 0.16);
	display: flex;
	flex-direction: column;
}

@media screen and (max-width: 1024px) {
	.ap-aside {
		background-color: #fff0;
		border-radius: 0;
		box-shadow: none;
		flex-direction: row;
		gap: 4px;
		overflow: auto;
	}

	.ap-aside::-webkit-scrollbar,
	.ap-aside::-webkit-scrollbar-thumb,
	.ap-aside::-webkit-scrollbar-track {
		display: none;
	}
}

.ap-aside__item {
	align-items: center;
	box-shadow: inset 0 -1px 0 #dfe1e6;
	color: #42526e;
	display: flex;
	justify-content: space-between;
	padding: 16px 12px 16px 16px;
}

@media screen and (max-width: 1024px) {
	.ap-aside__item {
		background-color: #fff;
		border-radius: 4px;
		box-shadow: inset 0 -1px 0 #dfe1e6;
		font-size: 14px;
		line-height: 16px;
		padding: 8px 12px;
		white-space: nowrap;
	}

	.ap-aside__item svg {
		display: none;
	}
}

.ap-aside__item:hover {
	color: #091e42;
	text-decoration: none;
}

.ap-aside__item:hover svg {
	fill: #051945;
}

.ap-aside__item.active {
	color: #ff4e22;
}

.ap-aside__item.active svg {
	fill: #ff4e22;
}

.text-content .h3 {
	margin-bottom: 12px;
}

.text-content .p {
	margin-bottom: 24px;
}

.text-content .t5 {
	display: inline-block;
	font-weight: 400;
	margin-bottom: 12px;
}

.text-content:not(:last-child) {
	margin-bottom: 40px;
}

.news {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 0 2px rgb(0 0 0 / 0.16);
}

.news-item,
.news__more,
.news__pagination {
	padding: 24px;
}

.news-item {
	grid-row-gap: 12px;
	grid-column-gap: 20px;
	box-shadow: inset 0 -1px 0 #dfe1e6;
	display: grid;
	grid-template-areas: "Date Title" "Date Text";
}

@media screen and (max-width: 1024px) {
	.news-item {
		grid-template-areas: "Date" "Title" "Text";
	}
}

.news-item__date {
	color: #42526e;
	font-size: 14px;
	grid-area: Date;
	width: 140px;
}

@media screen and (max-width: 1024px) {
	.news-item__date {
		margin-bottom: 12px;
	}
}

.news-item__title {
	color: #091e42;
	grid-area: Title;
}

.news-item__title:hover {
	color: #ff4e22;
	text-decoration: none;
}

.news-item__text {
	color: #42526e;
	grid-area: Text;
}

.news-item_aside {
	grid-row-gap: 24px;
	grid-template-areas: "Date" "Title";
}

.contacts {
	display: flex;
}

.contacts__list {
	border-right: 1px solid #dfe1e6;
	overflow: auto;
	width: 248px;
}

.contacts__map {
	flex: 1;
	padding: 24px;
}

@media screen and (max-width: 1024px) {
	.contacts {
		flex-direction: column-reverse;
	}

	.contacts .contacts__list {
		border-right: none;
		width: 100%;
	}

	.contacts .contacts__map {
		padding: 0;
	}
}

.contact {
	box-shadow: inset 0 -1px 0 #dfe1e6;
	margin: 0 12px 0 20px;
	padding: 20px 10px 20px 56px;
}

.contact__title {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 4px;
	position: relative;
	transition: color 0.3s ease-in-out;
}

.contact__title svg {
	left: -12px;
	position: absolute;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.contact__title:hover {
	color: #ff4e22;
}

.contact__title:hover svg {
	fill: #ff4e22;
}

.contact__address {
	color: #42526e;
	margin-bottom: 16px;
}

.contact__phone {
	margin-bottom: 4px;
}

.contact a {
	color: #003cc1;
	display: block;
}

.contact.active .contact__title {
	color: #ff4e22;
}

.contact.active .contact__title svg {
	fill: #ff4e22;
}

@media screen and (max-width: 1024px) {
	.contact {
		flex-direction: column;
		margin: 0;
		padding: 16px 16px 16px 52px;
		row-gap: 8px;
	}

	.contact,
	.contact__row {
		display: flex;
	}

	.contact__row:first-child {
		gap: 8px;
	}

	.contact__row:last-child {
		gap: 16px;
	}

	.contact__address,
	.contact__phone,
	.contact__title {
		margin: 0;
	}
}

#map-contacts {
	border-radius: 4px;
	height: 100%;
	overflow: hidden;
	width: 100%;
	height: 564px;
}

@media screen and (max-width: 1024px) {
	#map-contacts {
		height: 320px;
		flex-shrink: 0;
		margin-bottom: 24px;
	}
}

#map-contacts .map-icon {
	align-items: center;
	background-color: #fff;
	border-radius: 16px;
	box-shadow: 0 1px 16px rgb(0 0 0 / 0.16);
	display: flex;
	height: 32px;
	justify-content: center;
	position: relative;
	width: 32px;
}

#map-contacts .map-icon svg {
	position: relative;
	z-index: 100;
}

#map-contacts .map-icon.active svg {
	fill: #ff4e22;
}

@media screen and (min-width: 1024px) {
	.hide-after-sm {
		display: none;
	}
}

.card {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 0 2px rgb(0 0 0 / 0.16);
	padding: 24px;
}

@media screen and (max-width: 1024px) {
	.card {
		padding: 16px;
	}
}

.t-section {
	margin: 3rem 0;
}

.t-block {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	row-gap: 1.1rem;
}

.t-tooltip div {
	align-items: center;
	background-color: #f4f5f7;
	border-radius: 5px;
	display: flex;
	height: 40px;
	justify-content: center;
	padding: 0 40px;
}

.t-main-left-list {
	padding-left: 10px;
	position: -webkit-sticky;
	position: sticky;
	top: 18px;
}

.t-main-left-list li {
	list-style: none;
	margin-bottom: 10px;
}

.t-main-left-list li button {
	cursor: pointer;
	font-size: 20px;
	padding: 5px 8px;
}

@media screen and (max-width: 1024px) {
	.t-main-left {
		display: none;
	}
}

.t-tabs {
	box-shadow: -10px 0 10px -10px #bababa;
	min-height: 100vh;
	width: 100%;
}

.t-tabs .tab {
	display: none;
	height: 100%;
	overflow: hidden;
	padding: 15px;
}

.t-tabs .accordion-tab {
	background-color: #a9a9a9;
}

.t-tabs .accordion-tab h2 {
	text-align: center;
}

.t-tabs .accordion-tab .t-block {
	align-items: center;
}

.t-filter-tab {
	padding: 0;
}

.t-city {
	background-color: #c1c7d0;
	border-radius: 4px;
	display: inline-block;
	padding: 10px;
	position: relative;
}

#header-menu .my-modal__body-links a,
[id^="catalog-"] .my-modal__body-links a {
	border-bottom: 1px solid #dfe1e6;
	display: block;
	padding: 16px 0;
}

#header-menu .my-modal__head {
	box-shadow: 0 1px 16px rgb(0 0 0 / 0.16);
}

#header-menu .my-modal__footer {
	flex-direction: column;
}

#header-menu .my-modal__footer-row {
	-webkit-column-gap: 24px;
	column-gap: 24px;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 12px;
	row-gap: 8px;
}

#header-menu .my-modal__footer a {
	color: #0a3fb4;
}

#header-menu .my-modal__search-result {
	background: rgb(0 0 0 / 0.08);
	bottom: 0;
	display: none;
	left: 0;
	overflow: auto;
	position: absolute;
	right: 0;
	top: 68px;
	z-index: 1;
}

#header-menu .my-modal__search-result.active {
	display: block;
}

#header-menu .my-modal__search-result.content {
	background: #fff;
}

#header-menu .my-modal__search-result .select__item {
	color: #6b778c;
	cursor: default;
	display: block;
}

#header-menu .my-modal__search-result a.select__item {
	color: #091e42;
	cursor: pointer;
}

#header-menu .my-modal__search-result a.select__item:hover {
	background-color: #f4f5f7;
	text-decoration: none;
}

@media screen and (max-width: 1024px) {
	#header-menu .my-modal__head .my-modal__head-close {
		top: 12px;
	}
}

#choosing-city-dropdown {
	z-index: 1000;
}

#choosing-city-dropdown .my-modal__head {
	padding: 24px 24px 16px;
}

#choosing-city-dropdown .my-modal__footer {
	justify-content: flex-start;
	padding: 0 24px 24px;
}

#cart-modal .my-modal__head-text {
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
}

#cart-modal .my-modal__head-close {
	right: 24px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#cart-modal .my-modal__body {
	overflow: auto;
	padding: 0;
}

@media screen and (max-width: 1024px) {
	#cart-modal .my-modal__footer {
		flex-direction: column;
	}
}

#cart-modal .cart-item {
	display: grid;
	grid-template-areas: "Title Action" "Text Action";
	box-shadow: inset 0 -1px 0 #dfe1e6;
	padding: 10px 24px;
}

#cart-modal .cart-item:hover {
	background-color: #f4f5f7;
}

#cart-modal .cart-item__title {
	grid-area: Title;
	margin-bottom: 4px;
}

#cart-modal .cart-item__text {
	color: #6b778c;
	font-size: 14px;
	grid-area: Text;
}

#cart-modal .cart-item__action {
	align-items: center;
	display: flex;
	grid-area: Action;
	justify-content: flex-end;
}

[id^="breadcrumb-"] {
	min-width: 270px;
}

[id^="breadcrumb-"] .my-modal__body {
	padding: 0;
}

#fast-order {
	width: 458px;
}

@media screen and (max-width: 1024px) {
	#fast-order {
		width: 100%;
	}
}

#fast-order .product-name {
	color: #42526e;
	margin-bottom: 20px;
}

#fast-order .my-modal__footer {
	flex-direction: column;
	text-align: center;
}

#callback-modal {
	width: 458px;
}

@media screen and (max-width: 1024px) {
	#callback-modal {
		width: 100%;
	}
}

#callback-modal .my-modal__head-text {
	display: flex;
	flex-direction: column;
}

#callback-modal .my-modal__head-text span:first-child {
	margin-bottom: 8px;
}

#callback-modal .my-modal__head-text span:last-child {
	color: #42526e;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}

#notification-success .my-modal__head-text {
	display: flex;
	flex-direction: column;
}

#notification-success .my-modal__head-text span:first-child {
	margin-bottom: 8px;
}

#notification-success .my-modal__head-text span:last-child {
	color: #42526e;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}

#calculation-modal .my-modal__footer,
#callback-modal .my-modal__footer,
#order-modal .my-modal__footer,
#cart-modal .my-modal__footer {
	flex-direction: column;
	text-align: center;
}

#modal-preview {
	display: flex;
	max-height: 100%;
	overflow: hidden;
	visibility: hidden;
}

#modal-preview.my-modal.active {
	visibility: visible;
}

#modal-preview .my-modal__container {
	max-height: 100%;
	max-width: 100%;
}

@media screen and (max-width: 1024px) {
	#modal-preview {
		border-radius: 0;
		height: 100%;
	}
}

@media screen and (min-width: 1024px) {
	#modal-preview {
		width: 1000px;
	}
}

#modal-preview .my-modal__body {
	overflow: auto;
	padding: 0;
}

#modal-preview .tabs-nav {
	max-width: 100vw;
	overflow: scroll;
	padding: 0 24px;
}

#modal-preview .about-product {
	border-top: 1px solid #dfe1e6;
	display: flex;
}

@media screen and (max-width: 1024px) {
	#modal-preview .about-product {
		flex-direction: column;
	}
}

#modal-preview .about-product__aside {
	border-right: 1px solid #dfe1e6;
	width: 292px;
}

@media screen and (max-width: 1024px) {
	#modal-preview .about-product__aside {
		border: none;
		width: 100%;
	}
}

#modal-preview .about-product__main {
	flex: 1;
}

#modal-preview .pg-aside {
	border-radius: 0;
	box-shadow: none;
	border: none !important;
}

#modal-preview .product-info {
	box-shadow: none;
	border: none !important;
}

#modal-preview .slider-main-wrapper {
	border: none;
	border-radius: 0;
}

#modal-preview .slider-mini {
	max-width: 100vw;
	padding: 24px;
}

@media screen and (max-width: 1024px) {
	#modal-preview .slider-mini {
		padding: 16px 16px 0;
	}
}

#modal-preview .swiper-button-next {
	right: 24px;
}

#modal-preview .swiper-button-prev {
	left: 24px;
}

html {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	line-height: 24px;
}

img {
	display: block;
	height: auto;
	width: 100%;
}

img.city-list__link-img {
	width: 16px;
	height: 16px;
	margin-left: 8px;
}

body {
	display: flex;
	flex-direction: column;
	font-size: 1rem;
	min-height: 100vh;
	overflow-x: hidden;
}

body main {
	flex: 1;
}

ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

*,
:after,
:before {
	box-sizing: border-box;
}

:not(body)::-webkit-scrollbar {
	background: #fff0;
	height: 8px;
	width: 10px;
}

:not(body)::-webkit-scrollbar-track {
	background: #fff0;
	border: 2px solid #fff0;
}

:not(body)::-webkit-scrollbar-thumb {
	border: 3px solid #fff0;
	border-radius: 8px;
	box-shadow: inset 0 0 4px 4px #dfe1e6;
}

.svg-icon {
	fill: #c1c7d0;
	height: 20px;
	transition: fill 0.3s ease-in-out, transform 0.3s ease-in-out;
	width: 20px;
}

.slider-main-hover .slide-img {
	position: relative;
}

.slider-main-hover .slide-img:before {
	background-color: #253858;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}

.slider-main-hover .slide-img:after,
.slider-main-hover .slide-img:before {
	content: "";
	opacity: 0;
	position: absolute;
	transition: opacity 0.3s ease-in-out;
}

.slider-main-hover .slide-img:after {
	background: url(../assets/img/svg/fullscreen-line.svg);
	height: 40px;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 40px;
}

.slider-main-hover .slide-img:hover:before {
	opacity: 0.4;
}

.slider-main-hover .slide-img:hover:after {
	opacity: 1;
}

.slider-main-wrapper {
	background: #fff;
	position: relative;
}

.slider-main-wrapper_nobg {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
}

.banner-main__title h1 {
	font-size: 40px;
	margin-bottom: 15px;
}

.banner-main__title p {
	margin-top: 30px;
}

@media screen and (max-width: 1024px) {
	.banner-main__title {
		color: #fff;
		padding: 15px;
		max-width: 100%;
	}

	.main-hero__list {
		padding: 15px 2px 0 2px;
	}

	.slider-main-wrapper_nobg .slider-main-overflow {
		margin-left: -32px;
		margin-right: -32px;
		padding-left: 32px;
		padding-right: 32px;
	}

	.slider-main-wrapper_nobg .slide-card {
		box-shadow: none;
	}

	.slider-main-wrapper {
		background: none;
		border: none;
		box-shadow: none;
		overflow: hidden;
	}
}

@media screen and (min-width: 1024px) {
	.slider-main-wrapper:hover .swiper-button-next:not(.swiper-button-disabled),
	.slider-main-wrapper:hover .swiper-button-prev:not(.swiper-button-disabled) {
		opacity: 1;
		pointer-events: auto;
	}
}

.slider-main-wrapper .swiper-button-next,
.slider-main-wrapper .swiper-button-prev {
	align-items: center;
	background: #fff;
	border: 1px solid #dfe1e6;
	border-radius: 44px;
	display: flex;
	height: 36px;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transition: opacity 0.3s ease-in-out;
	width: 36px;
	z-index: 1000;
}

.slider-main-wrapper .swiper-button-next svg,
.slider-main-wrapper .swiper-button-prev svg {
	fill: #051945;
}

.slider-main-wrapper .swiper-button-prev {
	left: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.slider-main-wrapper .swiper-button-prev svg {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.slider-main-wrapper .swiper-button-next {
	right: 0;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}

.slider-main-wrapper .swiper-button-next svg {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.slider-main-overflow {
	min-width: 100%;
	overflow: hidden;
}

@media screen and (max-width: 1024px) {
	.slider-main-overflow {
		margin-left: -16px;
		margin-right: -16px;
		padding-left: 16px;
		padding-right: 16px;
	}
}

slider-main {
	display: block;
}

@media screen and (max-width: 1024px) {
	slider-main .swiper-slide {
		max-width: 210px;
	}
}

.slide-img {
	border-radius: 4px;
	overflow: hidden;
}

.slide-card__img {
	margin-bottom: 16px;
}

.slide-card__title {
	margin-bottom: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.slide-card__text {
	color: #6b778c;
	font-size: 14px;
}

@media screen and (max-width: 1024px) {
	.slide-card {
		background: #fff;
		border-radius: 8px;
	}
}

.slide-product {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 0 2px rgb(0 0 0 / 0.16);
	padding: 16px;
}

.slide-product__img img {
	height: 182px;
	width: 182px;
}

.slide-product__name {
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	font-size: 14px;
	overflow: hidden;
}

.slide-product__img,
.slide-product__name {
	margin-bottom: 8px;
}

.slide-product__price {
	font-weight: 400;
	margin-bottom: 16px;
}

.slide-product__actions {
	display: flex;
	gap: 16px;
}

.slide-product__actions .btn_outline:hover {
	background: #ff4e22;
	color: #fff;
}

.slide-product__actions .btn_outline:hover:after {
	border-color: #ff4e22;
}

.slider-row-wrapper {
	position: relative;
}

#ocfilter_button {
	padding: 0;
}

slider-row {
	display: block;
	overflow: hidden;
}

slider-row .swiper-slide {
	width: auto;
}

slider-row .swiper-slide .tag {
	display: block;
}

.swiper-button-next,
.swiper-button-prev {
	align-items: center;
	display: flex;
	height: 32px;
	justify-content: center;
	padding: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 32px;
}

.swiper-button-next svg,
.swiper-button-prev svg {
	fill: #051945;
}

.swiper-button-next:hover svg,
.swiper-button-prev:hover svg {
	fill: #2e80e0;
}

.swiper-button-prev {
	left: 1px;
}

.swiper-button-prev svg {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.swiper-button-next {
	right: 1px;
}

.swiper-button-next svg {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

slider-hover {
	display: block;
}

.slider-hover-wrapper {
	position: relative;
}

.slider-hover-wrapper .swiper-pagination {
	bottom: 0;
	display: flex;
	gap: 8px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
}

.slider-hover-wrapper .swiper-pagination-bullet {
	cursor: pointer;
	display: block;
	opacity: 0.3;
	padding: 10px 0;
	transition: opacity 0.3s ease-in-out;
}

.slider-hover-wrapper .swiper-pagination-bullet-bg {
	background-color: #c1c7d0;
	display: block;
	height: 2px;
	width: 24px;
}

.slider-hover-wrapper .swiper-pagination-bullet-active {
	opacity: 1;
}

.categories {
	display: flex;
	gap: 20px;
}

.categories__element {
	background-color: #f3f3f3;
	min-height: 191px;
	overflow: hidden;
	padding: 20px;
	position: relative;
	transition: 0.2s;
	flex: 1 1 auto;
	display: block;
}

.categories__element_couple {
	flex: 5;
}

.categories__element_title {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	position: initial;
	z-index: 9999;
	position: relative;
	color: #fff;
}

.categories__element_subtitle {
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	width: 70%;
	z-index: 9999;
	position: relative;
}

.categories__element img {
	bottom: 0;
	position: absolute;
	right: 0;
	transition: 0.2s ease-in-out;
	max-width: 100%;
	height: auto;
	mix-blend-mode: darken;
	z-index: 1;
	object-fit: cover;
	object-position: center;
	height: 100%;
}

.stretched-link:after {
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.categories__element:hover {
	background-color: #f9f9f9;
	box-shadow: 0 1px 16px rgb(0 0 0 / 0.07);
}

.categories__element a:hover {
	color: #2e80e0;
	text-decoration: none;
}

.mb-2 {
	margin-bottom: 20px;
}

.contacts {
	display: flex;
	margin-bottom: 48px;
	width: 100%;
}

.contacts__background {
	padding-bottom: 48px;
	z-index: 9999;
	display: block;
	position: relative;
}

.contacts__header .h2 {
	font-size: 48px;
	max-width: 593px;
	color: #fff;
	line-height: 50px;
}

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

.contacts__flex-elem {
	width: 32%;
	padding: 14px;
	display: flex;
	align-items: center;
	background: #fff;
	-webkit-backdrop-filter: blur(25px);
	backdrop-filter: blur(25px);
	border-radius: 8px;
	min-height: 84px;
}

.contacts__flex_icon {
	align-items: center;
	border: 2px solid #2e80e0;
	border-radius: 50%;
	display: flex;
	height: 48px;
	justify-content: center;
	width: 48px;
}

.contacts__flex_icon svg {
	height: 24px;
	width: 24px;
}

.contacts__flex_text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 16px;
}

.contacts__flex_text a {
	font-size: 20px;
	font-weight: 500;
	color: #42526e;
}

.contacts__flex_text span {
	font-size: 16px;
	font-weight: 400;
	margin-top: 5px;
	color: #42526e;
}

.contacts__map {
	position: relative;
	padding: 0;
	min-height: 400px;
}

.contacts__info-links-wrapper {
	display: flex;
	gap: 24px;
}

.contacts__info-links-wrapper .contacts__info-link {
	width: 50%;
}

.contacts__info-btns-wrapper {
	display: flex;
	gap: 16px;
}

.contacts__info-download-link,
.contacts__info-call-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 4px;
	padding: 12px 20px;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	width: 50%;
}

.contacts__info-download-link svg,
.contacts__info-call-btn svg {
	display: block;
	width: 24px;
	height: 24px;
	flex-shrink: 0;
}

.contacts__info-download-link a {
	position: static;
}

.contacts__info-download-link a::after {
	content: "";
	position: absolute;
	inset: 0;
}

.contacts__info-download-link {
	position: relative;
}

.contacts__info-call-btn {
	color: #fff;
	background: #2e80e0;
	transition: background-color 0.3s ease-in-out;
}

.contacts__info-download-link {
	color: #42526e;
	border: 1px solid #dfe1e6;
}

.contacts__info-link {
	display: flex;
	gap: 16px;
	position: relative;
}

.contacts__info-link a {
	position: static;
}

.contacts__info-link a::after {
	content: "";
	position: absolute;
	inset: 0;
}

.contacts__info-item:not(:last-child) {
	margin-bottom: 24px;
}

.contacts__info-item:last-child {
	margin-bottom: 32px;
}

.contacts__info-link-icon {
	border: 1px solid #c6cbd4;
	border-radius: 100px;
	width: 48px;
	height: 48px;
	min-width: 48px;
	min-height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.contacts__info-link-title {
	font-weight: 400;
	font-size: 20px;
	line-height: 150%;
	color: #000;
}

.contacts__info-link-descr {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: rgb(66 82 110 / 0.8);
}

.contacts__info-link-icon svg {
	display: block;
	flex-shrink: 0;
	width: 28px;
	height: 28px;
}

.contacts__info {
	position: absolute;
	border-radius: 8px;
	padding: 32px;
	width: 570px;
	background: #fff;
	z-index: 1;
	top: 32px;
	left: 32px;
}

.contacts__info-title {
	font-weight: 500;
	font-size: 32px;
	line-height: 150%;
	color: #000;
	font-family: "Roboto", sans-serif;
	margin-bottom: 32px;
}

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

.contacts__map-main {
	border-radius: 12px;
	margin-top: 24px;
	min-height: 500px;
	overflow: hidden;
	position: relative;
}

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

	.contacts__info {
		position: static;
		order: 2;
		width: 100%;
		border: 1px solid #f2f2f2;
	}

	.contacts__info-links-wrapper .contacts__info-link {
		width: auto;
	}
}

@media (max-width: 600px) {
	.contacts__info {
		padding: 20px;
	}

	.contacts__info-title {
		font-size: 24px;
		line-height: 130%;
		margin-bottom: 24px;
	}

	.contacts__info-link-title {
		font-size: 16px;
	}

	.contacts__info-link {
		gap: 12px;
	}

	.contacts__info-links-wrapper {
		flex-direction: column;
		gap: 16px;
	}

	.contacts__info-item:not(:last-child) {
		margin-bottom: 16px;
	}

	.contacts__info-item:nth-last-child(2) {
		margin-bottom: 40px;
	}

	.contacts__info-btns-wrapper {
		flex-direction: column;
		gap: 8px;
	}

	.contacts__info-download-link,
	.contacts__info-call-btn {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.contacts__map-main {
		min-height: calc(100vw - 64px);
	}
}

.contacts__map-main #map {
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}

.contacts__requisites {
	background-color: #fff;
	border: 1px solid #dfe1e6;
	border-radius: 8px;
	box-sizing: border-box;
	padding: 24px;
	width: 45%;
}

.contacts__requisites-title {
	font-size: 24px;
	font-weight: 700;
}

.contacts__requisites-main {
	display: flex;
	flex-direction: column;
	height: 92%;
	justify-content: space-between;
	margin-top: 25px;
}

@media screen and (max-width: 991px) {
	.contacts__requisites-line:not(:last-child) {
		margin-bottom: 16px;
	}
}

.contacts__requisites-line {
	display: flex;
	font-size: 16px;
	line-height: 1.5;
}

.contacts__requisites-line span:first-child {
	display: inline-block;
	font-weight: 500;
	min-width: 100px;
}

.contacts__requisites-line span:last-child {
	color: #5f6772;
	font-weight: 400;
}

.contacts__requisites-download {
	margin-top: 16px;
}

.contacts__requisites-download a {
	background-color: #f4f5f7;
	border: none;
	border-radius: 8px;
	color: #091e42;
	display: block;
	font-size: 15px;
	padding: 16px 0;
	text-align: center;
	width: 100%;
}

.contacts__requisites-download a:hover {
	background-color: #f0f0f0;
}

@media (max-width: 1200px) {
	.contacts__background {
		background-position: 111%;
	}

	.contacts__header .h2 {
		font-size: 38px;
	}
}

@media (max-width: 1000px) {
	.contacts {
		flex-direction: column;
	}

	.contacts__map {
		margin-bottom: 24px;
		width: 100%;
	}

	.contacts__requisites {
		width: 100%;
	}
}

@media screen and (max-width: 991px) {
	.contacts__flex-elem {
		flex-direction: column;
	}

	.contacts__flex_text {
		margin-left: 0;
		margin-top: 16px;
	}

	.contacts__flex_text a {
		font-size: 16px;
	}

	.contacts__flex_text span {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.contacts__background {
		background-image: none;
		padding-bottom: 16px;
	}

	.contacts__header .h2 {
		font-size: 24px;
		line-height: 24px;
	}

	.contacts__header_flex {
		flex-direction: column;
		margin-top: 40px;
	}

	.contacts__flex-elem {
		flex-direction: row;
		width: 100%;
	}

	.contacts__flex-elem:not(:last-child) {
		margin-bottom: 10px;
	}

	.contacts__flex_text {
		margin: 0 0 0 16px;
	}
}

@media (max-width: 576px) {
	.pages__item_next,
	.pages__item_prev {
		display: none;
	}

	.contacts__map-header {
		flex-direction: column;
	}

	.contacts__map-btn {
		margin-top: 16px;
	}
}

@media (max-width: 362px) {
	.contacts__requisites-line {
		flex-direction: column;
	}
}

.contacts__background .breadcrumbs {
	margin-top: 8px;
}

.contacts__background .breadcrumbs__item {
	color: #fff;
}

*::-webkit-media-controls-panel {
	display: none !important;
	-webkit-appearance: none;
}

*::-webkit-media-controls-play-button {
	display: none !important;
	-webkit-appearance: none;
}

*::-webkit-media-controls-start-playback-button {
	display: none !important;
	-webkit-appearance: none;
}

.product__title-name {
	color: #42526e;
	position: relative;
	text-decoration: none;
	transition: color 0.3s ease-in-out;
}

.product__title-name:hover {
	cursor: pointer;
	text-decoration: underline;
}

.privacy p {
	margin-bottom: 5px !important;
}

.privacy table p {
	margin-bottom: 0px !important;
}

.privacy table ul {
	margin-bottom: 0px !important;
}

.privacy .h3 {
	margin-bottom: 20px;
	margin-top: 15px;
}

.privacy table {
	border: 1px solid #eee;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 20px;
}

.privacy table th {
	font-weight: 700;
	padding: 5px;
	border: 1px solid #eee;
}

.privacy table td {
	padding: 5px 10px;
	border: 1px solid #eee;
	text-align: left;
}

.requisites__table {
	max-width: 100%;
}

.requisites__table-item {
	align-items: stretch;
	border: 1px solid #d9d9d9;
	display: flex;
}

.requisites__table-item:has(.requisites__table-item-right:hover) {
	background: #fafafa;
}

.requisites__table-item:not(:first-child) {
	border-top: none;
}

.requisites__table-item-left,
.requisites__table-item-right {
	font-size: 16px;
	line-height: 24px;
	padding: 16px 32px;
}

.requisites__table-item-left {
	border-right: 1px solid var(--gray-300, #d9d9d9);
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	width: 35%;
}

.requisites__table-item-right {
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	width: 65%;
}

.requisites__table-item-right:hover .icon {
	display: block;
}

.requisites__table-item-right .icon {
	display: none;
}

.requisites__table-item-right .icon svg {
	display: block;
}

.requisites .download-link {
	position: absolute;
	right: 16px;
	top: 46px;
	width: 444px;
}

@media (max-width: 720px) {
	.contacts-page .requisites {
		padding-top: 32px;
	}

	.contacts-page .requisites__title {
		font-size: 32px;
		line-height: 40px;
	}

	.requisites {
		padding-top: 25px;
	}

	.requisites__title {
		margin-bottom: 21px;
	}

	.requisites__descr {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 62px;
	}

	.requisites__table {
		margin-bottom: 32px;
	}

	.requisites__table-item {
		border-left: none;
		border-right: none;
		gap: 20px;
	}

	.requisites__table-item-left,
	.requisites__table-item-right {
		padding: 16px 0;
		width: 50%;
	}

	.requisites__table-item-left {
		border: none;
		font-weight: 500;
	}

	.requisites__table-item-left,
	.requisites__table-item-right {
		font-size: 14px;
		line-height: 20px;
	}

	.requisites__table-item-right p {
		word-wrap: break-word;
		max-width: 89%;
	}
}

.nav-tabs {
	display: flex;
	flex-direction: column;
}

.nav-tab {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 500;
	padding: 8px;
	cursor: pointer;
	margin-bottom: 8px;
}

.nav-tab img {
	width: 32px;
	margin-right: 16px;
	filter: grayscale(100%);
}

.nav-tab:hover {
	background: #f4f5f7;
	text-decoration: none;
}

.nav-tab:hover img {
	filter: grayscale(0%);
}

.nav-tab.active {
	background: #f4f5f7;
}

.nav-tab.active img {
	filter: grayscale(0%);
}

.tab-pane h4 {
	align-items: center;
	font-size: 20px;
	display: flex !important;
	width: 100%;
}

.tab-pane h4 img {
	width: 32px;
	margin-right: 16px;
}

.tab-pane {
	display: none;
}

.tab-pane.active {
	display: flex;
	flex-flow: wrap;
}

.tippy-box[data-animation="fade"][data-state="hidden"] {
	opacity: 0;
}

[data-tippy-root] {
	max-width: calc(100vw - 10px);
}

.tippy-box {
	background-color: #333;
	border-radius: 4px;
	color: #fff;
	font-size: 14px;
	line-height: 1.4;
	outline: 0;
	position: relative;
	transition-property: transform, visibility, opacity;
	white-space: normal;
}

.tippy-box[data-placement^="top"] > .tippy-arrow {
	bottom: 0;
}

.tippy-box[data-placement^="top"] > .tippy-arrow:before {
	border-top-color: initial;
	border-width: 8px 8px 0;
	bottom: -7px;
	left: 0;
	transform-origin: center top;
}

.tippy-box[data-placement^="bottom"] > .tippy-arrow {
	top: 0;
}

.tippy-box[data-placement^="bottom"] > .tippy-arrow:before {
	border-bottom-color: initial;
	border-width: 0 8px 8px;
	left: 0;
	top: -7px;
	transform-origin: center bottom;
}

.tippy-box[data-placement^="left"] > .tippy-arrow {
	right: 0;
}

.tippy-box[data-placement^="left"] > .tippy-arrow:before {
	border-left-color: initial;
	border-width: 8px 0 8px 8px;
	right: -7px;
	transform-origin: center left;
}

.tippy-box[data-placement^="right"] > .tippy-arrow {
	left: 0;
}

.tippy-box[data-placement^="right"] > .tippy-arrow:before {
	border-right-color: initial;
	border-width: 8px 8px 8px 0;
	left: -7px;
	transform-origin: center right;
}

.tippy-box[data-inertia][data-state="visible"] {
	transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}

.tippy-arrow {
	color: #333;
	height: 16px;
	width: 16px;
}

.tippy-arrow:before {
	border-color: #fff0;
	border-style: solid;
	content: "";
	position: absolute;
}

.tippy-content {
	padding: 5px 9px;
	position: relative;
	z-index: 1;
}

@font-face {
	font-family: swiper-icons;
	font-style: normal;
	font-weight: 400;
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
}

:root {
	--swiper-theme-color: #007aff;
}

.swiper {
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
	flex-direction: column;
}

.swiper-wrapper {
	box-sizing: content-box;
	display: flex;
	height: 100%;
	position: relative;
	transition-property: transform;
	width: 100%;
	z-index: 1;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
	transform: translateZ(0);
}

.swiper-pointer-events {
	touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
	touch-action: pan-x;
}

.swiper-slide {
	flex-shrink: 0;
	height: 100%;
	position: relative;
	transition-property: transform;
	width: 100%;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto;
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
	background: rgb(0 0 0 / 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(270deg, rgb(0 0 0 / 0.5), transparent);
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(90deg, rgb(0 0 0 / 0.5), transparent);
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(0deg, rgb(0 0 0 / 0.5), transparent);
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(180deg, rgb(0 0 0 / 0.5), transparent);
}

.swiper-css-mode > .swiper-wrapper {
	-ms-overflow-style: none;
	overflow: auto;
	scrollbar-width: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
	scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
	scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper:before {
	content: "";
	flex-shrink: 0;
	order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal>.swiper-wrapper: before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical>.swiper-wrapper: before {
	height: var(--swiper-centered-offset-after);
	min-width: 1px;
	width: 100%;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: center center;
}

.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.carousel {
	box-sizing: border-box;
	position: relative;
}

.carousel *,
.carousel :after,
.carousel :before {
	box-sizing: inherit;
}

.carousel.is-draggable {
	cursor: move;
	cursor: grab;
}

.carousel.is-dragging {
	cursor: move;
	cursor: grabbing;
}

.carousel__viewport {
	max-height: 100%;
	max-width: 100%;
	overflow: hidden;
	position: relative;
}

.carousel__track {
	display: flex;
}

.carousel__slide {
	flex: 0 0 auto;
	max-width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
	padding: 1rem;
	position: relative;
	width: var(--carousel-slide-width, 60%);
}

.has-dots {
	margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
	display: flex;
	justify-content: center;
	left: 0;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	right: 0;
	top: calc(100% + 0.5rem);
	user-select: none;
}

.carousel__dots .carousel__dot {
	cursor: pointer;
	display: block;
	height: 22px;
	margin: 0;
	padding: 0;
	position: relative;
	width: 22px;
}

.carousel__dots .carousel__dot:after {
	background-color: currentColor;
	border-radius: 50%;
	content: "";
	height: 8px;
	left: 50%;
	opacity: 0.25;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: opacity 0.15s ease-in-out;
	width: 8px;
}

.carousel__dots .carousel__dot.is-selected:after {
	opacity: 1;
}

.carousel__button {
	align-items: center;
	background: var(--carousel-button-bg, transparent);
	border: 0;
	border-radius: var(--carousel-button-border-radius, 50%);
	box-shadow: var(--carousel-button-shadow, none);
	color: var(--carousel-button-color, currentColor);
	cursor: pointer;
	display: flex;
	height: var(--carousel-button-height, 48px);
	justify-content: center;
	padding: 0;
	pointer-events: all;
	transition: opacity 0.15s ease;
	width: var(--carousel-button-width, 48px);
}

.carousel__button.is-next,
.carousel__button.is-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.carousel__button.is-prev {
	left: 10px;
}

.carousel__button.is-next {
	right: 10px;
}

.carousel__button[disabled] {
	cursor: default;
	opacity: 0.3;
}

.carousel__button svg {
	fill: none;
	stroke: currentColor;
	stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
	stroke-linejoin: bevel;
	stroke-linecap: round;
	filter: var(--carousel-button-svg-filter, none);
	height: var(--carousel-button-svg-height, 50%);
	pointer-events: none;
	width: var(--carousel-button-svg-width, 50%);
}

html.with-fancybox {
	scroll-behavior: auto;
}

body.compensate-for-scrollbar {
	overflow: hidden !important;
	touch-action: none;
}

.fancybox__container {
	-webkit-tap-highlight-color: #fff0;
	--carousel-button-width: 48px;
	--carousel-button-height: 48px;
	--carousel-button-svg-width: 24px;
	--carousel-button-svg-height: 24px;
	--carousel-button-svg-stroke-width: 2.5;
	--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
	bottom: 0;
	box-sizing: border-box;
	color: var(--fancybox-color, #fff);
	direction: ltr;
	display: flex;
	flex-direction: column;
	left: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
	padding: env(safe-area-inset-top, 0) env(safe-area-inset-right, 0) env(safe-area-inset-bottom, 0) env(safe-area-inset-left, 0);
	position: fixed;
	right: 0;
	top: 0;
	transform-origin: top left;
	z-index: 1050;
}

.fancybox__container *,
.fancybox__container :after,
.fancybox__container :before {
	box-sizing: inherit;
}

.fancybox__container :focus {
	outline: none;
}

body:not(.is-using-mouse) .fancybox__container :focus {
	box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgb(1 210 232 / 0.94));
}

@media (min-width: 1024px) {
	.fancybox__container {
		--carousel-button-width: 48px;
		--carousel-button-height: 48px;
		--carousel-button-svg-width: 27px;
		--carousel-button-svg-height: 27px;
	}
}

.fancybox__backdrop {
	background: var(--fancybox-bg, rgb(24 24 27 / 0.92));
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.fancybox__carousel {
	flex: 1 1 auto;
	height: 100%;
	min-height: 0;
	position: relative;
	z-index: 10;
}

.fancybox__carousel.has-dots {
	margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
	cursor: default;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}

.fancybox__track {
	display: flex;
	height: 100%;
}

.fancybox__slide {
	--carousel-button-width: 36px;
	--carousel-button-height: 36px;
	--carousel-button-svg-width: 22px;
	--carousel-button-svg-height: 22px;
	display: flex;
	flex: 0 0 auto;
	flex-direction: column;
	margin: 0;
	max-width: 100%;
	outline: 0;
	overflow: auto;
	overscroll-behavior: contain;
	padding: 48px 8px 8px;
	position: relative;
	width: 100%;
}

.fancybox__slide:after,
.fancybox__slide:before {
	content: "";
	flex: 0 0 0%;
	margin: auto;
}

@media (min-width: 1024px) {
	.fancybox__slide {
		padding: 64px 100px;
	}
}

.fancybox__content {
	align-self: center;
	background: var(--fancybox-content-bg, #fff);
	color: var(--fancybox-content-color, #374151);
	display: flex;
	flex-direction: column;
	margin: 0 env(safe-area-inset-right, 0) 0 env(safe-area-inset-left, 0);
	padding: 36px;
	position: relative;
	z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
	box-shadow: none;
	outline: thin dotted;
}

.fancybox__caption {
	align-self: center;
	color: var(--fancybox-color, currentColor);
	cursor: auto;
	flex-shrink: 0;
	line-height: 1.375;
	margin: 0;
	max-width: 100%;
	overflow-wrap: anywhere;
	padding: 1rem 0 0;
	visibility: visible;
}

.is-loading .fancybox__caption {
	visibility: hidden;
}

.fancybox__container > .carousel__dots {
	color: var(--fancybox-color, #fff);
	top: 100%;
}

.fancybox__nav .carousel__button {
	z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
	right: 8px;
}

@media (min-width: 1024px) {
	.fancybox__nav .carousel__button.is-next {
		right: 40px;
	}
}

.fancybox__nav .carousel__button.is-prev {
	left: 8px;
}

@media (min-width: 1024px) {
	.fancybox__nav .carousel__button.is-prev {
		left: 40px;
	}
}

.carousel__button.is-close {
	position: absolute;
	right: 8px;
	right: calc(env(safe-area-inset-right, 0px) + 8px);
	top: 8px;
	top: calc(env(safe-area-inset-top, 0px) + 8px);
	z-index: 40;
}

@media (min-width: 1024px) {
	.carousel__button.is-close {
		right: 40px;
	}
}

.fancybox__content > .carousel__button.is-close {
	color: var(--fancybox-color, #fff);
	position: absolute;
	right: 0;
	top: -40px;
}

.fancybox__no-click,
.fancybox__no-click button {
	pointer-events: none;
}

.fancybox__spinner {
	color: var(--fancybox-color, currentColor);
	height: 50px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 50px;
}

.fancybox__slide .fancybox__spinner {
	cursor: pointer;
	z-index: 1053;
}

.fancybox__spinner svg {
	animation: fancybox-rotate 2s linear infinite;
	bottom: 0;
	height: 100%;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	transform-origin: center center;
	width: 100%;
}

.fancybox__spinner svg circle {
	fill: none;
	stroke-width: 2.75;
	stroke-miterlimit: 10;
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	stroke-linecap: round;
	stroke: currentColor;
	animation: fancybox-dash 1.5s ease-in-out infinite;
}

@keyframes fancybox-rotate {
	to {
		transform: rotate(1turn);
	}
}

@keyframes fancybox-dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}

	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px;
	}

	to {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124px;
	}
}

.carousel__button.is-close,
.carousel__dots,
.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav {
	opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden="false"] .carousel__button.is-close,
.fancybox__container.is-animated[aria-hidden="false"] .carousel__dots,
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__nav {
	animation: fancybox-fadeIn 0.15s ease backwards;
}

.fancybox__container.is-animated.is-closing .carousel__button.is-close,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav {
	animation: fancybox-fadeOut 0.15s ease both;
}

.fancybox-fadeIn {
	animation: fancybox-fadeIn 0.15s ease both;
}

.fancybox-fadeOut {
	animation: fancybox-fadeOut 0.1s ease both;
}

.fancybox-zoomInUp {
	animation: fancybox-zoomInUp 0.2s ease both;
}

.fancybox-zoomOutDown {
	animation: fancybox-zoomOutDown 0.15s ease both;
}

.fancybox-throwOutUp {
	animation: fancybox-throwOutUp 0.15s ease both;
}

.fancybox-throwOutDown {
	animation: fancybox-throwOutDown 0.15s ease both;
}

@keyframes fancybox-fadeIn {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fancybox-fadeOut {
	to {
		opacity: 0;
	}
}

@keyframes fancybox-zoomInUp {
	0% {
		opacity: 0;
		transform: scale(0.97) translate3d(0, 16px, 0);
	}

	to {
		opacity: 1;
		transform: scale(1) translateZ(0);
	}
}

@keyframes fancybox-zoomOutDown {
	to {
		opacity: 0;
		transform: scale(0.97) translate3d(0, 16px, 0);
	}
}

@keyframes fancybox-throwOutUp {
	to {
		opacity: 0;
		transform: translate3d(0, -30%, 0);
	}
}

@keyframes fancybox-throwOutDown {
	to {
		opacity: 0;
		transform: translate3d(0, 30%, 0);
	}
}

.fancybox__carousel .carousel__slide {
	scrollbar-color: #ccc hsl(0 0% 100% / 0.1);
	scrollbar-width: thin;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
	height: 8px;
	width: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
	background-color: hsl(0 0% 100% / 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
	background-color: #ccc;
	border-radius: 2px;
	box-shadow: inset 0 0 4px rgb(0 0 0 / 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
	cursor: move;
	cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
	cursor: move;
	cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
	cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
	cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
	cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
	cursor: move;
	cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
	cursor: move;
	cursor: grabbing;
}

.fancybox__image {
	transform-origin: 0 0;
	transition: none;
	user-select: none;
}

.has-image .fancybox__content {
	background: #fff0;
	min-height: 1px;
	padding: 0;
}

.is-closing .has-image .fancybox__content {
	overflow: visible;
}

.has-image[data-image-fit="contain"] {
	overflow: visible;
	touch-action: none;
}

.has-image[data-image-fit="contain"] .fancybox__content {
	flex-direction: row;
	flex-wrap: wrap;
}

.has-image[data-image-fit="contain"] .fancybox__image {
	max-height: 100%;
	max-width: 100%;
	object-fit: contain;
}

.has-image[data-image-fit="contain-w"] {
	overflow-x: hidden;
	overflow-y: auto;
}

.has-image[data-image-fit="contain-w"] .fancybox__content {
	min-height: auto;
}

.has-image[data-image-fit="contain-w"] .fancybox__image {
	height: auto;
	max-width: 100%;
}

.has-image[data-image-fit="cover"] {
	overflow: visible;
	touch-action: none;
}

.has-image[data-image-fit="cover"] .fancybox__content {
	height: 100%;
	width: 100%;
}

.has-image[data-image-fit="cover"] .fancybox__image {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
	flex-shrink: 1;
	max-width: 100%;
	min-height: 1px;
	overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
	height: 80%;
	width: 100%;
}

.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
	height: 540px;
	max-height: 100%;
	max-width: 100%;
	width: 960px;
}

.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
	background: rgb(24 24 27 / 0.9);
	color: #fff;
	padding: 0;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
	background: #e5e3df;
}

.fancybox__html5video,
.fancybox__iframe {
	background: #fff0;
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
}

.fancybox-placeholder {
	clip: rect(0, 0, 0, 0);
	border-width: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.fancybox__thumbs {
	flex: 0 0 auto;
	opacity: var(--fancybox-opacity, 1);
	padding: 0 3px;
	position: relative;
}

.fancybox__container.is-animated[aria-hidden="false"] .fancybox__thumbs {
	animation: fancybox-fadeIn 0.15s ease-in backwards;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
	opacity: 0;
}

.fancybox__thumbs .carousel__slide {
	align-items: center;
	box-sizing: content-box;
	cursor: pointer;
	display: flex;
	flex: 0 0 auto;
	justify-content: center;
	margin: 0;
	overflow: visible;
	padding: 8px 3px;
	width: var(--fancybox-thumbs-width, 96px);
}

.fancybox__thumbs .carousel__slide .fancybox__thumb:after {
	border: 5px solid var(--fancybox-accent-color, rgb(34 213 233 / 0.96));
	border-radius: var(--fancybox-thumbs-border-radius, 4px);
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 0.15s ease;
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb:after {
	opacity: 0.92;
}

.fancybox__thumbs .carousel__slide > * {
	pointer-events: none;
	user-select: none;
}

.fancybox__thumb {
	background-color: hsl(0 0% 100% / 0.1);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: var(--fancybox-thumbs-border-radius, 4px);
	padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
	position: relative;
	width: 100%;
}

.fancybox__toolbar {
	--carousel-button-svg-width: 20px;
	--carousel-button-svg-height: 20px;
	background: linear-gradient(
		0deg,
		transparent 0,
		rgb(0 0 0 / 0.006) 8.1%,
		rgb(0 0 0 / 0.021) 15.5%,
		rgb(0 0 0 / 0.046) 22.5%,
		rgb(0 0 0 / 0.077) 29%,
		rgb(0 0 0 / 0.114) 35.3%,
		rgb(0 0 0 / 0.155) 41.2%,
		rgb(0 0 0 / 0.198) 47.1%,
		rgb(0 0 0 / 0.242) 52.9%,
		rgb(0 0 0 / 0.285) 58.8%,
		rgb(0 0 0 / 0.326) 64.7%,
		rgb(0 0 0 / 0.363) 71%,
		rgb(0 0 0 / 0.394) 77.5%,
		rgb(0 0 0 / 0.419) 84.5%,
		rgb(0 0 0 / 0.434) 91.9%,
		rgb(0 0 0 / 0.44)
	);
	display: flex;
	justify-content: space-between;
	left: 0;
	opacity: var(--fancybox-opacity, 1);
	padding: 0;
	position: absolute;
	right: 0;
	text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgb(0 0 0 / 0.4));
	top: 0;
	touch-action: none;
	z-index: 20;
}

@media (min-width: 1024px) {
	.fancybox__toolbar {
		padding: 8px;
	}
}

.fancybox__container.is-animated[aria-hidden="false"] .fancybox__toolbar {
	animation: fancybox-fadeIn 0.15s ease-in backwards;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
	opacity: 0;
}

.fancybox__toolbar__items {
	display: flex;
}

.fancybox__toolbar__items--left {
	margin-right: auto;
}

.fancybox__toolbar__items--center {
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
	margin-left: auto;
}

@media (max-width: 640px) {
	.fancybox__toolbar__items--center:not(:last-child) {
		display: none;
	}
}

.fancybox__counter {
	-webkit-font-smoothing: subpixel-antialiased;
	font-size: 17px;
	font-variant-numeric: tabular-nums;
	line-height: var(--carousel-button-height, 48px);
	min-width: 72px;
	padding: 0 10px;
	text-align: center;
}

.fancybox__progress {
	background: var(--fancybox-accent-color, rgb(34 213 233 / 0.96));
	height: 3px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: 0;
	transition-property: transform;
	transition-timing-function: linear;
	user-select: none;
	z-index: 30;
}

.fancybox__container:fullscreen::backdrop {
	opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
	display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:first-child {
	display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
	display: block;
}

.fancybox__button--slideshow g:nth-child(2),
.fancybox__container.has-slideshow .fancybox__button--slideshow g:first-child {
	display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
	display: block;
}

.card-adv .about-adv {
	display: flex;
}

.card-adv .about-adv .card-adv__img {
	margin-right: 10px;
}

.card-adv .about-adv .card-adv__img img {
	height: 30px;
	width: 30px;
}

.card-adv .about-adv .card-adv__title {
	align-items: end;
	display: flex;
}

.calculator {
	display: flex;
	gap: 24px;
	flex-direction: column;
	max-width: 1296px;
	margin: 0 auto;
	background: #f4f5f7;
	padding: 40px;
}

@media (max-width: 480px) {
	.calculator {
		padding: 24px 16px;
	}
}

.calculator > p {
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #000;
}

.calculator__inner {
	display: flex;
	gap: 56px;
}

@media (max-width: 768px) {
	.calculator__inner {
		flex-direction: column;
		gap: 24px;
	}
}

.calculator__col {
	display: flex;
	flex-direction: column;
	gap: 24px;
	width: 100%;
}

@media (max-width: 768px) {
	.calculator__col {
		flex-direction: row;
	}
}

@media (max-width: 396px) {
	.calculator__col {
		flex-direction: column;
	}
}

.calculator__row {
	display: grid;
	grid-template-columns: 90px auto;
	gap: 48px;
}

@media (max-width: 768px) {
	.calculator__row {
		display: flex;
		flex-direction: column;
		gap: 8px;
		width: 100%;
	}
}

.calculator__row > p {
	font-weight: 400;
	font-size: 18px;
	line-height: 120%;
	color: #000;
	height: fit-content;
}

@media (max-width: 768px) {
	.calculator__row > p {
		font-weight: 400;
		font-size: 14px;
		line-height: 120%;
		color: #000;
	}
}

.select-css {
	display: block;
	padding: 11px 12px;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #dfe1e6;
	border-radius: 4px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.0004%2010.9766L14.1254%206.85156L15.3037%208.0299L10.0004%2013.3333L4.69708%208.0299L5.87538%206.85156L10.0004%2010.9766Z%22%20fill%3D%22%23C1C7D0%22%20%2F%3E%3C%2Fsvg%3E);
	background-repeat: no-repeat, repeat;
	background-position: right 0.7em top 50%, 0 0;
	background-size: 1.65em auto, 100%;
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	color: #6b778c;
	cursor: pointer;
}

.select-css::-ms-expand {
	display: none;
}

.select-css:hover {
	border-color: #dfe1e6;
}

.select-css:focus {
	border-color: #dfe1e6;
	outline: none;
}

.select-css option {
	font-weight: 400;
}

.calculator__textarea {
	height: 100%;
	width: 100%;
}

.calculator__textarea input {
	border-radius: 4px;
	padding: 24px 40px;
	background: #fff;
	border: none;
	outline: none;
	width: 100%;
	height: 100%;
	font-weight: 600;
	font-size: 20px;
	line-height: 120%;
	color: #4f5e78;
	vertical-align: middle;
}

@media (max-width: 480px) {
	.calculator__textarea input {
		font-size: 18px;
		padding: 24px;
		text-align: center;
	}
}

.cart-list {
	height: 100%;
}

.cart-list__empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 32px;
	justify-content: center;
	height: 100%;
}

.cart-list__empty_text {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
}

.cart-list__empty_text p:nth-child(1) {
	font-weight: 600;
	font-size: 20px;
	line-height: 130%;
	color: #000;
	text-align: center;
}

.cart-list__empty_text p:nth-child(2) {
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	color: #42526e;
	text-align: center;
}

.advantages-alt .cards-wrapper {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(14, 1fr);
}

.advantages-alt .advantages-alt-card {
	background: #f3f3f3;
	padding: 40px;
}

.advantages-alt .advantages-alt-card p {
	color: #7f858b;
	font-size: 16px;
	line-height: 150%;
}

.advantages-alt .advantages-alt-card p:first-child {
	color: #29343e;
	font-size: 20px;
	font-weight: 700;
	line-height: 130%;
	margin-bottom: 16px;
}

.advantages-alt .advantages-alt-card:first-child {
	background-image: url(../assets/img/advantages-alt-1.png);
	background-position: 100%;
	background-repeat: no-repeat;
	grid-column: span 6;
}

.advantages-alt .advantages-alt-card:first-child p {
	max-width: 73%;
}

.advantages-alt .advantages-alt-card:nth-child(2) {
	grid-column: span 4;
}

.advantages-alt .advantages-alt-card:nth-child(3) {
	background-image: url(../assets/img/advantages-map-bg.png);
	background-position: -30px 40px;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	grid-column: span 4;
	grid-row: span 2;
	justify-content: flex-end;
}

.advantages-alt .advantages-alt-card:nth-child(4) {
	grid-column: span 4;
}

.advantages-alt .advantages-alt-card:nth-child(5) {
	align-items: flex-end;
	background-image: url(../assets/img/advantages-alt-3.png);
	background-position: left 40px center;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	grid-column: span 6;
	background-size: 30%;
}

.advantages-alt .advantages-alt-card:nth-child(5) p {
	max-width: 60%;
}

@media (max-width: 1024px) {
	.advantages-alt h2 {
		max-width: 94%;
	}

	.advantages-alt .advantages-alt-card {
		padding: 24px;
	}

	.advantages-alt .advantages-alt-card p:not(:first-child) {
		font-size: 15px;
		line-height: 133%;
	}

	.advantages-alt .advantages-alt-card:first-child {
		background-size: 44%;
	}

	.advantages-alt .advantages-alt-card:first-child p {
		max-width: 57%;
	}

	.advantages-alt .advantages-alt-card:nth-child(3) {
		background-position: -16px 57px;
		background-size: 140%;
	}

	.advantages-alt .advantages-alt-card:nth-child(3) p:first-child {
		max-width: 56%;
	}

	.advantages-alt .advantages-alt-card:nth-child(5) {
		background-position: left 20px bottom 30px;
		background-repeat: no-repeat;
		background-size: 30%;
	}
}

@media (max-width: 1000px) {
	.advantages-alt h2 {
		font-size: 28px;
		margin-bottom: 24px;
		max-width: 79%;
	}

	.advantages-alt .advantages-alt-card p:not(:first-child) {
		font-size: 16px;
		line-height: 150%;
	}

	.advantages-alt .advantages-alt-card:first-child {
		background-size: 38%;
		grid-column: span 14;
		order: 1;
	}

	.advantages-alt .advantages-alt-card:nth-child(5) {
		align-items: flex-start;
		background-position: bottom 114% left 68px;
		background-size: 26%;
		grid-column: span 14;
		height: 164px;
		order: 2;
	}

	.advantages-alt .advantages-alt-card:nth-child(5) p {
		margin-left: 36%;
	}

	.advantages-alt .advantages-alt-card:nth-child(4) {
		grid-column: span 7;
		order: 3;
	}

	.advantages-alt .advantages-alt-card:nth-child(4) p {
		max-width: 83%;
	}

	.advantages-alt .advantages-alt-card:nth-child(2) {
		grid-column: span 7;
		order: 4;
	}

	.advantages-alt .advantages-alt-card:nth-child(3) {
		background-position: 107%;
		background-size: 53%;
		grid-column: span 14;
		grid-row: span 1;
		order: 5;
	}

	.advantages-alt .advantages-alt-card:nth-child(3) p {
		max-width: 42%;
	}
}

@media (max-width: 740px) {
	.advantages-alt h2 {
		font-size: 24px;
		max-width: 100%;
	}

	.advantages-alt .cards-wrapper {
		grid-template-columns: 1fr;
	}

	.advantages-alt .advantages-alt-card {
		background-image: none !important;
		display: block !important;
		grid-column: span 1 !important;
		height: auto !important;
		padding: 20px;
	}

	.advantages-alt .advantages-alt-card p {
		margin-left: 0 !important;
		max-width: 100% !important;
	}
}

.team .cards-wrapper {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, 1fr);
}

.team-card {
	padding: 10px 32px 32px;
	position: relative;
}

.team-card:after {
	background: #f3f3f3;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 50px;
}

.team-card__content {
	display: flex;
	flex-direction: column;
	height: 100%;
	position: relative;
	z-index: 1;
}

.team-card img {
	border-radius: 100%;
	height: 100px;
	margin-bottom: 30px;
	width: 100px;
}

.team-card__name {
	font-size: 24px;
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 8px;
}

.team-card__post {
	color: #7f858b;
	font-size: 16px;
	line-height: 150%;
	margin-bottom: auto;
}

.team-card .links-wrapper {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: 32px;
}

.team-card .address-links a {
	color: #545d65;
	display: flex;
	font-size: 16px;
	font-weight: 500;
	gap: 12px;
	line-height: 120%;
}

.team-card .address-links a:not(:last-child) {
	margin-bottom: 8px;
}

.team-card .social-links {
	display: flex;
	gap: 12px;
}

.team-card .social-links a {
	align-items: center;
	background: rgba(41, 52, 62, 0.04);
	border-radius: 6px;
	display: flex;
	height: 40px;
	justify-content: center;
	width: 40px;
}

@media (max-width: 1024px) {
	.team h2 {
		margin-bottom: 40px;
	}

	.team-card__name {
		font-size: 20px;
		line-height: 130%;
	}

	.team-card__post {
		font-size: 14px;
		line-height: 120%;
	}

	.team-card .links-wrapper {
		align-items: flex-start;
		flex-direction: column;
		gap: 24px;
	}

	.team-card .links-wrapper .address-links a {
		font-size: 14px;
		line-height: 125%;
	}
}

@media (max-width: 1000px) {
	.team h2 {
		font-size: 28px;
		margin-bottom: 24px;
	}

	.team-card {
		padding: 10px 24px 24px;
	}

	.team-card__name {
		font-size: 16px;
		line-height: 130%;
	}

	.team-card__post {
		font-size: 13px;
		line-height: 125%;
	}

	.team-card .links-wrapper {
		margin-top: 24px;
	}

	.team-card img {
		height: 80px;
		width: 80px;
	}
}

@media (max-width: 740px) {
	.team-card {
		grid-column: span 3;
	}
}
.catalog__cards-wrapper {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(6, 1fr);
}

.catalog__cards-wrapper--constructor {
	gap: 16px;
	grid-template-columns: repeat(4, 1fr);
}

.catalog__card {
	background: #f3f3f3;
	display: flex;
	flex-direction: column;
	grid-column: span 2;
	justify-content: space-between;
	min-height: 200px;
	padding: 32px;
	position: relative;
}

.catalog__card a {
	font-size: 20px;
	line-height: 130%;
}

.catalog__card a:after {
	content: "";
	inset: 0;
	position: absolute;
	z-index: 1;
}

.catalog__card div {
	align-items: center;
	background: #eaebec;
	border-radius: 6px;
	display: flex;
	height: 40px;
	justify-content: center;
	width: 40px;
}

.catalog__card img {
	bottom: 0;
	height: 168px;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	right: 0;
	width: 242px;
}

.catalog__card--constructor {
	grid-column: span 1;
	justify-content: flex-start;
	padding: 24px;
}

.catalog__card--constructor div {
	display: none;
}

.catalog__card--constructor a {
	font-size: 16px;
	margin-bottom: 8px;
	position: static;
}

.catalog__card--constructor p {
	color: #7f858b;
	font-size: 14px;
	line-height: 120%;
}

@media (max-width: 1024px) {
	.catalog .advantages {
		width: 100%;
	}

	.catalog__cards-wrapper--constructor {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (max-width: 1000px) {
	.catalog h2 {
		margin-bottom: 24px;
	}

	.catalog .advantages {
		gap: 20px;
		margin-bottom: 24px;
	}

	.catalog__card {
		grid-column: span 3;
	}

	.catalog__card--constructor {
		grid-column: span 1;
	}

	.catalog__cards-wrapper--constructor {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 740px) {
	.catalog .advantages {
		gap: 16px;
		margin-bottom: 40px;
	}

	.catalog .advantages,
	.catalog__search {
		align-items: flex-start;
		flex-direction: column;
	}

	.catalog__search {
		padding: 16px;
	}

	.catalog__search p {
		margin-bottom: 16px;
		margin-right: 0;
	}

	.catalog__search-trigger {
		margin-bottom: 8px;
		margin-right: 0;
		width: 100%;
	}

	.catalog__search .main-btn {
		width: 100%;
	}

	.catalog__cards-wrapper {
		gap: 8px;
	}

	.catalog__cards-wrapper--constructor {
		grid-template-columns: 1fr;
	}

	.catalog__card {
		align-items: center;
		border-radius: 8px;
		flex-direction: row;
		grid-column: span 6;
		min-height: auto;
		padding: 12px 12px 12px 16px;
	}

	.catalog__card--constructor {
		grid-column: span 1;
		justify-content: space-between;
	}

	.catalog__card--constructor div {
		display: flex;
	}

	.catalog__card--constructor a {
		font-size: 20px;
		margin-bottom: 0;
	}

	.catalog__card img,
	.catalog__card--constructor p {
		display: none;
	}
}