

/* Start:/local/templates/netwell_2025/assets/css/style.css?1774258738353689*/
@charset "UTF-8";

:root {
  --light: #f5f5f5;
  --dark: #000;
  --accent: red;
  --primary: green;
  --error: #ff4747;
  --white: #f5f5f566;
  --white60: #f5f5f599;
  --white40: rgba(245, 245, 245, 0.4);
  --red: #ba0c2e;
  --grey-bg: #e6e7ea;
  --table: #c9cbd1;
  --black: #282828;
  --pink: #ebc7ce;
  --grey: #8b8e9c;
  --hover-link: #766b6d;
  --grey-transparency: #9ea1ae80;
  --grey-dark: #6f717d;
  --grey-dark50: #9ea1ae80;
  --grey-light: #dddfe6;
  --default-font-family: $default-font-family;
  --semiBold: "Solomon Sans SemBd";
  --machina: "Neue Machina";
  --normal: "Solomon Sans Normal";
  --font-size-default: 16px;
  --mobile-xs: $mobile-xs;
  --mobile-sm: $mobile-sm;
  --mobile: $mobile;
  --mobile-xl: $mobile-xl;
  --tablet-m: $tablet-m;
  --tablet: $tablet;
  --tablet-xl: $tablet-xl;
  --laptop: $laptop;
  --desktop: $desktop;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

* {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
  background-color: transparent;
  text-decoration: none;
  color: currentColor;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * 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;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
  border-style: none;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

/* Forms
     ========================================================================== */

button,
input {
  /* 1 */
  overflow: visible;
  outline: none;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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.
   */

[type="search"]::-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 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
  display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
  display: none;
}

*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

svg {
  display: block;
}

* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

a {
  -webkit-touch-callout: none;
}

@font-face {
  font-family: "Solomon Sans";
  src: url("/local/templates/netwell_2025/assets/css/../fonts/SolomonSans-Regular.eot");
  src:
    local("Solomon Sans Regular"),
    local("SolomonSans-Regular"),
    url("/local/templates/netwell_2025/assets/css/../fonts/SolomonSans-Regular.eot") format("embedded-opentype"),
    url("/local/templates/netwell_2025/assets/css/../fonts/SolomonSans-Regular.woff2") format("woff2"),
    url("/local/templates/netwell_2025/assets/css/../fonts/SolomonSans-Regular.woff") format("woff"),
    url("/local/templates/netwell_2025/assets/css/../fonts/SolomonSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Solomon Sans SemBd";
  src: url("/local/templates/netwell_2025/assets/css/../fonts/SolomonSans-SemiBold.eot");
  src:
    local("Solomon Sans Semi Bold"),
    local("SolomonSans-SemiBold"),
    url("/local/templates/netwell_2025/assets/css/../fonts/SolomonSans-SemiBold.eot") format("embedded-opentype"),
    url("/local/templates/netwell_2025/assets/css/../fonts/SolomonSans-SemiBold.woff2") format("woff2"),
    url("/local/templates/netwell_2025/assets/css/../fonts/SolomonSans-SemiBold.woff") format("woff"),
    url("/local/templates/netwell_2025/assets/css/../fonts/SolomonSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Solomon Sans";
  src: url("/local/templates/netwell_2025/assets/css/../fonts/SolomonSans-Bold.eot");
  src:
    local("Solomon Sans Bold"),
    local("SolomonSans-Bold"),
    url("/local/templates/netwell_2025/assets/css/../fonts/SolomonSans-Bold.eot") format("embedded-opentype"),
    url("/local/templates/netwell_2025/assets/css/../fonts/SolomonSans-Bold.woff2") format("woff2"),
    url("/local/templates/netwell_2025/assets/css/../fonts/SolomonSans-Bold.woff") format("woff"),
    url("/local/templates/netwell_2025/assets/css/../fonts/SolomonSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Neue Machina";
  src: url("/local/templates/netwell_2025/assets/css/../fonts/fontMachina/NeueMachina-Regular.eot");
  src:
    local("Neue Machina Regular"),
    local("NeueMachina-Regular"),
    url("/local/templates/netwell_2025/assets/css/../fonts/fontMachina/NeueMachina-Regular.eot")
      format("embedded-opentype"),
    url("/local/templates/netwell_2025/assets/css/../fonts/fontMachina/NeueMachina-Regular.woff") format("woff2"),
    url("/local/templates/netwell_2025/assets/css/../fonts/fontMachina/NeueMachina-Regular.woff") format("woff"),
    url("/local/templates/netwell_2025/assets/css/../fonts/fontMachina/NeueMachina-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Solomon Sans Normal";
  src: url("/local/templates/netwell_2025/assets/css/../fonts/font/SolomonSans-Normal.otf");
  src:
    local("Solomon Sans Normal"),
    local("SolomonSans-Normal"),
    url("/local/templates/netwell_2025/assets/css/../fonts/font/SolomonSans-Normal.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

.--no-scroll {
  overflow: hidden;
}

.container {
  max-width: 117.5rem;
  width: 100%;
  padding-inline: 1.25rem;
  margin: 0 auto;
}

.navigate-page {
  margin-top: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: rgb(0, 0, 0);
  font-weight: 500;
  font-size: 24px;
  gap: 0.625rem;
}

.navigate-page h1 {
  color: black;
  font-weight: 600;
}

.navigate-page a:hover {
  color: red;
}
.title-text-service h2 {
  letter-spacing: -2.24px;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.--H-1 {
  font-size: 6.125rem;
  line-height: 5.625rem;
  font-family: var(--machina);
  letter-spacing: -4%;
}

.--H-2 {
  font-size: 5rem;
  line-height: 5rem;
  font-weight: 400;
  font-family: var(--normal);
  letter-spacing: -4%;
}

.--H-3 {
  font-size: 3.5rem;
  line-height: 3.75rem;
  font-weight: 400;
  font-family: var(--normal);
  letter-spacing: -4%;
}

.--H-4,
.pages-confident__contant h4 {
  font-size: 2.25rem;
  /* line-height: 2.5rem; */
  letter-spacing: -4%;
}

.--H-5,
.pages-vendor__description__content h2 {
  font-size: 2rem;
  line-height: 2.25rem;
  letter-spacing: -4%;
}

.--H-6,
.pages-vendor__description__content h3 {
  font-size: 1.75rem;
  line-height: 2.25rem;
  letter-spacing: -4%;
}

.--H6SEMIBOLD {
  font-size: 1.75rem;
  line-height: 2.25rem;
  font-family: var(semiBold);
  font-weight: 600;
  font-style: normal;
  letter-spacing: -4%;
}

.--description {
  font-size: 2rem;
  line-height: 2.25rem;
  letter-spacing: -4%;
}

.--body,
.pages-vendor__description__content p,
.pages-confident__contant ol,
.pages-confident__contant p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  word-spacing: 2%;
  letter-spacing: -2%;
}

.--caption-1 {
  font-size: 1.125rem;
  line-height: 1.25rem;
  word-spacing: 0%;
  letter-spacing: 0%;
}

.--caption-2 {
  font-size: 1.125rem;
  line-height: 1.25rem;
  word-spacing: 0%;
  font-family: var(--semiBold);
}

.--caption-caps {
  font-size: 1.125rem;
  line-height: 1.25rem;
  word-spacing: 0%;
  text-transform: uppercase;
  font-family: var(--semiBold);
}

.site {
  background-color: var(--grey-bg);
}

.index-page {
  background-color: var(--grey-bg);
  /* Стили для чекбоксов-переключателей */
  /* Дополнительные стили для выравнивания */
}

.index-page section {
  padding-top: 11.25rem;
}

.index-page .header {
  background: linear-gradient(168deg, #38031a 20.09%, #b80c2e 93.2%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 80vh;
  padding-top: 12rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 19rem;
}

.index-page .header .header__contant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 68.75rem;
  text-align: center;
  gap: 3.5rem;
}

.index-page .header .header__contant h1 {
  color: var(--grey-bg);
}

.index-page .header .header__contant p {
  color: var(--pink);
  max-width: 38rem;
}

.index-page .header::before {
  content: "";
  background-image: url("/local/templates/netwell_2025/assets/css/../img/icon/crug-header.svg");
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
}

.index-page .section-card-block {
  border-radius: 1.25rem 1.25rem 0 0;
  margin-top: -15.5rem;
  padding-top: 0;
  margin-bottom: 8.75rem;
}

.index-page .section-card-block .card-block-catalog {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [6];
  grid-template-columns: repeat(6, 1fr);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.25rem;
  justify-content: center;
  gap: 0.125rem;
}

.index-page .catalog {
  padding-top: 0;
}

.index-page .catalog .catalog_contant {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.index-page .catalog .catalog_contant details {
  display: none;
}

.index-page .catalog .catalog_contant details .button-summary {
  background-color: var(--red);
  color: var(--light);
  border-radius: 0.25rem;
}

.index-page .catalog .catalog_contant .button.--pressed {
  background-color: var(--red) !important;
  color: var(--light);
}

.index-page .catalog .catalog_contant .selected-blog-filter {
  display: none;
}

.index-page .catalog .catalog_contant .button-nav-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.index-page .catalog .catalog_contant .button-nav-catalog button {
  padding: 1rem;
  border-radius: 0.25rem;
  background: var(--grey-light);
  white-space: nowrap;
}

.index-page .catalog .catalog_contant .button-nav-catalog button:hover {
  background: var(--grey-dark);
  color: var(--light);
  cursor: pointer;
}

.index-page .catalog .catalog_contant .custom-details {
  display: none;
  background-color: var(--grey-bg);
  margin-bottom: 1.25rem;
}

.index-page .catalog .catalog_contant .custom-details .button-summary {
  background-color: var(--red);
  color: var(--light);
  border-radius: 0.25rem;
  padding: 1rem;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.index-page
  .catalog
  .catalog_contant
  .custom-details
  .button-summary
  .summary-icon {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.index-page
  .catalog
  .catalog_contant
  .custom-details
  .button-summary
  .summary-icon
  svg {
  color: var(--light);
}

.index-page
  .catalog
  .catalog_contant
  .custom-details
  .button-summary::-webkit-details-marker {
  display: none;
}

.index-page
  .catalog
  .catalog_contant
  .custom-details[open]
  .button-summary
  .summary-icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.index-page .catalog .catalog_contant .custom-details[open] .details-content {
  -webkit-animation: slideDown 0.3s ease forwards;
  animation: slideDown 0.3s ease forwards;
}

.index-page .catalog .catalog_contant .custom-details .details-content {
  max-height: 0;
  overflow: hidden;
  background-color: var(--grey-bg);
}

.index-page .catalog .catalog_contant .custom-details .details-content ul {
  list-style: none;
  padding: 1rem;
  text-align: start;
  margin: 0;
}

.index-page .catalog .catalog_contant .custom-details .details-content ul li {
  margin-bottom: 0.75rem;
}

.index-page
  .catalog
  .catalog_contant
  .custom-details
  .details-content
  ul
  li:last-child {
  margin-bottom: 0;
}

.index-page .catalog .catalog_contant .custom-details .details-content ul li a {
  color: var(--dark);
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.index-page
  .catalog
  .catalog_contant
  .custom-details
  .details-content
  ul
  li
  a:hover {
  color: var(--red);
}

.index-page .catalog .catalog_contant .--gis {
  width: 3.625rem;
}

@-webkit-keyframes slideDown {
  from {
    max-height: 0;
    opacity: 0;
  }

  to {
    max-height: 18.75rem;
    opacity: 1;
  }
}

@keyframes slideDown {
  from {
    max-height: 0;
    opacity: 0;
  }

  to {
    max-height: 18.75rem;
    opacity: 1;
  }
}

.index-page
  .catalog
  .catalog_contant
  .custom-details:not([open])
  .details-content {
  -webkit-animation: slideUp 0.3s ease forwards;
  animation: slideUp 0.3s ease forwards;
}

@-webkit-keyframes slideUp {
  from {
    max-height: 18.75rem;
    opacity: 1;
  }

  to {
    max-height: 0;
    opacity: 0;
  }
}

@keyframes slideUp {
  from {
    max-height: 18.75rem;
    opacity: 1;
  }

  to {
    max-height: 0;
    opacity: 0;
  }
}

.index-page .catalog .catalog_contant .checked-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.75rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.index-page .catalog .block-card-brend {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [6];
  grid-template-columns: repeat(6, 1fr);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.25rem;
}

.index-page .catalog .button-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.index-page .checkbox-toggles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.875rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* margin: 20px 0; */
  margin: 0;
}

.index-page .toggle-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 0;
  /* для предотвращения растягивания */
}

.index-page .toggle-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  gap: 1.625rem;
  white-space: nowrap;
  /* Предотвращает перенос текста */
}

.index-page .toggle-custom {
  position: relative;
  width: 2.25rem;
  height: 1.25rem;
  background: var(--grey-dark);
  border-radius: 0.9375rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  /* Предотвращает сжатие переключателя */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.index-page .toggle-custom:after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: var(--light);
  top: 0.125rem;
  left: 0.125rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.index-page .toggle-input {
  display: none;
}

.index-page .toggle-input:checked + .toggle-label .toggle-custom {
  background: var(--red);
}

.index-page .toggle-input:checked + .toggle-label .toggle-custom:after {
  left: 1.125rem;
}

.index-page .toggle-text {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  /* Текст перед переключателем */
}

.index-page .service-support {
  background-color: var(--grey-bg);
}

.index-page .service-support .service-support__contant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  gap: 3.5rem;
  padding: 0 5.625rem;
}

.index-page .service-support .service-support__contant h2 {
  max-width: 62.5rem;
}

.index-page .service-support .service-support__contant .button-nav-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.25rem;
  overflow-x: scroll;
}

.index-page
  .service-support
  .service-support__contant
  .button-nav-service
  .button.--pressed {
  background-color: var(--red) !important;
  color: var(--light);
}

.index-page .service-support .service-support__contant .block-service {
  background-color: var(--light);
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  height: 712px;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
}

.index-page
  .service-support
  .service-support__contant
  .block-service
  .text-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  width: 50%;
  padding: 1.5rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  justify-content: space-between;
}
.block-service-text {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.block-service-text .button {
  width: max-content;
}

.index-page
  .service-support
  .service-support__contant
  .block-service
  .text-service
  .text-li {
  /*padding-top: 12.75rem;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--normal);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
  font-weight: 400;
}

.index-page
  .service-support
  .service-support__contant
  .block-service
  .text-service
  ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
  color: var(--grey-dark);
  margin-left: 5%;
}

.index-page
  .service-support
  .service-support__contant
  .block-service
  .text-service
  .text-li {
  text-align: start;
}

.index-page
  .service-support
  .service-support__contant
  .block-service
  .block-planeta {
  background: linear-gradient(160deg, #b80d2f 11.05%, #1f0115 64.2%);
  border-radius: 8px;
  width: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.index-page .section-work .ivon {
  position: absolute;
  -webkit-transform: translate(80%, -30%);
  -ms-transform: translate(80%, -30%);
  transform: translate(80%, -30%);
}

.index-page .section-work .ivon img {
  position: relative;
  left: 0;
}

.index-page .section-work .section-work__contant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
}

.index-page .section-work .section-work__contant .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.index-page .section-work .section-work__contant .block-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.index-page .section-work .section-work__contant .block-title h2 {
  max-width: 890px;
}

.index-page .section-work .section-work__contant .button-sliders-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  gap: 0.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  right: 0;
  bottom: 0.625rem;
}

.section-events .swiper-slide {
  height: auto !important;
}

.section-events .title-text-service p {
  display: none;
}

.section-events .events__contant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3.5rem;
}

.section-events .events__contant h2 {
  max-width: 57.5rem;
}

.section-events .events__contant .button-section-events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.section-events .events__contant .button-sliders-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  gap: 0.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  right: 0;
}

.section-events .events__contant .card-tg {
  color: var(--light);
  border-radius: 0.5rem;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: linear-gradient(160deg, #b80d2f 11.05%, #1f0115 64.2%);
}

.section-events .button-nav-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.25rem;
}

.section-events .button.--pressed {
  background-color: var(--red) !important;
  color: var(--light);
}

.about-company section {
  padding-top: 11.25rem;
}

.about-company .--light {
  color: var(--grey-dark);
}

.about-company .header {
  background: linear-gradient(168deg, #38031a 20.09%, #b80c2e 93.2%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 11.625rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 17.125rem;
  position: relative;
}

.about-company .header .header__breadcrumbs {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 5;
  width: 100%;
  padding: 0 1.25rem;
}

.about-company .header .header__breadcrumbs .breadcrumbs {
  text-align: center;
}

.about-company .header .fon {
  position: absolute;
  width: 90%;
  left: 50%;
  -webkit-transform: translate(-50%, 10%);
  -ms-transform: translate(-50%, 10%);
  transform: translate(-50%, 10%);
  padding: 6.8125rem 0;
}

.about-company .header .fon2 {
  display: none;
  position: absolute;
}

.about-company .header .header__contant {
  position: relative;
  z-index: 2;
}

.about-company .header .header__contant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 68.75rem;
  text-align: center;
  gap: 3.5rem;
}

.about-company .header .header__contant h1 {
  color: var(--grey-bg);
}

.about-company .header .header__contant p {
  color: var(--pink);
  max-width: 39rem;
}

.about-company .header::before {
  content: "";
  background-image: url("/local/templates/netwell_2025/assets/css/../img/pageAbout/icon/crug.svg");
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  position: absolute;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

.about-company .about .about__contant .card-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--light);
  border-radius: 0.5rem;
  padding: 0.75rem;
  gap: 1.875rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-company .about .about__contant .card-description .text-title {
  color: var(--grey-dark);
}

.about-company .about .about__contant .card-description .text-about {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6.25rem;
  padding: 1.5rem;
}

.about-company .about .about__contant .card-description .card-number {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  width: 50%;
}

.about-company .about .about__contant .card-description .block-button-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
}

.about-company .about .about__contant .card-description .button-container {
  padding-top: 1.25rem;
}

.pages-events {
  background-color: var(--grey-bg);
}

.pages-events .button.--pressed {
  background-color: var(--red);
  color: var(--light);
}

.pages-events section {
  padding-top: 2.5rem;
}

.pages-events .--light {
  color: var(--grey-dark);
}

.pages-events .header {
  background: linear-gradient(168deg, #38031a 20.09%, #b80c2e 93.2%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-height: 40vh;
  padding-top: 11.625rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 4.75rem;
  position: relative;
}

.pages-events .header .header__breadcrumbs {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 5;
  width: 100%;
  padding: 0 1.25rem;
}

.pages-events .header .header__breadcrumbs .breadcrumbs {
  text-align: center;
}

.pages-events .header .header__contant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
  max-width: 68.75rem;
  gap: 3.5rem;
}

.pages-events .header .header__contant h1 {
  color: var(--grey-bg);
}

.pages-events .header .header__contant p {
  color: var(--pink);
  max-width: 29.5rem;
}

.pages-events .header .header__contant .text-and-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pages-events .header .header__contant .title-text h1 {
  text-align: start;
  max-width: 647px;
}

.pages-events .header::before {
  content: "";
  background-image: url("/local/templates/netwell_2025/assets/css/../img/pageAbout/icon/crug.svg");
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  position: absolute;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

.pages-events .page-card-events {
  background-color: var(--grey-bg);
}

.pages-events .page-card-events .events__contant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
}

.pages-events .page-card-events .events__contant h2 {
  max-width: 57.5rem;
}

.pages-events .page-card-events .events__contant .button-section-events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pages-events .page-card-events .events__contant .button-sliders-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  gap: 0.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  right: 0;
}

.pages-events .page-card-events .events__contant .block-card-evets {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
}

.pages-events .page-card-events .events__contant .filter select {
  padding: 1rem 1.25rem;
  background-color: var(--grey-bg);
  border: 2px solid var(--grey-light);
  color: var(--grey-dark);
}

.pages-events .page-card-events .events__contant .filter .search-input {
  padding: 1rem 1.25rem 1rem 50px;
  background-image: url("/local/templates/netwell_2025/assets/css/../img/icon/search.svg");
  background-repeat: no-repeat;
  background-position: 24px center;
  background-size: 1rem;
  border-radius: 0.25rem;
  border: 2px solid var(--grey-light);
  color: var(--grey-dark);
}

.pages-events .page-card-events .events__contant .filter .search-input:focus {
  outline: none;
  border-color: transparent;
}

.pages-events .page-card-events .events__contant .card-tg {
  color: var(--light);
  border-radius: 0.5rem;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: linear-gradient(160deg, #b80d2f 11.05%, #1f0115 64.2%);
}

.pages-events .page-card-events .events__contant .button-nav-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
}

.pages-details-news {
  background-color: var(--grey-bg);
  margin-bottom: 6.25rem;
}

.pages-details-news .header__breadcrumbs {
  width: 100%;
}

.pages-details-news .header__breadcrumbs .breadcrumbs {
  text-align: center;
  color: var(--dark);
  /*padding-top: 6.5rem;*/
}

.pages-details-news .header__breadcrumbs .breadcrumbs span,
.pages-details-news .header__breadcrumbs ul {
  color: var(--dark) !important;
}

.pages-details-news .header__breadcrumbs .breadcrumbs a,
.pages-details-news .header__breadcrumbs li {
  color: #6f717d !important;
}

.pages-details-news .pages-details .container {
  max-width: 43.125rem;
  width: 100%;
  padding: 0;
}

.pages-details-news .pages-details .pages-details__contant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
  /* padding: 1.5rem; */
}

.pages-details-news .pages-details .pages-details__contant h3 {
  display: none;
}

.pages-details-news
  .pages-details
  .pages-details__contant
  .pages-details__contant__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
}

.pages-details-news
  .pages-details
  .pages-details__contant
  .pages-details__contant__title
  .pages-details__contant__title__partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
}

.pages-details-news .pages-details .pages-details__contant img {
  border-radius: 0.5rem;
}

.pages-details-news .pages-details .pages-details__contant p,
.pages-details-news .pages-details .pages-details__contant ul {
  color: var(--grey-dark);
}

.pages-details-news .pages-details .pages-details__contant ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
  padding-left: 1.5625rem;
}

.pages-details-news .pages-details .pages-details__contant .block-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* gap: 1.25rem; */
}

.pages-details-news .pages-details .pages-details__contant .title-text-service {
  text-align: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1.25rem;
}

.pages-details-news
  .pages-details
  .pages-details__contant
  .title-text-service
  p {
  display: none;
}

.pages-details-news
  .pages-details
  .pages-details__contant
  .title-text-news-details {
  text-align: start;
}

.pages-details-events {
  background-color: var(--grey-bg);
  margin-bottom: 6.25rem;
}

.pages-details-events .header__breadcrumbs {
  width: 100%;
}

.pages-details-events .header__breadcrumbs .breadcrumbs {
  text-align: center;
  color: var(--dark);
  /*padding-top: 6.5rem;*/
}

.pages-details-events .header__breadcrumbs .breadcrumbs span,
.pages-details-events .header__breadcrumbs ul {
  color: var(--dark) !important;
}

.pages-details-events .header__breadcrumbs .breadcrumbs a,
.pages-details-events .header__breadcrumbs li {
  color: #6f717d !important;
}

.pages-details-events .card-more-details__contant__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
}

.pages-details-events
  .card-more-details__contant__title
  .card-more-details__contant__title__partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
}

.pages-details-events .pages-details-ev .container {
  max-width: 43.125rem;
  width: 100%;
  padding: 0;
}

.pages-details-events .pages-details-ev .pages-details-ev__contant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
  /* padding: 0.75rem; */
}

.pages-details-events
  .pages-details-ev
  .pages-details-ev__contant
  .card-more-details {
  background-color: var(--light);
  border-radius: 1rem;
  padding: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5rem;
}

.pages-details-events
  .pages-details-ev
  .pages-details-ev__contant
  .card-more-details
  .block-text-more-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
}

.pages-details-events
  .pages-details-ev
  .pages-details-ev__contant
  .card-more-details
  .block-text-more-details
  .text-card {
  text-transform: uppercase;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  padding: 0.875rem 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px solid var(--grey-bg);
}

.pages-details-events
  .pages-details-ev
  .pages-details-ev__contant
  .card-more-details
  .block-text-more-details
  .text-card
  .text.--body,
.pages-details-events
  .pages-details-ev
  .pages-details-ev__contant
  .card-more-details
  .block-text-more-details
  .text-card
  .--body.pages-vendor__description__content,
.pages-details-events
  .pages-details-ev
  .pages-details-ev__contant
  .card-more-details
  .block-text-more-details
  .text-card
  .--body.pages-confident__contant,
.pages-details-events
  .pages-details-ev
  .pages-details-ev__contant
  .card-more-details
  .block-text-more-details
  .text-card
  .pages-vendor__description__content
  p.text,
.pages-vendor__description__content
  .pages-details-events
  .pages-details-ev
  .pages-details-ev__contant
  .card-more-details
  .block-text-more-details
  .text-card
  p.text,
.pages-details-events
  .pages-details-ev
  .pages-details-ev__contant
  .card-more-details
  .block-text-more-details
  .text-card
  .pages-vendor__description__content
  p.pages-vendor__description__content,
.pages-vendor__description__content
  .pages-details-events
  .pages-details-ev
  .pages-details-ev__contant
  .card-more-details
  .block-text-more-details
  .text-card
  p.pages-vendor__description__content,
.pages-details-events
  .pages-details-ev
  .pages-details-ev__contant
  .card-more-details
  .block-text-more-details
  .text-card
  .pages-vendor__description__content
  p.pages-confident__contant,
.pages-vendor__description__content
  .pages-details-events
  .pages-details-ev
  .pages-details-ev__contant
  .card-more-details
  .block-text-more-details
  .text-card
  p.pages-confident__contant,
.pages-details-events
  .pages-details-ev
  .pages-details-ev__contant
  .card-more-details
  .block-text-more-details
  .text-card
  .pages-confident__contant
  ol.text,
.pages-confident__contant
  .pages-details-events
  .pages-details-ev
  .pages-details-ev__contant
  .card-more-details
  .block-text-more-details
  .text-card
  ol.text,
.pages-details-events
  .pages-details-ev
  .pages-details-ev__contant
  .card-more-details
  .block-text-more-details
  .text-card
  .pages-confident__contant
  ol.pages-vendor__description__content,
.pages-confident__contant
  .pages-details-events
  .pages-details-ev
  .pages-details-ev__contant
  .card-more-details
  .block-text-more-details
  .text-card
  ol.pages-vendor__description__content,
.pages-details-events
  .pages-details-ev
  .pages-details-ev__contant
  .card-more-details
  .block-text-more-details
  .text-card
  .pages-confident__contant
  ol.pages-confident__contant,
.pages-confident__contant
  .pages-details-events
  .pages-details-ev
  .pages-details-ev__contant
  .card-more-details
  .block-text-more-details
  .text-card
  ol.pages-confident__contant,
.pages-details-events
  .pages-details-ev
  .pages-details-ev__contant
  .card-more-details
  .block-text-more-details
  .text-card
  .pages-confident__contant
  p.text,
.pages-confident__contant
  .pages-details-events
  .pages-details-ev
  .pages-details-ev__contant
  .card-more-details
  .block-text-more-details
  .text-card
  p.text,
.pages-details-events
  .pages-details-ev
  .pages-details-ev__contant
  .card-more-details
  .block-text-more-details
  .text-card
  .pages-confident__contant
  p.pages-vendor__description__content,
.pages-confident__contant
  .pages-details-events
  .pages-details-ev
  .pages-details-ev__contant
  .card-more-details
  .block-text-more-details
  .text-card
  p.pages-vendor__description__content,
.pages-details-events
  .pages-details-ev
  .pages-details-ev__contant
  .card-more-details
  .block-text-more-details
  .text-card
  .pages-confident__contant
  p.pages-confident__contant,
.pages-confident__contant
  .pages-details-events
  .pages-details-ev
  .pages-details-ev__contant
  .card-more-details
  .block-text-more-details
  .text-card
  p.pages-confident__contant {
  color: var(--dark);
}

.pages-details-events
  .pages-details-ev
  .pages-details-ev__contant
  .card-more-details
  .block-text-more-details
  .text-card
  p {
  color: var(--grey-dark);
}

.pages-details-events
  .pages-details-ev
  .pages-details-ev__contant
  .card-more-details
  .block-text-more-details
  .--bottom {
  border-bottom: 2px solid var(--grey-bg);
}

.pages-details-events
  .pages-details-ev
  .pages-details-ev__contant
  .card-more-details
  .card-more-details__button
  a {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.pages-details-events .pages-details-ev .pages-details-ev__contant .t-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* gap: 2rem; */
  /* padding: 0.75rem; */
}

.pages-details-events
  .pages-details-ev
  .pages-details-ev__contant
  .block-supervisor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
  padding: 0 0.75rem;
}

.pages-details-events
  .pages-details-ev
  .pages-details-ev__contant
  .block-supervisor
  .card-supervisor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.0625rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pages-details-events
  .pages-details-ev
  .pages-details-ev__contant
  .block-supervisor
  .card-supervisor
  .img-card-supervisor {
  width: 4rem;
  height: 4rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.pages-details-events
  .pages-details-ev
  .pages-details-ev__contant
  .block-supervisor
  .card-supervisor
  .img-card-supervisor
  img {
  border-radius: 0.25rem;
  height: 4rem;
}

.pages-details-events .pages-details-ev .text.--body,
.pages-details-events
  .pages-details-ev
  .--body.pages-vendor__description__content,
.pages-details-events .pages-details-ev .--body.pages-confident__contant,
.pages-details-events
  .pages-details-ev
  .pages-vendor__description__content
  p.text,
.pages-vendor__description__content
  .pages-details-events
  .pages-details-ev
  p.text,
.pages-details-events
  .pages-details-ev
  .pages-vendor__description__content
  p.pages-vendor__description__content,
.pages-vendor__description__content
  .pages-details-events
  .pages-details-ev
  p.pages-vendor__description__content,
.pages-details-events
  .pages-details-ev
  .pages-vendor__description__content
  p.pages-confident__contant,
.pages-vendor__description__content
  .pages-details-events
  .pages-details-ev
  p.pages-confident__contant,
.pages-details-events .pages-details-ev .pages-confident__contant ol.text,
.pages-confident__contant .pages-details-events .pages-details-ev ol.text,
.pages-details-events
  .pages-details-ev
  .pages-confident__contant
  ol.pages-vendor__description__content,
.pages-confident__contant
  .pages-details-events
  .pages-details-ev
  ol.pages-vendor__description__content,
.pages-details-events
  .pages-details-ev
  .pages-confident__contant
  ol.pages-confident__contant,
.pages-confident__contant
  .pages-details-events
  .pages-details-ev
  ol.pages-confident__contant,
.pages-details-events .pages-details-ev .pages-confident__contant p.text,
.pages-confident__contant .pages-details-events .pages-details-ev p.text,
.pages-details-events
  .pages-details-ev
  .pages-confident__contant
  p.pages-vendor__description__content,
.pages-confident__contant
  .pages-details-events
  .pages-details-ev
  p.pages-vendor__description__content,
.pages-details-events
  .pages-details-ev
  .pages-confident__contant
  p.pages-confident__contant,
.pages-confident__contant
  .pages-details-events
  .pages-details-ev
  p.pages-confident__contant {
  color: var(--grey-dark);
}

.pages-details-events .pages-details-ev ul {
  padding-left: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.9375rem;
}

.pages-blog {
  background-color: var(--grey-bg);
}

.pages-blog section {
  padding-top: 2.5rem !important;
}

.pages-blog .--light {
  color: var(--grey-dark);
}

.pages-blog .header {
  background: linear-gradient(168deg, #38031a 20.09%, #b80c2e 93.2%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-height: 40vh;
  padding-top: 11.625rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 4.75rem;
  position: relative;
}

.pages-blog .header .header__breadcrumbs {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 5;
  width: 100%;
  padding: 0 1.25rem;
}

.pages-blog .header .header__breadcrumbs .breadcrumbs {
  text-align: center;
}

.pages-blog .header .header__contant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: 3.5rem;
}

.pages-blog .header .header__contant h1 {
  color: var(--grey-bg);
}

.pages-blog .header .header__contant p {
  color: var(--pink);
  max-width: 38rem;
}

.pages-blog .header .header__contant .text-and-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pages-blog .header .header__contant .title-text h1 {
  text-align: start;
}

.pages-blog .header::before {
  content: "";
  background-image: url("/local/templates/netwell_2025/assets/css/../img/pageAbout/icon/crug.svg");
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  position: absolute;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

.pages-blog .pages-blog-card {
  background-color: var(--grey-bg);
}

.pages-blog .pages-blog-card .events__contant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
}

.pages-blog .pages-blog-card .events__contant h2 {
  max-width: 57.5rem;
}

.pages-blog .pages-blog-card .events__contant .button-section-events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pages-blog .pages-blog-card .events__contant .button-sliders-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  gap: 0.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  right: 0;
}

.pages-blog .pages-blog-card .events__contant .block-card-evets {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
}

.pages-blog .pages-blog-card .events__contant .button-nav-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
}

.pages-blog
  .pages-blog-card
  .events__contant
  .button-nav-service
  .button.--pressed {
  background-color: var(--red);
  color: var(--light);
}

.pages-blog .pages-blog-card .events__contant .selected-blog-filter {
  display: none;
}

.pages-catalog {
  background-color: var(--grey-bg);
  /* Базовые стили для details */
}

.pages-catalog section {
  padding-top: 2.5rem !important;
}

.pages-catalog .--light {
  color: var(--grey-dark);
}

.pages-catalog .header {
  background: linear-gradient(168deg, #38031a 20.09%, #b80c2e 93.2%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-height: 40vh;
  padding-top: 11.625rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 4.75rem;
  position: relative;
}

.pages-catalog .header .header__breadcrumbs {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 5;
  width: 100%;
  padding: 0 1.25rem;
}

.pages-catalog .header .header__breadcrumbs .breadcrumbs {
  text-align: center;
}

.pages-catalog .header .header__contant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 3.5rem;
}

.pages-catalog .header .header__contant h1 {
  color: var(--grey-bg);
}

.pages-catalog .header .header__contant p {
  color: var(--pink);
  max-width: 38rem;
}

.pages-catalog .header .header__contant .text-and-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pages-catalog .header .header__contant .title-text h1 {
  text-align: start;
  /* letter-spacing: -2.56px; */
}

.pages-catalog .header::before {
  content: "";
  background-image: url("/local/templates/netwell_2025/assets/css/../img/pageAbout/icon/crug.svg");
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  position: absolute;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

.pages-catalog .block-filter-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex; */
  width: 100%;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, 1fr);
  /* Стили для чекбоксов-переключателей */
  /* Показываем overlay и фильтр */
  /* На мобильных — фильтр поверх overlay */
}

.pages-catalog .block-filter-catalog .reset-filret {
  color: var(--grey-dark);
  background-color: var(--light);
  border-radius: 0.5rem;
  padding: 1rem;
}

.pages-catalog .block-filter-catalog .button-prise button {
  width: 50% !important;
}

.pages-catalog .block-filter-catalog .button-prise a {
  width: 50% !important;
}

.pages-catalog .block-filter-catalog .block-filter-checkbox {
  /* width: 30%; */
  /* display: -webkit-box;
  display: -ms-flexbox; */
  /* display: flex; */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
  padding: 2rem;
  border-radius: 0.5rem;
  /*max-height: 80vh;*/
  overflow: hidden;
  display: grid;
}

.pages-catalog
  .block-filter-catalog
  .block-filter-checkbox
  .block-filter-checkbox__scrollable {
  overflow-y: auto;
  overflow-x: hidden;
  /* Стили полосы прокрутки */
  /* Для Firefox */
  scrollbar-width: thin;
  scrollbar-color: var(--grey-dark) transparent;
  /* Стили для details/summary */
}

.pages-catalog
  .block-filter-catalog
  .block-filter-checkbox
  .block-filter-checkbox__scrollable::-webkit-scrollbar {
  width: 4px;
  /* Тонкая полоса */
  background-color: transparent;
}

.pages-catalog
  .block-filter-catalog
  .block-filter-checkbox
  .block-filter-checkbox__scrollable::-webkit-scrollbar-thumb {
  background-color: var(--grey-dark);
  border-radius: 6px;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.pages-catalog
  .block-filter-catalog
  .block-filter-checkbox
  .block-filter-checkbox__scrollable::-webkit-scrollbar-thumb:hover {
  background-color: var(--grey-light);
}

.pages-catalog
  .block-filter-catalog
  .block-filter-checkbox
  .block-filter-checkbox__scrollable::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 6px;
}

.pages-catalog
  .block-filter-catalog
  .block-filter-checkbox
  .block-filter-checkbox__scrollable::-webkit-scrollbar-button,
.pages-catalog
  .block-filter-catalog
  .block-filter-checkbox
  .block-filter-checkbox__scrollable::-webkit-scrollbar-corner,
.pages-catalog
  .block-filter-catalog
  .block-filter-checkbox
  .block-filter-checkbox__scrollable::-webkit-resizer {
  display: none !important;
}

.pages-catalog
  .block-filter-catalog
  .block-filter-checkbox
  .block-filter-checkbox__scrollable
  .details-more {
  margin-top: 1.25rem;
}

.pages-catalog
  .block-filter-catalog
  .block-filter-checkbox
  .block-filter-checkbox__scrollable
  details {
  border-bottom: 1px solid var(--grey-light);
  padding-bottom: 1.25rem;
  letter-spacing: -0.4px;
}

.pages-catalog
  .block-filter-catalog
  .block-filter-checkbox
  .block-filter-checkbox__scrollable
  details
  summary {
  list-style: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 1.25rem;
}

.pages-catalog
  .block-filter-catalog
  .block-filter-checkbox
  .block-filter-checkbox__scrollable
  details
  summary::-webkit-details-marker {
  display: none;
}

.pages-catalog
  .block-filter-catalog
  .block-filter-checkbox
  .block-filter-checkbox__scrollable
  details
  summary::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background-image: url("/local/templates/netwell_2025/assets/css/../../assets/img/icon/arrow-check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
  margin-left: 0.625rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.pages-catalog
  .block-filter-catalog
  .block-filter-checkbox
  .block-filter-checkbox__scrollable
  details
  summary
  h3 {
  margin: 0;
}

.pages-catalog
  .block-filter-catalog
  .block-filter-checkbox
  .block-filter-checkbox__scrollable
  details[open]
  summary::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.pages-catalog
  .block-filter-catalog
  .block-filter-checkbox
  .block-filter-checkbox__scrollable
  details
  .block-filter-checkbox__contant {
  border-bottom: none;
  padding-top: 0.9375rem;
  padding-bottom: 0;
}

.pages-catalog
  .block-filter-catalog
  .block-filter-checkbox
  .block-filter-checkbox__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
}

.pages-catalog
  .block-filter-catalog
  .block-filter-checkbox
  .block-filter-checkbox__footer
  .toggle-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
}

.pages-catalog
  .block-filter-catalog
  .block-filter-checkbox
  .block-filter-checkbox__footer
  .block-filter-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

.pages-catalog
  .block-filter-catalog
  .block-filter-checkbox
  .block-filter-checkbox__footer
  .block-filter-catalog
  button {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}

.pages-catalog .block-filter-catalog .block-filter-catalog-card__contant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.8125rem;
  grid-column: span 3;
}

.pages-catalog .block-filter-catalog .toggle-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 0;
}

.pages-catalog .block-filter-catalog .toggle-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  gap: 1.625rem;
  white-space: nowrap;
}

.pages-catalog .block-filter-catalog .toggle-custom {
  position: relative;
  width: 2.25rem;
  height: 1.25rem;
  background: var(--grey-dark);
  border-radius: 0.9375rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pages-catalog .block-filter-catalog .toggle-custom:after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: var(--light);
  top: 0.125rem;
  left: 0.125rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.pages-catalog .block-filter-catalog .toggle-input {
  display: none;
}

.pages-catalog
  .block-filter-catalog
  .toggle-input:checked
  + .toggle-label
  .toggle-custom {
  background: var(--red);
}

.pages-catalog
  .block-filter-catalog
  .toggle-input:checked
  + .toggle-label
  .toggle-custom:after {
  left: 1.125rem;
}

.pages-catalog .block-filter-catalog .toggle-text {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  color: var(--grey-dark);
}

.pages-catalog .block-filter-catalog .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  /* полупрозрачный чёрный */
  z-index: 999;
  display: none;
  /* изначально скрыт */
}

.pages-catalog .block-filter-catalog .block-filter-checkbox--visible,
.pages-catalog .block-filter-catalog .overlay--visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pages-catalog .filter .search-input {
  padding: 1rem 1.25rem 1rem 52px;
  background-image: url("/local/templates/netwell_2025/assets/css/../img/icon/search.svg");
  background-repeat: no-repeat;
  background-position: 24px center;
  background-size: 1rem;
  border-radius: 0.25rem;
  border: 2px solid var(--grey-light);
  color: var(--grey-dark);
  background-color: var(--grey-light);
}

.pages-catalog .filter .search-input:focus {
  outline: none;
  border-color: transparent;
}

.pages-catalog .filter .filter__button {
  display: none;
  padding: 1rem 1.25rem;
  border: 2px solid var(--grey-light);
  border-radius: 0.5rem;
}

.pages-catalog .pages-catalog-card {
  background-color: var(--grey-bg);
}

.pages-catalog .pages-catalog-card .catalog__contant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
}

.pages-catalog .pages-catalog-card .catalog__contant .button.--pressed {
  background-color: var(--red);
  color: var(--light);
}

.pages-catalog
  .pages-catalog-card
  .catalog__contant
  .button.--pressed
  .button-count {
  color: var(--white);
}

.pages-catalog .pages-catalog-card .catalog__contant h2 {
  max-width: 57.5rem;
}

.pages-catalog .pages-catalog-card .catalog__contant .block-filter-checkbox {
  background-color: var(--light);
  /*height: -webkit-min-content;*/
  /*height: -moz-min-content;*/
  /*height: min-content;*/
}

.pages-catalog .pages-catalog-card .catalog__contant .button-section-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pages-catalog .pages-catalog-card .catalog__contant .button-sliders-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  gap: 0.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  right: 0;
}

.pages-catalog .pages-catalog-card .catalog__contant .block-card-catalog {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}

.pages-catalog .pages-catalog-card .catalog__contant .filter-and-btn-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
  width: 100%;
}

.pages-catalog .pages-catalog-card .catalog__contant .button-nav-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.25rem;
}

.pages-catalog .pages-catalog-card .catalog__contant .selected-blog-filter {
  display: none;
}

.pages-catalog .description-block-text__contant {
  background-color: var(--light);
  color: var(--grey-dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
  padding: 2rem;
  border-radius: 1rem;
}

.pages-catalog .description-block-text__contant a {
  color: var(--red);
  text-decoration: underline;
}

.pages-catalog .description-block-text__contant h3 {
  color: var(--black);
}

.pages-catalog
  .description-block-text__contant
  .description-block-text__contant-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.75rem;
}

.pages-catalog .description-block-text__contant ul {
  padding-left: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
}

.pages-catalog .description-block-text__contant ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
  font-family: var(semiBold);
  font-weight: 600;
}

.pages-catalog .description-block-text__contant ul li span {
  font-family: var(--normal) !important;
  font-weight: 400;
}

.pages-catalog .custom-details,
.pages-catalog .details-more,
.pages-catalog .engineering-details {
  position: relative;
}

.pages-catalog .custom-details summary::-webkit-details-marker,
.pages-catalog .details-more summary::-webkit-details-marker,
.pages-catalog .engineering-details summary::-webkit-details-marker {
  display: none;
}

.pages-catalog .custom-details[open] .summary-icon svg,
.pages-catalog .details-more[open] .summary-icon svg,
.pages-catalog .engineering-details[open] .summary-icon svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.pages-catalog .details-content {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #ddd;
  border-top: none;
  z-index: 10;
}

.pages-more-detail-blog {
  background-color: var(--grey-bg);
  margin-bottom: 6.25rem;
}

.pages-more-detail-blog .header__breadcrumbs {
  width: 100%;
}

.pages-more-detail-blog .header__breadcrumbs .breadcrumbs {
  text-align: center;
  color: var(--dark);
  /*padding-top: 6.5rem;*/
}

.pages-more-detail-blog .header__breadcrumbs .breadcrumbs span,
.pages-more-detail-blog .header__breadcrumbs ul {
  color: var(--dark) !important;
}

.pages-more-detail-blog .header__breadcrumbs .breadcrumbs a,
.pages-more-detail-blog .header__breadcrumbs li {
  color: #6f717d !important;
}

.pages-more-detail-blog
  .pages-details
  .pages-details__contant__title__partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
}

.pages-more-detail-blog .pages-details .news {
  max-width: 43.125rem;
  width: 100%;
  padding: 0;
}

.pages-more-detail-blog .pages-details .pages-details__contant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
  padding: 1.5rem;
}

.pages-more-detail-blog .pages-details .pages-details__contant img {
  border-radius: 0.5rem;
}

.pages-more-detail-blog .pages-details .pages-details__contant p,
.pages-more-detail-blog .pages-details .pages-details__contant ul {
  color: var(--grey-dark);
}

.pages-more-detail-blog .pages-details .pages-details__contant ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
  padding-left: 1.5625rem;
}

.pages-more-detail-blog .pages-details .pages-details__contant .block-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
}

.pages-more-detail-blog
  .pages-details
  .pages-details__contant
  .title-text-service {
  text-align: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1.25rem;
}

.pages-more-detail-blog
  .pages-details
  .pages-details__contant
  .title-text-service
  p {
  display: none;
}

.pages-more-detail-blog
  .pages-details
  .pages-details__contant
  .title-text-news-details {
  text-align: start;
}

.pages-more-detail-blog .section-tovar {
  margin-top: 11.25rem;
}

.pages-more-detail-blog .section-tovar .section-tovar__contant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}

.pages-more-detail-blog .section-tovar .section-tovar__contant .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pages-more-detail-blog
  .section-tovar
  .section-tovar__contant
  .title
  .block-title
  p {
  display: none;
}

.pages-more-detail-blog
  .section-tovar
  .section-tovar__contant
  .button-sliders-block {
  display: none;
  gap: 0.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 0.625rem;
}

.pages-more-detail-blog .section-tovar .section-tovar__contant .swiper-slide {
  height: unset !important;
}

.pages-more-detail-blog
  .section-tovar
  .section-tovar__contant
  .block-card-tovar
  .card-tovar {
  height: 100%;
}

.pages-more-detail-blog .img {
  max-height: 41.25rem;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}

.pages-more-detail-blog .img .more-event-swiper {
  height: 100%;
}

.pages-more-detail-blog .img .more-event-swiper .swiper-wrapper {
  height: 100%;
}

.pages-more-detail-blog .img .more-event-swiper .swiper-wrapper .swiper-slide {
  height: auto;
}

.pages-more-detail-blog
  .img
  .more-event-swiper
  .swiper-wrapper
  .swiper-slide
  .card-moreEvents {
  height: 100%;
  width: 100%;
  position: relative;
}

.pages-more-detail-blog
  .img
  .more-event-swiper
  .swiper-wrapper
  .swiper-slide
  .card-moreEvents
  img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.pages-more-detail-blog .img .more-event-swiper .button-sliders-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  z-index: 20;
}

.pages-more-detail-blog {
  background-color: var(--grey-bg);
  margin-bottom: 6.25rem;
}

.pages-more-detail-blog .header__breadcrumbs {
  width: 100%;
}

.pages-more-detail-blog .header__breadcrumbs .breadcrumbs {
  text-align: center;
  color: var(--dark);
  /*padding-top: 6.5rem;*/
}

.pages-more-detail-blog .header__breadcrumbs .breadcrumbs span,
.pages-more-detail-blog .header__breadcrumbs ul {
  color: var(--dark) !important;
}

.pages-more-detail-blog .header__breadcrumbs .breadcrumbs a,
.pages-more-detail-blog .header__breadcrumbs li {
  color: #6f717d !important;
}

.pages-more-detail-blog .pages-confident .news {
  max-width: 43.125rem;
  width: 100%;
  padding: 0;
}

.pages-more-detail-blog .pages-confident .pages-confident__contant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
  padding: 0 1.5rem;
}

.pages-more-detail-blog .pages-confident .pages-confident__contant img {
  border-radius: 0.5rem;
}

.pages-more-detail-blog .pages-confident .pages-confident__contant p,
.pages-more-detail-blog .pages-confident .pages-confident__contant ol {
  color: var(--grey-dark);
}

.pages-more-detail-blog .pages-confident .pages-confident__contant ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
  padding-left: 1.25rem;
}

.pages-more-detail-blog .pages-confident .pages-confident__contant .block-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
}

.pages-more-detail-blog
  .pages-confident
  .pages-confident__contant
  .title-text-service {
  text-align: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1.25rem;
}

.pages-more-detail-blog
  .pages-confident
  .pages-confident__contant
  .title-text-service
  p {
  display: none;
}

.pages-more-detail-blog
  .pages-confident
  .pages-confident__contant
  .title-text-news-details {
  text-align: start;
}

.page404 {
  background: linear-gradient(168deg, #38031a 20.09%, #b80c2e 93.2%);
  width: 100%;
}

.page404 .page404__contant {
  color: var(--light);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 11.625rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 17.125rem;
  position: relative;
  gap: 2.5rem;
}

.page404 .page404__contant h2 {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#b80d2f),
    to(#1f0115)
  );
  background: linear-gradient(90deg, #b80d2f, #1f0115);
  font-size: 21.5625rem;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin: 0;
}

.page404 .page404__contant .--H-1 {
  line-height: 1 !important;
}

.page404 .page404__contant .text-page404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.75rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.page404 .page404__contant::before {
  content: "";
  background-image: url("/local/templates/netwell_2025/assets/css/../img/pageAbout/icon/crug.svg");
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  position: absolute;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

.page404 section {
  padding-top: 11.25rem;
}

.pages-vacancia {
  background-color: var(--grey-bg);
}

.pages-vacancia section {
  padding-top: 11.25rem;
}

.pages-vacancia .--light {
  color: var(--grey-dark);
}

.pages-vacancia .header {
  background: linear-gradient(168deg, #38031a 20.09%, #b80c2e 93.2%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-height: 40vh;
  padding-top: 11.625rem;
  padding-bottom: 4.75rem;
  position: relative;
}

.pages-vacancia .header .header__breadcrumbs {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 5;
  width: 100%;
  padding: 0 1.25rem;
}

.pages-vacancia .header .header__breadcrumbs .breadcrumbs {
  text-align: center;
}

.pages-vacancia .header .header__contant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
  gap: 3.5rem;
}

.pages-vacancia .header .header__contant h1 {
  color: var(--grey-bg);
}

.pages-vacancia .header .header__contant p {
  color: var(--pink);
  max-width: 38rem;
}

.pages-vacancia .header .header__contant .text-and-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pages-vacancia .header .header__contant .title-text h1 {
  text-align: start;
}

.pages-vacancia .header::before {
  content: "";
  background-image: url("/local/templates/netwell_2025/assets/css/../img/pageAbout/icon/crug.svg");
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  position: absolute;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

.pages-vacancia .pages-blog-card {
  background-color: var(--grey-bg);
}

.pages-vacancia .pages-blog-card .events__contant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
}

.pages-vacancia .pages-blog-card .events__contant h2 {
  max-width: 57.5rem;
}

.pages-vacancia .pages-blog-card .events__contant .button-section-events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pages-vacancia .pages-blog-card .events__contant .button-sliders-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  gap: 0.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  right: 0;
}

.pages-vacancia .pages-blog-card .events__contant .block-card-evets {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
}

.pages-vacancia .pages-blog-card .events__contant .button-nav-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
}

.pages-vacancia .pages-blog-card .events__contant .selected-blog-filter {
  display: none;
}

.pages-more-detail-vacancia {
  background-color: var(--grey-bg);
  padding-bottom: 6.25rem;
}

.pages-more-detail-vacancia section {
  padding-top: 2.5rem;
}

.pages-more-detail-vacancia .--light {
  color: var(--grey-dark);
}

.pages-more-detail-vacancia .header__breadcrumbs {
  width: 100%;
}

.pages-more-detail-vacancia .header__breadcrumbs .breadcrumbs {
  text-align: center;
  color: var(--dark);
  /*padding-top: 6.5rem;*/
}

.pages-more-detail-vacancia .header__breadcrumbs .breadcrumbs span,
.pages-more-detail-vacancia .header__breadcrumbs ul {
  color: var(--dark) !important;
}

.pages-more-detail-vacancia .header__breadcrumbs .breadcrumbs a,
.pages-more-detail-vacancia .header__breadcrumbs li {
  color: #6f717d !important;
}

.pages-more-detail-vacancia
  .pages-vacancia-details
  .pages-vacancia-details__contant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
}

.pages-more-detail-vacancia
  .pages-vacancia-details
  .pages-vacancia-details__card {
  background-color: var(--light);
  border-radius: 1rem;
  padding: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 9.5rem;
  width: 40%;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}

.pages-more-detail-vacancia
  .pages-vacancia-details
  .pages-vacancia-details__card
  .block-text-more-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
}

.pages-more-detail-vacancia
  .pages-vacancia-details
  .pages-vacancia-details__card
  .block-text-more-details
  .text-card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  padding: 0.875rem 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px solid var(--grey-bg);
}

.pages-more-detail-vacancia
  .pages-vacancia-details
  .pages-vacancia-details__card
  .block-text-more-details
  .text-card
  .text.--body,
.pages-more-detail-vacancia
  .pages-vacancia-details
  .pages-vacancia-details__card
  .block-text-more-details
  .text-card
  .--body.pages-vendor__description__content,
.pages-more-detail-vacancia
  .pages-vacancia-details
  .pages-vacancia-details__card
  .block-text-more-details
  .text-card
  .--body.pages-confident__contant,
.pages-more-detail-vacancia
  .pages-vacancia-details
  .pages-vacancia-details__card
  .block-text-more-details
  .text-card
  .pages-vendor__description__content
  p.text,
.pages-vendor__description__content
  .pages-more-detail-vacancia
  .pages-vacancia-details
  .pages-vacancia-details__card
  .block-text-more-details
  .text-card
  p.text,
.pages-more-detail-vacancia
  .pages-vacancia-details
  .pages-vacancia-details__card
  .block-text-more-details
  .text-card
  .pages-vendor__description__content
  p.pages-vendor__description__content,
.pages-vendor__description__content
  .pages-more-detail-vacancia
  .pages-vacancia-details
  .pages-vacancia-details__card
  .block-text-more-details
  .text-card
  p.pages-vendor__description__content,
.pages-more-detail-vacancia
  .pages-vacancia-details
  .pages-vacancia-details__card
  .block-text-more-details
  .text-card
  .pages-vendor__description__content
  p.pages-confident__contant,
.pages-vendor__description__content
  .pages-more-detail-vacancia
  .pages-vacancia-details
  .pages-vacancia-details__card
  .block-text-more-details
  .text-card
  p.pages-confident__contant,
.pages-more-detail-vacancia
  .pages-vacancia-details
  .pages-vacancia-details__card
  .block-text-more-details
  .text-card
  .pages-confident__contant
  ol.text,
.pages-confident__contant
  .pages-more-detail-vacancia
  .pages-vacancia-details
  .pages-vacancia-details__card
  .block-text-more-details
  .text-card
  ol.text,
.pages-more-detail-vacancia
  .pages-vacancia-details
  .pages-vacancia-details__card
  .block-text-more-details
  .text-card
  .pages-confident__contant
  ol.pages-vendor__description__content,
.pages-confident__contant
  .pages-more-detail-vacancia
  .pages-vacancia-details
  .pages-vacancia-details__card
  .block-text-more-details
  .text-card
  ol.pages-vendor__description__content,
.pages-more-detail-vacancia
  .pages-vacancia-details
  .pages-vacancia-details__card
  .block-text-more-details
  .text-card
  .pages-confident__contant
  ol.pages-confident__contant,
.pages-confident__contant
  .pages-more-detail-vacancia
  .pages-vacancia-details
  .pages-vacancia-details__card
  .block-text-more-details
  .text-card
  ol.pages-confident__contant,
.pages-more-detail-vacancia
  .pages-vacancia-details
  .pages-vacancia-details__card
  .block-text-more-details
  .text-card
  .pages-confident__contant
  p.text,
.pages-confident__contant
  .pages-more-detail-vacancia
  .pages-vacancia-details
  .pages-vacancia-details__card
  .block-text-more-details
  .text-card
  p.text,
.pages-more-detail-vacancia
  .pages-vacancia-details
  .pages-vacancia-details__card
  .block-text-more-details
  .text-card
  .pages-confident__contant
  p.pages-vendor__description__content,
.pages-confident__contant
  .pages-more-detail-vacancia
  .pages-vacancia-details
  .pages-vacancia-details__card
  .block-text-more-details
  .text-card
  p.pages-vendor__description__content,
.pages-more-detail-vacancia
  .pages-vacancia-details
  .pages-vacancia-details__card
  .block-text-more-details
  .text-card
  .pages-confident__contant
  p.pages-confident__contant,
.pages-confident__contant
  .pages-more-detail-vacancia
  .pages-vacancia-details
  .pages-vacancia-details__card
  .block-text-more-details
  .text-card
  p.pages-confident__contant {
  color: var(--dark);
}

.pages-more-detail-vacancia
  .pages-vacancia-details
  .pages-vacancia-details__card
  .block-text-more-details
  .text-card
  p {
  color: var(--grey-dark);
  text-transform: uppercase;
}

.pages-more-detail-vacancia
  .pages-vacancia-details
  .pages-vacancia-details__card
  .block-text-more-details
  .--bottom {
  border-bottom: 2px solid var(--grey-bg);
}

.pages-more-detail-vacancia
  .pages-vacancia-details
  .pages-vacancia-details__block-description {
  background-color: var(--light);
  border-radius: 1rem;
  padding: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3.75rem;
  width: 60%;
}

.pages-more-detail-vacancia
  .pages-vacancia-details
  .pages-vacancia-details__block-description
  .block-description__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* gap: 2.5rem; */
}

.pages-more-detail-vacancia
  .pages-vacancia-details
  .pages-vacancia-details__block-description
  .block-description__text
  ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 1.5625rem;
  gap: 1.25rem;
}

.pages-more-detail-vacancia
  .pages-vacancia-details
  .pages-vacancia-details__block-description
  .block-description__text
  ul
  li {
  color: var(--grey-dark);
  font-size: 1.25rem;
  letter-spacing: -2%;
}

.pages-card-tovar section {
  padding-top: 11.25rem;
  background-color: var(--grey-bg);
}

.pages-card-tovar .header__breadcrumbs {
  width: 100%;
}

.pages-card-tovar .header__breadcrumbs .breadcrumbs {
  text-align: center;
  color: var(--dark);
  /*padding-top: 6.5rem;*/
}

.pages-card-tovar .header__breadcrumbs .breadcrumbs span,
.pages-card-tovar .header__breadcrumbs ul {
  color: var(--dark) !important;
}

.pages-card-tovar .header__breadcrumbs .breadcrumbs a,
.pages-card-tovar .header__breadcrumbs li {
  color: #6f717d !important;
}

.pages-card-tovar .pages-card-tovar__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40% 60%;
  grid-template-columns: 40% 60%;
  gap: 0.75rem;
}

.pages-card-tovar .pages-card-tovar__content .pages-card-tovar__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 1rem;
  background-color: var(--light);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 2.5rem;
  gap: 2.5rem;
}

.pages-card-tovar
  .pages-card-tovar__content
  .pages-card-tovar__description
  .block-all-descr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
}

.pages-card-tovar .pages-card-tovar__content .pages-card-tovar__description p,
.pages-card-tovar .pages-card-tovar__content .pages-card-tovar__description ul {
  color: var(--grey-dark);
}

.pages-card-tovar .pages-card-tovar__content .pages-card-tovar__description ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
  padding-left: 1.25rem;
}

.pages-card-tovar
  .pages-card-tovar__content
  .pages-card-tovar__description-block-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
}

.pages-card-tovar .pages-card-tovar__content .pages-card-tovar__block-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 37.5rem;
  background: url("/local/templates/netwell_2025/assets/css/../../assets/img/photo/fon5.png"), var(--light);
  border-radius: 1rem;
  padding: 1.25rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.pages-card-tovar
  .pages-card-tovar__content
  .pages-card-tovar__block-img
  .logo {
  background-color: var(--grey-bg);
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  border-radius: 0.5rem;
  padding: 0.9375rem;
}

.pages-card-tovar .pages-card-tovar__content .block-advantages-tovar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.75rem;
}

.pages-card-tovar
  .pages-card-tovar__content
  .block-advantages-tovar
  .advantages-tovar {
  background-color: var(--grey-bg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem;
  color: var(--grey-dark);
  gap: 1.5rem;
}

.pages-card-tovar
  .pages-card-tovar__content
  .block-advantages-tovar
  .advantages-tovar
  .advantages-tovar__number {
  background-color: var(--light);
  border-radius: 0.25rem;
  padding: 1.25rem;
}

.pages-card-tovar .advantages .advantages__contant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.75rem;
}

.pages-card-tovar .Execution-options h2 {
  padding-bottom: 1.75rem;
}

.pages-card-tovar .Execution-options .Execution-options__contant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.75rem;
}

.pages-card-tovar .Integration-Modes .Integration-Modes__contant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
}

.pages-card-tovar .Integration-Modes .Integration-Modes__card {
  display: -webkit-box;
  display: -ms-flexbox;
  /*display: flex;*/
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}

.pages-card-tovar
  .Integration-Modes
  .Integration-Modes__card
  .slider-card-advantages-tovar {
  height: auto;
  gap: 6.25rem;
}

.pages-card-tovar .functionality .functionality__contant {
  display: -ms-grid;
  display: grid;
  gap: 4.5rem;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
}

.pages-card-tovar .functionality .functionality__contant .functionality__card {
  background-color: var(--light);
  padding: 2.5rem;
  border-radius: 1rem;
}

.pages-card-tovar .architecture .architecture__contant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
}

.pages-card-tovar
  .architecture
  .architecture__contant
  .architecture__contant__img {
  background-color: var(--light);
  border-radius: 1rem;
}

.pages-card-tovar
  .architecture
  .architecture__contant
  .architecture__contant__img
  img {
  mix-blend-mode: multiply;
}

.pages-card-tovar .scenarios .scenarios__contant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
}

.pages-card-tovar .scenarios .scenarios__contant-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--light);
  padding: 1.0625rem 2.5rem;
  border-radius: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /* justify-content: space-between; */
  gap: 250px;
}

.pages-card-tovar .scenarios .scenarios__contant-block .block-img {
  mix-blend-mode: multiply;
  width: 50%;
}

.pages-card-tovar .scenarios .scenarios__contant-block .block-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
  width: 50%;
}

.pages-card-tovar .scenarios .scenarios__contant-block .block-text p {
  color: var(--grey-dark);
}

.pages-card-tovar .section-file .section-file__contant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
}

.pages-card-tovar
  .section-file
  .section-file__contant
  .section-file__contant__block__card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 0.625rem;
}

.pages-card-tovar .section-tovar {
  margin-bottom: 9.375rem;
}

.pages-card-tovar .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 56;
}

.pages-card-tovar .characteristics .characteristics__contant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
}

.pages-signup-events {
  background-color: var(--grey-bg);
}

.pages-signup-events .header__breadcrumbs {
  width: 100%;
}

.pages-signup-events .header__breadcrumbs .breadcrumbs {
  text-align: center;
  color: var(--dark);
  /*padding-top: 6.5rem;*/
}

.pages-signup-events .header__breadcrumbs .breadcrumbs span,
.pages-signup-events .header__breadcrumbs ul {
  color: var(--dark) !important;
}

.pages-signup-events .header__breadcrumbs .breadcrumbs a,
.pages-signup-events .header__breadcrumbs li {
  color: #6f717d !important;
}

.pages-signup-events .card-more-details__contant__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
}

.pages-signup-events
  .card-more-details__contant__title
  .card-more-details__contant__title__partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
}

.pages-signup-events .pages-details-ev .container {
  max-width: 43.125rem;
  width: 100%;
  padding: 0;
}

.pages-signup-events .pages-details-ev .pages-details-ev__contant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
  padding: 0.75rem;
}

.pages-signup-events
  .pages-details-ev
  .pages-details-ev__contant
  .card-more-details {
  background-color: var(--light);
  border-radius: 1rem;
  padding: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}

.pages-signup-events
  .pages-details-ev
  .pages-details-ev__contant
  .card-more-details
  .block-text-more-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}

.pages-signup-events
  .pages-details-ev
  .pages-details-ev__contant
  .card-more-details
  .block-text-more-details
  .text-card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  padding: 0.875rem 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px solid var(--grey-bg);
}

.pages-signup-events
  .pages-details-ev
  .pages-details-ev__contant
  .card-more-details
  .block-text-more-details
  .text-card
  .text.--body,
.pages-signup-events
  .pages-details-ev
  .pages-details-ev__contant
  .card-more-details
  .block-text-more-details
  .text-card
  .--body.pages-vendor__description__content,
.pages-signup-events
  .pages-details-ev
  .pages-details-ev__contant
  .card-more-details
  .block-text-more-details
  .text-card
  .--body.pages-confident__contant,
.pages-signup-events
  .pages-details-ev
  .pages-details-ev__contant
  .card-more-details
  .block-text-more-details
  .text-card
  .pages-vendor__description__content
  p.text,
.pages-vendor__description__content
  .pages-signup-events
  .pages-details-ev
  .pages-details-ev__contant
  .card-more-details
  .block-text-more-details
  .text-card
  p.text,
.pages-signup-events
  .pages-details-ev
  .pages-details-ev__contant
  .card-more-details
  .block-text-more-details
  .text-card
  .pages-vendor__description__content
  p.pages-vendor__description__content,
.pages-vendor__description__content
  .pages-signup-events
  .pages-details-ev
  .pages-details-ev__contant
  .card-more-details
  .block-text-more-details
  .text-card
  p.pages-vendor__description__content,
.pages-signup-events
  .pages-details-ev
  .pages-details-ev__contant
  .card-more-details
  .block-text-more-details
  .text-card
  .pages-vendor__description__content
  p.pages-confident__contant,
.pages-vendor__description__content
  .pages-signup-events
  .pages-details-ev
  .pages-details-ev__contant
  .card-more-details
  .block-text-more-details
  .text-card
  p.pages-confident__contant,
.pages-signup-events
  .pages-details-ev
  .pages-details-ev__contant
  .card-more-details
  .block-text-more-details
  .text-card
  .pages-confident__contant
  ol.text,
.pages-confident__contant
  .pages-signup-events
  .pages-details-ev
  .pages-details-ev__contant
  .card-more-details
  .block-text-more-details
  .text-card
  ol.text,
.pages-signup-events
  .pages-details-ev
  .pages-details-ev__contant
  .card-more-details
  .block-text-more-details
  .text-card
  .pages-confident__contant
  ol.pages-vendor__description__content,
.pages-confident__contant
  .pages-signup-events
  .pages-details-ev
  .pages-details-ev__contant
  .card-more-details
  .block-text-more-details
  .text-card
  ol.pages-vendor__description__content,
.pages-signup-events
  .pages-details-ev
  .pages-details-ev__contant
  .card-more-details
  .block-text-more-details
  .text-card
  .pages-confident__contant
  ol.pages-confident__contant,
.pages-confident__contant
  .pages-signup-events
  .pages-details-ev
  .pages-details-ev__contant
  .card-more-details
  .block-text-more-details
  .text-card
  ol.pages-confident__contant,
.pages-signup-events
  .pages-details-ev
  .pages-details-ev__contant
  .card-more-details
  .block-text-more-details
  .text-card
  .pages-confident__contant
  p.text,
.pages-confident__contant
  .pages-signup-events
  .pages-details-ev
  .pages-details-ev__contant
  .card-more-details
  .block-text-more-details
  .text-card
  p.text,
.pages-signup-events
  .pages-details-ev
  .pages-details-ev__contant
  .card-more-details
  .block-text-more-details
  .text-card
  .pages-confident__contant
  p.pages-vendor__description__content,
.pages-confident__contant
  .pages-signup-events
  .pages-details-ev
  .pages-details-ev__contant
  .card-more-details
  .block-text-more-details
  .text-card
  p.pages-vendor__description__content,
.pages-signup-events
  .pages-details-ev
  .pages-details-ev__contant
  .card-more-details
  .block-text-more-details
  .text-card
  .pages-confident__contant
  p.pages-confident__contant,
.pages-confident__contant
  .pages-signup-events
  .pages-details-ev
  .pages-details-ev__contant
  .card-more-details
  .block-text-more-details
  .text-card
  p.pages-confident__contant {
  color: var(--dark);
}

.pages-signup-events
  .pages-details-ev
  .pages-details-ev__contant
  .card-more-details
  .block-text-more-details
  .text-card
  p {
  text-transform: uppercase;
  color: var(--grey-dark);
}

.pages-signup-events
  .pages-details-ev
  .pages-details-ev__contant
  .card-more-details
  .block-text-more-details
  .--bottom {
  border-bottom: 2px solid var(--grey-bg);
}

.pages-signup-events
  .pages-details-ev
  .pages-details-ev__contant
  .card-more-details
  .card-more-details__button
  a {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.pages-signup-events .pages-details-ev .pages-details-ev__contant .t-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
  padding: 0.75rem;
}

.pages-signup-events
  .pages-details-ev
  .pages-details-ev__contant
  .t-main
  .t-main__text-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.75rem;
}

.pages-signup-events .pages-details-ev .pages-details-ev__contant .t-main p,
.pages-signup-events .pages-details-ev .pages-details-ev__contant .t-main h3 {
  color: var(--black);
}

.pages-signup-events .pages-details-ev .text.--body,
.pages-signup-events
  .pages-details-ev
  .--body.pages-vendor__description__content,
.pages-signup-events .pages-details-ev .--body.pages-confident__contant,
.pages-signup-events
  .pages-details-ev
  .pages-vendor__description__content
  p.text,
.pages-vendor__description__content
  .pages-signup-events
  .pages-details-ev
  p.text,
.pages-signup-events
  .pages-details-ev
  .pages-vendor__description__content
  p.pages-vendor__description__content,
.pages-vendor__description__content
  .pages-signup-events
  .pages-details-ev
  p.pages-vendor__description__content,
.pages-signup-events
  .pages-details-ev
  .pages-vendor__description__content
  p.pages-confident__contant,
.pages-vendor__description__content
  .pages-signup-events
  .pages-details-ev
  p.pages-confident__contant,
.pages-signup-events .pages-details-ev .pages-confident__contant ol.text,
.pages-confident__contant .pages-signup-events .pages-details-ev ol.text,
.pages-signup-events
  .pages-details-ev
  .pages-confident__contant
  ol.pages-vendor__description__content,
.pages-confident__contant
  .pages-signup-events
  .pages-details-ev
  ol.pages-vendor__description__content,
.pages-signup-events
  .pages-details-ev
  .pages-confident__contant
  ol.pages-confident__contant,
.pages-confident__contant
  .pages-signup-events
  .pages-details-ev
  ol.pages-confident__contant,
.pages-signup-events .pages-details-ev .pages-confident__contant p.text,
.pages-confident__contant .pages-signup-events .pages-details-ev p.text,
.pages-signup-events
  .pages-details-ev
  .pages-confident__contant
  p.pages-vendor__description__content,
.pages-confident__contant
  .pages-signup-events
  .pages-details-ev
  p.pages-vendor__description__content,
.pages-signup-events
  .pages-details-ev
  .pages-confident__contant
  p.pages-confident__contant,
.pages-confident__contant
  .pages-signup-events
  .pages-details-ev
  p.pages-confident__contant {
  color: var(--grey-dark);
}

.pages-signup-events .pages-details-ev ul {
  padding-left: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.9375rem;
}

.block-input__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 0.625rem;
}

.block-input__question p {
  color: var(--grey-dark);
}

.block-input__question .block-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.75rem;
}

.block-input__question .block-checkbox .checkbox {
  border: 1px solid rgba(158, 161, 174, 0.5);
  border-radius: 0.5rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.25rem 2rem;
}

.pages-contacts {
  margin-bottom: 6.25rem;
}

.pages-contacts .breadcrumbs {
  /*padding-top: 6.5rem;*/
  color: var(--dark);
}

.pages-contacts .breadcrumbs span,
.pages-contacts ul {
  color: var(--dark) !important;
}

.pages-contacts .breadcrumbs a,
.pages-contacts li {
  color: #6f717d !important;
}

.pages-contacts .pages-contacts__contant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
}

.pages-contacts .pages-contacts__contant .block-map {
  width: 50%;
  background-image: url("/local/templates/netwell_2025/assets/css/../img/photo/Map.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.pages-contacts .block-text-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10.25rem;
  padding: 2.5rem;
  background-color: var(--light);
  border-radius: 1rem;
  width: 50%;
}

.pages-contacts .block-text-map .block-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
}

.pages-contacts .block-text-map .block-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
}

.pages-contacts .block-text-map .block-bottom .block-bottom-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
}

.pages-contacts .block-text-map .block-bottom .button-block-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
}

.pages-contacts .block-text-map .block-bottom .button-block-contact a {
  padding: 1.875rem 2rem;
  gap: 4.875rem;
  width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pages-contacts .block-text-map .button-nav-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
}

.pages-contacts .block-text-map .button-nav-service button.--pressed {
  background-color: var(--red);
  color: var(--light);
}

.pages-vendor section {
  padding-top: 11.25rem;
  background-color: var(--grey-bg);
}

.pages-vendor .pagination {
  padding-bottom: 0 !important;
}

.pages-vendor .header__breadcrumbs {
  width: 100%;
}

.pages-vendor .header__breadcrumbs .breadcrumbs {
  text-align: center;
  color: var(--dark);
  /*padding-top: 6.5rem;*/
}

.pages-vendor .header__breadcrumbs .breadcrumbs span,
.pages-vendor .header__breadcrumbs ul {
  color: var(--dark) !important;
}

.pages-vendor .header__breadcrumbs .breadcrumbs a,
.pages-vendor .header__breadcrumbs li {
  color: #6f717d !important;
}

.pages-vendor .pages-vendor__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40% 60%;
  grid-template-columns: 40% 60%;
  gap: 0.75rem;
}

.pages-vendor .pages-vendor__content .pages-vendor__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  max-height: 37.5rem;
  border-radius: 1rem;
  background-color: var(--light);
  padding: 2.25rem;
  padding-bottom: 1.25rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pages-vendor .pages-vendor__content .pages-vendor__description__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* gap: 2.5rem; */
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pages-vendor
  .pages-vendor__content
  .pages-vendor__description__content::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}

.pages-vendor
  .pages-vendor__content
  .pages-vendor__description__content::-webkit-scrollbar-track,
.pages-vendor
  .pages-vendor__content
  .pages-vendor__description__content::-webkit-scrollbar-thumb {
  background: transparent;
}

.pages-vendor .pages-vendor__content .pages-vendor__description__content p {
  color: var(--grey-dark);
}

.pages-vendor .pages-vendor__content .pages-card-tovar__description-block-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
}

.pages-vendor
  .pages-vendor__content
  .pages-card-tovar__description-block-btn
  button {
  width: 50%;
  padding: 1.875rem;
}

.pages-vendor
  .pages-vendor__content
  .pages-card-tovar__description-block-btn
  .--presentation {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pages-vendor
  .pages-vendor__content
  .pages-card-tovar__description-block-btn
  .--presentation::after {
  content: "";
  background-image: url("/local/templates/netwell_2025/assets/css/../img/icon/download.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  background-size: cover;
}

.pages-vendor
  .pages-vendor__content
  .pages-card-tovar__description-block-btn
  .--website {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pages-vendor
  .pages-vendor__content
  .pages-card-tovar__description-block-btn
  .--website::after {
  content: "";
  background-image: url("/local/templates/netwell_2025/assets/css/../img/icon/planet.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  background-size: cover;
}

.pages-vendor .pages-vendor__content .pages-vendor__block-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  background: url(/local/templates/netwell_2025/assets/css/../img/photo/krug-bg.png), var(--light);
  border-radius: 1rem;
  padding: 1.5rem;
  padding-top: 2.25rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.pages-vendor .pages-vendor__content .pages-vendor__block-img img {
  max-width: 22.5rem;
  margin-top: 1.25rem;
  max-height: 113px;
  display: flex;
  object-fit: scale-down;
  justify-content: flex-start;
}

.pages-vendor
  .pages-vendor__content
  .pages-vendor__block-img
  .pages-vendor__block-img-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
  width: 100%;
}

.pages-vendor
  .pages-vendor__content
  .pages-vendor__block-img
  .pages-vendor__block-img-text
  p {
  color: var(--grey-dark);
}

.pages-vendor .text-company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
}

.pages-vendor .text-company .feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pages-vendor .text-company .feature-item .feature-number {
  color: var(--grey-dark50);
}

.pages-vendor .text-company .feature-item .feature-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pages-vendor .text-company .feature-item .feature-content h3 {
  margin-bottom: 0.75rem;
}

.pages-vendor .text-company .feature-item .feature-content p {
  color: var(--grey-dark);
}

.pages-vendor .block-specialist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--black);
  border-radius: 0.5rem;
  padding: 1.5rem;
  color: var(--light);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
}

.pages-vendor .block-specialist .title {
  width: 60%;
}

.pages-vendor .block-specialist .block-specialist__contant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.125rem;
}

.pages-vendor .block-specialist .block-specialist__contant img {
  border-radius: 0.25rem;
  width: 5.375rem;
  height: 5.375rem;
}

.pages-vendor .block-specialist .block-specialist__contant__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
}

.pages-vendor .block-specialist .block-specialist__contant__text p {
  color: var(--grey-dark);
}

.pages-vendor .block-specialist .block-specialist__contant__contact {
  color: var(--grey-dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}

.pages-vendor .block-specialist .text-title-speciality {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.25rem;
}

.block-filter-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3125rem;
  width: 100%;
  /* Стили для чекбоксов-переключателей */
  /* Показываем overlay и фильтр */
  /* На мобильных — фильтр поверх overlay */
}

.block-filter-catalog .reset-filret {
  color: var(--grey-dark);
  background-color: var(--light);
  border-radius: 0.5rem;
  padding: 1rem;
}

.block-filter-catalog .button-prise button {
  width: 50% !important;
}

.block-filter-catalog .button-prise a {
  width: 50% !important;
}

.block-filter-catalog .block-filter-checkbox {
  /* width: 30%; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
  padding: 2rem;
  border-radius: 0.5rem;
  /*max-height: 80vh;*/
  overflow: hidden;
}

.block-filter-catalog
  .block-filter-checkbox
  .block-filter-checkbox__scrollable {
  overflow-y: auto;
  overflow-x: hidden;
  /* Стили полосы прокрутки */
  /* Для Firefox */
  scrollbar-width: thin;
  scrollbar-color: var(--grey-dark) transparent;
  /* Стили для details/summary — как у вас */
}

.block-filter-catalog
  .block-filter-checkbox
  .block-filter-checkbox__scrollable::-webkit-scrollbar {
  width: 4px;
  /* Тонкая полоса */
  background-color: transparent;
}

.block-filter-catalog
  .block-filter-checkbox
  .block-filter-checkbox__scrollable::-webkit-scrollbar-thumb {
  background-color: var(--grey-dark);
  border-radius: 6px;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.block-filter-catalog
  .block-filter-checkbox
  .block-filter-checkbox__scrollable::-webkit-scrollbar-thumb:hover {
  background-color: var(--grey-light);
}

.block-filter-catalog
  .block-filter-checkbox
  .block-filter-checkbox__scrollable::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 6px;
}

.block-filter-catalog
  .block-filter-checkbox
  .block-filter-checkbox__scrollable::-webkit-scrollbar-button,
.block-filter-catalog
  .block-filter-checkbox
  .block-filter-checkbox__scrollable::-webkit-scrollbar-corner,
.block-filter-catalog
  .block-filter-checkbox
  .block-filter-checkbox__scrollable::-webkit-resizer {
  display: none !important;
}

.block-filter-catalog
  .block-filter-checkbox
  .block-filter-checkbox__scrollable
  .details-more {
  margin-top: 1.25rem;
}

.block-filter-catalog
  .block-filter-checkbox
  .block-filter-checkbox__scrollable
  details {
  border-bottom: 1px solid var(--grey-light);
  padding-bottom: 1.25rem;
}

.block-filter-catalog
  .block-filter-checkbox
  .block-filter-checkbox__scrollable
  details
  summary {
  list-style: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 1.25rem;
}

.block-filter-catalog
  .block-filter-checkbox
  .block-filter-checkbox__scrollable
  details
  summary::-webkit-details-marker {
  display: none;
}

.block-filter-catalog
  .block-filter-checkbox
  .block-filter-checkbox__scrollable
  details
  summary::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background-image: url("/local/templates/netwell_2025/assets/css/../../assets/img/icon/arrow-check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
  margin-left: 0.625rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.block-filter-catalog
  .block-filter-checkbox
  .block-filter-checkbox__scrollable
  details
  summary
  h3 {
  margin: 0;
}

.block-filter-catalog
  .block-filter-checkbox
  .block-filter-checkbox__scrollable
  details[open]
  summary::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.block-filter-catalog
  .block-filter-checkbox
  .block-filter-checkbox__scrollable
  details
  .block-filter-checkbox__contant {
  border-bottom: none;
  padding-top: 0.9375rem;
  padding-bottom: 0;
}

.block-filter-catalog .block-filter-checkbox .block-filter-checkbox__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
}

.block-filter-catalog
  .block-filter-checkbox
  .block-filter-checkbox__footer
  .toggle-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
}

.block-filter-catalog
  .block-filter-checkbox
  .block-filter-checkbox__footer
  .block-filter-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}

.block-filter-catalog
  .block-filter-checkbox
  .block-filter-checkbox__footer
  .block-filter-catalog
  button {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}

.block-filter-catalog .block-filter-checkbox__contant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.625rem;
  width: 100%;
}

.block-filter-catalog .toggle-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 0;
}

.block-filter-catalog .toggle-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  gap: 1.625rem;
}

.block-filter-catalog .toggle-custom {
  position: relative;
  width: 2.25rem;
  height: 1.25rem;
  background: var(--grey-dark);
  border-radius: 0.9375rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.block-filter-catalog .toggle-custom:after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: var(--light);
  top: 0.125rem;
  left: 0.125rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.block-filter-catalog .toggle-input {
  display: none;
}

.block-filter-catalog .toggle-input:checked + .toggle-label .toggle-custom {
  background: var(--red);
}

.block-filter-catalog
  .toggle-input:checked
  + .toggle-label
  .toggle-custom:after {
  left: 1.125rem;
}

.block-filter-catalog .toggle-text {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  color: var(--grey-dark);
}

.block-filter-catalog .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  /* полупрозрачный чёрный */
  z-index: 999;
  display: none;
  /* изначально скрыт */
}

.block-filter-catalog .block-filter-checkbox--visible,
.block-filter-catalog .overlay--visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.filter .search-input {
  padding: 1rem 1.25rem 1rem 2.25rem;
  background-image: url("/local/templates/netwell_2025/assets/css/../img/icon/search.svg");
  background-repeat: no-repeat;
  background-position: 0.75rem center;
  background-size: 1rem;
  border-radius: 0.25rem;
  font-size: 20px;
  border: 2px solid var(--grey-light);
  color: var(--grey-dark);
  background-color: var(--grey-light);
}

.filter .search-input:focus {
  outline: none;
  border-color: #007bff;
}

.filter .filter__button {
  display: none;
  padding: 1rem 1.25rem;
  border: 2px solid var(--grey-light);
  border-radius: 0.5rem;
}

.block-filter-catalog-card__contant {
  width: 100%;
}

.pages-catalog-card {
  background-color: var(--grey-bg);
}

.pages-catalog-card .pages-catalog-card__contant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
  text-align: left;
}

.pages-catalog-card .catalog__contant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
}

.pages-catalog-card .catalog__contant .button.--pressed {
  background-color: var(--red);
  color: var(--light);
}

.pages-catalog-card .catalog__contant .button.--pressed .button-count {
  color: var(--white);
}

.pages-catalog-card .catalog__contant h2 {
  max-width: 57.5rem;
}

.pages-catalog-card .catalog__contant .block-filter-checkbox {
  background-color: var(--light);
  /* max-height: 80vh; */
  min-height: 70svh;

  overflow-y: overlay;
  /*height: -webkit-fit-content;*/
  /*height: -moz-fit-content;*/
  height: fit-content;
}
.smartfilter {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.pages-catalog-card .catalog__contant .button-section-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pages-catalog-card .catalog__contant .button-sliders-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  gap: 0.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  right: 0;
}

.pages-catalog-card .catalog__contant .block-card-catalog {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}

.pages-catalog-card .catalog__contant .filter-and-btn-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
  width: 100%;
}

.pages-catalog-card .catalog__contant .button-nav-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.25rem;
}

.pages-catalog-card .catalog__contant .selected-blog-filter {
  display: none;
}

/* Базовые стили для details */

.custom-details,
.details-more,
.engineering-details {
  position: relative;
}

.custom-details summary::-webkit-details-marker,
.details-more summary::-webkit-details-marker,
.engineering-details summary::-webkit-details-marker {
  display: none;
}

.custom-details[open] .summary-icon svg,
.details-more[open] .summary-icon svg,
.engineering-details[open] .summary-icon svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.details-content {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #ddd;
  border-top: none;
  z-index: 10;
}

.page-lending {
  padding: 1.25rem 0;
}

.page-lending .page-lending__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40% 60%;
  grid-template-columns: 40% 60%;
  gap: 0.75rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.page-lending .page-lending__content .right-block {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition:
    transform 0.3s ease-out,
    -webkit-transform 0.3s ease-out;
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100vh - 2.5rem);
  position: relative;
  border-radius: 1rem;
  z-index: 2;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.page-lending .page-lending__content .right-block::-webkit-scrollbar {
  display: none;
}

.page-lending .page-lending__content .page-lending__content__right {
  background-color: var(--light);
  border-radius: 1rem;
  padding: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.page-lending
  .page-lending__content
  .page-lending__content__right::-webkit-scrollbar {
  display: none;
}

.page-lending .page-lending__content .page-lending__content__right .text-card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25% 75%;
  grid-template-columns: 25% 75%;
  gap: 1rem;
  padding: 0.875rem 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px solid var(--grey-bg);
}

.page-lending
  .page-lending__content
  .page-lending__content__right
  .text-card
  .text.--body,
.page-lending
  .page-lending__content
  .page-lending__content__right
  .text-card
  .--body.pages-vendor__description__content,
.page-lending
  .page-lending__content
  .page-lending__content__right
  .text-card
  .--body.pages-confident__contant,
.page-lending
  .page-lending__content
  .page-lending__content__right
  .text-card
  .pages-vendor__description__content
  p.text,
.pages-vendor__description__content
  .page-lending
  .page-lending__content
  .page-lending__content__right
  .text-card
  p.text,
.page-lending
  .page-lending__content
  .page-lending__content__right
  .text-card
  .pages-vendor__description__content
  p.pages-vendor__description__content,
.pages-vendor__description__content
  .page-lending
  .page-lending__content
  .page-lending__content__right
  .text-card
  p.pages-vendor__description__content,
.page-lending
  .page-lending__content
  .page-lending__content__right
  .text-card
  .pages-vendor__description__content
  p.pages-confident__contant,
.pages-vendor__description__content
  .page-lending
  .page-lending__content
  .page-lending__content__right
  .text-card
  p.pages-confident__contant,
.page-lending
  .page-lending__content
  .page-lending__content__right
  .text-card
  .pages-confident__contant
  ol.text,
.pages-confident__contant
  .page-lending
  .page-lending__content
  .page-lending__content__right
  .text-card
  ol.text,
.page-lending
  .page-lending__content
  .page-lending__content__right
  .text-card
  .pages-confident__contant
  ol.pages-vendor__description__content,
.pages-confident__contant
  .page-lending
  .page-lending__content
  .page-lending__content__right
  .text-card
  ol.pages-vendor__description__content,
.page-lending
  .page-lending__content
  .page-lending__content__right
  .text-card
  .pages-confident__contant
  ol.pages-confident__contant,
.pages-confident__contant
  .page-lending
  .page-lending__content
  .page-lending__content__right
  .text-card
  ol.pages-confident__contant,
.page-lending
  .page-lending__content
  .page-lending__content__right
  .text-card
  .pages-confident__contant
  p.text,
.pages-confident__contant
  .page-lending
  .page-lending__content
  .page-lending__content__right
  .text-card
  p.text,
.page-lending
  .page-lending__content
  .page-lending__content__right
  .text-card
  .pages-confident__contant
  p.pages-vendor__description__content,
.pages-confident__contant
  .page-lending
  .page-lending__content
  .page-lending__content__right
  .text-card
  p.pages-vendor__description__content,
.page-lending
  .page-lending__content
  .page-lending__content__right
  .text-card
  .pages-confident__contant
  p.pages-confident__contant,
.pages-confident__contant
  .page-lending
  .page-lending__content
  .page-lending__content__right
  .text-card
  p.pages-confident__contant {
  color: var(--dark);
}

.page-lending
  .page-lending__content
  .page-lending__content__right
  .text-card
  p {
  color: var(--grey-dark);
}

.page-lending .page-lending__content .page-lending__content__right .--bottom {
  border-bottom: 2px solid var(--grey-bg);
}

.page-lending
  .page-lending__content
  .page-lending__content__right
  .text.--caption-2,
.page-lending
  .page-lending__content
  .page-lending__content__right
  .--caption-2.pages-vendor__description__content,
.page-lending
  .page-lending__content
  .page-lending__content__right
  .--caption-2.pages-confident__contant {
  color: var(--grey-dark);
}

.page-lending
  .page-lending__content
  .page-lending__content__right
  .page-lending__content__right__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
}

.page-lending
  .page-lending__content
  .page-lending__content__right
  .page-lending__content__right__text
  .date-programm {
  background-color: var(--red);
  padding: 0.1875rem 0.4375rem;
  border-radius: 0.125rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-transform: uppercase;
}

.page-lending
  .page-lending__content
  .page-lending__content__right
  .page-lending__content__right__text
  .date-programm
  p {
  color: var(--light) !important;
}

.page-lending .card-more-details__contant__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
  color: var(--light);
}

.page-lending .bg-circle {
  position: absolute;
  right: 0;
  bottom: -20%;
}

.page-lending .card-more-details {
  background: linear-gradient(332deg, #b80d2f 11.05%, #1f0115 64.2%);
  border-radius: 1rem;
  padding: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: calc(100vh - 2.5rem);
  gap: 13.625rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 1;
}

.page-lending .card-more-details .block-text-more-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
}

.page-lending .card-more-details .block-text-more-details .text-card {
  text-transform: uppercase;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  padding: 0.875rem 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px solid var(--white40);
}

.page-lending
  .card-more-details
  .block-text-more-details
  .text-card
  .text.--body,
.page-lending
  .card-more-details
  .block-text-more-details
  .text-card
  .--body.pages-vendor__description__content,
.page-lending
  .card-more-details
  .block-text-more-details
  .text-card
  .--body.pages-confident__contant,
.page-lending
  .card-more-details
  .block-text-more-details
  .text-card
  .pages-vendor__description__content
  p.text,
.pages-vendor__description__content
  .page-lending
  .card-more-details
  .block-text-more-details
  .text-card
  p.text,
.page-lending
  .card-more-details
  .block-text-more-details
  .text-card
  .pages-vendor__description__content
  p.pages-vendor__description__content,
.pages-vendor__description__content
  .page-lending
  .card-more-details
  .block-text-more-details
  .text-card
  p.pages-vendor__description__content,
.page-lending
  .card-more-details
  .block-text-more-details
  .text-card
  .pages-vendor__description__content
  p.pages-confident__contant,
.pages-vendor__description__content
  .page-lending
  .card-more-details
  .block-text-more-details
  .text-card
  p.pages-confident__contant,
.page-lending
  .card-more-details
  .block-text-more-details
  .text-card
  .pages-confident__contant
  ol.text,
.pages-confident__contant
  .page-lending
  .card-more-details
  .block-text-more-details
  .text-card
  ol.text,
.page-lending
  .card-more-details
  .block-text-more-details
  .text-card
  .pages-confident__contant
  ol.pages-vendor__description__content,
.pages-confident__contant
  .page-lending
  .card-more-details
  .block-text-more-details
  .text-card
  ol.pages-vendor__description__content,
.page-lending
  .card-more-details
  .block-text-more-details
  .text-card
  .pages-confident__contant
  ol.pages-confident__contant,
.pages-confident__contant
  .page-lending
  .card-more-details
  .block-text-more-details
  .text-card
  ol.pages-confident__contant,
.page-lending
  .card-more-details
  .block-text-more-details
  .text-card
  .pages-confident__contant
  p.text,
.pages-confident__contant
  .page-lending
  .card-more-details
  .block-text-more-details
  .text-card
  p.text,
.page-lending
  .card-more-details
  .block-text-more-details
  .text-card
  .pages-confident__contant
  p.pages-vendor__description__content,
.pages-confident__contant
  .page-lending
  .card-more-details
  .block-text-more-details
  .text-card
  p.pages-vendor__description__content,
.page-lending
  .card-more-details
  .block-text-more-details
  .text-card
  .pages-confident__contant
  p.pages-confident__contant,
.pages-confident__contant
  .page-lending
  .card-more-details
  .block-text-more-details
  .text-card
  p.pages-confident__contant {
  color: var(--light);
}

.page-lending .card-more-details .block-text-more-details .text-card p {
  color: var(--white60);
}

.page-lending .card-more-details .block-text-more-details .--bottom {
  border-bottom: 2px solid var(--white40);
}

.page-lending .card-more-details .card-more-details__button a {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.page-lending .t-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
  padding: 0.75rem;
}

.page-lending .block-supervisor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
  padding: 0 0.75rem;
}

.page-lending .block-supervisor .card-supervisor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.0625rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-lending .block-supervisor .card-supervisor .img-card-supervisor {
  width: 4rem;
  height: 4rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-lending .block-supervisor .card-supervisor .img-card-supervisor img {
  border-radius: 0.25rem;
  height: 4rem;
}

.page-lending .text.--body,
.page-lending .--body.pages-vendor__description__content,
.page-lending .--body.pages-confident__contant,
.page-lending .pages-vendor__description__content p.text,
.pages-vendor__description__content .page-lending p.text,
.page-lending
  .pages-vendor__description__content
  p.pages-vendor__description__content,
.pages-vendor__description__content
  .page-lending
  p.pages-vendor__description__content,
.page-lending .pages-vendor__description__content p.pages-confident__contant,
.pages-vendor__description__content .page-lending p.pages-confident__contant,
.page-lending .pages-confident__contant ol.text,
.pages-confident__contant .page-lending ol.text,
.page-lending .pages-confident__contant ol.pages-vendor__description__content,
.pages-confident__contant .page-lending ol.pages-vendor__description__content,
.page-lending .pages-confident__contant ol.pages-confident__contant,
.pages-confident__contant .page-lending ol.pages-confident__contant,
.page-lending .pages-confident__contant p.text,
.pages-confident__contant .page-lending p.text,
.page-lending .pages-confident__contant p.pages-vendor__description__content,
.pages-confident__contant .page-lending p.pages-vendor__description__content,
.page-lending .pages-confident__contant p.pages-confident__contant,
.pages-confident__contant .page-lending p.pages-confident__contant {
  color: var(--grey-dark);
}

.page-lending ul {
  padding-left: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.9375rem;
}

.page-lending .route-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
}

.page-lending .route-map .route-map-img img {
  border-radius: 0.75rem;
  height: 20rem;
  width: 100%;
}

.page-lending .meeting-card {
  background-color: var(--black);
  border-radius: 0.5rem;
  padding: 1.5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 45% 55%;
  grid-template-columns: 45% 55%;
  color: var(--light);
  gap: 1.25rem;
}

.page-lending .meeting-card .meeting-card__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
}

.page-lending
  .meeting-card
  .meeting-card__contact
  .meeting-card__contact__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
}

.page-lending
  .meeting-card
  .meeting-card__contact
  .meeting-card__contact__block__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  color: var(--grey-dark);
}

.page-lending .modal .modal-equipment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  position: relative;
  z-index: 10;
}

.page-lending .modal .modal-equipment__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: unset !important;
  border-radius: 1.25rem;
  padding: 0rem;
  gap: 1.25rem;
  background-color: var(--light);
}

.page-lending .modal .modal-equipment__container .title-text-service {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.page-lending .modal .modal-equipment__container .block-title-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-lending .modal .modal-equipment__container .block-title-modal p {
  color: var(--grey-dark);
}

.page-lending
  .modal
  .modal-equipment__container
  .block-title-modal
  .block-title-modal__text {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
}

.page-lending .modal .modal-equipment__container .img-close-modal:hover {
  cursor: pointer;
}

.page-lending .modal .modal-equipment__container .form-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
}

.page-lending .modal .modal-equipment__container .form-contact .block-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.75rem;
}

.page-lending .modal .modal-equipment__container .form-contact .span {
  display: block;
  color: var(--grey-dark);
}

.page-lending .modal .modal-equipment__container .form-contact .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-lending
  .modal
  .modal-equipment__container
  .form-contact
  .checkbox
  .input-checkbox {
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid var(--grey-hr);
  border-radius: 0.25rem;
  background-color: var(--grey-light);
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.page-lending
  .modal
  .modal-equipment__container
  .form-contact
  .checkbox
  .input-checkbox::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.875rem;
  height: 0.625rem;
  background-image: url("/local/templates/netwell_2025/assets/css/../img/icon/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  -ms-transform: translate(-50%, -50%) scale(0.5);
  transform: translate(-50%, -50%) scale(0.5);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.page-lending .modal .modal-equipment__container .form-contact .checkbox input {
  width: 1.5rem;
  height: 1.5rem;
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.page-lending
  .modal
  .modal-equipment__container
  .form-contact
  .checkbox
  input:checked
  + .input-checkbox {
  background-color: var(--grey-light);
  border-color: #ffffff;
}

.page-lending
  .modal
  .modal-equipment__container
  .form-contact
  .checkbox
  input:checked
  + .input-checkbox::before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.page-lending .modal .modal-equipment__container .form-contact .fieldset input,
.page-lending
  .modal
  .modal-equipment__container
  .form-contact
  .fieldset
  textarea {
  background-color: var(--grey-bg);
  padding: 1.5rem 2rem;
  border-radius: 0.5rem;
  width: 100%;
}

.page-lending .modal .modal-equipment__container .form-contact .file-input {
  position: relative;
  width: 100%;
  max-width: 13.25rem;
}

.page-lending
  .modal
  .modal-equipment__container
  .form-contact
  .file-input:hover {
  cursor: pointer;
}

.page-lending
  .modal
  .modal-equipment__container
  .form-contact
  .file-input
  input[type="file"] {
  display: none;
}

.page-lending
  .modal
  .modal-equipment__container
  .form-contact
  .file-input-placeholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  background-color: var(--grey-bg);
  padding: 0.25rem 0.5rem;
  color: #6c757d;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid transparent;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-lending
  .modal
  .modal-equipment__container
  .form-contact
  .file-input-placeholder:hover {
  cursor: pointer;
}

.page-lending .modal .modal-equipment__container .form-contact .file-input img {
  width: 1.25rem;
  height: 1.25rem;
}

.page-lending .modal button {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */

/* FONT_START */

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

/* FONT_END */

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  -webkit-transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

.swiper-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property:
    height,
    -webkit-transform;
  transition-property:
    height,
    -webkit-transform;
  transition-property: transform, height;
  transition-property:
    transform,
    height,
    -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical
  > .swiper-wrapper
  > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */

/* 3D Shadows */

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Slide styles end */

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

/* Navigation font start */

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition:
    200ms top,
    200ms -webkit-transform;
  transition:
    200ms top,
    200ms -webkit-transform;
  transition:
    200ms transform,
    200ms top;
  transition:
    200ms transform,
    200ms top,
    200ms -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition:
    200ms left,
    200ms -webkit-transform;
  transition:
    200ms left,
    200ms -webkit-transform;
  transition:
    200ms transform,
    200ms left;
  transition:
    200ms transform,
    200ms left,
    200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition:
    200ms right,
    200ms -webkit-transform;
  transition:
    200ms right,
    200ms -webkit-transform;
  transition:
    200ms transform,
    200ms right;
  transition:
    200ms transform,
    200ms right,
    200ms -webkit-transform;
}

/* Fraction */

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */

.swiper-pagination-progressbar {
  background: var(
    --swiper-pagination-progressbar-bg-color,
    rgba(0, 0, 0, 0.25)
  );
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

/* Zoom container styles end */

.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
  touch-action: none;
}

/* a11y */

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube slide shadows end */

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Flip slide shadows end */

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property:
    opacity,
    height,
    -webkit-transform;
  transition-property:
    opacity,
    height,
    -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property:
    transform,
    opacity,
    height,
    -webkit-transform;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.top-line {
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  padding: 1.5rem 0;
  z-index: 1000;
  -webkit-transition:
    background-color 0.3s ease,
    -webkit-box-shadow 0.3s ease;
  transition:
    background-color 0.3s ease,
    -webkit-box-shadow 0.3s ease;
  transition:
    background-color 0.3s ease,
    box-shadow 0.3s ease;
  transition:
    background-color 0.3s ease,
    box-shadow 0.3s ease,
    -webkit-box-shadow 0.3s ease;
}

.top-line .top-line__contant__block__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}

.top-line .top-line__contant__block__button__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}

.top-line .top-line__contant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-line .logo-scroll {
  display: none;
}

.top-line .link-nav ul {
  list-style-type: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  gap: 1.25rem;
}

.top-line .link-nav ul li a {
  color: var(--pink);
}

.top-line .link-nav ul li a:hover {
  opacity: 0.6;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.top-line .burger-black {
  display: none;
}

.top-line .dropdaun {
  color: var(--pink);

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
}

.top-line .dropdaun summary {
  position: relative;
  padding-right: 0.9375rem;
  list-style: none;
}

.top-line .dropdaun summary:hover {
  opacity: 0.6;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.top-line .dropdaun .dropdaun__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
}

.top-line .dropdaun .dropdaun__menu li a {
  color: var(--pink);
}

.top-line .dropdaun .dropdaun__menu li a:hover {
  opacity: 0.6;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.top-line .modal {
  display: none;
}

.top-line .modal details {
  border: none;
}

.top-line .modal > details > summary::after {
  display: none;
}

.top-line .modal .side-modal-details {
  position: relative;
}

.top-line .modal .side-modal-details summary {
  list-style: none;
}

.top-line .modal .side-modal-details[open] .side-modal {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.top-line .modal .side-modal-details[open] .side-modal .top-line {
  position: absolute;
  z-index: 1;
}

.top-line .modal .side-modal-details[open]::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
}

.top-line .modal .side-modal-details[open] .side-modal {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  z-index: 1000;
}

.top-line .modal .side-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
  inset: 0;
  position: fixed;
  z-index: 10;
}

.top-line .modal .side-modal .side-modal__contant {
  gap: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 16.25rem;
  height: 100vh;
  color: var(--grey-dark);
  background-color: var(--grey-bg);
  -webkit-box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  padding: 1.25rem;
  overflow-y: auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
}

.top-line .modal .side-modal .modal-overlay {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
}

.top-line .modal .side-modal.--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.top-line .modal .side-modal.--active .modal-overlay {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.top-line .modal .side-modal .side-modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.25rem;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid var(--grey-hr);
}

.top-line .modal .side-modal .side-modal__close {
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  position: relative;
  z-index: 10;
  color: var(--grey-dark);
}

.top-line .modal .side-modal .block-link-modal ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}

.top-line .modal .side-modal .side-modal__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-line .modal .side-modal .side-modal__nav-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 6.25rem;
}

.top-line .modal .side-modal .side-modal__footer {
  padding: 1.25rem 0;
  margin-top: auto;
  border-top: 1px solid var(--grey-hr);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.5rem;
}

.top-line .modal .dropdaun-mobil {
  color: var(--grey-dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.top-line .modal .dropdaun-mobil summary {
  position: relative;
  padding-right: 0.9375rem;
  list-style: none;
}

.top-line .modal .dropdaun-mobil summary::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
  /* border-right: 2px solid var(--grey-dark);
  border-bottom: 2px solid var(--grey-dark); */
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition:
    transform 0.25s ease,
    -webkit-transform 0.25s ease;
}

.top-line .modal .dropdaun-mobil summary:hover {
  opacity: 0.6;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.top-line .modal .dropdaun-mobil[open] summary::after {
  -webkit-transform: translateY(-50%) rotate(225deg);
  -ms-transform: translateY(-50%) rotate(225deg);
  transform: translateY(-50%) rotate(225deg);
}

.top-line .modal .dropdaun-mobil[open] {
  gap: 0.5rem;
}

.top-line .modal .dropdaun-mobil .dropdaun__menu__mobil {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem !important;
}

.top-line .modal .dropdaun-mobil .dropdaun__menu__mobil ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.625rem !important;
}

.top-line .modal .dropdaun-mobil .dropdaun__menu__mobil li a {
  color: var(--grey-dark);
}

.top-line .modal .dropdaun-mobil .dropdaun__menu__mobil li a:hover {
  opacity: 0.6;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.top-line .modal-title-burger-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-line.scrolled {
  background-color: var(--grey-bg);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.top-line.scrolled li a {
  color: var(--grey-dark) !important;
}

.top-line.scrolled .dropdaun summary {
  color: var(--grey-dark) !important;
}

.top-line.scrolled .dropdaun__menu li a {
  color: var(--grey-dark) !important;
}

.top-line.scrolled .dropdaun summary::after {
  border-right-color: var(--grey-dark);
  border-bottom-color: var(--grey-dark);
}

.top-line.scrolled .logo-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 9.0625rem;
  height: 1.625rem;
}

.top-line.scrolled .logo {
  display: none;
}

.top-line.scrolled .burger-black {
  display: block;
}

.top-line.scrolled .burger {
  display: none;
}

/* .top-line.scrolled .dropdaun__menu {
  position: static;
} */

/*.top-line.--page-contact .top-line__contant {*/
/*  -webkit-box-align: baseline;*/
/*  -ms-flex-align: baseline;*/
/*  align-items: baseline;*/
/*}*/

.top-line.--page-contact .link-nav ul li a {
  /* color: var(--dark) !important; */
  color: var(--grey-dark) !important;
}

.top-line.--page-contact .logo-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 9.0625rem;
  height: 1.625rem;
}

.top-line.--page-contact .logo {
  display: none;
}

.top-line.--page-contact .burger-black {
  display: block;
}

.top-line.--page-contact .burger {
  display: none;
}

.top-line.--page-contact .dropdaun {
  /* color: var(--dark) !important; */
  color: var(--grey-dark) !important;
  background-color: var(--grey-bg);
}

.top-line.--page-contact .dropdaun summary::after {
  content: "";
  display: none;
  /* border-right: 2px solid var(--dark) !important;
  border-bottom: 2px solid var(--dark) !important; */
  /* border-right: 2px solid var(--grey-dark) !important;
  border-bottom: 2px solid var(--grey-dark) !important; */
}

.top-line.--page-contact .dropdaun summary:hover {
  opacity: 0.6;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.modal-search {
  background-color: var(--grey-bg);
  width: 100%;
  padding: 1.25rem 0;
}

.modal-search .modal-search__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-search .modal-search__container input {
  width: 100%;
  border-radius: 0.5rem;
  padding: 1.25rem 2rem;
}

.modal-search .modal-search__container .img-close-modal:hover {
  cursor: pointer;
}

.modalSearch {
  position: fixed;
  inset: 0;
  overflow-y: auto;
  z-index: 12000;
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.modalSearch.--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-btn .search-container {
  -webkit-filter: invert(43%) sepia(21%) saturate(123%) hue-rotate(174deg)
    brightness(97%) contrast(89%);
  filter: invert(43%) sepia(21%) saturate(123%) hue-rotate(174deg)
    brightness(97%) contrast(89%);
  -webkit-transition: -webkit-filter 0.2s ease;
  transition: -webkit-filter 0.2s ease;
  transition: filter 0.2s ease;
  transition:
    filter 0.2s ease,
    -webkit-filter 0.2s ease;
}

.search-btn:hover .search-container {
  -webkit-filter: invert(29%) sepia(99%) saturate(7496%) hue-rotate(346deg)
    brightness(103%) contrast(104%);
  filter: invert(29%) sepia(99%) saturate(7496%) hue-rotate(346deg)
    brightness(103%) contrast(104%);
}

.section-experts {
  position: relative;
  height: 60.75rem;
}

.section-experts .parallax-layer {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.section-experts .parallax-layer img {
  width: 100%;
  display: block;
}

.section-experts .parallax-layer .text-img3 {
  display: none;
}

.section-experts .parallax-layer .text-img4 {
  display: none;
}

.section-experts .parallax-layer .text-img5 {
  display: none;
}

.section-experts .parallax-layer .text-img6 {
  display: none;
}

.section-experts .parallax-layer .text-img7 {
  display: none;
}

.section-experts .parallax-layer .text-img8 {
  display: none;
}

.section-experts .container {
  position: relative;
  height: 100%;
}

.section-experts .section-experts__content {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
}

.section-experts .im1 {
  position: relative;
}

.section-experts .im2 {
  display: none;
}

.section-experts .im3 {
  display: none;
}

.section-experts .im4 {
  display: none;
}

.section-experts .img-experts {
  width: 5rem;
  height: 5rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  cursor: pointer;
}

.section-experts .img-experts.--img1 {
  position: absolute;
  top: 10%;
  left: 10%;
}

.section-experts .img-experts.--img2 {
  position: absolute;
  bottom: 19%;
  left: 10%;
}

.section-experts .img-experts.--img3 {
  position: absolute;
  bottom: 5%;
  left: 15%;
}

.section-experts .img-experts.--img4 {
  position: absolute;
  top: 0;
  right: 30%;
}

.section-experts .img-experts.--img5 {
  position: absolute;
  bottom: 5%;
  left: 45%;
}

.section-experts .img-experts.--img6 {
  position: absolute;
  top: 10%;
  right: 10%;
}

.section-experts .img-experts.--img7 {
  position: absolute;
  bottom: 20%;
  right: 15%;
}

.section-experts .img-experts:hover {
  -webkit-transform: scale(1.0625);
  -ms-transform: scale(1.0625);
  transform: scale(1.0625);
  /* 85 / 80 = 1.0625 */
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.popup__content {
  position: relative;
  padding: 20px;
  border-radius: 0.5rem;
  z-index: 1001;
}

.popup__close {
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  font-size: 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--light);
}

.section-events-news .swiper-slide {
  height: auto !important;
}

.section-events-news .title-text-service p {
  display: none;
}

.section-events-news .events__contant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}

.section-events-news .events__contant h2 {
  max-width: 57.5rem;
}

.section-events-news .events__contant .button-section-events {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-events-news .events__contant .button-sliders-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  right: 0;
}

.section-events-news .events__contant .card-tg {
  color: var(--light);
  border-radius: 0.5rem;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: linear-gradient(160deg, #b80d2f 11.05%, #1f0115 64.2%);
}

.section-events-news .button-nav-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.5rem;
}

.section-events-news .button.--pressed {
  background-color: var(--red) !important;
  color: var(--light);
}

.section-directions .section-directions__contant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-directions .section-directions__contant .block-card-directions {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}

.section-directions .section-directions__contant .all-solutions button {
  gap: 5rem;
}

.section-advantages .section-advantages__contant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
}

.section-advantages .section-advantages__contant .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.section-advantages .section-advantages__contant .block-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-advantages .section-advantages__contant .block-title h2 {
  max-width: 890px;
}

.section-advantages .section-advantages__contant .button-sliders-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  gap: 0.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  right: 0;
  bottom: 0.625rem;
}

.section-advantages .section-advantages__contant .swiper-slide {
  height: unset !important;
}

.section-product {
  position: relative;
  z-index: 3;
}

.section-product .section-product__contant {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}

.section-product .section-product__contant .img {
  background:
    url(/local/templates/netwell_2025/assets/css/../img/icon/im1.svg), url(/local/templates/netwell_2025/assets/css/../img/icon/circles.svg),
    linear-gradient(160deg, #b80d2f 11.05%, #1f0115 64.2%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 100%;
  width: 100%;
  border-radius: 1rem;
}

.section-product .section-product__contant .text-product {
  background-color: var(--light);
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 3rem;
  position: relative;
}

.section-product .section-product__contant .text-product .text-title {
  color: var(--grey-dark);
}

.section-product .section-product__contant .block-button-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3rem;
  height: 100%;
  justify-content: flex-end;
}

.section-product .section-product__contant .block-button-text h2 {
  width: 70%;
  color: var(--black);
}

.section-product .section-product__contant .block-button-text h2 span {
  color: var(--grey-transparency);
}

.section-product .section-product__contant .block-button-text h2.--light {
  color: var(--grey-transparency);
}

.section-product
  .section-product__contant
  .block-button-text
  .button-container {
  /* margin-top: auto; */
  padding: 1.25rem 0;
  width: 100%;
}

.section-product
  .section-product__contant
  .block-button-text
  .button-container
  button {
  width: calc(100% + 2.5rem);
  margin-left: -1.25rem;
  margin-bottom: -2.5rem;
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.section-product
  .section-product__contant
  .block-button-text
  .button-container
  button.--btn-xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0rem !important;
  border-radius: 0.5rem;
}

.section-product
  .section-product__contant
  .block-button-text
  .button-container
  a {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.section-career {
  position: relative;
  z-index: 3;
}

.section-career .section-career__contant {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}

.section-career .section-career__contant .img {
  background:
    url(/local/templates/netwell_2025/assets/css/../img/pageAbout/icon/carier.svg), url(/local/templates/netwell_2025/assets/css/../img/icon/circles.svg),
    linear-gradient(160deg, #b80d2f 11.05%, #1f0115 64.2%);
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 100%;
  border-radius: 1rem;
}

.section-career .section-career__contant .button-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.section-career .section-career__contant .text-product {
  background-color: var(--light);
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18.75rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 3rem;
  position: relative;
}

.section-career .section-career__contant .text-product .text-title {
  color: var(--grey-dark);
}

.section-career .section-career__contant .block-button-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
  height: 100%;
}

.section-career .section-career__contant .block-button-text h2 {
  width: 70%;
  color: var(--black);
}
.section-career
  .section-career__contant
  .block-button-text
  .text.--description {
  font-size: 36px;
}

.section-career .section-career__contant .block-button-text h2.--light {
  color: var(--grey-dark);
}

.section-reviews .ivon {
  position: absolute;
  -webkit-transform: translate(80%, -30%);
  -ms-transform: translate(80%, -30%);
  transform: translate(80%, -30%);
}

.section-reviews .ivon img {
  position: relative;
  left: 0;
}

.section-reviews .section-reviews__contant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
}

.section-reviews .section-reviews__contant .button-reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-reviews .section-reviews__contant .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.section-reviews .section-reviews__contant .block-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-reviews .section-reviews__contant .block-title h2 {
  max-width: 690px;
}

.section-reviews .section-reviews__contant .button-sliders-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  gap: 0.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  right: 0;
  bottom: 0.625rem;
}

.section-aboutCompany {
  position: relative;
  z-index: 3;
  padding-top: 1.25rem !important;
}

.section-aboutCompany .section-aboutCompany__contant {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}

.section-aboutCompany .section-aboutCompany__contant .img {
  background: url(/local/templates/netwell_2025/assets/css/../img/pageVacancia/image1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  border-radius: 1rem;
}

.section-aboutCompany .section-aboutCompany__contant .text-product {
  background-color: var(--light);
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18.75rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 3rem;
  position: relative;
}

.section-aboutCompany .section-aboutCompany__contant .text-product .text-title {
  color: var(--grey-dark);
}

.section-aboutCompany .section-aboutCompany__contant .block-button-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
  height: 100%;
}

.section-aboutCompany .section-aboutCompany__contant .block-button-text h2 {
  color: var(--black);
}

.section-aboutCompany
  .section-aboutCompany__contant
  .block-button-text
  h2.--light {
  color: var(--grey-dark);
}

.block-card-culture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.75rem;
}

.section-moreEvents {
  position: relative;
  z-index: 3;
}

.section-moreEvents .section-moreEvents__contant {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
  height: 100%;
}

.section-moreEvents .section-moreEvents__contant .img {
  height: 100%;
  max-height: 41.25rem;
  width: 100%;
  overflow: hidden;
  border-radius: 1rem;
}

.section-moreEvents .section-moreEvents__contant .img .more-event-swiper {
  height: 100%;
}

.section-moreEvents
  .section-moreEvents__contant
  .img
  .more-event-swiper
  .swiper-wrapper {
  height: 100%;
}

.section-moreEvents
  .section-moreEvents__contant
  .img
  .more-event-swiper
  .swiper-wrapper
  .swiper-slide {
  height: 100%;
}

.section-moreEvents
  .section-moreEvents__contant
  .img
  .more-event-swiper
  .swiper-wrapper
  .swiper-slide
  .card-moreEvents {
  height: 100%;
  width: 100%;
  position: relative;
}

.section-moreEvents
  .section-moreEvents__contant
  .img
  .more-event-swiper
  .swiper-wrapper
  .swiper-slide
  .card-moreEvents
  img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.section-moreEvents
  .section-moreEvents__contant
  .img
  .more-event-swiper
  .button-sliders-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  z-index: 20;
}

.section-moreEvents .section-moreEvents__contant .text-product {
  background-color: var(--light);
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 3rem;
  position: relative;
}

.section-moreEvents .section-moreEvents__contant .text-product .text-title {
  color: var(--grey-dark);
}

.section-moreEvents .section-moreEvents__contant .block-button-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
  height: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.section-moreEvents .section-moreEvents__contant .block-button-text h2 {
  color: var(--black);
}

.section-moreEvents .section-moreEvents__contant .block-button-text h2.--light {
  color: var(--grey-dark);
}

.section-card-vacancia {
  margin-bottom: 11.25rem;
}

.section-card-vacancia .section-card-vacancia__contant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
}

.section-card-vacancia .section-card-vacancia__contant .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.section-card-vacancia .section-card-vacancia__contant .title h2 {
  max-width: 44.5625rem;
}

.section-card-vacancia .section-card-vacancia__contant .title-text-service p {
  display: none;
}

.section-card-vacancia .section-card-vacancia__contant .block-title {
  position: relative;
}

.section-card-vacancia .section-card-vacancia__contant .block-button-format {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  position: absolute;
  gap: 0.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  right: 0;
  bottom: 0.625rem;
}

.section-card-vacancia .section-card-vacancia__contant .block-card-vacancia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.75rem;
}

.section-card-vacancia .section-card-vacancia__contant .button {
  background-color: var(--grey-light);
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 0.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  padding: 0;
}

.section-card-vacancia .section-card-vacancia__contant .button::after {
  content: "";
  background-image: url("/local/templates/netwell_2025/assets/css/../img/pageVacancia/im1.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 40%;
  height: 40%;
  display: inline-block;
}

.section-card-vacancia .section-card-vacancia__contant .button:hover {
  background-color: var(--grey-dark);
  cursor: pointer;
}

.section-card-vacancia .section-card-vacancia__contant .button:hover::after {
  content: "";
  background-image: url("/local/templates/netwell_2025/assets/css/../img/pageVacancia/im3.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 40%;
  height: 40%;
  display: inline-block;
}

.section-card-vacancia .section-card-vacancia__contant .button.--pressed {
  background-color: var(--red);
  color: var(--light);
}

.section-card-vacancia
  .section-card-vacancia__contant
  .button.--pressed::after {
  content: "";
  background-image: url("/local/templates/netwell_2025/assets/css/../img/pageVacancia/im3.svg");
}

.section-card-vacancia
  .section-card-vacancia__contant
  .button.--pressed.--right::after {
  background-image: url("/local/templates/netwell_2025/assets/css/../img/pageVacancia/im4.svg");
}

.section-card-vacancia .section-card-vacancia__contant .button.--right::after {
  background-image: url("/local/templates/netwell_2025/assets/css/../img/pageVacancia/im2.svg");
  width: 55%;
  height: 46%;
}

.section-card-vacancia .section-card-vacancia__contant .button.--right:hover {
  cursor: pointer;
}

.section-card-vacancia
  .section-card-vacancia__contant
  .button.--right:hover::after {
  content: "";
  background-image: url("/local/templates/netwell_2025/assets/css/../img/pageVacancia/im4.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 55%;
  height: 46%;
  display: inline-block;
}

.section-card-vacancia .block-card-vacancia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.75rem;
}

.section-card-vacancia .block-card-vacancia.--grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.section-card-vacancia .block-card-vacancia.--grid .card-vacancia {
  -ms-grid-columns: (1fr) [1];
  grid-template-columns: repeat(1, 1fr);
  gap: 4.375rem;
}

.section-card-vacancia .block-card-vacancia.--grid .card-vacancia .left-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-card-vacancia .block-card-vacancia.--grid .card-vacancia .--grid-city {
  display: none;
}

.section-card-vacancia .block-card-vacancia.--grid .card-vacancia .grid-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-card-vacancia
  .block-card-vacancia.--grid
  .card-vacancia
  .grid-flex
  img {
  width: 1.25rem;
}

.section-card-vacancia .block-card-vacancia.--grid .card-vacancia .list-flex {
  display: none;
}

.section-card-vacancia .block-card-vacancia.--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.75rem;
}

.section-card-vacancia .block-card-vacancia.--list .card-vacancia .list-flex {
  display: block;
  width: 1.875rem;
}

.section-card-vacancia .block-card-vacancia.--list .card-vacancia .grid-flex {
  display: none;
}

.section-partners .swiper-slide {
  height: auto !important;
  width: 16.6666666667%;
}

.section-partners .section-partners__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
}

.section-partners .section-partners__container .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.section-partners .section-partners__container .block-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-partners .section-partners__container .block-title h2 {
  max-width: 690px;
}

.section-partners .section-partners__container .button-sliders-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  gap: 0.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  right: 0;
  bottom: 10px;
}

.section-equipment {
  padding-top: 0 !important;
}

.section-equipment__container {
  position: relative;
  top: 5rem;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 1.25rem;
  /* padding: 5rem; */
  padding: 3.75rem;
  background-color: var(--light);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-equipment__container .title-text-service {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.section-equipment__container .block-text {
  width: 100%;
  max-width: 30.5625rem;
}

.section-equipment__container .block-text .text-start {
  text-align: start;
}

.section-equipment__container .block-text p {
  color: var(--grey-dark);
}

.section-equipment__container .block-form {
  width: 100%;
  max-width: 40rem;
}

.section-equipment__container .form-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
}

.section-equipment__container .form-contact .block-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.75rem;
}

.section-equipment__container .form-contact .span {
  display: block;
  width: 18.5rem;
  color: var(--grey-dark);
}

.section-equipment__container .form-contact .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  cursor: pointer;
}

.section-equipment__container .form-contact .checkbox .input-checkbox {
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid var(--grey-hr);
  border-radius: 0.25rem;
  background-color: var(--grey-light);
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.section-equipment__container .form-contact .checkbox .input-checkbox::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.875rem;
  height: 0.625rem;
  background-image: url("/local/templates/netwell_2025/assets/css/../img/icon/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  -ms-transform: translate(-50%, -50%) scale(0.5);
  transform: translate(-50%, -50%) scale(0.5);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.section-equipment__container .form-contact .checkbox input {
  width: 1.5rem;
  height: 1.5rem;
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.section-equipment__container
  .form-contact
  .checkbox
  input:checked
  + .input-checkbox {
  background-color: var(--grey-light);
  border-color: #ffffff;
}

.section-equipment__container
  .form-contact
  .checkbox
  input:checked
  + .input-checkbox::before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.section-equipment__container .form-contact .fieldset input,
.section-equipment__container .form-contact .fieldset textarea {
  background-color: var(--grey-bg);
  padding: 1.5rem 2rem;
  border-radius: 0.5rem;
  width: 100%;
}

.section-equipment__container .form-contact .file-input {
  position: relative;
  width: 100%;
  max-width: 13.25rem;
}

.section-equipment__container .form-contact .file-input:hover {
  cursor: pointer;
}

.section-equipment__container .form-contact .file-input input[type="file"] {
  display: none;
}

.section-equipment__container .form-contact .file-input-placeholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  background-color: var(--grey-bg);
  padding: 0.25rem 0.5rem;
  color: #6c757d;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid transparent;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-equipment__container .form-contact .file-input-placeholder:hover {
  cursor: pointer;
}

.section-equipment__container .form-contact .file-input img {
  width: 1.25rem;
  height: 1.25rem;
}

.section-materials .section-materials__contant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
}

.section-materials .section-materials__contant h2 {
  text-align: center;
}

.section-materials .filter form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
}

.section-materials .filter select {
  padding: 1rem 1.25rem;
  background-color: var(--grey-bg);
  border: 2px solid var(--grey-light);
  color: var(--grey-dark);
}

.section-materials .filter .search-input {
  padding: 1rem 1.25rem 1rem 2.25rem;
  background-image: url("/local/templates/netwell_2025/assets/css/../img/icon/search.svg");
  background-repeat: no-repeat;
  background-position: 0.75rem center;
  background-size: 1rem;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  border-radius: 0.25rem;
  border: 2px solid var(--grey-light);
  color: var(--grey-dark);
}

.section-materials .filter .search-input:focus {
  outline: none;
  border-color: #007bff;
}

.section-materials .section-materials__contant__block__card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
}

.footer {
  background-image: url(/local/templates/netwell_2025/assets/css/../img/icon/fon.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

/* .footer p {
  font-weight: 400;
}

.footer .footer__contant {
  color: var(--light);
  padding: 11.25rem 5rem 0 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer .footer__contant h2 {
  color: var(--light);
}

.footer .footer__contant .block-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer .footer__contant .block-right .block-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8.125rem;
}

.footer .footer__contant .block-right .block-ul ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.875rem;
}

.footer .footer__contant .text-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3.75rem;
  margin-right: 11%;
}

.footer .footer__contant .text-contact .text,
.footer .footer__contant .text-contact .pages-vendor__description__content,
.footer .footer__contant .text-contact .pages-confident__contant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer .footer__contant .text-contact .text .white-text,
.footer
  .footer__contant
  .text-contact
  .pages-vendor__description__content
  .white-text,
.footer .footer__contant .text-contact .pages-confident__contant .white-text {
  color: var(--white60);
}

.footer .footer__contant .text-contact p {
  width: 100%;
  /* max-width: 15.6875rem; */
/* }

.footer .footer__contant .block-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 14.375rem;
}

.footer .footer__contant .block-message ul {
  list-style: none;
}

.footer .footer__contant .block-message .block-materials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14.375rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer .footer__contant .block-message .message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}

.footer .footer__contant .block-message .message .card-message {
  background-color: rgba(69, 5, 26, 0.6705882353);
  color: var(--white60);
  position: relative;
  width: 11.25rem;
  height: 13.75rem;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer .footer__contant .block-message .message .card-message img {
  width: 6.25rem;
  position: absolute;
  -webkit-transform: translate(25%, 20%);
  -ms-transform: translate(25%, 20%);
  transform: translate(25%, 20%);
}

.footer .footer__contant .block-message .writer {
  height: 50%;
}

.footer .footer__contant .block-message .writer .writer-block-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
}

.footer .footer__contant .block-message .writer .writer-block-button .img-but {
  background-size: contain;
  width: 3.5rem;
  background-repeat: no-repeat;
}

.footer .footer__contant .block-message .writer .materials-mb {
  display: none;
}

.footer .footer__contant .block-message .writer .materials-mb p {
  color: var(--white60);
}

.footer .footer__contant .block-message .materials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.9375rem;
  max-width: 11.25rem;
} */

/* .footer .footer__contant .block-message .materials p {
  color: var(--white60);
}

.footer .footer__contant .block-message .materials ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.9375rem;
} */

/* .footer .footer__contant .confident {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--white);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid var(--white60);
  padding: 1.5rem 0;
}

.footer .footer__contant .confident .logo-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
} */
*/ .slider-block-advantages .slider-block-advantages__contant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
}

.slider-block-advantages .slider-block-advantages__contant .button-reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider-block-advantages .slider-block-advantages__contant .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-block-advantages .slider-block-advantages__contant .block-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.slider-block-advantages .slider-block-advantages__contant .block-title h2 {
  max-width: 690px;
}

.slider-block-advantages .slider-block-advantages__contant .block-title h3,
.slider-block-advantages .slider-block-advantages__contant .block-title p {
  display: none;
}

.slider-block-advantages
  .slider-block-advantages__contant
  .button-sliders-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  right: 0;
  bottom: 0.625rem;
}

.slider-function-tovar .slider-function-tovar__contant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
}

.slider-function-tovar .slider-function-tovar__contant .button-reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider-function-tovar .slider-function-tovar__contant .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-function-tovar .slider-function-tovar__contant .block-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.slider-function-tovar .slider-function-tovar__contant .block-title h2 {
  max-width: 690px;
}

.slider-function-tovar .slider-function-tovar__contant .block-title h3,
.slider-function-tovar .slider-function-tovar__contant .block-title p {
  display: none;
}

.slider-function-tovar .slider-function-tovar__contant .button-sliders-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  right: 0;
  bottom: 0.625rem;
}

.slider-function-tovar .swiper-slide {
  height: auto !important;
}

.section-tovar .section-tovar__contant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}

.section-tovar .section-tovar__contant .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-tovar .section-tovar__contant .button-sliders-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 0.625rem;
}

.section-tovar .section-tovar__contant .swiper-slide {
  height: unset !important;
}

.products-this-series .products-this-series__contant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
}

.products-this-series .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.products-this-series .button-sliders-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.products-this-series .block-title {
  max-width: 43.75rem;
}

.products-this-series .block-title h2 {
  text-align: left;
}

.products-this-series .block-title p,
.products-this-series .block-title h3 {
  display: none;
}

.button {
  background-color: var(--black);
  border-radius: 0.25rem;
  /*padding: 0.781rem 2.5rem;*/
  -webkit-box-align: center;
  padding: 1rem;
  -ms-flex-align: center;
  align-items: center;
  color: var(--light);
  border: none;
  line-height: 1;
  font-size: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.9375rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  letter-spacing: -2%;
}

.button:hover {
  background-color: var(--red);
  cursor: pointer;
}

.button-accent {
  background-color: var(--red);
}

.button.--light {
  background-color: var(--light);
  border-radius: 0.25rem;
  padding: 1rem;
  color: var(--black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.button.--light:hover {
  background-color: var(--grey-dark);
  color: var(--light);
  cursor: pointer;
}

.button.--light-search {
  background-color: var(--grey-light);
  border-radius: 0.25rem;
  padding: 1rem;
  color: var(--black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.button.--light-search:hover {
  background-color: var(--white60);
  cursor: pointer;
  opacity: 0.9;
}

.button.--lightFilter {
  background-color: var(--grey-light);
  border-radius: 0.25rem;
  padding: 1rem;
  color: var(--grey-dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.button.--lightFilter:hover {
  background-color: var(--grey-dark);
  color: var(--light);
  cursor: pointer;
}

.button.--lightFilter:hover .button-count {
  color: var(--light);
}

.button-count {
  color: var(--grey-dark);
}

.button-count:hover {
  color: var(--light);
}

.button.--lightContact {
  background-color: var(--grey-bg);
  border-radius: 0.25rem;
  padding: 1rem;
  color: var(--black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.button.--lightContact:hover {
  background-color: var(--grey-dark);
  color: var(--light);
  cursor: pointer;
}

.button.--lightRed {
  background-color: var(--grey-light);
  border-radius: 0.25rem;
  padding: 1rem;
  color: var(--black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.button.--lightRed:hover {
  background-color: var(--red);
  cursor: pointer;
}

.button.--lightRedArrow {
  background-color: var(--grey-bg);
  border-radius: 0.25rem;
  padding: 1rem;
  color: var(--black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.button.--lightRedArrow:hover {
  background-color: var(--red);
  cursor: pointer;
}

.button.--lightRedArrow::after {
  content: "";
  background-image: url("/local/templates/netwell_2025/assets/css/../img/icon/arrow-black.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 0.875rem;
  height: 0.5rem;
  display: inline-block;
  background-size: cover;
}

.button.--lightRewers {
  background-color: var(--grey-bg);
  border-radius: 0.25rem;
  padding: 1rem;
  color: var(--black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.button.--lightRewers:hover {
  background-color: var(--grey-dark);
  color: var(--light);
  cursor: pointer;
}

.button.--lightRewersPrice {
  background-color: var(--grey-light);
  border-radius: 0.25rem;
  padding: 1rem;
  color: var(--grey-dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.button.--lightRewersPrice:hover {
  background-color: var(--grey-dark50);
  cursor: pointer;
}

.button.--lightRewersPriceRed {
  background-color: #ba0c2e;
  border-radius: 0.25rem;
  padding: 1rem;
  color: var(--light);
  display: -webkit-box;
  display: -ms-flexbox;
  text-align: center;

  display: flex;
  gap: 0.9375rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.button.--lightRewersPriceRed:hover {
  background-color: #7e0920;
  cursor: pointer;
}

.button.--grey {
  background-color: var(--grey-bg);
  border-radius: 0.25rem;
  padding: 1rem;
  color: var(--black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.button.--grey:hover {
  background-color: var(--grey-dark);
  color: var(--light);
  cursor: pointer;
}

.button-arrow::after {
  content: "";
  background-image: url("/local/templates/netwell_2025/assets/css/../img/icon/arrows.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 0.875rem;
  height: 0.5rem;
  display: inline-block;
  background-size: cover;
}

.arrow-black::after {
  content: "";
  background-image: url("/local/templates/netwell_2025/assets/css/../img/icon/arrow-black.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 0.875rem;
  height: 0.5rem;
  display: inline-block;
  background-size: cover;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.arrow-black:hover::after {
  content: "";
  background-image: url("/local/templates/netwell_2025/assets/css/../img/icon/arrows.svg");
}

.button-logo {
  background-color: var(--grey-bg);
  padding: 1.6875rem 0.75rem;
  padding-left: 5.125rem;
  color: var(--black);
}

.button-logo::before {
  content: "";
  background-image: url("/local/templates/netwell_2025/assets/css/../img/icon/icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 3.125rem;
  height: 3.125rem;
  position: absolute;
  left: 0.75rem;
  display: inline-block;
}

.button-logo:hover {
  background-color: var(--black);
  color: var(--light);
  cursor: pointer;
}

.--btn-xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28.75rem;
}

.--btn-xl-rew {
  background-color: var(--red);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.--btn-xl-rew:hover {
  background-color: var(--black);
}

.button-transition {
  background: linear-gradient(168deg, #750823 6.8%, #45051a 93.2%);
  padding: 1.6875rem 0.75rem;
  padding-left: 5.125rem;
  color: var(--light);
}

.button-transition::before {
  content: "";
  background-image: url("/local/templates/netwell_2025/assets/css/../img/photo/button-image.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 3.125rem;
  height: 3.125rem;
  position: absolute;
  left: 0.75rem;
  display: inline-block;
}

.button-transition:hover {
  background: var(--black);
  color: var(--light);
  cursor: pointer;
}

.breadcrumbs {
  /*padding: 3.125rem 0;*/
  font-size: 1.0625rem;
  padding-top: 6.5rem;
  padding-bottom: 3.125rem;
}

.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.breadcrumbs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumbs__separator {
  margin: 0 0.5rem;
  color: var(--white60);
  font-size: 1.0625rem;
  white-space: nowrap;
}

.breadcrumbs a,
.breadcrumbs span {
  color: var(--white60);
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-size: 1.0625rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: inline-block;
}

.breadcrumbs a:hover {
  color: var(--light);
}

.breadcrumbs span {
  color: var(--light);
  font-size: 1.0625rem;
}

.card-directions {
  background-color: var(--light);
  border-radius: 0.5625rem;
  padding: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card-directions .img-direction {
  background-color: var(--grey-bg);
  border-radius: 0.5rem;
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card-directions .text,
.card-directions .pages-vendor__description__content,
.card-directions .pages-confident__contant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 60%;
}

.card-directions:hover {
  background-color: var(--grey-dark50);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.card-directions h3 {
  font-family: "Solomon Sans SemBd" !important;
}

.card-advantages {
  border-radius: 0.5rem;

  background-color: var(--light);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-advantages .text-card-av {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
  padding: 24px 1.25rem;
}

.card-advantages .text-card-av h3 {
  color: var(--grey-dark);
}

.card-advantages .text-card-av p {
  color: var(--grey-dark);
  letter-spacing: -0.4px;
}

.card-culture {
  background-color: var(--light);
  border-radius: 0.5rem;
  padding: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.card-culture .img-culture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0.5rem;
  width: 50%;
}

.card-culture .block-text-culture {
  width: 50%;
  padding: 1.25rem;
}

.card-culture .block-text-culture .text-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10rem;
}

.card-culture .block-text-culture .block-button-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
}

.card-catalog {
  background-color: #b80c2e;
  border-radius: 0.5rem;
  padding: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem !important;
  text-align: center;
  font-weight: 400;
  gap: 1.5rem;
  color: var(--pink);
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.card-catalog::before {
  content: "";
  background: linear-gradient(168deg, #38031a 20.09%, #b80c2e 93.2%);
  position: absolute;
  inset: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.card-catalog:hover {
  background: var(--red);
  cursor: pointer;
}

.card-catalog:hover::before {
  -webkit-transform: translateY(-100%) scale(10);
  -ms-transform: translateY(-100%) scale(10);
  transform: translateY(-100%) scale(10);
  opacity: 0;
}

.card-catalog h3 {
  position: relative;
}

.card-catalog .card-img-container {
  position: relative;
  width: 100%;
  height: 9.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-catalog .card-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.card-catalog.card-transition {
  height: 18.75rem;
  /*background: linear-gradient(160deg, #b80d2f 11.05%, #1f0115 64.2%);*/
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}

.card-catalog.card-transition .header-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 1;
}

.card-brend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.5rem;
  padding: 1rem;
  background: var(--light);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: relative;
  height: 13.375rem;
  font-weight: 600;
  color: var(--grey-dark);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-brend .header-card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.card-brend img {
  max-width: calc(100% - 20px);
  display: block;
}

.card-brend:hover {
  border-radius: var(--radius-radius---8, 8px);
  background: var(--grey-light, #dde0e6);
}

.card-brend:hover .header-card::after {
  content: "";
  background-image: url("/local/templates/netwell_2025/assets/css/../img/icon/arrow-black.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 0.875rem;
  height: 0.5rem;
  display: inline-block;
  position: absolute;
  right: 1rem;
  top: 1rem;
}

.title-text-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  gap: 2.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-text-service h3 {
  font-size: 1rem;
  color: var(--grey-dark);
  font-family: var(--normal);
}

.card-events {
  background-color: var(--light);
  border-radius: 0.5rem;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  gap: 1.25rem;
  height: 100%;

  font-family: var(--normal);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.card-events .p {
  color: var(--grey-dark);
  text-transform: uppercase;
}

.card-events .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card-events .img img {
  max-width: 7.5rem;
}

.card-events .header-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card-events .header-event .block-dates {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: var(--black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
}

.card-events .header-event .block-dates .dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}

.card-events .header-event .block-dates .dates h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1.1;
}

.card-events .header-event .block-dates .dates .block-years-and-month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-events .header-event .title-event {
  background-color: var(--red);
  padding: 0.1875rem 0.4375rem 0.1875rem 0.4375rem;
  border-radius: 0.125rem;
  color: var(--light);
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
}

.card-events .header-event .block-times {
  color: var(--grey-dark);
}

.card-events.--activeCard {
  background-color: var(--red) !important;
  color: var(--light) !important;
}

.card-events.--activeCard .dates,
.card-events.--activeCard .block-times {
  color: var(--light) !important;
}

.card-events.--activeCard .title-event {
  background-color: rgba(245, 245, 245, 0.4);
}

.card-events.--activeCard .title-category {
  color: var(--white60) !important;
}

.card-events.--activeCard .svg-container svg path {
  stroke: #ffffff !important;
  stroke-opacity: 1 !important;
}

.card-events.--red-card {
  min-height: 250px;
  background-color: var(--red);
  color: var(--light);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*background-image: url("/local/templates/netwell_2025/assets/css/../img/illustrations/image4.svg");*/
  background:
    url(/local/templates/netwell_2025/assets/css/../img/illustrations/image4.svg),
    radial-gradient(
      circle at 20% 100%,
      rgba(184, 13, 47, 0.8) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 100%,
      rgba(31, 1, 21, 0.9) 0%,
      transparent 50%
    ),
    radial-gradient(circle at 50% 50%, #b80d2f 0%, #1f0115 100%);
}

.card-events .block-button {
  width: 100%;
}

.card-events .block-button button {
  width: calc(100% + 2rem);
  margin-left: -1rem;
  margin-bottom: -1rem;
}

.card-events:hover {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.card-events:hover:hover {
  background-color: var(--grey-dark50);
}

.card-events .svg-container svg {
  display: block;
  width: 100%;
  max-width: 7.5rem;
  height: auto;
  -webkit-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}

.button-slide {
  background-color: var(--grey-light);
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 0.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.button-slide::after {
  content: "";
  background-image: url("/local/templates/netwell_2025/assets/css/../img/icon/slider.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 0.875rem;
  height: 0.5rem;
  display: inline-block;
}

.button-slide:hover {
  background-color: var(--grey-dark);
  cursor: pointer;
}

.button-slide:hover::after {
  background-image: url("/local/templates/netwell_2025/assets/css/../img/icon/slider-black.svg");
}

.button-slide.--right::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.button-slide.--right:hover::after {
  background-image: url("/local/templates/netwell_2025/assets/css/../img/icon/slider-black.svg");
}

.block-card-work .swiper-slide {
  height: unset;
}

.block-card-work .card-twig {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: var(--light);
  border-radius: 0.5rem;
  padding: 2rem;
  gap: 7.5rem;
  height: 100%;
  position: relative;
  z-index: 1;
  font-weight: 400;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.block-card-work .card-twig .card-title {
  width: 80%;
  font-family: var(--normal);
}

.block-card-work .card-twig .card-number {
  background: var(
    --gradients-grey-gradient,
    linear-gradient(180deg, #e6e7ea 12.35%, #f5f5f5 124.48%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  z-index: -1;
  right: 0.75rem;
  bottom: 0.75rem;
}

.block-card-work .card-twig .card-twig-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-card-work .card-twig p {
  width: 80%;
  color: var(--grey-dark);
}

.block-card-work .card-twig img {
  position: absolute;
  z-index: -1;
  bottom: 0.625rem;
  right: 3%;
  width: 12.125rem;
}

.card-partners {
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.75rem;
  height: 13.125rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-partners img {
  bottom: 15%;
  max-width: 6.6875rem;
}

.card-more {
  padding: 1.25rem;
  background-color: var(--grey-bg);
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: var(--grey-dark);
}

.card-more h2 {
  font-family: "Neue Machina";
  color: rgba(203, 8, 46, 0.5490196078);
  font-size: 6.125rem;
}

.card-more img {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.card-team {
  border-radius: 0.5rem;
  padding: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  background-size: cover;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-size: cover;
  background-position: center;
}

.card-team .text-card-av {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
  padding: 2rem 1.25rem;
  background-color: var(--grey-bg);
  border-radius: 0.75rem;
}

.card-team .text-card-av .open {
  color: var(--grey-dark);
  max-height: 0rem;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  visibility: hidden;
  overflow: hidden;
}

.card-team .text-card-av:hover .open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 18.75rem;
  visibility: visible;
}

.card-team .text-card-av h3 {
  color: var(--grey-dark);
}

.block-card-reviews .swiper-slide {
  height: unset;
}

.block-card-reviews .card-reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: var(--light);
  border-radius: 0.5rem;
  padding: 2rem;
  gap: 60px;
  height: 100%;
  font-weight: 400;
}

.block-card-reviews .card-reviews h2 {
  width: 80%;
  font-family: var(--normal);
  color: var(--grey-dark);
}

.block-card-reviews .card-reviews .title-and-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.block-card-reviews .card-reviews img {
  width: 5rem;
}

.card-tovar {
  background-color: var(--light);
  border-radius: 0.5rem;
  padding: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.75rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card-tovar .img-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 12.5rem;
  overflow: hidden;
  border-radius: 0.5rem;
  position: relative;
}

.card-tovar .img-block .logoCard {
  position: absolute;
  top: 0.875rem;
  left: 0.875rem;
  width: 4.9375rem;
  height: 2.5625rem;
}

.card-tovar .img-block .img-tovar {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 0.5rem;
  display: block;
}

.card-tovar .img-tovar-card {
  width: 100%;
}

.card-tovar .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: var(--grey-dark);
}

.card-tovar .img-and-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
}

.card-tovar .button-prise {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  width: 100%;
}

.card-tovar .button-prise button {
  width: 50%;
  padding: 0.75rem;
}

.card-tovar .button-prise a {
  width: 50%;
}

.card-tovar.hasButton1 {
  gap: 4.8125rem;
}

.card-vacancia {
  background-color: var(--light);
  border-radius: 0.5rem;
  display: -ms-grid;
  display: grid;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  padding: 2rem;
  -ms-grid-columns: (1fr) [1];
  grid-template-columns: repeat(1, 1fr);
  -ms-flex-line-pack: justify;
  align-content: space-between;
  gap: 1.25rem;
}

.card-vacancia .left-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5.5625rem;
}

.card-vacancia .more-vacancia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
}

.card-vacancia .more-vacancia h4 {
  text-transform: uppercase;
  color: var(--grey-dark);
}

.card-vacancia:hover {
  background-color: var(--grey-light);
  cursor: pointer;
}

.card-vacancia .text-city {
  color: var(--grey-dark);
}

.card-vacancia .grid-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4.375rem;
}

.card-vacancia .grid-card .header-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}

.block-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  color: var(--grey-dark);
}

.block-checkbox .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  cursor: pointer;
}

.block-checkbox .checkbox .input-checkbox {
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid var(--grey-hr);
  border-radius: 0.25rem;
  background-color: var(--grey-light);
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.block-checkbox .checkbox .input-checkbox::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.875rem;
  height: 0.625rem;
  background-image: url("/local/templates/netwell_2025/assets/css/../img/icon/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  -ms-transform: translate(-50%, -50%) scale(0.5);
  transform: translate(-50%, -50%) scale(0.5);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.block-checkbox .checkbox input {
  width: 1.5rem;
  height: 1.5rem;
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.block-checkbox .checkbox input:checked + .input-checkbox {
  background-color: var(--grey-light);
  border-color: #ffffff;
}

.block-checkbox .checkbox input:checked + .input-checkbox::before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  padding-bottom: 6.25rem;
  list-style: none;
}

.pagination__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 1.625rem;
  height: 2.25rem;
  border-radius: 0.25rem;
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--grey-dark);
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pagination__link:hover:not(.pagination__link--disabled) {
  color: var(--accent);
}

.pagination__link--disabled {
  color: var(--grey);
  cursor: not-allowed;
  pointer-events: none;
}

.pagination__link--prev,
.pagination__link--next {
  min-width: 2.25rem;
  font-size: 1.25rem;
}

.pagination__link--next {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.card-advantagesTovar {
  background-color: var(--light);
  border-radius: 0.25rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}

.card-advantagesTovar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
  color: var(--grey-dark);
}

.slider-card-advantages-tovar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: var(--light);
  border-radius: 0.5rem;
  padding: 1.688rem;
  gap: 2rem;
  font-weight: 400;
}

.slider-card-advantages-tovar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
  color: var(--grey-dark);
  padding-left: 1.25rem;
}

.slider-card-advantages-tovar ul li {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--grey-light);
}

.slider-card-advantages-tovar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: var(--light);
  border-radius: 1rem;
  padding: 2rem;
  gap: 2rem;
  height: 100%;
  font-weight: 400;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.slider-card-advantages-tovar p {
  color: var(--grey-dark);
}

.card-description {
  background-color: var(--light);
  border-radius: 1rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  padding: 2rem;
  gap: 9.375rem;
}

.card-description .card-description__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
  color: var(--grey-dark);
}

.custom-detail {
  border-bottom: 1px solid var(--grey-light);
  padding: 1.25rem 0;
  margin: 0;
  font-family: Arial, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.custom-detail summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  cursor: pointer;
  list-style: none;
  padding: 0;
  font-weight: 500;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.summary-text {
  color: var(--grey-dark);
}

.custom-detail summary::after {
  content: " ";
  background-image: url("/local/templates/netwell_2025/assets/css/../../assets/img/icon/open.svg");
  height: 0.9375rem;
  background-size: cover;
  background-repeat: no-repeat;
  width: 0.9375rem;
  flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition:
    transform 0.2s ease,
    -webkit-transform 0.2s ease;
}

.custom-detail[open] summary::after {
  content: " ";
  background-image: url("/local/templates/netwell_2025/assets/css/../../assets/img/icon/close.svg");
  height: 0.9375rem;
  background-size: cover;
  background-repeat: no-repeat;
  width: 0.9375rem;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.custom-detail[open] > div {
  -webkit-animation: fadeIn 0.3s ease-in-out;
  animation: fadeIn 0.3s ease-in-out;
}

.custom-detail[open] {
  gap: 1.25rem;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    max-height: 0;
  }

  to {
    opacity: 1;
    max-height: 500px;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    max-height: 0;
  }

  to {
    opacity: 1;
    max-height: 500px;
  }
}

.custom-detail summary::-webkit-details-marker {
  display: none;
}

.custom-detail summary:focus {
  outline: none;
}

.section-file {
  background-color: var(--light);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.625rem;
  color: var(--grey-dark);
  gap: 3.125rem;
}

.section-file .section-file__img {
  background-color: var(--grey-bg);
  border-radius: 8px;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: var(--light);
  border-radius: 0.5rem;
  padding: 0.75rem;
  gap: 2.5rem;
  height: 100%;
}

.slider-product img {
  height: 19.25rem;
  width: 100%;
  border-radius: 0.5rem;
}

.slider-product .title-and-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
}

.modal-details-products {
  position: fixed;
  inset: 0;
  overflow-y: auto;
  padding: 1.25rem 0;
  padding-top: 5.9375rem;
  z-index: 100;
  display: none;
}

.modal-details-products .modal__content {
  background: white;
  padding: 2.5rem;
  position: relative;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  max-width: 40.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
  margin: auto;
}

.modal-details-products .modal__content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
  color: var(--grey-dark);
  padding-left: 30px;
}

.modal-details-products .modal-details-products__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modal-details-products .modal-details-products__header button {
  background: none;
}

.modal-details-products.--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card-materials {
  background-color: var(--light);
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3.75rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 2rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.card-materials .card-materials__title {
  background-color: var(--red);
  color: var(--light);
  border-radius: 0.125rem;
  padding: 0.1875rem 0.4375rem;
}

.card-materials .card-materials__title-and-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card-materials .card-materials__title-and-arrow img {
  height: 0.5rem;
  width: 0.875rem;
}

.card-materials .card-materials__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
}

.card-materials .card-materials__description p {
  color: var(--grey-dark);
  text-transform: uppercase;
}

.card-materials:hover {
  background-color: var(--grey-light);
}

.modal-equipment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  position: relative;
  z-index: 10;
}

.modal-equipment__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 40.625rem;
  border-radius: 1.25rem;
  padding: 2.5rem;
  gap: 1.25rem;
  background-color: var(--light);
}

.modal-equipment__container .title-text-service {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.modal-equipment__container .block-title-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modal-equipment__container .block-title-modal p {
  color: var(--grey-dark);
}

.modal-equipment__container .block-title-modal .block-title-modal__text {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
}

.modal-equipment__container .img-close-modal:hover {
  cursor: pointer;
}

.modal-equipment__container .form-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
}

.modal-equipment__container .form-contact .block-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.75rem;
}

.modal-equipment__container .form-contact .span {
  display: block;
  color: var(--grey-dark);
}

.modal-equipment__container .form-contact .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-equipment__container .form-contact .checkbox .input-checkbox {
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid var(--grey-hr);
  border-radius: 0.25rem;
  background-color: var(--grey-light);
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.modal-equipment__container .form-contact .checkbox .input-checkbox::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.875rem;
  height: 0.625rem;
  background-image: url("/local/templates/netwell_2025/assets/css/../img/icon/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  -ms-transform: translate(-50%, -50%) scale(0.5);
  transform: translate(-50%, -50%) scale(0.5);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.modal-equipment__container .form-contact .checkbox input {
  width: 1.5rem;
  height: 1.5rem;
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.modal-equipment__container
  .form-contact
  .checkbox
  input:checked
  + .input-checkbox {
  background-color: var(--grey-light);
  border-color: #ffffff;
}

.modal-equipment__container
  .form-contact
  .checkbox
  input:checked
  + .input-checkbox::before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.modal-equipment__container .form-contact .fieldset input,
.modal-equipment__container .form-contact .fieldset textarea {
  background-color: var(--grey-bg);
  padding: 1.5rem 2rem;
  border-radius: 0.5rem;
  width: 100%;
}

.modal-equipment__container .form-contact .file-input {
  position: relative;
  width: 100%;
  max-width: 13.25rem;
}

.modal-equipment__container .form-contact .file-input:hover {
  cursor: pointer;
}

.modal-equipment__container .form-contact .file-input input[type="file"] {
  display: none;
}

.modal-equipment__container .form-contact .file-input-placeholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  background-color: var(--grey-bg);
  padding: 0.25rem 0.5rem;
  color: #6c757d;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid transparent;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal-equipment__container .form-contact .file-input-placeholder:hover {
  cursor: pointer;
}

.modal-equipment__container .form-contact .file-input img {
  width: 1.25rem;
  height: 1.25rem;
}

.modalBid {
  position: fixed;
  inset: 0;
  overflow-y: auto;
  padding: 1.25rem 0;
  z-index: 12000;
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.modalBid.--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.close-modal {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #000;
}

.custom-select {
  position: relative;
  background-color: var(--grey-bg);
  border-radius: 0.25rem;
  width: 100%;
}

.custom-select .select-trigger {
  background-color: var(--red);
  color: var(--light);
  border: none;
  padding: 1rem;
  width: 100%;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.custom-select .select-trigger span.button-count {
  color: var(--white);
}

.custom-select .select-trigger:focus {
  outline: none;
}

.custom-select .select-trigger .select-icon {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: none;
}

.custom-select .select-trigger .select-icon svg {
  color: var(--light);
}

.custom-select.open .select-trigger .select-icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.custom-select.open .select-options {
  display: block;
}

.custom-select .select-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  text-align: left;
  right: 0;
  background-color: var(--grey-bg);
  border: 1px solid var(--border);
  border-top: none;
  border-radius: 0 0 0.25rem 0.25rem;
  z-index: 10;
  max-height: 200px;
  overflow-y: auto;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.custom-select .select-options li {
  padding: 0.75rem 1rem;
  cursor: pointer;
  color: var(--dark);
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.custom-select .select-options li:hover,
.custom-select .select-options li:focus {
  background-color: var(--grey-light);
}

.custom-select .select-options li.selected {
  background-color: var(--red);
  color: var(--light);
}

.card-popap {
  border-radius: 0.5rem;
  padding: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 36rem;
  background-size: cover;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-size: cover;
  background-position: center;
  width: 28.125rem;
}

.card-popap .text-card-av {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
  padding: 2rem 1.25rem;
  background-color: var(--grey-bg);
  border-radius: 0.75rem;
}

.card-popap .text-card-av .open {
  color: var(--grey-dark);
  max-height: 0rem;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  visibility: hidden;
  overflow: hidden;
}

.card-popap .text-card-av:hover .open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 18.75rem;
  visibility: visible;
}

.card-popap .text-card-av h3 {
  color: var(--grey-dark);
}

.card-table-characteristics {
  background-color: var(--light);
  border-radius: 1rem;
  padding: 2.5rem;
}

.card-table-characteristics .table-wrapper {
  overflow-x: auto;
  margin-top: 1rem;
  border-radius: 1rem;
  position: relative;
}

.card-table-characteristics .tech-specs-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 1rem;
}

.card-table-characteristics .tech-specs-table th,
.card-table-characteristics .tech-specs-table td {
  padding: 0.75rem;
  text-align: center;
  vertical-align: middle;
  border: 1px solid var(--table);
}

.card-table-characteristics .tech-specs-table th:not(:last-child),
.card-table-characteristics .tech-specs-table td:not(:last-child) {
  border-right: none;
}

.card-table-characteristics .tech-specs-table tr:not(:last-child) th,
.card-table-characteristics .tech-specs-table tr:not(:last-child) td {
  border-bottom: none;
}

.card-table-characteristics .tech-specs-table thead th {
  background-color: var(--table);
}

.card-table-characteristics .tech-specs-table .section-header td {
  background-color: var(--table);
  text-align: center;
}

.card-table-characteristics .tech-specs-table th:first-child,
.card-table-characteristics .tech-specs-table td.first-column,
.card-table-characteristics .tech-specs-table .section-header td {
  position: sticky;
  left: 0;
  z-index: 10;
  background-color: var(--table);
  -webkit-box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
}

.card-table-characteristics-tovar {
  background-color: var(--light);
  border-radius: 1rem;
  padding: 2.5rem;
}

.card-table-characteristics-tovar .table-wrapper {
  overflow-x: auto;
  margin-top: 1rem;
  border-radius: 1rem;
  position: relative;
}

.card-table-characteristics-tovar .tech-specs-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 1rem;
  background-color: white;
}

.card-table-characteristics-tovar .tech-specs-table th,
.card-table-characteristics-tovar .tech-specs-table td {
  padding: 0.75rem;
  text-align: left;
  vertical-align: middle;
  border: 1px solid var(--table);
}

.card-table-characteristics-tovar .tech-specs-table th:not(:last-child),
.card-table-characteristics-tovar .tech-specs-table td:not(:last-child) {
  border-right: none;
}

.card-table-characteristics-tovar .tech-specs-table tr:not(:last-child) td {
  border-bottom: 1px soli var(--table);
}

.card-table-characteristics-tovar .tech-specs-table .spec-name {
  background-color: var(--grey-bg);
  font-weight: 500;
}

.card-table-characteristics-tovar .tech-specs-table .spec-value {
  background-color: white;
}

.card-logo-partrers {
  background-color: #ffffff;
  border-radius: 0.25rem;
  padding: 0.5rem;
  max-width: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

html {
  /* font-size: 0.81vw; */
  font-size: 16px;
}

body {
  overflow-x: hidden;
  font-family: "Solomon Sans Normal";
  min-width: var(--mobile-xs);
}

body.lock {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

.site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
}

.site-top {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
}

.site-bottom {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.section-work {
  position: relative;
  overflow: hidden;
}

@media (min-width: 951px) {
  .top-line .modal {
    display: none;
  }

  .top-line .link-nav {
    display: block;
  }
}

@media (max-width: 1919px) {
  .--H-2 {
    font-size: 4rem;
    line-height: 3.625rem;
  }

  .--H-3 {
    font-size: 3rem;
    line-height: 3rem;
  }

  .--H-5,
  .pages-vendor__description__content h2 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }

  .--H-6,
  .pages-vendor__description__content h3 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .--H6SEMIBOLD {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .--body,
  .pages-vendor__description__content p,
  .pages-confident__contant ol,
  .pages-confident__contant p {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .--caption-1 {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }

  .--caption-2 {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .--caption-caps {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .section-experts {
    height: 40rem;
  }

  .section-experts .im1 {
    display: none;
  }

  .section-experts .im2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .section-experts .parallax-layer .text-img1 {
    display: none;
  }

  .section-experts .parallax-layer .text-img2 {
    display: none;
  }

  .section-experts .parallax-layer .text-img3 {
    display: block;
  }

  .section-experts .parallax-layer .text-img4 {
    display: block;
  }

  .section-equipment__container .block-text {
    max-width: 25rem;
  }

  .section-equipment__container .block-form {
    max-width: 29.0625rem;
  }

  /* .footer .footer__contant {
    padding: 12.5rem 3.75rem 0 3.75rem;
  }

  .footer .footer__contant .text-contact {
    margin-right: 10%;
  }

  .footer .footer__contant .block-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer .footer__contant .block-right .block-ul {
    gap: 5rem;
  }

  .footer .footer__contant .block-message {
    gap: 11.25rem;
  } */

  /* .footer .footer__contant .block-message .block-materials {
    gap: 11.1875rem;
  }

  .footer .footer__contant .block-message .message .card-message {
    width: 7.1875rem;
    height: 9.375rem;
  } */

  /* .footer .footer__contant .block-message .message .card-message img {
    width: 3.75rem;
  } */

  .button-transition {
    padding: 1.125rem 0.625rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 3.125rem;
    gap: 10px;
  }

  .button-transition::before {
    left: 3%;
  }
}
@media (max-width: 1919px) {
  .section-experts .img-experts.--img3 {
    position: absolute;
    bottom: -11%;
    left: 20%;
  }
  .section-experts .img-experts.--img2 {
    position: absolute;
    bottom: 9%;
    left: 13%;
  }
  .section-experts .img-experts.--img7 {
    position: absolute;
    bottom: 1%;
    right: 15%;
  }
  .section-experts .img-experts.--img5 {
    position: absolute;
    bottom: -15%;
    left: 45%;
  }
}

@media (max-width: 1449px) {
  .card-culture .block-text-culture .text-product {
    gap: 5.5rem;
  }
}

@media (max-width: 1441px) {
  .pages-more-detail-vacancia .pages-vacancia-details__block-description {
    width: 100% !important;
  }

  .pages-more-detail-vacancia .pages-vacancia-details__card {
    gap: 7.5rem;
    width: 100% !important;
  }

  .pages-more-detail-vacancia
    .pages-vacancia-details__card
    .block-text-more-details {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .block-card-work .card-twig {
    gap: 6.25rem;
  }

  .block-card-work .card-twig img {
    width: 9.875rem;
  }

  html {
    font-size: var(--font-size-default);
  }
}

@media (max-width: 1439px) {
  .section-experts .im2 {
    display: none;
  }

  .section-experts .im3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section-experts .img-experts {
    width: 68px;
    height: 68px;
  }
  .section-experts .parallax-layer .text-img3 {
    display: none;
  }

  .section-experts .parallax-layer .text-img4 {
    display: none;
  }

  .section-experts .parallax-layer .text-img5 {
    display: block;
  }

  .section-experts .parallax-layer .text-img6 {
    display: block;
  }
}

@media (max-width: 1439px) {
  .section-experts .img-experts.--img3 {
    bottom: -6%;
    left: 13%;
  }
  .section-experts .img-experts.--img2 {
    position: absolute;
    bottom: 9%;
    left: 5%;
  }
  .section-experts .img-experts.--img7 {
    position: absolute;
    bottom: 1%;
    right: 15%;
  }
  .section-experts .img-experts.--img5 {
    position: absolute;
    bottom: -15%;
    left: 45%;
  }

  .section-experts .img-experts.--img7 {
    position: absolute;
    bottom: 14%;
    right: 10%;
  }
  .section-experts .img-experts.--img5 {
    position: absolute;
    bottom: 3%;
    left: 65%;
  }
  .index-page .section-card-block {
    margin-top: -18.75rem;
  }

  .index-page .section-card-block .card-block-catalog {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }

  .index-page .catalog .block-card-brend {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }

  .index-page .section-work .section-work__contant .title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: static;
  }

  .index-page .section-work .section-work__contant .button-sliders-block {
    position: static;
  }

  .pages-details-events
    .pages-details-ev
    .pages-details-ev__contant
    .card-more-details {
    padding: 2rem;
  }

  .pages-catalog .block-filter-catalog .block-filter-checkbox {
    position: fixed;
    top: 0;
    right: 0;
    /* width: 40%; */
    width: 341px;
    height: 100vh;
    background: white;
    z-index: 1000;
    overflow-y: scroll;
    display: none;
    padding: 1.5rem;
  }

  .pages-catalog .block-filter-catalog .block-filter-checkbox--visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .pages-catalog .filter .filter__button {
    display: block;
  }

  .pages-catalog .filter .search-input {
    display: none;
  }

  .pages-more-detail-blog .section-tovar {
    margin-top: 7.8125rem;
  }

  .page404 .page404__contant h2 {
    font-size: 15.625rem;
  }

  .page404 section {
    padding-top: 7.5rem;
  }

  .pages-vacancia section {
    padding-top: 7.5rem;
  }

  .pages-more-detail-vacancia
    .pages-vacancia-details
    .pages-vacancia-details__card {
    padding: 2rem;
  }

  .pages-card-tovar section {
    padding-top: 7.5rem;
  }

  .pages-card-tovar .pages-card-tovar__content .pages-card-tovar__block-img {
    height: 28.125rem;
  }

  .pages-card-tovar .pages-card-tovar__content {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }

  .pages-card-tovar
    .pages-card-tovar__content
    .pages-card-tovar__description-block-btn-raktek {
    position: fixed;
    bottom: 0;
    background-color: var(--light);
    border-radius: 0.5rem 0.5rem 0 0;
    width: 100%;
    left: 0;
    z-index: 50;
    padding: 1.25rem 2.5rem;
  }

  .pages-card-tovar .functionality .functionality__contant {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }

  .pages-card-tovar .scenarios .scenarios__contant-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.75rem;
    padding: 3.75rem;
  }

  .pages-card-tovar
    .section-file
    .section-file__contant
    .section-file__contant__block__card {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }

  .pages-signup-events
    .pages-details-ev
    .pages-details-ev__contant
    .card-more-details {
    padding: 2rem;
  }

  .pages-vendor section {
    padding-top: 7.5rem;
  }

  .pages-vendor .pages-vendor__content .pages-vendor__block-img {
    height: 28.125rem;
  }

  .pages-vendor .pages-vendor__content {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }

  .pages-vendor .block-specialist {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 6.25rem;
  }

  .pages-vendor .block-specialist .title {
    width: 30%;
  }

  .block-filter-catalog .block-filter-checkbox {
    position: fixed;
    top: 0;
    right: 0;
    width: 40%;
    height: 100vh;
    background: white;
    z-index: 1000;
    overflow-y: scroll;
    display: none;
    padding: 1.5rem;
  }

  .block-filter-catalog .block-filter-checkbox--visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .filter .filter__button {
    display: block;
  }

  .filter .search-input {
    display: none;
  }

  .--no-overflow {
    overflow: unset !important;
  }

  .page-lending .card-more-details .block-text-more-details {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .page-lending .card-more-details {
    padding: 2rem;
    gap: 7.5rem;
  }

  .page-lending .page-lending__content {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }

  .top-line .link-nav {
    display: none;
  }
  .top-line__contant .logo,
  .logo-scroll img {
    margin-top: 0 !important;
  }

  .top-line .--light,
  .top-line .--light-search {
    display: none;
  }

  .top-line .side-modal__content .--light-modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .top-line .modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .top-line .modal .modal-title-burger-btn .--light,
  .top-line .modal .modal-title-burger-btn .--light-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .section-advantages .section-advantages__contant .title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: static;
  }

  .section-advantages .section-advantages__contant .button-sliders-block {
    position: static;
  }

  .section-reviews .section-reviews__contant .title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: static;
  }

  .section-reviews .section-reviews__contant .button-sliders-block {
    position: static;
  }

  .section-card-vacancia {
    margin-bottom: 7.5rem;
  }

  .section-card-vacancia .block-card-vacancia {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }

  .section-card-vacancia .block-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.25rem;
  }

  .section-card-vacancia .block-title .block-button-format {
    position: static;
  }

  .section-partners .section-partners__container .title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: static;
  }

  .section-partners .section-partners__container .button-sliders-block {
    position: static;
  }

  .section-materials .section-materials__contant__block__card {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }

  .section-tovar {
    margin-top: 7.8125rem;
  }

  .title-text-service {
    gap: 1.25rem;
  }

  .card-advantagesTovar {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
    padding: 2.5rem;
  }

  .card-advantagesTovar ul {
    padding-left: 1.25rem;
  }

  .card-description {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
    padding: 2.5rem;
    gap: 1.25rem;
  }
}

@media (max-width: 1439px) {
  .pages-events section {
    padding-top: 7.5rem;
  }

  .pages-events .page-card-events .events__contant .block-card-evets {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }

  .pages-blog .pages-blog-card .events__contant .block-card-evets {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }

  .pages-vacancia .pages-blog-card .events__contant .block-card-evets {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }

  .pages-contacts .block-text-map {
    gap: 6.25rem;
  }

  .pages-contacts .pages-contacts__contant {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .pages-contacts .pages-contacts__contant .block-map {
    width: 100%;
    height: 25rem;
  }

  .pages-contacts .pages-contacts__contant .block-text-map {
    width: 100%;
  }

  .section-career .section-career__contant .text-product {
    padding: 2rem;
    gap: 10rem;
  }

  .section-career .section-career__contant .block-button-text {
    gap: 2rem;
  }

  .section-career .section-career__contant .block-button-text h2 {
    width: 90%;
  }

  .section-reviews .section-reviews__contant .title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: static;
  }

  .section-reviews .section-reviews__contant .button-sliders-block {
    position: static;
  }

  .section-aboutCompany .section-aboutCompany__contant .text-product {
    padding: 2rem;
    gap: 10rem;
  }

  .section-aboutCompany .section-aboutCompany__contant .block-button-text {
    gap: 2rem;
  }

  .section-moreEvents .section-moreEvents__contant .text-product {
    padding: 2rem;
    gap: 10rem;
  }

  .section-moreEvents .section-moreEvents__contant .block-button-text {
    gap: 2rem;
  }
  .pages-catalog .block-filter-catalog {
    width: 100%;
    display: flex;
    gap: 12px;
  }
}

@media (max-width: 1439px) {
  .pages-events .page-card-events .block-card-evets {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }

  .pages-blog .pages-blog-card .pages-blog-card {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }

  .pages-catalog .pages-catalog-card .pages-blog-card {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }

  .pages-vacancia .pages-blog-card .pages-blog-card {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }

  .pages-catalog-card .pages-blog-card {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1439px) {
  .about-company .about .about__contant .card-description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-company .about .about__contant .card-description .text-about {
    width: 70%;
  }

  .about-company .about .about__contant .card-description .card-number {
    width: 100%;
  }

  .section-directions .section-directions__contant .block-card-directions {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }

  .card-team {
    height: 28.75rem;
  }

  .card-popap {
    height: 28.75rem;
  }
}

@media (max-width: 1439px) {
  .pages-events .header .header__contant {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1.875rem;
  }

  .pages-events .header .header__contant .text-and-btn {
    gap: 1.25rem;
  }

  .pages-blog .header .header__contant {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1.875rem;
  }

  .pages-blog .header .header__contant .text-and-btn {
    gap: 1.25rem;
  }

  .pages-catalog .header .header__contant {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1.875rem;
  }

  .pages-catalog .header .header__contant .text-and-btn {
    gap: 1.25rem;
  }

  .pages-vacancia .header .header__contant {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1.875rem;
  }

  .pages-vacancia .header .header__contant .text-and-btn {
    gap: 1.25rem;
  }
}

@media (max-width: 1439px) {
  .about-company .header .fon2 {
    width: 80%;
    left: 50%;
    -webkit-transform: translate(-50%, 10%);
    -ms-transform: translate(-50%, 10%);
    transform: translate(-50%, 10%);
    padding: 6.8125rem 0;
  }
}

@media (max-width: 1439px) {
  .breadcrumbs {
    padding-top: 88px;
    padding-bottom: 40px;
  }
}

@media (max-width: 959px) {
  .container {
    width: 100%;
    max-width: 50.625rem;
  }

  .--H-1 {
    font-size: 4.625rem;
    line-height: 4.25rem;
  }

  .--H-2 {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }

  .--H-3 {
    font-size: 1.75rem;
    line-height: 1.875rem;
  }

  .--H-4,
  .pages-confident__contant h4 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }

  .--H-5,
  .pages-vendor__description__content h2 {
    font-size: 1.5rem;
    line-height: 1.625rem;
  }

  .--H-6,
  .pages-vendor__description__content h3 {
    font-size: 1.0625rem;
    /* line-height: 1.25rem; */
  }

  .--H6SEMIBOLD {
    font-size: 1.0625rem;
    line-height: 1.25rem;
  }

  .--description {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }

  .--body,
  .pages-vendor__description__content p,
  .pages-confident__contant ol,
  .pages-confident__contant p {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }

  .--caption-1 {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .--caption-2 {
    line-height: 1.25rem;
  }

  .--caption-caps {
    line-height: 1.25rem;
  }

  .index-page section {
    padding-top: 6.25rem;
  }

  .index-page .header {
    padding-top: 6.25rem;
    padding-bottom: 37.75rem;
  }

  .index-page .section-card-block {
    margin-top: -33.5rem;
    margin-bottom: 5rem;
  }

  .index-page .section-card-block .card-block-catalog {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }

  .index-page .catalog .catalog_contant {
    gap: 2rem;
  }

  .index-page .catalog .catalog_contant .selected-blog-filter {
    display: block;
  }

  .index-page .catalog .catalog_contant .button-nav-catalog {
    display: none;
  }

  .index-page .catalog .catalog_contant .custom-details {
    display: block;
  }

  .index-page .catalog .block-card-brend {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }

  .index-page .checkbox-toggles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .index-page .toggle-text {
    font-size: 0.8125rem;
  }

  .index-page .toggle-label {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .index-page
    .service-support
    .service-support__contant
    .block-service
    .text-service
    .text-li {
    padding-top: 0;
  }

  .index-page .service-support .service-support__contant .block-service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0.75rem;
    gap: 2rem;
  }

  .index-page
    .service-support
    .service-support__contant
    .block-service
    .block-planeta {
    width: 100%;
  }

  .index-page .service-support .service-support__contant {
    gap: 2rem;
  }

  .index-page .service-support .service-support__contant button {
    height: 2.625rem !important;
  }

  .section-events .events__contant .card-tg {
    gap: 15.875rem;
  }

  .section-events .events__contant {
    position: static;
  }

  .section-events .events__contant .button-section-events {
    position: static;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .section-events .events__contant .button-sliders-block {
    position: static;
  }

  .section-events .button-nav-service {
    font-size: 14px;
  }

  .section-events .button-nav-service button {
    padding: 0.75rem 1rem !important;
  }

  .about-company section {
    padding-top: 6.25rem;
  }

  .about-company .header .fon {
    display: none;
  }
  /* 
  .about-company .header .fon2 {
    display: block;
    position: absolute;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    padding: 13.0625rem 0;
    margin-top: 100px;
    width: 18.75rem;
  } */

  .about-company .header .header__contant {
    margin-top: 3.125rem;
  }

  .pages-events section {
    padding-top: 6.25rem;
  }

  .pages-events .page-card-events .events__contant .block-card-evets {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }

  .pages-events .page-card-events .events__contant .card-tg {
    gap: 15.875rem;
  }

  .pages-events .page-card-events .events__contant {
    position: static;
  }

  .pages-events .page-card-events .events__contant .button-section-events {
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.25rem;
  }

  .pages-events .page-card-events .events__contant .button-sliders-block {
    position: static;
  }

  .pages-events .page-card-events .events__contant .button-nav-service {
    width: 100%;
  }

  .pages-events .page-card-events .events__contant .button-nav-service button {
    width: 100%;
  }

  .pages-events .page-card-events .filter {
    width: 100%;
  }

  .pages-events .page-card-events .filter form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    gap: 0.75rem;
  }

  .pages-events .page-card-events .button-nav-service button {
    padding: 0.75rem 1rem !important;
  }

  .pages-events .page-card-events .block-card-evets {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }

  .pages-details-events
    .pages-details-ev
    .pages-details-ev__contant
    .card-more-details {
    padding: 1.5rem;
  }

  .pages-details-events
    .pages-details-ev
    .pages-details-ev__contant
    .block-supervisor
    .card-supervisor {
    gap: 2rem;
  }

  .pages-blog .pages-blog-card .events__contant .block-card-evets {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }

  .pages-blog .pages-blog-card .events__contant {
    position: static;
  }

  .pages-blog .pages-blog-card .events__contant .button-section-events {
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.25rem;
  }

  .pages-blog
    .pages-blog-card
    .events__contant
    .button-section-events
    .button-nav-service {
    display: none;
  }

  .pages-blog
    .pages-blog-card
    .events__contant
    .button-section-events
    .selected-blog-filter {
    display: block;
    width: 100%;
  }

  .pages-blog
    .pages-blog-card
    .events__contant
    .button-section-events
    .selected-blog-filter
    .custom-details {
    display: none;
    background-color: var(--grey-bg);
  }

  .pages-blog
    .pages-blog-card
    .events__contant
    .button-section-events
    .selected-blog-filter
    .custom-details
    .button-summary {
    background-color: var(--red);
    color: var(--light);
    border-radius: 0.25rem;
    padding: 1rem;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
  }

  .pages-blog
    .pages-blog-card
    .events__contant
    .button-section-events
    .selected-blog-filter
    .custom-details
    .button-summary
    .summary-icon {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition:
      transform 0.3s ease,
      -webkit-transform 0.3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .pages-blog
    .pages-blog-card
    .events__contant
    .button-section-events
    .selected-blog-filter
    .custom-details
    .button-summary
    .summary-icon
    svg {
    color: var(--light);
  }

  .pages-blog
    .pages-blog-card
    .events__contant
    .button-section-events
    .selected-blog-filter
    .custom-details
    .button-summary::-webkit-details-marker {
    display: none;
  }

  .pages-blog
    .pages-blog-card
    .events__contant
    .button-section-events
    .selected-blog-filter
    .custom-details[open]
    .button-summary
    .summary-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .pages-blog
    .pages-blog-card
    .events__contant
    .button-section-events
    .selected-blog-filter
    .custom-details[open]
    .details-content {
    -webkit-animation: slideDown 0.3s ease forwards;
    animation: slideDown 0.3s ease forwards;
  }

  .pages-blog
    .pages-blog-card
    .events__contant
    .button-section-events
    .selected-blog-filter
    .custom-details
    .details-content {
    max-height: 0;
    overflow: hidden;
    background-color: var(--grey-bg);
  }

  .pages-blog
    .pages-blog-card
    .events__contant
    .button-section-events
    .selected-blog-filter
    .custom-details
    .details-content
    ul {
    list-style: none;
    padding: 1rem;
    text-align: start;
    margin: 0;
  }

  .pages-blog
    .pages-blog-card
    .events__contant
    .button-section-events
    .selected-blog-filter
    .custom-details
    .details-content
    ul
    li {
    margin-bottom: 0.75rem;
  }

  .pages-blog
    .pages-blog-card
    .events__contant
    .button-section-events
    .selected-blog-filter
    .custom-details
    .details-content
    ul
    li:last-child {
    margin-bottom: 0;
  }

  .pages-blog
    .pages-blog-card
    .events__contant
    .button-section-events
    .selected-blog-filter
    .custom-details
    .details-content
    ul
    li
    a {
    color: var(--dark);
    text-decoration: none;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
  }

  .pages-blog
    .pages-blog-card
    .events__contant
    .button-section-events
    .selected-blog-filter
    .custom-details
    .details-content
    ul
    li
    a:hover {
    color: var(--red);
  }

  .pages-blog
    .pages-blog-card
    .events__contant
    .button-section-events
    .selected-blog-filter
    .--gis {
    width: 3.625rem;
  }

  @-webkit-keyframes slideDown {
    from {
      max-height: 0;
      opacity: 0;
    }

    to {
      max-height: 18.75rem;
      opacity: 1;
    }
  }

  @keyframes slideDown {
    from {
      max-height: 0;
      opacity: 0;
    }

    to {
      max-height: 18.75rem;
      opacity: 1;
    }
  }

  .pages-blog
    .pages-blog-card
    .events__contant
    .button-section-events
    .selected-blog-filter
    .custom-details:not([open])
    .details-content {
    -webkit-animation: slideUp 0.3s ease forwards;
    animation: slideUp 0.3s ease forwards;
  }

  @-webkit-keyframes slideUp {
    from {
      max-height: 18.75rem;
      opacity: 1;
    }

    to {
      max-height: 0;
      opacity: 0;
    }
  }

  @keyframes slideUp {
    from {
      max-height: 18.75rem;
      opacity: 1;
    }

    to {
      max-height: 0;
      opacity: 0;
    }
  }

  .pages-blog
    .pages-blog-card
    .events__contant
    .button-section-events
    .selected-blog-filter
    .checked-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.75rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .pages-blog .pages-blog-card .events__contant .button-nav-service {
    width: 100%;
  }

  .pages-blog .pages-blog-card .events__contant .button-nav-service button {
    width: 100%;
  }

  .pages-blog .pages-blog-card .button-nav-service button {
    padding: 0.75rem 1rem !important;
  }

  .pages-blog .pages-blog-card .block-card-evets {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }

  .pages-catalog .block-filter-catalog .checkbox-toggles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .pages-catalog .block-filter-catalog .toggle-text {
    font-size: 0.8125rem;
  }

  .pages-catalog .block-filter-catalog .toggle-label {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .pages-catalog .block-filter-catalog .block-filter-checkbox {
    width: 100%;
  }

  .pages-catalog .pages-catalog-card .catalog__contant .block-card-catalog {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }

  .pages-catalog .pages-catalog-card .catalog__contant {
    position: static;
  }

  .pages-catalog .pages-catalog-card .catalog__contant .button-section-catalog {
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.25rem;
  }

  .pages-catalog
    .pages-catalog-card
    .catalog__contant
    .button-section-catalog
    .button-nav-catalog {
    display: none;
  }

  .pages-catalog
    .pages-catalog-card
    .catalog__contant
    .button-section-catalog
    .selected-blog-filter {
    display: block;
    width: 100%;
  }

  .pages-catalog
    .pages-catalog-card
    .catalog__contant
    .button-section-catalog
    .selected-blog-filter
    .custom-select {
    display: none;
  }

  .pages-catalog
    .pages-catalog-card
    .catalog__contant
    .button-section-catalog
    .selected-blog-filter
    .custom-select
    .select-header {
    position: relative;
    background-color: var(--grey-bg);
  }

  .pages-catalog
    .pages-catalog-card
    .catalog__contant
    .button-section-catalog
    .selected-blog-filter
    .custom-select
    .select-header
    .filter-select {
    background-color: var(--red);
    color: var(--light);
    border-radius: 0.25rem;
    padding: 1rem;
    width: 100%;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
  }

  .pages-catalog
    .pages-catalog-card
    .catalog__contant
    .button-section-catalog
    .selected-blog-filter
    .custom-select
    .select-header
    .filter-select:focus {
    outline: none;
  }

  .pages-catalog
    .pages-catalog-card
    .catalog__contant
    .button-section-catalog
    .selected-blog-filter
    .custom-select
    .select-header
    .filter-select
    option {
    background-color: var(--grey-bg);
    color: var(--dark);
    padding: 0.75rem;
  }

  .pages-catalog
    .pages-catalog-card
    .catalog__contant
    .button-section-catalog
    .selected-blog-filter
    .custom-select
    .select-header
    .select-icon {
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition:
      transform 0.3s ease,
      -webkit-transform 0.3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none;
  }

  .pages-catalog
    .pages-catalog-card
    .catalog__contant
    .button-section-catalog
    .selected-blog-filter
    .custom-select
    .select-header
    .select-icon
    svg {
    color: var(--light);
  }

  .pages-catalog
    .pages-catalog-card
    .catalog__contant
    .button-section-catalog
    .selected-blog-filter
    .custom-select
    .select-header:focus-within
    .select-icon {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }

  .pages-catalog
    .pages-catalog-card
    .catalog__contant
    .button-section-catalog
    .selected-blog-filter
    .--gis {
    width: 3.625rem;
  }

  .pages-catalog
    .pages-catalog-card
    .catalog__contant
    .button-section-catalog
    .selected-blog-filter
    .checked-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.75rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .pages-catalog .pages-catalog-card .catalog__contant .button-nav-catalog {
    width: 100%;
  }

  .pages-catalog
    .pages-catalog-card
    .catalog__contant
    .button-nav-catalog
    button {
    width: 100%;
  }

  .pages-catalog .pages-catalog-card .button-nav-catalog button {
    padding: 0.75rem 1rem !important;
  }

  .pages-catalog .pages-catalog-card .block-card-catalog {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }

  .pages-more-detail-blog .section-tovar .section-tovar__contant .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.25rem;
  }

  .pages-more-detail-blog
    .section-tovar
    .section-tovar__contant
    .button-sliders-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .pages-more-detail-blog .section-tovar {
    margin-top: 5.625rem;
  }

  .page404 .page404__contant h2 {
    font-size: 9.375rem;
  }

  .page404 section {
    padding-top: 6.25rem;
  }

  .pages-vacancia section {
    padding-top: 6.25rem;
  }

  .pages-vacancia .pages-blog-card .events__contant .block-card-evets {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }

  .pages-vacancia .pages-blog-card .events__contant {
    position: static;
  }

  .pages-vacancia .pages-blog-card .events__contant .button-section-events {
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.25rem;
  }

  .pages-vacancia
    .pages-blog-card
    .events__contant
    .button-section-events
    .button-nav-service {
    display: none;
  }

  .pages-vacancia
    .pages-blog-card
    .events__contant
    .button-section-events
    .selected-blog-filter {
    display: block;
    width: 100%;
  }

  .pages-vacancia
    .pages-blog-card
    .events__contant
    .button-section-events
    .selected-blog-filter
    .custom-details {
    display: none;
    background-color: var(--grey-bg);
  }

  .pages-vacancia
    .pages-blog-card
    .events__contant
    .button-section-events
    .selected-blog-filter
    .custom-details
    .button-summary {
    background-color: var(--red);
    color: var(--light);
    border-radius: 0.25rem;
    padding: 1rem;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
  }

  .pages-vacancia
    .pages-blog-card
    .events__contant
    .button-section-events
    .selected-blog-filter
    .custom-details
    .button-summary
    .summary-icon {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition:
      transform 0.3s ease,
      -webkit-transform 0.3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .pages-vacancia
    .pages-blog-card
    .events__contant
    .button-section-events
    .selected-blog-filter
    .custom-details
    .button-summary
    .summary-icon
    svg {
    color: var(--light);
  }

  .pages-vacancia
    .pages-blog-card
    .events__contant
    .button-section-events
    .selected-blog-filter
    .custom-details
    .button-summary::-webkit-details-marker {
    display: none;
  }

  .pages-vacancia
    .pages-blog-card
    .events__contant
    .button-section-events
    .selected-blog-filter
    .custom-details[open]
    .button-summary
    .summary-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .pages-vacancia
    .pages-blog-card
    .events__contant
    .button-section-events
    .selected-blog-filter
    .custom-details[open]
    .details-content {
    -webkit-animation: slideDown 0.3s ease forwards;
    animation: slideDown 0.3s ease forwards;
  }

  .pages-vacancia
    .pages-blog-card
    .events__contant
    .button-section-events
    .selected-blog-filter
    .custom-details
    .details-content {
    max-height: 0;
    overflow: hidden;
    background-color: var(--grey-bg);
  }

  .pages-vacancia
    .pages-blog-card
    .events__contant
    .button-section-events
    .selected-blog-filter
    .custom-details
    .details-content
    ul {
    list-style: none;
    padding: 1rem;
    text-align: start;
    margin: 0;
  }

  .pages-vacancia
    .pages-blog-card
    .events__contant
    .button-section-events
    .selected-blog-filter
    .custom-details
    .details-content
    ul
    li {
    margin-bottom: 0.75rem;
  }

  .pages-vacancia
    .pages-blog-card
    .events__contant
    .button-section-events
    .selected-blog-filter
    .custom-details
    .details-content
    ul
    li:last-child {
    margin-bottom: 0;
  }

  .pages-vacancia
    .pages-blog-card
    .events__contant
    .button-section-events
    .selected-blog-filter
    .custom-details
    .details-content
    ul
    li
    a {
    color: var(--dark);
    text-decoration: none;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
  }

  .pages-vacancia
    .pages-blog-card
    .events__contant
    .button-section-events
    .selected-blog-filter
    .custom-details
    .details-content
    ul
    li
    a:hover {
    color: var(--red);
  }

  .pages-vacancia
    .pages-blog-card
    .events__contant
    .button-section-events
    .selected-blog-filter
    .--gis {
    width: 3.625rem;
  }

  @keyframes slideDown {
    from {
      max-height: 0;
      opacity: 0;
    }

    to {
      max-height: 18.75rem;
      opacity: 1;
    }
  }

  .pages-vacancia
    .pages-blog-card
    .events__contant
    .button-section-events
    .selected-blog-filter
    .custom-details:not([open])
    .details-content {
    -webkit-animation: slideUp 0.3s ease forwards;
    animation: slideUp 0.3s ease forwards;
  }

  @keyframes slideUp {
    from {
      max-height: 18.75rem;
      opacity: 1;
    }

    to {
      max-height: 0;
      opacity: 0;
    }
  }

  .pages-vacancia
    .pages-blog-card
    .events__contant
    .button-section-events
    .selected-blog-filter
    .checked-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.75rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .pages-vacancia .pages-blog-card .events__contant .button-nav-service {
    width: 100%;
  }

  .pages-vacancia .pages-blog-card .events__contant .button-nav-service button {
    width: 100%;
  }

  .pages-vacancia .pages-blog-card .button-nav-service button {
    padding: 0.75rem 1rem !important;
  }

  .pages-vacancia .pages-blog-card .block-card-evets {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }

  .pages-more-detail-vacancia
    .pages-vacancia-details
    .pages-vacancia-details__card {
    padding: 1.5rem;
  }

  .pages-more-detail-vacancia .pages-vacancia-details__block-description {
    width: 100% !important;
    padding: 2rem 1.5rem !important;
  }

  .pages-more-detail-vacancia .pages-vacancia-details__card {
    gap: 5rem;
  }

  .pages-more-detail-vacancia
    .pages-vacancia-details__card
    .block-text-more-details {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    /* -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: start !important; */
  }

  .pages-card-tovar section {
    padding-top: 6.25rem;
  }

  .pages-card-tovar .pages-card-tovar__content .pages-card-tovar__description {
    padding: 1.25rem;
  }

  .pages-card-tovar
    .pages-card-tovar__content
    .pages-card-tovar__description-block-btn
    button {
    padding: 1rem !important;
  }

  .pages-card-tovar .pages-card-tovar__content .pages-card-tovar__block-img {
    height: 17.5rem;
  }

  .pages-card-tovar
    .pages-card-tovar__content
    .block-advantages-tovar
    .advantages-tovar {
    padding: 0.75rem;
  }

  .pages-card-tovar .Integration-Modes .Integration-Modes__card {
    /*-webkit-box-orient: vertical;*/
    /*-webkit-box-direction: normal;*/
    /*-ms-flex-direction: column;*/
    /*flex-direction: column;*/
    grid-template-columns: repeat(1, 1fr);
  }

  .pages-card-tovar .scenarios .scenarios__contant-block {
    gap: 2.5rem;
    padding: 1.5rem;
  }

  .pages-card-tovar
    .section-file
    .section-file__contant
    .section-file__contant__block__card {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }

  .pages-signup-events
    .pages-details-ev
    .pages-details-ev__contant
    .card-more-details {
    padding: 1.5rem;
  }

  .pages-contacts .block-text-map {
    padding: 1.5rem;
  }

  .pages-contacts .button-block-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.25rem;
  }

  .pages-contacts .button-block-contact a {
    padding: 1.3125rem 1.5rem !important;
    gap: 0 !important;
  }

  .pages-vendor section {
    padding-top: 6.25rem;
  }

  .pages-vendor
    .pages-vendor__content
    .pages-card-tovar__description-block-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pages-vendor
    .pages-vendor__content
    .pages-card-tovar__description-block-btn
    button {
    padding: 1rem !important;
    width: 100%;
  }

  .pages-vendor .pages-vendor__content .pages-vendor__block-img {
    height: 30.3125rem;
    padding: 1.25rem;
  }

  .pages-vendor .pages-vendor__content .pages-vendor__block-img img {
    width: 12.688rem;
  }

  .pages-vendor .block-specialist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.25rem;
    padding: 1rem;
  }

  .pages-vendor .block-specialist .title {
    width: 100%;
  }

  .pages-vendor .block-specialist .block-specialist__contant__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.25rem;
  }

  .pages-vendor .block-specialist .block-specialist__contant__text {
    gap: 2rem;
  }

  .pages-vendor .block-specialist .block-specialist__contant {
    gap: 1.25rem;
  }

  .pages-vendor .block-specialist .block-specialist__contant img {
    width: 3.625rem;
    height: 3.625rem;
  }

  .pages-vendor .pages-vendor__content .pages-vendor__description {
    padding: 1.5rem;
  }

  .block-filter-catalog .checkbox-toggles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .block-filter-catalog .toggle-text {
    font-size: 0.8125rem;
  }

  .block-filter-catalog .toggle-label {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .block-filter-catalog .block-filter-checkbox {
    width: 100%;
  }

  .pages-catalog-card .catalog__contant .block-card-catalog {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }

  .pages-catalog-card .catalog__contant {
    position: static;
  }

  .pages-catalog-card .catalog__contant .button-section-catalog {
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.25rem;
  }

  .pages-catalog-card
    .catalog__contant
    .button-section-catalog
    .button-nav-catalog {
    display: none;
  }

  .pages-catalog-card
    .catalog__contant
    .button-section-catalog
    .selected-blog-filter {
    display: block;
    width: 100%;
  }

  .pages-catalog-card
    .catalog__contant
    .button-section-catalog
    .selected-blog-filter
    .custom-select {
    display: none;
  }

  .pages-catalog-card
    .catalog__contant
    .button-section-catalog
    .selected-blog-filter
    .--gis {
    width: 3.625rem;
  }

  .pages-catalog-card
    .catalog__contant
    .button-section-catalog
    .selected-blog-filter
    .checked-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.75rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .pages-catalog-card .catalog__contant .button-nav-catalog {
    width: 100%;
  }

  .pages-catalog-card .catalog__contant .button-nav-catalog button {
    width: 100%;
  }

  .pages-catalog-card .button-nav-catalog button {
    padding: 0.75rem 1rem !important;
  }

  .pages-catalog-card .block-card-catalog {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }

  .section-events .events__contant {
    gap: 2rem;
  }

  .section-events .events__contant .button-section-events {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
  }

  .section-events .events__contant .button-section-events .button-nav-service {
    gap: 0.25rem;
  }

  .section-events
    .events__contant
    .button-section-events
    .button-sliders-block {
    gap: 0.25rem;
  }

  .page-lending .page-lending__content .page-lending__content__right {
    overflow-y: unset;
    overflow-x: unset;
    height: unset;
    padding: 1.5rem !important;
  }

  .page-lending .card-more-details .block-text-more-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .page-lending .card-more-details .block-text-more-details .text-card {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }

  .page-lending .card-more-details .block-text-more-details .all-card {
    width: 100%;
  }

  .page-lending .card-more-details {
    padding: 1.5rem;
    gap: 5rem;
  }

  .page-lending .block-supervisor .card-supervisor {
    gap: 2rem;
  }

  .page-lending .modal .modal-equipment__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.5rem;
    padding: 1.25rem;
  }

  .page-lending
    .modal
    .modal-equipment__container
    .form-contact
    .fieldset
    input,
  .page-lending
    .modal
    .modal-equipment__container
    .form-contact
    .fieldset
    textarea {
    padding: 1.25rem;
  }

  .page-lending .modal .modal-equipment__container {
    padding: 0;
  }

  .page-lending .modal .modal-equipment__container .checkbox {
    -webkit-box-align: unset !important;
    -ms-flex-align: unset !important;
    align-items: unset !important;
  }

  .page-lending .modal .modal-equipment__container .span {
    width: 75%;
  }

  .page-lending .meeting-card {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }

  .page-lending .meeting-card__contact__block__phone {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .page-lending .route-map-img img {
    height: 17.5rem;
    width: 100%;
  }

  .page-lending .button {
    padding: 1rem 1.5rem;
  }

  .page-lending .meeting-card__contact {
    font-size: 0.875rem;
  }

  .top-line .top-line__contant__block__button__search {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .top-line .top-line__contant__block__button__search .write {
    width: 100%;
  }

  .top-line .modal .side-modal .side-modal__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .top-line .modal .modal-title-burger-btn .--light,
  .top-line .modal .modal-title-burger-btn .--light-search {
    display: none;
  }

  .modal-search .search-btn {
    display: none;
  }

  .section-events-news .events__contant .card-tg {
    gap: 15.875rem;
  }

  .section-events-news .events__contant {
    position: static;
  }

  .section-events-news .events__contant .button-section-events {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-events-news .button-nav-service {
    font-size: 14px;
  }

  .section-events-news .button-nav-service button {
    padding: 0.75rem 1rem !important;
  }

  .section-product .section-product__contant {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .section-product .section-product__contant .img {
    height: 22.5rem;
  }

  .section-product .section-product__contant .text-product {
    padding: 1.5rem;
    gap: 5rem;
  }

  .section-product .section-product__contant .block-button-text {
    gap: 1.5rem;
  }

  .section-product .section-product__contant .block-button-text h2 {
    width: 100%;
  }

  .section-product
    .section-product__contant
    .block-button-text
    .button-container {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .section-product
    .section-product__contant
    .block-button-text
    .button-container
    button {
    padding: 0.75rem 1rem;
    width: calc(100% + 1.5rem);
    margin-left: -0.75rem;
    margin-bottom: -1.5rem;
  }

  .section-career .section-career__contant {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .section-career .section-career__contant .img {
    height: 18.75rem;
  }

  .section-career .section-career__contant .text-product {
    padding: 1.5rem;
    gap: 5rem;
  }

  .section-career .section-career__contant .block-button-text {
    gap: 1.5rem;
  }

  .section-career .section-career__contant .block-button-text h2 {
    width: 100%;
  }

  .section-aboutCompany .section-aboutCompany__contant {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .section-aboutCompany .section-aboutCompany__contant .img {
    height: 18.75rem;
  }

  .section-aboutCompany .section-aboutCompany__contant .text-product {
    padding: 1.5rem;
    gap: 5rem;
  }

  .section-aboutCompany .section-aboutCompany__contant .block-button-text {
    gap: 1.5rem;
  }

  .section-moreEvents .section-moreEvents__contant {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .section-moreEvents .section-moreEvents__contant .img {
    height: 18.75rem;
  }

  .section-moreEvents .section-moreEvents__contant .text-product {
    padding: 2rem 1.5rem;
    gap: 5rem;
  }

  .section-moreEvents .section-moreEvents__contant .block-button-text {
    gap: 1.5rem;
  }

  .section-card-vacancia {
    margin-bottom: 6.25rem;
  }

  .section-card-vacancia .section-card-vacancia__contant .button {
    width: 3rem;
    height: 3rem;
  }

  .section-card-vacancia .block-title .block-button-format {
    display: none;
  }

  .section-card-vacancia .block-card-vacancia {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: (1fr) [1] !important;
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 1rem !important;
  }

  .section-card-vacancia .block-card-vacancia .card-vacancia {
    -ms-grid-columns: (1fr) [1] !important;
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 4.375rem !important;
    padding: 24px;
  }

  .section-card-vacancia .block-card-vacancia .card-vacancia .left-block {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    gap: 2rem !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .section-card-vacancia .block-card-vacancia .card-vacancia .--grid-city {
    display: none !important;
  }

  .section-card-vacancia .block-card-vacancia .card-vacancia .grid-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    width: 100% !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .section-card-vacancia .block-card-vacancia .card-vacancia .grid-flex img {
    width: 1.25rem !important;
  }

  .section-card-vacancia .block-card-vacancia .card-vacancia .list-flex {
    display: none !important;
  }

  .section-equipment__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.5rem;
    padding: 1.25rem;
  }

  .section-equipment__container .block-text {
    max-width: 100%;
  }

  .section-equipment__container .block-form {
    max-width: 100% !important;
  }

  .section-materials .filter form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-materials .section-materials__contant__block__card {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }

  .section-tovar .section-tovar__contant .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.25rem;
  }

  .section-tovar {
    margin-top: 5.625rem;
  }

  .button-transition {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button-transition::before {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.25rem;
  }

  .card-culture {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.25rem;
  }

  .card-culture .img-culture {
    height: 10rem;
    width: 100%;
  }

  .card-culture .block-text-culture {
    width: 100%;
  }

  .card-culture .block-text-culture .text-product {
    gap: 1.25rem;
  }

  .card-catalog.card-transition {
    height: 12.5rem;
  }

  .card-catalog {
    padding: 1rem;
    height: 12.5rem !important;
  }

  .card-brend {
    height: 7.125rem;
    font-size: 0.75rem;
  }

  .card-events {
    padding: 1.5rem;
    gap: 1.0625rem;
  }

  .card-events .block-button {
    margin-top: 18.5625rem;
  }

  .button-slide {
    width: 3rem;
    height: 3rem;
  }

  .block-card-work {
    margin-right: -1.25rem;
  }

  .block-card-work .card-twig img {
    width: 7.5rem;
  }

  .card-partners {
    height: 8.375rem;
    padding: 1rem;
  }

  .card-more h2 {
    font-size: 4.5rem;
  }

  .block-card-reviews {
    margin-right: -1.25rem;
  }

  .block-card-reviews .card-reviews img {
    width: 3.75rem;
  }

  .card-tovar {
    padding: 0.75rem;
  }

  .card-tovar.hasButton1 {
    gap: 2.5625rem;
  }

  .card-advantagesTovar {
    padding: 1.5rem;
  }

  .card-description {
    padding: 1.5rem;
  }

  .section-file {
    gap: 1.25rem;
  }

  .modal-details-products .modal__content {
    padding: 1.5rem;
    width: 90%;
  }

  .modal-details-products .modal__content ul {
    padding-left: 7%;
  }

  .modal-equipment__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.5rem;
    padding: 1.25rem;
  }

  .modal-equipment__container .form-contact .fieldset input,
  .modal-equipment__container .form-contact .fieldset textarea {
    padding: 1.25rem;
  }

  .modal-equipment__container .check-conf {
    -webkit-box-align: unset !important;
    -ms-flex-align: unset !important;
    align-items: unset !important;
  }

  .modal-equipment__container .span {
    width: 75%;
  }

  .card-popap {
    height: 23.75rem;
    width: 21.875rem;
  }

  .card-table-characteristics-tovar {
    padding: 1.5rem;
  }
}

@media (max-width: 959px) and (max-width: 950px) {
  .pages-blog
    .pages-blog-card
    .events__contant
    .button-section-events
    .selected-blog-filter
    .custom-details {
    display: block;
  }

  .pages-catalog
    .pages-catalog-card
    .catalog__contant
    .button-section-catalog
    .selected-blog-filter
    .custom-select {
    display: block;
  }

  .pages-vacancia
    .pages-blog-card
    .events__contant
    .button-section-events
    .selected-blog-filter
    .custom-details {
    display: block;
  }

  .pages-catalog-card
    .catalog__contant
    .button-section-catalog
    .selected-blog-filter
    .custom-select {
    display: block;
  }
}

@media (max-width: 800px) {
  .section-experts {
    height: 34.25rem;
  }

  .section-experts .im3 {
    display: none;
  }

  .section-experts .im4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .section-experts .parallax-layer.layer2 {
    top: 10% !important;
  }

  .section-experts .parallax-layer.layer3 {
    top: 80% !important;
  }

  .section-experts .parallax-layer img {
    width: unset;
  }

  .section-experts .parallax-layer .text-img5 {
    display: none;
  }

  .section-experts .parallax-layer .text-img6 {
    display: none;
  }

  .section-experts .parallax-layer .text-img7 {
    display: block;
    max-width: 280px;
    margin-left: auto;
  }

  .section-experts .parallax-layer .text-img8 {
    display: block;
    max-width: 280px;
    margin-right: auto;
  }
}

@media (max-width: 743px) {
  .about-company .about .about__contant .card-description .text-about {
    width: 100%;
    gap: 60px;
  }
  .about-company .about .about__contant .card-description .button-container {
    padding-top: 12px;
  }
  .about-company .about .about__contant .card-description {
    gap: 12px;
  }

  .about-company .about .about__contant .card-description .card-number {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }

  .section-directions .section-directions__contant .block-card-directions {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }

  .card-team {
    height: 23.75rem;
  }
}

@media (max-width: 576px) {
  .section-experts {
    margin-bottom: 0;
  }

  .section-product .section-product__contant .text-product {
    padding: 1.25rem;
  }

  .section-product .section-product__contant .block-button-text {
    gap: 1.25rem;
  }

  .section-product .section-product__contant .block-button-text button {
    padding: 0.625rem 0.875rem;
  }

  .section-career .section-career__contant .text-product {
    padding: 1.25rem;
  }

  .section-career .section-career__contant .block-button-text {
    gap: 1.25rem;
  }

  .section-aboutCompany .section-aboutCompany__contant .text-product {
    padding: 1.25rem;
  }

  .section-aboutCompany .section-aboutCompany__contant .block-button-text {
    gap: 1.25rem;
  }

  .section-moreEvents .section-moreEvents__contant .block-button-text {
    gap: 1.25rem;
  }
}

@media (max-width: 570px) {
  .container {
    width: 100%;
    max-width: 33.125rem;
  }
}

@media (max-width: 550px) {
  .section-experts {
    height: 34.25rem;
  }

  .button-transition {
    padding: 1.125rem 0.4375rem;
    font-size: 14px;
    gap: 0.5rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }

  .button-transition::before {
    width: 2.25rem;
    height: 2.25rem;
  }
}

@media (max-width: 500px) {
  .breadcrumbs a,
  .breadcrumbs span {
    font-size: 0.875rem;
  }

  .breadcrumbs span {
    font-size: 0.875rem;
  }
}

@media (max-width: 450px) {
  .pages-events .page-card-events .button-nav-service button {
    padding: 0.625rem 0.625rem !important;
    height: 2.625rem;
  }

  .pages-blog .pages-blog-card .button-nav-service button {
    padding: 0.625rem 0.625rem !important;
    height: 2.625rem;
  }

  .pages-catalog .pages-catalog-card .button-nav-catalog button {
    padding: 0.625rem 0.625rem !important;
    height: 2.625rem;
  }

  .pages-vacancia .pages-blog-card .button-nav-service button {
    padding: 0.625rem 0.625rem !important;
    height: 2.625rem;
  }

  .pages-catalog-card .button-nav-catalog button {
    padding: 0.625rem 0.625rem !important;
    height: 2.625rem;
  }

  .section-events-news .button-nav-service button {
    padding: 0.625rem 0.625rem !important;
    height: 2.625rem;
  }

  .card-popap {
    width: 18.75rem;
  }
}

@media (max-width: 700px) {
  .container {
    width: 100%;
    max-width: 100%;
    padding-inline: 12px;
  }
  .section-experts .img-experts {
    height: 50px;
    width: 50px;
  }
}

@media (max-width: 359px) {
  .section-events .button-section-events {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pages-events .page-card-events .button-section-events {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pages-blog .pages-blog-card .button-section-events {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pages-catalog .pages-catalog-card .button-section-catalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pages-vacancia .pages-blog-card .button-section-events {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pages-catalog-card .button-section-catalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .page-lending .meeting-card {
    padding: 1.5rem 0.625rem;
  }

  .section-events-news .button-section-events {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button-transition {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button-transition::before {
    content: none;
  }
}

@media (max-width: 350px) {
  .container {
    width: 100%;
  }

  .--H-1 {
    font-size: 3.125rem;
    line-height: 4.25rem;
  }

  .index-page .toggle-input:checked + .toggle-label .toggle-custom:after {
    left: 1.4375rem;
  }

  .index-page .toggle-custom {
    width: 2.5rem;
    height: 1.25rem;
  }

  .index-page .toggle-custom:after {
    width: 1rem;
    height: 1rem;
  }

  .index-page .toggle-label {
    gap: 0.5rem;
    white-space: wrap;
  }
}

/* @media (min-width: 1281px) and (max-width: 1400px) { */
@media (max-width: 1439px) {
  .container {
    width: 100%;
  }

  .--H-2 {
    font-size: 3.25rem;
    line-height: 3.25rem;
  }

  .--H-4,
  .pages-confident__contant h4 {
    font-size: 1.625rem;
    line-height: 2rem;
  }

  .--description {
    font-size: 1.375rem;
    line-height: 1.5rem;
  }

  .index-page section {
    padding-top: 7.5rem;
  }

  .index-page .header {
    padding-top: 9.25rem;
    padding-bottom: 31.3125rem;
  }

  .index-page .catalog .catalog_contant {
    gap: 2.5rem;
  }

  .index-page .catalog .catalog_contant .button-nav-catalog {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
  }

  .index-page .catalog .catalog_contant .button-nav-catalog button {
    width: 100%;
    text-align: center;
    padding: 0.75rem 0.5rem;
    font-size: 0.875rem;
  }

  .index-page
    .service-support
    .service-support__contant
    .block-service
    .text-service
    .text-li {
    padding-top: 4.5rem;
  }

  .index-page .service-support .service-support__contant {
    gap: 2.5rem;
  }

  .index-page .section-work .section-work__contant .title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: static;
  }

  .index-page .section-work .section-work__contant .button-sliders-block {
    position: static;
  }

  .about-company section {
    padding-top: 7.5rem;
  }

  .about-company .header {
    padding-top: 9.25rem;
  }

  .section-advantages .section-advantages__contant .title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: static;
  }

  .section-advantages .section-advantages__contant .button-sliders-block {
    position: static;
  }

  .section-product .section-product__contant .text-product {
    padding: 2rem;
    gap: 10rem;
  }

  .section-product .section-product__contant .block-button-text {
    gap: 2rem;
  }

  .section-product .section-product__contant .block-button-text h2 {
    width: 90%;
  }

  .section-product .section-product__contant .block-button-text button {
    padding: 0.875rem 1.25rem;
  }

  .section-partners .section-partners__container .title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: static;
  }

  .section-partners .section-partners__container .button-sliders-block {
    position: static;
  }

  .section-equipment__container {
    padding: 2rem;
  }

  .section-equipment__container .block-text {
    max-width: 18.75rem;
  }

  .section-equipment__container .block-form {
    max-width: 26.25rem;
  }

  .button-transition {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .card-brend {
    height: 10.125rem;
  }

  .card-partners {
    height: 12.5rem;
    padding: 1rem;
  }
}

/* @media (min-width: 1471px) and (max-width: 1729px) { */
@media (max-width: 1439px) {
  html {
    font-size: 16px;
  }
}
.modal-search__content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding: 0 1.25rem;
}
.result-search {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.result-search__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.result-search__item p {
  font-size: 1rem;
  color: #6f717d;
  font-weight: 400;
}
.card-search {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

@media (max-width: 1439px) {
  .card-search {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 959px) {
  .card-search {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 550px) {
  .card-search {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* End */


/* Start:/local/templates/netwell_2025/assets/css/fix.css?177685825365837*/
/* #wait_comp_dea4470712c7f8b7a570328f780555fc {
  display: none;
} */
[id^="wait_comp"] {
  display: none !important;
}

.pages-catalog .block-filter-catalog .toggle-label {
  margin-top: 20px;
  letter-spacing: -0.4px;
}
.checkbox {
  margin-top: 0.75rem;
}
.form-contact .file-input {
  margin-top: 1rem;
}

.file-input-placeholder {
  width: max-content !important;
}
.form-contact .button {
  margin-top: 0.75rem;
}
.pages-more-detail-vacancia
  .pages-vacancia-details
  .pages-vacancia-details__card {
  min-height: calc(100vh - 200px);
}
.block-checkbox {
  align-items: center;
  margin-top: 12px;
}
.checkbox {
  margin: 0 !important;
}
.block-text-map {
  justify-content: space-between;
}
.pages-contacts .block-text-map .button-nav-service {
  gap: 4px;
  flex-wrap: wrap;
}
.pages-contacts .pages-contacts__contant .block-map {
  background-image: none;
}
.pages-blog .header .header__contant {
  justify-content: space-between;
  margin-right: 130px;
}

@media (max-width: 1919px) {
  .pages-blog .header .header__contant {
    margin-right: 80px;
  }
  .pages-blog .header .header__contant p {
    max-width: 29rem;
  }

  .pagination__link,
  .pagination__link--prev,
  .pagination__link--next {
    font-size: 1rem;
  }
}
.pages-contacts
  .block-text-map
  .block-bottom
  .block-bottom-text.text--caption-1 {
  color: #6f717d;
}

.modal-equipment__container .form-contact .checkbox {
  width: 100%;
}
.block-input__question .block-checkbox {
  width: 100%;
}
@media (max-width: 1439px) {
  .section-product .section-product__contant .block-button-text h2 {
    width: 100%;
  }
  .section-product .section-product__contant .text-product {
    padding: 20px;
  }
  .card-culture {
    min-height: 20rem !important;
  }
}
.section-aboutCompany .section-aboutCompany__contant .block-button-text {
  justify-content: flex-end;
}

.card-culture .block-text-culture .text-product .text-title {
  color: #6f717d;
}
.card-culture {
  min-height: 25rem;
}
.card-culture .block-text-culture {
  display: flex;
}
.card-culture .block-text-culture .text-product {
  justify-content: space-between;
}
/* //не работает */
.page404__contant .button--lightRed {
  padding: 1rem 2.5rem;
}
.pages-details-events .pages-details-ev .container {
  max-width: 43.125rem !important;
}
.card-logo-partrers {
  background-color: transparent;
}
.card-logo-partrers img {
  max-height: 2rem;
}
.pages-details-events
  .pages-details-ev
  .pages-details-ev__contant
  .block-supervisor
  .card-supervisor
  img {
  border-radius: 4px;
}
.text-supervisor h4 {
  color: black;
}
.card-table-characteristics .table-wrapper {
  width: 100%;
}

.title-text-service h2 {
  max-width: 59.875rem;
}
.card-events.--red-card:hover {
  background-color: var(--red) !important;
}
.button-logo::before {
  border-radius: 4px;
}

.form-contact .button {
  text-align: left;
}
.form-contact .file-input {
  margin-top: 9px;
}
.section-experts .img-experts {
  border-radius: 4px;
}
.index-page .catalog .button-catalog a {
  width: 14.375rem;
}
.title-text-service p {
  color: var(--grey-dark);
  max-width: 600px;
}
.index-page .toggle-item {
  color: var(--grey-dark);
}
.card-catalog.card-transition::before {
  content: "";
  background: linear-gradient(339deg, #38031a 20.09%, #b80c2e 93.2%);
}

.card-catalog.card-transition:hover {
  background: var(--red) !important;
}
@media (max-width: 1919px) {
  .index-page .catalog .catalog_contant {
    gap: 2.5rem;
  }
  /*.block-button-text {*/
  /*  gap: 2.5rem !important;*/
  /*}*/
  .checkbox-toggles {
    margin-top: 0 !important;
  }
}
@media (max-width: 959px) {
  .checkbox-toggles {
    margin-top: 2rem !important;
  }
  .pagination__link,
  .pagination__link--prev,
  .pagination__link--next {
    font-size: 14px;
  }
}
.card-events:hover:hover {
  background-color: var(--grey-light) !important;
}
.card-events .header-event .block-dates .dates .block-years-and-month .text {
  text-transform: uppercase;
}
.index-page .section-work .section-work__contant .block-title p {
  display: none;
}
.block-card-work .card-twig {
  min-height: 18.75rem;
}
.section-product
  .section-product__contant
  .block-button-text
  .button-container {
  padding: 0 !important;
}
.section-product
  .section-product__contant
  .block-button-text
  .button-container
  a {
  padding: 1.875rem 2rem;
}
.section-product .section-product__contant .text-product .text-title {
  padding: 1.25rem;
}
.section-product .section-product__contant .block-button-text h2 {
  padding: 0 1.25rem;
}
.section-product .section-product__contant .text-product {
  padding: 1.25rem;
}
.section-moreEvents .section-moreEvents__contant .block-button-text {
  width: 80%;
}
@media (max-width: 959px) {
  .section-moreEvents .section-moreEvents__contant .block-button-text {
    width: 100%;
  }
}
.section-moreEvents {
  position: unset;
}
.section-moreEvents .section-moreEvents__contant {
  min-height: 41.25rem;
}
.section-card-vacancia .section-card-vacancia__contant .title h2 {
  max-width: 59.875rem !important;
}
.about-company .header {
  height: calc(100vh - 70px);
}
@media (max-width: 959px) {
  .about-company .header {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
    /* height: calc(100vh - 140px); */
  }
  .about-company .header .header__contant {
    gap: 1.25rem;
  }
}
.section-advantages .section-advantages__contant .title-text-service p {
  display: none;
}

.pages-events .page-card-events {
  border-radius: 20px;
  position: relative;
  z-index: 3;
  margin-top: -20px;
  margin-bottom: -20px;
}
.pages-events section {
  padding-top: 2.5rem !important;
}
.pages-events .header .header__contant {
  padding: 0 20px;
  max-width: 81.688rem;
  gap: 22.625rem;
}
@media (max-width: 959px) {
  .pages-events section {
    padding-top: 2.5rem !important;
  }
}
@media (max-width: 1919px) {
  .pages-events .header .header__contant {
    margin-right: 180px;
    gap: 18.625rem !important;
  }
}
@media (max-width: 1439px) {
  .pages-events section {
    padding-top: 2.5rem !important;
  }
  .section-equipment {
    padding: 0 !important;
  }
  .pages-events .header .header__contant {
    gap: 20px !important;
  }
}

.pages-contacts {
  padding-bottom: 6.25rem;
  position: relative;
  margin-bottom: -20px;
  z-index: 3;
  background-color: #e6e7ea;
  border-radius: 20px;
}
.ymaps-2-1-79-map {
  border-radius: 1rem !important;
}
.ymaps-2-1-79-inner-panes {
  border-radius: 1rem !important;
}

.section-reviews .section-reviews__contant .title-text-service p {
  display: none;
}
.block-card-reviews .card-reviews {
  justify-content: space-between;
}
@media (max-width: 1439px) {
  .section-reviews .section-reviews__contant .title {
    gap: 20px;
  }
}
.pages-blog .pages-blog-card {
  position: relative;
  margin-top: -20px;
  border-radius: 20px;
  margin-bottom: -20px;
  z-index: 3;
}
/* .card-tovar .img-block {
  height: 100%;
} */
.card-tovar p {
  color: #6f717d;
}
@media (max-width: 1439px) {
  .card-tovar {
    padding: 12px;
  }
}
.pages-blog .header .header__contant {
  padding: 0 20px;
}
.pages-blog .header .header__contant .text-and-btn {
  max-width: 40.313rem;
}
@media (max-width: 959px) {
  .pages-blog .pages-blog-card .events__contant .button-section-events {
    gap: 0;
  }
}
.section-aboutCompany {
  border-radius: 1.25rem;
  margin-top: -2.5rem;
  background-color: var(--grey-bg);
  position: relative;
  z-index: 3;
}

.header__contant {
  padding: 0 20px;
}
@media (max-width: 959px) {
  .pages-vacancia .header {
    padding-top: 7.625rem;
    padding-bottom: 3.5rem;
  }
  .--H-2 {
    font-size: 2.25rem !important
    
    ;
    line-height: 2.25rem;
  }
}
.block-card-tovar .card-tovar {
  height: 100%;
}
.section-tovar .section-tovar__contant .title {
  align-items: baseline;
}
.block-card-culture {
  padding: 0 40px;
}
.section-culture__contant .title-text-service p {
  display: none;
}
.section-culture__contant .block-title {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 1439px) {
  .section-culture__contant .title-text-service h2 {
    max-width: 42.5rem;
  }
}
@media (max-width: 959px) {
  .block-card-culture {
    padding: 0;
  }
  .pages-contacts .block-text-map {
    gap: 2.5rem;
  }
  .pages-contacts .block-text-map .block-bottom .button-block-contact a {
    font-size: 1rem;
  }
}

.block-text-map .block-top .button-nav-service .button {
  color: #6f717d;
}
.block-text-map .block-top .button-nav-service .button:hover {
  color: #fff;
}
.pages-more-detail-vacancia
  .pages-vacancia-details
  .pages-vacancia-details__card
  .block-text-more-details
  .text-card {
  padding: 1.313rem 0;
  gap: 6.25rem;
}
.pages-more-detail-vacancia
  .pages-vacancia-details
  .pages-vacancia-details__card
  .block-text-more-details
  .text-card
  span {
  color: #282828 !important;
}
.text-card:last-child {
  border-bottom: 2px solid var(--grey-bg);
}
.pages-more-detail-vacancia {
  border-radius: 1.25rem;
  position: relative;
  z-index: 3;
  margin-bottom: -1.25rem;
}

.footer .no-form {
  padding-top: 80px;
}
.block-description__text h3,
.block-text h3,
.t-main h3 {
  font-size: 2rem;
  line-height: 2.25rem;
  letter-spacing: -4%;
}
.pages-details-ev__contant .t-main p,
.pages-details-ev__contant .t-main ul {
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: var(--grey-dark);
}
@media (max-width: 1919px) {
  .block-description__text h3 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
  .pages-details-ev__contant .t-main p,
  .pages-details-ev__contant .t-main ul {
    font-size: 1rem;
  }
}

@media (max-width: 959px) {
  .block-description__text h3 {
    font-size: 1.5rem;
    line-height: 1.625rem;
  }
  .pages-details-ev__contant .t-main p,
  .pages-details-ev__contant .t-main ul {
    font-size: 14px;
  }
}

.card-tovar .img-tovar-card {
  height: 100%;
}
.pagination {
  margin-top: 2.5rem;
}
.pages-card-tovar__block-img {
  background-size: cover;
}

.pages-details-news .pages-details .pages-details__contant h3 {
  display: flex !important;
}
@media (max-width: 1439px) {
  .card-more-details__contant__title h4 {
    font-size: 1.625rem;
  }
  .footer .no-form {
    padding-top: 100px;
  }
}
.section-advantages .section-advantages__contant .button-sliders-block {
  bottom: 0;
}
.text-card-av__top {
  display: flex;
  justify-content: space-between;
}
.text-card-av__top img {
  flex-shrink: 0;
  width: 20px;
}
.card-team .text-card-av {
  padding: 1.25rem !important;
  gap: 12px;
}
.card-team .text-card-av p {
  margin-top: -12px !important;
}
.card-team .text-card-av p:empty {
  display: none;
}
.card-team .text-card-av:hover .open {
  margin-top: 14px !important;
}
.title {
  gap: 20px;
}
.pages-vacancia-details__card {
  background-image: url(/local/templates/netwell_2025/assets/css/../img/icon/vacancy-curcle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}
.page404 .page404__contant button {
  padding: 1rem 2.5rem;
}
.page404 {
  background:
    radial-gradient(
      circle at 20% 100%,
      rgba(184, 13, 47, 0.8) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 100%,
      rgba(31, 1, 21, 0.9) 0%,
      transparent 50%
    ),
    radial-gradient(circle at 50% 50%, #b80d2f 0%, #1f0115 100%);
}
.page404 .page404__contant h2 {
  background: linear-gradient(171deg, #b80d2f 6.02%, #1f0115 90.28%);
  background-clip: text;
}
.page404 .page404__contant .--H-1 {
  margin-bottom: -2.5rem;
}
.pages-vendor .pages-catalog-card__contant h2 {
  text-align: center;
}
.pages-vendor .catalog__contant {
  gap: 2.5rem;
}
.pages-vendor .block-card-catalog p {
  color: #6f717d;
  font-size: 1.25rem;
}
.pages-vendor .block-card-catalog h3 {
  font-size: 2rem;
  line-height: unset !important;
}
@media (max-width: 1919px) {
  .pages-vendor .catalog__contant h3 {
    font-size: 1.5rem;
  }
  .pages-vendor .block-card-catalog p {
    color: #6f717d;
    font-size: 1rem;
  }
  .section-advantages .section-advantages__contant .block-title h2 {
    max-width: 690px;
  }
}

@media (max-width: 959px) {
  .pages-vendor .catalog__contant {
    gap: 1.25rem;
  }
  .pages-vendor .block-card-catalog p {
    color: #6f717d;
    font-size: 0.875rem;
  }
}

.pages-vendor .block-card-catalog {
  grid-template-columns: repeat(4, 1fr) !important;
}
@media (max-width: 1439px) {
  .pages-vendor .block-card-catalog {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .card-more-details__contant__title h2 {
    font-size: 26px;
  }
}
@media (max-width: 959px) {
  .pages-vendor .block-card-catalog {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .card-more-details__contant__title h2 {
    font-size: 24px;
  }
}
.pages-vendor .card-tovar .img-block .img-tovar {
  object-fit: contain;
  height: 11.563rem;
  background: linear-gradient(180deg, #e6e7ea 12.35%, #f5f5f5 124.48%);
}
@media (max-width: 1439px) {
  .pages-vendor .pages-vendor__content .pages-vendor__block-img {
    min-height: 28.125rem;
    height: unset !important;
  }
}

.pages-vendor__block-img {
  padding: 20px !important;
}
.pages-vendor__block-img-text {
  padding: 20px;
}
.pages-vendor .pages-vendor__content .pages-vendor__description {
  max-height: unset !important;
}
@media (max-width: 959px) {
  .pages-vendor
    .pages-vendor__content
    .pages-card-tovar__description-block-btn
    button {
    padding: 1.313rem 1.5rem !important;
  }
  .pages-vendor
    .pages-vendor__content
    .pages-vendor__block-img
    .pages-vendor__block-img-text {
    width: 100% !important;
    gap: 1.5rem !important;
    padding: 0;
    padding-top: 20px;
  }
  .card-more h2 {
    font-size: 4.5rem;
  }
}
.about-company .about {
  border-radius: 1.25rem;
  margin-top: -1.25rem;
  position: relative;
  z-index: 3;
  background-color: var(--grey-bg);
}

.about-company .about .about__contant,
.section-directions__contant {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding: 0 3.75rem;
}
.card-more h2 {
  background: linear-gradient(
    180deg,
    rgba(203, 8, 46, 0.55) 12.35%,
    rgba(203, 8, 46, 0.15) 124.48%
  );
  background-clip: text;
  font-size: 6.875rem;
  color: transparent;
}
.about-company .about .about__contant .card-description .text-about {
  justify-content: space-between;
}
.about-company
  .about
  .about__contant
  .card-description
  .button-container
  button {
  padding: 1rem 2.5rem;
  color: #282828;
}
.section-career .section-career__contant .img {
  background-size:
    42.75rem 42.75rem,
    100% 100%,
    100% 100%;
}
.section-directions__contant .all-solutions a {
  padding: 1.25rem 5rem;
}
@media (max-width: 1919px) {
  .section-career .section-career__contant .img {
    background-size:
      33.438rem 33.438rem,
      100% 100%,
      100% 100%;
  }
  .section-directions__contant .all-solutions a {
    padding: 1rem 3.75rem;
  }
}
@media (max-width: 1439px) {
  .section-career .section-career__contant .img {
    background-size:
      25.625rem 25.625rem,
      100% 100%,
      100% 100%;
  }
}
@media (max-width: 959px) {
  .section-career .section-career__contant .img {
    background-size:
      20.438rem 20.438rem,
      100% 100%,
      100% 100%;
    height: 24.688rem;
  }
  .section-career .section-career__contant .text-product {
    gap: 6.25rem;
    padding: 2rem;
  }
  .about-company .about .about__contant,
  .section-directions__contant {
    padding: 0;
  }
}
.section-directions__contant .title-text-service p {
  display: none;
}

.slider-card-advantages-tovar p:empty {
  display: none;
}
.pages-card-tovar__description p:empty {
  display: none;
}
.card-tovar p:empty {
  display: none;
}
.img-and-title p:empty {
  display: none;
}
.title-text-service p:empty {
  display: none;
}
.pages-vendor
  .pages-vendor__content
  .pages-card-tovar__description-block-btn
  button:hover {
  color: white;
}
.pages-details-events .pages-details-ev .container {
  max-width: 58.375rem !important;
}

.--description {
  font-size: 2rem;
  line-height: 2.25rem;
}
/* .pages-details-ev .t-main p,
ul {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #6f717d;
} */

.card-directions .img-direction {
  width: 47%;
}
.card-directions .img-direction img {
  object-fit: contain;
}
.card-directions .text,
.card-directions .pages-vendor__description__content,
.card-directions .pages-confident__contant {
  padding: 0.375rem;
}
.header__contant {
  padding: 0 !important;
}
.section-aboutCompany .section-aboutCompany__contant {
  min-height: 38.75rem;
  gap: 1.25rem;
}
.pages-card-tovar
  .Integration-Modes
  .Integration-Modes__card
  .slider-card-advantages-tovar {
  gap: 2rem;
}
.--body {
  font-size: 1.25rem;
  line-height: 1.75rem;
  word-spacing: 2%;
}
.no-form {
  padding-top: 5rem !important;
}
.top-line .link-nav {
  font-size: 1.25rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1919px) {
  .top-line .link-nav ul {
    font-size: 1rem;
  }
  .top-line .link-nav {
    font-size: 1rem;
  }

  .pages-details-events .pages-details-ev .container {
    max-width: 43.125rem !important;
  }
  .--body {
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .--description {
    font-size: 1.625rem;
    line-height: 1.75rem;
    letter-spacing: -4%;
  }
}
@media (max-width: 1439px) {
  .--description {
    font-size: 1.375rem;
    line-height: 1.5rem;
    letter-spacing: -4%;
  }
  .--H-2 {
    font-size: 3.25rem;
  }
}
@media (max-width: 959px) {
  .--description {
    font-size: 1.125rem;
    letter-spacing: -0.72px;
  }
  .header__contant {
    padding: 0 !important;
  }
  .pages-details-events .pages-details-ev .container {
    max-width: unset !important;
  }
  .card-directions {
    height: 12.5rem;
  }
  .pages-card-tovar
    .Integration-Modes
    .Integration-Modes__card
    .slider-card-advantages-tovar {
    gap: 72px;
  }
  .scenarios__contant-block ul {
    padding-left: 20px;
  }
  .--body {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
  .products-this-series__contant .title {
    flex-direction: column;
  }
  .products-this-series__contant .button-sliders-block {
    justify-content: flex-end;
  }
}
@media (max-width: 359px) {
  .--description {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}

.pages-vendor__content
  .pages-card-tovar__description-block-btn
  button:hover::after {
  filter: brightness(0) invert(1);
}

.page-card-events .button-nav-service a {
  background-color: var(--grey-light);
  color: #6f717d;
}
.service-support .button-nav-service button {
  background-color: var(--grey-light);
  color: #6f717d;
}
.card-events .header-event .title-event {
  width: max-content;
}
.about-company .header::before {
  background-size: cover;
  background-position: center;
  transform: unset !important;
}
.index-page .section-work .section-work__contant .button-sliders-block {
  bottom: 0 !important;
}
.block-card-work .card-twig p {
  width: 75% !important;
}
.card-catalog {
  justify-content: space-between;
  height: 18.75rem;
}
.slider-block-advantages .slider-block-advantages__contant,
.slider-function-tovar,
.Execution-options,
.Integration-Modes,
.functionality,
.products-this-series,
.architecture,
.scenarios,
.section-file,
.section-tovar,
.section-equipment {
  padding: 0 3.75rem;
}
@media (max-width: 959px) {
  .slider-block-advantages .slider-block-advantages__contant,
  .slider-function-tovar,
  .Execution-options,
  .Integration-Modes,
  .functionality,
  .products-this-series,
  .architecture,
  .scenarios,
  .section-file,
  .section-tovar,
  .section-equipment {
    padding: 0;
  }
  .section-tovar {
    margin-top: 6.25rem;
    padding-top: 0;
    margin-bottom: 0;
  }
}

.card-advantagesTovar {
  grid-template-columns: 40% 60%;
  gap: 0;
}
@media (max-width: 1439px) {
  .card-advantagesTovar {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
  }
}
.pages-catalog .pages-catalog-card,
.pages-catalog {
  position: relative;
  margin-bottom: -1.25rem;
  margin-top: -1.25rem;
  z-index: 3;
  border-radius: 1.25rem;
}
.pages-catalog .filter .filter__button {
  background-color: transparent;
  color: black;
}
.pages-catalog
  .block-filter-catalog
  .block-filter-checkbox
  .block-filter-checkbox__footer
  .block-filter-catalog {
  align-items: center;
}

.top-line__contant .logo,
.logo-scroll img {
  margin-top: -17px;
  width: 10rem;
  object-fit: unset !important;
}
@media (max-width: 1439px) {
  .top-line__contant .logo,
  .logo-scroll img {
    width: 7.5rem;
  }
  .index-page .header {
    padding-top: 9.25rem;
  }
  .index-page .header .header__contant {
    max-width: 48.125rem;
  }
}

.burger {
  width: 27px;
  height: 27px;
  object-fit: unset;
}
@media (max-width: 940px) {
  .top-line__contant .logo,
  .logo-scroll img {
    width: 6.875rem;
  }
  .header__contant {
    max-width: 18.75rem !important;
  }
  .index-page .header .header__contant {
    gap: 2.5rem;
  }
  .writer-block-button button {
    width: 100%;
  }

  .top-line {
    padding-top: 10px;
  }
}

.top-line .modal .side-modal .side-modal__contant {
  height: 100dvh;
}
.search-btn {
  height: 2.75rem;
  width: 2.75rem;
  flex-shrink: 0;
  padding-left: 0 !important;

  padding-right: 0 !important;
}
.pages-catalog .header .header__contant {
  letter-spacing: -2.08px;
}

.top-line .dropdaun {
  padding: 0;
}
.card-events .block-button button {
  justify-content: flex-start;
  border-radius: 8px;
}

.section-equipment .title-text-service h2 {
  margin-bottom: 1rem;
}

@media (max-width: 1439px) {
  .pages-catalog .filter .filter__button {
    display: flex !important;
    justify-content: space-between;
    gap: 12px;
  }
  .pages-catalog .filter .filter__button img {
    object-fit: contain;
  }
  .section-equipment__container .title-text-service {
    gap: 40px !important;
  }
}

.custom-select .select-options {
  max-height: 400px;
  box-shadow: 0 4px 12px rgb(0 0 0 / 30%);
  padding-left: 0 !important;
}

.pages-blog-card .card-tovar .img-block .img-tovar {
  object-fit: unset;
}
.section-file__contant__block__card .section-file {
  padding: 0.625rem;
}

.link-button {
  display: flex;
  gap: 5.875rem;
  align-items: center;
}

.custom-select .select-icon svg {
  display: none;
}
.custom-select .select-icon {
  width: 20px;
  height: 20px;

  background-image: url(/local/templates/netwell_2025/assets/css/../img/icon/arrowsdrop.svg);
  background-size: contain;
}

.section-card-block {
  position: relative;
  z-index: 1;
}
.section-card-block::after {
  position: absolute;
  content: "";
  background-color: var(--grey-bg);

  height: 8.125rem;
  z-index: -1;
  bottom: 2.5rem;
  width: 100%;
  border-radius: 20px;
}
.service-support__contant .text-service a {
  padding: 12px 40px;
  line-height: 20px;
}
@media (max-width: 1439px) {
  .section-card-block::after {
    bottom: 40%;
  }
}
@media (max-width: 1439px) {
  .service-support__contant .text-service h3 {
    font-size: 26px;
  }
}
@media (max-width: 959px) {
  .section-card-block::after {
    bottom: 0;
  }

  .block-card-evets .card-tovar .img-block .img-tovar {
    object-fit: scale-down !important;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
  }
}
.footer {
  position: relative;
  background: radial-gradient(
    circle at 97.6744% 72.5057%,
    rgb(184, 12, 46),
    rgb(56, 3, 26)
  );
  background-size: cover;
  width: 100%;
}
.footer::before {
  content: "";
  background-image: url(/local/templates/netwell_2025/assets/css/../img/icon/footer-crug.svg);
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  position: absolute;
}
.section-events .button-nav-service button {
  background-color: var(--grey-light);
  color: #6f717d;
}
.section--events .button-nav-service {
  background-color: transparent;
}
.card-tovar.hasButton1 {
  gap: 2.5rem;
}
.modal-search {
  height: min-content;
  min-height: 100vh;
}
.card-tovar .img-block {
  width: 100%;
}
.block-card-evets .card-tovar .img-block .img-tovar {
  object-fit: unset;
}
.card-tovar .img-tovar-card {
  background: linear-gradient(180deg, #e6e7ea 12.35%, #f5f5f5 124.48%);
}
.about__contant {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 959px) {
  .block-button-text {
    gap: 1.25rem !important;
  }
  .pages-card-tovar .section-tovar {
    padding-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
.card-advantagesTovar ul {
  marker: none;
}
.pages-card-tovar__description,
.pages-vendor__description h3 {
  font-size: 2rem !important;
}
.block-advantages-tovar h3 {
  font-size: 1.25rem !important;
}
.pages-card-tovar__description,
.pages-vendor__description p,
.pages-card-tovar__description ul {
  font-size: 1.25rem !important;
}
.pages-vendor__description__content li {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.pages-vendor__description__content ol {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.pages-vendor__description__content p,
.pages-vendor__description__content li {
  font-size: 1.25rem !important;
  color: var(--grey-dark);
}
.pages-vendor__description__content h5 {
  color: #282828;
  font-size: 1.25rem !important;
}
.pages-vendor .pages-vendor__content .pages-vendor__block-img {
  min-height: calc(100vh - 200px);
  height: min-content;
}
.pages-vacancia-details__card {
  justify-content: space-between;
}
@media (max-width: 1919px) {
  .pages-card-tovar__description h3 {
    font-size: 1.5rem !important;
    letter-spacing: -0.96px;
  }
  .pages-card-tovar__description p,
  .pages-card-tovar__description ul {
    font-size: 1rem !important;
    line-height: 20px;
    letter-spacing: -0.32px;
  }
  .block-advantages-tovar h3 {
    font-size: 1rem !important;
  }
  .pages-vendor__description__content h5 {
    font-size: 1rem !important;
  }
  .pages-vendor__description__content p,
  .pages-vendor__description__content li {
    font-size: 1rem !important;
  }
}
@media (max-width: 959px) {
  .block-advantages-tovar h3 {
    font-size: 0.875rem !important;
  }
  .pages-vendor__description__content p,
  .pages-vendor__description__content li {
    font-size: 14px !important;
    line-height: 18px;
    letter-spacing: -0.28px;
  }
  .pages-card-tovar__description p,
  .pages-card-tovar__description ul {
    line-height: 18px;
    letter-spacing: -0.28px;
  }
}
.pages-contacts .block-text-map .block-bottom .button-block-contact a:hover {
  color: white;
}
.pages-contacts .block-text-map .block-bottom .button-block-contact a {
  border-radius: 8px;
}
.ymaps-2-1-79-map {
  height: 100%;
}
.block-map {
  height: 53.125rem;
}
.card-tovar .img-block {
  height: 17.438rem;
}
.card-advantagesTovar ul {
  padding-left: 2rem;
}
.card-advantagesTovar h2 {
  max-width: 80%;
  letter-spacing: -2.24px;
}
.section-equipment__container .form-contact .span {
  width: 100%;
}
.card-more {
  height: 21.125rem;
}
.index-page .service-support .service-support__contant .button-nav-service {
  font-size: 14px;
  overflow-x: auto !important;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.index-page
  .service-support
  .service-support__contant
  .button-nav-service::-webkit-scrollbar {
  display: none;
}

.index-page .service-support .service-support__contant .button-nav-service {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media (max-width: 1919px) {
  .card-more h2 {
    font-size: 6.125rem;
  }
  .block-map {
    height: 39.875rem;
  }
  .card-tovar .img-block {
    height: 12.5rem;
  }
  .section-equipment__container .form-contact .span {
    width: 18.5rem;
  }
  .card-more {
    height: 15rem;
  }
}
@media (max-width: 450px) {
  .top-line.--page-contact .burger-black {
    width: 24px !important;
  }
  .top-line.scrolled .burger-black {
    width: 24px !important;
  }
}
@media (max-width: 1439px) {
  .block-map {
    height: 59.625rem;
  }
  .card-advantagesTovar h2 {
    max-width: 100%;
  }
  .card-advantagesTovar ul {
    padding-left: 1rem;
  }
  .about-company section {
    padding-top: 7.5rem;
  }
  .card-more {
    height: 16.25rem;
  }

  .top-line .modal .modal-title-burger-btn .--light,
  .top-line .modal .modal-title-burger-btn .--light-search {
    padding: 12px 20px;
    height: 44px;
  }
  .modal-title-burger-btn .search-btn {
    height: 2.75rem;
    width: 2.75rem;
    padding: 12px !important;
  }
  .section-equipment__container {
    padding: 2rem;
  }
  .top-line .modal .side-modal .block-link-modal ul {
    font-size: 22px;
  }
}
.input-checkbox {
  flex-shrink: 0;
}
.top-line.--page-contact .burger-black {
  width: 27px;
}
.top-line.scrolled .burger-black {
  width: 27px;
}
@media (max-width: 959px) {
  .section-equipment__container {
    padding: 1.25rem;
    padding-top: 2.5rem;
  }
  .top-line .modal .side-modal .block-link-modal ul {
    font-size: 18px !important;
  }
  .about-company section {
    padding-top: 6.25rem;
  }
  .card-more {
    height: 11.25rem;
  }
  .card-more h2 {
    font-size: 4.5rem;
  }
}
@media (max-width: 450px) {
  .card-table-characteristics {
    padding: 1.5rem;
  }
  .pages-vendor
    .pages-vendor__content
    .pages-card-tovar__description-block-btn {
    gap: 4px;
  }
  .modal-equipment__container {
    gap: 20px;
  }
  .burger {
    width: 24px;
    height: 24px;
  }
  .top-line.scrolled .burger-black {
    width: 24px;
  }
}
.card-advantagesTovar {
  border-radius: 1rem;
}
.custom-detail p {
  font-size: 1rem;
  color: var(--grey-dark);
}

@media (max-width: 1439px) {
  .events__contant .filter .search-input {
    display: flex !important;
  }
  .pages-events .page-card-events .events__contant {
    gap: 1.25rem;
  }
}
.card-events.--red-card:hover {
  background-color: var(--red) !important;
}
.description-product .word {
  display: inline;
  color: rgba(158, 161, 174, 0.5);
  transition: color 0.25s ease;
}

.description-product .word.active {
  color: #282828 !important;
}

/* Опционально: плавное появление */
@keyframes fadeIn {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}

.description-product .word.active {
  animation: fadeIn 0.2s ease forwards;
}

textarea:focus {
  outline: none;
}

#comp_7240f634c1fd08a9b4c5e1e200454d3c {
  padding: 12px;
}
.block-input .--btn-xl-rew {
  border-radius: 12px;
}
.pages-details-events
  .pages-details-ev
  .pages-details-ev__contant
  .card-more-details
  .block-text-more-details
  .text-card {
  align-items: start;
}
.card-more-details__contant__title h2 {
  hyphens: auto;
}
.pages-details-news {
  margin-bottom: -1.25rem;
  position: relative;
  padding-bottom: 6rem;
  z-index: 4;
  border-radius: 1.25rem;
}
.header .header__breadcrumbs {
  padding-inline: 0 !important;
}
.header .header__breadcrumbs .container {
  padding: 0 1.25rem;
}
.pages-details-news .pages-details .container {
  max-width: 75rem;
}
.pages-details-news .section-tovar {
  margin-top: 11.25rem;
}
.pages-details-news .section-tovar .title {
  justify-content: center !important;
  position: relative;
}
.pages-details-news
  .section-tovar
  .section-tovar__contant
  .button-sliders-block {
  position: absolute;
  right: 0;
  bottom: 0;
}
.section-equipment {
  padding-top: 40px !important;
}
@media (max-width: 1919px) {
  .pages-details-news .pages-details .container {
    max-width: 56.25rem !important;
  }
  .index-page .header .header__contant p {
    max-width: 450px;
  }
  .index-page .header .header__contant h1 {
    max-width: 845px;
  }
}
.about-company .header .fon3 {
  display: none;
}

@media (max-width: 1439px) {
  .index-page .service-support .service-support__contant {
    padding: 0 !important;
  }
  .pages-details-news .pages-details .container {
    max-width: 43.125rem !important;
  }

  .header .header__breadcrumbs {
    top: 0 !important;
  }

  .pages-events .header {
    padding-top: 9.375rem;
  }
  .about-company .header .fon {
    display: none;
  }
  .about-company .header .fon3 {
    display: flex;
    position: absolute;
    width: 90%;
    transform: translate(0%, 10%);
    padding: 6.8125rem 0;
  }
  .pages-details-news .section-tovar {
    margin-top: 7.5rem;
  }
}
.section-product
  .section-product__contant
  .block-button-text
  .button-container
  a {
  border-radius: 8px;
}
@media (max-width: 959px) {
  .pages-details-news .pages-details .container {
    max-width: 31.25rem !important;
  }
  .pages-details-news .section-tovar {
    margin-top: 5rem;
  }
}
@media (max-width: 650px) {
  .about-company .header .fon3 {
    display: none;
  }
  .about-company .header .fon2 {
    display: block;
    position: absolute;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    padding: 13.0625rem 0;
    margin-top: 100px;
    width: 18.75rem;
  }
  .pages-details-news .section-tovar .title {
    flex-direction: column;
    align-items: center;
  }
  .pages-details-news
    .section-tovar
    .section-tovar__contant
    .button-sliders-block {
    position: static;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 426px) {
  .header .header__breadcrumbs .container {
    padding: 0 12px !important;
  }
  .section-aboutCompany .container {
    padding: 0 20px !important;
  }
  .pages-details-news .pages-details .container {
    max-width: 19.5rem !important;
  }
  .section-experts .img-experts.--img7 {
    position: absolute;
    bottom: 17%;
    right: 3%;
  }
  .section-experts .img-experts.--img4 {
    position: absolute;
    top: -13px;
    right: 22%;
  }
  .section-experts .img-experts.--img6 {
    position: absolute;
    top: 10%;
    right: 5%;
  }
  .section-experts .img-experts.--img5 {
    position: absolute;
    bottom: -1%;
    left: 60%;
  }
  .section-experts .img-experts.--img3 {
    position: absolute;
    bottom: -8%;
    left: 23%;
  }
  .section-experts .img-experts.--img2 {
    position: absolute;
    bottom: 5%;
    left: 6%;
  }
  .section-experts .img-experts.--img1 {
    position: absolute;
    top: 10%;
    left: 5%;
  }
  .section-product .section-product__contant .text-product .text-title {
    padding: 1rem 4px;
  }
  .section-product .section-product__contant .block-button-text h2 {
    padding: 0 4px;
  }
  .section-product
    .section-product__contant
    .block-button-text
    .button-container
    a {
    padding: 1.25rem 1.5rem;
  }
}

.section-career .section-career__contant .block-button-text .button-container {
  margin-top: 12px;
}
.section-career
  .section-career__contant
  .block-button-text
  .button-container
  .button {
  padding: 28px 40px !important;
}
.block-text-map .block-bottom-text p {
  color: #6f717d;
}
.d-none {
  display: none;
}
.text-card-dir {
  width: 100% !important;
}
.footer {
  z-index: 1;
}
.footer::before {
  z-index: -1;
}
.pages-events .header .header__contant {
  max-width: unset !important;
}
.icon-white path {
  fill: white;
}

.agreement-text {
  font-size: 12px;
}

.modal .checkbox:has(input[type="checkbox"]:checked) {
  border: 1px solid var(--grey-dark);
}
.check-conf {
  border: none !important;
  margin-top: 8px !important;
}
.block-input__question {
  gap: 1rem;
}
.block-input__question .block-checkbox {
  margin-top: 0 !important;
}
.form-contact .button {
  margin-top: 8px !important;
}

/* Основной контейнер фильтра */
.block-filter-checkbox {
  display: flex;
  flex-direction: column;
  height: 100%;
  /*max-height: 80dvh;*/
  overflow: hidden;
}
.pages-catalog-card .catalog__contant .block-filter-checkbox {
  padding-bottom: 0 !important;
}
.block-filter-checkbox__scrollable {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  min-height: 0;
}

.block-filter-checkbox__footer {
  flex-shrink: 0;
  background-color: var(--light);
  position: sticky;
  bottom: 0;
  z-index: 10;
  padding-bottom: 20px;
}
.search-btn img {
  height: 30px;
  width: 30px;
  object-fit: fill;
}
#del_filter {
  padding: 0 !important;
  letter-spacing: -0.32px;
}
.block-filter-checkbox__footer .block-filter-catalog {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.pages-details-news .pages-details .pages-details__contant h2 {
  color: #282828;
  font-size: 56px !important;
}
.pages-details-news .pages-details .pages-details__contant h4 {
  color: #282828;
  font-size: 2rem !important;
}
.pages-details-news .pages-details .pages-details__contant h5 {
  color: #282828;
  font-size: 28px !important;
}
.pages-details-news .pages-details .pages-details__contant p,
.pages-details-news .pages-details .pages-details__contant li {
  font-size: 20px !important;
  color: #282828;
}
.section-product .section-product__contant .block-button-text h2 {
  font-size: 2rem !important;
}
.footer p,
.footer li,
.top-line__contant__block__button button,
.title-text-service h3,
.index-page .catalog_contant .toggle-label,
.index-page .catalog .button-catalog a,
.index-page .button-nav-service,
.card-events .block-button button,
.section-product
  .section-product__contant
  .block-button-text
  .button-container
  a,
.section-equipment .inputtext,
.inputtextarea,
.file-input-placeholder,
.block-input .button,
.block-text-map .block-top .button-nav-service .button,
.pages-confident__contant p,
.pages-confident__contant ol {
  font-size: 20px !important;
}
.pages-details-news .pages-details .pages-details__contant ol {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.card-description .block-button-text .text--description {
  font-size: 2rem;
}
#comp_34c790bbef0f505061c18099ec8e58d9 {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}
section,
.index-page section {
  padding-top: 180px;
}
.index-page .section-card-block {
  padding-top: 0 !important;
}

.breadcrumbs a,
.breadcrumbs span,
.breadcrumbs__separator {
  font-size: 20px;
}
.pages-contacts .block-text-map .block-bottom {
  gap: 80px;
}
.pages-more-detail-blog .pages-confident .news {
  max-width: 58.75rem !important;
}

.card-events-category-title {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1919px) {
  .pages-more-detail-vacancia
    .pages-vacancia-details
    .pages-vacancia-details__block-description
    .block-description__text
    ul
    li {
    font-size: 1rem;
  }
  .pages-vendor .pages-vendor__content .pages-vendor__block-img img {
    max-width: 320px;
  }
  .index-page .section-work .section-work__contant .block-title h2 {
    max-width: 690px;
  }
  .section-events .events__contant h2 {
    max-width: 690px;
  }
  .top-line__contant__block__button .button {
    padding: 12px 16px;
  }
  .section-career
    .section-career__contant
    .block-button-text
    .button-container
    .button {
    padding: 16px 40px !important;
  }
  .filter .search-input {
    font-size: 1rem;
  }

  .pages-vendor
    .pages-vendor__content
    .pages-card-tovar__description-block-btn
    button {
    padding: 1.25rem 2rem;
  }
  .block-description__text h3,
  .block-text h3,
  .t-main h3 {
    font-size: 24px;
  }
  .pages-details-news .pages-details .pages-details__contant h2 {
    font-size: 48px !important;
  }
  .pages-contacts .block-text-map .block-bottom {
    gap: 40px;
  }
  .pages-more-detail-blog .pages-confident .news {
    max-width: 43.125rem !important;
  }
  .breadcrumbs a,
  .breadcrumbs span,
  .breadcrumbs__separator {
    font-size: 16px;
  }
  .card-description .block-button-text .text.--description {
    font-size: 26px !important;
  }
  .pages-details-news .pages-details .pages-details__contant h4 {
    font-size: 24px !important;
  }
  .pages-details-news .pages-details .pages-details__contant p,
  .pages-details-news .pages-details .pages-details__contant li {
    font-size: 1rem !important;
  }
  .section-product .section-product__contant .block-button-text h2 {
    font-size: 26px !important;
    width: 80%;
  }
  .section-equipment__container .form-contact .fieldset input,
  .section-equipment__container .form-contact .fieldset textarea {
    padding: 20px 32px;
  }
  .section-equipment .title-text-service h2 {
    margin-bottom: 0;
  }
  /* .footer .footer__contant .block-message .writer .writer-block-button button {
    padding: 1rem 40px;
    font-size: 20px;
  }
  .footer .footer__contant .text-contact {
    margin-right: 11%;
  } */
  .index-page
    .service-support
    .service-support__contant
    .block-service
    .text-service
    .text-li {
    gap: 20px;
    padding-top: 32px;
  }
  .search-btn img {
    height: 22px;
    width: 22px;
  }
  .index-page
    .service-support
    .service-support__contant
    .block-service
    .text-service {
    gap: 40px;
  }
  #comp_34c790bbef0f505061c18099ec8e58d9 {
    gap: 2.5rem;
  }
  .footer p,
  .footer li,
  .top-line__contant__block__button button,
  .title-text-service h3,
  .index-page .catalog_contant .toggle-label,
  .index-page .catalog .button-catalog a,
  .index-page .button-nav-service,
  .card-events .block-button button,
  .section-product
    .section-product__contant
    .block-button-text
    .button-container
    a,
  .section-equipment .inputtext,
  .inputtextarea,
  .file-input-placeholder,
  .block-input .button,
  .block-text-map .block-top .button-nav-service .button,
  .pages-confident__contant p,
  .pages-confident__contant ol {
    font-size: 1rem !important;
  }
  .pages-details-news .pages-details .pages-details__contant h3 {
    font-size: 20px !important;
  }
}
@media (max-width: 1439px) {
  .section-product .section-product__contant .block-button-text h2 {
    font-size: 22px !important;
    width: 100%;
  }
  .section-career
    .section-career__contant
    .block-button-text
    .text.--description {
    font-size: 26px;
  }
  .pages-vendor
    .pages-vendor__content
    .pages-card-tovar__description-block-btn
    button {
    padding: 1.875rem 1.5rem;
  }
  .card-description .block-button-text .text.--description {
    font-size: 22px !important;
  }
  section,
  .index-page section {
    padding-top: 120px !important;
  }
  .index-page .section-card-block {
    padding-top: 0 !important;
  }
  .section-equipment .title-text-service h2 {
    margin-bottom: -8px;
  }
  .section-equipment__container .form-contact .fieldset input,
  .section-equipment__container .form-contact .fieldset textarea {
    padding: 20px 24px;
  }
}
.form-contact .button {
  border-radius: 8px;
  padding: 20px 32px;
}
@media (max-width: 959px) {
  .block-input__question .block-checkbox .checkbox {
    padding: 20px 24px;
  }
  .filter .search-input {
    font-size: 14px;
  }
  .pages-vendor
    .pages-vendor__content
    .pages-card-tovar__description-block-btn
    button {
    padding: 1.313rem 1.5rem;
  }
  .section-career
    .section-career__contant
    .block-button-text
    .text.--description {
    font-size: 24px;
  }
  .pages-details-news .pages-details .pages-details__contant p,
  .pages-details-news .pages-details .pages-details__contant li {
    font-size: 14px !important;
  }
  .pages-contacts .pages-contacts__contant .block-map {
    height: unset !important;
  }
  .breadcrumbs a,
  .breadcrumbs span,
  .breadcrumbs__separator {
    font-size: 14px;
  }
  .ymaps-2-1-79-map {
    height: 550px !important;
  }
  .card-description .block-button-text .text.--description {
    font-size: 18px !important;
  }
  section,
  .index-page section {
    padding-top: 100px !important;
  }
  .index-page .section-card-block {
    padding-top: 0 !important;
  }
  .section-product .section-product__contant .block-button-text h2 {
    font-size: 18px !important;
  }
  .section-equipment .title-text-service h2 {
    margin-bottom: -28px;
  }
  /* .footer .footer__contant .block-message .writer .writer-block-button button {
    font-size: 17px;
  } */
  .index-page
    .service-support
    .service-support__contant
    .block-service
    .text-service
    .text-li {
    padding-top: 0;
  }
  .index-page
    .service-support
    .service-support__contant
    .block-service
    .text-service {
    padding: 12px;
  }
  .index-page
    .service-support
    .service-support__contant
    .block-service
    .text-service {
    gap: 32px;
  }
  #comp_34c790bbef0f505061c18099ec8e58d9 {
    gap: 2rem;
  }
  .footer p,
  .footer li,
  .top-line__contant__block__button button,
  .title-text-service h3,
  .index-page .catalog_contant .toggle-label,
  .index-page .catalog .button-catalog a,
  .index-page .button-nav-service,
  .card-events .block-button button,
  .section-product
    .section-product__contant
    .block-button-text
    .button-container
    a,
  .section-equipment .inputtext,
  .inputtextarea,
  .file-input-placeholder,
  .block-input .button,
  .block-text-map .block-top .button-nav-service .button,
  .pages-confident__contant p,
  .pages-confident__contant ol {
    font-size: 14px !important;
  }
  .pages-details-news .pages-details .pages-details__contant h2 {
    font-size: 28px !important;
  }
  /* .footer .footer__contant .confident {
    margin-top: -1.5rem;
  } */
}

.custom-detail[open] summary ~ * {
  animation: slideDownFade 0.4s ease-out forwards;
}
.index-page .catalog {
  padding-top: 0 !important;
}

@keyframes slideDownFade {
  0% {
    opacity: 0;
    transform: translateY(-8px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.custom-detail.closing summary ~ * {
  animation: slideUpFade 0.4s ease-in forwards;
}

@keyframes slideUpFade {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-8px);
  }
}
.card-popap .text-card-av {
  gap: 12px !important;
  padding: 20px !important;
}
.card-popap .text-card-av p {
  margin-top: -12px !important;
}
.card-popap .text-card-av p:empty {
  display: none;
}
.block-filter-checkbox__footer .toggle-label {
  white-space: unset !important;
}
.header__contant .text-and-btn .button {
  padding: 1.25rem 2.5rem !important;
}
.title-event span,
.title-category,
.block-years-and-month span {
  font-size: 14px;
}
.pages-details-ev__contant .t-main h4 {
  font-size: 24px;
  font-weight: 400;
}
.block-supervisor .card-supervisor h4 {
  font-size: 16px;
}

@media (max-width: 1439px) {
  .top-line .link-nav {
    transform: translateX(-80%);
  }
  .pages-contacts .block-text-map .block-bottom .button-block-contact a {
    padding: 1.875rem 1.5rem;
  }
  .card-events {
    padding: 24px;
  }
}
@media (max-width: 1439px) {
  .pages-catalog .header {
    padding-top: 9.875rem;
  }
  .pages-blog .header,
  .pages-events .header,
  .pages-vacancia .header {
    padding-top: 9.875rem;
  }

  .header__contant .text-and-btn .button {
    padding: 1rem 2.5rem !important;
  }
  .button-logo {
    padding-left: 70px;
  }
}

.link-button button {
  padding: 0.781rem 1.25rem !important;
}
.link-button .search-btn {
  padding: 12px !important;
}
@media (max-width: 1439px) {
  .block-filter-checkbox {
    height: 80vh !important;
    overflow: scroll !important;
  }
  .smartfilter {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
  }
  .pages-catalog .block-filter-catalog .block-filter-checkbox {
    top: 92px !important;
  }
}
.side-modal__contant .top-line__contant__block__button__search .button,
.side-modal__contant .btn-subscribe {
  padding: 12px;
  height: 44px;
}

.contacts__person {
  display: flex;
  flex-direction: column;
  /*gap: 24px;*/
}
.contacts__person-name {
  font-size: 2rem;
}
.contacts__person-position {
  font-size: 18px;
  text-transform: uppercase;
  color: #6f717d;
}
.copy-slider {
  display: none;
}
.block-img-tovar {
  height: 500px;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  width: 100%;
}
.block-img-tovar img {
  height: 100%;
  object-fit: cover;
}
.pages-details .section-tovar,
.pages-details .section-tovar .container {
  max-width: unset !important;
  padding: 0 20px;
}
.pages-details .section-tovar {
  padding: 0 !important;
}

@media (max-width: 1919px) {
  .block-img-tovar {
    height: 380px;
  }
  .modal-equipment__container .form-contact .fieldset input,
  .modal-equipment__container .form-contact .fieldset textarea {
    padding: 20px 2rem;
  }
  .contacts__person-name {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
  .index-page .service-support .service-support__contant .block-service {
    min-height: 505px;
  }
  .contacts__person-position {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
  .block-service-text {
    gap: 40px;
  }
}
@media (max-width: 1439px) {
  .index-page .service-support .service-support__contant .block-service {
    min-height: 464px;
  }
  .block-service-text {
    gap: 32px;
  }
  .pages-details-news .section-tovar {
    margin-top: 120px !important;
  }
}
@media (max-width: 959px) {
  .index-page .service-support .service-support__contant .block-service {
    height: unset !important;
  }
  .pages-events .header .header__contant {
    margin-right: 0;
  }
  .block-img-tovar {
    height: 280px;
  }
  .pages-details-news .section-tovar {
    margin-top: 100px !important;
  }
}
.logo-modal img {
  width: 163px;
}
.event-swiper .swiper-slide:last-child {
  display: flex;
}
.modal-search__container .search-btn {
  width: 60px;
  height: 60px;
  padding: 0 !important;
}
#smart-title-search-input {
  font-size: 16px;
}

.section-file__contant h2 {
  color: black !important;
}
.block-planeta img {
  width: 80%;
}
.pages-details-ev {
  background-color: var(--grey-bg);
  border-radius: 20px;
  position: relative;
  z-index: 20;
  margin-bottom: -110px;
  padding-bottom: 100px;
}
.top-line.--page-contact .dropdaun .dropdaun__menu,
.top-line.scrolled .dropdaun .dropdaun__menu {
  background-color: var(--grey-bg);
  padding: 8px;
  margin-left: -8px;
  border-radius: 8px;
  min-width: 140px;
}
.top-line.--page-contact .dropdaun summary:hover {
  background-color: var(--grey-bg);
}

.top-line .modal .dropdaun-mobil summary {
  width: max-content;
}
.top-line .modal .dropdaun-mobil summary::after {
  top: 44%;
}
.block-form .button {
  align-items: start;
}
.block-text-more-details .button {
  padding: 16px 40px;
}
.block-text-more-details .check-conf {
  align-items: unset !important;
}

.swiper-button-lock {
  opacity: 0.8;
  pointer-events: none;
}
.section-product .button {
  height: 80px;
}

@media (max-width: 450px) {
  .pages-catalog .breadcrumbs {
    padding-top: 74px !important;
  }
  .pages-catalog .header {
    padding-top: 7.625rem;
  }
  .pages-blog .header {
    padding-top: 7.625rem;
  }
  .pages-events .headerб .pages-vacancia .header {
    padding-top: 7.625rem;
  }
  .button {
    font-size: 14px;
  }
  .block-supervisor .card-supervisor h4 {
    font-size: 14px;
  }
  .card-culture .block-text-culture {
    padding-top: 0 !important;
    padding-bottom: 12px;
  }
  .pages-more-detail-vacancia
    .pages-vacancia-details
    .pages-vacancia-details__block-description
    .block-description__text
    ul
    li {
    font-size: 14px;
  }
  .breadcrumbs {
    padding-top: 54px;
    padding-bottom: 20px;
  }
  .section-events .events__contant .button-section-events {
    justify-content: center;
  }
  .logo-modal img {
    width: 99px;
  }
  .copy-slider {
    display: flex;
    margin: 0 13px;

    margin-top: -28px;

    /* height: 350px; */
  }
  .event-swiper .swiper-slide:last-child {
    display: none;
  }
  #smart-title-search-input {
    font-size: 14px;
  }
  /* .footer .footer__contant .text-contact {
    margin-right: -7px;
  } */
}

.pages-vendor__description__content ol {
  list-style-type: none;
  counter-reset: num;
}
.pages-vendor__description__content ol li {
  position: relative;
  padding-left: 60px;
}
.pages-vendor__description__content ol li::before {
  content: "/0" counter(num);
  counter-increment: num;
  display: block;
  position: absolute;
  left: 0px;
  color: var(--grey-dark-50, rgba(158, 161, 174, 0.5));
}
.pages-vendor__description__content ol li b:first-child {
  color: var(--black, #282828);
  font-weight: 400;
}
#comp_c60d67bac01eb07b109ad9f1c3faff4f {
  padding: 12px;
}
.top-line .modal .dropdaun-mobil summary::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background-image: url("/local/templates/netwell_2025/assets/css/../../assets/img/icon/ar.svg");
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.5rem;
  height: 7px;
  /* border-right: 2px solid var(--grey-dark);
  border-bottom: 2px solid var(--grey-dark); */
  -webkit-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition:
    transform 0.25s ease,
    -webkit-transform 0.25s ease;
}
.top-line .modal .dropdaun-mobil[open] summary::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
/* .bx-filter {
  display: grid !important;
} */
.section-advantages .container,
.section-reviews .container,
.section-work .container {
  max-width: unset;
  padding-inline: 0;
}

.adw-swiper .swiper-slide:first-child,
.team-swiper .swiper-slide:first-child,
.reviews-swiper .swiper-slide:first-child,
.work-swiper .swiper-slide:first-child {
  padding-left: 20px;
}

.adw-swiper .swiper-slide:last-child,
.team-swiper .swiper-slide:last-child,
.reviews-swiper .swiper-slide:last-child,
.work-swiper .swiper-slide:last-child {
  padding-right: 20px;
}
.section-advantages .section-advantages__contant .button-sliders-block,
.section-reviews .section-reviews__contant .button-sliders-block,
.index-page .section-work .section-work__contant .button-sliders-block {
  right: 20px;
}

.card-events {
  justify-content: space-between;
}

@media (max-width: 1439px) {
  .pages-catalog .block-filter-catalog {
    display: flex;
  }
}

.modal.--active {
  padding: 20px 13px;
}
.pages-card-tovar .slider-block-advantages__contant {
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.functionality__contant .custom-detail:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.functionality__contant .custom-detail:first-child {
  padding-top: 0;
}
.img-service {
  width: 110px;
}
.img-service img {
  width: 100%;
}
.scenarios .scenarios__contant-block .block-text p {
  color: var(--grey-dark);
}
.scenarios__contant-block ul,
.scenarios__contant-block ol {
  color: var(--grey-dark);
  padding-left: 20px;
}
.scenarios__contant-block ul li + li,
.scenarios__contant-block ol li + li {
  margin-top: 10px;
}

.li-dropdown svg {
  position: absolute;
  right: 0;
  height: 8px;
  width: 7px;
  top: 5px;
  /* transform: translateY(-50%); */
  transition: transform 0.25s ease;
}
.li-dropdown {
  position: relative;
}
.li-dropdown.open svg {
  transform: translateY(-50%) rotate(180deg);
  opacity: 1 !important;
}
.li-dropdown.open {
  opacity: 1 !important;
}
.top-line.scrolled .li-dropdown svg path {
  fill: var(--grey-dark);
}
.top-line.--page-contact .li-dropdown svg path {
  fill: var(--grey-dark);
}
body.no-scroll {
  overflow: hidden;
}

.section-product .block-button-text a {
  height: 80px !important;
}
.section-career .section-career__contant .text-product {
  padding: 40px;
}
.card-advantagesTovar ul {
  padding-left: 20px;
}
.pages-details-news .pages-details .pages-details__contant .block-text ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.pages-details-ev__contant .t-main h3,
.pages-details-news .pages-details .pages-details__contant .block-text h3,
.pages-vendor .pages-vendor__content .pages-vendor__description__content h3 {
  font-size: 32px !important;
  line-height: 36px;
  letter-spacing: -1.28px;
  font-weight: 400;
  margin-top: 32px;
  margin-bottom: 24px;
}
.pages-details-ev__contant .t-main ul,
.pages-details-ev__contant .t-main ol,
.pages-details-news .pages-details .pages-details__contant .block-text ul,
.pages-details-news .pages-details .pages-details__contant .block-text ol {
  padding-bottom: 32px;
  margin-top: 15px;
}

.pages-details-ev__contant .t-main h4,
.pages-details-news .pages-details .pages-details__contant .block-text h4,
.pages-vendor .pages-vendor__content .pages-vendor__description__content h4 {
  font-size: 28px !important;
  line-height: 36px;
  font-weight: 400;
  margin-top: 32px;
  margin-bottom: 24px;

  letter-spacing: -1.12px;
}
.pages-details-ev__contant .t-main p + p,
.pages-details-news .pages-details .pages-details__contant .block-text p + p,
.pages-vendor .pages-vendor__content .pages-vendor__description__content p + p {
  margin-top: 20px;
}
.pages-details-news .pages-details .pages-details__contant li p {
  margin-top: 15px;
}
.pages-vendor .pages-vendor__content .pages-vendor__description__content ul,
.pages-vendor .pages-vendor__content .pages-vendor__description__content ol {
  display: flex;
  gap: 40px;
}

.pages-more-detail-vacancia
  .pages-vacancia-details
  .pages-vacancia-details__block-description
  .block-description__text
  h3 {
  padding-bottom: 40px;
}
.block-description__text h3:first-of-type {
  padding-top: 40px;
}
.pages-more-detail-vacancia
  .pages-vacancia-details
  .pages-vacancia-details__block-description
  .block-description__text
  ol,
.pages-more-detail-vacancia
  .pages-vacancia-details
  .pages-vacancia-details__block-description
  .block-description__text
  ul {
  padding-bottom: 60px;
}
.pages-more-detail-vacancia
  .pages-vacancia-details
  .pages-vacancia-details__block-description
  .block-description__text
  ul:last-child {
  padding-bottom: 0px;
}
.dropdaun summary {
  list-style: none;
}
.dropdaun summary::-webkit-details-marker {
  display: none;
}
.pages-card-tovar .slider-function-tovar,
.pages-card-tovar .products-this-series,
.pages-card-tovar .section-tovar {
  padding-left: 0;
  padding-right: 0;
}
.pages-card-tovar .slider-block-advantages__contant .title,
.pages-card-tovar .products-this-series .title,
.pages-card-tovar .section-tovar .title {
  padding: 0 80px;
}
.pages-card-tovar .slider-block-advantages .container,
.pages-card-tovar .slider-function-tovar .container,
.pages-card-tovar .products-this-series .container,
.pages-card-tovar .section-tovar .container {
  padding-inline: 0;
  max-width: initial;
}

.pages-card-tovar .Execution-options .container,
.pages-card-tovar .Integration-Modes .container,
.pages-card-tovar .functionality .container,
.pages-card-tovar .scenarios .container,
.pages-card-tovar .section-file .container {
  padding-inline: 0;
}

.pages-card-tovar .Execution-options,
.pages-card-tovar .Integration-Modes,
.pages-card-tovar .functionality,
.pages-card-tovar .scenarios {
  padding-left: 80px;
  padding-right: 80px;
}
.pages-card-tovar .section-file__contant {
  margin-right: 80px;
  margin-left: 80px;
}
.top-line__contant ul li {
  line-height: 1;
}
.pages-card-tovar .slider-function-tovar .container,
.pages-card-tovar .block-card-tovar-function,
.pages-card-tovar .block-card-products-this-series,
.pages-card-tovar .block-card-tovar {
  padding-left: 80px !important;
  padding-right: 12px !important;
}
.pages-card-tovar .tovar-advantages-swiper,
.pages-card-tovar .tovar-function-swiper,
.pages-card-tovar .products-this-series-swiper,
.pages-card-tovar .tovar-swiper {
  overflow: visible !important;
}
.section-file {
  padding-right: 0;
  padding-left: 0;
}
.slider-function-tovar__contant .title {
  padding-right: 80px;
}

.footer-button-write {
  color: #000;
}
.card-brend {
  position: relative;
}
.header-card-img {
  width: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  height: 100%;
  position: absolute;
}
@media (max-width: 1919px) {
  .pages-details-ev__contant .t-main h3,
  .pages-details-news .pages-details .pages-details__contant .block-text h3,
  .pages-vendor .pages-vendor__content .pages-vendor__description__content h3 {
    font-size: 24px !important;
    line-height: 28px;
    letter-spacing: -0.96px;
  }

  .pages-details-ev__contant .t-main h4,
  .pages-details-news .pages-details .pages-details__contant .block-text h4,
  .pages-vendor .pages-vendor__content .pages-vendor__description__content h4 {
    font-size: 20px !important;
    line-height: 24px;
    letter-spacing: -0.8px;
  }
}
@media (max-width: 1439px) {
  .pages-details-ev__contant .t-main h3,
  .pages-details-news .pages-details .pages-details__contant .block-text h3 {
    margin-top: 24px;
  }
  .pages-card-tovar .slider-block-advantages__contant .title,
  .pages-card-tovar .products-this-series .title,
  .pages-card-tovar .section-tovar .title {
    padding: 0 56px;
  }

  .pages-card-tovar .slider-function-tovar .container,
  .pages-card-tovar .block-card-tovar-function,
  .pages-card-tovar .block-card-products-this-series,
  .pages-card-tovar .block-card-tovar {
    padding-left: 56px !important;
    padding-right: 12px !important;
  }
  .slider-function-tovar__contant .title {
    padding-right: 56px;
  }

  .pages-card-tovar .Execution-options,
  .pages-card-tovar .Integration-Modes,
  .pages-card-tovar .functionality,
  .pages-card-tovar .scenarios {
    padding-left: 56px;
    padding-right: 56px;
  }
  .pages-card-tovar .section-file__contant {
    margin-right: 56px;
    margin-left: 56px;
  }
  .pages-card-tovar .advantages {
    padding-left: 36px;
    padding-right: 36px;
  }
  .pages-card-tovar .tovar-swiper .button-prise a,
  .card-tovar .button-prise button {
    width: 100%;
  }
  .pages-card-tovar .section-tovar .tovar-swiper .swiper-slide {
    min-width: 300px;
  }
}
@media (max-width: 959px) {
  .pages-vendor .pages-vendor__content .pages-vendor__description__content ul,
  .pages-vendor .pages-vendor__content .pages-vendor__description__content ol {
    display: flex;
    gap: 20px;
  }
  .events__contant .title-text-service {
    padding: 0 12px;
  }
  .pages-card-tovar .section-tovar .tovar-swiper .swiper-slide {
    min-width: initial;
  }
  .pages-card-tovar .slider-block-advantages__contant .title,
  .pages-card-tovar .products-this-series .title,
  .pages-card-tovar .section-tovar .title {
    padding: 0 12px;
  }
  .pages-card-tovar .slider-function-tovar .container,
  .pages-card-tovar .block-card-tovar-function,
  .pages-card-tovar .block-card-products-this-series,
  .pages-card-tovar .block-card-tovar {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .slider-function-tovar__contant .title {
    padding-right: 0px;
  }

  .pages-card-tovar .Execution-options,
  .pages-card-tovar .Integration-Modes,
  .pages-card-tovar .functionality,
  .pages-card-tovar .scenarios {
    padding-left: 12px;
    padding-right: 12px;
  }
  .pages-card-tovar .section-file__contant {
    margin-right: 12px;
    margin-left: 12px;
  }
  .pages-card-tovar .advantages {
    padding-left: 0px;
    padding-right: 0px;
  }
  .pages-catalog .block-filter-catalog .block-filter-checkbox {
    bottom: 0;
    top: initial;
    padding-bottom: calc(10px + env(safe-area-inset-bottom)) !important;
  }
}

.text-card-av__top {
  position: relative;
}

.text-card-av__top img {
  position: absolute;
  top: 0;
  right: 0;
}

.modalSearch.--active {
  padding: 0 !important;
}

.img-and-title p,
.advantages-tovar__descript h3 {
  letter-spacing: -2%;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
}

.popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(45, 6, 16, 0.4);
  cursor: pointer;
}

.popup__content1 {
  position: relative;
  background: #fff;
  padding: 40px;

  width: 100%;
  z-index: 2;
  border-radius: 20px;
  max-height: 90vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.popup__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}

.popup__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-shrink: 0;
  gap: 26px;
}
.popup__title-reviews {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 34px;
}
.popup__text {
  overflow-y: auto;
  flex: 1;
  min-height: 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.popup__image-wrapper {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-reviews:hover {
  cursor: pointer;
}
.card-reviews .title-and-img img {
  border-radius: 4px;
}
.overl {
  scrollbar-gutter: stable;
}
@media (min-width: 1919px) {
  .popup__image-wrapper {
    width: 80px;
    height: 80px;
    border-radius: 4px;
    flex-shrink: 0;
    border-radius: 4px;
  }
  .popup__content1 {
    max-width: 750px;
  }
  .popup__text {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.4px;
    color: #282828;
  }
  .popup__title {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.4px;
    color: #6f717d;
  }
}
@media (max-width: 1919px) {
  .popup__text {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.32px;
    color: #282828;
  }
  .popup__image-wrapper {
    width: 80px;
    height: 80px;
    border-radius: 4px;
    flex-shrink: 0;
    border-radius: 4px;
  }
  .popup__content1 {
    max-width: 650px;
  }
  .popup__title {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.32px;
    color: #6f717d;
  }
}
@media (max-width: 959px) {
  .popup__text {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.28px;
  }
  .popup__image-wrapper {
    width: 60px;
    height: 60px;
  }
  .popup__title {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.28px;
  }
  .popup__title-reviews {
    margin-bottom: 22px;
  }
  .popup__content1 {
    padding: 24px;
    max-width: unset;
    width: 100%;
    margin-left: 12px;
    margin-right: 12px;
  }
}

/* End */


/* Start:/local/templates/netwell_2025/assets/css/media.css?177694914422645*/
@media (min-width: 1919px) {
  .button {
    padding: 1.25rem 2.5rem !important;
    font-size: 1.25rem;
  }
  .card-vacancia {
    padding: 40px;
  }
  .pages-details-ev__contant .t-main p,
  .pages-details-ev__contant .t-main ul {
    line-height: 28px;
    letter-spacing: -2%;
  }
  .img-and-title p,
  .advantages-tovar__descript h3 {
    letter-spacing: -2%;
    line-height: 28px;
  }
  .pages-details-news .pages-details .pages-details__contant .block-text p,
  .pages-details-events .pages-details-ev .pages-details-ev__contant .t-main p {
    letter-spacing: -2%;
    line-height: 28px;
  }
  .img-and-title p {
    font-size: 20px;
  }
  .block-description__text p,
  .block-description__text ul,
  .block-description__text ol {
    letter-spacing: -2%;
    line-height: 28px;
  }

  .section-career
    .section-career__contant
    .block-button-text
    .button-container {
    margin-top: 36px;
  }
  .agreement-text {
    font-size: 18px;
  }
  .section-product__contant {
    min-height: 900px;
  }
  .section-product .section-product__contant .block-button-text {
    gap: 48px;
  }
  #del_filter,
  #set_filter {
    font-size: 20px;
  }
  .card-more h2 {
    letter-spacing: -4.4px;
  }
  .toggle-item {
    line-height: 28px;
    letter-spacing: -0.4px;
  }
  .footer a,
  .footer p {
    line-height: 20px;
    letter-spacing: -0.32px;
  }

  .card-events-category-title .text.--H-6 {
    line-height: 36px;
    letter-spacing: -1.12px;
  }
  .scenarios__contant-block ul,
  .slider-card-advantages-tovar ul,
  .card-description__text,
  .slider-card-advantages-tovar p,
  .functionality__card p {
    color: #6f717d;
    line-height: 28px;
    letter-spacing: -0.4px;
    font-weight: 400;
    font-size: 20px;
  }
  .breadcrumbs a,
  .breadcrumbs span,
  .breadcrumbs__separator {
    line-height: 28px;
    font-weight: 400;
    letter-spacing: -0.4px;
  }
  .pages-contacts .block-text-map .block-bottom .button-block-contact a {
    height: 80px;
  }
  .search-btn {
    height: 60px;
    width: 60px;
  }
  .title-text-service h2 {
    line-height: 60px;
    letter-spacing: -2.24px;
  }
  .section-equipment__container h2 {
    line-height: 60px;
    letter-spacing: -2.24px;
  }
  .modal-equipment__container h3 {
    line-height: 40px;
    letter-spacing: -1.44px;
  }

  .header__contant .title-text h1 {
    letter-spacing: -3.2px;
    line-height: 80px;
  }
  .section-moreEvents .section-moreEvents__contant,
  .section-moreEvents .section-moreEvents__contant .img,
  .section-aboutCompany .section-aboutCompany__contant {
    min-height: 800px;
  }

  .title-event span,
  .title-category,
  .block-years-and-month span {
    font-size: 18px;
  }
  .section-equipment__container {
    padding: 5rem;
  }
  .block-supervisor .card-supervisor h4 {
    font-size: 20px;
  }
  .--H-6 {
    font-size: 28px;
  }
  .card-number {
    font-size: 120px;
    line-height: 116px;
    letter-spacing: -4.8px;
  }
  .block-card-work .card-twig {
    min-height: 400px;
  }
  .form-contact .button {
    padding: 24px 32px;
  }
  /* .footer .footer__contant {
    padding: 11.25rem 50px 0 50px;
  } */
  .card-culture {
    height: 532px;
  }
  /* .footer .footer__contant .text-contact {
    margin-right: 14%;
  } */
  .index-page
    .service-support
    .service-support__contant
    .block-service
    .text-service
    button {
    padding: 1rem 2.5rem !important;
  }
  .card-tovar {
    padding: 24px;
  }
  .pages-details-ev__contant .t-main h4 {
    font-size: 2rem;
  }
  .pages-card-tovar__description h3 {
    font-size: 2rem !important;
  }
  .advantages-tovar h3 {
    font-size: 20px !important;
  }
  .button-logo {
    background-color: var(--grey-bg);
    padding: 1.6875rem 0.75rem !important;
    padding-left: 5.125rem !important;
    color: var(--black);
  }

  /* //начало новых стилей */
  .block-form .button {
    height: 80px;
  }
  .block-planeta img {
    max-width: 460px;
    width: 100%;
  }
  .button-catalog {
    height: 70px;
  }
  .card-more-details__button .button,
  .block-text-more-details .button {
    height: 68px;
  }
  .card-reviews {
    min-height: 360px;
  }
  .section-equipment {
    padding-top: 100px !important;
  }
  .li-dropdown svg {
    top: 5px;
  }
  .pages-catalog .pages-catalog-card .catalog__contant .button-nav-catalog {
    gap: 8px;
  }
  .button-nav-catalog .button,
  .button-nav-service .button {
    padding: 16px 28px !important;
  }
  .fieldset input,
  .fieldset textarea,
  .file-input-placeholder span {
    font-size: 20px;
    letter-spacing: -0.28px;
  }
  .block-button-text .button-container .button {
    height: 80px;
  }
  .card-more {
    height: 338px;
  }
  .card-directions {
    height: 340px;
  }
  .all-solutions a {
    width: 320px;
  }
  .section-directions .section-directions__contant,
  .section-advantages .section-advantages__contant {
    gap: 56px;
  }
  .card-advantages {
    padding: 1rem;
  }
  .card-team {
    height: 700px;
  }
  .pages-catalog .header,
  .pages-vacancia .header,
  .pages-blog .header {
    min-height: 476px;
  }
  .button-nav-catalog button,
  .service-support button,
  .button-prise button {
    height: 60px;
  }
  .card-advantagesTovar {
    padding: 60px;
  }
  .slider-card-advantages-tovar {
    min-height: 340px;
  }
  .slider-product {
    padding: 20px;
  }
  .slider-product button {
    height: 44px;
    padding: 12px 16px !important;
  }
  .block-card-tovar .card-tovar .button {
    padding: 16px 20px !important;
  }
  .pages-card-tovar .section-equipment {
    padding-top: 0 !important;
  }
  .pages-card-tovar .section-tovar {
    margin-bottom: 100px;
  }
  .pages-vendor
    .pages-vendor__content
    .pages-card-tovar__description-block-btn
    button {
    padding: 1.625rem 2rem !important;
    height: 80px;
  }
  .section-card-vacancia
    .section-card-vacancia__contant
    .block-button-format
    .button {
    padding: 0 !important;
  }
  .block-form .button {
    height: 28px;
    letter-spacing: -0.4px;
    height: 76px;
  }
  #set_filter,
  #del_filter {
    max-width: 194px;
  }
  .pages-details-ev__contant .t-main ul,
  .pages-details-ev__contant .t-main ol,
  .pages-details-news .pages-details .pages-details__contant .block-text ul,
  .pages-details-news .pages-details .pages-details__contant .block-text ol {
    letter-spacing: -2%;
    line-height: 28px;
  }
  .pages-card-tovar .pages-card-tovar__content .pages-card-tovar__description p,
  .pages-card-tovar
    .pages-card-tovar__content
    .pages-card-tovar__description
    ul {
    letter-spacing: -2%;
    line-height: 28px;
  }
  .pages-details-ev li {
    list-style: none;
    font-size: 24px;
  }

  .pages-details-news table {
    overflow-x: auto;
    display: flex;
  }
  .pages-details-ev li {
    margin-top: 15px;
  }
  .pages-details-ev .map-level-1 li {
    margin-left: 15px;
  }
  .pages-details-ev .map-level-2 li {
    margin-left: 25px;
  }
  .pages-details-ev .map-level-3 li {
    margin-left: 35px;
  }
  .pages-details-ev .map-level-1 li,
  .map-level-3 li {
    margin-top: 15px;
  }
  .pages-details-ev ul li {
    margin-top: 15px;
  }
}
@media (max-width: 1919px) {
  .pages-details-ev li {
    list-style: none;
    font-size: 20px;
  }
  .pages-details-news table {
    overflow-x: auto;
    display: flex;
  }
  .pages-details-ev li {
    margin-top: 15px;
  }
  .pages-details-ev .map-level-1 li {
    margin-left: 15px;
  }
  .pages-details-ev .map-level-2 li {
    margin-left: 25px;
  }
  .pages-details-ev .map-level-3 li {
    margin-left: 35px;
  }
  .pages-details-ev .map-level-1 li,
  .map-level-3 li {
    margin-top: 15px;
  }
  .pages-details-ev ul li {
    margin-top: 15px;
  }
  .pages-card-tovar .section-equipment {
    padding-top: 0 !important;
  }
  .pages-card-tovar .pages-card-tovar__content .pages-card-tovar__description p,
  .pages-card-tovar
    .pages-card-tovar__content
    .pages-card-tovar__description
    ul {
    letter-spacing: -2%;
    line-height: 20px;
  }
  .block-description__text p,
  .block-description__text ul,
  .block-description__text ol {
    letter-spacing: -2%;
    line-height: 20px;
  }

  .pages-details-ev__contant .t-main ul,
  .pages-details-ev__contant .t-main ol,
  .pages-details-news .pages-details .pages-details__contant .block-text ul,
  .pages-details-news .pages-details .pages-details__contant .block-text ol {
    letter-spacing: -2%;

    line-height: 20px;
  }
  .pages-details-news .pages-details .pages-details__contant .block-text p,
  .pages-details-events .pages-details-ev .pages-details-ev__contant .t-main p {
    letter-spacing: -2%;

    line-height: 20px;
  }
  .agreement-text {
    font-size: 12px;
  }
  .img-and-title p {
    font-size: 16px;
  }
  .li-dropdown svg {
    top: 3px;
  }
  .section-product .section-product__contant .block-button-text {
    gap: 40px;
  }
  .about-company .header .header__contant {
    gap: 20px;
  }
  .footer a,
  .footer p {
    line-height: 20px;
    letter-spacing: -0.32px;
  }
  .card-more h2 {
    line-height: 90px;
    letter-spacing: -3.92px;
  }
  .section-product__contant {
    min-height: 770px;
  }

  #del_filter,
  #set_filter {
    font-size: 16px;
  }
  #del_filter {
    padding: 16px !important;
  }

  .toggle-item {
    line-height: 20px;
    letter-spacing: -0.32px;
  }
  #set_filter {
    padding: 16px 35px !important;
    height: 52px;
    max-width: 144px;
  }
  #del_filter {
    padding: 0 !important;
    max-width: 144px;
  }
  .card-events-category-title .text.--H-6 {
    line-height: 24px;
    letter-spacing: -0.8px;
  }
  .img-and-title p,
  .advantages-tovar__descript h3 {
    letter-spacing: -2%;
    line-height: 20px;
  }
  .pages-card-tovar .slider-block-advantages__contant {
    gap: 40px;
  }
  .scenarios__contant-block ul,
  .slider-card-advantages-tovar ul,
  .card-description__text,
  .slider-card-advantages-tovar p,
  .functionality__card p {
    line-height: 20px;
    letter-spacing: -0.32px;
    font-size: 16px;
  }
  .block-form .button {
    line-height: 20px;
    letter-spacing: -0.32px;
    height: 60px;
  }
  .img-and-title p,
  .advantages-tovar__descript h3 {
    letter-spacing: -2%;
    line-height: 20px;
  }
  .block-planeta img {
    max-width: 332px;
    width: 100%;
  }
  .section-equipment__container h2 {
    line-height: 48px;
    letter-spacing: -1.92px;
  }
  .modal-equipment__container h3 {
    line-height: 40px;
    letter-spacing: -1.44px;
  }
  .breadcrumbs a,
  .breadcrumbs span,
  .breadcrumbs__separator {
    line-height: 20px;
    letter-spacing: -0.32px;
  }
  .header__contant .title-text h1 {
    line-height: 58px;
    letter-spacing: -2.56px;
  }
  .title-text-service h2 {
    line-height: 48px;
    letter-spacing: -1.92px;
  }
  .section-aboutCompany .section-aboutCompany__contant {
    min-height: 660px;
  }
  .section-card-vacancia
    .section-card-vacancia__contant
    .block-button-format
    .button {
    padding: 0 !important;
  }
  .card-more-details__button .button,
  .block-text-more-details .button {
    height: 52px;
  }
  .pages-card-tovar .section-tovar {
    margin-top: 0 !important;
  }
  .card-advantages {
    padding: 12px;
  }
  .pages-vendor
    .pages-vendor__content
    .pages-card-tovar__description-block-btn
    button {
    padding: 1.625rem 2rem !important;
    height: 60px;
  }
  .slider-product button {
    height: 44px;
    padding: 12px 16px !important;
  }
  .pages-card-tovar__description-block-btn button {
    padding: 16px 40px;
  }
  .block-card-tovar .card-tovar .button {
    padding: 12px 20px !important;
  }
  .slider-product {
    padding: 12px;
  }
  .slider-card-advantages-tovar {
    min-height: 260px;
  }
  .advantages-tovar {
    padding: 12px !important;
  }
  .card-advantagesTovar {
    padding: 40px 60px;
  }
  .pages-catalog .pages-catalog-card .catalog__contant .button-nav-catalog {
    gap: 4px;
  }
  .button-nav-catalog button,
  .service-support button,
  .button-prise button {
    height: 44px;
  }
  .pages-catalog .filter .search-input {
    padding: 1rem 1.25rem 1rem 48px;

    background-position: 20px center;
  }
  .pages-catalog .header,
  .pages-vacancia .header,
  .pages-blog .header {
    min-height: 360px;
  }
  .card-reviews {
    min-height: 300px;
  }
  .card-team {
    height: 540px;
  }
  .card-brend,
  .card-partners {
    height: 150px;
  }
  .card-directions {
    height: 15.625rem;
  }
  .button-catalog {
    height: 52px;
  }
  .section-directions .section-directions__contant,
  .section-advantages .section-advantages__contant {
    gap: 40px;
  }
  .button-nav-service .button {
    height: 44px;
    letter-spacing: -0.32px;
  }
  .card-events-category-title {
    gap: 20px;
  }
  .block-card-work .card-twig {
    gap: 100px;
  }
  .section-equipment {
    padding-top: 100px !important;
  }
  .fieldset input,
  .fieldset textarea,
  .file-input-placeholder span {
    font-size: 16px;
  }
  .block-button-text .button-container .button {
    height: 52px;
  }
  .card-more {
    height: 232px;
  }
  .all-solutions a {
    width: 230px;
    height: 52px;
  }
  .block-card-reviews .card-reviews {
    gap: 30px;
  }
  .pagination {
    margin-top: 0;
  }
  .pages-card-tovar .scenarios .scenarios__contant-block {
    gap: 150px;
  }
  .section-career
    .section-career__contant
    .block-button-text
    .button-container {
    margin-top: 20px;
  }
  .events__contant .pagination {
    margin-top: 20px;
  }
  .card-advantagesTovar h2 {
    line-height: 48px;
    letter-spacing: -1.92px;
  }
}
@media (max-width: 1439px) {
  .card-brend,
  .card-partners {
    height: 130px;
  }
  .toggle-item {
    line-height: 20px;
    letter-spacing: -0.32px;
  }
  .section-product__contant {
    min-height: 600px;
  }
  .section-career
    .section-career__contant
    .block-button-text
    .button-container {
    margin-top: 12px;
  }

  .pages-card-tovar .slider-block-advantages__contant {
    gap: 32px;
  }

  .block-form button {
    line-height: 20px;
    letter-spacing: -0.32px;
  }
  .section-aboutCompany .section-aboutCompany__contant {
    min-height: 600px;
  }
  .block-planeta img {
    max-width: 300px;
    width: 100%;
  }
  .pages-card-tovar .scenarios .scenarios__contant-block {
    gap: 61px;
  }

  .modal-equipment__container h3 {
    line-height: 32px;
    letter-spacing: -1.04px;
  }
  .pages-more-detail-vacancia
    .pages-vacancia-details
    .pages-vacancia-details__contant {
    flex-direction: column;
  }
  .card-vacancia {
    padding: 24px;
  }
  .pages-more-detail-vacancia
    .pages-vacancia-details
    .pages-vacancia-details__card
    .block-text-more-details {
    align-items: flex-end;
  }
  .pages-vendor
    .pages-vendor__content
    .pages-card-tovar__description-block-btn
    button {
    height: 80px;
  }
  .pages-events .page-card-events .events__contant .block-card-evets {
    grid-template-columns: repeat(3, 1fr);
  }
  .pages-card-tovar .section-tovar {
    margin-bottom: 40px;
  }
  .header__contant .title-text h1 {
    line-height: 52px;
    letter-spacing: -2.08px;
  }

  .card-advantagesTovar {
    padding: 40px;
  }
  .card-team {
    height: 455px;
  }
  .block-card-reviews .card-reviews {
    padding: 24px;
  }
  .section-directions .section-directions__contant,
  .section-advantages .section-advantages__contant {
    gap: 32px;
  }
  .pages-catalog .header,
  .pages-vacancia .header,
  .pages-blog .header {
    min-height: 322px;
  }
  .card-events-category-title {
    gap: 32px;
  }
  .top-line {
    padding: 12px 0;
  }
  .card-catalog {
    height: 250px;
  }
  .card-transition {
    height: 250px !important;
  }
  .index-page .catalog .catalog_contant,
  #comp_34c790bbef0f505061c18099ec8e58d9 {
    gap: 2rem;
  }
  .service-support .service-support__contant,
  .section-work .section-work__contant {
    gap: 2rem !important;
  }
  .pages-catalog-card .pages-catalog-card__contant {
    gap: 32px;
  }
  .section-events .events__contant {
    gap: 40px;
  }
  .pages-vendor .section-equipment {
    padding-top: 40px !important;
  }
  .modal-equipment__container .form-contact .fieldset input,
  .modal-equipment__container .form-contact .fieldset textarea {
    padding: 20px 24px;
  }
  .pages-card-tovar .scenarios .scenarios__contant-block .block-img {
    padding: 0 65px;
    width: 100%;
  }
  .pages-card-tovar .scenarios .scenarios__contant-block .block-text {
    width: 100%;
  }
}
@media (max-width: 959px) {
  .pages-details-ev li {
    font-size: 16px;
  }
  .pages-details-ev .map-level-1 li {
    margin-left: 10px;
  }
  .pages-details-ev .map-level-2 li {
    margin-left: 15px;
  }
  .pages-details-ev .map-level-3 li {
    margin-left: 25px;
  }
  .pages-more-detail-vacancia
    .pages-vacancia-details__card
    .block-text-more-details {
    align-items: start !important;
  }
  .section-events .container {
    max-width: unset;
    padding: 0;
  }
  .--body {
    line-height: 18px;
  }
  .pages-details-ev__contant .t-main ul,
  .pages-details-ev__contant .t-main ol,
  .pages-details-news .pages-details .pages-details__contant .block-text ul,
  .pages-details-news .pages-details .pages-details__contant .block-text ol {
    line-height: 18px;
  }
  .event-swiper .swiper-slide:first-child {
    padding-left: 13px;
  }
  .img-and-title p,
  .advantages-tovar__descript h3 {
    line-height: 18px;
  }

  .event-swiper .swiper-slide:nth-last-child(2) {
    padding-right: 13px;
  }
  .section-events .events__contant .button-sliders-block {
    right: 13px;
  }

  .card-events-category-title {
    gap: 20px;
  }
  .section-advantages .section-advantages__contant .title,
  .section-reviews .section-reviews__contant .title {
    padding: 0 13px;
  }
  .toggle-item {
    line-height: 18px;
    letter-spacing: -0.28px;
  }
  .title-text-service h2 {
    line-height: 30px;
    letter-spacing: -1.12px;
  }
  .text-service {
    width: 100% !important;
  }
  .section-product .block-button-text a {
    height: 60px !important;
  }

  .scenarios__contant-block ul,
  .slider-card-advantages-tovar ul,
  .card-description__text,
  .slider-card-advantages-tovar p,
  .functionality__card p {
    line-height: 18px;
    font-size: 14px;
    letter-spacing: -0.28px;
  }
  .section-equipment__container h2 {
    line-height: 30px;
    letter-spacing: -1.12px;
  }
  .pages-card-tovar .scenarios .scenarios__contant-block .block-img {
    padding: 0px;
  }
  .modal-equipment__container h3 {
    line-height: 28px;
    letter-spacing: -0.96px;
  }
  .header__contant .title-text h1 {
    line-height: 36px;
    letter-spacing: -1.44px;
  }
  .card-advantagesTovar h2 {
    line-height: 30px;
    letter-spacing: -1.12px;
  }

  .breadcrumbs a,
  .breadcrumbs span,
  .breadcrumbs__separator {
    line-height: 18px;
    letter-spacing: -0.28px;
  }
  .img-service {
    width: 73px;
  }
  .block-planeta img {
    max-width: 164px;
    width: 100%;
  }
  .pages-events .page-card-events .events__contant .block-card-evets {
    grid-template-columns: repeat(1, 1fr);
  }

  .block-planeta {
    min-height: 230px;
  }
  .card-events-category-title .text.--H-6 {
    line-height: 20px;
    letter-spacing: -0.68px;
  }
  .card-events .block-button {
    margin-top: 238px;
  }
  .button-section-events {
    padding: 0 13px;
  }
  .pages-card-tovar .scenarios .scenarios__contant-block {
    gap: 40px;
  }
  .pages-card-tovar .section-tovar .section-tovar__contant .title {
    flex-direction: row;
    align-items: end;
  }
  .pages-card-tovar .section-tovar {
    margin-top: 80px !important;
  }
  .section-equipment {
    padding-top: 30px !important;
  }
  .index-page .section-equipment {
    margin-top: -100px !important;
  }
  .pages-vendor
    .pages-vendor__content
    .pages-card-tovar__description-block-btn
    button {
    height: 60px;
  }
  .card-advantagesTovar {
    padding: 32px;
  }
  .card-transition {
    height: 200px !important;
  }
  .card-team {
    height: 380px;
  }
  .about-company .header {
    min-height: 700px;
  }
  .fieldset input,
  .fieldset textarea,
  .file-input-placeholder span {
    font-size: 14px;
  }
  .card-more {
    height: 180px;
  }
  .card-directions {
    height: 200px;
  }
  .card-reviews {
    min-height: 224px;
  }
  .pagination {
    padding-bottom: 0;
  }
  .pages-blog-card .pagination,
  .pages-events .pagination {
    padding-bottom: 120px;
  }
  .adw-swiper .swiper-slide:first-child,
  .team-swiper .swiper-slide:first-child,
  .reviews-swiper .swiper-slide:first-child,
  .work-swiper .swiper-slide:first-child {
    padding-left: 13px;
  }

  .adw-swiper .swiper-slide:last-child,
  .team-swiper .swiper-slide:last-child,
  .reviews-swiper .swiper-slide:last-child,
  .work-swiper .swiper-slide:last-child {
    padding-right: 13px;
  }
  .section-advantages .section-advantages__contant .button-sliders-block,
  .section-reviews .section-reviews__contant .button-sliders-block,
  .index-page .section-work .section-work__contant .button-sliders-block {
    right: 13px;
  }
  .pages-catalog .block-filter-catalog .block-filter-checkbox {
    /* top: 92px !important; */
    bottom: 0;
  }
  .pages-catalog-card .catalog__contant .block-filter-checkbox {
    max-height: 80svh;
  }
  .footer a,
  .footer p {
    line-height: 18px;
    letter-spacing: -0.28px;
  }
  .section-product .section-product__contant .block-button-text {
    gap: 32px;
  }
  .card-more h2 {
    line-height: 72px;
    letter-spacing: -2.88px;
  }
  .section-career .section-career__contant .text-product {
    padding: 32px;
  }
  .card-culture .block-text-culture {
    padding: 12px;
  }
  .pages-details-events .pages-details-ev .container,
  .pages-details .pages-details__contant {
    padding: 0.75rem;
  }
  .pages-vacancia .header__contant .title-text h1 {
    font-size: 34px !important;
  }
  .page-card-events .button-section-events {
    padding: 0;
  }
  .pages-details-news .pages-details .pages-details__contant .block-text p,
  .pages-details-events .pages-details-ev .pages-details-ev__contant .t-main p {
    line-height: 18px;
  }
  .pages-card-tovar .pages-card-tovar__content .pages-card-tovar__description p,
  .pages-card-tovar
    .pages-card-tovar__content
    .pages-card-tovar__description
    ul {
    line-height: 18px;
  }
  .block-description__text p,
  .block-description__text ul,
  .block-description__text ol {
    line-height: 18px;
  }
  .lending__content__right {
    overflow-y: initial;
  }
  .page-lending .page-lending__content .right-block {
    overflow-y: initial;
    height: initial;
  }
  .index-page .section-card-block {
    margin-top: -29.5rem;
  }
}
.check-conf {
  align-items: flex-start;
}

/* End */


/* Start:/local/templates/netwell_2025/assets/css/footer.css?17767680318557*/
.footer {
  color: white;
  padding: 185px 80px 0 80px;
}
.footer .container {
  padding-inline: 0rem;
}
.footer a,
.footer li,
.footer p {
  font-size: 20px;
  letter-spacing: -0.4px;
}
.footer a {
  color: #f5f5f5;
  transition: 0.25s;
}
.footer p {
  color: rgba(245, 245, 245, 0.6);
}
.footer-content {
  display: flex;
  flex-wrap: wrap;
}
.footer-content__top {
  width: 100%;
  margin-bottom: 80px;
  font-size: 80px;
  letter-spacing: -3.2px;
}
.--height-bottom-footer {
  height: 68px;
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(245, 245, 245, 0.4);
}
.--height-bottom-footer a {
  letter-spacing: unset;
  font-size: 18px;
  color: rgba(245, 245, 245, 0.6);
}
.footer-content__left {
  width: 638px;
  display: flex;
  flex-direction: column;
  gap: 108px;
  justify-content: space-between;
}
.footer-left-link {
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer-left-link a {
  max-width: 200px;
}
.footer-link {
  display: flex;
  gap: 104px;
}
.footer-link__item {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footer-button-write {
  padding: 28px 60px;
  font-size: 28px;
  border-radius: 4px;
  font-weight: 600;
  letter-spacing: -1.12px;
  margin-bottom: 32px;
  line-height: 36px;
  transition: 0.25s ease;
}
.footer-button-write:hover {
  background-color: #6f717d;
  cursor: pointer;
  color: #f5f5f5;
}

.footer-content__right {
  width: calc(100% - 638px);
  display: flex;
}
.block-dev {
  justify-content: flex-end;
  gap: 12px;
}
.footer-socials {
  margin-bottom: 32px;
  display: flex;
  gap: 40px;
}
.footer-social__item {
  border-radius: 8px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: linear-gradient(
    168deg,
    rgba(12, 0, 20, 0.37) 6.8%,
    rgba(69, 5, 26, 0.4) 93.2%
  );
  padding: 1rem;
  width: 180px;
  height: 220px;
  transition: 0.25s;
}
.footer-social__item span {
  font-size: 20px;
  color: rgba(245, 245, 245, 0.6);
  letter-spacing: -0.4px;
  font-weight: 400;
  line-height: 28px;
}
.footer-social__item:hover {
  border: 1px solid var(--stroke-white, rgba(255, 255, 255, 0.05));
  background: linear-gradient(
    168deg,
    rgba(12, 0, 20, 0.61) 6.8%,
    rgba(69, 5, 26, 0.67) 93.2%
  );
}

.footer-link a:hover,
.footer-left-link a:hover,
.footer-right-contact a:hover,
.block-agress-phone a:hover,
.nav-material-tablet a:hover {
  color: #f5f5f5;
  opacity: 0.5;
}

.footer-right-contact {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 236px;
  width: calc(100% - 390px);
}

.footer--tablet {
  display: none;
}
.footer--mobile {
  display: none;
}
.footer-right-material {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* width: 390px; */
  width: 430px;
}

.block-agress-phone__item a {
  padding-bottom: 60px;
  padding-left: 30px;
}
.block-agress-phone__item {
  display: table-row;
}
.block-agress-phone__item a {
  display: table-cell;
}
.block-agress-phone {
  display: table;
}
.footer-content__right-tablet {
  display: flex;
  flex-direction: column;
  width: calc(100% - 460px);
  justify-content: space-between;
}
.block-dev-policy-tablet {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.nav-material-tablet {
  display: flex;
  gap: 30px;
}
.footer-social__item img {
  position: absolute;
  top: calc(50% + 20px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 88px;
}
@media (max-width: 1919px) {
  .--height-bottom-footer {
    height: 56px;
  }
  .footer-social__item img {
    width: 49px;
  }
  .footer-social__item span {
    font-size: 16px;
    letter-spacing: -0.28px;
    line-height: 18px;
  }
  .footer a,
  .footer li,
  .footer p {
    letter-spacing: -0.32px;
  }
  .footer-right-material {
    /* width: 320px; */
    width: 350px;
  }

  .footer-content__left {
    width: 460px;
  }
  .footer a,
  .footer li,
  .footer p {
    font-size: 16px;
  }
  .--height-bottom-footer a {
    font-size: 12px;
  }

  .footer-button-write {
    padding: 16px 40px;
    font-size: 20px;
    line-height: 24px;

    letter-spacing: -0.8px;
  }
  .footer-content__top {
    font-size: 64px;
    letter-spacing: -2.56px;
  }
  .footer-content__right {
    width: calc(100% - 460px);
  }
  .footer-right-contact {
    width: calc(100% - 320px);
  }
  .footer-social__item {
    width: 115px;
    height: 150px;
  }
}
@media (max-width: 1450px) {
  .footer-right-material {
    width: 310px;
  }
}
/* @media (min-width: 1025px) and (max-width: 1250px) { */
@media (max-width: 1439px) {
  .block-agress-phone__item {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .block-agress-phone__item a {
    padding-left: 0;
  }
}
@media (max-width: 1439px) {
  .footer--desctop {
    display: none;
  }
  .block-agress-phone__item {
    flex-direction: row;
  }
  .footer-social__item img {
    width: 39px;
  }
  .footer-social__item span {
    font-size: 16px;
    letter-spacing: -0.32px;
    line-height: 20px;
  }
  .footer--tablet {
    display: block;
  }
  .footer-content__top {
    font-size: 52px;
    letter-spacing: -2.08px;
  }
  .--height-bottom-footer {
    width: 100%;
  }
  .--height-bottom-footer a {
    font-size: 12px;
  }
  .footer-button-write {
    margin-bottom: 0;
  }
  .footer {
    color: white;
    padding: 177px 56px 0 56px;
  }
  .footer-button-write {
    margin-bottom: 20px;
  }
  .block-agress-phone__item,
  .nav-material-tablet {
    display: table-row;
  }
  .block-agress-phone__item a,
  .block-agress-phone__item p,
  .nav-material-tablet nav,
  .nav-material-tablet p {
    display: table-cell;
  }
  .block-agress-phone__item a,
  .nav-material-tablet nav {
    padding-bottom: 60px;
    padding-left: 30px;
  }
  .block-agress-phone {
    display: table;
  }
  .footer-content__left {
    /* width: 410px; */
    width: 440px;
  }
}
@media (min-width: 767px) and (max-width: 959px) {
  .footer-content__right-tablet {
    width: calc(100% - 397px);
  }
  .footer-content__left {
    width: 397px;
  }
}

@media (max-width: 760px) {
  .footer--tablet {
    display: none;
  }
  .footer-social__item img {
    width: 40px;
  }
  .footer-social__item {
    /* display: block; */
    padding: 12px;
    display: flex;
    justify-content: center;
  }
  .footer-social__item::before {
    content: "";
    padding-top: 100%;
    display: block;
  }
  .footer-social__item span {
    font-size: 14px;
    letter-spacing: -0.28px;
    line-height: 18px;
    position: absolute;
    text-align: center;
    top: 12px;
    left: 0;
    width: 100%;
  }
  .footer-button-write {
    width: 100%;
  }
  .footer--mobile .footer-content {
    justify-content: center;
  }
  .footer--mobile {
    display: block;
  }
  .footer-button-write {
    padding: 18px 40px;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: -0.68px;
  }
  .footer-content__top {
    font-size: 36px;
    letter-spacing: -1.44px;
  }
  .footer {
    padding: 185px 33px 0 33px;
  }
  .block-agress-phone__item {
    gap: 6px;
  }
  .footer-socials {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .footer-social__item {
    width: initial;
    height: initial;
  }

  .nav-material-tablet {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
  .block-agress-phone__item a,
  .nav-material-tablet nav {
    padding-left: 6px;
  }
  .block-agress-phone__item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-link {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding-bottom: 32px;
    padding-top: 32px;
  }
  .block-agress-phone__item a {
    padding-bottom: 20px;
    font-size: 14px;
  }
  .nav-material-tablet nav {
    padding-bottom: 0;
  }
  .nav-material-tablet {
    padding-top: 32px;
    padding-bottom: 40px;
  }
  .footer-link {
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.2);
    border-top: 0.5px solid rgba(255, 255, 255, 0.2);
  }
  .footer-content__top {
    margin-bottom: 60px;
  }
  .block-agress-phone .block-agress-phone__item:last-child {
    margin-bottom: 12px;
  }
  .footer-link a,
  .nav-material-tablet nav a {
    font-size: 14px;
  }
  .mobil-block-conf {
    border-top: 0.5px solid rgba(255, 255, 255, 0.2);
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 20px;
    padding-bottom: 32px;
  }
  .mobil-block-conf a {
    color: rgba(245, 245, 245, 0.6);
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
  }
}

/* End */
/* /local/templates/netwell_2025/assets/css/style.css?1774258738353689 */
/* /local/templates/netwell_2025/assets/css/fix.css?177685825365837 */
/* /local/templates/netwell_2025/assets/css/media.css?177694914422645 */
/* /local/templates/netwell_2025/assets/css/footer.css?17767680318557 */
