/*! 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.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  scroll-behavior: smooth;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  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;
}

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

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

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

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


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

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: normal;
  margin: 0;
}

p {
  margin: 0;
}

:root {
  --purple: #4b0083;
  --orange: #F19101;
  --blue: #1260cc;

  --white: #ffffff;
  --black: #222;
  --gray-dark: #111;
  --gray-light: #f9f9f9;
  --acc-gray: #f5f5f5;
  --footer: #222;
  --accord: #160730;
}

body[data-theme="light"] {
  --text-default: var(--black);
  --bg-default: var(--white);

  --text-accent: var(--purple);
  --bg-accent: var(--gray-light);
  --text-gray: #222;

  --shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  --shadow-accord-gap: 20px;
  --footer: #222;
  --accord: #fff;
  --contacts-text: #195bc9;

  --bg-theme: #efe8f4;

  background-color: #efe8f4;
  color: var(--black);
  --purple-accent: var(--purple);
  --bg-int: url('/img/image35.png');
  --arrow: var(--purple);
  --pug-other: var(--white);
  --line: #a1a1a1;
}

body[data-theme="dark"] {
  --text-default: var(--white);
  --bg-default: var(--gray-dark);
  --contacts-text: #e9d5ff;

  --text-accent: var(--black);
  --bg-accent: var(--purple);
  --footer: #222;
  --text-gray: #c1bebe;
  --accord: #160730;
  --arrow: #fff;
  --pug-other: var(--purple); 
  

  --shadow-accord-gap: 20px;

  --bg-theme: #222;

  background: url("/img/bg-parallax.jpg") top no-repeat, #140023;
  background-size: contain;
  color: var(--white);
  --purple-accent: var(--white);
  --bg-int: url('/img/bg-tile.png');
  --line: var(--purple);
}

/*Дата атрибуты - костыль, для темной темы можно использовать только css переменные которые в одном data атрибуте у body будут иметь два разных значения*/
[data-bg="theme"] {
  background: var(--bg-theme) !important;
}

[data-bg="accord"] {
  background: var(--accord) !important;
}

[data-bg="int"] {
  background: var(--bg-int) !important;
  background-size: cover;
}

[data-text="default"] {
  color: var(--text-default) !important;
}

[data-text="gray"] {
  color: var(--text-gray) !important;
}

[data-text="purple"] {
  color: var(--purple-accent) !important;
}

[data-text="accent"] {
  color: var(--text-accent) !important;
}

[data-bg="default"] {
  background-color: var(--bg-default) !important;
}

[data-bg="accent"] {
  background-color: var(--bg-accent);
}

[data-bg="footer"] {
  background: var(--footer) !important;
}

[data-shadow="default"] {
  box-shadow: var(--shadow);
}

[data-shadow-box="default"] {
  gap: var(--shadow-accord-gap) !important;
}

[data-bg="footer"] {
  background-color: var(--bg-footer);
}

body[data-theme="light"] .banner .slider-arrow {
  border: 2px solid #222;
  color: #222;
}

body[data-theme="light"] .slick-dots li.slick-active button {
  background: #222;
}

#sun-icon,
#moon-icon {
  transition: opacity .3s ease;
}

[data-theme="light"] #moon-icon {
  display: none;
}

[data-theme="dark"] #sun-icon {
  display: none;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #fff;
  overflow-x: hidden;
  font-family: 'Montserrat', sans-serif;
  font-display: swap;
}

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

a {
  text-decoration: none;
  color: inherit;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  padding-top: 65px;
  padding-left: 10px;
  padding-right: 10px;
}

.content {
  padding: 0 10px;
}

.container {
  max-width: 1600px;
  /* padding: 0 10px; */
  width: 100%;
  margin: 0 auto;
}

.title {
  font-weight: 700;
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
}

.title-block {
  max-width: 800px;
  margin: 0 auto;
}

.title-block h1 {
  font-size: 36px;
  font-weight: 700;
}

.title-block p {
  line-height: 1.4;
}

.card {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 380px;
  width: 100%;
}

@media(max-width: 768px) {
  .card, .card__item-img img, .card__item-img {
    /* width: 300px !important;
    height: 300px; */
    max-width: unset !important;
    min-height: 178px;
  }
  .title-block h1 {
    font-size: 32px;
  }
  
}


.card__item-img {
  max-height: 300px;
  max-width: 380px;
  /* height: 100%; */
}



.card__item-img img {
  max-width: 380px;
  /* max-width: 100%; */
  width: 100%;
  min-height: 200px;
  /* height: 100%; */
  max-height: 200px;
  object-fit: cover;
}
.news-item_big .card__item-img img {
  max-width: 100%;
  height: 100%;
  max-height: 440px;
}

@media(max-width: 1200px) {
  .card__item-img img {
    max-width: 100%;
    max-height: 200px;
  }
}

@media (max-width: 1200px) {
  .integration__projects-mob .slick-track {
    display: flex !important;
  }
}


.card__descr {
  padding: 20px;
  padding-bottom: 40px;
  text-align: center;
  background-color: #fff;
  text-align: left;
  /* max-width: 300px; */
  margin-top: auto;
  display: flex;
  align-items: center;
  height: 100px;
}

.card__descr p {
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card__descr>div {
  max-width: 380px;
}

@media(max-width: 500px) {
  .card__descr {
    /* max-width: 200px; */
  }
  .card__name {
    min-height: 37px;
  }
}

.card__name {
  color: #222;
  margin-bottom: 10px;
  font-weight: 400 !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all .2s;
}

.card:hover .card__name,
.card:hover .card__descr > div > p {
  transition: all .2s;
  font-weight: 600 !important;
}

.card__date {
  color: #767373;
  padding: 9px 18px !important;
  border-top-left-radius: 10px !important;
}


.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 10px;
}

.slick-dots li button {
  background: #565455;
  border: none;
  font-size: 0;
  width: 6px;
  height: 5px;
  border-radius: 5px;
  padding: 0;
  transition: all .1s;
}

.slick-dots li.slick-active button {
  background: var(--orange);
  width: 30px;
}


.hide_menu {
  opacity: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
  transition: all 0.3s ease;
  z-index: 11;
  position: absolute;
}

.hide_menu.active {
  opacity: 1;
  height: auto;
  pointer-events: all;
}


.btn {
  cursor: pointer;
  text-transform: uppercase;
  background-color: #F19101;
  color: #222;
  padding: 20px 40px;
  font-size: 12px;
  font-weight: 700;
  border: none;
  border-radius: 10px;
  transition: all .3s;
}

.btn:hover {
  background: #fff;
}

.leadpage .leadpage__btn {
  color: #fff;
  font-weight: 700;
  margin: 0 auto;
  padding: 20px 85px;
  display: flex;
  border-radius: 15px;
}

.leadpage__links {
  margin-top: 20px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px;
  justify-content: center;
}

.info-title {
  margin-bottom: 10px;
}

.sites-title {
  margin-bottom: 10px;
}

.leadpage__link {
  color: #195bc9;
}

.content {
  flex: 1 1 auto;
  width: 100%;
  margin-top: -2px;
}


.menu-wrapper {
  transform: translateX(200%);
  display: none;
  flex-direction: column;
  align-items: flex-start;
  max-width: 350px;
  gap: 130px;
  width: 100%;
  padding: 20px;
  padding-top: 0;
  position: absolute;
  background: #fff;
  height: 100%;
  z-index: 20;
  transition: all 0.3s ease;
  overflow-y: scroll;
  min-width: 100%;
}

.menu-wrapper .header__btn {
  margin-top: 20px;
}

.menu-wrapper a {
  font-weight: 700;
  margin-top: 5px;
}

.menu-wrapper__top {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 100%;
  margin-top: 30px;
}

.menu-wrapper__links {
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.menu-wrapper__item {
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.2s ease;
}

.menu-wrapper__close {
  cursor: pointer;
}

.menu-btn {
  display: none;
  background: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #fff;
}

@media(max-width: 900px) {
  .menu-btn {
    display: block;
  }
}

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


/* HEADER */

.header {
  background-color: #222;
  color: #fff;
  position: relative;
  z-index: 1001;
  position: fixed;
  width: 100%;
}

.header .container:has(.header__left) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  position: relative;
}

.header__left {
  display: flex;
  gap: 20px;
  align-items: center;
  position: relative;
}

.header__logo {
  padding: 20px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  height: 65px;
}

.header>.container {
  padding: 0;
}

@media(max-width: 768px) {
  .header__logo {
    height: 45.64px;
  }
}

.header__menu-item .header__menu-link {
  text-transform: uppercase;
  font-size: 14px;
}

.header__right {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 20px;
}

.header__menu {
  margin-right: 50px;
}

.header__menu-list {
  display: flex;
  gap: 20px;
  align-items: center;
}

.header__icons {
  display: flex;
  gap: 15px;
  align-items: center;
  max-height: 20px;
}

.header__lang {
  height: 20px;
  vertical-align: bottom;
  line-height: 1.5;
}

.header__lang p {
  width: 20px;
  height: 20px;
}

.header__icons img {
  width: 20px;
  height: 20px;
  vertical-align: top;
}

.header__icons-theme {
  height: 20px;
}

.header__icons>* {
  cursor: pointer;
}

.header__icons-burger {
  display: none;
  height: 24px;
  position: static !important;
}

.modal-trigger {
  position: relative;
}

.modal-auth,
.modal-entrance,
.header__icons-cart {
  height: 20px;
}

.modal-trigger>span {
  position: absolute;
  width: 100px;
  height: 3px;
  top: 210%;
  left: 0;
  z-index: 100;
  right: 0;
}

.modal-page {
  left: 0;
  top: 65px;
  width: 100%;
  background-color: #fff;
  color: #222;
}

#modal-catalog {
  right: 13% !important;
}

#modal-company {
  max-width: 400px !important;
  right: 9% !important;
}

#modal-contacts {
  max-width: 400px !important;
  right: 6% !important;
}

#modal-partners {
  max-width: 400px !important;
}

@media(max-width: 400px) {
  #modal-catalog, #modal-contacts, #modal-company {
    right: 0% !important;
  }
}

@media(max-width: 1024px) {
  .header__menu-link {
    display: none;
  }

  .header__icons-burger {
    display: flex;
  }

  .header .container:has(.header__left) {
    padding-left: 0;
    padding-right: 10px;
    gap: 3px;
  }
}

@media(max-width: 768px) {
  .wrapper {
    padding-top: 41px;
  }

  .header__site-title {
    font-size: 16px;
  }

  .modal-page {
    top: 46px;
  }

  .header__sites {
    padding: 14px 0 !important;
  }

  .header__site {
    gap: 5px !important;
  }

  .header__icons {
    gap: 10px;
  }

  .header__lang {
    font-size: 14px;
  }

  .header__icons img {
    width: 20px;
    height: 20px;
  }

  .header__right {
    padding: 0;
  }

  .header__left {
    gap: 5px;
  }

  .header__logo {
    padding: 11px;
  }

  .header__logo img,
  .header__logo svg {
    width: 72px !important;
    height: 21.3px !important;
  }
}

/* FOOTER */

.footer {
  /* background: #ddd; */
  padding: 50px 0;
  color: #fff;
}

.footer>.container {
  padding: 0 10px;
}

.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

.footer__logo img {
  margin-bottom: 10px;
  background: var(--orange);
  padding: 20px;
  border-radius: 5px;
}


.footer__phone a {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
}

.footer__phone p {
  color: #575757;
  line-height: 1.5;
}


.footer__socials {
  display: flex;
  gap: 20px;
}

.footer__socials-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: var(--orange);
  border-radius: 50%;
  padding: 10px;
  width: 40px;
  height: 40px;
}

.footer__socials-link img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}


.footer__links {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #bababa;
}

.footer__link-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer__link-row h1 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
  color: #575757;
}


.footer__bottom {
  padding-top: 30px;
  color: #9b9b9b;
  line-height: 1.5;
}

@media(max-width: 768px) {
  .footer__top {
    justify-content: center;
    gap: 20px;
    text-align: center;
  }

  .footer__logo {
    text-align: center;
  }
  .footer__top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer__phone a {
    font-size: 20px;
  }

  .footer__links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
  }
}

.auth .auth-form__entry input {
  width: 100% !important;
}

.auth .auth-form__entry {
  width: max-content !important;
}

/* Пагинация для слайдера swiper */
.custom-dots {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.custom-dots .dot {
  width: 12px;
  height: 5px;
  background: gray;
  transition: all 0.3s;
  cursor: pointer;
}

.custom-dots .dot.active {
  background: var(--blue);
  width: 30px;
}

.text-block {
  text-align: center;
  margin-top: 30px;
}

.text-block h1 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}

.text-block p {
  line-height: 1.3;
  max-width: 1000px;
  margin: 0 auto;
}

.brands {
  padding-bottom: 70px;
  padding-top: 30px;
}

.brands__slider {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brands__slider-mob {
  display: none;
}

.brands__slider-item img {
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.brands__slider-item:hover img {
  filter: grayscale(0%);
}

@media (max-width: 1200px) {
  .brands__slider {
    display: none;
  }

  .brands__slider-mob {
    display: block;
  }
}

.brands__slider-item {
  aspect-ratio: 1/1;
  min-height: 200px;
  max-height: 200px;
  max-width: 200px;
  padding: 20px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.brands .slick-track {
  display: flex;
  gap: 20px;
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, .4);
  z-index: 0;
  display: none;
}

.menu-overlay.active {
  display: block;
}

.modal {
  position: fixed;
  inset: 0;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.modal.active {
  display: flex;
}

.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.modal__content {
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 60px 80px;
  max-width: 500px;
  width: 100%;
  z-index: 1;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  font-size: 38px;
  cursor: pointer;
  color: #888;
}

.modal__title {
  font-size: 30px;
  margin-bottom: 40px;
  text-align: center;
  margin-top: 20px;
}

.modal__form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.modal__form input {
  padding: 17px;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
  background-color: #f7f7f7;
}

.modal__form .modal__submit {
  background: #9ADBEF;
  color: #fff;
  padding: 12px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 500;
  transition: background 0.3s;
}

.btn {
  cursor: pointer;
}

.leadpage__btn,
.hide-auth__form button {
  position: relative;
  overflow: hidden;
  color: white;
  cursor: pointer;
  transition: transform .2s ease;
}

.leadpage__btn::before,
.hide-auth__form button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255,255,255,.2) 0%, rgba(255,255,255,.6) 50%, rgba(255,255,255,.2) 100%);
  transform: skewX(-25deg);
  animation-name: shine;
  animation-iteration-count: infinite;
  animation-duration: 8s;
  animation-delay: 4s;
}

@keyframes shine {
  0%   { left: -75%; }
  20%  { left: 125%; }
  100% { left: 125%; }
}




.modal__checkbox {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin: 10px 0;
}

.modal__checkbox input[type=checkbox] {
  margin-right: 8px;
}

.modal__checkbox {
  display: flex;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  gap: 8px;
  position: relative;
}

.modal__checkbox input[type=checkbox] {
  display: none;
}

.modal__checkbox .checkmark {
  width: 20px;
  height: 20px;
  border: 2px solid #9ADBEF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: white;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.modal__checkbox input[type=checkbox]:checked+.checkmark {
  background: #9ADBEF;
  border-color: #9ADBEF;
}

.modal__checkbox input[type=checkbox]:not(:checked)+.checkmark {
  color: transparent;
}

@media (max-width: 550px) {
  .modal__content {
    padding: 60px 11px;
    max-width: 320px;
  }
}


.bread a,
.bread span {
  font-size: 16px;
  color: #838383;
}

.bread>.container>img {
  width: 12px;
  /* transform: rotate(270deg) translateX(1px); */
}

.container:has(.tabs-btns)>h1 {
  font-weight: 700;
  font-size: 18px;
}

.tabs-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
  margin-top: 10px;
}

.tabs-btn button {
  border: none;
  border-radius: 5px;
  background: #83838e;
  color: #fff;
  padding: 5px 7px;
  font-size: 18px;
  cursor: pointer;
  transition: all .1s;
}

.quests-tabs__inner .tabs-btns {
  min-width: 30%;
}

.quests-tabs__inner .tabs-inner.active {
  margin-bottom: 40px;
}

.tabs-btn button:hover {
  opacity: .7;
}

.tabs-inner {
  display: none;
}

.tabs-inner.active {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 30px;
}

.tabs-inner p {
  line-height: 1.3;
}

.tabs-btn.active button {
  background: #F19101;
  color: #fff;
}

/* PRODUCT-CARD */
.product-card {
  background: #fff;
  padding: 16px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  max-width: 380px;
  padding-bottom: 0;
}

.product-card__icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
  color: #666;
  position: relative;
}

.product-card__icons::before {
  /* content: "4.9 ★"; */
  margin-right: 8px;
}

.product-card__icons::after {
  content: "♡";
  /* Можно заменить на иконку */
  font-size: 30px;
  color: #999;
  cursor: pointer;
}

.product-card__image {
  width: 100%;
  height: 200px;
  margin: 12px 0;
  display: flex;
  justify-content: center;
}

.product-card__image img {
  max-width: 280px;
  height: 200px;
  object-fit: contain;
}

.product-card__name {
  font-weight: 600;
  font-size: 16px;
  margin-top: 5px;
  color: #222;
  margin-bottom: 8px;
  text-align: left;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-card__price {
  font-size: 24px;
  font-weight: 500;
  color: #333;
  margin-bottom: 12px;
  text-align: left;
}

.product-card__btn-inner {
  margin-top: auto;
}

.product-card__btn-inner {
  background: #F19101;
  margin-top: 20px;
  padding: 10px;
  max-width: 220px;
  text-align: left;

  cursor: pointer;
  transition: background 0.2s ease;
}

.product-card__btn {
  color: #fff;
  border: none;
  font-weight: bold;
  cursor: pointer;
  background: transparent;
}

.product-card__btn-inner:hover {
  background: #e66e00;
}

.btn_is_stock {
  background: #f4efe9;
  color: #195bc9;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.counter {
  display: flex;
  align-items: center;
  gap: 10px;

  span {
    cursor: pointer;
  }
}

.btn_is_stock span {
  color: #222;
}

.btn_is_stock .product-card__btn {
  color: #195bc9;
}

.btn_is_stock:hover {
  background: #f4efe9 !important;
}

@media(max-width: 768px) {

  .product-card__btn-inner {
    padding: 10px;
  }
}

@media(max-width: 650px) {
  .tabs-inner.active:not(.hide-contacts .tabs-inner.active, .cat-slider .tabs-inner.active) {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-card__image {
    height: 150px;
  }

  .product-card__image img {
    max-width: 200px;
    height: 150px;
  }

  .product-card__name {
    font-size: 14px;
  }

  .product-card__price {
    font-size: 20px;
  }

  .cat-categories .info__list {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .cat-categories .info__item {
    font-size: 16px;
  }

  .btn_is_stock .product-card__btn {
    display: none
  }
}


/* CUSTOM SELECT */

.custom-select-wrapper {
  position: relative;
  width: 250px;
  user-select: none;
  font-family: sans-serif;
}

.custom-select {
  position: relative;
}

.custom-select__trigger {
  background: #fff;
  padding: 14px 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.arrow {
  width: 8px;
  height: 8px;
  border-right: 2px solid #555;
  border-bottom: 2px solid #555;
  transform: rotate(45deg);
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.custom-select.open .arrow {
  transform: rotate(-135deg);
}

.custom-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: white;
  /* max-height: 200px; */
  overflow-y: auto;
  /* display: none; */
  opacity: 0;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  transition: .2s;
  z-index: 10;
}

.custom-select.open .custom-options {
  /* display: flex;
  flex-direction: column; */
  opacity: 1;
  pointer-events: all;
}

.custom-option {
  padding: 12px 16px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.custom-option:hover {
  background: #f2f2f2;
}

.custom-option.selected {
  background: #e6f0ff;
}

/* Карточки товаров */
.products__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 30px;
  padding: 50px 0;
}

.product-card_big {
  grid-column: span 2;
  max-width: 100%;
  display: flex;
  flex-direction: row;
}

.product-card_big-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 250px;
}

.product-card_big-left h1 {
  color: #F19101;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: left;
}

.product-card_big-right .product-card__image {
  display: flex;
  align-items: center;
  height: 100%;
}

.product-card_big-right img {
  max-width: 100%;
}

@media(max-width: 1100px) {
  .product-card_big-right .product-card__image {
    height: auto;
  }
}

.product-specs {
  padding: 20px;
  font-family: sans-serif;
}

.product-specs__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 2px solid #f4801f;
}

.specs-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  /* color: #333; */
}

.specs-table:not(:last-child) {
  margin-bottom: 50px;
}

.specs-table tr {
  border-bottom: 1px solid #ddd;
}

.specs-table td {
  padding: 10px 5px;
  vertical-align: top;
}

.specs-table td:first-child {
  /* color: #222; */
  width: 50%;
}


.rating {
  display: flex;
  align-items: center;
  font-family: sans-serif;
}

.rating-text {
  font-weight: bold;
  margin-right: 6px;
  font-size: 16px;
}

.rating-stars {
  display: flex;
  gap: 2px;
}

.star {
  font-size: 20px;
  color: #222;
}

.star.filled {
  color: #F19101;
}

/* Пагинация */
.pag-inner {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 40px;
}

.pug-btn {
  background: #fff;
  color: #333;
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: 1px solid #fff;

  display: flex;
  justify-content: center;
  align-items: center;
}

.pug-btn:last-child, .pug-btn:first-child {
  border: none;
}

.pug-btn.active {
  background: #333;
  color: #fff;
}

.pages p {
  font-size: 24px;
}

@media(max-width: 600px) {
  .pag-inner {
    gap: 10px;
    justify-content: center;
  }
  .slick-dots {
    overflow: hidden;
  }
}

/*Стили для увеличения картинок*/

/* картинка на странице */
.minimized {
  width: 300px;
  cursor: pointer;
  border: 1px solid #FFF;
}

.minimized:hover {
  border: 1px solid yellow;
}

/* увеличенная картинка */
#magnify {
  display: none;
  position: fixed;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
  max-width: 800px;
  max-height: 800px;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

#magnify img {
  width: 90%;
  max-width: 800px;
  max-height: 800px;
  height: 100%;
  object-fit: contain;
}

#magnify {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* затемняющий фон */
#overlay {
  display: none;
  background: #222;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 9990;
}

/* кнопка закрытия */
#close-popup {
  width: 30px;
  height: 30px;
  background: #FFFFFF;
  border: 1px solid #AFAFAF;
  border-radius: 15px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}

#close-popup i {
  width: 30px;
  height: 30px;
  background: url(https://codernote.ru/files/cross.png) no-repeat center center;
  background-size: 16px 16px;
  display: block;
}

@keyframes rota {
  25% {
    transform: rotate(360deg);
  }
}

#close-popup:hover {
  animation: rota 4s infinite normal;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.doc-title h1 {
  font-weight: 700;
  margin: 20px 0;
  font-size: 28px !important;
}

.doc-title p {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.3;
  max-width: 70%;
}

@media(max-width: 768px) {
  .doc-title p {max-width: 90%;}
}

.doc-inner__content p {
  line-height: 1.3;
}

.docs__item-info a {
  font-weight: 500;
}

.news__block-descr {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


.header__menu-list:last-child {
  height: 18.39px;
  line-height: 18.39px;
}

.news-arrow {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: underline;
  font-weight: 600;
  margin-top: 10px;
}

.news-arrow p:hover {
  text-decoration: underline;
}

.news__block-descr p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 10px 0;
  /* flex-basis: calc(100% - 90px); */
}

.news__block-descr {
  /* display: flex; */
  align-items: flex-end;
  gap: 5px 0;
}

.news__block-descr a {
  white-space: nowrap;
  align-self: flex-end;
  color: #a09e9e;
}

.news__block-descr a:hover {
  text-decoration: underline;
}

.actions a {
  margin-left: auto;
  width: auto;
  /* height: 20px; */
  border: 1px solid #fff;
  padding: 10px 10px;
  display: flex;
  justify-content: center;
  border-radius: 10px;
}

.zoom-container {
  overflow: hidden;
  position: relative;
  cursor: crosshair;
}

.zoom-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s ease-out;
}

.mob-slider {
  position: relative;
  overflow-x: unset;
  scroll-snap-type: x mandatory;
  min-height: 233px;
  height: 100%;
}

.mob-slider .slick-list {
  min-height: 233px;
}

/* Стрелка-подсказка как SVG */
.mob-slider::after {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) translateX(0);
  width: 40px;
  height: 40px;
  background-image: url('/img/wave.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  pointer-events: none;
}

@keyframes hint-swipe {
  0% {
    opacity: 0;
    transform: translateY(-50%) translateX(0);
  }

  5% {
    opacity: 1;
  }

  15% {
    transform: translateY(-50%) translateX(-10px);
  }

  25% {
    transform: translateY(-50%) translateX(10px);
  }

  35% {
    transform: translateY(-50%) translateX(-10px);
  }

  45% {
    transform: translateY(-50%) translateX(10px);
  }

  55% {
    transform: translateY(-50%) translateX(-10px);
  }

  65% {
    transform: translateY(-50%) translateX(10px);
  }

  85% {
    transform: translateY(-50%) translateX(0);
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* Когда активна анимация */
.mob-slider.animate-once::after {
  animation: hint-swipe 8s ease-in-out forwards;
}


/* Стили для таблицы сравнения */
.comparison-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.comparison-table th,
.comparison-table td {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: left;
}

.comparison-table th {
  background-color: #f5f5f5;
  font-weight: bold;
  width: 200px;
}

.comparison-table .product-header {
  background-color: #e8f4fd;
  text-align: center;
  font-weight: bold;
}

.comparison-table .characteristic-name {
  background-color: #f9f9f9;
  font-weight: 600;
}

/* Стили для окна сравнения */
.product-content img {
  width: 132px;
  height: 132px;
  object-fit: contain;
}

.todo-img {
  aspect-ratio: 1/1;
  width: 170px;
  height: 170px;
}

.products-list {
  display: flex;
  gap: 30px;
}

.buy-btn {
  padding: 15px 30px;
  border: 1px solid #F19101;
}
.delete-btn {
  border: none;
  background: transparent;
  border-bottom: 1px dotted #000;
  cursor: pointer;
  max-width: max-content;
}
.buy-btn:hover {
  color: #F19101;
}
.delete-btn:hover {
  color: #ccc;
}

.product-content__top {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product-content {
  display: flex;
  gap: 20px;
  align-items: flex-end;
}

.todo-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.todo-img {
  padding: 20px 15px;
  border: 1px solid #ccc;
}

.product-list__left {
  display: flex; flex-direction: column; gap: 5px;
  border-right: 1px solid #ccc;
  padding: 15px;
  max-width: 270px;
}

.todo-item:not(:last-child) {
  padding-right: 10px;
  border-right: 1px solid #ccc;
}

.todo-item strong {
  font-weight: 400;
  max-width: 300px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-list__left h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
}

.modal-page:has(.modal-close) .modal-close {
  position: absolute;
  z-index: 5;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

#kp-trigger, .kp-block .btn {
  border-radius: 0 !important;
  text-transform: none;
  text-align: center;
  font-size: 16px !important;
}

#kp-trigger:hover, .kp-block .btn:hover {
  background: #e66e00 !important;
  color: #fff !important;
}

.info-number__top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 80px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 80px;
  height: 80px;
}

.info .info-item__num {
  margin-bottom: 0 !important;
}

.add-btn__inner {
  /* padding-left: 30px; */
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 5px
}

.add-btn__inner svg {
  width: 21px;
  height: 16px;
}

.add-btn {
  background: none;
  border: none;
  margin: 10px 0;
  text-align: left;
  border-bottom: 1px dashed #000;
  max-width: max-content;
  cursor: pointer;
  font-size: 14px;
  padding: 2px 0;
  color: #222;
}

.add-btn:hover,
.add-btn.added:hover {
  transition: .1s ease;
  color: var(--orange);
  border-bottom: 1px dashed var(--orange);
}

.add-btn.added {
  color: #000;
}

.add-btn:hover ~ svg .st0 {
  transition: .1s ease;
  fill: var(--orange);
}
.timeline-item li {
  max-width: 400px;
}
.contacts__block-item-top {
  width: 250px;
}

.tenders__accord .accord__item-inner {
  max-width: unset !important;
}

.slider-container {
  min-height: 5px;
}

