

/* Start:/local/templates/liora_qscape/css/main.css?1787127353151854*/
@charset "UTF-8";
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
:root {
    --shadow-soft: 0 4px 10px 4px hsl(215 25% 15% / 0.1);
    --snadow-soft-accent: 0 2px 10px -2px hsla(219, 100%, 50%, 0.3);
  }
.\!container{
  width: 100% !important;
}
.container{
  width: 100%;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.block{
  display: block;
}
.flex{
  display: flex;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.resize{
  resize: both;
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
@font-face {
  font-family: "Golos";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Golos-Text_Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geist-Bold";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Geist-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geist-Medium-Regular";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Geist-Medium-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* COLOR */
.header {
  height: 64px;
  background-color: rgb(49, 60, 78);
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.header__container p {
  color: rgb(255, 255, 255);
}
.header__map {
  display: flex;
  flex-direction: row;
  gap: 5px;
}
.header__info {
  display: flex;
  flex-direction: row;
  gap: 107px;
}
.header__info-items {
  align-items: center;
  display: flex;
  flex-direction: row;
}
.header__info-mail {
  margin-right: 44px;
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.header__info-phone {
  display: flex;
  flex-direction: row;
  gap: 11px;
}
.header__info-icons {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-right: 56px;
}
.header__order-a-call {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  gap: 4px;
}

@font-face {
  font-family: "Golos";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Golos-Text_Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geist-Bold";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Geist-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geist-Medium-Regular";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Geist-Medium-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* COLOR */
.menu-header {
  position: fixed;
  display: none;
  z-index: 20;
  top: 0;
  left: 0;
  height: 100vh;
  overflow-y: auto;
  width: 100vw;
  background-color: rgb(255, 255, 255);
}
.menu-header__container {
  padding: 24px 0;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
}
.menu-header__title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 36px;
  padding: 0 20px;
}
.menu-header__title p {
  font-size: 20px;
  line-height: 124%;
  font-family: "Golos", sans-serif;
  color: rgb(49, 60, 78);
}
.menu-header__items {
  display: none;
  flex-direction: column;
  gap: 36px;
  margin-bottom: 36px;
}
.menu-header__item {
  width: 100%;
}
.menu-header__item-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  height: 56px;
  color: #313C4E;
  font-family: "Golos", sans-serif;
}
.menu-header__item-title--active {
  background-color: rgb(238, 75, 0);
}
.menu-header__item-title p {
  font-size: 16px;
  line-height: 20px;
}
.menu-header__item-title svg {
  transform: rotate(-180deg);
}
.menu-header__item-contents {
  display: flex;
  flex-direction: column;
  height: 0;
  overflow: hidden;
}
.menu-header__item-contents a {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px 20px;
  font-size: 16px;
  line-height: 20px;
  color: #313C4E;
  font-family: "Golos", sans-serif;
  border-bottom: 1px solid #E1E1E1;
}
.menu-header__footer {
  padding: 0 16px 0 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.menu-header__footer button {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
}
.menu-header__footer button p {
  font-size: 16px;
  line-height: 100%;
  font-family: "Golos", sans-serif;
}
.menu-header__footer-two {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.menu-header__footer-two p {
  font-size: 16px;
  line-height: 100%;
  font-family: "Golos", sans-serif;
}
.menu-header__footer-two a {
  display: flex;
  flex-direction: row;
  gap: 11px;
}
.menu-header__footer-two-item {
  display: flex;
  flex-direction: row;
  gap: 11px;
}
.menu-header__footer svg path {
  stroke: rgb(49, 60, 78);
}
.menu-header__footer-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.menu-header__footer-links p {
  font-size: 16px;
  line-height: 100%;
  font-family: "Golos", sans-serif;
}
.menu-header__footer-items {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.menu-header__navs {
  display: flex;
  flex-direction: column;
  padding: 0 16px;
}
.menu-header__nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  font-size: 16px;
  line-height: 20px;
  font-family: "Golos", sans-serif;
  color: rgb(49, 60, 78);
}
.menu-header__nav svg {
  transform: rotate(90deg);
}

.menu-header__item-title--active {
  color: white;
}
.menu-header__item-title--active svg {
  transform: rotate(0deg) !important;
}
.menu-header__item-title--active svg path {
  stroke: white;
}

@font-face {
  font-family: "Golos";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Golos-Text_Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geist-Bold";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Geist-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geist-Medium-Regular";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Geist-Medium-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* COLOR */
.nav-bar {
  height: 97px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid rgb(225, 225, 225);
}
.nav-bar__container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-bar__links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.nav-bar__links a {
  font-size: 20px;
  font-family: "Golos", sans-serif;
  color: rgb(49, 60, 78);
}

.menu {
  margin-top: 97px;
  position: absolute;
  background-color: rgb(255, 255, 255);
  padding: 40px 30px 30px 30px;
  display: none;
  flex-direction: row;
  top: -2px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  gap: 34px;
  z-index: 10;
}
.menu__left-items {
  width: 268px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.menu__left-item {
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.menu__left-item p {
  color: rgb(49, 60, 78);
  font-size: 20px;
  line-height: 124%;
  font-family: "Golos", sans-serif;
  transition: all 0.3s ease;
}
.menu__left-item svg path {
  transition: all 0.3s ease;
}
.menu__left-item:hover {
  background-color: rgb(238, 75, 0);
}
.menu__left-item:hover p {
  color: rgb(255, 255, 255) !important;
}
.menu__left-item:hover svg path {
  stroke: rgb(255, 255, 255) !important;
}
.menu__center-items {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 422px;
}
.menu__center-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  cursor: pointer;
}
.menu__center-item:hover .menu__center-title p {
  color: rgb(238, 75, 0);
}
.menu__center-title {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 16px;
}
.menu__center-title p {
  color: rgb(49, 60, 78);
  font-size: 20px;
  line-height: 124%;
  transition: all 0.3s ease;
  font-family: "Golos", sans-serif;
}
.menu__center-subtitle {
  color: rgb(169, 169, 169);
  font-size: 16px;
  line-height: 100%;
  font-family: "Golos", sans-serif;
}
.menu__right-dop {
  margin-bottom: 5px;
  color: rgb(169, 169, 169);
  font-size: 16px;
  line-height: 18px;
  font-family: "Golos", sans-serif;
}
.menu__right-items {
  display: flex;
  flex-direction: column;
  gap: 25px;
  max-width: 470px;
}
.menu__right-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  cursor: pointer;
}
.menu__right-item:hover .menu__right-title p {
  color: rgb(238, 75, 0);
}
.menu__right-title {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 16px;
}
.menu__right-title p {
  color: rgb(49, 60, 78);
  font-size: 20px;
  line-height: 124%;
  transition: all 0.3s ease;
  font-family: "Golos", sans-serif;
}
.menu__right-subtitle {
  color: rgb(169, 169, 169);
  font-size: 16px;
  line-height: 100%;
  font-family: "Golos", sans-serif;
}
.menu__center-dop {
  margin-bottom: -4px;
  color: rgb(169, 169, 169);
  font-size: 16px;
  line-height: 18px;
  font-family: "Golos", sans-serif;
}
.menu__open-tab-content {
  width: 923px;
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.active-menu-tab-button {
  background-color: rgb(238, 75, 0);
}
.active-menu-tab-button p {
  color: rgb(255, 255, 255) !important;
}
.active-menu-tab-button svg path {
  stroke: rgb(255, 255, 255) !important;
}

@font-face {
  font-family: "Golos";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Golos-Text_Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geist-Bold";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Geist-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geist-Medium-Regular";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Geist-Medium-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* COLOR */
.footer {
  background-color: rgb(41, 51, 69);
  padding: 90px 0 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.footer__fon {
  right: 0;
  top: 0;
  z-index: 1;
  position: absolute;
}
.footer__container {
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.footer__container h2 {
  width: 1072px;
  color: rgb(255, 255, 255);
}
.footer__info {
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin-bottom: 60px;
}
.footer__info-map {
  display: flex;
  flex-direction: row;
  gap: 23px;
  justify-content: space-between;
}
.footer__info-map-img {
  display: flex;
  flex-direction: row;
  gap: 21px;
}
.footer__info-map-phone {
  margin-top: 63px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footer__info-map-phone .footer__info-map-phone__link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  gap: 16px;
  color: rgb(255, 255, 255);
  font-family: "Golos", sans-serif;
  font-size: 20px;
  line-height: 100%;
}
.footer__info-map-phone .footer__info-map-phone__link p {
  color: rgb(255, 255, 255);
  font-family: "Golos", sans-serif;
  font-size: 20px;
  line-height: 100%;
  flex-wrap: wrap;
}
.footer__info-desc {
  margin-top: 111px;
  display: flex;
  gap: 104px;
  flex-direction: column;
  justify-content: space-between;
}
.footer__info-desc a, .footer__info-desc p {
  color: rgb(255, 255, 255);
  font-family: "Golos", sans-serif;
  font-size: 20px;
  line-height: 100%;
}
.footer__info-desc p {
  width: 499px;
}
.footer__info-desc-icons {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.footer__info-desc-bottom {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__info-map-block {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 499px;
}
.footer__info-map-block a {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.footer__info-map-block a p {
  color: rgb(255, 255, 255);
  font-family: "Golos", sans-serif;
  font-size: 20px;
  line-height: 100%;
}
.footer__info-map-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer__info-map-text p {
  flex-wrap: wrap;
  display: flex;
  width: auto;
}
.footer__nav {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.footer__nav-container {
  margin-top: 60px;
}
.footer__nav-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.footer__nav-left {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer__nav-text {
  display: flex;
  flex-direction: column;
  color: rgba(224, 224, 224, 0.5);
  font-size: 16px;
  line-height: 100%;
  gap: 8px;
}
.footer__nav-right {
  display: flex;
  flex-direction: row;
  gap: 216px;
}
.footer__nav-items {
  display: flex;
  flex-direction: row;
  gap: 111px;
}
.footer__nav-item {
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: rgb(255, 255, 255);
  font-family: "Golos", sans-serif;
  line-height: 100%;
  font-size: 20px;
}
.footer__order-a-call {
  display: flex;
  flex-direction: row;
  gap: 4px;
  color: rgb(255, 255, 255);
  font-family: "Golos", sans-serif;
  line-height: 100%;
  font-size: 20px;
}
.footer__nav-order-a-call {
  display: flex;
  width: 306px;
  flex-direction: column;
  gap: 90px;
}
.footer__nav-order-a-call p {
  width: auto;
  color: rgb(101, 116, 130);
  font-family: "Golos", sans-serif;
  font-size: 16px;
  line-height: 100%;
}
.footer__nav-bottom {
  margin-top: 74px;
  color: rgb(101, 116, 130);
  font-family: "Golos", sans-serif;
  font-size: 16px;
  line-height: 100%;
  display: flex;
  position: relative;
}
.footer__nav-bottom p {
  position: absolute;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.footer__info-map-mail {
  margin-top: 31px;
}

.footer__info-map-phone {
  margin-top: 42px;
}

.privacy-policy {
  z-index: 2;
}

@font-face {
  font-family: "Golos";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Golos-Text_Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geist-Bold";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Geist-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geist-Medium-Regular";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Geist-Medium-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* COLOR */
.catalogue-other-questions__subtitle {
  gap: 18px !important;
  align-items: start !important;
}

@font-face {
  font-family: "Golos";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Golos-Text_Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geist-Bold";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Geist-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geist-Medium-Regular";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Geist-Medium-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* COLOR */
.section-container {
  width: 100% !important;
  align-items: center;
  justify-content: center;
  display: flex;
}
.section-container h2 {
  margin-bottom: 20px;
}

.nav-bar__links a {
  text-decoration: none;
  transition: all 0.3s ease;
  border-bottom: 2px solid transparent;
}
.nav-bar__links a:hover {
  text-decoration: none !important;
  border-bottom: 2px solid rgb(49, 60, 78);
}

.header__info-mail,
.header__info-phone,
.header__order-a-call,
.footer__info-map-phone__link,
.footer__info-map-mail-test,
.footer__info-map-phone-test,
.footer__info-desc-mail-test,
.footer__nav-item a,
.footer__order-a-call {
  width: -moz-max-content;
  width: max-content;
  text-decoration: none;
  transition: all 0.3s ease;
  border-bottom: 2px solid transparent;
}
.header__info-mail:hover,
.header__info-phone:hover,
.header__order-a-call:hover,
.footer__info-map-phone__link:hover,
.footer__info-map-mail-test:hover,
.footer__info-map-phone-test:hover,
.footer__info-desc-mail-test:hover,
.footer__nav-item a:hover,
.footer__order-a-call:hover {
  text-decoration: none !important;
  border-bottom: 2px solid rgb(255, 255, 255);
}

.header__info-phone,
.header__info-mail,
.footer__info-map-phone__link,
.footer__info-map-mail-test,
.footer__info-map-phone-test,
.footer__info-desc-mail-test,
.footer__nav-item a,
.footer__order-a-call {
  padding-bottom: 2px;
}

.header__info-icons a,
.footer__info-desc-icons a {
  transition: all 0.3s ease;
}
.header__info-icons a:hover,
.footer__info-desc-icons a:hover {
  opacity: 0.7;
}

.cookies-all-right span {
  text-decoration: none;
  transition: all 0.3s ease;
  border-bottom: 2px solid transparent;
}
.cookies-all-right span:hover {
  text-decoration: none !important;
  border-bottom: 2px solid rgb(238, 75, 0);
}

.privacy-policy {
  align-items: center;
  justify-content: center;
  display: flex;
  margin-bottom: 30px;
  padding: 30px 0 2px;
  gap: 20px;
  width: -moz-max-content;
  width: max-content;
  text-decoration: none;
  transition: all 0.3s ease;
  border-bottom: 2px solid transparent;
}
.privacy-policy:hover {
  text-decoration: none !important;
  color: rgb(255, 255, 255);
  border-bottom: 2px solid rgb(255, 255, 255);
}

.footer__info-desc-icons:hover,
.footer__info-desc-bottom:hover {
  border-bottom: none !important;
  text-decoration: none !important;
}

.other-page p {
  margin-bottom: 20px;
}
.other-page .catalog-main__title {
  font-size: 45px;
}
.other-page button {
  background-color: rgb(238, 75, 0);
  width: 760px;
  padding: 20px 0;
  display: flex;
  flex-direction: row;
  gap: 4px;
  margin-top: 20px;
  font-family: "Golos", sans-serif;
  font-size: 20px;
  line-height: 100%;
  color: rgb(255, 255, 255);
  border-radius: 12px;
  align-items: center;
  justify-content: center;
}

.choose-gpu__container {
  z-index: 2;
}

.choose-gpu__svg {
  min-width: 64px;
}

.solution-catalog,
.consultation {
  z-index: 4;
  transition: all 0.3s ease;
}
.solution-catalog svg path,
.consultation svg path {
  transition: all 0.3s ease;
}
.solution-catalog:hover,
.consultation:hover {
  border: 1px solid rgb(238, 75, 0) !important;
  color: rgb(238, 75, 0);
}
.solution-catalog:hover svg path,
.consultation:hover svg path {
  stroke: rgb(238, 75, 0);
}

.checkbox-disabled {
  border: 1px solid #E1E1E1;
  cursor: default !important;
}
.checkbox-disabled .filter-param-text span {
  color: #E1E1E1 !important;
}
.checkbox-disabled:hover {
  border: 1px solid #E1E1E1 !important;
}
.checkbox-disabled:hover .filter-param-text span {
  color: #E1E1E1 !important;
}

.footer {
  overflow: hidden;
}

.burger {
  flex-wrap: wrap;
}

.gallery-projects__swiper-navigation {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

button {
  cursor: pointer;
}

.shadow-soft {
  box-shadow: var(--shadow-soft);
}

.gpu__container {
  z-index: 2;
}

html {
  width: 100vw;
  max-width: 100vw;
  box-sizing: border-box;
}

.main {
  width: 100%;
  overflow-x: hidden;
}

.footer__info-desc-mail {
  display: flex;
  align-items: center;
  gap: 16px;
}

.main__body {
  width: 100vw;
  max-width: 100vw !important;
  overflow-x: hidden;
}

p {
  font-size: 16px;
  font-family: "Golos", sans-serif;
  margin: 0;
  height: -moz-max-content;
  height: max-content;
  width: auto;
  padding: 0;
}

h2 {
  font-family: "Geist-Bold", sans-serif;
  font-size: 52px;
  line-height: 60px;
  letter-spacing: -1%;
}

.modal-form__open {
  z-index: 2;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

.max-width__container {
  max-width: 1540px;
}

.padding__container {
  margin-top: 100px;
  margin-bottom: 100px;
}

.disabled-button {
  opacity: 0.6;
}

span {
  color: rgb(101, 116, 130);
  line-height: 100%;
}

form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
form label {
  width: 100%;
  display: flex;
  flex-direction: row;
  font-size: 20px;
  color: rgb(49, 60, 78);
  font-family: "Golos", sans-serif;
  margin-bottom: 8px;
}
form input, form textarea {
  outline: none;
  width: 100%;
  padding: 21px 20px;
  border-radius: 14px;
  border: 1px solid rgb(232, 232, 232);
  background-color: rgb(249, 250, 252);
  font-size: 20px;
  line-height: 22px;
  color: rgb(49, 60, 78);
  font-family: "Golos", sans-serif;
  /* Стили для placeholder */
  /* Placeholder скрывается при фокусе */
  /* Стили для автокомплита */
  /* Для Firefox */
}
form input::-moz-placeholder, form textarea::-moz-placeholder {
  color: rgb(146, 146, 154);
  z-index: 1000;
  background-color: transparent;
  font-family: "Golos", sans-serif;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out; /* Плавное исчезновение */
}
form input::placeholder, form textarea::placeholder {
  color: rgb(146, 146, 154);
  z-index: 1000;
  background-color: transparent;
  font-family: "Golos", sans-serif;
  transition: opacity 0.2s ease-in-out; /* Плавное исчезновение */
}
form input:focus::-moz-placeholder, form textarea:focus::-moz-placeholder {
  opacity: 0;
}
form input:focus::placeholder, form textarea:focus::placeholder {
  opacity: 0;
}
form input:-webkit-autofill, form input:-webkit-autofill:hover, form input:-webkit-autofill:focus, form input:-webkit-autofill:active, form textarea:-webkit-autofill, form textarea:-webkit-autofill:hover, form textarea:-webkit-autofill:focus, form textarea:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: rgb(49, 60, 78) !important;
  background-color: transparent !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
form input:-moz-ui-invalid, form textarea:-moz-ui-invalid {
  box-shadow: none;
}
form textarea {
  width: 100%;
  resize: none;
  line-height: 105%;
  scrollbar-color: rgb(49, 60, 78) rgb(52, 61, 56);
  scrollbar-width: thin;
  scrollbar-arrow-color: transparent;
}
form textarea::-webkit-scrollbar-button {
  display: none !important;
  background-color: transparent;
  width: 0;
  height: 0;
}

.page__container {
  display: flex;
  flex-direction: column;
  gap: 90px;
}

.button-orange {
  background-color: rgb(238, 75, 0);
  transition: all 0.3s ease;
}
.button-orange:hover {
  background-color: rgb(218, 55, 0);
}

.burger {
  margin-bottom: 40px;
  display: flex;
  flex-direction: row;
  font-size: 16px;
  line-height: 100%;
  font-family: "Golos", sans-serif;
  gap: 12px;
}
.burger span {
  color: #A7ABB2;
}
.burger p {
  color: rgb(49, 60, 78);
}

.modifications-options {
  display: flex;
  flex-direction: column;
  height: -moz-max-content;
  height: max-content;
  gap: 0.5rem;
}

.modification-option {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  cursor: pointer;
}

.modification-option input {
  display: none;
}

.consultation__decor {
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  width: 30px;
  height: 30px;
  display: flex; /* Добавь для центрирования иконки */
  align-items: center;
  justify-content: center;
}

.check-icon {
  opacity: 0;
  width: 12px; /* Задай конкретный размер */
  height: 6px;
  padding: 0.2rem;
  border-radius: 8px;
  transition: opacity 0.2s ease-in-out;
  background-color: transparent;
}

/* Исправленный селектор - используем ~ */
.modification-option input:checked ~ .modification-checkbox .check-icon {
  opacity: 1;
  width: 100%;
  height: 100%;
  padding: 8px;
  background-color: rgb(238, 75, 0); /* или твоя переменная $accent */
}

.main-info__item p {
  cursor: default;
  transition: all 0.3s ease;
}
.main-info__item:hover p {
  font-size: 78px;
}

.scale-text {
  transition: all 0.3s ease;
}
.scale-text:hover {
  font-size: 66px;
}

.bitrix-content h3 {
  font-size: 20px;
  font-family: "Geist-Bold", sans-serif;
  line-height: 130%;
}
.bitrix-content p {
  font-size: 16px;
  line-height: 130%;
  font-family: "Golos", sans-serif;
  color: rgb(49, 60, 78);
}
.bitrix-content span {
  font-size: 14px;
  line-height: 130%;
  font-family: "Golos", sans-serif;
}
.bitrix-content ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-left: 40px;
}
.bitrix-content ul li {
  list-style-type: disc;
  font-size: 14px;
  line-height: 130%;
  font-family: "Golos", sans-serif;
  align-items: baseline;
}
.bitrix-content ul li::marker {
  color: rgb(49, 60, 78);
}
.bitrix-content ol {
  counter-reset: main-item;
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.bitrix-content ol li {
  counter-increment: main-item;
  display: flex;
  flex-direction: column;
  margin-left: 0;
  gap: 5px;
}
.bitrix-content ol li > span {
  font-family: "Golos", sans-serif;
  font-size: 14px;
  line-height: 130%;
  color: #626C77;
  margin-left: 28px;
  position: relative;
}
.bitrix-content ol li > span::before {
  content: counter(main-item) ".";
  color: #91844F;
  font-family: "Golos", sans-serif;
  font-size: 14px;
  margin-right: 10px;
  position: absolute;
  left: -28px;
  top: 0;
}
.bitrix-content ol li ol {
  counter-reset: sub-item;
  list-style: none;
  padding-left: 35px;
  margin-top: 20px;
  margin-left: 25px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.bitrix-content ol li ol li {
  counter-increment: sub-item;
  position: relative;
}
.bitrix-content ol li ol li::before {
  content: counter(main-item) "." counter(sub-item) ".";
  color: #91844F;
  font-family: "Golos", sans-serif;
  font-size: 14px;
  margin-right: 16px;
  position: absolute;
  left: -35px;
  top: 0;
}
.bitrix-content ol li ol li p {
  display: inline;
  font-family: "Golos", sans-serif;
  font-size: 14px;
  line-height: 130%;
}
.bitrix-content ol li ol li a {
  text-decoration: underline;
}
.bitrix-content .content-bitrix__p-border-left {
  border-left: 4px solid rgb(49, 60, 78);
  padding-left: 12px;
  display: flex;
  align-items: center;
  min-height: 160px;
}
.bitrix-content blockquote {
  font-family: "Golos", sans-serif;
  color: #626C77;
  font-size: 14px;
  line-height: 130%;
}

.card-gpu-other {
  padding: 90px 0 0;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: rgb(245, 245, 245);
}
.card-gpu-other__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 50px 40px;
  border-radius: 20px;
  background-color: #FFFFFF;
  border: 1px solid #D9D9D9;
}
.card-gpu-other__title {
  font-size: 24px !important;
  line-height: 26px !important;
  margin-top: 20px !important;
  font-family: "Golos", sans-serif !important;
}
.card-gpu-other__subtitle {
  font-size: 20px;
  line-height: 115%;
  font-family: "Golos", sans-serif;
  color: rgb(49, 60, 78);
}
.card-gpu-other ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-left: 20px;
}
.card-gpu-other ul li {
  list-style-type: disc;
  font-size: 20px;
  line-height: 115%;
  font-family: "Golos", sans-serif;
  color: rgb(49, 60, 78);
}
.card-gpu-other ul li::marker {
  color: rgb(238, 75, 0);
}

.card-gpu-other__photo {
  float: left;
  margin: 0 24px 16px 0;
  max-width: 50%;
  width: 100%;
}

.card-gpu-other__photo-header {
  position: absolute;
}

.card-gpu-other__photo img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.card-gpu-other__button {
  clear: both; /* Гарантированно уходит под float */
  margin-top: 24px;
}

.card-gpu-other__description {
  padding-top: 0 !important;
  gap: 25px !important;
}
.card-gpu-other__description ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-left: 20px;
  margin-bottom: 20px;
}
.card-gpu-other__description ul li {
  list-style-type: disc;
  font-size: 20px;
  line-height: 115%;
  font-family: "Golos", sans-serif;
  color: rgb(49, 60, 78);
}
.card-gpu-other__description ul li::marker {
  color: rgb(238, 75, 0);
}

.card-main-test__content .card-main__button {
  width: 50% !important;
  top: 40px;
  position: relative;
  left: 25%;
}

@font-face {
  font-family: "Golos";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Golos-Text_Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geist-Bold";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Geist-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geist-Medium-Regular";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Geist-Medium-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* COLOR */
@font-face {
  font-family: "Golos";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Golos-Text_Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geist-Bold";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Geist-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geist-Medium-Regular";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Geist-Medium-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* COLOR */
.other-questions {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(245, 245, 245);
  padding-bottom: 90px;
  padding-top: 90px;
}
.other-questions__container {
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  border-radius: 20px;
  border: 1px solid rgb(225, 225, 225);
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.other-questions__title {
  font-size: 52px;
  line-height: 60px;
  letter-spacing: -1%;
  font-family: "Geist-Bold", sans-serif;
  margin-bottom: 14px;
  text-align: center;
}
.other-questions__subtitle {
  display: flex;
  width: 600px;
  align-items: center;
  gap: 38px;
  flex-direction: row;
  margin-bottom: 56px;
}
.other-questions__subtitle svg {
  min-width: -moz-max-content;
  min-width: max-content;
}
.other-questions__subtitle p {
  color: rgb(49, 60, 78);
  font-size: 20px;
  font-family: "Golos", sans-serif;
  line-height: 125%;
  text-align: center;
}

.form-submit {
  background-color: rgb(238, 75, 0);
  padding: 21px 50px;
  gap: 4px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-family: "Golos", sans-serif;
  color: rgb(255, 255, 255);
  line-height: 22px;
  border-radius: 12px;
}

.cookies-all-right {
  color: rgb(146, 146, 154);
  margin-top: -10px;
}
.cookies-all-right span {
  color: rgb(238, 75, 0);
}

.form__input-container p {
  display: none;
}

.form__input-error input, .form__input-error textarea {
  border: 1px solid rgb(238, 75, 0);
}
.form__input-error p {
  display: flex;
  margin-top: 8px;
  font-size: 16px;
  line-height: 20px;
  font-family: "Golos", sans-serif;
  color: rgb(238, 75, 0);
}

@font-face {
  font-family: "Golos";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Golos-Text_Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geist-Bold";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Geist-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geist-Medium-Regular";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Geist-Medium-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* COLOR */
.answer-to-questions {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(245, 245, 245);
  padding-bottom: 90px;
  padding-top: 90px;
}
.answer-to-questions__container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 45px;
}
.answer-to-questions__container h2 {
  color: rgb(49, 60, 78);
}
.answer-to-questions__items {
  display: flex;
  flex-direction: column;
}
.answer-to-questions__item {
  display: flex;
  overflow: hidden;
  flex-direction: column;
}
.answer-to-questions__header {
  padding: 30px 0;
  display: flex;
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.answer-to-questions__header p {
  color: rgb(49, 60, 78);
  font-family: "Golos", sans-serif;
  font-size: 36px;
  line-height: 140%;
  transition: all 0.3s ease;
}
.answer-to-questions__header svg {
  transform: rotate(90deg);
  transition: all 0.3s ease;
}
.answer-to-questions__header svg path {
  stroke: black;
  transition: all 0.3s ease;
}
.answer-to-questions__header:hover p {
  color: rgb(238, 75, 0);
}
.answer-to-questions__header:hover svg path {
  stroke: rgb(238, 75, 0);
}
.answer-to-questions__body {
  cursor: default;
  font-family: "Golos", sans-serif;
  font-size: 20px;
  line-height: 140%;
  color: rgb(49, 60, 78);
  width: auto;
}

@font-face {
  font-family: "Golos";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Golos-Text_Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geist-Bold";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Geist-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geist-Medium-Regular";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Geist-Medium-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* COLOR */
.why-liora {
  background-color: rgb(41, 51, 69);
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-liora__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.why-liora__container h2 {
  color: rgb(255, 255, 255);
  margin-bottom: 30px;
}
.why-liora__subtitle {
  margin-bottom: 74px;
}
.why-liora__subtitle p {
  font-size: 20px;
  line-height: 26px;
  font-family: "Golos", sans-serif;
  color: rgb(255, 255, 255);
}
.why-liora__number-items {
  padding: 40px 60px;
  display: flex;
  margin-bottom: 74px;
  flex-direction: row;
  gap: 30px;
}
.why-liora__number-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 250px;
}
.why-liora__number-header {
  color: rgb(255, 255, 255);
  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: center;
}
.why-liora__number-header:hover p {
  font-size: 66px;
}
.why-liora__number-header p {
  font-family: "Geist-Medium-Regular", sans-serif;
  font-size: 64px;
  cursor: default;
  line-height: 72px;
  margin: 0 10px;
  transition: all 0.3s ease;
}
.why-liora__number-header span {
  color: rgb(255, 255, 255);
  font-family: "Golos", sans-serif;
  font-size: 20px;
  margin-bottom: 8px;
  line-height: 24px;
}
.why-liora__number-body p {
  font-family: "Golos", sans-serif;
  font-size: 20px;
  color: rgb(255, 255, 255);
  line-height: 26px;
  width: auto;
  text-align: center;
}
.why-liora__line {
  width: 1px;
  height: 114px;
  background-color: rgb(255, 255, 255);
}
.why-liora__desc-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 25px;
}
.why-liora__desc-item {
  border: 1px solid rgba(189, 189, 189, 0.5);
  border-radius: 30px;
  padding: 30px;
  gap: 61px;
  display: flex;
  flex-direction: column;
  opacity: 0;
}
.why-liora__desc-header-number {
  background-color: rgb(238, 75, 0);
  padding: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  border-radius: 9.29px;
  font-size: 24px;
  line-height: 26px;
  font-family: "Golos", sans-serif;
  letter-spacing: -1%;
  color: rgb(255, 255, 255);
}
.why-liora__desc-body {
  display: flex;
  flex-direction: column;
  gap: 30px;
  color: rgb(255, 255, 255);
  font-family: "Golos", sans-serif;
}
.why-liora__desc-body h5 {
  font-size: 36px;
  letter-spacing: -1%;
  line-height: 40px;
}
.why-liora__desc-body p {
  font-size: 20px;
  line-height: 26px;
}
.why-liora__desc-body p a {
  color: rgb(238, 75, 0);
}

@font-face {
  font-family: "Golos";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Golos-Text_Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geist-Bold";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Geist-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geist-Medium-Regular";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Geist-Medium-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* COLOR */
.our-solutions {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(245, 245, 245);
  padding-top: 180px;
  padding-bottom: 196px;
}
.our-solutions__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.our-solutions__container h2 {
  color: rgb(49, 60, 78);
  width: 890px;
  text-align: center;
}
.our-solutions__swiper {
  width: 100%;
  overflow: hidden;
}
.our-solutions__swiper-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 21px;
}
.our-solutions__swiper-navigation {
  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: end;
  right: 0;
  gap: 20px;
}
.our-solutions__prev-arrow {
  padding: 19px 31px 19px 25px;
  border: 2px solid rgb(49, 60, 78);
  border-radius: 40px;
  cursor: pointer;
}
.our-solutions__prev-arrow svg {
  transform: rotate(180deg);
}
.our-solutions__next-arrow {
  padding: 19px 25px 19px 31px;
  border: 2px solid rgb(49, 60, 78);
  border-radius: 40px;
  cursor: pointer;
}
.our-solutions__items {
  display: flex;
  flex-direction: row;
  width: -moz-max-content;
  width: max-content;
}
.our-solutions__item {
  width: 500px;
  height: auto;
  background-color: rgb(255, 255, 255);
  border-radius: 24px;
  border: 1px solid rgba(189, 189, 189, 0.5);
  padding: 50px;
}
.our-solutions__header {
  height: 116px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 32px;
  position: relative;
}
.our-solutions__header-img {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-solutions__header svg {
  right: 0;
  display: flex;
  justify-content: end;
  position: absolute;
}
.our-solutions__body {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 40px;
}
.our-solutions__body p {
  max-height: 122px;
  overflow: hidden;
  font-size: 20px;
  font-family: "Golos", sans-serif;
  line-height: 100%;
  color: rgb(59, 70, 88);
}
@media (max-width: 992px) {
  .our-solutions__body p {
    max-height: 102px;
  }
}
.our-solutions__body button {
  text-decoration: underline;
  display: flex;
  align-items: start;
  font-size: 20px;
  font-family: "Golos", sans-serif;
  line-height: 26px;
  color: rgb(59, 70, 88);
}
.our-solutions__footer {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.our-solutions__consumer {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.our-solutions__consumer p {
  color: rgb(49, 60, 78);
  font-size: 24px;
  line-height: 26px;
  font-family: "Golos", sans-serif;
}
.our-solutions__consumer span {
  font-size: 16px;
  font-family: "Golos", sans-serif;
  line-height: 20px;
  color: rgb(119, 130, 148);
}
.our-solutions__consumer-group p {
  color: rgb(238, 75, 0);
  font-size: 20px;
  line-height: 26px;
  font-family: "Golos", sans-serif;
}

@font-face {
  font-family: "Golos";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Golos-Text_Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geist-Bold";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Geist-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geist-Medium-Regular";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Geist-Medium-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* COLOR */
.service-maintenance {
  background: linear-gradient(to bottom, rgb(41, 51, 69), rgb(0, 10, 28));
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.service-maintenance__fon-left {
  position: absolute;
  top: 0;
  left: 0;
}
.service-maintenance__fon-right {
  position: absolute;
  right: 0;
  bottom: 0;
}
.service-maintenance__container {
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.service-maintenance h2 {
  color: rgb(255, 255, 255);
  margin-bottom: 30px;
}
.service-maintenance__subtitle {
  font-size: 20px;
  line-height: 100%;
  font-family: "Golos", sans-serif;
  color: rgb(245, 245, 245);
  width: 879px;
  text-align: center;
  margin-bottom: 76px;
}
.service-maintenance__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.service-maintenance__item {
  border: 1px solid rgba(189, 189, 189, 0.5);
  border-radius: 14px;
  padding: 40px;
  gap: 39px;
  display: flex;
  flex-direction: column;
  opacity: 0;
}
.service-maintenance__item h5 {
  font-size: 36px;
  line-height: 38px;
  letter-spacing: -1%;
  font-family: "Golos", sans-serif;
  color: rgb(255, 255, 255);
}
.service-maintenance__item p {
  font-size: 20px;
  font-family: "Golos", sans-serif;
  line-height: 100%;
  color: rgb(255, 255, 255);
}

@font-face {
  font-family: "Golos";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Golos-Text_Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geist-Bold";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Geist-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geist-Medium-Regular";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Geist-Medium-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* COLOR */
.implementation-steps {
  background-color: rgb(245, 245, 245);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 180px 0;
}
.implementation-steps__container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: rgb(255, 255, 255);
  border-radius: 20px;
  padding: 90px 78px 120px 78px;
  gap: 98px;
}
.implementation-steps__container h2 {
  text-transform: uppercase;
  text-align: center;
}
.implementation-steps__items {
  display: flex;
  flex-direction: row;
  height: 370px;
}
.implementation-steps__item {
  font-family: "Golos", sans-serif;
  width: 233px;
}
.implementation-steps__title {
  color: rgb(49, 60, 78);
  font-size: 24px;
}
.implementation-steps__body-hidden {
  min-height: 152px;
}
.implementation-steps__body {
  min-height: 152px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.implementation-steps__subtitle {
  color: rgb(49, 60, 78);
  font-size: 20px;
  line-height: 20px;
  font-family: "Golos", sans-serif;
}
.implementation-steps__steps {
  margin-bottom: 23px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.implementation-steps__steps-number {
  background-color: #FDEDE5;
  border-radius: 50px;
  padding: 28px;
  z-index: 2;
  color: rgb(238, 75, 0);
  font-size: 20px;
  line-height: 100%;
}

.implementation-steps__line {
  position: absolute;
  z-index: 1;
}

.implementation-steps__line-svg {
  position: absolute;
  top: 180px;
  left: 55px;
}

@font-face {
  font-family: "Golos";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Golos-Text_Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geist-Bold";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Geist-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geist-Medium-Regular";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Geist-Medium-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* COLOR */
.gallery-projects {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 105px;
  background-color: #F5F5F5;
}
.gallery-projects__title {
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-align: center;
  width: 100%;
  margin-bottom: 81px;
}
.gallery-projects__title h2 {
  color: rgb(49, 60, 78);
}
.gallery-projects__title p {
  color: rgb(49, 60, 78);
  font-family: "Golos", sans-serif;
  font-size: 20px;
  line-height: 100%;
}
.gallery-projects__swiper-navigation {
  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: end;
  right: 195px;
  position: relative;
  gap: 20px;
}
.gallery-projects__prev-arrow {
  padding: 19px 31px 19px 25px;
  border: 2px solid rgb(49, 60, 78);
  border-radius: 40px;
  cursor: pointer;
}
.gallery-projects__prev-arrow svg {
  transform: rotate(180deg);
}
.gallery-projects__next-arrow {
  padding: 19px 25px 19px 31px;
  border: 2px solid rgb(49, 60, 78);
  border-radius: 40px;
  cursor: pointer;
}
.gallery-projects__swiper {
  width: 100%;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.gallery-projects__swiper-wrapper {
  display: flex;
  flex-direction: row;
  width: -moz-max-content;
  width: max-content;
}
.gallery-projects__img {
  width: 370px;
}
.gallery-projects__img img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.gallery-projects__our {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.gallery-projects__our-links {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  height: -moz-max-content;
  height: max-content;
}
.gallery-projects__our-links__block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.gallery-projects__our-link {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 32px;
  height: -moz-max-content;
  height: max-content;
}
.gallery-projects__our-link::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  pointer-events: none;
  z-index: 1;
}
.gallery-projects__our-link:hover::after {
  opacity: 1;
}
.gallery-projects__our-content {
  z-index: 3;
  margin: 32px 68px 32px 32px;
  position: absolute;
}
.gallery-projects__our-content p {
  font-size: 36px;
  line-height: 38px;
  color: rgb(255, 255, 255);
  font-family: "Golos", sans-serif;
  margin-bottom: 16px;
}
.gallery-projects__our-content span {
  margin-right: 92px;
  font-size: 20px;
  line-height: 24px;
  font-family: "Golos", sans-serif;
  color: rgb(255, 255, 255);
}
.gallery-projects__our-content button {
  padding: 20px 51.5px;
  margin-top: 40px;
  gap: 4px;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-family: "Golos", sans-serif;
  line-height: 100%;
}

.projects__request {
  background-color: rgb(238, 75, 0);
  width: 760px;
  padding: 20px 0;
  display: flex;
  flex-direction: row;
  gap: 4px;
  margin-top: 60px;
  font-family: "Golos", sans-serif;
  font-size: 20px;
  line-height: 100%;
  color: rgb(255, 255, 255);
  border-radius: 12px;
  align-items: center;
  justify-content: center;
}

@font-face {
  font-family: "Golos";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Golos-Text_Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geist-Bold";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Geist-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geist-Medium-Regular";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Geist-Medium-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* COLOR */
.engines-yuchai {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #F5F5F5;
  padding: 0 0 180px;
}
.engines-yuchai__fon-logo {
  position: absolute;
  top: 244px;
  right: 129px;
  z-index: 1;
}
.engines-yuchai__fon-car {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.engines-yuchai__container {
  display: flex;
  width: 100%;
  flex-direction: column;
  background-color: rgb(249, 250, 252);
  padding: 90px 90px 109px 90px;
  border-radius: 20px;
  position: relative;
}
.engines-yuchai__container h2 {
  color: rgb(49, 60, 78);
  width: 1050px;
  text-transform: uppercase;
}
.engines-yuchai__content {
  display: flex;
  flex-direction: column;
  gap: 42px;
  z-index: 2;
}
.engines-yuchai__content-block {
  width: 670px;
  color: rgb(49, 60, 78);
  font-family: "Golos", sans-serif;
  font-size: 20px;
  line-height: 100%;
}
.engines-yuchai__content-block p {
  color: rgb(49, 60, 78);
  font-family: "Golos", sans-serif;
  font-size: 20px;
  line-height: 120%;
}
.engines-yuchai__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 30px;
}
.engines-yuchai__list ul {
  list-style: disc;
  margin-left: 40px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.engines-yuchai__list ul li {
  color: rgb(49, 60, 78);
  font-family: "Golos", sans-serif;
  font-size: 20px;
  line-height: 100%;
}
.engines-yuchai__p {
  margin-bottom: 50px;
}
.engines-yuchai__check-items {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.engines-yuchai__check-item {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.engines-yuchai__check-item p {
  white-space: wrap;
}

.gallery-projects__our-hover {
  opacity: 0;
  transition: all 0.3s ease;
}

@font-face {
  font-family: "Golos";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Golos-Text_Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geist-Bold";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Geist-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geist-Medium-Regular";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Geist-Medium-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* COLOR */
.execution-options {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #F5F5F5;
  padding: 0 0 193px;
}
.execution-options__container {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 70px;
}
.execution-options__badge {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  background-color: rgb(238, 75, 0);
  height: 38px;
  padding: 0 20px;
  border-radius: 20px;
  font-size: 16px;
  line-height: 38px;
  font-family: "Golos", sans-serif;
  color: rgb(255, 255, 255);
}
.execution-options__title {
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-align: center;
}
.execution-options__items {
  display: flex;
  flex-direction: row;
  gap: 20px;
  height: auto;
}
.execution-options__item {
  width: calc(25% - 20px);
  background-color: rgb(49, 60, 78);
  height: 414px;
  border-radius: 20px;
  position: relative;
  padding: 30px;
  overflow: hidden;
  display: flex;
}
.execution-options__item-content {
  z-index: 3;
  position: relative;
  bottom: 0;
  height: -moz-max-content;
  height: max-content;
  text-align: center;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 30px 0 0 0;
  margin-top: auto;
}
.execution-options__item-title {
  font-size: 36px;
  font-family: "Golos", sans-serif;
  line-height: 40px;
  color: rgb(255, 255, 255);
}
.execution-options__item-subtitle {
  font-size: 20px;
  font-family: "Golos", sans-serif;
  line-height: 24px;
  color: rgb(245, 245, 245);
}
.execution-options__item-button {
  border-radius: 12px;
  border: 1px solid rgb(255, 255, 255);
  display: flex;
  flex-direction: row;
  gap: 4px;
  width: 100%;
  padding: 12px 0;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-family: "Golos", sans-serif;
  color: rgb(245, 245, 245);
}
.execution-options__item-hover {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}
.execution-options__mask {
  position: absolute;
  scale: 1.5;
  z-index: 1;
}
.execution-options__img {
  position: absolute;
  z-index: 1;
}

@font-face {
  font-family: "Golos";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Golos-Text_Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geist-Bold";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Geist-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geist-Medium-Regular";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Geist-Medium-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* COLOR */
.economy-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #F5F5F5;
  padding: 180px 0 144px;
}
.economy-form h2 {
  font-family: "Geist-Bold", sans-serif;
  color: rgb(49, 60, 78);
  text-transform: uppercase;
  margin-bottom: 40px;
}
.economy-form__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.economy-form__left {
  width: calc(50% - 146px);
}
.economy-form__list {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-bottom: 80px;
}
.economy-form__list p {
  font-size: 20px;
  line-height: 100%;
  font-family: "Golos", sans-serif;
  color: rgb(49, 60, 78);
}
.economy-form__list ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-left: 20px;
}
.economy-form__list ul li {
  list-style-type: disc;
  font-size: 20px;
  line-height: 115%;
  font-family: "Golos", sans-serif;
  color: rgb(49, 60, 78);
}
.economy-form__list ul li::marker {
  color: rgb(238, 75, 0);
}
.economy-form__footer {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.economy-form__footer p {
  font-size: 20px;
  line-height: 115%;
  font-family: "Golos", sans-serif;
  color: rgb(49, 60, 78);
}
.economy-form__right {
  width: 50%;
  background-color: rgb(255, 255, 255);
  padding: 40px;
  border-radius: 20px;
  border: 1ps solid rgb(225, 225, 225);
}

@font-face {
  font-family: "Golos";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Golos-Text_Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geist-Bold";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Geist-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geist-Medium-Regular";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Geist-Medium-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* COLOR */
.gpu {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: -moz-max-content;
  height: max-content;
  overflow: hidden;
  justify-content: center;
  position: relative;
  background: linear-gradient(to bottom, rgb(41, 51, 69), rgb(0, 10, 28));
}
.gpu h2 {
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.gpu__title {
  text-align: center;
  align-self: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.gpu__title p {
  width: 1015px;
  font-size: 20px;
  font-family: "Golos", sans-serif;
  line-height: 115%;
  color: rgb(255, 255, 255);
}
.gpu__fon-left {
  position: absolute;
  top: 0;
  left: 0;
}
.gpu__fon-right {
  position: absolute;
  right: 0;
  bottom: 0;
}
.gpu__container {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 54px;
  padding: 100px 0;
}
.gpu__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.gpu__item {
  border: 1px solid rgb(108, 113, 122);
  padding: 50px;
  gap: 20px;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  width: 760px;
  opacity: 0;
}
.gpu__item-svg {
  padding: 12px;
  background-color: rgb(238, 75, 0);
  border-radius: 9.29px;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
}
.gpu__item-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.gpu__item-content p {
  font-size: 36px;
  line-height: 38px;
  font-family: "Golos", sans-serif;
  color: rgb(255, 255, 255);
}
.gpu__item-content span {
  font-size: 20px;
  line-height: 120%;
  font-family: "Golos", sans-serif;
  color: rgb(255, 255, 255);
}

@font-face {
  font-family: "Golos";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Golos-Text_Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geist-Bold";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Geist-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geist-Medium-Regular";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Geist-Medium-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* COLOR */
.work-gpu {
  background: rgb(245, 245, 245);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 180px 0 233px;
}
.work-gpu__container {
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.work-gpu__content {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 70px;
}
.work-gpu__img {
  z-index: 1;
}
.work-gpu__steps {
  position: absolute;
  z-index: 2;
}
.work-gpu__steps span {
  font-size: 36px;
  line-height: 38px;
  font-family: "Golos", sans-serif;
  letter-spacing: -1%;
  color: rgb(49, 60, 78);
}
.work-gpu__steps p {
  font-size: 20px;
  line-height: 115%;
  font-family: "Golos", sans-serif;
  color: rgb(49, 60, 78);
}
.work-gpu h2 {
  text-transform: uppercase;
  color: rgb(49, 60, 78);
  width: 1006px;
  text-align: center;
}
.work-gpu__step-one {
  gap: 20px;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 17px;
  left: 326px;
}
.work-gpu__step-two {
  width: -moz-max-content;
  width: max-content;
  gap: 20px;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 194px;
  left: -65px;
}
.work-gpu__step-three {
  width: -moz-max-content;
  width: max-content;
  gap: 20px;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 15px;
  left: 977px;
}
.work-gpu__step-four {
  width: -moz-max-content;
  width: max-content;
  gap: 20px;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 328px;
  left: 1103px;
}
.work-gpu__footer {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.work-gpu__footer h3 {
  text-decoration: underline;
  font-family: "Golos", sans-serif;
  font-size: 36px;
  line-height: 38px;
  letter-spacing: -1%;
  color: rgb(49, 60, 78);
}
.work-gpu__check-items {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.work-gpu__check-item {
  display: flex;
  flex-direction: row;
  gap: 14px;
  align-items: center;
}
.work-gpu__check-item p {
  font-size: 20px;
  font-family: "Golos", sans-serif;
  line-height: 26px;
}

@font-face {
  font-family: "Golos";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Golos-Text_Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geist-Bold";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Geist-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geist-Medium-Regular";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Geist-Medium-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* COLOR */
.gpu-main {
  background: rgb(49, 60, 78);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 100px 0 100px;
}
.gpu-main__fon-logo {
  position: absolute;
  top: 142px;
  left: 189px;
}
.gpu-main__fon-car {
  position: absolute;
  left: -319px;
  top: 4px;
}
.gpu-main__container {
  width: 100%;
  height: 100%;
  align-items: end;
  justify-content: end;
  display: flex;
  gap: 55px;
  flex-direction: column;
}
.gpu-main__content {
  width: 760px;
  display: flex;
  flex-direction: column;
}
.gpu-main__title {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 55px;
}
.gpu-main__title h2 {
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.gpu-main__title p {
  font-size: 20px;
  line-height: 100%;
  font-family: "Golos", sans-serif;
  color: rgb(245, 245, 245);
}
.gpu-main__indicators-items {
  display: flex;
  flex-direction: row;
  gap: 34px;
  margin-bottom: 18px;
  width: 100%;
}
.gpu-main__indicators-item {
  display: flex;
  z-index: 2;
  cursor: default;
  flex-direction: column;
  gap: 8px;
  width: 158px;
}
.gpu-main__indicators-item:hover p {
  font-size: 54px;
}
.gpu-main__indicators-item p {
  color: rgb(238, 75, 0);
  transition: all 0.3s ease;
  font-size: 52px;
  letter-spacing: -1%;
  text-transform: uppercase;
  font-family: "Geist-Bold", sans-serif;
}
.gpu-main__indicators-item p span {
  color: rgb(238, 75, 0);
  font-family: "Golos", sans-serif;
}
.gpu-main__indicators-item span {
  font-size: 16px;
  line-height: 18px;
  font-family: "Golos", sans-serif;
  color: rgb(245, 245, 245);
}

@font-face {
  font-family: "Golos";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Golos-Text_Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geist-Bold";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Geist-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geist-Medium-Regular";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Geist-Medium-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* COLOR */
.scroll-gpu {
  background: rgb(245, 245, 245);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 180px 0 100px;
}
.scroll-gpu__container {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  display: flex;
  gap: 52px;
  flex-direction: column;
}
.scroll-gpu h2 {
  color: rgb(49, 60, 78);
  width: 1018px;
  text-transform: uppercase;
  position: sticky;
  top: 0;
}
.scroll-gpu h2 br {
  display: none;
}
.scroll-gpu__items {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: -moz-max-content;
  height: max-content;
  gap: 20px;
}
.scroll-gpu__item {
  height: 206px;
  opacity: 0;
  border: 1px solid rgb(146, 146, 154);
  border-radius: 8px;
  padding: 30px 30px 30px 30px;
  gap: 20px;
  display: flex;
  flex-direction: row;
  overflow: hidden;
}
.scroll-gpu__item:first-child {
  transform: translate(0, 0) !important;
}
.scroll-gpu__item p {
  font-size: 36px;
  line-height: 38px;
  letter-spacing: -1%;
  font-family: "Golos", sans-serif;
  color: rgb(49, 60, 78);
}
.scroll-gpu__item span {
  font-size: 20px;
  line-height: 124%;
  letter-spacing: 0;
  font-family: "Golos", sans-serif;
  color: rgb(49, 60, 78);
}
.scroll-gpu__content {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.scroll-gpu__svg {
  background-color: rgb(238, 75, 0);
  display: flex;
  min-width: 48px;
  align-items: center;
  height: 48px;
  justify-content: center;
  border-radius: 8px;
}

@font-face {
  font-family: "Golos";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Golos-Text_Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geist-Bold";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Geist-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geist-Medium-Regular";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Geist-Medium-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* COLOR */
.main-info {
  background: rgb(49, 60, 78);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 80px 0 100px;
}
.main-info__fon-logo {
  position: absolute;
  top: 133px;
  right: 189px;
}
.main-info__fon-car {
  position: absolute;
  right: -175px;
  top: 74px;
}
.main-info__container {
  width: 100%;
  height: 100%;
  align-items: start;
  justify-content: start;
  display: flex;
  flex-direction: column;
}
.main-info h1 {
  width: 1008px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-family: "Geist-Bold", sans-serif;
  font-size: 54px;
  line-height: 68px;
  letter-spacing: -1%;
}
.main-info__title {
  display: flex;
  flex-direction: column;
  gap: 36px;
  margin-bottom: 70px;
}
.main-info__title p {
  font-size: 24px;
  line-height: 28px;
  font-family: "Golos", sans-serif;
  width: 746px;
  color: rgb(255, 255, 255);
}
.main-info__items {
  display: flex;
  flex-direction: row;
  gap: 63px;
  margin-bottom: 106px;
}
.main-info__item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
  width: 178px;
}
.main-info__item p {
  font-size: 74px;
  font-family: "Geist-Medium-Regular", sans-serif;
  color: rgb(255, 255, 255);
  line-height: 70px;
  letter-spacing: -4%;
  text-transform: uppercase;
}
.main-info__item span {
  font-size: 16px;
  font-family: "Golos", sans-serif;
  line-height: 18px;
  color: rgb(255, 255, 255);
}
.main-info__line {
  position: absolute;
  right: 0;
  height: -webkit-fill-available;
  height: stretch;
  background-color: rgba(255, 255, 255, 0.2);
  width: 1px;
}
.main-info__footer {
  display: flex;
  flex-direction: row;
  gap: 19px;
}
.main-info__footer button {
  padding: 20px 0;
  width: 370px;
  gap: 4px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 20px;
  font-family: "Golos", sans-serif;
  line-height: 100%;
  color: rgb(255, 255, 255);
}
.main-info__footer a {
  padding: 20px 0;
  width: 370px;
  gap: 4px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 20px;
  font-family: "Golos", sans-serif;
  line-height: 100%;
  color: rgb(255, 255, 255);
}

.calculate-savings {
  background-color: rgb(238, 75, 0);
}

.solution-catalog {
  border: 1px solid rgb(255, 255, 255);
}

@font-face {
  font-family: "Golos";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Golos-Text_Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geist-Bold";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Geist-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geist-Medium-Regular";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Geist-Medium-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* COLOR */
.catalog-card {
  padding: 30px;
  background-color: #FFFFFF;
  border: 1px solid #E1E1E1;
  border-radius: 20px;
  min-height: 667px;
  height: auto;
  transition: all 0.3s ease;
}
.catalog-card:hover {
  border: 1px solid rgb(238, 75, 0) !important;
}
.catalog-card:hover .catalog-card__footer {
  border: 1px solid rgb(238, 75, 0);
  color: rgb(238, 75, 0);
}
.catalog-card:hover .catalog-card__footer svg path {
  stroke: rgb(238, 75, 0);
}
.catalog-card__container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.catalog-card__photo {
  width: 100%;
  height: 228px;
  margin-bottom: 27px;
}
.catalog-card__title {
  font-size: 24px;
  font-family: "Golos", sans-serif;
  line-height: 28px;
  color: rgb(49, 60, 78);
  font-weight: 400;
  width: 385px;
  margin-bottom: 30px;
}
.catalog-card__specifications {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 34px;
}
.catalog-card__specification {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.catalog-card__specification span {
  font-size: 16px;
  line-height: 18px;
  font-family: "Golos", sans-serif;
  color: #BDBDBD;
}
.catalog-card__specification p {
  color: rgb(49, 60, 78);
  font-size: 20px;
  line-height: 100%;
  font-family: "Golos", sans-serif;
}
.catalog-card__informations {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.catalog-card__information {
  display: flex;
  flex-direction: column;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #BDBDBD;
  color: rgb(238, 75, 0);
  font-size: 16px;
  font-family: "Golos", sans-serif;
  line-height: 18px;
}
.catalog-card__footer {
  font-size: 20px;
  line-height: 100%;
  display: flex;
  flex-direction: row;
  gap: 4px;
  font-family: "Golos", sans-serif;
  color: rgb(49, 60, 78);
  transition: all 0.3s ease;
  width: 100%;
  padding: 20px 0;
  border: 1px solid rgb(49, 60, 78);
  border-radius: 12px;
  align-items: center;
  justify-content: center;
}
.catalog-card__footer svg path {
  transition: all 0.3s ease;
}

.catalog-card__recomend {
  position: relative;
}
.catalog-card__recomend-pl {
  position: absolute;
  top: 16px;
  left: 17px;
  height: 38px;
  padding: 0 20px;
  color: rgb(255, 255, 255);
  font-size: 16px;
  line-height: 38px;
  font-family: "Golos", sans-serif;
  background-color: rgb(238, 75, 0);
  border-radius: 20px;
}

@font-face {
  font-family: "Golos";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Golos-Text_Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geist-Bold";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Geist-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geist-Medium-Regular";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Geist-Medium-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* COLOR */
.catalog-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgb(245, 245, 245);
}
.catalog-main__container {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 40px 0 180px 0;
}
.catalog-main__title {
  margin-bottom: 90px;
}
.catalog-main h1 {
  font-family: "Geist-Bold", sans-serif;
  font-size: 52px;
  line-height: 60px;
  letter-spacing: -1%;
  width: 839px;
  color: rgb(49, 60, 78);
  text-transform: uppercase;
}
.catalog-main__content {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.catalog-main__filters {
  width: 500px;
  padding: 3px 30px 30px;
}
.catalog-main__type-execution {
  display: flex;
  flex-direction: column;
  gap: 34px;
  padding-bottom: 50px;
  border-bottom: 1px solid #D9D9D9;
}
.catalog-main__type-execution-title {
  font-size: 24px;
  line-height: 28px;
  font-family: "Golos", sans-serif;
  color: rgb(49, 60, 78);
}
.catalog-main__type-execution-items {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.catalog-main__type-execution-item {
  display: flex;
  flex-direction: row;
  gap: 20px;
  font-size: 20px;
  font-family: "Golos", sans-serif;
  line-height: 130%;
  color: rgb(49, 60, 78);
}
.catalog-main__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 30px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.catalog-main__cards-container {
  display: flex;
  flex-direction: column;
  gap: 38px;
}
.catalog-main .show-more {
  width: 100%;
  padding: 20px 0;
  border-radius: 12px;
  border: 1px solid rgb(49, 60, 78);
  font-size: 20px;
  color: rgb(49, 60, 78);
  line-height: 100%;
  font-family: "Golos", sans-serif;
  transition: all 0.3s ease;
}
.catalog-main .show-more:hover {
  color: rgb(238, 75, 0);
  border: 1px solid rgb(238, 75, 0);
}

.show-result {
  background-color: rgb(238, 75, 0);
  border-radius: 12px;
  width: 100%;
  padding: 20px;
  gap: 4px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  font-size: 20px;
  line-height: 100%;
  font-family: "Golos", sans-serif;
  margin-bottom: 30px;
}

.clear-filters {
  font-size: 20px;
  line-height: 100%;
  font-family: "Golos", sans-serif;
  color: rgb(49, 60, 78);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.clear-filters:hover {
  color: rgb(238, 75, 0);
}

.catalog-main__power-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 24px;
  line-height: 28px;
  font-family: "Golos", sans-serif;
  color: rgb(49, 60, 78);
}
.catalog-main__power-title svg {
  margin-left: 11px;
}
.catalog-main__power .range {
  position: relative;
  width: 95%;
  margin: 24px 0 20px;
}
.catalog-main__power .track {
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: rgb(225, 225, 225);
  border-radius: 4px;
  top: 50%;
  transform: translateY(-50%);
}
.catalog-main__power .progress {
  position: absolute;
  height: 4px;
  background-color: rgb(238, 75, 0);
  border-radius: 4px;
  top: 50%;
  transform: translateY(-50%);
  left: var(--progress-left, 0%);
  right: var(--progress-right, 0%);
  transition: left 0.1s ease, right 0.1s ease;
}
.catalog-main__power .thumbs {
  position: relative;
  width: 100%;
  height: 20px;
}
.catalog-main__power .range-input {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent;
  pointer-events: none;
  -webkit-appearance: none;
  top: 50%;
  border: none;
  padding: 0;
  transform: translateY(-50%);
  margin: 0;
}
.catalog-main__power .range-input::-webkit-slider-thumb {
  pointer-events: auto;
  -webkit-appearance: none;
  width: 21.33px;
  height: 21.33px;
  border-radius: 50%;
  background: rgb(49, 60, 78);
  margin-top: -7px;
  cursor: pointer;
  border: 7px solid white;
}
.catalog-main__power .range-input::-moz-range-thumb {
  pointer-events: auto;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  z-index: 10;
  background: rgb(238, 75, 0);
  cursor: pointer;
  border: 2px solid white;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.catalog-main__power .range-input::-webkit-slider-runnable-track {
  height: 4px;
  background: transparent;
  border: none;
}
.catalog-main__power .range-input::-moz-range-track {
  height: 4px;
  background: transparent;
  border: none;
}
.catalog-main__power .range-output {
  position: absolute;
  display: none;
  bottom: 25px;
  left: calc(var(--value) * 1%);
  transform: translateX(-50%);
  background: rgb(238, 75, 0);
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  pointer-events: none;
  opacity: 1;
}
.catalog-main__power-footer {
  margin-top: 16px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 60px;
}
.catalog-main__power-footer p {
  font-size: 24px;
  line-height: 28px;
  color: rgb(49, 60, 78);
  font-family: "Golos", sans-serif;
}

.catalog-other-questions {
  padding-bottom: 180px !important;
}

.catalog-other-questions__container {
  padding: 66px 0 78px !important;
}
.catalog-other-questions__container .other-questions__subtitle {
  margin-bottom: 16px !important;
}
.catalog-other-questions__container form {
  width: 49%;
  gap: 21px;
}
.catalog-other-questions__container .cookies-all-right {
  margin-top: -2px !important;
}

.filter-parameters-box-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 12px;
  margin-top: 20px;
}

.checkbox {
  position: relative;
  cursor: pointer;
  border: 1px solid #BDBDBD;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.checkbox input {
  position: absolute;
  cursor: pointer;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.checkbox:hover {
  border: 1px solid rgb(238, 75, 0);
}

.checkbox-active-catalog {
  border: 1px solid rgb(238, 75, 0);
  cursor: pointer;
}
.checkbox-active-catalog .filter-param-text span {
  color: rgb(238, 75, 0);
}

.filter-param-label {
  margin-bottom: 0;
  padding: 10px 5px;
  color: rgb(238, 75, 0);
}

.filter-param-text {
  font-size: 17px;
  line-height: 24px;
  border-radius: 8px;
  width: 100%;
  color: rgb(49, 60, 78);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filter-param-text span {
  color: rgb(49, 60, 78);
  transition: all 0.3s ease;
}

@font-face {
  font-family: "Golos";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Golos-Text_Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geist-Bold";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Geist-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geist-Medium-Regular";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Geist-Medium-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* COLOR */
.choose-gpu {
  background: linear-gradient(to bottom, rgb(41, 51, 69), rgb(0, 10, 28));
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 100px;
}
.choose-gpu__fon-left {
  position: absolute;
  top: 0;
  left: 0;
}
.choose-gpu__fon-right {
  position: absolute;
  right: 0;
  bottom: 0;
}
.choose-gpu__container {
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.choose-gpu__title {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 95px;
}
.choose-gpu__title h2 {
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}
.choose-gpu__title p {
  font-family: "Golos", sans-serif;
  font-size: 24px;
  line-height: 28px;
  width: 850px;
  color: rgb(255, 255, 255);
}
.choose-gpu__items {
  display: flex;
  flex-direction: row;
  gap: 40px;
  margin-bottom: 90px;
}
.choose-gpu__item {
  display: flex;
  flex-direction: row;
  gap: 26px;
  width: 497px;
}
.choose-gpu__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.choose-gpu__text p {
  font-family: "Golos", sans-serif;
  font-size: 36px;
  line-height: 40px;
  color: rgb(255, 255, 255);
}
.choose-gpu__text span {
  font-size: 18px;
  line-height: 115%;
  font-family: "Golos", sans-serif;
  color: rgb(255, 255, 255);
}
.choose-gpu__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 57px;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.choose-gpu__body p {
  font-size: 36px;
  line-height: 40px;
  color: rgb(255, 255, 255);
  font-family: "Golos", sans-serif;
}
.choose-gpu__body span {
  font-size: 18px;
  line-height: 115%;
  color: rgb(255, 255, 255);
  font-family: "Golos", sans-serif;
  width: 716px;
}
.choose-gpu__footer {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.choose-gpu__footer button {
  border-radius: 12px;
  width: 440px;
  padding: 20px 0;
  gap: 4px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  font-size: 20px;
  line-height: 100%;
  font-family: "Golos", sans-serif;
}
.choose-gpu__footer .consultation {
  border: 1px solid rgb(255, 255, 255);
}

@font-face {
  font-family: "Golos";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Golos-Text_Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geist-Bold";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Geist-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geist-Medium-Regular";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Geist-Medium-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* COLOR */
.cogeneration {
  background: rgb(245, 245, 245);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 180px 0;
}
.cogeneration__container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cogeneration__title {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 60px;
}
.cogeneration__title h2 {
  color: rgb(49, 60, 78);
  width: 1152px;
  font-size: 49px;
  line-height: 51px;
  text-transform: uppercase;
}
.cogeneration__title p {
  font-size: 20px;
  line-height: 130%;
  width: 758px;
  font-family: "Golos", sans-serif;
  color: rgb(49, 60, 78);
}
.cogeneration__items {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.cogeneration__item {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: center;
  margin-bottom: 79px;
}
.cogeneration__item-svg {
  min-width: 80px;
  height: 80px;
  background-color: white;
  border-radius: 50%;
  border: 1px solid #E1E1E1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cogeneration__item p {
  font-family: "Golos", sans-serif;
  color: rgb(49, 60, 78);
  font-size: 20px;
  width: 380px;
  line-height: 130%;
}
.cogeneration__block-grafics {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #FFFFFF;
  border: 1px solid #E1E1E1;
  border-radius: 30px;
  padding: 0 130px 0 70px;
  height: 464px;
  margin-bottom: 40px;
}
.cogeneration__block-grafics-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding: 90px 0 80px;
}
.cogeneration__block-grafics-footer {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.cogeneration__block-grafics-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.cogeneration__block-grafics-item p {
  font-size: 20px;
  line-height: 130%;
  font-family: "Golos", sans-serif;
  color: rgb(49, 60, 78);
}
.cogeneration__footer p {
  width: 631px;
  font-size: 20px;
  line-height: 130%;
  font-family: "Golos", sans-serif;
  color: rgb(49, 60, 78);
  margin-bottom: 15px;
}
.cogeneration__footer a {
  color: rgb(238, 75, 0);
  font-size: 20px;
  line-height: 130%;
  font-family: "Golos", sans-serif;
}
.cogeneration__footer button {
  width: 630px;
  padding: 20px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 42px;
  gap: 4px;
  border-radius: 12px;
  font-size: 20px;
  line-height: 100%;
  font-family: "Golos", sans-serif;
  color: rgb(255, 255, 255);
}

.cogeneration__block-grafics-img-text {
  position: absolute;
}
.cogeneration__block-grafics-img-text p {
  font-family: "Golos", sans-serif;
  font-size: 20px;
  line-height: 130%;
  color: rgb(49, 60, 78);
}

.cogeneration__block-grafics-gaz {
  position: absolute;
  top: 42px;
  left: 23px;
}

.cogeneration__block-grafics-electro {
  left: 688px;
  top: -63px;
  position: absolute;
}

.cogeneration__block-grafics-energy {
  left: 675px;
  top: 128px;
  position: absolute;
  width: -moz-max-content;
  width: max-content;
}

@font-face {
  font-family: "Golos";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Golos-Text_Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geist-Bold";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Geist-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geist-Medium-Regular";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Geist-Medium-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* COLOR */
.leasing {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: url("/local/templates/liora_qscape/css/../assets/images/catalog/leasing/fon-gpu.png");
}
.leasing__header {
  padding: 100px 0;
  display: flex;
  width: 100%;
  z-index: 2;
  flex-direction: column;
}
.leasing__header h2 {
  color: rgb(255, 255, 255);
  max-width: 850px;
  font-size: 47px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.leasing__header p {
  max-width: 850px;
  font-size: 24px;
  line-height: 28px;
  font-family: "Golos", sans-serif;
  color: rgb(255, 255, 255);
  margin-bottom: 84px;
}
.leasing__header button {
  width: 630px;
  display: flex;
  flex-direction: row;
  gap: 4px;
  border-radius: 12px;
  padding: 20px 0;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  font-family: "Golos", sans-serif;
  font-size: 20px;
  line-height: 100%;
}
.leasing__fon {
  position: absolute;
  z-index: 1;
}
.leasing__fon-gpu {
  position: absolute;
  right: 0;
  z-index: 2;
}
.leasing__footer {
  padding: 180px 0 90px;
  background-color: rgb(245, 245, 245);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.leasing__footer-container {
  width: 100%;
}
.leasing__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
.leasing__item {
  padding: 20px;
  background-color: #FFFFFF;
  border-radius: 20px;
  border: 1px solid #E1E1E1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.leasing__item p {
  font-size: 24px;
  line-height: 28px;
  font-family: "Golos", sans-serif;
  color: rgb(49, 60, 78);
}

@font-face {
  font-family: "Golos";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Golos-Text_Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geist-Bold";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Geist-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geist-Medium-Regular";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Geist-Medium-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* COLOR */
.other-gpu {
  background-color: rgb(245, 245, 245);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 198px;
}
.other-gpu__container {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
.other-gpu__items {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

@font-face {
  font-family: "Golos";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Golos-Text_Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geist-Bold";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Geist-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geist-Medium-Regular";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Geist-Medium-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* COLOR */
.card-main {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: rgb(245, 245, 245);
}
.card-main .burger {
  padding-top: 40px;
  margin-bottom: 36px !important;
}
.card-main__container {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.card-main__content {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 30px;
  position: relative;
  align-self: flex-start;
  height: -moz-max-content;
  height: max-content;
  overflow: visible;
  flex-shrink: 0;
}
.card-main__photo {
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 0;
  height: -moz-max-content;
  height: max-content;
  gap: 19px;
  padding: 30px;
  background-color: #fff;
  border-radius: 20px;
  align-self: flex-start;
  flex-shrink: 0;
}
.card-main__photo-header {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 630px;
}
.card-main__photo-header article {
  display: flex;
  padding: 6px 17px;
  background-color: #F5F5F5;
  border-radius: 30px;
  border: 1px solid rgb(238, 75, 0);
  width: -moz-max-content;
  width: max-content;
  font-size: 18px;
  line-height: 100%;
  color: rgb(49, 60, 78);
  font-family: "Golos", sans-serif;
}
.card-main__photo-header h1 {
  font-size: 36px;
  line-height: 38px;
  font-family: "Golos", sans-serif;
  letter-spacing: -1%;
  color: rgb(49, 60, 78);
}
.card-main__photo img {
  min-width: 700px;
}
.card-main__description {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 18px;
}
.card-main__description p {
  font-family: "Golos", sans-serif;
  font-size: 20px;
  line-height: 115%;
  color: rgb(49, 60, 78);
}
.card-main__description h4 {
  font-size: 24px;
  line-height: 28px;
  color: rgb(49, 60, 78);
  font-family: "Golos", sans-serif;
}
.card-main__items {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.card-main__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.card-main__item ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-left: 40px;
}
.card-main__item ul li {
  list-style-type: disc;
  font-size: 20px;
  line-height: 115%;
  font-family: "Golos", sans-serif;
  color: rgb(49, 60, 78);
  align-items: baseline;
}
.card-main__item ul li::marker {
  color: rgb(49, 60, 78);
}
.card-main__item-p {
  display: flex;
  flex-direction: column;
  gap: 10px;
  line-height: 115%;
  font-family: "Golos", sans-serif;
  color: rgb(49, 60, 78);
}
.card-main__button {
  border-radius: 12px;
  width: 100%;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 4px;
}
.card-main__button p {
  color: rgb(255, 255, 255);
}

@font-face {
  font-family: "Golos";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Golos-Text_Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geist-Bold";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Geist-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geist-Medium-Regular";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Geist-Medium-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* COLOR */
.card-main {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: rgb(245, 245, 245);
}
.card-main .burger {
  padding-top: 40px;
  margin-bottom: 36px !important;
}
.card-main__container {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.card-main__content {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 30px;
  position: relative;
  align-self: flex-start;
  height: -moz-max-content;
  height: max-content;
  overflow: visible;
  flex-shrink: 0;
}
.card-main__photo {
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 0;
  height: -moz-max-content;
  height: max-content;
  gap: 19px;
  padding: 30px;
  background-color: #fff;
  border-radius: 20px;
  align-self: flex-start;
  flex-shrink: 0;
}
.card-main__photo-header {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 630px;
}
.card-main__photo-header article {
  display: flex;
  padding: 6px 17px;
  background-color: #F5F5F5;
  border-radius: 30px;
  border: 1px solid rgb(238, 75, 0);
  width: -moz-max-content;
  width: max-content;
  font-size: 18px;
  line-height: 100%;
  color: rgb(49, 60, 78);
  font-family: "Golos", sans-serif;
}
.card-main__photo-header h1 {
  font-size: 36px;
  line-height: 38px;
  font-family: "Golos", sans-serif;
  letter-spacing: -1%;
  color: rgb(49, 60, 78);
}
.card-main__photo img {
  min-width: 700px;
}
.card-main__description {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 18px;
}
.card-main__description p {
  font-family: "Golos", sans-serif;
  font-size: 20px;
  line-height: 115%;
  color: rgb(49, 60, 78);
}
.card-main__description h4 {
  font-size: 24px;
  line-height: 28px;
  color: rgb(49, 60, 78);
  font-family: "Golos", sans-serif;
}
.card-main__items {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.card-main__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.card-main__item ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-left: 40px;
}
.card-main__item ul li {
  list-style-type: disc;
  font-size: 20px;
  line-height: 115%;
  font-family: "Golos", sans-serif;
  color: rgb(49, 60, 78);
  align-items: baseline;
}
.card-main__item ul li::marker {
  color: rgb(49, 60, 78);
}
.card-main__item-p {
  display: flex;
  flex-direction: column;
  gap: 10px;
  line-height: 115%;
  font-family: "Golos", sans-serif;
  color: rgb(49, 60, 78);
}
.card-main__button {
  border-radius: 12px;
  width: 100%;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 4px;
}
.card-main__button p {
  color: rgb(255, 255, 255);
}

.card-main-test__content {
  display: block;
}

.card-main-test__photo {
  float: left;
  position: static;
  margin: 0 30px 0 0;
}

.card-main-test__description {
  display: block;
}
.card-main-test__description > p {
  margin-bottom: 20px;
}

@font-face {
  font-family: "Golos";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Golos-Text_Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geist-Bold";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Geist-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geist-Medium-Regular";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Geist-Medium-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* COLOR */
.card-specifications {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: rgb(245, 245, 245);
  padding: 112px 0 90px;
}
.card-specifications__container {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.card-specifications__block {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.card-specifications__header {
  display: flex;
  flex-direction: row;
}
.card-specifications__header button {
  padding: 16px 36px;
  transition: border 0.3s ease;
  border-bottom: 3px solid transparent;
  font-size: 24px;
  line-height: 28px;
  font-family: "Golos", sans-serif;
  color: rgb(49, 60, 78);
}
.card-specifications__header button:hover {
  border-bottom: 3px solid rgb(238, 75, 0);
}
.card-specifications__content {
  padding: 60px 40px;
  background-color: #FFFFFF;
  border: 1px solid #D9D9D9;
  width: 100%;
}
.card-specifications__items {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 50px;
}
.card-specifications__item {
  display: flex;
  flex-direction: column;
}
.card-specifications__item-title {
  font-size: 24px;
  line-height: 28px;
  font-family: "Golos", sans-serif;
  color: rgb(49, 60, 78);
}
.card-specifications__item-subtitle {
  font-size: 20px;
  line-height: 100%;
  font-family: "Golos", sans-serif;
  color: rgb(49, 60, 78);
}
.card-specifications__block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 24px 36px;
  border-bottom: 1px solid #E1E1E1;
}
.card-specifications__block:last-child {
  border-bottom: none;
}
.card-specifications__block p {
  font-size: 24px;
  line-height: 28px;
  font-family: "Golos", sans-serif;
  color: #6C717A;
}
.card-specifications__block span {
  font-size: 24px;
  line-height: 28px;
  font-family: "Golos", sans-serif;
  color: rgb(49, 60, 78);
}
.card-specifications__block-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.card-specifications__block-info ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-left: 40px;
}
.card-specifications__block-info ul li {
  list-style-type: disc;
  font-size: 20px;
  line-height: 115%;
  font-family: "Golos", sans-serif;
  color: rgb(49, 60, 78);
  align-items: baseline;
}
.card-specifications__block-info ul li::marker {
  color: rgb(49, 60, 78);
}
.card-specifications__block-info p {
  color: rgb(49, 60, 78);
  font-size: 20px;
  line-height: 125%;
  font-family: "Golos", sans-serif;
}

.content-two {
  gap: 44px;
}

.content-hree {
  gap: 44px;
}

.gap-30 {
  gap: 30px;
}

.card-specifications__content {
  display: none;
}

.card-specifications__content.active {
  display: flex;
}

.active-tab-button {
  border-bottom: 3px solid rgb(238, 75, 0) !important;
}

@font-face {
  font-family: "Golos";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Golos-Text_Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geist-Bold";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Geist-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geist-Medium-Regular";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Geist-Medium-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* COLOR */
.modal-form {
  position: fixed;
  background-color: rgba(2, 2, 2, 0.5);
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 11;
  display: none;
  align-items: center;
  justify-content: center;
}
.modal-form__close {
  position: absolute;
  right: 20px;
  top: 20px;
}
.modal-form__container-success {
  display: none;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: center;
}
.modal-form__container-success p {
  font-size: 36px;
  line-height: 38px;
  font-family: "Golos", sans-serif;
  text-align: center;
  letter-spacing: -1%;
  color: rgb(49, 60, 78);
}
.modal-form__container-success span {
  color: rgb(108, 113, 122);
  font-size: 16px;
  font-family: "Golos", sans-serif;
  line-height: 20px;
  width: 396px;
  text-align: center;
}
.modal-form__container {
  min-height: 198px;
  display: flex;
  background-color: rgb(255, 255, 255);
  width: 800px;
  border-radius: 20px;
  padding: 48px 56px 32px;
  border: 1px solid rgb(225, 225, 225);
  position: relative;
  flex-direction: column;
  gap: 20px;
}
.modal-form__container-success-form {
  display: flex;
  gap: 42px;
  flex-direction: column;
}
.modal-form__title {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.modal-form__title p {
  font-size: 36px;
  line-height: 38px;
  font-family: "Golos", sans-serif;
  letter-spacing: -1%;
  color: rgb(49, 60, 78);
}
.modal-form__title span {
  color: rgb(66, 66, 66);
  font-size: 16px;
  line-height: 18px;
  font-family: "Golos", sans-serif;
}
.modal-form form {
  gap: 20px;
}
.modal-form .form__input-wrapper label {
  font-size: 16px !important;
}
.modal-form .form__input-wrapper input, .modal-form .form__input-wrapper textarea {
  border: 1px solid rgb(225, 225, 225);
  padding: 17px 20px;
}
.modal-form .form-submit {
  padding: 17px 0;
  border-radius: 10px;
}
.modal-form .cookies-all-right {
  color: rgb(169, 169, 169);
  line-height: 18px;
}

@font-face {
  font-family: "Golos";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Golos-Text_Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geist-Bold";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Geist-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geist-Medium-Regular";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Geist-Medium-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* COLOR */
.modal-filter {
  position: fixed;
  background-color: rgb(255, 255, 255);
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 11;
  display: none;
  flex-direction: column;
  padding: 0 0;
}
.modal-filter__header {
  padding: 20px 20px 20px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  background-color: rgb(49, 60, 78);
}
.modal-filter__header-left {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
}
.modal-filter__header-left p {
  font-size: 16px;
  line-height: 20px;
  color: white;
  font-family: "Golos", sans-serif;
}
.modal-filter__content {
  padding: 20px 20px 12px;
}
.modal-filter .catalog-main__type-execution {
  gap: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.modal-filter .catalog-main__type-execution-title {
  padding: 16px;
  background-color: rgb(49, 60, 78);
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 20px;
  color: white;
  font-family: "Golos", sans-serif;
}
.modal-filter .catalog-main__type-execution-items {
  padding: 16px;
  border-bottom: 1px solid rgb(225, 225, 225);
  border-left: 1px solid rgb(225, 225, 225);
  border-right: 1px solid rgb(225, 225, 225);
  gap: 16px;
}
.modal-filter .modification-option {
  gap: 8px;
}
.modal-filter .consultation__decor {
  width: 24px;
  height: 24px;
}
.modal-filter .modification-option input:checked ~ .modification-checkbox .check-icon {
  padding: 6px;
}
.modal-filter .catalog-main__power {
  border: 1px solid rgb(225, 225, 225);
  margin-top: 0;
  padding: 0 12px;
}
.modal-filter .catalog-main__power-title {
  padding: 16px 0;
  border-bottom: 1px solid rgb(225, 225, 225);
  font-size: 16px;
  line-height: 20px;
}
.modal-filter .catalog-main__power-title svg {
  margin-left: 6px;
}
.modal-filter .catalog-main__power-footer {
  position: relative;
  margin: 16px 0;
}
.modal-filter .catalog-main__power-footer input {
  background-color: transparent;
  width: 33vw;
  height: 40px;
}
.modal-filter .catalog-main__power-footer-line {
  position: absolute;
  width: 13px;
  top: 20px;
  left: 49%;
  height: 1px;
  background-color: rgb(44, 44, 44);
}
.modal-filter .catalog-main__footer {
  margin-top: 16px;
}
.modal-filter .catalog-main__footer button {
  padding: 16px 0;
  font-size: 16px;
  line-height: 20px;
  gap: 4px;
  border-radius: 8px;
}
.modal-filter .catalog-main__footer button svg {
  display: none;
}
.modal-filter .show-result {
  margin-bottom: 0;
}

@font-face {
  font-family: "Golos";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Golos-Text_Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geist-Bold";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Geist-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geist-Medium-Regular";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Geist-Medium-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* COLOR */
@media (max-width: 1730px) {
  .main-info__fon-car {
    right: -373px;
    top: 140px;
  }
  .main-info__fon-car img {
    width: 85%;
  }
  .gpu-main__fon-car {
    top: 110px;
  }
  .gpu-main__fon-car img {
    width: 85%;
  }
  .main-info__container {
    z-index: 5;
  }
  .choose-gpu__item {
    width: 400px;
  }
}
@media (max-width: 1600px) {
  .max-width__container {
    max-width: 97%;
  }
  .nav-bar__links {
    gap: 35px;
  }
  .main-info__fon-car {
    right: -455px;
    top: 174px;
  }
  .main-info__fon-car img {
    width: 80%;
  }
  .footer__info-map-block {
    width: auto;
  }
  .gpu-main__content {
    z-index: 5;
  }
  .work-gpu__content {
    width: 65%;
  }
  .work-gpu__step-one {
    top: 0;
    left: 285px;
  }
  .work-gpu__step-two {
    top: 135px;
    left: -92px;
  }
  .work-gpu__step-three {
    top: -7px;
    left: 54vw;
  }
  .work-gpu__step-four {
    top: 275px;
    left: 61vw;
  }
  .work-gpu__content {
    margin-bottom: 0;
  }
  .gpu__item {
    width: 100%;
    padding: 35px;
  }
  .economy-form {
    padding: 90px 0;
  }
  .work-gpu {
    padding: 90px 0;
  }
  .execution-options {
    padding: 0 0 90px;
  }
  .engines-yuchai {
    padding: 0 0 90px;
  }
  .our-solutions {
    padding: 90px 0 90px;
  }
  .answer-to-questions {
    padding-bottom: 0;
  }
  .scroll-gpu {
    padding: 90px 0;
  }
  .cogeneration {
    padding: 90px 0;
  }
  .leasing__footer {
    padding: 90px 0 0;
  }
  .catalog-other-questions {
    padding-bottom: 90px !important;
  }
}
@media (max-width: 1550px) {
  .gpu-main__fon-car {
    top: 150px;
  }
  .gpu-main__fon-car img {
    width: 80%;
  }
  .gpu-main__fon-logo {
    left: 145px;
  }
  .engines-yuchai__container {
    padding: 35px;
  }
  .engines-yuchai__fon-car {
    width: 53%;
  }
  .engines-yuchai__fon-logo {
    top: 170px;
    width: 31%;
  }
  .cogeneration__item p {
    width: 340px;
  }
}
@media (max-width: 1500px) {
  .main-info__fon-logo {
    right: 40px;
  }
  .work-gpu__step-one {
    top: -1vh;
    left: 19vw;
  }
  .work-gpu__step-two {
    top: 8vw;
    left: -6vw;
  }
  .implementation-steps__item {
    width: 200px;
  }
  .implementation-steps__container {
    padding: 50px 50px 80px;
  }
  .implementation-steps__line-svg {
    width: 950px;
  }
  .cogeneration__block-grafics-electro {
    left: 44.5vw;
  }
  .cogeneration__block-grafics-energy {
    left: 43.5vw;
  }
}
@media (max-width: 1400px) {
  .nav-bar__links a {
    font-size: 18px;
  }
  .scroll-gpu h2 {
    width: 600px;
  }
  .cogeneration__item p {
    width: 300px;
  }
}
@media (max-width: 1350px) {
  .work-gpu__step-two {
    top: 6vw;
    left: -6vw;
  }
  .work-gpu__step-one {
    top: -2vh;
    left: 18vw;
  }
  .gallery-projects__our-content button {
    padding: 12px 30.5px;
    margin-top: 5px;
    font-size: 18px;
  }
  .gallery-projects__our-content span {
    font-size: 19px;
  }
  .gallery-projects__our-content {
    margin: 20px;
  }
  .gallery-projects {
    gap: 90px;
  }
  .implementation-steps {
    padding: 90px 0;
  }
  .service-maintenance__item {
    padding: 30px;
  }
  .why-liora__desc-items {
    grid-template-columns: 1fr 1fr;
  }
  .footer__nav-right {
    gap: 100px;
  }
  .main-info__fon-logo {
    display: none;
  }
  .gpu-main__fon-logo {
    display: none;
  }
  .nav-bar__links a {
    font-size: 16px;
  }
  .header__info {
    gap: 30px;
  }
  .header__container p {
    font-size: 15px;
  }
  .catalog-card {
    width: 400px;
  }
  .choose-gpu__item {
    width: 370px;
  }
  .choose-gpu__items {
    gap: 10px;
  }
  .cogeneration__block-grafics-item p {
    font-size: 18px;
  }
  .cogeneration__block-grafics {
    padding: 0 70px;
  }
  .cogeneration__block-grafics-electro {
    left: 47.5vw;
  }
  .cogeneration__block-grafics-energy {
    left: 46.5vw;
  }
  .cogeneration__block-grafics-img-text p {
    font-size: 18px;
  }
  .card-main__content {
    flex-direction: column;
  }
  .card-main__photo {
    width: 100%;
  }
}
@media (max-width: 1300px) {
  .work-gpu__step-four {
    top: 20vw;
  }
  .work-gpu__step-two {
    top: 5vw;
    left: -12vw;
  }
  .work-gpu__step-one {
    top: -3vw;
    left: 18vw;
  }
  .work-gpu__step-three {
    top: -27px;
    left: 54vw;
  }
  .engines-yuchai__fon-logo {
    top: 261px;
  }
  .gallery-projects__our-content p {
    font-size: 34px;
  }
  .implementation-steps__subtitle {
    font-size: 18px;
  }
  .implementation-steps__title {
    font-size: 23px;
  }
  .implementation-steps__item {
    width: 175px;
  }
  .implementation-steps__line-svg {
    width: 825px;
  }
  .catalog-card {
    width: 380px;
  }
  .cogeneration__block-grafics {
    padding: 0 20px;
  }
  .cogeneration__block-grafics-electro {
    left: 52.5vw;
  }
  .cogeneration__block-grafics-energy {
    left: 51.5vw;
  }
}
@media (max-width: 1200px) {
  .cogeneration__items {
    flex-direction: column;
    align-items: start;
    justify-content: start;
    margin-bottom: 60px;
  }
  .cogeneration__item {
    margin-bottom: 0;
  }
  .cogeneration__item p {
    width: 100%;
  }
  .work-gpu__steps p {
    font-size: 18px;
  }
  .implementation-steps__item {
    width: 150px;
  }
  .implementation-steps__line-svg {
    width: 695px;
  }
  .footer__nav-items {
    gap: 50px;
  }
  .footer__info-map-phone {
    width: 40%;
  }
  .footer__info-map-phone p {
    width: -moz-max-content;
    width: max-content;
  }
  .economy-form__left {
    width: calc(60% - 146px);
  }
  .nav-bar__links {
    gap: 15px;
  }
  .header__info-icons {
    margin-right: 15px;
  }
  .header__info-mail {
    margin-right: 10px;
  }
  .catalog-card {
    width: 350px;
  }
  .choose-gpu__text p {
    font-size: 34px;
  }
  .choose-gpu__text span {
    font-size: 16px;
  }
  .choose-gpu__item {
    width: 342px;
  }
}
@media (max-width: 1120px) {
  .header__container p {
    font-size: 14px;
  }
  .catalog-card {
    width: auto;
  }
  .catalog-main__cards {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 993px) {
  .header__map img {
    display: none;
  }
  .text-mobili {
    display: none;
  }
  .main-info__item-hidden {
    display: none;
  }
  .engines-yuchai__fon-mobili {
    display: none;
  }
  .work-gpu__content-mobili {
    display: none;
  }
  .header__info-menu-mobili,
  .footer__nav-text-mobili {
    display: none;
  }
  .gpu-main__fon-mobili {
    display: none;
  }
  .main-info__fon-mobili {
    display: none;
  }
  .footer__nav-left .footer__order-a-call {
    display: none;
  }
  .footer__nav-bottom {
    align-items: center;
  }
}
@media (max-width: 992px) {
  .modal-form__container {
    min-height: 180px;
  }
  .card-gpu-other__description {
    gap: 15px !important;
  }
  .card-gpu-other__description ul {
    gap: 9px;
    margin-left: 30px;
    padding-left: 0;
  }
  .card-gpu-other__description ul li {
    font-size: 14px;
    line-height: 124%;
  }
  .card-main-test__content .card-main__button {
    width: 100% !important;
    left: 0 !important;
  }
  .card-main-test__photo {
    margin: 0 30px 20px 0;
  }
  .card-main-test__content .card-main__button {
    top: auto;
  }
  .card-gpu-other__title {
    font-size: 20px !important;
    margin-top: 5px !important;
  }
  .choose-gpu__svg {
    min-width: 44px;
  }
  .modal-form__container-success {
    height: 100%;
    align-items: center;
  }
  .modal-form__container-success p {
    font-size: 24px;
    line-height: 28px;
  }
  .modal-form__container-success span {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 3%;
    width: 243px;
  }
  .implementation-steps__line-svg {
    top: 204px;
    left: 50px;
  }
  .footer__info-desc-bottom p {
    width: 100%;
  }
  .gallery-projects__our-fon {
    height: 100%;
  }
  .gallery-projects__our-fon img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .footer__info-map-phone .footer__info-map-phone__link {
    font-size: 16px;
    line-height: 100%;
    gap: 4px;
  }
  .modal-form__container {
    padding: 40px 16px 34px;
    border-radius: 0;
    gap: 40px;
    border: none;
  }
  .form__input-error p {
    font-size: 13px;
    margin-top: 3px;
  }
  .modal-form__close {
    top: 16px;
    right: 16px;
  }
  .modal-form .form__input-wrapper label {
    font-size: 14px !important;
  }
  .modal-form .form__input-wrapper input, .modal-form .form__input-wrapper textarea {
    border-radius: 8px;
  }
  .modal-form .form-submit {
    margin-top: 20px;
    padding: 16px 0;
    gap: 4px;
    border-radius: 8px;
  }
  .footer__info-desc-mail {
    gap: 4px;
  }
  .modal-form .cookies-all-right {
    line-height: 14px;
  }
  .modal-form__title {
    gap: 4px;
  }
  .modal-form__title p {
    font-size: 24px;
    line-height: 28px;
    font-family: "Golos", sans-serif;
  }
  .modal-form__title span {
    font-size: 14px;
    line-height: 16px;
  }
  .footer__info-map {
    flex-direction: column;
    gap: 34px;
  }
  .footer__nav-bottom-mobili {
    display: none;
  }
  .nav-bar {
    display: none;
  }
  .header__info-icons,
  .header__info-mail,
  .header__order-a-call {
    display: none;
  }
  .header__map img {
    display: flex;
  }
  .header__map p {
    display: none;
  }
  .header__map svg {
    display: none;
  }
  .header__info-menu-mobili {
    display: flex;
  }
  .header__info-items {
    gap: 24px;
  }
  .main-info h1 {
    width: 326px;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -1%;
  }
  .main-info__title p {
    width: 326px;
    font-size: 14px;
    line-height: 18px;
  }
  h2 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -1%;
  }
  .footer {
    padding: 40px 0;
  }
  .footer__info-map-phone {
    width: 100%;
    margin-top: 20px;
  }
  .footer__info-map-phone a p {
    font-size: 16px;
    line-height: 18px;
  }
  .footer__info-map-phone a {
    font-size: 16px !important;
    line-height: 18px !important;
    flex-direction: row;
    gap: 4px !important;
  }
  .footer__info-map-phone__link {
    font-size: 16px;
    width: 100%;
    line-height: 18px;
    gap: 4px;
  }
  .footer__container h2 {
    width: 328px;
  }
  .footer__info-desc {
    margin-top: 40px;
    gap: 40px;
  }
  .footer__info-desc a, .footer__info-desc p {
    font-size: 14px;
  }
  .footer__info-map-block {
    background-color: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 8px;
    gap: 22px;
  }
  .footer__info-map-block a p {
    font-size: 16px;
    line-height: 18px;
    color: rgb(49, 60, 78);
  }
  .footer__info-map-mail {
    margin-top: 20px;
  }
  .footer__info-map-item svg path {
    stroke: rgb(49, 60, 78);
  }
  .footer__info-map-desc {
    padding: 4px;
  }
  .footer__info-map-text {
    gap: 8px;
  }
  .footer__info {
    margin-bottom: 30px;
  }
  .footer__nav-container {
    margin-top: 30px;
  }
  .footer__order-a-call {
    display: none;
  }
  .footer__nav-top {
    flex-direction: column;
  }
  .footer__nav-left {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .footer__nav-left img {
    width: 76px;
    height: auto;
  }
  .footer__nav-left .footer__order-a-call {
    display: flex;
  }
  .footer__nav-text {
    display: none;
  }
  .footer__nav-text-mobili {
    width: 244px;
    margin-left: 8px;
    margin-top: 8px;
  }
  .footer__nav-text-mobili p {
    font-size: 14px;
    line-height: 16px;
    font-family: "Golos", sans-serif;
    font-weight: 400;
    color: rgb(249, 250, 252);
  }
  .footer__nav-left .footer__order-a-call {
    flex-basis: 100%; /* или width: 100% — то же самое в данном случае */
    margin-top: 30px;
  }
  .footer__order-a-call {
    font-size: 16px;
    line-height: 18px;
  }
  .footer__nav-items {
    flex-direction: column;
  }
  .footer__nav-order-a-call {
    display: none;
  }
  .footer__nav-right {
    margin-top: 30px;
  }
  .footer__nav-items {
    gap: 24px;
  }
  .footer__nav-item {
    font-size: 16px;
    line-height: 18px;
  }
  .footer__nav-bottom-mobili {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .footer__nav-bottom-mobili p {
    font-size: 12px;
    line-height: 18px;
    font-family: "Golos", sans-serif;
  }
  .footer__nav-bottom {
    flex-direction: column;
    padding-top: 30px;
    font-size: 12px;
    line-height: 18px;
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  .footer__nav-bottom a {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .footer__nav-bottom p {
    font-size: 12px;
    line-height: 18px;
    position: relative;
    height: -moz-max-content;
    height: max-content;
    width: -moz-max-content;
    width: max-content;
    justify-content: start;
    align-items: start;
  }
  .other-questions {
    width: 100vw;
    padding: 0;
  }
  .other-questions .max-width__container {
    max-width: 100%;
  }
  .other-questions form {
    width: 100%;
  }
  .other-questions__container {
    border-radius: 0;
    padding: 40px 16px 60px;
    align-items: start;
    justify-content: left;
  }
  .other-questions__title {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -1%;
  }
  .other-questions__subtitle svg {
    display: none;
  }
  .other-questions__subtitle p {
    font-size: 16px;
    line-height: 18px;
  }
  .other-questions__subtitle {
    width: 328px;
    margin-bottom: 38px;
  }
  form {
    gap: 20px;
  }
  form label {
    font-size: 14px;
    line-height: 124%;
    margin-bottom: 6px;
  }
  form input, form textarea {
    padding: 15.5px 20px;
    font-size: 14px;
    line-height: 124%;
  }
  .form-submit {
    padding: 14px 0;
    font-size: 16px;
    line-height: 124%;
  }
  .cookies-all-right {
    font-size: 12px;
    line-height: 14px;
  }
  .other-questions__subtitle p {
    text-align: left;
  }
  .answer-to-questions__header {
    padding: 15px 0;
    gap: 5px;
  }
  .answer-to-questions__header p {
    font-size: 20px;
    line-height: 124%;
  }
  .answer-to-questions {
    padding-bottom: 25px;
    padding-top: 40px;
  }
  .answer-to-questions__container {
    gap: 30px;
  }
  .why-liora__desc-items {
    grid-template-columns: 1fr;
  }
  .why-liora__desc-header-number {
    font-size: 20px;
    line-height: 124%;
    padding: 8px;
  }
  .why-liora__desc-item {
    padding: 12px;
    border-radius: 12px;
  }
  .why-liora__desc-body h5 {
    font-size: 24px;
    line-height: 28px;
  }
  .why-liora__desc-body p {
    font-size: 14px;
    line-height: 124%;
  }
  .padding__container {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .why-liora__desc-item {
    gap: 30px;
  }
  .why-liora__desc-body {
    gap: 20px;
  }
  .why-liora__number-items {
    flex-direction: column;
  }
  .why-liora__line {
    display: none;
  }
  .why-liora__number-items {
    padding: 0;
    gap: 40px;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
  }
  .why-liora__number-item {
    gap: 8px;
  }
  .why-liora__container h2 {
    margin-bottom: 20px;
  }
  .why-liora__number-header:hover p {
    font-size: 52px;
  }
  .other-page button {
    width: 100%;
  }
  .other-page .catalog-main__title {
    font-size: 20px;
  }
  .why-liora__number-header p {
    font-size: 52px;
  }
  .why-liora__number-header span {
    margin-bottom: 11px;
  }
  .max-width__container {
    max-width: 93%;
  }
  .why-liora__subtitle {
    margin-bottom: 40px;
    width: 328px;
  }
  .why-liora__subtitle p {
    font-size: 16px;
    line-height: 18px;
  }
  .why-liora__title {
    width: 330px;
  }
  .why-liora__container {
    align-items: start;
    justify-content: left;
  }
  .our-solutions {
    padding: 40px 0;
  }
  .our-solutions__container {
    justify-content: left;
    align-items: start;
    gap: 24px;
  }
  .our-solutions__container h2 {
    width: 328px;
    text-align: left;
  }
  .our-solutions__swiper-navigation {
    display: none;
  }
  .our-solutions__item {
    width: 88vw;
  }
  .service-maintenance__items {
    grid-template-columns: 1fr;
  }
  .service-maintenance__item {
    border-radius: 8px;
    padding: 12px;
    gap: 30px;
  }
  .service-maintenance__item h5 {
    font-size: 24px;
    line-height: 28px;
  }
  .service-maintenance__item p {
    font-size: 14px;
    line-height: 16px;
  }
  .our-solutions__item {
    padding: 20px;
  }
  .our-solutions__header {
    margin-bottom: 17px;
  }
  .our-solutions__header svg {
    width: 47px;
    height: auto;
  }
  .our-solutions__body p {
    font-size: 14px;
    line-height: 124%;
  }
  .our-solutions__body {
    gap: 12px;
    margin-bottom: 63px;
  }
  .our-solutions__body button {
    font-size: 14px;
    line-height: 124%;
  }
  .our-solutions__consumer {
    gap: 2px;
  }
  .our-solutions__consumer p {
    font-size: 16px;
    line-height: 20px;
  }
  .our-solutions__consumer span {
    font-size: 14px;
    line-height: 124%;
  }
  .our-solutions__footer {
    gap: 20px;
  }
  .our-solutions__consumer-group p {
    font-size: 16px;
    line-height: 20px;
  }
  .service-maintenance__subtitle {
    width: 100%;
    text-align: start;
    margin-bottom: 64px;
  }
  .service-maintenance h2 {
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
  }
  .service-maintenance__container {
    z-index: 2;
  }
  .implementation-steps__items {
    flex-direction: column;
  }
  .implementation-steps__body-hidden {
    display: none;
  }
  .implementation-steps__item {
    display: flex;
    flex-direction: row;
    width: -moz-fit-content;
    width: fit-content;
  }
  .implementation-steps__item:nth-child(1) {
    flex-direction: row-reverse;
  }
  .implementation-steps__item:nth-child(2) {
    flex-direction: row;
  }
  .implementation-steps__item:nth-child(3) {
    flex-direction: row-reverse;
  }
  .implementation-steps__item:nth-child(4) {
    flex-direction: row;
  }
  .implementation-steps__item:nth-child(5) {
    flex-direction: row-reverse;
  }
  .implementation-steps__item:nth-child(6) {
    flex-direction: row;
  }
  .implementation-steps__item:nth-child(7) {
    flex-direction: row-reverse;
  }
  .implementation-steps__line-svg {
    transform: rotate(90deg);
  }
  .implementation-steps__steps-number {
    font-size: 16px;
    line-height: 24px;
    padding: 5px 6px;
  }
  .implementation-steps__steps {
    align-items: baseline;
    margin-right: 8px;
  }
  .implementation-steps {
    background-color: #fff;
    padding: 40px 0 0 !important;
  }
  .implementation-steps .pin-spacer {
    width: 100vw !important;
  }
  .implementation-steps .max-width__container {
    max-width: 100vw !important;
    width: 100vw !important;
    left: 0 !important;
  }
  .implementation-steps__container {
    width: 100%;
    border-radius: 0;
    height: -moz-max-content !important;
    height: max-content !important;
    padding: 40px 0 !important;
    max-height: -moz-max-content !important;
    max-height: max-content !important;
  }
  .implementation-steps__items {
    height: -moz-max-content !important;
    height: max-content !important;
  }
  .implementation-steps__line-svg {
    width: 473px !important;
  }
  .implementation-steps__line {
    left: -252px;
    top: 220px;
  }
  .implementation-steps__items {
    width: 91%;
    gap: 40px;
  }
  .implementation-steps__container h2 {
    width: 100%;
    max-width: 91%;
    left: 0;
    position: relative;
    text-align: left;
    color: rgb(49, 60, 78);
  }
  .implementation-steps__container {
    gap: 40px;
  }
  .implementation-steps__title {
    font-size: 20px;
    line-height: 124%;
  }
  .implementation-steps__subtitle {
    font-size: 14px;
    line-height: 16px;
  }
  .implementation-steps__body {
    gap: 8px;
    min-height: auto;
  }
  .gallery-projects__swiper-navigation {
    display: none;
  }
  .gallery-projects__img {
    width: 246px;
  }
  .gallery-projects__swiper-wrapper {
    left: -6%;
  }
  .gallery-projects {
    gap: 80px;
  }
  .projects__request {
    width: 100%;
    padding: 16px 5px;
    margin-top: 30px;
    font-size: 16px;
    line-height: 124%;
  }
  .gallery-projects__our-links {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .gallery-projects__our-links__block {
    flex-direction: row;
    grid-column: 1/-1; /* занимаем 2 колонки */
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .gallery-projects__our-hover {
    display: none;
  }
  .gallery-projects__our-content {
    margin: 10px;
  }
  .gallery-projects__our-content p {
    font-size: 16px;
    line-height: 20px;
  }
  .gallery-projects__our-link {
    width: 100%;
    overflow: hidden;
    height: 160px;
    border-radius: 8px;
  }
  .gallery-projects__our {
    align-items: stretch;
    padding-top: 40px;
  }
  .gallery-projects__title {
    margin-bottom: 44px;
    gap: 16px;
    width: 328px;
    text-align: left;
  }
  .gallery-projects__title p {
    font-size: 14px;
    line-height: 124%;
  }
  .engines-yuchai {
    background-color: #FFFFFF;
    padding: 0 0 40px;
  }
  .engines-yuchai .max-width__container {
    max-width: 100%;
  }
  .engines-yuchai .projects__request {
    margin-top: 0;
    width: 91%;
  }
  .engines-yuchai__container {
    padding: 40px 16px 0;
  }
  .engines-yuchai__container h2 {
    width: 328px;
  }
  .engines-yuchai__content {
    gap: 16px;
  }
  .engines-yuchai__content-block {
    width: 100%;
  }
  .engines-yuchai__fon-logo,
  .engines-yuchai__fon-car {
    display: none;
  }
  .engines-yuchai__fon-mobili {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 36px;
  }
  .engines-yuchai__content-block p {
    font-size: 14px;
    line-height: 16px;
  }
  .engines-yuchai__list {
    gap: 20px;
    margin-bottom: 40px;
  }
  .engines-yuchai__list ul {
    gap: 9px;
    margin-left: 30px;
  }
  .engines-yuchai__list ul li {
    font-size: 14px;
    line-height: 124%;
  }
  .engines-yuchai__p {
    display: none;
  }
  .engines-yuchai__check-item {
    gap: 8px;
  }
  .execution-options {
    padding: 0 0 50px;
  }
  .execution-options .projects__request {
    margin-top: 20px;
    width: 91%;
  }
  .execution-options__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .execution-options__item {
    width: 100%;
    height: 184px;
    display: flex;
    justify-content: center;
    padding: 14px 10px 14px;
  }
  .execution-options__item-hover {
    display: none;
  }
  .execution-options__item-title {
    font-size: 16px;
    line-height: 20px;
  }
  .execution-options__badge {
    font-size: 10px;
    line-height: 16px;
    height: -moz-max-content;
    height: max-content;
    padding: 0 8px;
    left: 8px;
    top: 8px;
  }
  .execution-options__img {
    width: 100%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .execution-options__img img {
    height: 94px;
    width: 140px;
  }
  .execution-options__container {
    gap: 30px;
  }
  .execution-options__title {
    gap: 16px;
    text-align: left;
  }
  .execution-options__title h2 {
    color: rgb(49, 60, 78);
  }
  p {
    font-size: 14px;
  }
  .economy-form {
    padding: 40px 0 80px;
  }
  .economy-form .form-submit {
    margin-top: 20px;
  }
  .economy-form__container {
    flex-direction: column;
    gap: 40px;
  }
  .economy-form__right {
    width: 100%;
    border-radius: 8px;
    padding: 18px 8px;
  }
  .economy-form__left {
    width: 100%;
  }
  .economy-form__left h2 {
    width: 328px;
    margin-bottom: 34px;
  }
  .economy-form__list {
    gap: 28px;
    margin-bottom: 23px;
  }
  .economy-form__list p {
    font-size: 14px;
    line-height: 16px;
  }
  .economy-form__list ul {
    gap: 8px;
  }
  .economy-form__list ul li {
    font-size: 14px;
    line-height: 16px;
  }
  .economy-form__footer p {
    font-size: 14px;
    line-height: 16px;
  }
  .economy-form__footer svg {
    display: none;
  }
  .gpu__items {
    grid-template-columns: 1fr;
  }
  .gpu__item {
    gap: 8px;
    border-radius: 8px;
    height: auto;
    padding: 12px 12px 12px 12px;
  }
  .gpu__item-svg {
    padding: 7px;
    border-radius: 5px;
  }
  .gpu__item-svg svg {
    width: 16px;
    height: 16px;
  }
  .gpu__item-content {
    gap: 12px;
  }
  .gpu__item-content p {
    font-size: 24px;
    line-height: 28px;
  }
  .gpu__item-content span {
    font-size: 14px;
    line-height: 16px;
  }
  .gpu__container {
    padding: 40px 0;
    gap: 40px;
  }
  .gpu__title h2 {
    text-align: left;
  }
  .gpu__title p {
    width: 100%;
    text-align: left;
  }
  .work-gpu {
    padding: 40px 0;
  }
  .work-gpu__content {
    display: none;
  }
  .work-gpu__check-items {
    gap: 20px;
  }
  .work-gpu__check-item {
    align-items: flex-start;
  }
  .work-gpu__check-item svg {
    min-width: 24px;
  }
  .work-gpu__check-item p {
    font-size: 14px;
    line-height: 18px;
  }
  .work-gpu__footer h3 {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }
  .work-gpu__content-mobili {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .work-gpu__container {
    align-items: start;
  }
  .work-gpu h2 {
    width: 328px;
    text-align: left;
  }
  .work-gpu__content-mobili-items {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 54px;
  }
  .work-gpu__content-mobili-item-step {
    border-radius: 50%;
    background-color: rgb(238, 75, 0);
    color: rgb(255, 255, 255);
    padding: 6px;
    font-size: 16px;
    line-height: 20px;
    font-family: "Golos", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    height: -moz-max-content;
    height: max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .work-gpu__content-mobili-item {
    display: flex;
    flex-direction: row;
    gap: 8px;
  }
  .work-gpu__content-mobili-item p {
    font-size: 14px;
    line-height: 124%;
    font-family: "Golos", sans-serif;
    color: rgb(49, 60, 78);
  }
  .work-gpu__container {
    gap: 36px;
  }
  .gpu-main__fon-logo,
  .gpu-main__fon-car {
    display: none;
  }
  .gpu-main {
    padding: 40px 0;
  }
  .gpu-main__content {
    width: 100%;
  }
  .gpu-main__indicators-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .main-info__item:hover p {
    font-size: 36px;
  }
  .gpu-main__indicators-item {
    -moz-column-gap: 8px;
         column-gap: 8px;
    row-gap: 20px;
  }
  .gpu-main__indicators-item p {
    font-family: "Golos", sans-serif;
    font-size: 36px;
    line-height: 38px;
  }
  .gpu-main__indicators-item:hover p {
    font-size: 36px;
  }
  .gpu-main__indicators-item span {
    font-size: 14px;
    line-height: 16px;
  }
  .gpu-main__title {
    gap: 16px;
  }
  .gpu-main__title h2 {
    width: 328px;
  }
  .gpu-main__title p {
    font-size: 14px;
    line-height: 16px;
  }
  .gpu-main__fon-mobili {
    scale: 2;
    position: relative;
    left: -34px;
    z-index: 1;
  }
  .gpu-main__indicators-items {
    margin-top: 20px;
    z-index: 2;
  }
  .scroll-gpu {
    flex-direction: column;
    padding: 40px 0;
  }
  .scroll-gpu h2 {
    width: 100%;
  }
  .scroll-gpu__container {
    flex-direction: column;
    gap: 30px;
  }
  .scroll-gpu__items {
    width: 100%;
    grid-template-columns: 1fr;
  }
  .scroll-gpu__item {
    padding: 12px;
    height: -moz-max-content;
    height: max-content;
    gap: 8px;
  }
  .scroll-gpu__svg {
    min-width: 30px;
    height: 30px;
  }
  .scroll-gpu__svg img {
    width: 16px;
    height: 16px;
  }
  .scroll-gpu__content {
    gap: 12px;
  }
  .scroll-gpu__content p {
    font-size: 24px;
    line-height: 28px;
  }
  .scroll-gpu__content span {
    font-size: 14px;
    line-height: 16px;
  }
  .main-info__fon-car,
  .main-info__fon-logo {
    display: none;
  }
  .main-info {
    padding: 20px 0 40px;
  }
  .main-info__title {
    gap: 16px;
  }
  .main-info__items {
    display: grid;
    -moz-column-gap: 8px;
         column-gap: 8px;
    width: 100%;
    margin-top: 10px;
    z-index: 2;
    row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
  .main-info__item p {
    font-size: 36px;
    line-height: 38px;
  }
  .main-info__item span {
    font-size: 14px;
    line-height: 16px;
  }
  .main-info__line {
    display: none;
  }
  .main-info__fon-mobili {
    z-index: 1;
    position: relative;
    scale: 1.7;
    left: 10px;
  }
  .main-info__title {
    order: 1;
    margin-bottom: 40px;
  }
  .main-info__fon-mobili {
    order: 3;
  }
  .main-info__items {
    order: 4;
    margin-bottom: 0;
  }
  .main-info__footer {
    order: 2;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 80px;
    width: 100%;
  }
  .main-info__footer button {
    width: 100%;
  }
  .main-info__footer a {
    width: 100%;
  }
  .card-main .burger {
    padding-top: 12px !important;
    margin-bottom: 24px !important;
  }
  .card-main__photo {
    border-radius: 9px;
    padding: 16px;
    gap: 17px;
  }
  .card-main__photo img {
    min-width: 100%;
  }
  .card-main__photo-header {
    width: 100%;
  }
  .card-main__photo-header article {
    font-size: 14px;
    line-height: 16px;
  }
  .card-main__photo-header h1 {
    font-size: 24px;
    line-height: 28px;
  }
  .card-main__description {
    padding-top: 0;
    gap: 20px;
  }
  .card-main__description p {
    font-size: 14px;
    line-height: 16px;
  }
  .card-main__item ul {
    margin-left: 30px;
    gap: 10px;
  }
  .card-main__item ul li {
    font-size: 14px;
    line-height: 16px;
  }
  .card-main__items {
    gap: 16px;
  }
  .card-main__button {
    padding: 16px 0;
    gap: 4px;
  }
  .card-main__button p {
    font-size: 16px;
    line-height: 20px;
  }
  .card-main {
    padding-bottom: 30px;
  }
  .card-specifications {
    background-color: white !important;
    padding: 0 0 0 !important;
    border-bottom: 40px solid rgb(245, 245, 245);
  }
  .card-specifications__header {
    gap: 24px;
    width: 100%;
    overflow-x: scroll;
  }
  .card-specifications__header::-webkit-scrollbar {
    display: none;
  }
  .card-specifications__header button {
    font-size: 14px;
    line-height: 16px;
    padding: 20px 0 8px;
  }
  .card-specifications__content {
    padding: 40px 0 20px;
    border: none;
  }
  .card-specifications__items {
    gap: 20px;
  }
  .card-specifications__item-title {
    font-size: 14px;
    line-height: 16px;
    padding: 8px 0;
  }
  .card-specifications__block {
    padding: 20px 0;
  }
  .card-specifications__block p {
    font-size: 14px;
    line-height: 16px;
    width: 55%;
  }
  .card-specifications__block span {
    font-size: 14px;
    line-height: 16px;
  }
  .other-questions__container {
    border: none;
  }
  .card-specifications__item-subtitle {
    font-size: 14px;
    line-height: 16px;
  }
  .gap-30 {
    gap: 16px;
  }
  .card-specifications__block-info ul {
    margin-left: 30px;
    gap: 10px;
  }
  .card-specifications__block-info ul li {
    font-size: 14px;
    line-height: 16px;
  }
  .card-specifications__block-info p {
    font-size: 14px;
    line-height: 16px;
  }
}
@font-face {
  font-family: "Golos";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Golos-Text_Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geist-Bold";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Geist-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geist-Medium-Regular";
  src: url("/local/templates/liora_qscape/css/../assets/fonts/Geist-Medium-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* COLOR */
@media (min-width: 993px) {
  .catalog-main__filters-mobili {
    display: none;
  }
  .footer__nav-bottom-mobili {
    display: none;
  }
  .text-desktop {
    display: flex;
  }
  .text-mobile {
    display: none;
  }
  .cogeneration__block-grafics-mobili {
    display: none;
  }
}
@media (max-width: 992px) {
  .text-desktop {
    display: none;
  }
  .filter-parameters-box-container {
    gap: 8px;
    margin-bottom: 20px;
  }
  .checkbox {
    border-radius: 5px;
  }
  .filter-param-label {
    padding: 8px;
  }
  .filter-param-text {
    font-size: 14px;
    line-height: 16px;
  }
  .text-mobile {
    display: flex;
  }
  .catalog-main__filters {
    display: none;
  }
  .catalog-main h1 {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -1%;
    width: 328px;
  }
  .catalog-main__container {
    padding: 12px 0 20px;
  }
  .burger {
    margin-bottom: 14px;
  }
  .catalog-main__title {
    margin-bottom: 24px;
  }
  .catalog-main__content {
    flex-direction: column;
  }
  .catalog-main__filters-mobili {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .catalog-main__filters-mobili-open {
    padding: 8px 24px;
    display: flex;
    align-items: center;
    flex-direction: row;
    background-color: rgb(49, 60, 78);
    border-radius: 8px;
    gap: 4px;
    width: -moz-max-content;
    width: max-content;
  }
  .catalog-main__filters-mobili-open p {
    font-size: 14px;
    line-height: 16px;
    color: white;
    letter-spacing: 3%;
    font-family: "Golos", sans-serif;
  }
  .catalog-main__filters-mobili-items {
    display: flex;
    flex-direction: row;
    gap: 8px;
    flex-wrap: wrap;
  }
  .catalog-main__filters-mobili-item {
    border: 1px solid rgb(169, 169, 169);
    border-radius: 30px;
    padding: 6px 12px;
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
    font-family: "Golos", sans-serif;
    color: rgb(49, 60, 78);
  }
  .catalog-main__cards {
    width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
  }
  .catalog-card__title {
    width: 100%;
  }
  .catalog-card__photo {
    height: 102px;
    max-height: 102px;
    margin-bottom: 4px;
  }
  .catalog-card__recomend-pl {
    font-size: 10px;
    line-height: 12px;
    padding: 4px 8px;
    top: 10px;
    left: 10px;
    height: -moz-max-content;
    height: max-content;
  }
  .catalog-card {
    border-radius: 8px;
    padding: 10px;
  }
  .catalog-card__title {
    margin-bottom: 17px;
    font-size: 14px;
    line-height: 16px;
    font-family: "Golos", sans-serif;
  }
  .catalog-card__specifications {
    margin-bottom: 17px;
  }
  .catalog-card__specification span {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 3%;
  }
  .catalog-card__specification p {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 3%;
  }
  .catalog-card__informations {
    gap: 8px;
    flex-direction: column;
    margin-bottom: 24px;
  }
  .catalog-card__information {
    padding: 6px 8px;
    width: -moz-max-content;
    width: max-content;
    border: 1px solid rgb(225, 225, 225);
    background-color: rgb(245, 245, 245);
    font-size: 12px;
    line-height: 14px;
  }
  .catalog-card {
    min-height: 356px;
  }
  .catalog-card__footer {
    padding: 8px 0;
    font-size: 14px;
    line-height: 16px;
    gap: 4px;
    border-radius: 5.33px;
  }
  .catalog-card__footer svg {
    width: 16px;
    height: 16px;
  }
  .catalog-main__cards-container {
    gap: 16px;
  }
  .catalog-main .show-more {
    padding: 8px 0;
    border-radius: 5px;
    font-size: 14px;
    line-height: 16px;
  }
  .choose-gpu__container {
    z-index: 2;
  }
  .choose-gpu {
    padding: 40px 16px 30px;
  }
  .choose-gpu__title {
    gap: 16px;
    margin-bottom: 48px;
    width: 100%;
  }
  .choose-gpu__title h2 {
    text-align: left;
  }
  .choose-gpu__title p {
    text-align: left;
    width: 328px;
    font-size: 14px;
    line-height: 16px;
  }
  .choose-gpu__items {
    flex-direction: column;
    width: 100%;
    gap: 40px;
    z-index: 2;
    margin-bottom: 60px;
  }
  .choose-gpu__item {
    gap: 13px;
    width: 100%;
  }
  .choose-gpu__item svg {
    min-width: 44px;
    width: 44px;
    height: 44px;
  }
  .choose-gpu__item svg path {
    fill: rgb(238, 75, 0);
  }
  .choose-gpu__text {
    gap: 12px;
  }
  .choose-gpu__text p {
    font-size: 24px;
    line-height: 28px;
    font-family: "Golos", sans-serif;
  }
  .choose-gpu__text p br {
    display: none;
  }
  .choose-gpu__text span {
    font-size: 14px;
    line-height: 16px;
  }
  .choose-gpu__body {
    width: 100%;
    gap: 26px;
  }
  .choose-gpu__body span {
    width: 328px;
    font-size: 14px;
    line-height: 16px;
  }
  .choose-gpu__body p {
    font-size: 24px;
    line-height: 28px;
    width: 328px;
  }
  .choose-gpu__footer {
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }
  .choose-gpu__footer button {
    padding: 16px 0;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    gap: 4px;
    border-radius: 8px;
  }
  .cogeneration__block-grafics {
    flex-direction: column;
  }
  .cogeneration__block-grafics-mobili {
    display: flex;
  }
  .cogeneration__block-grafics-img {
    display: none;
  }
  .cogeneration__block-grafics {
    height: -moz-max-content;
    height: max-content;
    padding: 30px 20px 40px;
    border-radius: 0;
    width: 100%;
    border: 1px solid transparent;
  }
  .cogeneration__block-grafics-gaz {
    top: 47px;
    left: -16px;
  }
  .cogeneration__block-grafics-img-text p {
    font-size: 20px;
    line-height: 124%;
  }
  .cogeneration__block-grafics-electro {
    left: -168px;
    top: 495px;
  }
  .cogeneration__block-grafics-energy {
    top: 495px;
    left: 5px;
  }
  .cogeneration__block-grafics-content {
    padding: 0;
    margin-top: 14px;
    width: 100%;
    text-align: left;
    gap: 20px;
  }
  .cogeneration__block-grafics-footer {
    gap: 20px;
  }
  .cogeneration__block-grafics-item p {
    font-size: 16px;
    line-height: 20px;
  }
  .other-gpu {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .other-gpu__container {
    gap: 20px;
  }
  .cogeneration {
    padding: 40px 0;
  }
  .cogeneration .max-width__container {
    max-width: 100%;
  }
  .cogeneration__container {
    align-items: center;
  }
  .cogeneration__title {
    width: 93%;
    gap: 16px;
    margin-bottom: 28px;
  }
  .cogeneration__title h2 {
    font-size: 24px;
    line-height: 28px;
    width: 328px;
    text-align: left;
  }
  .cogeneration__title p {
    width: 100%;
    font-size: 14px;
    line-height: 16px;
  }
  .cogeneration__items {
    width: 93%;
  }
  .cogeneration__item {
    gap: 12px;
  }
  .cogeneration__item p {
    font-size: 14px;
    line-height: 16px;
  }
  .cogeneration__item-svg {
    min-width: 44px;
    width: 44px;
    height: 44px;
  }
  .cogeneration__item-svg svg {
    width: 16px;
    height: 16px;
  }
  .cogeneration__footer {
    width: 93%;
  }
  .cogeneration__footer p {
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 12px;
  }
  .cogeneration__footer a {
    font-size: 14px;
    line-height: 16px;
  }
  .cogeneration__footer button {
    width: 100%;
    margin-top: 34px;
    padding: 16px 0;
    gap: 4px;
    font-size: 16px;
    line-height: 20px;
    border-radius: 8px;
  }
  .leasing {
    background: url("/local/templates/liora_qscape/css/../assets/images/catalog/leasing/fon-gpu-mobili.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 827px;
    align-items: start;
  }
  .leasing__header h2 {
    font-size: 24px;
    margin-bottom: 16px;
    line-height: 28px;
  }
  .leasing__header {
    gap: 16px;
    padding: 40px 0 0;
  }
  .leasing__header p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 40px;
  }
  .leasing__header button {
    width: 100%;
    padding: 16px 0;
    font-size: 16px;
    line-height: 20px;
    border-radius: 8px;
    gap: 4px;
  }
  .leasing__items {
    grid-template-columns: 1fr;
  }
  .leasing__footer {
    padding: 40px 0;
  }
  .catalog-other-questions {
    padding-bottom: 0 !important;
  }
  .catalog-other-questions__container {
    padding: 40px 16px !important;
  }
  .other-questions__title {
    text-align: left;
  }
  .other-gpu {
    width: 100%;
  }
  .other-gpu__items {
    width: 100%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
  .other-gpu__items::-webkit-scrollbar {
    display: none;
  }
  .other-gpu .catalog-card {
    min-width: 41vw !important;
  }
  .catalog-card__photo {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .catalog-card__photo img {
    height: 102px;
  }
}
/* End */


/* Start:/local/templates/liora_qscape/components/as_wegas/cookie/.default/style.css?17871273531*/


/* End */


/* Start:/local/templates/liora_qscape/components/bitrix/form/liora_popup/style.css?1787127353183*/
.form__input-wrapper .form__input-container.form__input-error input,
.form__input-wrapper .form__input-container.form__input-error textarea {
    border: 1px solid rgb(238, 75, 0);
}

/* End */
/* /local/templates/liora_qscape/css/main.css?1787127353151854 */
/* /local/templates/liora_qscape/components/as_wegas/cookie/.default/style.css?17871273531 */
/* /local/templates/liora_qscape/components/bitrix/form/liora_popup/style.css?1787127353183 */
