/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */

/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */

/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */

/* ============================================ */

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

body {
  margin: 0;
}

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

main {
  display: block;
}

/* Vertical rhythm */

/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */

/* ============================================ */

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

/* Lists (enumeration) */

/* ============================================ */

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

/* Lists (definition) */

/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */

/* ============================================ */

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

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

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

address {
  font-style: inherit;
}

/* Text-level semantics */

/* ============================================ */

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */

/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */

/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

/**
 * Correct the outline style in Safari.
 */

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

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

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

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

/**
 * Fix appearance for Firefox
 */

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

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */

/* ============================================ */

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */

/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

* {
  scroll-behavior: smooth;
}

@media screen and (min-width: 769px) {
  main, footer {
    width: calc(100% - 22.85714rem);
    margin-left: 22.85714rem;
  }
  .container {
    width: 93.75%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) and (min-width: 481px) {
  .container {
    width: 95.833%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  .container {
    width: 91.667%;
    margin: 0 auto;
  }
}

html {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.header {
  flex: 0 0 auto;
}

main {
  flex: 1 0 auto;
  overflow: hidden;
  max-width: 100%;
}

footer {
  flex: 0 0 auto;
}

@font-face {
  font-family: "Circe";
  src: url("./fonts/Circe-Bold.ttf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Circe";
  src: url("./fonts/Circe-Regular.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@media screen and (min-width: 769px) {
  html {
    font-size: calc(0.4rem + 12.7 * (100vw - 769px) / 1920) !important;
  }
}

@media screen and (max-width: 768px) and (min-width: 481px) {
  html {
    font-size: calc(0.614rem + 11 * (100vw - 481px) / 768) !important;
  }
}

@media screen and (max-width: 480px) {
  html {
    font-size: calc(0.506rem + 6 * (100vw - 0px) / 480) !important;
  }
}

h1, .primary-title {
  color: #000000;
  font-family: Circe;
  font-size: 2.28571rem;
  font-weight: 700;
  line-height: 140%; /* 3rem */
}

h2, .secondary-title {
  color: #000000;
  font-family: Circe;
  font-size: 1.71429rem;
  font-weight: 700;
  line-height: 120%; /* 2.14286rem */
}

h3, .third-title {
  color: #000000;
  font-family: Circe;
  font-size: 1.42857rem;
  font-weight: 700;
  line-height: 140%; /* 1.8rem */
}

p {
  color: #000000;
  font-family: Circe;
  font-size: 1.14286rem;
  font-style: normal;
  line-height: 160%; /* 1.6rem */
}

h4, h5, h6 {
  font-weight: 700;
}

.main-title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 2.14286rem;
  font-family: Circe;
  font-size: 2.28571rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 2.74286rem */
  color: #000000;
}

.main-title:before {
  content: "";
  width: 3.57143rem;
  height: 0.14286rem;
  background: #D68853;
}

@media screen and (max-width: 768px) and (min-width: 481px) {
  h1, .primary-title {
    color: #000000;
    font-family: Circe;
    font-size: 2.28571rem;
    font-weight: 700;
    line-height: 140%; /* 3rem */
  }
  h2, .secondary-title {
    color: #000000;
    font-family: Circe;
    font-size: 1.71429rem;
    font-weight: 700;
    line-height: 120%; /* 2.14286rem */
  }
  h3, .third-title {
    color: #000000;
    font-family: Circe;
    font-size: 1.42857rem;
    font-weight: 700;
    line-height: 140%; /* 1.8rem */
  }
  p {
    color: #000000;
    font-family: Circe;
    font-size: 1.14286rem;
    font-style: normal;
    line-height: 160%; /* 1.6rem */
  }
  .main-title {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 2.14286rem;
    font-family: Circe;
    font-size: 1.71429rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 2.74286rem */
    color: #000000;
  }
  .main-title:before {
    content: "";
    width: 3.57143rem;
    height: 0.14286rem;
    background: #D68853;
  }
}

@media screen and (max-width: 480px) {
  h1, .primary-title {
    color: #000000;
    font-family: Circe;
    font-size: 2.28571rem;
    font-weight: 700;
    font-weight: 700;
    line-height: 140%; /* 3rem */
  }
  h2, .secondary-title {
    color: #000000;
    font-family: Circe;
    font-size: 1.71429rem;
    font-weight: 700;
    line-height: 120%; /* 2.14286rem */
  }
  h3, .third-title {
    color: #000000;
    font-family: Circe;
    font-size: 1.42857rem;
    font-weight: 700;
    line-height: 140%; /* 1.8rem */
  }
  p {
    color: #000000;
    font-family: Circe;
    font-size: 1rem;
    font-style: normal;
    line-height: 160%; /* 1.6rem */
  }
  .main-title {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 1.42857rem;
    font-family: Circe;
    font-size: 1.42857rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 2.74286rem */
    color: #000000;
  }
  .main-title:before {
    content: "";
    width: 1.92857rem;
    height: 0.14286rem;
    background: #D68853;
  }
}

.button {
  padding: 0.71429rem 2.42857rem;
  border-radius: 7.14286rem;
  border: 0.071rem solid #D68853;
  color: #D68853;
  font-family: Circe;
  font-size: 1.14286rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.71429rem; /* 150% */
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.button:hover {
  background: #D68853;
  color: #fff;
}

.filter {
  height: min-content;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border-radius: 1.07143rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 3px 1px 6px 0px rgba(0, 0, 0, 0.1);
  padding: 1.14286rem 1.42857rem;
  transition: all 0.3s ease-in-out;
}

.filter:has(input:checked) {
  background: #122E43;
}

.filter:has(input:checked) .filter__label svg path {
  fill: white;
}

.filter:has(input:checked) .filter__label span {
  color: white;
}

.filter:has(input:checked) .filter__list-item input + label {
  background: white;
}

.filter:has(input:checked) .filter__list-item input + label:hover {
  color: #D68853;
}

.filter:has(input:checked) .filter__list-item input:checked + label {
  background: #D68853;
}

.filter:has(input:checked) .filter__list-item input:checked + label:hover {
  color: #122E43;
}

.filter__label {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1.14286rem;
  cursor: pointer;
}

.filter__label span {
  color: #000;
  font-family: Circe;
  font-size: 1.14286rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 1.6rem */
  transition: all 0.3s ease-in-out;
}

.filter__label svg {
  width: 1.71429rem;
  height: 1.71429rem;
}

.filter__label svg path {
  transition: all 0.3s ease-in-out;
}

.filter__label:hover span {
  color: #D68853 !important;
}

.filter__label:hover svg path {
  fill: #D68853 !important;
}

.filter__list {
  margin-top: 0;
  height: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.36rem;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.filter__list_opened {
  margin-top: 1.07rem;
}

.filter__list-item {
  width: 100%;
}

.filter__list-item input {
  display: none;
}

.filter__list-item input:checked + label {
  background: #122E43;
  color: #fff;
}

.filter__list-item input:disabled + label {
  cursor: default;
  background: #BBBBBB !important;
  border-color: #BBBBBB;
  color: #FFFFFF !important;
}

.filter__list-item label {
  display: block;
  padding: 0.35714rem 0.71429rem;
  border-radius: 0.64286rem;
  border: 0.071rem solid rgba(0, 0, 0, 0.1);
  font-family: Circe;
  font-size: 1rem;
  font-style: normal;
  font-weight: 350;
  line-height: 140%; /* 1.4rem */
  color: black;
  transition: all 0.3s ease-in-out;
}

.filter__list-item label:hover {
  background: rgba(18, 46, 67, 0.69);
  color: #fff;
}

.filter__reset {
  width: fit-content;
  grid-column: 4 span;
}

@media screen and (max-width: 768px) {
  .filter {
    height: min-content;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    border-radius: 1.07143rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 3px 1px 6px 0px rgba(0, 0, 0, 0.1);
    padding: 1.14286rem 0.71429rem;
  }
  .filter__label {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0.28571rem;
  }
  .filter__label span {
    color: #000;
    font-family: Circe;
    font-size: 0.85714rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.6rem */
    transition: all 0.3s ease-in-out;
  }
  .filter__label svg {
    width: 1.71429rem;
    height: 1.71429rem;
  }
  .filter__label svg path {
    transition: all 0.3s ease-in-out;
  }
  .filter__label:hover span {
    color: #D68853;
  }
  .filter__label:hover svg path {
    fill: #D68853;
  }
  .filter__list {
    margin-top: 0;
    height: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.36rem;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }
  .filter__list_opened {
    margin-top: 1.07rem;
  }
  .filter__list-item {
    width: 100%;
  }
  .filter__list-item input {
    display: none;
  }
  .filter__list-item input:checked + label {
    background: #122E43;
    color: #fff;
  }
  .filter__list-item label {
    display: block;
    padding: 0.35714rem 0.71429rem;
    border-radius: 0.64286rem;
    border: 0.071rem solid rgba(0, 0, 0, 0.1);
    font-family: Circe;
    font-size: 1rem;
    font-style: normal;
    font-weight: 350;
    line-height: 140%; /* 1.4rem */
    color: black;
    transition: all 0.3s ease-in-out;
  }
  .filter__list-item label:hover {
    background: rgba(18, 46, 67, 0.69);
    color: #fff;
  }
}

.news-card {
  display: flex;
  flex-direction: column;
  gap: 1.43rem;
}

.news-card__image {
  height: 15.71429rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  border-radius: 1.42857rem;
}

.news-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}

.news-card__date {
  padding: 0.71429rem 1.42857rem 0.57143rem 1.42857rem;
  border-radius: 0rem 1.42857rem 0rem 0rem;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  color: rgba(0, 0, 0, 0.7);
  font-family: Circe;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 1.4rem */
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}

.news-card__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.71429rem;
}

.news-card__text span {
  color: #000000;
  font-family: Circe;
  font-size: 1.71429rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 2.05714rem */
  transition: all 0.3s ease-in-out;
}

.news-card__text p {
  color: rgba(0, 0, 0, 0.7);
  font-family: Circe;
  font-size: 1.14286rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 1.6rem */
  transition: all 0.3s ease-in-out;
}

.news-card:hover .news-card__image img {
  transform: scale(1.1);
}

.news-card:hover .news-card__text span {
  color: #D68853;
}

.news-card:hover .news-card__text p {
  color: #000000;
}

@media screen and (max-width: 768px) {
  .news-card {
    display: flex;
    flex-direction: column;
    gap: 1.43rem;
  }
  .news-card__image {
    height: 15.71429rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    border-radius: 1.42857rem;
  }
  .news-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
  }
  .news-card__date {
    padding: 0.71429rem 1.42857rem 0.57143rem 1.42857rem;
    border-radius: 0rem 1.42857rem 0rem 0rem;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    bottom: 0;
    left: 0;
    color: rgba(0, 0, 0, 0.7);
    font-family: Circe;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 1.4rem */
    letter-spacing: 0.05rem;
    text-transform: uppercase;
  }
  .news-card__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.71429rem;
  }
  .news-card__text span {
    color: #000000;
    font-family: Circe;
    font-size: 1.42857rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 2.05714rem */
    transition: all 0.3s ease-in-out;
  }
  .news-card__text p {
    color: rgba(0, 0, 0, 0.7);
    font-family: Circe;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.6rem */
    transition: all 0.3s ease-in-out;
  }
  .news-card:hover .news-card__image img {
    transform: scale(1.1);
  }
  .news-card:hover .news-card__text span {
    color: #D68853;
  }
  .news-card:hover .news-card__text p {
    color: #000000;
  }
}

.pagination {
  width: 100%;
}

.pagination__container {
  max-width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 0.71429rem;
}

.pagination__link {
  display: flex;
  width: 2.28571rem;
  height: 2.28571rem;
  padding: 0.35714rem 0.78571rem 0.35714rem 0.85714rem;
  justify-content: center;
  align-items: center;
  font-family: Circe;
  font-size: 1.14286rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 1.6rem */
  color: #000000;
  position: relative;
  border-radius: 0.35714rem;
  transition: all 0.3s ease-in-out;
}

.pagination__link:not(.pagination__link_active)::before {
  content: "";
  display: block;
  position: absolute;
  top: 75%;
  left: 25%;
  width: 0%;
  height: 0.142rem;
  background: #000000;
  transition: all 0.3s ease-in-out;
}

.pagination__link:not(.pagination__link_active):hover {
  color: #D68853;
}

.pagination__link:not(.pagination__link_active):hover::before {
  width: 50%;
  background: #D68853;
}

.pagination__link_active {
  background: #122E43;
  color: #ffffff;
}

.pagination__link_arrow::before {
  display: none !important;
}

.pagination__link_arrow:hover {
  transform: scale(1.4);
}

@media screen and (max-width: 480px) {
  .pagination__container {
    justify-content: space-between;
    gap: 0;
    flex-wrap: wrap;
  }
}

.product-card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1.14286rem;
}

.product-card__image {
  flex: 1 0 auto;
  width: 16.07143rem;
  height: auto;
  border-radius: 1.42857rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.product-card__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.71429rem;
  padding: 2.85714rem;
  border-radius: 1.42857rem;
  background: #FAF8F9;
}

.product-card__text span {
  font-family: Circe;
  font-size: 1.42857rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 2rem */
  transition: all 0.3s ease-in-out;
}

.product-card__text p {
  font-family: Circe;
  font-size: 1.14286rem;
  font-style: normal;
  font-weight: 350;
  line-height: 140%; /* 1.6rem */
  transition: all 0.3s ease-in-out;
}

.product-card:hover .product-card__image img {
  transform: scale(1.1);
}

.product-card:hover .product-card__text span, .product-card:hover .product-card__text p {
  color: #D68853;
}

@media screen and (max-width: 480px) {
  .product-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0.71429rem;
  }
  .product-card__image {
    flex: 1 0 auto;
    width: 100%;
    height: 14.28571rem;
    border-radius: 1.42857rem;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  .product-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
  }
  .product-card__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.71429rem;
    padding: 2.85714rem;
    border-radius: 1.42857rem;
    background: #FAF8F9;
  }
  .product-card__text span {
    font-family: Circe;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 2rem */
    transition: all 0.3s ease-in-out;
  }
  .product-card__text p {
    font-family: Circe;
    font-size: 1rem;
    font-style: normal;
    font-weight: 350;
    line-height: 140%; /* 1.6rem */
    transition: all 0.3s ease-in-out;
  }
  .product-card:hover .product-card__image img {
    transform: scale(1.1);
  }
  .product-card:hover .product-card__text span, .product-card:hover .product-card__text p {
    color: #D68853;
  }
}

.sert-news-card {
  display: flex;
  flex-direction: column;
  gap: 1.42857rem;
}

.sert-news-card.img-contain .sert-news-card__image img {
  object-fit: contain;
}

.sert-news-card__image {
  height: 31.71429rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 1.07143rem;
  background: rgba(217, 217, 217, 0.5);
}

.sert-news-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}

.sert-news-card__image svg {
  width: 5.85714rem;
  height: 5.78571rem;
}

.sert-news-card__image svg path {
  transition: all 0.3s ease-in-out;
}

.sert-news-card__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.85714rem;
}

.sert-news-card__text span {
  font-family: Circe;
  font-size: 1.14286rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.71429rem; /* 150% */
  transition: all 0.3s ease-in-out;
}

.sert-news-card__text p {
  font-family: Circe;
  font-size: 1.42857rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem; /* 140% */
  transition: all 0.3s ease-in-out;
}

.sert-news-card:hover .sert-news-card__image img {
  transform: scale(1.2);
}

.sert-news-card:hover .sert-news-card__image svg path {
  stroke: #D68853;
}

.sert-news-card:hover .sert-news-card__text span, .sert-news-card:hover .sert-news-card__text p {
  color: #D68853;
}

.footer {
  background: #F8F9F9;
  margin-top: 10.43rem;
}

.footer__container {
  padding: 1.36rem 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.footer__copyright {
  color: rgba(35, 31, 32, 0.7);
  font-family: Circe;
  font-size: 1.14286rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 1.6rem */
}

.footer .header__is {
  color: #000000;
  flex-direction: row;
}

.footer .header__is span::before {
  color: #000000;
}

.header {
  position: fixed;
  width: 22.85714rem;
  height: 100vh;
  top: 0;
  left: 0;
}

.header input#headerToggler {
  display: none;
}

.header__toggler {
  display: none;
}

.header__container-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 22.85714rem;
  max-width: 100%;
  height: 100vh;
  background: #122E43;
}

.header__container-inner {
  width: 100%;
  height: 100%;
  padding: 2.14rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 2.14286rem;
}

.header__logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header__logo svg {
  width: 16.14286rem;
  height: 4.07143rem;
}

.header__logo svg path {
  transition: all 0.3s ease-in-out;
}

.header__logo:hover svg path {
  fill: #D68853;
}

.header__search {
  width: 100%;
  padding: 0.35714rem 1.42857rem;
  border-radius: 7.14286rem;
  border: 0.071rem solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

.header__search input {
  outline: none;
  color: rgba(255, 255, 255, 0.5);
  font-family: Circe;
  font-size: 1.14286rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.71429rem; /* 150% */
  appearance: textfield;
}

.header__search input::-ms-clear, .header__search input::-webkit-search-decoration, .header__search input::-webkit-search-cancel-button, .header__search input::-webkit-search-results-button, .header__search input::-webkit-search-results-decoration {
  display: none;
}

.header__search button {
  width: 1.57143rem;
  height: 1.57143rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header__search button svg g, .header__search button g path {
  transition: all 0.3s ease-in-out;
}

.header__search button:hover svg g {
  opacity: 1;
}

.header__search button:hover svg g path {
  stroke: #D68853;
}

.header__search:focus-within {
  border-color: #D68853;
}

.header__menu {
  flex-grow: 1;
  height: 100%;
  overflow: hidden;
}

.header__menu-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.header__link {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.header__link_sub:hover > .header__link-list {
  max-height: 50vh;
}

.header__link-content {
  padding: 1.07143rem 0rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1.42857rem;
}

.header__link-content span {
  color: #FFFFFF;
  text-align: center;
  font-family: Circe;
  font-size: 1.42857rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 1.71429rem */
  transition: all 0.3s ease-in-out;
  letter-spacing: 0.07143rem;
}

.header__link-content svg {
  width: 0.64286rem;
  height: 0.35714rem;
}

.header__link-content svg path {
  transition: all 0.3s ease-in-out;
}

.header__link-content:hover span {
  color: #D68853;
}

.header__link-content:hover svg path {
  fill: #D68853;
}

.header__link-list {
  max-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  transition: all 0.65s ease-in-out;
  overflow: hidden;
}

.header__link-list li {
  padding: 0.71429rem 0rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.71429rem;
  color: #FFFFFF;
  text-align: center;
  font-family: Circe;
  font-size: 1.14286rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 1.37143rem */
  letter-spacing: 0.05714rem;
  transition: all 0.3s ease-in-out;
}

.header__link-list li:before {
  content: "";
  display: block;
  width: 0.71429rem;
  height: 0.07143rem;
  background: #D68853;
}

.header__link-list li:hover {
  color: #D68853;
}

.header__contacts {
  padding: 2.14286rem 0;
  border-top: 0.07143rem solid rgba(214, 136, 83, 0.3);
  border-bottom: 0.07143rem solid rgba(214, 136, 83, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.07143rem;
}

.header__contacts a[href^="tel:+"] {
  color: var(--White, #FFF);
  font-family: Circe;
  font-size: 1.71429rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 2.05714rem */
  letter-spacing: 0.08571rem;
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
}

.header__contacts a[href^="tel:+"]:hover {
  color: #D68853;
}

.header__contacts p {
  color: var(--White, #FFF);
  font-family: Circe;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 1.2rem */
  letter-spacing: 0.05rem;
}

.header__socials {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.71429rem;
}

.header__socials a svg {
  width: 2.85714rem;
  height: 2.85714rem;
}

.header__socials a svg path, .header__socials a svg circle {
  transition: all 0.3s ease-in-out;
}

.header__socials a:hover svg circle {
  fill-opacity: 0.95;
}

.header__socials a:hover svg path {
  fill: #122E43;
  fill-opacity: 0.95;
}

.header__languages {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1.07143rem;
}

.header__languages li a {
  padding: 0.71429rem 1.42857rem;
  color: var(--White, #FFF);
  text-align: center;
  font-family: Circe;
  font-size: 1.14286rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 1.37143rem */
  letter-spacing: 0.05714rem;
  text-transform: capitalize;
  border-radius: 7.14286rem;
  background: rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease-in-out;
}

.header__languages li a:not(.active):hover {
  background: rgba(255, 255, 255, 0.1);
}

.header__languages li a.active {
  background: #D68853;
}

.header__is {
  /* color: var(--White, #FFF); */
  color: #122E43;
  text-align: center;
  font-family: Circe;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 1.2rem */
  letter-spacing: 0.05rem;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}

.header__is span {
  position: relative;
  white-space: nowrap;
}

.header__is span b {
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}

.header__is span:before {
  content: "webstudia";
  letter-spacing: 0.7rem;
  position: absolute;
  left: 0.5rem;
  width: calc(100% - 0.75rem);
  text-align: center;
  top: 90%;
  /* color: #fff; */
  opacity: 0;
  transform: translateY(10%);
  font: 400 0.72rem/1em Circe;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

.header__is:hover {
  /* opacity: 1; */
}

.header__is:hover span b {
/*  color: #F82525; */
}

.header__is:hover span:before {
  transform: translateY(0%);
  opacity: 0.8;
}

@media screen and (max-width: 768px) and (min-width: 481px) {
  .footer {
    background: #F8F9F9;
    margin-top: 10.43rem;
  }
  .footer__container {
    padding: 1.36rem 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .footer__copyright {
    color: rgba(35, 31, 32, 0.7);
    font-family: Circe;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.6rem */
  }
  .footer .header__is {
    color: #000000;
    flex-direction: row;
    text-align: right;
  }
  .footer .header__is span::before {
    color: #000000;
  }
}

@media screen and (max-width: 768px) and (min-width: 481px) {
  .header {
    position: fixed;
    width: auto;
    height: auto;
    z-index: 3;
    top: 0;
    left: 0;
  }
  .header input#headerToggler {
    display: none;
  }
  .header input#headerToggler:checked + .header__toggler #hamburger span {
    width: 0%;
  }
  .header input#headerToggler:checked + .header__toggler #hamburger span:nth-child(1) {
    transition-delay: 0s;
  }
  .header input#headerToggler:checked + .header__toggler #hamburger span:nth-child(2) {
    transition-delay: 0.125s;
  }
  .header input#headerToggler:checked + .header__toggler #hamburger span:nth-child(3) {
    transition-delay: 0.25s;
  }
  .header input#headerToggler:checked + .header__toggler #cross span:nth-child(1) {
    height: 100%;
    transition-delay: 0.625s;
  }
  .header input#headerToggler:checked + .header__toggler #cross span:nth-child(2) {
    width: 100%;
    transition-delay: 0.375s;
  }
  .header input#headerToggler:checked + .header__toggler + .header__navugation-container {
    visibility: visible;
    opacity: 1;
    transform: translateX(0%);
  }
  .header input#headerToggler:checked ~ .header__container-wrapper {
    visibility: visible;
    opacity: 1;
    transform: translateX(0%);
  }
  .header__toggler {
    position: fixed;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.21429rem;
    height: 2.71429rem;
    cursor: pointer;
    border-radius: 0 0.7rem 0.7rem 0;
    background: #122E43;
  }
  .header__toggler span {
    transition: all 0.3s ease-in-out;
    display: block;
    background: #D68853;
    border-radius: 0.142rem;
  }
  .header__toggler #hamburger {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.355rem;
    width: 45%;
  }
  .header__toggler #hamburger span {
    width: 100%;
    height: 0.142rem;
  }
  .header__toggler #hamburger span:nth-child(1) {
    transition-delay: 0.5s;
  }
  .header__toggler #hamburger span:nth-child(2) {
    transition-delay: 0.625s;
  }
  .header__toggler #hamburger span:nth-child(3) {
    transition-delay: 0.75s;
  }
  .header__toggler #cross {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 45%;
    height: 53.3%;
    transform: rotate(45deg);
  }
  .header__toggler #cross span:nth-child(1) {
    height: 0%;
    width: 0.142rem;
    position: absolute;
    transition-delay: 0s;
  }
  .header__toggler #cross span:nth-child(2) {
    width: 0%;
    height: 0.142rem;
    position: absolute;
    transition-delay: 0.25s;
  }
  .header__container-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 22.85714rem;
    max-width: 100%;
    height: 100vh;
    z-index: 0;
    transition: all 0.3s ease-in-out;
    visibility: collapse;
    opacity: 0;
    transform: translateX(-100%);
  }
  .header__container-inner {
    width: 100%;
    height: 100%;
    padding: 2.14rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    gap: 2.14286rem;
    transition: all 0.3s ease-in-out;
    overflow-y: scroll;
    background: #122E43;
  }
  .header__logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header__logo svg {
    width: 16.14286rem;
    height: 4.07143rem;
  }
  .header__logo svg path {
    transition: all 0.3s ease-in-out;
  }
  .header__logo:hover svg path {
    fill: #D68853;
  }
  .header__search {
    width: 100%;
    padding: 0.35714rem 1.42857rem;
    border-radius: 7.14286rem;
    border: 0.071rem solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease-in-out;
  }
  .header__search input {
    outline: none;
    color: rgba(255, 255, 255, 0.5);
    font-family: Circe;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.71429rem; /* 150% */
    appearance: textfield;
  }
  .header__search input::-ms-clear, .header__search input::-webkit-search-decoration, .header__search input::-webkit-search-cancel-button, .header__search input::-webkit-search-results-button, .header__search input::-webkit-search-results-decoration {
    display: none;
  }
  .header__search button {
    width: 1.57143rem;
    height: 1.57143rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header__search button svg g, .header__search button g path {
    transition: all 0.3s ease-in-out;
  }
  .header__search button:hover svg g {
    opacity: 1;
  }
  .header__search button:hover svg g path {
    stroke: #D68853;
  }
  .header__search:focus-within {
    border-color: #D68853;
  }
  .header__menu {
    flex-grow: 1;
    height: 100%;
    overflow-y: visible;
  }
  .header__menu-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .header__link {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .header__link_sub:hover > .header__link-list {
    max-height: 50vh;
  }
  .header__link-content {
    padding: 1.07143rem 0rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 1.42857rem;
  }
  .header__link-content span {
    color: #FFFFFF;
    text-align: center;
    font-family: Circe;
    font-size: 1.42857rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 1.71429rem */
    transition: all 0.3s ease-in-out;
    letter-spacing: 0.07143rem;
  }
  .header__link-content svg {
    width: 0.64286rem;
    height: 0.35714rem;
  }
  .header__link-content svg path {
    transition: all 0.3s ease-in-out;
  }
  .header__link-content:hover span {
    color: #D68853;
  }
  .header__link-content:hover svg path {
    fill: #D68853;
  }
  .header__link-list {
    max-height: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    transition: all 0.65s ease-in-out;
    overflow: hidden;
  }
  .header__link-list li {
    padding: 0.71429rem 0rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.71429rem;
    color: #FFFFFF;
    text-align: center;
    font-family: Circe;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 1.37143rem */
    letter-spacing: 0.05714rem;
    transition: all 0.3s ease-in-out;
  }
  .header__link-list li:before {
    content: "";
    display: block;
    width: 0.71429rem;
    height: 0.07143rem;
    background: #D68853;
  }
  .header__link-list li:hover {
    color: #D68853;
  }
  .header__contacts {
    padding: 2.14286rem 0;
    border-top: 0.07143rem solid rgba(214, 136, 83, 0.3);
    border-bottom: 0.07143rem solid rgba(214, 136, 83, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.07143rem;
  }
  .header__contacts a[href^="tel:+"] {
    color: var(--White, #FFF);
    font-family: Circe;
    font-size: 1.71429rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 2.05714rem */
    letter-spacing: 0.08571rem;
    transition: all 0.3s ease-in-out;
    text-transform: capitalize;
  }
  .header__contacts a[href^="tel:+"]:hover {
    color: #D68853;
  }
  .header__contacts p {
    color: var(--White, #FFF);
    font-family: Circe;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 1.2rem */
    letter-spacing: 0.05rem;
  }
  .header__socials {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.71429rem;
  }
  .header__socials a svg {
    width: 2.85714rem;
    height: 2.85714rem;
  }
  .header__socials a svg path, .header__socials a svg circle {
    transition: all 0.3s ease-in-out;
  }
  .header__socials a:hover svg circle {
    fill-opacity: 0.95;
  }
  .header__socials a:hover svg path {
    fill: #122E43;
    fill-opacity: 0.95;
  }
  .header__languages {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1.07143rem;
  }
  .header__languages li a {
    padding: 0.71429rem 1.42857rem;
    color: var(--White, #FFF);
    text-align: center;
    font-family: Circe;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 1.37143rem */
    letter-spacing: 0.05714rem;
    text-transform: capitalize;
    border-radius: 7.14286rem;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease-in-out;
  }
  .header__languages li a:not(.active):hover {
    background: rgba(255, 255, 255, 0.1);
  }
  .header__languages li a.active {
    background: #D68853;
  }
  .header__is {
    color: var(--White, #FFF);
    text-align: center;
    font-family: Circe;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 1.2rem */
    letter-spacing: 0.05rem;
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
  }
  .header__is span {
    position: relative;
  }
  .header__is span b {
    font-weight: 400;
    transition: all 0.3s ease-in-out;
  }
  .header__is span:before {
    content: "webstudia";
    letter-spacing: 0.7rem;
    position: absolute;
    left: 0.5rem;
    width: calc(100% - 0.75rem);
    text-align: center;
    top: 90%;
    color: #fff;
    opacity: 0;
    transform: translateY(10%);
    font: 400 0.72rem/1em Circe;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
  }
  .header__is:hover {
    opacity: 1;
  }
  .header__is:hover span b {
    color: #F82525;
  }
  .header__is:hover span:before {
    transform: translateY(0%);
    opacity: 0.8;
  }
}

@media screen and (max-width: 480px) {
  .footer {
    background: #F8F9F9;
    margin-top: 10.43rem;
  }
  .footer__container {
    padding: 1.36rem 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
  }
  .footer__copyright {
    color: rgba(35, 31, 32, 0.7);
    font-family: Circe;
    font-size: 0.85714rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.6rem */
  }
  .footer .header__is {
    color: #000000;
    flex-direction: row;
    text-align: right;
    font-size: 0.85714rem;
  }
  .footer .header__is span::before {
    color: #000000;
  }
}

@media screen and (max-width: 480px) {
  .header {
    position: fixed;
    width: auto;
    height: auto;
    z-index: 3;
    top: 0;
    left: 0;
  }
  .header input#headerToggler {
    display: none;
  }
  .header input#headerToggler:checked + .header__toggler #hamburger span {
    width: 0%;
  }
  .header input#headerToggler:checked + .header__toggler #hamburger span:nth-child(1) {
    transition-delay: 0s;
  }
  .header input#headerToggler:checked + .header__toggler #hamburger span:nth-child(2) {
    transition-delay: 0.125s;
  }
  .header input#headerToggler:checked + .header__toggler #hamburger span:nth-child(3) {
    transition-delay: 0.25s;
  }
  .header input#headerToggler:checked + .header__toggler #cross span:nth-child(1) {
    height: 100%;
    transition-delay: 0.625s;
  }
  .header input#headerToggler:checked + .header__toggler #cross span:nth-child(2) {
    width: 100%;
    transition-delay: 0.375s;
  }
  .header input#headerToggler:checked + .header__toggler + .header__navugation-container {
    visibility: visible;
    opacity: 1;
    transform: translateX(0%);
  }
  .header input#headerToggler:checked ~ .header__container-wrapper {
    visibility: visible;
    opacity: 1;
    transform: translateX(0%);
  }
  .header__toggler {
    position: fixed;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.21429rem;
    height: 2.71429rem;
    cursor: pointer;
    border-radius: 0 0.7rem 0.7rem 0;
    background: #122E43;
  }
  .header__toggler span {
    transition: all 0.3s ease-in-out;
    display: block;
    background: #D68853;
    border-radius: 0.142rem;
  }
  .header__toggler #hamburger {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.355rem;
    width: 45%;
  }
  .header__toggler #hamburger span {
    width: 100%;
    height: 0.142rem;
  }
  .header__toggler #hamburger span:nth-child(1) {
    transition-delay: 0.5s;
  }
  .header__toggler #hamburger span:nth-child(2) {
    transition-delay: 0.625s;
  }
  .header__toggler #hamburger span:nth-child(3) {
    transition-delay: 0.75s;
  }
  .header__toggler #cross {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 45%;
    height: 53.3%;
    transform: rotate(45deg);
  }
  .header__toggler #cross span:nth-child(1) {
    height: 0%;
    width: 0.142rem;
    position: absolute;
    transition-delay: 0s;
  }
  .header__toggler #cross span:nth-child(2) {
    width: 0%;
    height: 0.142rem;
    position: absolute;
    transition-delay: 0.25s;
  }
  .header__container-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 22.85714rem;
    max-width: 100%;
    height: 100vh;
    z-index: 0;
    transition: all 0.3s ease-in-out;
    visibility: collapse;
    opacity: 0;
    transform: translateX(-100%);
  }
  .header__container-inner {
    width: 100%;
    height: 100%;
    padding: 2.14rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    gap: 2.14286rem;
    transition: all 0.3s ease-in-out;
    overflow-y: scroll;
    background: #122E43;
  }
  .header__logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header__logo svg {
    width: 16.14286rem;
    height: 4.07143rem;
  }
  .header__logo svg path {
    transition: all 0.3s ease-in-out;
  }
  .header__logo:hover svg path {
    fill: #D68853;
  }
  .header__search {
    width: 100%;
    padding: 0.35714rem 1.42857rem;
    border-radius: 7.14286rem;
    border: 0.071rem solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease-in-out;
  }
  .header__search input {
    outline: none;
    color: rgba(255, 255, 255, 0.5);
    font-family: Circe;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.71429rem; /* 150% */
    appearance: textfield;
  }
  .header__search input::-ms-clear, .header__search input::-webkit-search-decoration, .header__search input::-webkit-search-cancel-button, .header__search input::-webkit-search-results-button, .header__search input::-webkit-search-results-decoration {
    display: none;
  }
  .header__search button {
    width: 1.57143rem;
    height: 1.57143rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header__search button svg g, .header__search button g path {
    transition: all 0.3s ease-in-out;
  }
  .header__search button:hover svg g {
    opacity: 1;
  }
  .header__search button:hover svg g path {
    stroke: #D68853;
  }
  .header__search:focus-within {
    border-color: #D68853;
  }
  .header__menu {
    flex-grow: 1;
    height: 100%;
    overflow-y: visible;
  }
  .header__menu-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .header__link {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .header__link_sub:hover > .header__link-list {
    max-height: 50vh;
  }
  .header__link-content {
    padding: 1.07143rem 0rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 1.42857rem;
  }
  .header__link-content span {
    color: #FFFFFF;
    text-align: center;
    font-family: Circe;
    font-size: 1.42857rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 1.71429rem */
    transition: all 0.3s ease-in-out;
    letter-spacing: 0.07143rem;
  }
  .header__link-content svg {
    width: 0.64286rem;
    height: 0.35714rem;
  }
  .header__link-content svg path {
    transition: all 0.3s ease-in-out;
  }
  .header__link-content:hover span {
    color: #D68853;
  }
  .header__link-content:hover svg path {
    fill: #D68853;
  }
  .header__link-list {
    max-height: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    transition: all 0.65s ease-in-out;
    overflow: hidden;
  }
  .header__link-list li {
    padding: 0.71429rem 0rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.71429rem;
    color: #FFFFFF;
    text-align: center;
    font-family: Circe;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 1.37143rem */
    letter-spacing: 0.05714rem;
    transition: all 0.3s ease-in-out;
  }
  .header__link-list li:before {
    content: "";
    display: block;
    width: 0.71429rem;
    height: 0.07143rem;
    background: #D68853;
  }
  .header__link-list li:hover {
    color: #D68853;
  }
  .header__contacts {
    padding: 2.14286rem 0;
    border-top: 0.07143rem solid rgba(214, 136, 83, 0.3);
    border-bottom: 0.07143rem solid rgba(214, 136, 83, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.07143rem;
  }
  .header__contacts a[href^="tel:+"] {
    color: var(--White, #FFF);
    font-family: Circe;
    font-size: 1.71429rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 2.05714rem */
    letter-spacing: 0.08571rem;
    transition: all 0.3s ease-in-out;
    text-transform: capitalize;
  }
  .header__contacts a[href^="tel:+"]:hover {
    color: #D68853;
  }
  .header__contacts p {
    color: var(--White, #FFF);
    font-family: Circe;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 1.2rem */
    letter-spacing: 0.05rem;
  }
  .header__socials {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.71429rem;
  }
  .header__socials a svg {
    width: 2.85714rem;
    height: 2.85714rem;
  }
  .header__socials a svg path, .header__socials a svg circle {
    transition: all 0.3s ease-in-out;
  }
  .header__socials a:hover svg circle {
    fill-opacity: 0.95;
  }
  .header__socials a:hover svg path {
    fill: #122E43;
    fill-opacity: 0.95;
  }
  .header__languages {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1.07143rem;
  }
  .header__languages li a {
    padding: 0.71429rem 1.42857rem;
    color: var(--White, #FFF);
    text-align: center;
    font-family: Circe;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 1.37143rem */
    letter-spacing: 0.05714rem;
    text-transform: capitalize;
    border-radius: 7.14286rem;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease-in-out;
  }
  .header__languages li a:not(.active):hover {
    background: rgba(255, 255, 255, 0.1);
  }
  .header__languages li a.active {
    background: #D68853;
  }
  .header__is {
    color: var(--White, #FFF);
    text-align: center;
    font-family: Circe;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 1.2rem */
    letter-spacing: 0.05rem;
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
  }
  .header__is span {
    position: relative;
  }
  .header__is span b {
    font-weight: 400;
    transition: all 0.3s ease-in-out;
  }
  .header__is span:before {
    content: "webstudia";
    letter-spacing: 0.55rem;
    position: absolute;
    left: 0.5rem;
    width: calc(100% - 0.75rem);
    text-align: center;
    top: 90%;
    color: #fff;
    opacity: 0;
    transform: translateY(10%);
    font: 400 0.72rem/1em Circe;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
  }
  .header__is:hover {
    opacity: 1;
  }
  .header__is:hover span b {
    color: #F82525;
  }
  .header__is:hover span:before {
    transform: translateY(0%);
    opacity: 0.8;
  }
}

.about {
  margin-top: 5.71rem;
}

.about__container {
  width: 77.8125%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85714rem;
}

.about__text {
  font-family: Circe;
  font-size: 1.14286rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.71429rem; /* 150% */
}

.about__text p {
  font-family: Circe;
  font-size: 1.14286rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.71429rem; /* 150% */
}

.video {
  margin-top: 5.71rem;
}

.video__container {
  width: 77.8125%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.video__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.71429rem;
  color: #000;
  font-family: Circe;
  font-size: 1.14286rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.71429rem; /* 150% */
}

.video__text p {
  color: #000;
  font-family: Circe;
  font-size: 1.14286rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.71429rem; /* 150% */
}

.video__video {
  width: 52.57143rem;
  height: 32rem;
  overflow: hidden;
  cursor: pointer;
  border-radius: 1.07143rem;
}

.video__video a, .video__video iframe {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video__video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.8);
  transition: all 0.3s ease-in-out;
}

.video__video:hover img {
  filter: brightness(1);
}

.video__video:hover .video__button {
  background: #D68853;
}

.video__video:hover .video__button svg path {
  fill: #fff;
  stroke: #fff;
}

.video__button {
  position: absolute;
  width: 7.14286rem;
  height: 7.14286rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(217, 217, 217, 0.8);
  transition: all 0.3s ease-in-out;
}

.video__button svg {
  width: 1.92857rem;
  height: 2.57143rem;
}

.video__button svg path {
  transition: all 0.3s ease-in-out;
}

.lg-video-object, .lg-video-poster {
  border-radius: 1.07143rem;
}

.customers {
  margin-top: 5.71rem;
}

.customers__container {
  width: 77.8125%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4.28571rem;
}

.customers__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.85714rem;
  font-family: Circe;
  font-size: 1.14286rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.71429rem; /* 150% */
}

.customers__text p {
  font-family: Circe;
  font-size: 1.14286rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.71429rem; /* 150% */
}

.customers__list {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  gap: 1.42857rem 2.85714rem;
}

.customers__list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.57143rem;
}

.customers__list-item img {
  width: 7.14286rem;
  height: 7.14286rem;
  margin-bottom: 0.85714rem;
}

.customers__list-item span {
  text-align: center;
  font-family: Circe;
  font-size: 1.42857rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem; /* 140% */
}

.customers__list-item p {
  font-family: Circe;
  font-size: 1.14286rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.71429rem; /* 150% */
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
}

.gallery {
  margin-top: 5.71rem;
}

.gallery__container {
  width: 77.8125%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3.35714rem;
}

.gallery__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.85714rem;
  font-family: Circe;
  font-size: 1.14286rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.71429rem; /* 150% */
}

.gallery__text p {
  font-family: Circe;
  font-size: 1.14286rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.71429rem; /* 150% */
}

.gallery__wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 4.28571rem;
}

.gallery__left-gallery {
  width: 5.71429rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.07143rem;
  flex: 1 0 auto;
}

.gallery__left-gallery .swiper-button-prev, .gallery__left-gallery .swiper-button-next {
  transform: rotate(90deg);
  left: auto;
  right: auto;
  top: auto;
  margin: 0;
  position: relative;
  width: auto;
  height: auto;
}

.gallery__left-gallery .swiper-button-prev svg, .gallery__left-gallery .swiper-button-next svg {
  width: 2rem;
  height: 2rem;
}

.gallery__left-gallery .swiper-button-prev svg path, .gallery__left-gallery .swiper-button-next svg path {
  transition: all 0.3s ease-in-out;
}

.gallery__left-gallery .swiper-button-prev:after, .gallery__left-gallery .swiper-button-next:after {
  display: none;
}

.gallery__left-gallery .swiper-button-prev:hover svg path, .gallery__left-gallery .swiper-button-next:hover svg path {
  stroke: #D68853;
}

.gallery__left-gallery-container {
  width: 100%;
  overflow: hidden;
  height: 39.64289rem;
}

.gallery__left-gallery-container .swiper-slide {
  height: 5.71429rem !important;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}

.gallery__left-gallery-container .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.gallery__left-gallery-container .swiper-slide:hover img {
  transform: scale(1.2);
}

.gallery__right-slider {
  overflow: hidden;
  width: 100%;
  height: 41.28571rem;
  border-radius: 1.07143rem;
  overflow: hidden;
}

.gallery__right-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.gallery__right-slider .swiper-slide:hover img {
  transform: scale(1.2);
}

.text-block {
  margin-top: 4.29rem;
}

.text-block__container {
  width: 77.8125%;
  color: #000;
  font-family: Circe;
  font-size: 1.14286rem;
  font-style: normal;
  font-weight: 350;
  line-height: 1.42857rem; /* 125% */
}

.text-block__container p {
  color: #000;
  font-family: Circe;
  font-size: 1.14286rem;
  font-style: normal;
  font-weight: 350;
  line-height: 1.42857rem; /* 125% */
}

.catalog {
  margin: 5.71rem 0;
}

.catalog__container {
  width: 77.8125%;
  display: flex;
  flex-direction: column;
  gap: 4.28571rem;
}

.catalog__categories {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  gap: 2.85714rem;
}

.catalog__category {
  padding: 1.5rem 0;
  width: 100%;
  text-align: center;
  border-radius: 1.07143rem;
  border: 0.071rem solid rgba(0, 0, 0, 0.28);
  background: #FFF;
  box-shadow: 0.142rem 0 0.284rem rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-family: Circe;
  font-size: 1.14286rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 1.6rem */
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}

.catalog__category:not(.catalog__category_active):hover {
  border-color: #122E43;
  color: #122E43;
}

.catalog__category_active {
  background: #122E43;
  border-color: #122E43;
  color: #fff;
}

.catalog__subcategories {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  gap: 2.85714rem;
}

.catalog__subcategory {
  height: 10rem;
  border-radius: 1.07143rem;
  border: 0.071rem solid rgba(0, 0, 0, 0.12);
  box-shadow: 0.142rem 0.142rem 0.5rem rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  transition: all 0.3s ease-in-out;
  padding: 0 1.43rem;
}

.catalog__subcategory img {
  z-index: 0;
  position: absolute;
  height: 101%;
  width: 51%;
  object-fit: cover;
  right: -1%;
  top: 0;
  transition: all 0.3s ease-in-out;
}

.catalog__subcategory div {
  transform: skew(145deg);
  z-index: 1;
  position: absolute;
  background: #fff;
  height: 120%;
  width: 67%;
  left: -7%;
  transition: all 0.3s ease-in-out;
}

.catalog__subcategory span {
  color: #000;
  font-family: Circe;
  font-size: 1.14286rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 1.6rem */
  position: relative;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}

.catalog__subcategory:hover {
  border-color: #D68853;
}

.catalog__subcategory:hover img {
  transform: scale(1.1);
}

.catalog__subcategory:hover span {
  color: #D68853;
}

.catalog__subcategory:hover div {
  width: 65%;
}

.catalog__filter {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.85714rem;
}

.catalog__filter-heading {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 2.14286rem;
  cursor: pointer;
}

.catalog__filter-heading svg {
  width: 1.71429rem;
  height: 1.71429rem;
}

.catalog__filter-list {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-auto-rows: auto;
  gap: 1.42857rem;
}

.catalog__products {
  display: flex;
  flex-direction: column;
  gap: 2.85714rem;
}

.catalog__product-list {
  display: flex;
  flex-direction: column;
  gap: 1.14286rem;
}

.catalog__search {
  width: min-content;
  padding: 0.35714rem 1.42857rem;
  border-radius: 7.14286rem;
  border: 0.071rem solid rgba(0, 0, 0, 0.05);
  background: rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

.catalog__search:focus-within {
  border-color: #D68853;
}

.catalog__search input {
  outline: none;
  color: rgba(0, 0, 0, 0.5);
  font-family: Circe;
  font-size: 1.14286rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.71429rem;
  appearance: textfield;
}

.catalog__search button {
  width: 1.57143rem;
  height: 1.57143rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.catalog__search button svg g, .catalog__search button g path {
  transition: all 0.3s ease-in-out;
}

.catalog__search button:hover svg g path {
  stroke: #D68853;
}

.catalog-description {
  margin-top: 11.43rem;
}

.catalog-description__container {
  width: 77.8125%;
  display: flex;
  flex-direction: column;
  gap: 2.85714rem;
  align-items: flex-start;
}

.catalog-description__text {
  width: 100%;
  color: #000;
  font-family: Circe;
  font-size: 1.14286rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 1.6rem */
}

.catalog-description__text p {
  color: #000;
  font-family: Circe;
  font-size: 1.14286rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 1.6rem */
}

.contacts {
  margin-top: 5.81rem;
}

.contacts__container {
  width: 77.8125%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5.71rem;
}

.contacts__main {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 2.14rem;
}

.contacts__info {
  width: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4.28571rem;
}

.contacts__info-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1.71429rem;
  font-family: Circe;
  font-size: 1.14286rem;
  font-style: normal;
  font-weight: 350;
  line-height: 1.71429rem; /* 150% */
}

.contacts__map {
  width: 100%;
  flex-grow: 1;
  height: 45.92857rem;
}

.contacts__map iframe {
  height: 100%;
  width: 100%;
}

.contacts__departments {
  width: 70.42857rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1.07143rem;
}

.contacts__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.71429rem;
}

.contacts__text {
  display: flex;
  flex-direction: column;
  font-family: Circe;
  font-size: 1.14286rem;
  font-style: normal;
  font-weight: 350;
  line-height: 1.71429rem; /* 150% */
}

.contacts__links {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 2.85714rem;
  font-family: Circe;
  font-size: 1.14286rem;
  font-style: normal;
  font-weight: 350;
  line-height: 1.71429rem; /* 150% */
}

.contacts__link {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 2.92857rem;
  transition: all 0.3s ease-in-out;
}

.contacts__link p, .contacts__link span {
  transition: all 0.3s ease-in-out;
}

.contacts__link svg {
  width: 3.42857rem;
  height: 3rem;
}

.contacts__link svg path {
  transition: all 0.3s ease-in-out;
}

.contacts__link:hover span, .contacts__link:hover p {
  color: #D68853;
}

.contacts__link:hover svg path {
  fill: #D68853;
}

.contacts__link-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.57143rem;
}

.locations {
  margin-top: 5.71rem;
}

.locations__container {
  width: 77.8125%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.86rem;
}

.locations__wrapper {
  width: 30.07143rem;
  display: flex;
  flex-direction: column;
  gap: 4.28571rem;
}

.locations__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.42857rem;
}

.main-banner {
  position: relative;
  height: 50rem;
}

.main-banner__slides {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.main-banner__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.main-banner__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-banner__slide_active {
  opacity: 1;
  visibility: visible;
}

.main-banner__container {
  height: 100%;
  top: 0;
  left: 3.125%;
  z-index: 1;
  position: absolute;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.main-banner__bullets {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 0.57143rem;
}

.main-banner__bullet {
  width: 0.85714rem;
  height: 0.85714rem;
  border: 0.15rem solid #fff;
  border-radius: 50%;
  background: none;
}

.main-banner__bullet_active {
  background: #D68853;
}

.categories {
  background: #F8F9F9;
}

.categories__container {
  padding: 3.07rem 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  gap: 2.14286rem;
}

.categories__link {
  flex-grow: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.42857rem;
}

.categories__link:hover .categories__link-image img {
  transform: scale(1.2);
}

.categories__link:hover .categories__link-text svg path {
  fill: #D68853;
}

.categories__link:hover .categories__link-text span {
  color: #D68853;
}

.categories__link-image {
  width: 100%;
  height: 10.71429rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1.42857rem;
  overflow: hidden;
}

.categories__link-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.categories__link-text {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1.42857rem;
}

.categories__link-text svg {
  width: 2.28571rem;
  height: 2.28571rem;
  flex: 1 0 auto;
}

.categories__link-text svg path {
  transition: all 0.3s ease-in-out;
}

.categories__link-text span {
  flex-grow: 1;
  transition: all 0.3s ease-in-out;
  color: #000000;
  font-family: Circe;
  font-size: 1.14286rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 1.6rem */
  letter-spacing: 0.05714rem;
  text-transform: uppercase;
}

.main-about {
  margin-top: 4.29rem;
}

.main-about__container {
  display: flex;
  flex-direction: column;
  gap: 2.85714rem;
}

.main-about__heading {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.main-about__content {
  color: var(--Black, #231F20);
  font-family: Circe;
  font-size: 1.64286rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 1.97143rem */
}

.main-about__content p {
  color: var(--Black, #231F20);
  font-family: Circe;
  font-size: 1.64286rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 1.97143rem */
}

.main-about__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  gap: 2.14286rem;
}

.main-about__list-item {
  height: 15.28571rem;
  border-radius: 1.42857rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.main-about__list-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.82857rem;
}

.main-about__list-item span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.43rem 1.79rem 1.79rem;
  color: var(--Black, #231F20);
  font-family: Circe;
  font-size: 1.14286rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 1.6rem */
  letter-spacing: 0.05714rem;
  text-transform: uppercase;
  background: #F8F9F9;
  border-radius: 0 0 1.5rem 1.5rem;
}

.main-about__banner {
  padding: 2.85714rem 7.14286rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1.42857rem;
  background: #122E43;
}

.main-about__banner p {
  color: #F8F9F9;
  text-align: center;
  font-family: Circe;
  font-size: 1.64286rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 2.3rem */
  text-align: center;
}

.areas {
  margin-top: 4.29rem;
}

.areas__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.85714rem;
}

.areas__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  gap: 2.14286rem;
}

.areas__list-item {
  height: 17.85714rem;
  border-radius: 1.42857rem;
  overflow: hidden;
  position: relative;
}

.areas__list-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 0;
}

.areas__list-item span {
  color: var(--White, #FFF);
  font-family: Circe;
  font-size: 1.42857rem;
  font-style: normal;
  font-weight: 350;
  line-height: 140%; /* 2rem */
  letter-spacing: 0.07143rem;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 2.14rem;
}

.advantages {
  position: relative;
  margin-top: 4.29rem;
}

.advantages__bg {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 0;
}

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

.advantages__container {
  position: relative;
  z-index: 1;
  padding: 4.29rem 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.85714rem;
}

.advantages__container .main-title {
  color: #fff;
}

.advantages__list {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4.28571rem;
}

.advantages__list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.42857rem;
}

.advantages__list-item svg {
  width: 5.71429rem;
  height: 5.71429rem;
}

.advantages__list-item span {
  width: 17.85714rem;
  color: var(--White, #FFF);
  text-align: center;
  font-family: Circe;
  font-size: 1.14286rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 1.6rem */
  letter-spacing: 0.05714rem;
}

.main-news {
  margin-top: 4.29rem;
}

.main-news__container {
  display: flex;
  flex-direction: column;
  gap: 2.85714rem;
}

.main-news__heading {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.main-news__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  gap: 2.14286rem;
}

.links {
  margin: 5.71rem 0;
}

.links__container {
  width: 77.8125%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4.29rem;
}

.links__list {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  gap: 5.42857rem;
}

.news {
  margin-top: 5.71rem;
}

.news__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5.71rem;
}

.news__main {
  width: 82.933%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 2.85714rem;
}

.news__content {
  display: flex;
  flex-direction: column;
  gap: 1.43rem;
}

.news__content h1 {
  margin-bottom: 1.21rem;
}

.news__content .date {
  font-family: Circe;
  font-size: 1.14286rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 1.6rem */
  color: #D68853;
}

.news__text {
  color: #000;
  font-family: Circe;
  font-size: 1.14286rem;
  font-style: normal;
  font-weight: 350;
  line-height: 140%; /* 1.6rem */
}

.news__text p {
  color: #000;
  font-family: Circe;
  font-size: 1.14286rem;
  font-style: normal;
  font-weight: 350;
  line-height: 140%; /* 1.6rem */
}

.news__image {
  flex: 1 0 auto;
  width: 43.35714rem;
  height: 32.21429rem;
  border-radius: 1.07143rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

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

.news__gallery {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  gap: 2.85714rem;
}

.news__gallery a {
  width: 100%;
  height: 32.21429rem;
  overflow: hidden;
  border-radius: 1.07143rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.news__gallery a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.news__gallery a:hover img {
  filter: brightness(0.9);
  transform: scale(1.2);
}

.news__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.85714rem;
}

.product {
  margin-top: 5.71rem;
}

.product__container {
  width: 77.8125%;
  display: grid;
  grid-template-areas: "a b" "a c";
  grid-template-rows: auto 1fr;
  gap: 2.85714rem 5.8rem;
}

.product__gallery {
  width: 30.71429rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 2.85714rem;
  grid-area: a;
}

.product__top-slider {
  height: 43.85714rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 1.07143rem;
}

.product__top-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.product__top-slider .swiper-slide:hover img {
  transform: scale(1.2);
  filter: brightness(0.9);
}

.product__bottom-slider {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1.42857rem;
  align-items: center;
}

.product__bottom-slider .swiper-button-prev, .product__bottom-slider .swiper-button-next {
  left: auto;
  right: auto;
  position: relative;
  top: auto;
  margin: 0;
}

.product__bottom-slider .swiper-button-prev svg, .product__bottom-slider .swiper-button-next svg {
  width: 1.71429rem;
  height: 1.71429rem;
}

.product__bottom-slider .swiper-button-prev svg path, .product__bottom-slider .swiper-button-next svg path {
  transition: all 0.3s ease-in-out;
}

.product__bottom-slider .swiper-button-prev:after, .product__bottom-slider .swiper-button-next:after {
  display: none;
}

.product__bottom-slider .swiper-button-prev:hover svg path, .product__bottom-slider .swiper-button-next:hover svg path {
  stroke: #D68853;
}

.product__bottom-slider-container {
  flex-grow: 1;
  overflow: hidden;
  height: 6.85714rem;
  border-radius: 1.07143rem;
}

.product__bottom-slider-container .swiper-slide {
  overflow: hidden;
  border-radius: 1.07143rem;
  cursor: pointer;
}

.product__bottom-slider-container .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.product__bottom-slider-container .swiper-slide:hover img {
  transform: scale(1.2);
}

.product__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.42857rem;
}

.product__info span {
  font-family: Circe;
  font-size: 1.42857rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 2rem */
}

.product__info span b {
  color: #D68853;
}

.product__info p {
  font-family: Circe;
  font-size: 1.14286rem;
  font-style: normal;
  font-weight: 350;
  line-height: 140%; /* 1.6rem */
}

.product__block {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 2.85714rem;
}

.product__characteristic {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.42857rem;
}

.product__characteristic-heading {
  display: flex;
  align-items: center;
  gap: 1.28571rem;
  cursor: pointer;
}

.product__characteristic-heading span {
  font-family: Circe;
  font-size: 1.42857rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 2rem */
  transition: all 0.3s ease-in-out;
}

.product__characteristic-heading svg {
  width: 1.01014rem;
  height: 0.60607rem;
}

.product__characteristic-heading svg path {
  transition: all 0.3s ease-in-out;
}

.product__characteristic-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.71429rem;
}

.product__characteristic-list li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.product__characteristic-list li span {
  width: 50%;
  font-family: Circe;
  font-size: 1.14286rem;
  font-style: normal;
  font-weight: 350;
  line-height: 140%; /* 1.6rem */
}

.product__characteristic-list li p {
  width: 50%;
  font-family: Circe;
  font-size: 1.14286rem;
  font-style: normal;
  font-weight: 350;
  line-height: 140%; /* 1.6rem */
  padding-left: 1.43rem;
  border-left: 0.071rem solid rgba(18, 46, 67, 0.48);
}

.tabs {
  margin-top: 6.29rem;
}

.tabs__container {
  width: 77.8125%;
  display: flex;
  flex-direction: column;
  gap: 4.29rem;
}

.tabs__buttons {
  display: flex;
  border-radius: 1.07143rem;
  background: rgba(18, 46, 67, 0.04);
  overflow: hidden;
  padding: 1.42857rem 2.85714rem;
}

.tabs__button {
  flex-grow: 1;
  text-align: center;
  color: #000000;
  font-family: Circe;
  font-size: 1.42857rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 2rem */
  transition: all 0.3s ease-in-out;
  position: relative;
  cursor: pointer;
}

.tabs__button:before, .tabs__button:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  right: auto;
  top: 100%;
  width: 0%;
  height: 0.124rem;
  background: #000000;
  transition: all 0.3s ease-in-out;
}

.tabs__button:after {
  right: 50%;
  left: auto;
}

.tabs__button:not(:first-child) {
  border-left: 0.071rem solid rgba(0, 0, 0, 0.28);
}

.tabs__button:not(.tabs__button_active):hover {
  color: #D68853;
}

.tabs__button:not(.tabs__button_active):hover:before, .tabs__button:not(.tabs__button_active):hover:after {
  width: 20%;
  background: #D68853;
}

.tabs__button_active {
  color: #D68853;
}

.tabs__button_active:before, .tabs__button_active:after {
  width: 20%;
  background: #D68853;
}

.tabs__content {
  width: 100%;
  height: auto;
}

.tabs__pane {
  display: none;
}

.tabs__pane_active {
  display: flex;
}

.tabs__pane_text {
  flex-direction: column;
  align-items: flex-start;
  gap: 1.42857rem;
  font-family: Circe;
  font-size: 1.14286rem;
  font-style: normal;
  font-weight: 350;
  line-height: 140%; /* 1.6rem */
}

.tabs__pane_text p {
  font-family: Circe;
  font-size: 1.14286rem;
  font-style: normal;
  font-weight: 350;
  line-height: 140%; /* 1.6rem */
}

.tabs__pane_table {
  width: 100%;
  overflow: hidden;
}

.tabs__pane_table table {
  width: 100%;
  background: #FFF;
}

.tabs__pane_table table thead {
  background: #122E43;
  height: 4.92857rem;
}

.tabs__pane_table table thead th {
  color: #FFF;
  font-family: Circe;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 1.3rem */
  vertical-align: middle;
  text-align: left;
  padding: 0 1.43rem;
}

.tabs__pane_table table thead th:not(:first-child) {
  border-left: 0.071rem solid #F0F0F0;
}

.tabs__pane_table table thead th:first-child {
  border-top-left-radius: 1.07143rem;
}

.tabs__pane_table table thead th:last-child {
  border-top-right-radius: 1.07143rem;
}

.tabs__pane_table table tbody tr {
  height: 4.92857rem;
}

.tabs__pane_table table tbody tr td {
  padding: 0 1.43rem;
  vertical-align: middle;
  text-align: left;
  font-family: Circe;
  font-size: 0.85714rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 1.11429rem */
  border-left: 0.071rem solid #F0F0F0;
  border-bottom: 0.071rem solid #F0F0F0;
}

.tabs__pane_table table tbody tr td:last-child {
  border-right: 0.071rem solid #F0F0F0;
}

.tabs__pane_table table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 1.07143rem;
}

.tabs__pane_table table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 1.07143rem;
}

.tabs__pane_download {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.43rem;
}

.tabs__pane_download a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.71429rem;
  transition: all 0.3s ease-in-out;
  font-family: Circe;
  font-size: 1.14286rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 1.6rem */
}

.tabs__pane_download a svg {
  width: 3.42857rem;
  height: 3.42857rem;
}

.tabs__pane_download a svg path {
  transition: all 0.3s ease-in-out;
}

.tabs__pane_download a:hover {
  color: #D68853;
}

.tabs__pane_download a:hover svg path {
  stroke: #D68853;
}

.production {
  margin-top: 5.71rem;
}

.production__container {
  width: 77.8125%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5.71rem;
}

.production__heading {
  width: 70.71429rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.42857rem;
  text-align: center;
}

.production__block {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 9.14286rem;
}

.production__block_reversed {
  flex-direction: row-reverse;
}

.production__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.71429rem;
}

.production__text {
  font-family: Circe;
  font-size: 1.14286rem;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
}

.production__text ul {
  list-style-type: disc;
}

.production__text ol {
  list-style-type: decimal;
}

.production__image {
  flex: 1 0 auto;
  width: 36.42857rem;
  height: 28.14286rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1.07143rem;
  overflow: hidden;
}

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

.production__advantages-list {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  gap: 4.28571rem;
}

.production__advantages-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 2.21rem;
}

.production__advantages-item svg {
  width: 5.35714rem;
  height: 5.35714rem;
  flex: 1 0 auto;
}

.production__equipment {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4.07143rem;
}

.production__equipment-list {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  gap: 3.57143rem;
}

.production__equipment-item {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  padding: 1.78571rem 2.14286rem;
  font-family: Circe;
  font-size: 1.14286rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 1.07143rem;
  border: 0.071rem solid rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.production__equipment-item:hover {
  background: #122E43;
  color: #fff;
}

.production__equipment-item_active {
  background: #122E43;
  color: #fff;
}

.production__equipment-tabs {
  width: 100%;
  height: auto;
}

.production__equipment-tab {
  width: 100%;
  height: auto;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.71429rem;
}

.production__equipment-tab_active {
  display: flex;
}

.vacancies {
  margin-top: 5.71rem;
}

.vacancies__container {
  width: 77.8125%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5.71rem;
}

.vacancies__main {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2.86rem;
}

.vacancies__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.86rem;
}

.vacancies__text {
  font-family: Circe;
  font-size: 1.14286rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.42857rem; /* 125% */
}

.vacancies__text p {
  font-family: Circe;
  font-size: 1.14286rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.42857rem; /* 125% */
}

.vacancies__image {
  flex: 1 0 auto;
  width: 46.85714rem;
  height: 30.57143rem;
  border-radius: 1.07143rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

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

.vacancies__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.57143rem;
}

.vacancies__list > ul {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: auto;
  gap: 2.57143rem 2rem;
}

.vacancies__list-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.71429rem;
}

.vacancies__list-heading {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.85714rem;
}

.vacancies__list-heading span {
  font-family: Circe;
  font-size: 1.42857rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.42857rem; /* 100% */
}

.vacancies__list-heading svg {
  width: 1.42857rem;
  height: 1.42857rem;
}

.vacancies__list-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.85714rem;
  font-family: Circe;
  font-size: 1rem;
  font-style: normal;
  font-weight: 350;
  line-height: 1.42857rem; /* 100% */
}

.vacancies__list-content p {
  font-family: Circe;
  font-size: 1rem;
  font-style: normal;
  font-weight: 350;
  line-height: 1.42857rem; /* 100% */
}

.vacancies__list-content ul, .vacancies__list-content ol {
  margin-left: 1rem;
  list-style-type: disc;
}

.vacancies__list-content ol {
  list-style-type: decimal;
}

.form {
  margin-top: 5.71rem;
}

.form__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.71429rem;
}

.form__wrapper {
  width: 42.85714rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.71429rem;
}

.form__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0.28571rem;
}

.form__item span {
  font-family: Circe;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857rem; /* 142.857% */
}

.form__item input, .form__item textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  padding: 0.57143rem 0.85714rem;
  border-radius: 0.42857rem;
  border: 0.071rem solid rgba(0, 0, 0, 0.1);
  outline: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Circe;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857rem; /* 142.857% */
  transition: all 0.3s ease-in-out;
}

.form__item input::placeholder, .form__item textarea::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.form__item textarea {
  min-height: 9.5rem;
}

.form__item:focus-within input, .form__item:focus-within textarea {
  border-color: #000;
}

@media screen and (max-width: 768px) and (min-width: 481px) {
  .about {
    margin-top: 5.71rem;
  }
  .about__container {
    width: 95.833%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.85714rem;
  }
  .about__text {
    font-family: Circe;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.71429rem; /* 150% */
  }
  .about__text p {
    font-family: Circe;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.71429rem; /* 150% */
  }
  .video {
    margin-top: 4.29rem;
  }
  .video__container {
    width: 95.833%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
  }
  .video__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.71429rem;
    color: #000;
    font-family: Circe;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.71429rem; /* 150% */
  }
  .video__text p {
    color: #000;
    font-family: Circe;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.71429rem; /* 150% */
  }
  .video__video {
    width: 27.85714rem;
    height: 16.14286rem;
    overflow: hidden;
    cursor: pointer;
    border-radius: 1.07143rem;
  }
  .video__video a {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .video__video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.8);
    transition: all 0.3s ease-in-out;
  }
  .video__video:hover img {
    filter: brightness(1);
  }
  .video__video:hover .video__button {
    background: #D68853;
  }
  .video__video:hover .video__button svg path {
    fill: #fff;
    stroke: #fff;
  }
  .video__button {
    position: absolute;
    width: 4.71429rem;
    height: 4.71429rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(217, 217, 217, 0.8);
    transition: all 0.3s ease-in-out;
  }
  .video__button svg {
    width: 1.28571rem;
    height: 1.71429rem;
  }
  .video__button svg path {
    transition: all 0.3s ease-in-out;
  }
  .lg-video-object, .lg-video-poster {
    border-radius: 1.07143rem;
  }
  .customers {
    margin-top: 4.29rem;
  }
  .customers__container {
    width: 95.833%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4.28571rem;
  }
  .customers__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.85714rem;
    font-family: Circe;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.71429rem; /* 150% */
  }
  .customers__text p {
    font-family: Circe;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.71429rem; /* 150% */
  }
  .customers__list {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: 1fr;
    gap: 1.42857rem 2.85714rem;
  }
  .customers__list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.57143rem;
  }
  .customers__list-item img {
    width: 7.14286rem;
    height: 7.14286rem;
    margin-bottom: 0.85714rem;
  }
  .customers__list-item span {
    text-align: center;
    font-family: Circe;
    font-size: 1.42857rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem; /* 140% */
  }
  .customers__list-item p {
    font-family: Circe;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.71429rem; /* 150% */
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
  }
  .gallery {
    margin-top: 4.29rem;
  }
  .gallery__container {
    width: 95.833%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3.35714rem;
  }
  .gallery__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.85714rem;
    font-family: Circe;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.71429rem; /* 150% */
  }
  .gallery__text p {
    font-family: Circe;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.71429rem; /* 150% */
  }
  .gallery__wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 4.28571rem;
  }
  .gallery__left-gallery {
    width: 5.71429rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.07143rem;
    flex: 1 0 auto;
  }
  .gallery__left-gallery .swiper-button-prev, .gallery__left-gallery .swiper-button-next {
    display: none;
  }
  .gallery__left-gallery-container {
    width: 100%;
    overflow: hidden;
    height: 39.64289rem;
  }
  .gallery__left-gallery-container .swiper-slide {
    height: 5.71429rem !important;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
  }
  .gallery__left-gallery-container .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
  }
  .gallery__left-gallery-container .swiper-slide:hover img {
    transform: scale(1.2);
  }
  .gallery__right-slider {
    overflow: hidden;
    width: 100%;
    height: 41.28571rem;
    border-radius: 1.07143rem;
    overflow: hidden;
  }
  .gallery__right-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
  }
  .gallery__right-slider .swiper-slide:hover img {
    transform: scale(1.2);
  }
  .text-block {
    margin-top: 4.29rem;
  }
  .text-block__container {
    width: 95.833%;
    color: #000;
    font-family: Circe;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 350;
    line-height: 1.42857rem; /* 125% */
  }
  .text-block__container p {
    color: #000;
    font-family: Circe;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 350;
    line-height: 1.42857rem; /* 125% */
  }
}

@media screen and (max-width: 768px) and (min-width: 481px) {
  .catalog {
    margin: 5.71rem 0;
  }
  .catalog__container {
    width: 95.833%;
    display: flex;
    flex-direction: column;
    gap: 2.86rem;
  }
  .catalog__container h1 {
    text-align: center;
  }
  .catalog__categories {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: 1fr;
    gap: 0.85714rem;
  }
  .catalog__category {
    padding: 1.5rem 0;
    width: 100%;
    text-align: center;
    border-radius: 1.07143rem;
    border: 0.071rem solid rgba(0, 0, 0, 0.28);
    background: #FFF;
    box-shadow: 0.142rem 0 0.284rem rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
    font-family: Circe;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.6rem */
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .catalog__category:not(.catalog__category_active):hover {
    border-color: #122E43;
    color: #122E43;
  }
  .catalog__category_active {
    background: #122E43;
    border-color: #122E43;
    color: #fff;
  }
  .catalog__subcategories {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
    gap: 1.42857rem;
  }
  .catalog__subcategory {
    height: 6.5rem;
    border-radius: 1.07143rem;
    border: 0.071rem solid rgba(0, 0, 0, 0.12);
    box-shadow: 0.142rem 0.142rem 0.5rem rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    transition: all 0.3s ease-in-out;
    padding: 0 1.43rem;
  }
  .catalog__subcategory img {
    z-index: 0;
    position: absolute;
    height: 101%;
    width: 51%;
    object-fit: cover;
    right: -1%;
    top: 0;
    transition: all 0.3s ease-in-out;
  }
  .catalog__subcategory div {
    transform: skew(145deg);
    z-index: 1;
    position: absolute;
    background: #fff;
    height: 120%;
    width: 67%;
    left: -7%;
    transition: all 0.3s ease-in-out;
  }
  .catalog__subcategory span {
    color: #000;
    font-family: Circe;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.6rem */
    position: relative;
    z-index: 2;
    transition: all 0.3s ease-in-out;
  }
  .catalog__subcategory:hover {
    border-color: #D68853;
  }
  .catalog__subcategory:hover img {
    transform: scale(1.1);
  }
  .catalog__subcategory:hover span {
    color: #D68853;
  }
  .catalog__subcategory:hover div {
    width: 65%;
  }
  .catalog__filter {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.85714rem;
  }
  .catalog__filter-heading {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2.14286rem;
    cursor: pointer;
  }
  .catalog__filter-heading svg {
    width: 1.71429rem;
    height: 1.71429rem;
  }
  .catalog__filter-list {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: auto;
    gap: 1.42857rem 1rem;
  }
  .catalog__filter-list .filter__reset {
    grid-column: 3 span;
  }
  .catalog__products {
    display: flex;
    flex-direction: column;
    gap: 1.42857rem;
  }
  .catalog__product-list {
    display: flex;
    flex-direction: column;
    gap: 1.57143rem;
  }
  .catalog-description {
    margin-top: 4.29rem;
  }
  .catalog-description__container {
    width: 95.833%;
    display: flex;
    flex-direction: column;
    gap: 2.85714rem;
    align-items: flex-start;
  }
  .catalog-description__text {
    width: 100%;
    color: #000;
    font-family: Circe;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.6rem */
  }
  .catalog-description__text p {
    color: #000;
    font-family: Circe;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.6rem */
  }
}

@media screen and (max-width: 768px) and (min-width: 481px) {
  .contacts {
    margin-top: 5.81rem;
  }
  .contacts__container {
    width: 95.833%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4.29rem;
  }
  .contacts__main {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 2.14rem;
  }
  .contacts__info {
    width: 100%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.85714rem;
  }
  .contacts__info-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 1.42857rem;
  }
  .contacts__map {
    width: 100%;
    flex-grow: 1;
    height: 25.42857rem;
  }
  .contacts__map iframe {
    height: 100%;
    width: 100%;
  }
  .contacts__departments {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 1.07143rem;
  }
  .contacts__list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.71429rem;
  }
  .contacts__text {
    display: flex;
    flex-direction: column;
    font-family: Circe;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 350;
    line-height: 1.71429rem; /* 150% */
  }
  .contacts__links {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 2.85714rem;
    font-family: Circe;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 350;
    line-height: 1.71429rem; /* 150% */
  }
  .contacts__link {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 2.92857rem;
    transition: all 0.3s ease-in-out;
  }
  .contacts__link p, .contacts__link span {
    transition: all 0.3s ease-in-out;
  }
  .contacts__link svg {
    width: 3.42857rem;
    height: 3rem;
  }
  .contacts__link svg path {
    transition: all 0.3s ease-in-out;
  }
  .contacts__link:hover span, .contacts__link:hover p {
    color: #D68853;
  }
  .contacts__link:hover svg path {
    fill: #D68853;
  }
  .contacts__link-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.57143rem;
  }
  .locations {
    margin-top: 5.71rem;
  }
  .locations__container {
    width: 95.833%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.43rem;
  }
  .locations__wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2.85714rem;
  }
  .locations__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.42857rem;
  }
}

@media screen and (max-width: 768px) and (min-width: 481px) {
  .main-banner {
    position: relative;
    height: 30.71429rem;
  }
  .main-banner__slides {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
  }
  .main-banner__slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
  }
  .main-banner__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .main-banner__slide_active {
    opacity: 1;
    visibility: visible;
  }
  .main-banner__container {
    height: 100%;
    top: 0;
    left: 2.0835%;
    z-index: 1;
    position: absolute;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .main-banner__bullets {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 0.57143rem;
  }
  .main-banner__bullet {
    width: 0.85714rem;
    height: 0.85714rem;
    border: 0.15rem solid #fff;
    border-radius: 50%;
    background: none;
  }
  .main-banner__bullet_active {
    background: #D68853;
  }
  .categories {
    background: #F8F9F9;
  }
  .categories__container {
    padding: 3.07rem 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 2.14286rem;
    overflow-x: scroll;
  }
  .categories__link {
    flex: 1 0 auto;
    width: 19.71429rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.42857rem;
  }
  .categories__link:hover .categories__link-image img {
    transform: scale(1.2);
  }
  .categories__link:hover .categories__link-text svg path {
    fill: #D68853;
  }
  .categories__link:hover .categories__link-text span {
    color: #D68853;
  }
  .categories__link-image {
    width: 100%;
    height: 10.71429rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1.42857rem;
    overflow: hidden;
  }
  .categories__link-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
  }
  .categories__link-text {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 1.42857rem;
  }
  .categories__link-text svg {
    width: 2.28571rem;
    height: 2.28571rem;
    flex: 1 0 auto;
  }
  .categories__link-text svg path {
    transition: all 0.3s ease-in-out;
  }
  .categories__link-text span {
    flex-grow: 1;
    transition: all 0.3s ease-in-out;
    color: #000000;
    font-family: Circe;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 1.6rem */
    text-transform: uppercase;
    letter-spacing: 0.05714rem;
  }
  .main-about {
    margin-top: 3.07rem;
  }
  .main-about__container {
    display: flex;
    flex-direction: column;
    gap: 3.07rem;
  }
  .main-about__heading {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .main-about__content {
    color: var(--Black, #231F20);
    font-family: Circe;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 1.97143rem */
  }
  .main-about__content p {
    color: var(--Black, #231F20);
    font-family: Circe;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 1.97143rem */
  }
  .main-about__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
    gap: 2.14286rem;
  }
  .main-about__list-item {
    height: 15.28571rem;
    border-radius: 1.42857rem;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
  }
  .main-about__list-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1.82857rem;
  }
  .main-about__list-item span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1.43rem 1.79rem 1.79rem;
    color: var(--Black, #231F20);
    font-family: Circe;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 1.6rem */
    letter-spacing: 0.05714rem;
    text-transform: uppercase;
    background: #F8F9F9;
    border-radius: 0 0 1.5rem 1.5rem;
  }
  .main-about__banner {
    padding: 2.85714rem 0.39rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1.42857rem;
    background: #122E43;
  }
  .main-about__banner p {
    color: #F8F9F9;
    text-align: center;
    font-family: Circe;
    font-size: 1.64286rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 2.3rem */
    text-align: center;
  }
  .areas {
    margin-top: 2.85714rem;
  }
  .areas__container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.85714rem;
  }
  .areas__list {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    gap: 0.85714rem;
  }
  .areas__list-item {
    height: 17.85714rem;
    border-radius: 1.42857rem;
    overflow: hidden;
    position: relative;
  }
  .areas__list-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 0;
  }
  .areas__list-item span {
    color: var(--White, #FFF);
    font-family: Circe;
    font-size: 1.42857rem;
    font-style: normal;
    font-weight: 350;
    line-height: 140%; /* 2rem */
    letter-spacing: 0.07143rem;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    padding: 2.14rem;
  }
  .advantages {
    position: relative;
    margin-top: 3.71rem;
  }
  .advantages__bg {
    height: 100%;
    width: 95.833%;
    left: 2.0835%;
    overflow: hidden;
    position: absolute;
    z-index: 0;
    border-radius: 1.07143rem;
  }
  .advantages__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .advantages__container {
    width: 95.833%;
    position: relative;
    z-index: 1;
    padding: 4.29rem 1.79rem;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.85714rem;
  }
  .advantages__container .main-title {
    color: #fff;
  }
  .advantages__list {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 4.28571rem;
  }
  .advantages__list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.42857rem;
  }
  .advantages__list-item svg {
    width: 5.71429rem;
    height: 5.71429rem;
  }
  .advantages__list-item span {
    width: 14.71429rem;
    color: var(--White, #FFF);
    text-align: center;
    font-family: Circe;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 1.6rem */
    letter-spacing: 0.05714rem;
  }
  .main-news {
    margin-top: 4.29rem;
  }
  .main-news__container {
    display: flex;
    flex-direction: column;
    gap: 2.85714rem;
  }
  .main-news__heading {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .main-news__list {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    gap: 2.14286rem;
  }
}

@media screen and (max-width: 768px) and (min-width: 481px) {
  .links {
    margin: 5.71rem 0;
  }
  .links__container {
    width: 95.833%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4.29rem;
  }
  .links__list {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
    gap: 1.43rem 3.93rem;
  }
}

@media screen and (max-width: 768px) and (min-width: 481px) {
  .news {
    margin-top: 5.71rem;
  }
  .news__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4.29rem;
  }
  .news__main {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    gap: 4.29rem;
  }
  .news__content {
    display: flex;
    flex-direction: column;
    gap: 1.43rem;
  }
  .news__content h1 {
    margin-bottom: 1.21rem;
  }
  .news__content .date {
    font-family: Circe;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.6rem */
    color: #D68853;
  }
  .news__text {
    color: #000;
    font-family: Circe;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 350;
    line-height: 140%; /* 1.6rem */
  }
  .news__text p {
    color: #000;
    font-family: Circe;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 350;
    line-height: 140%; /* 1.6rem */
  }
  .news__image {
    flex: 1 0 auto;
    width: 100%;
    height: 23.57143rem;
    border-radius: 1.07143rem;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  .news__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .news__gallery {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
    gap: 2.85714rem;
  }
  .news__gallery a {
    width: 100%;
    height: 32.21429rem;
    overflow: hidden;
    border-radius: 1.07143rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .news__gallery a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
  }
  .news__gallery a:hover img {
    filter: brightness(0.9);
    transform: scale(1.2);
  }
  .news__buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.85714rem;
  }
}

@media screen and (max-width: 768px) and (min-width: 481px) {
  .product {
    margin-top: 5.71rem;
  }
  .product__container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 4.29rem;
  }
  .product__gallery {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 2.85714rem;
    grid-area: a;
  }
  .product__top-slider {
    width: 97.396%;
    margin: 0 auto;
    height: 31.78571rem;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 1.07143rem;
  }
  .product__top-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
  }
  .product__top-slider .swiper-slide:hover img {
    transform: scale(1.2);
    filter: brightness(0.9);
  }
  .product__bottom-slider {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 1.42857rem;
    align-items: center;
    margin-left: 1.302%;
  }
  .product__bottom-slider .swiper-button-prev, .product__bottom-slider .swiper-button-next {
    display: none;
  }
  .product__bottom-slider-container {
    flex-grow: 1;
    overflow: hidden;
    height: 6.85714rem;
    border-radius: 1.07143rem;
  }
  .product__bottom-slider-container .swiper-slide {
    overflow: hidden;
    border-radius: 1.07143rem;
    cursor: pointer;
  }
  .product__bottom-slider-container .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
  }
  .product__bottom-slider-container .swiper-slide:hover img {
    transform: scale(1.2);
  }
  .product__info {
    width: 95.833%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.42857rem;
    order: -1;
  }
  .product__info span {
    font-family: Circe;
    font-size: 1.42857rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 2rem */
  }
  .product__info span b {
    color: #D68853;
  }
  .product__info p {
    font-family: Circe;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 350;
    line-height: 140%; /* 1.6rem */
  }
  .product__block {
    width: 95.833%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 2.85714rem;
  }
  .product__characteristic {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.42857rem;
  }
  .product__characteristic-heading {
    display: flex;
    align-items: center;
    gap: 1.28571rem;
    cursor: pointer;
  }
  .product__characteristic-heading span {
    font-family: Circe;
    font-size: 1.42857rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 2rem */
    transition: all 0.3s ease-in-out;
  }
  .product__characteristic-heading svg {
    width: 1.01014rem;
    height: 0.60607rem;
  }
  .product__characteristic-heading svg path {
    transition: all 0.3s ease-in-out;
  }
  .product__characteristic-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.71429rem;
  }
  .product__characteristic-list li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .product__characteristic-list li span {
    width: 50%;
    font-family: Circe;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 350;
    line-height: 140%; /* 1.6rem */
  }
  .product__characteristic-list li p {
    flex-grow: 1;
    font-family: Circe;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 350;
    line-height: 140%; /* 1.6rem */
    padding-left: 1.43rem;
    border-left: 0.071rem solid rgba(18, 46, 67, 0.48);
  }
  .tabs {
    margin-top: 4.29rem;
  }
  .tabs__container {
    width: 95.833%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 4.29rem;
  }
  .tabs__buttons {
    display: flex;
    border-radius: 1.07143rem;
    background: rgba(18, 46, 67, 0.04);
    overflow: hidden;
    padding: 1.42857rem 2.85714rem;
  }
  .tabs__button {
    flex-grow: 1;
    text-align: center;
    color: #000000;
    font-family: Circe;
    font-size: 1.42857rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 2rem */
    transition: all 0.3s ease-in-out;
    position: relative;
    cursor: pointer;
  }
  .tabs__button:before, .tabs__button:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    right: auto;
    top: 100%;
    width: 0%;
    height: 0.124rem;
    background: #000000;
    transition: all 0.3s ease-in-out;
  }
  .tabs__button:after {
    right: 50%;
    left: auto;
  }
  .tabs__button:not(:first-child) {
    border-left: 0.071rem solid rgba(0, 0, 0, 0.28);
  }
  .tabs__button:not(.tabs__button_active):hover {
    color: #D68853;
  }
  .tabs__button:not(.tabs__button_active):hover:before, .tabs__button:not(.tabs__button_active):hover:after {
    width: 20%;
    background: #D68853;
  }
  .tabs__button_active {
    color: #D68853;
  }
  .tabs__button_active:before, .tabs__button_active:after {
    width: 30%;
    background: #D68853;
  }
  .tabs__content {
    width: 100%;
    height: auto;
  }
  .tabs__pane {
    display: none;
  }
  .tabs__pane_active {
    display: flex;
  }
  .tabs__pane_text {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.42857rem;
    font-family: Circe;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 350;
    line-height: 140%; /* 1.6rem */
  }
  .tabs__pane_text p {
    font-family: Circe;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 350;
    line-height: 140%; /* 1.6rem */
  }
  .tabs__pane_table {
    width: 100%;
    overflow-y: scroll;
    overflow-x: visible;
  }
  .tabs__pane_table table {
    width: 88.28571rem;
    background: #FFF;
  }
  .tabs__pane_table table thead {
    background: #122E43;
    height: 4.92857rem;
  }
  .tabs__pane_table table thead th {
    color: #FFF;
    font-family: Circe;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 1.3rem */
    vertical-align: middle;
    text-align: left;
    padding: 0 1.43rem;
  }
  .tabs__pane_table table thead th:not(:first-child) {
    border-left: 0.071rem solid #F0F0F0;
  }
  .tabs__pane_table table thead th:first-child {
    border-top-left-radius: 1.07143rem;
  }
  .tabs__pane_table table thead th:last-child {
    border-top-right-radius: 1.07143rem;
  }
  .tabs__pane_table table tbody tr {
    height: 4.92857rem;
  }
  .tabs__pane_table table tbody tr td {
    padding: 0 1.43rem;
    vertical-align: middle;
    text-align: left;
    font-family: Circe;
    font-size: 0.85714rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 1.11429rem */
    border-left: 0.071rem solid #F0F0F0;
    border-bottom: 0.071rem solid #F0F0F0;
  }
  .tabs__pane_table table tbody tr td:last-child {
    border-right: 0.071rem solid #F0F0F0;
  }
  .tabs__pane_table table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 1.07143rem;
  }
  .tabs__pane_table table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 1.07143rem;
  }
  .tabs__pane_download {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1.43rem;
  }
  .tabs__pane_download a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.71429rem;
    transition: all 0.3s ease-in-out;
    font-family: Circe;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.6rem */
  }
  .tabs__pane_download a svg {
    width: 3.42857rem;
    height: 3.42857rem;
  }
  .tabs__pane_download a svg path {
    transition: all 0.3s ease-in-out;
  }
  .tabs__pane_download a:hover {
    color: #D68853;
  }
  .tabs__pane_download a:hover svg path {
    stroke: #D68853;
  }
}

@media screen and (max-width: 768px) and (min-width: 481px) {
  .production {
    margin-top: 5.71rem;
  }
  .production__container {
    width: 95.833%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 4.29rem;
  }
  .production__heading {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.42857rem;
    text-align: center;
  }
  .production__block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
  }
  .production__block_reversed {
    flex-direction: row-reverse;
  }
  .production__content {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.71429rem;
  }
  .production__text {
    font-family: Circe;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
  }
  .production__text ul {
    margin-left: 2rem;
    list-style-type: disc;
  }
  .production__text ol {
    margin-left: 2rem;
    list-style-type: decimal;
  }
  .production__image {
    flex: 1 0 auto;
    width: 50%;
    height: 21.64286rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1.07143rem;
    overflow: hidden;
  }
  .production__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .production__advantages-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
    gap: 1.42857rem 0.71429rem;
  }
  .production__advantages-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 2.21rem;
  }
  .production__advantages-item svg {
    width: 5.35714rem;
    height: 5.35714rem;
    flex: 1 0 auto;
  }
  .production__equipment {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4.07143rem;
  }
  .production__equipment-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 3.57143rem;
  }
  .production__equipment-item {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    padding: 1.78571rem 2.14286rem;
    font-family: Circe;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 1.07143rem;
    border: 0.071rem solid rgba(0, 0, 0, 0.6);
    transition: all 0.3s ease-in-out;
  }
  .production__equipment-item:hover {
    background: #122E43;
    color: #fff;
  }
}

@media screen and (max-width: 768px) and (min-width: 481px) {
  .vacancies {
    margin-top: 5.71rem;
  }
  .vacancies__container {
    width: 95.833%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4.29rem;
  }
  .vacancies__main {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2.86rem;
  }
  .vacancies__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.86rem;
  }
  .vacancies__text {
    font-family: Circe;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.42857rem; /* 125% */
  }
  .vacancies__text p {
    font-family: Circe;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.42857rem; /* 125% */
  }
  .vacancies__image {
    flex: 1 0 auto;
    width: 26rem;
    height: 35.57143rem;
    border-radius: 1.07143rem;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  .vacancies__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .vacancies__list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.57143rem;
  }
  .vacancies__list ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
    gap: 2.57143rem 2rem;
  }
  .vacancies__list-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.71429rem;
  }
  .vacancies__list-heading {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.85714rem;
  }
  .vacancies__list-heading span {
    font-family: Circe;
    font-size: 1.42857rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.42857rem; /* 100% */
  }
  .vacancies__list-heading svg {
    width: 1.42857rem;
    height: 1.42857rem;
  }
  .vacancies__list-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.85714rem;
    font-family: Circe;
    font-size: 1.42857rem;
    font-style: normal;
    font-weight: 350;
    line-height: 1.42857rem; /* 100% */
  }
  .vacancies__list-content p {
    font-family: Circe;
    font-size: 1.42857rem;
    font-style: normal;
    font-weight: 350;
    line-height: 1.42857rem; /* 100% */
  }
  .form {
    margin-top: 4.29rem;
  }
  .form__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.71429rem;
  }
  .form__wrapper {
    width: 42.85714rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.71429rem;
  }
  .form__item {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0.28571rem;
  }
  .form__item span {
    font-family: Circe;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857rem; /* 142.857% */
  }
  .form__item input, .form__item textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 0.57143rem 0.85714rem;
    border-radius: 0.42857rem;
    border: 0.071rem solid rgba(0, 0, 0, 0.1);
    outline: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: Circe;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857rem; /* 142.857% */
    transition: all 0.3s ease-in-out;
  }
  .form__item input::placeholder, .form__item textarea::placeholder {
    color: rgba(0, 0, 0, 0.5);
  }
  .form__item textarea {
    min-height: 9.5rem;
  }
  .form__item:focus-within input, .form__item:focus-within textarea {
    border-color: #000;
  }
}

@media screen and (max-width: 480px) {
  .about {
    margin-top: 5.71rem;
  }
  .about__container {
    width: 91.667%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.85714rem;
  }
  .about__text {
    text-align: center;
    font-family: Circe;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.71429rem; /* 150% */
  }
  .about__text p {
    text-align: center;
    font-family: Circe;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.71429rem; /* 150% */
  }
  .video {
    margin-top: 4.29rem;
  }
  .video__container {
    width: 91.667%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
  }
  .video__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.71429rem;
    color: #000;
    font-family: Circe;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.71429rem; /* 150% */
  }
  .video__text p {
    color: #000;
    font-family: Circe;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.71429rem; /* 150% */
  }
  .video__text .button {
    display: none;
  }
  .video__video {
    width: 100%;
    height: 15rem;
    overflow: hidden;
    cursor: pointer;
    border-radius: 1.07143rem;
  }
  .video__video a {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .video__video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.8);
    transition: all 0.3s ease-in-out;
  }
  .video__video:hover img {
    filter: brightness(1);
  }
  .video__video:hover .video__button {
    background: #D68853;
  }
  .video__video:hover .video__button svg path {
    fill: #fff;
    stroke: #fff;
  }
  .video__button {
    position: absolute;
    width: 4.71429rem;
    height: 4.71429rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(217, 217, 217, 0.8);
    transition: all 0.3s ease-in-out;
  }
  .video__button svg {
    width: 1.28571rem;
    height: 1.71429rem;
  }
  .video__button svg path {
    transition: all 0.3s ease-in-out;
  }
  .lg-video-object, .lg-video-poster {
    border-radius: 1.07143rem;
  }
  .customers {
    margin-top: 4.29rem;
  }
  .customers__container {
    width: 91.667%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4.28571rem;
  }
  .customers__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.85714rem;
    font-family: Circe;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.71429rem; /* 150% */
  }
  .customers__text p {
    font-family: Circe;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.71429rem; /* 150% */
  }
  .customers__list {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
    gap: 1.42857rem 2.85714rem;
  }
  .customers__list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.57143rem;
  }
  .customers__list-item img {
    width: 7.14286rem;
    height: 7.14286rem;
    margin-bottom: 0.85714rem;
  }
  .customers__list-item span {
    text-align: center;
    font-family: Circe;
    font-size: 1.42857rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem; /* 140% */
  }
  .customers__list-item p {
    font-family: Circe;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.71429rem; /* 150% */
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
  }
  .gallery {
    margin-top: 4.29rem;
  }
  .gallery__container {
    width: 91.667%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3.35714rem;
  }
  .gallery__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.85714rem;
    font-family: Circe;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.71429rem; /* 150% */
  }
  .gallery__text p {
    font-family: Circe;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.71429rem; /* 150% */
  }
  .gallery__wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 2.85714rem;
  }
  .gallery__left-gallery {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.07143rem;
    flex: 1 0 auto;
  }
  .gallery__left-gallery .swiper-button-prev, .gallery__left-gallery .swiper-button-next {
    display: none;
  }
  .gallery__left-gallery-container {
    width: 100%;
    overflow: hidden;
    height: 4.64286rem;
  }
  .gallery__left-gallery-container .swiper-slide {
    width: 4.64286rem !important;
    height: auto !important;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
  }
  .gallery__left-gallery-container .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
  }
  .gallery__left-gallery-container .swiper-slide:hover img {
    transform: scale(1.2);
  }
  .gallery__right-slider {
    overflow: hidden;
    width: 100%;
    height: 26.71429rem;
    border-radius: 1.07143rem;
    overflow: hidden;
  }
  .gallery__right-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
  }
  .gallery__right-slider .swiper-slide:hover img {
    transform: scale(1.2);
  }
  .text-block {
    margin-top: 4.29rem;
  }
  .text-block__container {
    width: 91.667%;
    color: #000;
    font-family: Circe;
    font-size: 1rem;
    font-style: normal;
    font-weight: 350;
    line-height: 1.42857rem; /* 125% */
  }
  .text-block__container p {
    color: #000;
    font-family: Circe;
    font-size: 1rem;
    font-style: normal;
    font-weight: 350;
    line-height: 1.42857rem; /* 125% */
  }
}

@media screen and (max-width: 480px) {
  .catalog {
    margin: 5.71rem 0;
  }
  .catalog__container {
    width: 91.667%;
    display: flex;
    flex-direction: column;
    gap: 2.86rem;
  }
  .catalog__container h1 {
    text-align: center;
  }
  .catalog__categories {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
    gap: 0.85714rem;
  }
  .catalog__category {
    padding: 1.5rem 0;
    width: 100%;
    text-align: center;
    border-radius: 1.07143rem;
    border: 0.071rem solid rgba(0, 0, 0, 0.28);
    background: #FFF;
    box-shadow: 0.142rem 0 0.284rem rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
    font-family: Circe;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.6rem */
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .catalog__category:not(.catalog__category_active):hover {
    border-color: #122E43;
    color: #122E43;
  }
  .catalog__category_active {
    background: #122E43;
    border-color: #122E43;
    color: #fff;
  }
  .catalog__subcategories {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    gap: 1.42857rem;
  }
  .catalog__subcategory {
    height: 6.5rem;
    border-radius: 1.07143rem;
    border: 0.071rem solid rgba(0, 0, 0, 0.12);
    box-shadow: 0.142rem 0.142rem 0.5rem rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    transition: all 0.3s ease-in-out;
    padding: 0 1.43rem;
  }
  .catalog__subcategory img {
    z-index: 0;
    position: absolute;
    height: 101%;
    width: 51%;
    object-fit: cover;
    right: -1%;
    top: 0;
    transition: all 0.3s ease-in-out;
  }
  .catalog__subcategory div {
    transform: skew(145deg);
    z-index: 1;
    position: absolute;
    background: #fff;
    height: 120%;
    width: 67%;
    left: -7%;
    transition: all 0.3s ease-in-out;
  }
  .catalog__subcategory span {
    color: #000;
    font-family: Circe;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.6rem */
    position: relative;
    z-index: 2;
    transition: all 0.3s ease-in-out;
  }
  .catalog__subcategory:hover {
    border-color: #D68853;
  }
  .catalog__subcategory:hover img {
    transform: scale(1.1);
  }
  .catalog__subcategory:hover span {
    color: #D68853;
  }
  .catalog__subcategory:hover div {
    width: 65%;
  }
  .catalog__filter {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.85714rem;
  }
  .catalog__filter-heading {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2.14286rem;
    cursor: pointer;
  }
  .catalog__filter-heading svg {
    width: 1.71429rem;
    height: 1.71429rem;
  }
  .catalog__filter-list {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
    gap: 1.42857rem 1rem;
  }
  .catalog__filter-list .filter__reset {
    grid-column: 2 span;
  }
  .catalog__products {
    display: flex;
    flex-direction: column;
    gap: 1.42857rem;
  }
  .catalog__product-list {
    display: flex;
    flex-direction: column;
    gap: 1.57143rem;
  }
  .catalog-description {
    margin-top: 2.86rem;
  }
  .catalog-description__container {
    width: 91.667%;
    display: flex;
    flex-direction: column;
    gap: 2.85714rem;
    align-items: flex-start;
  }
  .catalog-description__text {
    width: 100%;
    color: #000;
    font-family: Circe;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.6rem */
  }
  .catalog-description__text p {
    color: #000;
    font-family: Circe;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.6rem */
  }
}

@media screen and (max-width: 480px) {
  .contacts {
    margin-top: 5.81rem;
  }
  .contacts__container {
    width: 91.667%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.86rem;
  }
  .contacts__main {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 2.14rem;
  }
  .contacts__info {
    width: 100%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.85714rem;
  }
  .contacts__info-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 1.42857rem;
  }
  .contacts__map {
    width: 100%;
    flex-grow: 1;
    height: 25.42857rem;
  }
  .contacts__map iframe {
    height: 100%;
    width: 100%;
  }
  .contacts__departments {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.42857rem;
  }
  .contacts__list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.42857rem;
  }
  .contacts__text {
    display: flex;
    flex-direction: column;
    font-family: Circe;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 350;
    line-height: 1.71429rem; /* 150% */
  }
  .contacts__links {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2.85714rem;
    font-family: Circe;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 350;
    line-height: 1.71429rem; /* 150% */
  }
  .contacts__link {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 2.92857rem;
    transition: all 0.3s ease-in-out;
  }
  .contacts__link p, .contacts__link span {
    transition: all 0.3s ease-in-out;
  }
  .contacts__link svg {
    width: 3.42857rem;
    height: 3rem;
  }
  .contacts__link svg path {
    transition: all 0.3s ease-in-out;
  }
  .contacts__link:hover span, .contacts__link:hover p {
    color: #D68853;
  }
  .contacts__link:hover svg path {
    fill: #D68853;
  }
  .contacts__link-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.57143rem;
  }
  .locations {
    margin-top: 5.71rem;
  }
  .locations__container {
    width: 91.667%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.43rem;
  }
  .locations__wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2.85714rem;
  }
  .locations__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.42857rem;
  }
}

@media screen and (max-width: 480px) {
  .main-banner {
    position: relative;
    height: 19.14286rem;
  }
  .main-banner__slides {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
  }
  .main-banner__slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
  }
  .main-banner__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .main-banner__slide_active {
    opacity: 1;
    visibility: visible;
  }
  .main-banner__container {
    height: 100%;
    top: 0;
    left: 2.0835%;
    z-index: 1;
    position: absolute;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .main-banner__bullets {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 0.57143rem;
  }
  .main-banner__bullet {
    width: 0.85714rem;
    height: 0.85714rem;
    border: 0.15rem solid #fff;
    border-radius: 50%;
    background: none;
  }
  .main-banner__bullet_active {
    background: #D68853;
  }
  .categories {
    background: #F8F9F9;
  }
  .categories__container {
    padding: 1.07rem 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 1.42857rem;
    overflow-x: scroll;
  }
  .categories__link {
    flex: 1 0 auto;
    width: 14.71429rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.42857rem;
  }
  .categories__link:hover .categories__link-image img {
    transform: scale(1.2);
  }
  .categories__link:hover .categories__link-text svg path {
    fill: #D68853;
  }
  .categories__link:hover .categories__link-text span {
    color: #D68853;
  }
  .categories__link-image {
    width: 100%;
    height: 7.28571rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1.42857rem;
    overflow: hidden;
  }
  .categories__link-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
  }
  .categories__link-text {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 1.42857rem;
  }
  .categories__link-text svg {
    width: 2.28571rem;
    height: 2.28571rem;
    flex: 1 0 auto;
  }
  .categories__link-text svg path {
    transition: all 0.3s ease-in-out;
  }
  .categories__link-text span {
    flex-grow: 1;
    transition: all 0.3s ease-in-out;
    color: #000000;
    font-family: Circe;
    font-size: 0.85714rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 1.6rem */
    letter-spacing: 0.05714rem;
    text-transform: uppercase;
  }
  .main-about {
    margin-top: 3.07rem;
  }
  .main-about__container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2.85714rem;
  }
  .main-about__heading {
    width: 91.667%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .main-about__content {
    width: 91.667%;
    margin: 0 auto;
    color: var(--Black, #231F20);
    font-family: Circe;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 1.97143rem */
  }
  .main-about__content p {
    color: var(--Black, #231F20);
    font-family: Circe;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 1.97143rem */
  }
  .main-about__list {
    width: 91.667%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    gap: 2.14286rem;
  }
  .main-about__list-item {
    height: 15.28571rem;
    border-radius: 1.42857rem;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
  }
  .main-about__list-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1.82857rem;
  }
  .main-about__list-item span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1.43rem 1.79rem 1.79rem;
    color: var(--Black, #231F20);
    font-family: Circe;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 1.6rem */
    letter-spacing: 0.05714rem;
    text-transform: uppercase;
    background: #F8F9F9;
    border-radius: 0 0 1.5rem 1.5rem;
  }
  .main-about__banner {
    padding: 2.85714rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1.42857rem;
    background: #122E43;
  }
  .main-about__banner p {
    color: #F8F9F9;
    text-align: center;
    font-family: Circe;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 2.3rem */
    text-align: center;
  }
  .areas {
    margin-top: 2.85714rem;
  }
  .areas__container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.85714rem;
  }
  .areas__list {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    gap: 0.85714rem;
  }
  .areas__list-item {
    height: 17.85714rem;
    border-radius: 1.42857rem;
    overflow: hidden;
    position: relative;
  }
  .areas__list-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 0;
  }
  .areas__list-item span {
    color: var(--White, #FFF);
    font-family: Circe;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 350;
    line-height: 140%; /* 2rem */
    letter-spacing: 0.07143rem;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    padding: 2.14rem 1.29rem;
  }
  .advantages {
    position: relative;
    margin-top: 2.86rem;
  }
  .advantages__bg {
    height: 100%;
    width: 91.667%;
    left: 4.1665%;
    overflow: hidden;
    position: absolute;
    z-index: 0;
    border-radius: 1.07143rem;
  }
  .advantages__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .advantages__container {
    width: 91.667%;
    position: relative;
    z-index: 1;
    padding: 3.64rem 0.71rem;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.85714rem;
  }
  .advantages__container .main-title {
    color: #fff;
  }
  .advantages__list {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 2.85714rem;
  }
  .advantages__list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.42857rem;
  }
  .advantages__list-item svg {
    width: 4.28571rem;
    height: 4.28571rem;
  }
  .advantages__list-item span {
    width: 10.21429rem;
    color: var(--White, #FFF);
    text-align: center;
    font-family: Circe;
    font-size: 0.92857rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 1.6rem */
    letter-spacing: 0.05714rem;
  }
  .main-news {
    margin-top: 2.86rem;
  }
  .main-news__container {
    display: flex;
    flex-direction: column;
    gap: 2.85714rem;
  }
  .main-news__heading {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .main-news__list {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    gap: 2.14286rem;
  }
}

@media screen and (max-width: 480px) {
  .links {
    margin: 5.71rem 0;
  }
  .links__container {
    width: 91.667%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4.29rem;
  }
  .links__list {
    width: 23.14286rem;
    max-width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    align-items: center;
    gap: 1.43rem 3.93rem;
  }
}

@media screen and (max-width: 480px) {
  .news {
    margin-top: 5.71rem;
  }
  .news__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4.29rem;
  }
  .news__main {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    gap: 2.86rem;
  }
  .news__content {
    display: flex;
    flex-direction: column;
    gap: 1.43rem;
  }
  .news__content h1 {
    margin-bottom: 1.21rem;
  }
  .news__content .date {
    font-family: Circe;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.6rem */
    color: #D68853;
  }
  .news__text {
    color: #000;
    font-family: Circe;
    font-size: 1rem;
    font-style: normal;
    font-weight: 350;
    line-height: 140%; /* 1.6rem */
  }
  .news__text p {
    color: #000;
    font-family: Circe;
    font-size: 1rem;
    font-style: normal;
    font-weight: 350;
    line-height: 140%; /* 1.6rem */
  }
  .news__image {
    flex: 1 0 auto;
    width: 100%;
    height: 23.57143rem;
    border-radius: 1.07143rem;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  .news__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .news__gallery {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    gap: 2.85714rem;
  }
  .news__gallery a {
    width: 100%;
    height: 23.57143rem;
    overflow: hidden;
    border-radius: 1.07143rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .news__gallery a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
  }
  .news__gallery a:hover img {
    filter: brightness(0.9);
    transform: scale(1.2);
  }
  .news__buttons {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
  }
  .news__buttons .button {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .product {
    margin-top: 5.71rem;
  }
  .product__container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 4.29rem;
  }
  .product__gallery {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1.43rem;
    grid-area: a;
  }
  .product__top-slider {
    width: 91.667%;
    margin: 0 auto;
    height: 19.85714rem;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 1.07143rem;
  }
  .product__top-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
  }
  .product__top-slider .swiper-slide:hover img {
    transform: scale(1.2);
    filter: brightness(0.9);
  }
  .product__bottom-slider {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 1.42857rem;
    align-items: center;
    margin-left: 4.1665%;
  }
  .product__bottom-slider .swiper-button-prev, .product__bottom-slider .swiper-button-next {
    display: none;
  }
  .product__bottom-slider-container {
    flex-grow: 1;
    overflow: hidden;
    height: 6.85714rem;
    border-radius: 1.07143rem;
  }
  .product__bottom-slider-container .swiper-slide {
    overflow: hidden;
    border-radius: 1.07143rem;
    cursor: pointer;
  }
  .product__bottom-slider-container .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
  }
  .product__bottom-slider-container .swiper-slide:hover img {
    transform: scale(1.2);
  }
  .product__info {
    width: 91.667%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.42857rem;
    order: -1;
  }
  .product__info span {
    font-family: Circe;
    font-size: 1.42857rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 2rem */
  }
  .product__info span b {
    color: #D68853;
  }
  .product__info p {
    font-family: Circe;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 350;
    line-height: 140%; /* 1.6rem */
  }
  .product__block {
    width: 91.667%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 2.85714rem;
  }
  .product__characteristic {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.42857rem;
  }
  .product__characteristic-heading {
    display: flex;
    align-items: center;
    gap: 1.28571rem;
    cursor: pointer;
  }
  .product__characteristic-heading span {
    font-family: Circe;
    font-size: 1.42857rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 2rem */
    transition: all 0.3s ease-in-out;
  }
  .product__characteristic-heading svg {
    width: 1.01014rem;
    height: 0.60607rem;
  }
  .product__characteristic-heading svg path {
    transition: all 0.3s ease-in-out;
  }
  .product__characteristic-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.71429rem;
  }
  .product__characteristic-list li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .product__characteristic-list li span {
    width: 50%;
    font-family: Circe;
    font-size: 1rem;
    font-style: normal;
    font-weight: 350;
    line-height: 140%; /* 1.6rem */
  }
  .product__characteristic-list li p {
    width: 50%;
    flex-grow: 1;
    font-family: Circe;
    font-size: 1rem;
    font-style: normal;
    font-weight: 350;
    line-height: 140%; /* 1.6rem */
    padding-left: 1.43rem;
    border-left: 0.071rem solid rgba(18, 46, 67, 0.48);
  }
  .tabs {
    margin-top: 4.29rem;
  }
  .tabs__container {
    width: 91.667%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 4.29rem;
  }
  .tabs__buttons {
    display: flex;
    border-radius: 1.07143rem;
    background: rgba(18, 46, 67, 0.04);
    overflow-y: visible;
    overflow-x: scroll;
    padding: 1.42857rem 1.21429rem;
  }
  .tabs__button {
    flex-grow: 1;
    text-align: center;
    color: #000000;
    font-family: Circe;
    padding: 0 1.14rem;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 2rem */
    transition: all 0.3s ease-in-out;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
  }
  .tabs__button:before, .tabs__button:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    right: auto;
    top: 100%;
    width: 0%;
    height: 0.124rem;
    background: #000000;
    transition: all 0.3s ease-in-out;
  }
  .tabs__button:after {
    right: 50%;
    left: auto;
  }
  .tabs__button:not(:first-child) {
    border-left: 0.071rem solid rgba(0, 0, 0, 0.28);
  }
  .tabs__button:not(.tabs__button_active):hover {
    color: #D68853;
  }
  .tabs__button:not(.tabs__button_active):hover:before, .tabs__button:not(.tabs__button_active):hover:after {
    width: 20%;
    background: #D68853;
  }
  .tabs__button_active {
    color: #D68853;
  }
  .tabs__button_active:before, .tabs__button_active:after {
    width: 30%;
    background: #D68853;
  }
  .tabs__content {
    width: 100%;
    height: auto;
  }
  .tabs__pane {
    display: none;
  }
  .tabs__pane_active {
    display: flex;
  }
  .tabs__pane_text {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.42857rem;
    font-family: Circe;
    font-size: 1rem;
    font-style: normal;
    font-weight: 350;
    line-height: 140%; /* 1.6rem */
  }
  .tabs__pane_text p {
    font-family: Circe;
    font-size: 1rem;
    font-style: normal;
    font-weight: 350;
    line-height: 140%; /* 1.6rem */
  }
  .tabs__pane_table {
    width: 100%;
    overflow-y: scroll;
    overflow-x: visible;
  }
  .tabs__pane_table table {
    width: 88.28571rem;
    background: #FFF;
  }
  .tabs__pane_table table thead {
    background: #122E43;
    height: 4.92857rem;
  }
  .tabs__pane_table table thead th {
    color: #FFF;
    font-family: Circe;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 1.3rem */
    vertical-align: middle;
    text-align: left;
    padding: 0 1.43rem;
  }
  .tabs__pane_table table thead th:not(:first-child) {
    border-left: 0.071rem solid #F0F0F0;
  }
  .tabs__pane_table table thead th:first-child {
    border-top-left-radius: 1.07143rem;
  }
  .tabs__pane_table table thead th:last-child {
    border-top-right-radius: 1.07143rem;
  }
  .tabs__pane_table table tbody tr {
    height: 4.92857rem;
  }
  .tabs__pane_table table tbody tr td {
    padding: 0 1.43rem;
    vertical-align: middle;
    text-align: left;
    font-family: Circe;
    font-size: 0.85714rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 1.11429rem */
    border-left: 0.071rem solid #F0F0F0;
    border-bottom: 0.071rem solid #F0F0F0;
  }
  .tabs__pane_table table tbody tr td:last-child {
    border-right: 0.071rem solid #F0F0F0;
  }
  .tabs__pane_table table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 1.07143rem;
  }
  .tabs__pane_table table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 1.07143rem;
  }
  .tabs__pane_download {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1.43rem;
  }
  .tabs__pane_download a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.71429rem;
    transition: all 0.3s ease-in-out;
    font-family: Circe;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.6rem */
  }
  .tabs__pane_download a svg {
    width: 3.42857rem;
    height: 3.42857rem;
  }
  .tabs__pane_download a svg path {
    transition: all 0.3s ease-in-out;
  }
  .tabs__pane_download a:hover {
    color: #D68853;
  }
  .tabs__pane_download a:hover svg path {
    stroke: #D68853;
  }
}

@media screen and (max-width: 480px) {
  .production {
    margin-top: 5.71rem;
  }
  .production__container {
    width: 91.667%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 4.29rem;
  }
  .production__heading {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.42857rem;
    text-align: center;
  }
  .production__block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2.86rem;
  }
  .production__block_reversed {
    flex-direction: column;
  }
  .production__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.71429rem;
  }
  .production__text {
    font-family: Circe;
    font-size: 1rem;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
  }
  .production__text ul {
    margin-left: 2rem;
    list-style-type: disc;
  }
  .production__text ol {
    margin-left: 2rem;
    list-style-type: decimal;
  }
  .production__image {
    flex: 1 0 auto;
    width: 100%;
    height: 21.64286rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1.07143rem;
    overflow: hidden;
  }
  .production__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .production__advantages-list {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    gap: 1.42857rem 0.71429rem;
  }
  .production__advantages-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 2.21rem;
  }
  .production__advantages-item p {
    width: 100%;
  }
  .production__advantages-item svg {
    width: 5.35714rem;
    height: 5.35714rem;
    flex: 1 0 auto;
  }
  .production__equipment {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.86rem;
  }
  .production__equipment-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    gap: 1.43rem;
  }
  .production__equipment-item {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    padding: 1.78571rem 2.14286rem;
    font-family: Circe;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 1.07143rem;
    border: 0.071rem solid rgba(0, 0, 0, 0.6);
    transition: all 0.3s ease-in-out;
  }
  .production__equipment-item:hover {
    background: #122E43;
    color: #fff;
  }
}

@media screen and (max-width: 480px) {
  .vacancies {
    margin-top: 5.71rem;
  }
  .vacancies__container {
    width: 91.667%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.86rem;
  }
  .vacancies__main {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2.86rem;
  }
  .vacancies__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.86rem;
  }
  .vacancies__content .button {
    width: 100%;
    text-align: center;
  }
  .vacancies__text {
    font-family: Circe;
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.42857rem; /* 125% */
  }
  .vacancies__text p {
    font-family: Circe;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.42857rem; /* 125% */
  }
  .vacancies__image {
    flex: 1 0 auto;
    width: 100%;
    height: 32.5rem;
    border-radius: 1.07143rem;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  .vacancies__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .vacancies__list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.57143rem;
  }
  .vacancies__list ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 3.14rem;
  }
  .vacancies__list-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.71429rem;
  }
  .vacancies__list-heading {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.85714rem;
  }
  .vacancies__list-heading span {
    font-family: Circe;
    font-size: 1.42857rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.42857rem; /* 100% */
  }
  .vacancies__list-heading svg {
    width: 1.42857rem;
    height: 1.42857rem;
  }
  .vacancies__list-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.85714rem;
    font-family: Circe;
    font-size: 1.42857rem;
    font-style: normal;
    font-weight: 350;
    line-height: 1.42857rem; /* 100% */
  }
  .vacancies__list-content p {
    font-family: Circe;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 350;
    line-height: 1.42857rem; /* 100% */
  }
  .form {
    margin-top: 4.29rem;
  }
  .form__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.71429rem;
  }
  .form__wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.71429rem;
  }
  .form__item {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0.28571rem;
  }
  .form__item span {
    font-family: Circe;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857rem; /* 142.857% */
  }
  .form__item input, .form__item textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 0.57143rem 0.85714rem;
    border-radius: 0.42857rem;
    border: 0.071rem solid rgba(0, 0, 0, 0.1);
    outline: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: Circe;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857rem; /* 142.857% */
    transition: all 0.3s ease-in-out;
  }
  .form__item input::placeholder, .form__item textarea::placeholder {
    color: rgba(0, 0, 0, 0.5);
  }
  .form__item textarea {
    min-height: 9.5rem;
  }
  .form__item:focus-within input, .form__item:focus-within textarea {
    border-color: #000;
  }
}/**
 * Swiper 11.0.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 9, 2023
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform,
        200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
        200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* Cube slide shadows end */
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}
@font-face{font-family:lg;src:url(data:font/woff2;base64,d09GMgABAAAAAAkcAAsAAAAAEogAAAjNAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAABmAAgSQRCAqcLJZKCzoAATYCJANwBCAFgkoHIBupDgDm53Gzej8JpU0wqygVVyoWwphIsuuw60jpmBY6ppTa7mk7jtx57UQ0V2ulvfmteSIQji061T2HvfDEECASKizU5VUQXFjFRtgYTVg+woiYDVezOThR4tAvr/YYgOO/RZ+BAABzYtMA8Kl8Neg3UIDCoCkOyWBuLcCvSHycH78QvhFxmUCK03A0RwGSvXBAHgR8UB8DMvocJYAgbiZiJnqmYGbXjG3mz7P8nHhe8Uvxr0j+fzwPABAjWT1E83IJHh/x87G/jv1l7JtYR+y+WF2MKAai/qfDtfIRt7hBikI8D1IpipXqWqYSDgDBfwE7qDLw5EEALqFRDMKAsApNwchXAJgFL/WETMbKcDVSifR6QkjwkDaRTEugqlBtKVcL6Smi1dHlIqUmuii6Pic1JTIlFTX3uRenMNpiCiKOCZBm2ges0b/ScigDVgcb2MEHfloel7e1z208KrZUeQFjK0dIkbl6FOFczRhFE6zaRklPlz52tOXcKtmpdqisgHnbxRatg66vsZNHaWMPQ/eZmH6jaavlNASsipbKwVZSYrRm1mywI0670UEdhLy+yuscolSZJHKwg5IyNzRJQbKRZiicwnYiChjO1vSbKCBpkAgCjGIb6KCvA5GL0VHeUDwAQEHkSC2ToBJhKN9KAneim2ekLf1vENf3mjT3vAS295XY2MMgzRpSqTVWpt4ang+ksXynRUQPlkFOu+b6Yw0jBp8krbXbYbjc5mn6KpsNWKtqtcNz0D8xTTQKzthbZYAxLev3NkFgyYWsngBjGo8jg6a9Y3rKR9Pfqun10RvJi9X9foZGvrltMkJgWR7dhI7SSITEaBWIQQTMUSOJkTi5nlqpZUfNKcYD1Do/ZdkbR8UeVpKLSbMVgKLX0flzQYqCrLpll+/vus2IM9+lbdTgWWRLQJqvaq7eHKulgL2ssp7LrpxR2DBI/ja1zXvi7cS1E0Gr0uhy7PUGwPmdkkdjEYOjpGnQRXowC/GBq51eymLRXrsXsTzXX37VlXzeVxoI6m8Gy67oBnzsB6DoQYY7GHM2fbT4oS9zON45lPnwbmww2BL0G89EnfaVPi5eJ3NZFtjc277Wb9M1A+UWG2WZyrj6PMKmLHRoH04iZLuivlsHTmm9/qYJ1r2Z90DtuKYduK6SdNZ3dRRxHAoE+l4HGM6MyIe+0se+zHEfsP4s2sqqnVdSTE/8lCVYMRVsuBVEJOvT3fa1Xr4X2iDZflVFmxyDmpu1r8b9IsVzXUB9w1/l9ccf7WCszaI1ATtUx7oRztk1dtbBcciudJAi83Vv2yaTg9uON6toxLlIM2GVxClo2eVBt5gcOHRwHLIpptC92TeKRi3MjtBkTAOaoU+6P1q364+kdgt/+xh2fRvlOf2p5xR4ut7P4s0sPwY63OguajQWuYqMjUWaA9100ya6yHdHr/BMyxN9QmGa2zjPnbZr17KTy9weKwqXYtqjcMunRkgE9kP+Refvml14hAZw8WFQGmZnnaEi0eLUQTCc+tLSphVyaUH6lAJoXjF1MDiaFSOexNCRKYW8TOkhKzDEDjPDvHHI3c5hXbQLhujhUuPmBYd+N/EaktFsDqoDo4/G0yx70s3SSuXJDIvjMNsIQ7TDqb+/sv8NHGl6BvDAMOnsCpv9PQcP9tS6N294zEnwtNdt2tfTXSz7JGwAqALmbKpr90BaeqA9tlvduWP4/xa0thZcJMNDC6XqrFuy2xGF7YaiQkN7UfhEbMaNkOxQHezh7YVFBsP9TcoybgmzhaExmpxb/78Naf89LmVWthVvvSWh3rZUWtlMFStWENDf5uqEd2LiP/M/fvWEWUntjnTynpI2ainnLdjPUIvL2uGFJvoUQy0taZvPePLqxy0lK6mUo8yp6B+WtdyyTHivdrgLZrhbvAOlWMbQEJtJZ7JuXgRLC+hwe/kb90WvW4U4/PGGRUmLk995J1loWLRhQwVCKkve4JOS8YJASY+P8KQNe/vahGNU8TJRe/eCaaG7ozsrt6Ixu623v/ck0rvlG2EYBoAh6abIxoZ9UeHoNQAiMPKv/8pIi+47EAMHcfLh7dyX8q0Po+Iap94fFob+4fr/DXr96x+j1x2dhZ0dBfRqardjBIZ+M+S6Lo6ojE+4HKF7Kz7zG+eCOkwQ98UfOirDqrckKPVz3sR8srT/gsev3H0p3Rq7wkD1JLE/XZ+2Ze5pV5eqPiqqmBkc1PQYDBvlk5MdqQff21UyInvyhyjMsHXV33tD3zaQ7Us/NKfX44qLQ/8ffOtzXIjnymRNXampDWkGDR5yOyThG2/9UXC6liWEEz0hX+uR1Xg780i4eNOSig3Fk2pSkPpBqrrmx3/+TbB2ya9ePfrGJx98H8rvjKsRQoSh/G0s8cO6bhwwUI8vUz1c21B04cscrjVV1q8zzCVJkmv/T8y21/bLszJpxeqptculJZpleUyKrPX/X3QZBL+rl+hTWuR/2At7LhYVX9BBsULaqi9LWh+6xMDLW6V65dy2gsMbszemQ96XMDvrSfRM60ceo5R/oGDXB0KrxJsTACBhbV48S4Cd5IeyAVdU5Yg+2nPGKS+XAwmOljrwpIdMmdJPexI9ndnIXUIVgety83YzRdXD6E6YvF0gVGJRMhpOyQW6xGM0Zbq7zw8AoAcWAYa7cSOsARF+Fm8DBAAYgDUq07ZSWvm3UIoAAIAfde39SB7Hz+K/xR9vAkMBg0YE8PKEChkH47+9MDggitAdAEObxnBmZAFu5C4eyMxqN/2c3ZUK2qJ+tDUvrTR/BGHDbqZplsDNZVVQjIaim4XA6TE4YLCfEdweIwAKaArx8aN1JETYMNMDEWGYZdRjMJDAB4T7+EEiwAdiBKCBlRQCfnwjEgohbttG2AYb3yS+7tWIDW1rd/6mMedAM+yEHbAvWge0XgNevwdW20Cmdfb6NXBYqm+DtZHUyUW88R/abjA/OxeYpIa9sNmNGMqHbMgd2CAZPzVuOfQFg5H275pWwx73mQMODQAAAA==) format("woff2"),url(./lg.ttf?io9a6k) format("truetype"),url(./lg.woff?io9a6k) format("woff"),url(./lg.svg?io9a6k#lg) format("svg");font-weight:400;font-style:normal;font-display:block}.lg-icon{font-family:lg!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-container{font-family:system-ui,-apple-system,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Noto Sans','Liberation Sans',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji'}.lg-next,.lg-prev{background-color:rgba(0,0,0,.45);border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1084;outline:0;border:none}.lg-next.disabled,.lg-prev.disabled{opacity:0!important;cursor:default}.lg-next:hover:not(.disabled),.lg-prev:hover:not(.disabled){color:#fff}.lg-single-item .lg-next,.lg-single-item .lg-prev{display:none}.lg-next{right:20px}.lg-next:before{content:'\e095'}.lg-prev{left:20px}.lg-prev:after{content:'\e094'}@-webkit-keyframes lg-right-end{0%{left:0}50%{left:-30px}100%{left:0}}@-moz-keyframes lg-right-end{0%{left:0}50%{left:-30px}100%{left:0}}@-ms-keyframes lg-right-end{0%{left:0}50%{left:-30px}100%{left:0}}@keyframes lg-right-end{0%{left:0}50%{left:-30px}100%{left:0}}@-webkit-keyframes lg-left-end{0%{left:0}50%{left:30px}100%{left:0}}@-moz-keyframes lg-left-end{0%{left:0}50%{left:30px}100%{left:0}}@-ms-keyframes lg-left-end{0%{left:0}50%{left:30px}100%{left:0}}@keyframes lg-left-end{0%{left:0}50%{left:30px}100%{left:0}}.lg-outer.lg-right-end .lg-object{-webkit-animation:lg-right-end .3s;-o-animation:lg-right-end .3s;animation:lg-right-end .3s;position:relative}.lg-outer.lg-left-end .lg-object{-webkit-animation:lg-left-end .3s;-o-animation:lg-left-end .3s;animation:lg-left-end .3s;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%}.lg-media-overlap .lg-toolbar{background-image:linear-gradient(0deg,rgba(0,0,0,0),rgba(0,0,0,.4))}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none!important;outline:medium none;will-change:color;-webkit-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear;background:0 0;border:none;box-shadow:none}.lg-toolbar .lg-icon.lg-icon-18{font-size:18px}.lg-toolbar .lg-icon:hover{color:#fff}.lg-toolbar .lg-close:after{content:'\e070'}.lg-toolbar .lg-maximize{font-size:22px}.lg-toolbar .lg-maximize:after{content:'\e90a'}.lg-toolbar .lg-download:after{content:'\e0f2'}.lg-sub-html{color:#eee;font-size:16px;padding:10px 40px;text-align:center;z-index:1080;opacity:0;-webkit-transition:opacity .2s ease-out 0s;-o-transition:opacity .2s ease-out 0s;transition:opacity .2s ease-out 0s}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}.lg-sub-html a{color:inherit}.lg-sub-html a:hover{text-decoration:underline}.lg-media-overlap .lg-sub-html{background-image:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.6))}.lg-item .lg-sub-html{position:absolute;bottom:0;right:0;left:0}.lg-error-msg{font-size:14px;color:#999}.lg-counter{color:#999;display:inline-block;font-size:16px;padding-left:20px;padding-top:12px;height:47px;vertical-align:middle}.lg-closing .lg-next,.lg-closing .lg-prev,.lg-closing .lg-sub-html,.lg-closing .lg-toolbar{opacity:0;-webkit-transition:-webkit-transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear;-moz-transition:-moz-transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear;-o-transition:-o-transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear;transition:transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont{opacity:0;-moz-transform:scale3d(.5,.5,.5);-o-transform:scale3d(.5,.5,.5);-ms-transform:scale3d(.5,.5,.5);-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);will-change:transform,opacity;-webkit-transition:-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-moz-transition:-moz-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-o-transition:-o-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;transition:transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont{opacity:1;-moz-transform:scale3d(1,1,1);-o-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}.lg-icon:focus-visible{color:#fff;border-radius:3px;outline:1px dashed rgba(255,255,255,.6)}.lg-toolbar .lg-icon:focus-visible{border-radius:8px;outline-offset:-5px}.lg-outer .lg-thumb-outer{background-color:#0d0a0a;width:100%;max-height:350px;overflow:hidden;float:left}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer .lg-thumb-outer.lg-thumb-align-middle{text-align:center}.lg-outer .lg-thumb-outer.lg-thumb-align-left{text-align:left}.lg-outer .lg-thumb-outer.lg-thumb-align-right{text-align:right}.lg-outer.lg-single-item .lg-thumb-outer{display:none}.lg-outer .lg-thumb{padding:5px 0;height:100%;margin-bottom:-5px;display:inline-block;vertical-align:middle}@media (min-width:768px){.lg-outer .lg-thumb{padding:10px 0}}.lg-outer .lg-thumb-item{cursor:pointer;float:left;overflow:hidden;height:100%;border-radius:2px;margin-bottom:5px;will-change:border-color}@media (min-width:768px){.lg-outer .lg-thumb-item{border-radius:4px;border:2px solid #fff;-webkit-transition:border-color .25s ease;-o-transition:border-color .25s ease;transition:border-color .25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%;object-fit:cover;display:block}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer .lg-toggle-thumb:after{content:'\e1ff'}.lg-outer.lg-animate-thumb .lg-thumb{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}.lg-outer .lg-video-cont{text-align:center;display:inline-block;vertical-align:middle;position:relative}.lg-outer .lg-video-cont .lg-object{width:100%!important;height:100%!important}.lg-outer .lg-has-iframe .lg-video-cont{-webkit-overflow-scrolling:touch;overflow:auto}.lg-outer .lg-video-object{position:absolute;left:0;right:0;width:100%;height:100%;top:0;bottom:0;z-index:3}.lg-outer .lg-video-poster{z-index:1}.lg-outer .lg-has-video .lg-video-object{opacity:0;will-change:opacity;-webkit-transition:opacity .3s ease-in;-o-transition:opacity .3s ease-in;transition:opacity .3s ease-in}.lg-outer .lg-has-video.lg-video-loaded .lg-video-play-button,.lg-outer .lg-has-video.lg-video-loaded .lg-video-poster{opacity:0!important}.lg-outer .lg-has-video.lg-video-loaded .lg-video-object{opacity:1}@keyframes lg-play-stroke{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@keyframes lg-play-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.lg-video-play-button{width:18%;max-width:140px;position:absolute;top:50%;left:50%;z-index:2;cursor:pointer;transform:translate(-50%,-50%) scale(1);will-change:opacity,transform;-webkit-transition:-webkit-transform .25s cubic-bezier(.17,.88,.32,1.28),opacity .1s;-moz-transition:-moz-transform .25s cubic-bezier(.17,.88,.32,1.28),opacity .1s;-o-transition:-o-transform .25s cubic-bezier(.17,.88,.32,1.28),opacity .1s;transition:transform .25s cubic-bezier(.17,.88,.32,1.28),opacity .1s}.lg-video-play-button:hover .lg-video-play-icon,.lg-video-play-button:hover .lg-video-play-icon-bg{opacity:1}.lg-video-play-icon-bg{fill:none;stroke-width:3%;stroke:#fcfcfc;opacity:.6;will-change:opacity;-webkit-transition:opacity .12s ease-in;-o-transition:opacity .12s ease-in;transition:opacity .12s ease-in}.lg-video-play-icon-circle{position:absolute;top:0;left:0;bottom:0;right:0;fill:none;stroke-width:3%;stroke:rgba(30,30,30,.9);stroke-opacity:1;stroke-linecap:round;stroke-dasharray:200;stroke-dashoffset:200}.lg-video-play-icon{position:absolute;width:25%;max-width:120px;left:50%;top:50%;transform:translate3d(-50%,-50%,0);opacity:.6;will-change:opacity;-webkit-transition:opacity .12s ease-in;-o-transition:opacity .12s ease-in;transition:opacity .12s ease-in}.lg-video-play-icon .lg-video-play-icon-inner{fill:#fcfcfc}.lg-video-loading .lg-video-play-icon-circle{animation:lg-play-rotate 2s linear .25s infinite,lg-play-stroke 1.5s ease-in-out .25s infinite}.lg-video-loaded .lg-video-play-button{opacity:0;transform:translate(-50%,-50%) scale(.7)}.lg-progress-bar{background-color:#333;height:5px;left:0;position:absolute;top:0;width:100%;z-index:1083;opacity:0;will-change:opacity;-webkit-transition:opacity 80ms ease 0s;-moz-transition:opacity 80ms ease 0s;-o-transition:opacity 80ms ease 0s;transition:opacity 80ms ease 0s}.lg-progress-bar .lg-progress{background-color:#a90707;height:5px;width:0}.lg-progress-bar.lg-start .lg-progress{width:100%}.lg-show-autoplay .lg-progress-bar{opacity:1}.lg-autoplay-button:after{content:'\e01d'}.lg-show-autoplay .lg-autoplay-button:after{content:'\e01a'}.lg-single-item .lg-autoplay-button{opacity:.75;pointer-events:none}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{will-change:transform;-webkit-transition:-webkit-transform .5s cubic-bezier(.12,.415,.01,1.19) 0s;-moz-transition:-moz-transform .5s cubic-bezier(.12,.415,.01,1.19) 0s;-o-transition:-o-transform .5s cubic-bezier(.12,.415,.01,1.19) 0s;transition:transform .5s cubic-bezier(.12,.415,.01,1.19) 0s}.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap{will-change:transform;-webkit-transition:-webkit-transform .8s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .8s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .8s cubic-bezier(0,0,.25,1) 0s;transition:transform .8s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transition:-webkit-transform .5s cubic-bezier(.12,.415,.01,1.19) 0s,opacity .15s!important;-moz-transition:-moz-transform .5s cubic-bezier(.12,.415,.01,1.19) 0s,opacity .15s!important;-o-transition:-o-transform .5s cubic-bezier(.12,.415,.01,1.19) 0s,opacity .15s!important;transition:transform .5s cubic-bezier(.12,.415,.01,1.19) 0s,opacity .15s!important;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.no-transition,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.no-transition{transition:none!important}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition{transform:scale3d(1,1,1) translate3d(-50%,-50%,0)!important;max-width:none!important;max-height:none!important;top:50%!important;left:50%!important}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-x,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-x{transform:scale3d(1,1,1) translate3d(-50%,0,0)!important;top:0!important;left:50%!important;max-width:none!important;max-height:none!important}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-y,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-y{transform:scale3d(1,1,1) translate3d(0,-50%,0)!important;top:50%!important;left:0!important;max-width:none!important;max-height:none!important}.lg-icon.lg-zoom-in:after{content:'\e311'}.lg-actual-size .lg-icon.lg-zoom-in{opacity:.5;pointer-events:none}.lg-icon.lg-actual-size{font-size:20px}.lg-icon.lg-actual-size:after{content:'\e033'}.lg-icon.lg-zoom-out{opacity:.5;pointer-events:none}.lg-icon.lg-zoom-out:after{content:'\e312'}.lg-zoomed .lg-icon.lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer.lg-first-slide-loading .lg-actual-size,.lg-outer.lg-first-slide-loading .lg-zoom-in,.lg-outer.lg-first-slide-loading .lg-zoom-out,.lg-outer[data-lg-slide-type=iframe] .lg-actual-size,.lg-outer[data-lg-slide-type=iframe] .lg-zoom-in,.lg-outer[data-lg-slide-type=iframe] .lg-zoom-out,.lg-outer[data-lg-slide-type=video] .lg-actual-size,.lg-outer[data-lg-slide-type=video] .lg-zoom-in,.lg-outer[data-lg-slide-type=video] .lg-zoom-out{opacity:.75;pointer-events:none}.lg-outer .lg-pager-outer{text-align:center;z-index:1080;height:10px;margin-bottom:10px}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible}.lg-outer.lg-single-item .lg-pager-outer{display:none}.lg-outer .lg-pager-cont{cursor:pointer;display:inline-block;overflow:hidden;position:relative;vertical-align:top;margin:0 5px}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{box-shadow:0 0 0 2px #fff inset}.lg-outer .lg-pager-thumb-cont{background-color:#fff;color:#fff;bottom:100%;height:83px;left:0;margin-bottom:20px;margin-left:-60px;opacity:0;padding:5px;position:absolute;width:120px;border-radius:3px;will-change:transform,opacity;-webkit-transition:opacity .15s ease 0s,-webkit-transform .15s ease 0s;-moz-transition:opacity .15s ease 0s,-moz-transform .15s ease 0s;-o-transition:opacity .15s ease 0s,-o-transform .15s ease 0s;transition:opacity .15s ease 0s,transform .15s ease 0s;-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}.lg-outer .lg-pager-thumb-cont img{width:100%;height:100%}.lg-outer .lg-pager{background-color:rgba(255,255,255,.5);border-radius:50%;box-shadow:0 0 0 8px rgba(255,255,255,.7) inset;display:block;height:12px;-webkit-transition:box-shadow .3s ease 0s;-o-transition:box-shadow .3s ease 0s;transition:box-shadow .3s ease 0s;width:12px}.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover{box-shadow:0 0 0 8px #fff inset}.lg-outer .lg-caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px dashed;bottom:-10px;display:inline-block;height:0;left:50%;margin-left:-5px;position:absolute;vertical-align:middle;width:0}.lg-fullscreen:after{content:"\e20c"}.lg-fullscreen-on .lg-fullscreen:after{content:"\e20d"}.lg-outer .lg-dropdown-overlay{background-color:rgba(0,0,0,.25);bottom:0;cursor:default;left:0;position:absolute;right:0;top:0;z-index:1081;opacity:0;visibility:hidden;will-change:visibility,opacity;-webkit-transition:visibility 0s linear .18s,opacity .18s linear 0s;-o-transition:visibility 0s linear .18s,opacity .18s linear 0s;transition:visibility 0s linear .18s,opacity .18s linear 0s}.lg-outer.lg-dropdown-active .lg-dropdown,.lg-outer.lg-dropdown-active .lg-dropdown-overlay{-webkit-transition-delay:0s;transition-delay:0s;-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1;visibility:visible}.lg-outer.lg-dropdown-active .lg-share{color:#fff}.lg-outer .lg-dropdown{background-color:#fff;border-radius:2px;font-size:14px;list-style-type:none;margin:0;padding:10px 0;position:absolute;right:0;text-align:left;top:50px;opacity:0;visibility:hidden;-moz-transform:translate3d(0,5px,0);-o-transform:translate3d(0,5px,0);-ms-transform:translate3d(0,5px,0);-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0);will-change:visibility,opacity,transform;-webkit-transition:-webkit-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-moz-transition:-moz-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-o-transition:-o-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;transition:transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s}.lg-outer .lg-dropdown:after{content:'';display:block;height:0;width:0;position:absolute;border:8px solid transparent;border-bottom-color:#fff;right:16px;top:-16px}.lg-outer .lg-dropdown>li:last-child{margin-bottom:0}.lg-outer .lg-dropdown>li:hover a{color:#333}.lg-outer .lg-dropdown a{color:#333;display:block;white-space:pre;padding:4px 12px;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:12px}.lg-outer .lg-dropdown a:hover{background-color:rgba(0,0,0,.07)}.lg-outer .lg-dropdown .lg-dropdown-text{display:inline-block;line-height:1;margin-top:-3px;vertical-align:middle}.lg-outer .lg-dropdown .lg-icon{color:#333;display:inline-block;float:none;font-size:20px;height:auto;line-height:1;margin-right:8px;padding:0;vertical-align:middle;width:auto}.lg-outer .lg-share{position:relative}.lg-outer .lg-share:after{content:'\e80d'}.lg-outer .lg-share-facebook .lg-icon{color:#3b5998}.lg-outer .lg-share-facebook .lg-icon:after{content:'\e904'}.lg-outer .lg-share-twitter .lg-icon{color:#00aced}.lg-outer .lg-share-twitter .lg-icon:after{content:'\e907'}.lg-outer .lg-share-pinterest .lg-icon{color:#cb2027}.lg-outer .lg-share-pinterest .lg-icon:after{content:'\e906'}.lg-comment-box{width:420px;max-width:100%;position:absolute;right:0;top:0;bottom:0;z-index:9999;background-color:#fff;will-change:transform;-moz-transform:translate3d(100%,0,0);-o-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);-webkit-transition:-webkit-transform .4s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .4s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .4s cubic-bezier(0,0,.25,1) 0s;transition:transform .4s cubic-bezier(0,0,.25,1) 0s}.lg-comment-box .lg-comment-title{margin:0;color:#fff;font-size:18px}.lg-comment-box .lg-comment-header{background-color:#000;padding:12px 20px;position:absolute;left:0;right:0;top:0}.lg-comment-box .lg-comment-body{height:100%!important;padding-top:43px!important;width:100%!important}.lg-comment-box .fb-comments{height:100%;width:100%;background:url(./loading.gif) no-repeat scroll center center #fff;overflow-y:auto;display:inline-block}.lg-comment-box .fb-comments[fb-xfbml-state=rendered]{background-image:none}.lg-comment-box .fb-comments>span{max-width:100%}.lg-comment-box .lg-comment-close{position:absolute;right:5px;top:12px;cursor:pointer;font-size:20px;color:#999;will-change:color;-webkit-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear}.lg-comment-box .lg-comment-close:hover{color:#fff}.lg-comment-box .lg-comment-close:after{content:'\e070'}.lg-comment-box iframe{max-width:100%!important;width:100%!important}.lg-comment-box #disqus_thread{padding:0 20px}.lg-outer .lg-comment-overlay{background-color:rgba(0,0,0,.25);bottom:0;cursor:default;left:0;position:fixed;right:0;top:0;z-index:1081;opacity:0;visibility:hidden;will-change:visibility,opacity;-webkit-transition:visibility 0s linear .18s,opacity .18s linear 0s;-o-transition:visibility 0s linear .18s,opacity .18s linear 0s;transition:visibility 0s linear .18s,opacity .18s linear 0s}.lg-outer .lg-comment-toggle:after{content:'\e908'}.lg-outer.lg-comment-active .lg-comment-overlay{-webkit-transition-delay:0s;transition-delay:0s;-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1;visibility:visible}.lg-outer.lg-comment-active .lg-comment-toggle{color:#fff}.lg-outer.lg-comment-active .lg-comment-box{-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-img-rotate{position:absolute;left:0;right:0;top:0;bottom:0;-webkit-transition:-webkit-transform .4s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .4s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .4s cubic-bezier(0,0,.25,1) 0s;transition:transform .4s cubic-bezier(0,0,.25,1) 0s}.lg-outer[data-lg-slide-type=iframe] .lg-flip-hor,.lg-outer[data-lg-slide-type=iframe] .lg-flip-ver,.lg-outer[data-lg-slide-type=iframe] .lg-rotate-left,.lg-outer[data-lg-slide-type=iframe] .lg-rotate-right,.lg-outer[data-lg-slide-type=video] .lg-flip-hor,.lg-outer[data-lg-slide-type=video] .lg-flip-ver,.lg-outer[data-lg-slide-type=video] .lg-rotate-left,.lg-outer[data-lg-slide-type=video] .lg-rotate-right{opacity:.75;pointer-events:none}.lg-outer .lg-img-rotate:before{content:'';display:inline-block;height:100%;vertical-align:middle}.lg-rotate-left:after{content:'\e900'}.lg-rotate-right:after{content:'\e901'}.lg-icon.lg-flip-hor,.lg-icon.lg-flip-ver{font-size:26px}.lg-flip-ver:after{content:'\e903'}.lg-flip-hor:after{content:'\e902'}.lg-medium-zoom-item{cursor:zoom-in}.lg-medium-zoom .lg-outer{cursor:zoom-out}.lg-medium-zoom .lg-outer.lg-grab img.lg-object{cursor:zoom-out}.lg-medium-zoom .lg-outer.lg-grabbing img.lg-object{cursor:zoom-out}.lg-relative-caption .lg-outer .lg-sub-html{white-space:normal;bottom:auto;padding:0;background-image:none}.lg-relative-caption .lg-outer .lg-relative-caption-item{opacity:0;padding:16px 0;transition:.5s opacity ease}.lg-relative-caption .lg-outer .lg-show-caption .lg-relative-caption-item{opacity:1}.lg-group:after{content:'';display:table;clear:both}.lg-container{display:none;outline:0}.lg-container.lg-show{display:block}.lg-on{scroll-behavior:unset}.lg-overlay-open{overflow:hidden}.lg-hide-sub-html .lg-sub-html,.lg-next,.lg-pager-outer,.lg-prev,.lg-toolbar{opacity:0;will-change:transform,opacity;-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s;transition:transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s}.lg-show-in .lg-next,.lg-show-in .lg-pager-outer,.lg-show-in .lg-prev,.lg-show-in .lg-toolbar{opacity:1}.lg-show-in.lg-hide-sub-html .lg-sub-html{opacity:1}.lg-show-in .lg-hide-items .lg-prev{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}.lg-show-in .lg-hide-items .lg-next{opacity:0;-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}.lg-show-in .lg-hide-items .lg-toolbar{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html{opacity:0;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}.lg-outer{width:100%;height:100%;position:fixed;top:0;left:0;z-index:1050;text-align:left;opacity:.001;outline:0;will-change:auto;overflow:hidden;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lg-outer.lg-zoom-from-image{opacity:1}.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current,.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide{-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide{-webkit-transition-duration:0s!important;transition-duration:0s!important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-content{position:absolute;top:0;left:0;right:0;bottom:0}.lg-outer .lg-inner{width:100%;position:absolute;left:0;top:0;bottom:0;-webkit-transition:opacity 0s;-o-transition:opacity 0s;transition:opacity 0s;white-space:nowrap}.lg-outer .lg-item{display:none!important}.lg-outer .lg-item:not(.lg-start-end-progress){background:url(./loading.gif) no-repeat scroll center center transparent}.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide{display:inline-block!important}.lg-outer.lg-css .lg-current{display:inline-block!important}.lg-outer .lg-img-wrap,.lg-outer .lg-item{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{content:'';display:inline-block;height:100%;vertical-align:middle}.lg-outer .lg-img-wrap{position:absolute;left:0;right:0;top:0;bottom:0;white-space:nowrap;font-size:0}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-object{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto;height:auto;position:relative}.lg-outer .lg-empty-html .lg-sub-html,.lg-outer .lg-empty-html.lg-sub-html{display:none}.lg-outer.lg-hide-download .lg-download{opacity:.75;pointer-events:none}.lg-outer .lg-first-slide .lg-dummy-img{position:absolute;top:50%;left:50%}.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html{opacity:1;transition:opacity .2s ease-out .15s}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#000;opacity:0;will-change:auto;-webkit-transition:opacity 333ms ease-in 0s;-o-transition:opacity 333ms ease-in 0s;transition:opacity 333ms ease-in 0s}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide{-webkit-transition:none 0s ease 0s!important;-moz-transition:none 0s ease 0s!important;-o-transition:none 0s ease 0s!important;transition:none 0s ease 0s!important}.lg-css3.lg-use-css3 .lg-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide{-webkit-transition:opacity .1s ease 0s;-moz-transition:opacity .1s ease 0s;-o-transition:opacity .1s ease 0s;transition:opacity .1s ease 0s}.lg-css3.lg-use-css3 .lg-item.lg-start-progress{-webkit-transition:-webkit-transform 1s cubic-bezier(.175,.885,.32,1.275) 0s;-moz-transition:-moz-transform 1s cubic-bezier(.175,.885,.32,1.275) 0s;-o-transition:-o-transform 1s cubic-bezier(.175,.885,.32,1.275) 0s;transition:transform 1s cubic-bezier(.175,.885,.32,1.275) 0s}.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-container{display:none}.lg-container.lg-show{display:block}.lg-container.lg-dragging-vertical .lg-backdrop{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current{-webkit-transition-duration:0s!important;transition-duration:0s!important;opacity:1}.lg-inline .lg-backdrop,.lg-inline .lg-outer{position:absolute}.lg-inline .lg-backdrop{z-index:1}.lg-inline .lg-outer{z-index:2}.lg-inline .lg-maximize:after{content:'\e909'}.lg-components{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);will-change:transform;-webkit-transition:-webkit-transform .35s ease-out 0s;-moz-transition:-moz-transform .35s ease-out 0s;-o-transition:-o-transform .35s ease-out 0s;transition:transform .35s ease-out 0s;z-index:1080;position:absolute;bottom:0;right:0;left:0}

.download-block {
    display: grid;
    grid-template-columns: 55px auto;
    align-items: center;
}

.download-block::before {
    grid-row: span 2;
}

.download-block.pdf::before {
    content: url('data:image/svg+xml,<svg width="42" height="51" viewBox="0 0 42 51" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_61_19)"><path d="M41 14.8205H29.3871C28.7026 14.8205 28.0463 14.5557 27.5623 14.0845C27.0783 13.6133 26.8065 12.9742 26.8065 12.3077V1M41 14.8205V47.4872C41 48.1536 40.7281 48.7928 40.2442 49.264C39.7602 49.7352 39.1038 50 38.4194 50H3.58062C2.89623 50 2.23979 49.7352 1.75584 49.264C1.2719 48.7928 1 48.1536 1 47.4872V3.5128C1 2.84638 1.2719 2.20723 1.75584 1.73599C2.23979 1.26474 2.89623 1 3.58062 1H26.8065M41 14.8205L26.8065 1" stroke="%23122E43" stroke-linecap="round" stroke-linejoin="round"/><path d="M6.78693 37V24.6364H10.5962C11.381 24.6364 12.0531 24.7973 12.6126 25.1193C13.176 25.4413 13.6087 25.882 13.9105 26.4414C14.2124 27.0008 14.3633 27.6387 14.3633 28.3551C14.3633 29.0634 14.2124 29.6973 13.9105 30.2567C13.6087 30.8162 13.176 31.2589 12.6126 31.5849C12.0531 31.9068 11.383 32.0678 10.6023 32.0678H7.31818V31.3675H10.5842C11.2201 31.3675 11.7634 31.2388 12.2141 30.9812C12.6649 30.7196 13.011 30.3634 13.2525 29.9126C13.494 29.4579 13.6147 28.9387 13.6147 28.3551C13.6147 27.7675 13.494 27.2463 13.2525 26.7915C13.011 26.3368 12.6629 25.9806 12.2081 25.723C11.7573 25.4654 11.214 25.3366 10.5781 25.3366H7.54155V37H6.78693ZM20.6915 37H17.2625V24.6364H20.9571C22.1162 24.6364 23.1083 24.8819 23.9333 25.3729C24.7584 25.8639 25.3902 26.5682 25.8289 27.4858C26.2716 28.3994 26.491 29.4961 26.487 30.7759C26.4829 32.0839 26.2535 33.2028 25.7987 34.1325C25.344 35.0581 24.6859 35.7685 23.8247 36.2635C22.9634 36.7545 21.919 37 20.6915 37ZM18.0171 36.2997H20.6613C21.7641 36.2997 22.6937 36.0804 23.4504 35.6417C24.207 35.199 24.7785 34.5651 25.1649 33.7401C25.5553 32.915 25.7484 31.927 25.7444 30.7759C25.7444 29.641 25.5573 28.669 25.183 27.8601C24.8087 27.0471 24.2633 26.4233 23.547 25.9886C22.8346 25.554 21.9613 25.3366 20.9269 25.3366H18.0171V36.2997ZM29.4315 37V24.6364H36.3317V25.3366H30.1861V30.462H35.7582V31.1623H30.1861V37H29.4315Z" fill="%23122E43"/></g><defs><clipPath id="clip0_61_19"><rect width="42" height="51" fill="white"/></clipPath></defs></svg>');
}

.download-block.dwg::before {
    content: url('data:image/svg+xml,<svg width="42" height="51" viewBox="0 0 42 51" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_61_16)"><path d="M41 14.8205H29.3871C28.7026 14.8205 28.0463 14.5557 27.5623 14.0845C27.0783 13.6133 26.8065 12.9742 26.8065 12.3077V1M41 14.8205V47.4872C41 48.1536 40.7281 48.7928 40.2442 49.264C39.7602 49.7352 39.1038 50 38.4194 50H3.58062C2.89623 50 2.23979 49.7352 1.75584 49.264C1.2719 48.7928 1 48.1536 1 47.4872V3.5128C1 2.84638 1.2719 2.20723 1.75584 1.73599C2.23979 1.26474 2.89623 1 3.58062 1H26.8065M41 14.8205L26.8065 1" stroke="%23122E43" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.60227 38H4.5767V27.0909H7.83665C8.85938 27.0909 9.73473 27.3075 10.4627 27.7408C11.1907 28.174 11.7482 28.7955 12.1353 29.6051C12.5259 30.4112 12.7195 31.3789 12.7159 32.5082C12.7124 33.6623 12.5099 34.6495 12.1087 35.4698C11.7074 36.2866 11.1268 36.9134 10.3668 37.3501C9.60689 37.7834 8.68537 38 7.60227 38ZM5.24254 37.3821H7.57564C8.54865 37.3821 9.36896 37.1886 10.0366 36.8015C10.7042 36.4109 11.2085 35.8516 11.5494 35.1236C11.8938 34.3956 12.0643 33.5238 12.0607 32.5082C12.0607 31.5067 11.8956 30.6491 11.5653 29.9354C11.2351 29.218 10.7539 28.6676 10.1218 28.2841C9.49325 27.9006 8.72266 27.7088 7.81001 27.7088H5.24254V37.3821ZM17.1251 38L14.1262 27.0909H14.8186L17.482 36.9719H17.5459L20.1666 27.0909H20.9763L23.597 36.9719H23.661L26.3243 27.0909H27.0115L24.0125 38H23.2455L20.5981 28.1829H20.5395L17.8921 38H17.1251ZM36.1121 30.5C36.0305 30.1307 35.892 29.7738 35.6966 29.4293C35.5013 29.0813 35.251 28.7688 34.9456 28.4918C34.6437 28.2113 34.2886 27.9893 33.8802 27.826C33.4754 27.6626 33.0209 27.581 32.5166 27.581C31.746 27.581 31.0624 27.7834 30.4658 28.1882C29.8728 28.5895 29.4076 29.163 29.0702 29.9087C28.7364 30.6509 28.5695 31.5298 28.5695 32.5455C28.5695 33.5504 28.7364 34.4258 29.0702 35.1715C29.404 35.9173 29.871 36.4943 30.4711 36.9027C31.0748 37.3075 31.7762 37.5099 32.5752 37.5099C33.289 37.5099 33.9211 37.3448 34.4715 37.0146C35.0255 36.6843 35.4569 36.212 35.7659 35.5977C36.0748 34.9833 36.2258 34.2482 36.2187 33.3924L36.453 33.5043H32.7457V32.8864H36.8685V33.5043C36.8685 34.4666 36.6839 35.2958 36.3145 35.9918C35.9488 36.6843 35.441 37.217 34.7911 37.5898C34.1448 37.9627 33.4062 38.1491 32.5752 38.1491C31.6377 38.1491 30.8192 37.9165 30.1196 37.4513C29.42 36.9862 28.8767 36.3345 28.4896 35.4964C28.1061 34.6548 27.9143 33.6712 27.9143 32.5455C27.9143 31.7003 28.0244 30.9332 28.2446 30.2443C28.4648 29.5554 28.779 28.9659 29.1874 28.4759C29.5958 27.9822 30.0823 27.604 30.6469 27.3413C31.2116 27.0749 31.8348 26.9418 32.5166 26.9418C33.1345 26.9418 33.6903 27.0447 34.1839 27.2507C34.6775 27.4531 35.1036 27.7266 35.4623 28.071C35.8245 28.4119 36.1175 28.7937 36.3412 29.2163C36.5649 29.6353 36.7158 30.0632 36.7939 30.5H36.1121Z" fill="%23122E43"/></g><defs><clipPath id="clip0_61_16"><rect width="42" height="51" fill="white"/></clipPath></defs></svg>');
}

.download-block.ies::before {
    content: url('data:image/svg+xml,<svg width="42" height="51" viewBox="0 0 42 51" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_61_7)"><path d="M41 14.8205H29.3871C28.7026 14.8205 28.0463 14.5557 27.5623 14.0845C27.0783 13.6133 26.8065 12.9742 26.8065 12.3077V1M41 14.8205V47.4872C41 48.1536 40.7281 48.7928 40.2442 49.264C39.7602 49.7352 39.1038 50 38.4194 50H3.58062C2.89623 50 2.23979 49.7352 1.75584 49.264C1.2719 48.7928 1 48.1536 1 47.4872V3.5128C1 2.84638 1.2719 2.20723 1.75584 1.73599C2.23979 1.26474 2.89623 1 3.58062 1H26.8065M41 14.8205L26.8065 1" stroke="%23122E43" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.13956 24.7273V40H7.20739V24.7273H8.13956ZM12.5599 40V24.7273H21.0613V25.5923H13.4921V31.9237H20.6064V32.7887H13.4921V39.1349H21.2403V40H12.5599ZM33.1591 28.5455C33.0795 27.5959 32.6918 26.8278 31.9957 26.2411C31.3047 25.6545 30.4098 25.3612 29.3111 25.3612C28.5703 25.3612 27.9116 25.4979 27.3349 25.7713C26.7582 26.0447 26.3058 26.4176 25.9776 26.8899C25.6495 27.3622 25.4854 27.9041 25.4854 28.5156C25.4854 28.9084 25.56 29.2638 25.7092 29.582C25.8633 29.8952 26.0795 30.1761 26.358 30.4247C26.6364 30.6683 26.967 30.8821 27.3498 31.0661C27.7326 31.25 28.1552 31.4116 28.6175 31.5508L30.288 32.043C30.8597 32.217 31.3867 32.4183 31.869 32.647C32.3562 32.8757 32.7788 33.1491 33.1367 33.4673C33.4996 33.7805 33.7805 34.1484 33.9794 34.571C34.1832 34.9936 34.2852 35.4808 34.2852 36.0327C34.2852 36.8381 34.0763 37.5589 33.6587 38.1953C33.2461 38.8317 32.657 39.3338 31.8913 39.7017C31.1307 40.0646 30.2333 40.2461 29.1992 40.2461C28.2148 40.2461 27.3572 40.0795 26.6264 39.7464C25.9006 39.4134 25.3263 38.951 24.9038 38.3594C24.4812 37.7628 24.2425 37.0767 24.1879 36.3011H25.1424C25.1921 36.9325 25.3935 37.4794 25.7464 37.9418C26.1044 38.3991 26.5792 38.7521 27.1708 39.0007C27.7624 39.2493 28.4386 39.3736 29.1992 39.3736C30.0195 39.3736 30.7429 39.2344 31.3693 38.956C31.9957 38.6726 32.4854 38.2798 32.8384 37.7777C33.1914 37.2756 33.3679 36.6914 33.3679 36.0252C33.3679 35.4883 33.2411 35.0284 32.9876 34.6456C32.734 34.2628 32.3587 33.9322 31.8615 33.6538C31.3693 33.3754 30.7578 33.1268 30.027 32.908L28.2447 32.3711C27.0515 32.0082 26.1392 31.5135 25.5078 30.8871C24.8814 30.2607 24.5682 29.4801 24.5682 28.5455C24.5682 27.7599 24.777 27.0639 25.1946 26.4574C25.6122 25.8459 26.179 25.3661 26.8949 25.0181C27.6158 24.6701 28.4286 24.4961 29.3335 24.4961C30.2433 24.4961 31.0462 24.6726 31.7422 25.0256C32.4382 25.3736 32.9901 25.8533 33.3977 26.4648C33.8054 27.0714 34.0316 27.7649 34.0763 28.5455H33.1591Z" fill="%23122E43"/></g><defs><clipPath id="clip0_61_7"><rect width="42" height="51" fill="white"/></clipPath></defs></svg>');
}