@charset "UTF-8";

/** Подключение шрифтов локально из папки "./src/fonts" */

@font-face {
  font-family: HelveticaNeue;
  font-display: swap;
  src: url("../fonts/HelveticaNeue-Bold.woff2") format("woff2"), url("../fonts/HelveticaNeue-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: HelveticaNeue;
  font-display: swap;
  src: url("../fonts/HelveticaNeue-Medium.woff2") format("woff2"), url("../fonts/HelveticaNeue-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: HelveticaNeue;
  font-display: swap;
  src: url("../fonts/HelveticaNeue-Thin.woff2") format("woff2"), url("../fonts/HelveticaNeue-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: HelveticaNeue;
  font-display: swap;
  src: url("../fonts/HelveticaNeue-Roman.woff2") format("woff2"), url("../fonts/HelveticaNeue-Roman.woff") format("woff");
  font-weight: undefined;
  font-style: normal;
}

@font-face {
  font-family: HelveticaNeue;
  font-display: swap;
  src: url("../fonts/HelveticaNeue-Light.woff2") format("woff2"), url("../fonts/HelveticaNeue-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

/** Подключение переменных */

:root {
  --accent: #1F2743;
}

/** Подключение sass function и mixins и extends стилей */

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

/* 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

/* 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

/** Общие параметры, шаблоны(заготовки) и вспомогательные классы */

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
  background-color: #f4f4f4;
}

body {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: hidden;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.container {
  max-width: 1280px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  height: 100%;
}

/** БЕМ блоки используемые во всё проекте */

body {
  font-family: "HelveticaNeue", sans-serif !important;
  line-height: 1.3;
  color: #FFFFFF;
  font-weight: 400;
  background-color: #161920;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #FFFFFF;
  font-family: "HelveticaNeue", sans-serif !important;
}

a {
  color: #FFFFFF;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover,
a:focus {
  color: #FFFFFF;
  opacity: 1;
  text-decoration: none;
}

.text_64 {
  font-size: 64px;
}

.text_60 {
  font-size: 60px;
}

.text_56 {
  font-size: 56px;
}

.text_52 {
  font-size: 52px;
}

.text_48 {
  font-size: 48px;
}

.text_40 {
  font-size: 40px;
}

.text_36 {
  font-size: 36px;
}

.text_32 {
  font-size: 32px;
}

.text_30 {
  font-size: 30px;
}

.text_24 {
  font-size: 24px;
}

.text_20 {
  font-size: 20px;
}

.text_18 {
  font-size: 18px;
}

.text_16 {
  font-size: 16px;
}

.text_14 {
  font-size: 14px;
}

.text_12 {
  font-size: 12px;
}

.text_bold {
  font-weight: 500;
}

.text_semibold {
  font-weight: 600;
}

.text_black {
  font-weight: 700;
}

.text_upper {
  text-transform: uppercase;
}

.simple-title {
  margin: 0;
}

.section_main {
  margin-top: 200px;
}

.section_base {
  margin-top: 100px;
}

.ul-no-doted,
.ul-no-doted ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.custom-scroll::-webkit-scrollbar,
.custom-scroll ul::-webkit-scrollbar {
  width: 3px;
}

.custom-scroll::-webkit-scrollbar-track,
.custom-scroll ul::-webkit-scrollbar-track {
  background: transparent;
}

.custom-scroll::-webkit-scrollbar-thumb,
.custom-scroll ul::-webkit-scrollbar-thumb {
  background-color: #FF1E1F;
  border-radius: 25px;
  border: none;
}

.title-block {
  padding-bottom: 52px;
}

.title-block__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.title-block__title {
  margin: 0;
  line-height: 1;
}

.title-block__link {
  border-bottom: 1px solid white;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.title-block__link:hover {
  color: #FF1E1F;
  border-color: #FF1E1F;
}

.btn {
  padding: 10px 56px;
  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: 6px;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}

.btn.hidden {
  display: none;
}

.btn_opacity {
  border-radius: 4px;
  background-color: transparent;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.3019607843);
}

.btn_opacity:hover {
  border-color: #2A3541;
  background-color: #2A3541;
}

.btn_opacity.active {
  border-color: #2A3541;
  background-color: #2A3541;
}

.btn_black {
  border-radius: 4px;
  border: 1px solid #2A3541;
  background-color: #2A3541;
  color: white;
}

.btn_black:hover {
  border-color: rgba(255, 255, 255, 0.3019607843);
  background-color: transparent;
}

.btn_black.active {
  border-color: #FF1E1F;
  background-color: #FF1E1F;
}

.btn_red {
  background-color: #FF1E1F;
  color: white;
  border-radius: 8px;
  border: 1px solid #FF1E1F;
}

.btn_red:hover {
  border-color: #2A3541;
  background-color: #2A3541;
}

.btn_big {
  padding: 10px 105px;
}

.btn_min {
  padding: 10px 33px;
}

.btn_mini {
  padding: 8px 16px;
}

.btn_center {
  margin: auto;
  margin-top: 60px;
}

.btn_square {
  width: 40px;
  height: 40px;
  line-height: 1;
  padding: 0px;
}

.return-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-top: 43px;
}

.input-standart {
  border: 1px solid rgba(255, 255, 255, 0.3019607843);
  color: rgba(255, 255, 255, 0.6431372549);
  background-color: transparent;
  padding: 12px 16px;
  border-radius: 8px;
  width: 100%;
}

.input-standart::-webkit-input-placeholder {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.3019607843);
}

.input-standart::-moz-placeholder {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.3019607843);
}

.input-standart:-ms-input-placeholder {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.3019607843);
}

.input-standart::-ms-input-placeholder {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.3019607843);
}

.input-standart::placeholder {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.3019607843);
}

.input-comment {
  border: 1px solid rgba(255, 255, 255, 0.3019607843);
  width: 100%;
  padding: 12px 16px;
  border-radius: 8px;
}

.input-comment__textarea {
  width: 100%;
  color: rgba(255, 255, 255, 0.6431372549);
  background-color: transparent;
  border: none;
  resize: none;
  height: 64px;
}

.input-comment__textarea::-webkit-input-placeholder {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.3019607843);
}

.input-comment__textarea::-moz-placeholder {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.3019607843);
}

.input-comment__textarea:-ms-input-placeholder {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.3019607843);
}

.input-comment__textarea::-ms-input-placeholder {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.3019607843);
}

.input-comment__textarea::placeholder {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.3019607843);
}

.input-comment__btn {
  margin-left: auto;
}

/** Подключение стилей отдельных блоков и секций */

.header {
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
  z-index: 1000;
  width: 100% !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  background-color: #1C252E;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  height: 100%;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}

.header__menu li {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__menu li 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: 5px;
}

.no-webp .header__menu li.accent a::before{
  background-image: url("../images/fire.png"); }

.header__menu li.accent a::before {
  content: "";
  background-size: contain;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}

.header__menu li:hover > a {
  color: #fc1b1e;
}

.header__menu ul {
  position: absolute;
  background-color: #1C252E;
  top: 50px;
  padding: 15px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
  font-size: 14px;
  max-height: 150px;
  overflow: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  pointer-events: none;
}

.header__menu ul.active {
  opacity: 1;
  pointer-events: unset;
}

.header__menu ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
}

.header__menu ul li::before {
  content: "#";
  color: #fc1b1e;
}

.header__menu .menu-item-has-children::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 8px;
  height: 2px;
  background-color: white;
  right: -12px;
  top: 8px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 50px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header__menu .menu-item-has-children::after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 8px;
  height: 2px;
  background-color: white;
  right: -17px;
  top: 8px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-radius: 50px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header__menu .menu-item-has-children.active::before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header__menu .menu-item-has-children.active::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header__logo-wrapper {
  width: 110px;
  height: 60px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header__logo-wrapper:hover {
  opacity: 0.4;
}

.header__logo {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header__right-block {
  max-width: 267px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 24px;
}

.header__search-block {
  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: 5px;
}

.header__search-open-button {
  background-color: transparent;
  border: none;
  padding: 0px;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 16px;
  height: 16px;
  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;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}

.header__search-open-button img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header__search-open-button.active img {
  opacity: 0;
}

.header__search-open-button.active::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 12px;
  height: 2px;
  background-color: white;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header__search-open-button.active::after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 12px;
  height: 2px;
  background-color: white;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header__search-open-button.active:hover::before,
.header__search-open-button.active:hover::after {
  background-color: #fc1b1e;
}

.header__search-form {
  padding: 7px 16px;
  border: 1px solid #B2B2B2;
  border-radius: 4px;
  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;
  max-width: 340px;
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header__search-form.no-active {
  width: 0px;
  overflow: hidden;
  border: 1px solid transparent;
  padding: 7px 0px;
}

.header__search-input {
  background-color: transparent;
  width: 100%;
  color: #B2B2B2;
  border: none;
}

.header__search-input::-webkit-input-placeholder {
  color: #B2B2B2;
  font-size: 16px;
}

.header__search-input::-moz-placeholder {
  color: #B2B2B2;
  font-size: 16px;
}

.header__search-input:-ms-input-placeholder {
  color: #B2B2B2;
  font-size: 16px;
}

.header__search-input::-ms-input-placeholder {
  color: #B2B2B2;
  font-size: 16px;
}

.header__search-input::placeholder {
  color: #B2B2B2;
  font-size: 16px;
}

.header__search-button {
  background-color: transparent;
  border: none;
  padding: 0px;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 14px;
  height: 14px;
  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;
}

.header__search-button img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header__burger-button {
  width: 35px;
  height: 35px;
  border-radius: 8px;
  background-color: transparent;
  border: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__burger-button::before,
.header__burger-button::after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  width: 24px;
  height: 2px;
  border-radius: 50px;
  position: absolute;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header__burger-button::before {
  top: 13px;
}

.header__burger-button::after {
  bottom: 13px;
}

.header__burger-button.active {
  background-color: #2A3541;
}

.header__burger-button.active::before {
  top: unset;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 11px;
}

.header__burger-button.active::after {
  bottom: unset;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 11px;
}

.header_mobile {
  display: none;
  background-color: #1C252E;
}

.header_mobile-overlay {
  top: 0;
  width: 100lvw;
  height: 100lvh;
  background-color: rgba(0, 0, 0, 0.5019607843);
  position: fixed;
  z-index: 900;
  opacity: 0;
  pointer-events: none;
}

.header_mobile-overlay.active {
  opacity: unset;
  pointer-events: unset;
}

.footer {
  background-color: #1C252E;
  padding-top: 40px;
  padding-bottom: 60px;
  margin-top: 100px;
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}

.footer__logo-wrapper {
  width: 110px;
  height: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.footer__logo-wrapper:hover {
  opacity: 0.4;
}

.footer__logo {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer__menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 130px;
  margin: 0px;
}

.footer__menu-wrapper {
  margin: 0px !important;
}

.footer__menu-wrapper .uk-accordion-content {
  margin-top: 0px;
}

.footer__menu-wrapper .uk-accordion-title {
  color: white;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__menu-wrapper .uk-accordion-title::before {
  display: none;
}

.footer__menu-wrapper .uk-accordion-title span {
  width: 18px;
  height: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  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;
}

.footer__menu-wrapper .uk-accordion-title span::before,
.footer__menu-wrapper .uk-accordion-title span::after {
  content: "";
  width: 8px;
  height: 2px;
  background-color: #FF1E1F;
  position: absolute;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.footer__menu-wrapper .uk-accordion-title span::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 2px;
}

.footer__menu-wrapper .uk-accordion-title span::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 2px;
}

.footer__menu-wrapper.uk-open .uk-accordion-title span::before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.footer__menu-wrapper.uk-open .uk-accordion-title span::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: 195px;
}

.footer__menu a {
  color: #B2B2B2;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.footer__menu li:hover a {
  color: white;
}

.footer__search-form {
  max-width: 412px;
}

.catalog__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 20px;
}

.catalog__grid_big {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.catalog__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid transparent;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #1C252E;
}

.catalog__card:hover {
  background-color: #2A3541;
}

.catalog__card:hover .catalog__card-content-tag {
  background-color: #1C252E;
}

.catalog__card-top {
  position: relative;
}

.catalog__card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.catalog__card-top-tag {
  position: absolute;
  padding: 4px 10px;
  border-radius: 4px;
  backdrop-filter: blur(4px);
  top: 12px;
  left: 12px;
}

.catalog__card-top-tag_green {
  color: #096116;
  background-color: rgba(174, 255, 186, 0.8);
}

.catalog__card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px 16px 24px 16px;
  height: 100%;
}

.catalog__card-content-tag {
  background-color: #2A3541;
  padding: 7px 14px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.catalog__card-content-icon {
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
}

.catalog__card-title {
  margin-top: 12px;
}

.catalog__card-description {
  margin-top: 12px;
  color: #B2B2B2;
}

.news__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px 20px;
}

.news__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.3019607843);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.news__card:hover {
  background-color: #2A3541;
}

.news__card-top {
  position: relative;
  height: 232px;
}

.news__card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}

.news__card-top-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background-color: rgba(0, 0, 0, 0.5019607843);
  padding: 7px 14px;
  border-radius: 8px;
}

.news__card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px 16px 24px 16px;
  gap: 12px;
}

.news__card-date {
  color: #B2B2B2;
}

.news__card-description {
  color: #B2B2B2;
}

.news__card-link {
  padding-top: 12px;
  margin-top: auto;
  border-bottom: 1px solid white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.news__slider {
  width: 100%;
}

.seo-text__content {
  padding: 0px 109px;
}

.seo-text__content-text {
  color: #B2B2B2;
}

.seo-text__content-text_hidden {
  margin-top: 12px;
  margin-bottom: 12px;
}

.seo-text__content-link {
  color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.seo-text__content-link::before {
  display: none;
}

.seo-text__content-link:hover {
  color: #FF1E1F;
  border-color: #FF1E1F;
}

.catalog-page__title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.catalog-page__sort .uk-dropdown {
  left: auto !important;
  right: 1px !important;
  padding: 0px;
  background-color: black;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}

.catalog-page__sort-button {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  border-radius: 8px;
  padding: 10px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
}

.catalog-page__sort-text {
  color: white;
  text-transform: none;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 1;
}

.catalog-page__sort-arrow {
  width: 12px;
  height: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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: white;
  position: relative;
}

.catalog-page__sort-arrow::before,
.catalog-page__sort-arrow::after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 7px;
  height: 1px;
  background-color: white;
  border-radius: 50px;
  position: absolute;
  opacity: 1;
}

.catalog-page__sort-arrow::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 0px;
}

.catalog-page__sort-arrow::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 0px;
}

.catalog-page__sort-block {
  background-color: #1C252E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  border-radius: 12px;
}

.catalog-page__sort-block-title {
  color: white;
  width: 100%;
  padding: 12px 16px;
}

.catalog-page__sort-block-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.catalog-page__sort-block-item {
  color: white;
  padding: 12px 26px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.catalog-page__sort-block-item:hover {
  background-color: #2A3541;
}

.catalog-page__sort-block-item.active {
  background-color: #2A3541;
}

.catalog-page__filter {
  max-width: 305px;
  width: 100%;
}

.catalog-page__main {
  margin-top: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.catalog-page__filter-open {
  background-color: transparent;
  border: 1px solid #1C252E;
  background-color: #1C252E;
  width: 36px;
  height: 36px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px;
  position: relative;
}

.catalog-page__filter-open.active {
  background-color: #2A3541;
  border-color: #2A3541;
}

.catalog-page__filter-open.active::before,
.catalog-page__filter-open.active::after {
  opacity: 1;
}

.catalog-page__filter-open.active .catalog-page__filter-open-icon {
  opacity: 0;
}

.catalog-page__filter-open::before,
.catalog-page__filter-open::after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 11px;
  height: 2px;
  background-color: white;
  border-radius: 50px;
  position: absolute;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.catalog-page__filter-open::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.catalog-page__filter-open::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.catalog-page__filter-open:hover {
  background-color: #2A3541;
  border-color: #2A3541;
}

.catalog-page__filter-open-icon {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  pointer-events: none;
}

.catalog-page__title-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.catalog-filter__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.catalog-filter__tag {
  cursor: pointer;
  background-color: #1C252E;
}

.catalog-filter__tag.active {
  background-color: #2A3541;
}

.catalog-filter__tag:hover {
  background-color: #2A3541;
}

.catalog-filter__tag.hidden {
  display: none;
}

.catalog-filter__filter-tags {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.catalog-filter__filter-title {
  color: white;
}

.catalog-filter__filter-tags-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: 16px;
  margin-top: 20px;
}

.catalog-filter__filter-tag {
  color: #B2B2B2;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 8px;
  line-height: 1;
  cursor: pointer;
}

.catalog-filter__filter-tag:hover {
  color: white;
}

.catalog-filter__filter-tag:hover::before {
  opacity: 0.5;
}

.catalog-filter__filter-tag.active {
  color: white;
}

.catalog-filter__filter-tag.active::after {
  opacity: 1;
}

.catalog-filter__filter-tag::before,
.catalog-filter__filter-tag::after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.catalog-filter__filter-tag::before {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: white;
  border-radius: 2px;
}

.catalog-filter__filter-tag:after {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background-color: #1C252E;
  left: 4px;
  opacity: 0;
}

.text-page__content {
  margin-top: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px;
  border-radius: 12px;
  background-color: #1C252E;
}

.text-page__content p,
.text-page__content ul {
  color: #B2B2B2;
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 16px;
}

.text-page__content h1,
.text-page__content h2,
.text-page__content h3,
.text-page__content h4,
.text-page__content h5,
.text-page__content h6 {
  color: white;
  font-weight: 500;
  margin-bottom: 10px;
}

.text-page__content h1 {
  font-size: 32px;
}

.text-page__content h2,
.text-page__content h3 {
  font-size: 20px;
}

.text-page__content h4,
.text-page__content h5,
.text-page__content h6 {
  font-size: 18px;
}

.product__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product__block {
  margin-top: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 40px;
}

.product__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: 20px;
  max-width: 855px;
  width: auto;
}

.product__about {
  background-color: #1C252E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px;
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
}

.product__about-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

.product__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product__mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}

.product__mark span {
  color: #B2B2B2;
}

.product__mark img {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}

.product__about-param {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 24px;
}

.product__img {
  width: 372px;
  height: 210px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.product__img:hover {
  opacity: 0.5;
}

.product__img a {
  width: 100%;
  height: 100%;
}

.product__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

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

.product__param-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.product__param-description {
  color: #B2B2B2;
}

.product__about-text {
  margin-top: 12px;
  margin-bottom: 12px;
}

.product__about-text p,
.product__about-text ul {
  color: #B2B2B2;
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 16px;
}

.product__about-text h1,
.product__about-text h2,
.product__about-text h3,
.product__about-text h4,
.product__about-text h5,
.product__about-text h6 {
  color: white;
  font-weight: 500;
  margin-bottom: 10px;
}

.product__about-text h1 {
  font-size: 32px;
}

.product__about-text h2,
.product__about-text h3 {
  font-size: 20px;
}

.product__about-text h4,
.product__about-text h5,
.product__about-text h6 {
  font-size: 18px;
}

.product__other {
  max-width: 305px;
  width: 100%;
}

.product__other-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.product__other-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: 20px;
}

.product__swiper {
  width: 100%;
  overflow: visible;
  height: 152px;
  padding-bottom: 18px;
}

.product__slide {
  width: 240px !important;
  height: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.product__slide a {
  height: 100%;
  width: 100%;
}

.product__slide a img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.product__slide:hover {
  opacity: 0.5;
}

.product__dots {
  margin: auto;
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product__dots .swiper-pagination-bullet {
  width: 20px;
  height: 2px;
  background-color: #2A3541;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.product__dots .swiper-pagination-bullet:hover {
  background-color: #FF1E1F;
}

.product__dots .swiper-pagination-bullet-active {
  background-color: #FF1E1F;
}

.product__btn {
  margin-top: 32px;
}

.product__more-information {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
}

.product__more-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: 10px;
}

.product__more-title {
  color: white;
}

.product__more-text p,
.product__more-text ul {
  color: #B2B2B2;
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 16px;
}

.product__review {
  background-color: #1C252E;
  padding: 24px;
  border-radius: 12px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product__review-list {
  margin-top: 24px;
  padding: 16px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product__review-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product__review-mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}

.product__review-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
}

.product__review-name {
  margin-top: 8px;
}

.product__review-date {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.3019607843);
}

.product__review-text {
  margin-top: 20px;
}

.product__review-form {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product__review-form-mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.product__review-form-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}

.product__review-form-name {
  margin-top: 12px;
}

.product__review-form-comment {
  margin-top: 12px;
}

.blog-filter {
  width: 100%;
  margin-top: 52px;
}

.blog-filter__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.blog__grid {
  margin-top: 52px;
}

.blog__pagination {
  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;
  margin: auto;
  margin-top: 60px;
  gap: 12px;
}

.article__block {
  margin-top: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 40px;
}

.article__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: 20px;
  max-width: 855px;
  background-color: #1C252E;
  padding: 24px;
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
}

.article__content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 9px;
}

.article__content-date {
  color: #B2B2B2;
}

.article__content-img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-top: 24px;
}

.article__content-img:nth-of-type(1) {
  margin-top: 0px;
  margin-bottom: 24px;
}

.article__content-img a {
  width: 100%;
  height: 100%;
}

.article__content-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  -o-object-position: top;
     object-position: top;
}

.article__content-img:hover {
  opacity: 0.5;
}

.article__content-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.article__content-text p,
.article__content-text ul {
  color: #B2B2B2;
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 16px;
}

.article__content-text p:nth-of-type(1),
.article__content-text ul:nth-of-type(1) {
  margin-top: 0px;
}

.article__content-text h1,
.article__content-text h2,
.article__content-text h3,
.article__content-text h4,
.article__content-text h5,
.article__content-text h6 {
  color: white;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 24px;
}

.article__content-text h1:nth-of-type(1),
.article__content-text h2:nth-of-type(1),
.article__content-text h3:nth-of-type(1),
.article__content-text h4:nth-of-type(1),
.article__content-text h5:nth-of-type(1),
.article__content-text h6:nth-of-type(1) {
  margin-top: 0px;
}

.article__content-text h2 {
  font-size: 36px;
}

.article__content-text h3 {
  font-size: 24px;
}

.article__content-text h4,
.article__content-text h5,
.article__content-text h6 {
  font-size: 20px;
}

.article-gallery__swiper {
  height: 218px;
  padding-bottom: 18px;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
}

.article__other-mobile {
  display: none;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

@media (max-width: 1100.98px) {
  .text_mobile_64 {
    font-size: 64px;
  }

  .text_mobile_60 {
    font-size: 60px;
  }

  .text_mobile_56 {
    font-size: 56px;
  }

  .text_mobile_52 {
    font-size: 52px;
  }

  .text_mobile_48 {
    font-size: 48px;
  }

  .text_mobile_40 {
    font-size: 40px;
  }

  .text_mobile_36 {
    font-size: 36px;
  }

  .text_mobile_32 {
    font-size: 32px;
  }

  .text_mobile_30 {
    font-size: 30px;
  }

  .text_mobile_24 {
    font-size: 24px;
  }

  .text_mobile_20 {
    font-size: 20px;
  }

  .text_mobile_18 {
    font-size: 18px;
  }

  .text_mobile_16 {
    font-size: 16px;
  }

  .text_mobile_14 {
    font-size: 14px;
  }

  .text_mobile_12 {
    font-size: 12px;
  }

  .title-block {
    padding-bottom: 40px;
  }

  .section_main {
    margin-top: 132px;
  }

  .section_base {
    margin-top: 60px;
  }

  .header {
    height: 72px;
  }

  .header_desc .header__menu {
    display: none;
  }

  .header_desc .header__right-block {
    display: none;
  }

  .header__logo-wrapper {
    width: 74px;
    height: 40px;
  }

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

  .header_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    padding: 12px 15px 40px 15px;
    max-height: calc(100lvh - 72px);
    overflow: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .header_mobile.no-active {
    opacity: 0;
    pointer-events: none;
  }

  .header_mobile .header__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    width: 100%;
  }

  .header_mobile .header__menu li {
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }

  .header_mobile .header__menu li a {
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }

  .header_mobile .header__menu ul {
    position: static;
    max-height: unset;
    padding: 20px 17px;
    display: none;
  }

  .header_mobile .header__menu ul.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header_mobile .header__menu ul li a {
    color: #B2B2B2;
    text-transform: inherit !important;
  }

  .header_mobile .header__menu ul li::before {
    display: none;
  }

  .header_mobile .menu-item-has-children {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }

  .header_mobile .menu-item-has-children::before {
    right: 5px;
    background-color: #fc1b1e;
  }

  .header_mobile .menu-item-has-children::after {
    right: 0px;
    background-color: #fc1b1e;
  }

  .header_mobile .header__search-form {
    max-width: 100%;
  }

  .footer {
    margin-top: 60px;
  }

  .footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer__search-form {
    display: none;
  }

  .footer__menu-wrapper .uk-accordion-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .footer__menu-wrapper .uk-accordion-content {
    margin-top: 20px;
  }

  .footer__menus {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    width: 100%;
  }

  .footer__menu {
    padding-left: 15px;
  }

  .catalog__grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 40px 20px;
  }

  .catalog__grid_big {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .news__grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .seo-text__content {
    padding: 0px;
  }

  .product__content {
    max-width: 60%;
  }

  .product__about-param {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .product__about-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

@media (max-width: 768.98px) {
  .catalog__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .catalog__grid_big {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .news__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }

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

  .catalog-page__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }

  .catalog-page__sort-text {
    display: none;
  }

  .catalog-page__sort-arrow {
    display: none;
  }

  .catalog-page__sort-button {
    padding: 7px;
    width: 36px;
    height: 36px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .catalog-page__filter:not(.active) {
    display: none;
  }

  .product__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .product__content {
    max-width: 100%;
  }

  .product__other {
    max-width: 100%;
  }

  .product__slide {
    width: 100% !important;
  }

  .product__swiper {
    height: 170px;
  }

  .product__img {
    width: 100%;
  }

  .product__block {
    margin-top: 40px;
  }

  .blog__grid {
    margin-top: 40px;
  }

  .blog-filter {
    margin-top: 40px;
  }

  .blog__pagination {
    margin-top: 40px;
  }

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

  .article .product__other {
    display: none;
  }

  .article h2 {
    font-size: 24px;
  }

  .article h3 {
    font-size: 18px;
  }

  .article h4,
  .article h5,
  .article h6 {
    font-size: 18px;
  }

  .article__content {
    padding: 24px 20px;
  }

  .article__content-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.header__menu li.accent a::before{ background-image: url(../images/fire.png); }