@charset "utf-8";
/* CSS Document */
/*!
 * 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-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	width: 100%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-right: auto;
	margin-left: auto
}
@media (min-width:576px) {
	.container, .container-sm {
		max-width: 540px
	}
}
@media (min-width:768px) {
	.container, .container-md, .container-sm {
		max-width: 720px
	}
}
@media (min-width:992px) {
	.container, .container-lg, .container-md, .container-sm {
		max-width: 960px
	}
}
@media (min-width:1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1140px
	}
}
@media (min-width:1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		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(-.5 * var(--bs-gutter-x));
	margin-left: calc(-.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) * .5);
	padding-left: calc(var(--bs-gutter-x) * .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: .25rem !important
}
.m-2 {
	margin: .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: .25rem !important;
	margin-left: .25rem !important
}
.mx-2 {
	margin-right: .5rem !important;
	margin-left: .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: .25rem !important;
	margin-bottom: .25rem !important
}
.my-2 {
	margin-top: .5rem !important;
	margin-bottom: .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: .25rem !important
}
.mt-2 {
	margin-top: .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: .25rem !important
}
.me-2 {
	margin-right: .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: .25rem !important
}
.mb-2 {
	margin-bottom: .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: .25rem !important
}
.ms-2 {
	margin-left: .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: .25rem !important
}
.p-2 {
	padding: .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: .25rem !important;
	padding-left: .25rem !important
}
.px-2 {
	padding-right: .5rem !important;
	padding-left: .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: .25rem !important;
	padding-bottom: .25rem !important
}
.py-2 {
	padding-top: .5rem !important;
	padding-bottom: .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: .25rem !important
}
.pt-2 {
	padding-top: .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: .25rem !important
}
.pe-2 {
	padding-right: .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: .25rem !important
}
.pb-2 {
	padding-bottom: .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: .25rem !important
}
.ps-2 {
	padding-left: .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: .25rem !important
	}
	.m-sm-2 {
		margin: .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: .25rem !important;
		margin-left: .25rem !important
	}
	.mx-sm-2 {
		margin-right: .5rem !important;
		margin-left: .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: .25rem !important;
		margin-bottom: .25rem !important
	}
	.my-sm-2 {
		margin-top: .5rem !important;
		margin-bottom: .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: .25rem !important
	}
	.mt-sm-2 {
		margin-top: .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: .25rem !important
	}
	.me-sm-2 {
		margin-right: .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: .25rem !important
	}
	.mb-sm-2 {
		margin-bottom: .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: .25rem !important
	}
	.ms-sm-2 {
		margin-left: .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: .25rem !important
	}
	.p-sm-2 {
		padding: .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: .25rem !important;
		padding-left: .25rem !important
	}
	.px-sm-2 {
		padding-right: .5rem !important;
		padding-left: .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: .25rem !important;
		padding-bottom: .25rem !important
	}
	.py-sm-2 {
		padding-top: .5rem !important;
		padding-bottom: .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: .25rem !important
	}
	.pt-sm-2 {
		padding-top: .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: .25rem !important
	}
	.pe-sm-2 {
		padding-right: .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: .25rem !important
	}
	.pb-sm-2 {
		padding-bottom: .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: .25rem !important
	}
	.ps-sm-2 {
		padding-left: .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: .25rem !important
	}
	.m-md-2 {
		margin: .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: .25rem !important;
		margin-left: .25rem !important
	}
	.mx-md-2 {
		margin-right: .5rem !important;
		margin-left: .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: .25rem !important;
		margin-bottom: .25rem !important
	}
	.my-md-2 {
		margin-top: .5rem !important;
		margin-bottom: .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: .25rem !important
	}
	.mt-md-2 {
		margin-top: .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: .25rem !important
	}
	.me-md-2 {
		margin-right: .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: .25rem !important
	}
	.mb-md-2 {
		margin-bottom: .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: .25rem !important
	}
	.ms-md-2 {
		margin-left: .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: .25rem !important
	}
	.p-md-2 {
		padding: .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: .25rem !important;
		padding-left: .25rem !important
	}
	.px-md-2 {
		padding-right: .5rem !important;
		padding-left: .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: .25rem !important;
		padding-bottom: .25rem !important
	}
	.py-md-2 {
		padding-top: .5rem !important;
		padding-bottom: .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: .25rem !important
	}
	.pt-md-2 {
		padding-top: .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: .25rem !important
	}
	.pe-md-2 {
		padding-right: .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: .25rem !important
	}
	.pb-md-2 {
		padding-bottom: .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: .25rem !important
	}
	.ps-md-2 {
		padding-left: .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: .25rem !important
	}
	.m-lg-2 {
		margin: .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: .25rem !important;
		margin-left: .25rem !important
	}
	.mx-lg-2 {
		margin-right: .5rem !important;
		margin-left: .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: .25rem !important;
		margin-bottom: .25rem !important
	}
	.my-lg-2 {
		margin-top: .5rem !important;
		margin-bottom: .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: .25rem !important
	}
	.mt-lg-2 {
		margin-top: .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: .25rem !important
	}
	.me-lg-2 {
		margin-right: .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: .25rem !important
	}
	.mb-lg-2 {
		margin-bottom: .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: .25rem !important
	}
	.ms-lg-2 {
		margin-left: .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: .25rem !important
	}
	.p-lg-2 {
		padding: .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: .25rem !important;
		padding-left: .25rem !important
	}
	.px-lg-2 {
		padding-right: .5rem !important;
		padding-left: .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: .25rem !important;
		padding-bottom: .25rem !important
	}
	.py-lg-2 {
		padding-top: .5rem !important;
		padding-bottom: .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: .25rem !important
	}
	.pt-lg-2 {
		padding-top: .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: .25rem !important
	}
	.pe-lg-2 {
		padding-right: .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: .25rem !important
	}
	.pb-lg-2 {
		padding-bottom: .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: .25rem !important
	}
	.ps-lg-2 {
		padding-left: .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: .25rem !important
	}
	.m-xl-2 {
		margin: .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: .25rem !important;
		margin-left: .25rem !important
	}
	.mx-xl-2 {
		margin-right: .5rem !important;
		margin-left: .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: .25rem !important;
		margin-bottom: .25rem !important
	}
	.my-xl-2 {
		margin-top: .5rem !important;
		margin-bottom: .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: .25rem !important
	}
	.mt-xl-2 {
		margin-top: .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: .25rem !important
	}
	.me-xl-2 {
		margin-right: .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: .25rem !important
	}
	.mb-xl-2 {
		margin-bottom: .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: .25rem !important
	}
	.ms-xl-2 {
		margin-left: .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: .25rem !important
	}
	.p-xl-2 {
		padding: .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: .25rem !important;
		padding-left: .25rem !important
	}
	.px-xl-2 {
		padding-right: .5rem !important;
		padding-left: .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: .25rem !important;
		padding-bottom: .25rem !important
	}
	.py-xl-2 {
		padding-top: .5rem !important;
		padding-bottom: .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: .25rem !important
	}
	.pt-xl-2 {
		padding-top: .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: .25rem !important
	}
	.pe-xl-2 {
		padding-right: .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: .25rem !important
	}
	.pb-xl-2 {
		padding-bottom: .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: .25rem !important
	}
	.ps-xl-2 {
		padding-left: .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: .25rem !important
	}
	.m-xxl-2 {
		margin: .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: .25rem !important;
		margin-left: .25rem !important
	}
	.mx-xxl-2 {
		margin-right: .5rem !important;
		margin-left: .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: .25rem !important;
		margin-bottom: .25rem !important
	}
	.my-xxl-2 {
		margin-top: .5rem !important;
		margin-bottom: .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: .25rem !important
	}
	.mt-xxl-2 {
		margin-top: .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: .25rem !important
	}
	.me-xxl-2 {
		margin-right: .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: .25rem !important
	}
	.mb-xxl-2 {
		margin-bottom: .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: .25rem !important
	}
	.ms-xxl-2 {
		margin-left: .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: .25rem !important
	}
	.p-xxl-2 {
		padding: .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: .25rem !important;
		padding-left: .25rem !important
	}
	.px-xxl-2 {
		padding-right: .5rem !important;
		padding-left: .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: .25rem !important;
		padding-bottom: .25rem !important
	}
	.py-xxl-2 {
		padding-top: .5rem !important;
		padding-bottom: .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: .25rem !important
	}
	.pt-xxl-2 {
		padding-top: .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: .25rem !important
	}
	.pe-xxl-2 {
		padding-right: .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: .25rem !important
	}
	.pb-xxl-2 {
		padding-bottom: .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: .25rem !important
	}
	.ps-xxl-2 {
		padding-left: .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
	}
}
.modal-wrapper {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: all .5s;
	background: rgba(0, 0, 0, .6);
	opacity: 0;
	visibility: hidden;
	z-index: 10000
}
.modal-wrapper.min-modal-js-active {
	visibility: visible;
	transition: .3s;
	opacity: 1
}
.lock {
	overflow: hidden
}
@font-face {
	font-family: swiper-icons;
	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');
	font-weight: 400;
	font-style: normal
}
:root {
	--swiper-theme-color: #007aff
}
:host {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1
}
.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	display: block
}
.swiper-vertical > .swiper-wrapper {
	flex-direction: column
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	box-sizing: content-box
}
.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
	transform: translate3d(0, 0, 0)
}
.swiper-horizontal {
	touch-action: pan-y
}
.swiper-vertical {
	touch-action: pan-x
}
.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	/*height: 100%;*/
	position: relative;
	transition-property: transform;
	display: block
}
.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 {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px
}
.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d
}
.swiper-3d {
	perspective: 1200px
}
.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
	transform-style: preserve-3d
}
.swiper-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
	scroll-snap-type: x mandatory
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
	scroll-snap-type: y mandatory
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
	scroll-snap-type: none
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: none
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
	content: '';
	flex-shrink: 0;
	order: 9999
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before)
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after)
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before)
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after)
}
.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 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}
.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, .15)
}
.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s infinite linear
}
.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}
.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}
@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0)
	}
	100% {
		transform: rotate(360deg)
	}
}
@font-face {
	font-family: Montserrat;
	font-weight: 700;
	font-style: normal;
	src: url(../fonts/Montserrat/Montserrat-Bold.ttf) format("truetype")
}
@font-face {
	font-family: Montserrat;
	font-weight: 600;
	font-style: normal;
	src: url(../fonts/Montserrat/Montserrat-SemiBold.ttf) format("truetype")
}
@font-face {
	font-family: Montserrat;
	font-weight: 500;
	font-style: normal;
	src: url(../fonts/Montserrat/Montserrat-Medium.ttf) format("truetype")
}
@font-face {
	font-family: Montserrat;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Montserrat/Montserrat-Regular.ttf) format("truetype")
}
@font-face {
	font-family: Montserrat;
	font-weight: 300;
	font-style: normal;
	src: url(../fonts/Montserrat/Montserrat-Light.ttf) format("truetype")
}
@font-face {
	font-family: Inter;
	font-weight: 700;
	font-style: normal;
	src: url(../fonts/Inter/Inter-Bold.ttf) format("truetype")
}
@font-face {
	font-family: Inter;
	font-weight: 500;
	font-style: normal;
	src: url(../fonts/Inter/Inter-Medium.ttf) format("truetype")
}
@font-face {
	font-family: Inter;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Inter/Inter-Regular.ttf) format("truetype")
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
html {
	font-size: 16.9px;
	scroll-behavior: smooth
}
body {
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	font-family: Montserrat, Arial, Helvetica, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	font-size: 18px;
	position: relative
}
body, html {
	overflow-x: hidden
}
a:hover {
	text-decoration: none
}
.wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%
}
.content {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}
footer {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}
.container {
	max-width: 1325px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px
}
.row-custom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%
}
.title-h2 {
	font-size: 31px;
	text-align: center;
	margin: 0;
	padding: 0;
	font-weight: 700
}
.title-h2--alt {
	color: #fff
}
.title-h2 span {
	font-weight: 400
}
.title-h1 {
	font-size: 36px;
	font-family: Inter;
	font-weight: 500;
	margin: 0;
	line-height: 33px;
	padding: 0
}
.title-h1--alt {
	color: #fff
}
.text-reset {
	padding: 0;
	margin: 0
}
@-webkit-keyframes blink {
	0% {
		opacity: 0
	}
	25% {
		opacity: 1
	}
	50% {
		opacity: 1
	}
	75% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}
@keyframes blink {
	0% {
		opacity: 0
	}
	25% {
		opacity: 1
	}
	50% {
		opacity: 1
	}
	75% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}
@-webkit-keyframes rocking {
	0% {
		-webkit-transform: rotateZ(1deg);
		transform: rotateZ(1deg)
	}
	50% {
		-webkit-transform: rotateZ(-1deg);
		transform: rotateZ(-1deg)
	}
	100% {
		-webkit-transform: rotateZ(1deg);
		transform: rotateZ(1deg)
	}
}
@keyframes rocking {
	0% {
		-webkit-transform: rotateZ(1deg);
		transform: rotateZ(1deg)
	}
	50% {
		-webkit-transform: rotateZ(-1deg);
		transform: rotateZ(-1deg)
	}
	100% {
		-webkit-transform: rotateZ(1deg);
		transform: rotateZ(1deg)
	}
}
.close-icon {
	width: 32px;
	height: 32px;
	z-index: 101;
	display: block;
	position: relative
}
.close-icon span {
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	top: -50%;
	left: 0;
	background: #fff;
	margin-top: -1px
}
.close-icon span:first-child {
	-webkit-transform: rotateZ(-45deg) translateY(-50%);
	-ms-transform: rotate(-45deg) translateY(-50%);
	transform: rotateZ(-45deg) translateY(-50%)
}
.close-icon span:last-child {
	-webkit-transform: rotateZ(45deg) translateY(-50%);
	-ms-transform: rotate(45deg) translateY(-50%);
	transform: rotateZ(45deg) translateY(-50%);
	margin-left: -2px
}
.input {
	position: relative
}
.input .input-error {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	border-radius: 2px;
	bottom: 120%;
	width: 100%;
	padding: 5px;
	display: none;
	color: red;
	font-size: 12px;
	background-color: #fff;
	border-radius: 5px;
	margin-bottom: 3px
}
.input input {
	font-family: Montserrat;
	background-color: #fff;
	border: .768px solid #d7d7d7;
	border-radius: 3.838px;
	background: #fff;
	font-size: 22px;
	border: 1px solid rgba(0, 0, 0, 0);
	-webkit-transition: .3s;
	transition: .3s;
	text-align: center
}
.input input::-webkit-input-placeholder {
	color: #9d9d9d;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 400;
	line-height: normal
}
.input input::-moz-placeholder {
	color: #9d9d9d;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 400;
	line-height: normal
}
.input input:-ms-input-placeholder {
	color: #9d9d9d;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 400;
	line-height: normal
}
.input input::-ms-input-placeholder {
	color: #9d9d9d;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 400;
	line-height: normal
}
.input input::placeholder {
	color: #9d9d9d;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 400;
	line-height: normal
}
.input input:focus {
	outline: 0;
	border: 1px solid #2280e2
}
.input textarea {
	font-family: Montserrat;
	border: 1px solid rgba(0, 0, 0, 0);
	-webkit-transition: .3s;
	transition: .3s
}
.input textarea::-webkit-input-placeholder {
	color: #9d9d9d;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 400;
	line-height: normal
}
.input textarea::-moz-placeholder {
	color: #9d9d9d;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 400;
	line-height: normal
}
.input textarea:-ms-input-placeholder {
	color: #9d9d9d;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 400;
	line-height: normal
}
.input textarea::-ms-input-placeholder {
	color: #9d9d9d;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 400;
	line-height: normal
}
.input textarea::placeholder {
	color: #9d9d9d;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 400;
	line-height: normal
}
.input textarea:focus {
	outline: 0;
	border: 1px solid #2280e2
}
.input input::-webkit-input-placeholder {
	color: #9d9d9d;
	font-family: Montserrat
}
.input input::-moz-placeholder {
	color: #9d9d9d;
	font-family: Montserrat
}
.input input:-ms-input-placeholder {
	color: #9d9d9d;
	font-family: Montserrat
}
.input input::-ms-input-placeholder {
	color: #9d9d9d;
	font-family: Montserrat
}
.input input::placeholder {
	color: #9d9d9d;
	font-family: Montserrat
}
.btn {
	border-radius: 5px;
	font-family: Montserrat, Arial, Helvetica, sans-serif
}
.locked {
	overflow-y: hidden
}
.modal-wrapper {
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	background-color: rgba(0, 0, 0, 0);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.modal-equipment__content {
	position: relative
}
.modal-equipment__close {
	background: rgba(0, 0, 0, 0);
	border: none;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 10px;
	cursor: pointer;
	top: 10px
}
.modal-equipment__close span {
	background-color: #000;
	top: 50%
}
.modal-equipment__close span:first-child {
	margin-top: -1px;
	margin-left: -.5px
}
.modal-equipment__content {
	max-width: 426px;
	width: 100%;
	padding: 32px 18px 19px;
	background-color: #fff;
	border-radius: 10px;
	text-align: center
}
.modal-equipment__title {
	font-family: Inter, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0 0 12px 0;
	font-weight: 500;
	font-size: 18px
}
.modal-equipment__descr {
	font-family: Inter, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b4b4b4;
	margin: 0 0 10px 0;
	line-height: 20.5px
}
.modal-equipment__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	text-align: left
}
.modal-equipment__form-label {
	font-size: 13px;
	margin: 6px 0
}
.modal-equipment__form-input input {
	border-radius: 5px;
	border: .5px solid #000;
	background: #fff;
	font-size: 15px;
	padding: 13px 24px;
	width: 100%
}
.modal-equipment__form-textarea textarea {
	border-radius: 5px;
	border: .5px solid #000;
	background: #fff;
	font-size: 15px;
	padding: 13px 24px;
	width: 100%;
	resize: none;
	height: 161px
}
.modal-equipment__form-btn {
	display: block;
	max-width: 187px;
	width: 100%;
	border-radius: 4.231px;
	background: #1236b6;
	font-size: 13.538px;
	color: #fff;
	font-weight: 700;
	border: none;
	padding: 16px;
	margin: 11px auto 0 auto;
	font-family: Montserrat, Arial, Helvetica, sans-serif;
	cursor: pointer
}
.modal__close {
	background: rgba(0, 0, 0, 0);
	border: none;
	width: 13px;
	height: 13px;
	position: absolute;
	right: 10px;
	cursor: pointer;
	top: 10px
}
.modal__close span {
	top: 50%
}
.modal__close span:first-child {
	margin-top: -1px;
	margin-left: -.5px
}
.modal__content {
	max-width: 426px;
	width: 100%;
	padding: 32px 18px 19px;
	background-color: #fff;
	border-radius: 10px;
	text-align: center;
	position: relative;
	overflow: hidden
}
.modal__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	text-align: left
}
.modal__form-label {
	font-size: 13px;
	margin: 6px 0
}
.modal__form-input input {
	border-radius: 5px;
	border: .5px solid #000;
	background: #fff;
	font-size: 15px;
	padding: 13px 24px;
	width: 100%
}
.modal__form-textarea textarea {
	border-radius: 5px;
	border: .5px solid #000;
	background: #fff;
	font-size: 15px;
	padding: 13px 24px;
	width: 100%;
	resize: none;
	height: 161px
}
.modal__form-btn {
	display: block;
	max-width: 187px;
	width: 100%;
	border-radius: 4.231px;
	background: #1236b6;
	font-size: 13.538px;
	color: #fff;
	font-weight: 700;
	border: none;
	padding: 16px;
	margin: 10px auto 0 auto;
	cursor: pointer
}
.modal-call__content {
	padding: 0
}
.modal-call__header img {
	width: 100%;
	height: 100%;
	display: block
}
.modal-call__body {
	padding: 12px 20px 19px 20px
}
.modal-call__form-label {
	margin-top: 0
}
.modal-call__form-btn {
	margin-top: 12px;
	max-width: 289px;
	font-size: 13.538px;
	padding-top: 11px;
	padding-bottom: 11px
}
.modal-call__conf {
	color: #6c6c6c;
	text-align: center;
	font-family: Montserrat;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 11px
}
.modal-call__conf a {
	color: #4770ff
}
.breadcrumbs {
	margin: 5px 0 20.5px
}
.breadcrumbs__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0
}
.breadcrumbs__item {
	position: relative;
	padding: 0 11.62px 0 7.92px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	font-weight: 500;
	line-height: 17.07px;
	color: #4b4f59;
	text-decoration: none
}
.breadcrumbs__item::after {
	position: absolute;
	content: "";
	width: 4px;
	height: 8px;
	background-image: url(../images/icons/arrow-r.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.breadcrumbs__item:last-child {
	color: #fff;
}
.category-breadcrumbs .breadcrumbs__item:last-child,
.product-breadcrumbs .breadcrumbs__item:last-child,
.contacts-page .breadcrumbs__item:last-child {
	color: #4b4f59;
}
.breadcrumbs__item:last-child .breadcrumbs__link {
	color: #fff;
}
.breadcrumbs__item:last-child::after {
	display: none
}
.breadcrumbs__item:first-child {
	padding-left: 0
}
.breadcrumbs__link {
	font-size: 14px;
	font-weight: 500;
	line-height: 17.07px;
	color: #4b4f59;
	text-decoration: underline;
}
.breadcrumbs__link:hover {
	text-decoration: none;
}
.checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	padding: 5px 0;
	position: relative
}
.checkbox input {
	width: 100%;
	cursor: pointer;
	height: 100%;
	top: 0;
	padding: 0;
	margin: 0;
	z-index: 10;
	left: 0;
	opacity: 0;
	position: absolute
}
.checkbox input:checked + .checkbox__input::after {
	opacity: 1
}
.checkbox label {
	cursor: pointer;
	color: #4b4f59;
	font-family: Montserrat;
	font-size: 15px;
	font-style: normal;
	display: block;
	font-weight: 400;
	line-height: normal;
	position: relative;
	margin-top: -1px;
	z-index: 3
}
.checkbox label:checked {
	color: #fff
}
.checkbox__input {
	cursor: pointer;
	min-width: 17px;
	min-height: 16px;
	width: 17px;
	height: 16px;
	border-radius: 3px;
	z-index: 2;
	border: .5px solid #4b4f59;
	background: #fff;
	position: relative;
	overflow: hidden;
	margin-right: 21px;
	-webkit-transition: .3s;
	transition: .3s
}
.checkbox__input::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(../images/icons/done-mark.svg);
	background-size: 70%;
	background-repeat: no-repeat;
	background-position: 2px 3px;
	background-color: rgba(157, 205, 255, .68);
	opacity: 0;
	-webkit-transition: .3s;
	transition: .3s
}
.product-card {
	/*max-width: 306px*/
}
.product-card__inner:hover {
	cursor: pointer;
}
.product-card:hover .product-card__inner {
	border-color: #2280e2
}
.product-card.hover .product-card__inner {
	/*width: 100%;*/
	border-color: #2280e2;
	/*position: absolute;
	z-index: 20*/
}
.product-card.hover .product-card__more {
	/*opacity: 1*/
}
.product-card__inner {
	border-radius: 9px;
	border: 2px solid rgba(0, 0, 0, 0);
	background: #fff;
	/*height: 100%;
	position: relative;*/
	-webkit-transition: .2s;
	transition: .2s;
	/*overflow: hidden;
	position: relative;*/
	width: 100%;
	-webkit-box-shadow: 0 3.14px 7.85px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 3.14px 7.85px 0 rgba(0, 0, 0, .1)
}
.product-card__more {
	margin: 0 20px 20px 20px;
	/*padding: 0 18px 18px 18px;*/
	border-radius: 4px;
	border-radius: 9px;
	/*opacity: 0;*/
	-webkit-transition: .3s;
	transition: .3s;
	height: 100%;
}
.product-card__more p {
	font-size: 11px;
	margin: 4px 0;
	font-weight: 500;
	color: #25282b
}
.product-card__more-btn {
	display: block;
	border-radius: 7.85px;
	background: #2280e2;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 12.5px;
	padding: 12px 5px;
	margin-top: 14px;
	-webkit-transition: .3s;
	transition: .3s
}
.product-card__more-btn:hover,
.product-card__inner:hover .product-card__more-btn {
	background: #2c45a1
}
.product-card p.product-card__more-descr {
	margin: 10px 0
}
.product-card__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 200px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center
}
.product-card__die {
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	margin: 12px;
	font-size: 11px;
	padding: 6px 11px 5px;
	border-radius: 4px;
	font-weight: 500;
	line-height: 15px
}
.product-card__recom {
	background: #ffe9d4;
	color: #f28f34;
	margin-right: auto
}
.product-card__type {
	background: #f0f2f4;
	color: #0d4ec2;
	text-decoration: none;
	position: relative;
	z-index: 10;
	margin-left: auto
}
.product-card__type:hover {
	text-decoration: none
}
.product-card__body {
	padding: 0 18px 18px 18px
}
.product-card__price {
	color: #25282b;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	margin-bottom: 10px;
}
.product-card__lizing {
	margin-top: 5px;
	margin-bottom: 10px;
	color: #25282b;
	font-family: Montserrat;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	line-height: 13px
}
.product-card__lizing span {
	font-weight: 700;
	color: #2280e2
}
.product-card__name {
	color: #25282b;
	font-family: Montserrat;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 15px
}
.product-card__link {
	/*position: absolute;
	top: 0;
	left: 0;*/
	width: 100%;
	height: 100%;
	/*z-index: 8*/
}
.contacts {
	overflow: hidden
}
.contacts__col--left {
	padding-top: 4.1558441558vw;
	padding-bottom: 3.3766233766vw
}
.contacts__title {
	text-align: left
}
.contacts__descr {
	font-size: 24px;
	margin-top: 12px
}
.contacts__info-list {
	padding-left: 30px;
	margin-top: 26px;
	list-style: none
}
.contacts__info-item {
	margin-bottom: 27px;
	/*max-width: 476px*/
}
.contacts__info-item:last-child {
	margin-bottom: 0
}
.contacts__info-item address {
	font-style: normal;
	/*max-width: 425px*/
}
.contacts__info-link {
	font-size: 20px;
	font-weight: 700;
	color: #000;
	text-decoration: none;
	width: 80%;
	-webkit-transition: .3s;
	transition: .3s
}
.contacts__info-link:hover {
	color: #2280e2
}
.contacts__info-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.contacts__info-wrapper-icon {
	max-width: 29px;
	width: 100%;
	margin-right: 24px
}
.contacts__img {
	max-width: 530px;
	margin-top: -3px;
	width: 100%;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-animation: rocking 4s infinite;
	animation: rocking 4s infinite
}
.main-question {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 4.9350649351vw 0
}
.main-question__title {
	margin-bottom: 7px
}
.main-question__form {
	margin: 53px auto 44px auto;
	max-width: 636px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.main-question__form-input {
	position: relative;
	max-width: 306px;
	width: 100%
}
.main-question__form-input .input-error {
	font-size: 14px;
	color: red;
	background-color: #fff;
	padding: 5px;
	position: absolute
}
.main-question__form-input input {
	max-width: 306px;
	width: 100%;
	font-size: 22px;
	border-radius: 5px;
	padding: 15px 15px 14px 15px
}
.main-question__form-input input:focus {
	outline: 0 !important
}
.main-question__form-input input::-webkit-input-placeholder {
	color: #9d9d9d
}
.main-question__form-input input::-moz-placeholder {
	color: #9d9d9d
}
.main-question__form-input input:-ms-input-placeholder {
	color: #9d9d9d
}
.main-question__form-input input::-ms-input-placeholder {
	color: #9d9d9d
}
.main-question__form-input input::placeholder {
	color: #9d9d9d
}
.main-question__form-btn {
	background-color: #2280e2;
	border-radius: 5px;
	font-size: 21px;
	font-weight: 700;
	max-width: 306px;
	width: 100%;
	padding: 17px 12px 16px;
	color: #fff;
	border: none;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s
}
.main-question__form-btn:hover {
	background-color: #2c45a1
}
.main-question__conf {
	color: #fff;
	max-width: 710px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 17px
}
.main-question__conf a {
	color: #fff;
}
.main-question__conf a:hover {
	text-decoration: none;
}
.mobmenu {
	display: none
}
.absolute-hide {
	display: none
}
.lock {
	overflow-y: hidden
}
@-webkit-keyframes headerShow {
	0% {
		position: fixed;
		top: 0;
		z-index: 200;
		opacity: 0
	}
	100% {
		position: fixed;
		top: 0;
		z-index: 200;
		opacity: 1
	}
}
@keyframes headerShow {
	0% {
		position: fixed;
		top: 0;
		z-index: 200;
		opacity: 0
	}
	100% {
		position: fixed;
		top: 0;
		z-index: 200;
		opacity: 1
	}
}
@-webkit-keyframes headerHide {
	0% {
		position: relative;
		opacity: 0
	}
	25% {
		opacity: 0
	}
	50% {
		position: relative
	}
	75% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
@keyframes headerHide {
	0% {
		position: relative;
		opacity: 0
	}
	25% {
		opacity: 0
	}
	50% {
		position: relative
	}
	75% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
.header.scroll-active .header__bottom {
	-webkit-animation: headerShow .5s forwards;
	animation: headerShow .5s forwards
}
.header__top {
	background-color: #f0f2f4;
	padding: 5px 0;
	font-size: 16px;
	color: #8b8d8f
}
.header__top-row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.header__location {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.header__location-icon {
	fill: #4b4f59;
	min-width: 11.8px;
	min-height: 12.7px;
	width: 11.8px;
	height: 12.7px;
	margin-right: 6px
}
.header__location-text {
	font-weight: 500;
	color: #8b8d8f;
	font-style: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.header__topmenu {
	margin-left: auto;
	margin-right: auto;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}
.header__topmenu-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0
}
.header__topmenu-item {
	margin-right: 3.2642487047vw
}
.header__topmenu-item:last-child {
	margin-right: 0
}
.header__topmenu-link {
	text-decoration: none;
	color: #8b8d8f;
	font-weight: 500
}
.header__topmenu-link:hover {
	text-decoration: underline
}
.header__time {
	background-color: #2280e2;
	padding: 5px 10px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 500;
	min-width: 158px;
	border-radius: 5px;
	/*max-width: 161px;*/
	width: 100%
}
.header__time-icon {
	width: 15px;
	height: 15px;
	stroke: #fff;
	fill: rgba(0, 0, 0, 0);
	margin-right: 8px
}
.header__time-text {
	font-size: 12px
}
.header__lang {
	margin-left: auto;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.header__lang-btn {
	background: rgba(0, 0, 0, 0);
	border: none;
	display: block;
	width: 25.19px;
	height: 20px;
	margin: 0 8px 0 0;
	padding: 0;
	-webkit-transition: .3s;
	transition: .3s;
}
.header__lang-btn img {
	width: 100%;
	height: 100%;
	pointer-events: none
}
.header__lang-btn:last-child {
	margin-right: 0
}
.header__lang-btn:hover {
	opacity: .3
}
.header__lang-btn.header__lang-btn--active {
	opacity: .3
}
.header__col--location {
	width: 45%
}
.header__col--topmenu {
	width: 30%
}
.header__col--time {
	/*width: 13.4%*/
}
.header__col--lang {
	width: 9%
}
.header__col--logo {
	width: 17%
}
.header__col--menu {
	width: 48%
}
.header__col--mail {
	width: 18%
}
.header__col--ui {
	width: 16%
}
.header__col--burger {
	display: none
}
.header__bottom {
	padding: 15px 0;
	font-size: 16px;
	background-color: #fff;
	width: 100%;
	position: relative;
	-webkit-transition: .3s;
	transition: .3s
}
.header__bottom-row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.header__logo {
	max-width: 182px;
	width: 100%;
	display: block
}
.header__logo img {
	width: 100%;
	height: 100%
}
.header__cat {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 194px;
	width: 194px;
	border-radius: 6px;
	border: 1px solid #2280e2;
	background-color: rgba(0, 0, 0, 0);
	padding: 6px 8px;
	cursor: pointer;
	margin: 0 0 0 auto;
	-webkit-transition: .3s;
	transition: .3s;
	outline: 1px solid rgba(0, 0, 0, 0);
	font-weight: 600;
	font-family: Montserrat
}
.header__cat:hover .header__cat-text {
	color: #2280e2
}
.header__cat:hover .header__catmenu {
	opacity: 1;
	visibility: visible
}
.header__cat:before {
	content: "";
	width: 38px;
	height: 38px;
	background-image: url(../images/icons/catalog-icon.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center
}
.header__cat-icon {
	width: 38px;
	height: 38px
}
.header__cat-text {
	margin-left: 29px;
	font-size: 16px;
	font-weight: 600;
	color: #737373;
	-webkit-transition: .3s;
	transition: .3s;
	line-height: 22px
}
.header__catmenu {
	position: absolute;
	max-width: 1296px;
	top: 70px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	background-color: #fff;
	padding: 18px 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .2s;
	transition: .2s;
	list-style: none;
	margin: 0;
	z-index: 100;
	border-radius: 0 0 5px 5px
}
#ui-id-1 {
	z-index: 350;
}
.header__catmenu:hover {
	opacity: 1;
	visibility: visible
}
.header__catmenu-head {
	background: #f0f2f4
}
.header__catmenu-title {
	color: #5d5d5d;
	display: block;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px;
	padding: 6px 15px;
	max-width: 1141px;
	width: 100%;
	margin-left: auto;
	margin-right: auto
}
.header__catmenu-back {
	display: none
}
.header__catmenu-lists {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/*max-width: 1141px;*/
	max-width: 1250px;
	width: 100%;
	/*padding: 0 15px;*/
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.header__catmenu-lists li {
	list-style: none;
	/*padding: 0 44px 0 0;*/
	margin: 9px 0 11px 0;
	position: relative
}
.header__catmenu-lists li:first-child::after {
	display: none
}
/*.header__catmenu-lists li::after {
	content: "";
	position: absolute;
	height: 115px;
	width: 1px;
	left: -22px;
	top: 14px;
	background-color: #d8d8d8
}*/
/*.header__catmenu-lists li:last-child {
	padding-right: 0
}*/
.header__catmenu-lists li ul li {
	margin: 0;
	padding-right: 0;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}
.header__catmenu-lists li ul li:last-child {
	margin-bottom: 0
}
.header__catmenu-lists li ul li::after {
	display: none
}
.header__catmenu-lists li ul li a {
	margin-bottom: 0;
	padding: 0
}
.header__catmenu-lists li a {
	color: #5d5d5d;
	display: block;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	/*line-height: 20px;
	padding: 6px 0;*/
	margin-bottom: 5px;
	text-decoration: none
}
.header__catmenu-lists li ul {
	padding: 0;
	list-style: none
}
.header__catmenu-lists li ul::after {
	display: none
}
.header__catmenu-lists li ul li a {
	text-decoration: none;
	color: #8b8d8f;
	font-size: 12px;
	font-style: normal;
	font-family: Montserrat;
	font-weight: 500;
	/*border-bottom: 1px solid rgba(0, 0, 0, 0);*/
	-webkit-transition: .3s;
	transition: .3s
}
.header__catmenu-lists li ul li a:hover {
	color: #2280e2;
	/*border-color: #2280e2*/
}
.header__catmenu-lists li a:hover {
	text-decoration: underline;
}
/*.header__catmenu-lists .parent > a:hover {
	text-decoration: underline;
}*/
.header__catmenu-list-title .header__catmenu-list-link {
	color: #4b4f59
}
.header__catmenu-list-title .header__catmenu-list-link:hover {
	color: #4b4f59;
	border-color: rgba(0, 0, 0, 0)
}
.header__menu-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	list-style: none;
	padding: 0;
	margin: 0
}
.header__menu-item {
	margin-right: 58px
}
.header__menu-item:last-child {
	margin-right: 0
}
.header__menu-item--cat {
	margin-right: 36px
}
.header__menu-link {
	text-decoration: none;
	color: #4b4f59;
	font-weight: 500;
	-webkit-transition: .3s;
	transition: .3s;
	border-bottom: 1px solid rgba(0, 0, 0, 0)
}
.header__menu-link:hover {
	color: #2280e2;
	border-color: #2280e2
}
.header__mail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-decoration: none
}
.header__mail-icon {
	width: 16px;
	height: 11.2px;
	fill: #4b4f59;
	margin-right: 6px
}
.header__mail-text {
	color: #4b4f59;
	font-weight: 500
}
.header__ui {
	text-align: right;
	margin-top: -22px
}
.header__ui a {
	display: block;
	margin-left: auto;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}
.header__ui-leed {
	color: #2867b1;
	font-family: Montserrat;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline
}
.header__phone {
	color: #4b4f59;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	text-decoration: none;
	line-height: 20px;
	-webkit-transition: .3s;
	transition: .3s
}
.header__phone:hover {
	color: #2280e2
}
.header__burger {
	width: 30px;
	height: 20px;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2px 0;
	display: block;
	margin-left: 5px;
	background: rgba(0, 0, 0, 0);
	border: none
}
.header__burger span {
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	-webkit-transition: .3s;
	transition: .3s;
	pointer-events: none
}
.header__burger span::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	top: 0;
	left: 0;
	-webkit-transition: .3s;
	transition: .3s
}
.header__burger span:nth-child(2) {
	top: 9px
}
.header__burger span:first-child {
	top: 0
}
.header__burger span:last-child {
	bottom: 0
}
.header__burger.active span:first-child {
	-webkit-transform: translateY(8px);
	-ms-transform: translateY(8px);
	transform: translateY(8px)
}
.header__burger.active span:first-child::after {
	-webkit-transform: rotateZ(45deg);
	-ms-transform: rotate(45deg);
	transform: rotateZ(45deg)
}
.header__burger.active span {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0)
}
.header__burger.active span::after {
	background-color: #000
}
.header__burger.active span:last-child {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px)
}
.header__burger.active span:last-child::after {
	-webkit-transform: rotateZ(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotateZ(-45deg)
}
.main-title-h2 {
	padding: 3.6883116883vw 0
}
.main-catalog__items {
	display: -ms-grid;
	display: grid;
	gap: 24px;
	-ms-grid-columns: (6.632%)[12];
	grid-template-columns: repeat(12, 6.632%);
	grid-auto-rows: 215px
}
.main-catalog__item {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 10px;
	overflow: hidden;
	-webkit-transition: .3s;
	transition: .3s
}
.main-catalog__item.main-catalog__item--blue .main-catalog__item-link {
	background: #d7e1ef
}
.main-catalog__item:nth-child(1) {
	-ms-grid-column-span: 4;
	grid-column: span 4;
	-ms-grid-row-span: 2;
	grid-row: span 2
}
.main-catalog__item:nth-child(1) .main-catalog__item-content {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(39.38%, #ededed), color-stop(64.71%, rgba(238, 244, 254, 0)));
	background: linear-gradient(180deg, #ededed 39.38%, rgba(238, 244, 254, 0) 64.71%)
}
.main-catalog__item:nth-child(1) .main-catalog__item-descr {
	max-width: 257px
}
.main-catalog__item:nth-child(2), .main-catalog__item:nth-child(3) {
	-ms-grid-column-span: 8;
	grid-column: span 8
}
.main-catalog__item:nth-child(2) .main-catalog__item-content, .main-catalog__item:nth-child(3) .main-catalog__item-content {
	width: 100%
}
.main-catalog__item:nth-child(2) .main-catalog__item-descr, .main-catalog__item:nth-child(3) .main-catalog__item-descr {
	max-width: 309px
}
.main-catalog__item:nth-child(9) {
	-ms-grid-column-span: 4;
	grid-column: span 4;
	-ms-grid-row-span: 2;
	grid-row: span 2
}
.main-catalog__item:nth-child(9) .main-catalog__item-content {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.main-catalog__item:nth-child(2) {
	-ms-grid-column-span: 8;
	grid-column: span 8;
	-ms-grid-row-span: 1;
	grid-row: span 1
}
.main-catalog__item:nth-child(2) .main-catalog__item-content {
	background: -webkit-gradient(linear, left top, right top, color-stop(45.67%, #ffe4cc), color-stop(77.42%, rgba(255, 240, 224, 0)));
	background: linear-gradient(90deg, #ffe4cc 45.67%, rgba(255, 240, 224, 0) 77.42%)
}
.main-catalog__item:nth-child(2) .main-catalog__item-link {
	background: #eedecd
}
.main-catalog__item:nth-child(3) .main-catalog__item-content {
	background: -webkit-gradient(linear, left top, right top, color-stop(48.27%, #ededed), color-stop(84.78%, rgba(255, 240, 224, 0)));
	background: linear-gradient(90deg, #ededed 48.27%, rgba(255, 240, 224, 0) 84.78%)
}
.main-catalog__item:nth-child(4) {
	-ms-grid-column-span: 7;
	grid-column: span 7
}
.main-catalog__item:nth-child(4) .main-catalog__item-link {
	background: #eedecd
}
.main-catalog__item:nth-child(4) .main-catalog__item-content {
	background: -webkit-gradient(linear, left top, right top, color-stop(53.99%, #ffebe0), color-stop(64.55%, rgba(238, 244, 254, .25)));
	background: linear-gradient(90deg, #ffebe0 53.99%, rgba(238, 244, 254, .25) 64.55%)
}
.main-catalog__item:nth-child(4) .main-catalog__item-descr {
	max-width: 311px
}
.main-catalog__item:nth-child(5) {
	-ms-grid-column-span: 5;
	grid-column: span 5;
	background-color: #ededed
}
.main-catalog__item:nth-child(5) .main-catalog__item-descr {
	max-width: 265px
}
.main-catalog__item:nth-child(6) {
	-ms-grid-column-span: 6;
	grid-column: span 6;
	background-color: #ededed
}
.main-catalog__item:nth-child(6) .main-catalog__item-descr {
	max-width: 292px
}
.main-catalog__item:nth-child(7) {
	-ms-grid-column-span: 6;
	grid-column: span 6;
	background-color: #ededed
}
.main-catalog__item:nth-child(7) .main-catalog__item-descr {
	max-width: 292px
}
.main-catalog__item:nth-child(8) {
	-ms-grid-column-span: 12;
	grid-column: span 12
}
.main-catalog__item:nth-child(8) .main-catalog__item-content {
	background: linear-gradient(88deg, #ededed 41.44%, rgba(238, 244, 254, 0) 70.6%)
}
.main-catalog__item:nth-child(8) .main-catalog__item-descr {
	max-width: 459px
}
.main-catalog__item.hidden {
	display: none
}
.main-catalog__item.anime-hidden {
	opacity: 0;
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
	visibility: visible
}
.main-catalog__item.anime-show {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	visibility: visible
}
.main-catalog__item-content {
	height: 100%;
	/*padding: 34px 73px 34px 86px;*/
	padding: 30px 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.main-catalog__item-title {
	color: #4b4f59;
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin: 0 0 8px 0
}
.main-catalog__item-descr {
	color: #85898c;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal
}
.main-catalog__item-link {
	display: block;
	max-width: 125px;
	margin-top: 14px;
	text-decoration: none;
	border-radius: 5px;
	background: #d7e1ef;
	padding: 5px 19px;
	color: #85898c;
	text-align: center;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 500
}
.main-catalog__more-btn {
	max-width: 220px;
	margin: 24px auto 0 auto;
	width: 100%;
	font-size: 18px;
	border: none;
	cursor: pointer;
	padding: 10px 12px;
	-webkit-transition: .3s;
	transition: .3s
}
.main-catalog__more-btn:hover {
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px)
}
.main-catalog__more-btn.hidden {
	display: none
}
.main-supplies {
	color: #fff;
	position: relative;
	padding: 113px 15px 93px;
	margin: 24px 0 38px;
	max-width: 1295px;
	margin-left: auto;
	margin-right: auto;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 10px;
	background-position: center
}
.main-supplies__img {
	position: absolute;
	pointer-events: none;
	max-width: 739px;
	width: 100%;
	height: 497px;
	background-image: url(../images/content/main-supplies/main-supplies-img.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	bottom: -75px;
	left: -63px;
	z-index: 0
}
.main-supplies__container {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 1295px;
	overflow: hidden
}
.main-supplies__text {
	position: relative;
	z-index: 2
}
.main-supplies__title {
	max-width: 513px;
	margin-bottom: 20px
}
.main-supplies__descr {
	max-width: 420px;
	font-size: 18px
}
.main-services__title {
	padding-top: 1.3vw
}
.main-services__items {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}
.main-services__item {
	text-decoration: none;
	position: relative;
	margin-bottom: 61px
}
.main-services__item:hover .main-services__item-img {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02)
}
.main-services__item:hover .main-services__item-header-content {
	background: rgba(0, 0, 0, .3)
}
.main-services__item:hover .main-services__item-title {
	-webkit-transform: translateY(-32px);
	-ms-transform: translateY(-32px);
	transform: translateY(-32px)
}
.main-services__item:hover .main-services__item-btn {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}
.main-services__item-link {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	z-index: 2
}
.main-services__item-header {
	height: 376px;
	color: #fff;
	border-radius: 10px;
	position: relative;
	overflow: hidden
}
.main-services__item-img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-transition: .3s;
	transition: .3s;
	-o-object-fit: cover;
	object-fit: cover
}
.main-services__item-header-content {
	background: rgba(0, 0, 0, .38);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	width: 100%;
	-webkit-transition: .3s;
	transition: .3s
}
.main-services__item-title {
	font-size: 25px;
	font-weight: 700;
	max-width: 329px;
	text-align: center;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: translateY(14px);
	-ms-transform: translateY(14px);
	transform: translateY(14px);
	margin: 0;
	padding: 0
}
.main-services__item-btn {
	border-radius: 5px;
	background: #fff;
	padding: 5px;
	max-width: 125px;
	width: 100%;
	color: #85898c;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	line-height: 16.8px;
	cursor: pointer;
	opacity: 0;
	-webkit-transform: translateY(-19px);
	-ms-transform: translateY(-19px);
	transform: translateY(-19px);
	-webkit-transition: .3s;
	transition: .3s;
	border: none
}
.main-services__item-body {
	padding-top: 23px
}
.main-services__item-body-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.main-services__item-icon {
	width: 49px;
	height: 49px;
	margin-right: 10px
}
.main-services__item-body-title {
	padding: 0;
	margin: 0;
	color: #000;
	font-size: 17px;
	font-weight: 700
}
.main-services__item-body-bottom {
	height: 100%
}
.main-services__item-text {
	margin-top: 11px;
	color: #9e9e9e;
	font-family: Montserrat;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px
}
.main-factory {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
	padding: 0 0 2.3896103896vw
}
.main-factory__items-col {
	margin-bottom: 24px
}
.main-factory__items {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}
.main-factory__item {
	background-color: #437dc3;
	border-radius: 10px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	color: #fff;
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s
}
.main-factory__item:hover {
	background-color: #2280e2
}
.main-factory__item-header {
	height: 220px
}
.main-factory__item-img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}
.main-factory__body {
	padding: 9px 5px 11px;
	text-align: center
}
.main-factory__item-title {
	font-size: 19px;
	font-style: normal;
	font-weight: 700;
	line-height: 23px;
	padding: 0;
	margin: 0;
	height: 100%
}
.main-about {
	padding: 0 0 2.5974025974vw
}
.main-about__content figure, .main-about__content img {
	width: 54%;
	float: right;
	margin: 0;
	border-radius: 10px;
	margin-bottom: 20px;
	margin-left: 20px
}
.main-about__content figcaption {
	text-align: center;
	color: #959595;
	font-size: 15px;
	line-height: 23px;
	font-family: Montserrat, Arial, Helvetica, sans-serif
}
.main-about__content figure img {
	width: 100%;
	margin-left: 0;
	margin-bottom: 0
}
.main-about__content figure + p {
	margin-top: -2px;
	margin-bottom: 40px
}
.main-about__content p {
	font-size: 19px;
	font-style: normal;
	font-weight: 400;
	line-height: 35.5px
}
.main-about__content em {
	display: block;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	margin-top: 22px
}
.main-dominates {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	color: #fff;
	padding: 3.6883116883vw 0 3.8961038961vw
}
.main-dominates__item {
	max-width: 212px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%
}
.main-dominates__item-front:hover + .main-dominates__item-back {
	-webkit-transform: translateX(-50%) translateY(0);
	-ms-transform: translateX(-50%) translateY(0);
	transform: translateX(-50%) translateY(0);
	opacity: 1;
	visibility: visible
}
.main-dominates__item-back-close {
	display: none
}
.main-dominates__item-back {
	background-color: #111;
	padding: 19px 19px 33px;
	position: absolute;
	width: 391px;
	bottom: 125%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(10px);
	-ms-transform: translateX(-50%) translateY(10px);
	transform: translateX(-50%) translateY(10px);
	text-align: left;
	border-radius: 10px;
	opacity: 0;
	-webkit-transition: .3s;
	transition: .3s;
	visibility: hidden
}
.main-dominates__item-back::after {
	content: "";
	position: absolute;
	display: block;
	width: 33px;
	height: 33px;
	background-color: #111;
	bottom: -16.5px;
	left: 50%;
	-webkit-transform: translateX(-50%) rotateZ(225deg);
	-ms-transform: translateX(-50%) rotate(225deg);
	transform: translateX(-50%) rotateZ(225deg);
	z-index: 1
}
.main-dominates__item-back:hover {
	-webkit-transform: translateX(-50%) translateY(0);
	-ms-transform: translateX(-50%) translateY(0);
	transform: translateX(-50%) translateY(0);
	opacity: 1;
	visibility: visible
}
.main-dominates__item-back-title {
	margin: 0;
	padding: 0;
	font-size: 19px
}
.main-dominates__item-back-descr {
	margin: 10px 0 0 0;
	padding: 0;
	color: #fff;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 30.5px
}
.main-dominates__item-front {
	height: 191px
}
.main-dominates__item-front-title {
	font-size: 19px;
	margin-bottom: 0;
	margin-top: 22px
}
.main-line {
	background-image: url(../images/main-line.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
	padding: 36px 0 33px
}
.main-line__title {
	padding: 0;
	text-align: left
}
.main-line__descr {
	font-size: 17px;
	margin-top: 9px;
	max-width: 433px
}
.main-line__list {
	margin: 25px 0 30px 0;
	padding: 0;
	list-style: none
}
.main-line__list-item {
	background-image: url(../images/icons/list-mark.svg);
	background-size: 24px 23px;
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 35px;
	padding-top: 1.5px;
	padding-bottom: 1.5px;
	margin-bottom: 21px;
	min-height: 24px;
	font-weight: 700;
	font-size: 17px
}
.main-line__list-item:last-child {
	margin-bottom: 0
}
.main-line__btn {
	color: #fff;
	text-decoration: none;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, .11);
	background-color: #003699;
	background: linear-gradient(87deg, #1236b6 19.84%, rgba(41, 81, 220, 0) 139.35%);
	display: block;
	padding: 12px;
	max-width: 186px;
	width: 100%;
	text-align: center;
	-webkit-transition: .3s;
	transition: .3s
}
.main-line__btn:hover {
	border-color: #fff
}
.main-question__title {
	padding: initial
}
.main-question__subtitle {
	padding: initial
}
.main-offer {
	position: relative;
	color: #fff;
	padding: 125px 0 0 0
}
.main-offer__video-bg {
	position: absolute;
	width: 100%;
	height: 467px;
	top: 0;
	left: 0;
	z-index: 0
}
.main-offer__video-bg video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.main-offer .container {
	position: relative;
	z-index: 2
}
.main-offer__title {
	max-width: 650px;
	text-align: center;
	font-family: Inter, Arial, Helvetica, sans-serif;
	display: block;
	margin: 0 auto;
	line-height: 33px;
	text-shadow: 0 0 30px rgba(0, 0, 0, .65);
	font-size: 36px;
	font-weight: normal;
}
.main-offer__services {
	margin-top: 12px;
	font-family: Inter;
	text-align: center;
	line-height: 33px;
	font-size: 27px;
}
.main-offer__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	height: 195px;
	margin-top: 95px
}
.main-offer__item {
	max-width: 219px;
	width: 100%;
	background-color: #fff;
	text-align: center;
	border-radius: 11.195px;
	border-bottom: 11.222px solid #efefef;
	-webkit-box-shadow: 0 1.72231px 50.80801px 0 rgba(0, 0, 0, .05);
	box-shadow: 0 1.72231px 50.80801px 0 rgba(0, 0, 0, .05);
	padding: 26px 14.51px 17px;
	color: #000
}
.main-offer__item-title {
	display: block;
	font-weight: 500;
	font-size: 13px;
	margin-top: 15px;
	line-height: 19px;
	max-width: 180px;
	display: -webkit-box;
	display: -ms-flexbox;
	/*display: flex;*/
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.contacts__title {
	padding: 0
}
.services-offer {
	background-image: url(../images/services-offer-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	color: #fff
}
.services-offer__col--left {
	padding-left: 0;
	margin-left: 7.5%;
	padding: 99px 0 102px
}
.services-offer__title {
	text-align: left;
	margin-bottom: 3px
}
.services-offer__subtitle {
	color: #fff;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 31px;
	margin: 0;
	padding: 0
}
.services-offer__descr {
	margin: 10px 0 11px 0;
	font-size: 13px;
	max-width: 406px;
	line-height: 20px;
	font-weight: 500
}
.services-offer__btn {
	max-width: 189px;
	width: 100%;
	display: block;
	border-radius: 10px;
	background: #1236b6;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 16.7px;
	color: #fff;
	border: .5px solid rgba(0, 0, 0, 0);
	padding: 11px;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s
}
.services-offer__btn:hover {
	border-color: rgba(255, 255, 255, .3137254902)
}
.services-offer__img {
	margin: 20px 0 34px 63px
}
.services__title {
	color: #333c4e
}
.services-line__top {
	padding: 30px 0 30px
}
.services-line__bottom {
	background-color: #333c4e;
	color: #fff;
	position: relative
}
.services-line__bottom::after, .services-line__bottom::before {
	content: "";
	position: absolute;
	top: 0;
	background-color: #fff;
	width: 100%;
	height: 29px;
	z-index: 0
}
.services-line__bottom::before {
	bottom: 0;
	top: initial;
	height: 20px
}
.services-line__img {
	border-radius: 10px;
	position: relative;
	max-width: 550px;
	width: 100%;
	z-index: 2
}
.services-line__title2 {
	text-align: left;
	margin-top: 104px;
	margin-bottom: 16px
}
.services-line__descr {
	max-width: 395px;
	line-height: 127.778%;
	margin-bottom: 33px
}
.services-line__require {
	color: #88c2ff;
	line-height: 127.778%;
	font-size: 19px;
	display: block;
	max-width: 406px
}
.services-line__text {
	padding-left: 6px
}
.services-solutions__top {
	text-align: center;
	padding: 38px 0 54px
}
.services-solutions__top-title {
	max-width: 555px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 29px
}
.services-solutions__top-descr {
	max-width: 416px;
	text-align: center;
	margin: 0 auto 31px auto;
	line-height: 23px
}
.services-solutions__bottom {
	background-image: url(../images/services-solutions-bg.png);
	background-size: 1920px 296px;
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #fff;
	margin-top: -123px;
	color: #333c4e;
	position: relative
}
.services-solutions__bottom-img {
	margin-left: 95px
}
.services-solutions__bottom-text {
	padding: 0 0 54px 10px
}
.services-solutions__bottom-title {
	font-weight: 600;
	text-align: left;
	color: #2280e2;
	max-width: 391px;
	margin-top: 170px;
	line-height: 32px
}
.services-solutions__bottom-descr {
	margin-top: 17px;
	max-width: 443px;
	color: #fff;
	line-height: 28px
}
.services-how {
	background-image: url(../images/content/services-how/services-how-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 77px 0 97px;
	color: #fff
}
.services-how__items {
	max-width: 1077px;
	margin-left: auto;
	margin-top: 28px;
	margin-right: auto
}
.services-how__item {
	max-width: 526px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.services-how__item:nth-child(2) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin-top: 18px;
	margin-left: auto
}
.services-how__item:nth-child(2) .services-how__item-right {
	margin-top: 4%
}
.services-how__item:nth-child(2) .services-how__item-title {
	margin-right: auto;
	margin-left: 15px
}
.services-how__item:nth-child(2) .services-how__item-descr {
	margin-right: auto;
	margin-left: 15px
}
.services-how__item:nth-child(2) .services-how__item-count {
	top: -24%;
	left: 82%
}
.services-how__item:last-child .services-how__item-right {
	margin-top: 5%
}
.services-how__item:last-child .services-how__item-count {
	top: -36%;
	left: 47%
}
.services-how__item:last-child .services-how__item-left {
	margin-top: -16px
}
.services-how__item-left {
	width: 32.5%
}
.services-how__item-img {
	width: 100%
}
.services-how__item-right {
	width: 70%;
	margin-top: 10%;
	position: relative
}
.services-how__item-title {
	font-size: 19px;
	margin: 0;
	color: #fff;
	line-height: 23px;
	position: relative;
	max-width: 315px;
	margin-left: auto
}
.services-how__item-title::before {
	content: "";
	position: absolute;
	width: 4px;
	height: 30px;
	left: -14px;
	top: -10px;
	-webkit-transform: rotate(27deg);
	-ms-transform: rotate(27deg);
	transform: rotate(27deg);
	background: #3991ec
}
.services-how__item-descr {
	margin-top: 4px;
	font-size: 13px;
	font-weight: 300;
	color: #d4d4d4;
	margin-bottom: 14px;
	line-height: 18px;
	max-width: 314px;
	margin-left: auto
}
.services-how__item-count {
	position: absolute;
	color: #fff;
	top: -45%;
	left: 41%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	font-family: Montserrat;
	font-size: 198px;
	font-style: normal;
	font-weight: 700;
	line-height: 188px;
	opacity: .1
}
.category {
	padding-top: 35px;
	background-color: #f8f8f9
}
.category__title {
	color: #4b4f59;
	font-family: Montserrat;
	font-size: 34px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 0
}
.category-list {
	padding-top: 20.5px;
	padding-bottom: 22px
}
.category-list__items {
	margin-top: 40px
}
.category-list__item {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 25px;
	background-color: #fff;
	height: 256px;
	width: 100%;
	text-align: center;
	border-radius: 5px;
	position: relative;
	-webkit-transition: .3s;
	transition: .3s;
	margin-bottom: 24px;
	padding: 0;
	padding: 0 25px
}
.category-list__item:hover {
	-webkit-box-shadow: 0 3.2867px 8.21675px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 3.2867px 8.21675px 0 rgba(0, 0, 0, .1)
}
.category-list__item-title {
	padding-top: 24px;
	margin: 0;
	color: #4b4f59;
	text-align: center;
	font-family: Montserrat;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	min-height: 35px;
	display: block;
	margin-left: auto;
	margin-right: auto
}
.category-list__item-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer
}
.category-help__top {
	border-radius: 10px 10px 0 0;
	background: #f0f2f4;
	padding: 57px 0
}
.category-help__form {
	margin-top: 23px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 15px
}
.category-help__form-input {
	max-width: 416px;
	width: 100%;
	margin-right: 24px
}
.category-help__form-input .input-error {
	position: absolute;
	bottom: 100%
}
.category-help__form-input input {
	display: block;
	width: 100%;
	padding: 15px;
	border-radius: 5.012px;
	border: 1.002px solid #d7d7d7;
	background: #fff;
	font-size: 22px;
	-webkit-transition: .3s;
	transition: .3s
}
.category-help__form-input input:focus {
	outline: 0;
	border-color: #2280e2
}
.category-help__form-btn {
	padding: 15px 0 15px;
	display: block;
	max-width: 407px;
	width: 100%;
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	background-color: #2280e2;
	border-color: rgba(0, 0, 0, 0);
	-webkit-transition: .3s;
	transition: .3s;
	cursor: pointer
}
.category-help__form-btn:hover {
	background-color: #1236b6
}
.category-help__conf {
	max-width: 711px;
	width: 100%;
	margin: 23px auto 0 auto;
	color: #838383;
	text-align: center;
	font-family: Montserrat;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: normal
}
.category-help__conf a {
	color: #4770ff
}
.category-help__bottom {
	border-radius: 0 0 10.023px 10.023px;
	overflow: hidden
}
.category-help__bottom-img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.catalog {
	padding-top: 36px;
	background-color: #f8f8f9
}
.catalog__title {
	font-size: 34px;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
.catalog-top__col--left {
	padding-right: 0;
	width: 57.53%
}
.catalog-top__col--right {
	padding-left: 0;
	width: 42.47%
}
.catalog-top__left {
	/*background-image: url(../images/catalog-top-bg.png);*/
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
	border-radius: 11px 0 0 11px;
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	padding: 29px 36px 29px;
	height: 100%
}
.catalog-top__right {
	background-color: #fff;
	border-radius: 0 11px 11px 0;
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	padding: 16px 14px 24px 24px;
	height: 100%
}
.catalog-top .breadcrumbs {
	margin-bottom: 0;
	margin-top: 2px;
	margin-left: 0
}
.catalog-top .breadcrumbs__item::after {
	background-image: url(../images/icons/arrow-r-alt.svg)
}
.catalog-top .breadcrumbs__item::after:last-child .breadcrumbs__link {
	color: #bfbfbf
}
.catalog-top .breadcrumbs__link {
	color: #fff
}
.catalog-top__title {
	color: #898484;
	font-size: 20px;
	font-weight: 400;
	line-height: 99.958%;
	margin: 0;
	padding: 0
}
.catalog-top__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 100%;
	margin-top: 14px
}
.catalog-top__form-input {
	max-width: 273px;
	width: 100%;
	margin-right: 5px
}
.catalog-top__form-input .input-error {
	position: absolute;
	bottom: 100%
}
.catalog-top__form-input input {
	max-width: 273px;
	width: 100%;
	border-color: #d7d7d7;
	font-size: 16px;
	padding: 12px 25.76px 11.33px 25.76px
}
.catalog-top__form-btn {
	max-width: 231px;
	width: 100%;
	background-color: #2280e2;
	border-radius: 3.829px;
	color: #fff;
	padding: 13.1615px 5px;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 600;
	border: none;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s
}
.catalog-top__form-btn:hover {
	background-color: #1236b6
}
.catalog-list {
	margin: 36px 0 0 0;
	padding-bottom: 70px
}
.catalog-list__sidebar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.catalog-list .row {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}
.catalog-list__sidebar-block {
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid rgba(75, 79, 89, .15);
	background: #fff;
	max-width: 306px;
	margin-right: 5px
}
.catalog-list__sidebar-search {
	padding: 6px 8px;
	margin-bottom: 7px
}
.catalog-list__sidebar-search-form {
	border-radius: 5px;
	background: #f6f6f6;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.catalog-list__sidebar-search-input {
	width: 90%;
	font-family: Montserrat;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border: none;
	background: rgba(0, 0, 0, 0);
	padding: 11px 12px 10px
}
.catalog-list__sidebar-search-input::-webkit-input-placeholder {
	color: #4b4f59
}
.catalog-list__sidebar-search-input::-moz-placeholder {
	color: #4b4f59
}
.catalog-list__sidebar-search-input:-ms-input-placeholder {
	color: #4b4f59
}
.catalog-list__sidebar-search-input::-ms-input-placeholder {
	color: #4b4f59
}
.catalog-list__sidebar-search-input::placeholder {
	color: #4b4f59
}
.catalog-list__sidebar-search-input:focus {
	outline: 0
}
.catalog-list__sidebar-search-btn {
	background: rgba(0, 0, 0, 0);
	border: none;
	padding: 0;
	margin: 5px 9.5px 0 0;
	cursor: pointer;
	width: 10%
}
.catalog-list__sidebar-search-btn img {
	width: 16.75px;
	height: 17px
}
.catalog-list__sidebar-filter-mobbtn {
	display: none
}
.catalog-list__sidebar-block-filters {
	padding: 15px 0;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	overflow: hidden
}
.catalog-list__sidebar-spoiler-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 12px 0;
	cursor: pointer;
	padding: 0 21px
}
.catalog-list__sidebar-spoiler-title.active .catalog-list__sidebar-spoiler-icon {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0)
}
.catalog-list__sidebar-spoiler-title-text {
	color: #4b4f59;
	font-family: Montserrat;
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	line-height: 0;
	cursor: pointer
}
.catalog-list__sidebar-spoiler-icon {
	width: 31px;
	height: 31px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: .3s;
	transition: .3s
}
.catalog-list__sidebar-spoiler-content {
	padding: 0 21px;
	-webkit-transition: .3s;
	transition: .3s;
	overflow: hidden
}
.catalog-list__sidebar-spoiler-content.active {
	margin-bottom: 43px
}
.catalog-list__sidebar-filters-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	padding: 5px 0;
	position: relative
}
.catalog-list__sidebar-filters-item input {
	width: 100%;
	cursor: pointer;
	height: 100%;
	top: 0;
	padding: 0;
	margin: 0;
	z-index: 10;
	left: 0;
	opacity: 0;
	position: absolute
}
.catalog-list__sidebar-filters-item input:checked + .catalog-list__sidebar-filters-input::after {
	opacity: 1
}
.catalog-list__sidebar-filters-item input:checked ~ .catalog-list__sidebar-filters-bg {
	background: rgba(177, 209, 243, .6)
}
.catalog-list__sidebar-filters-item label {
	cursor: pointer;
	color: #4b4f59;
	font-family: Montserrat;
	font-size: 15px;
	font-style: normal;
	display: block;
	font-weight: 400;
	line-height: normal;
	position: relative;
	margin-top: -1px;
	z-index: 3
}
.catalog-list__sidebar-filters-item label:checked {
	color: #fff
}
.catalog-list__sidebar-filters-bg {
	position: absolute;
	width: 200%;
	top: 0;
	left: -10%;
	height: 100%;
	-webkit-transition: .1s;
	transition: .1s
}
.catalog-list__sidebar-filters-input {
	cursor: pointer;
	min-width: 17px;
	min-height: 16px;
	width: 17px;
	height: 16px;
	border-radius: 3px;
	z-index: 2;
	border: .5px solid #4b4f59;
	background: #fff;
	position: relative;
	overflow: hidden;
	margin-right: 21px;
	-webkit-transition: .3s;
	transition: .3s
}
.catalog-list__sidebar-filters-input::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(../images/icons/done-mark.svg);
	background-size: 70%;
	background-repeat: no-repeat;
	background-position: 2px 3px;
	background-color: rgba(157, 205, 255, .68);
	opacity: 0;
	-webkit-transition: .3s;
	transition: .3s
}
.catalog-list__price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.catalog-list__price-input {
	width: 126px;
	font-family: Montserrat;
	padding: 10px 5px;
	color: #4b4f59;
	text-align: center;
	font-size: 15px;
	border-radius: 10px;
	border: .5px solid #4b4f59;
	background: #fff
}
.catalog-list__price-input::-webkit-input-placeholder {
	color: #bcbcbc;
	font-family: Montserrat;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 17px
}
.catalog-list__price-input::-moz-placeholder {
	color: #bcbcbc;
	font-family: Montserrat;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 17px
}
.catalog-list__price-input:-ms-input-placeholder {
	color: #bcbcbc;
	font-family: Montserrat;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 17px
}
.catalog-list__price-input::-ms-input-placeholder {
	color: #bcbcbc;
	font-family: Montserrat;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 17px
}
.catalog-list__price-input::placeholder {
	color: #bcbcbc;
	font-family: Montserrat;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 17px
}
.catalog-list__price-input:focus {
	outline: 0
}
.catalog-list__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 24px
}
.catalog-list__item {
	width: 31.63%;
	position: relative
}
.catalog-list__item-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 200px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}
.catalog-list__item-die {
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	margin: 12px;
	font-size: 11px;
	padding: 6px 11px 5px;
	border-radius: 4px;
	font-weight: 500;
	line-height: 15px
}
.catalog-list__item-recom {
	background: #ffe9d4;
	color: #f28f34;
	margin-right: auto
}
.catalog-list__item-type {
	background: #f0f2f4;
	color: #0d4ec2;
	margin-left: auto
}
.catalog-list__item-body {
	padding: 0 18px 18px 18px
}
.catalog-list__item-price {
	color: #25282b;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px
}
.catalog-list__item-lizing {
	margin-top: 5px;
	margin-bottom: 10px;
	color: #25282b;
	font-family: Montserrat;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	line-height: 13px
}
.catalog-list__item-lizing span {
	font-weight: 700;
	color: #2280e2
}
.catalog-list__item-name {
	color: #25282b;
	font-family: Montserrat;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 15px
}
.catalog-list__item-link {
	/*position: absolute;
	top: 0;
	left: 0;*/
	width: 100%;
	height: 100%
}
.catalog-list__pag {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 70px
}
.catalog-list__pag ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	margin: 0;
	list-style: none
}
.catalog-list__pag li {
	margin-right: 12px
}
.catalog-list__pag li:last-child {
	margin-right: 0
}
.catalog-list__pag li.active a {
	border-color: #0d4ec2;
	color: #0d4ec2
}
.catalog-list__pag a {
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0) !important;
	border-radius: 2px;
	border: 1px solid rgba(0, 0, 0, 0);
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	color: #4b4f59
}
.catalog-list__pag a:hover {
	border-color: #0d4ec2;
	color: #0d4ec2
}
.catalog-list__pag .control svg {
	width: 24px;
	height: 24px
}
.catalog-list__pag .disabled svg {
	width: 24px;
	height: 24px;
	opacity: .5
}
.catalog-list__pag .disabled a {
	pointer-events: none
}
.catalog-list__pag-item--nav-prev svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.product {
	background-color: #f8f8f9;
	padding-top: 41px
}
.product-breadcrumbs .breadcrumbs {
	margin: 0
}
.product-main {
	padding-top: 41px
}
.product-main__slider {
	width: 100%;
	max-width: 416px;
	overflow: hidden
}
.product-main .row {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 13px;
}
.product-main .col-lg-4 {
	width: 32.14%
}
.product-main .col-lg-8 {
	width: 65.94%;
	margin-top: -5px
}
.product-main__slider-item {
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden
}
.product-main__slider-item img {
	width: 100%;
	height: auto;
	display: block
}
.product-main__slider-pag {
	padding: 10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.product-main__slider-pag-item {
	width: 86px;
	/*height: 69px;*/
	background-color: #fff;
	-webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0);
	display: block;
	opacity: 1;
	margin: 0 24px 0 0 !important;
	padding: 0;
	line-height: 0;
}
.product-main__slider-pag-item img {
	width: 100%;
	height: auto;
	border-radius: 3px;
	object-fit: cover;
}
.product-main__slider-pag-item.swiper-pagination-bullet-active {
	border-color: #2280e2
}
.product-main__slider-pag-item:last-child {
	margin-right: 0 !important
}
.product-main__top-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.product-main__main-info {
	color: #25282b;
	width: 51%
}
.product-main__title {
	font-size: 21px;
	margin: 0;
	font-weight: 600;
	max-width: 416px;
	line-height: 30px
}
.choose_us h2 {
	font-size: 16px;
	margin-bottom: 8px;
}
.choose_us li {
	font-size: 15px;
}
.choose_us ul {
	margin: 0;
	padding-left: 20px;
}
.product-main__brend {
	border-radius: 5px;
	/*background: #f0f2f4;
	padding: 5px 8px;*/
	font-size: 13px;
	font-weight: 600;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 11px 0;
	text-decoration: none;
	display: block
}
.product-main__brend-name {
	color: #25282B;
	display: flex;
}
.product-main__characters {
	list-style: none;
	margin: 0 0 51px 0;
	padding: 0
}
.product-main__characters-item {
	margin-bottom: 12px;
	font-size: 15px
}
.product-main__characters-item:last-child {
	margin-bottom: 0
}
.product-main__dominates h3 {
	color: #0d4ec2;
	font-family: Montserrat;
	font-size: 16px;
	margin: 0;
	margin-bottom: 20px;
	font-weight: 500
}
.product-main__dominates ul {
	list-style: none;
	padding: 0;
	margin: 0
}
.product-main__dominates li {
	margin-bottom: 12px;
	font-size: 15px
}
.product-main__dominates li:last-child {
	margin-bottom: 0
}
.product-main__order {
	width: 48.2%;
	background-color: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
	padding: 27px 37px;
	max-height: 407px
}

.product-main__order--new {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;	
}

.product-main__order-header {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.product-main__order-header .product-main__price {
	font-weight: 400;
}

.product-main__order-header .product-main__price strong {
	font-weight: 500;
}

.product-main__order-header p {
	margin: 3px 0 0 0;
	color: #646464;
	font-size: 17px;
	font-weight: 300;
}

.product-main__order .input {
	margin-top: 14px;
}

.product-main__order h2 {
	font-size: 16px;
	text-transform: uppercase;
}

.product-main__order .input .tel,
.product-main__order .input .name,
.product-main__order .input .email,
.product-main__order .input .text,
textarea.textarea  {
	outline: 0;
	border: 1px solid #d7d7d7;
}
.product-main__order .input .tel:focus,
.product-main__order .input .name:focus,
.product-main__order .input .email:focus,
.product-main__order .input .text:focus,
.product-main__order .textarea:focus  {
	outline: 0;
	border: 1px solid #2280e2;
}
.product-main__order .textarea {
	min-height: 90px;
}

.product-main__order .input .name,
.product-main__order .input .email,
.product-main__order .input .text {
	font-size: 18px;
}

.product-main__price {
	color: #25282b;
	font-family: Montserrat;
	font-size: 25px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px
}
.product-main__price span {
	white-space: nowrap;
}
.product-main__order-btn {
	margin-top: 11px;
	border: none;
	border-radius: 6px;
	background: #2280e2;
	color: #fff;
	font-family: Montserrat;
	max-width: 100%;
	width: 100%;
	color: #fff;
	padding: 14px 0 14px;
	text-align: center;
	font-size: 19px;
	font-weight: 500;
	cursor: pointer;
	transition: .3s;
}

.product-main__order-btn:hover {
	background: #1667BB;
	color: #fff;
}

.product-main__order-lizing {
	display: flex;
	justify-content: center;
	column-gap: 12.29px;
	border-radius: 5px;
	border: 1px solid rgba(34, 128, 226, 0.22);
	background: rgba(34, 128, 226, 0.09);
	color: #2280E2;
	font-size: 12px;
	font-weight: 500;
	padding: 7px 5px 8px;
	margin-top: 11px;
	width: 100%;
}

.product-main__order .tel {
	width: 100%;
	padding: 10px;
}
.product-main__order .input .name,
.product-main__order .input .email,
.product-main__order .input .text,
textarea.textarea {
	width: 100%;
	padding: 5px;
}
.product-main__order-clue {
	color: #85898c;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	margin-top: 7px;
	line-height: 17px;
}

.product-main__order-clue--new {
	margin-top: 15px;
	font-weight: 400;
	text-align: center;
}

.product-main__order-checkbox {
	margin: 24px 0 25px
}
.product-main__order-checkbox .catalog-list__sidebar-filters-input {
	margin-right: 18px
}
.product-main__order-checkbox label {
	font-size: 16px;
	color: #4b4f59;
	font-weight: 500
}
.product-main__order-checkbox label span {
	color: #2280e2;
	margin-right: 3.75px;
	font-weight: 700
}
.product-main__order-radio-title {
	color: #4b4f59;
	font-size: 16px;
	font-weight: 500
}
.product-main__order-radio-items {
	margin-top: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.product-main__order-radio-item {
	position: relative;
	margin-right: 3px
}
.product-main__order-radio-item input {
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	position: absolute
}
.product-main__order-radio-item input:checked + label {
	background: #bcddff;
	border: 1px solid #2280e2
}
.product-main__order-radio-item label {
	border-radius: 5px;
	background: #f0f2f4;
	color: #2280e2;
	font-family: Montserrat;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 17.469px;
	padding: 5px 8px;
	border: 1px solid rgba(0, 0, 0, 0);
	-webkit-transition: .3s;
	transition: .3s
}
.product-main__info-table {
	overflow-y: scroll;
}
.product-main__info-table p {
	margin-top: 0;
	margin-bottom: 20px;
}
.product-main__info-table {
	font-size: 15px;
}
.product-main__info-table table {
	border-spacing: 0;
	font-family: Inter;
	font-weight: 500;
	width: 100%;
	max-width: 1067px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px
}
.product-main__info-table table caption {
	text-align: left;
	margin-bottom: 20px
}
.product-main__info-table table tr:first-child td {
	background-color: #2280e2;
	text-align: center;
	color: #fff !important;
	padding: 21px 0;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: 11.6666666667%
}
.product-main__info-table table tr:first-child td:last-child {
	border-right-color: #2280e2
}
.product-main__info-table table tr:first-child td:first-child {
	/*width: 25%;*/
	font-weight: 600;
	text-align: left;
	/*padding: 21px 0 21px 5.7142857143vw*/
}
.product-main__info-table table tr:nth-child(2) td {
	border-top: 1px solid #8b8d8f
}
.product-main__info-table table tr:last-child td {
	border-bottom: 1px solid #8b8d8f
}
.product-main__info-table table tr td:not([colspan="3"]) {
	font-weight: 500;
	color: #989898
}
.product-main__info-table table tr td {
	border-right: 1px solid #8b8d8f;
	border-bottom: 1px solid #8b8d8f;
	padding: 23.05px 0;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: #666
}
.product-main__info-table table tr td:first-child {
	border-left: 1px solid #8b8d8f;
	text-align: left;
	padding-left: 1.5vw;
	font-weight: 600;
	color: #666
}
.product-main__info-tabs-titles {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 5px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
	overflow: hidden
}
.product-main__info-tabs-title {
	padding: 16px 0;
	width: 33.333%;
	font-size: 21px;
	cursor: pointer;
	text-align: center;
	border-bottom: 5px solid rgba(0, 0, 0, 0);
	-webkit-transition: .3s;
	transition: .3s
}
.product-main__info-tabs-title.active {
	border-color: #2280e2
}
.product-main__info-tabs-title:hover {
	border-color: #2280e2
}
.product-main__info-tabs-container {
	max-width: 1067px;
	margin-left: auto;
	margin-right: auto
}
.product-main__info-tabs-content {
	margin-top: 14px;
	padding-top: 25px;
	padding-bottom: 25px;
	display: none;
	border-radius: 5px;
	background: #fff
}
.product-main__info-tabs-content.active {
	display: block
}
.product-main__info-tabs-content--text {
	font-size: 15px;
	color: #25282b;
	width: 100%
}
.product-main__info-tabs-content--text h2 {
	color: #25282b;
	font-family: Montserrat;
	font-size: 21px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	margin-top: 0
}
.product-main__info-tabs-content--text h3 {
	color: #25282b;
	font-family: Montserrat;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px
}
.product-main__info-tabs-content--text p {
	line-height: 20px
}
.product-main__info-tabs-content--text.circle h4 {
	position: relative
}
.product-main__info-tabs-content--text.circle h4::before {
	content: "• ";
	font-size: 15px;
	font-family: Montserrat;
	font-weight: 700;
	line-height: 20px;
	color: #2280e2
}
.product-another {
	padding-top: 39px
}
.product-another__title {
	text-align: center;
	font-size: 31px;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 39px
}
.product-another__slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.product-another__slider .swiper-slide .product-card {
	height: 100%;
}

.product-another__slider .swiper-slide .product-card__more {
	height: initial;
}

.product-card__link {
	position: absolute;
}

.product-another__slider .swiper-slide .product-card__inner {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.product-another__slider .swiper-slide .product-another__item {
	opacity: 0;
	visibility: hidden
}
.product-another__slider .swiper-slide.swiper-slide-visible .product-another__item {
	opacity: 1;
	-webkit-transition: .3s;
	height: 100%;
	transition: .3s;
	visibility: visible
}
.product-another__slider-container {
	width: 100%;
	position: relative;
	max-width: 91%;
	margin-left: auto;
	overflow: visible;
	margin-right: auto
}
.product-another__slider-wrapper {
	margin-left: auto;
	margin-right: auto
}
.product-another__item {
	max-width: 306px;
	z-index: 20;
	-webkit-transition: .3s;
	transition: .3s;
	width: 100%
}
.product-another__item-more {
	display: none
}
.product-another__slider-nav-arrow {
	position: relative;
	background-color: #f8f8f9;
	z-index: 2;
	height: 100%;
	min-width: 45px;
	cursor: pointer
}
.product-another__slider-nav-arrow img {
	width: 43px;
	height: 43px
}
.product-another__slider-nav--prev img {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.product-question {
	padding-top: 61px
}
.product-question__wrapper {
	padding: 34px 0 58px;
	width: 100%;
	border-radius: 5px;
	background: #f0f2f4
}
.product-question__content {
	max-width: 1076px;
	width: 100%;
	margin: 0 auto
}
.product-question__title {
	color: #25282b;
	font-size: 30px;
	font-weight: 600;
	line-height: 36px;
	margin: 0 0 6px 0
}
.product-question__descr {
	color: #85898c;
	font-size: 16px;
	font-weight: 600;
	line-height: 19.2px;
	margin: 0
}
.product-question__form {
	margin-top: 22px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.product-question__form-left {
	width: 35.4%;
	margin-right: 24px
}
.product-question__label {
	color: #25282b;
	line-height: 20px;
	font-size: 16px;
	margin-bottom: 4px
}
.product-question__input input {
	width: 100%;
	font-size: 22px;
	padding: 12px 24px
}
.product-question__btn {
	border-radius: 5px;
	background: #2280e2;
	color: #fff;
	font-size: 19.013px;
	font-weight: 500;
	padding: 16px 0 16.88px;
	max-width: 330px;
	font-family: Montserrat;
	width: 100%;
	border: none;
	cursor: pointer;
	margin-top: 10px;
	line-height: 18.378px
}
.product-question__form-right {
	width: 77.26%
}
.product-question__textarea textarea {
	padding: 12px 24px;
	font-size: 18px;
	font-family: Montserrat;
	width: 100%;
	resize: none;
	border-radius: 5px;
	background: #fff;
	height: 112px
}
.product-question__textarea textarea:focus {
	outline: 0
}
.contacts-page-main {
	padding-bottom: 47px
}
.contacts-page-main__card {
	margin-bottom: 32px
}
.contacts-page-main__card-title {
	color: #8b8d8f;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500
}
.contacts-page-main__card-icon {
	margin-right: 12px;
	stroke: #8b8d8f;
	fill: rgba(0, 0, 0, 0)
}
.contacts-page-main svg.contacts-page-main__card-icon {
	width: 15px;
	height: 15px
}
.contacts-page-main__card-text {
	margin-top: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 18px
}
.contacts-page-main__card-text address {
	line-height: normal;
	font-style: normal
}
.contacts-page-main__card-text--bg {
	margin-top: 0
}
.contacts-page-main__card-text--bg strong {
	font-weight: 600
}
.contacts-page-main__card-link {
	text-decoration: none;
	color: #000;
	font-size: 18px;
	font-weight: 500
}
.contacts-page-main__card-link span {
	font-weight: 400
}
.contacts-page-main__card-link:hover {
	text-decoration: underline
}
.contacts-page-main__card-link:hover span {
	text-decoration: none
}
.contacts-page-main__phone {
	margin-bottom: 10px
}
.contacts-page-main__phone:last-child {
	margin-bottom: 0
}
.contacts-page-main__card-text-item {
	margin-bottom: 6px;
	font-weight: 400;
	line-height: 16px
}
.contacts-page-main__card-text-item:first-child {
	margin-bottom: 10px
}
.contacts-page-main__card-text-item strong {
	font-weight: 500
}
.contacts-page-main__card-subtitle {
	font-weight: 600;
	margin: 10px 0
}
.contacts-page {
	background: #f8f8f9;
	padding-top: 41px
}
.contacts-page__title {
	color: #000;
	font-family: Montserrat;
	font-size: 31px;
	font-style: normal;
	font-weight: 400;
	line-height: 9.5px;
	margin-bottom: 48px
}
.footer {
	background: #211e1e;
	color: #fff;
	padding: 45px 0 33px
}
.footer__top {
	padding-bottom: 48px;
	border-bottom: 1px solid #dbdbdb
}
.footer__bottom {
	padding-top: 35px;
	text-align: center
}
.footer__menu-list {
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.footer__menu-link {
	text-decoration: none;
	color: #fff;
	font-size: 24px
}
.footer__menu-link:hover {
	text-decoration: underline;
	color: #fff
}
.footer__conf {
	text-decoration: none;
	color: #fff;
	font-weight: 700;
	margin-bottom: 4px
}
.footer__conf:hover {
	text-decoration: underline;
	color: #fff
}
.footer__copy {
	color: #7e7e7e
}
.footer-alt {
	background: #211e1e;
	padding: 50px 0;
	color: #fff;
	font-size: 15px
}
.footer-alt__logo {
	max-width: 300px;
	width: 100%;
	display: block
}
.footer-alt__logo img {
	width: 100%;
	height: auto
}
.footer-alt__descr {
	margin-top: 12px;
	font-weight: 500;
	max-width: 306px;
	letter-spacing: -.75px;
	line-height: 150%;
	margin-bottom: 24px
}
.footer-alt__socials-list {
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.footer-alt__socials-item {
	margin-right: 6px
}
.footer-alt__socials-link {
	-webkit-transition: .3s;
	transition: .3s;
	display: block
}
.footer-alt__socials-link:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}
.footer-alt__menu {
	margin-top: 10px;
	margin-left: 12px
}
.footer-alt__menu-title {
	font-size: 18px;
	font-weight: 600;
	line-height: 150%;
	letter-spacing: -.36px;
	padding-bottom: 10px;
}
.footer-alt__menu-title svg {
	display: none
}
.footer-alt__menu-list {
	padding: 0;
	margin: 0;
	list-style: none
}
.footer-alt__menu-item {
	margin: 10px 0;
}
.footer-alt__menu-link {
	color: #fff;
	text-decoration: none;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: -.3px
}
.footer-alt__menu-link:hover {
	text-decoration: underline
}
.footer-alt__bottom {
	margin-top: 24.5px;
	padding-top: 26.7px;
	border-top: 1px solid rgba(255, 255, 255, .16);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.footer-alt__copyright {
	color: #fff;
	font-family: Montserrat;
	font-size: 14.4px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
.footer-alt__copyright a {
	color: #fff;
}
.footer-alt__copyright span {
	font-weight: 600;
}
.footer-alt__conf {
	color: #fff;
	line-height: 150%;
	font-weight: 600;
	margin-left: auto;
}
.footer-alt__conf:hover {
	text-decoration: none;
}
@media(max-width:1440px) {
	.header__top {
		font-size: 14px
	}
	.header__time {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		min-width: 0
	}
	.header__time-icon {
		width: 13px;
		height: 13px
	}
	.header__time-text {
		font-size: 10px
	}
	.header__col--topmenu {
		width: 30%
	}
	.main-supplies::after {
		width: 50%;
		background-size: contain
	}
	.main-supplies__container {
		background-size: 99% 100%
	}
}
@media(max-width:1400px) {
	.main-line {
		background-position: 20% center
	}
	.main-line__content {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		margin-left: auto
	}
}
@media(max-width:1360px) {
	.main-dominates__item-front:hover + .main-dominates__item-back {
		-webkit-transform: translateY(0) translateX(0);
		-ms-transform: translateY(0) translateX(0);
		transform: translateY(0) translateX(0)
	}
	.main-dominates .col-lg-3:last-child .main-dominates__item .main-dominates__item-back {
		left: -20%
	}
	.main-dominates__item-back {
		width: 25vw;
		left: 0;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		bottom: 120%;
		padding: 14px
	}
	.main-dominates__item-back::after {
		display: none
	}
	.main-dominates__item-back-descr {
		line-height: normal;
		font-size: 1.2vw
	}
	.main-dominates__item-back-title {
		font-size: 1.5vw
	}
}
@media(max-width:1325px) {
	.main-supplies {
		margin-left: 15px;
		margin-right: 15px
	}
	.main-catalog__items {
		-ms-grid-columns: (1fr)[12];
		grid-template-columns: repeat(12, 1fr)
	}
	.catalog-list__price {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.catalog-list__sidebar-spoiler-title {
		padding: 0 12px;
		margin-bottom: 5px
	}
	.catalog-list__sidebar-spoiler-content {
		padding: 0 12px
	}
	.catalog-list__sidebar-spoiler-content.active {
		margin-bottom: 20px
	}
	.catalog-list__sidebar-filters-input {
		margin-right: 7px
	}
	.catalog-list__price-input {
		max-width: 160px;
		width: 100%;
		margin-bottom: 10px;
		padding: 5px;
		border-radius: 5px
	}
}
@media(max-width:1300px) {
	.catalog-list__items {
		gap: 12px
	}
}
@media(max-width:1270px) {
	.header__col--logo {
		width: 13%
	}
	.header__col--menu {
		width: 56%
	}
	.main-catalog__items {
		margin-left: auto;
		margin-right: auto;
		gap: 14px
	}
	.main-catalog__item-content {
		padding-left: 30px
	}
	.main-services__item-header {
		height: 300px
	}
}
@media(max-width:1220px) {
	.header__top-row {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.header__time {
		margin-left: auto
	}
	.header__bottom {
		font-size: 14px
	}
	.header__phone {
		font-size: 18px
	}
	.header__ui-leed {
		font-size: 11px
	}
	.header__cat {
		max-width: 165px
	}
	.header__cat-text {
		font-size: 14px
	}
	.header__col--location {
		width: 30%
	}
	.header__col--time {
		width: 20%
	}
	.header__col--lang {
		width: 15%
	}
	.main-services .container {
		max-width: 900px
	}
	.main-services__item-header {
		height: 320px
	}
	.main-services__item {
		margin-bottom: 30px
	}
	.main-factory__item-title {
		font-size: 18px
	}
	.main-offer__video-bg {
		height: 90%
	}
	.main-offer__video-bg video {
		-o-object-fit: cover;
		object-fit: cover
	}
	.main-offer__items {
		margin-left: auto;
		margin-right: auto;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 75%;
		height: auto;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.main-offer__item {
		margin-right: 15px;
		margin-bottom: 15px;
		width: 40%
	}
	.catalog-list__item-body {
		padding: 0 7px 7px
	}
	.product-card__body {
		padding: 0 26px 7px
	}
	.product-card__more {
		padding: 10px 7px 7px
	}
}
@media(max-width:1200px) {
	.services-offer__col--left {
		margin-left: 30px
	}
	.services-offer__img {
		margin: 20px 0 0 0
	}
	.services-line__top {
		padding: 20px 0 40px
	}
	.services-line__title2 {
		margin-top: 50px
	}
	.services-solutions__bottom {
		margin-top: 0;
		background-size: 200% 295px;
		background-position: left top;
		background-color: #000
	}
	.services-solutions__bottom-img {
		max-width: 420px;
		margin-right: 60px;
		margin-top: -70px;
		display: block;
		margin-left: auto
	}
	.services-solutions__bottom-title {
		margin-top: 0;
		max-width: 100%
	}
	.services-solutions__bottom-descr {
		max-width: 100%
	}
	.category {
		padding-top: 10px
	}
	.breadcrumbs {
		margin: 10px 0
	}
	.category-list {
		padding-top: 10px
	}
	.catalog-top .row-custom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.catalog-top__col--left {
		padding: 0
	}
	.catalog-top__left {
		padding: 30px 15px;
		border-radius: 10px 10px 0 0
	}
	.catalog-top__right {
		text-align: center;
		border-radius: 0 0 10px 10px
	}
	.catalog-top__form {
		margin-left: auto;
		margin-right: auto;
		max-width: 522px
	}
	.catalog-top__title {
		font-size: 18px
	}
	.catalog-top__col--left, .catalog-top__col--right {
		width: 100%;
		padding-right: 0;
		padding-left: 0
	}
	.catalog__title {
		font-size: 24px
	}
	.product-main__slider {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px
	}
	.product-main__top-right {
		margin-bottom: 20px
	}
	.product-question__content {
		max-width: 875px
	}
	.main-catalog__items {
		gap: 12px
	}
}
@media(max-width:1120px) {
	.product-main__info-tabs-container {
		padding: 0 15px;
		max-width: 100%
	}
}
@media(max-width:1100px) {
	.catalog-list__items {
		margin: 0
	}
	.catalog-list__item {
		width: 32%
	}
}
@media(max-width:1020px) {
	.header__col--logo {
		width: 17%
	}
	.header__col--mail {
		width: 0%
	}
	.header__col--menu {
		width: 63%
	}
	.header__col--ui {
		width: 20%
	}
	.header__mail-icon {
		margin-bottom: -1px;
		margin-right: 1px
	}
	.header__cat {
		padding: 4px 6px
	}
	.header__cat-icon {
		width: 30px;
		height: auto
	}
	.header__ui {
		margin-top: 0
	}
	.main-services__item-header {
		height: 320px
	}
	.footer {
		padding-top: 25px;
		padding-bottom: 15px
	}
	.footer__top {
		padding-bottom: 25px
	}
	.footer__bottom {
		padding-top: 15px
	}
	.footer__menu-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.footer__menu-item {
		margin-bottom: 15px
	}
	.footer__menu-item:last-child {
		margin-bottom: 0
	}
}
@media(max-width:991px) {
	.product-another
	{
		display: none;
	}
	.header__top {
		font-size: 12px
	}
	.main-catalog__item {
		-ms-grid-column-span: 6 !important;
		grid-column: span 6 !important;
		-ms-grid-row-span: 1;
		grid-row: span 1
	}
	.main-catalog__item .main-catalog__item-content {
		background: -webkit-gradient(linear, left top, right top, color-stop(60.67%, #ededed), color-stop(120.42%, rgba(255, 240, 224, 0)));
		background: linear-gradient(90deg, #ededed 60.67%, rgba(255, 240, 224, 0) 120.42%)
	}
	.main-catalog__item:nth-child(1) {
		-ms-grid-column-span: 12;
		grid-column: span 12;
		-ms-grid-row-span: 1;
		grid-row: span 1
	}
	.main-catalog__item:nth-child(2) .main-catalog__item-content {
		background: -webkit-gradient(linear, left top, right top, color-stop(60.67%, #ffe4cc), color-stop(120.42%, rgba(255, 240, 224, 0)));
		background: linear-gradient(90deg, #ffe4cc 60.67%, rgba(255, 240, 224, 0) 120.42%)
	}
	.main-catalog__item:nth-child(3) {
		-ms-grid-column-span: 12;
		grid-column: span 12
	}
	.main-catalog__item:nth-child(4) {
		-ms-grid-column-span: 12;
		grid-column: span 12
	}
	.main-catalog__item:nth-child(4) .main-catalog__item-descr {
		width: 50%
	}
	.main-catalog__item:nth-child(4) .main-catalog__item-content {
		background: -webkit-gradient(linear, left top, right top, color-stop(60.67%, #ffe4cc), color-stop(120.42%, rgba(255, 240, 224, 0)));
		background: linear-gradient(90deg, #ffe4cc 60.67%, rgba(255, 240, 224, 0) 120.42%)
	}
	.main-catalog__item:nth-child(6) {
		-ms-grid-column-span: 7;
		grid-column: span 7
	}
	.main-catalog__item:nth-child(7) {
		-ms-grid-column-span: 12;
		grid-column: span 12
	}
	.main-catalog__item-content {
		padding-right: 20px
	}
	.main-catalog__item-descr {
		max-width: 350px;
		width: 100% !important
	}
	.main-catalog__item-descr br {
		display: none
	}
	.main-supplies {
		padding-bottom: 30px;
		margin-bottom: 0
	}
	.main-supplies__img {
		top: -50px;
		max-width: 100%;
		width: 100%;
		background-position: center
	}
	.main-supplies__text {
		margin-top: 297px
	}
	.main-supplies__title {
		max-width: 100%
	}
	.main-supplies__container {
		padding: 0
	}
	.title-h1 {
		font-size: 30px
	}
	.main-services__title {
		padding-top: 3.6883116883vw
	}
	.main-services__item-text {
		font-size: 14px
	}
	.main-services__item-title {
		font-size: 22px
	}
	.main-services__item-body-title {
		font-size: 16px
	}
	.main-about__content figure, .main-about__content img {
		display: block;
		width: 100%;
		margin-bottom: 10px;
		margin-left: 0
	}
	.main-about__content img {
		height: 250px;
		-o-object-fit: cover;
		object-fit: cover
	}
	.main-about__content figure + p {
		margin-bottom: 20px
	}
	.main-about__content p {
		font-size: 17px;
		line-height: 36px
	}
	.main-dominates .container {
		max-width: 420px
	}
	.main-dominates .col-lg-3:last-child .main-dominates__item .main-dominates__item-back {
		left: 0
	}
	.main-dominates__item {
		margin-bottom: 35px
	}
	.main-dominates__item-front {
		height: auto
	}
	.main-dominates__item-front-icon {
		width: 80px;
		height: 80px
	}
	.main-dominates__item-front-title {
		font-size: 17px;
		margin-top: 5px;
		text-decoration: underline
	}
	.main-dominates__item-back-title {
		font-size: 19px
	}
	.main-dominates__item-back-descr {
		font-size: 16px
	}
	.main-dominates__item-back {
		position: fixed;
		bottom: 0;
		top: initial;
		z-index: 100;
		width: 100%;
		border-radius: 10px 10px 0 0
	}
	.main-dominates__item-back:hover {
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translateY(10px);
		-ms-transform: translateY(10px);
		transform: translateY(10px)
	}
	.main-dominates__item-back-close {
		width: 32px;
		height: 32px;
		position: absolute;
		top: -32px;
		right: 5px;
		z-index: 102;
		display: block
	}
	.main-dominates__item-back-close span {
		display: block;
		position: absolute;
		width: 100%;
		height: 2px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0;
		background: #fff;
		margin-top: -1px;
		-webkit-box-shadow: 0 0 12px #4b4f59;
		box-shadow: 0 0 12px #4b4f59
	}
	.main-dominates__item-back-close span:first-child {
		-webkit-transform: rotateZ(-45deg) translateY(-50%);
		-ms-transform: rotate(-45deg) translateY(-50%);
		transform: rotateZ(-45deg) translateY(-50%)
	}
	.main-dominates__item-back-close span:last-child {
		-webkit-transform: rotateZ(45deg) translateY(-50%);
		-ms-transform: rotate(45deg) translateY(-50%);
		transform: rotateZ(45deg) translateY(-50%);
		margin-left: -2px
	}
	.main-line {
		overflow: hidden
	}
	.main-line__content {
		position: relative;
		z-index: 2
	}
	.main-line__content::after {
		content: "";
		position: absolute;
		display: block;
		width: 680.737px;
		height: 822.952px;
		top: -100%;
		border-radius: 33px;
		-webkit-transform: rotateZ(-135deg);
		-ms-transform: rotate(-135deg);
		transform: rotateZ(-135deg);
		background-color: #003699;
		background-image: linear-gradient(134deg, #003699 16.32%, rgba(14, 83, 210, 0) 88.67%);
		-webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
		box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
		z-index: -1
	}
	.contacts__descr {
		font-size: 18px
	}
	.contacts__link {
		font-size: 18px
	}
	.contacts__info-list {
		padding-left: 15px
	}
	.contacts__info-item {
		margin-bottom: 17px
	}
	.contacts__info-item address {
		font-size: 18px
	}
	.contacts__img {
		margin-left: auto;
		margin-right: auto;
		display: block
	}
	.services-offer {
		position: relative
	}
	.services-offer__col--left {
		position: relative;
		z-index: 1
	}
	.services-offer__col--right {
		position: absolute;
		top: 22px;
		right: 0;
		width: 500px;
		z-index: 0
	}
	.services-line__bottom {
		padding-bottom: 40px
	}
	.services-line__bottom::before {
		display: none
	}
	.services-line__img {
		max-width: 420px;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		display: block;
		margin-left: auto;
		margin-right: auto
	}
	.services-solutions__bottom {
		background-size: cover
	}
	.services-solutions__bottom-text {
		background-color: #000;
		padding: 15px;
		border-radius: 10px 10px 0 0
	}
	.catalog-list__sidebar {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.catalog-list__sidebar-block {
		margin-right: 0;
		max-width: 100%
	}
	.catalog-list__sidebar-search {
		width: 92%
	}
	.catalog-list__sidebar-search-input {
		padding: 8px 12px 7px
	}
	.catalog-list__sidebar-filter-mobbtn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 6px;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
		width: 50px;
		height: 50px
	}
	.catalog-list__sidebar-filter-mobbtn svg {
		fill: rgba(0, 0, 0, 0);
		color: #000;
		width: 100%;
		height: auto
	}
	.catalog-list__sidebar-block-filters {
		height: 0;
		padding: 0;
		width: 100%;
		opacity: 0;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0
	}
	.catalog-list__sidebar-block-filters.active {
		opacity: 1;
		padding: 15px 0;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
		margin-bottom: 15px
	}
	.product-question__content {
		max-width: 650px;
		padding: 0 15px
	}
	.product-question__title {
		font-size: 28px
	}
	.product-question__form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.product-question__form-left {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: 100%
	}
	.product-question__form-right {
		width: 100%;
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}
	.product-question__input input {
		width: 100%;
		max-width: 100%
	}
	.product-question__btn {
		max-width: 100%
	}
	.footer-alt__menu {
		margin-top: 30px
	}
	.footer-alt__menu-item {
		margin-top: 15px
	}
}
@media(max-width:876px) {
	.header__col--lang {
		width: 5%
	}
	.header__col--topmenu {
		width: 41%
	}
	.header__col--menu {
		display: none
	}
	.header__col--logo {
		width: 24%
	}
	.header__col--cat {
		width: 60%
	}
	.header__col--ui {
		width: 90%
	}
	.header__col--burger {
		width: 4.5%;
		display: block
	}
	.header__top {
		padding: 5px 0
	}
	.header__bottom {
		padding: 5px 0
	}
	.header__lang {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		z-index: 100;
		position: absolute;
		top: 3px;
		visibility: hidden;
		right: 10px
	}
	.header__lang.active {
		z-index: 103
	}
	.header__lang-btn {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		position: relative
	}
	.header__cat {
		margin-right: 40px
	}
	.header__lang-btn {
		opacity: 0;
		visibility: hidden;
		margin-right: 0;
		background-color: #f0f2f4;
		padding: 3px 5px 3px 5px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: .3s;
		transition: .3s;
		z-index: 99;
		width: auto;
		height: auto
	}
	.header__lang-btn img {
		width: 25px;
		height: 20px
	}
	.header__lang-btn.show {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
		visibility: visible
	}
	.header__lang-btn.header__lang-btn--active {
		opacity: 1
	}
	.header__lang-btn:last-child {
		border-radius: 0 0 4px 4px
	}
	.header__lang-btn--active {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
		visibility: visible;
		position: static;
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}
	.header__cat:hover .header__catmenu {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
	.header__catmenu {
		-webkit-transform: translateX(200%);
		-ms-transform: translateX(200%);
		transform: translateX(200%);
		max-width: 280px;
		right: 0;
		left: initial;
		top: 0;
		padding: 0;
		height: 100%;
		overflow: scroll;
		text-align: right;
		z-index: 100;
		position: fixed;
		border-left: 1px solid #d8d8d8
	}
	.header__catmenu:hover {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
	.header__catmenu-head {
		position: sticky;
		top: 0;
		width: 100%;
		z-index: 100;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0 15px
	}
	.header__catmenu-title {
		padding: 5.5px 0;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		margin: 0
	}
	.header__catmenu-lists {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		height: 100%;
		padding: 0 15px;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
	.header__catmenu-lists li {
		padding-top: 22px;
		width: 100%;
		padding-right: 0;
		margin-top: 0
	}
	.header__catmenu-lists li:first-child {
		padding-top: 15px
	}
	.header__catmenu-lists li::after {
		width: 115px;
		height: 1px;
		right: 0;
		left: initial;
		top: 11px
	}
	.header__catmenu-lists li span {
		padding-bottom: 0
	}
	.header__catmenu-lists li ul li {
		margin-top: 0;
		width: 100%;
		padding-top: 0
	}
	.header__catmenu-lists li ul li:first-child {
		padding: 0
	}
	.header__catmenu-lists li ul li:last-child {
		padding: 0
	}
	.header__topmenu-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.header__menu, .header__topmenu {
		width: 100%;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
	.header__menu-list, .header__topmenu-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		width: 100%;
		text-align: right;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end
	}
	.header__menu-item, .header__topmenu-item {
		margin: 15px 0 0 0
	}
	.header__menu-link, .header__topmenu-link {
		font-size: 18px;
		text-align: right;
		color: #4b4f59
	}
	.header__catmenu-back {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.header__catmenu-back-text {
		font-size: 16px;
		font-weight: 500
	}
	.header__catmenu-back svg {
		width: 9px;
		height: auto;
		margin-left: 7px;
		fill: rgba(0, 0, 0, 0);
		stroke: #4b4f59
	}
	.header__catmenu-head .header__catmenu-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.header__catmenu {
		-webkit-transform: translateX(200%) !important;
		-ms-transform: translateX(200%) !important;
		transform: translateX(200%) !important;
		opacity: 0 !important;
		visibility: hidden !important;
		z-index: 205
	}
	.header__catmenu.active {
		-webkit-transform: translateX(0) !important;
		-ms-transform: translateX(0) !important;
		transform: translateX(0) !important;
		opacity: 1 !important;
		visibility: visible !important
	}
	.mobmenu {
		position: fixed;
		width: 280px;
		height: 100%;
		top: 0;
		right: -100%;
		text-align: left;
		background-color: #fff;
		z-index: 201;
		padding: 10px 15px;
		-webkit-transition: .3s;
		transition: .3s;
		height: 100%;
		border-left: 1px solid #d8d8d8;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.mobmenu.active {
		right: 0
	}
	.mobmenu__header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-bottom: 10px;
		position: relative
	}
	.mobmenu__header::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: -20%;
		width: 150%;
		height: 1px;
		background-color: #d8d8d8
	}
	.mobmenu__close {
		width: 30px;
		height: 30px;
		padding: 0;
		background: rgba(0, 0, 0, 0);
		border: none;
		margin-left: auto;
		z-index: 90
	}
	.mobmenu__close svg {
		width: 100%;
		height: 100%
	}
	.mobmenu__ui {
		background-color: #fff;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		position: relative
	}
	.mobmenu__content {
		padding-top: 30px;
		overflow: auto;
		width: 100%
	}
	.main-services__item-title {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
	.main-services__item-btn {
		opacity: 1;
		-webkit-transform: translateY(15px);
		-ms-transform: translateY(15px);
		transform: translateY(15px)
	}
	.category__title {
		font-size: 32px
	}
	.product-main__slider {
		margin-bottom: 0
	}
	.product-main__top-right {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.product-main__main-info {
		width: 100%;
		list-style: normal;
		margin-bottom: 20px
	}
	.product-main__title {
		max-width: 100%
	}
	.product-main__brend {
		font-size: 10px;
		margin-top: 10px;
		margin-bottom: 15px
	}
	.product-main__characters {
		margin-bottom: 20px
	}
	.product-main__characters-item {
		margin-bottom: 5px
	}
	.product-main__dominates h3 {
		margin-bottom: 10px
	}
	.product-main__dominates li {
		margin-bottom: 5px
	}
	.product-main__order {
		width: 100%;
		max-width: 100%;
	}
	.product-main__order-btn {
		max-width: 100%;
	}
	.product-main__order-checkbox {
		width: 50%;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
}
@media(max-width:786px) {
	.header__col--cat {
		display: none
	}
	.header__col--logo {
		width: 45%
	}
	.header__col--ui {
		width: 45%
	}
	.header__col--burger {
		width: 10%
	}
	.header__burger {
		margin-left: auto;
		position: relative
	}
	.header__cat {
		margin-right: 0;
		max-width: 120px
	}
	.header__cat:before {
		width: 30px;
		height: 30px
	}
	.header__cat-text {
		margin-left: 12.5px
	}
	.header__ui-leed {
		font-size: 10px
	}
	.header__phone {
		font-size: 16px
	}
	.header__mail {
		width: 100%;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		font-size: 16px;
		margin-top: 0
	}
	.header__mail-icon {
		margin-right: 6px
	}
	.mobmenu__ui {
		width: 100%;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		background-color: #fff;
		bottom: 0
	}
	.main-catalog__item {
		background-position: center right;
		background-size: auto 100%
	}
	.main-catalog__item-content {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important
	}
	.main-catalog__item-title {
		font-size: 18px
	}
	.main-catalog__item-descr {
		font-size: 14px
	}
	.main-catalog__item-link {
		font-size: 14px
	}
	.main-supplies__img {
		left: 0
	}
	.main-supplies__text {
		margin-top: 220px;
		text-shadow: 0 2px 18px rgba(75, 79, 89, .6)
	}
	.main-services .container {
		padding: 0
	}
	.main-services__title {
		padding-left: 15px;
		padding-right: 15px
	}
	.main-services.scroll-active .main-services__items::after {
		background-image: url(../images/gif/swipe.gif);
		-webkit-animation: blink 1s 1;
		animation: blink 1s 1
	}
	.main-services__items {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		overflow: scroll;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		gap: 15px;
		--bs-gutter-x: 0;
		position: relative
	}
	.main-services__items .col-12 {
		padding: 0;
		width: 100%;
		max-width: 306px
	}
	.main-services__items::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		background-color: rgba(0, 0, 0, .2823529412);
		-webkit-transition: .3s;
		transition: .3s;
		opacity: 0
	}
	.main-services__item {
		max-width: 100%;
		width: 100%;
		margin-left: auto;
		margin-right: auto
	}
	.main-services__item:first-child {
		margin-left: 15px
	}
	.title-h2 {
		font-size: 26px
	}
	.services-offer__col--left {
		margin-left: 0;
		padding: 80px 0
	}
	.services-offer__col--right {
		display: none
	}
	.services-offer__title {
		margin-bottom: 0;
		margin-left: 15px
	}
	.services-offer__subtitle {
		font-size: 16px;
		margin-left: 15px
	}
	.services-offer__descr {
		margin-left: 15px
	}
	.services-offer__btn {
		margin-top: 22px;
		font-size: 14px;
		padding: 9px;
		max-width: 165px;
		margin-left: 15px
	}
	.main-factory {
		position: relative
	}
	.main-factory::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		background-color: rgba(0, 0, 0, .2823529412);
		-webkit-transition: .3s;
		transition: .3s;
		opacity: 0;
		pointer-events: none
	}
	.main-factory.scroll-active::after {
		background-image: url(../images/gif/swipe.gif);
		-webkit-animation: blink 1s 1;
		animation: blink 1s 1
	}
	.main-factory .container {
		padding: 0
	}
	.main-factory__title {
		padding-left: 15px;
		padding-right: 15px
	}
	.main-factory__items {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		overflow: scroll;
		width: 100%;
		--bs-gutter-x: 0
	}
	.main-factory__items-col {
		max-width: 306px;
		width: 100%;
		margin-left: 15px
	}
	.main-factory__items-col:last-child {
		margin-right: 15px
	}
	
	.product-main__order-header {
		max-width: 420px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.product-main__order--new .product-main__order-form {
		max-width: 420px;
	}
}
@media(max-width:768px) {
	.main-about__content figcaption {
		font-size: 12px
	}
	.main-about__content figure + p {
		margin-bottom: 0
	}
	.main-about__content p {
		font-size: 16px;
		line-height: 150%
	}
	.main-about__content em {
		margin-top: 0;
		font-size: 16px
	}
	.main-line {
		background-image: url(../images/main-line-mob-bg.svg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		padding-bottom: 250px;
		background-color: #003699
	}
	.main-line__content {
		margin-left: 0;
		margin-right: auto
	}
	.main-line__content::after {
		opacity: 0;
		-webkit-transform: rotateZ(76deg);
		-ms-transform: rotate(76deg);
		transform: rotateZ(76deg);
		top: -120%;
		left: -20%
	}
	.main-offer__items {
		width: 100%
	}
	.services-line__img {
		width: 100%;
		max-width: 100%;
		height: 250px;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: top center;
		object-position: top center
	}
	.services-line__title2 {
		margin-top: 20px
	}
	.services-line__descr {
		font-size: 16px;
		margin-bottom: 15px
	}
	.services-line__require {
		font-size: 16px
	}
	.services-how__item {
		margin-bottom: 60px;
		margin-right: auto;
		margin-left: 0 !important;
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
		width: 100%;
		max-width: 100%;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.services-how__item:first-child .services-how__item-right, .services-how__item:last-child .services-how__item-right, .services-how__item:nth-child(2) .services-how__item-right {
		margin-top: 0
	}
	.services-how__item:first-child .services-how__item-title, .services-how__item:last-child .services-how__item-title, .services-how__item:nth-child(2) .services-how__item-title {
		margin-left: 40px;
		margin-right: auto
	}
	.services-how__item:first-child .services-how__item-descr, .services-how__item:last-child .services-how__item-descr, .services-how__item:nth-child(2) .services-how__item-descr {
		margin-left: 40px;
		margin-right: auto
	}
	.services-how__item:first-child .services-how__item-count, .services-how__item:last-child .services-how__item-count, .services-how__item:nth-child(2) .services-how__item-count {
		top: initial;
		bottom: -20px;
		left: 41%
	}
	.services-how__item:last-child {
		margin-bottom: 0
	}
	.services-how__item-left {
		max-width: 170px
	}
	.services-how__item-right {
		width: 70%
	}
	.category-help__form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		max-width: 302px;
		margin-left: auto;
		margin-right: auto
	}
	.category-help__form-input {
		margin-bottom: 15px;
		margin-right: 0
	}
	.category-help__form-input input {
		font-size: 16px
	}
	.category-help__form-btn {
		font-size: 16px;
		padding: 15px
	}
	.category-help__conf {
		font-size: 14px
	}
	.category-help__bottom-img {
		height: 150px
	}
	.category__title {
		font-size: 28px
	}
	.catalog-list__items {
		width: 100%;
		margin: 0;
		padding-left: 0;
		gap: 12px
	}
	.catalog-list__item {
		max-width: 100%;
		width: 48%;
		margin: 0
	}
	.catalog-list__sidebar-search {
		width: 88%
	}
	.catalog-list__pag {
		margin-top: 30px
	}
	.product {
		padding-top: 20px
	}
	.product-main {
		padding-top: 20px
	}
	.product-main__slider-pag-item {
		margin-right: 10px !important
	}
	.product-main__info-table table tr:first-child td {
		width: 11.6666666667%
	}
	.product-main__info-table table tr:first-child td:first-child {
		/*width: 24%;*/
		font-weight: 600;
		text-align: left;
		padding: 11px 0 11px 20px;
	}
	.product-main__info-table table tr {
		padding: 10px 0
	}
	.product-main__info-table table tr td:first-child {
		padding-left: 20px
	}
	.product-another__title {
		font-size: 24px;
	}
	.product-another__slider-container {
		max-width: 306px
	}
	.product-another__item {
		max-width: none
	}
	.footer-alt {
		padding-top: 30px;
		padding-bottom: 20px
	}
	.footer-alt__conf {
		text-align: left;
		margin-top: 15px
	}
	.product-card__more {
		/*display: none*/
	}
}
@media(max-width:730px) {
	.header__col--location {
		width: 60%
	}
	.header__col--topmenu {
		display: none
	}
	.header__col--time {
		width: 30%
	}
	.main-question__form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.main-question__form-btn {
		margin-top: 15px;
		font-size: 16px;
		max-width: 269px
	}
	.main-question__form-input {
		max-width: 269px;
		width: 100%
	}
	.main-question__form-input input {
		font-size: 16px
	}
	.main-question__conf {
		font-size: 16px
	}
}
@media(max-width:630px) {
	.main-supplies {
		padding-top: 0
	}
	.main-supplies__img {
		top: -24%
	}
	.main-dominates__item {
		margin-bottom: 0;
		height: 150px
	}
	.product-main__order-checkbox {
		width: 100%;
		margin: 15px 0;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.product-main__order-radio-items {
		margin-top: 10px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}
@media(max-width:576px) {
	.header__location {
		display: none
	}
	.header__phone {
		font-size: 14px
	}
	.header__time {
		margin-left: auto;
		margin-right: 5px
	}
	.header__col--location {
		width: 45%
	}
	.header__col--time {
		width: 55%
	}
	.header__col--topmenu {
		width: 0%
	}
	.header__col--lang {
		width: 0%;
	}
	.mobmenu__phone {
		margin-bottom: 2px;
		font-size: 16px !important
	}
	.main-catalog__items {
		grid-auto-rows: 150px
	}
	.main-catalog__item {
		-ms-grid-column-span: 12 !important;
		grid-column: span 12 !important
	}
	.main-catalog__item:first-child {
		background-image: url(../images/content/main-catalog-items/main-catalog-item2-mob.png);
		background-color: #ededed;
		background-size: cover;
		background-position: center
	}
	.main-catalog__item .main-catalog__item-content {
		background: -webkit-gradient(linear, left top, right top, color-stop(47.99%, #ededed), color-stop(64.55%, rgba(238, 244, 254, .25))) !important;
		background: linear-gradient(90deg, #ededed 47.99%, rgba(238, 244, 254, .25) 64.55%) !important
	}
	.main-catalog__item.hidden {
		display: none
	}
	.main-catalog__item:nth-child(2) .main-catalog__item-content, .main-catalog__item:nth-child(4) .main-catalog__item-content {
		background: -webkit-gradient(linear, left top, right top, color-stop(47.99%, #ffebe0), color-stop(64.55%, rgba(238, 244, 254, .25))) !important;
		background: linear-gradient(90deg, #ffebe0 47.99%, rgba(238, 244, 254, .25) 64.55%) !important
	}
	.main-catalog__item-content {
		padding: 15px 15px
	}
	.main-catalog__more-btn {
		display: block
	}
	.main-supplies {
		margin-top: 50px
	}
	.main-supplies__text {
		margin-top: 220px
	}
	.main-supplies__img {
		top: -150px;
		width: 420px
	}
	.main-supplies__descr {
		font-size: 16px
	}
	.title-h1 {
		font-size: 28px;
		line-height: normal
	}
	.main-factory__item {
		max-width: 306px;
		width: 100%;
		margin-left: 0
	}
	.main-factory__item:last-child {
		margin-right: 0
	}
	.main-services .col-12 {
		padding: 0
	}
	.main-services__item {
		max-width: 306px
	}
	.main-services__item-header {
		height: 250px
	}
	.main-services__item-title {
		font-size: 20px
	}
	.main-services__item-btn {
		font-size: 14px;
		max-width: 100px
	}
	.main-services__item-body {
		padding-top: 10px
	}
	.main-services__item-icon {
		width: 39px;
		height: 39px
	}
	.main-services__item-body-title {
		font-size: 14px
	}
	.main-services__item-text {
		font-size: 14px;
		line-height: normal;
		margin-top: 5px
	}
	.main-line__content:after {
		top: -469px
	}
	.main-line__descr {
		font-size: 14px
	}
	.main-line__list {
		margin: 15px 0
	}
	.main-line__list-item {
		font-size: 14px;
		margin-bottom: 11px
	}
	.main-line__btn {
		font-size: 14px;
		padding: 7px;
		max-width: 130px
	}
	.contacts__info-list {
		padding-left: 0
	}
	.contacts__info-wrapper-icon {
		width: 10%;
		margin-right: 5px
	}
	.contacts__info-wrapper-icon img {
		width: 20px;
		height: auto
	}
	.contacts__info-link {
		width: 90%;
		font-size: 16px
	}
	.contacts__info-item address {
		font-size: 16px;
		width: 90%
	}
	.main-offer__title {
		font-size: 28px
	}
	.main-offer__services {
		font-size: 14px
	}
	.main-offer__video-bg {
		height: 400px
	}
	.main-offer__items {
		width: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		max-width: 460px;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch
	}
	.main-offer__item {
		height: 100%;
		width: 47.5%;
		margin-right: 0
	}
	.services-line__img {
		height: auto
	}
	.services-line__top {
		padding-bottom: 10px
	}
	.services-solutions__top-descr {
		font-size: 14px;
		margin-bottom: 15px
	}
	.services-solutions__top-icon {
		width: 40%
	}
	.services-solutions__top {
		padding-bottom: 20px
	}
	.services-solutions__bottom-img {
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
		margin-top: -50px
	}
	.services-solutions__bottom-title {
		line-height: 140%
	}
	.services-solutions__bottom-descr {
		font-size: 16px;
		line-height: 140%
	}
	.services-how {
		padding: 30px 0 30px
	}
	.services-how__item:first-child, .services-how__item:last-child, .services-how__item:nth-child(2) {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
		margin-bottom: 15px
	}
	.services-how__item:first-child .services-how__item-title, .services-how__item:last-child .services-how__item-title, .services-how__item:nth-child(2) .services-how__item-title {
		max-width: 100%;
		margin-left: 20px;
		font-size: 18px;
		margin-top: 15px
	}
	.services-how__item:first-child .services-how__item-descr, .services-how__item:last-child .services-how__item-descr, .services-how__item:nth-child(2) .services-how__item-descr {
		margin-left: 20px
	}
	.services-how__item:first-child .services-how__item-left, .services-how__item:last-child .services-how__item-left, .services-how__item:nth-child(2) .services-how__item-left {
		margin-top: 0;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content
	}
	.services-how__item:first-child .services-how__item-right, .services-how__item:last-child .services-how__item-right, .services-how__item:nth-child(2) .services-how__item-right {
		max-width: 314px;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.category__title {
		font-size: 22px
	}
	.catalog-top__form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.catalog-top__form-input {
		margin-bottom: 5px;
		margin-right: 0
	}
	.catalog-top__form-btn {
		max-width: 273px
	}
	.catalog-list__sidebar-search {
		width: 80%
	}
	.catalog-list__item {
		width: 48.5%
	}
	.product-another__slider-container {
		margin: 0 5px
	}
	.product-another__slider-nav-arrow {
		width: 20px;
		height: 25px
	}
	.product-another__slider-nav-arrow img {
		width: 100%;
		height: 100%
	}
	.product-main__slider-pag-item {
		height: auto
	}
	.product-main__order {
		padding: 20px
	}
	.product-main__order-btn {
		font-size: 16px;
		padding: 10px;
	}
	.product-main__order-btn--dashed {
		font-size: 14px;
	}
	.product-main__order-header .product-main__price  {
		font-size: 18px;
	}
	.product-main__order-header p {
		font-size: 16px;
	}
	.product-main__order-clue {
		font-size: 12px;
		margin: 16px 0;
	}
	.product-main__order-checkbox .checkbox__input {
		margin-right: 10px
	}
	.product-main__order-radio-item {
		margin-bottom: 10px
	}
	.product-main__info-tabs-titles {
		padding: 0 5px;
		position: absolute;
		width: 100%;
		left: 0;
		margin-top: -43px;
		margin-right: 5px
	}
	.product-main__info-tabs-title {
		padding: 10px 0;
		font-size: 14px
	}
	.product-main__info-tabs-content {
		margin-top: 43px;
		overflow: auto
	}
	.product-main__info-table {
		width: 576px;
		overflow-y: scroll
	}
	.product-question {
		padding-top: 20px
	}
	.product-question__content {
		padding: 0 15px
	}
	.product-question .container {
		padding: 0
	}
	.product-question__descr {
		font-size: 14px
	}
	.product-question__form {
		margin-top: 15px
	}
	.product-question__input input {
		font-size: 18px;
		width: 100%;
		max-width: 100%
	}
	.product-question__label {
		font-size: 14px
	}
	.product-question__textarea textarea {
		font-size: 16px;
		padding-left: 12px
	}
	.product-question__btn {
		max-width: 100%;
		padding: 10px;
		font-size: 16px
	}
	.footer-alt__menu-title {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.footer-alt__menu-title svg {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		width: 10px;
		height: auto;
		margin-left: 10px;
		display: block;
		-webkit-transition: .3s;
		transition: .3s
	}
	.footer-alt__menu-title.active svg {
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg)
	}
	.footer-alt__menu-list {
		overflow: hidden;
		-webkit-transition: .3s;
		transition: .3s
	}
}
@media(max-width:450px) {
	.header__col--logo {
		width: 50%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.header__col--burger {
		width: 50%;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.header__col--ui {
		width: 100%;
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}
	.header__bottom {
		padding-top: 0
	}
	.header__bottom-row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.header__phone {
		width: 100%;
		display: block;
		text-align: left
	}
	.header__mail {
		font-size: 14px
	}
	.header__mail-icon {
		width: 14px;
		height: 11px
	}
	.header__ui-leed {
		font-size: 10px
	}
	.main-catalog__item {
		background-position: 100% 100%
	}
	.main-catalog__item.main-catalog__item--blue .main-catalog__item-content {
		background: -webkit-gradient(linear, left top, right top, color-stop(70.27%, rgba(238, 244, 254, .9058823529)), color-stop(154.78%, rgba(238, 244, 254, 0))) !important;
		background: linear-gradient(90deg, rgba(238, 244, 254, .9058823529) 70.27%, rgba(238, 244, 254, 0) 154.78%) !important
	}
	.main-catalog__item.main-catalog__item--yellow .main-catalog__item-content {
		background: -webkit-gradient(linear, left top, right top, color-stop(70.27%, rgba(255, 235, 224, .8901960784)), color-stop(154.78%, rgba(238, 244, 254, 0))) !important;
		background: linear-gradient(90deg, rgba(255, 235, 224, .8901960784) 70.27%, rgba(238, 244, 254, 0) 154.78%) !important
	}
	.main-catalog__item-descr {
		width: 100% !important
	}
	.main-supplies__text {
		margin-top: 200px
	}
	.main-supplies__descr {
		font-size: 14px
	}
	.main-dominates__item-front-title {
		font-size: 14px
	}
	.title-h1 {
		font-size: 22px
	}
	.main-line__content::after {
		top: -488px
	}
	.main-offer__title {
		font-size: 22px;
		line-height: normal
	}
	.main-offer__services {
		font-size: 12px;
		line-height: normal
	}
	.main-offer__items {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		max-width: 100%
	}
	.main-offer__item {
		width: 90%
	}
	.title-h2 {
		font-size: 20px
	}
	.services-offer__col--left {
		padding: 40px 0
	}
	.services-offer__title {
		margin-bottom: 5px
	}
	.services-offer__descr, .services-offer__subtitle, .services-offer__title {
		line-height: normal;
		text-shadow: 0 0 30px rgba(0, 0, 0, .65)
	}
	.catalog-list__pag li {
		margin-right: 6px
	}
	.catalog-list__pag a {
		width: 25px;
		height: 25px;
		font-size: 14px
	}
	.product-another__slider {
		margin-left: auto;
		margin-right: auto;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.product-another__slider-nav-arrow {
		display: none
	}
}
@media(max-width:480px) {
	.catalog-list__item {
		width: 100%
	}
}
@media(max-width:400px) {
	.main-supplies {
		margin-top: 25px
	}
	.header__phone {
		font-size: 12px
	}
}
.text-right {
	text-align: right;
}
.m-t-30 {
	margin-top: 30px;
}
.m-b-20 {
	margin-bottom: 24px;
}
.catalog-list-content,
.content-text {
	background-color: #fff;
	border: solid 1px;
	border: 1px solid rgba(75, 79, 89, .15);
}
.b-r-10,
.content-text {
	border-radius: 10px;
}
.sidebar-menu-list {
	list-style: circle;
	padding-left: 20px;
}
.sidebar-menu-list a {
	color: #4B4F59;
	text-decoration: none;
}
.sidebar-menu-list a:hover {
	color: #2280e2;
	text-decoration: underline;
}
.content-title {
	line-height: 0;
	overflow: hidden;
	position: relative;
}
.content-title-image {
	position: relative;
}
.content-title-image img {
	width: 100%;
}
.content-title-image-date {
	position: absolute;
	bottom: 0;
	padding: 12px 0 12px 20px;
	line-height: 17px;
	width: 100%;
	background-color: rgba(34,128,226,.6);
	color: #fff;
	text-shadow: 1px 1px 10px black;
}
.content-title-image-date img {
	vertical-align: middle;
}
.content-text {
	padding: 0 20px;
}
.p-20 {
	padding: 20px;
}
.p-l-20 {
	padding-left: 20px;
}
.product-main__brend-cur,
.product-main__brend-cur a {
	color: #2280E2;
}
.product-main__brend {
	display: flex;
	align-items: center;
}
.product-main__brend .brand_logo,
.product-main__brend-cur {
	display: flex;
}
.product-main__brend .brand_logo {
	max-width: 60px;
}
.product-main__brend .brand_logo img {
	width: 100%;
}
.product-main__brend-cur {
	margin-left: 5px;
}
.brand_icons::before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	background-position: center;
	margin-right: 10px;
}
.brand_link::before {
	background-image: url('/assets/template/images/icons/link_icon.svg');
}
.brand_email::before {
	background-image: url('/assets/template/images/icons/envelope_icon.svg');
}
.brand_phone::before {
	background-image: url('/assets/template/images/icons/phone_icon.svg');
}
.brand_whatsapp {
	margin-left: 10px;
	display: flex;
	line-height: 0;
}
.brand_logo_container {
	padding: 3px 10px 3px 5px;
	display: flex;
	border-radius: 5px;
	align-items: center;
}
.checked_brand {
	content: '';
	display: flex;
	width: 19px;
	height: 19px;
	background-position: center;
	margin-left: 7px;
	background-image: url('/assets/template/images/icons/checked_icon.svg');
}
.grecaptcha-badge {
	display: none;
}
.content-text blockquote {
	border-left: solid 3px #2280e2;
	padding-left: 20px;
	margin-left: 3px;
}

.main-services .catalog-list__pag {
	margin: 20px 0 30px;
}




/** Chinese representative Begin **/

.representative {
	position: fixed;
	right: 30px;
	bottom: 30px;
	width: 330px;
	height: 82px;
	border-radius: 41px;
	background-color: #fff;
	box-shadow: 0 3px 10px 0 rgba(0,0,0,0.1);
	border: solid 2px rgba(0,0,0,0);
	z-index: 999;
}
.representative:hover {
	border: solid 2px rgba(0,122,255,1);
}
.representative a {
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #25282b;
}
.representative-image  {
	border-radius: 50%;
	width: 72px;
	height: 72px;
	background-image: url('/assets/template/images/representativce_image.jpg');
	position: absolute;
	left: 3px;
}
.representative-content {
	width: 243px;
	position: absolute;
	right: 5px;
	text-align: center;
}
.representative-content p {
	padding: 0;
	margin: 6px 0;
}
.representative-content p:first-child {
	font-size: 15px;
	font-weight: 800;
}
.representative-content.tr p:first-child {
	font-size: 15px;
}
.representative-content.in p:first-child {
	font-size: 15px;
}
.representative-content p:last-child {
	font-size: 12px;
	font-weight: 600;
}

@media (max-width: 767px) {
	.representative {
		display: none;
	}
}


/** Chinese representative End **/

.w100 {
	width: 100%;
}

.basic-info-list {
  display: flex;
  flex-direction: column;
}

.basic-info-list .item {
  display: flex;
  border-bottom: 1px solid #ddd; /* Добавляет горизонтальную линию между элементами */
}

.basic-info-list .label, .basic-info-list .value {
  flex: 1; /* Задает одинаковую ширину для меток и значений */
  padding: 8px; /* Добавляет внутренние отступы для текста */
}

.basic-info-list .label {
  font-weight: bold; /* Делает текст метки полужирным */
  background-color: #f2f2f2; /* Цвет фона для меток */
}
.videowrap {
  /*max-width: 720px;*/
  width: 100%;
  margin: 0 auto;
}
.videoblock {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.videoblock iframe, object, embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#takemebackpopup {
	display: none;
	z-index: 999;
	width: 100%;
	height:100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,.7);
}
#takemebackpopup .mypopup_container {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 20px;
	background-color: #fff;
	border: 1px solid #ccc;
	max-width: 300px;
	border-radius: 5px;
	overflow: hidden;
}
#takemebackpopup .mypopup_manager,
#takemebackpopup .mypopup_text {
	display: inline-block;
}
#takemebackpopup .mypopup_manager img {
	border-radius: 50%;
	vertical-align: middle;
}
#takemebackpopup .mypopup_close_button {
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
}
#takemebackpopup .mypopup_close_button img {
	width: 15px;
	height: 15px;
}
#takemebackpopup .close_button_text {
	cursor: pointer;
	text-align: center;
	font-size: 12px;
	text-decoration: underline;
	margin-top: 20px;
}
#takemebackpopup .close_button_text:hover {
	text-decoration: none;
}
#takemebackpopup .mypopup_title {
	font-size: 20px;
	font-weight: bold;
	margin-left: 30px;
}
#takemebackpopup p {
	font-size: 14px;
	text-align: center;
}
#takemebackpopup .mypopup_sign {
	text-align: left;
}
#takemebackpopup .mypopup_sign span {
	font-size: 10px;
}
#takemebackpopup form {
	display: block;
	text-align: center;
}
#takemebackpopup form input {
	text-align: center;
	width: 200px;
	height: 35px;
	margin: 5px 0;
	border-radius: 5px;
}
#takemebackpopup form input[type=tel] {
	border: 1px solid #ccc;
}
#takemebackpopup form input[type=submit] {
	border: 0;
	background-color: #2280e2;
	color: #fff;
}

.product-card__inner {
	display: flex;
	flex-direction: column;
	height: 100%; 
}

.product-card__more + .product-card__more-btn {
	margin-top: auto; 
	margin: 0 20px 20px 20px;
}
.hidden_product_image {
	display: none;
}
div span.privacy_notification {
	display: block;
	font-size: 12px;
	line-height: normal;
	margin-top: 10px;
	max-width: 600px;
	font-weight: normal;
}
.content-text img {
	max-width: 100%;
	height: auto;
}
address span,
h3 span {
	white-space: nowrap;
}
.faq-heading summary{
	cursor: pointer;
}

.faq-heading details {
	padding: 10px 10px 10px 20px;
	border-radius: 5px;
	background-color: #fff;
	margin: 10px 0;
}

[itemprop="aggregateRating"] {
  display: none;
}

.catalog-list__item-header-popular {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.catalog-list__item-header-brand {
	margin: 12px;
	background-color: #fff;
	border-radius: 5px;
	padding: 5px;
	max-width: 60px;
}
.catalog-list__item-header-brand img {
	width: 100%;
}
.product-main__order-form {
	width: 100%;
}
.content-text table thead tr {
	background-color: #2280e2;
	color: #fff;
}
.content-text table tbody tr:nth-child(2n) {
	background-color: rgba(34,128,226,.1);
}
.content-text table td {
	padding: 5px 10px;
}
.mw250 {
	max-width: 250px;
}

/* ------ Обработка персональных данных - начало ------ */
.soglasie_cookies_container {
	display: none;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	background: rgba(250,250,250,.9);
	z-index: 9999;
}
.soglasie_cookies_container .soglasie_cookies {
	max-width: 1280px;
	margin: 20px auto;
	position:relative;
	text-align: center;
}
.soglasie_cookies_container .soglasie_cookies p {
	font-size: 13px;
}
.soglasie_cookies_container .soglasie_cookies a {
	text-decoration: underline;
}
.soglasie_cookies_container .soglasie_cookies a:hover {
	text-decoration: none;
}
.soglasie_cookies_container .soglasie_cookies button {
	max-width: 200px;
	text-align: center;
	padding: 5px 30px;
	margin: auto;
	border: 0;
}
.soglasie_cookies_container .soglasie_cookies span:hover {
	background: #008386;
}
.soglasie_cookies_close_button {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
.fz420 {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 10px;
}
/* ------ Адаптивные стили: блоки друг под другом, элементы по центру ------ */

/* Для экранов до 768px */
@media (max-width: 768px) {
  .soglasie_cookies_container .soglasie_cookies {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;
    padding: 10px;
  }
  .soglasie_cookies_container .soglasie_cookies p {
    font-size: 12px;
    text-align: center;
  }
  .soglasie_cookies_container .soglasie_cookies button {
    margin-top: 10px;
    padding: 5px 20px;
    font-size: 13px;
    width: auto;
  }
  .soglasie_cookies_container .fz420 {
    position: static;
    margin-top: 10px;
    text-align: center;
    font-size: 9px;
  }
}

/* Для экранов до 480px */
@media (max-width: 480px) {
  .soglasie_cookies_container .soglasie_cookies {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 5px;
    padding: 8px;
  }
  .soglasie_cookies_container .soglasie_cookies p {
    font-size: 11px;
    text-align: center;
  }
  .soglasie_cookies_container .soglasie_cookies button {
    margin-top: 10px;
    width: 100%;
    padding: 8px 0;
    font-size: 14px;
  }
  .soglasie_cookies_container .fz420 {
    position: static;
    margin-top: 10px;
    text-align: center;
    font-size: 8px;
  }
}
/* ------ Обработка персональных данных - конец ------ */