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

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

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

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

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

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

body {
  margin: 0;
   color: #333333;
  font-family: "Open Sans";
  font-size: 15px;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

@font-face {
  font-family: 'Arial';
  src: url("../fonts/ArialMT.eot");
  src: local("Arial"), local("ArialMT"), url("../fonts/ArialMT.eot@") format("embedded-opentype"), url("../fonts/ArialMT.woff2") format("woff2"), url("../fonts/ArialMT.woff") format("woff"), url("../fonts/ArialMT.ttf") format("truetype"), url("../fonts/ArialMT.svg") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Arial';
  src: url("../fonts/Arial-BoldMT.eot");
  src: local("Arial Bold"), local("Arial-BoldMT"), url("../fonts/Arial-BoldMT.eot@") format("embedded-opentype"), url("../fonts/Arial-BoldMT.woff2") format("woff2"), url("../fonts/Arial-BoldMT.woff") format("woff"), url("../fonts/Arial-BoldMT.ttf") format("truetype"), url("../fonts/Arial-BoldMT.svg") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Arial';
  src: url("../fonts/6426-webfont.eot");
  src: url("../fonts/6426-webfont.eot@") format("embedded-opentype"), url("../fonts/6426-webfont.woff2") format("woff2"), url("../fonts/6426-webfont.woff") format("woff"), url("../fonts/6426-webfont.ttf") format("truetype"), url("../fonts/6426-webfont.svg") format("svg");
  font-weight: 900;
  font-style: normal;
}

* {
  box-sizing: border-box;
  outline: none;
}

body {
  min-height: 100vh;
  font-family: 'Arial';
  font-style: normal;
  overflow-x: hidden;
  background-image: linear-gradient(0deg, #275d9d 0%, #18417d 100%);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

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

button,
input,
textarea {
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
  outline: none;
  font: inherit;
}

.visually-hidden:not(:focus):not(:active),
input[type=checkbox].visually-hidden,
input[type=checked].visually-hidden,
input[type=radio].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

button:hover,
button:active,
button:focus,
input:hover,
input:active,
input:focus {
  outline: none;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]:hover,
input[type="number"]:focus {
  -moz-appearance: number-input;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.arrow-to-top {
  position: fixed;
  bottom: 10%;
  right: 2%;
  z-index: 50;
  width: 50px;
  height: 50px;
  display: none;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/arrow.png");
  border-radius: 50%;
  box-shadow: 10px 7px 15px rgba(0, 0, 0, 0.3);
}

.arrow-to-top.arrow-to-top--active {
  display: block;
}

.breadcrumbs {
  margin-top: -10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.breadcrumbs .breadcrumbs__item {
  position: relative;
  padding-right: 5px;
}

.breadcrumbs .breadcrumbs__item:first-child::before {
  content: none;
}

.breadcrumbs .breadcrumbs__item:last-child {
  padding-right: 0;
}

.breadcrumbs .breadcrumbs__item::before {
  content: "/";
  color: #333;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
}

.breadcrumbs .breadcrumbs__link {
  color: #333;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
}

.header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  padding: 25px 0;
}

.header .container {
  padding: 0 35px;
}

.header .logo {
  display: none;
}

.header .logo .logo-wrapper {
  display: block;
  width: 217px;
  height: 47px;
  overflow: hidden;
}

.header .logo .logo-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header .logo .logo__txt {
  margin-top: 12px;
  font-size: 12px;
  line-height: 17px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #c6d6ec;
}

.header .nav-block__btn {
  display: none;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 31px;
  border: 1px solid #89a1bf;
  margin-left: auto;
  border-radius: 5px;
}

.header .nav-block__btn span {
  position: relative;
  width: 13px;
  height: 2px;
  background-color: #ffbc00;
}

.header .nav-block__btn span::before,
.header .nav-block__btn span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 13px;
  height: 2px;
  background-color: #ffbc00;
}

.header .nav-block__btn span::before {
  top: 5px;
}

.header .nav-block__btn span::after {
  bottom: 5px;
}

.header .nav-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.header .nav-block .nav {
  width: 100%;
}

.header .nav-block .menu {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.header .nav-block .menu .menu__item {
  position: relative;
  transition: 0.3s;
  padding-left: 20px;
}

.header .nav-block .menu .menu__item:hover > .menu__submenu {
  opacity: 1;
  visibility: visible;
}

.header .nav-block .menu .menu__item .dropdown--mobile > a {
  position: relative;
}

.header .nav-block .menu .menu__item .dropdown--mobile > a::after {
  content: none;
  position: absolute;
  top: 12px;
  right: 35px;
  width: 9px;
  height: 14px;
  transition: 0.3s;
  background-image: url("../img/svg/chevron-down-solid.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.header .nav-block .menu .menu__item .dropdown--mobile.active::before {
  top: 12px;
}

.header .nav-block .menu .menu__item:first-child::before {
  background-image: url("../img/red.png");
}

.header .nav-block .menu .menu__item.dropdown > .menu__link::after,
.header .nav-block .menu .menu__item .dropdown > .menu__link::after {
  content: none;
  position: absolute;
  top: 16px;
  right: 35px;
  width: 9px;
  height: 14px;
  transition: 0.3s;
  background-image: url("../img/svg/chevron-down-solid.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.header .nav-block .menu .menu__item.dropdown.active > .menu__submenu,
.header .nav-block .menu .menu__item .dropdown.active > .menu__submenu {
  display: block;
  opacity: 1;
  visibility: visible;
}

.header .nav-block .menu .menu__item.dropdown.active > .menu__link::after,
.header .nav-block .menu .menu__item .dropdown.active > .menu__link::after {
  background-image: url("../img/svg/chevron-down-solid-w.svg");
}

.header .nav-block .menu .menu__item::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 12px;
  background-position: center;
  background-image: url("../img/yellow.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.header .nav-block .menu .menu__link {
  display: block;
  transition: 0.3s;
  font-size: 17px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #123362;
  text-shadow: 0px 1px #cccccc, 0px -1px #cccccc, 0px 1px #cccccc, 0px -1px #cccccc, #ffffff 0 0 5px;
  text-decoration: none;
  text-transform: uppercase;
}

.header .nav-block .menu .menu__submenu {
  position: absolute;
  z-index: 3;
  top: 100%;
  left: 0;
  min-width: 225px;
  transition: 0.3s;
  background-color: #10347d;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
  opacity: 0;
  visibility: hidden;
}

.header .nav-block .menu .menu__submenu .menu__submenu {
  top: 0;
  left: 100%;
}

.header .nav-block .menu .menu__submenu li {
  position: relative;
  transition: 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header .nav-block .menu .menu__submenu li:hover {
  background-color: #091e47;
}

.header .nav-block .menu .menu__submenu li:hover .menu__submenu {
  opacity: 1;
  visibility: visible;
}

.header .nav-block .menu .menu__submenu a {
  display: block;
  padding: 9px 25px 11px 13px;
  color: #fff;
  text-decoration: none;
  text-transform: none;
}

.header .nav-block .search-form {
  display: block;
  flex-shrink: 0;
  position: relative;
  width: 250px;
  height: 30px;
  overflow: hidden;
  border: 1px solid #878b91;
  margin-left: 60px;
  background-color: #ffffff;
  border-radius: 3px;
}

.header .nav-block .search-form .search-form__input {
  width: 100%;
  height: 100%;
  padding: 0 10px;
}

.header .nav-block .search-form .search-form__btn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
}

.header .nav-block .search-form .search-form__btn::before {
  content: "";
  position: absolute;
  top: 9px;
  right: 9px;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../img/svg/search-solid.svg");
}

.header .nav-block.active {
  display: block;
}

.header .mobile-menu {
  display: none;
  position: relative;
  margin-top: 20px;
}

.header .mobile-menu .product__toggle {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 40px;
  border: 1px solid #89a1bf;
  padding-left: 35px;
  font-size: 19px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 5px;
}

.header .mobile-menu .product__toggle::before {
  content: "";
  position: absolute;
  top: 13px;
  right: 15px;
  width: 9px;
  height: 14px;
  transition: 0.3s;
  background-image: url("../img/svg/chevron-down-solid-y.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.header .mobile-menu .product__menu {
  display: none;
  position: absolute;
  z-index: 3;
  top: 100%;
  left: 0;
  min-width: 225px;
  transition: 0.3s;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
}

.header .mobile-menu .product__menu .menu__submenu {
  top: 0;
  left: 100%;
}

.header .mobile-menu .product__menu.active {
  display: block;
}

.header .mobile-menu .product__menu li {
  position: relative;
  transition: 0.3s;
}

.header .mobile-menu .product__menu li.dropdown .menu__submenu {
  display: none;
  padding-left: 20px;
}

.header .mobile-menu .product__menu li.dropdown .menu__submenu li:last-child {
  border: none;
}

.header .mobile-menu .product__menu li.dropdown > a {
  transition: 0.3s;
}

.header .mobile-menu .product__menu li.dropdown > a::after {
  content: "";
  position: absolute;
  top: 13px;
  right: 15px;
  width: 9px;
  height: 14px;
  transition: 0.3s;
  background-image: url("../img/svg/chevron-down-solid-w.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.header .mobile-menu .product__menu li.dropdown.active .menu__submenu {
  display: block;
}

.header .mobile-menu .product__menu a {
  display: block;
  padding: 9px 25px 11px 13px;
  color: #fff;
  text-decoration: none;
  text-transform: none;
  border-bottom: 1px solid #e1e4e6;
}

.header .mobile-menu span {
  position: absolute;
  top: 18px;
  left: 13px;
  width: 13px;
  height: 2px;
  background-color: #ffbc00;
}

.header .mobile-menu span::before,
.header .mobile-menu span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 13px;
  height: 2px;
  background-color: #ffbc00;
}

.header .mobile-menu span::before {
  top: 5px;
}

.header .mobile-menu span::after {
  bottom: 5px;
}

.header .address-block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.header .address-block .tel-link {
  display: none;
  position: relative;
  margin-left: auto;
  font-size: 30px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #ffb900;
  text-decoration: none;
}

.header .address-block .address {
  display: none;
  position: relative;
  padding-left: 28px;
  margin-top: 15px;
  font-size: 17px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #ffbc00;
}

.header .address-block .address::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 16px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/svg/map-marker-alt-solid.svg");
}

.header-inner {
  z-index: 20;
  position: relative;
  padding: 15px 0;
}

.header-inner .container {
  display: grid;
  grid-gap: 20px;
  padding: 0 35px;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

.header-inner .logo {
  grid-row: 1 / 3;
}

.header-inner .logo .logo-wrapper {
  display: block;
  width: 217px;
  height: 47px;
  overflow: hidden;
}

.header-inner .logo .logo-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header-inner .logo .logo__txt {
  margin-top: 12px;
  font-size: 12px;
  line-height: 17px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #c6d6ec;
}

.header-inner .nav-block__btn {
  display: none;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 31px;
  border: 1px solid #89a1bf;
  margin-left: auto;
  border-radius: 5px;
}

.header-inner .nav-block__btn span {
  position: relative;
  width: 13px;
  height: 2px;
  background-color: #ffbc00;
}

.header-inner .nav-block__btn span::before,
.header-inner .nav-block__btn span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 13px;
  height: 2px;
  background-color: #ffbc00;
}

.header-inner .nav-block__btn span::before {
  top: 5px;
}

.header-inner .nav-block__btn span::after {
  bottom: 5px;
}

.header-inner .nav {
  grid-column: 2 / 5;
  grid-row: 2 / 3;
}

.header-inner .menu {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.header-inner .menu .menu__item {
  position: relative;
  padding-left: 20px;
}

.header-inner .menu .menu__item:hover > .menu__submenu {
  opacity: 1;
  visibility: visible;
}

.header-inner .menu .menu__item:first-child::before {
  background-image: url("../img/red.png");
}

.header-inner .menu .menu__item::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 12px;
  background-position: center;
  background-image: url("../img/yellow.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.header-inner .menu .menu__link {
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}

.header-inner .menu .menu__submenu {
  position: absolute;
  z-index: 3;
  top: 100%;
  left: 0;
  min-width: 225px;
  transition: 0.3s;
  background-color: #10347d;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
  opacity: 0;
  visibility: hidden;
}

.header-inner .menu .menu__submenu .menu__submenu {
  top: 0;
  left: 100%;
}

.header-inner .menu .menu__submenu li {
  position: relative;
  transition: 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-inner .menu .menu__submenu li:hover {
  background-color: #091e47;
}

.header-inner .menu .menu__submenu li:hover .menu__submenu {
  opacity: 1;
  visibility: visible;
}

.header-inner .menu .menu__submenu a {
  display: block;
  padding: 9px 25px 11px 13px;
  color: #fff;
  text-decoration: none;
  text-transform: none;
}

.header-inner .search-form {
  display: block;
  flex-shrink: 0;
  position: relative;
  width: 250px;
  height: 30px;
  overflow: hidden;
  border: 1px solid #878b91;
  background-color: #ffffff;
  border-radius: 3px;
}

.header-inner .search-form .search-form__input {
  width: 100%;
  height: 100%;
  padding: 0 10px;
}

.header-inner .search-form .search-form__btn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
}

.header-inner .search-form .search-form__btn::before {
  content: "";
  position: absolute;
  top: 9px;
  right: 9px;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../img/svg/search-solid.svg");
}

.header-inner .nav-block {
  display: none;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.header-inner .nav-block .nav {
  width: 100%;
}

.header-inner .nav-block .menu {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.header-inner .nav-block .menu .menu__item {
  position: relative;
  transition: 0.3s;
  padding-left: 20px;
}

.header-inner .nav-block .menu .menu__item:hover > .menu__submenu {
  opacity: 1;
  visibility: visible;
}

.header-inner .nav-block .menu .menu__item .dropdown--mobile > a {
  position: relative;
  transition: 0.3s;
}

.header-inner .nav-block .menu .menu__item .dropdown--mobile > a::after {
  content: none;
  position: absolute;
  top: 12px;
  right: 35px;
  width: 9px;
  height: 14px;
  transition: 0.3s;
  background-image: url("../img/svg/chevron-down-solid.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.header-inner .nav-block .menu .menu__item .dropdown--mobile.active::before {
  top: 12px;
}

.header-inner .nav-block .menu .menu__item:first-child::before {
  background-image: url("../img/red.png");
}

.header-inner .nav-block .menu .menu__item.dropdown > .menu__link::after,
.header-inner .nav-block .menu .menu__item .dropdown > .menu__link::after {
  content: none;
  position: absolute;
  top: 16px;
  right: 35px;
  width: 9px;
  height: 14px;
  transition: 0.3s;
  background-image: url("../img/svg/chevron-down-solid.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.header-inner .nav-block .menu .menu__item.dropdown.active > .menu__submenu,
.header-inner .nav-block .menu .menu__item .dropdown.active > .menu__submenu {
  display: block;
  opacity: 1;
  visibility: visible;
}

.header-inner .nav-block .menu .menu__item.dropdown.active > .menu__link::after,
.header-inner .nav-block .menu .menu__item .dropdown.active > .menu__link::after {
  background-image: url("../img/svg/chevron-down-solid-w.svg");
}

.header-inner .nav-block .menu .menu__item::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 12px;
  background-position: center;
  background-image: url("../img/yellow.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.header-inner .nav-block .menu .menu__link {
  display: block;
  transition: 0.3s;
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #0c0c0a;
  text-decoration: none;
  text-transform: uppercase;
}

.header-inner .nav-block .menu .menu__submenu {
  position: absolute;
  z-index: 3;
  top: 100%;
  left: 0;
  min-width: 225px;
  transition: 0.3s;
  background-color: #10347d;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
  opacity: 0;
  visibility: hidden;
}

.header-inner .nav-block .menu .menu__submenu .menu__submenu {
  top: 0;
  left: 100%;
}

.header-inner .nav-block .menu .menu__submenu li {
  position: relative;
  transition: 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-inner .nav-block .menu .menu__submenu li:hover {
  background-color: #091e47;
}

.header-inner .nav-block .menu .menu__submenu li:hover .menu__submenu {
  opacity: 1;
  visibility: visible;
}

.header-inner .nav-block .menu .menu__submenu a {
  display: block;
  padding: 9px 25px 11px 13px;
  color: #fff;
  text-decoration: none;
  text-transform: none;
}

.header-inner .nav-block .search-form {
  display: block;
  flex-shrink: 0;
  position: relative;
  width: 250px;
  height: 30px;
  overflow: hidden;
  border: 1px solid #878b91;
  margin-left: 60px;
  background-color: #ffffff;
  border-radius: 3px;
}

.header-inner .nav-block .search-form .search-form__input {
  width: 100%;
  height: 100%;
  padding: 0 10px;
}

.header-inner .nav-block .search-form .search-form__btn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
}

.header-inner .nav-block .search-form .search-form__btn::before {
  content: "";
  position: absolute;
  top: 9px;
  right: 9px;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../img/svg/search-solid.svg");
}

.header-inner .nav-block.active {
  display: block;
}

.header-inner .mobile-menu {
  display: none;
  position: relative;
  margin-top: 20px;
}

.header-inner .mobile-menu .product__toggle {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 40px;
  border: 1px solid #89a1bf;
  padding-left: 35px;
  font-size: 19px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 5px;
}

.header-inner .mobile-menu .product__toggle::before {
  content: "";
  position: absolute;
  top: 13px;
  right: 15px;
  width: 9px;
  height: 14px;
  transition: 0.3s;
  background-image: url("../img/svg/chevron-down-solid-y.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.header-inner .mobile-menu .product__menu {
  display: none;
  position: absolute;
  z-index: 3;
  top: 100%;
  left: 0;
  min-width: 225px;
  transition: 0.3s;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
}

.header-inner .mobile-menu .product__menu .menu__submenu {
  top: 0;
  left: 100%;
}

.header-inner .mobile-menu .product__menu.active {
  display: block;
}

.header-inner .mobile-menu .product__menu li {
  position: relative;
  transition: 0.3s;
}

.header-inner .mobile-menu .product__menu li.dropdown .menu__submenu {
  display: none;
  padding-left: 20px;
}

.header-inner .mobile-menu .product__menu li.dropdown .menu__submenu li:last-child {
  border: none;
}

.header-inner .mobile-menu .product__menu li.dropdown > a {
  transition: 0.3s;
}

.header-inner .mobile-menu .product__menu li.dropdown > a::after {
  content: "";
  position: absolute;
  top: 13px;
  right: 15px;
  width: 9px;
  height: 14px;
  transition: 0.3s;
  background-image: url("../img/svg/chevron-down-solid-w.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.header-inner .mobile-menu .product__menu li.dropdown.active .menu__submenu {
  display: block;
}

.header-inner .mobile-menu .product__menu a {
  display: block;
  padding: 9px 25px 11px 13px;
  color: #fff;
  text-decoration: none;
  text-transform: none;
  border-bottom: 1px solid #e1e4e6;
}

.header-inner .mobile-menu span {
  position: absolute;
  top: 18px;
  left: 13px;
  width: 13px;
  height: 2px;
  background-color: #ffbc00;
}

.header-inner .mobile-menu span::before,
.header-inner .mobile-menu span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 13px;
  height: 2px;
  background-color: #ffbc00;
}

.header-inner .mobile-menu span::before {
  top: 5px;
}

.header-inner .mobile-menu span::after {
  bottom: 5px;
}

.header-inner .address-block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  grid-column: 4 / 5;
}

.header-inner .address-block .tel-link {
  position: relative;
  margin-left: auto;
  font-size: 30px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #ffb900;
  text-decoration: none;
}

.header-inner .address-block .address {
  display: none;
  position: relative;
  padding-left: 28px;
  margin-top: 15px;
  font-size: 17px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #ffbc00;
}

.header-inner .address-block .address::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 16px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/svg/map-marker-alt-solid.svg");
}

.top {
  height: 740px;
  overflow: hidden;
}

.top .container {
  position: relative;
  height: 100%;
}

.top .video-wrapper {
  z-index: -10;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.top .video-wrapper .video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top .wrapper {
  display: flex;
  justify-content: space-between;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 35px;
}

.top .left {
  margin-top: 120px;
}

.top .left .logo-wrapper {
  width: 324px;
  height: 72px;
  overflow: hidden;
}

.top .left .logo-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.top .left .top__title {
  margin-top: 20px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 350;
  letter-spacing: 0.02em;
  color: #212221;
  text-shadow: 0px 1px #cccccc, 0px -1px #cccccc, 0px 1px #cccccc, 0px -1px #cccccc;
}

.top .right {
  margin-top: 160px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.top .right .tel-link {
  font-size: 34px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #9a0f0f;
  text-decoration: none;
  text-shadow: #ffffff 0 0 5px;
}

.top .right .tel-txt {
  margin-top: 15px;
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #212221;
  text-shadow: 0px 1px #cccccc, 0px -1px #cccccc, 0px 1px #cccccc, 0px -1px #cccccc;
}

.top .right .branch-title {
  margin-top: 40px;
  font-size: 18px;
  line-height: 48px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #9a0f0f;
  text-shadow: 0px 1px #cccccc, 0px -1px #cccccc, 0px 1px #cccccc, 0px -1px #cccccc;
}

.top .right .branch-list {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.top .right .branch-list .branch-list__item {
  margin-top: 10px;
}

.top .right .branch-list .branch-list__item:first-child {
  margin-top: 0;
}

.top .right .branch-list .branch-list__link {
  position: relative;
  padding-right: 15px;
  font-size: 14px;
  line-height: 26px;
  color: #212221;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-shadow: 0px 1px #cccccc, 0px -1px #cccccc, 0px 1px #cccccc, 0px -1px #cccccc;
}

.top .right .branch-list .branch-list__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 6px;
  background-color: #9a0f0f;
  border-radius: 50%;
  transform: translateY(-50%);
}

.top .right .question-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 15px;
  margin-top: 30px;
  font-size: 14px;
  line-height: 15px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #584e35;
  background-image: linear-gradient(0deg, #ffd500 0%, #ffb500 100%);
}

.top .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
}

.top .bottom .stroke {
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: 35px;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.2);
}

.top .bottom .bottom-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 35px;
  height: 40px;
  padding: 0 15px;
  background-color: #9a0f0f;
  font-size: 14px;
  line-height: 15px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #ecedee;
  text-decoration: none;
}

.catalog.catalog--inner .catalog-list {
  background-color: #ffffff;
  background-image: none;
}

.catalog.catalog--inner .catalog-list::before {
  content: none;
}

.catalog .catalog-list {
  display: grid;
  grid-gap: 15px 10px;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 30px 35px;
  grid-template-columns: repeat(5, 1fr);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../img/layer_22_copy_6_121.png");
}

.catalog .catalog-list .catalog-list__item {
  height: 150px;
  border: 1px solid #88a1bf;
}

.catalog .catalog-list .catalog-list__link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-decoration: none;
  background-color: #ffffff;
}

.catalog .catalog-list .catalog-list__link:hover img {
  transform: scale(0.9);
}

.catalog .catalog-list .catalog-list__link img {
  width: 100%;
  height: 100%;
  transition: 0.3s;
  object-fit: cover;
}

.catalog .catalog-list .catalog-list__name {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #dd3737;
  text-transform: uppercase;
  font-size: 15px;
  line-height: normal;
  font-weight: 400;
  letter-spacing: 0.03em;
}

.catalog .catalog-list::before {
  content: "";
  position: absolute;
  z-index: -10;
  top: 120px;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../img/layer_22_copy_5_120.png");
}

.about .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  padding: 40px 35px 0;
  background-color: #ffffff;
}

.about .video-wrapper {
  position: relative;
  padding-bottom: 52%;
}

.about .about__title {
  display: inline-block;
  padding: 0 30px 7px 0;
  font-size: 24px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
  border-bottom: 1px solid #dd3737;
}

.about .about__txt {
  margin-top: 20px;
  
  color: #333333;
  font-family: "Open Sans";
  font-size: 15px;
  
  line-height: 20px;
  font-weight: 400;
}

.about iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.news .container {
  padding: 40px 35px 0;
  background-color: #ffffff;
}

.news .news__title {
  display: inline-block;
  padding: 0 30px 7px 0;
  font-size: 24px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
  border-bottom: 1px solid #dd3737;
}

.news .news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  margin-top: 20px;
  overflow: hidden;
}


.news .news-list2 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
  margin-top: 20px;
  overflow: hidden;
}


.news .news-list .news-list__item {
  max-height: 475px;
  border: 1px solid #dadde1;
}


.news .news-list2 .news-list__item {
  max-height: 875px;
  border: 1px solid #dadde1;
}


.news .news-list .news-list__link {
  display: block;
  padding: 15px;
  text-decoration: none;
}


.news .news-list2 .news-list__link {
  display: block;
  padding: 15px;
  text-decoration: none;
}


.news .news-list .news-list__link:hover img {
  transform: scale(0.9);
}


.news .news-list2 .news-list__link:hover img {
  transform: scale(0.9);
}

.news .news-list .img-wrapper {
  width: 100%;
  height: 200px;
  overflow: hidden;
}


.news .news-list2 .img-wrapper {
  width: 70%;
  height: 70%;
  overflow: hidden;
}


.news .news-list .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.news .news-list2 .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}



.news .news-list .news-list__date {
  margin-top: 20px;
  font-size: 13px;
  line-height: 10px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #333333;
}

.news .news-list .news-list__title {
  display: inline-block;
  margin-top: 20px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #333333;
  border-bottom: 1px solid #dd3737;
}


.news .news-list2 .news-list__title {
  display: inline-block;
  margin-top: 20px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #333333;
  border-bottom: 1px solid #dd3737;
}


.news .news-list .news-list__txt {
  margin-top: 20px;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.03em;
  color: #333333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}


.news .news-list2 .news-list__txt2 {
  margin-top: 20px;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.03em;
  color: #333333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 50;
  overflow: hidden;
}












.partners2 .container2 {
  position: relative;
  padding: 40px 35px 70px;
  background-color: #ffffff;
}

.partners2 .partners__title2 {
  display: inline-block;
  padding: 0 30px 7px 0;
  font-size: 24px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
  border-bottom: 1px solid #dd3737;
}

.partners2 .partners-slider2 {
  position: relative;
  z-index: 10;
  width: calc(100% - 20px);
  overflow: hidden;
  margin: 20px 0 0 10px;
}

.partners2 .partners-list2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.partners2 .partners-list2 .partners-list__item {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 150px;
}

.partners2 .partners-slider-button-next {
  display: block;
  position: absolute;
  z-index: 20;
  right: 0;
  bottom: 70px;
  width: 40px;
  height: 150px;
  transition: 0.3s;
  background-color: transparent;
  cursor: pointer;
}

.partners2 .partners-slider-button-next:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.partners2 .partners-slider-button-next:hover svg path {
  fill: #ffffff;
}

.partners2 .partners-slider-button-next svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 50px;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}

.partners2 .partners-slider-button-next svg path {
  fill: rgba(0, 0, 0, 0.2);
}

.partners2 .partners-slider-button-prev {
  display: block;
  position: absolute;
  z-index: 20;
  bottom: 70px;
  left: 0;
  width: 40px;
  height: 150px;
  transition: 0.3s;
  background-color: transparent;
  cursor: pointer;
}

.partners2 .partners-slider-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.partners2 .partners-slider-button-prev:hover svg path {
  fill: #ffffff;
}

.partners2 .partners-slider-button-prev svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 50px;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}

.partners2 .partners-slider-button-prev svg path {
  fill: rgba(0, 0, 0, 0.2);
}










.partners .container {
  position: relative;
  padding: 40px 35px 70px;
  background-color: #ffffff;
}

.partners .partners__title {
  display: inline-block;
  padding: 0 30px 7px 0;
  font-size: 24px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
  border-bottom: 1px solid #dd3737;
}

.partners .partners-slider {
  position: relative;
  z-index: 10;
  width: calc(100% - 20px);
  overflow: hidden;
  margin: 20px 0 0 10px;
}

.partners .partners-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.partners .partners-list .partners-list__item {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 150px;
}

.partners .partners-slider-button-next {
  display: block;
  position: absolute;
  z-index: 20;
  right: 0;
  bottom: 70px;
  width: 40px;
  height: 150px;
  transition: 0.3s;
  background-color: transparent;
  cursor: pointer;
}

.partners .partners-slider-button-next:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.partners .partners-slider-button-next:hover svg path {
  fill: #ffffff;
}

.partners .partners-slider-button-next svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 50px;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}

.partners .partners-slider-button-next svg path {
  fill: rgba(0, 0, 0, 0.2);
}

.partners .partners-slider-button-prev {
  display: block;
  position: absolute;
  z-index: 20;
  bottom: 70px;
  left: 0;
  width: 40px;
  height: 150px;
  transition: 0.3s;
  background-color: transparent;
  cursor: pointer;
}

.partners .partners-slider-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.partners .partners-slider-button-prev:hover svg path {
  fill: #ffffff;
}

.partners .partners-slider-button-prev svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 50px;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}

.partners .partners-slider-button-prev svg path {
  fill: rgba(0, 0, 0, 0.2);
}

.product {
  position: relative;
}

.product .container {
  display: grid;
  grid-gap: 30px 40px;
  padding: 40px 35px 100px;
  grid-template-columns: repeat(2, 1fr);
  background-color: #ffffff;
}

.product .breadcrumbs {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}

.product .product__title {
  display: inline-block;
  padding: 0 30px 7px 0;
  margin: 0 auto auto 0;
  font-size: 24px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
  border-bottom: 1px solid #dd3737;
}

.product .advantage-title {
  font-size: 17px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #0c0c0a;
}

.product .advantage-block {
  grid-row: 3 / 4;
  grid-column: 1 / 2;
  color: #333333;
  font-family: "Open Sans";
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}


.product .advantage-block-main {

  grid-column: 1 / 4;
  color: #333;
  font-size: 15px;
  font-family: "Open Sans";
  line-height: 20px;
  font-weight: 400;
}


.product .advantage-list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}

.product .advantage-list .advantage-list__item {
  position: relative;
  padding-left: 20px;
  margin-top: 15px;
}

.product .advantage-list .advantage-list__item:first-child {
  margin-top: 0;
}

.product .advantage-list .advantage-list__item::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 13px;
  height: 14px;
  background-image: url("../img/svg/check-solid.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.product .advantage-list .advantage-list__item span {
  font-weight: 700;
}

.product .warning {
  display: inline-block;
  padding: 10px 20px;
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  margin-left: auto;
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #ffffff;
  background-color: #dd3737;
  border-radius: 3px;
}

.product .txt-wrapper {
  display: inline-block;
  grid-row: 2 / 4;
  border: 1px solid #6087b4;
  padding: 10px 20px;
  margin: 0 0 auto auto;
  border-radius: 3px;
}

.product .right-block__bold {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #2f383d;
}

.product .right-block__txt {
  display: block;
  color: #2f383d;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.01em;
  text-decoration: none;
}

.product .product-list {
  display: grid;
  grid-column: 1 / 3;
  grid-gap: 50px 20px;
  width: 100%;
  margin-top: 10px;
  grid-template-columns: repeat(3, 1fr);
}

.product .product-list .product-list__item {
  position: relative;
  height: 350px;
  border: 1px solid #dadde1;
}

.product .product-list .product-list__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  text-decoration: none;
}

.product .product-list .product-list__link .img-wrapper {
 
  width: 200px;
}

.product .product-list .product-list__link:hover .img-wrapper {
  transform: scale(0.9);
 
}

.product .product-list .product-list__link:hover .desc-list {
  top: calc(100% - 10px);
  opacity: 1;
  visibility: visible;
}

.product .product-list .icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  z-index: 10;
  top: 10px;
  right: 10px;
  width: calc(100% - 20px);
}

.product .product-list .icons .icons__item {
  position: relative;
  width: 30px;
  height: 30px;
  margin-left: 5px;
  border-radius: 50%;
}

.product .product-list .icons .icons__item:hover .icon-desc {
  top: 45px;
  opacity: 1;
  visibility: visible;
}

.product .product-list .icons .icons__item:first-child {
  margin-left: 0;
}





.product .product-list .icons .icons__item.icons__item--1k {
  background: url("../img/icons_props.png") 0 0 no-repeat;
}

.product .product-list .icons .icons__item.icons__item--2k {
  background: url("../img/icons_props.png") 0 -55px no-repeat;
}

.product .product-list .icons .icons__item.icons__item--6l {
  background: url("../img/icons_props.png") 0 -113px no-repeat;
}

.product .product-list .icons .icons__item.icons__item--10l {
  background: url("../img/icons_props.png") 0 -175px no-repeat;
}

.product .product-list .icons .icons__item.icons__item--20l {
  background: url("../img/icons_props.png") 0 -250px no-repeat;
}

.product .product-list .icons .icons__item.icons__item--25l {
  background: url("../img/icons_props.png") 0 -314px no-repeat;
}

.product .product-list .icons .icons__item.icons__item--tolst {
  background: url("../img/icons_props.png") 0 -381px no-repeat;
}

.product .product-list .icons .icons__item.icons__item--voda {
  background: url("../img/icons_props.png") 0 -458px no-repeat;
}

.product .product-list .icons .icons__item.icons__item--zink {
  background: url("../img/icons_props.png") 0 -528px no-repeat;
}

.product .product-list .icons .icons__item.icons__item--alum {
  background: url("../img/icons_props.png") 0 -590px no-repeat;
}



.product .product-list .icons .icons__item.icons__item--temp {
  background: url("../img/icons_props.png") 0 -656px no-repeat;
}

.product .product-list .icons .icons__item.icons__item--kist {
  background: url("../img/icons_props.png") 0 -711px no-repeat;
}

.product .product-list .icons .icons__item.icons__item--termo {
  background: url("../img/icons_props.png") 0 -767px no-repeat;
}

.product .product-list .icons .icons__item.icons__item--him {
  background: url("../img/icons_props.png") 0 -822px no-repeat;
}

.product .product-list .icons .icons__item.icons__item--neft {
  background: url("../img/icons_props.png") 0 -884px no-repeat;
}





.product .product-list .icons .icons__item.icons__item--sendclock {
  background: url("../img/icons_props.png") 0 0 no-repeat;
}

.product .product-list .icons .icons__item.icons__item--sun {
  background: url("../img/icons_props.png") 0 -55px no-repeat;
}

.product .product-list .icons .icons__item.icons__item--fatwall {
  background: url("../img/icons_props.png") 0 -113px no-repeat;
}

.product .product-list .icons .icons__item.icons__item--snow {
  background: url("../img/icons_props.png") 0 -175px no-repeat;
}

.product .product-list .icons .icons__item.icons__item--1comp {
  background: url("../img/icons_props.png") 0 -250px no-repeat;
}

.product .product-list .icons .icons__item.icons__item--steel {
  background: url("../img/icons_props.png") 0 -314px no-repeat;
}

.product .product-list .icons .icons__item.icons__item--water {
  background: url("../img/icons_props.png") 0 -381px no-repeat;
}

.product .product-list .icons .icons__item.icons__item--oil {
  background: url("../img/icons_props.png") 0 -458px no-repeat;
}

.product .product-list .icons .icons__item.icons__item--zink {
  background: url("../img/icons_props.png") 0 -528px no-repeat;
}

.product .product-list .icons .icons__item.icons__item--shield {
  background: url("../img/icons_props.png") 0 -590px no-repeat;
}





.product .product-list .icons .icon-desc {
  position: absolute;
  z-index: 20;
  top: 40px;
  left: 50%;
  padding: 10px;
  transform: translateX(-50%);
  transition: 0.3s;
  color: #333;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  white-space: nowrap;
  background-color: #ffffff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.14);
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
}

.product .product-list .icons .icon-desc::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  border: 10px solid transparent;
  transform: translateX(-50%);
  border-bottom: 10px solid #ffffff;
}

.product .product-list .img-wrapper {
  width: auto;
  height: 160px;
  overflow: hidden;
  margin: 20px auto 0;
  transition: 0.3s;
}

.product .product-list .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product .product-list .product-list__name {
  margin-top: 10px;
  text-align: center;
  color: #333;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  
}

.product .product-list .product-list__name2 {
  margin-top: 10px;
  text-align: center;
  color: red;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: underline;
  
}

.product .product-list .desc-list {
  display: flex;
  flex-direction: column;
  position: absolute;
  z-index: 20;
  top: calc(100% - 30px);
  left: 50%;
  width: calc(100% - 20px);
  padding: 20px;
  transform: translateX(-50%);
  transition: 0.3s;
  background-color: #ffffff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.14);
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
}

.product .product-list .desc-list .desc-list__item {
  position: relative;
  padding-left: 20px;
  margin-top: 15px;
  color: #333;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
}

.product .product-list .desc-list .desc-list__item:first-child {
  margin-top: 0;
}

.product .product-list .desc-list .desc-list__item::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 13px;
  height: 14px;
  background-image: url("../img/svg/check-solid.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.product .product-list .desc-list::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  border: 10px solid transparent;
  transform: translateX(-50%);
  border-bottom: 10px solid #ffffff;
}

.footer .container {
  padding: 30px 35px;
  background-image: url("../img/footer-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.footer .top-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer .logo-wrapper {
  flex-shrink: 0;
  width: 258px;
  height: 57px;
  overflow: hidden;
}

.footer .logo-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer .footer-nav {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
}

.footer .footer-nav .footer-nav__link {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
}

.footer .tel-link {
  margin-top: 30px;
  display: block;
  font-size: 24px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #ffffff;
  text-decoration: none;
}

.footer .branch-list {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}

.footer .branch-list .branch-list__item {
  margin-top: 10px;
}

.footer .branch-list .branch-list__item:first-child {
  margin-top: 0;
}

.footer .branch-list .branch-list__link {
  position: relative;
  padding-left: 15px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #a1b7d9;
  text-decoration: none;
}

.footer .branch-list .branch-list__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 50%;
  transform: translateY(-50%);
}

.footer .socials {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.footer .socials .socials__item {
  height: 25px;
  margin-left: 15px;
}

.footer .socials .socials__item:first-child {
  margin-left: 0;
}

.footer .socials svg {
  height: 100%;
}

.footer .socials svg path {
  fill: #ffffff;
}

.item {
  overflow: hidden;
}

.item .container {
  padding: 40px 35px 100px;
  background-color: #ffffff;
}

.item .item-top {
  display: grid;
  grid-template-columns: 1fr 425px;
  gap: 30px;
}

.item .warning {
  display: inline-block;
  padding: 10px 20px;
  margin-left: auto;
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #ffffff;
  background-color: #dd3737;
  border-radius: 3px;
}

.item .txt-wrapper {
  display: inline-block;
  border: 1px solid #6087b4;
  padding: 10px 20px;
  margin: 0 0 auto auto;
  border-radius: 3px;
}

.item .txt-wrapper .right-block__bold {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #2f383d;
}

.item .txt-wrapper .right-block__txt {
  display: block;
  color: #2f383d;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.01em;
  text-decoration: none;
}

.item .about-block {
  display: grid;
  grid-template-columns: 230px auto;
  grid-row: 2 / 4;
  grid-column: 1 / 2;
  gap: 15px 0;
}

.item .about-block .item__title {
  display: inline-block;
  padding: 0 30px 7px 0;
  margin: 0 auto 25px 0;
  grid-column: 1 / 3;
  font-size: 24px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
  border-bottom: 1px solid #dd3737;
}

.item .about-block .img-wrapper {
  width: 170px;
  height: 205px;
  grid-row: 2 / 6;
  overflow: hidden;
}

.item .about-block .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.item .about-block .about__tu {
  color: #353535;
  font-size: 16px;
  font-family: "Open Sans";
  font-weight: 600;
  letter-spacing: 0.48px;
  line-height: 32px;
}

.item .about-block .detailed-description {
  position: relative;
  padding-left: 37px;
  color: #353535;
  font-weight: 400;
  font-family: "Open Sans";
  font-size: 13px;
  letter-spacing: 0.39px;
  line-height: normal;
}

.item .about-block .detailed-description::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  width: 28px;
  height: 38px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("../img/Layer_49.png");
}

.item .about-block .detailed-description a {
  color: #1e4c89;
  font-size: 16px;
  font-weight: 400;
  font-family: "Open Sans";
  letter-spacing: 0.48px;
  line-height: normal;
}

.item .about-block .about__price {
  align-self: end;
  color: #353535;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.48px;
  line-height: 28px;
}

.item .about-block .about__price span {
  color: #d22626;
  font-family: "Open Sans";
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.78px;
  line-height: 28px;
}

.item .about-block .btns-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  grid-row: 5 / 7;
}

.item .about-block .btns-wrapper .order-btn {
  height: 40px;
  padding: 0 20px;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.51px;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 5px;
  background-color: #d22626;
}



.btns-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  grid-row: 5 / 7;
}

.order-btn {
  height: 30px;
  padding: 0 20px;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.51px;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 5px;
  background-color: #d22626;
}



.sample-btn {
  height: 30px;
  padding: 0 20px;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.51px;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 5px;
  background-color: #326cb5;
}

.sample-btn2 {
  height: 30px;
  padding: 0 20px;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.51px;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 5px;
  background-color: #326cb5;
}


.item .about-block .btns-wrapper .calc-btn,
.item .about-block .btns-wrapper .sample-btn {
  height: 40px;
  padding: 0 20px;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.51px;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 5px;
  background-color: #326cb5;
}


.item .about-block .btns-wrapper .sample-btn2 {
  height: 40px;
  padding: 0 20px;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.51px;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 5px;
  background-color: #326cb5;
}


.item .description-block {
  margin-top: 20px;
  grid-column: 1 / 2;
}

.item .description-block .description-list {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

.item .description-block .description-list .description-list__item {
  position: relative;
  padding-left: 35px;
  color: #333333;
  font-family: "Open Sans";
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 26.4px;
}

.item .description-block .description-list .description-list__item::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #333333;
  border-radius: 50%;
}

.item .description-block .item__txt {
  margin-top: 30px;
}

.item .protection-block {
  margin-left: auto;
  grid-row: 3 / 5;
}

.item .protection-block .protection__title {
  font-family: "Open Sans";
  font-weight: 400;
  color: #1e4c89;
  font-size: 20px;
  letter-spacing: 0.6px;
  line-height: 42px;
}

.item .protection-block .protection-list {
  display: flex;
  flex-direction: column;
}

.item .protection-block .protection-list .protection-list__item {
  position: relative;
  padding-left: 30px;
}

.item .protection-block .protection-list .protection-list__item::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 10px;
  width: 5px;
  height: 5px;
  background-color: #ffb900;
}

.item .protection-block .protection-list .protection-list__link {
  color: #2f383d;
  font-family: "Open Sans";
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.45px;
  line-height: 42px;
  text-decoration: none;
  transition: 0.3s;
}

.item .protection-block .protection-list .protection-list__link:hover {
  color: #d22626;
}

.item .item__subtitle {
  font-family: "Open Sans";
  color: #1f4e8c;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.48px;
  line-height: normal;
  text-transform: uppercase;
}

.item .item__txt {
  color: #333333;
  font-family: "Open Sans";
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 26.4px;
}

.item .item-table {
  width:100%;  
    
}

.item .item-table th {
  padding: 15px 20px;
  color: #ffffff;
  font-size: 16px;
  line-height: normal;
  font-weight: 700;
  letter-spacing: 0.01em;
  
  
}

.item .item-table td {
  padding: 5px 20px;
  color: #333333;
  font-family: "Open Sans";
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 26.4px;
  
  background-color: #e6e7e9;
  
}


.item .characteristics-block {
  margin-top: 45px;
}

.item .characteristics-block .item-table {
  width: 860px;
  margin: 30px auto 0;
}

.item .characteristics-block .item-table th:first-child {
  text-align: left;
}

.item .characteristics-block .item-table td {
  text-align: center;
}

.item .characteristics-block .item-table td:first-child {
  text-align: left;
}

.item .condition-block {
  margin-top: 40px;
}

.item .condition-block .item__txt {
  margin-top: 30px;
}

.item .recommendation-block {
  margin-top: 45px;
}

.item .recommendation-block .table-wrapper {
  width: 860px;
  margin: 30px auto 0;
  display: flex;
  justify-content: space-between;
}

.item .recommendation-block .table-wrapper td {
  text-align: center;
}

.item .recommendation-block .table-wrapper td:first-child {
  text-align: left;
}

.item .recommendation-block .item__txt {
  margin-top: 30px;
}

.item .thickness-block {
  margin-top: 40px;
}

.item .thickness-block .item-table {
  width: 860px;
  margin: 30px auto 0;
}

.item .thickness-block .item-table td {
  text-align: center;
}

.item .thickness-block .item__txt {
  margin-top: 30px;
}

.item .drying-block {
  margin-top: 40px;
}

.item .drying-block .item-table {
  width: 860px;
  margin: 30px auto 0;
}

.item .drying-block .item-table th:first-child {
  text-align: left;
}

.item .drying-block .item-table td {
  text-align: center;
}

.item .drying-block .item-table td:first-child {
  text-align: left;
}

.item .drying-block .item__txt {
  margin-top: 30px;
}

.item .systems-block {
  margin-top: 40px;
}

.item .systems-block .table-wrapper {
  width: 860px;
  margin: 30px auto 0;
}

.item .systems-block .item-table th {
  white-space: normal;
}

.item .systems-block .item-table td {
  text-align: center;
}

.item .systems-block .item__txt {
  margin-top: 30px;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100;
  width: 540px;
  padding: 50px 60px;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(47, 57, 69, 0.5);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

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

.modal .close-btn {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background-color: #000000;
  border-radius: 50%;
  border: 2px solid #ffffff;
  box-shadow: 0 0 10px rgba(47, 57, 69, 0.5);
}

.modal .close-btn::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 6px;
  width: 15px;
  height: 3px;
  background-color: #ffffff;
  transform: rotate(45deg);
}

.modal .close-btn::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 6px;
  width: 15px;
  height: 3px;
  background-color: #ffffff;
  transform: rotate(-45deg);
}

.modal .modal__title {
  color: #395564;
  font-size: 22px;
  font-weight: 900;
  line-height: 26.4px;
  letter-spacing: 0.66px;
  text-transform: uppercase;
  text-align: center;
}

.modal .modal-form__txt {
  margin-top: 15px;
  color: #6d6d6d;
  font-size: 14px;
  font-weight: 400;
  line-height: 26.4px;
  letter-spacing: 0.42px;
}

.modal .modal-form__txt:first-of-type {
  margin-top: 30px;
}

.modal .modal-form__txt a {
  color: #1e4c89;
}

.modal .modal-form__txt--calc {
  margin-top: 15px;
  color: #2e5991;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.42px;
  line-height: normal;
}

.modal .modal-form__txt--calc span {
  font-size: 14px;
  font-weight: 400;
  color: #6d6d6d;
  letter-spacing: 0.42px;
  line-height: normal;
}

.modal .modal-form__txt--italic {
  margin-top: 15px;
  font-style: italic;
  color: #6d6d6d;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.36px;
  line-height: normal;
}

.modal .modal-form__input,
.modal .modal-form__textarea {
  width: 100%;
  height: 35px;
  margin-top: 5px;
  padding: 0 20px;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.42px;
  line-height: normal;
  border-radius: 5px;
  border: 1px solid #a3a3a3;
  box-shadow: inset 0 0 2px rgba(47, 57, 69, 0.5);
}

.modal .modal-form__input::placeholder,
.modal .modal-form__textarea::placeholder {
  color: #a3a3a3;
}

.modal .modal-form__input.modal-form__input--calc,
.modal .modal-form__textarea.modal-form__input--calc {
  color: #d22626;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.42px;
  line-height: normal;
}

.modal .modal-form__input.modal-form__input--itogo,
.modal .modal-form__textarea.modal-form__input--itogo {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.42px;
  line-height: normal;
  color: #2e5991;
}

.modal .modal-form__input:focus::placeholder,
.modal .modal-form__textarea:focus::placeholder {
  color: transparent;
}

.modal .modal-form__textarea {
  padding: 10px 20px;
  height: 110px;
  resize: none;
}

.modal .modal-form__btn {
  height: 40px;
  padding: 0 20px;
  margin: 30px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.51px;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 5px;
  background-color: #d22626;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100vh;
  background-color: rgba(47, 57, 69, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

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

@media (max-width: 1365px) {
  .header .nav-block {
    flex-direction: column;
    align-items: flex-end;
  }

  .header .nav-block .search-form {
    margin-top: 20px;
  }

  .header-inner .container {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }

  .header-inner .nav {
    grid-column: 1 / 3;
    grid-row: auto;
    width: 100%;
  }

  .header-inner .search-form {
    grid-column: 1 / 3;
    margin-left: auto;
  }

  .header-inner .nav-block {
    flex-direction: column;
    align-items: flex-end;
  }

  .header-inner .nav-block .search-form {
    margin-top: 20px;
  }

  .header-inner .address-block {
    align-self: center;
    grid-column: auto;
    grid-row: 1 / 3;
  }

  .item .about-block {
    grid-template-columns: 190px auto;
  }

  .item .about-block .img-wrapper {
    align-self: center;
  }

  .item .about-block .btns-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

@media (max-width: 1199px) {
  .header .nav-block .menu .menu__item {
    padding-left: 0;
  }

  .header .nav-block .menu .menu__item::before {
    content: none;
  }

  .header-inner .menu .menu__item {
    padding-left: 0;
  }

  .header-inner .menu .menu__item::before {
    content: none;
  }

  .header-inner .nav-block .menu .menu__item {
    padding-left: 0;
  }

  .header-inner .nav-block .menu .menu__item::before {
    content: none;
  }

  .catalog .catalog-list {
    grid-template-columns: repeat(4, 1fr);
  }

  .footer .top-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer .footer-nav {
    margin-top: 20px;
    justify-content: space-between;
  }
}

@media (max-width: 899px) {
  body {
    background-image: url("../img/layer_22_copy_6_84.png");
  }

  .breadcrumbs {
    margin-top: 0;
  }

  .header {
    position: static;
    padding: 20px 0 0;
  }

  .header .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .header .logo {
    display: block;
  }

  .header .logo .logo-wrapper {
    width: 161px;
    height: 36px;
  }

  .header .logo .logo__txt {
    display: none;
  }

  .header .nav-block__btn {
    display: flex;
  }

  .header .nav-block {
    display: none;
    position: absolute;
    z-index: 100;
    top: 70px;
    left: 0;
    background-color: #ffffff;
    box-shadow: 10px 7px 15px rgba(0, 0, 0, 0.3);
  }

  .header .nav-block .nav {
    display: block;
  }

  .header .nav-block .menu {
    flex-direction: column;
  }

  .header .nav-block .menu .menu__item .dropdown--mobile > a::after {
    content: "";
  }

  .header .nav-block .menu .menu__item .dropdown--mobile.active > a {
    background: #133c8f;
    color: #fff;
  }

  .header .nav-block .menu .menu__item .dropdown--mobile.active > a::after {
    background-image: url("../img/svg/chevron-down-solid-w.svg");
  }

  .header .nav-block .menu .menu__item.dropdown > .menu__link::after,
  .header .nav-block .menu .menu__item .dropdown > .menu__link::after {
    content: "";
  }

  .header .nav-block .menu .menu__item.dropdown.active .menu__link,
  .header .nav-block .menu .menu__item .dropdown.active .menu__link {
    background: #133c8f;
    color: #fff;
  }

  .header .nav-block .menu .menu__link {
    padding: 10px 35px;
    border-bottom: 1px solid #e1e4e6;
    text-shadow: none;
    font-weight: 400;
  }

  .header .nav-block .menu .menu__submenu {
    display: none;
    position: static;
    padding-left: 35px;
    box-shadow: none;
    background-color: #ffffff;
  }

  .header .nav-block .menu .menu__submenu li {
    border-bottom: 1px solid #e1e4e6;
  }

  .header .nav-block .menu .menu__submenu li:hover {
    background-color: #ffffff;
  }

  .header .nav-block .menu .menu__submenu a {
    color: #0c0c0a;
    background-color: #ffffff;
  }

  .header .nav-block .search-form {
    width: calc(100% - 70px);
    margin: 20px 35px;
  }

  .header .mobile-menu {
    display: block;
    grid-column: 1 / 3;
  }

  .header .mobile-menu .product__menu {
    position: static;
    box-shadow: none;
  }

  .header .mobile-menu .product__menu li.dropdown.active > a {
    background: #133c8f;
    color: #fff;
  }

  .header .mobile-menu .product__menu li.dropdown.active > a::after {
    background-image: url("../img/svg/chevron-down-solid-w.svg");
  }

  .header .address-block {
    grid-column: 1 / 3;
    margin-top: 30px;
  }

  .header .address-block .tel-link {
    display: block;
    padding-left: 34px;
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #ffbc00;
  }

  .header .address-block .tel-link::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    width: 23px;
    height: 23px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../img/svg/phone-alt-solid.svg");
  }

  .header .address-block .address {
    display: block;
  }

  .header-inner {
    padding: 20px 0;
    background-color: #ffffff;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/katalog_copy_162.png");
  }

  .header-inner .container {
    display: grid;
    grid-gap: 0;
    grid-template-columns: repeat(2, 1fr);
  }

  .header-inner .logo {
    grid-row: auto;
  }

  .header-inner .logo .logo-wrapper {
    width: 161px;
    height: 36px;
  }

  .header-inner .logo .logo__txt {
    display: none;
  }

  .header-inner .nav-block__btn {
    display: flex;
  }

  .header-inner .nav {
    display: none;
  }

  .header-inner .search-form {
    display: none;
  }

  .header-inner .nav-block {
    display: none;
    position: absolute;
    z-index: 100;
    top: 70px;
    left: 0;
    background-color: #ffffff;
    box-shadow: 10px 7px 15px rgba(0, 0, 0, 0.3);
  }

  .header-inner .nav-block .nav {
    display: block;
  }

  .header-inner .nav-block .menu {
    flex-direction: column;
  }

  .header-inner .nav-block .menu .menu__item .dropdown--mobile > a::after {
    content: "";
  }

  .header-inner .nav-block .menu .menu__item .dropdown--mobile.active > a {
    background: #133c8f;
    color: #fff;
  }

  .header-inner .nav-block .menu .menu__item .dropdown--mobile.active > a::after {
    background-image: url("../img/svg/chevron-down-solid-w.svg");
  }

  .header-inner .nav-block .menu .menu__item.dropdown > .menu__link::after,
  .header-inner .nav-block .menu .menu__item .dropdown > .menu__link::after {
    content: "";
  }

  .header-inner .nav-block .menu .menu__item.dropdown.active .menu__link,
  .header-inner .nav-block .menu .menu__item .dropdown.active .menu__link {
    background: #133c8f;
    color: #fff;
  }

  .header-inner .nav-block .menu .menu__link {
    padding: 10px 35px;
    border-bottom: 1px solid #e1e4e6;
  }

  .header-inner .nav-block .menu .menu__submenu {
    display: none;
    position: static;
    padding-left: 35px;
    box-shadow: none;
    background-color: #ffffff;
  }

  .header-inner .nav-block .menu .menu__submenu li {
    border-bottom: 1px solid #e1e4e6;
  }

  .header-inner .nav-block .menu .menu__submenu li:hover {
    background-color: #ffffff;
  }

  .header-inner .nav-block .menu .menu__submenu a {
    color: #0c0c0a;
    background-color: #ffffff;
  }

  .header-inner .nav-block .search-form {
    width: calc(100% - 70px);
    margin: 20px 35px;
  }

  .header-inner .mobile-menu {
    display: block;
    grid-column: 1 / 3;
  }

  .header-inner .mobile-menu .product__menu {
    position: static;
    box-shadow: none;
  }

  .header-inner .mobile-menu .product__menu li.dropdown.active > a {
    background: #133c8f;
    color: #fff;
  }

  .header-inner .mobile-menu .product__menu li.dropdown.active > a::after {
    background-image: url("../img/svg/chevron-down-solid-w.svg");
  }

  .header-inner .address-block {
    grid-column: 1 / 3;
    grid-row: auto;
    margin-top: 30px;
  }

  .header-inner .address-block .tel-link {
    display: block;
    padding-left: 34px;
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #ffbc00;
    text-shadow: #ffffff 0.5px 0.5px 0, #ffffff -0.5px -0.5px 0, #ffffff 0.5px -0.5px 0, #ffffff -0.5px 0.5px 0;
  }

  .header-inner .address-block .tel-link::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    width: 23px;
    height: 23px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../img/svg/phone-alt-solid.svg");
  }

  .header-inner .address-block .address {
    display: block;
    text-shadow: #ffffff 0.5px 0.5px 0, #ffffff -0.5px -0.5px 0, #ffffff 0.5px -0.5px 0, #ffffff -0.5px 0.5px 0;
  }

  .top {
    display: none;
  }

  .catalog .catalog-list {
    grid-template-columns: repeat(3, 1fr);
    background-image: none;
  }

  .catalog .catalog-list::before {
    content: none;
  }

  .about .container {
    grid-template-columns: 1fr;
  }

  .news .news-list {
    display: grid;
grid-template-columns: repeat(2, 1fr);
grid-gap: 20px;
margin-top: 20px;
overflow: hidden;
  }


  .product .container {
    grid-gap: 40px 0;
    grid-template-columns: 1fr;
  }

  .product .advantage-block {
    grid-row: auto;
    grid-column: auto;
  }

  .product .warning {
    display: none;
  }

  .product .txt-wrapper {
    grid-row: 3 / 4;
    margin: 0 auto 0 0;
  }

  .product .product-list {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 0;
    grid-column: auto;
  }

  .product .product-list .product-list__link {
    padding-top: 0;
  }

  .product .product-list .icons {
    display: none;
  }

  .product .product-list .desc-list {
    display: none;
  }

  .item .item-top {
    grid-template-columns: 1fr;
  }

  .item .warning {
    display: none;
  }

  .item .txt-wrapper {
    display: none;
  }

  .item .about-block {
    grid-template-columns: 210px auto;
  }

  .item .description-block {
    margin-top: 0;
  }

  .item .description-block .description-list {
    margin-top: 20px;
  }

  .item .description-block .item__txt {
    margin-top: 15px;
  }

  .item .protection-block {
    display: none;
  }

  .item .item-table th {
    white-space: normal;
  }

  .item .item-table td {
    white-space: normal;
  }

  .item .characteristics-block {
    margin-top: 30px;
  }

  .item .characteristics-block .item-table {
    width: calc(100% + 10px);
    margin: 20px -5px 0 -5px;
  }

  .item .condition-block {
    margin-top: 25px;
  }

  .item .condition-block .item__txt {
    margin-top: 20px;
  }

  .item .recommendation-block {
    margin-top: 30px;
  }

  .item .recommendation-block .table-wrapper {
    width: calc(100% + 10px);
    margin: 20px -5px 0 -5px;
  }

  .item .recommendation-block .item__txt {
    margin-top: 15px;
  }

  .item .thickness-block {
    margin-top: 25px;
  }

  .item .thickness-block .item-table {
    width: calc(100% + 10px);
    margin: 20px -5px 0 -5px;
  }

  .item .thickness-block .item__txt {
    margin-top: 15px;
  }

  .item .drying-block {
    margin-top: 25px;
  }

  .item .drying-block .item-table {
    width: calc(100% + 10px);
    margin: 20px -5px 0 -5px;
  }

  .item .drying-block .item__txt {
    margin-top: 15px;
  }

  .item .systems-block {
    margin-top: 25px;
  }

  .item .systems-block .table-wrapper {
    width: calc(100% + 10px);
    margin: 20px -5px 0 -5px;
  }

  .item .systems-block .item__txt {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .mobile-hidden {
    display: none;
  }

  .main--inner {
    display: flex;
    flex-direction: column-reverse;
  }

  .header .container {
    padding: 0 20px;
  }

  .header .nav-block .menu .menu__item .dropdown--mobile > a::after {
    right: 20px;
  }

  .header .nav-block .menu .menu__item.dropdown > .menu__link::after,
  .header .nav-block .menu .menu__item .dropdown > .menu__link::after {
    right: 20px;
  }

  .header .nav-block .menu .menu__link {
    padding: 10px 20px;
  }

  .header .nav-block .menu .menu__submenu {
    padding-left: 20px;
  }

  .header .nav-block .search-form {
    width: calc(100% - 40px);
    margin: 20px;
  }

  .header-inner .container {
    padding: 0 20px;
  }

  .header-inner .nav-block .menu .menu__item .dropdown--mobile > a::after {
    right: 20px;
  }

  .header-inner .nav-block .menu .menu__item.dropdown > .menu__link::after,
  .header-inner .nav-block .menu .menu__item .dropdown > .menu__link::after {
    right: 20px;
  }

  .header-inner .nav-block .menu .menu__link {
    padding: 10px 20px;
  }

  .header-inner .nav-block .menu .menu__submenu {
    padding-left: 20px;
  }

  .header-inner .nav-block .search-form {
    width: calc(100% - 40px);
    margin: 20px;
  }

  .catalog.catalog--inner .catalog-list {
    background-image: url("../img/layers12.png");
  }

  .catalog .catalog-list {
    grid-gap: 10px;
    padding: 20px;
    grid-template-columns: repeat(2, 1fr);
  }

  .about .container {
    padding: 40px 20px 0;
  }

  .news .container {
    padding: 40px 20px 0;
  }

  .news .news-list {
    grid-template-columns: 1fr;
  }



  .partners .container {
    padding: 40px 20px 70px;
  }

  .product .container {
    padding: 40px 20px 50px;
  }

  .product .product-list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px 0;
  }

  .product .product-list .product-list__item {
    height: 350px;
    border: none;
  }

  .footer .container {
    padding: 30px 20px;
  }

  .footer .footer-nav {
    display: none;
  }

  .item .container {
    padding: 40px 20px 50px;
  }

  .item .about-block .btns-wrapper {
    grid-row: auto;
    grid-column: 1 / 3;
  }

  .item .description-block .description-list .description-list__item {
    padding-left: 20px;
    font-size: 13px;
    line-height: 20px;
  }

  .item .description-block .description-list .description-list__item::before {
    top: 9px;
  }

  .item .item__subtitle {
    font-size: 18px;
  }

  .item .item__txt {
    font-size: 13px;
    line-height: normal;
  }

  .item .item-table th {
    padding: 10px;
    font-size: 14px;
  }

  .item .item-table td {
    padding: 5px 10px;
    font-size: 13px;
    line-height: normal;
  }

  .item .recommendation-block .table-wrapper {
    flex-direction: column;
  }

  .item .recommendation-block .table-wrapper .item-table {
    margin-top: 10px;
  }

  .item .recommendation-block .table-wrapper .item-table:first-of-type {
    margin-top: 0;
  }

  .modal {
    width: calc(100% - 40px);
    padding: 20px;
  }

  .modal .modal__title {
    font-size: 18px;
    line-height: normal;
  }

  .modal .modal-form__txt {
    margin-top: 10px;
    line-height: normal;
  }

  .modal .modal-form__txt:first-of-type {
    margin-top: 15px;
  }

  .modal .modal-form__txt--italic {
    margin-top: 10px;
  }

  .modal .modal-form__textarea {
    height: 60px;
  }
}

@media (max-width: 479px) {
  .header .address-block .address {
    font-size: 15px;
  }

  .header-inner .address-block .address {
    font-size: 15px;
  }

  .catalog .catalog-list .catalog-list__item {
    height: 140px;
  }

  .catalog .catalog-list .catalog-list__name {
    bottom: 10px;
    left: 10px;
    font-size: 12px;
  }

  .item .about-block {
    grid-template-columns: 1fr;
  }

  .item .about-block .item__title {
    grid-column: auto;
  }

  .item .about-block .img-wrapper {
    grid-row: auto;
    width: 100%;
  }

  .item .about-block .about__tu {
    font-size: 14px;
    line-height: normal;
  }

  .item .about-block .detailed-description {
    padding-left: 30px;
  }

  .item .about-block .detailed-description::before {
    top: -4px;
    width: 20px;
    height: 25px;
  }

  .item .about-block .detailed-description a {
    font-size: 13px;
  }

  .item .about-block .btns-wrapper {
    display: grid;
    grid-column: auto;
  }

  .item .systems-block .table-wrapper {
    width: calc(100% + 50px);
    margin: 20px -25px 0 -25px;
    overflow-x: scroll;
  }

  .item .systems-block .item-table {
    padding: 0 20px;
  }
}
/*# sourceMappingURL=maps/main.css.map */
