@charset "UTF-8";
:root {
  /*========== Base ==========*/
  --font-family: "DINPro", Arial, sans-serif;
  --background-color: var(--white-color);
  --main-color: var(--black-color);
  --content-width: 1850px;
  --container-offset: 30px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --header-height: 60px;
  /*========== Colors ==========*/
  --white-color: #ffffff;
  --black-color: #000000;
  /*========== Colors theme ==========*/
  --base-color-main: #ff8900;
  --base-color-main-hover: #ffa640;
  --base-color-text-gray: #323232;
  --base-color-text-dark: #000000;
  --base-color-text-white: #ffffff;
}

@media screen and (max-width: 576px) {
  :root {
    --header-height: 45px;
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable value-keyword-case */
.list {
  --gap: 30px;
  --elems: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: var(--gap);
}

.list__item {
  width: calc((100% - (var(--elems) - 1) * var(--gap)) / (var(--elems)));
}
@media (max-width: 1024px) {
  .list__item {
    --gap: 30px;
    --elems: 2;
  }
}
@media (max-width: 600px) {
  .list__item {
    --gap: 20px;
    --elems: 1;
  }
}

/*========== Основной шрифт ==========*/
@font-face {
  font-family: "DINPro";
  src: url("../fonts/../fonts/DINPro.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "DINPro";
  src: url("../fonts/../fonts/DINPro-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "DINPro";
  src: url("../fonts/../fonts/DINPro-CondensedBold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "DINPro";
  src: url("../fonts/../fonts/DINPro-CondensedBlack.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
* {
  background: transparent;
  margin: 0;
  padding: 0;
  outline: none;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: var(--font-family);
  background-color: var(--background-color);
  color: var(--black);
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  height: 100%;
  min-height: 100vh;
  width: 100%;
  line-height: normal;
  -webkit-text-size-adjust: none;
}

main {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

h1,
h2,
h3,
p,
ul,
li {
  margin: 0;
}

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

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.4rem;
}

h3 {
  font-size: 2.1rem;
}

h4 {
  font-size: 1.8rem;
}

h5 {
  font-size: 1.6rem;
}

h6 {
  font-size: 1.4rem;
}

b,
strong {
  font-weight: 700;
}

ol,
ul,
li {
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

img {
  max-width: 100%;
  height: auto;
  min-height: 1px;
  vertical-align: middle;
}

input,
button,
textarea {
  font-family: inherit;
  outline: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #fff;
  -webkit-text-fill-color: var(--black-color);
  color: var(--black-color);
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

figure {
  overflow-x: auto;
}

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

textarea {
  padding: 1.5rem;
  font-size: 1.6rem;
  color: #848484;
  border-radius: 1rem;
  border: 1px solid #eaeaea;
}

::-webkit-scrollbar {
  width: 0.6rem;
  height: 0.2rem;
  border-radius: 0.5rem;
}

::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 0.5rem;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #000;
}

.btn-reset {
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.page--ios .dis-scroll {
  position: relative;
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
  width: 100%;
}

.container-offset {
  margin: 0 auto;
  width: 100%;
}

section:not(.dimetPresentationProduct):not(.category-title):not(.category-list):not(.pagination) {
  padding: 30px 0;
}
@media screen and (max-width: 576px) {
  section:not(.dimetPresentationProduct):not(.category-title):not(.category-list):not(.pagination) {
    padding: 40px 0;
  }
}

.button-dark {
  border-radius: 3px;
  padding: 12px 21px 11px;
  background-color: var(--base-color-main);
  border-color: var(--base-color-main);
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (any-hover: hover) {
  .button-dark:hover {
    background-color: var(--base-color-main-hover);
    border-color: var(--base-color-main-hover);
  }
}

.button-white {
  border-radius: 3px;
  padding: 12px 21px 11px;
  background-color: var(--white-color);
  border: 1px solid;
  border-color: var(--base-color-main-hover);
  color: var(--base-color-main-hover);
  font-weight: 700;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (any-hover: hover) {
  .button-white:hover {
    color: var(--white-color);
    background-color: var(--base-color-main-hover);
  }
}

.grid {
  display: -ms-grid;
  display: grid;
}

.grid-column {
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.align-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.align-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-beetween {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.size-icon {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.link {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: -0.03em;
  color: var(--base-color-text-gray);
}
@media (any-hover: hover) {
  .link:hover {
    color: var(--base-color-main);
  }
}

.description__content a,
.page-static-content a,
.product-content a,
.product-preview-block__short-description a {
  color: var(--base-color-main);
  border-bottom: 1px dashed var(--base-color-main);
}
@media (any-hover: hover) {
  .description__content a:hover,
  .page-static-content a:hover,
  .product-content a:hover,
  .product-preview-block__short-description a:hover {
    color: var(--base-color-main-hover);
    border-bottom-color: var(--base-color-main-hover);
  }
}

.section-header {
  position: relative;
}

.section-title {
  font-size: 5.5rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: var(--base-color-text-gray);
}

.title {
  font-size: 4.8rem;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.section-subtitle {
  margin-top: 30px;
  font-size: 4.3rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--base-color-text-dark);
}

.page-static-content .ds-markdown-paragraph {
  font-size: 1.6rem;
}
.page-static-content .ds-markdown-paragraph em {
  color: var(--base-color-text-gray);
  font-style: normal;
}
.page-static-content p {
  margin: 12px 0;
  font-size: 2.4rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.page-static-content p .img-article {
  position: relative;
  margin: 0;
  display: block;
}
.page-static-content p .img-article img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-static-content p .img-article span.image-caption {
  position: absolute;
  display: block;
  bottom: 10px;
  z-index: 100;
  width: 100%;
  padding: 5px 10px;
  font-size: 1.4rem;
  line-height: 1.2;
  color: var(--text-color);
  background: rgba(255, 255, 255, 0.8);
  font-style: italic;
}
.page-static-content h2,
.page-static-content h3 {
  margin: 25px 0;
  font-size: 4.2rem;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.page-static-content h3 {
  font-size: 3rem;
}
.page-static-content strong {
  font-weight: 500;
}
.page-static-content ul,
.description ul {
  margin: 25px 0;
  padding-left: 20px;
}
.page-static-content ul li,
.description ul li {
  position: relative;
  margin-bottom: 12px;
  font-size: 2.4rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.page-static-content ul li::before,
.description ul li::before {
  content: "•";
  margin-right: 1rem;
}
.page-static-content ul ul,
.description ul ul {
  margin: 25px 0;
  padding-left: 20px;
}
.page-static-content ul ul li::before,
.description ul ul li::before {
  content: "◦";
}
.page-static-content ol,
.description ol {
  margin: 25px 0;
  padding-left: 20px;
  list-style-type: none;
  counter-reset: item;
}
.page-static-content ol li,
.description ol li {
  counter-increment: item;
  position: relative;
  margin-bottom: 12px;
  font-size: 2.4rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.page-static-content ol li:before,
.description ol li:before {
  content: counters(item, ".") ".";
  margin-right: 1rem;
}
.page-static-content ol ol,
.page-static-content ol ul,
.description ol ol,
.description ol ul {
  margin: 25px 0;
  padding-left: 20px;
}
.page-static-content table {
  /* display: block; */
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0.5rem;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: auto;
}
.page-static-content table thead {
  background-color: var(--base-color-main);
  border-bottom: 1px solid var(--base-color-main);
}
.page-static-content table th {
  padding: 15px;
  text-align: left;
  color: var(--base-color-text-white);
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}
.page-static-content table td {
  padding: 12px 15px;
  border-bottom: 1px solid #e0e0e0;
  vertical-align: middle;
  color: var(--base-color-text-dark);
  font-size: 1.4rem;
}
.page-static-content table tbody tr:nth-child(even) {
  background-color: #ebeff0;
}
.page-static-content table tbody tr:hover {
  background-color: var(--base-color-main-hover);
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.page-static-content table tbody tr:hover td {
  color: var(--base-color-text-white);
}

/*
* Стили прелоадера
*/
.preloader {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.8);
  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;
  z-index: 500;
}

.preloader__spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #f3f3f3;
  border-top: 5px solid var(--base-color-main);
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*
* Стили скелетона
*/
.skeleton-grid {
  position: absolute;
  inset: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding: 16px;
  background: #ffffff;
  z-index: 400;
}

.skeleton-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.skeleton-img {
  min-height: 350px;
  background: #b0b0b0;
  border-radius: 4px;
  -webkit-animation: pulse 1.5s ease-in-out infinite;
  animation: pulse 1.5s ease-in-out infinite;
}

.skeleton-line {
  margin-top: 10px;
  height: 15px;
  background: #b0b0b0;
  border-radius: 4px;
  -webkit-animation: pulse 1.5s ease-in-out infinite;
  animation: pulse 1.5s ease-in-out infinite;
}

.skeleton-button {
  margin-top: 24px;
  width: 50%;
  height: 30px;
  background: #b0b0b0;
  border-radius: 4px;
  -webkit-animation: pulse 1.5s ease-in-out infinite;
  animation: pulse 1.5s ease-in-out infinite;
}

.skeleton-line.short {
  width: 60%;
}

@-webkit-keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}
.category-product {
  position: relative;
}
.category-product section.description {
  padding-top: 0 !important;
}

.page-static,
.page-product {
  padding-bottom: 40px;
}

/*
Шапка сайта Header.scss
*/
.header {
  z-index: 1001;
  position: sticky;
  top: 5px;
  margin-top: 15px;
}
.header__container {
  gap: 30px;
  padding: 0 10px;
  height: 80px;
  background-color: #f9f9f9;
  border-radius: 8px;
}

.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  min-width: 200px;
}

.header-price {
  position: relative;
  overflow: hidden;
  height: var(--header-height);
  padding-right: 20px;
  padding-left: 20px;
}
.header-price__icon {
  width: 20px;
  height: 20px;
  min-width: 20px;
  -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;
}
@media (any-hover: hover) {
  .header-price:hover .size-icon {
    -webkit-animation: GetPriceAnimation 0.45s ease forwards;
    animation: GetPriceAnimation 0.45s ease forwards;
  }
}

.header-nav {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}
.header-nav__list {
  gap: 32px;
}
.header-nav__item {
  position: relative;
}
@media (any-hover: hover) {
  .header-nav__item:hover .header-nav-drop {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
    visibility: visible;
  }
}
.header-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: var(--header-height);
}

.header-nav-drop {
  position: absolute;
  left: 0;
  top: 100%;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  min-width: 250px;
  -webkit-box-shadow: 0 4px 20px 0 rgba(68, 68, 68, 0.12);
  box-shadow: 0 4px 20px 0 rgba(68, 68, 68, 0.12);
  background-color: var(--white-color);
  border-radius: 8px;
  padding: 20px 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.header-nav-drop__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: 6px;
}
.header-nav-drop__link {
  font-size: 1.6rem;
}

.header-mobile-menu {
  display: none;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  height: var(--header-height);
}

/*
* Мобильное меню
*/
.mobile-menu {
  position: absolute;
  left: 0;
  top: -5px;
  width: 100%;
  background-color: var(--white-color);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: -1;
}
.mobile-menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.mobile-menu__content {
  padding: 125px 25px 25px;
  min-height: 100vh;
  overflow: auto;
}
.mobile-menu__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: 30px;
}
.mobile-menu__link {
  font-size: 3.2rem;
  line-height: 3.8rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--base-color-text-gray);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.mobile-menu__link_call {
  color: var(--base-color-main);
  -webkit-transition: none;
  transition: none;
}
@media (any-hover: hover) {
  .mobile-menu__link_call:hover {
    color: var(--white-color) !important;
  }
}
@media (any-hover: hover) {
  .mobile-menu__link:hover {
    color: var(--base-color-main-hover);
  }
}
.mobile-menu__contacts {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 100px;
}

.header-button-mobile-menu {
  width: 100%;
  height: 100%;
  gap: 8px;
}
.header-button-mobile-menu.active {
  background-color: var(--base-color-main);
  color: var(--white-color);
}
.header-button-mobile-menu__icon {
  width: 19px;
  height: 19px;
}
.header-button-mobile-menu__text {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 700;
}

.header-contacts {
  gap: 30px;
}

.header-phone-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: var(--header-height);
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 700;
}

.header-social-block {
  position: relative;
  gap: 1px;
  height: var(--header-height);
  border: 1px solid #ffba65;
  border-radius: 4px;
}

.vertical-divider {
  display: block;
  width: 1px;
  height: 50%;
  background-color: #c4c4c4;
}

.tiktok,
.viber,
.mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 18px;
  height: 100%;
}
@media (any-hover: hover) {
  .tiktok:hover svg,
  .viber:hover svg,
  .mail:hover svg {
    color: var(--base-color-main-hover);
  }
}

.tiktok svg,
.viber svg,
.mail svg {
  width: 20px;
  height: 20px;
  color: var(--base-color-main);
}

@-webkit-keyframes GetPriceAnimation {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(250%);
    transform: translateY(250%);
  }
  50.5% {
    -webkit-transform: translateY(-250%);
    transform: translateY(-250%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes GetPriceAnimation {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(250%);
    transform: translateY(250%);
  }
  50.5% {
    -webkit-transform: translateY(-250%);
    transform: translateY(-250%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/*
* swiper секция на главной странице
*/
.dimetPresentationProduct {
  position: relative;
  margin-top: 25px;
}

.dimet-swiper {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/5;
}
.dimet-swiper__slide {
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 0 15%;
  height: 100%;
  border-radius: 8px;
}
.dimet-swiper__slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 70%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
}
.dimet-swiper__slide--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}
.dimet-swiper__content {
  position: relative;
  z-index: 100;
  max-width: 920px;
  color: var(--white-color);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.dimet-swiper__title {
  font-size: 7.8rem;
  font-weight: 700;
  line-height: 8.3rem;
  margin-bottom: 20px;
}
.dimet-swiper__description {
  margin-bottom: 35px;
  font-size: 2rem;
  line-height: 3rem;
}
.dimet-swiper__button {
  font-size: 1.6rem;
  line-height: 1.6rem;
}
.dimet-swiper__navigation {
  position: absolute;
  bottom: 60px; /* Отступ снизу */
  right: 50px; /* Отступ справа */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  gap: 15px; /* Расстояние между кнопками */
}
.dimet-swiper__button-prev, .dimet-swiper__button-next {
  position: static;
  width: 50px;
  height: 50px;
  font-size: 25px;
  background: var(--white-color);
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  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(--base-color-main);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media (any-hover: hover) {
  .dimet-swiper__button-prev:hover, .dimet-swiper__button-next:hover {
    background: rgba(255, 255, 255, 0.8);
  }
}
.dimet-swiper__button-prev {
  left: 30px;
}
.dimet-swiper__button-next {
  right: 30px;
}
.dimet-swiper__pagination {
  position: absolute !important;
  bottom: 30px !important;
  left: 50% !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  z-index: 10 !important;
}
.dimet-swiper__pagination-bullet {
  width: 20px;
  height: 3px;
  margin: 0 4px;
  border-radius: 2px;
  background-color: var(--white-color);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dimet-swiper__pagination-bullet--active {
  width: 30px;
  background: var(--base-color-main);
}

/*
* Преимущества технологии Димет
*/
.advantages__list-items {
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.advantages__item {
  border-top: 1px solid rgb(228, 232, 243);
}
.advantages__item-container {
  padding: 40px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px 70px;
}
.advantages__num {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100px;
  flex: 0 1 100px;
  font-size: 10rem;
  line-height: 1;
  font-weight: 500;
  color: var(--base-color-main);
}
.advantages__title-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 560px;
  flex: 0 1 560px;
  font-size: 3rem;
  font-weight: 500;
  color: var(--base-color-text-dark);
}
.advantages__description-item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  min-width: 500px;
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: var(--base-color-text-gray);
}

/*
* Карточка товара
*/
.cart-product {
  -ms-grid-column-span: 3;
  grid-column: span 3;
  border: 1px solid #e4e8f3;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .cart-product:hover {
    border-color: var(--base-color-text-white);
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.0980392157);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.0980392157);
    z-index: 1;
  }
  .cart-product:hover .cart-product__title {
    color: var(--base-color-main);
  }
}
.cart-product__body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
  padding: 24px;
  height: 100%;
}
.cart-product__img {
  position: relative;
  padding-top: 100%;
}
.cart-product__sticker {
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
}
.cart-product__popular {
  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;
  padding: 5px 8px;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: var(--base-color-text-white);
  border-radius: 4px;
  background-color: var(--base-color-main);
}
.cart-product__image-link {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.cart-product__image-product {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
}
.cart-product__title {
  font-size: 3rem;
  line-height: 3.9rem;
  font-weight: 700;
  color: var(--base-color-text-gray);
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.cart-product__char-list {
  margin-top: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
}
.cart-product__char-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cart-product__char-item::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted var(--base-color-text-gray);
  opacity: 0.3;
}
.cart-product__char-item-text, .cart-product__char-item-value {
  display: block;
  z-index: 1;
  background-color: var(--base-color-text-white);
}
.cart-product__char-item-text {
  padding-right: 15px;
  font-size: 1.5rem;
  color: var(--base-color-text-gray);
}
.cart-product__char-item-value {
  padding-left: 15px;
  font-size: 1.5rem;
  color: var(--base-color-text-dark);
}
.cart-product__link-btn {
  position: relative;
}
.cart-product__button-more {
  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;
  width: 100%;
}

/*
* Продукция Димет (на главной)
*/
.products {
  position: relative;
}
.products__header {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 60px;
}
.products-buttons {
  position: relative;
  overflow: hidden;
  overflow-x: auto;
  gap: 10px;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch; /* Для плавного скролла на iOS */
  padding-bottom: 15px; /* Чтобы скроллбар не накладывался на кнопки */
  margin-bottom: -15px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.products-buttons::-webkit-scrollbar {
  display: none;
}

.products-btn {
  white-space: nowrap;
  -webkit-appearance: none;
  font-size: 1.6rem;
  color: var(--base-color-text-gray);
  background-color: rgba(228, 232, 243, 0.4);
  scroll-snap-align: start;
}
@media (any-hover: hover) {
  .products-btn:hover {
    background-color: rgba(255, 166, 64, 0.1);
    color: var(--base-color-main);
  }
}

.products-btn.active {
  background-color: var(--base-color-main);
  color: var(--base-color-text-white);
}

.products-list {
  position: relative;
  margin-top: 40px;
}
.products-list__container {
  gap: 15px;
}

/*
* Технология газодинамического напыления
*/
.technology__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px 60px;
  max-width: 100%;
}
.technology__title {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  font-size: 3.5rem;
  font-weight: 500;
  text-transform: uppercase;
}
.technology__subtitle {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  margin-top: 0;
  font-size: 2rem;
  line-height: 2.8rem;
}
.technology__container {
  margin-top: 40px;
}
.technology .swiper-pagination {
  display: none;
}

/*
* Стили видео-контейнера в свайпере
*/
.technology .swiper-wrapper {
  -webkit-transition-timing-function: ease-out !important;
  transition-timing-function: ease-out !important;
}

.technology .swiper-slide {
  background-color: var(--base-color-text-gray);
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  -webkit-transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, -webkit-transform !important;
  transition-property: transform, opacity !important;
  transition-property: transform, opacity, -webkit-transform !important;
  -webkit-transition-duration: 0.3s, 0.5s;
  transition-duration: 0.3s, 0.5s;
  opacity: 0.3;
}

.technology .swiper-slide-active,
.technology .swiper-slide-next {
  opacity: 1 !important;
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}

.video-container {
  position: relative;
  height: 410px;
}

.video-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: var(--base-color-main);
  border-radius: 50%;
  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;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 10;
}

.play-title {
  position: absolute;
  top: 60%;
  padding: 10px 20px;
  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;
  width: 100%;
  font-size: 4.5rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2;
  color: var(--base-color-text-white);
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.8);
  background-color: rgba(0, 0, 0, 0.5);
}

.play-icon:hover {
  background: var(--base-color-main-hover);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

.play-icon::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 25px solid white;
  margin-left: 5px;
}

.video-iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: none;
}

.technology .swiper-pagination-bullet {
  margin: 0 4px !important;
  width: 30px !important;
  height: 5px !important;
  border-radius: 2px !important;
  background-color: var(--white-color) !important;
}

.technology .swiper-pagination-bullet-active {
  width: 45px !important;
  background: var(--base-color-main) !important;
}

/*
* Области применения оборудования Димет
*/
.applications__container {
  margin-top: 40px;
  gap: 20px 40px;
}
.applications__block-image {
  position: relative;
  overflow: hidden;
  -ms-grid-column-span: 3;
  grid-column: span 3;
  border-radius: 8px;
}
.applications__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}
.applications__block-video-preview {
  position: relative;
  overflow: hidden;
  -ms-grid-column-span: 4;
  grid-column: span 4;
  border-radius: 8px;
}
.applications__block-video-preview .video-container {
  height: 100%;
  min-height: 410px;
}
.applications__block-list-applications {
  -ms-grid-column-span: 5;
  grid-column: span 5;
}

.list-applications {
  -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;
  gap: 10px;
  height: 100%;
}
.list-applications__item {
  padding: 24px 30px;
  gap: 10px 30px;
  border: 1px solid rgba(255, 137, 0, 0.2);
  border-radius: 8px;
}
@media (any-hover: hover) {
  .list-applications__item:hover .list-applications__img .size-icon {
    color: var(--white-color);
    -webkit-transition: color 1s ease;
    transition: color 1s ease;
  }
  .list-applications__item:hover .list-applications__img::before {
    width: 150%;
    height: 150%;
    border-color: var(--base-color-main);
  }
}
.list-applications__img {
  position: relative;
  overflow: hidden;
  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;
  min-width: 86px;
  height: 86px;
  border: 1px solid var(--base-color-main);
  border-radius: 100px;
}
.list-applications__img .size-icon {
  position: relative;
  width: 34px;
  height: 34px;
  color: var(--base-color-main);
  -webkit-transition: color 2s ease;
  transition: color 2s ease;
}
.list-applications__img::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: var(--base-color-main);
  border: 2px solid transparent;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: width 1s ease, height 1s ease, border-color 1s ease;
  transition: width 1s ease, height 1s ease, border-color 1s ease;
  z-index: 0;
}
.list-applications__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 10px;
}
.list-applications__title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  color: var(--base-color-text-dark);
}
.list-applications__description {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.02em;
  color: var(--base-color-text-gray);
}

/*
* Нам доверяют
*/
.reviews {
  position: relative;
}
.reviews__header {
  gap: 20px 60px;
}
.reviews__title {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  font-size: 3.5rem;
  font-weight: 500;
  text-transform: uppercase;
}
.reviews__subtitle {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  margin-top: 0;
  font-size: 2rem;
  line-height: 2.8rem;
}
.reviews__container {
  margin-top: 40px;
}

.swiper-slide-content {
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px;
  border-radius: 20px;
  background: var(--white-color);
  border: 1px solid #eaeaea;
  cursor: -webkit-grab;
  cursor: grab;
}
@media (any-hover: hover) {
  .swiper-slide-content:hover .review-content__button {
    background-color: transparent;
    color: var(--base-color-main);
    border: 1px solid var(--base-color-main);
  }
}

.review-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 50px;
}
.review-content__text {
  max-width: 1350px;
}
.review-content__text p {
  font-size: 4.3rem;
  line-height: 1.2;
  margin-bottom: 30px;
}
.review-content__button {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  border: 1px solid transparent;
}
@media (any-hover: hover) {
  .review-content__button:hover {
    background-color: var(--base-color-main) !important;
    color: var(--white-color) !important;
    border-color: transparent !important;
  }
}

.review {
  position: relative;
}
.review__author-section {
  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-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
.review__author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.review__author-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 3px solid var(--base-color-main);
}
.review__author-name {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 500;
  color: var(--base-color-text-dark);
}
.review__position {
  margin-top: 3px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  color: rgb(153, 153, 170);
}
.review__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

.star {
  width: 25px;
  height: 25px;
}

/* Стрелки навигации */
.swiper-button-next,
.swiper-button-prev {
  background-color: white !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 8px !important;
  margin-top: 0 !important;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
  color: var(--base-color-main) !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 1.4rem !important;
  font-weight: bold !important;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: var(--base-color-main-hover) !important;
  color: var(--white-color) !important;
}

/* Пагинация */
.swiper-pagination {
  bottom: 20px !important;
}

.swiper-pagination-bullet {
  background: white !important;
  opacity: 0.7 !important;
  width: 12px !important;
  height: 12px !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
  background: #6a11cb !important;
  opacity: 1 !important;
  -webkit-transform: scale(1.2) !important;
  -ms-transform: scale(1.2) !important;
  transform: scale(1.2) !important;
}

/* Модальное окно */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  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;
  z-index: 1002;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.modal-content {
  background: var(--white-color);
  border-radius: 20px;
  width: 90%;
  max-width: 800px;
  max-height: 90vh;
  overflow-y: auto;
  padding: 40px;
  position: relative;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -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;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.modal-overlay.active .modal-content {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.modal-author-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.modal-author-name {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 500;
  color: var(--base-color-text-dark);
}

.modal-author-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 4px solid var(--base-color-main);
}

.modal-review-rating {
  margin-top: 10px;
}

.modal-review-text {
  font-size: 1.8rem;
  line-height: 1.5;
  color: var(--base-color-text-gray);
  margin-bottom: 30px;
}

.btn-close:hover {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

/*
* Статьи
*/
.articles-content {
  position: relative;
  margin-top: 40px;
}
.articles-content__container {
  gap: 15px;
}

.article-news {
  position: relative;
  overflow: hidden;
  -ms-grid-column-span: 3;
  grid-column: span 3;
  border-radius: 8px;
}
@media (any-hover: hover) {
  .article-news:hover .article-news__title {
    opacity: 0.7;
  }
}
.article-news__image {
  position: relative;
  padding-top: 100%;
}
.article-news__image::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  inset: 0;
  opacity: 0.4;
  background-color: var(--black-color);
}
.article-news__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.article-news__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: 10px;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
}
.article-news__category {
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 400;
  color: var(--base-color-text-white);
  opacity: 0.6;
}
.article-news__title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
  color: var(--base-color-text-white);
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
.article-news__date {
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 400;
  color: var(--base-color-text-white);
  opacity: 0.6;
}
.article-news__link {
  position: absolute;
  inset: 0;
  z-index: 11;
}

/*
* О компании и технологии Димет
*/
.description {
  position: relative;
}
.description__content {
  position: relative;
}
.description__text-wrapper {
  overflow: hidden;
  -webkit-transition: max-height 0.8s ease;
  transition: max-height 0.8s ease;
}
.description__text-wrapper h2 {
  font-size: 5.5rem;
  font-weight: 900;
  color: var(--base-color-text-dark);
  text-transform: uppercase;
  letter-spacing: -0.02em;
}
.description__text-wrapper h3 {
  font-size: 3.5rem;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
}
.description__text-wrapper p {
  margin: 15px 0;
  font-size: 2.4rem;
  line-height: 1.3;
}
.description .description__text-wrapper.expanded + .description__fade-effect {
  opacity: 0;
}
.description__fade-effect {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.9)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
  pointer-events: none;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.description__toggle-btn {
  margin-top: 12px;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.02em;
}
@media (min-width: 769px) {
  .description .description__toggle-btn {
    display: none;
  }
}
.description__title {
  font-weight: 900;
  color: var(--base-color-text-dark);
}

/**
* Speedbar - Хлебные крошки
*/
.breadcrumbs {
  position: relative;
  padding: 40px 0;
}
.breadcrumbs__container {
  position: relative;
  overflow: hidden;
  overflow-x: auto;
  gap: 10px;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch; /* Для плавного скролла на iOS */
  padding-bottom: 15px; /* Чтобы скроллбар не накладывался на кнопки */
  margin-bottom: -15px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.breadcrumbs__container::-webkit-scrollbar {
  display: none;
}
.breadcrumbs__container a {
  padding: 8px 16px 9px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: -0.02em;
  white-space: nowrap;
  -webkit-appearance: none;
  color: var(--base-color-main);
  border: 1px solid;
  border-color: var(--base-color-main-hover);
  border-radius: 3px;
  background-color: var(--white-color);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (any-hover: hover) {
  .breadcrumbs__container a:hover {
    color: var(--white-color);
    background-color: var(--base-color-main-hover);
  }
}

/**
* Заголовки категорий
*/
.category-title {
  margin-bottom: 25px;
}
.category-title__title {
  font-size: 4.8rem;
  color: var(--base-color-text-dark);
}

/**
* Список дочерних категорий
*/
.category-list {
  margin-bottom: 40px;
}
.category-list__container {
  position: relative;
  overflow: hidden;
  overflow-x: auto;
  gap: 10px;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch; /* Для плавного скролла на iOS */
  padding-bottom: 15px; /* Чтобы скроллбар не накладывался на кнопки */
  margin-bottom: -15px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.category-list__container::-webkit-scrollbar {
  display: none;
}

.category-list-item {
  border-radius: 3px;
  padding: 12px 21px 11px;
  background-color: var(--white-color);
  border: 1px solid;
  border-color: var(--base-color-main);
  color: var(--base-color-main);
  white-space: nowrap;
  -webkit-appearance: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (any-hover: hover) {
  .category-list-item:hover {
    color: var(--white-color);
    background-color: var(--base-color-main);
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}
.category-list-item.active-item {
  color: var(--white-color);
  background-color: var(--base-color-main);
}
.category-list-item__title {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.02em;
}

/**
* Категории карточек товаров
*/
.category-product-list__container {
  gap: 20px;
}

/**
* Страница категорий новостей / блока
*/
.category-news {
  position: relative;
  padding-bottom: 40px;
}
.category-news .articles-content {
  margin: 0;
}
.category-news .pagination {
  margin-top: 15px;
}

/**
* Навигация по страницам
*/
.pagination {
  position: relative;
  -ms-grid-column-span: 12;
  grid-column: span 12;
}
.pagination__container {
  gap: 7px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pagination__pages {
  gap: 7px;
}
.pagination__pages span {
  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;
  gap: 7px;
  padding: 15px 20px;
  border: 1px solid;
  border-color: var(--base-color-main);
  border-radius: 3px;
  background-color: var(--base-color-main);
  color: var(--base-color-text-white);
}
.pagination__prev span, .pagination__next span {
  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;
  gap: 7px;
  opacity: 0.4;
  pointer-events: none;
  padding: 15px 20px;
  border: 1px solid;
  border-color: var(--base-color-main);
  border-radius: 3px;
  background-color: var(--base-color-main);
  color: var(--base-color-text-white);
}
.pagination__prev svg, .pagination__next svg {
  margin-top: 2px;
}
.pagination a {
  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;
  gap: 7px;
  padding: 15px 20px;
  color: var(--base-color-text-dark);
  border: 1px solid;
  border-color: var(--base-color-main-hover);
  border-radius: 3px;
}
@media (any-hover: hover) {
  .pagination a:hover {
    color: var(--white-color);
    background-color: var(--base-color-main-hover);
    border-color: var(--base-color-main-hover);
  }
}

/**
* Статические страницы
*/
.page-static {
  position: relative;
}
.page-static__container {
  gap: 60px;
}
.page-static__back-to-page {
  height: 100%;
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.page-static__button {
  position: sticky;
  top: 100px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  width: 100%;
  max-width: 235px;
  gap: 15px;
}
.page-static__button svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.page-static__button-text {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.page-static__banner {
  -ms-grid-column-span: 3;
  grid-column: span 3;
  height: 100%;
}

.page-static-content {
  -ms-grid-column-span: 7;
  grid-column: span 7;
}
.page-static-content__detail {
  margin-top: 20px;
}

.banner {
  position: sticky;
  top: 100px;
  width: 100%;
  height: 500px;
  background-color: var(--base-color-main);
  color: var(--base-color-text-white);
  border-radius: 8px;
}
.banner__container {
  -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: 40px;
  height: 100%;
  padding: 40px;
}
.banner__title {
  font-size: 4.2rem;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.banner__description {
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.banner__button {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
}

/**
* Полная страница карточки товара
*/
.page-product {
  position: relative;
}
.product p,
.product ul li,
.product table {
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: -0.02em;
}
.product__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 70px;
}
.product__title {
  font-size: 6.2rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.product-preview {
  position: relative;
  gap: 20px 40px;
}

.product-preview-block {
  -ms-grid-column-span: 6;
  grid-column: span 6;
}
.product-preview-block_container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.product-preview-block_mob {
  display: none;
}
.product-preview-block__short-description {
  margin-top: 40px;
  color: var(--base-color-text-gray);
}
.product-preview-block__char-short-block {
  margin: 30px 0;
}
.product-preview-block__proposal {
  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;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 500;
}
.product-preview-block__wb {
  position: relative;
  margin-top: 25px;
}

.product-preview-image {
  position: relative;
  -ms-grid-column-span: 6;
  grid-column: span 6;
  width: 100%;
}
.product-preview-image__gallery {
  position: relative;
  overflow: hidden;
}

ul.xfieldimagegallery.gallery-image {
  display: none !important;
}

.main-slider,
.thumb-slider {
  position: relative;
}
.main-slider .swiper-slide,
.thumb-slider .swiper-slide {
  position: relative;
  padding-top: 50%;
  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;
}
.main-slider .swiper-slide img,
.thumb-slider .swiper-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.thumb-slider {
  margin-top: 40px;
}
.thumb-slider .swiper-slide {
  position: relative;
  padding-top: 15%;
  cursor: pointer;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  background-color: var(--white-color);
}
.thumb-slider .swiper-slide img {
  padding: 10px;
  opacity: 0.6;
}
.thumb-slider .swiper-slide-thumb-active {
  border-color: var(--base-color-main);
}
.thumb-slider .swiper-slide-thumb-active img {
  opacity: 1;
}

.char-short-block {
  position: relative;
}
.char-short-block__char-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.char-short-block__char-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px 20px;
}
.char-short-block__char-item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--base-color-text-dark);
}
.char-short-block__char-item-value {
  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;
  padding: 11px 20px;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 400;
  color: var(--base-color-text-dark);
  border-radius: 8px;
  border: 1px solid #eaeaea;
}

.by-product-wb {
  position: relative;
  gap: 20px;
  padding: 12px 20px;
  border: 3px solid #a73afd;
  border-radius: 8px;
  background-color: #a73afd;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.by-product-wb img {
  width: 50px;
  height: 50px;
}
.by-product-wb span {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--base-color-text-white);
}
@media (any-hover: hover) {
  .by-product-wb:hover {
    background-color: #9638de;
  }
}

.product-content {
  position: relative;
  gap: 40px;
}
.product-content p {
  margin: 25px 0;
}
.product-content p .img-article {
  position: relative;
  margin: 0;
  display: block;
}
.product-content p .img-article img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.product-content p .img-article span.image-caption {
  position: absolute;
  display: block;
  bottom: 10px;
  z-index: 100;
  width: 100%;
  padding: 5px 10px;
  font-size: 1.4rem;
  line-height: 1.2;
  color: var(--text-color);
  background: rgba(255, 255, 255, 0.8);
  font-style: italic;
}
.product-content table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}
.product-content table tr {
  border-bottom: 1px solid #eaeaea;
}
.product-content table td,
.product-content table th {
  padding: 12px 8px;
  vertical-align: middle;
  height: 64px;
  color: rgba(50, 50, 50, 0.6);
}
.product-content table td:first-child,
.product-content table th:first-child {
  min-width: 300px;
  font-weight: 500;
  color: var(--base-color-text-dark);
}
.product-content ul {
  margin: 25px 0;
  padding-left: 20px;
}
.product-content ul li {
  position: relative;
  margin-bottom: 12px;
  font-size: 2.4rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.product-content ul li::before {
  content: "•";
  margin-right: 1rem;
}
.product-content ul ul {
  margin: 12px 0;
  padding-left: 20px;
}
.product-content ul ul li::before {
  content: "◦";
}
.product-content ol {
  margin: 25px 0;
  padding-left: 20px;
  list-style-type: none;
  counter-reset: item;
}
.product-content ol li {
  counter-increment: item;
  position: relative;
  margin-bottom: 12px;
  font-size: 2.4rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.product-content ol li:before {
  content: counters(item, ".") ".";
  margin-right: 1rem;
}
.product-content ol ol,
.product-content ol ul {
  margin: 12px 0;
  padding-left: 20px;
}
.product-content__description {
  -ms-grid-column-span: 8;
  grid-column: span 8;
}
.product-content__title,
.product-content__description h2 {
  margin-bottom: 20px;
  font-size: 4.5rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.product-content__complete {
  -ms-grid-column-span: 4;
  grid-column: span 4;
}
.product-content__char-block {
  -ms-grid-column-span: 12;
  grid-column: span 12;
}
.product-content__video-presentation {
  -ms-grid-column-span: 12;
  grid-column: span 12;
}
.product-content__results {
  -ms-grid-column-span: 12;
  grid-column: span 12;
}
.product-content__result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
.product-content__btn {
  font-size: 5.6rem;
  line-height: 1.2;
  font-weight: 700;
  color: var(--base-color-text-white) !important;
  border-radius: 8px;
}

.video-presentation {
  position: relative;
}
.video-presentation__content {
  gap: 20px;
}
.video-presentation__content div {
  -ms-grid-column-span: 6;
  grid-column: span 6;
}
.video-presentation__content iframe,
.video-presentation__content .dleplyrplayer,
.video-presentation__content p {
  position: relative;
  overflow: hidden;
  width: 100% !important;
  /* height: 400px !important; */
  border-radius: 8px;
}

/*
* Footer
*/
.footer {
  position: relative;
  background-color: rgb(27, 27, 27);
}
.footer__content {
  padding: 48px 0 0;
  gap: 30px;
}
.footer__content, .footer__content a, .footer__bottom {
  color: var(--base-color-text-white);
}
.footer__bottom {
  padding: 25px 0 40px;
}
.footer__text {
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
  opacity: 0.7;
}

.footer-main-part {
  -ms-grid-column-span: 8;
  grid-column: span 8;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
}
.footer-main-part__content {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

.footer-main-part-item__title {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.footer-main-part-item__list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 10px;
}
.footer-main-part-item__link {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.02em;
  opacity: 0.7;
}
@media (any-hover: hover) {
  .footer-main-part-item__link:hover {
    opacity: 1;
  }
}

.footer-main-contact {
  -ms-grid-column-span: 4;
  grid-column: span 4;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
}
.footer-main-contact__title {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.footer-main-contact__adresses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}
.footer-main-contact__social-block {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 20px;
  gap: 1px;
  border: 1px solid var(--base-color-main);
  border-radius: 4px;
}

.adresses-footer__phone-number {
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 500;
}
.adresses-footer__mail-to {
  font-size: 1.7rem;
  line-height: 1.2;
}
@media (any-hover: hover) {
  .adresses-footer__phone-number:hover, .adresses-footer__mail-to:hover {
    opacity: 0.7;
  }
}
.adresses-footer__city {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.adresses-footer__adress:not(span) {
  font-size: 1.5rem;
  opacity: 0.7;
}
.adresses-footer__hour:not(span) {
  font-size: 1.5rem;
  opacity: 0.7;
}
.adresses-footer__adress span, .adresses-footer__hour span {
  border-bottom: 1px solid #eaeaea;
}

/* Attention! Do not delete. */

.maxdev-by-copyright {
  position: relative;
  display: flex;
  justify-content: flex-start;
  padding: 0 0 1.5rem;
  font-size: 1.3rem;
  line-height: 1.2;
  color: var(--gray-color, #666);
}

.maxdev-by-copyright a {
  margin-left: 0.5rem;
  font-weight: 400;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
}

.maxdev-by-copyright a:hover {
  color: #d3243d;
}

.maxdev-by-copyright a span {
  color: #d72929;
  transition: color 0.2s ease-in-out;
  font-weight: 700;
}

.maxdev-by-copyright a:hover span {
  color: var(--white-color, #fff);
}

/* Стили для модального окна */
.maxdev-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.maxdev-modal.active {
  opacity: 1;
  visibility: visible;
}

.maxdev-modal .maxdev-by-copyright {
  font-size: 1.6rem;
  justify-content: center;
}

.maxdev-modal .maxdev-by-copyright a {
  color: var(--gray-color, #666);
}

.maxdev-modal .maxdev-by-copyright a:hover {
  color: #d3243d;
}

.maxdev-modal .maxdev-by-copyright a span {
  color: #d72929;
  transition: color 0.2s ease-in-out;
  font-weight: 700;
}

.maxdev-modal .maxdev-by-copyright a:hover span {
  color: #d72929; /* Fallback цвет */
}

.maxdev-modal-content {
  background: white;
  padding: 2rem;
  border-radius: 8px;
  text-align: center;
  max-width: 90%;
}

.maxdev-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: white;
}

@media screen and (max-width: 1400px) {
  .dimet-swiper__title {
    font-size: 5.8rem;
    line-height: 6.3rem;
  }
  .page-static__container {
    gap: 30px;
  }
  .page-static__banner {
    display: none;
  }
  .page-static-content {
    -ms-grid-column-span: 10;
    grid-column: span 10;
  }
}
@media screen and (max-width: 1200px) {
  .dimet-swiper__title {
    font-size: 4.8rem;
    line-height: 5.3rem;
  }
  .dimet-swiper__navigation {
    bottom: 30px;
    right: 30px;
  }
  .dimet-swiper__button-prev,
  .dimet-swiper__button-next {
    width: 40px;
    height: 40px;
    font-size: 2rem;
  }
  .products-list .grid-column {
    -ms-grid-columns: 1fr [9];
    grid-template-columns: repeat(9, 1fr);
  }
  .applications__block-image {
    display: none;
  }
  .applications .grid-column {
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
  }
  .applications__block-list-applications {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
  .articles-content .grid-column {
    -ms-grid-columns: 1fr [6];
    grid-template-columns: repeat(6, 1fr);
  }
  .category-product-list__container {
    -ms-grid-columns: (1fr)[9];
    grid-template-columns: repeat(9, 1fr);
  }
  .pagination {
    -ms-grid-column-span: 9;
    grid-column: span 9;
  }
  .page-static__back-to-page {
    display: none;
  }
  .page-static-content {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }
}
@media screen and (max-width: 992px) {
  .header__container {
    gap: 15px;
  }
  .header-nav {
    display: none;
  }
  .header-mobile-menu {
    display: block;
  }
  .header-price {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .dimet-swiper__slide {
    padding: 0 7%;
  }
  .dimet-swiper__title {
    font-size: 3.5rem;
    line-height: 4rem;
  }
  .dimet-swiper__description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .products-list .grid-column {
    -ms-grid-columns: 1fr [6];
    grid-template-columns: repeat(6, 1fr);
  }
  .technology__header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .technology__title,
  .technology__subtitle {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .applications .grid-column {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .applications__block-video-preview .video-container {
    height: 410px;
  }
  .list-applications {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list-applications__item {
    padding: 17px 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% - 5px);
    flex: 0 1 calc(50% - 5px);
  }
  .review-content__text p {
    font-size: 2.8rem;
  }
  .review__author-name {
    font-size: 2.2rem;
  }
  .reviews__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__content {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
  .footer-main-part,
  .footer-main-contact {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
  .category-product-list__container {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
  .pagination {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
  .pagination__pages span,
  .pagination a,
  .pagination__prev span, .pagination__next span {
    padding: 10px 15px;
  }
  .product__content {
    gap: 50px;
  }
  .product__content .product-preview-block_mob {
    display: block;
  }
  .product__content .product-preview {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
  .product-preview-block_container h1 {
    display: none;
  }
  .main-slider .swiper-slide {
    border: 1px solid #eaeaea;
    border-radius: 8px;
  }
  .product__title {
    font-size: 5rem;
  }
  .product-content,
  .video-presentation__content {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
  .product-content .product-content__description,
  .product-content .product-content__complete,
  .product-content .product-content__char-block,
  .product-content .product-content__video-presentation,
  .product-content .product-content__results,
  .video-presentation__content .product-content__description,
  .video-presentation__content .product-content__complete,
  .video-presentation__content .product-content__char-block,
  .video-presentation__content .product-content__video-presentation,
  .video-presentation__content .product-content__results {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
  .product-content ul,
  .product-content ol {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .section-title,
  .description__text-wrapper h2 {
    font-size: 3.5rem;
  }
  .section-subtitle {
    font-size: 2.4rem;
    line-height: 3rem;
  }
  .header-contacts {
    display: none;
  }
  .header-button-mobile-menu {
    width: auto;
    margin-left: auto;
  }
  .header-price {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .dimet-swiper {
    height: 250px;
  }
  .advantages__item-container {
    padding: 30px 0;
    gap: 20px 70px;
  }
  .advantages__num {
    font-size: 6rem;
  }
  .advantages__title-item {
    font-size: 2.7rem;
  }
  .applications__block-video-preview .video-container {
    height: 300px;
    min-height: auto;
  }
  .list-applications__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .modal-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  .modal-author-image {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .description__toggle-btn {
    display: block;
  }
  .description__text-wrapper.collapsed {
    max-height: 350px;
  }
  .description__text-wrapper.expanded {
    max-height: 2000px;
  }
  .description__text-wrapper.expanded + .description__fade-effect {
    opacity: 0;
  }
  .pagination__pages {
    display: none;
  }
  .page-static__container {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .page-static-content {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
  .title {
    font-size: 4rem;
  }
  .page-static-content p {
    font-size: 2.1rem;
  }
  .page-static-content h2 {
    font-size: 3.4rem;
  }
  .page-static-content h3 {
    font-size: 2.8rem;
  }
  .page-static-content ul li,
  .page-static-content ol li,
  .description ul li,
  .description ol li,
  .description__text-wrapper p {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 576px) {
  .section-title,
  .description__text-wrapper h2 {
    font-size: 3rem;
  }
  .technology .section-title,
  .reviews .section-title {
    font-size: 2.7rem;
  }
  .section-subtitle {
    margin-top: 10px;
    font-size: 2rem;
    line-height: 2.6rem;
  }
  .container {
    padding: 0 6px;
  }
  .header__container {
    height: 60px;
  }
  .header-logo {
    width: 150px;
    min-width: 150px;
  }
  .header-button-mobile-menu__icon {
    width: 16px;
    height: 16px;
  }
  .header-button-mobile-menu__text {
    font-size: 1.7rem;
    line-height: 1.7rem;
  }
  .mobile-menu__content {
    padding: 100px 13px 13px;
  }
  .mobile-menu__link {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }
  .mobile-menu__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 35px;
  }
  .mobile-menu__link {
    width: 100%;
    text-align: center;
  }
  .dimet-swiper {
    height: 250px;
  }
  .dimet-swiper__navigation {
    display: none;
  }
  .dimet-swiper__pagination {
    bottom: 20px !important;
  }
  .dimet-swiper__title {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .advantages__num {
    font-size: 5rem;
  }
  .advantages__title-item {
    font-size: 2.4rem;
  }
  .advantages__description-item {
    min-width: 100%;
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
  section .products-list .products-list__container,
  section .articles-content .articles-content__container:not(.category-news .articles-content__container) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch; /* Для плавного скролла на iOS */
    padding-bottom: 15px; /* Чтобы скроллбар не накладывался на кнопки */
    margin-bottom: -15px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  section .products-list .products-list__container::-webkit-scrollbar,
  section .articles-content .articles-content__container:not(.category-news .articles-content__container)::-webkit-scrollbar {
    display: none;
  }
  section .products-list .cart-product,
  section .article-news {
    min-width: 260px;
  }
  .category-news .articles-content .grid-column {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .technology .swiper-pagination {
    display: block;
    top: 90%;
  }
  .applications__block-video-preview .video-container {
    height: 240px;
  }
  .list-applications__item {
    gap: 10px 15px;
  }
  .list-applications__img {
    min-width: 50px;
    height: 50px;
  }
  .list-applications__img .size-icon {
    width: 25px;
    height: 25px;
  }
  .list-applications__title {
    font-size: 1.6rem;
  }
  .list-applications__description {
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .swiper-slide-content {
    padding: 20px;
  }
  .review-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .review-content__text p {
    margin-bottom: 0;
    font-size: 2rem;
  }
  .review__author-section {
    gap: 20px;
    -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;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: none !important;
  }
  section .article-news__content {
    gap: 8px;
  }
  section .article-news {
    font-size: 1.8rem;
    line-height: 1.2;
  }
  .description__content h3 {
    font-size: 2.7rem;
  }
  .footer-main-part__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-main-part-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% - 10px);
    flex: 0 1 calc(50% - 10px);
  }
  .footer-main-part,
  .footer-main-contact {
    padding: 15px;
  }
  .category-product-list__container {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .pagination {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
  .title {
    font-size: 3.4rem;
  }
  .page-static-content p {
    font-size: 1.8rem;
  }
  .page-static-content h2 {
    font-size: 2.6rem;
  }
  .page-static-content h3 {
    font-size: 2.4rem;
  }
  .page-static-content ul li,
  .page-static-content ol li,
  .description ol li,
  .description ul li,
  .description__text-wrapper p {
    font-size: 1.8rem;
  }
  .page-static-content ul,
  .page-static-content ol,
  .description ol,
  .description li {
    padding-left: 5px;
  }
  .page-static-content ul ul,
  .page-static-content ul ol,
  .page-static-content ol ul,
  .page-static-content ol ol,
  .description ul ul,
  .description ul ol,
  .description ol ul,
  .description ol ol {
    padding-left: 0;
  }
  .product__content,
  .product-content {
    gap: 25px;
  }
  .product__title,
  .product-content__title,
  .product-content__description h2 {
    font-size: 3.3rem;
  }
  .product-content__title {
    margin-bottom: 15px;
  }
  .product-content p,
  .product-content ul,
  .product-content ol {
    margin: 15px 0;
  }
  .main-slider .swiper-slide {
    padding-top: 100%;
  }
  .product-preview-block__short-description {
    margin-top: 20px;
  }
  .product p, .product ul li, .product table,
  .product-content ol li {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .product-preview-block__proposal {
    text-align: center;
  }
  .video-presentation__content iframe, .video-presentation__content .dleplyrplayer,
 .video-presentation__content p, .video-presentation__content div {
    height: 250px !important;
  }
  .product-content__btn {
    width: 100%;
    font-size: 3.5rem;
    text-align: center;
  }
}
@media screen and (max-width: 375px) {
  .header-logo {
    width: 120px;
    min-width: 120px;
  }
  .dimet-swiper__button {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  .dimet-swiper__button.button-dark {
    padding: 8px 15px;
  }
}/*# sourceMappingURL=main.css.map */
