@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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. */
/* 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.
   */
/* Text-level semantics   ========================================================================== */
/* Remove the gray background on active links in IE 10. */
a {
  background-color: transparent;
  text-decoration: none;
  color: black;
}

/*
   * 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 */
/**
   * 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;
  -moz-appearance: button;
       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 */
  -moz-appearance: textfield;
       appearance: textfield;
  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;
}

a,
button,
label {
  -webkit-tap-highlight-color: transparent;
}

a {
  text-decoration: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

button:hover,
select:hover,
label:hover,
a:hover {
  cursor: pointer;
}

a:active, a:visited {
  text-decoration: none;
}

ul {
  list-style: none;
}

@font-face {
  font-family: "Montserrat Regular";
  src: url(./fonts/Montserrat-Regular.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat Medium";
  src: url(./fonts/Montserrat-Medium.ttf);
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat SemiBold";
  src: url(./fonts/Montserrat-SemiBold.ttf);
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat Bold";
  src: url(./fonts/Montserrat-Bold.ttf);
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "AlayHeatIcons";
  src: url("fonts/AlayHeatIcons/AlayHeatIcons.eot?7chke6");
  src: url("fonts/AlayHeatIcons/AlayHeatIcons.eot?7chke6#iefix") format("embedded-opentype"), url("fonts/AlayHeatIcons/AlayHeatIcons.ttf?7chke6") format("truetype"), url("fonts/AlayHeatIcons/AlayHeatIcons.woff?7chke6") format("woff"), url("fonts/AlayHeatIcons/AlayHeatIcons.svg?7chke6#AlayHeatIcons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "AlayHeatIcons" !important;
  speak: never;
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-phone2_icon:before {
  content: "\e900";
}

.icon-phone_icon:before {
  content: "\e901";
}

.icon-mail_icon:before {
  content: "\e902";
}

.icon-telegram_icon:before {
  content: "\e903";
}

.icon-viber_icon:before {
  content: "\e904";
}

.icon-fb_icon:before {
  content: "\e905";
}

body.lock {
  overflow: hidden;
}

body {
  font-size: 15px;
  font-family: "Montserrat Regular", sans-serif;
  line-height: 19px;
  color: #000000;
}

.wrapper {
  margin: 0 auto;
  overflow: hidden;
}

.container {
  max-width: 1177px;
  margin: 0 auto;
}

@media (max-width: 1195px) {
  .container {
    padding: 0 24px;
  }
}
.img-bock {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.title {
  font-size: 30px;
  font-family: "Montserrat Bold", sans-serif;
  line-height: normal;
  color: #000000;
}
@media (max-width: 768px) {
  .title {
    font-size: 21px;
  }
}

.title-underlined {
  font-size: 30px;
  font-family: "Montserrat Bold", sans-serif;
  line-height: normal;
  color: #000000;
  text-transform: uppercase;
  padding-bottom: 16px;
  border-bottom: 2px solid #B11F20;
  margin: 0 auto 48px;
  width: 100%;
  text-align: left;
}
@media (max-width: 768px) {
  .title-underlined {
    font-size: 21px;
    margin: 0px auto 32px;
    padding-bottom: 8px;
  }
}

.subtitle-underline {
  font-size: 25px;
  font-family: "Montserrat Bold", sans-serif;
  line-height: normal;
  color: #000000;
  margin-bottom: 16px;
  padding-bottom: 16px;
  display: inline-block;
  position: relative;
  text-align: center;
}
.subtitle-underline::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgba(177, 31, 32, 0) 0%, #B11F20 48.96%, rgba(177, 31, 32, 0) 100%);
}
@media (max-width: 768px) {
  .subtitle-underline {
    font-size: 21px;
    padding-bottom: 8px;
  }
}

.title25 {
  text-transform: uppercase;
  font-size: 25px;
  font-family: "Montserrat Bold", sans-serif;
  line-height: normal;
  color: #000000;
}
@media (max-width: 768px) {
  .title25 {
    font-size: 21px;
  }
}

.red-text {
  font-family: "Montserrat Bold", sans-serif;
  color: #B11F20;
}

.paragraph {
  display: block;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .paragraph {
    margin-bottom: 16px;
  }
}

.clean_properties {
  cursor: pointer;
}

.bold-text {
  font-family: "Montserrat Bold", sans-serif;
}

.img-bock-underline {
  margin-bottom: 16px;
  padding-bottom: 16px;
  position: relative;
}
.img-bock-underline::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgba(177, 31, 32, 0) 0%, #B11F20 48.96%, rgba(177, 31, 32, 0) 100%);
}

.header {
  margin: 0 auto;
  max-width: 100%;
  font-size: 12px;
  font-family: "Montserrat Regular", sans-serif;
  line-height: 15px;
  color: #000000;
}
.header-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.header__main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: 100%;
  min-height: 82px;
  position: relative;
}
@media (max-width: 768px) {
  .header__main {
    min-height: 77px;
    margin-bottom: 24px;
  }
}
.header__main-left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: 68.962585034%;
}
@media (max-width: 768px) {
  .header__main-left {
    width: auto;
    width: 100%;
  }
}
.header__main-left .header__main-logo img {
  height: 40px;
}
.header__main-form {
  margin-left: 20.9617755857%;
  position: relative;
  width: 54.0073982737%;
}
@media (max-width: 768px) {
  .header__main-form {
    position: absolute;
    top: 60px;
    right: 0;
    width: 100%;
    height: 35px;
    margin-left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
}
@media (max-width: 1195px) {
  .header__main-form {
    margin-left: 10%;
  }
}
.header__main-form .header__main-input {
  width: 100%;
  padding: 5px;
  border: none;
  border-bottom: 1px solid #000000;
  background-color: inherit;
}
.header__main-form .header__main-input::-moz-placeholder {
  font-size: 10px;
  font-family: "Montserrat Regular", sans-serif;
  line-height: 12px;
  color: #000000;
  background-color: inherit;
}
.header__main-form .header__main-input::placeholder {
  font-size: 10px;
  font-family: "Montserrat Regular", sans-serif;
  line-height: 12px;
  color: #000000;
  background-color: inherit;
}
.header__main-form .header__main-input:focus {
  outline: none;
}
@media (max-width: 768px) {
  .header__main-form .header__main-input {
    position: relative;
    width: 70%;
  }
}
.header__main-form .header__main-search {
  background-color: inherit;
  border: none;
  position: absolute;
  content: "";
  top: 5px;
  right: 5px;
  width: 17px;
  height: 17px;
}
@media (max-width: 768px) {
  .header__main-form .header__main-search {
    right: 17%;
  }
}
.header__main-form .search-results {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 5;
  padding: 5px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: white;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}
.header__main__lang {
  white-space: nowrap;
  margin-left: 20px;
}
.header__main__lang-item {
  border: none;
  background-color: inherit;
}
.header__main__lang-item:nth-child(1) {
  position: relative;
  margin-right: 5px;
}
.header__main__lang-item:nth-child(1)::after {
  position: absolute;
  content: "";
  top: -2px;
  right: -5px;
  width: 0.8px;
  height: 17px;
  background-color: #000000;
}
.header__main__lang-item:not(:first-child) {
  margin-left: 5px;
}
.header__main__lang-item.active {
  font-size: inherit;
  font-family: "Montserrat Bold", sans-serif;
  line-height: inherit;
  color: #B11F20;
}
.header__nav {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-color: #F6F6F6;
}
@media (max-width: 768px) {
  .header__nav {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 55px 24px 15px;
    width: 100%;
    position: fixed;
    left: -100%;
    top: 0;
    background: #F6F6F6;
    background-color: rgba(246, 246, 246, 0.92);
    font-size: 20px;
    transition: all 0.4s ease;
    height: 100vh;
    z-index: 20;
  }
  .header__nav._active {
    transition: all 0.4s ease;
    left: 0;
    overflow-y: auto;
  }
  .header__nav._active::-webkit-scrollbar {
    width: 8px;
  }
  .header__nav._active::-webkit-scrollbar-thumb {
    background: #C8C8C8;
    border-radius: 4px;
  }
}
.header__menu__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  min-height: 35px;
  width: 100%;
}
@media (max-width: 768px) {
  .header__menu__list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
}
.header__menu__list .header__nav-link {
  display: inline;
  position: relative;
  padding-left: 20px;
  white-space: nowrap;
  cursor: pointer;
}
.header__menu__list .header__nav-link:hover > a, .header__menu__list .header__nav-link:active > a, .header__menu__list .header__nav-link:focus > a {
  color: #B11F20;
}
.header__menu__list .header__nav-link:not(:last-child) {
  margin-right: 12px; /* 32 with padding 20px*/
}
@media (max-width: 768px) {
  .header__menu__list .header__nav-link {
    padding: 10px 20px 10px 0px;
  }
}
.header__submenu__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  font-size: 10px;
  font-family: "Montserrat Regular", sans-serif;
  line-height: 12px;
  color: #000000;
  position: absolute;
  left: 0px;
  top: 25px;
  width: auto;
  background-color: #F6F6F6;
  padding-top: 10px;
  padding-right: 10px;
  display: none;
  z-index: 10;
}
.header__submenu__list li {
  padding: 3px 0 6px 20px;
  width: 100%;
  transition: all 0.3s ease;
}
.header__submenu__list li:hover, .header__submenu__list li:active, .header__submenu__list li:focus {
  background-color: #B11F20;
}
.header__submenu__list li:hover a, .header__submenu__list li:active a, .header__submenu__list li:focus a {
  font-size: 10px;
  font-family: "Montserrat Bold", sans-serif;
  line-height: 12px;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .header__submenu__list {
    position: static;
    background-color: inherit;
    font-size: 15px;
  }
  .header__submenu__list li {
    padding: 10px 20px;
  }
  .header__submenu__list li:hover, .header__submenu__list li:active, .header__submenu__list li:focus {
    background-color: #B11F20;
  }
  .header__submenu__list li:hover a, .header__submenu__list li:active a, .header__submenu__list li:focus a {
    font-size: 15px;
  }
}

.dropdown-open .dropdown-active {
  display: block;
}

.catalog {
  font-size: 13px;
  font-family: "Montserrat Regular", sans-serif;
  line-height: 13px;
  color: #000000;
  width: 500px;
  background: #F6F6F6;
  position: relative;
  z-index: 100;
}
.catalog-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  font-size: 17px;
  font-family: "Montserrat Bold", sans-serif;
  line-height: 21px;
  color: #FFFFFF;
  text-transform: uppercase;
  background: #B11F20;
  width: 238px;
  padding: 11px 11px 11px 20px;
  border-radius: 2px;
  border: none;
  transform: translateX(-41%) rotate(-90deg);
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 99;
  cursor: pointer;
  transition: left 0.4s ease;
}
@media (max-width: 768px) {
  .catalog-btn {
    transform: translateX(0) rotate(0deg);
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row-reverse;
  }
}
.catalog-btn._active {
  left: 500px;
}
@media (max-width: 768px) {
  .catalog-btn._active {
    left: 0;
  }
}

.menu__icon {
  position: relative;
  width: 26px;
  height: 18px;
  z-index: 5;
  cursor: pointer;
  transform: rotate(90deg);
}
@media (max-width: 768px) {
  .menu__icon {
    transform: rotate(0deg);
    margin-right: 25px;
  }
}
.menu__icon span, .menu__icon::before, .menu__icon::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 9%;
  background-color: #FFFFFF;
  transition: all 0.3s ease 0s;
}
.menu__icon::before {
  content: "";
  top: 0;
}
.menu__icon::after {
  content: "";
  bottom: 0;
}
.menu__icon span {
  top: 50%;
  transform: scale(1) translate(0px, -50%);
}

.menu__icon._active span {
  transform: scale(0) translate(0px, -50%);
}
.menu__icon._active::before {
  top: 50%;
  transform: rotate(-45deg) translate(0px, -50%);
}
.menu__icon._active::after {
  bottom: 50%;
  transform: rotate(45deg) translate(0px, 50%);
}

.menu__body {
  width: 500px;
  position: fixed;
  left: -200%;
  top: 0;
  background: #F6F6F6;
  transition: left 0.3s ease;
  height: 100vh;
  overflow-y: scroll;
}
.menu__body::-webkit-scrollbar {
  width: 8px;
}
.menu__body::-webkit-scrollbar-thumb {
  background: #C8C8C8;
  border-radius: 4px;
}
.menu__body._active {
  left: 0;
}
@media (max-width: 768px) {
  .menu__body {
    width: 100%;
  }
}
.menu__title {
  font-size: 20px;
  font-family: "Montserrat Bold", sans-serif;
  line-height: 24px;
  color: #000000;
  text-transform: uppercase;
  padding: 20px 15px 25px;
}
.menu__list-item {
  font-size: 13px;
  font-family: "Montserrat Regular", sans-serif;
  line-height: 15px;
  color: #000000;
}
.menu__list-item > a {
  display: inline-block;
  margin-bottom: 12px;
  padding-left: 15px;
}
.menu__list .menu-item {
  padding: 4px 5px 4px 15px;
}
.menu__list .menu-item._active {
  font-size: 13px;
  font-family: "Montserrat Bold", sans-serif;
  line-height: 15px;
  color: #FFFFFF;
  background-color: #B11F20;
  display: inline-block;
  width: 100%;
}
.menu__list .menu-item:hover {
  font-size: 13px;
  font-family: "Montserrat Bold", sans-serif;
  line-height: 15px;
  color: #FFFFFF;
  background-color: #B11F20;
  display: inline-block;
  width: 100%;
}
.menu__sublist {
  max-width: 460px;
  margin-left: 15px;
}
.menu__sublist-item {
  font-size: 13px;
  font-family: "Montserrat Regular", sans-serif;
  line-height: 13px;
  color: #000000;
  margin-bottom: 16px;
  padding-left: 15px;
}
.menu__sublist-item > a {
  display: inline-block;
}
.menu__sublist-item > a.active {
  color: #B11F20;
}
.menu__sublist-item > a:hover {
  color: #B11F20;
}
.menu__sublist2-item {
  font-size: 13px;
  font-family: "Montserrat Regular", sans-serif;
  line-height: 12px;
  color: #000000;
}
.menu__sublist2-item > a {
  display: inline-block;
}
.menu__sublist2-item:not(:last-child) {
  margin-bottom: 8px;
}
.menu__sublist2-item:first-child {
  margin-top: 18px;
}
.menu__sublist2-item:last-child {
  margin-bottom: 16px;
}
.menu__sublist3-item {
  font-size: 13px;
  font-family: "Montserrat Regular", sans-serif;
  line-height: 12px;
  color: #000000;
}
.menu__sublist3-item > a {
  display: inline-block;
}
.menu__sublist3-item:not(:last-child) {
  margin-bottom: 8px;
}
.menu__sublist3-item:first-child {
  margin-top: 8px;
}
.menu__sublist3-item:last-child {
  margin-bottom: 16px;
}

.burger-menu {
  position: relative;
  z-index: 100;
  display: none;
}
.burger-menu-btn {
  z-index: 99;
  cursor: pointer;
  padding: 20px 0 20px 20px;
}
@media (max-width: 768px) {
  .burger-menu {
    display: block;
  }
}

.burger-menu__icon {
  position: relative;
  width: 25px;
  height: 16px;
  z-index: 5;
  cursor: pointer;
  display: none;
}
@media (max-width: 768px) {
  .burger-menu__icon {
    display: block;
  }
}
.burger-menu__icon span, .burger-menu__icon::before, .burger-menu__icon::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 5%;
  z-index: 20;
  background-color: rgb(0, 0, 0);
  transition: all 0.3s ease 0s;
}
.burger-menu__icon::before {
  content: "";
  top: 0;
}
.burger-menu__icon::after {
  content: "";
  bottom: 0;
}
.burger-menu__icon span {
  top: 50%;
  transform: scale(1) translate(0px, -50%);
}

.burger-menu__icon._active span {
  transform: scale(0) translate(0px, -50%);
}
.burger-menu__icon._active::before {
  top: 50%;
  transform: rotate(-45deg) translate(0px, -50%);
}
.burger-menu__icon._active::after {
  bottom: 50%;
  transform: rotate(45deg) translate(0px, 50%);
}

.back_top-btn {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 80px;
  z-index: 99;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: inherit;
}
@media (max-width: 768px) {
  .back_top-btn {
    left: 16px;
    bottom: 55px;
  }
}

.content_page {
  margin: 20px 0;
}
.content_page p {
  margin-bottom: 1em;
  text-align: justify;
}
.content_page ul, .content_page ol {
  margin: 10px 0px 10px 10px;
  list-style: inherit;
  padding-left: 10px;
}

h1.title_content_page {
  margin: 20px 0;
}

.banner {
  margin: 15px auto 96px;
  height: 555px;
  position: relative;
}
@media (max-width: 1195px) {
  .banner {
    margin: 15px auto 70px;
  }
}
@media (max-width: 768px) {
  .banner {
    margin: 16px auto 56px;
    height: 450px;
  }
}
.banner__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.banner__content {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  padding: 64px 28px 10px 39px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
@media (max-width: 768px) {
  .banner__content {
    padding: 30px 15px 10px;
    justify-content: flex-start;
  }
}
.banner__content__title {
  font-size: 30px;
  font-family: "Montserrat Bold", sans-serif;
  line-height: normal;
  color: #FFFFFF;
  margin-bottom: 28px;
  padding-bottom: 27px;
  position: relative;
}
.banner__content__title::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  max-width: 514px;
  height: 2px;
  background: linear-gradient(90deg, #B11F20 0%, rgba(177, 31, 32, 0) 100%);
}
@media (max-width: 768px) {
  .banner__content__title {
    margin-bottom: 20px;
    font-size: 20px;
    padding-bottom: 15px;
  }
}
.banner__content__text {
  font-size: 15px;
  font-family: "Montserrat Regular", sans-serif;
  line-height: normal;
  color: #FFFFFF;
  margin-bottom: 28px;
  max-width: 937px;
}
@media (max-width: 768px) {
  .banner__content__text {
    margin-bottom: 20px;
  }
}

.goods {
  margin: 0 auto 96px;
  max-width: 1144px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
  gap: 24px;
  row-gap: 24px;
  flex-wrap: wrap;
}
@media (max-width: 1195px) {
  .goods {
    margin: 0 auto 70px;
    max-width: 1046px;
  }
}
@media (max-width: 768px) {
  .goods {
    margin: 0 auto 56px;
    max-width: 380px;
  }
}
.goods__card {
  flex: 1 1 50%;
  max-width: 560px;
}
@media (max-width: 1195px) {
  .goods__card {
    max-width: 510px;
  }
}
.goods__card a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  transition: all 0.2s ease;
  height: 100%;
}
.goods__card a:hover {
  filter: drop-shadow(0px 0px 25px rgba(0, 0, 0, 0.5));
}
.goods__card-img {
  width: 100%;
  max-height: 220px;
  overflow: hidden;
}
.goods__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.goods__card-title {
  flex: 1 0 auto;
  font-size: 25px;
  font-family: "Montserrat Regular", sans-serif;
  line-height: 30px;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-color: #F6F6F6;
  width: 100%;
  padding: 20px;
  min-height: 97px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1195px) {
  .goods__card-title {
    font-size: 23px;
    font-family: "Montserrat Regular", sans-serif;
    line-height: 28px;
    color: #000000;
    min-height: 90px;
  }
}
@media (max-width: 768px) {
  .goods__card-title {
    font-size: 16px;
    font-family: "Montserrat Regular", sans-serif;
    line-height: 20px;
    color: #000000;
    min-height: 68px;
  }
}

.news {
  margin: 0 auto 96px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 1195px) {
  .news {
    margin: 0 auto 70px;
  }
}
@media (max-width: 768px) {
  .news {
    margin: 0 auto 56px;
  }
}
.news-title {
  margin: 0 auto 48px;
  text-transform: uppercase;
}
.news__posts {
  margin: 0 auto 48px;
  width: 100%;
}
@media (max-width: 1195px) {
  .news__posts {
    max-width: 895px;
  }
}
@media (max-width: 768px) {
  .news__posts {
    max-width: none;
  }
}
.news__posts .owl-stage {
  display: flex;
}
.news__posts .item {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
  width: 100%;
}
.news__posts .news__post {
  max-width: 280px;
  transition: all 0.2s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.news__posts .news__post:hover {
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.3);
}
.news__posts .news__post a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
.news__posts .news__post__img {
  width: 100%;
  height: 155px;
  aspect-ratio: 16/9;
}
.news__posts .news__post__img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.news__posts .news__post__body {
  flex: 1 0 auto;
  padding: 24px;
  background-color: #F6F6F6;
  width: 100%;
}
.news__posts .news__post__body-date {
  font-size: 15px;
  font-family: "Montserrat Regular", sans-serif;
  line-height: 19px;
  color: #000000;
  opacity: 0.56;
}
.news__posts .news__post__body-title {
  font-size: 16px;
  font-family: "Montserrat Regular", sans-serif;
  line-height: 20px;
  color: #000000;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  width: 100%;
  margin-top: 8px;
}
@media (max-width: 1195px) {
  .news__posts {
    margin: 0 auto 43px;
  }
  .news__posts .las-post {
    display: none;
  }
}

.red-btn {
  display: inline-block;
  font-size: 17px;
  font-family: "Montserrat Regular", sans-serif;
  line-height: 21px;
  color: #FFFFFF;
  background-color: #B11F20;
  padding: 16px 39px;
  border-radius: 2px;
  border: none;
  transition: transform 0.3s ease;
}
.red-btn:hover {
  background-color: #5B0808;
}

.search {
  margin-bottom: 96px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.search-title {
  margin: 56px auto 0 0;
  border-bottom: 2px solid #B11F20;
  width: 100%;
  padding-bottom: 16px;
}
@media (max-width: 768px) {
  .search-title {
    padding-bottom: 8px;
  }
}
.search-result {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
  gap: 24px;
  flex-wrap: wrap;
  max-width: 1046px;
  margin: 48px auto 44px;
}
.search .result-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 190px;
  transition: all 0.2s ease;
  height: 100%;
}
.search .result-item:hover {
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.3);
}
.search .result-item:hover .img-after {
  display: block;
}
.search .result-item-img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
  height: 102px;
  position: relative;
  transition: 0.5s;
}
.search .result-item-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.search .result-item-img .img-after {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  font-family: "Montserrat Bold", sans-serif;
  line-height: 25px;
  color: #FFFFFF;
  text-align: center;
  width: 100%;
  height: 102px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 25px 25px;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
.search .result-item-title {
  margin: 16px 0 6px;
  font-size: 12px;
  font-family: "Montserrat Regular", sans-serif;
  line-height: 15px;
  color: #000000;
  opacity: 0.8;
  padding: 0 5px;
}
.search .result-item-text {
  flex: 1 0 auto;
  font-size: 12px;
  font-family: "Montserrat Regular", sans-serif;
  line-height: 15px;
  color: #000000;
  opacity: 0.8;
  width: 100%;
  padding: 0 5px 5px;
}
.search .result-item-text .red-text {
  font-size: 12px;
  font-family: "Montserrat Medium", sans-serif;
  line-height: 15px;
  color: #B11F20;
}
.search .news__btn {
  margin: 0 auto;
}

.product {
  margin: 56px auto 0;
}
.product-card {
  margin: 24px auto 97px;
}
@media (max-width: 1195px) {
  .product-card {
    margin: 15px auto 70px;
  }
}
@media (max-width: 768px) {
  .product-card {
    margin: 13px auto 56px;
  }
}
.product-card-main {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  flex-direction: row;
  gap: 60px;
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  .product-card-main {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }
}
@media (max-width: 1195px) {
  .product-card-main {
    margin-bottom: 44px;
  }
}
@media (max-width: 768px) {
  .product-card-main {
    margin-bottom: 56px;
  }
}
.product-card-main .main-left {
  flex: 1 1 65.9013605442%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.product-card-main .main-left .product-card-img-block {
  flex: 1 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  width: 100%;
}
@media (max-width: 1195px) {
  .product-card-main .main-left .product-card-img-block {
    min-height: 200px;
  }
}
@media (max-width: 768px) {
  .product-card-main .main-left .product-card-img-block {
    min-height: 136px;
  }
}
.product-card-main .main-left .product-card-img-block img {
  max-width: 748px;
  width: 100%;
}
.product-card-main .main-left__icon-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
}
.product-card-main .main-left__icon-block .icon {
  position: relative;
  width: 40px;
  height: 40px;
}
.product-card-main .main-left__icon-block .icon .icon-block-icon {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-card-main .main-left__icon-block .icon .icon-block-title {
  display: none;
  max-width: 231px;
  min-width: 140px;
  padding: 8px 12px 9px;
  background-color: #F6F6F6;
  text-align: center;
  position: absolute;
  bottom: calc(100% + 22px);
  left: 50%;
  transform: translateX(-50%);
  font-family: "Montserrat Medium" !important;
  font-size: 16px;
  opacity: 0;
  transition: all 0.5s ease;
}
.product-card-main .main-left__icon-block .icon .icon-block-title:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(246, 246, 246, 0);
  border-top-color: #F6F6F6;
  border-width: 10px;
  margin-left: -10px;
}
.product-card-main .main-left__icon-block .icon:hover .icon-block-title {
  display: block;
  opacity: 1;
}
@media (max-width: 768px) {
  .product-card-main .main-left__icon-block {
    max-width: 240px;
    align-self: center;
  }
}
.product-card-main .main-right {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding: 5px 0 0 0;
}
@media (max-width: 768px) {
  .product-card-main .main-right {
    align-self: center;
    width: 100%;
  }
}
.product-card-main .main-right__logo {
  width: 215px;
  height: 147px;
  margin-bottom: 56px;
}
.product-card-main .main-right__logo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 768px) {
  .product-card-main .main-right__logo {
    margin: 16px auto;
    width: 173px;
    height: 118px;
  }
}
.product-card-main .main-right__list {
  width: 100%;
}
.product-card-main .main-right__list li {
  background-color: #F6F6F6;
  font-size: 17px;
  font-family: "Montserrat Regular", sans-serif;
  line-height: 21px;
  color: #000000;
  width: 100%;
  white-space: nowrap;
  padding: 16px 41px;
  text-align: center;
}
.product-card-main .main-right__list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .product-card-main .main-right__list li {
    padding: 12px 33px;
    font-size: 16px;
    font-family: "Montserrat Regular", sans-serif;
    line-height: 20px;
    color: #000000;
    white-space: normal;
  }
}
.product-card-main .main-right__list li:hover, .product-card-main .main-right__list li:active, .product-card-main .main-right__list li:focus {
  background-color: #B11F20;
  font-size: 17px;
  font-family: "Montserrat Regular", sans-serif;
  line-height: 21px;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .product-card-main .main-right__list li:hover, .product-card-main .main-right__list li:active, .product-card-main .main-right__list li:focus {
    font-size: 16px;
    font-family: "Montserrat Regular", sans-serif;
    line-height: 20px;
    color: #FFFFFF;
  }
}
.product-card-main .main-right__list li:not(:last-child) {
  margin-bottom: 8px;
}
@media (max-width: 1195px) {
  .product-card-main .main-right__list li:not(:last-child) {
    margin-bottom: 9px;
  }
}
.product-card-description {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  width: 100%;
  gap: 124px;
}
@media (max-width: 992px) {
  .product-card-description {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
}
.product-card-description .description-left {
  flex: 0 1 40.4761904762%;
  width: 100%;
}
.product-card-description .description-right {
  flex: 0 1 48.9795918367%;
  width: 100%;
  overflow: hidden;
}
.product-card-description .description-list {
  margin: 0 0 32px;
  font-size: 15px;
  font-family: "Montserrat Regular", sans-serif;
  line-height: 18px;
  color: #000000;
}
@media (max-width: 1195px) {
  .product-card-description .description-list {
    font-size: 14px;
    font-family: "Montserrat Regular", sans-serif;
    line-height: 17px;
    color: #000000;
  }
}
@media (max-width: 768px) {
  .product-card-description .description-list {
    font-size: 12px;
    font-family: "Montserrat Regular", sans-serif;
    line-height: 15px;
    color: #000000;
  }
}
.product-card-description .description-list-title {
  font-size: 25px;
  font-family: "Montserrat Bold", sans-serif;
  line-height: 30px;
  color: #292929;
  padding-bottom: 8px;
  width: 100%;
  border-bottom: 2px solid #B11F20;
  margin-bottom: 16px;
}
@media (max-width: 1195px) {
  .product-card-description .description-list-title {
    font-size: 23px;
    font-family: "Montserrat Bold", sans-serif;
    line-height: 28px;
    color: #292929;
  }
}
@media (max-width: 768px) {
  .product-card-description .description-list-title {
    font-size: 21px;
    font-family: "Montserrat Bold", sans-serif;
    line-height: 26px;
    color: #292929;
  }
}
.product-card-description .description-list-title.construction {
  margin-bottom: 0px;
}
.product-card-description .description-list-text {
  font-size: 15px;
  font-family: "Montserrat Medium", sans-serif;
  line-height: 18px;
  color: #000000;
}
@media (max-width: 1195px) {
  .product-card-description .description-list-text {
    font-size: 14px;
    font-family: "Montserrat Medium", sans-serif;
    line-height: 17px;
    color: #000000;
  }
}
@media (max-width: 768px) {
  .product-card-description .description-list-text {
    font-size: 12px;
    font-family: "Montserrat Medium", sans-serif;
    line-height: 15px;
    color: #000000;
  }
}
.product-card-description .description-list-text.regular {
  font-family: "Montserrat Regular", sans-serif;
}
.product-card-description .description-list-row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  gap: 24px;
  margin-top: 16px;
  width: 100%;
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.product-card-description .description-list-row::-webkit-scrollbar {
  width: 4px;
}
.product-card-description .description-list-row::-webkit-scrollbar:horizontal {
  height: 5px;
}
.product-card-description .description-list-row::-webkit-scrollbar-thumb {
  background: #C8C8C8;
  border-radius: 2px;
}
.product-card-description .description-list-row p {
  font-size: 15px;
  font-family: "Montserrat Regular", sans-serif;
  line-height: 18px;
  color: #000000;
  background-color: #F6F6F6;
  padding: 5px 20px 4px;
  width: 76px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  text-align: center;
}
@media (max-width: 1195px) {
  .product-card-description .description-list-row p {
    font-size: 14px;
    font-family: "Montserrat Regular", sans-serif;
    line-height: 17px;
    color: #000000;
    width: 70px;
    height: 40px;
  }
}
@media (max-width: 768px) {
  .product-card-description .description-list-row p {
    font-size: 11px;
    font-family: "Montserrat Regular", sans-serif;
    line-height: 13px;
    color: #000000;
    width: 52px;
    height: 30px;
    padding: 2px 9px 1px;
  }
}
.product-card-description .description-list-row .red-item {
  background-color: #B11F20;
  font-size: 15px;
  font-family: "Montserrat Medium", sans-serif;
  line-height: 18px;
  color: #FFFFFF;
  padding: 3px 3px;
  min-width: 76px;
}
@media (max-width: 1195px) {
  .product-card-description .description-list-row .red-item {
    font-size: 14px;
    font-family: "Montserrat Medium", sans-serif;
    line-height: 17px;
    color: #FFFFFF;
  }
}
@media (max-width: 768px) {
  .product-card-description .description-list-row .red-item {
    font-size: 11px;
    font-family: "Montserrat Medium", sans-serif;
    line-height: 13px;
    color: #FFFFFF;
  }
}
.product-card-description .description-list ul li {
  position: relative;
  padding-left: 20px;
}
@media (max-width: 1195px) {
  .product-card-description .description-list ul li {
    padding-left: 16px;
  }
}
@media (max-width: 768px) {
  .product-card-description .description-list ul li {
    padding-left: 14px;
  }
}
.product-card-description .description-list ul li:not(:last-child) {
  margin-bottom: 16px;
}
.product-card-description .description-list ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 1.5px;
  background-color: #000000;
}
.product-card-description .description-table table {
  border-collapse: collapse;
  width: 100%;
}
.product-card-description .description-table td {
  border-bottom: 1px solid #B6B6B6;
  padding: 16px 0;
}
@media (max-width: 768px) {
  .product-card-description .description-table td {
    padding: 14px 0;
  }
}
.product-card-description .description-table .table-row-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.product-card-description .description-table .table-row-left .table-row-title {
  margin-left: 16px;
  font-size: 12px;
  font-family: "Montserrat Regular", sans-serif;
  line-height: 16px;
  color: #4F4F4F;
}
@media (max-width: 1195px) {
  .product-card-description .description-table .table-row-left .table-row-title {
    font-size: 11px;
    font-family: "Montserrat Regular", sans-serif;
    line-height: 16px;
    color: #4F4F4F;
  }
}
.product-card-description .description-table .table-row-left.small-table {
  width: 135px;
  margin-right: 66px;
}
@media (max-width: 768px) {
  .product-card-description .description-table .table-row-left.small-table {
    margin-right: 46px;
  }
}
.product-card-description .description-table .table-row-left.big-table {
  width: 236px;
  margin-right: 64px;
}
@media (max-width: 1195px) {
  .product-card-description .description-table .table-row-left.big-table {
    width: 221px;
    margin-right: 55px;
  }
}
@media (max-width: 768px) {
  .product-card-description .description-table .table-row-left.big-table {
    width: 176px;
    margin-right: 14px;
  }
}
.product-card-description .description-table .table-row-right {
  font-size: 15px;
  font-family: "Montserrat Medium", sans-serif;
  line-height: 18px;
  color: #000000;
}
@media (max-width: 1195px) {
  .product-card-description .description-table .table-row-right {
    font-size: 14px;
    font-family: "Montserrat Medium", sans-serif;
    line-height: 17px;
    color: #000000;
  }
}
@media (max-width: 768px) {
  .product-card-description .description-table .table-row-right {
    font-size: 12px;
    font-family: "Montserrat Medium", sans-serif;
    line-height: 15px;
    color: #000000;
  }
}
.product-card-description .description-table .table-row-right.small-table {
  max-width: 276px;
}
.product-card-description .description-table .table-row-right.big-table {
  max-width: 276px;
}
@media (max-width: 1195px) {
  .product-table-container {
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .product-table-container::-webkit-scrollbar {
    width: 4px;
  }
  .product-table-container::-webkit-scrollbar:horizontal {
    height: 5px;
  }
  .product-table-container::-webkit-scrollbar-thumb {
    background: #C8C8C8;
    border-radius: 2px;
  }
}
.product-table-title {
  font-size: 25px;
  font-family: "Montserrat Bold", sans-serif;
  line-height: 30px;
  color: #292929;
  text-transform: uppercase;
  padding-bottom: 8px;
  border-bottom: 2px solid #B11F20;
  margin: 0px auto 16px;
  width: 48.8095238095%;
  text-align: center;
}
@media (max-width: 750px) {
  .product-table-title {
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 1195px) {
  .product-table-title {
    font-size: 23px;
    font-family: "Montserrat Bold", sans-serif;
    line-height: 28px;
    color: #292929;
  }
}
@media (max-width: 768px) {
  .product-table-title {
    font-size: 21px;
    font-family: "Montserrat Bold", sans-serif;
    line-height: 26px;
    color: #292929;
  }
}
.product-table table {
  border-collapse: collapse;
  width: 100%;
  white-space: nowrap;
  min-width: 750px;
}
.product-table th {
  font-size: 15px;
  font-family: "Montserrat SemiBold", sans-serif;
  line-height: 18px;
  color: #000000;
  height: 95px;
  text-align: center;
}
@media (max-width: 460px) {
  .product-table th {
    width: 150px;
  }
}
.product-table th:first-child, .product-table th:last-child {
  width: 25%;
}
@media (max-width: 460px) {
  .product-table th:first-child, .product-table th:last-child {
    width: 15%;
  }
}
.product-table tr:nth-child(odd) {
  background-color: #F6F6F6;
}
.product-table td {
  font-size: 15px;
  font-family: "Montserrat Regular", sans-serif;
  line-height: 18px;
  color: #000000;
  padding: 13px 0 10px;
  text-align: center;
}

.icon-block-icon {
  border-radius: 50%;
}

.icon-block-icon.active-icon .light-gray {
  fill: #B11F20;
  stroke: #B11F20;
}
.icon-block-icon.active-icon .red {
  fill: #FFFFFF;
  stroke: #FFFFFF;
  stroke-width: 1;
}

@media (min-width: 769px) {
  .icon-block-icon:hover .light-gray {
    fill: #B11F20;
    stroke: #B11F20;
  }
  .icon-block-icon:hover .red {
    fill: #FFFFFF;
    stroke: #FFFFFF;
    stroke-width: 1;
  }
}
.categories__icon-block .icon {
  position: relative;
}
.categories__icon-block .icon .icon-block-title {
  display: none;
  z-index: 600;
  max-width: 231px;
  min-width: 140px;
  padding: 8px 12px 9px;
  background-color: #F6F6F6;
  text-align: center;
  position: absolute;
  top: calc(100% + 22px);
  left: 50%;
  transform: translateX(-50%);
  font-family: "Montserrat Medium" !important;
  font-size: 16px;
  opacity: 0;
  transition: all 0.5s ease;
}
.categories__icon-block .icon .icon-block-title:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(246, 246, 246, 0);
  border-bottom-color: #F6F6F6;
  border-width: 10px;
  margin-left: -10px;
}
@media (min-width: 769px) {
  .categories__icon-block .icon:hover .icon-block-title {
    display: block;
    opacity: 1;
  }
}

ol.breadcrumb li {
  list-style-type: none;
  display: inline;
  font-size: 10px;
  font-family: "Montserrat Regular", sans-serif;
  line-height: 12px;
  color: #000000;
}
ol.breadcrumb li.active {
  color: #B11F20;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.slider-block {
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .slider-block {
    margin-bottom: 37px;
  }
}
.slider-block-title {
  font-size: 30px;
  font-family: "Montserrat Bold", sans-serif;
  line-height: 37px;
  color: #292929;
  text-transform: uppercase;
  margin: 0 auto 56px;
  text-align: center;
}
@media (max-width: 1195px) {
  .slider-block-title {
    font-size: 27px;
    font-family: "Montserrat Bold", sans-serif;
    line-height: 33px;
    color: #292929;
    margin: 0 auto 50px;
  }
}
@media (max-width: 768px) {
  .slider-block-title {
    font-size: 25px;
    font-family: "Montserrat Bold", sans-serif;
    line-height: 30px;
    color: #292929;
    margin: 0 auto 32px;
  }
}
.slider-block .slider {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 45px;
}
@media (max-width: 1195px) {
  .slider-block .slider {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .slider-block .slider {
    gap: 16px;
  }
}
.slider-block .slider button {
  border: none;
  background-color: inherit;
}
.slider-block .slider-body {
  max-width: 86.7346938776%;
}
@media (max-width: 1195px) {
  .slider-block .slider-body {
    max-width: 984px;
  }
}
@media (max-width: 1130px) {
  .slider-block .slider-body {
    max-width: 716px;
  }
}
@media (max-width: 800px) {
  .slider-block .slider-body {
    max-width: 480px;
  }
}
@media (max-width: 600px) {
  .slider-block .slider-body {
    max-width: 220px;
  }
}
.slider-block .slider-body .owl-stage {
  display: flex;
}
.slider-block .slider-body .item {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
}
.slider-block .slider-body .item a {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 25px;
}
.slider-block .slider-body .item a:hover {
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.3);
}
.slider-block .slider-body .item a:hover .img-after {
  display: block;
}
.slider-block .result-item {
  display: flex;
  justify-content: stretch;
  align-items: flex-start;
  flex-direction: column;
  max-width: 228px;
  transition: all 0.2s ease;
  height: 100%;
}
@media (max-width: 1130px) {
  .slider-block .result-item {
    max-width: 220px;
  }
}
.slider-block .result-item-img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
  height: 114px;
  position: relative;
  transition: 0.5s;
}
@media (max-width: 1130px) {
  .slider-block .result-item-img {
    height: 110px;
  }
}
.slider-block .result-item-img img {
  width: 98%;
}
.slider-block .result-item-img .img-after {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  font-family: "Montserrat Bold", sans-serif;
  line-height: 25px;
  color: #FFFFFF;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 36px 41px;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
.slider-block .result-item-img:hover .img-after {
  display: block;
}
.slider-block .result-item-title {
  margin: 16px 0 6px;
  font-size: 12px;
  font-family: "Montserrat Regular", sans-serif;
  line-height: 15px;
  color: #000000;
  opacity: 0.8;
  padding: 0 5px;
}
.slider-block .result-item-text {
  flex: 1 0 auto;
  font-size: 12px;
  font-family: "Montserrat Regular", sans-serif;
  line-height: 15px;
  color: #000000;
  opacity: 0.8;
  padding: 0 5px 5px;
  width: 100%;
}
.slider-block .result-item-text .red-text {
  font-size: 12px;
  font-family: "Montserrat Medium", sans-serif;
  line-height: 15px;
  color: #B11F20;
}

.main-news .news-main-title {
  padding-bottom: 16px;
  width: 100%;
  border-bottom: 2px solid #B11F20;
  margin: 56px 0 48px;
}
@media (max-width: 768px) {
  .main-news .news-main-title {
    padding-bottom: 8px;
  }
}
.main-news .main-news__post {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  margin: 48px 0;
}
@media (max-width: 789px) {
  .main-news .main-news__post {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .main-news .main-news__post {
    margin: 24px 0;
  }
}
.main-news .main-news__post .post__img {
  flex: 0 0 65.9863945578%;
  width: 100%;
}
.main-news .main-news__post .post__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.main-news .main-news__post .post__body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-color: #F6F6F6;
  padding: 24px;
}
.main-news .main-news__post .post__body-date, .main-news .main-news__post .post__body-text {
  font-size: 15px;
  font-family: "Montserrat Regular", sans-serif;
  line-height: 19px;
  color: #000000;
  opacity: 0.56;
}
.main-news .main-news__post .post__body-title {
  font-size: 25px;
  font-family: "Montserrat Regular", sans-serif;
  line-height: 30px;
  color: #000000;
  width: 100%;
  margin: 8px 0 16px;
}
@media (max-width: 1195px) {
  .main-news .main-news__post .post__body-title {
    font-size: 23px;
    font-family: "Montserrat Regular", sans-serif;
    line-height: 28px;
    color: #000000;
  }
}
@media (max-width: 768px) {
  .main-news .main-news__post .post__body-title {
    font-size: 16px;
    font-family: "Montserrat Regular", sans-serif;
    line-height: 20px;
    color: #000000;
  }
}

.news__search {
  width: 100%;
  height: 94px;
  background-color: #292929;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.news__search-form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  width: 376px;
  height: 46px;
  background-color: #FFFFFF;
  padding: 0 16px;
}
@media (max-width: 550px) {
  .news__search-form {
    width: 70%;
  }
}
.news__search-form .news__search-input {
  width: 100%;
  padding: 5px;
  border: none;
  border-bottom: 1px solid #000000;
}
.news__search-form .news__search-input::-moz-placeholder {
  font-size: 10px;
  font-family: "Montserrat Regular", sans-serif;
  line-height: 12px;
  color: #000000;
}
.news__search-form .news__search-input::placeholder {
  font-size: 10px;
  font-family: "Montserrat Regular", sans-serif;
  line-height: 12px;
  color: #000000;
}
.news__search-form .news__search-input:focus {
  outline: none;
}
.news__search-form .news__search-search {
  background-color: #FFFFFF;
  border: none;
  position: absolute;
  content: "";
  top: 25%;
  right: 5%;
  width: 17px;
  height: 17px;
}
.news__search ~ .news__other .news__post__img {
  height: 208px;
}

.news__other {
  margin-bottom: 96px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 575px) {
  .news__other {
    max-width: 376px;
  }
}
.news__other-posts {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
  gap: 24px;
  flex-wrap: wrap;
  margin: 48px auto;
}
.news__other-posts .news__post {
  max-width: 376px;
  width: 100%;
}
.news__other-posts .news__post a {
  display: flex;
  justify-content: stretch;
  align-items: center;
  flex-direction: column;
  transition: all 0.2s ease;
  height: 100%;
}
.news__other-posts .news__post a:hover {
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.5));
}
.news__other-posts .news__post__img {
  width: 100%;
  height: 155px;
  aspect-ratio: 16/9;
}
.news__other-posts .news__post__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.news__other-posts .news__post__body {
  flex: 1 0 auto;
  padding: 24px;
  background-color: #F6F6F6;
  width: 100%;
}
.news__other-posts .news__post__body-date {
  font-size: 15px;
  font-family: "Montserrat Regular", sans-serif;
  line-height: 19px;
  color: #000000;
  opacity: 0.56;
}
.news__other-posts .news__post__body-title {
  font-size: 25px;
  font-family: "Montserrat Regular", sans-serif;
  line-height: 30px;
  color: #000000;
  width: 100%;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .news__other-posts .news__post__body-title {
    font-size: 16px;
    line-height: 20px;
  }
}
.news__other-posts .news__btn {
  width: auto;
}
.news__other-posts .news__btn .red-btn {
  padding: 16px 44px;
}

.news__page {
  margin: 56px auto 96px;
}
.news__page .red-btn {
  padding: 13px 20px;
  margin-bottom: 20px;
}
.news__page-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  gap: 24px;
}
@media (max-width: 575px) {
  .news__page-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
}
.news__page-container .main-news {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex: 0 1 75.1700680272%;
}
.news__page-container .main-news .main-news-title {
  margin: 0px;
}
.news__page-container .main-news__post {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
@media (max-width: 575px) {
  .news__page-container .main-news .main-news__post {
    margin-bottom: 0;
  }
}
.news__page-container .main-news-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row;
  margin-bottom: 0;
}
.news__page-container .main-news .post__body {
  background-color: #FFFFFF;
  padding: 16px 0 0;
}
.news__page-container .main-news .post__body .post__body-text {
  font-size: 15px;
  font-family: "Montserrat Regular", sans-serif;
  line-height: 19px;
  color: #000000;
  text-align: justify;
  opacity: 1;
}
@media (max-width: 575px) {
  .news__page-container .main-news .post__body .post__body-text {
    margin-bottom: 0;
  }
}
.news__page-container .main-news .post__body .post__body-text .red-text {
  font-size: 15px;
  font-family: "Montserrat Bold", sans-serif;
  line-height: 19px;
  color: #B11F20;
}
.news__page-container .news__other {
  flex: 0 0 19.387755102%;
}
@media (max-width: 575px) {
  .news__page-container .news__other {
    margin-bottom: 0;
  }
}
.news__page-container .news__other .news__other-title {
  padding-top: 109px;
  font-size: 25px;
  font-family: "Montserrat Bold", sans-serif;
  line-height: 31px;
  color: #000000;
}
@media (max-width: 575px) {
  .news__page-container .news__other .news__other-title {
    padding-top: 0px;
  }
}
.news__page-container .news__other-posts {
  margin: 48px 0 32px;
}
.news__page-container .news__other-posts .news__post__body-title {
  font-size: 16px;
  font-family: "Montserrat Regular", sans-serif;
  line-height: 20px;
  color: #000000;
}

.product-second {
  margin: 56px auto 0;
}
@media (max-width: 768px) {
  .product-second {
    margin: 13px auto 0;
  }
}
.product-second-card {
  margin: 24px auto 97px;
}
@media (max-width: 1195px) {
  .product-second-card {
    margin: 15px auto 70px;
  }
}
@media (max-width: 768px) {
  .product-second-card {
    margin: 13px auto 56px;
  }
}
.product-second-card-subtitle {
  font-size: 25px;
  font-family: "Montserrat Regular", sans-serif;
  line-height: normal;
  color: #B11F20;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .product-second-card-subtitle {
    margin-bottom: 13px;
    font-size: 16px;
  }
}
.product-second-card-title {
  padding-bottom: 24px;
  position: relative;
  min-width: 514px;
}
.product-second-card-title::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #B11F20 0%, rgba(177, 31, 32, 0) 100%);
}
@media (max-width: 768px) {
  .product-second-card-title {
    padding-bottom: 16px;
    min-width: auto;
  }
}
.product-second-card__textblock {
  font-size: 15px;
  font-family: "Montserrat Regular", sans-serif;
  line-height: 18px;
  color: #000000;
  max-width: 770px;
}
@media (max-width: 768px) {
  .product-second-card__textblock {
    font-size: 12px;
  }
}
.product-second-card__text {
  font-size: 15px;
  font-family: "Montserrat Regular", sans-serif;
  line-height: 18px;
  color: #000000;
  max-width: 770px;
}
@media (max-width: 768px) {
  .product-second-card__text {
    font-size: 12px;
  }
}
.product-second-card__text-bold {
  font-family: "Montserrat Bold", sans-serif;
  display: inline-block;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .product-second-card__text-bold {
    font-size: 12px;
  }
}
.product-second-card__text-red {
  color: #B11F20;
  display: inline-block;
  margin-top: 12px;
}
@media (max-width: 768px) {
  .product-second-card__text-red {
    margin-top: 0px;
    display: block;
    font-size: 12px;
  }
}
.product-second-card__text.last-block {
  display: block;
  margin-top: 12px;
}
@media (max-width: 768px) {
  .product-second-card__text.last-block {
    margin-top: 7px;
  }
}
.product-second-card__text.last-block .text-red {
  color: #B11F20;
}
.product-second-card-main {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  flex-direction: row;
  -moz-column-gap: 55px;
       column-gap: 55px;
  margin-bottom: 99px;
  padding: 3px 0;
}
@media (max-width: 1195px) {
  .product-second-card-main {
    margin-bottom: 44px;
  }
}
@media (max-width: 768px) {
  .product-second-card-main {
    display: none;
  }
}
.product-second-card-main .main-left {
  flex: 1 0 65.9013605442%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.product-second-card-main .main-right {
  flex: 0 1 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
@media (max-width: 768px) {
  .product-second-card-main .main-right {
    align-self: center;
  }
}
.product-second-card-main .main-right .product-second-card-img-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: 1px solid #292929;
}
.product-second-card-main .main-right .product-second-card-img-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px;
}
.product-second-card-main.mobile-only {
  display: none;
}
@media (max-width: 768px) {
  .product-second-card-main.mobile-only {
    display: block;
  }
}
.product-second-card-main.mobile-only .main__body .product-second-card-img-block {
  float: right;
  border-radius: 20px;
  border: 1px solid #292929;
  width: 40.420561%; /* 173/428 */
  margin-top: 39px;
  margin-left: 13px;
}
.product-second-card-main.mobile-only .main__body .product-second-card-img-block img {
  width: 100%;
  height: 100%;
  max-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px;
}
.product-second-table {
  margin: 0 auto 96px;
  padding: 0;
}
@media (max-width: 768px) {
  .product-second-table {
    margin: 0 auto 56px;
  }
}
@media (max-width: 1195px) {
  .product-second-table-container {
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .product-second-table-container::-webkit-scrollbar {
    width: 4px;
  }
  .product-second-table-container::-webkit-scrollbar:horizontal {
    height: 5px;
  }
  .product-second-table-container::-webkit-scrollbar-thumb {
    background: #C8C8C8;
    border-radius: 2px;
  }
}
.product-second-table-title {
  font-size: 25px;
  font-family: "Montserrat Bold", sans-serif;
  line-height: 30px;
  color: #292929;
  text-transform: uppercase;
  padding-bottom: 8px;
  border-bottom: 2px solid #B11F20;
  margin: 0px auto 16px;
  width: 48.8095238095%;
  text-align: center;
}
@media (max-width: 1195px) {
  .product-second-table-title {
    font-size: 23px;
    font-family: "Montserrat Bold", sans-serif;
    line-height: 28px;
    color: #292929;
  }
}
@media (max-width: 768px) {
  .product-second-table-title {
    width: 100%;
    text-align: left;
    font-size: 21px;
    font-family: "Montserrat Bold", sans-serif;
    line-height: 26px;
    color: #292929;
  }
}
.product-second-table__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.product-second-table__row span {
  display: block;
  font-size: 15px;
  font-family: "Montserrat Regular", sans-serif;
  line-height: 18px;
  color: #000000;
  padding: 13px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  white-space: nowrap;
  min-width: 80px;
}
.product-second-table__row span:first-child {
  justify-content: flex-start;
  word-wrap: break-word;
  white-space: break-spaces;
}
@media (max-width: 768px) {
  .product-second-table__row span {
    font-size: 12px;
    padding: 13px 5px;
    text-align: center;
  }
  .product-second-table__row span:first-child {
    text-align: left;
    word-wrap: break-word;
    white-space: break-spaces;
  }
}
.product-second-table__row span:first-child {
  min-width: 520px;
}
@media (max-width: 768px) {
  .product-second-table__row span:first-child {
    min-width: 150px;
  }
}
.product-second-table__row:first-child {
  height: 95px;
}
.product-second-table__row:first-child span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 13px 24px;
  font-size: 15px;
  font-family: "Montserrat SemiBold", sans-serif;
  line-height: 18px;
  color: #000000;
}
@media (max-width: 768px) {
  .product-second-table__row:first-child span {
    padding: 13px 12px;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .product-second-table__row:first-child span:first-child {
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  .product-second-table__row:first-child {
    height: 67px;
    font-size: 12px;
  }
}
.product-second-table__row:nth-child(odd) span {
  background-color: #F6F6F6;
}
.product-second-speciall {
  padding: 0;
}
.product-second-speciall__title {
  font-size: 25px;
  font-family: "Montserrat Bold", sans-serif;
  line-height: normal;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 24px;
  padding-bottom: 24px;
  position: relative;
  max-width: 574px;
}
.product-second-speciall__title::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #B11F20 0%, rgba(177, 31, 32, 0) 100%);
}
@media (max-width: 768px) {
  .product-second-speciall__title {
    font-size: 21px;
    margin-bottom: 16px;
    padding-bottom: 7px;
    max-width: auto;
  }
}
.product-second-speciall__list__item {
  font-size: 17px;
  font-family: "Montserrat Regular", sans-serif;
  line-height: normal;
  color: #000000;
  padding-left: 30px;
  position: relative;
}
.product-second-speciall__list__item:not(:last-child) {
  margin-bottom: 20px;
}
.product-second-speciall__list__item::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 15px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #000000;
}
.product-second-speciall__list__item .red-text {
  color: #B11F20;
  font-family: "Montserrat Bold", sans-serif;
}
@media (max-width: 768px) {
  .product-second-speciall__list__item {
    font-size: 12px;
    padding-left: 17px;
  }
  .product-second-speciall__list__item:not(:last-child) {
    margin-bottom: 15px;
  }
  .product-second-speciall__list__item::before {
    top: 8px;
    left: 7px;
  }
}

.footer {
  background-color: #292929;
  padding-bottom: 10px;
  font-size: 10px;
  font-family: "Montserrat Regular", sans-serif;
  line-height: 12px;
  color: #F6F6F6;
}
.footer__title {
  font-size: 15px;
  font-family: "Montserrat Bold", sans-serif;
  line-height: 18px;
  color: #FFFFFF;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .footer__title {
    font-size: 13px;
    font-family: "Montserrat Bold", sans-serif;
    line-height: 16px;
    color: #FFFFFF;
  }
}
.footer__list-item:not(:last-child) {
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .footer__list-item:not(:last-child) {
    margin-bottom: 16px;
  }
}
.footer-container {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (max-width: 1195px) {
  .footer-container {
    padding-top: 38px;
    padding-bottom: 38px;
  }
}
.footer-container .footer__logo.desktop-only {
  margin: 0 auto 48px;
}
@media (max-width: 1195px) {
  .footer-container .footer__logo.desktop-only {
    margin: 0 auto 38px;
  }
}
@media (max-width: 992px) {
  .footer-container .footer__logo.desktop-only {
    display: none;
  }
}
.footer-container .footer__logo.desktop-only img {
  height: 50px;
}
.footer-container .footer__logo.mobile-only {
  display: none;
}
@media (max-width: 992px) {
  .footer-container .footer__logo.mobile-only {
    display: block;
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .footer-container .footer__logo.mobile-only {
    margin-bottom: 118px;
  }
}
.footer-container .footer__body {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  margin-bottom: 48px;
}
@media (max-width: 1195px) {
  .footer-container .footer__body {
    margin-bottom: 38px;
  }
}
@media (max-width: 992px) {
  .footer-container .footer__body {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 93px;
    row-gap: 32px;
  }
}
@media (max-width: 768px) {
  .footer-container .footer__body {
    gap: 41px;
  }
}
.footer-container .footer__body .footer__list-item:hover {
  color: #B11F20;
}
.footer-container .footer__body .footer__left {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  max-width: 184px;
}
.footer-container .footer__body .footer__left .footer__icon {
  margin-right: 5px;
}
.footer-container .footer__body .footer__left .footer__contact-phone {
  margin: 16px auto;
  white-space: nowrap;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.footer-container .footer__body .footer__left .footer__contact-mail {
  margin: 0 auto 16px;
  white-space: nowrap;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.footer-container .footer__body .footer__left .footer__contact-social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.footer-container .footer__body .footer__center {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  gap: 24px;
  max-width: 376px;
}
@media (max-width: 1195px) {
  .footer-container .footer__body .footer__center {
    gap: 27px;
  }
}
@media (max-width: 992px) {
  .footer-container .footer__body .footer__center {
    margin-top: 90.2px;
  }
}
@media (max-width: 768px) {
  .footer-container .footer__body .footer__center {
    margin-top: 0;
    flex-direction: column;
    min-width: 180px;
    gap: 32px;
  }
}
.footer-container .footer__body .footer__center .footer__catalog {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex: 1 1 50%;
}
.footer-container .footer__body .footer__center .footer__catalog__list {
  max-width: 176px;
  min-width: 120px;
}
@media (max-width: 1195px) {
  .footer-container .footer__body .footer__center .footer__catalog__list {
    max-width: 159px;
  }
}
@media (max-width: 768px) {
  .footer-container .footer__body .footer__center .footer__catalog__list {
    max-width: 180px;
  }
}
.footer-container .footer__body .footer__center .footer__for-customers {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex: 1 1 50%;
  max-width: 176px;
}
.footer-container .footer__body .footer__center .footer__for-customers__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 24px;
       column-gap: 24px;
  max-width: 176px;
}
@media (max-width: 1195px) {
  .footer-container .footer__body .footer__center .footer__for-customers__list {
    -moz-column-gap: 28px;
         column-gap: 28px;
    max-width: 159px;
  }
}
.footer-container .footer__body .footer__right {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  width: 338px;
}
.footer-container .footer__body .footer__right .footer__news, .footer-container .footer__body .footer__right .footer__articles {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.footer-container .footer__body .footer__right .footer__news__list, .footer-container .footer__body .footer__right .footer__articles__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 16px;
}
.footer-container .footer__body .footer__right .footer__news__post, .footer-container .footer__body .footer__right .footer__articles__post {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.footer-container .footer__body .footer__right .footer__news__post-img, .footer-container .footer__body .footer__right .footer__articles__post-img {
  width: 72px;
  height: 48px;
  flex: 1 0 auto;
}
@media (max-width: 768px) {
  .footer-container .footer__body .footer__right .footer__news__post-img, .footer-container .footer__body .footer__right .footer__articles__post-img {
    width: 80px;
  }
}
.footer-container .footer__body .footer__right .footer__news__post-img img, .footer-container .footer__body .footer__right .footer__articles__post-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.footer-container .footer__body .footer__right .footer__news__post-title, .footer-container .footer__body .footer__right .footer__articles__post-title {
  padding: 0 16px;
}
.footer-container .footer__body .footer__right .footer__news__post:hover, .footer-container .footer__body .footer__right .footer__articles__post:hover {
  color: #B11F20;
}
@media (max-width: 768px) {
  .footer-container .footer__body .footer__right .footer__news, .footer-container .footer__body .footer__right .footer__articles {
    min-width: 180px;
  }
}
.footer-container .footer__body .footer-hover:hover {
  color: #B11F20;
}
.footer-container .footer__copyright {
  border-top: 1px solid #828282;
  padding: 8px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  font-size: 10px;
  font-family: "Montserrat Regular", sans-serif;
  line-height: 16px;
  color: #828282;
}
.footer-container .footer__copyright-left a {
  text-decoration: underline;
}
.footer-container .footer__copyright-left a:not(:last-child) {
  margin-right: 12px;
}

.mission_and_vision {
  margin: 56px auto 96px;
}
@media (max-width: 768px) {
  .mission_and_vision {
    margin: 32px auto 56px;
  }
}
.mission_and_vision__content {
  margin: 0 auto 48px;
}
@media (max-width: 768px) {
  .mission_and_vision__content {
    margin: 0 auto 32px;
  }
}
.mission_and_vision__content__block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 96px;
  max-width: 1048px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .mission_and_vision__content__block {
    display: block;
  }
}
.mission_and_vision__content__block-item {
  text-align: center;
}
@media (max-width: 768px) {
  .mission_and_vision__content__block-item {
    margin: 0 auto 32px;
  }
}
.mission_and_vision__content__block-text {
  font-size: 15px;
  font-family: "Montserrat Regular", sans-serif;
  line-height: normal;
  color: #000000;
}
@media (max-width: 768px) {
  .mission_and_vision__content__block-text {
    font-size: 12px;
  }
}
.mission_and_vision__title-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-color: #F6F6F6;
  padding: 16px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .mission_and_vision__title-block {
    padding: 18px 0;
  }
}
.mission_and_vision__title-block-title {
  font-size: 25px;
  font-family: "Montserrat Regular", sans-serif;
  line-height: normal;
  color: #000000;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0 24px;
}
@media (max-width: 768px) {
  .mission_and_vision__title-block-title {
    font-size: 21px;
  }
}
.mission_and_vision__img {
  margin: 24px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  max-width: 1001px;
  max-height: 494px;
}
@media (max-width: 768px) {
  .mission_and_vision__img {
    margin: 16px auto 0;
  }
}
.mission_and_vision__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.quality_and_security {
  margin: 56px auto 96px;
  font-size: 15px;
  font-family: "Montserrat Regular", sans-serif;
  line-height: normal;
  color: #000000;
}
@media (max-width: 768px) {
  .quality_and_security {
    margin: 32px auto 56px;
    font-size: 12px;
  }
}
.quality_and_security__block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 96px;
}
@media (max-width: 768px) {
  .quality_and_security__block {
    display: block;
  }
}
.quality_and_security__block__item {
  text-align: center;
}
@media (max-width: 768px) {
  .quality_and_security__block__item {
    margin: 0 auto 56px;
  }
}
.quality_and_security__block__item-title {
  margin-bottom: 0;
}
.quality_and_security__block__item-first_list {
  list-style-type: none;
  text-align: left;
}
.quality_and_security__block__item-first_list li {
  padding: 16px 0 16px 35px;
  background-image: url(./img/list_check.svg);
  background-position: 0 center;
  background-repeat: no-repeat;
  border-bottom: 1px solid #B6B6B6;
}
@media (max-width: 768px) {
  .quality_and_security__block__item-first_list li {
    padding-left: 27px;
    background-size: 15px 10px;
  }
}
.quality_and_security__block__item-list_title {
  text-align: left;
  font-size: 20px;
  font-family: "Montserrat Bold", sans-serif;
  line-height: normal;
  color: #000000;
  margin: 24px 0;
}
@media (max-width: 768px) {
  .quality_and_security__block__item-list_title {
    font-size: 17px;
    margin: 32px 0 16px;
  }
}
.quality_and_security__block__item-second_list {
  text-align: left;
}
.quality_and_security__block__item-second_list li {
  padding-left: 25px;
  position: relative;
}
.quality_and_security__block__item-second_list li:not(:last-child) {
  margin-bottom: 16px;
}
.quality_and_security__block__item-second_list li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 10px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #000000;
}
@media (max-width: 768px) {
  .quality_and_security__block__item-second_list li {
    padding-left: 15px;
  }
  .quality_and_security__block__item-second_list li:not(:last-child) {
    margin-bottom: 15px;
  }
  .quality_and_security__block__item-second_list li::before {
    left: 5px;
    width: 2px;
    height: 2px;
  }
}
.quality_and_security__block__item-text {
  margin-top: 16px;
  text-align: left;
}
.quality_and_security__block__item-text .second {
  background-color: yellow;
}
.quality_and_security__block__item-text.second {
  margin-top: 31px;
}

.certificates {
  font-size: 15px;
  font-family: "Montserrat Regular", sans-serif;
  line-height: normal;
  color: #000000;
  margin: 56px auto 96px;
}
@media (max-width: 768px) {
  .certificates {
    margin: 32px auto 56px;
    font-size: 12px;
  }
}
.certificates__img-block {
  margin: 45px auto 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 96px;
}
@media (max-width: 768px) {
  .certificates__img-block {
    gap: 32px;
    margin: 32px auto 0;
  }
}
.certificates__img-block__item {
  max-width: 540px;
}
.certificates__img-block__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.competence {
  font-size: 15px;
  font-family: "Montserrat Regular", sans-serif;
  line-height: normal;
  color: #000000;
  margin: 56px auto 96px;
}
@media (max-width: 768px) {
  .competence {
    margin: 32px auto 56px;
    font-size: 12px;
  }
}
.competence__certificate {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row-reverse;
  gap: 196px;
  margin: 0 auto 48px;
}
@media (max-width: 1195px) {
  .competence__certificate {
    gap: 56px;
  }
}
@media (max-width: 768px) {
  .competence__certificate {
    display: block;
  }
}
.competence__certificate-text {
  max-width: 540px;
  font-size: 20px;
}
@media (max-width: 768px) {
  .competence__certificate-text {
    font-size: 12px;
    min-height: 230px;
  }
}
.competence__certificate-img {
  max-width: 340px;
  max-height: 481px;
}
@media (max-width: 768px) {
  .competence__certificate-img {
    max-width: 161px;
    float: right;
    margin: 0 0 0 11px;
  }
}
.competence-text {
  font-size: 25px;
  font-family: "Montserrat Bold", sans-serif;
  line-height: normal;
  color: #000000;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .competence-text {
    font-size: 21px;
    margin-bottom: 36px;
  }
}
.competence__equipments {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 768px) {
  .competence__equipments {
    row-gap: 16px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media (max-width: 427px) {
  .competence__equipments {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
}
.competence__equipments__item {
  flex: 0 0 23.47%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.competence__equipments__item-img {
  height: 339px;
  min-width: 180px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
}
.competence__equipments__item-img img {
  width: 100%;
  max-height: 100%;
}
@media (max-width: 427px) {
  .competence__equipments__item-img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 768px) {
  .competence__equipments__item-img {
    height: 220px;
  }
}
.competence__equipments__item-text {
  text-align: center;
}

.testing {
  margin: 56px auto 96px;
}
@media (max-width: 768px) {
  .testing {
    margin: 32px auto 56px;
    font-size: 12px;
  }
}
.testing__content {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
  gap: 24px;
}
.testing__content__row {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
  gap: 96px;
}
@media (max-width: 1195px) {
  .testing__content__row {
    gap: 56px;
  }
}
@media (max-width: 768px) {
  .testing__content__row {
    gap: 32px;
  }
}
.testing__content__row .testing__content__item {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  flex-direction: column;
}
.testing__content__row .testing__content__item-img {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (max-width: 768px) {
  .testing__content__row .testing__content__item-img {
    gap: 11px;
  }
}
.testing__content__row .testing__content__item-img img {
  width: 100%;
  height: 188px;
}
.testing__content__row .testing__content__item-text {
  text-align: center;
}
@media (max-width: 768px) {
  .testing__content__row_1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
}
.testing__content__row_1 .item_1 {
  width: 530px;
}
@media (max-width: 768px) {
  .testing__content__row_1 .item_1 {
    width: 100%;
  }
  .testing__content__row_1 .item_1 .testing__content__item-img img {
    height: 134px;
  }
}
.testing__content__row_1 .item_2 {
  width: 450px;
}
@media (max-width: 768px) {
  .testing__content__row_1 .item_2 {
    width: 100%;
  }
  .testing__content__row_1 .item_2 .testing__content__item-img img {
    height: 159px;
  }
}
.testing__content__row_2 {
  flex-wrap: wrap;
  row-gap: 24px;
}
@media (max-width: 768px) {
  .testing__content__row_2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
@media (max-width: 768px) {
  .testing__content__row_2 .testing__content__item-img img {
    height: 108px;
  }
}
.testing__content__row_2 .item_1 {
  width: 257px;
}
@media (max-width: 768px) {
  .testing__content__row_2 .item_1 {
    width: 100%;
  }
}
.testing__content__row_2 .item_2 {
  width: 297px;
}
@media (max-width: 768px) {
  .testing__content__row_2 .item_2 {
    width: 100%;
  }
}
.testing__content__row_2 .item_3 {
  width: 298px;
}
@media (max-width: 768px) {
  .testing__content__row_2 .item_3 {
    width: 100%;
  }
}
.testing__content__row_2 .item_4 {
  width: 379px;
}
@media (max-width: 768px) {
  .testing__content__row_2 .item_4 {
    width: 100%;
  }
}
.testing__content__row_3 .testing__content__item-img {
  display: grid;
  grid-template-columns: 15.802889% 31.350892% 28.207307% 20.475786%; /* 186/1177 369/1177 332/1177 241/1177*/
  gap: 16px;
}
@media (max-width: 1195px) {
  .testing__content__row_3 .testing__content__item-img img {
    height: 150px;
  }
}
@media (max-width: 768px) {
  .testing__content__row_3 .testing__content__item-img {
    gap: 11px;
  }
  .testing__content__row_3 .testing__content__item-img img {
    height: 100px;
  }
}
@media (max-width: 500px) {
  .testing__content__row_3 .testing__content__item-img img {
    height: 56px;
  }
}

.error-page {
  margin: 96px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
@media (max-width: 768px) {
  .error-page {
    margin: 32px auto 56px;
  }
}
.error-page-title {
  font-size: 150px;
  font-family: "Montserrat Bold", sans-serif;
  line-height: normal;
  color: #000000;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .error-page-title {
    font-size: 50px;
    margin-bottom: 25px;
  }
}
.error-page-sub_title {
  font-size: 40px;
  font-family: "Montserrat Bold", sans-serif;
  line-height: normal;
  color: #B11F20;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .error-page-sub_title {
    font-size: 25px;
  }
}
.error-page-text {
  font-size: 20px;
  font-family: "Montserrat Regular", sans-serif;
  line-height: normal;
  color: #000000;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .error-page-text {
    font-size: 18px;
    margin-bottom: 25px;
  }
}

.vacancies {
  margin: 56px auto 96px;
}
@media (max-width: 768px) {
  .vacancies {
    margin: 32px auto 56px;
  }
}
.vacancies-title {
  margin-bottom: 32px;
}
.vacancies__block {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  gap: 32px;
}
.vacancies__block__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  border: 1px solid #000000;
  padding: 32px;
  gap: 24px;
}
@media (min-width: 769px) {
  .vacancies__block__item:hover {
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 768px) {
  .vacancies__block__item {
    flex-direction: column;
  }
}
.vacancies__block__item-left {
  max-width: 582px;
}
@media (max-width: 768px) {
  .vacancies__block__item-left {
    max-width: none;
  }
}
.vacancies__block__item-right {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 768px) {
  .vacancies__block__item-right {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
}
.vacancies__block__item-title {
  margin-bottom: 16px;
}

.our_progects {
  margin: 56px auto 96px;
}
@media (max-width: 768px) {
  .our_progects {
    margin: 32px auto 56px;
  }
}
.our_progects-title {
  margin-bottom: 32px;
}
.our_progects__block {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
}
.our_progects__block__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  gap: 48px;
  padding: 48px 0;
}
@media (max-width: 768px) {
  .our_progects__block__item {
    gap: 24px;
    padding: 24px 0;
  }
}
@media (max-width: 768px) {
  .our_progects__block__item:nth-child(odd) .our_progects__block__item-content {
    flex-direction: column-reverse;
  }
}
.our_progects__block__item:nth-child(even) {
  background-color: #F6F6F6;
}
.our_progects__block__item:nth-child(even) .our_progects__block__item-right {
  order: 1;
}
.our_progects__block__item:nth-child(even) .our_progects__block__item-left {
  order: 2;
}
.our_progects__block__item:first-child {
  padding: 0 0 48px;
}
@media (max-width: 768px) {
  .our_progects__block__item:first-child {
    padding: 0 0 24px;
  }
}
.our_progects__block__item:last-child .our_progects__block__item-arrow {
  display: none;
}
.our_progects__block__item-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 1225px;
  padding: 0 24px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .our_progects__block__item-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 5px;
  }
}
.our_progects__block__item-arrow {
  margin: 0 auto;
}
.our_progects__block__item-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .our_progects__block__item-left {
    height: 200px;
    width: 100%;
  }
}
.our_progects__block__item-right {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 24px;
}
.our_progects__block__item-title {
  text-align: center;
  margin: 0 auto;
}
.our_progects__block__item-text {
  text-align: justify;
}

.downloads {
  margin: 56px auto 96px;
}
@media (max-width: 768px) {
  .downloads {
    margin: 32px auto 56px;
  }
}
.downloads-title {
  margin-bottom: 32px;
}
.downloads__block {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  gap: 32px;
}
.downloads__block__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 56px;
}
@media (max-width: 768px) {
  .downloads__block__item {
    flex-direction: column;
    gap: 16px;
  }
}
.downloads__block__item-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.downloads__block__item-btn .red-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 8px;
}

.contacts {
  margin: 56px auto 96px;
  font-size: 20px;
  font-family: "Montserrat Regular", sans-serif;
  line-height: normal;
  color: #000000;
}
@media (max-width: 768px) {
  .contacts {
    margin: 32px auto 56px;
  }
}
.contacts-title {
  margin-bottom: 32px;
}
.contacts__block {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
}
.contacts__block__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  gap: 205px;
}
@media (max-width: 1195px) {
  .contacts__block__item {
    gap: 96px;
  }
}
@media (max-width: 768px) {
  .contacts__block__item {
    gap: 32px;
    flex-direction: column;
  }
}
.contacts__block__item-left {
  flex: 0 0 auto;
}
.contacts__block__item-title {
  margin-bottom: 24px;
}
.contacts__block__item-text {
  text-align: justify;
  margin-bottom: 24px;
}
.contacts__block__item-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 24px;
}
.contacts__block__item-list-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 16px;
}
.contacts__block__item-list-item a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 8px;
}
.contacts__block__item-list-item a svg {
  transition: all 0.3s ease;
}
.contacts__block__item-list-item a:hover svg {
  transform: scale(1.1);
}
.contacts__block__item-list-item .contacts__icon-block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 8px;
}
.contacts__block__item-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 8px;
}
.contacts__block__item_2 {
  display: block;
  margin: 96px 0 48px;
}
@media (max-width: 768px) {
  .contacts__block__item_2 {
    margin: 56px 0 24px;
  }
}
.contacts__block__item_2 .contacts__block__item-title {
  margin-bottom: 16px;
}
.contacts__block__item_2 .contacts__block__item-text {
  margin-bottom: 0px;
}
.contacts__block__item_2 .contacts__block__item-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  gap: 96px;
}
@media (max-width: 768px) {
  .contacts__block__item_2 .contacts__block__item-list {
    gap: 32px;
    flex-direction: column;
  }
}
.contacts__block__item_2 .contacts__tel-block {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  gap: 8px;
  line-height: 30px;
  white-space: nowrap;
}
.contacts__map {
  height: 396px;
}
@media (max-width: 768px) {
  .contacts__map {
    height: 250px;
    padding: 0;
  }
}
.contacts__map iframe {
  width: 100%;
  height: 100%;
}

.categories {
  margin: 56px auto 96px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
@media (max-width: 768px) {
  .categories {
    margin: 24px auto 56px;
  }
}
.categories .breadcrumb {
  margin-left: 0;
}
@media (max-width: 768px) {
  .categories .breadcrumb {
    display: none;
  }
}
.categories-title {
  margin: 40px auto 48px;
  width: 100%;
  position: relative;
}
.categories-title .title-underlined {
  text-align: left;
  padding-right: 155px;
}
@media (max-width: 768px) {
  .categories-title .title-underlined {
    margin: 0 auto 24px;
    padding-right: 0px;
  }
}
@media (max-width: 768px) {
  .categories-title {
    margin: 0 auto 0;
  }
}
.categories .filters_container {
  position: absolute;
  right: 0;
  bottom: 60px;
}
@media (max-width: 768px) {
  .categories .filters_container {
    position: static;
  }
}
.categories .filters_container .filter_of_categories {
  display: none;
}
@media (max-width: 768px) {
  .categories .filters_container .filter_of_categories {
    display: inline-block;
  }
}
.categories-filter {
  font-size: 12px;
  font-family: "Montserrat Regular", sans-serif;
  line-height: normal;
  color: #000000;
  text-transform: none;
  display: inline-block;
  position: relative;
  margin-right: 24px;
}
.categories-filter__title {
  cursor: pointer;
  display: inline-block;
  padding: 10px 20px 10px 0px;
}
.categories-filter .filters_arrow {
  position: absolute;
  right: 0;
  top: 10px;
  width: 16px;
  height: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.categories-filter .filters_arrow._active {
  transform: rotate(180deg);
}
.categories-filter__list {
  display: none;
  position: absolute;
  min-width: 376px;
  right: 0;
  top: 35px;
  padding: 24px 19px 24px 24px;
  z-index: 10;
  background: #F6F6F6;
  box-shadow: 0px 9px 25px 0px rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  .categories-filter__list {
    left: 0;
    min-width: 350px;
  }
}
.categories-filter__list._active {
  display: block;
}
.categories-filter__list-item:not(:last-child) {
  margin-bottom: 16px;
}
.categories-filter__list-btn {
  font-size: 15px;
  font-family: "Montserrat Bold", sans-serif;
  line-height: normal;
  color: #B11F20;
  margin-top: 24px;
}
.categories-filter__list-btn .icon-block-title {
  font-family: "Montserrat Bold", sans-serif !important;
}
.categories-filter__list-item {
  display: block;
}
.categories-filter__list-item .icon-block-icon {
  border-radius: 0%;
  cursor: pointer;
  fill: #F6F6F6;
}
.categories-filter__list-item .icon-block-icon.active-icon {
  fill: #B11F20;
}
.categories-filter__list-item .el_properties {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 8px;
}
.categories-filter__list-item .icon-block-title {
  font-family: "Montserrat Regular", sans-serif !important;
  font-size: 12px;
  position: relative;
}
.categories-filter__list-item .icon-block-title::before {
  content: "✓";
  position: absolute;
  top: px;
  left: -25px;
  width: 20px;
  height: 20px;
  font-size: 15px;
  font-weight: 700;
  color: white;
  display: none;
  z-index: 2;
}
.categories-filter__list-item .icon-block-icon.active-icon + .icon-block-title::before {
  display: block;
}
.categories__content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  gap: 65px;
}
@media (max-width: 1195px) {
  .categories__content {
    gap: 25px;
  }
}
@media (max-width: 768px) {
  .categories__content {
    margin-top: 24px;
  }
}
.categories__content__left {
  max-width: 335px;
  min-width: 300px;
}
.categories__content__left-title {
  font-size: 20px;
  font-family: "Montserrat Bold", sans-serif;
  line-height: normal;
  color: #000000;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .categories__content__left {
    display: none;
  }
}
.categories .filter_of_categories__list {
  width: 100%;
  max-height: 500px;
  overflow-y: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 16px;
}
.categories .filter_of_categories__list::-webkit-scrollbar {
  width: 8px;
}
.categories .filter_of_categories__list::-webkit-scrollbar-thumb {
  background: #C8C8C8;
  border-radius: 4px;
}
.categories .filter_of_categories__list-item {
  width: 100%;
  display: block;
  background-color: #F6F6F6;
  font-size: 17px;
  font-family: "Montserrat Regular", sans-serif;
  line-height: 21px;
  color: #000000;
}
.categories .filter_of_categories__list-item.active {
  background-color: #B11F20;
  font-size: 17px;
  font-family: "Montserrat Regular", sans-serif;
  line-height: 21px;
  color: #FFFFFF;
}
.categories .filter_of_categories__list-item:hover {
  background-color: #B11F20;
  font-size: 17px;
  font-family: "Montserrat Regular", sans-serif;
  line-height: 21px;
  color: #FFFFFF;
}
.categories .filter_of_categories__list-item a {
  display: block;
  padding: 13px 20px;
}
.categories .filter_of_categories__list-btn {
  font-size: 15px;
  font-family: "Montserrat Bold", sans-serif;
  line-height: normal;
  color: #B11F20;
  margin-top: 24px;
  background-color: inherit;
  padding: 0px 0px;
}
@media (max-width: 768px) {
  .categories .filter_of_categories__list {
    display: none;
    background-color: white;
    left: 34%;
    transform: translateX(-50%);
  }
  .categories .filter_of_categories__list._active {
    display: flex;
  }
}
.categories .categories-result {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
  gap: 24px;
  flex-wrap: wrap;
  margin: 0 auto 44px;
}
@media (max-width: 768px) {
  .categories .categories-result {
    gap: 13px;
  }
}
.categories .result-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 176px;
  transition: all 0.2s ease;
  height: 100%;
}
@media (max-width: 768px) {
  .categories .result-item {
    width: 170px;
  }
}
.categories .result-item:hover {
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.3);
}
.categories .result-item:hover .img-after {
  display: block;
}
.categories .result-item-img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
  height: 102px;
  position: relative;
  transition: 0.5s;
  overflow: hidden;
  background-color: #F6F6F6;
}
.categories .result-item-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.categories .result-item-img .img-after {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  font-family: "Montserrat Bold", sans-serif;
  line-height: 25px;
  color: #FFFFFF;
  text-align: center;
  width: 100%;
  height: 102px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 25px 25px;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
.categories .result-item-img .img-after p {
  display: none;
}
.categories .result-item-title {
  margin: 16px 0 6px;
  font-size: 12px;
  font-family: "Montserrat Bold", sans-serif;
  line-height: 15px;
  color: #000000;
  opacity: 0.8;
  padding: 0 5px;
}
.categories .result-item-text {
  flex: 1 0 auto;
  font-size: 12px;
  font-family: "Montserrat Regular", sans-serif;
  line-height: 15px;
  color: #000000;
  opacity: 0.8;
  width: 100%;
  padding: 0 5px 5px;
}
.categories .result-item-text .red-text {
  font-size: 12px;
  font-family: "Montserrat Regular", sans-serif;
  line-height: 15px;
  color: #000000;
}
.categories .news__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}/*# sourceMappingURL=main.css.map */