@charset "UTF-8";@import url("https://fonts.googleapis.com/css?family=Inter:regular,500,600,700,800&display=swap");* {
	padding: 0rem;
	margin: 0rem;
	border: 0rem;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
*::before,
*::after {
	display: inline-block;
}
html,
body {
	height: 100%;
}
body {
	line-height: 1;
	scrollbar-gutter: stable;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
input,
button,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	background-color: transparent;
}
input,
textarea {
	width: 100%;
}
label {
	display: inline-block;
}
button,
select,
option {
	cursor: pointer;
}
a {
	display: inline-block;
	color: inherit;
	text-decoration: none;
}
ul li {
	list-style: none;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}

address {
	font-style: normal;
}
@font-face {font-family: Circe;font-display: swap;src: url("../assets/fonts/Circe-Regular.woff2") format("woff2");font-weight: 400;font-style: normal;}
@font-face {font-family: Circe;font-display: swap;src: url("../assets/fonts/Circe-ExtraBold.woff2") format("woff2");font-weight: 800;font-style: normal;}
@font-face {font-family: Circe;font-display: swap;src: url("../assets/fonts/Circe-Bold.woff2") format("woff2");font-weight: 700;font-style: normal;}
@font-face { 
	font-family: "iconfont"; 
	font-display: swap;
	src: url("../assets/fonts/iconfont.woff2?8142d3c5c68629cc759f26f1a9c10529") format("woff2"); 
} 
[class*="--icon-"]::before{
	font-family: iconfont; 
}
	[class*="--icon-arrow"]::before { 
		content: "\f101"; 
	} 


/* Generated by vite-plugin-svg-spritemap */
:root {
  /* Стиль шрифта */
  --fontFamily: "Circe";
  --fontFamily_2: "Inter";
  /* Размер шрифта */
  --fontSize: 1rem;
  /* Межстрочный  интервал */
  --lineHeight_100: 100%; /* Межстрочный  интервал по умолчанию */
  /* Начертание шрифта */
  --fontWeight_400: 400; /* Начертание шрифта по умолчанию */
  --fontWeight_500: 500;
  --fontWeight_600: 600;
  --fontWeight_700: 700;
  --fontWeight_800: 800;
  /* Цвет шрифта */
  --mainColor: #36363b; /* Цвет шрифта по умолчанию */
  --whiteColor: #fff;
  --blackColor: #000;
  --blueColor: #00678c;
  /* Цвет фона */
  --mainBg: #fff; /*  Цвет фона по умолчанию */
  --whiteBg: #fff;
  --blackBg: #000;
  --blueBg: #00678c;
  /* Скорость анимации */
  --s: 0.3s;
  /* Эффект анимации */
  --e: ease;
}
body {
  min-width: 20rem;
  background-color: var(--mainBg);
  color: var(--mainColor);
  font-family: var(--fontFamily);
  font-size: var(--fontSize);
}
[data-fls-scrolllock] body {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}
.wrapper {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: clip;
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}
[class*=__container] {
  max-width: 75.625rem;
  margin: 0 auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.title,
.content__column h2 {
  line-height: 132%;
  letter-spacing: 0.02em;
  text-align: center;
  font-weight: var(--fontWeight_700);
}
.title span {
  display: block;
}
.logo img {
  object-fit: contain;
}
.contacts__link {
  line-height: var(--lineHeight_100);
  display: flex;
  column-gap: 0.4375rem;
  align-items: center;
}
.contacts__link--700 {
  font-weight: var(--fontWeight_700);
}
.contacts__icon {
  flex: 0 0 1.3125rem;
  width: 1.3125rem;
  height: 1.3125rem;
  object-fit: contain;
}
.page__works {
  padding-bottom: 2.1875rem;
}
.page__partners {
  padding: 3.125rem 0rem;
}
.page__order {
  padding: 3.75rem 0rem 2.5rem 0rem;
}
.page__breadcrumbs {
  padding: 1.25rem 0rem;
}/* Generated by vite-plugin-svg-spritemap */
.swiper {
  overflow: hidden;
}

.swiper-initialized {
  touch-action: pan-y;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative;
}

.swiper-vertical .swiper-wrapper {
  flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
}

.swiper-initialized .swiper-slide {
  flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  transform: translate3d(0rem, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}/* Generated by vite-plugin-svg-spritemap */
.menu__link {
  letter-spacing: 0.03em;
  font-size: 0.9375rem;
  line-height: 120%;
  padding: 1rem 0rem;
}/* Generated by vite-plugin-svg-spritemap */

span.menu__link { display: inline-block; font-weight: bold;}
.header__rows {
  padding: 1.0625rem 0rem;
  display: flex;
  align-items: center;
}
.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__body {
  display: flex;
  align-items: center;
}
.header__links {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
}
.header__icon-message {
  flex: 0 0 1.3125rem;
  width: 1.3125rem;
  height: 1.3125rem;
  object-fit: contain;
}@font-face {
	font-family: "lg";
	src: url("../assets/fonts/lg.woff2?io9a6k") format("woff2");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
.lg-icon {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "lg" !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.lg-container {
	font-family:
		system-ui,
		-apple-system,
		"Segoe UI",
		Roboto,
		"Helvetica Neue",
		Arial,
		"Noto Sans",
		"Liberation Sans",
		sans-serif,
		"Apple Color Emoji",
		"Segoe UI Emoji",
		"Segoe UI Symbol",
		"Noto Color Emoji";
}

.lg-next,
.lg-prev {
	background-color: rgba(0, 0, 0, 0.45);
	border-radius: 0.125rem;
	color: #999;
	cursor: pointer;
	display: block;
	font-size: 1.375rem;
	margin-top: -0.625rem;
	padding: 0.5rem 0.625rem 0.5625rem;
	position: absolute;
	top: 50%;
	z-index: 1084;
	outline: none;
	border: none;
}
.lg-next.disabled,
.lg-prev.disabled {
	opacity: 0 !important;
	cursor: default;
}
.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
	color: #fff;
}
.lg-single-item .lg-next,
.lg-single-item .lg-prev {
	display: none;
}

.lg-next {
	right: 1.25rem;
}
.lg-next:before {
	content: "\e095";
}

.lg-prev {
	left: 1.25rem;
}
.lg-prev:after {
	content: "\e094";
}

@-webkit-keyframes lg-right-end {
	0% {
		left: 0;
	}
	50% {
		left: -1.875rem;
	}
	100% {
		left: 0;
	}
}
@-moz-keyframes lg-right-end {
	0% {
		left: 0;
	}
	50% {
		left: -1.875rem;
	}
	100% {
		left: 0;
	}
}
@-ms-keyframes lg-right-end {
	0% {
		left: 0;
	}
	50% {
		left: -1.875rem;
	}
	100% {
		left: 0;
	}
}
@keyframes lg-right-end {
	0% {
		left: 0;
	}
	50% {
		left: -1.875rem;
	}
	100% {
		left: 0;
	}
}
@-webkit-keyframes lg-left-end {
	0% {
		left: 0;
	}
	50% {
		left: 1.875rem;
	}
	100% {
		left: 0;
	}
}
@-moz-keyframes lg-left-end {
	0% {
		left: 0;
	}
	50% {
		left: 1.875rem;
	}
	100% {
		left: 0;
	}
}
@-ms-keyframes lg-left-end {
	0% {
		left: 0;
	}
	50% {
		left: 1.875rem;
	}
	100% {
		left: 0;
	}
}
@keyframes lg-left-end {
	0% {
		left: 0;
	}
	50% {
		left: 1.875rem;
	}
	100% {
		left: 0;
	}
}
.lg-outer.lg-right-end .lg-object {
	-webkit-animation: lg-right-end 0.3s;
	-o-animation: lg-right-end 0.3s;
	animation: lg-right-end 0.3s;
	position: relative;
}
.lg-outer.lg-left-end .lg-object {
	-webkit-animation: lg-left-end 0.3s;
	-o-animation: lg-left-end 0.3s;
	animation: lg-left-end 0.3s;
	position: relative;
}

.lg-toolbar {
	z-index: 1082;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.lg-media-overlap .lg-toolbar {
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.lg-toolbar .lg-icon {
	color: #999;
	cursor: pointer;
	float: right;
	font-size: 1.5rem;
	height: 2.9375rem;
	line-height: 1.6875rem;
	padding: 0.625rem 0;
	text-align: center;
	width: 3.125rem;
	text-decoration: none !important;
	outline: medium none;
	will-change: color;
	-webkit-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
	background: none;
	border: none;
	box-shadow: none;
}
.lg-toolbar .lg-icon.lg-icon-18 {
	font-size: 1.125rem;
}
.lg-toolbar .lg-icon:hover {
	color: #fff;
}
.lg-toolbar .lg-close:after {
	content: "\e070";
}
.lg-toolbar .lg-maximize {
	font-size: 1.375rem;
}
.lg-toolbar .lg-maximize:after {
	content: "\e90a";
}
.lg-toolbar .lg-download:after {
	content: "\e0f2";
}

.lg-sub-html {
	color: #eee;
	font-size: 1rem;
	padding: 0.625rem 2.5rem;
	text-align: center;
	z-index: 1080;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-out 0s;
	-o-transition: opacity 0.2s ease-out 0s;
	transition: opacity 0.2s ease-out 0s;
}
.lg-sub-html h4 {
	margin: 0;
	font-size: 0.8125rem;
	font-weight: bold;
}
.lg-sub-html p {
	font-size: 0.75rem;
	margin: 0.3125rem 0 0;
}
.lg-sub-html a {
	color: inherit;
}
.lg-sub-html a:hover {
	text-decoration: underline;
}
.lg-media-overlap .lg-sub-html {
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.lg-item .lg-sub-html {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}

.lg-error-msg {
	font-size: 0.875rem;
	color: #999;
}

.lg-counter {
	color: #999;
	display: inline-block;
	font-size: 1rem;
	padding-left: 1.25rem;
	padding-top: 0.75rem;
	height: 2.9375rem;
	vertical-align: middle;
}

.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
	opacity: 0;
	-webkit-transition:
		-webkit-transform 0.08s cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 0.08s cubic-bezier(0, 0, 0.25, 1) 0s,
		color 0.08s linear;
	-moz-transition:
		-moz-transform 0.08s cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 0.08s cubic-bezier(0, 0, 0.25, 1) 0s,
		color 0.08s linear;
	-o-transition:
		-o-transform 0.08s cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 0.08s cubic-bezier(0, 0, 0.25, 1) 0s,
		color 0.08s linear;
	transition:
		transform 0.08s cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 0.08s cubic-bezier(0, 0, 0.25, 1) 0s,
		color 0.08s linear;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-media-cont {
	opacity: 0;
	-moz-transform: scale3d(0.5, 0.5, 0.5);
	-o-transform: scale3d(0.5, 0.5, 0.5);
	-ms-transform: scale3d(0.5, 0.5, 0.5);
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	transform: scale3d(0.5, 0.5, 0.5);
	will-change: transform, opacity;
	-webkit-transition:
		-webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-moz-transition:
		-moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-o-transition:
		-o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	transition:
		transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-media-cont {
	opacity: 1;
	-moz-transform: scale3d(1, 1, 1);
	-o-transform: scale3d(1, 1, 1);
	-ms-transform: scale3d(1, 1, 1);
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.lg-icon:focus-visible {
	color: #fff;
	border-radius: 0.1875rem;
	outline: 0.0625rem dashed rgba(255, 255, 255, 0.6);
}

.lg-toolbar .lg-icon:focus-visible {
	border-radius: 0.5rem;
	outline-offset: -0.3125rem;
}

.lg-group:after {
	content: "";
	display: table;
	clear: both;
}

.lg-container {
	display: none;
	outline: none;
}
.lg-container.lg-show {
	display: block;
}

.lg-on {
	scroll-behavior: unset;
}

.lg-overlay-open {
	overflow: hidden;
}

.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
	opacity: 0;
	will-change: transform, opacity;
	-webkit-transition:
		-webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition:
		-moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition:
		-o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition:
		transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
	opacity: 1;
}
.lg-show-in.lg-hide-sub-html .lg-sub-html {
	opacity: 1;
}
.lg-show-in .lg-hide-items .lg-prev {
	opacity: 0;
	-webkit-transform: translate3d(-0.625rem, 0, 0);
	transform: translate3d(-0.625rem, 0, 0);
}
.lg-show-in .lg-hide-items .lg-next {
	opacity: 0;
	-webkit-transform: translate3d(0.625rem, 0, 0);
	transform: translate3d(0.625rem, 0, 0);
}
.lg-show-in .lg-hide-items .lg-toolbar {
	opacity: 0;
	-webkit-transform: translate3d(0, -0.625rem, 0);
	transform: translate3d(0, -0.625rem, 0);
}
.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
	opacity: 0;
	-webkit-transform: translate3d(0, 1.25rem, 0);
	transform: translate3d(0, 1.25rem, 0);
}

.lg-outer {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	text-align: left;
	opacity: 0.001;
	outline: none;
	will-change: auto;
	overflow: hidden;
	-webkit-transition: opacity 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
}
.lg-outer * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.lg-outer.lg-zoom-from-image {
	opacity: 1;
}
.lg-outer.lg-visible {
	opacity: 1;
}
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
	-webkit-transition-duration: inherit !important;
	transition-duration: inherit !important;
	-webkit-transition-timing-function: inherit !important;
	transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
	opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}
.lg-outer .lg-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.lg-outer .lg-inner {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	-webkit-transition: opacity 0s;
	-o-transition: opacity 0s;
	transition: opacity 0s;
	white-space: nowrap;
}
.lg-outer .lg-item {
	display: none !important;
}
.lg-outer .lg-item:not(.lg-start-end-progress) {
	background: url("data:image/gif;base64,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") no-repeat scroll center center transparent;
}
.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
	display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
	display: inline-block !important;
}
.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
	display: inline-block;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
}
.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.lg-outer .lg-img-wrap {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	white-space: nowrap;
	font-size: 0;
}
.lg-outer .lg-item.lg-complete {
	background-image: none;
}
.lg-outer .lg-item.lg-current {
	z-index: 1060;
}
.lg-outer .lg-object {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	position: relative;
}
.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
	display: none;
}
.lg-outer.lg-hide-download .lg-download {
	opacity: 0.75;
	pointer-events: none;
}
.lg-outer .lg-first-slide .lg-dummy-img {
	position: absolute;
	top: 50%;
	left: 50%;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
	-webkit-transform: translate3d(0, 0%, 0);
	transform: translate3d(0, 0%, 0);
	opacity: 1;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
	opacity: 1;
	transition: opacity 0.2s ease-out 0.15s;
}
.lg-outer .lg-media-cont {
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.lg-outer .lg-media-cont .lg-object {
	width: 100% !important;
	height: 100% !important;
}
.lg-outer .lg-has-iframe .lg-media-cont {
	-webkit-overflow-scrolling: touch;
	overflow: auto;
}

.lg-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1040;
	background-color: #000;
	opacity: 0;
	will-change: auto;
	-webkit-transition: opacity 333ms ease-in 0s;
	-o-transition: opacity 333ms ease-in 0s;
	transition: opacity 333ms ease-in 0s;
}
.lg-backdrop.in {
	opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
	-webkit-transition: none 0s ease 0s !important;
	-moz-transition: none 0s ease 0s !important;
	-o-transition: none 0s ease 0s !important;
	transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
	opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
	opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
	-webkit-transition: opacity 0.1s ease 0s;
	-moz-transition: opacity 0.1s ease 0s;
	-o-transition: opacity 0.1s ease 0s;
	transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	-o-transition: -o-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
	opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	-webkit-transition:
		-webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 0.1s ease 0s;
	-moz-transition:
		-moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 0.1s ease 0s;
	-o-transition:
		-o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 0.1s ease 0s;
	transition:
		transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 0.1s ease 0s;
}

.lg-container {
	display: none;
}
.lg-container.lg-show {
	display: block;
}
.lg-container.lg-dragging-vertical .lg-backdrop {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
}
.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
	opacity: 1;
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
	position: absolute;
}
.lg-inline .lg-backdrop {
	z-index: 1;
}
.lg-inline .lg-outer {
	z-index: 2;
}
.lg-inline .lg-maximize:after {
	content: "\e909";
}

.lg-components {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	will-change: transform;
	-webkit-transition: -webkit-transform 0.35s ease-out 0s;
	-moz-transition: -moz-transform 0.35s ease-out 0s;
	-o-transition: -o-transform 0.35s ease-out 0s;
	transition: transform 0.35s ease-out 0s;
	z-index: 1080;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}
.lg-outer .lg-thumb-outer {
	background-color: #0d0a0a;
	width: 100%;
	max-height: 21.875rem;
	overflow: hidden;
	float: left;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
}
.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-middle {
	text-align: center;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-left {
	text-align: left;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-right {
	text-align: right;
}
.lg-outer.lg-single-item .lg-thumb-outer {
	display: none;
}
.lg-outer .lg-thumb {
	padding: 0.3125rem 0;
	height: 100%;
	margin-bottom: -0.3125rem;
	display: inline-block;
	vertical-align: middle;
}
.lg-outer .lg-thumb-item {
	cursor: pointer;
	float: left;
	overflow: hidden;
	height: 100%;
	border-radius: 0.125rem;
	margin-bottom: 0.3125rem;
	will-change: border-color;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
	border-color: #f1b920;
}
.lg-outer .lg-thumb-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.lg-outer.lg-can-toggle .lg-item {
	padding-bottom: 0;
}
.lg-outer .lg-toggle-thumb:after {
	content: "\e1ff";
}
.lg-outer.lg-animate-thumb .lg-thumb {
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
	-webkit-transition-duration: 0ms !important;
	transition-duration: 0ms !important;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	will-change: transform;
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
	-moz-transition: -moz-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
	-o-transition: -o-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
	transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
}
.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	will-change: transform;
	-webkit-transition: -webkit-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: -moz-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: -o-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition:
		-webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s,
		opacity 0.15s !important;
	-moz-transition:
		-moz-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s,
		opacity 0.15s !important;
	-o-transition:
		-o-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s,
		opacity 0.15s !important;
	transition:
		transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s,
		opacity 0.15s !important;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.no-transition,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.no-transition {
	transition: none !important;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition {
	transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0rem) !important;
	max-width: none !important;
	max-height: none !important;
	top: 50% !important;
	left: 50% !important;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-x,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-x {
	transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0rem) !important;
	top: 0 !important;
	left: 50% !important;
	max-width: none !important;
	max-height: none !important;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-y,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-y {
	transform: scale3d(1, 1, 1) translate3d(0, -50%, 0rem) !important;
	top: 50% !important;
	left: 0% !important;
	max-width: none !important;
	max-height: none !important;
}

.lg-icon.lg-zoom-in:after {
	content: "\e311";
}
.lg-actual-size .lg-icon.lg-zoom-in {
	opacity: 1;
	pointer-events: auto;
}
.lg-icon.lg-actual-size {
	font-size: 1.25rem;
}
.lg-icon.lg-actual-size:after {
	content: "\e033";
}
.lg-icon.lg-zoom-out {
	opacity: 0.5;
	pointer-events: none;
}
.lg-icon.lg-zoom-out:after {
	content: "\e312";
}
.lg-zoomed .lg-icon.lg-zoom-out {
	opacity: 1;
	pointer-events: auto;
}

.lg-outer[data-lg-slide-type="video"] .lg-zoom-in,
.lg-outer[data-lg-slide-type="video"] .lg-actual-size,
.lg-outer[data-lg-slide-type="video"] .lg-zoom-out,
.lg-outer[data-lg-slide-type="iframe"] .lg-zoom-in,
.lg-outer[data-lg-slide-type="iframe"] .lg-actual-size,
.lg-outer[data-lg-slide-type="iframe"] .lg-zoom-out,
.lg-outer.lg-first-slide-loading .lg-zoom-in,
.lg-outer.lg-first-slide-loading .lg-actual-size,
.lg-outer.lg-first-slide-loading .lg-zoom-out {
	opacity: 0.75;
	pointer-events: none;
}
.lg-fullscreen:after {
	content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
	content: "\e20d";
}
.lg-outer .lg-dropdown-overlay {
	background-color: rgba(0, 0, 0, 0.25);
	bottom: 0;
	cursor: default;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1081;
	opacity: 0;
	visibility: hidden;
	will-change: visibility, opacity;
	-webkit-transition:
		visibility 0s linear 0.18s,
		opacity 0.18s linear 0s;
	-o-transition:
		visibility 0s linear 0.18s,
		opacity 0.18s linear 0s;
	transition:
		visibility 0s linear 0.18s,
		opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active .lg-dropdown-overlay {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-moz-transform: translate3d(0, 0rem, 0);
	-o-transform: translate3d(0, 0rem, 0);
	-ms-transform: translate3d(0, 0rem, 0);
	-webkit-transform: translate3d(0, 0rem, 0);
	transform: translate3d(0, 0rem, 0);
	opacity: 1;
	visibility: visible;
}
.lg-outer.lg-dropdown-active .lg-share {
	color: #fff;
}
.lg-outer .lg-dropdown {
	background-color: #fff;
	border-radius: 0.125rem;
	font-size: 0.875rem;
	list-style-type: none;
	margin: 0;
	padding: 0.625rem 0;
	position: absolute;
	right: 0;
	text-align: left;
	top: 3.125rem;
	opacity: 0;
	visibility: hidden;
	-moz-transform: translate3d(0, 0.3125rem, 0);
	-o-transform: translate3d(0, 0.3125rem, 0);
	-ms-transform: translate3d(0, 0.3125rem, 0);
	-webkit-transform: translate3d(0, 0.3125rem, 0);
	transform: translate3d(0, 0.3125rem, 0);
	will-change: visibility, opacity, transform;
	-webkit-transition:
		-webkit-transform 0.18s linear 0s,
		visibility 0s linear 0.5s,
		opacity 0.18s linear 0s;
	-moz-transition:
		-moz-transform 0.18s linear 0s,
		visibility 0s linear 0.5s,
		opacity 0.18s linear 0s;
	-o-transition:
		-o-transform 0.18s linear 0s,
		visibility 0s linear 0.5s,
		opacity 0.18s linear 0s;
	transition:
		transform 0.18s linear 0s,
		visibility 0s linear 0.5s,
		opacity 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
	content: "";
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	border: 0.5rem solid transparent;
	border-bottom-color: #fff;
	right: 1rem;
	top: -1rem;
}
.lg-outer .lg-dropdown > li:last-child {
	margin-bottom: 0rem;
}
.lg-outer .lg-dropdown > li:hover a {
	color: #333;
}
.lg-outer .lg-dropdown a {
	color: #333;
	display: block;
	white-space: pre;
	padding: 0.25rem 0.75rem;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.75rem;
}
.lg-outer .lg-dropdown a:hover {
	background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
	display: inline-block;
	line-height: 1;
	margin-top: -0.1875rem;
	vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
	color: #333;
	display: inline-block;
	float: none;
	font-size: 1.25rem;
	height: auto;
	line-height: 1;
	margin-right: 0.5rem;
	padding: 0;
	vertical-align: middle;
	width: auto;
}
.lg-outer .lg-share {
	position: relative;
}
.lg-outer .lg-share:after {
	content: "\e80d";
}
.lg-outer .lg-share-facebook .lg-icon {
	color: #3b5998;
}
.lg-outer .lg-share-facebook .lg-icon:after {
	content: "\e904";
}
.lg-outer .lg-share-twitter .lg-icon {
	color: #00aced;
}
.lg-outer .lg-share-twitter .lg-icon:after {
	content: "\e907";
}
.lg-outer .lg-share-pinterest .lg-icon {
	color: #cb2027;
}
.lg-outer .lg-share-pinterest .lg-icon:after {
	content: "\e906";
}
/* Generated by vite-plugin-svg-spritemap */
.footer {
  padding: 1.875rem 0rem;
}
.footer__rows {
  display: flex;
  padding-bottom: 1.75rem;
  position: relative;
}
.footer__rows:not(:last-child) {
  margin-bottom: 0.875rem;
}
.footer__rows::before {
  content: "";
  position: absolute;
  bottom: 0rem;
  left: 50%;
  transform: translate(-50%, 0rem);
  width: 100vw;
  height: 0.0625rem;
  background-color: #f2f2f2;
}
.footer__row {
  display: flex;
  column-gap: 1.25rem;
  align-items: center;
}
.menu-footer__link {
  letter-spacing: 0.03em;
  font-size: 0.9375rem;
  line-height: 120%;
  padding: 1rem 0rem;
}/* Generated by vite-plugin-svg-spritemap */
.select {
  min-width: 0rem;
  position: relative;
}
.select__body {
  position: relative;
  z-index: 50;
}
.select__title {
  color: inherit;
  text-align: left;
  border: 0.0625rem solid #e5e5e7;
  background-color: var(--whiteBg);
  cursor: pointer;
  width: 100%;
  border-radius: 0.625rem;
  color: var(--blackColor);
  transition: border var(--s) var(--e);
}
.--form-error .select__title {
  border: 0.0625rem solid red;
}
.--form-success .select__title {
  border: 0.0625rem solid rgb(5, 250, 5);
}
.select__value {
  display: flex;
  min-width: 0rem;
  align-items: center;
  height: 3.125rem;
  gap: 0.625rem;
  color: #888;
  transition: color var(--s) var(--e);
}
.--select-active .select__value {
  color: var(--mainColor);
}
.select__value > * {
  flex: 1 1 auto;
}
.select__value:after {
  content: "";
  align-self: stretch;
  flex: 0 0 3.125rem;
  border-left: 0.0625rem solid #e0e0e0;
  width: 0.625rem;
  height: 100%;
  transition: transform var(--s) var(--e);
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../assets/img/arrow.svg") center/0.625rem no-repeat;
}
.--select-open .select__value:after {
  transform: scale(1, -1);
}
.select__value.--select-pseudo-label::before {
  content: attr(data-pseudo-label);
  opacity: 0.5;
}
.select.--select-active > [data-fls-form-error] {
  display: none;
}
.select__content {
  flex: 1 1 auto;
  padding: 0rem 0.625rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select__text {
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select__input {
  padding: 0rem 0.625rem;
  width: 100%;
  background-color: transparent;
  height: 100%;
}
.--select-active .select__input::placeholder {
  color: #000;
}
.--select-focus .select__input::placeholder {
  opacity: 0.5;
}
.select__options {
  color: #000;
  position: absolute;
  top: calc(100% - 0.5rem);
  border-radius: 0rem 0rem 0.625rem 0.625rem;
  min-width: 100%;
  left: 0rem;
  background-color: var(--whiteBg);
  border-top: 0rem;
  border: 0.0625rem solid #eee;
  border-top: 0rem;
  padding: 0.625rem 0rem 0.3125rem 0rem;
}
.select__scroll {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 12.5rem;
}
.select__option {
  width: 100%;
  text-align: left;
  cursor: pointer;
  padding: 0.3125rem 0.625rem;
  color: inherit;
  transition: color var(--s) var(--e), background-color var(--s) var(--e);
}
.select__option.--select-selected {
  background-color: #eee;
}
.select__row {
  display: inline-flex;
  align-items: center;
}
.select--show-top .select__options {
  top: auto;
  bottom: calc(100% - 0.5rem);
  border: 0.0625rem solid #d9d9d9;
  border-bottom: 0rem;
  border-radius: 0.625rem 0.625rem 0rem 0rem;
  padding: 0.3125rem 0rem 0.625rem 0rem;
}
.--select-tag {
  cursor: pointer;
}/* Generated by vite-plugin-svg-spritemap */
input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input {
  outline: none;
  border-radius: 0.625rem !important;
  width: 100%;
  display: block;
  padding: 0rem 1rem;
  height: 3.125rem;
  font-size: 1rem;
  background-color: var(--whiteBg);
  border: 0.0625rem solid #e5e5e7;
  box-shadow: inset 0rem 0.25rem 0.3125rem 0.0625rem rgba(0, 0, 0, 0.12);
  transition: box-shadow var(--s) var(--e), border var(--s) var(--e);
}
.input.--form-focus {
  box-shadow: 0rem 0rem 0.3125rem 0rem #fff;
}
.input.--form-error {
  border: 0.0625rem solid red;
}
.input.--form-success {
  border: 0.0625rem solid rgb(5, 250, 5);
}
.input[placeholder]:not([data-fls-placeholder-nohiden])::placeholder {
  transition: opacity var(--s) var(--e);
}
.input[placeholder]:not([data-fls-placeholder-nohiden]):focus::placeholder {
  opacity: 0;
}/* Generated by vite-plugin-svg-spritemap */
.form__title {
  line-height: 141%;
  letter-spacing: 0.04em;
  color: var(--whiteColor);
  text-align: center;
  font-weight: var(--fontWeight_700);
  font-size: 1.25rem;
}
.form__box:not(:last-child) {
  margin-bottom: 1.25rem;
}
.form__lines:not(:last-child) {
  margin-bottom: 1.25rem;
}
.form__lines .form__line:not(:last-child) {
  margin-bottom: 0rem;
}
.form__line {
  position: relative;
  width: 100%;
}
.form__label {
  line-height: 159%;
  letter-spacing: 0.04em;
  font-family: var(--fontFamily_2);
  color: var(--whiteColor);
  cursor: pointer;
}
.form__label:not(:last-child) {
  margin-bottom: 0.875rem;
}
.form__button {
  padding: 0.625rem 1.25rem;
  border: 0.0625rem solid #eee;
}
.form [data-fls-form-error] {
  position: absolute;
  top: 100%;
  left: 0rem;
  margin-top: 0.25rem;
  color: red;
  font-size: 0.75rem;
}
.form__body {
  display: flex;
  justify-content: center;
}
.form__body:not(:last-child) {
  margin-bottom: 1.25rem;
}
.form__link {
  font-family: var(--fontFamily_2);
  display: flex;
  align-items: center;
  column-gap: 0.75rem;
  line-height: 168%;
  letter-spacing: 0.04em;
  text-align: center;
  font-size: 0.875rem;
  color: var(--whiteColor);
}
.form__link span {
  border-bottom: 0.0625rem dashed var(--whiteBg);
}
.form__icon {
  flex: 0 0 0.5625rem;
  width: 0.5625rem;
  height: 0.75rem;
  object-fit: contain;
}
.form__politics {
  font-family: var(--fontFamily_2);
  line-height: 170%;
  color: var(--whiteColor);
  font-size: 0.875rem;
}
.form__center {
  display: flex;
  justify-content: center;
}
.form__parent {
  position: relative;
}
.form__parent .input {
  padding: 0rem 2.5rem 0rem 1rem;
}
.form__m2 {
  letter-spacing: 0.03em;
  color: #828282;
  position: absolute;
  top: 50%;
  transform: translate(0rem, -50%);
  right: 0.625rem;
}/* Generated by vite-plugin-svg-spritemap */
.block-buttons {
  border-top: 0.0625rem solid #f2f2f2;
  padding: 0.9375rem 0.625rem;
}

.button {
  border-radius: 0.125rem;
  background-color: var(--blueBg);
  padding: 1.125rem 1.25rem;
  color: var(--whiteColor);
  font-weight: var(--fontWeight_800);
  font-size: 0.875rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.button--bg {
  padding: 1.0625rem 1.25rem;
  background-color: rgba(248, 249, 250, 0.65);
  border: 0.0625rem solid var(--blueBg);
  color: var(--blueColor);
}
.button--bg2 {
  background-color: #6e9600;
}
.button--bg3 {
  border: 0.0625rem solid #6e9600;
  background-color: var(--whiteBg);
  color: #4d4d55;
}
.button--center {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.button--fw {
  width: 100%;
}/* Generated by vite-plugin-svg-spritemap *//* Generated by vite-plugin-svg-spritemap */
.home {
  position: relative;
  display: flex;
  flex-direction: column;
}
.home__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0rem;
  left: 0rem;
  object-fit: cover;
  z-index: -1;
}
.home__container {
  margin: auto;
  width: 100%;
}
.home__column {
  color: var(--whiteColor);
}
.home__title {
  font-family: var(--fontFamily_2);
  letter-spacing: 0.01em;
  font-weight: var(--fontWeight_800);
}
.home__title span {
  display: block;
}
.home__button {
  font-weight: var(--fontWeight_700);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 1.15625rem 1.25rem;
  min-height: 3.125rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: var(--lineHeight_150);
  text-align: center;
  background-color: var(--whiteBg);
  font-size: 0.875rem;
  row-gap: 0.0625rem;
  color: var(--blueColor);
  border-radius: 0.1875rem;
}
.home__button--bg {
  color: var(--whiteColor);
  background: linear-gradient(114deg, #f7aa10 0%, #f1b920 100%);
  position: relative;
}
.home__button--bg strong {
  position: relative;
  z-index: 5;
}
.home__button--bg::before {
  content: "";
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: linear-gradient(114deg, #c08001 0%, #d49d04 100%);
}

.content {
  background-color: #fafbfd;
}
.content__column {
  color: #333;
}
.content__column p {
  font-size: 0.9375rem;
  line-height: 160%;
}
.content__column ul {
  padding-left: 0.9375rem;
}
.content__column ul li {
  position: relative;
}
.content__column ul li:before {
  counter-increment: item;
  content: "";
  position: absolute;
  top: 0.25rem;
  left: 0rem;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #ff8d00;
  border-radius: 50%;
}
.content__column ol {
  padding-left: 0.9375rem;
  list-style-type: none;
  counter-reset: item;
}
.content__column ol li {
  position: relative;
}
.content__column ol li:before {
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  top: 0rem;
  left: 0rem;
}
.content__column li {
  padding-left: 1.25rem;
}
.content__column li:not(:last-child) {
  margin-bottom: 0.875rem;
}
.content__column:not(:last-child) {
  margin-bottom: 0.8125rem;
}
.content__columns {
  display: grid;
  column-gap: 1.25rem;
  grid-template-columns: repeat(auto-fill, minmax(16.25rem, 1fr));
}
.content__picture {
  position: relative;
  padding-bottom: 57.142%;
}
.content__picture:not(:last-child) {
  margin-bottom: 1.25rem;
}
.content__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0rem;
  left: 0rem;
  object-fit: cover;
}
.content__name {
  padding: 0rem 0.3125rem;
  font-weight: var(--fontWeight_700);
  text-align: center;
  line-height: 126%;
  letter-spacing: 0.06em;
  color: #231f20;
  font-family: var(--fontFamily_2);
}
.content__name span {
  display: block;
}
.content__column table {
  width: 100%;
}
.table,
.content__column table {
  border: 0.0625rem solid #e0e0e0;
}
.table__row,
.content__column table tr {
  display: flex;
}
.table__row:not(:last-child),
.content__column table tr:not(:last-child) {
  border-bottom: 0.0625rem solid #f2f2f2;
}
.table__row--header:not(:last-child),
.content__column table thead tr {
  border-bottom: 0.0625rem solid #f6a90f;
}
.table__item,
.content__column table tr td,
.content__column table tr th {
  letter-spacing: 0.04em;
  padding: 0.875rem 1.25rem;
  flex: 1 1 20%;
}
.table__item:not(:last-child),
.content__column table tr td:not(:last-child) {
  border-right: 0.0625rem solid #f2f2f2;
}
.table__item--bold,
.content__column table thead tr td {
  font-weight: var(--fontWeight_700);
}
.advantages__columns {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(16.25rem, 1fr));
  gap: 1.25rem 1.875rem;
}
.advantages__picture:not(:last-child) {
  margin-bottom: 1.25rem;
}
.advantages__icon {
  border-radius: 50%;
  object-fit: cover;
}
.advantages__body {
  font-family: var(--fontFamily_2);
}
.advantages__name {
  line-height: 125%;
  letter-spacing: 0.06em;
  color: #231f20;
  font-weight: var(--fontWeight_700);
}
.advantages__name:not(:last-child) {
  margin-bottom: 0.625rem;
}
.advantages__name span {
  display: block;
}
.advantages__description {
  line-height: 133%;
  color: #231f20;
  font-weight: var(--fontWeight_500);
  font-size: 0.9375rem;
}

.works {
  background-color: rgba(248, 249, 250, 0.65);
}
.works__map {
  position: relative;
  width: 100%;
}
.works__map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0rem;
  left: 0rem;
}
.works__map:not(:last-child) {
  margin-bottom: 2.8125rem;
}
.works__columns {
  gap: 1.25rem;
}
.works__column {
  display: flex;
  flex-direction: column;
}
.works__picture {
  display: flex;
  position: relative;
  padding-bottom: 67.222%;
}
.works__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0rem;
  left: 0rem;
  object-fit: cover;
}
.works__body {
  text-align: center;
  padding: 0.5rem 1.0625rem 1.25rem 1.0625rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: var(--whiteBg);
}
.works__date {
  line-height: 168%;
  letter-spacing: 0.06em;
  font-size: 0.5625rem;
  text-align: center;
  color: #828282;
}
.works__date:not(:last-child) {
  margin-bottom: 0.3125rem;
}
.works__name {
  color: #231f20;
  line-height: 112%;
  letter-spacing: 0.06em;
  font-weight: var(--fontWeight_700);
  font-size: 0.75rem;
  font-family: var(--fontFamily_2);
  flex-grow: 1;
}
.works__name:not(:last-child) {
  margin-bottom: 0.625rem;
}
.works__label {
  line-height: 187%;
  letter-spacing: 0.06em;
  font-size: 0.6875rem;
  color: #828282;
}
.works__label:not(:last-child) {
  margin-bottom: 0.1875rem;
}
.works__item {
  line-height: 171%;
  letter-spacing: 0.06em;
  font-weight: var(--fontWeight_700);
  font-size: 0.6875rem;
  color: #07657f;
}
.works__center {
  display: flex;
  justify-content: center;
}

.certificates--size {
  max-width: 43.125rem;
  margin: 0rem auto;
}
.certificates__container {
  max-width: 70rem;
}
.certificates__parent {
  position: relative;
}

.gallery {
  max-width: 61.25rem;
  margin: 0rem auto;
}
.gallery__image {
  width: 100%;
  object-fit: contain;
}
.partners__columns {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
}
.partners__column {
  padding: 0.625rem;
  border: 0.0625rem solid #e8e8e8;
  border-radius: 0.1875rem;
  display: flex;
  column-gap: 1.25rem;
  align-items: center;
}
.partners__image {
  flex: 0 0 4.4375rem;
  width: 4.4375rem;
  height: 4.4375rem;
  object-fit: contain;
}
.partners__name {
  line-height: 132%;
  letter-spacing: 0.03em;
  color: #07657f;
  font-weight: var(--fontWeight_700);
  font-size: 0.9375rem;
}
.partners__name:not(:last-child) {
  margin-bottom: 0.6875rem;
}
.partners__city {
  line-height: 161%;
  letter-spacing: 0.06em;
  color: #828282;
  font-size: 0.8125rem;
}
.partners__center {
  display: flex;
  justify-content: center;
}

.order {
  position: relative;
}
.order__fon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0rem;
  left: 0rem;
  object-fit: cover;
  z-index: -1;
}
.catalogs__title-menu {
  line-height: 132%;
  letter-spacing: 0.02em;
  text-align: center;
  font-weight: var(--fontWeight_700);
}
.catalogs__module {
  background-color: var(--whiteBg);
}
.catalogs__items {
  border-top: 0.0625rem solid #e8e8e8;
  padding-left: 0;
}
.catalogs__link {
  color: #005173;
  padding: 0.46875rem 1.25rem;
  display: flex;
  line-height: 136%;
  border: 0.0625rem solid #e8e8e8;
  border-top: none;
  font-size: 0.875rem;
}
.catalogs__link.--active {
  color: #36363b;
  font-weight: var(--fontWeight_700);
  font-size: 0.9375rem;
}
.catalogs__body {
  width: 100%;
}
.catalogs__title {
  line-height: 117%;
  letter-spacing: 0.02em;
  text-align: center;
  font-weight: var(--fontWeight_700);
  color: #36363b;
  text-align: center;
}
.catalogs__title span {
  display: block;
}
.catalogs__columns {
  display: grid;
  row-gap: 1.875rem;
  grid-template-columns: repeat(auto-fill, minmax(11.25rem, 1fr));
}
.catalogs__column {
  padding: 0rem 0.625rem;
}
.catalogs__picture {
  position: relative;
  padding-bottom: 57.435%;
}
.catalogs__picture:not(:last-child) {
  margin-bottom: 1.25rem;
}
.catalogs__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0rem;
  left: 0rem;
  object-fit: contain;
}
.catalogs__name {
  line-height: 106%;
  letter-spacing: 0.06em;
  font-weight: var(--fontWeight_700);
  text-align: center;
}
.catalogs__tags {
  padding: 1.875rem 1.25rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.1875rem 0.625rem;
  background-color: var(--whiteBg);
  border: 0.0625rem solid #e8ebf0;
}
.catalogs__tag {
  padding: 0rem 0.5625rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 0.8125rem;
  line-height: 162%;
  background-color: var(--whiteBg);
  letter-spacing: 0.04em;
  box-shadow: 0rem 0.125rem 0.25rem 0rem rgba(0, 0, 0, 0.1);
  border: 0.0625rem solid #f2f2f2;
  border-radius: 0.3125rem;
  color: #279ac6;
}

.catalog {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fill, minmax(11.8125rem, 1fr));
}
.catalog__column {
  display: flex;
  flex-direction: column;
  text-align: center;
  border: 0.0625rem solid #f2f2f2;
  box-shadow: 0rem 0rem 0.625rem 0rem rgba(0, 0, 0, 0.05);
  border-radius: 0.125rem;
  background-color: var(--whiteBg);
  padding-top: 0.625rem;
}
.catalog__picture {
  display: flex;
  position: relative;
  padding-bottom: 87.063%;
}
.catalog__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0rem;
  left: 0rem;
  object-fit: contain;
}
.catalog__body {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 2.0625rem 1rem 2.625rem 1rem;
}
.catalog__name {
  flex-grow: 1;
  color: #231f20;
  font-weight: var(--fontWeight_700);
}
.catalog__name:not(:last-child) {
  margin-bottom: 1.4375rem;
}
.catalog__price {
  color: #6e9600;
}
.card__image {
  object-fit: contain;
}
.card__row:not(:last-child) {
  margin-bottom: 1.25rem;
}
.card__name {
  line-height: 119%;
  letter-spacing: 0.02em;
  color: #679500;
  font-size: 1.3125rem;
  font-weight: var(--fontWeight_700);
}
.card__name:not(:last-child) {
  margin-bottom: 0.625rem;
}
.card__items {
  padding-left: 1.5625rem;
}
.card__items:not(:last-child) {
  margin-bottom: 1.25rem;
}
.card__item {
  list-style: disc;
  line-height: 133%;
  letter-spacing: 0.03em;
  color: #231f20;
  font-size: 0.9375rem;
}
.card__text {
  line-height: 133%;
  letter-spacing: 0.03em;
  color: #231f20;
  font-size: 0.9375rem;
}
.card__price {
  color: #6e9600;
  font-weight: var(--fontWeight_700);
  font-size: 1.5rem;
}
.card__button:not(:last-child) {
  margin-bottom: 1.25rem;
}

.characteristics {
  border: 0.0625rem solid #e0e0e0;
  border-radius: 0.1875rem;
  padding: 1.625rem 2.875rem;
}
.characteristics__box {
  font-size: 0.9375rem;
  max-width: 42.5rem;
  line-height: 160%;
  color: #212529;
}
.characteristics__row:not(:last-child) {
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid rgba(33, 37, 41, 0.25);
  margin-bottom: 1.25rem;
}
.characteristics__body:not(:last-child) {
  margin-bottom: 3.125rem;
}
.characteristics__name {
  font-weight: var(--fontWeight_800);
}
.characteristics ul:not(:last-child) {
  margin-bottom: 2.5rem;
}
.characteristics p:not(:last-child) {
  margin-bottom: 0.9375rem;
}
.characteristics span {
  display: block;
  font-weight: var(--fontWeight_700);
}
.characteristics strong {
  font-weight: var(--fontWeight_800);
}
.characteristics h3 {
  line-height: 117%;
  font-size: 1.5rem;
}
.characteristics h3:not(:last-child) {
  margin-bottom: 0.625rem;
}
.characteristics h4 {
  font-weight: var(--fontWeight_700);
}/* Generated by vite-plugin-svg-spritemap *//* Generated by vite-plugin-svg-spritemap */
.breadcrumbs {
  border-top: 0.0625rem solid #f2f2f2;
}
.breadcrumbs__list {
  display: flex;
  column-gap: 0.625rem;
  align-items: center;
  white-space: nowrap;
  overflow: auto;
}
.breadcrumbs__item {
  line-height: 150%;
  font-size: 0.6875rem;
  font-weight: var(--fontWeight_500);
}
.breadcrumbs__link {
  display: flex;
  column-gap: 0.625rem;
  align-items: center;
  color: #279ac6;
}
.breadcrumbs__link::after {
  content: "";
  width: 0.4375rem;
  height: 0.5rem;
  background: url("../assets/img/arrow_2.svg") 0 0/contain no-repeat;
  pointer-events: none;
}

.calc-form {margin-bottom: 30px;}
.calc-form .select__title {box-shadow: inset 0rem 0.25rem 0.3125rem 0.0625rem rgba(0, 0, 0, 0.12);}
.calc-form .select__options {box-shadow: inset 0rem -0.25rem 0.3125rem 0.0625rem rgba(0, 0, 0, 0.12);}
.calc-form .form__label {color: #333;}
.calc-form .exchange {display: flex; align-items: flex-end; cursor: pointer; padding-bottom: 6px;}
.input-field {position: relative;}
.input-field__measure {background-color: lightgray; position: absolute; right: 0;top: 0; height: 100%; width: 48px; text-align: center; display: flex; align-items: center; justify-content: center; font-weight: bold; border-radius: 0 0.625rem 0.625rem 0; font-size: 18px;}
.text-result {font-weight: bold; font-size: 18px;}
.values-line.inverted {flex-flow: row-reverse;}

.calctr-form {display: flex; gap: 30px;}
.calctr-form > div {background-color: white;padding: 24px;border-radius: 9px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07); flex: 1;}
.calctr-form .dim-input {display: flex; gap: 12px;}

.calc-form .sq-group {display: flex; gap: 12px; align-items: center;}
.calc-form .square_fast_links {display: flex; gap: 8px; align-items: center;}
.calc-form .square_fast_links a {text-decoration: underline;}
.calc-form .form--calc__section {margin-bottom: 20px;}
.calc-form .form--calc__section .row {display: flex; gap: 24px;}
.calc-form .form--calc__section .row > div {flex: 1;}

.calc-form .calc__products_item {flex: 1; padding-left: 24px; position: relative; margin-bottom: 14px; line-height: 1.3; font-size: 18px;}
.calc-form .calc__products_item:last-child {margin-bottom: 0;}
.calc-form .calc__products_item input[type="radio"] {position: absolute; left: 0; top: 2px; width: auto;}
.calc-form input[type="radio"] + label {cursor: pointer; color: #279ac6;}
.calc-form .calc__products_item input[type="radio"]:checked + label {font-weight: bold;}
.calc-form .calc__products_item span {display: block; font-size: 16px;}
.calc-form .calc__result_wrap {margin-top: 16px;}
.calc-form .calc__result_square_value, .calc-form .calc__result_consumption_value {font-weight: bold; font-size: 20px;}

.calc-form .total-line {padding: 16px; background-color: #ebebeb;}
.calc-form .total-val {font-weight: bold; font-size: 22px; margin-bottom: 16px;}
.calc-form .total-line ul {list-style: none; font-weight: bold; padding: 0;}
.calc-form .total-line ul span{font-weight: 400;}

.obm-form .row-line {display: flex; flex-wrap: wrap; gap: 20px; row-gap: 0;}
.obm-form .row-line > div {flex: 1; max-width: 400px;}
.obm-form .row-line > div:last-child {padding-top: 38px;}

.calc-form .info-icon {position: relative; background-color: #00aced; color: #fff; border-radius: 50%; width: 16px; height: 16px; display: flex; align-items: center; justify-content: center; font-size: 12px;}
.calc-form .info-icon:hover .tooltip {display: block;}
.calc-form .tooltip {position: absolute; top: 140%; left: 0; width: 180px; background-color: lightgray; padding: 4px; color: #333; line-height: 1.3; display: none; z-index: 54;}
.calc-form.big-form .form__label {display: flex; align-items: flex-start; gap: 8px; margin-bottom: 10px;}
.calc-form .select.--select-active {z-index: 1;}
.calc-form .inp-section {display: flex; flex-direction: column; gap: 20px;}
.calc-form .inp-section .tabs {display: flex; gap: 8px;}
.calc-form .inp-section .tabs span {display: inline-block; min-width: unset; font-size: 11px; cursor: pointer;}
.calc-form .inp-section .tabs .active span {background-color: #f7aa10; }
.calc-form .additional-options {margin-top: 16px; display: flex; flex-direction: column; gap: 20px;}
.content__column .calc-form .additional-options  h3:not(:last-child) {margin-bottom: 0;}
.calc-form .section-title {font-weight: bold; font-size: 22px;}
.calc-form .waste-note {font-size: 11px; margin-top: 4px;}
.calc-form .checkbox-label {display: flex; gap: 8px;}
.calc-form .checkbox-label input {width: auto;}

.calc-form .result-card {background-color: #ebebeb; padding: 14px; line-height: 1.5;}
.calc-form .result-card.summary {background-color: var(--blueBg); color: #fff;}
.calc-form .result-card .result-title {font-weight: bold; display: flex; justify-content: space-between; margin-bottom: 8px;}
.calc-form .result-card .detail-row, .calc-form .summary-item {display: flex; justify-content: space-between;}
.calc-form #results-container {display: flex; flex-direction: column;gap: 16px;}

.certificates__gallery .gallery__wrapper {justify-content: center;}
.works__columns.swiper-wrapper {flex-wrap: nowrap;  justify-content: flex-start; gap: unset;}

@media (min-width: 75.625em) {
	.certificates__gallery .gallery__image {
		height: auto;
	}
}

@media (max-width: 1023px) {
	.calctr-form {flex-direction: column;}
}

@media (max-width: 62em){
  .header__wrapper {
    column-gap: 0.9375rem;
  }
  .header__body {
    column-gap: 0.9375rem;
  }
  .footer__contacts {
    column-gap: 0.9375rem;
  }
  .block-buttons .button {
    min-width: 5rem;
  }
  .button {
    min-width: 13.75rem;
  }
  .home__button {
    min-width: 16.25rem;
  }
}
@media (max-width: 61.99875em) and (min-width: 75.625em){
  .menu__body {
    padding-top: 10rem;
  }
}
@media (max-width: 61.99875em) and (min-width: 62em){
  .menu__body::before {
    height: 8.6875rem;
  }
}
@media (max-width: 61.99875em) and (max-width: 20em){
  .menu__body {
    padding-top: 8.125rem;
  }
  .menu__body::before {
    height: 7.1875rem;
  }
}
@media (max-width: 61.99875em) and (any-hover: none){
  [data-fls-menu] {
    cursor: default;
  }
}
@media (max-width: 61.99875em){
  .contacts:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .contacts__item:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .menu {
    position: absolute;
  }
  .menu__body {
    position: fixed;
    width: 100%;
    height: 100svh;
    top: 0rem;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 100;
    background-color: var(--mainBg);
    left: -100%;
    padding: 10rem 0.9375rem 1.875rem 0.9375rem;
    transition: left var(--s) var(--e);
  }
  .menu__body::before {
    content: "";
    top: 0rem;
    position: fixed;
    width: 100%;
    z-index: 101;
    background-color: #fafbfd;
    left: -100%;
    transition: left var(--s) var(--e);
  }
  [data-fls-menu-open] .menu__body {
    left: 0rem;
  }
  [data-fls-menu-open] .menu__body::before {
    left: 0rem;
  }
  .menu__list:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .menu__item {
    border-bottom: 0.0625rem solid #f2f2f2;
  }
  .menu__link {
    display: flex;
  }
  [data-fls-menu] {
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.125rem;
    z-index: 102;
  }
  [data-fls-menu] span, [data-fls-menu]::before, [data-fls-menu]::after {
    content: "";
    right: 0rem;
    position: absolute;
    width: 100%;
    height: 0.125rem;
    background-color: var(--blueBg);
    z-index: 5;
  }
  [data-fls-menu]::before {
    top: 0rem;
    transition: transform var(--s) var(--e), top var(--s) var(--e);
  }
  [data-fls-menu]::after {
    bottom: 0rem;
    transition: transform var(--s) var(--e), bottom var(--s) var(--e);
  }
  [data-fls-menu] span {
    top: calc(50% - 0.0625rem);
    transition: width var(--s) var(--e);
  }
  [data-fls-menu-open] [data-fls-menu] span {
    width: 0rem;
  }
  [data-fls-menu-open] [data-fls-menu]::before {
    top: calc(50% - 0.0625rem);
    transform: rotate(-45deg);
  }
  [data-fls-menu-open] [data-fls-menu]::after {
    bottom: calc(50% - 0.0625rem);
    transform: rotate(45deg);
  }
  [data-fls-menu] div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2.5rem;
    height: 2.5rem;
  }
  .header__rows {
    justify-content: space-between;
  }
  .header__logo {
    position: relative;
    z-index: 102;
  }
  .header__wrapper {
    position: relative;
    z-index: 102;
  }
  .footer__rows {
    flex-direction: column;
    row-gap: 1.875rem;
  }
}
@media (max-width: 48em){
  .table,
  .content__column table {
    padding-top: 6.25e-8rem;
  }
  .table,
  .content__column table {
    padding-bottom: 6.25e-8rem;
  }
  .table,
  .content__column table {
    padding-left: 6.25e-8rem;
  }
  .table,
  .content__column table {
    padding-right: 6.25e-8rem;
  }
}
@media (max-width: 47.99875em) and (min-width: 75.625em){
  .certificates--size .gallery__image {
    height: 15.625rem;
  }
}
@media (max-width: 47.99875em) and (max-width: 20em){
  .certificates--size .gallery__image {
    height: 12.125rem;
  }
}
@media (max-width: 47.99875em) and (any-hover: none){
  .catalogs__close-icon {
    cursor: default;
  }
}
@media (max-width: 47.99875em){
  .pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.25rem;
    position: relative;
    z-index: 50;
  }
  .pagination .swiper-pagination-bullet {
    width: 1.875rem;
    height: 0.25rem;
    background-color: #d6d6d6;
    position: relative;
    border-radius: 2.5rem;
    transition: background-color var(--s) var(--e), width var(--s) var(--e);
    cursor: pointer;
  }
  .pagination .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .pagination .swiper-pagination-bullet-active {
    width: 2.875rem;
    background-color: var(--blueBg);
  }
  .navigation-prev,
  .navigation-next {
    display: none;
  }
  .menu-footer__item {
    border-bottom: 0.0625rem solid #f2f2f2;
  }
  .form__lines .form__line:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .form__line:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .home__button:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .certificates__parent:not(:last-child) {
    margin-bottom: 1.875rem;
  }
  .certificates__gallery:not(:last-child) {
    margin-bottom: 1.875rem;
  }
  .catalogs__close {
    padding: 0.625rem 1.25rem;
    display: flex;
    align-items: center;
  }
  .catalogs__close:not(:last-child) {
    margin-bottom: 0.625rem;
  }
  .catalogs__close-icon {
    display: block;
    position: relative;
    width: 1.875rem;
    margin: 0rem 0rem 0rem auto;
    height: 1.125rem;
    z-index: 102;
  }
  .catalogs__close-icon::before, .catalogs__close-icon::after {
    content: "";
    right: 0rem;
    position: absolute;
    width: 100%;
    height: 0.125rem;
    background-color: var(--blueBg);
    z-index: 5;
  }
  .catalogs__close-icon::before {
    top: calc(50% - 0.0625rem);
    transform: rotate(-45deg);
    transition: transform var(--s) var(--e), top var(--s) var(--e);
  }
  .catalogs__close-icon::after {
    bottom: calc(50% - 0.0625rem);
    transform: rotate(45deg);
    transition: transform var(--s) var(--e), bottom var(--s) var(--e);
  }
  [data-fls-menu-open] .catalogs__close-icon span {
    width: 0rem;
  }
  .catalogs__close-icon div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2.5rem;
    height: 2.5rem;
  }
  .catalogs__menu:not(:last-child) {
    margin-bottom: 1.875rem;
  }
  .catalogs__module {
    width: 100%;
    z-index: 300;
    overflow: auto;
    height: 100svh;
  }
  .card__picture {
    display: flex;
    justify-content: center;
  }
  .card__picture:not(:last-child) {
    margin-bottom: 1.875rem;
  }
  .card__image {
    width: 17.625rem;
    height: 16.25rem;
  }
  .card__body {
    display: flex;
    flex-direction: column;
  }
  [data-fls-target-content] {
    transition: left var(--s) var(--e);
    position: fixed;
    top: 0rem;
    left: -100%;
  }
  .--target_menu [data-fls-target-content] {
    left: 0rem;
  }
}
@media (max-width: 37.5em){
  .table,
  .content__column table {
    overflow: auto;
  }
  .table__row,
  .content__column table tr  {
    min-width: 35rem;
  }
}
@media (max-width: 29.99875em){
  .footer__logo {
    display: flex;
    justify-content: center;
  }
  .button--fwm {
    width: 100%;
  }
  .works__columns {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(11.25rem, 1fr));
  }
}
@media (max-width: 29.9375em){
  .table__item,
  .content__column table tr td {
    padding-left: 0.625rem;
  }
  .table__item,
  .content__column table tr td {
    padding-right: 0.625rem;
  }
}
@media (max-width: 22.5em){
  .home__button {
    padding-top: 0.65625rem;
  }
  .home__button {
    padding-bottom: 0.65625rem;
  }
  .characteristics {
    padding-left: 1.25rem;
  }
  .characteristics {
    padding-right: 1.25rem;
  }
}
@media (max-width: 20em){
  .title,
  .content__column h2 {
    font-size: 1.5rem;
  }
  .logo img {
    width: 4.375rem;
  }
  .logo img {
    height: 5rem;
  }
  .contacts__link {
    font-size: 1.125rem;
  }
  .page__content {
    padding-top: 1rem;
  }
  .page__content {
    padding-bottom: 2.5rem;
  }
  .page__content {
    margin-bottom: 2.5rem;
  }
  .page__advantages {
    margin-bottom: 2.5rem;
  }
  .page__works {
    margin-bottom: 2.5rem;
  }
  .page__certificates {
    margin-bottom: 2.5rem;
  }
  .page__catalogs {
    margin-bottom: 2.5rem;
  }
  .header__rows {
    column-gap: 0.9375rem;
  }
  .header .button {
    min-width: 10rem;
  }
  .header .button {
    padding-top: 0.875rem;
  }
  .header .button {
    padding-bottom: 0.875rem;
  }
  .header .button {
    padding-left: 1rem;
  }
  .header .button {
    padding-right: 1rem;
  }
  .footer__logo img {
    width: 6.25rem;
  }
  .footer__logo img {
    height: 5.625rem;
  }
  .form__title:not(:last-child) {
    margin-bottom: 1.875rem;
  }
  .form__politics:not(:last-child) {
    margin-bottom: 1.875rem;
  }
  .home {
    min-height: 21.25rem;
  }
  .home__title {
    font-size: 2rem;
  }
  .home__title:not(:last-child) {
    margin-bottom: 1.875rem;
  }
  .home__button span {
    font-size: 0.875rem;
  }
  .home__button--bg {
    font-size: 0.875rem;
  }
  .content__title:not(:last-child),
  .content__column h2:not(:last-child) {
    margin-bottom: 1.875rem;
  }
  .content__column p:not(:last-child) {
    margin-bottom: 0.875rem;
  }
  .content__column h3:not(:last-child) {
    margin-bottom: 0.875rem;
  }
  .content__column ul:not(:last-child) {
    margin-bottom: 0.875rem;
  }
  .content__column ol:not(:last-child) {
    margin-bottom: 0.875rem;
  }
  .content__columns {
    row-gap: 1.875rem;
  }
  .content__table:not(:last-child),
  .content__column table:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .table__item,
  .content__column table tr td {
    font-size: 0.75rem;
  }
  .advantages__title:not(:last-child) {
    margin-bottom: 1.875rem;
  }
  .advantages__icon {
    width: 3rem;
  }
  .advantages__icon {
    height: 3rem;
  }
  .works__map {
    height: 18.75rem;
  }
  .works__columns:not(:last-child) {
    margin-bottom: 1.875rem;
  }
  .certificates__title:not(:last-child) {
    margin-bottom: 1.875rem;
  }
  .gallery__image {
    height: 12.125rem;
  }
  .partners__title:not(:last-child) {
    margin-bottom: 1.875rem;
  }
  .partners__columns:not(:last-child) {
    margin-bottom: 1.875rem;
  }
  .catalogs__title-menu {
    font-size: 1.5rem;
  }
  .catalogs__title {
    font-size: 1.75rem;
  }
  .catalogs__title:not(:last-child) {
    margin-bottom: 1.875rem;
  }
  .catalogs__columns:not(:last-child) {
    margin-bottom: 1.875rem;
  }
  .catalogs__name {
    font-size: 1rem;
  }
  .catalogs__card:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .catalogs__characteristics:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .catalog__name {
    font-size: 1rem;
  }
  .catalog__price {
    font-size: 1.25rem;
  }
}
@media (max-width: 61.99875em) and (min-width: 20em) and (max-width: 75.625em){
  .menu__body {
    padding-top: clamp( 8.125rem , 7.45084269663125rem  +  3.3707865169vw , 10rem );
  }
}
@media (max-width: 61.99875em) and (min-width: 20em) and (max-width: 62em){
  .menu__body::before {
    height: clamp( 7.1875rem , 6.4732142857125rem  +  3.5714285714vw , 8.6875rem );
  }
}
@media (max-width: 47.99875em) and (min-width: 20em) and (max-width: 75.625em){
  .certificates--size .gallery__image {
    height: clamp( 12.125rem , 10.86657303370625rem  +  6.2921348315vw , 15.625rem );
  }
}
@media (min-width: 20em) and (max-width: 75.625em){
  .title,
  .content__column h2 {
    font-size: clamp( 1.5rem , 1.3202247191rem  +  0.8988764045vw , 2rem );
  }
  .logo img {
    width: clamp( 4.375rem , 3.04915730336875rem  +  6.6292134831vw , 8.0625rem );
  }
  .logo img {
    height: clamp( 5rem , 4.28089887640625rem  +  3.595505618vw , 7rem );
  }
  .contacts__link {
    font-size: clamp( 1.125rem , 1.03511235955rem  +  0.4494382022vw , 1.375rem );
  }
  .page__content {
    padding-top: clamp( 2.5rem , 1.82584269663125rem  +  3.3707865169vw , 4.375rem );
  }
  .page__content {
    padding-bottom: clamp( 2.5rem , 1.82584269663125rem  +  3.3707865169vw , 4.375rem );
  }
  .page__content {
    margin-bottom: clamp( 2.5rem , 1.82584269663125rem  +  3.3707865169vw , 4.375rem );
  }
  .page__advantages {
    margin-bottom: clamp( 2.5rem , 1.82584269663125rem  +  3.3707865169vw , 4.375rem );
  }
  .page__works {
    margin-bottom: clamp( 2.5rem , 1.82584269663125rem  +  3.3707865169vw , 4.375rem );
  }
  .page__certificates {
    margin-bottom: clamp( 2.5rem , 1.82584269663125rem  +  3.3707865169vw , 4.375rem );
  }
  .page__catalogs {
    margin-bottom: clamp( 2.5rem , 2.275280898875rem  +  1.1235955056vw , 3.125rem );
  }
  .header__rows {
    column-gap: clamp( 0.9375rem , 0.533005617975rem  +  2.0224719101vw , 2.0625rem );
  }
  .header .button {
    min-width: clamp( 10rem , 7.30337078651875rem  +  13.4831460674vw , 17.5rem );
  }
  .header .button {
    padding-top: clamp( 0.875rem , 0.78511235955rem  +  0.4494382022vw , 1.125rem );
  }
  .header .button {
    padding-bottom: clamp( 0.875rem , 0.78511235955rem  +  0.4494382022vw , 1.125rem );
  }
  .header .button {
    padding-left: clamp( 1rem , 0.91011235955rem  +  0.4494382022vw , 1.25rem );
  }
  .header .button {
    padding-right: clamp( 1rem , 0.91011235955rem  +  0.4494382022vw , 1.25rem );
  }
  .footer__logo img {
    width: clamp( 6.25rem , 5.59831460674375rem  +  3.2584269663vw , 8.0625rem );
  }
  .footer__logo img {
    height: clamp( 5.625rem , 5.130617977525rem  +  2.4719101124vw , 7rem );
  }
  .form__title:not(:last-child) {
    margin-bottom: clamp( 1.875rem , 1.650280898875rem  +  1.1235955056vw , 2.5rem );
  }
  .form__politics:not(:last-child) {
    margin-bottom: clamp( 1.875rem , 1.29073033708125rem  +  2.9213483146vw , 3.5rem );
  }
  .home {
    min-height: clamp( 21.25rem , 18.8679775280875rem  +  11.9101123596vw , 27.875rem );
  }
  .home__title {
    font-size: clamp( 2rem , 1.6404494382rem  +  1.797752809vw , 3rem );
  }
  .home__title:not(:last-child) {
    margin-bottom: clamp( 1.875rem , 1.650280898875rem  +  1.1235955056vw , 2.5rem );
  }
  .home__button span {
    font-size: clamp( 0.875rem , 0.78511235955rem  +  0.4494382022vw , 1.125rem );
  }
  .home__button--bg {
    font-size: clamp( 0.875rem , 0.78511235955rem  +  0.4494382022vw , 1.125rem );
  }
  .content__title:not(:last-child),
  .content__column h2:not(:last-child) {
    margin-bottom: clamp( 1.875rem , 1.42556179775rem  +  2.2471910112vw , 3.125rem );
  }
  .content__column p:not(:last-child) {
    margin-bottom: clamp( 0.875rem , 0.650280898875rem  +  1.1235955056vw , 1.5rem );
  }
  .content__column h3:not(:last-child) {
    margin-bottom: clamp( 0.875rem , 0.650280898875rem  +  1.1235955056vw , 1.5rem );
  }
  .content__column ul:not(:last-child) {
    margin-bottom: clamp( 0.875rem , 0.650280898875rem  +  1.1235955056vw , 1.5rem );
  }
  .content__column ol:not(:last-child) {
    margin-bottom: clamp( 0.875rem , 0.650280898875rem  +  1.1235955056vw , 1.5rem );
  }
  .content__columns {
    row-gap: clamp( 1.875rem , 1.42556179775rem  +  2.2471910112vw , 3.125rem );
  }
  .content__table:not(:last-child),
  .content__column table:not(:last-child) {
    margin-bottom: clamp( 2.5rem , 2.275280898875rem  +  1.1235955056vw , 3.125rem );
  }
  .table__item,
  .content__column table tr td {
    font-size: clamp( 0.75rem , 0.705056179775rem  +  0.2247191011vw , 0.875rem );
  }
  .advantages__title:not(:last-child) {
    margin-bottom: clamp( 1.875rem , 1.42556179775rem  +  2.2471910112vw , 3.125rem );
  }
  .advantages__icon {
    width: clamp( 3rem , 2.775280898875rem  +  1.1235955056vw , 3.625rem );
  }
  .advantages__icon {
    height: clamp( 3rem , 2.775280898875rem  +  1.1235955056vw , 3.625rem );
  }
  .works__map {
    height: clamp( 18.75rem , 16.05337078651875rem  +  13.4831460674vw , 26.25rem );
  }
  .works__columns:not(:last-child) {
    margin-bottom: clamp( 1.875rem , 1.5379213483125rem  +  1.6853932584vw , 2.8125rem );
  }
  .certificates__title:not(:last-child) {
    margin-bottom: clamp( 1.875rem , 1.42556179775rem  +  2.2471910112vw , 3.125rem );
  }
  .gallery__image {
    height: clamp( 12.125rem , 10.86657303370625rem  +  6.2921348315vw , 15.625rem );
  }
  .partners__title:not(:last-child) {
    margin-bottom: clamp( 1.875rem , 1.42556179775rem  +  2.2471910112vw , 3.125rem );
  }
  .partners__columns:not(:last-child) {
    margin-bottom: clamp( 1.875rem , 1.5379213483125rem  +  1.6853932584vw , 2.8125rem );
  }
  .catalogs__title-menu {
    font-size: clamp( 1.5rem , 1.3202247191rem  +  0.8988764045vw , 2rem );
  }
  .catalogs__title {
    font-size: clamp( 1.75rem , 1.5702247191rem  +  0.8988764045vw , 2.25rem );
  }
  .catalogs__title:not(:last-child) {
    margin-bottom: clamp( 1.875rem , 1.42556179775rem  +  2.2471910112vw , 3.125rem );
  }
  .catalogs__columns:not(:last-child) {
    margin-bottom: clamp( 1.875rem , 1.42556179775rem  +  2.2471910112vw , 3.125rem );
  }
  .catalogs__name {
    font-size: clamp( 1rem , 0.955056179775rem  +  0.2247191011vw , 1.125rem );
  }
  .catalogs__card:not(:last-child) {
    margin-bottom: clamp( 2.5rem , 2.05056179775rem  +  2.2471910112vw , 3.75rem );
  }
  .catalogs__characteristics:not(:last-child) {
    margin-bottom: clamp( 2.5rem , 2.05056179775rem  +  2.2471910112vw , 3.75rem );
  }
  .catalog__name {
    font-size: clamp( 1rem , 0.955056179775rem  +  0.2247191011vw , 1.125rem );
  }
  .catalog__price {
    font-size: clamp( 1.25rem , 1.205056179775rem  +  0.2247191011vw , 1.375rem );
  }
}
@media (min-width: 22.5em) and (max-width: 75.625em){
  .home__button {
    padding-top: clamp( 0.65625rem , 0.44448529411875rem  +  0.9411764706vw , 1.15625rem );
  }
  .home__button {
    padding-bottom: clamp( 0.65625rem , 0.44448529411875rem  +  0.9411764706vw , 1.15625rem );
  }
  .characteristics {
    padding-left: clamp( 1.25rem , 0.56176470588125rem  +  3.0588235294vw , 2.875rem );
  }
  .characteristics {
    padding-right: clamp( 1.25rem , 0.56176470588125rem  +  3.0588235294vw , 2.875rem );
  }
}
@media (min-width: 29.9375em) and (max-width: 75.625em){
  .table__item,
  .content__column table tr td {
    padding-left: clamp( 0.625rem , 0.21545827633125rem  +  1.3679890561vw , 1.25rem );
  }
  .table__item,
  .content__column table tr td {
    padding-right: clamp( 0.625rem , 0.21545827633125rem  +  1.3679890561vw , 1.25rem );
  }
}
@media (min-width: 29.99875em){
  .works__columns {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
  }
  .works__column {
    flex: 1 1 calc(16.666% - 1.25rem);
    min-width: 11.25rem;
    max-width: 11.25rem;
  }
}
@media (min-width: 47.99875em) and (min-width: 75.625em){
  .certificates--size .gallery__image {
    height: 8.9375rem;
  }
  .gallery__slider-small {
    max-width: 36.875rem;
  }
  .catalogs__box {
    column-gap: 2.25rem;
  }
  .catalogs__menu {
    min-width: 17.3125rem;
  }
  .catalogs__menu {
    max-width: 17.3125rem;
  }
  .card__column {
    column-gap: 5rem;
  }
  .card__picture {
    padding-left: 2.4375rem;
  }
  .card__image {
    min-width: 17.625rem;
  }
  .card__image {
    width: 17.625rem;
  }
  .card__image {
    height: 16.25rem;
  }
}
@media (min-width: 47.99875em) and (min-width: 62em) and (max-width: 75.625em){
  .catalogs__box {
    column-gap: clamp( 1.25rem , -3.30045871559375rem  +  7.3394495413vw , 2.25rem );
  }
}
@media (min-width: 47.99875em) and (min-width: 48em) and (max-width: 75.625em){
  .gallery__slider-small {
    max-width: clamp( 25rem , 4.36651583710625rem  +  42.9864253394vw , 36.875rem );
  }
  .catalogs__menu {
    min-width: clamp( 13.75rem , 7.55995475113125rem  +  12.8959276018vw , 17.3125rem );
  }
  .catalogs__menu {
    max-width: clamp( 13.75rem , 7.55995475113125rem  +  12.8959276018vw , 17.3125rem );
  }
  .card__column {
    column-gap: clamp( 1.875rem , -3.55486425339375rem  +  11.3122171946vw , 5rem );
  }
  .card__picture {
    padding-left: clamp( 6.25e-8rem , -4.23529394655rem  +  8.8235291855vw , 2.4375rem );
  }
  .card__image {
    min-width: clamp( 12.5rem , 3.5950226244375rem  +  18.5520361991vw , 17.625rem );
  }
  .card__image {
    width: clamp( 12.5rem , 3.5950226244375rem  +  18.5520361991vw , 17.625rem );
  }
  .card__image {
    height: clamp( 11.25rem , 2.56221719456875rem  +  18.0995475113vw , 16.25rem );
  }
}
@media (min-width: 47.99875em) and (min-width: 20em) and (max-width: 75.625em){
  .certificates--size .gallery__image {
    height: clamp( 8.9375rem , 13.27106741573125rem  +  -5.7303370787vw , 12.125rem );
  }
}
@media (min-width: 47.99875em) and (max-width: 62em){
  .catalogs__box {
    column-gap: 1.25rem;
  }
}
@media (min-width: 47.99875em) and (max-width: 48em){
  .gallery__slider-small {
    max-width: 25rem;
  }
  .catalogs__menu {
    min-width: 13.75rem;
  }
  .catalogs__menu {
    max-width: 13.75rem;
  }
  .card__column {
    column-gap: 1.875rem;
  }
  .card__picture {
    padding-left: 6.25e-8rem;
  }
  .card__image {
    min-width: 12.5rem;
  }
  .card__image {
    width: 12.5rem;
  }
  .card__image {
    height: 11.25rem;
  }
}
@media (min-width: 47.99875em) and (max-width: 20em){
  .certificates--size .gallery__image {
    height: 12.125rem;
  }
}
@media (min-width: 47.99875em) and (any-hover: hover){
  .contacts__link {
    transition: color var(--s) var(--e);
  }
  .contacts__link:hover {
    color: var(--blueColor);
  }
  .navigation-prev::before,
  .navigation-next::before {
    transition: color var(--s) var(--e);
  }
  .menu__link {
    transition: color var(--s) var(--e);
  }
  .menu__link:hover {
    color: var(--blueColor);
  }
  .header__icon-message {
    transition: transform var(--s) var(--e);
  }
  .header__icon-message:hover {
    transform: scale(1.2);
    will-change: transform;
  }
  .menu-footer__link {
    transition: color var(--s) var(--e);
  }
  .menu-footer__link:hover {
    color: var(--blueColor);
  }
  .form__link span {
    transition: border var(--s) var(--e);
  }
  .form__link {
    transition: color var(--s) var(--e);
  }
  .form__link:hover {
    color: #f7aa10;
  }
  .form__link:hover span {
    border-bottom: 0.0625rem dashed #f7aa10;
  }
  .button {
    transition: color var(--s) var(--e), background-color var(--s) var(--e);
  }
  .button:hover {
    background-color: #f7aa10;
  }
  .button--bg:hover {
    background-color: var(--blueBg);
    color: var(--whiteColor);
  }
  .button--bg3:hover {
    background-color: #6e9600;
    color: var(--whiteColor);
  }
  .home__button {
    transition: color var(--s) var(--e), background-color var(--s) var(--e);
  }
  .home__button:hover {
    background-color: var(--blueBg);
    color: var(--whiteColor);
  }
  .home__button--bg::before {
    transition: opacity var(--s) var(--e);
  }
  .home__button--bg:hover::before {
    opacity: 1;
  }
  .content__column:hover .content__image {
    transform: scale(1.1);
  }
  .content__column:hover .content__name {
    color: var(--blueColor);
  }
  .content__picture {
    overflow: hidden;
  }
  .content__image {
    transition: transform 0.5s var(--e);
  }
  .content__name {
    transition: color var(--s) var(--e);
  }
  .works__picture {
    overflow: hidden;
  }
  .works__picture:hover .works__image {
    transform: scale(1.1);
  }
  .works__image {
    transition: transform 0.5s var(--e);
  }
  .works__name {
    transition: color var(--s) var(--e);
  }
  .works__name:hover {
    color: var(--blueColor);
  }
  .gallery__slide:hover .gallery__image {
    transform: scale(0.95);
  }
  .gallery__image {
    transition: transform var(--s) var(--e);
  }
  .catalogs__link {
    transition: color var(--s) var(--e), background-color var(--s) var(--e);
  }
  .catalogs__link:hover {
    background-color: var(--blueBg);
    color: var(--whiteColor);
  }
  .catalogs__column:hover .catalogs__image {
    transform: scale(1.07);
  }
  .catalogs__column:hover .catalogs__name {
    color: var(--blueColor);
  }
  .catalogs__picture {
    overflow: hidden;
  }
  .catalogs__image {
    transition: transform 0.5s var(--e);
  }
  .catalogs__name {
    transition: color var(--s) var(--e);
  }
  .catalogs__tag {
    transition: color var(--s) var(--e), background-color var(--s) var(--e), transform var(--s) var(--e);
  }
  .catalogs__tag:hover {
    color: var(--whiteColor);
    background-color: var(--blueBg);
    transform: scale(0.95);
  }
  .catalog__picture {
    overflow: hidden;
  }
  .catalog__picture:hover .catalog__image {
    transform: scale(1.05);
  }
  .catalog__image {
    transition: transform 0.5s var(--e);
  }
  .catalog__name {
    transition: color var(--s) var(--e);
  }
  .catalog__name:hover {
    color: var(--blueColor);
  }
  .breadcrumbs__link {
    transition: all var(--s) var(--e);
  }
  .breadcrumbs__link {
    transition: all var(--s) var(--e);
  }
  .breadcrumbs__link:hover {
    color: var(--blueColor);
  }
}
@media (min-width: 47.99875em){
  .pagination {
    display: none;
  }
  .navigation-prev,
  .navigation-next {
    position: absolute;
    top: 50%;
    transform: translate(0rem, -50%);
    cursor: pointer;
    z-index: 50;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    background-color: var(--whiteBg);
    border: 0.0625rem solid #e3eae6;
  }
  .navigation-prev::before,
  .navigation-next::before {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 0.625rem;
  }
  .navigation-prev {
    left: 0rem;
  }
  .navigation-prev::before {
    transform: translate(-60%, -50%) rotate(-180deg);
  }
  .navigation-next {
    right: 0rem;
  }
  .navigation-next::before {
    transform: translate(-40%, -50%);
  }
  .menu-footer__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .form {
    max-width: 48.75rem;
    margin: 0rem auto;
  }
  .form__lines {
    display: flex;
    gap: 1.25rem;
  }
  .button--mobile {
    display: none;
  }
  .home__buttons {
    display: flex;
    column-gap: 1.375rem;
  }
  .gallery__slider-small {
    margin: 0rem auto;
  }
  .catalogs__box {
    display: flex;
  }
  .catalogs__close {
    display: none;
  }
  .catalogs__close-icon {
    display: none;
  }
  .card__column {
    display: flex;
  }
  .card__body {
    max-width: 24.9375rem;
  }
}
@media (min-width: 48rem){
	.lg-outer .lg-thumb {
		padding: 0.625rem 0;
	}
	.lg-outer .lg-thumb-item {
		border-radius: 0.25rem;
		border: 0.125rem solid #fff;
		-webkit-transition: border-color 0.25s ease;
		-o-transition: border-color 0.25s ease;
		transition: border-color 0.25s ease;
	}
}
@media (min-width: 48em) and (max-width: 75.625em){
  .table,
  .content__column table {
    padding-top: clamp( 6.25e-8rem , -3.2579183809375rem  +  6.7873300905vw , 1.875rem );
  }
  .table,
  .content__column table {
    padding-bottom: clamp( 6.25e-8rem , -3.2579183809375rem  +  6.7873300905vw , 1.875rem );
  }
  .table,
  .content__column table {
    padding-left: clamp( 6.25e-8rem , -3.2579183809375rem  +  6.7873300905vw , 1.875rem );
  }
  .table,
  .content__column table {
    padding-right: clamp( 6.25e-8rem , -3.2579183809375rem  +  6.7873300905vw , 1.875rem );
  }
}
@media (min-width: 61.99875em) and (min-width: 75.625em){
  .contacts {
    column-gap: 2rem;
  }
}
@media (min-width: 61.99875em) and (min-width: 62em) and (max-width: 75.625em){
  .contacts {
    column-gap: clamp( 0.9375rem , -3.89736238531875rem  +  7.7981651376vw , 2rem );
  }
}
@media (min-width: 61.99875em) and (max-width: 62em){
  .contacts {
    column-gap: 0.9375rem;
  }
}
@media (min-width: 61.99875em){
  .contacts {
    display: flex;
    align-items: center;
  }
  .page__works {
    max-width: 160rem;
    margin: 0rem auto;
  }
  .menu__list {
    display: flex;
    justify-content: space-between;
    column-gap: 0.9375rem;
  }
  [data-fls-menu] {
    display: none;
  }
  .header__row {
    width: 100%;
  }
  .header__wrapper:not(:last-child) {
    margin-bottom: 1rem;
  }
  .header__contacts {
    align-self: flex-end;
    margin-bottom: 0.25rem;
  }
  .header__links {
    align-self: flex-end;
    margin-bottom: 0.25rem;
  }
  .footer__rows {
    column-gap: 1.25rem;
    justify-content: space-between;
    align-items: center;
  }
  .menu-footer {
    max-width: 60.1875rem;
  }
  .home {
    max-width: 160rem;
    margin: 0rem auto;
  }
  .order {
    max-width: 160rem;
    margin: 0rem auto;
  }
  .characteristics {
    max-width: 50rem;
    margin: 0rem 1.25rem;
  }
}
@media (min-width: 62em) and (max-width: 75.625em){
  .footer__contacts {
    column-gap: clamp( 0.9375rem , -10.43864678899375rem  +  18.3486238532vw , 3.4375rem );
  }
  .block-buttons .button {
    min-width: clamp( 5rem , -0.68807339449375rem  +  9.1743119266vw , 6.25rem );
  }
  .button {
    min-width: clamp( 13.75rem , -3.3142201834875rem  +  27.5229357798vw , 17.5rem );
  }
  .home__button {
    min-width: clamp( 16.25rem , 10.56192660550625rem  +  9.1743119266vw , 17.5rem );
  }
}
@media (min-width: 62em) and (max-width: 70em){
  .header__wrapper {
    column-gap: clamp( 0.9375rem , -22.796875rem  +  38.28125vw , 4rem );
  }
  .header__body {
    column-gap: clamp( 0.9375rem , -22.796875rem  +  38.28125vw , 4rem );
  }
}
@media (min-width: 70em){
  .header__wrapper {
    column-gap: 4rem;
  }
  .header__body {
    column-gap: 4rem;
  }
}
@media (min-width: 75.625em){
  .title,
  .content__column h2 {
    font-size: 2rem;
  }
  .logo img {
    width: 8.0625rem;
  }
  .logo img {
    height: 7rem;
  }
  .contacts__link {
    font-size: 1.375rem;
  }
  .page__content {
    padding-top: 1em;
  }
  .page__content {
    padding-bottom: 4.375rem;
  }
  .page__content {
    margin-bottom: 4.375rem;
  }
  .page__advantages {
    margin-bottom: 4.375rem;
  }
  .page__works {
    margin-bottom: 4.375rem;
  }
  .page__certificates {
    margin-bottom: 4.375rem;
  }
  .page__catalogs {
    margin-bottom: 3.125rem;
  }
  .header__rows {
    column-gap: 2.0625rem;
  }
  .header .button {
    min-width: 17.5rem;
  }
  .header .button {
    padding-top: 1.125rem;
  }
  .header .button {
    padding-bottom: 1.125rem;
  }
  .header .button {
    padding-left: 1.25rem;
  }
  .header .button {
    padding-right: 1.25rem;
  }
  .footer__logo img {
    width: 8.0625rem;
  }
  .footer__logo img {
    height: 7rem;
  }
  .footer__contacts {
    column-gap: 3.4375rem;
  }
  .form__title:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .form__politics:not(:last-child) {
    margin-bottom: 3.5rem;
  }
  .block-buttons .button {
    min-width: 6.25rem;
  }
  .button {
    min-width: 17.5rem;
  }
  .home {
    min-height: 27.875rem;
  }
  .home__title {
    font-size: 3rem;
  }
  .home__title:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .home__button {
    padding-top: 1.15625rem;
  }
  .home__button {
    padding-bottom: 1.15625rem;
  }
  .home__button {
    min-width: 17.5rem;
  }
  .home__button span {
    font-size: 1.125rem;
  }
  .home__button--bg {
    font-size: 1.125rem;
  }
  .content__title:not(:last-child),
  .content__column h2:not(:last-child) {
    margin-bottom: 3.125rem;
  }
  .content__column p:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .content__column h3:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .content__column ul:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .content__column ol:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .content__columns {
    row-gap: 3.125rem;
  }
  .content__table:not(:last-child),
  .content__column table:not(:last-child) {
    margin-bottom: 3.125rem;
  }
  .table,
  .content__column table {
    padding-top: 1.875rem;
  }
  .table,
  .content__column table {
    padding-bottom: 1.875rem;
  }
  .table,
  .content__column table {
    padding-left: 1.875rem;
  }
  .table,
  .content__column table {
    padding-right: 1.875rem;
  }
  .table__item,
  .content__column table tr td {
    font-size: 0.875rem;
  }
  .table__item,
  .content__column table tr td {
    padding-left: 1.25rem;
  }
  .table__item,
  .content__column table tr td {
    padding-right: 1.25rem;
  }
  .advantages__title:not(:last-child) {
    margin-bottom: 3.125rem;
  }
  .advantages__icon {
    width: 3.625rem;
  }
  .advantages__icon {
    height: 3.625rem;
  }
  .works__map {
    height: 26.25rem;
  }
  .works__columns:not(:last-child) {
    margin-bottom: 2.8125rem;
  }
  .certificates__title:not(:last-child) {
    margin-bottom: 3.125rem;
  }
  .gallery__image {
    height: 15.625rem;
  }
  .partners__title:not(:last-child) {
    margin-bottom: 3.125rem;
  }
  .partners__columns:not(:last-child) {
    margin-bottom: 2.8125rem;
  }
  .catalogs__title-menu {
    font-size: 2rem;
  }
  .catalogs__title {
    font-size: 2.25rem;
  }
  .catalogs__title:not(:last-child) {
    margin-bottom: 3.125rem;
  }
  .catalogs__columns:not(:last-child) {
    margin-bottom: 3.125rem;
  }
  .catalogs__name {
    font-size: 1.125rem;
  }
  .catalogs__card:not(:last-child) {
    margin-bottom: 3.75rem;
  }
  .catalogs__characteristics:not(:last-child) {
    margin-bottom: 3.75rem;
  }
  .catalog__name {
    font-size: 1.125rem;
  }
  .catalog__price {
    font-size: 1.375rem;
  }
  .characteristics {
    padding-left: 2.875rem;
  }
  .characteristics {
    padding-right: 2.875rem;
  }
}
@media (any-hover: hover){
  .navigation-prev,
  .navigation-next {
    transition: background-color var(--s) var(--e), opacity var(--s) var(--e);
  }
  .navigation-prev:hover,
  .navigation-next:hover {
    background-color: var(--blueBg);
  }
  .navigation-prev:hover::before,
  .navigation-next:hover::before {
    color: var(--whiteColor);
  }
  .select__option:hover {
    background-color: var(--blueBg);
    color: var(--whiteColor);
  }
}

/*PVK*/