

/* Start:/local/templates/kristall_new/assets/css/style.css?175544266997599*/
@font-face {
  font-family: icons;
  font-display: swap;
  src: url("/local/templates/kristall_new/assets/css/../fonts/icons.woff2") format("woff2"),url("/local/templates/kristall_new/assets/css/../fonts/icons.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url("/local/templates/kristall_new/assets/css/../fonts/Roboto-Italic.woff2") format("woff2"),url("/local/templates/kristall_new/assets/css/../fonts/Roboto-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url("/local/templates/kristall_new/assets/css/../fonts/Roboto-Black.woff2") format("woff2"),url("/local/templates/kristall_new/assets/css/../fonts/Roboto-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url("/local/templates/kristall_new/assets/css/../fonts/Roboto-Regular.woff2") format("woff2"),url("/local/templates/kristall_new/assets/css/../fonts/Roboto-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

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

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

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

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

[class*=_icon-]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class*=_icon-]:before {
  display: block;
}

._icon-eye:before {
  content: "";
}

._icon-share:before {
  content: "";
}

._icon-document:before {
  content: "";
}

._icon-pagination-dub-arrow:before {
  content: "";
}

._icon-pagination-arrow:before {
  content: "";
}

._icon-setting:before {
  content: "";
}

._icon-phone:before {
  content: "";
}

._icon-whats-app:before {
  content: "";
}

._icon-place:before {
  content: "";
}

._icon-email:before {
  content: "";
}

._icon-download:before {
  content: "";
}

._icon-close:before {
  content: "";
}

._icon-arrow-right:before {
  content: "";
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

*::before,
*::after {
  display: inline-block;
}

html,
body {
  height: 100%;
  min-width: 370px;
}

body {
  color: #fff;
  line-height: 1;
  font-family: "Roboto";
  font-size: 0.875rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: "Roboto";
  font-size: inherit;
  line-height: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: rgba(0,0,0,0);
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}

.wrapper>main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.wrapper>* {
  min-width: 0;
}

[class*=__container] {
  max-width: 76.875rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input {
  width: 100%;
  display: block;
  padding: 0px 20px;
  border: 1px solid #eee;
}

.input[placeholder]:not([data-placeholder-nohiden])::-webkit-input-placeholder {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.input[placeholder]:not([data-placeholder-nohiden])::-moz-placeholder {
  -moz-transition: opacity .3s;
  transition: opacity .3s;
}

.input[placeholder]:not([data-placeholder-nohiden]):-ms-input-placeholder {
  -ms-transition: opacity .3s;
  transition: opacity .3s;
}

.input[placeholder]:not([data-placeholder-nohiden])::-ms-input-placeholder {
  -ms-transition: opacity .3s;
  transition: opacity .3s;
}

.input[placeholder]:not([data-placeholder-nohiden])::placeholder {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::-webkit-input-placeholder {
  opacity: 0;
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::-moz-placeholder {
  opacity: 0;
}

.input[placeholder]:not([data-placeholder-nohiden]):focus:-ms-input-placeholder {
  opacity: 0;
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::-ms-input-placeholder {
  opacity: 0;
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::placeholder {
  opacity: 0;
}

textarea.input {
  resize: none;
  padding: 0px 0px;
}

.checkbox {
  position: relative;
}

.checkbox:not(:last-child) {
  margin-bottom: 0.3125em;
}

.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.checkbox__input:focus-visible+.checkbox__label:before {
  -webkit-box-shadow: 0 0 5px #d6b58c;
          box-shadow: 0 0 5px #d6b58c;
}

.checkbox__input:checked+.checkbox__label:before {
  background: #d6b58c;
}

.checkbox__label {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  gap: 10px;
}

.checkbox__label:before {
  content: "";
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  height: 20px;
  border: 1px solid #a7a9ac;
  background: #fff;
}

.checkbox__text {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

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

.icon-menu {
  display: none;
}

body::after {
  content: "";
  background-color: rgba(0,0,0,.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity .8s ease 0s;
  transition: opacity .8s ease 0s;
  pointer-events: none;
  z-index: 149;
}

.popup-show body::after {
  opacity: 1;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0px 10px;
  -webkit-transition: visibility .8s ease 0s;
  transition: visibility .8s ease 0s;
  visibility: hidden;
  pointer-events: none;
}

.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}

.popup_show .popup__content {
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.popup__content {
  visibility: hidden;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform .3s ease 0s;
  transition: -webkit-transform .3s ease 0s;
  transition: transform .3s ease 0s;
  transition: transform .3s ease 0s, -webkit-transform .3s ease 0s;
  background-color: #100905;
  padding: 16px;
  width: 100%;
  max-width: 577px;
  border-radius: 6px;
}

.lock .popup__content {
  visibility: visible;
}

.popup__close::before {
  color: #d6b58c;
  font-size: 1.5rem;
}

.popup__form {
  padding: 52px 48px 48px;
}

.popup__form__title {
  font-weight: 700;
  text-transform: uppercase;
}

.popup__form__text {
  margin-top: 18px;
  color: #be6936;
  border-bottom: 1px solid #d6b58c;
  padding-bottom: 8px;
}

.close-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.popup-form,
form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.popup-form__item label,
form__item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.popup-form__item label span,
form__item label span {
  margin-left: 24px;
}

.popup-form__item label .input,
form__item label .input {
  padding: 12px;
  border-radius: 3px;
}

.popup-form__item label .input:focus-visible,
form__item label .input:focus-visible {
  outline: none;
}

.popup-form__item label textarea.input,
form__item label textarea.input {
  border-radius: 3px;
  height: 100px;
  max-height: 100px;
  min-height: 100px;
}

.popup-form__item label textarea.input:focus-visible,
form__item label textarea.input:focus-visible {
  outline: none;
}

.popup-form__item .button,
form__item .button {
  width: 100%;
  background: #d6b58c;
  color: #100905;
}

.popup-form__item .checkbox,
form__item .checkbox {
  margin-top: 52px;
  padding-top: 24px;
  border-top: 1px solid #d6b58c;
}

.popup-form__item .checkbox label,
form__item .checkbox label {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.error-item .input {
  background: #ddc1b0;
  border: 1px solid #b76e42;
}

.error-item .error-message {
  margin-top: 8px;
  color: #be6936;
}

.text-block-form {
  margin-top: 52px;
  padding-top: 24px;
  border-top: 1px solid #d6b58c;
}

.text-block-form a {
  color: #be6936;
}

.checkbox__text a {
  text-decoration: underline;
  color: #d6b58c;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.checkbox .check-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkbox .check-icon::before {
  font-size: 1rem;
}

.text-popup {
  margin-top: 52px;
}

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

.ibg--top {
  -o-object-position: top;
     object-position: top;
}

.ibg--bottom {
  -o-object-position: bottom;
     object-position: bottom;
}

.ibg--left {
  -o-object-position: left;
     object-position: left;
}

.ibg--right {
  -o-object-position: right;
     object-position: right;
}

.ibg--contain {
  -o-object-fit: contain;
     object-fit: contain;
}

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

.button-link {
  -webkit-transition: color .3s;
  transition: color .3s;
  border: 1px solid;
  padding: 11px 21px;
  border-radius: 8px;
}

.button {
  font-weight: 400;
  line-height: 24px;
  border: 1px solid #d6b58c;
  border-radius: 3px;
  color: #d6b58c;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.icon-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  width: 40px;
  min-width: 40px;
  background: #b6c0c6;
  border-radius: 50%;
}

.icon-list-item::before {
  color: #211b13;
  font-size: 1.75rem;
}

.dnone {
  display: none;
}

.title-section {
  font-weight: 700;
  text-transform: uppercase;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 10;
  background: #140a06;
  border-bottom: 2px solid #d6b58c;
  padding-top: 16px;
}

.header__container {
  position: relative;
  padding-bottom: 60px;
}

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.header__menu {
  position: absolute;
  top: calc(100% - 18px);
  right: 20px;
}

.not-bg {
/*background: initial;*/
  background: #140a06;
}

._header-scroll {
  background: #140a06;
}

._header-scroll .open-menu {
  display: none;
}

.header-links__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-links__translation a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  border: 1px solid #fff;
  border-radius: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 20.48px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.da-contacts {
  display: none;
}

.link-icon {
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
}

.link-icon::before {
  font-size: 1rem;
}

.fw700 {
  font-weight: 700;
}

.fw200 {
  margin-left: -10px;
  font-weight: 200;
}

.menu__item {
  position: relative;
}

.menu__item svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.menu__link {
  white-space: nowrap;
  padding: 10px 15px;
  font-weight: 600;
}

.no-webp .link-bg {
  background-image: url("/local/templates/kristall_new/assets/css/../img/menu/bg.png"); }

.link-bg {
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.hexagon {
  position: relative;
  background: #1a0f0b;
  padding: 10px 20px;
  font-family: sans-serif;
  border: 2px solid #d9b88c;
  text-align: center;
  border-radius: 5px;
  color: #d9b88c;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.spark-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.submenu {
  display: none;
  font-size: 0.8125rem;
  position: absolute;
  left: 0;
  top: calc(100% - 12px);
  width: 100%;
  background: rgba(16,16,24,.8117647059);
  padding: 12px 0 0 0;
  border-radius: 8px;
  z-index: 1;
}

.submenu ul li:not(:last-child) {
  border-bottom: 1px solid #d6b58c;
}

.submenu a {
  -webkit-transition: color .3s;
  transition: color .3s;
  padding: 18px 18px 20px 18px;
}

.open-menu {
  display: block;
}

.item-drop-menu {
  position: relative;
  cursor: pointer;
}

.item-drop-menu a {
  z-index: 2;
}

.no-click {
  pointer-events: none;
  cursor: default;
}

.footer {
  background: #100905;
  padding: 30px 0;
  position: relative;
  z-index: 2;
}

.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

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

.footer-contacts__links .button-link {
  border: 0;
  border-radius: 0;
  padding: 0;
  line-height: 16.41px;
}

.footer-contacts__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  font-size: 0.875rem;
  line-height: 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer-contacts__address .link-icon {
  padding: 0;
}

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

.local-text {
  display: block;
}

main {
  background: #100905;
}

main:has(.news),
main:has(.powders),
main:has(.documents),
main:has(.detail-news) {
  background: #30251b;
}

.banner-video {
  position: relative;
  height: 100dvh;
}

.banner-video::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(31,18,10,.5019607843);
  position: absolute;
}

.banner-video__image-ibg {
  height: 100%;
  width: 100%;
  position: relative;
}

.banner-video__image-ibg video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}

.banner-video__wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.banner-video__container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner-video__content {
  max-width: 656px;
}

.title {
  font-weight: 700;
}

.text {
  margin-top: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.09px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.nav-button {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.copper-powder {
  position: relative;
}

.copper-powder__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  z-index: 2;
}

.copper-powder .background__image-ibg {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
}

.copper-powder .product {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.copper-powder .product-photo {
  position: absolute;
  right: calc(100% - 87px);
  top: calc(50% - 100.5px);
}

.da-photo-0,
.da-photo-1 {
  display: none;
}

.product-name {
  color: #be6936;
  font-weight: 600;
  text-transform: uppercase;
}

.product-description {
  margin-top: 24px;
}

.product-usage {
  margin-top: 24px;
}

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

.product-usage ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.product-usage ul li:not(:last-child) .icon-list-item {
  position: relative;
}

.product-usage ul li:not(:last-child) .icon-list-item::after {
  content: "";
  height: 30px;
  width: 2px;
  background: #b6c0c6;
  position: absolute;
  top: 100%;
  left: calc(50% - 1px);
}

.product-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}

.link-icon-more {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 18px 34px;
}

.link-icon-more::before {
  font-size: 1.5rem;
}

.copper-sulfate {
  position: relative;
}

.copper-sulfate__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  z-index: 2;
}

.copper-sulfate .background__image-ibg {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}

.copper-sulfate .product {
  position: relative;
  padding-right: 150px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.copper-sulfate .product-photo {
  position: absolute;
  left: calc(100% - 87px);
  top: calc(50% - 100.5px);
}

.advantages-title {
  text-transform: uppercase;
  font-weight: 600;
  color: #be6936;
  margin-bottom: 80px;
}

.advantages-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 18px;
margin-bottom: 5rem;
}

.advantages-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.advantages-item__title {
  font-size: 1.125rem;
  text-align: center;
}

.nav {
  margin-top: 7.25rem;
  background: #30251b;
}

.nav__title {
  text-transform: uppercase;
  font-weight: 700;
}

.nav__subtitle {
  text-transform: uppercase;
  margin-top: 24px;
  font-weight: 600;
}

.nav__navigation {
  margin-top: 24px;
}

.nav__navigation ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 16px 10px;
  border-top: 1px solid #d6b58c;
  border-bottom: 1px solid #d6b58c;
}

.nav__navigation ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nav__navigation ul li a {
  font-weight: 600;
  text-transform: uppercase;
}

.property-product {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background: #30251b;
}

.property-product__container {
  position: relative;
}

.property-product__wrapper {
  position: relative;
  z-index: 2;
}

.property-product__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.property-product__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.property-product__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.property-product__table {
  margin-top: 54px;
}

.property-product__big-img {
  position: absolute;
  z-index: 1;
  top: 7px;
}

.property-product:nth-child(even) .property-product__big-img {
  left: calc(100% - 300px);
  height: 537px;
  width: 494px;
}

.property-product:nth-child(even) .property-product__big-img img {
  height: 100%;
  width: 100%;
}

.property-product:nth-child(odd) .property-product__big-img {
  right: calc(100% - 300px);
}

.property-product:nth-child(odd) .property-product__description {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}

.property-product:nth-child(odd) .property-product__img {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}

.note-table {
  margin-top: 36px;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.da-for-img-product-one,
.da-for-img-product-two,
.da-for-img-product-three,
.da-for-img-product-four {
  display: none;
}

.property-product-description__title {
  color: #be6936;
  font-weight: 600;
}

.property-product-description__text {
  margin-top: 24px;
}

.property-product-description__button {
  margin-top: 24px;
}

.property-product-description__button .button {
  padding: 11px 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 17px;
  background: #30251b;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.property-product-img__description {
  max-width: 232px;
  text-align: center;
}

.table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px;
}

.table thead {
  background: #100905;
}

.table thead tr th {
  padding: 20px;
  text-align: center;
}

.table thead tr th:not(:last-child) {
  border-right: 1px solid #d6b58c;
}

.table thead tr:nth-child(2) th {
  border-top: 1px solid #d6b58c;
}

.table tbody {
  background: #817462;
}

.table tbody tr td {
  text-align: center;
  padding: 10px;
  width: 150px;
}

.table tbody tr td:not(:last-child) {
  border-right: 1px solid #d6b58c;
}

.custom-table .custom-th {
  background: #100905 !important;
  width: 300px;
}

.custom-table .border-right {
  border-right: 1px solid #d6b58c;
}

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

.not-data {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background: #211b13;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.not-data__title {
  text-align: center;
}

.not-data__text {
  margin-top: 40px;
  text-align: center;
}

.not-data__link {
  margin-top: 40px;
}

.not-data__link .button {
  padding: 10px;
  width: 100%;
}

.person-data {
  margin-top: 116px;
  padding-bottom: 40px;
}

.person-data__title {
  font-weight: 700;
}

.person-data__text {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.person-data__text .table {
  overflow: auto;
  text-align: left;
  border-collapse: collapse;
}

.person-data__text .table th {
  border: 1px solid #d6b58c;
}

.person-data__text .table td {
  text-align: left;
  border: 1px solid #d6b58c;
  font-size: 0.75rem;
}

.person-data__text .table li {
  list-style: none;
}

.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}

.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}

.news-item:not(:last-child) {
  border-bottom: 0.0625rem solid #5a4937;
}

.news-item__image-ibg {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12.5rem;
          flex: 0 0 12.5rem;
  height: 12.5rem;
  border: 0.0625rem solid #fff;
  border-radius: 0.1875rem;
  overflow: hidden;
}

.news-item__image-ibg::after {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75) 100%);
}

.news-item__image-ibg .date-mobile {
  position: absolute;
  bottom: 0.625rem;
  left: 0.625rem;
  z-index: 1;
}

.news-item__information {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}

.information-news__title {
  font-weight: 600;
  color: #be6936;
}

.information-news__date {
  font-weight: 600;
  font-size: 1.125rem;
}

.link-news {
  margin-top: auto;
  margin-left: auto;
  max-width: 17.5rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.125rem 2.125rem;
  border: 0.0625rem solid #d6b58c;
  border-radius: 0.1875rem;
  color: #d6b58c;
  font-size: 1.25rem;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.link-news::before {
  font-size: 1.125rem;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination .prev-page {
  border: 0.0625rem solid #d6b58c;
}

.pagination .prev-page::before {
  font-size: 0.625rem;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.pagination .pagination-item {
  height: 1.75rem;
  max-height: 1.75rem;
  min-height: 1.75rem;
  width: 1.75rem;
  max-width: 1.75rem;
  min-width: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #d6b58c;
  font-size: 0.75rem;
  border-radius: 0.375rem;
}

.pagination ._selected {
  border: 0.0625rem solid #d6b58c;
}

.pagination .next-page {
  border: 0.0625rem solid #d6b58c;
}

.pagination .next-page::before {
  font-size: 0.625rem;
}

.detail-news__image-ibg {
  height: 12.5rem;
  max-height: 12.5rem;
  min-height: 12.5rem;
  width: 18.75rem;
  min-width: 18.75rem;
  max-width: 18.75rem;
  border: 0.0625rem solid #fff;
  overflow: hidden;
}

.background-news-wrapper {
  position: relative;
  max-height: 20rem;
  height: 20rem;
}

.background-news__image-ibg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.background-news__image-ibg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: rgba(48,37,27,.94);
}

.news-data {
  padding: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.news-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}

.news-title {
  font-weight: 700;
}

.news-date {
  font-weight: 600;
  color: #be6936;
}

.news-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}

.news-control-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news-control-panel .button {
  padding: 0.75rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.75rem;
}

.news-control-panel .button.back::before {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.news-control-panel .button.share {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}

.news-control-panel .button.share .confirmation {
  position: absolute;
  bottom: calc(100% + 20px);
  left: calc(50% - 85px);
  background: #d6b58c;
  color: #323239;
  width: 10.625rem;
  padding: 0.75rem;
  border-radius: 0.1875rem;
  font-size: 0.875rem;
}

.news-control-panel .button.share .confirmation .triangle {
  position: absolute;
  top: calc(100% - 1px);
  left: calc(50% - 5px);
  border: 10px solid rgba(0,0,0,0);
  border-top: 10px solid #d6b58c;
}

.documents-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  width: 100%;
}

.documents-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.125rem;
  width: 100%;
  padding-bottom: 1.875rem;
}

.documents-item:not(:last-child) {
  border-bottom: 0.0625rem solid #5a4937;
}

.documents-item__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.documents-item__icon::before {
  color: #c1a37e;
}

.documents-item__information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.documents-item-main-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.documents-item-title {
  font-weight: 600;
  color: #be6936;
}

.documents-item-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.documents-item-actions .button {
  padding: 0.375rem 0.6875rem;
}

.actions-viewing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 0.6875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.actions-viewing::before {
  margin-top: 5px;
  font-size: 0.875rem;
}

.powders-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.powders-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.powders-item__image-ibg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 11.5rem;
          flex: 0 0 11.5rem;
  height: 13.25rem;
  width: 11.5rem;
}

.powders-item__information {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}

.powders-item-title {
  color: #be6936;
  font-weight: 600;
}

.more-powders {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 1.25rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.more-powders::before {
  font-size: 1.125rem;
}

@media (min-width: 76.875em) {
  .menu__list {
    gap: 2.1875rem;
  }

  .popup__form__title {
    font-size: 1.75rem;
  }

  .popup-form,
  form {
    margin-top: 3.25rem;
  }

  .popup-form__item .button,
  form__item .button {
    margin-top: 3.25rem;
  }

  .text-block-form {
    font-size: 1rem;
  }

  .text-block-form {
    line-height: 1.375rem;
  }

  .button {
    padding-top: 1.125rem;
  }

  .button {
    padding-bottom: 1.125rem;
  }

  .button {
    padding-left: 4.0625rem;
  }

  .button {
    padding-right: 4.0625rem;
  }

  .button {
    font-size: 1.25rem;
  }

  .title-section {
    font-size: 3rem;
  }

  .title-section {
    line-height: 3.25rem;
  }

  .header__logo {
    width: 17.3125rem;
  }

  .header__links {
    gap: 1.875rem;
  }

  .header-links__contacts {
    gap: 1.875rem;
  }

  .footer-contacts__links {
    gap: 2.8125rem;
  }

  .title {
    font-size: 3rem;
  }

  .title {
    line-height: 3.5rem;
  }

  .text {
    gap: 1.875rem;
  }

  .text {
    font-size: 1.125rem;
  }

  .copper-powder__container {
    padding-top: 9.375rem;
  }

  .copper-powder__container {
    padding-bottom: 9.375rem;
  }

  .copper-powder .product {
    padding-left: 9.375rem;
  }

  .product-name {
    font-size: 1.75rem;
  }

  .product-name {
    line-height: 2.125rem;
  }

  .product-description {
    font-size: 1.125rem;
  }

  .product-description {
    line-height: 1.5rem;
  }

  .product-usage ul li {
    font-size: 1.125rem;
  }

  .product-link {
    margin-top: 5.6875rem;
  }

  .link-icon-more {
    gap: 6.5rem;
  }

  .copper-sulfate__container {
    padding-top: 9.375rem;
  }

  .copper-sulfate__container {
    padding-bottom: 9.375rem;
  }

  .advantages {
    margin-top: 2.5rem;
  }

  .advantages {
    padding-bottom: 7.8125rem;
  }

  .advantages-title {
    font-size: 1.75rem;
  }

  .advantages-list {
    margin-top: 1.5rem;
  }

  .advantages-item {
    height: 8.125rem;
  }

  .advantages-item__title {
    font-size: 1.125rem;
  }
.advantages__container.video .advantages-list {
    display: -ms-flex;
    display: flex;
    gap: 18px;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
}

.advantages__container.video .advantages-item {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.advantages__container.video .advantages-item__title {
    padding-left: 20px;
	text-align: left;
}
.advantages__container.video .advantages__block{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
}
  .nav {
    padding-top: 6.875rem;
  }

  .nav__title {
    font-size: 3rem;
  }

  .nav__title {
    line-height: 3.375rem;
  }

  .nav__subtitle {
    font-size: 1.75rem;
  }

  .nav__subtitle {
    line-height: 2.125rem;
  }

  .nav__navigation ul li a {
    font-size: 1rem;
  }

  .property-product {
    padding-top: 5.625rem;
  }

  .property-product {
    padding-bottom: 6.25rem;
  }

  .property-product-description__title {
    font-size: 1.75rem;
  }

  .property-product-description__title {
    line-height: 2.125rem;
  }

  .property-product-description__text {
    font-size: 1rem;
  }

  .property-product-description__text {
    line-height: 1.375rem;
  }

  .table {
    font-size: 0.875rem;
  }

  .not-data {
    padding-top: 3.4375rem;
  }

  .not-data {
    padding-bottom: 3.4375rem;
  }

  .not-data__title {
    font-size: 13.75rem;
  }

  .not-data__text {
    font-size: 1.5rem;
  }

  .person-data {
    padding-top: 6.875rem;
  }

  .person-data__title {
    font-size: 3rem;
  }

  .person-data__title {
    line-height: 3.375rem;
  }

  .person-data__text {
    font-size: 1.125rem;
  }

  .person-data__text {
    line-height: 1.5rem;
  }

  .news {
    margin-top: 7.25rem;
  }

  .news {
    padding-top: 6.875rem;
  }

  .news {
    padding-bottom: 5.625rem;
  }

  .news-list {
    margin-top: 5rem;
  }

  .news-item {
    padding-bottom: 1.875rem;
  }

  .news-item__information {
    padding: 1.75rem;
  }

  .information-news__title {
    font-size: 1.75rem;
  }

  .information-news__title {
    line-height: 2rem;
  }

  .pagination {
    gap: 1.125rem;
  }

  .detail-news {
    padding-top: 7.25rem;
  }

  .detail-news {
    padding-bottom: 3rem;
  }

  .news-title {
    font-size: 2.375rem;
  }

  .news-title {
    line-height: 2.625rem;
  }

  .news-date {
    font-size: 1.25rem;
  }

  .news-text {
    margin-top: 3.75rem;
  }

  .news-text {
    font-size: 1.125rem;
  }

  .news-text {
    line-height: 1.375rem;
  }

  .news-control-panel {
    margin-top: 3.75rem;
  }

  .documents {
    margin-top: 7.25rem;
  }

  .documents {
    padding-top: 7.25rem;
  }

  .documents {
    padding-bottom: 3rem;
  }

  .documents-list {
    margin-top: 5.25rem;
  }

  .documents-item__icon::before {
    font-size: 4.375rem;
  }

  .documents-item-title {
    font-size: 1.75rem;
  }

  .documents-item-title {
    line-height: 2rem;
  }

  .powders {
    margin-top: 7.25rem;
  }

  .powders {
    padding-top: 6.875rem;
  }

  .powders {
    padding-bottom: 5.625rem;
  }

  .powders-list {
    margin-top: 5.25rem;
  }

  .powders-list {
    gap: 3.75rem;
  }

  .powders-item-title {
    font-size: 1.75rem;
  }

  .powders-item-title {
    line-height: 2rem;
  }
}

@media (max-width: 73.81125em) {
  ._open {
    display: block;
  }
}

@media (max-width: 61.99875em) {
  .header-links__translation a {
    font-size: 0.875rem;
    padding: 10px 15px;
  }

  .link-icon {
    padding: 11px 15px;
  }

  .menu__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .da-photo-0,
  .da-photo-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }

  .nav__navigation ul {
    -ms-grid-columns: auto auto auto auto;
    grid-template-columns: auto auto auto auto;
  }

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

  .more-powders {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media (max-width: 50.87375em) {
  .menu__body {
    z-index: 1;
    position: fixed;
    background: #140a06;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    top: 72px;
    right: -100%;
    overflow: auto;
    padding: 3rem 3rem 3.5625rem 3rem;
    -webkit-transition: right .3s;
    transition: right .3s;
  }

  .menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 4.375rem;
    top: -100%;
    left: 0;
    -webkit-transition: left .3s;
    transition: left .3s;
    z-index: 2;
  }

  .menu-open .menu__body {
    right: 0;
  }

  .menu-open .menu__body::before {
    right: 0;
  }

  .menu__list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }

  .icon-menu {
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.125rem;
    z-index: 5;
  }

  .icon-menu span,
  .icon-menu::before,
  .icon-menu::after {
    content: "";
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 0.1875rem;
    border-radius: 1px;
    background-color: #fff;
  }

  .icon-menu::before {
    top: 0;
  }

  .icon-menu::after {
    bottom: 0;
  }

  .icon-menu span {
    top: calc(50% - 0.0625rem);
  }

  .menu-open .icon-menu span {
    width: 0;
  }

  .menu-open .icon-menu::before {
    top: calc(50% - 0.0625rem);
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .menu-open .icon-menu::after {
    bottom: calc(50% - 0.0625rem);
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .header {
    border-bottom: 0;
  }

  .header__container {
    padding-bottom: 20px;
  }

  .header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .header__logo img {
    width: 100%;
  }

  .header__links {
    margin-left: auto;
  }

  .header__menu {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 28px;
  }

  .not-bg {
    background: #140a06;
  }

  .header-links__contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
  }

  .header-links__contacts .button-link {
    border: none !important;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .header-links__translation a {
    padding: 7px 16px;
  }

  .da-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }

  .menu__link {
    border-bottom: 1px solid #d6b58c;
    font-size: 1rem;
    padding: 16px;
    width: 100%;
  }

  .hexagon {
    border: 0;
    border-bottom: 2px solid #d9b88c;
    background: none;
    text-align: left;
    border-radius: 0;
  }

  .submenu ul li:last-child {
    border-bottom: 1px solid #d6b58c;
  }

  .submenu a {
    padding: 16px;
  }

  .submenu {
    display: block;
    position: static;
    width: 80%;
    background: initial;
    font-size: 1rem;
    font-weight: 500;
    color: #d6b58c;
  }

  .item-drop-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media (max-width: 50.87375em)and (any-hover: none) {
  .icon-menu {
    cursor: default;
  }
}

@media (max-width: 47.99875em) {
  .footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

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

  .footer-contacts__links .button-link::before {
    font-size: 0.9375rem;
  }

  .local-text {
    text-align: center;
  }

  main {
    padding-top: 72px;
  }

  .nav-button {
    display: none;
  }

  .copper-powder {
    background: #211b13;
  }

  .copper-powder .background__image-ibg {
    display: none;
  }

  .copper-powder .product {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }

  .copper-powder .product-photo {
    display: none;
  }

  .da-photo-0,
  .da-photo-1 {
    margin-top: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .product-name {
    text-align: center;
  }

  .copper-sulfate {
    background: #211b13;
  }

  .copper-sulfate .background__image-ibg {
    display: none;
  }

  .copper-sulfate .product {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }

  .advantages-title {
    text-transform: none;
    text-align: center;
    color: #fff;
  }

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

  .advantages-item__title {
    position: relative;
    z-index: 2;
    background: #100905;
  }

  .advantages-item:not(:last-child) .advantages-item__img {
    position: relative;
  }

  .advantages-item:not(:last-child) .advantages-item__img::after {
    content: "";
    position: absolute;
    background: #b6c0c6;
    height: 99px;
    width: 1px;
    top: 100%;
    left: calc(50% - .5px);
    z-index: 1;
  }

  .nav {
    margin-top: 0;
  }

  .nav__navigation ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    border: 0;
  }

  .nav__navigation ul li a {
    padding: 16px 0;
  }

  .nav__navigation ul li:not(:last-child) {
    border-bottom: 1px solid #d6b58c;
  }

  .property-product {
    border-bottom: 1px solid #d6b58c;
  }

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

  .property-product__big-img {
    display: none;
  }

  .note-table {
    display: none;
  }

  .da-for-img-product-one,
  .da-for-img-product-two,
  .da-for-img-product-three,
  .da-for-img-product-four {
    display: block;
    margin-top: 24px;
  }

  .property-product-description__title {
    text-align: center;
  }

  .property-product-description__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .table {
    display: none;
  }

  .person-data {
    margin-top: 0;
  }

  .person-data__text .table {
    display: table;
  }

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

  .news-item__image-ibg::after {
    display: block;
  }

  .news-item__image-ibg {
    height: 20.4375rem;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .link-news {
    max-width: none;
  }

  .pagination .pagination-item.start-list,
  .pagination .pagination-item.end-list {
    display: none;
  }

  .pagination .number-page {
    display: none;
  }

  .pagination ._selected {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0;
    border: none;
  }

  .background-news-wrapper {
    height: auto;
    max-height: none;
  }

  .background-news__image-ibg {
    display: none;
  }

  .news-data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: static;
  }

  .news-control-panel .button.share {
    padding: 0.75rem;
  }

  .news-control-panel .button.share span {
    display: none;
  }

  .news-control-panel .button.share .confirmation {
    left: auto;
    right: 0;
  }

  .news-control-panel .button.share .confirmation .triangle {
    left: auto;
    right: 0.625nprem;
  }

  .documents-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (auto)[2];
    grid-template-columns: repeat(2, auto);
  }

  .documents-item__icon {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

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

  .documents-item-actions {
    margin-top: 1.25rem;
  }

  .action-button {
    display: none;
  }

  .download-button {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0.6875rem 2rem;
  }

  .powders-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 2.125rem;
  }

  .powders-item:not(:last-child) {
    border-bottom: 0.0625rem solid #5a4937;
  }

  .powders-item__information {
    width: 100%;
  }

  .powders-item-title {
    text-align: center;
  }

  .more-powders {
    width: 100%;
  }
}

@media (max-width: 29.99875em) {
  .footer__contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 23.125em) {
  .menu__list {
    gap: 0.625rem;
  }

  .popup__form__title {
    font-size: 1.25rem;
  }

  .popup-form,
  form {
    margin-top: 1.25rem;
  }

  .popup-form__item .button,
  form__item .button {
    margin-top: 1.25rem;
  }

  .text-block-form {
    font-size: 0.875rem;
  }

  .text-block-form {
    line-height: 1.25rem;
  }

  .button {
    padding-top: 1.0625rem;
  }

  .button {
    padding-bottom: 1.0625rem;
  }

  .button {
    padding-left: 2.125rem;
  }

  .button {
    padding-right: 2.125rem;
  }

  .button {
    font-size: 0.875rem;
  }

  .title-section {
    font-size: 1.75rem;
  }

  .title-section {
    line-height: 2rem;
  }

  .header__logo {
    width: 9.625rem;
  }

  .header__links {
    gap: 0.625rem;
  }

  .header-links__contacts {
    gap: 0.625rem;
  }

  .footer-contacts__links {
    gap: 1.9375rem;
  }

  .title {
    font-size: 2rem;
  }

  .title {
    line-height: 2.25rem;
  }

  .text {
    gap: 0.625rem;
  }

  .text {
    font-size: 0.875rem;
  }

  .copper-powder__container {
    padding-top: 4.625rem;
  }

  .copper-powder__container {
    padding-bottom: 4.625rem;
  }

  .copper-powder .product {
    padding-left: 0.0000000625rem;
  }

  .product-name {
    font-size: 1.25rem;
  }

  .product-name {
    line-height: 1.625rem;
  }

  .product-description {
    font-size: 0.875rem;
  }

  .product-description {
    line-height: 1.25rem;
  }

  .product-usage ul li {
    font-size: 0.875rem;
  }

  .product-link {
    margin-top: 1.875rem;
  }

  .link-icon-more {
    gap: 1.875rem;
  }

  .copper-sulfate__container {
    padding-top: 4.625rem;
  }

  .copper-sulfate__container {
    padding-bottom: 4.625rem;
  }

  .advantages {
    margin-top: 1rem;
  }

  .advantages {
    padding-bottom: 0.625rem;
  }

  .advantages-title {
    font-size: 2rem;
  }

  .advantages-list {
    margin-top: 2.5rem;
  }

  .advantages-item {
    height: 6.25rem;
  }

  .advantages-item__title {
    font-size: 0.875rem;
  }

  .nav {
    padding-top: 2.5rem;
  }

  .nav__title {
    font-size: 1.875rem;
  }

  .nav__title {
    line-height: 2.25rem;
  }

  .nav__subtitle {
    font-size: 1.125rem;
  }

  .nav__subtitle {
    line-height: 1.5rem;
  }

  .nav__navigation ul li a {
    font-size: 0.875rem;
  }

  .property-product {
    padding-top: 1.875rem;
  }

  .property-product {
    padding-bottom: 2.8125rem;
  }

  .property-product-description__title {
    font-size: 1.25rem;
  }

  .property-product-description__title {
    line-height: 1.625rem;
  }

  .property-product-description__text {
    font-size: 0.875rem;
  }

  .property-product-description__text {
    line-height: 1.25rem;
  }

  .table {
    font-size: 0.625rem;
  }

  .not-data {
    padding-top: 6.0625rem;
  }

  .not-data {
    padding-bottom: 6.0625rem;
  }

  .not-data__title {
    font-size: 6.875rem;
  }

  .not-data__text {
    font-size: 0.875rem;
  }

  .person-data {
    padding-top: 2.5rem;
  }

  .person-data__title {
    font-size: 1.875rem;
  }

  .person-data__title {
    line-height: 2.25rem;
  }

  .person-data__text {
    font-size: 0.875rem;
  }

  .person-data__text {
    line-height: 1.25rem;
  }

  .news {
    margin-top: 1.875rem;
  }

  .news {
    padding-top: 0.625rem;
  }

  .news {
    padding-bottom: 1.875rem;
  }

  .news-list {
    margin-top: 2.5rem;
  }

  .news-item {
    padding-bottom: 1.25rem;
  }

  .news-item__information {
    padding: 0.9375rem;
  }

  .information-news__title {
    font-size: 1.25rem;
  }

  .information-news__title {
    line-height: 1.5rem;
  }

  .pagination {
    gap: 0.625rem;
  }

  .detail-news {
    padding-top: 0.0000000625rem;
  }

  .detail-news {
    padding-bottom: 1.25rem;
  }

  .news-title {
    font-size: 1.25rem;
  }

  .news-title {
    line-height: 1.5rem;
  }

  .news-date {
    font-size: 1rem;
  }

  .news-text {
    margin-top: 1.875rem;
  }

  .news-text {
    font-size: 0.875rem;
  }

  .news-text {
    line-height: 1.125rem;
  }

  .news-control-panel {
    margin-top: 1.875rem;
  }

  .documents {
    margin-top: 1.875rem;
  }

  .documents {
    padding-top: 0.0000000625rem;
  }

  .documents {
    padding-bottom: 1.25rem;
  }

  .documents-list {
    margin-top: 2.125rem;
  }

  .documents-item__icon::before {
    font-size: 3.125rem;
  }

  .documents-item-title {
    font-size: 1.5rem;
  }

  .documents-item-title {
    line-height: 1.75rem;
  }

  .powders {
    margin-top: 1.875rem;
  }

  .powders {
    padding-top: 0.625rem;
  }

  .powders {
    padding-bottom: 1.875rem;
  }

  .powders-list {
    margin-top: 1.875rem;
  }

  .powders-list {
    gap: 1.875rem;
  }

  .powders-item-title {
    font-size: 1.25rem;
  }

  .powders-item-title {
    line-height: 1.75rem;
  }
}

@media (min-width: 23.125em)and (max-width: 76.875em) {
@supports (gap: clamp( 0.625rem , -0.0472383721rem  +  2.9069767442vw , 2.1875rem )) {
    .menu__list {
      gap: clamp( 0.625rem , -0.0472383721rem  +  2.9069767442vw , 2.1875rem );
    }
}

@supports not (gap: clamp( 0.625rem , -0.0472383721rem  +  2.9069767442vw , 2.1875rem )) {
    .menu__list {
      gap: calc(0.625rem + 1.5625*(100vw - 23.125rem)/53.75);
    }
}

@supports (font-size: clamp( 1.25rem , 1.0348837209rem  +  0.9302325581vw , 1.75rem )) {
    .popup__form__title {
      font-size: clamp( 1.25rem , 1.0348837209rem  +  0.9302325581vw , 1.75rem );
    }
}

@supports not (font-size: clamp( 1.25rem , 1.0348837209rem  +  0.9302325581vw , 1.75rem )) {
    .popup__form__title {
      font-size: calc(1.25rem + 0.5*(100vw - 23.125rem)/53.75);
    }
}

@supports (margin-top: clamp( 1.25rem , 0.3895348837rem  +  3.7209302326vw , 3.25rem )) {
    .popup-form,
    form {
      margin-top: clamp( 1.25rem , 0.3895348837rem  +  3.7209302326vw , 3.25rem );
    }
}

@supports not (margin-top: clamp( 1.25rem , 0.3895348837rem  +  3.7209302326vw , 3.25rem )) {
    .popup-form,
    form {
      margin-top: calc(1.25rem + 2*(100vw - 23.125rem)/53.75);
    }
}

@supports (margin-top: clamp( 1.25rem , 0.3895348837rem  +  3.7209302326vw , 3.25rem )) {
    .popup-form__item .button,
    form__item .button {
      margin-top: clamp( 1.25rem , 0.3895348837rem  +  3.7209302326vw , 3.25rem );
    }
}

@supports not (margin-top: clamp( 1.25rem , 0.3895348837rem  +  3.7209302326vw , 3.25rem )) {
    .popup-form__item .button,
    form__item .button {
      margin-top: calc(1.25rem + 2*(100vw - 23.125rem)/53.75);
    }
}

@supports (font-size: clamp( 0.875rem , 0.8212209302rem  +  0.2325581395vw , 1rem )) {
    .text-block-form {
      font-size: clamp( 0.875rem , 0.8212209302rem  +  0.2325581395vw , 1rem );
    }
}

@supports not (font-size: clamp( 0.875rem , 0.8212209302rem  +  0.2325581395vw , 1rem )) {
    .text-block-form {
      font-size: calc(0.875rem + 0.125*(100vw - 23.125rem)/53.75);
    }
}

@supports (line-height: clamp( 1.25rem , 1.1962209302rem  +  0.2325581395vw , 1.375rem )) {
    .text-block-form {
      line-height: clamp( 1.25rem , 1.1962209302rem  +  0.2325581395vw , 1.375rem );
    }
}

@supports not (line-height: clamp( 1.25rem , 1.1962209302rem  +  0.2325581395vw , 1.375rem )) {
    .text-block-form {
      line-height: calc(1.25rem + 0.125*(100vw - 23.125rem)/53.75);
    }
}

@supports (padding-top: clamp( 1.0625rem , 1.0356104651rem  +  0.1162790698vw , 1.125rem )) {
    .button {
      padding-top: clamp( 1.0625rem , 1.0356104651rem  +  0.1162790698vw , 1.125rem );
    }
}

@supports not (padding-top: clamp( 1.0625rem , 1.0356104651rem  +  0.1162790698vw , 1.125rem )) {
    .button {
      padding-top: calc(1.0625rem + 0.0625*(100vw - 23.125rem)/53.75);
    }
}

@supports (padding-bottom: clamp( 1.0625rem , 1.0356104651rem  +  0.1162790698vw , 1.125rem )) {
    .button {
      padding-bottom: clamp( 1.0625rem , 1.0356104651rem  +  0.1162790698vw , 1.125rem );
    }
}

@supports not (padding-bottom: clamp( 1.0625rem , 1.0356104651rem  +  0.1162790698vw , 1.125rem )) {
    .button {
      padding-bottom: calc(1.0625rem + 0.0625*(100vw - 23.125rem)/53.75);
    }
}

@supports (padding-left: clamp( 2.125rem , 1.2914244186rem  +  3.6046511628vw , 4.0625rem )) {
    .button {
      padding-left: clamp( 2.125rem , 1.2914244186rem  +  3.6046511628vw , 4.0625rem );
    }
}

@supports not (padding-left: clamp( 2.125rem , 1.2914244186rem  +  3.6046511628vw , 4.0625rem )) {
    .button {
      padding-left: calc(2.125rem + 1.9375*(100vw - 23.125rem)/53.75);
    }
}

@supports (padding-right: clamp( 2.125rem , 1.2914244186rem  +  3.6046511628vw , 4.0625rem )) {
    .button {
      padding-right: clamp( 2.125rem , 1.2914244186rem  +  3.6046511628vw , 4.0625rem );
    }
}

@supports not (padding-right: clamp( 2.125rem , 1.2914244186rem  +  3.6046511628vw , 4.0625rem )) {
    .button {
      padding-right: calc(2.125rem + 1.9375*(100vw - 23.125rem)/53.75);
    }
}

@supports (font-size: clamp( 0.875rem , 0.7136627907rem  +  0.6976744186vw , 1.25rem )) {
    .button {
      font-size: clamp( 0.875rem , 0.7136627907rem  +  0.6976744186vw , 1.25rem );
    }
}

@supports not (font-size: clamp( 0.875rem , 0.7136627907rem  +  0.6976744186vw , 1.25rem )) {
    .button {
      font-size: calc(0.875rem + 0.375*(100vw - 23.125rem)/53.75);
    }
}

@supports (font-size: clamp( 1.75rem , 1.2122093023rem  +  2.3255813953vw , 3rem )) {
    .title-section {
      font-size: clamp( 1.75rem , 1.2122093023rem  +  2.3255813953vw , 3rem );
    }
}

@supports not (font-size: clamp( 1.75rem , 1.2122093023rem  +  2.3255813953vw , 3rem )) {
    .title-section {
      font-size: calc(1.75rem + 1.25*(100vw - 23.125rem)/53.75);
    }
}

@supports (line-height: clamp( 2rem , 1.4622093023rem  +  2.3255813953vw , 3.25rem )) {
    .title-section {
      line-height: clamp( 2rem , 1.4622093023rem  +  2.3255813953vw , 3.25rem );
    }
}

@supports not (line-height: clamp( 2rem , 1.4622093023rem  +  2.3255813953vw , 3.25rem )) {
    .title-section {
      line-height: calc(2rem + 1.25*(100vw - 23.125rem)/53.75);
    }
}

@supports (width: clamp( 9.625rem , 6.3175872093rem  +  14.3023255814vw , 17.3125rem )) {
    .header__logo {
      width: clamp( 9.625rem , 6.3175872093rem  +  14.3023255814vw , 17.3125rem );
    }
}

@supports not (width: clamp( 9.625rem , 6.3175872093rem  +  14.3023255814vw , 17.3125rem )) {
    .header__logo {
      width: calc(9.625rem + 7.6875*(100vw - 23.125rem)/53.75);
    }
}

@supports (gap: clamp( 0.625rem , 0.0872093023rem  +  2.3255813953vw , 1.875rem )) {
    .header__links {
      gap: clamp( 0.625rem , 0.0872093023rem  +  2.3255813953vw , 1.875rem );
    }
}

@supports not (gap: clamp( 0.625rem , 0.0872093023rem  +  2.3255813953vw , 1.875rem )) {
    .header__links {
      gap: calc(0.625rem + 1.25*(100vw - 23.125rem)/53.75);
    }
}

@supports (gap: clamp( 0.625rem , 0.0872093023rem  +  2.3255813953vw , 1.875rem )) {
    .header-links__contacts {
      gap: clamp( 0.625rem , 0.0872093023rem  +  2.3255813953vw , 1.875rem );
    }
}

@supports not (gap: clamp( 0.625rem , 0.0872093023rem  +  2.3255813953vw , 1.875rem )) {
    .header-links__contacts {
      gap: calc(0.625rem + 1.25*(100vw - 23.125rem)/53.75);
    }
}

@supports (gap: clamp( 1.9375rem , 1.5610465116rem  +  1.6279069767vw , 2.8125rem )) {
    .footer-contacts__links {
      gap: clamp( 1.9375rem , 1.5610465116rem  +  1.6279069767vw , 2.8125rem );
    }
}

@supports not (gap: clamp( 1.9375rem , 1.5610465116rem  +  1.6279069767vw , 2.8125rem )) {
    .footer-contacts__links {
      gap: calc(1.9375rem + 0.875*(100vw - 23.125rem)/53.75);
    }
}

@supports (font-size: clamp( 2rem , 1.5697674419rem  +  1.8604651163vw , 3rem )) {
    .title {
      font-size: clamp( 2rem , 1.5697674419rem  +  1.8604651163vw , 3rem );
    }
}

@supports not (font-size: clamp( 2rem , 1.5697674419rem  +  1.8604651163vw , 3rem )) {
    .title {
      font-size: calc(2rem + 1*(100vw - 23.125rem)/53.75);
    }
}

@supports (line-height: clamp( 2.25rem , 1.7122093023rem  +  2.3255813953vw , 3.5rem )) {
    .title {
      line-height: clamp( 2.25rem , 1.7122093023rem  +  2.3255813953vw , 3.5rem );
    }
}

@supports not (line-height: clamp( 2.25rem , 1.7122093023rem  +  2.3255813953vw , 3.5rem )) {
    .title {
      line-height: calc(2.25rem + 1.25*(100vw - 23.125rem)/53.75);
    }
}

@supports (gap: clamp( 0.625rem , 0.0872093023rem  +  2.3255813953vw , 1.875rem )) {
    .text {
      gap: clamp( 0.625rem , 0.0872093023rem  +  2.3255813953vw , 1.875rem );
    }
}

@supports not (gap: clamp( 0.625rem , 0.0872093023rem  +  2.3255813953vw , 1.875rem )) {
    .text {
      gap: calc(0.625rem + 1.25*(100vw - 23.125rem)/53.75);
    }
}

@supports (font-size: clamp( 0.875rem , 0.7674418605rem  +  0.4651162791vw , 1.125rem )) {
    .text {
      font-size: clamp( 0.875rem , 0.7674418605rem  +  0.4651162791vw , 1.125rem );
    }
}

@supports not (font-size: clamp( 0.875rem , 0.7674418605rem  +  0.4651162791vw , 1.125rem )) {
    .text {
      font-size: calc(0.875rem + 0.25*(100vw - 23.125rem)/53.75);
    }
}

@supports (padding-top: clamp( 4.625rem , 2.5813953488rem  +  8.8372093023vw , 9.375rem )) {
    .copper-powder__container {
      padding-top: clamp( 4.625rem , 2.5813953488rem  +  8.8372093023vw , 9.375rem );
    }
}

@supports not (padding-top: clamp( 4.625rem , 2.5813953488rem  +  8.8372093023vw , 9.375rem )) {
    .copper-powder__container {
      padding-top: calc(4.625rem + 4.75*(100vw - 23.125rem)/53.75);
    }
}

@supports (padding-bottom: clamp( 4.625rem , 2.5813953488rem  +  8.8372093023vw , 9.375rem )) {
    .copper-powder__container {
      padding-bottom: clamp( 4.625rem , 2.5813953488rem  +  8.8372093023vw , 9.375rem );
    }
}

@supports not (padding-bottom: clamp( 4.625rem , 2.5813953488rem  +  8.8372093023vw , 9.375rem )) {
    .copper-powder__container {
      padding-bottom: calc(4.625rem + 4.75*(100vw - 23.125rem)/53.75);
    }
}

@supports (padding-left: clamp( 0.0000000625rem , -4.0334301432rem  +  17.4418603488vw , 9.375rem )) {
    .copper-powder .product {
      padding-left: clamp( 0.0000000625rem , -4.0334301432rem  +  17.4418603488vw , 9.375rem );
    }
}

@supports not (padding-left: clamp( 0.0000000625rem , -4.0334301432rem  +  17.4418603488vw , 9.375rem )) {
    .copper-powder .product {
      padding-left: calc(0.0000000625rem + 9.3749999375*(100vw - 23.125rem)/53.75);
    }
}

@supports (font-size: clamp( 1.25rem , 1.0348837209rem  +  0.9302325581vw , 1.75rem )) {
    .product-name {
      font-size: clamp( 1.25rem , 1.0348837209rem  +  0.9302325581vw , 1.75rem );
    }
}

@supports not (font-size: clamp( 1.25rem , 1.0348837209rem  +  0.9302325581vw , 1.75rem )) {
    .product-name {
      font-size: calc(1.25rem + 0.5*(100vw - 23.125rem)/53.75);
    }
}

@supports (line-height: clamp( 1.625rem , 1.4098837209rem  +  0.9302325581vw , 2.125rem )) {
    .product-name {
      line-height: clamp( 1.625rem , 1.4098837209rem  +  0.9302325581vw , 2.125rem );
    }
}

@supports not (line-height: clamp( 1.625rem , 1.4098837209rem  +  0.9302325581vw , 2.125rem )) {
    .product-name {
      line-height: calc(1.625rem + 0.5*(100vw - 23.125rem)/53.75);
    }
}

@supports (font-size: clamp( 0.875rem , 0.7674418605rem  +  0.4651162791vw , 1.125rem )) {
    .product-description {
      font-size: clamp( 0.875rem , 0.7674418605rem  +  0.4651162791vw , 1.125rem );
    }
}

@supports not (font-size: clamp( 0.875rem , 0.7674418605rem  +  0.4651162791vw , 1.125rem )) {
    .product-description {
      font-size: calc(0.875rem + 0.25*(100vw - 23.125rem)/53.75);
    }
}

@supports (line-height: clamp( 1.25rem , 1.1424418605rem  +  0.4651162791vw , 1.5rem )) {
    .product-description {
      line-height: clamp( 1.25rem , 1.1424418605rem  +  0.4651162791vw , 1.5rem );
    }
}

@supports not (line-height: clamp( 1.25rem , 1.1424418605rem  +  0.4651162791vw , 1.5rem )) {
    .product-description {
      line-height: calc(1.25rem + 0.25*(100vw - 23.125rem)/53.75);
    }
}

@supports (font-size: clamp( 0.875rem , 0.7674418605rem  +  0.4651162791vw , 1.125rem )) {
    .product-usage ul li {
      font-size: clamp( 0.875rem , 0.7674418605rem  +  0.4651162791vw , 1.125rem );
    }
}

@supports not (font-size: clamp( 0.875rem , 0.7674418605rem  +  0.4651162791vw , 1.125rem )) {
    .product-usage ul li {
      font-size: calc(0.875rem + 0.25*(100vw - 23.125rem)/53.75);
    }
}

@supports (margin-top: clamp( 1.875rem , 0.2347383721rem  +  7.0930232558vw , 5.6875rem )) {
    .product-link {
      margin-top: clamp( 1.875rem , 0.2347383721rem  +  7.0930232558vw , 5.6875rem );
    }
}

@supports not (margin-top: clamp( 1.875rem , 0.2347383721rem  +  7.0930232558vw , 5.6875rem )) {
    .product-link {
      margin-top: calc(1.875rem + 3.8125*(100vw - 23.125rem)/53.75);
    }
}

@supports (gap: clamp( 1.875rem , -0.1148255814rem  +  8.6046511628vw , 6.5rem )) {
    .link-icon-more {
      gap: clamp( 1.875rem , -0.1148255814rem  +  8.6046511628vw , 6.5rem );
    }
}

@supports not (gap: clamp( 1.875rem , -0.1148255814rem  +  8.6046511628vw , 6.5rem )) {
    .link-icon-more {
      gap: calc(1.875rem + 4.625*(100vw - 23.125rem)/53.75);
    }
}

@supports (padding-top: clamp( 4.625rem , 2.5813953488rem  +  8.8372093023vw , 9.375rem )) {
    .copper-sulfate__container {
      padding-top: clamp( 4.625rem , 2.5813953488rem  +  8.8372093023vw , 9.375rem );
    }
}

@supports not (padding-top: clamp( 4.625rem , 2.5813953488rem  +  8.8372093023vw , 9.375rem )) {
    .copper-sulfate__container {
      padding-top: calc(4.625rem + 4.75*(100vw - 23.125rem)/53.75);
    }
}

@supports (padding-bottom: clamp( 4.625rem , 2.5813953488rem  +  8.8372093023vw , 9.375rem )) {
    .copper-sulfate__container {
      padding-bottom: clamp( 4.625rem , 2.5813953488rem  +  8.8372093023vw , 9.375rem );
    }
}

@supports not (padding-bottom: clamp( 4.625rem , 2.5813953488rem  +  8.8372093023vw , 9.375rem )) {
    .copper-sulfate__container {
      padding-bottom: calc(4.625rem + 4.75*(100vw - 23.125rem)/53.75);
    }
}

@supports (margin-top: clamp( 1rem , -1.9309593023rem  +  12.6744186047vw , 7.8125rem )) {
    .advantages {
      margin-top: clamp( 1rem , -1.9309593023rem  +  12.6744186047vw , 7.8125rem );
    }
}

@supports not (margin-top: clamp( 1rem , -1.9309593023rem  +  12.6744186047vw , 7.8125rem )) {
    .advantages {
      margin-top: calc(1rem + 6.8125*(100vw - 23.125rem)/53.75);
    }
}

@supports (padding-bottom: clamp( 0.625rem , -2.4672965116rem  +  13.3720930233vw , 7.8125rem )) {
    .advantages {
      padding-bottom: clamp( 0.625rem , -2.4672965116rem  +  13.3720930233vw , 7.8125rem );
    }
}

@supports not (padding-bottom: clamp( 0.625rem , -2.4672965116rem  +  13.3720930233vw , 7.8125rem )) {
    .advantages {
      padding-bottom: calc(0.625rem + 7.1875*(100vw - 23.125rem)/53.75);
    }
}

@supports (font-size: clamp( 1.75rem , 2.1075581395rem  +  -0.4651162791vw , 2rem )) {
    .advantages-title {
      font-size: clamp( 1.75rem , 2.1075581395rem  +  -0.4651162791vw , 2rem );
    }
}

@supports not (font-size: clamp( 1.75rem , 2.1075581395rem  +  -0.4651162791vw , 2rem )) {
    .advantages-title {
      font-size: calc(2rem + -0.25*(100vw - 23.125rem)/53.75);
    }
}

@supports (margin-top: clamp( 1.5rem , 2.9302325581rem  +  -1.8604651163vw , 2.5rem )) {
    .advantages-list {
      margin-top: clamp( 1.5rem , 2.9302325581rem  +  -1.8604651163vw , 2.5rem );
    }
}

@supports not (margin-top: clamp( 1.5rem , 2.9302325581rem  +  -1.8604651163vw , 2.5rem )) {
    .advantages-list {
      margin-top: calc(2.5rem + -1*(100vw - 23.125rem)/53.75);
    }
}

@supports (height: clamp( 6.25rem , 5.4433139535rem  +  3.488372093vw , 8.125rem )) {
    .advantages-item {
      height: clamp( 6.25rem , 5.4433139535rem  +  3.488372093vw , 8.125rem );
    }
}

@supports not (height: clamp( 6.25rem , 5.4433139535rem  +  3.488372093vw , 8.125rem )) {
    .advantages-item {
      height: calc(6.25rem + 1.875*(100vw - 23.125rem)/53.75);
    }
}

@supports (font-size: clamp( 0.875rem , 0.7674418605rem  +  0.4651162791vw , 1.125rem )) {
    .advantages-item__title {
      font-size: clamp( 0.875rem , 0.7674418605rem  +  0.4651162791vw , 1.125rem );
    }
}

@supports not (font-size: clamp( 0.875rem , 0.7674418605rem  +  0.4651162791vw , 1.125rem )) {
    .advantages-item__title {
      font-size: calc(0.875rem + 0.25*(100vw - 23.125rem)/53.75);
    }
}

@supports (padding-top: clamp( 2.5rem , 0.6177325581rem  +  8.1395348837vw , 6.875rem )) {
    .nav {
      padding-top: clamp( 2.5rem , 0.6177325581rem  +  8.1395348837vw , 6.875rem );
    }
}

@supports not (padding-top: clamp( 2.5rem , 0.6177325581rem  +  8.1395348837vw , 6.875rem )) {
    .nav {
      padding-top: calc(2.5rem + 4.375*(100vw - 23.125rem)/53.75);
    }
}

@supports (font-size: clamp( 1.875rem , 1.3909883721rem  +  2.0930232558vw , 3rem )) {
    .nav__title {
      font-size: clamp( 1.875rem , 1.3909883721rem  +  2.0930232558vw , 3rem );
    }
}

@supports not (font-size: clamp( 1.875rem , 1.3909883721rem  +  2.0930232558vw , 3rem )) {
    .nav__title {
      font-size: calc(1.875rem + 1.125*(100vw - 23.125rem)/53.75);
    }
}

@supports (line-height: clamp( 2.25rem , 1.7659883721rem  +  2.0930232558vw , 3.375rem )) {
    .nav__title {
      line-height: clamp( 2.25rem , 1.7659883721rem  +  2.0930232558vw , 3.375rem );
    }
}

@supports not (line-height: clamp( 2.25rem , 1.7659883721rem  +  2.0930232558vw , 3.375rem )) {
    .nav__title {
      line-height: calc(2.25rem + 1.125*(100vw - 23.125rem)/53.75);
    }
}

@supports (font-size: clamp( 1.125rem , 0.8561046512rem  +  1.1627906977vw , 1.75rem )) {
    .nav__subtitle {
      font-size: clamp( 1.125rem , 0.8561046512rem  +  1.1627906977vw , 1.75rem );
    }
}

@supports not (font-size: clamp( 1.125rem , 0.8561046512rem  +  1.1627906977vw , 1.75rem )) {
    .nav__subtitle {
      font-size: calc(1.125rem + 0.625*(100vw - 23.125rem)/53.75);
    }
}

@supports (line-height: clamp( 1.5rem , 1.2311046512rem  +  1.1627906977vw , 2.125rem )) {
    .nav__subtitle {
      line-height: clamp( 1.5rem , 1.2311046512rem  +  1.1627906977vw , 2.125rem );
    }
}

@supports not (line-height: clamp( 1.5rem , 1.2311046512rem  +  1.1627906977vw , 2.125rem )) {
    .nav__subtitle {
      line-height: calc(1.5rem + 0.625*(100vw - 23.125rem)/53.75);
    }
}

@supports (font-size: clamp( 0.875rem , 0.8212209302rem  +  0.2325581395vw , 1rem )) {
    .nav__navigation ul li a {
      font-size: clamp( 0.875rem , 0.8212209302rem  +  0.2325581395vw , 1rem );
    }
}

@supports not (font-size: clamp( 0.875rem , 0.8212209302rem  +  0.2325581395vw , 1rem )) {
    .nav__navigation ul li a {
      font-size: calc(0.875rem + 0.125*(100vw - 23.125rem)/53.75);
    }
}

@supports (padding-top: clamp( 1.875rem , 0.261627907rem  +  6.976744186vw , 5.625rem )) {
    .property-product {
      padding-top: clamp( 1.875rem , 0.261627907rem  +  6.976744186vw , 5.625rem );
    }
}

@supports not (padding-top: clamp( 1.875rem , 0.261627907rem  +  6.976744186vw , 5.625rem )) {
    .property-product {
      padding-top: calc(1.875rem + 3.75*(100vw - 23.125rem)/53.75);
    }
}

@supports (padding-bottom: clamp( 2.8125rem , 1.3335755814rem  +  6.3953488372vw , 6.25rem )) {
    .property-product {
      padding-bottom: clamp( 2.8125rem , 1.3335755814rem  +  6.3953488372vw , 6.25rem );
    }
}

@supports not (padding-bottom: clamp( 2.8125rem , 1.3335755814rem  +  6.3953488372vw , 6.25rem )) {
    .property-product {
      padding-bottom: calc(2.8125rem + 3.4375*(100vw - 23.125rem)/53.75);
    }
}

@supports (font-size: clamp( 1.25rem , 1.0348837209rem  +  0.9302325581vw , 1.75rem )) {
    .property-product-description__title {
      font-size: clamp( 1.25rem , 1.0348837209rem  +  0.9302325581vw , 1.75rem );
    }
}

@supports not (font-size: clamp( 1.25rem , 1.0348837209rem  +  0.9302325581vw , 1.75rem )) {
    .property-product-description__title {
      font-size: calc(1.25rem + 0.5*(100vw - 23.125rem)/53.75);
    }
}

@supports (line-height: clamp( 1.625rem , 1.4098837209rem  +  0.9302325581vw , 2.125rem )) {
    .property-product-description__title {
      line-height: clamp( 1.625rem , 1.4098837209rem  +  0.9302325581vw , 2.125rem );
    }
}

@supports not (line-height: clamp( 1.625rem , 1.4098837209rem  +  0.9302325581vw , 2.125rem )) {
    .property-product-description__title {
      line-height: calc(1.625rem + 0.5*(100vw - 23.125rem)/53.75);
    }
}

@supports (font-size: clamp( 0.875rem , 0.8212209302rem  +  0.2325581395vw , 1rem )) {
    .property-product-description__text {
      font-size: clamp( 0.875rem , 0.8212209302rem  +  0.2325581395vw , 1rem );
    }
}

@supports not (font-size: clamp( 0.875rem , 0.8212209302rem  +  0.2325581395vw , 1rem )) {
    .property-product-description__text {
      font-size: calc(0.875rem + 0.125*(100vw - 23.125rem)/53.75);
    }
}

@supports (line-height: clamp( 1.25rem , 1.1962209302rem  +  0.2325581395vw , 1.375rem )) {
    .property-product-description__text {
      line-height: clamp( 1.25rem , 1.1962209302rem  +  0.2325581395vw , 1.375rem );
    }
}

@supports not (line-height: clamp( 1.25rem , 1.1962209302rem  +  0.2325581395vw , 1.375rem )) {
    .property-product-description__text {
      line-height: calc(1.25rem + 0.125*(100vw - 23.125rem)/53.75);
    }
}

@supports (font-size: clamp( 0.625rem , 0.5174418605rem  +  0.4651162791vw , 0.875rem )) {
    .table {
      font-size: clamp( 0.625rem , 0.5174418605rem  +  0.4651162791vw , 0.875rem );
    }
}

@supports not (font-size: clamp( 0.625rem , 0.5174418605rem  +  0.4651162791vw , 0.875rem )) {
    .table {
      font-size: calc(0.625rem + 0.25*(100vw - 23.125rem)/53.75);
    }
}

@supports (padding-top: clamp( 3.4375rem , 7.1918604651rem  +  -4.8837209302vw , 6.0625rem )) {
    .not-data {
      padding-top: clamp( 3.4375rem , 7.1918604651rem  +  -4.8837209302vw , 6.0625rem );
    }
}

@supports not (padding-top: clamp( 3.4375rem , 7.1918604651rem  +  -4.8837209302vw , 6.0625rem )) {
    .not-data {
      padding-top: calc(6.0625rem + -2.625*(100vw - 23.125rem)/53.75);
    }
}

@supports (padding-bottom: clamp( 3.4375rem , 7.1918604651rem  +  -4.8837209302vw , 6.0625rem )) {
    .not-data {
      padding-bottom: clamp( 3.4375rem , 7.1918604651rem  +  -4.8837209302vw , 6.0625rem );
    }
}

@supports not (padding-bottom: clamp( 3.4375rem , 7.1918604651rem  +  -4.8837209302vw , 6.0625rem )) {
    .not-data {
      padding-bottom: calc(6.0625rem + -2.625*(100vw - 23.125rem)/53.75);
    }
}

@supports (font-size: clamp( 6.875rem , 3.9171511628rem  +  12.7906976744vw , 13.75rem )) {
    .not-data__title {
      font-size: clamp( 6.875rem , 3.9171511628rem  +  12.7906976744vw , 13.75rem );
    }
}

@supports not (font-size: clamp( 6.875rem , 3.9171511628rem  +  12.7906976744vw , 13.75rem )) {
    .not-data__title {
      font-size: calc(6.875rem + 6.875*(100vw - 23.125rem)/53.75);
    }
}

@supports (font-size: clamp( 0.875rem , 0.6061046512rem  +  1.1627906977vw , 1.5rem )) {
    .not-data__text {
      font-size: clamp( 0.875rem , 0.6061046512rem  +  1.1627906977vw , 1.5rem );
    }
}

@supports not (font-size: clamp( 0.875rem , 0.6061046512rem  +  1.1627906977vw , 1.5rem )) {
    .not-data__text {
      font-size: calc(0.875rem + 0.625*(100vw - 23.125rem)/53.75);
    }
}

@supports (padding-top: clamp( 2.5rem , 0.6177325581rem  +  8.1395348837vw , 6.875rem )) {
    .person-data {
      padding-top: clamp( 2.5rem , 0.6177325581rem  +  8.1395348837vw , 6.875rem );
    }
}

@supports not (padding-top: clamp( 2.5rem , 0.6177325581rem  +  8.1395348837vw , 6.875rem )) {
    .person-data {
      padding-top: calc(2.5rem + 4.375*(100vw - 23.125rem)/53.75);
    }
}

@supports (font-size: clamp( 1.875rem , 1.3909883721rem  +  2.0930232558vw , 3rem )) {
    .person-data__title {
      font-size: clamp( 1.875rem , 1.3909883721rem  +  2.0930232558vw , 3rem );
    }
}

@supports not (font-size: clamp( 1.875rem , 1.3909883721rem  +  2.0930232558vw , 3rem )) {
    .person-data__title {
      font-size: calc(1.875rem + 1.125*(100vw - 23.125rem)/53.75);
    }
}

@supports (line-height: clamp( 2.25rem , 1.7659883721rem  +  2.0930232558vw , 3.375rem )) {
    .person-data__title {
      line-height: clamp( 2.25rem , 1.7659883721rem  +  2.0930232558vw , 3.375rem );
    }
}

@supports not (line-height: clamp( 2.25rem , 1.7659883721rem  +  2.0930232558vw , 3.375rem )) {
    .person-data__title {
      line-height: calc(2.25rem + 1.125*(100vw - 23.125rem)/53.75);
    }
}

@supports (font-size: clamp( 0.875rem , 0.7674418605rem  +  0.4651162791vw , 1.125rem )) {
    .person-data__text {
      font-size: clamp( 0.875rem , 0.7674418605rem  +  0.4651162791vw , 1.125rem );
    }
}

@supports not (font-size: clamp( 0.875rem , 0.7674418605rem  +  0.4651162791vw , 1.125rem )) {
    .person-data__text {
      font-size: calc(0.875rem + 0.25*(100vw - 23.125rem)/53.75);
    }
}

@supports (line-height: clamp( 1.25rem , 1.1424418605rem  +  0.4651162791vw , 1.5rem )) {
    .person-data__text {
      line-height: clamp( 1.25rem , 1.1424418605rem  +  0.4651162791vw , 1.5rem );
    }
}

@supports not (line-height: clamp( 1.25rem , 1.1424418605rem  +  0.4651162791vw , 1.5rem )) {
    .person-data__text {
      line-height: calc(1.25rem + 0.25*(100vw - 23.125rem)/53.75);
    }
}

@supports (margin-top: clamp( 1.875rem , -0.4375rem  +  10vw , 7.25rem )) {
    .news {
      margin-top: clamp( 1.875rem , -0.4375rem  +  10vw , 7.25rem );
    }
}

@supports not (margin-top: clamp( 1.875rem , -0.4375rem  +  10vw , 7.25rem )) {
    .news {
      margin-top: calc(1.875rem + 5.375*(100vw - 23.125rem)/53.75);
    }
}

@supports (padding-top: clamp( 0.625rem , -2.0639534884rem  +  11.6279069767vw , 6.875rem )) {
    .news {
      padding-top: clamp( 0.625rem , -2.0639534884rem  +  11.6279069767vw , 6.875rem );
    }
}

@supports not (padding-top: clamp( 0.625rem , -2.0639534884rem  +  11.6279069767vw , 6.875rem )) {
    .news {
      padding-top: calc(0.625rem + 6.25*(100vw - 23.125rem)/53.75);
    }
}

@supports (padding-bottom: clamp( 1.875rem , 0.261627907rem  +  6.976744186vw , 5.625rem )) {
    .news {
      padding-bottom: clamp( 1.875rem , 0.261627907rem  +  6.976744186vw , 5.625rem );
    }
}

@supports not (padding-bottom: clamp( 1.875rem , 0.261627907rem  +  6.976744186vw , 5.625rem )) {
    .news {
      padding-bottom: calc(1.875rem + 3.75*(100vw - 23.125rem)/53.75);
    }
}

@supports (margin-top: clamp( 2.5rem , 1.4244186047rem  +  4.6511627907vw , 5rem )) {
    .news-list {
      margin-top: clamp( 2.5rem , 1.4244186047rem  +  4.6511627907vw , 5rem );
    }
}

@supports not (margin-top: clamp( 2.5rem , 1.4244186047rem  +  4.6511627907vw , 5rem )) {
    .news-list {
      margin-top: calc(2.5rem + 2.5*(100vw - 23.125rem)/53.75);
    }
}

@supports (padding-bottom: clamp( 1.25rem , 0.9811046512rem  +  1.1627906977vw , 1.875rem )) {
    .news-item {
      padding-bottom: clamp( 1.25rem , 0.9811046512rem  +  1.1627906977vw , 1.875rem );
    }
}

@supports not (padding-bottom: clamp( 1.25rem , 0.9811046512rem  +  1.1627906977vw , 1.875rem )) {
    .news-item {
      padding-bottom: calc(1.25rem + 0.625*(100vw - 23.125rem)/53.75);
    }
}

@supports (padding: clamp( 0.9375rem , 0.5879360465rem  +  1.511627907vw , 1.75rem )) {
    .news-item__information {
      padding: clamp( 0.9375rem , 0.5879360465rem  +  1.511627907vw , 1.75rem );
    }
}

@supports not (padding: clamp( 0.9375rem , 0.5879360465rem  +  1.511627907vw , 1.75rem )) {
    .news-item__information {
      padding: calc(0.9375rem + 0.8125*(100vw - 23.125rem)/53.75);
    }
}

@supports (font-size: clamp( 1.25rem , 1.0348837209rem  +  0.9302325581vw , 1.75rem )) {
    .information-news__title {
      font-size: clamp( 1.25rem , 1.0348837209rem  +  0.9302325581vw , 1.75rem );
    }
}

@supports not (font-size: clamp( 1.25rem , 1.0348837209rem  +  0.9302325581vw , 1.75rem )) {
    .information-news__title {
      font-size: calc(1.25rem + 0.5*(100vw - 23.125rem)/53.75);
    }
}

@supports (line-height: clamp( 1.5rem , 1.2848837209rem  +  0.9302325581vw , 2rem )) {
    .information-news__title {
      line-height: clamp( 1.5rem , 1.2848837209rem  +  0.9302325581vw , 2rem );
    }
}

@supports not (line-height: clamp( 1.5rem , 1.2848837209rem  +  0.9302325581vw , 2rem )) {
    .information-news__title {
      line-height: calc(1.5rem + 0.5*(100vw - 23.125rem)/53.75);
    }
}

@supports (gap: clamp( 0.625rem , 0.4098837209rem  +  0.9302325581vw , 1.125rem )) {
    .pagination {
      gap: clamp( 0.625rem , 0.4098837209rem  +  0.9302325581vw , 1.125rem );
    }
}

@supports not (gap: clamp( 0.625rem , 0.4098837209rem  +  0.9302325581vw , 1.125rem )) {
    .pagination {
      gap: calc(0.625rem + 0.5*(100vw - 23.125rem)/53.75);
    }
}

@supports (padding-top: clamp( 0.0000000625rem , -3.1191859571rem  +  13.4883719767vw , 7.25rem )) {
    .detail-news {
      padding-top: clamp( 0.0000000625rem , -3.1191859571rem  +  13.4883719767vw , 7.25rem );
    }
}

@supports not (padding-top: clamp( 0.0000000625rem , -3.1191859571rem  +  13.4883719767vw , 7.25rem )) {
    .detail-news {
      padding-top: calc(0.0000000625rem + 7.2499999375*(100vw - 23.125rem)/53.75);
    }
}

@supports (padding-bottom: clamp( 1.25rem , 0.4970930233rem  +  3.2558139535vw , 3rem )) {
    .detail-news {
      padding-bottom: clamp( 1.25rem , 0.4970930233rem  +  3.2558139535vw , 3rem );
    }
}

@supports not (padding-bottom: clamp( 1.25rem , 0.4970930233rem  +  3.2558139535vw , 3rem )) {
    .detail-news {
      padding-bottom: calc(1.25rem + 1.75*(100vw - 23.125rem)/53.75);
    }
}

@supports (font-size: clamp( 1.25rem , 0.7659883721rem  +  2.0930232558vw , 2.375rem )) {
    .news-title {
      font-size: clamp( 1.25rem , 0.7659883721rem  +  2.0930232558vw , 2.375rem );
    }
}

@supports not (font-size: clamp( 1.25rem , 0.7659883721rem  +  2.0930232558vw , 2.375rem )) {
    .news-title {
      font-size: calc(1.25rem + 1.125*(100vw - 23.125rem)/53.75);
    }
}

@supports (line-height: clamp( 1.5rem , 1.0159883721rem  +  2.0930232558vw , 2.625rem )) {
    .news-title {
      line-height: clamp( 1.5rem , 1.0159883721rem  +  2.0930232558vw , 2.625rem );
    }
}

@supports not (line-height: clamp( 1.5rem , 1.0159883721rem  +  2.0930232558vw , 2.625rem )) {
    .news-title {
      line-height: calc(1.5rem + 1.125*(100vw - 23.125rem)/53.75);
    }
}

@supports (font-size: clamp( 1rem , 0.8924418605rem  +  0.4651162791vw , 1.25rem )) {
    .news-date {
      font-size: clamp( 1rem , 0.8924418605rem  +  0.4651162791vw , 1.25rem );
    }
}

@supports not (font-size: clamp( 1rem , 0.8924418605rem  +  0.4651162791vw , 1.25rem )) {
    .news-date {
      font-size: calc(1rem + 0.25*(100vw - 23.125rem)/53.75);
    }
}

@supports (margin-top: clamp( 1.875rem , 1.0683139535rem  +  3.488372093vw , 3.75rem )) {
    .news-text {
      margin-top: clamp( 1.875rem , 1.0683139535rem  +  3.488372093vw , 3.75rem );
    }
}

@supports not (margin-top: clamp( 1.875rem , 1.0683139535rem  +  3.488372093vw , 3.75rem )) {
    .news-text {
      margin-top: calc(1.875rem + 1.875*(100vw - 23.125rem)/53.75);
    }
}

@supports (font-size: clamp( 0.875rem , 0.7674418605rem  +  0.4651162791vw , 1.125rem )) {
    .news-text {
      font-size: clamp( 0.875rem , 0.7674418605rem  +  0.4651162791vw , 1.125rem );
    }
}

@supports not (font-size: clamp( 0.875rem , 0.7674418605rem  +  0.4651162791vw , 1.125rem )) {
    .news-text {
      font-size: calc(0.875rem + 0.25*(100vw - 23.125rem)/53.75);
    }
}

@supports (line-height: clamp( 1.125rem , 1.0174418605rem  +  0.4651162791vw , 1.375rem )) {
    .news-text {
      line-height: clamp( 1.125rem , 1.0174418605rem  +  0.4651162791vw , 1.375rem );
    }
}

@supports not (line-height: clamp( 1.125rem , 1.0174418605rem  +  0.4651162791vw , 1.375rem )) {
    .news-text {
      line-height: calc(1.125rem + 0.25*(100vw - 23.125rem)/53.75);
    }
}

@supports (margin-top: clamp( 1.875rem , 1.0683139535rem  +  3.488372093vw , 3.75rem )) {
    .news-control-panel {
      margin-top: clamp( 1.875rem , 1.0683139535rem  +  3.488372093vw , 3.75rem );
    }
}

@supports not (margin-top: clamp( 1.875rem , 1.0683139535rem  +  3.488372093vw , 3.75rem )) {
    .news-control-panel {
      margin-top: calc(1.875rem + 1.875*(100vw - 23.125rem)/53.75);
    }
}

@supports (margin-top: clamp( 1.875rem , -0.4375rem  +  10vw , 7.25rem )) {
    .documents {
      margin-top: clamp( 1.875rem , -0.4375rem  +  10vw , 7.25rem );
    }
}

@supports not (margin-top: clamp( 1.875rem , -0.4375rem  +  10vw , 7.25rem )) {
    .documents {
      margin-top: calc(1.875rem + 5.375*(100vw - 23.125rem)/53.75);
    }
}

@supports (padding-top: clamp( 0.0000000625rem , -3.1191859571rem  +  13.4883719767vw , 7.25rem )) {
    .documents {
      padding-top: clamp( 0.0000000625rem , -3.1191859571rem  +  13.4883719767vw , 7.25rem );
    }
}

@supports not (padding-top: clamp( 0.0000000625rem , -3.1191859571rem  +  13.4883719767vw , 7.25rem )) {
    .documents {
      padding-top: calc(0.0000000625rem + 7.2499999375*(100vw - 23.125rem)/53.75);
    }
}

@supports (padding-bottom: clamp( 1.25rem , 0.4970930233rem  +  3.2558139535vw , 3rem )) {
    .documents {
      padding-bottom: clamp( 1.25rem , 0.4970930233rem  +  3.2558139535vw , 3rem );
    }
}

@supports not (padding-bottom: clamp( 1.25rem , 0.4970930233rem  +  3.2558139535vw , 3rem )) {
    .documents {
      padding-bottom: calc(1.25rem + 1.75*(100vw - 23.125rem)/53.75);
    }
}

@supports (margin-top: clamp( 2.125rem , 0.7805232558rem  +  5.8139534884vw , 5.25rem )) {
    .documents-list {
      margin-top: clamp( 2.125rem , 0.7805232558rem  +  5.8139534884vw , 5.25rem );
    }
}

@supports not (margin-top: clamp( 2.125rem , 0.7805232558rem  +  5.8139534884vw , 5.25rem )) {
    .documents-list {
      margin-top: calc(2.125rem + 3.125*(100vw - 23.125rem)/53.75);
    }
}

@supports (font-size: clamp( 3.125rem , 2.5872093023rem  +  2.3255813953vw , 4.375rem )) {
    .documents-item__icon::before {
      font-size: clamp( 3.125rem , 2.5872093023rem  +  2.3255813953vw , 4.375rem );
    }
}

@supports not (font-size: clamp( 3.125rem , 2.5872093023rem  +  2.3255813953vw , 4.375rem )) {
    .documents-item__icon::before {
      font-size: calc(3.125rem + 1.25*(100vw - 23.125rem)/53.75);
    }
}

@supports (font-size: clamp( 1.5rem , 1.3924418605rem  +  0.4651162791vw , 1.75rem )) {
    .documents-item-title {
      font-size: clamp( 1.5rem , 1.3924418605rem  +  0.4651162791vw , 1.75rem );
    }
}

@supports not (font-size: clamp( 1.5rem , 1.3924418605rem  +  0.4651162791vw , 1.75rem )) {
    .documents-item-title {
      font-size: calc(1.5rem + 0.25*(100vw - 23.125rem)/53.75);
    }
}

@supports (line-height: clamp( 1.75rem , 1.6424418605rem  +  0.4651162791vw , 2rem )) {
    .documents-item-title {
      line-height: clamp( 1.75rem , 1.6424418605rem  +  0.4651162791vw , 2rem );
    }
}

@supports not (line-height: clamp( 1.75rem , 1.6424418605rem  +  0.4651162791vw , 2rem )) {
    .documents-item-title {
      line-height: calc(1.75rem + 0.25*(100vw - 23.125rem)/53.75);
    }
}

@supports (margin-top: clamp( 1.875rem , -0.4375rem  +  10vw , 7.25rem )) {
    .powders {
      margin-top: clamp( 1.875rem , -0.4375rem  +  10vw , 7.25rem );
    }
}

@supports not (margin-top: clamp( 1.875rem , -0.4375rem  +  10vw , 7.25rem )) {
    .powders {
      margin-top: calc(1.875rem + 5.375*(100vw - 23.125rem)/53.75);
    }
}

@supports (padding-top: clamp( 0.625rem , -2.0639534884rem  +  11.6279069767vw , 6.875rem )) {
    .powders {
      padding-top: clamp( 0.625rem , -2.0639534884rem  +  11.6279069767vw , 6.875rem );
    }
}

@supports not (padding-top: clamp( 0.625rem , -2.0639534884rem  +  11.6279069767vw , 6.875rem )) {
    .powders {
      padding-top: calc(0.625rem + 6.25*(100vw - 23.125rem)/53.75);
    }
}

@supports (padding-bottom: clamp( 1.875rem , 0.261627907rem  +  6.976744186vw , 5.625rem )) {
    .powders {
      padding-bottom: clamp( 1.875rem , 0.261627907rem  +  6.976744186vw , 5.625rem );
    }
}

@supports not (padding-bottom: clamp( 1.875rem , 0.261627907rem  +  6.976744186vw , 5.625rem )) {
    .powders {
      padding-bottom: calc(1.875rem + 3.75*(100vw - 23.125rem)/53.75);
    }
}

@supports (margin-top: clamp( 1.875rem , 0.4229651163rem  +  6.2790697674vw , 5.25rem )) {
    .powders-list {
      margin-top: clamp( 1.875rem , 0.4229651163rem  +  6.2790697674vw , 5.25rem );
    }
}

@supports not (margin-top: clamp( 1.875rem , 0.4229651163rem  +  6.2790697674vw , 5.25rem )) {
    .powders-list {
      margin-top: calc(1.875rem + 3.375*(100vw - 23.125rem)/53.75);
    }
}

@supports (gap: clamp( 1.875rem , 1.0683139535rem  +  3.488372093vw , 3.75rem )) {
    .powders-list {
      gap: clamp( 1.875rem , 1.0683139535rem  +  3.488372093vw , 3.75rem );
    }
}

@supports not (gap: clamp( 1.875rem , 1.0683139535rem  +  3.488372093vw , 3.75rem )) {
    .powders-list {
      gap: calc(1.875rem + 1.875*(100vw - 23.125rem)/53.75);
    }
}

@supports (font-size: clamp( 1.25rem , 1.0348837209rem  +  0.9302325581vw , 1.75rem )) {
    .powders-item-title {
      font-size: clamp( 1.25rem , 1.0348837209rem  +  0.9302325581vw , 1.75rem );
    }
}

@supports not (font-size: clamp( 1.25rem , 1.0348837209rem  +  0.9302325581vw , 1.75rem )) {
    .powders-item-title {
      font-size: calc(1.25rem + 0.5*(100vw - 23.125rem)/53.75);
    }
}

@supports (line-height: clamp( 1.75rem , 1.6424418605rem  +  0.4651162791vw , 2rem )) {
    .powders-item-title {
      line-height: clamp( 1.75rem , 1.6424418605rem  +  0.4651162791vw , 2rem );
    }
}

@supports not (line-height: clamp( 1.75rem , 1.6424418605rem  +  0.4651162791vw , 2rem )) {
    .powders-item-title {
      line-height: calc(1.75rem + 0.25*(100vw - 23.125rem)/53.75);
    }
}
}

@media (any-hover: hover) {
  .popup-form__item .button:hover,
  form__item .button:hover {
    background: #100905;
    color: #d6b58c;
  }

  .checkbox__text a:hover {
    text-decoration: none;
    color: #30251b;
  }

  .button-link:hover {
    color: #d6b58c;
  }

  .button:hover {
    background: #d6b58c;
    color: #100905;
  }

  .header-links__translation a:hover {
    border: 1px solid #d6b58c;
    border-radius: 10px;
    color: #d6b58c;
  }

  .submenu a:hover {
    color: #d6b58c;
  }

  .item-drop-menu:hover .submenu {
    display: block;
  }

  .nav__navigation ul li a:hover {
    color: #d6b58c;
  }

  .property-product-description__button .button:hover {
    background: #d6b58c;
    color: #30251b;
  }

  .link-news:hover {
    background: #d6b58c;
    color: #100905;
  }

  .pagination .pagination-item:hover {
    border: 0.0625rem solid rgba(214,181,140,.65);
  }
}

@media screen and (orientation: landscape) {
  .banner-video__content {
    margin-top: 0 !important;
  }
}

.webp .link-bg { background-image: url(/local/templates/kristall_new/assets/css/../img/menu/bg.webp); }
/* End */


/* Start:/local/templates/kristall_new/components/bitrix/form/app_form/bitrix/form.result.new/.default/style.css?1735360273666*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/kristall_new/components/bitrix/form/app_form/bitrix/form.result.new/.default/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/kristall_new/components/bitrix/form/app_form/bitrix/form.result.new/.default/images/icon_warn.gif);
}
/* End */
/* /local/templates/kristall_new/assets/css/style.css?175544266997599 */
/* /local/templates/kristall_new/components/bitrix/form/app_form/bitrix/form.result.new/.default/style.css?1735360273666 */
