

/* Start:/local/templates/teboil/css/factories2.css?1752059174200920*/
/*!*************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/less-loader/dist/cjs.js!./src/style.less ***!
  \*************************************************************************************************************************************/
body {
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  background: #fff;
  color: #000000B2;
  font-style: normal;
  font-size: 14px;
}
body.overflow {
  overflow: hidden;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
a {
  text-decoration: none;
}
span {
  display: inline-block;
}
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}
.wrapper.this--no_overflow {
  overflow-x: visible;
}
.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1392px;
  padding: 0 36px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1023px) {
  .container {
    padding: 0 64px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 24px;
  }
}

/*!*********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/less-loader/dist/cjs.js!./src/css/normalize.less ***!
  \*********************************************************************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  padding: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*!********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/less-loader/dist/cjs.js!./src/components/header/header.less ***!
  \********************************************************************************************************************************************************/
.header {
  position: relative;
  z-index: 100;
}
.header .container {
  position: static;
}
.header__content {
  display: flex;
  align-items: center;
  height: 119px;
}
@media (max-width: 1390px) {
  .header__content {
    justify-content: space-between;
    height: 92px;
  }
}
@media (max-width: 768px) {
  .header__content {
    height: 78px;
  }
}
.header-logo {
  width: 100px;
  flex: 0 0 auto;
  font-size: 0;
}
.header-logo img {
  width: 100%;
}
@media (max-width: 1390px) {
  .header__nav_wrapper {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.25);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
  }
  .header__nav_wrapper.show-menu {
    opacity: 1;
    visibility: visible;
  }
}
.header__nav {
  flex: 1;
  margin-left: 55px;
}
.header__nav .header-logo {
  display: none;
}
@media (max-width: 1390px) {
  .header__nav {
    margin-left: 0;
    z-index: 3;
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    width: 520px;
    height: 100vh;
    background: #ffffff;
    transform: translateX(110%);
    transition: transform 0.4s;
  }
  .header__nav.show-menu {
    transform: translateX(0);
  }
  .header__nav .header-logo {
    display: block;
    margin-left: 16px;
  }
}
@media (max-width: 639px) {
  .header__nav {
    border-radius: 4px 4px 0 0;
    height: calc(100vh - 16px);
    top: 16px;
    width: 100%;
    transform: translateY(110%);
  }
  .header__nav.show-menu {
    transform: translateY(0);
  }
  .header__nav .header-logo {
    margin-top: 12px;
  }
}
@media (max-width: 1390px) {
  .header__nav_top {
    padding-top: 40px;
  }
}
@media (max-width: 639px) {
  .header__nav_top {
    padding-top: 4px;
  }
}
.header__nav_content {
  width: 100%;
}
@media (max-width: 1390px) {
  .header__nav_content {
    overflow-y: auto;
    margin-top: 1px;
    height: calc(100% - 85px);
    padding: 0 40px 20px 16px;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 639px) {
  .header__nav_content {
    padding: 0 16px 20px;
    height: calc(100% - 65px);
  }
}
.header__mob_line {
  display: none;
}
@media (max-width: 639px) {
  .header__mob_line {
    display: block;
    margin: 0 auto;
    width: 90px;
    height: 4px;
    background: #C9CAC8;
    border-radius: 4px;
  }
}
.header__mob_blue_line {
  display: none;
}
@media (max-width: 1390px) {
  .header__mob_blue_line {
    display: block;
    margin-top: 16px;
    width: 170px;
    height: 4px;
    background: #004798;
    -webkit-clip-path: polygon(0 0, 100% 0%, calc(100% - 2px) 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, calc(100% - 2px) 100%, 0% 100%);
  }
}
.header__search {
  display: none;
}
@media (max-width: 1390px) {
  .header__search {
    display: flex;
    margin-top: 19px;
    padding: 12px 0 14px;
    border-bottom: 1px solid #C9CAC8;
  }
}
@media (max-width: 1390px) {
  .header__search_input {
    flex: 1 1 auto;
    margin-right: 10px;
    border: none;
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.02em;
  }
  .header__search_input::-webkit-input-placeholder {
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.02em;
  }
  .header__search_input::-moz-placeholder {
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.02em;
  }
  .header__search_input:-ms-input-placeholder {
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.02em;
  }
  .header__search_input::-ms-input-placeholder {
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.02em;
  }
  .header__search_input::placeholder {
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.02em;
  }
}
@media (max-width: 1390px) {
  .header__search_submit {
    width: 24px;
    height: 24px;
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 19C15.4183 19 19 15.4183 19 11C19 6.58172 15.4183 3 11 3C6.58172 3 3 6.58172 3 11C3 15.4183 6.58172 19 11 19Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.0004 21.0004L16.6504 16.6504' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") center / contain no-repeat;
    border: none;
  }
}
.menu {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-right: -12px;
  list-style-type: none;
}
.menu li.this--mobile {
  display: none;
}
@media (max-width: 1390px) {
  .menu li.this--mobile {
    display: block;
  }
}
.menu li.this--desktop {
  display: block;
}
@media (max-width: 1390px) {
  .menu li.this--desktop {
    display: none;
  }
}
.menu > li {
  position: relative;
  padding: 15px 6px;
}
.menu > li.this--submenu.this--hover {
  position: static;
}
@media (min-width: 1390px) {
  .menu > li.this--submenu:hover .menu__link .menu__link_arrow,
  .menu > li.this--submenu.this--hover .menu__link .menu__link_arrow {
    transform: rotate(180deg);
    transition: transform 0.2s;
  }
  .menu > li.this--submenu:hover .menu__link::after,
  .menu > li.this--submenu.this--hover .menu__link::after {
    width: 100%;
    transition: width 0.3s;
  }
  .menu > li.this--submenu:hover .menu__submenu,
  .menu > li.this--submenu.this--hover .menu__submenu {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.2s, visibility 0.2s;
  }
}
.menu > li.this--submenu .menu__link .menu__link_arrow {
  flex: 0 0 auto;
  margin-left: 4px;
  width: 20px;
  height: 22px;
  background: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L4 4L7 1' stroke='%23E7332B' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") center / 7px 4px no-repeat;
}
@media (max-width: 1390px) {
  .menu > li.this--submenu .menu__link .menu__link_arrow {
    display: none;
  }
}
.menu > li.this--no--menuitem {
  padding: 0;
}
@media (max-width: 1390px) {
  .menu {
    flex-wrap: wrap;
    margin: 29px 0 20px -16px;
  }
  .menu > li {
    position: static;
    margin-left: 16px;
    width: calc(50% - 16px);
    padding: 0;
    margin-bottom: 8px;
    overflow: hidden;
    border-radius: 6px;
  }
  .menu > li.full {
    width: 100%;
  }
  .menu > li .menu__link .menu__link_content {
    max-width: 115px;
    display: inline-block;
    z-index: 10;
  }
  .menu > li.this--1 .menu__link::after {
    background-image: url(/local/templates/teboil/css/img/nav/nav_link_1.png);
  }
  .menu > li.this--2 .menu__link::after {
    background-image: url(/local/templates/teboil/css/img/nav/nav_link_2.png);
  }
  .menu > li.this--3 .menu__link::after {
    background-image: url(/local/templates/teboil/css/img/nav/nav_link_3.png);
  }
  .menu > li.this--4 .menu__link::after {
    background-image: url(/local/templates/teboil/css/img/nav/nav_link_4.png);
  }
  .menu > li.this--5 .menu__link::after {
    background-image: url(/local/templates/teboil/css/img/nav/nav_link_5.png);
  }
  .menu > li.this--5-full .menu__link::after {
    background-image: url(/local/templates/teboil/css/img/nav/nav_link_5_full.png);
  }
  .menu > li.this--6 .menu__link::after {
    background-image: url('/local/templates/teboil/css/img/nav/nav_link_6.png');
  }
  .menu > li.this--7 .menu__link::after {
    background-image: url('/local/templates/teboil/css/img/nav/nav_link_7.png');
  }
  .menu > li.this--8 .menu__link::after {
    background-image: url('/local/templates/teboil/css/img/nav/nav_link_8.png');
  }
  .menu > li.this--9 .menu__link::after {
    background-image: url('/local/templates/teboil/css/img/nav/nav_link_9.png');
  }
}
@media (max-width: 1390px) and (max-width: 639px) {
  .menu {
    margin: 29px 0 20px -8px;
  }
  .menu > li {
    margin-left: 8px;
    width: calc(50% - 8px);
  }
}
.menu__link {
  display: flex;
  align-items: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
  color: #000000;
  position: relative;
}
.menu__link::after {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  bottom: -9px;
  height: 2px;
  background: #E7332B;
  z-index: 10;
}
@media (min-width: 1390px) {
  .menu__link:hover::after {
    width: 100%;
    transition: width 0.3s;
  }
}
@media (max-width: 1390px) {
  .menu__link {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    display: flex;
    background: #EFF0F1;
    height: 140px;
    padding: 16px;
    width: 100%;
  }
  .menu__link::after {
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    background-color: #EFF0F1;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
  }
}
@media (max-width: 767px) {
  .menu__link {
    height: 106px;
  }
}
.menu__submenu {
  position: absolute;
  top: 44px;
  left: 0;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  z-index: 9;
}
@media (min-width: 1390px) {
  .menu__submenu {
    left: -16px;
  }
  .menu__submenu.this--right {
    left: auto;
    right: 0;
  }
  .menu__submenu .container {
    padding: 0;
  }
}
@media (max-width: 1390px) {
  .menu__submenu {
    top: 0;
    width: 100%;
    height: calc(100vh - 120px);
    z-index: 12;
    pointer-events: none;
    box-shadow: none;
  }
  .menu__submenu.active-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .menu__submenu .container {
    padding: 0 40px 16px 16px;
    overflow-y: auto;
    max-height: calc(100% - 66px);
    margin-top: 24px;
  }
}
@media (max-width: 639px) {
  .menu__submenu .container {
    padding: 0 16px 16px;
  }
}
.menu__submenu_link_back {
  display: none;
}
@media (max-width: 1390px) {
  .menu__submenu_link_back {
    display: flex;
    align-items: center;
    margin: 20px 40px 0 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.5);
  }
  .menu__submenu_link_back span {
    width: 18px;
    height: 18px;
    margin-right: 20px;
    background: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2732_21285)'%3E%3Cpath d='M13.0908 1.63672L4.909 9.00036L13.0908 16.364' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2732_21285'%3E%3Crect width='18' height='18' fill='white' transform='translate(18) rotate(90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") center / contain no-repeat;
  }
}
@media (max-width: 639px) {
  .menu__submenu_link_back {
    margin: 20px 16px 0;
  }
}
.menu__duo_line {
  position: absolute;
  width: 100%;
  display: flex;
  height: 4px;
  left: 0;
  bottom: 0;
  z-index: 10;
}
@media (max-width: 1390px) {
  .menu__duo_line {
    display: none;
  }
}
.menu__duo_line_left {
  height: 100%;
  background: #004798;
  margin-right: 3px;
  width: 200px;
  -webkit-clip-path: polygon(0 0, 100% 0%, calc(100% - 3px) 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, calc(100% - 3px) 100%, 0% 100%);
}
.menu__duo_line_right {
  height: 100%;
  background: #E7332B;
  flex: 1 1 auto;
  -webkit-clip-path: polygon(3px 0%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(3px 0%, 100% 0, 100% 100%, 0% 100%);
}
.menu__submenu_list {
  position: relative;
  display: block;
  min-width: 340px;
  min-height: 240px;
  margin: 12px 0;
  list-style-type: none;
}
@media (max-width: 1390px) {
  .menu__submenu_list {
    width: auto;
    min-width: auto;
    min-height: 0;
    margin: 0;
    overflow-y: auto;
    max-height: calc(100% - 40px);
  }
}
.menu__submenu_list li.this--submenu_2 {
  padding: 0 24px;
}
@media (max-width: 1390px) {
  .menu__submenu_list li.this--submenu_2 {
    padding: 0;
    margin-bottom: 8px;
  }
}
@media (min-width: 1390px) {
  .menu__submenu_list li.this--submenu_2:hover .menu__submenu_link {
    color: #FFFFFF;
    background: #004798;
    border-bottom-color: #004798;
  }
  .menu__submenu_list li.this--submenu_2:hover .menu__submenu_link .arrow path {
    stroke: #ffffff;
  }
  .menu__submenu_list li.this--submenu_2:hover .menu__submenu_2 {
    opacity: 1;
    visibility: visible;
  }
}
.menu__submenu_list li.this--submenu_2 .menu__submenu_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu__submenu_list li.this--submenu_2 .menu__submenu_link .arrow {
  flex: 0 0 auto;
}
@media (max-width: 1390px) {
  .menu__submenu_list li.this--submenu_2 .menu__submenu_link .arrow {
    display: none;
  }
}
.menu__submenu_list li.this--submenu_2 .menu__submenu_link .arrow path {
  transition: stroke 0.2s;
}
@media (min-width: 1390px) {
  .this--submenu-revert .menu__submenu_list li.this--submenu_2 .menu__submenu_link {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .this--submenu-revert .menu__submenu_list li.this--submenu_2 .menu__submenu_link .arrow {
    margin-right: 16px;
    transform: rotate(180deg);
  }
}
.menu__submenu_link {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  line-height: 20px;
  color: #000000;
  display: block;
  padding: 12px;
  border-bottom: 1px solid #f1f1f1;
  transition: all 0.2s;
}
.menu__submenu_link.this--last {
  border: none;
}
.menu__submenu_link .mob_arrow {
  display: none;
}
@media (max-width: 1390px) {
  .menu__submenu_link {
    padding: 12px 16px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
    border-bottom: none;
  }
  .menu__submenu_link .mob_arrow {
    flex: 0 0 auto;
    display: block;
    width: 12px;
    height: 12px;
    transition: transform 0.2s;
  }
  .menu__submenu_link .mob_arrow path {
    transition: stroke 0.2s;
  }
  .menu__submenu_link.active {
    background: #004798;
    color: #FFFFFF;
  }
  .menu__submenu_link.active .mob_arrow {
    transform: rotate(180deg);
  }
  .menu__submenu_link.active .mob_arrow path {
    stroke: #FFFFFF;
  }
}
.menu__submenu_2 {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  height: calc(100% + 24px);
  background-color: #fff;
}
@media (min-width: 1390px) {
  .menu__submenu_2 {
    left: 100%;
    right: auto;
    top: -12px;
    box-shadow: -15px 0 0 0 white, 0 0 15px 0 rgba(0, 0, 0, 0.05), 0 0 15px 0 rgba(0, 0, 0, 0.05), 0 0 15px 0 rgba(0, 0, 0, 0.05);
  }
  .menu__submenu_2::after {
    content: '';
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #E7332B;
    z-index: 10;
  }
  .menu__submenu_2::before {
    content: '';
    width: 1px;
    height: 200px;
    position: absolute;
    top: 24px;
    left: 0;
    background-color: #003D83;
    z-index: 10;
  }
  .this--submenu-revert .menu__submenu_2 {
    left: auto;
    right: 100%;
    top: -12px;
    box-shadow: 15px 0 0 0 white, 0 0 15px 0 rgba(0, 0, 0, 0.05), 0 0 15px 0 rgba(0, 0, 0, 0.05), 0 0 15px 0 rgba(0, 0, 0, 0.05);
  }
  .this--submenu-revert .menu__submenu_2::after {
    background-color: #003D83;
  }
  .this--submenu-revert .menu__submenu_2::before {
    left: auto;
    right: 0;
  }
}
@media (max-width: 1390px) {
  .menu__submenu_2 {
    padding-right: 0;
    height: auto;
    width: auto;
    position: static;
    opacity: 1;
    visibility: visible;
    transition: max-height 0.3s ease 0s;
    overflow: hidden;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #000000;
    max-height: 0;
  }
  .menu__submenu_2::after {
    display: none;
  }
}
.menu__submenu_2_list {
  display: block;
  list-style-type: none;
  padding: 12px 24px;
  height: 100%;
  overflow-y: auto;
}
@media (min-width: 1390px) {
  .menu__submenu_2_list::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  .menu__submenu_2_list::-webkit-scrollbar-track {
    background: #F1F1F1;
    border-radius: 15px;
  }
  .menu__submenu_2_list::-webkit-scrollbar-thumb {
    background: #004798;
    border-radius: 15px;
  }
}
@media (max-width: 1390px) {
  .menu__submenu_2_list {
    padding: 0 16px 0 28px;
    border-left: 1px solid #004798;
    margin-top: 12px;
  }
}
.menu__submenu_2_list li {
  width: 320px;
  padding: 12px 12px 0;
}
@media (max-width: 1390px) {
  .menu__submenu_2_list li {
    padding: 8px 0;
    border-bottom: 1px solid #E4E4E2;
    margin-left: 0;
    margin-bottom: 0;
    width: auto;
  }
  .menu__submenu_2_list li:last-child {
    border-bottom: none;
  }
}
.menu__submenu_2_link {
  display: block;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  line-height: 20px;
  color: #000000;
  padding: 0 0 12px;
  text-decoration: none;
  border-bottom: 1px solid #f1f1f1;
  transition: color 0.2s;
}
.menu__submenu_2_link.this--last {
  border: none;
}
@media (max-width: 1390px) {
  .menu__submenu_2_link {
    font-size: 13px;
    border: none;
  }
}
@media (min-width: 1390px) {
  .menu__submenu_2_link:hover {
    color: #E7332B;
  }
}
@media (min-width: 1390px) {
  .this--menuline .menu__submenu {
    width: 100%;
    top: 45px;
    left: 0;
    box-shadow: none;
    z-index: 1;
  }
  .this--menuline .menu__submenu_list {
    display: flex;
    width: 100%;
    max-width: none;
    min-width: auto;
    min-height: auto;
  }
  .this--menuline .menu__submenu_list li:not(.this--mobile) {
    display: block;
    padding: 0;
  }
  .this--menuline .menu__submenu_list li:not(.this--mobile):nth-child(2) a {
    padding-left: 12px;
  }
  .this--menuline .menu__submenu_list li:not(.this--mobile).this--submenu_2_space {
    width: 2px;
    margin: 0 0 0 auto;
  }
  .this--menuline .menu__submenu_list li:not(.this--mobile).this--submenu_2_add {
    align-self: center;
  }
  .this--menuline .menu__submenu_list a {
    padding: 12px;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    border: none;
    white-space: nowrap;
  }
  .this--menuline .menu__submenu_list a.this--phone {
    font-weight: 800;
    color: #000000;
  }
  .this--menuline .menu__submenu_list a.this--button {
    display: block;
    padding: 4px 16px;
    color: #fff;
    background: #E7332B;
    border: 1px solid #E7332B;
    transition: all 0.2s;
  }
  .this--menuline .menu__submenu_list a.this--button:hover {
    color: #E7332B;
    background: #fff;
  }
}
@media (min-width: 1390px) and (min-width: 1390px) {
  .this--menuline .menu__submenu_list li:not(.this--mobile):nth-child(2) a {
    padding-left: 6px;
  }
}
.header__mob_contacts {
  display: none;
}
@media (max-width: 1390px) {
  .header__mob_contacts {
    display: flex;
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid #C9CAC8;
    margin-left: -16px;
  }
}
@media (max-width: 639px) {
  .header__mob_contacts {
    margin-left: 0;
    display: block;
  }
}
@media (max-width: 1390px) {
  .header__mob_contacts_item {
    display: flex;
    flex-direction: column;
    margin-left: 16px;
    width: calc(50% - 16px);
  }
  .header__mob_contacts_item span {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.6);
  }
  .header__mob_contacts_item a {
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    color: #000000;
  }
  .header__mob_contacts_item.this--mail a {
    color: #E7332B;
  }
}
@media (max-width: 1390px) and (max-width: 639px) {
  .header__mob_contacts_item {
    margin-left: 0;
    width: auto;
  }
}
@media (max-width: 1390px) and (max-width: 639px) {
  .header__mob_contacts_item.this--mail {
    margin-top: 16px;
  }
}
.header__burger {
  display: none;
}
@media (max-width: 1390px) {
  .header__burger {
    display: block;
    width: 32px;
    height: 32px;
    padding: 7px 0;
    position: relative;
    flex: 0 0 auto;
  }
  .header__burger span {
    display: inline-block;
    height: 2px;
    position: absolute;
    right: 0;
    -webkit-clip-path: polygon(6% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(6% 0, 100% 0, 100% 100%, 0% 100%);
  }
  .header__burger span:first-child {
    background: #E7332B;
    width: 30px;
    top: 7px;
  }
  .header__burger span:nth-child(2) {
    background: #004798;
    width: 20px;
    top: 15px;
  }
  .header__burger span:last-child {
    background: #E7332B;
    width: 26px;
    bottom: 7px;
  }
}
.header__cross {
  display: none;
}
@media (max-width: 1390px) {
  .header__cross {
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    top: 40px;
    right: 40px;
    z-index: 3;
  }
  .header__cross::before,
  .header__cross::after {
    position: absolute;
    content: '';
    width: 35px;
    height: 2px;
    background: #E7332B;
    top: calc(50% - 2px);
    left: 0;
  }
  .header__cross::before {
    transform: rotate(45deg);
  }
  .header__cross::after {
    transform: rotate(-45deg);
  }
}
@media (max-width: 639px) {
  .header__cross {
    top: 20px;
    right: 16px;
  }
}

/*!******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/less-loader/dist/cjs.js!./src/components/breadcrumbs/breadcrumbs.less ***!
  \******************************************************************************************************************************************************************/
.breadcrumbs {
  background: #004798;
  overflow: hidden;
}
.breadcrumbs__body {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 28px;
  height: 42px;
  width: max-content;
}
@media (max-width: 1024px) {
  .breadcrumbs__body.this--desktop {
    display: none;
  }
}
.breadcrumbs__body.this--mobile {
  display: none;
}
@media (max-width: 1024px) {
  .breadcrumbs__body.this--mobile {
    display: flex;
  }
  .breadcrumbs__body.this--mobile .breadcrumbs__arrow {
    transform: rotate(180deg);
    margin-left: 0;
  }
}
.breadcrumbs__body::after {
  position: absolute;
  content: '';
  width: 100vw;
  left: 100%;
  background: #ffffff;
  top: -1px;
  height: calc(100% + 2px);
}
.breadcrumbs__body::before {
  position: absolute;
  content: '';
  right: 0;
  bottom: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 44px 11px;
  border-color: transparent transparent #ffffff transparent;
}
.breadcrumbs__link {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #FFFFFF;
}
.breadcrumbs__link--disabled {
  pointer-events: none;
}
.breadcrumbs__arrow {
  margin: 0 16px;
  width: 5px;
  height: 10px;
  background: url("data:image/svg+xml,%3Csvg width='5' height='8' viewBox='0 0 5 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 7L4 4L1 1' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") center / 100% 100% no-repeat;
}

/*!************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/less-loader/dist/cjs.js!./src/components/double_img_row/double_img_row.less ***!
  \************************************************************************************************************************************************************************/
.double_img_row {
  display: flex;
}
@media (max-width: 1024px) {
  .double_img_row {
    display: block;
  }
}
.double_img_row__left {
  width: 50%;
}
@media (max-width: 1280px) {
  .double_img_row__left {
    width: 42%;
  }
}
@media (max-width: 1024px) {
  .double_img_row__left {
    width: 100%;
  }
}
.double_img_row__right {
  width: calc(50% - 46px);
  margin-left: 46px;
  position: relative;
}
@media (max-width: 1280px) {
  .double_img_row__right {
    width: calc(58% - 40px);
    margin-left: 40px;
  }
}
@media (max-width: 1024px) {
  .double_img_row__right {
    width: 100%;
    margin-left: 0;
    margin-top: 48px;
    padding-bottom: 64px;
  }
}
@media (max-width: 500px) {
  .double_img_row__right {
    padding-bottom: 34px;
    margin-top: 32px;
  }
}
.double_img_row__top_img {
  width: 360px;
  height: 360px;
  position: relative;
}
.double_img_row__top_img::before {
  position: absolute;
  content: '';
  bottom: -16px;
  height: 32px;
  right: 0;
  width: calc(100% - 28px);
  -webkit-clip-path: polygon(8px 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(8px 0, 100% 0, 100% 100%, 0% 100%);
}
@media (max-width: 500px) {
  .double_img_row__top_img::before {
    height: 24px;
    bottom: -12px;
  }
}
@media (max-width: 640px) {
  .double_img_row__top_img {
    width: 280px;
    height: 280px;
  }
}
@media (max-width: 500px) {
  .double_img_row__top_img {
    width: 184px;
    height: 184px;
  }
}
.double_img_row__top_img.this--red::before {
  background: #E7332B;
}
.double_img_row__top_img.this--blue::before {
  background: #004798;
}
.double_img_row__top_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.double_img_row__bottom_img {
  width: 312px;
  height: 312px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
@media (max-width: 1024px) {
  .double_img_row__bottom_img {
    right: auto;
    left: 328px;
  }
}
@media (max-width: 768px) {
  .double_img_row__bottom_img {
    left: 260px;
  }
}
@media (max-width: 640px) {
  .double_img_row__bottom_img {
    width: 250px;
    height: 250px;
    left: 182px;
  }
}
@media (max-width: 500px) {
  .double_img_row__bottom_img {
    width: 160px;
    height: 160px;
    left: 167px;
  }
}
.double_img_row__bottom_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*!***********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/less-loader/dist/cjs.js!./src/pages/factories2/factories2.less ***!
  \***********************************************************************************************************************************************************/
.factories2_top {
  padding: 40px 0 112px;
}
@media (max-width: 1200px) {
  .factories2_top {
    padding: 40px 0 64px;
  }
}
@media (max-width: 1024px) {
  .factories2_top {
    padding: 64px 0;
  }
}
@media (max-width: 768px) {
  .factories2_top {
    padding: 38px 0 64px;
  }
}
.factories_top__row {
  display: flex;
  position: relative;
}
@media (max-width: 1024px) {
  .factories_top__row {
    display: block;
  }
}
.factories_top__row::before {
  content: '';
  position: absolute;
  bottom: -17px;
  left: 0;
  height: 32px;
  background: #E7332B;
  width: 59%;
  z-index: 3;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 100%, 0% 100%);
}
@media (max-width: 1360px) {
  .factories_top__row::before {
    width: 60%;
  }
}
@media (max-width: 1200px) {
  .factories_top__row::before {
    width: 64%;
  }
}
@media (max-width: 1024px) {
  .factories_top__row::before {
    width: 37%;
  }
}
@media (max-width: 768px) {
  .factories_top__row::before {
    width: 60%;
    height: 24px;
    bottom: -12px;
    left: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 7px) 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 7px) 100%, 0% 100%);
  }
}
.factories_top__left {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  justify-content: center;
  padding-left: calc((100vw - 1320px)/2 - 14px);
  width: 55.35%;
  position: relative;
  z-index: 2;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 120px) 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, calc(100% - 120px) 100%, 0% 100%);
  background: #ffffff;
}
@media (max-width: 1392px) {
  .factories_top__left {
    padding-left: 36px;
  }
}
@media (max-width: 1200px) {
  .factories_top__left {
    width: calc(55.35% + 32px);
  }
}
@media (max-width: 1024px) {
  .factories_top__left {
    padding: 0 64px;
    width: auto;
    -webkit-clip-path: none;
    clip-path: none;
  }
}
@media (max-width: 768px) {
  .factories_top__left {
    padding: 0 24px;
  }
}
.factories2_top__title {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  text-transform: uppercase;
  color: #000000;
  max-width: 600px;
}
@media (max-width: 1600px) {
  .factories2_top__title {
    max-width: 500px;
  }
}
@media (max-width: 1279px) {
  .factories2_top__title {
    font-size: 28px;
    line-height: 40px;
  }
}
@media (max-width: 1100px) {
  .factories2_top__title {
    max-width: 490px;
  }
}
@media (max-width: 1024px) {
  .factories2_top__title {
    max-width: none;
  }
}
@media (max-width: 768px) {
  .factories2_top__title {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 450px) {
  .factories2_top__title span {
    display: inline;
  }
}
.factories2_top__subtitle {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  margin-top: 16px;
  max-width: 570px;
}
@media (max-width: 1700px) {
  .factories2_top__subtitle {
    max-width: 500px;
  }
}
@media (max-width: 1200px) {
  .factories2_top__subtitle {
    max-width: 481px;
  }
}
@media (max-width: 1024px) {
  .factories2_top__subtitle {
    max-width: none;
  }
}
@media (max-width: 768px) {
  .factories2_top__subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}
.factories_top__right {
  flex: 1 1 auto;
  margin: 1px 0 1px -120px;
  position: relative;
}
@media (max-width: 1024px) {
  .factories_top__right {
    padding-left: 64px;
    margin: 64px 0 0 0;
  }
}
@media (max-width: 768px) {
  .factories_top__right {
    padding-left: 24px;
    margin-top: 42px;
  }
}
@media (max-width: 1024px) {
  .factories_top__right::after {
    position: absolute;
    content: '';
    width: 120px;
    height: calc(100% + 2px);
    background: #ffffff;
    top: -1px;
    left: 63px;
    -webkit-clip-path: polygon(0 0, 100% 0, 1px 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 1px 100%, 0% 100%);
  }
}
@media (max-width: 768px) {
  .factories_top__right::after {
    left: 23px;
    width: 100px;
  }
}
@media (max-width: 500px) {
  .factories_top__right::after {
    width: 80px;
  }
}
.factories_top__img {
  height: 455px;
}
@media (max-width: 1024px) {
  .factories_top__img {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .factories_top__img {
    height: 300px;
  }
}
@media (max-width: 500px) {
  .factories_top__img {
    height: 200px;
  }
}
.factories_top__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: left;
}
.factories2_short {
  padding-bottom: 112px;
}
@media (max-width: 768px) {
  .factories2_short {
    padding-bottom: 64px;
  }
}
.factories2_short__title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  text-transform: uppercase;
  color: #000000;
}
@media (max-width: 1279px) {
  .factories2_short__title {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 768px) {
  .factories2_short__title {
    font-size: 20px;
    line-height: 28px;
  }
}
.factories2_short__text {
  margin-top: 24px;
  max-width: 1032px;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
}
@media (max-width: 1360px) {
  .factories2_short__text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .factories2_short__text {
    font-size: 14px;
    line-height: 20px;
    margin-top: 16px;
  }
}
.factories2_short__text.this--bold {
  font-weight: 600;
  margin-top: 12px;
}
.factories2_short__items {
  margin-top: 64px;
  margin-left: -30px;
  display: flex;
}
@media (max-width: 1360px) {
  .factories2_short__items {
    margin-left: -24px;
  }
}
@media (max-width: 1280px) {
  .factories2_short__items {
    margin-left: -16px;
  }
}
@media (max-width: 1024px) {
  .factories2_short__items {
    margin-left: -24px;
    margin-top: 48px;
  }
}
@media (max-width: 768px) {
  .factories2_short__items {
    margin-top: 32px;
    margin-left: 0;
    margin-bottom: -32px;
    flex-wrap: wrap;
  }
}
.factories2_short__item {
  margin-left: 30px;
  width: calc(33.333% - 30px);
  padding: 44px 10px 32px;
  position: relative;
  background: #F2F2F4;
  margin-top: 56px;
}
@media (max-width: 1360px) {
  .factories2_short__item {
    margin-left: 24px;
    width: calc(33.333% - 24px);
  }
}
@media (max-width: 1280px) {
  .factories2_short__item {
    margin-left: 16px;
    width: calc(33.333% - 16px);
  }
}
@media (max-width: 1024px) {
  .factories2_short__item {
    margin-left: 24px;
    width: calc(33.333% - 24px);
    margin-top: 51px;
    padding: 41px 10px 25px;
  }
}
@media (max-width: 768px) {
  .factories2_short__item {
    margin-left: 0;
    padding: 41px 10px 42px;
    margin-bottom: 32px;
    width: 100%;
    text-align: center;
  }
}
.factories2_short__item_top {
  color: #004798;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  letter-spacing: -0.04em;
  font-size: 56px;
  line-height: 86px;
  font-weight: 700;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -50%;
}
@media (max-width: 1024px) {
  .factories2_short__item_top {
    font-size: 64px;
    line-height: 92px;
    font-weight: 800;
  }
}
.factories2_short__item_top span {
  font-weight: 800;
  font-size: 80px;
}
@media (max-width: 1024px) {
  .factories2_short__item_top span {
    font-size: 64px;
    line-height: 92px;
  }
}
.factories2_short__item_bottom {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  text-align: center;
}
@media (max-width: 1024px) {
  .factories2_short__item_bottom {
    line-height: 17px;
  }
}
.factories2_about {
  padding-bottom: 112px;
}
@media (max-width: 768px) {
  .factories2_about {
    padding-bottom: 64px;
  }
}
.factories2_about__title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  text-transform: uppercase;
  color: #000000;
}
@media (max-width: 1279px) {
  .factories2_about__title {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 768px) {
  .factories2_about__title {
    font-size: 20px;
    line-height: 28px;
  }
}
.factories2_about__list_icon {
  display: flex;
  flex-wrap: wrap;
  margin-left: -40px;
  margin-bottom: -40px;
  margin-top: 48px;
  list-style-type: none;
}
@media (max-width: 1280px) {
  .factories2_about__list_icon {
    margin-left: 0;
  }
}
@media (max-width: 1024px) {
  .factories2_about__list_icon {
    margin-left: -24px;
    margin-bottom: -32px;
  }
}
@media (max-width: 768px) {
  .factories2_about__list_icon {
    margin-top: 24px;
    margin-left: 0;
  }
}
.factories2_about__list_item {
  margin-left: 40px;
  margin-bottom: 40px;
  width: calc(50% - 40px);
  padding-left: 40px;
  font-size: 14px;
  line-height: 20px;
  color: #080E1F;
  font-weight: 400;
  min-height: 40px;
}
.factories2_about__list_item strong {
  font-weight: 600;
}
@media (max-width: 1280px) {
  .factories2_about__list_item {
    margin-left: 0;
    width: 100%;
  }
  .factories2_about__list_item br {
    display: none;
  }
}
@media (max-width: 1024px) {
  .factories2_about__list_item {
    margin-left: 24px;
    margin-bottom: 32px;
    width: calc(50% - 24px);
  }
  .factories2_about__list_item br {
    display: inline;
  }
}
@media (max-width: 768px) {
  .factories2_about__list_item {
    margin-left: 0;
    width: 100%;
  }
  .factories2_about__list_item br {
    display: none;
  }
}
.factories2_about__list_item:first-child {
  background: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.44937 1.86316C9.57895 1.94275 9.66666 2.0417 9.71249 2.16004C9.75749 2.27545 9.75541 2.39775 9.70624 2.52691C9.63374 2.71733 9.48687 2.81775 9.26562 2.82816C9.12478 2.83483 8.9777 2.77358 8.82437 2.64441C7.40062 1.83983 5.96562 1.77733 4.51937 2.45691C3.84645 2.77316 3.28937 3.24212 2.84812 3.86379C2.60853 4.20129 2.41624 4.5692 2.27124 4.96754C1.92041 5.9317 1.90187 6.90337 2.21562 7.88254C2.34603 8.28879 2.52541 8.66316 2.75374 9.00566C3.17416 9.63649 3.72374 10.1307 4.40249 10.4882C5.17166 10.894 6.00583 11.0546 6.90499 10.97C8.06874 10.86 9.03791 10.3857 9.81249 9.54691C10.2271 9.09774 10.5356 8.58462 10.7381 8.00754C10.876 7.61462 10.9581 7.20754 10.9844 6.78629C11.0427 5.83962 10.8135 4.94212 10.2969 4.09379C10.0823 3.7417 10.131 3.48087 10.4431 3.31129C10.5427 3.25754 10.6373 3.23712 10.7269 3.25004C10.8265 3.26462 10.9187 3.30941 11.0037 3.38441C11.0425 3.419 11.0756 3.45837 11.1031 3.50254C11.754 4.53462 12.0477 5.64837 11.9844 6.84379C11.9323 7.82337 11.6269 8.72608 11.0681 9.55191C10.8335 9.89816 10.5642 10.215 10.26 10.5025C9.36999 11.343 8.29895 11.8317 7.04687 11.9688C6.49395 12.0292 5.92312 11.9934 5.33437 11.8613C3.94478 11.5496 2.85291 10.8419 2.05874 9.73816C1.26583 8.6365 0.918118 7.41649 1.01562 6.07816C1.06812 5.35816 1.25958 4.67274 1.58999 4.02191C1.77666 3.65441 2.00645 3.30774 2.27937 2.98191C3.0727 2.03316 4.07645 1.41962 5.29062 1.14129C5.70728 1.04587 6.12062 1.00025 6.53062 1.00441C7.55812 1.01525 8.53103 1.3015 9.44937 1.86316Z' fill='black'/%3E%3Cpath d='M20.4613 1.5762C20.5621 1.73703 20.5477 1.91349 20.4181 2.10557C20.324 2.24474 20.199 2.31328 20.0431 2.3112C19.9786 2.31036 19.8527 2.27286 19.6656 2.1987C19.014 1.93995 18.3852 1.93453 17.7794 2.18245C17.389 2.34203 17.0544 2.58349 16.7756 2.90682C16.2881 3.47141 16.1077 4.15349 16.2344 4.95307C16.3027 5.38474 16.5071 5.79495 16.8475 6.1837C17.0579 6.4237 17.3183 6.61516 17.6288 6.75807C17.9138 6.88974 18.2217 6.96474 18.5525 6.98307C19.2413 7.02141 19.8327 6.82037 20.3269 6.37995C20.6473 6.09412 20.8821 5.75495 21.0313 5.36245C21.2458 4.79703 21.2433 4.21036 21.0238 3.60245C20.9654 3.4412 20.9373 3.32474 20.9394 3.25307C20.9436 3.10974 20.9971 2.99474 21.1 2.90807C21.2229 2.80432 21.3638 2.76516 21.5225 2.79057C21.6929 2.81724 21.8186 2.92516 21.8994 3.11432C22.1848 3.78016 22.2575 4.48474 22.1175 5.22807C22.1148 5.24195 22.1156 5.25627 22.1197 5.26979C22.1239 5.2833 22.1313 5.29559 22.1413 5.30557L25.9406 9.11245C25.9508 9.12255 25.9633 9.12992 25.9769 9.13386C25.9906 9.13779 26.005 9.13817 26.0188 9.13495C27.235 8.85537 28.2823 9.06495 29.1606 9.7637C29.494 10.0291 29.7671 10.3345 29.98 10.6799C30.2021 11.0399 30.3533 11.4289 30.4338 11.8468C30.5125 12.2556 30.5173 12.6602 30.4481 13.0606C30.379 13.4602 30.2417 13.8483 30.0363 14.2249C30.0121 14.2691 30 14.3162 30 14.3662V21.9512C30 21.9576 30.0013 21.9639 30.0037 21.9699C30.0062 21.9758 30.0098 21.9811 30.0143 21.9857C30.0188 21.9902 30.0242 21.9938 30.0301 21.9962C30.036 21.9987 30.0424 21.9999 30.0488 21.9999C30.2246 21.9999 30.3748 22.0024 30.4994 22.0074C30.639 22.0133 30.7536 22.0591 30.8431 22.1449C30.9244 22.2229 30.9715 22.327 30.9844 22.4574C31.0106 22.732 30.8688 22.9116 30.5588 22.9962C27.9675 22.9987 25.3763 23.0012 22.785 23.0037C22.7751 23.0037 22.7653 23.0059 22.7564 23.0101C22.7476 23.0143 22.7398 23.0205 22.7338 23.0281L21.0356 25.1399C21.0126 25.1682 21 25.2047 21 25.2431V26.9493C21 26.956 21.0013 26.9626 21.0039 26.9687C21.0064 26.9748 21.0101 26.9804 21.0148 26.9851C21.0195 26.9898 21.0251 26.9936 21.0313 26.9961C21.0374 26.9986 21.044 26.9999 21.0506 26.9999H22.9494C22.956 26.9999 22.9626 26.9986 22.9688 26.9961C22.9749 26.9936 22.9805 26.9898 22.9852 26.9851C22.9899 26.9804 22.9936 26.9748 22.9962 26.9687C22.9987 26.9626 23 26.956 23 26.9493C23 26.4414 23 25.9583 23 25.4999C23 25.3733 23.0508 25.2574 23.1525 25.1524C23.4804 24.8137 23.8111 24.4777 24.1444 24.1443C24.2548 24.0481 24.3733 23.9999 24.5 23.9999C26.5 23.9999 28.5 23.9999 30.5 23.9999C30.6388 24.0095 30.7529 24.0574 30.8425 24.1437C30.9246 24.2229 30.9719 24.3279 30.9844 24.4587C31.0036 24.6608 30.9313 24.8114 30.7675 24.9106C30.6729 24.9672 30.5281 24.9958 30.3331 24.9962C28.4719 25.0008 26.6086 25.002 24.7431 24.9999C24.7227 24.9999 24.7029 25.008 24.6881 25.0224L24.0231 25.6881C24.0158 25.6952 24.01 25.7037 24.006 25.7132C24.002 25.7226 24 25.7328 24 25.7431V26.9493C24 26.9627 24.0053 26.9756 24.0148 26.9851C24.0243 26.9946 24.0372 26.9999 24.0506 26.9999C26.1702 26.9999 28.2663 26.9999 30.3388 26.9999C30.5083 26.9999 30.6338 27.0189 30.715 27.0568C30.8542 27.1218 30.9404 27.2274 30.9738 27.3737C31.0125 27.5454 30.9783 27.6927 30.8713 27.8156C30.7642 27.9385 30.604 27.9999 30.3906 27.9999C20.7448 27.9999 11.099 27.9999 1.45314 27.9999C1.20356 27.9454 1.05918 27.8147 1.02001 27.6081C0.987098 27.4368 1.02522 27.2924 1.13439 27.1749C1.24314 27.0583 1.40147 26.9999 1.60939 26.9999C2.69772 26.9999 3.81106 26.9999 4.94939 26.9999C4.96282 26.9999 4.97569 26.9946 4.98519 26.9851C4.99468 26.9756 5.00001 26.9627 5.00001 26.9493V21.0512C5.00001 21.0376 4.99461 21.0246 4.985 21.015C4.97539 21.0053 4.96236 20.9999 4.94876 20.9999C3.82668 20.9999 2.72647 20.9999 1.64814 20.9999C1.47897 20.9999 1.35293 20.9789 1.27001 20.9368C1.13168 20.8668 1.04835 20.7572 1.02001 20.6081C0.987098 20.4368 1.02522 20.2924 1.13439 20.1749C1.24314 20.0583 1.40147 19.9999 1.60939 19.9999C4.13022 19.9999 5.39064 19.9999 5.39064 19.9999C5.68731 19.9787 5.88522 20.1037 5.98439 20.3749C6.00481 20.4312 6.01439 20.5979 6.01314 20.8749C6.00439 22.8749 6.00001 24.8997 6.00001 26.9493C6.00001 26.9627 6.00535 26.9756 6.01484 26.9851C6.02434 26.9946 6.03721 26.9999 6.05064 26.9999H8.44876C8.46236 26.9999 8.47539 26.9945 8.485 26.9849C8.49461 26.9753 8.50001 26.9623 8.50001 26.9487C8.50001 24.8162 8.50001 22.7083 8.50001 20.6249C8.50001 20.197 8.70835 19.9839 9.12501 19.9856C11.7083 19.9952 14.2917 19.9999 16.875 19.9999C17.2917 19.9887 17.5 20.197 17.5 20.6249C17.5 23.8124 17.5 25.4062 17.5 25.4062C17.5104 25.6162 17.4483 25.7741 17.3138 25.8799C17.1854 25.9808 17.0406 26.0133 16.8794 25.9774C16.7581 25.9508 16.6617 25.8837 16.59 25.7762C16.5408 25.7016 16.5154 25.5947 16.5138 25.4556C16.4971 24.0102 16.4927 22.5422 16.5006 21.0518C16.5006 21.045 16.4993 21.0383 16.4967 21.032C16.4941 21.0257 16.4903 21.02 16.4854 21.0151C16.4806 21.0103 16.4749 21.0065 16.4686 21.0039C16.4623 21.0013 16.4556 20.9999 16.4488 20.9999H15.05C15.0368 20.9999 15.024 21.0052 15.0147 21.0146C15.0053 21.024 15 21.0367 15 21.0499C15 21.5166 15.0027 21.9583 15.0081 22.3749C15.0136 22.8029 14.8025 23.0158 14.375 23.0137C12.5417 23.0045 11.625 22.9999 11.625 22.9999C11.1971 23.0116 10.9861 22.8033 10.9919 22.3749C10.9973 21.9583 11 21.5168 11 21.0506C11 21.0371 10.9947 21.0243 10.9852 21.0148C10.9757 21.0053 10.9628 20.9999 10.9494 20.9999H9.55064C9.53721 20.9999 9.52434 21.0053 9.51484 21.0148C9.50535 21.0243 9.50001 21.0371 9.50001 21.0506V26.9487C9.50001 26.9623 9.50541 26.9753 9.51502 26.9849C9.52464 26.9945 9.53767 26.9999 9.55126 26.9999H19.9494C19.9628 26.9999 19.9757 26.9946 19.9852 26.9851C19.9947 26.9756 20 26.9627 20 26.9493C20 26.3164 20 25.7083 20 25.1249C20 24.9383 20.0392 24.7949 20.1175 24.6949C20.7392 23.9016 21.3679 23.1139 22.0038 22.3318C22.1063 22.1543 22.2465 22.0468 22.4244 22.0093C22.4548 22.0031 22.62 21.9999 22.92 21.9999C24.075 21.9999 25.2513 21.9999 26.4488 21.9999C26.4624 21.9999 26.4754 21.9945 26.485 21.9849C26.4946 21.9753 26.5 21.9623 26.5 21.9487C26.4983 20.9874 26.4994 20.0477 26.5031 19.1293C26.5036 18.9668 26.5246 18.8452 26.5663 18.7643C26.6346 18.6322 26.74 18.5516 26.8825 18.5224C27.0463 18.4891 27.1892 18.5216 27.3113 18.6199C27.4371 18.7216 27.5 18.8743 27.5 19.0781C27.5 20.0102 27.5 20.9672 27.5 21.9493C27.5 21.956 27.5013 21.9626 27.5039 21.9687C27.5064 21.9748 27.5101 21.9804 27.5148 21.9851C27.5195 21.9898 27.5251 21.9936 27.5313 21.9961C27.5374 21.9986 27.544 21.9999 27.5506 21.9999H28.9488C28.9624 21.9999 28.9754 21.9945 28.985 21.9849C28.9946 21.9753 29 21.9623 29 21.9487V15.4312C29 15.3908 28.9831 15.3816 28.9494 15.4037C28.4973 15.6937 28.0294 15.8745 27.5456 15.9462C27.5329 15.9481 27.5214 15.9546 27.513 15.9643C27.5046 15.9741 27.5 15.9865 27.5 15.9993C27.5 16.2885 27.5 16.5706 27.5 16.8456C27.5 17.0156 27.4831 17.1364 27.4494 17.2081C27.4102 17.2914 27.3515 17.3587 27.2731 17.4099C27.2031 17.4554 27.1208 17.4806 27.0263 17.4856C26.8196 17.4968 26.6708 17.4208 26.58 17.2574C26.5296 17.1662 26.5038 17.0185 26.5025 16.8143C26.5004 16.5381 26.4983 16.2685 26.4963 16.0056C26.4961 15.9926 26.4914 15.9802 26.4831 15.9703C26.4748 15.9604 26.4633 15.9536 26.4506 15.9512C25.934 15.8558 25.4696 15.6727 25.0575 15.4018C25.0192 15.3768 25 15.3872 25 15.4331C25 17.1027 25 18.7604 25 20.4062C25 20.6149 24.9377 20.7714 24.8131 20.8756C24.6906 20.9785 24.5456 21.0122 24.3781 20.9768C24.2336 20.946 24.1283 20.862 24.0625 20.7249C24.0238 20.6437 24.0042 20.5193 24.0038 20.3518C23.9992 18.3589 23.9979 16.3539 24 14.3368C24 14.3078 23.9925 14.2793 23.9781 14.2543C23.659 13.7031 23.4996 13.0799 23.5 12.3849C23.5 12.3434 23.4838 12.3038 23.455 12.2749L19.1588 7.99432C19.1523 7.98783 19.1443 7.98275 19.1352 7.97941C19.1262 7.97608 19.1163 7.97456 19.1063 7.97495L18.5163 7.99995C18.5059 8.00032 18.4959 8.00276 18.4871 8.00709C18.4782 8.01141 18.4707 8.01751 18.465 8.02495L15.455 11.9349C15.4526 11.9381 15.4508 11.9418 15.4499 11.9457C15.4489 11.9496 15.4488 11.9536 15.4495 11.9575C15.4502 11.9615 15.4517 11.9652 15.454 11.9686C15.4562 11.9719 15.4591 11.9747 15.4625 11.9768C16.5638 12.676 17.6583 13.3724 18.7463 14.0662C18.9933 14.2241 19.0625 14.4497 18.9538 14.7431C18.0271 17.2377 17.5204 18.572 17.4338 18.7462C17.3708 18.872 17.2706 18.951 17.1331 18.9831C17.0444 19.0043 16.9265 18.9927 16.7794 18.9481C16.3306 18.8114 15.8856 18.6633 15.4444 18.5037C15.2761 18.4424 15.1623 18.3743 15.1031 18.2993C15.0115 18.1835 14.9823 18.042 15.0156 17.8749C15.1486 17.2066 15.2852 16.5266 15.4256 15.8349C15.4292 15.8167 15.4267 15.7978 15.4184 15.7811C15.4102 15.7644 15.3967 15.7508 15.38 15.7424L13.7213 14.9174C13.6935 14.9034 13.6614 14.9002 13.6313 14.9087C13.2454 15.0174 12.8231 15.0187 12.3644 14.9124C12.3313 14.9044 12.2967 14.9081 12.2669 14.9231L10.6088 15.7593C10.5976 15.7648 10.5887 15.7739 10.5833 15.7852C10.5778 15.7965 10.5762 15.8094 10.5788 15.8218C10.7108 16.4897 10.839 17.1422 10.9631 17.7793C10.9956 17.9464 10.9983 18.0729 10.9713 18.1587C10.9275 18.297 10.8342 18.3964 10.6913 18.4568C10.4388 18.5639 9.95168 18.7266 9.23001 18.9449C9.07751 18.9908 8.95335 18.9993 8.85751 18.9706C8.72168 18.9297 8.6196 18.8468 8.55126 18.7218C8.54876 18.7172 8.50439 18.6002 8.41814 18.3706C7.56022 16.0889 7.12522 14.9329 7.11314 14.9024C7.03647 14.7108 6.99876 14.587 7.00001 14.5312C7.00418 14.3279 7.10189 14.1652 7.29314 14.0431C8.35189 13.3668 9.41522 12.6899 10.4831 12.0124C10.5288 11.9838 10.5628 11.94 10.5794 11.8887C10.9127 10.8524 11.5931 10.2362 12.6206 10.0399C12.6388 10.0364 12.6561 10.0292 12.6713 10.0189C12.6866 10.0086 12.6995 9.99535 12.7094 9.97995L15.4006 5.7812C15.4071 5.77124 15.4112 5.76 15.4127 5.74832C15.4142 5.73664 15.4131 5.72481 15.4094 5.7137C15.0394 4.54662 15.1652 3.49849 15.7869 2.56932C16.0269 2.21099 16.3123 1.91099 16.6431 1.66932C17.1627 1.28932 17.7556 1.07141 18.4219 1.01557C18.9994 0.96724 19.5544 1.06161 20.0869 1.2987C20.2727 1.38161 20.3975 1.47411 20.4613 1.5762ZM21.6631 6.3387C21.3123 6.89161 20.8504 7.31578 20.2775 7.6112C20.2714 7.61437 20.2661 7.61893 20.262 7.6245C20.258 7.63007 20.2553 7.63651 20.2542 7.64327C20.2531 7.65004 20.2536 7.65695 20.2557 7.66343C20.2578 7.66991 20.2614 7.67579 20.2663 7.68057L23.725 11.1393C23.7294 11.1436 23.7347 11.1467 23.7405 11.1484C23.7463 11.1502 23.7525 11.1505 23.7584 11.1493C23.7644 11.1482 23.77 11.1455 23.7747 11.1417C23.7795 11.1379 23.7832 11.133 23.7856 11.1274C24.044 10.5379 24.4463 10.0406 24.9925 9.63557C24.9966 9.63257 25 9.62871 25.0024 9.62428C25.0048 9.61984 25.0063 9.61493 25.0066 9.60988C25.007 9.60483 25.0063 9.59976 25.0045 9.59502C25.0027 9.59029 24.9999 9.586 24.9963 9.58245L21.7438 6.32932C21.7383 6.32387 21.7316 6.31973 21.7243 6.31721C21.717 6.31468 21.7092 6.31384 21.7014 6.31474C21.6937 6.31564 21.6863 6.31825 21.6796 6.3224C21.673 6.32655 21.6674 6.33211 21.6631 6.3387ZM16.0056 6.74557C16.0029 6.74254 15.9995 6.74018 15.9957 6.73868C15.9919 6.73719 15.9878 6.7366 15.9838 6.73696C15.9797 6.73733 15.9758 6.73863 15.9723 6.74078C15.9688 6.74292 15.9659 6.74585 15.9638 6.74932L13.8056 10.1056C13.8028 10.1101 13.8009 10.1152 13.8002 10.1205C13.7996 10.1258 13.8001 10.1312 13.8018 10.1363C13.8035 10.1413 13.8063 10.1459 13.81 10.1497C13.8137 10.1535 13.8182 10.1563 13.8231 10.1581C14.2527 10.3181 14.6213 10.5739 14.9288 10.9256C14.9315 10.9287 14.9349 10.9311 14.9386 10.9327C14.9424 10.9344 14.9465 10.9351 14.9506 10.935C14.9547 10.9349 14.9588 10.9339 14.9624 10.932C14.9661 10.9302 14.9693 10.9276 14.9719 10.9243L17.3594 7.81682C17.3654 7.80899 17.3695 7.7999 17.3715 7.79025C17.3735 7.7806 17.3733 7.77064 17.3709 7.76113C17.3685 7.75161 17.3639 7.74279 17.3576 7.73533C17.3513 7.72787 17.3433 7.72197 17.3344 7.71807C16.8344 7.50266 16.3915 7.17849 16.0056 6.74557ZM29.4956 12.4993C29.4956 11.8373 29.2326 11.2023 28.7645 10.7342C28.2964 10.2661 27.6614 10.0031 26.9994 10.0031C26.3373 10.0031 25.7024 10.2661 25.2343 10.7342C24.7661 11.2023 24.5031 11.8373 24.5031 12.4993C24.5031 13.1614 24.7661 13.7963 25.2343 14.2644C25.7024 14.7326 26.3373 14.9956 26.9994 14.9956C27.6614 14.9956 28.2964 14.7326 28.7645 14.2644C29.2326 13.7963 29.4956 13.1614 29.4956 12.4993ZM14.495 12.4999C14.495 12.1033 14.3374 11.7229 14.057 11.4424C13.7765 11.1619 13.3961 11.0043 12.9994 11.0043C12.6027 11.0043 12.2223 11.1619 11.9418 11.4424C11.6613 11.7229 11.5038 12.1033 11.5038 12.4999C11.5038 12.8966 11.6613 13.277 11.9418 13.5575C12.2223 13.838 12.6027 13.9956 12.9994 13.9956C13.3961 13.9956 13.7765 13.838 14.057 13.5575C14.3374 13.277 14.495 12.8966 14.495 12.4999ZM9.76501 15.0793C10.24 14.8235 10.7267 14.5727 11.225 14.3268C11.231 14.3239 11.2362 14.3197 11.2402 14.3144C11.2442 14.3091 11.2469 14.303 11.2481 14.2964C11.2492 14.2899 11.2488 14.2832 11.2469 14.2768C11.2449 14.2705 11.2415 14.2647 11.2369 14.2599C10.9319 13.9466 10.7175 13.5785 10.5938 13.1556C10.593 13.1528 10.5915 13.1502 10.5895 13.148C10.5876 13.1459 10.5851 13.1442 10.5824 13.1432C10.5796 13.1422 10.5767 13.1418 10.5738 13.1421C10.5709 13.1424 10.5681 13.1434 10.5656 13.1449L8.15001 14.6799C8.1396 14.6865 8.1318 14.6965 8.12792 14.7082C8.12405 14.7199 8.12434 14.7327 8.12876 14.7443L9.27876 17.8193C9.28454 17.8352 9.29651 17.8481 9.31215 17.8554C9.32778 17.8626 9.34585 17.8636 9.36251 17.8581L9.87376 17.6887C9.88756 17.684 9.89923 17.6747 9.90659 17.6624C9.91395 17.6501 9.9165 17.6357 9.91376 17.6218C9.7721 16.9202 9.63418 16.2233 9.50001 15.5312C9.48335 15.4445 9.5046 15.3524 9.56376 15.2549C9.60376 15.1887 9.67085 15.1302 9.76501 15.0793ZM15.9881 13.4968C15.8098 13.3835 15.6265 13.2668 15.4381 13.1468C15.4346 13.1446 15.4307 13.1433 15.4266 13.1429C15.4225 13.1424 15.4183 13.143 15.4144 13.1444C15.4106 13.1459 15.4071 13.1482 15.4043 13.1512C15.4014 13.1542 15.3993 13.1579 15.3981 13.1618C15.2802 13.5722 15.069 13.9387 14.7644 14.2612C14.7602 14.2656 14.757 14.271 14.7552 14.2769C14.7534 14.2828 14.753 14.289 14.7541 14.2951C14.7551 14.3012 14.7575 14.3071 14.7612 14.3121C14.7648 14.3172 14.7695 14.3214 14.775 14.3243C15.2433 14.5689 15.7025 14.8006 16.1525 15.0193C16.3058 15.0939 16.4086 15.1972 16.4606 15.3293C16.4956 15.4189 16.4958 15.5539 16.4613 15.7343C16.3408 16.3631 16.2131 16.9954 16.0781 17.6312C16.0763 17.6405 16.0779 17.6502 16.0828 17.6585C16.0876 17.6667 16.0953 17.673 16.1044 17.6762L16.6475 17.8574C16.6615 17.8619 16.6766 17.8611 16.6898 17.855C16.7029 17.849 16.713 17.8382 16.7181 17.8249L17.8756 14.7362C17.8791 14.7269 17.8793 14.7167 17.8761 14.7073C17.8729 14.6978 17.8666 14.6897 17.8581 14.6843C17.2256 14.2835 16.6023 13.8877 15.9881 13.4968ZM14 21.0374C14 21.0325 13.999 21.0276 13.9972 21.0231C13.9953 21.0185 13.9925 21.0144 13.989 21.0109C13.9855 21.0075 13.9814 21.0047 13.9769 21.0028C13.9723 21.0009 13.9674 20.9999 13.9625 20.9999H12.0375C12.0326 20.9999 12.0277 21.0009 12.0232 21.0028C12.0186 21.0047 12.0145 21.0075 12.011 21.0109C12.0075 21.0144 12.0048 21.0185 12.0029 21.0231C12.001 21.0276 12 21.0325 12 21.0374V21.9624C12 21.9674 12.001 21.9722 12.0029 21.9768C12.0048 21.9813 12.0075 21.9855 12.011 21.989C12.0145 21.9924 12.0186 21.9952 12.0232 21.9971C12.0277 21.999 12.0326 21.9999 12.0375 21.9999H13.9625C13.9674 21.9999 13.9723 21.999 13.9769 21.9971C13.9814 21.9952 13.9855 21.9924 13.989 21.989C13.9925 21.9855 13.9953 21.9813 13.9972 21.9768C13.999 21.9722 14 21.9674 14 21.9624V21.0374Z' fill='black'/%3E%3Cpath d='M20.1894 4.49938C20.1894 4.69562 20.1507 4.88995 20.0756 5.07125C20.0005 5.25256 19.8904 5.4173 19.7517 5.55606C19.6129 5.69483 19.4482 5.8049 19.2669 5.88C19.0856 5.9551 18.8912 5.99375 18.695 5.99375C18.2987 5.99375 17.9186 5.83631 17.6383 5.55606C17.3581 5.27581 17.2006 4.89571 17.2006 4.49938C17.2006 4.10305 17.3581 3.72295 17.6383 3.4427C17.9186 3.16245 18.2987 3.005 18.695 3.005C19.0913 3.005 19.4714 3.16245 19.7517 3.4427C20.0319 3.72295 20.1894 4.10305 20.1894 4.49938ZM19.1906 4.5C19.1906 4.36839 19.1383 4.24217 19.0453 4.1491C18.9522 4.05604 18.826 4.00375 18.6944 4.00375C18.5628 4.00375 18.4365 4.05604 18.3435 4.1491C18.2504 4.24217 18.1981 4.36839 18.1981 4.5C18.1981 4.63162 18.2504 4.75784 18.3435 4.85091C18.4365 4.94397 18.5628 4.99625 18.6944 4.99625C18.826 4.99625 18.9522 4.94397 19.0453 4.85091C19.1383 4.75784 19.1906 4.63162 19.1906 4.5Z' fill='black'/%3E%3Cpath d='M7.12188 4.05189C7.85771 4.16814 8.52146 4.47773 9.11313 4.98064C9.21854 5.07023 9.29396 5.14523 9.33938 5.20564C9.48438 5.39939 9.50979 5.58064 9.41563 5.74939C9.34146 5.88273 9.22917 5.9696 9.07875 6.01002C8.91458 6.05419 8.76208 6.01044 8.62125 5.87877C8.24833 5.53127 7.83875 5.28627 7.3925 5.14377C6.99625 5.01752 6.58438 4.97752 6.15688 5.02377C5.55854 5.08877 5.02313 5.32169 4.55063 5.72252C4.39396 5.85585 4.30167 5.92898 4.27375 5.94189C4.06875 6.03814 3.89334 6.0321 3.7475 5.92377C3.62 5.82919 3.55042 5.7046 3.53875 5.55002C3.52709 5.39169 3.59354 5.24606 3.73813 5.11314C4.36854 4.53523 5.08167 4.1821 5.8775 4.05377C6.2925 3.9871 6.70729 3.98648 7.12188 4.05189Z' fill='black'/%3E%3Cpath d='M6.48437 6.02314C6.95395 6.01939 7.3927 6.17709 7.80062 6.49626C7.93479 6.60126 8.0152 6.72105 8.04187 6.85564C8.06687 6.98439 8.03479 7.11168 7.94562 7.23751C7.8127 7.42459 7.63541 7.47918 7.41375 7.40126C7.39166 7.39376 7.27062 7.32126 7.05062 7.18376C6.62895 6.92043 6.20062 6.96334 5.76562 7.31251C5.6302 7.42126 5.48771 7.45584 5.33812 7.41626C5.19854 7.3796 5.09145 7.30084 5.01687 7.18001C4.9527 7.07543 4.93479 6.96001 4.96312 6.83376C4.98437 6.73793 5.04229 6.64501 5.13687 6.55501C5.50437 6.20459 5.95354 6.0273 6.48437 6.02314Z' fill='black'/%3E%3Cpath d='M6.49875 8.99312C6.77145 8.99312 6.9925 8.77206 6.9925 8.49937C6.9925 8.22668 6.77145 8.00562 6.49875 8.00562C6.22606 8.00562 6.005 8.22668 6.005 8.49937C6.005 8.77206 6.22606 8.99312 6.49875 8.99312Z' fill='black'/%3E%3Cpath d='M28.495 12.4988C28.495 12.8953 28.3375 13.2755 28.0571 13.5559C27.7768 13.8363 27.3965 13.9938 27 13.9938C26.6035 13.9938 26.2232 13.8363 25.9429 13.5559C25.6625 13.2755 25.505 12.8953 25.505 12.4988C25.505 12.1023 25.6625 11.722 25.9429 11.4417C26.2232 11.1613 26.6035 11.0038 27 11.0038C27.3965 11.0038 27.7768 11.1613 28.0571 11.4417C28.3375 11.722 28.495 12.1023 28.495 12.4988ZM27.495 12.5C27.495 12.4349 27.4822 12.3705 27.4573 12.3104C27.4324 12.2502 27.3959 12.1956 27.3498 12.1496C27.3038 12.1036 27.2492 12.067 27.189 12.0421C27.1289 12.0172 27.0645 12.0044 26.9994 12.0044C26.8679 12.0044 26.7419 12.0566 26.6489 12.1496C26.556 12.2425 26.5038 12.3686 26.5038 12.5C26.5038 12.6315 26.556 12.7575 26.6489 12.8505C26.7419 12.9434 26.8679 12.9957 26.9994 12.9957C27.0645 12.9957 27.1289 12.9828 27.189 12.9579C27.2492 12.933 27.3038 12.8965 27.3498 12.8505C27.3959 12.8045 27.4324 12.7498 27.4573 12.6897C27.4822 12.6296 27.495 12.5651 27.495 12.5Z' fill='black'/%3E%3Cpath d='M12.9988 12.9937C13.2714 12.9937 13.4925 12.7727 13.4925 12.5C13.4925 12.2273 13.2714 12.0062 12.9988 12.0062C12.7261 12.0062 12.505 12.2273 12.505 12.5C12.505 12.7727 12.7261 12.9937 12.9988 12.9937Z' fill='black'/%3E%3Cpath d='M30.4987 30H1.49999C1.22557 30 1.00311 30.2225 1.00311 30.4969V30.5031C1.00311 30.7775 1.22557 31 1.49999 31H30.4987C30.7732 31 30.9956 30.7775 30.9956 30.5031V30.4969C30.9956 30.2225 30.7732 30 30.4987 30Z' fill='black'/%3E%3C/svg%3E%0A") left top / 32px 32px no-repeat;
}
.factories2_about__list_item:nth-child(2) {
  background: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.97703 0C12.9437 0 17.9103 0 22.877 0C23.1963 0.02643 23.356 0.213643 23.356 0.561638C23.356 4.41029 23.356 8.27921 23.356 12.1684C23.356 12.1819 23.361 12.1949 23.3702 12.2049C23.3793 12.215 23.392 12.2213 23.4056 12.2226C24.7134 12.3323 25.8766 12.8104 26.895 13.6571C27.9275 14.5152 28.6052 15.6054 28.9281 16.9278C29.033 17.3577 29.0915 17.7936 29.1039 18.2354C29.1426 19.6432 28.7477 20.9169 27.9192 22.0565C27.0355 23.2727 25.8433 24.0712 24.3425 24.4517C24.3327 24.4542 24.3239 24.4598 24.3177 24.4674C24.3115 24.4751 24.3081 24.4844 24.3081 24.494V25.6583C24.3082 25.6679 24.3109 25.6775 24.3161 25.6864C24.3213 25.6953 24.3288 25.7031 24.3379 25.7092C24.6167 25.8968 24.7854 26.1404 24.844 26.4399C24.8541 26.4902 24.8592 26.7703 24.8592 27.2804C24.8592 29.797 24.8592 31.0553 24.8592 31.0553C24.7905 31.4456 24.6002 31.7171 24.2883 31.87C24.139 31.9431 23.9075 31.9836 23.5939 31.9916C23.1181 32.003 22.6426 32.0028 22.1673 31.9909C21.8625 31.9834 21.637 31.9433 21.4907 31.8707C21.2788 31.7654 21.1216 31.6035 21.0189 31.385C20.9586 31.2568 20.9269 31.0758 20.9238 30.8419C20.9084 29.7697 20.9044 28.6788 20.9119 27.5692C20.9119 27.5606 20.9102 27.5521 20.9069 27.5441C20.9036 27.5362 20.8988 27.529 20.8927 27.5229C20.8867 27.5168 20.8794 27.512 20.8715 27.5087C20.8636 27.5054 20.8551 27.5038 20.8465 27.5038C15.1984 27.5038 9.5668 27.5038 3.95174 27.5038C3.77686 27.5038 3.6544 27.4868 3.58436 27.4529C3.4989 27.4115 3.43327 27.3474 3.38745 27.2606C3.3553 27.1998 3.33922 27.1141 3.33922 27.0036C3.33437 19.5662 3.33305 12.1287 3.33525 4.69133C3.32248 4.54464 3.37336 4.41382 3.48789 4.29884C4.86269 2.92052 6.24212 1.54682 7.62617 0.177742C7.72044 0.0592474 7.83739 0 7.97703 0ZM10.3022 15.9135C10.5709 15.9228 10.8396 15.9303 11.1083 15.936C11.3017 15.9404 11.4424 15.9734 11.5305 16.0351C11.7288 16.1734 11.7587 16.3974 11.6204 16.7071C11.6183 16.7116 11.6173 16.7165 11.6174 16.7214C11.6175 16.7264 11.6187 16.7313 11.6209 16.7357C11.6231 16.7402 11.6263 16.7442 11.6302 16.7473C11.6341 16.7505 11.6387 16.7528 11.6435 16.754C13.7663 17.2857 15.6686 16.8734 17.3504 15.5171C17.409 15.4699 17.485 15.3702 17.5784 15.2178C17.9088 14.679 18.2977 14.2066 18.7453 13.8004C18.7924 13.7577 18.8303 13.7082 18.8589 13.6518C19.4267 12.5364 19.6523 11.3669 19.5355 10.1432C19.4378 9.11506 19.1023 8.17371 18.5292 7.31914C18.4389 7.18434 18.3684 7.06827 18.3178 6.97092C18.2381 6.81719 18.2517 6.67006 18.3587 6.52954C18.5147 6.32515 18.686 6.26017 18.8728 6.33462C18.9803 6.37735 19.0931 6.48549 19.2111 6.65905C20.4648 8.50078 20.7967 10.5396 20.2069 12.7756C20.1989 12.8051 20.2091 12.8135 20.2373 12.8007C20.898 12.4941 21.614 12.301 22.3854 12.2212C22.3979 12.2199 22.4095 12.214 22.418 12.2046C22.4264 12.1952 22.431 12.183 22.431 12.1704V0.978572C22.431 0.965429 22.4257 0.952824 22.4164 0.94353C22.4071 0.934237 22.3945 0.929016 22.3814 0.929016L8.49704 0.925051C8.48179 0.925051 8.46717 0.931108 8.45639 0.941888C8.44561 0.952669 8.43956 0.96729 8.43956 0.982536C8.43956 2.13445 8.43956 3.29362 8.43956 4.46007C8.43956 4.67327 8.4129 4.82216 8.3596 4.90674C8.26842 5.0499 8.11336 5.12126 7.89444 5.12082C6.69011 5.11862 5.49371 5.11994 4.30524 5.12478C4.29332 5.12478 4.28189 5.12959 4.27347 5.13814C4.26504 5.14669 4.26031 5.15828 4.26031 5.17037V26.5351C4.26031 26.5408 4.26143 26.5465 4.26363 26.5518C4.26582 26.5571 4.26903 26.5619 4.27308 26.5659C4.27713 26.57 4.28194 26.5732 4.28723 26.5754C4.29252 26.5776 4.29819 26.5787 4.30392 26.5787H20.8822C20.893 26.5788 20.9034 26.5748 20.9115 26.5676C20.9195 26.5604 20.9246 26.5505 20.9258 26.5397C20.9632 26.1679 21.1456 25.8876 21.4729 25.6986C21.4817 25.6936 21.4891 25.6863 21.4943 25.6777C21.4995 25.669 21.5024 25.6591 21.5026 25.649L21.5052 24.5092C21.5055 24.4927 21.4999 24.4765 21.4895 24.4633C21.4791 24.4502 21.4644 24.4407 21.4478 24.4365C20.0782 24.0965 18.9614 23.3915 18.0971 22.3215C17.8178 21.9761 17.5777 21.6074 17.3769 21.2154C16.717 19.9256 16.5426 18.5321 16.8536 17.0348C16.8619 16.9956 16.8483 16.9855 16.8126 17.0044C14.9189 18.0048 12.9527 18.1581 10.9141 17.4643C10.8506 17.4427 10.8324 17.4625 10.8592 17.5238C10.9143 17.6476 10.9246 17.7636 10.8903 17.872C10.8586 17.9724 10.7901 18.0555 10.6848 18.1211C10.4883 18.2444 10.2919 18.2101 10.0954 18.018C10.0483 17.9718 9.81766 17.561 9.40359 16.7857C9.40271 16.7835 9.37143 16.7309 9.30976 16.6278C9.24413 16.5181 9.21836 16.4212 9.23246 16.3371C9.28047 16.049 9.45116 15.9049 9.74454 15.9049C9.93043 15.9045 10.1163 15.9074 10.3022 15.9135ZM7.47684 1.63205L4.95343 4.1548C4.92348 4.1852 4.92987 4.20039 4.9726 4.20039L7.47089 4.19577C7.48684 4.19577 7.50214 4.18943 7.51341 4.17816C7.52469 4.16688 7.53102 4.15159 7.53102 4.13564L7.52706 1.65254C7.52706 1.6054 7.51032 1.59858 7.47684 1.63205ZM19.2884 22.2382C20.0078 22.9311 20.8659 23.3789 21.8627 23.5815C22.0724 23.6238 22.2107 23.6747 22.2777 23.7342C22.4006 23.8421 22.4517 23.9974 22.431 24.2C22.4155 24.3511 22.4193 24.7984 22.4422 25.542C22.4425 25.5513 22.4463 25.5601 22.4527 25.5666C22.459 25.5731 22.4676 25.5768 22.4765 25.577L23.3203 25.5843C23.3342 25.5843 23.3474 25.5785 23.3572 25.5682C23.367 25.5579 23.3725 25.544 23.3725 25.5294C23.3725 25.0453 23.3736 24.5746 23.3758 24.1174C23.3763 23.9672 23.423 23.8456 23.5159 23.7527C23.5749 23.6936 23.6668 23.6483 23.7914 23.6166C23.8928 23.591 23.9954 23.5707 24.0994 23.5558C25.1808 23.2932 26.0851 22.7604 26.8124 21.9574C27.6353 21.0495 28.0885 19.9688 28.1722 18.7151C28.2145 18.0878 28.1509 17.4934 27.9813 16.9317C27.6192 15.7314 26.9401 14.781 25.9442 14.0806C25.5772 13.8225 25.1896 13.6154 24.7812 13.4595C24.1698 13.2265 23.5406 13.1119 22.8935 13.1159C21.9235 13.1221 21.0282 13.3692 20.2075 13.8573C19.8269 14.0832 19.4803 14.3535 19.1675 14.668C18.5645 15.2746 18.1326 15.9866 17.8718 16.8042C17.7405 17.2156 17.6625 17.648 17.6379 18.1013C17.5506 19.7161 18.1008 21.0951 19.2884 22.2382ZM23.95 26.6402C23.95 26.6063 23.9366 26.5739 23.9127 26.55C23.8888 26.5261 23.8563 26.5126 23.8225 26.5126H21.9803C21.9465 26.5126 21.9141 26.5261 21.8902 26.55C21.8662 26.5739 21.8528 26.6063 21.8528 26.6402V30.943C21.8528 30.9768 21.8662 31.0092 21.8902 31.0331C21.9141 31.057 21.9465 31.0705 21.9803 31.0705H23.8225C23.8563 31.0705 23.8888 31.057 23.9127 31.0331C23.9366 31.0092 23.95 30.9768 23.95 30.943V26.6402Z' fill='black'/%3E%3Cpath d='M16.6612 3.55413C17.1718 4.43953 17.4321 4.91219 17.4422 4.9721C17.4845 5.21966 17.4224 5.39211 17.2559 5.48946C17.1665 5.54188 17.0105 5.56699 16.7881 5.56479C16.2471 5.5595 15.7879 5.54915 15.4104 5.53373C15.2752 5.52801 15.1657 5.46744 15.082 5.35203C14.9464 5.16482 14.9459 4.97408 15.0807 4.77982C15.0835 4.7758 15.0853 4.77116 15.086 4.76629C15.0866 4.76143 15.0861 4.75647 15.0844 4.75186C15.0827 4.74725 15.0799 4.74312 15.0763 4.73982C15.0727 4.73652 15.0683 4.73414 15.0635 4.7329C14.5446 4.59018 14.0268 4.51089 13.5101 4.49503C13.0837 4.48226 12.6458 4.51904 12.1965 4.60538C10.6473 4.90272 9.38525 5.67602 8.41042 6.92528C7.7391 7.78557 7.32789 8.76525 7.1768 9.8643C7.11645 10.3017 7.10324 10.7411 7.13716 11.1825C7.22482 12.334 7.59946 13.3912 8.2611 14.3541C8.35184 14.4862 8.40051 14.5984 8.40712 14.6904C8.41901 14.8442 8.36858 14.9666 8.25581 15.0578C8.13952 15.1521 8.00825 15.184 7.862 15.1536C7.75628 15.1316 7.66708 15.0789 7.5944 14.9957C7.58999 14.9904 7.53339 14.9078 7.42458 14.7479C6.87352 13.9365 6.50702 13.0621 6.3251 12.1247C6.09603 10.9459 6.15506 9.78787 6.50218 8.6505C6.62948 8.23246 6.79643 7.82588 7.00303 7.43075C7.64528 6.20396 8.56416 5.24124 9.75968 4.54261C10.1398 4.3206 10.5389 4.13647 10.957 3.99022C12.5538 3.43343 14.175 3.4418 15.8207 4.01533C15.8414 4.02238 15.8474 4.01577 15.8386 3.99551C15.765 3.81887 15.769 3.66095 15.8505 3.52175C15.9276 3.38916 16.0441 3.31207 16.2 3.29049C16.3903 3.26362 16.544 3.3515 16.6612 3.55413Z' fill='black'/%3E%3Cpath d='M12.6954 5.58604C13.6147 5.57811 14.0902 5.57723 14.1219 5.58339C14.2712 5.61291 14.3801 5.68449 14.4483 5.79814C14.4928 5.87126 14.5159 5.98887 14.5177 6.15098C14.5195 6.273 14.5195 6.40162 14.5177 6.53686C14.5175 6.55565 14.5232 6.57402 14.534 6.58933C14.5448 6.60463 14.5602 6.6161 14.5778 6.62209C14.8703 6.71988 15.1399 6.83441 15.3866 6.96568C15.3971 6.97126 15.4091 6.97331 15.4208 6.97152C15.4324 6.96973 15.4432 6.9642 15.4513 6.95577C15.5681 6.83419 15.6804 6.72275 15.7883 6.62143C16.0328 6.39193 16.2753 6.39347 16.5158 6.62606C17.1968 7.28417 17.5484 7.63723 17.5704 7.68524C17.673 7.91166 17.6398 8.11253 17.4706 8.28785C17.36 8.40326 17.2486 8.5125 17.1363 8.61558C17.124 8.6267 17.1158 8.64166 17.113 8.65808C17.1103 8.67449 17.1131 8.6914 17.1211 8.7061C17.2664 8.97701 17.3759 9.23646 17.4495 9.48447C17.4568 9.50917 17.4722 9.53071 17.4933 9.54568C17.5144 9.56064 17.5399 9.56817 17.5658 9.56706C17.7129 9.56089 17.8512 9.56089 17.9807 9.56706C18.141 9.57455 18.2593 9.60869 18.3355 9.66948C18.4426 9.75537 18.4963 9.88004 18.4967 10.0435C18.4985 10.528 18.4994 11.0126 18.4994 11.4971C18.4818 11.6464 18.4199 11.7585 18.3137 11.8334C18.2402 11.8859 18.1265 11.9158 17.9728 11.9233C17.8419 11.929 17.6986 11.929 17.5426 11.9233C17.5232 11.9228 17.5041 11.9285 17.4882 11.9398C17.4724 11.951 17.4606 11.967 17.4547 11.9854C17.3636 12.2739 17.2517 12.5411 17.1191 12.7869C17.1125 12.7989 17.11 12.8127 17.112 12.8263C17.1141 12.8399 17.1205 12.8525 17.1303 12.8622C17.2211 12.9499 17.3098 13.0389 17.3966 13.1292C17.5147 13.2516 17.5856 13.3518 17.6094 13.4298C17.6367 13.5183 17.6358 13.6089 17.6067 13.7014C17.5865 13.7661 17.5387 13.8382 17.4633 13.9174C17.1603 14.235 16.8506 14.5463 16.5343 14.8511C16.2678 15.1075 16.0095 15.1011 15.7593 14.8319C15.669 14.7346 15.5716 14.639 15.4672 14.5452C15.4537 14.5328 15.4368 14.525 15.4187 14.5227C15.4005 14.5205 15.3822 14.5239 15.3661 14.5326C15.1133 14.6665 14.8452 14.7788 14.562 14.8696C14.5527 14.8725 14.5446 14.8781 14.5385 14.8856C14.5324 14.8931 14.5286 14.9022 14.5276 14.9119C14.5113 15.0912 14.5082 15.2304 14.5184 15.3295C14.5413 15.5528 14.4803 15.7149 14.3353 15.8158C14.2477 15.877 14.0986 15.9076 13.888 15.9076C13.4537 15.9076 13.0196 15.9076 12.5857 15.9076C12.335 15.8777 12.1974 15.751 12.1727 15.5277C12.1498 15.3198 12.1476 15.1191 12.1661 14.9257C12.1678 14.9086 12.1635 14.8915 12.154 14.8771C12.1445 14.8628 12.1303 14.8522 12.1139 14.8471C11.8544 14.7692 11.5802 14.6595 11.2913 14.5181C11.2787 14.5118 11.2643 14.51 11.2505 14.5128C11.2367 14.5157 11.2243 14.5231 11.2153 14.5339C11.0911 14.6815 10.9651 14.8035 10.8373 14.9C10.7312 14.9802 10.6303 15.0238 10.5347 15.0308C10.4065 15.0396 10.296 14.9973 10.203 14.9039C9.56428 14.2652 9.24492 13.9459 9.24492 13.9459C9.09515 13.8133 9.03348 13.6615 9.05991 13.4906C9.07576 13.3862 9.14052 13.2734 9.25417 13.1523C9.34755 13.0532 9.44402 12.9613 9.54358 12.8768C9.5587 12.8638 9.56893 12.8461 9.57254 12.8266C9.57615 12.8071 9.57292 12.787 9.5634 12.7697C9.42112 12.5125 9.30703 12.2433 9.22113 11.9623C9.21831 11.9531 9.21269 11.9451 9.20509 11.9394C9.19748 11.9337 9.18828 11.9306 9.17884 11.9306C8.79252 11.9306 8.5791 11.9237 8.53857 11.9101C8.2963 11.829 8.17516 11.6528 8.17516 11.3815C8.17516 10.5996 8.17516 10.2086 8.17516 10.2086C8.14124 9.75361 8.35048 9.53204 8.80287 9.54393C8.90771 9.54658 9.02885 9.5479 9.16629 9.5479C9.17743 9.54793 9.18832 9.54445 9.19744 9.53794C9.20656 9.53142 9.21346 9.5222 9.21716 9.51156C9.30967 9.2336 9.42354 8.96181 9.55877 8.69619C9.56687 8.68031 9.5695 8.66223 9.56628 8.64478C9.56305 8.62732 9.55414 8.61148 9.54093 8.59972C9.44314 8.51294 9.35108 8.42374 9.26474 8.33212C9.15285 8.21274 9.0859 8.10614 9.06387 8.01231C9.02467 7.84712 9.0762 7.69361 9.21849 7.55177C9.53344 7.23901 9.84708 6.92494 10.1594 6.60954C10.2995 6.46814 10.4523 6.4166 10.618 6.45492C10.7109 6.47651 10.8186 6.54434 10.9411 6.65843C11.0349 6.74609 11.127 6.8375 11.2173 6.93265C11.2279 6.94394 11.2423 6.95151 11.2584 6.95434C11.2746 6.95718 11.2918 6.95514 11.3078 6.9485L12.1324 6.60425C12.1418 6.60037 12.1499 6.594 12.1553 6.58606C12.1608 6.57811 12.1634 6.56899 12.1628 6.55998C12.1505 6.34766 12.1538 6.14878 12.1727 5.96332C12.1864 5.82853 12.2509 5.72589 12.3663 5.65541C12.4399 5.61048 12.5496 5.58736 12.6954 5.58604ZM16.4385 7.8425L16.2145 7.60793C16.2092 7.60233 16.2028 7.59799 16.1955 7.59518C16.1882 7.59236 16.1803 7.59113 16.1722 7.59156C16.1642 7.592 16.1562 7.59408 16.1487 7.5977C16.1411 7.60131 16.1343 7.60637 16.1286 7.61256C16.0251 7.72577 15.9258 7.8229 15.8306 7.90395C15.6478 8.05945 15.4533 8.07156 15.2472 7.94029C14.8939 7.71564 14.5153 7.55463 14.1113 7.45728C13.9343 7.41455 13.8175 7.36808 13.7611 7.31786C13.659 7.22624 13.6083 7.0996 13.6092 6.93793C13.6096 6.80578 13.6098 6.67385 13.6098 6.54214C13.6098 6.53772 13.6089 6.53334 13.6072 6.52925C13.6055 6.52516 13.603 6.52144 13.5998 6.51831C13.5966 6.51518 13.5928 6.5127 13.5886 6.51101C13.5845 6.50932 13.58 6.50844 13.5755 6.50844L13.1493 6.5025C13.1409 6.50237 13.1326 6.50399 13.1249 6.50725C13.1173 6.51051 13.1104 6.51534 13.1047 6.52141C13.0991 6.52747 13.0949 6.53464 13.0923 6.54243C13.0897 6.55023 13.0889 6.55846 13.0898 6.56659C13.1083 6.72209 13.1006 6.88904 13.0667 7.06744C13.0301 7.25906 12.9304 7.37557 12.7674 7.41698C12.2886 7.53855 11.8716 7.70418 11.5166 7.91386C11.3985 7.9839 11.3104 8.02355 11.2523 8.0328C11.1395 8.05086 11.0402 8.02597 10.9543 7.95813C10.8287 7.85858 10.7054 7.74603 10.5843 7.62049C10.5779 7.61388 10.5702 7.60868 10.5616 7.60516C10.5531 7.60165 10.5438 7.59991 10.5344 7.60003C10.525 7.60015 10.5156 7.60214 10.5068 7.60588C10.498 7.60962 10.49 7.61503 10.4832 7.62181L10.2149 7.89536C10.204 7.90641 10.1978 7.92123 10.1977 7.93657C10.1976 7.95192 10.2035 7.96656 10.2142 7.97729C10.29 8.0535 10.3609 8.12442 10.427 8.19005C10.5173 8.2808 10.5746 8.36141 10.5988 8.43189C10.6618 8.6147 10.6235 8.80367 10.4838 8.99881C10.3085 9.24329 10.1742 9.56552 10.0808 9.96549C10.0354 10.1602 9.98452 10.2886 9.92813 10.3507C9.82461 10.4635 9.68057 10.5128 9.496 10.4987C9.41363 10.4926 9.31826 10.4895 9.2099 10.4895C9.18658 10.4894 9.16418 10.4983 9.14751 10.5141C9.13084 10.5299 9.12121 10.5514 9.12069 10.574L9.11541 10.8932C9.11321 11.002 9.17334 11.0487 9.29579 11.0333C9.59093 10.9954 9.80501 11.0496 9.93804 11.1958C9.98694 11.2496 10.046 11.4039 10.1151 11.659C10.1909 11.9392 10.3017 12.2057 10.4475 12.4585C10.4484 12.4603 10.4803 12.5089 10.5433 12.6045C10.7208 12.875 10.6785 13.1212 10.4164 13.3433C10.3481 13.401 10.2823 13.4617 10.2189 13.5256C10.213 13.5314 10.2085 13.5384 10.2056 13.5462C10.2026 13.5539 10.2013 13.5624 10.2018 13.5709C10.2022 13.5795 10.2044 13.588 10.2081 13.596C10.2118 13.604 10.217 13.6113 10.2235 13.6175L10.499 13.8804C10.5119 13.8928 10.529 13.8998 10.5463 13.8999C10.5636 13.9 10.5799 13.8933 10.5915 13.8811C10.7047 13.7626 10.8085 13.6626 10.9027 13.5811C10.9807 13.5137 11.0673 13.4747 11.1624 13.4642C11.2382 13.4558 11.3219 13.4741 11.4135 13.519C11.4791 13.5507 11.556 13.5926 11.6441 13.6446C11.926 13.8111 12.2416 13.9392 12.591 14.0291C12.7791 14.0776 12.9006 14.1251 12.9557 14.1718C13.0649 14.2648 13.118 14.3974 13.1149 14.5696C13.1127 14.6947 13.1136 14.8198 13.1176 14.9449C13.1178 14.9544 13.1213 14.9635 13.1275 14.9702C13.1337 14.9768 13.142 14.9806 13.1506 14.9806L13.4949 14.9826C13.6129 14.9835 13.6627 14.9198 13.6442 14.7916C13.5953 14.452 13.6775 14.2183 13.8907 14.0906C14.3651 13.9857 14.808 13.8056 15.2194 13.5501C15.4635 13.3985 15.6833 13.4228 15.8789 13.6227C15.9656 13.7117 16.0542 13.8012 16.1445 13.891C16.1488 13.8955 16.154 13.899 16.1597 13.9015C16.1654 13.9039 16.1715 13.9052 16.1777 13.9053C16.1839 13.9053 16.1901 13.9042 16.1958 13.9018C16.2016 13.8995 16.2068 13.896 16.2112 13.8917L16.5112 13.5864C16.5174 13.58 16.5209 13.5714 16.5209 13.5623C16.5209 13.5532 16.5174 13.5444 16.5112 13.5375C16.3989 13.4133 16.3141 13.3265 16.2568 13.2772C16.0806 13.1239 16.031 12.9338 16.1081 12.7069C16.3702 12.3092 16.5544 11.8779 16.6605 11.4132C16.7262 11.1264 16.9096 10.9894 17.2109 11.0022C17.3285 11.0075 17.4455 11.0044 17.5618 10.993C17.5717 10.9919 17.5808 10.9875 17.5875 10.9807C17.5942 10.9739 17.5979 10.9651 17.5981 10.956L17.6047 10.5285C17.6048 10.5219 17.6034 10.5155 17.6006 10.5095C17.5979 10.5036 17.5938 10.4982 17.5887 10.4938C17.5837 10.4894 17.5776 10.486 17.571 10.4839C17.5645 10.4818 17.5575 10.481 17.5506 10.4815C17.4136 10.4921 17.2847 10.4932 17.164 10.4848C17.0451 10.4765 16.9504 10.4525 16.8799 10.4128C16.7781 10.356 16.7136 10.2756 16.6863 10.1716C16.5537 9.66243 16.381 9.22942 16.1683 8.87261C16.1044 8.76557 16.0698 8.67813 16.0645 8.61029C16.0553 8.49532 16.085 8.40039 16.1537 8.32551C16.259 8.21054 16.3678 8.09909 16.4801 7.99117C16.494 7.97763 16.4974 7.95439 16.4896 7.92652C16.4818 7.89866 16.4635 7.86845 16.4385 7.8425Z' fill='black'/%3E%3Cpath d='M15.8387 10.7359C15.8387 11.3971 15.576 12.0312 15.1085 12.4988C14.641 12.9663 14.0068 13.2289 13.3457 13.2289C12.6845 13.2289 12.0504 12.9663 11.5828 12.4988C11.1153 12.0312 10.8526 11.3971 10.8526 10.7359C10.8526 10.0747 11.1153 9.44064 11.5828 8.97311C12.0504 8.50558 12.6845 8.24292 13.3457 8.24292C14.0068 8.24292 14.641 8.50558 15.1085 8.97311C15.576 9.44064 15.8387 10.0747 15.8387 10.7359ZM14.9169 10.7366C14.9169 10.3204 14.7516 9.92124 14.4573 9.62694C14.163 9.33265 13.7638 9.16731 13.3476 9.16731C12.9314 9.16731 12.5323 9.33265 12.238 9.62694C11.9437 9.92124 11.7784 10.3204 11.7784 10.7366C11.7784 11.1528 11.9437 11.5519 12.238 11.8462C12.5323 12.1405 12.9314 12.3059 13.3476 12.3059C13.7638 12.3059 14.163 12.1405 14.4573 11.8462C14.7516 11.5519 14.9169 11.1528 14.9169 10.7366Z' fill='black'/%3E%3Cpath d='M27.4651 18.4112C27.4651 19.6211 26.9845 20.7814 26.129 21.6369C25.2735 22.4924 24.1132 22.973 22.9033 22.973C21.6934 22.973 20.5331 22.4924 19.6776 21.6369C18.8221 20.7814 18.3415 19.6211 18.3415 18.4112C18.3415 17.2013 18.8221 16.041 19.6776 15.1855C20.5331 14.33 21.6934 13.8494 22.9033 13.8494C24.1132 13.8494 25.2735 14.33 26.129 15.1855C26.9845 16.041 27.4651 17.2013 27.4651 18.4112ZM26.5374 18.4125C26.5374 17.4487 26.1546 16.5243 25.473 15.8428C24.7915 15.1613 23.8672 14.7784 22.9033 14.7784C21.9395 14.7784 21.0151 15.1613 20.3336 15.8428C19.6521 16.5243 19.2692 17.4487 19.2692 18.4125C19.2692 19.3763 19.6521 20.3007 20.3336 20.9822C21.0151 21.6638 21.9395 22.0466 22.9033 22.0466C23.8672 22.0466 24.7915 21.6638 25.473 20.9822C26.1546 20.3007 26.5374 19.3763 26.5374 18.4125Z' fill='black'/%3E%3Cpath d='M8.97118 20.6294C8.9714 20.7564 8.92114 20.8783 8.83146 20.9683C8.74178 21.0583 8.62002 21.109 8.49297 21.1092L6.46183 21.1128C6.33478 21.113 6.21284 21.0627 6.12285 20.9731C6.03286 20.8834 5.98217 20.7616 5.98195 20.6346L5.9784 18.6034C5.97818 18.4764 6.02844 18.3544 6.11812 18.2644C6.2078 18.1745 6.32956 18.1238 6.45661 18.1235L8.48776 18.12C8.55066 18.1199 8.61298 18.1322 8.67114 18.1561C8.7293 18.1801 8.78217 18.2153 8.82674 18.2597C8.8713 18.3041 8.90667 18.3569 8.93085 18.415C8.95502 18.473 8.96752 18.5353 8.96763 18.5982L8.97118 20.6294ZM8.04213 19.0941C8.04211 19.0876 8.04084 19.0813 8.03837 19.0754C8.0359 19.0694 8.03229 19.064 8.02774 19.0595C8.0232 19.055 8.0178 19.0514 8.01186 19.0489C8.00593 19.0465 7.99957 19.0452 7.99314 19.0453L6.9518 19.0471C6.94538 19.0471 6.93902 19.0484 6.9331 19.0508C6.92717 19.0533 6.92178 19.0569 6.91725 19.0615C6.91272 19.066 6.90913 19.0714 6.90668 19.0773C6.90423 19.0833 6.90298 19.0896 6.90299 19.0961L6.90481 20.1387C6.90483 20.1451 6.9061 20.1515 6.90857 20.1574C6.91104 20.1633 6.91465 20.1687 6.9192 20.1733C6.92374 20.1778 6.92914 20.1814 6.93508 20.1838C6.94101 20.1863 6.94737 20.1875 6.9538 20.1875L7.99514 20.1857C8.00156 20.1857 8.00792 20.1844 8.01384 20.1819C8.01977 20.1795 8.02516 20.1759 8.02969 20.1713C8.03422 20.1668 8.03781 20.1614 8.04026 20.1554C8.04271 20.1495 8.04396 20.1431 8.04395 20.1367L8.04213 19.0941Z' fill='black'/%3E%3Cpath d='M13.7546 20.1886H10.4825C10.234 20.1886 10.0326 20.3901 10.0326 20.6386V20.661C10.0326 20.9095 10.234 21.111 10.4825 21.111H13.7546C14.0031 21.111 14.2045 20.9095 14.2045 20.661V20.6386C14.2045 20.3901 14.0031 20.1886 13.7546 20.1886Z' fill='black'/%3E%3Cpath d='M8.9705 24.6606C8.97061 24.7231 8.9584 24.7851 8.93456 24.8429C8.91072 24.9008 8.87572 24.9534 8.83156 24.9977C8.7874 25.042 8.73494 25.0772 8.67718 25.1012C8.61942 25.1253 8.5575 25.1377 8.49493 25.1378L6.4585 25.1414C6.39594 25.1415 6.33397 25.1292 6.27613 25.1054C6.21828 25.0816 6.1657 25.0466 6.12139 25.0024C6.07707 24.9582 6.04189 24.9058 6.01785 24.848C5.99381 24.7903 5.98138 24.7283 5.98127 24.6658L5.97771 22.6293C5.9776 22.5668 5.98982 22.5048 6.01366 22.447C6.0375 22.3891 6.0725 22.3366 6.11666 22.2922C6.16082 22.2479 6.21327 22.2127 6.27103 22.1887C6.32879 22.1647 6.39072 22.1522 6.45328 22.1521L8.48971 22.1486C8.55228 22.1485 8.61425 22.1607 8.67209 22.1845C8.72993 22.2083 8.78251 22.2433 8.82682 22.2875C8.87114 22.3317 8.90632 22.3841 8.93037 22.4419C8.95441 22.4996 8.96684 22.5616 8.96695 22.6241L8.9705 24.6606ZM8.04276 23.1206C8.04273 23.1086 8.03791 23.097 8.02934 23.0884C8.02078 23.0799 8.00918 23.0751 7.99708 23.0751L6.94781 23.077C6.93572 23.077 6.92414 23.0818 6.9156 23.0904C6.90707 23.0989 6.90229 23.1105 6.90231 23.1226L6.90414 24.1719C6.90415 24.1779 6.90534 24.1838 6.90764 24.1893C6.90994 24.1949 6.9133 24.1999 6.91754 24.2041C6.92179 24.2084 6.92682 24.2117 6.93235 24.214C6.93789 24.2163 6.94382 24.2174 6.94981 24.2174L7.99908 24.2156C8.01117 24.2156 8.02276 24.2107 8.03129 24.2022C8.03982 24.1936 8.04461 24.182 8.04459 24.1699L8.04276 23.1206Z' fill='black'/%3E%3Cpath d='M16.1974 24.2166H10.4846C10.2339 24.2166 10.0307 24.4198 10.0307 24.6705V24.6863C10.0307 24.937 10.2339 25.1403 10.4846 25.1403H16.1974C16.4481 25.1403 16.6514 24.937 16.6514 24.6863V24.6705C16.6514 24.4198 16.4481 24.2166 16.1974 24.2166Z' fill='black'/%3E%3C/svg%3E%0A") left top / 32px 32px no-repeat;
}
.factories2_about__list_item:nth-child(3) {
  background: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5625 0.900635C19.4583 0.904385 27.4062 0.90626 27.4062 0.90626C27.9013 0.900843 28.396 0.906051 28.8906 0.921885C29.319 0.903135 29.6979 1.01897 30.0275 1.26938C30.3267 1.49688 30.5315 1.77876 30.6419 2.11501C30.7035 2.30251 30.7344 2.63584 30.7344 3.11501C30.7344 19.4446 30.7344 27.6094 30.7344 27.6094C30.651 28.254 30.3512 28.7206 29.835 29.0094C29.6237 29.1273 29.369 29.199 29.0706 29.2244C28.8169 29.2456 28.5487 29.2469 28.2663 29.2281C28.2562 29.2274 28.246 29.2288 28.2365 29.2322C28.227 29.2356 28.2182 29.241 28.2108 29.2479C28.2035 29.2548 28.1976 29.2632 28.1936 29.2725C28.1895 29.2817 28.1875 29.2918 28.1875 29.3019C28.1875 29.5681 28.1875 29.824 28.1875 30.0694C28.1875 30.4331 28.1602 30.6856 28.1056 30.8269C28.0106 31.0731 27.8388 31.2527 27.59 31.3656C27.4625 31.4236 27.2827 31.4544 27.0506 31.4581C26.2006 31.4719 25.3504 31.4754 24.5 31.4688C24.1663 31.485 23.9319 31.4694 23.7969 31.4219C23.3302 31.2581 23.0904 30.9246 23.0775 30.4213C23.0675 30.0417 23.0625 29.6604 23.0625 29.2775C23.0625 29.2718 23.0614 29.2662 23.0592 29.261C23.0571 29.2558 23.0539 29.251 23.0499 29.247C23.0459 29.243 23.0411 29.2398 23.0359 29.2377C23.0306 29.2355 23.025 29.2344 23.0194 29.2344H8.55062C8.53819 29.2344 8.52627 29.2393 8.51748 29.2481C8.50869 29.2569 8.50375 29.2688 8.50375 29.2813C8.50625 29.6433 8.5025 30.0115 8.4925 30.3856C8.48667 30.5927 8.45438 30.7577 8.39563 30.8806C8.21104 31.2665 7.87604 31.4617 7.39062 31.4663C5.68479 31.4817 4.77854 31.4773 4.67188 31.4531C4.29354 31.3669 4.03813 31.1686 3.90563 30.8581C3.84354 30.7127 3.8125 30.4698 3.8125 30.1294C3.8125 29.859 3.8125 29.5811 3.8125 29.2956C3.8125 29.2794 3.80605 29.2638 3.79456 29.2523C3.78307 29.2408 3.76749 29.2344 3.75125 29.2344C3.45375 29.2344 3.1825 29.2344 2.9375 29.2344C2.70458 29.2344 2.46708 29.1692 2.225 29.0388C1.79083 28.805 1.50167 28.4696 1.3575 28.0325C1.29875 27.8554 1.26937 27.5881 1.26937 27.2306C1.26062 11.2611 1.25938 3.06438 1.26563 2.64063C1.27104 2.26938 1.39083 1.93043 1.625 1.62376C1.95 1.19751 2.38229 0.964385 2.92188 0.924385C3.13521 0.908551 3.34875 0.900635 3.5625 0.900635ZM29.875 2.69438C29.875 2.57447 29.8514 2.45573 29.8055 2.34495C29.7596 2.23416 29.6923 2.1335 29.6076 2.04871C29.5228 1.96392 29.4221 1.89666 29.3113 1.85077C29.2005 1.80488 29.0818 1.78126 28.9619 1.78126H3.03813C2.79595 1.78126 2.56369 1.87746 2.39245 2.04871C2.2212 2.21995 2.125 2.45221 2.125 2.69438V27.4619C2.125 27.7041 2.2212 27.9363 2.39245 28.1076C2.56369 28.2788 2.79595 28.375 3.03813 28.375H28.9619C29.0818 28.375 29.2005 28.3514 29.3113 28.3055C29.4221 28.2596 29.5228 28.1924 29.6076 28.1076C29.6923 28.0228 29.7596 27.9221 29.8055 27.8113C29.8514 27.7005 29.875 27.5818 29.875 27.4619V2.69438ZM4.79938 30.5825C5.63146 30.5954 6.47062 30.5994 7.31687 30.5944C7.32021 30.5944 7.35875 30.5965 7.4325 30.6006C7.57875 30.6098 7.65063 30.5346 7.64813 30.375C7.64313 30.0313 7.64062 29.6758 7.64062 29.3088C7.64062 29.2932 7.63444 29.2782 7.62342 29.2672C7.6124 29.2562 7.59746 29.25 7.58187 29.25H4.7225C4.71322 29.25 4.70431 29.2537 4.69775 29.2603C4.69119 29.2668 4.6875 29.2757 4.6875 29.285V30.4688C4.6875 30.4986 4.69922 30.5273 4.72015 30.5485C4.74108 30.5698 4.76953 30.582 4.79938 30.5825ZM24.0063 30.5725C24.0283 30.5864 24.0539 30.5938 24.08 30.5938H27.17C27.2638 30.5938 27.3113 30.5483 27.3125 30.4575L27.3281 29.31C27.3282 29.3022 27.3267 29.2944 27.3236 29.2871C27.3206 29.2798 27.3161 29.2732 27.3104 29.2676C27.3047 29.262 27.2979 29.2576 27.2905 29.2546C27.283 29.2516 27.275 29.25 27.2669 29.25H23.9906C23.9836 29.25 23.9767 29.2514 23.9703 29.2541C23.9639 29.2567 23.958 29.2606 23.9531 29.2656C23.9481 29.2705 23.9442 29.2764 23.9415 29.2828C23.9389 29.2892 23.9375 29.2962 23.9375 29.3031C23.9375 29.6615 23.9375 30.0269 23.9375 30.3994C23.9375 30.4002 23.9365 30.415 23.9344 30.4438C23.931 30.4979 23.955 30.5408 24.0063 30.5725Z' fill='black'/%3E%3Cpath d='M27.978 13.3204C27.9787 13.7169 27.8219 14.0974 27.542 14.3783C27.2621 14.6592 26.8821 14.8173 26.4857 14.818L15.6119 14.837C15.2154 14.8377 14.8349 14.6809 14.554 14.401C14.2732 14.1211 14.115 13.7411 14.1143 13.3446L14.0995 4.85088C14.0988 4.45438 14.2556 4.07385 14.5355 3.79299C14.8154 3.51214 15.1954 3.35397 15.5919 3.35327L26.4656 3.33429C26.8621 3.3336 27.2426 3.49044 27.5235 3.77032C27.8043 4.0502 27.9625 4.43018 27.9632 4.82668L27.978 13.3204ZM18.4569 6.30065C18.7848 5.98023 19.1613 5.82232 19.5863 5.8269C19.9929 5.83148 20.3502 5.95898 20.6581 6.2094C21.0336 6.51398 21.2308 6.95461 21.25 7.53127C21.2808 8.45377 21.2861 8.99023 21.2656 9.14065C21.2373 9.35232 21.2802 9.52815 21.3944 9.66815C21.529 9.83232 21.6929 9.90857 21.8863 9.8969C22.0613 9.88648 22.2063 9.82044 22.3213 9.69877C22.4413 9.57252 22.4973 9.40732 22.4894 9.20315C22.4786 8.9319 22.4821 8.73398 22.5 8.6094C22.5704 8.1194 22.7944 7.75482 23.1719 7.51565C23.5661 7.26607 23.9671 7.19315 24.375 7.2969C24.9742 7.4494 25.3517 7.81586 25.5075 8.39627C25.5433 8.53044 25.56 8.71627 25.5575 8.95377C25.5542 9.26711 25.5611 9.4544 25.5781 9.51565C25.6294 9.69857 25.7286 9.82731 25.8756 9.9019C25.9636 9.94648 26.1127 9.96877 26.3231 9.96877C26.564 9.96877 26.8117 9.96877 27.0663 9.96877C27.0767 9.96877 27.0867 9.96463 27.0941 9.95724C27.1015 9.94986 27.1056 9.93984 27.1056 9.9294C27.1098 8.36981 27.1113 6.80461 27.11 5.23377C27.1096 4.89586 27.0842 4.67086 27.0338 4.55877C26.9221 4.31002 26.6921 4.19148 26.3438 4.20315C26.3438 4.20315 22.8883 4.20315 15.9775 4.20315C15.6967 4.20315 15.535 4.20711 15.4925 4.21502C15.3063 4.25002 15.1663 4.34731 15.0725 4.5069C15.0142 4.60565 14.9836 4.75315 14.9806 4.9494C14.9656 5.87815 14.9619 6.83981 14.9694 7.8344C14.9696 7.84833 14.9752 7.86166 14.9851 7.87157C14.995 7.88148 15.0084 7.8872 15.0225 7.88752C15.1371 7.88919 15.2569 7.89273 15.3819 7.89815C15.5236 7.90398 15.6423 7.91982 15.7381 7.94565C16.3194 8.10356 16.6775 8.49148 16.8125 9.1094C16.8354 9.21398 16.8415 9.81732 16.8306 10.9194C16.8286 11.1369 16.8469 11.2923 16.8856 11.3856C16.9586 11.5606 17.0902 11.6669 17.2806 11.7044C17.4381 11.7356 17.5788 11.7119 17.7025 11.6331C17.8354 11.549 17.9229 11.42 17.965 11.2463C17.9713 11.22 17.9736 9.98169 17.9719 7.53127C17.9719 7.02752 18.1336 6.61732 18.4569 6.30065ZM15.7538 8.90252C15.645 8.81169 15.524 8.76607 15.3906 8.76565C15.2656 8.76565 15.1367 8.76565 15.0038 8.76565C14.9946 8.76565 14.9858 8.76925 14.9792 8.77568C14.9727 8.78211 14.9689 8.79085 14.9688 8.80002C14.9613 10.3009 14.9656 11.7881 14.9819 13.2619C14.984 13.4331 15.0125 13.5652 15.0675 13.6581C15.1992 13.8811 15.4163 13.9846 15.7188 13.9688C15.7188 13.9688 19.2604 13.9688 26.3438 13.9688C26.83 13.9688 27.0852 13.7344 27.1094 13.2656C27.124 12.9827 27.1202 12.1896 27.0981 10.8863C27.098 10.878 27.0946 10.8702 27.0888 10.8644C27.083 10.8585 27.0751 10.8552 27.0669 10.855C26.3502 10.84 25.9842 10.8311 25.9688 10.8281C25.31 10.7023 24.9023 10.3344 24.7456 9.7244C24.7173 9.6144 24.7031 9.47357 24.7031 9.3019C24.7031 9.01732 24.7031 8.87502 24.7031 8.87502C24.7119 8.61627 24.6356 8.41627 24.4744 8.27502C24.319 8.13877 24.135 8.08419 23.9225 8.11127C23.7313 8.13502 23.5817 8.23148 23.4738 8.40065C23.4146 8.49315 23.3761 8.61523 23.3581 8.7669C23.3415 8.9094 23.3367 9.03919 23.3438 9.15627C23.3579 9.39086 23.3298 9.60961 23.2594 9.81252C23.1886 10.0163 23.0738 10.1977 22.915 10.3569C22.7042 10.5694 22.4494 10.705 22.1506 10.7638C21.9565 10.8025 21.7621 10.8019 21.5675 10.7619C21.3613 10.7198 21.1786 10.6417 21.0194 10.5275C20.6048 10.2292 20.3952 9.80857 20.3906 9.26565C20.3906 9.26565 20.3906 8.7944 20.3906 7.8519C20.3906 7.8494 20.3923 7.77127 20.3956 7.61752C20.399 7.46211 20.3869 7.34482 20.3594 7.26565C20.2506 6.95315 20.0579 6.76919 19.7813 6.71377C19.55 6.66711 19.3417 6.71023 19.1563 6.84315C18.9617 6.98232 18.8536 7.19211 18.8319 7.47252C18.8265 7.54586 18.825 8.49627 18.8275 10.3238C18.8283 10.985 18.8081 11.3921 18.7669 11.545C18.6431 12.0059 18.3361 12.3213 17.8456 12.4913C17.6715 12.5517 17.5004 12.5784 17.3325 12.5713C17.145 12.5634 16.9729 12.5227 16.8163 12.4494C16.3088 12.2119 16.0263 11.8017 15.9688 11.2188C15.9758 10.5938 15.9717 9.96877 15.9563 9.34377C15.9538 9.23794 15.939 9.15711 15.9119 9.10127C15.8761 9.02669 15.8233 8.96044 15.7538 8.90252Z' fill='black'/%3E%3Cpath d='M12.6975 9.085C12.6975 10.3418 12.1982 11.5471 11.3096 12.4358C10.4209 13.3245 9.21554 13.8238 7.95875 13.8238C6.70196 13.8238 5.49664 13.3245 4.60795 12.4358C3.71926 11.5471 3.22 10.3418 3.22 9.085C3.22 7.82821 3.71926 6.62289 4.60795 5.7342C5.49664 4.84551 6.70196 4.34625 7.95875 4.34625C9.21554 4.34625 10.4209 4.84551 11.3096 5.7342C12.1982 6.62289 12.6975 7.82821 12.6975 9.085ZM5.11125 6.80813C5.05667 6.78188 5.00854 6.74875 4.96688 6.70875C4.96124 6.7033 4.95451 6.69912 4.94712 6.69648C4.93974 6.69385 4.93188 6.69282 4.92407 6.69347C4.91625 6.69412 4.90867 6.69644 4.90182 6.70026C4.89498 6.70408 4.88903 6.70932 4.88438 6.71563C4.47063 7.27521 4.21292 7.90229 4.11125 8.59688C4.10978 8.6072 4.11233 8.61769 4.11838 8.62619C4.12443 8.63468 4.13351 8.64052 4.14375 8.6425C4.40917 8.69167 4.56229 8.81104 4.60313 9.00063C4.63188 9.13646 4.60458 9.25375 4.52125 9.3525C4.44 9.44917 4.3175 9.505 4.15375 9.52C4.1476 9.52062 4.14164 9.52246 4.13622 9.52542C4.1308 9.52838 4.12602 9.5324 4.12218 9.53723C4.11833 9.54207 4.1155 9.54763 4.11383 9.55358C4.11217 9.55953 4.11172 9.56575 4.1125 9.57188C4.20042 10.241 4.45896 10.8685 4.88813 11.4544C4.89265 11.4606 4.89842 11.4658 4.90506 11.4697C4.91169 11.4735 4.91906 11.476 4.9267 11.4769C4.93433 11.4777 4.94206 11.477 4.94941 11.4748C4.95676 11.4725 4.96355 11.4688 4.96938 11.4638C5.07979 11.3692 5.19375 11.3233 5.31125 11.3263C5.43125 11.3296 5.53208 11.3788 5.61375 11.4738C5.74542 11.6271 5.73833 11.8323 5.5925 12.0894C5.5851 12.1025 5.58274 12.1178 5.58584 12.1326C5.58895 12.1473 5.59732 12.1604 5.60938 12.1694C6.16521 12.5802 6.78396 12.8331 7.46563 12.9281C7.47667 12.9296 7.48788 12.927 7.49703 12.9206C7.50618 12.9142 7.51259 12.9046 7.515 12.8938C7.56833 12.6313 7.68771 12.4806 7.87313 12.4419C8.00396 12.4144 8.1225 12.4425 8.22875 12.5263C8.3375 12.6117 8.39521 12.7344 8.40188 12.8944C8.40203 12.8984 8.403 12.9024 8.40471 12.906C8.40643 12.9096 8.40886 12.9129 8.41185 12.9155C8.41484 12.9181 8.41832 12.9201 8.42209 12.9213C8.42586 12.9225 8.42983 12.9229 8.43375 12.9225C9.14083 12.8425 9.77896 12.579 10.3481 12.1319C10.3516 12.1291 10.3545 12.1257 10.3565 12.1217C10.3586 12.1178 10.3597 12.1134 10.36 12.109C10.3602 12.1046 10.3595 12.1001 10.3579 12.096C10.3563 12.0919 10.3538 12.0881 10.3506 12.085C10.2277 11.9629 10.1781 11.8302 10.2019 11.6869C10.2235 11.5565 10.2967 11.4546 10.4213 11.3813C10.6 11.2758 10.7804 11.3083 10.9625 11.4788C10.9654 11.4814 10.9688 11.4835 10.9725 11.4848C10.9762 11.4861 10.9801 11.4867 10.984 11.4864C10.9879 11.4861 10.9917 11.485 10.9951 11.4831C10.9985 11.4813 11.0014 11.4787 11.0037 11.4756C11.4513 10.9135 11.7158 10.2744 11.7975 9.55813C11.7979 9.55423 11.7975 9.55028 11.7963 9.54652C11.7951 9.54276 11.7932 9.53926 11.7905 9.53623C11.7879 9.53321 11.7847 9.53071 11.7811 9.52888C11.7774 9.52706 11.7734 9.52596 11.7694 9.52563C11.4956 9.50479 11.3435 9.38042 11.3131 9.1525C11.2952 9.01709 11.3244 8.90229 11.4006 8.80813C11.4865 8.70146 11.6096 8.65063 11.77 8.65563C11.7752 8.65586 11.7805 8.65494 11.7853 8.65293C11.7901 8.65092 11.7945 8.64786 11.798 8.64398C11.8015 8.6401 11.8041 8.63549 11.8057 8.63049C11.8072 8.62548 11.8076 8.62019 11.8069 8.615C11.7056 7.9025 11.4435 7.26896 11.0206 6.71438C11.0161 6.70825 11.0103 6.70318 11.0036 6.69952C10.9969 6.69586 10.9895 6.69368 10.9818 6.69315C10.9742 6.69262 10.9665 6.69373 10.9593 6.69643C10.952 6.69912 10.9455 6.70332 10.94 6.70875C10.8258 6.82209 10.7004 6.86709 10.5638 6.84375C10.44 6.8225 10.3404 6.75688 10.265 6.64688C10.1517 6.48104 10.1756 6.30146 10.3369 6.10813C10.3422 6.10161 10.3463 6.09408 10.3487 6.08599C10.3511 6.0779 10.3518 6.06941 10.3509 6.06101C10.35 6.05262 10.3474 6.0445 10.3432 6.03714C10.3391 6.02977 10.3335 6.02331 10.3269 6.01813C9.79688 5.60854 9.17354 5.34959 8.45688 5.24125C8.44698 5.23971 8.43687 5.24194 8.42854 5.24749C8.42021 5.25305 8.41426 5.26153 8.41188 5.27125C8.33896 5.57542 8.19042 5.73104 7.96625 5.73813C7.845 5.74188 7.74188 5.70313 7.65688 5.62188C7.56438 5.53438 7.52083 5.42188 7.52625 5.28438C7.5265 5.27804 7.52535 5.27173 7.52289 5.26589C7.52042 5.26005 7.5167 5.25483 7.51199 5.25059C7.50727 5.24636 7.50168 5.24321 7.49561 5.24138C7.48954 5.23955 7.48315 5.23908 7.47688 5.24C6.75938 5.34334 6.12917 5.60271 5.58625 6.01813C5.5797 6.02316 5.57432 6.02954 5.57046 6.03684C5.56659 6.04413 5.56435 6.05218 5.56388 6.06042C5.5634 6.06866 5.56471 6.07691 5.56771 6.0846C5.5707 6.0923 5.57532 6.09925 5.58125 6.105C5.66083 6.18125 5.70667 6.26938 5.71875 6.36938C5.73042 6.46313 5.71021 6.55417 5.65813 6.6425C5.57771 6.78 5.45104 6.84792 5.27813 6.84625C5.21854 6.84542 5.16292 6.83271 5.11125 6.80813Z' fill='black'/%3E%3Cpath d='M6.82768 6.14024L6.8102 6.14702C6.59265 6.2314 6.4847 6.47616 6.56908 6.69371L7.55812 9.24362C7.6425 9.46117 7.88726 9.56912 8.10481 9.48474L8.12229 9.47796C8.33984 9.39358 8.4478 9.14881 8.36341 8.93126L7.37437 6.38136C7.28999 6.16381 7.04523 6.05586 6.82768 6.14024Z' fill='black'/%3E%3Cpath d='M12.1031 17.1337C12.1031 17.4944 11.9598 17.8404 11.7048 18.0954C11.4497 18.3505 11.1038 18.4937 10.7431 18.4937C10.3824 18.4937 10.0365 18.3505 9.78145 18.0954C9.5264 17.8404 9.38312 17.4944 9.38312 17.1337C9.38312 16.773 9.5264 16.4271 9.78145 16.1721C10.0365 15.917 10.3824 15.7737 10.7431 15.7737C11.1038 15.7737 11.4497 15.917 11.7048 16.1721C11.9598 16.4271 12.1031 16.773 12.1031 17.1337ZM11.2387 17.1331C11.2387 17.0017 11.1865 16.8756 11.0936 16.7827C11.0006 16.6897 10.8746 16.6375 10.7431 16.6375C10.6117 16.6375 10.4856 16.6897 10.3927 16.7827C10.2997 16.8756 10.2475 17.0017 10.2475 17.1331C10.2475 17.2646 10.2997 17.3906 10.3927 17.4836C10.4856 17.5765 10.6117 17.6287 10.7431 17.6287C10.8746 17.6287 11.0006 17.5765 11.0936 17.4836C11.1865 17.3906 11.2387 17.2646 11.2387 17.1331Z' fill='black'/%3E%3Cpath d='M17.3594 17.1337C17.3594 17.4944 17.2161 17.8404 16.961 18.0954C16.706 18.3505 16.3601 18.4937 15.9994 18.4937C15.6387 18.4937 15.2928 18.3505 15.0377 18.0954C14.7827 17.8404 14.6394 17.4944 14.6394 17.1337C14.6394 16.773 14.7827 16.4271 15.0377 16.1721C15.2928 15.917 15.6387 15.7737 15.9994 15.7737C16.3601 15.7737 16.706 15.917 16.961 16.1721C17.2161 16.4271 17.3594 16.773 17.3594 17.1337ZM16.4969 17.1337C16.4969 17.002 16.4445 16.8756 16.3513 16.7824C16.2582 16.6892 16.1318 16.6369 16 16.6369C15.8682 16.6369 15.7418 16.6892 15.6487 16.7824C15.5555 16.8756 15.5031 17.002 15.5031 17.1337C15.5031 17.2655 15.5555 17.3919 15.6487 17.4851C15.7418 17.5783 15.8682 17.6306 16 17.6306C16.1318 17.6306 16.2582 17.5783 16.3513 17.4851C16.4445 17.3919 16.4969 17.2655 16.4969 17.1337Z' fill='black'/%3E%3Cpath d='M22.615 17.1337C22.615 17.4943 22.4718 17.84 22.2168 18.095C21.9619 18.3499 21.6161 18.4931 21.2556 18.4931C20.8951 18.4931 20.5493 18.3499 20.2944 18.095C20.0395 17.84 19.8962 17.4943 19.8962 17.1337C19.8962 16.7732 20.0395 16.4274 20.2944 16.1725C20.5493 15.9176 20.8951 15.7744 21.2556 15.7744C21.6161 15.7744 21.9619 15.9176 22.2168 16.1725C22.4718 16.4274 22.615 16.7732 22.615 17.1337ZM21.7519 17.1337C21.7519 17.0023 21.6996 16.8762 21.6067 16.7833C21.5138 16.6903 21.3877 16.6381 21.2562 16.6381C21.1912 16.6381 21.1267 16.6509 21.0666 16.6758C21.0064 16.7007 20.9518 16.7372 20.9058 16.7833C20.8598 16.8293 20.8232 16.8839 20.7983 16.9441C20.7734 17.0042 20.7606 17.0686 20.7606 17.1337C20.7606 17.2652 20.8128 17.3912 20.9058 17.4842C20.9987 17.5771 21.1248 17.6294 21.2562 17.6294C21.3877 17.6294 21.5138 17.5771 21.6067 17.4842C21.6996 17.3912 21.7519 17.2652 21.7519 17.1337Z' fill='black'/%3E%3Cpath d='M27.6719 25.8675C27.6719 25.9812 27.6267 26.0903 27.5463 26.1707C27.4659 26.2511 27.3568 26.2962 27.2431 26.2962H4.75688C4.64316 26.2962 4.53411 26.2511 4.4537 26.1707C4.3733 26.0903 4.32812 25.9812 4.32812 25.8675V19.8662C4.32812 19.7525 4.3733 19.6435 4.4537 19.5631C4.53411 19.4827 4.64316 19.4375 4.75688 19.4375H27.2431C27.3568 19.4375 27.4659 19.4827 27.5463 19.5631C27.6267 19.6435 27.6719 19.7525 27.6719 19.8662V25.8675ZM26.8125 20.335C26.8125 20.3249 26.8085 20.3152 26.8013 20.308C26.7942 20.3009 26.7845 20.2969 26.7744 20.2969H5.22563C5.21551 20.2969 5.20582 20.3009 5.19867 20.308C5.19152 20.3152 5.1875 20.3249 5.1875 20.335V25.4C5.1875 25.4101 5.19152 25.4198 5.19867 25.427C5.20582 25.4341 5.21551 25.4381 5.22563 25.4381H26.7744C26.7845 25.4381 26.7942 25.4341 26.8013 25.427C26.8085 25.4198 26.8125 25.4101 26.8125 25.4V20.335Z' fill='black'/%3E%3C/svg%3E%0A") left top / 32px 32px no-repeat;
}
.factories2_about__list_item:nth-child(4) {
  background: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.45601 2.00001C14.2735 2.00779 18.6822 2.01168 18.6822 2.01168C19.2044 2.00273 19.6833 2.11473 20.1189 2.34766C20.4642 2.53275 20.7589 2.78163 21.0031 3.09427C21.4002 3.6029 21.5987 4.20467 21.5987 4.89956C21.5987 4.93962 21.6123 4.94506 21.6395 4.9159C21.9588 4.56903 22.3632 4.42243 22.8527 4.47609C23.0647 4.49943 23.2638 4.57992 23.45 4.71758C23.5076 4.76035 23.66 4.90443 23.9073 5.1498C25.7529 6.98134 27.5899 8.82144 29.4183 10.6701C29.7955 10.9746 29.9888 11.3549 29.9981 11.811C30.0024 12.0175 29.9567 12.2176 29.861 12.4112C29.798 12.5392 29.6748 12.6966 29.4912 12.8837C28.857 13.5311 28.2179 14.1737 27.5739 14.8115C27.3383 15.0697 27.1487 15.2398 27.0052 15.3219C26.6486 15.5252 26.2697 15.5699 25.8684 15.456C25.8553 15.4522 25.8413 15.453 25.8288 15.458C25.8163 15.4631 25.806 15.4723 25.7995 15.484L25.0634 16.8238C25.0556 16.8383 25.0515 16.8546 25.0516 16.8712C25.0517 16.8878 25.056 16.9042 25.064 16.9189C25.2491 17.2522 25.3358 17.5924 25.3242 17.9397C25.3129 18.2846 25.211 18.6052 25.0185 18.9015C24.8085 19.2247 24.5136 19.463 24.1337 19.6166C24.1259 19.6199 24.1188 19.6248 24.1131 19.631C24.1074 19.6372 24.1031 19.6446 24.1005 19.6526C24.098 19.6606 24.0972 19.669 24.0983 19.6773C24.0994 19.6856 24.1023 19.6936 24.1068 19.7006C24.3468 20.0829 24.4348 20.4922 24.3711 20.9285C24.2894 21.4826 24.0127 21.9187 23.541 22.2368C23.5349 22.241 23.5296 22.2463 23.5254 22.2525C23.5213 22.2587 23.5185 22.2657 23.5171 22.273C23.5157 22.2803 23.5157 22.2879 23.5172 22.2952C23.5187 22.3025 23.5217 22.3094 23.5259 22.3155C23.9731 22.9828 24.0442 23.6361 23.7394 24.2754C23.6332 24.4978 23.4951 24.6866 23.3252 24.8418C23.1529 24.9989 22.9517 25.1264 22.7215 25.2244C22.7167 25.2264 22.7125 25.2295 22.709 25.2333C22.7055 25.2371 22.7028 25.2416 22.7012 25.2465C22.6996 25.2515 22.6991 25.2567 22.6997 25.2618C22.7002 25.2669 22.7019 25.2719 22.7046 25.2763C23.0207 25.8106 23.0851 26.3399 22.8977 26.8641C22.76 27.2502 22.5317 27.5576 22.2129 27.7863C21.8656 28.0351 21.4472 28.1537 20.9576 28.1421C20.9344 28.1415 20.9113 28.1468 20.8906 28.1574C20.87 28.168 20.8523 28.1836 20.8392 28.2027C20.5332 28.6472 20.1362 28.9229 19.6481 29.0298C19.4082 29.0819 19.1722 29.0858 18.94 29.0415C18.7106 28.998 18.4854 28.913 18.2646 28.7866C18.2597 28.7838 18.2542 28.782 18.2486 28.7815C18.2429 28.7809 18.2373 28.7815 18.2319 28.7834C18.2265 28.7852 18.2216 28.7881 18.2175 28.792C18.2134 28.7959 18.2101 28.8006 18.208 28.8059C18.0548 29.1811 17.8211 29.4739 17.5069 29.6843C17.1989 29.89 16.8578 29.9952 16.4838 29.9999C15.9849 30.0061 15.5289 29.8155 15.1159 29.4282C15.1027 29.4158 15.0852 29.409 15.067 29.4095C15.0489 29.4099 15.0317 29.4175 15.0191 29.4306C14.8196 29.6359 14.5844 29.7887 14.3133 29.889C14.0586 29.9835 13.7876 30.0174 13.5002 29.9905C12.7727 29.9217 12.2467 29.5235 11.9224 28.7959C11.9204 28.7913 11.9174 28.7871 11.9137 28.7837C11.9099 28.7803 11.9055 28.7778 11.9006 28.7762C11.8958 28.7747 11.8906 28.7742 11.8855 28.7748C11.8804 28.7753 11.8755 28.777 11.8711 28.7796C11.2718 29.1397 10.6582 29.1652 10.0302 28.856C9.61684 28.6526 9.31606 28.3277 9.12785 27.8813C9.11993 27.8622 9.10811 27.8449 9.09316 27.8306C9.0782 27.8162 9.06042 27.8051 9.04094 27.7979L7.95309 27.3937C7.94342 27.3902 7.93285 27.3901 7.92311 27.3934C7.91336 27.3967 7.90502 27.4031 7.89943 27.4118C7.59534 27.8944 7.16973 28.1364 6.6226 28.138C5.5579 28.1415 4.49339 28.1423 3.42907 28.1403C2.95816 28.1395 2.58271 27.9667 2.30273 27.6218C2.10208 27.3752 2.00175 27.0776 2.00175 26.7287C2.00058 21.0805 2 18.2564 2 18.2564C2.063 17.6642 2.36398 17.2535 2.90294 17.0245C2.9109 17.021 2.91767 17.0153 2.92243 17.0082C2.92719 17.001 2.92974 16.9927 2.92977 16.9842L2.93327 6.70836C2.93327 6.70031 2.93007 6.6926 2.92439 6.68691C2.9187 6.68122 2.91098 6.67803 2.90294 6.67803C2.803 6.67803 2.70267 6.67803 2.60196 6.67803C2.46663 6.67803 2.36786 6.66675 2.30565 6.6442C2.13494 6.58159 2.03305 6.44704 2 6.24056C2 5.77898 2.00019 5.3172 2.00058 4.85523C2.00058 4.47454 2.06883 4.11465 2.20532 3.77556C2.33909 3.44191 2.5343 3.14132 2.79095 2.87379C3.24708 2.3986 3.82435 2.11609 4.52274 2.02626C4.66312 2.00837 4.97421 1.99962 5.45601 2.00001ZM16.163 3.85255C16.2816 3.53096 16.4534 3.24515 16.6786 2.99511C16.7089 2.96167 16.7015 2.94495 16.6564 2.94495C12.8362 2.94495 9.01644 2.94495 5.19703 2.94495C4.77239 2.94495 4.46189 2.97314 4.26551 3.02953C3.75416 3.1769 3.3793 3.48936 3.14092 3.96688C3.03476 4.18036 2.96905 4.44129 2.94377 4.74966C2.9181 5.06969 2.91985 5.3907 2.94902 5.71268C2.94961 5.72048 2.95325 5.72777 2.9592 5.73307C2.96515 5.73838 2.97298 5.7413 2.9811 5.74126L15.9471 5.74476C15.9541 5.74476 15.9611 5.74336 15.9675 5.74065C15.9739 5.73794 15.9798 5.73397 15.9847 5.72897C15.9896 5.72397 15.9934 5.71805 15.996 5.71154C15.9985 5.70504 15.9998 5.69809 15.9996 5.69109C15.9946 5.37262 15.9965 5.06464 16.0055 4.76716C16.0105 4.58634 16.0241 4.43196 16.0463 4.30402C16.0758 4.13409 16.1147 3.9836 16.163 3.85255ZM17.424 3.55332C17.0958 3.91613 16.9317 4.34524 16.9317 4.84065C16.9321 5.67671 16.9323 6.09473 16.9323 6.09473C16.9401 6.39805 16.833 6.58334 16.6109 6.65061C16.5506 6.66889 16.3656 6.67803 16.0556 6.67803C12.0305 6.67803 7.98343 6.67803 3.91437 6.67803C3.90168 6.67803 3.88952 6.68307 3.88055 6.69204C3.87158 6.70101 3.86654 6.71317 3.86654 6.72586V16.8962C3.86654 16.9088 3.87158 16.921 3.88055 16.93C3.88952 16.939 3.90168 16.944 3.91437 16.944C4.84997 16.944 5.76244 16.9483 6.65177 16.9568C7.25995 16.9623 7.69897 17.2485 7.96884 17.8154C7.97272 17.8236 7.97869 17.8306 7.98616 17.8357C7.99364 17.8408 8.00235 17.8439 8.01142 17.8446C8.34779 17.8726 8.66316 17.8376 8.95753 17.7396C9.11424 17.6871 9.39227 17.5469 9.79164 17.3191C10.3959 16.9745 10.9856 16.5894 11.5608 16.1635C11.5928 16.1399 11.6178 16.1078 11.6331 16.0708C11.8905 15.4432 12.1843 14.8358 12.5145 14.2486C13.3808 12.7087 14.5698 11.4824 16.0813 10.5698C16.6346 10.2353 17.0398 10.0075 17.2969 9.88614C17.9109 9.59605 18.5078 9.27388 19.0876 8.91962C19.0979 8.91341 19.1056 8.90361 19.1091 8.89209C19.1127 8.88058 19.1119 8.86816 19.1068 8.85721C18.8066 8.20548 18.906 7.63249 19.4049 7.13825C19.7957 6.75133 20.2015 6.3473 20.6222 5.92616C20.6499 5.89853 20.6654 5.86119 20.6654 5.82234C20.6654 5.49841 20.6644 5.17119 20.6625 4.84065C20.6605 4.4164 20.5472 4.04621 20.3224 3.73006C20.1198 3.44502 19.8587 3.23446 19.5391 3.09835C19.2171 2.96109 18.8685 2.92123 18.4932 2.97878C18.0674 3.04411 17.711 3.23562 17.424 3.55332ZM22.9663 5.52236C22.9256 5.48168 22.8774 5.44941 22.8242 5.4274C22.7711 5.40539 22.7141 5.39405 22.6566 5.39405C22.599 5.39405 22.5421 5.40539 22.4889 5.4274C22.4358 5.44941 22.3875 5.48168 22.3468 5.52236L19.995 7.87415C19.9544 7.91483 19.9221 7.96312 19.9001 8.01627C19.8781 8.06941 19.8667 8.12638 19.8667 8.1839C19.8667 8.24143 19.8781 8.29839 19.9001 8.35154C19.9221 8.40469 19.9544 8.45298 19.995 8.49366L25.9706 14.4692C26.0113 14.5099 26.0596 14.5422 26.1127 14.5642C26.1659 14.5862 26.2228 14.5975 26.2804 14.5975C26.3379 14.5975 26.3949 14.5862 26.448 14.5642C26.5012 14.5422 26.5494 14.5099 26.5901 14.4692L28.9419 12.1174C28.9826 12.0768 29.0149 12.0285 29.0369 11.9753C29.0589 11.9222 29.0702 11.8652 29.0702 11.8077C29.0702 11.7502 29.0589 11.6932 29.0369 11.6401C29.0149 11.5869 28.9826 11.5386 28.9419 11.4979L22.9663 5.52236ZM23.8152 16.051C23.9661 16.084 24.1177 16.1357 24.2701 16.2061C24.2846 16.2127 24.3009 16.2135 24.3159 16.2085C24.331 16.2036 24.3436 16.1931 24.3512 16.1793L25.043 14.9135C25.0476 14.9053 25.0494 14.8958 25.0481 14.8864C25.0469 14.8771 25.0426 14.8684 25.036 14.8616L19.7817 9.61491C19.776 9.60915 19.7684 9.60564 19.7602 9.605C19.7519 9.60436 19.7437 9.60663 19.7368 9.61141C19.2748 9.92211 18.662 10.2725 17.8983 10.6625C17.3496 10.9429 16.9584 11.1496 16.7247 11.2825C15.2454 12.1217 14.0967 13.2873 13.2786 14.7794C13.069 15.1616 12.8767 15.5525 12.7017 15.9518C12.2782 16.9193 11.8571 17.888 11.4383 18.8578C11.2411 19.3147 11.3068 19.6853 11.6354 19.9695C11.7801 20.0948 11.9323 20.1727 12.0921 20.2034C12.2753 20.2388 12.4536 20.2108 12.627 20.1194C12.8098 20.0226 12.9665 19.8731 13.0972 19.6709C13.6723 18.7065 14.2618 17.7511 14.8657 16.8046C15.0594 16.5013 15.3119 16.2864 15.6234 16.16C15.8894 16.0527 16.1847 16.0029 16.5094 16.0107C16.5094 16.0107 16.8944 16.0107 17.6643 16.0107C17.7985 16.0107 17.9194 15.9893 18.0272 15.9466C18.4335 15.786 18.7921 15.5488 19.1028 15.2349C19.275 15.0607 19.3827 14.8235 19.4259 14.5233C19.4562 14.311 19.5612 14.1811 19.7409 14.1337C19.8991 14.0925 20.0413 14.1189 20.1673 14.213C20.3154 14.3235 20.3734 14.4947 20.3411 14.7269C20.2734 15.2165 20.0568 15.6263 19.6913 15.9565C19.6512 15.9926 19.6582 16.0107 19.7123 16.0107C20.9143 16.0092 22.1232 16.0101 23.3392 16.0136C23.5453 16.014 23.704 16.0265 23.8152 16.051ZM17.0151 24.4971C17.3251 24.5927 17.5951 24.7617 17.8253 25.0039C17.8305 25.0093 17.8367 25.0137 17.8435 25.0166C17.8504 25.0196 17.8578 25.0211 17.8653 25.0212C17.8728 25.0212 17.8802 25.0198 17.8872 25.0169C17.8942 25.0141 17.9005 25.0099 17.9058 25.0045C18.2994 24.6067 18.772 24.4084 19.3238 24.4096C20.1665 24.4115 21.009 24.4109 21.8512 24.4078C22.1075 24.4067 22.3019 24.379 22.4345 24.325C22.7161 24.2103 22.8905 24.0122 22.9577 23.7306C23.0305 23.4265 22.9801 23.1533 22.8067 22.9111C22.62 22.6505 22.3291 22.5281 21.9341 22.5436C21.3655 22.5436 20.7968 22.5436 20.2279 22.5436C20.0055 22.5436 19.8573 22.4567 19.7835 22.2829C19.7185 22.1308 19.7242 21.9854 19.8004 21.8466C19.8828 21.6961 20.0302 21.6173 20.2425 21.6103C20.9347 21.6103 21.6269 21.6103 22.319 21.6103C22.5741 21.6103 22.7616 21.5872 22.8813 21.5409C23.0793 21.4643 23.2292 21.336 23.331 21.156C23.4493 20.9483 23.4868 20.7288 23.4436 20.4974C23.3989 20.2544 23.2618 20.0561 23.0324 19.9025C22.8691 19.7928 22.6828 19.7399 22.4736 19.7438C22.2566 19.7477 21.7079 19.7469 20.8276 19.7415C20.6401 19.7403 20.5013 19.7129 20.4111 19.6592C20.2466 19.5608 20.182 19.4098 20.2174 19.206C20.238 19.0851 20.2882 18.9912 20.3679 18.9243C20.4562 18.85 20.5651 18.8121 20.6946 18.8105C21.5574 18.8121 22.4203 18.8113 23.2832 18.8082C23.5208 18.807 23.7036 18.7802 23.8315 18.7277C24.1228 18.6083 24.3001 18.4009 24.3635 18.1053C24.4249 17.818 24.3779 17.5607 24.2223 17.3336C24.0543 17.0883 23.7922 16.9584 23.436 16.944C23.436 16.944 21.2487 16.9415 16.874 16.9364C16.6551 16.936 16.4363 16.944 16.2178 16.9603C15.9977 16.9767 15.8336 17.0647 15.7255 17.2246C15.2013 18 14.6028 18.9532 13.9301 20.0844C13.7015 20.4698 13.3857 20.7599 12.9828 20.9547C12.6181 21.1313 12.2625 21.1845 11.916 21.1145C11.3028 20.9909 10.8659 20.6625 10.6053 20.1294C10.4813 19.875 10.4142 19.618 10.4041 19.3582C10.3936 19.0853 10.4438 18.8173 10.5546 18.5545C10.658 18.3099 10.7632 18.0657 10.8701 17.8219C10.8962 17.7624 10.8822 17.7509 10.8281 17.7874C10.3253 18.1261 9.79008 18.409 9.22234 18.6361C9.0353 18.7112 8.86012 18.7563 8.69679 18.7715C8.52181 18.7878 8.33904 18.7901 8.1485 18.7785C8.13792 18.7778 8.12733 18.7793 8.11737 18.7829C8.10741 18.7865 8.09829 18.7921 8.09059 18.7993C8.08288 18.8065 8.07675 18.8152 8.07256 18.8249C8.06838 18.8345 8.06623 18.8449 8.06625 18.8554V26.3934C8.06629 26.405 8.06987 26.4165 8.07653 26.4261C8.08318 26.4358 8.09261 26.4433 8.10358 26.4476L8.95403 26.769C8.95912 26.7709 8.96459 26.7715 8.96997 26.7708C8.97535 26.7701 8.98049 26.7681 8.98495 26.7651C8.98941 26.762 8.99306 26.7578 8.9956 26.7531C8.99814 26.7483 8.99948 26.7429 8.99952 26.7375C8.99952 26.1336 8.99952 25.5279 8.99952 24.9205C8.99913 24.5531 9.08293 24.2286 9.25092 23.947C9.49824 23.5325 9.83597 23.2548 10.2641 23.1141C10.6429 22.9896 11.0253 22.9856 11.4114 23.1018C11.9531 23.2644 12.355 23.6394 12.6171 24.227C12.6193 24.2318 12.6225 24.2361 12.6265 24.2396C12.6305 24.2431 12.6352 24.2456 12.6402 24.2471C12.6453 24.2486 12.6506 24.249 12.6557 24.2483C12.6609 24.2475 12.6658 24.2456 12.6702 24.2427C13.1147 23.9569 13.5998 23.8819 14.1255 24.0176C14.5945 24.1385 14.9627 24.4026 15.2303 24.8097C15.2342 24.8157 15.2393 24.8208 15.2453 24.8247C15.2513 24.8286 15.258 24.8313 15.2651 24.8324C15.2721 24.8336 15.2793 24.8332 15.2861 24.8314C15.293 24.8296 15.2994 24.8264 15.3049 24.822C15.555 24.6221 15.8314 24.4953 16.1344 24.4417C16.4299 24.3892 16.7235 24.4076 17.0151 24.4971ZM7.13298 18.3206C7.13298 18.2623 7.1215 18.2046 7.0992 18.1507C7.07689 18.0968 7.04419 18.0479 7.00297 18.0067C6.96175 17.9655 6.91282 17.9328 6.85897 17.9105C6.80511 17.8882 6.74739 17.8767 6.6891 17.8767H3.37716C3.31886 17.8767 3.26114 17.8882 3.20729 17.9105C3.15343 17.9328 3.1045 17.9655 3.06328 18.0067C3.02206 18.0479 2.98937 18.0968 2.96706 18.1507C2.94475 18.2046 2.93327 18.2623 2.93327 18.3206V26.7655C2.93327 26.8832 2.98004 26.9961 3.06328 27.0794C3.14653 27.1626 3.25943 27.2094 3.37716 27.2094H6.6891C6.80682 27.2094 6.91973 27.1626 7.00297 27.0794C7.08622 26.9961 7.13298 26.8832 7.13298 26.7655V18.3206ZM11.7947 24.84C11.7947 24.6046 11.7011 24.3788 11.5346 24.2123C11.3682 24.0458 11.1423 23.9523 10.9069 23.9523H10.8264C10.5909 23.9523 10.3651 24.0458 10.1986 24.2123C10.0322 24.3788 9.93863 24.6046 9.93863 24.84V27.2467C9.93863 27.3633 9.96159 27.4787 10.0062 27.5864C10.0508 27.6942 10.1162 27.792 10.1986 27.8745C10.2811 27.9569 10.379 28.0223 10.4867 28.0669C10.5944 28.1115 10.7098 28.1345 10.8264 28.1345H10.9069C11.0235 28.1345 11.1389 28.1115 11.2466 28.0669C11.3543 28.0223 11.4522 27.9569 11.5346 27.8745C11.6171 27.792 11.6825 27.6942 11.7271 27.5864C11.7717 27.4787 11.7947 27.3633 11.7947 27.2467V24.84ZM14.5945 25.7733C14.5945 25.5379 14.5009 25.312 14.3345 25.1456C14.168 24.9791 13.9422 24.8855 13.7067 24.8855H13.6262C13.3908 24.8855 13.1649 24.9791 12.9985 25.1456C12.832 25.312 12.7384 25.5379 12.7384 25.7733V28.18C12.7384 28.2966 12.7614 28.412 12.806 28.5197C12.8506 28.6274 12.916 28.7253 12.9985 28.8077C13.0809 28.8902 13.1788 28.9556 13.2865 29.0002C13.3942 29.0448 13.5096 29.0678 13.6262 29.0678H13.7067C13.8233 29.0678 13.9387 29.0448 14.0464 29.0002C14.1541 28.9556 14.252 28.8902 14.3345 28.8077C14.4169 28.7253 14.4823 28.6274 14.5269 28.5197C14.5715 28.412 14.5945 28.2966 14.5945 28.18V25.7733ZM17.392 26.2353C17.392 26.0012 17.299 25.7767 17.1335 25.6112C16.968 25.4457 16.7435 25.3528 16.5094 25.3528H16.4208C16.3049 25.3528 16.1901 25.3756 16.083 25.4199C15.976 25.4643 15.8787 25.5293 15.7967 25.6112C15.7148 25.6932 15.6498 25.7905 15.6054 25.8976C15.5611 26.0046 15.5382 26.1194 15.5382 26.2353V28.1846C15.5382 28.3005 15.5611 28.4153 15.6054 28.5224C15.6498 28.6294 15.7148 28.7267 15.7967 28.8087C15.8787 28.8906 15.976 28.9556 16.083 29C16.1901 29.0443 16.3049 29.0672 16.4208 29.0672H16.5094C16.7435 29.0672 16.968 28.9742 17.1335 28.8087C17.299 28.6432 17.392 28.4187 17.392 28.1846V26.2353ZM18.709 27.9554C18.8381 28.0503 18.9783 28.1096 19.1296 28.1333C19.27 28.1555 19.4166 28.1395 19.5694 28.0855C19.9038 27.9673 20.105 27.7398 20.1731 27.403C20.1902 27.319 20.2005 27.1024 20.204 26.7532C20.2079 26.3869 20.2013 26.1698 20.1842 26.1017C20.1072 25.7918 19.9456 25.5748 19.6995 25.4507C19.4654 25.3333 19.2206 25.3148 18.9651 25.3953C18.7458 25.4642 18.577 25.6024 18.4588 25.8101C18.395 25.9224 18.3559 26.0751 18.3416 26.2679C18.3066 26.7427 18.3083 27.1054 18.3468 27.3558C18.3853 27.6062 18.506 27.8061 18.709 27.9554ZM21.7182 25.5592C21.5211 25.3944 21.2637 25.3248 20.946 25.3504C20.9392 25.351 20.9327 25.3532 20.9271 25.3568C20.9214 25.3604 20.9167 25.3654 20.9133 25.3712C20.91 25.3771 20.9081 25.3837 20.9079 25.3904C20.9077 25.3972 20.9092 25.4039 20.9121 25.4099C21.0591 25.7047 21.1326 26.0082 21.1326 26.3204C21.1322 26.5829 21.132 26.8573 21.132 27.1435C21.132 27.1527 21.134 27.1618 21.1378 27.1701C21.1416 27.1785 21.1472 27.1859 21.1542 27.1919C21.1612 27.1979 21.1694 27.2023 21.1783 27.2048C21.1871 27.2073 21.1964 27.2079 21.2055 27.2065C21.4983 27.1602 21.7194 27.04 21.8687 26.846C22.0118 26.6601 22.0762 26.4457 22.0618 26.2026C22.0474 25.9537 21.9329 25.7393 21.7182 25.5592Z' fill='black'/%3E%3Cpath d='M15.0582 7.61133H5.29038C5.03589 7.61133 4.82958 7.81764 4.82958 8.07213V8.0838C4.82958 8.33829 5.03589 8.5446 5.29038 8.5446H15.0582C15.3127 8.5446 15.519 8.33829 15.519 8.0838V8.07213C15.519 7.81764 15.3127 7.61133 15.0582 7.61133Z' fill='black'/%3E%3Cpath d='M15.0669 9.47839H5.28977C5.03528 9.47839 4.82897 9.6847 4.82897 9.9392V9.94969C4.82897 10.2042 5.03528 10.4105 5.28977 10.4105H15.0669C15.3214 10.4105 15.5277 10.2042 15.5277 9.94969V9.9392C15.5277 9.6847 15.3214 9.47839 15.0669 9.47839Z' fill='black'/%3E%3Cpath d='M12.7344 11.345H5.29043C5.03658 11.345 4.8308 11.5508 4.8308 11.8046V11.8174C4.8308 12.0713 5.03658 12.2771 5.29043 12.2771H12.7344C12.9883 12.2771 13.1941 12.0713 13.1941 11.8174V11.8046C13.1941 11.5508 12.9883 11.345 12.7344 11.345Z' fill='black'/%3E%3Cpath d='M7.62585 13.3644C8.01277 13.5308 8.30325 13.8191 8.49729 14.2294C8.50226 14.24 8.51098 14.2483 8.52175 14.2528C8.53252 14.2574 8.54459 14.2577 8.55562 14.2539C9.09497 14.0657 9.56005 14.1543 9.95086 14.5199C10.0368 14.6 10.1284 14.6326 10.2256 14.6179C10.3772 14.5949 10.5167 14.6243 10.6438 14.7059C10.8375 14.8304 10.9055 14.9968 10.848 15.2052C10.799 15.3822 10.6726 15.494 10.4688 15.5406C10.4455 15.5457 10.3104 15.547 10.0634 15.5447C10.0595 15.5447 10.0117 15.5467 9.91994 15.5505C9.75079 15.5575 9.60322 15.5031 9.47723 15.3872C9.41267 15.292 9.3349 15.2093 9.24391 15.1393C9.14358 15.0627 9.02167 15.0582 8.87818 15.1259C8.76152 15.1807 8.65498 15.2607 8.55854 15.3656C8.49943 15.4298 8.42905 15.4778 8.34739 15.5097C8.27039 15.54 8.18873 15.5463 8.1024 15.5284C7.84653 15.4755 7.71879 15.3009 7.71918 15.0046C7.71996 14.5694 7.52455 14.2924 7.13297 14.1734C6.92026 14.1088 6.69978 14.1357 6.47151 14.2539C6.06943 14.4615 5.82678 14.7787 5.74356 15.2052C5.70818 15.3857 5.67415 15.4992 5.64149 15.5459C5.58549 15.6268 5.50908 15.6833 5.41225 15.7156C5.32554 15.7452 5.23551 15.7471 5.14219 15.7215C4.97964 15.6767 4.87562 15.5776 4.83013 15.424C4.80096 15.3256 4.80232 15.1943 4.83421 15.0302C4.95864 14.3913 5.3057 13.8907 5.87539 13.5283C6.15109 13.3525 6.44099 13.2512 6.74508 13.2244C7.05111 13.1968 7.3447 13.2434 7.62585 13.3644Z' fill='black'/%3E%3C/svg%3E%0A") left top / 32px 32px no-repeat;
}
.factories2_about__list_item:nth-child(5) {
  background: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4783_39836)'%3E%3Cpath d='M12.3162 0C18.3529 0 24.3894 0 30.4256 0C30.739 0.0691667 30.9285 0.233125 30.9944 0.491875C31.0085 0.548125 31.0156 0.773333 31.0156 1.1675C31.0156 15.8892 31.0156 23.25 31.0156 23.25C31.0331 23.5625 30.929 23.7867 30.7031 23.9225C30.6002 23.9842 30.4479 24.0179 30.2462 24.0237C29.8058 24.0362 29.371 24.0377 28.9419 24.0281C28.9352 24.028 28.9286 24.0291 28.9224 24.0316C28.9161 24.034 28.9105 24.0377 28.9057 24.0423C28.9009 24.047 28.8971 24.0525 28.8945 24.0587C28.892 24.0648 28.8906 24.0715 28.8906 24.0781C28.8906 24.4844 28.8906 24.8837 28.8906 25.2762C28.8906 25.5154 28.8685 25.6825 28.8244 25.7775C28.7465 25.9442 28.6071 26.06 28.4062 26.125C28.3242 26.1517 28.2044 26.1635 28.0469 26.1606C27.9027 26.1577 27.83 26.1562 27.8287 26.1562C24.865 26.1562 21.9012 26.1562 18.9375 26.1562C18.6725 26.165 18.511 26.1598 18.4531 26.1406C18.2198 26.064 18.1 25.9181 18.0937 25.7031C18.0879 25.5073 18.161 25.3683 18.3131 25.2862C18.3969 25.2412 18.5356 25.2187 18.7294 25.2187C21.7969 25.2208 24.8515 25.2196 27.8931 25.215C27.909 25.215 27.9243 25.2087 27.9355 25.1974C27.9468 25.1862 27.9531 25.1709 27.9531 25.155C27.9531 19.6558 27.9537 14.2031 27.955 8.79687C27.955 8.66396 27.9921 8.55167 28.0662 8.46C28.1342 8.37625 28.23 8.32312 28.3537 8.30062C28.5521 8.26437 28.7017 8.32604 28.8025 8.48562C28.8587 8.57438 28.8869 8.70708 28.8869 8.88375C28.8915 13.595 28.8927 18.3173 28.8906 23.0506C28.8906 23.0621 28.8951 23.073 28.9031 23.0811C28.911 23.0892 28.9219 23.0937 28.9331 23.0937L30.03 23.09C30.0428 23.09 30.055 23.0849 30.064 23.0757C30.0731 23.0666 30.0781 23.0542 30.0781 23.0412L30.0744 0.9725C30.0744 0.964212 30.071 0.956263 30.065 0.950403C30.0591 0.944542 30.051 0.94125 30.0425 0.94125L12.7037 0.9375C12.6912 0.9375 12.6791 0.942504 12.6702 0.951412C12.6613 0.96032 12.6562 0.972402 12.6562 0.985V2.07687C12.6562 2.08319 12.6575 2.08945 12.6599 2.09529C12.6623 2.10113 12.6659 2.10644 12.6703 2.1109C12.6748 2.11537 12.6801 2.11892 12.686 2.12134C12.6918 2.12375 12.6981 2.125 12.7044 2.125C17.8598 2.125 23 2.125 28.125 2.125C28.4517 2.125 28.6781 2.23979 28.8044 2.46937C28.8619 2.57312 28.8906 2.73458 28.8906 2.95375C28.8906 5.40125 28.8906 6.625 28.8906 6.625C28.8331 6.85 28.7085 6.97917 28.5169 7.0125C28.3698 7.03833 28.2415 7.0075 28.1319 6.92C28.0165 6.82792 27.9569 6.69312 27.9531 6.51562C27.9552 5.37604 27.954 4.23667 27.9494 3.0975C27.9494 3.08921 27.946 3.08126 27.94 3.0754C27.9341 3.06954 27.926 3.06625 27.9175 3.06625L10.5769 3.0625C10.5704 3.0625 10.564 3.06378 10.558 3.06626C10.552 3.06874 10.5465 3.07238 10.542 3.07696C10.5374 3.08155 10.5337 3.08699 10.5313 3.09298C10.5288 3.09897 10.5275 3.10539 10.5275 3.11187L10.5425 8.61312C10.5425 8.62253 10.5452 8.63175 10.5501 8.6398C10.5551 8.64785 10.5622 8.6544 10.5706 8.65875L14.7369 10.7419C14.7898 10.7681 14.846 10.7812 14.9056 10.7812C18.104 10.7812 21.2812 10.7812 24.4375 10.7812C24.5725 10.7812 24.6831 10.8173 24.7694 10.8894C24.8502 10.9573 24.9031 11.0517 24.9281 11.1725C24.966 11.3542 24.9054 11.5037 24.7462 11.6212C24.6546 11.6883 24.5204 11.7221 24.3437 11.7225C21.8033 11.7258 19.2815 11.7208 16.7781 11.7075C16.6894 11.7071 16.6848 11.7262 16.7644 11.765C16.9048 11.8337 17.044 11.9042 17.1819 11.9762C17.5506 12.1692 17.7537 12.4702 17.7912 12.8794C17.7925 12.8911 17.798 12.9019 17.8066 12.9098C17.8153 12.9176 17.8265 12.9219 17.8381 12.9219C18.5973 12.9219 19.3492 12.9219 20.0937 12.9219C20.345 12.9219 20.5135 13.0092 20.5994 13.1837C20.6627 13.3117 20.6671 13.4402 20.6125 13.5694C20.5725 13.6644 20.506 13.7377 20.4131 13.7894C20.349 13.8252 20.2571 13.8444 20.1375 13.8469C19.4104 13.8623 18.6506 13.866 17.8581 13.8581C17.8506 13.858 17.8431 13.8594 17.8361 13.8623C17.8291 13.8651 17.8227 13.8692 17.8173 13.8745C17.8119 13.8798 17.8076 13.8861 17.8046 13.893C17.8016 13.9 17.8001 13.9074 17.8 13.915L17.7969 15.0212C17.7969 15.0322 17.8013 15.0427 17.8091 15.0504C17.817 15.0582 17.8276 15.0625 17.8387 15.0625C20.0296 15.0625 22.2083 15.0625 24.375 15.0625C24.535 15.0625 24.664 15.0998 24.7619 15.1744C24.8623 15.251 24.9181 15.36 24.9294 15.5012C24.9452 15.6975 24.8502 15.8494 24.6444 15.9569C24.5681 15.9969 24.4419 16.0112 24.2656 16C23.9923 15.9825 21.8502 15.9862 17.8394 16.0112C17.831 16.0114 17.823 16.0147 17.817 16.0206C17.8111 16.0264 17.8077 16.0343 17.8075 16.0425L17.7925 17.16C17.7924 17.1641 17.7932 17.1681 17.7947 17.1719C17.7962 17.1757 17.7985 17.1791 17.8014 17.1821C17.8043 17.185 17.8078 17.1873 17.8116 17.1889C17.8155 17.1904 17.8196 17.1912 17.8237 17.1912C22.01 17.2179 24.1729 17.2219 24.3125 17.2031C24.5233 17.1748 24.6865 17.2233 24.8019 17.3487C24.9085 17.4646 24.9467 17.6081 24.9162 17.7794C24.8737 18.0202 24.7037 18.1406 24.4062 18.1406C22.1925 18.1406 19.9702 18.1406 17.7394 18.1406C17.7308 18.1406 17.7225 18.1439 17.7159 18.1498C17.7093 18.1557 17.7047 18.164 17.7031 18.1731L17.5131 19.2994C17.5122 19.3049 17.5124 19.3105 17.5138 19.3158C17.5152 19.3212 17.5176 19.3261 17.521 19.3304C17.5244 19.3346 17.5287 19.338 17.5335 19.3403C17.5382 19.3426 17.5435 19.3438 17.5487 19.3437C17.9379 19.3437 18.3175 19.3437 18.6875 19.3437C18.7892 19.3437 18.8775 19.3544 18.9525 19.3756C19.035 19.3985 19.1073 19.4454 19.1694 19.5162C19.3165 19.6846 19.3265 19.8706 19.1994 20.0744C19.1131 20.2123 18.9685 20.2815 18.7656 20.2819C18.2827 20.2835 17.8015 20.2821 17.3219 20.2775C17.3015 20.2773 17.2816 20.2836 17.265 20.2954C17.2484 20.3071 17.2359 20.3239 17.2294 20.3431C17.1027 20.7173 16.9544 21.0858 16.7844 21.4487C16.7826 21.4525 16.7818 21.4567 16.7821 21.4609C16.7823 21.4651 16.7836 21.4692 16.7859 21.4727C16.7881 21.4763 16.7912 21.4792 16.7949 21.4812C16.7986 21.4833 16.8027 21.4844 16.8069 21.4844C19.3365 21.4844 21.8592 21.4844 24.375 21.4844C24.5687 21.4844 24.7156 21.5413 24.8156 21.655C24.9127 21.7658 24.9458 21.9012 24.915 22.0612C24.8842 22.2221 24.7902 22.3296 24.6331 22.3837C24.5598 22.4092 24.4279 22.4219 24.2375 22.4219C21.5908 22.4219 18.9454 22.4219 16.3012 22.4219C16.289 22.4219 16.277 22.4249 16.2663 22.4307C16.2555 22.4365 16.2465 22.4448 16.24 22.455C15.5612 23.4787 14.756 24.3894 13.8244 25.1869C13.8085 25.2002 13.811 25.2071 13.8319 25.2075C15.189 25.23 16.0002 25.2337 16.2656 25.2187C16.4469 25.2087 16.589 25.2527 16.6919 25.3506C16.7898 25.444 16.8354 25.5687 16.8287 25.725C16.8208 25.9033 16.7352 26.0277 16.5719 26.0981C16.4885 26.134 16.3523 26.1523 16.1631 26.1531C15.0669 26.1569 13.9708 26.1579 12.875 26.1562C12.8667 26.1562 12.8588 26.1595 12.8529 26.1654C12.847 26.1713 12.8437 26.1792 12.8437 26.1875C12.8437 27.3958 12.8454 28.6042 12.8487 29.8125C12.8492 30.0983 12.729 30.3131 12.4881 30.4569C12.3006 30.569 12.1121 30.5894 11.9225 30.5181C11.8254 30.4819 11.6821 30.3787 11.4925 30.2087C11.0017 29.7687 10.5048 29.3179 10.0019 28.8562C9.98791 28.8434 9.96961 28.8362 9.95062 28.8362C9.93163 28.8362 9.91334 28.8434 9.89937 28.8562C9.37062 29.3408 8.83312 29.8335 8.28687 30.3344C8.05896 30.5435 7.80708 30.604 7.53125 30.5156C7.36 30.4606 7.23187 30.3567 7.14687 30.2037C7.09146 30.1037 7.06125 29.9519 7.05625 29.7481C7.03833 28.9606 7.03917 28.1702 7.05875 27.3769C7.05883 27.3706 7.05739 27.3644 7.05457 27.3589C7.05175 27.3533 7.04762 27.3485 7.04256 27.3449C7.03749 27.3414 7.03165 27.3391 7.02553 27.3383C7.01942 27.3376 7.01323 27.3384 7.0075 27.3406C6.41542 27.5715 5.80375 27.6671 5.1725 27.6275C3.95542 27.5512 2.93833 27.0673 2.12125 26.1756C1.40958 25.399 1.03188 24.4808 0.988125 23.4212C0.970625 22.9954 1.01063 22.5823 1.10813 22.1819C1.32188 21.3052 1.77542 20.5496 2.46875 19.915C2.48351 19.9016 2.49438 19.8843 2.50021 19.8651C2.50603 19.8459 2.50661 19.8253 2.50188 19.8056C2.22771 18.686 2.08875 17.5737 2.085 16.4687C2.07667 14.1458 2.08479 12.9219 2.10938 12.7969C2.18646 12.4065 2.40646 12.1212 2.76938 11.9412C4.56938 11.0504 6.83354 9.91708 9.56187 8.54125C9.57031 8.53714 9.57743 8.53075 9.5824 8.52279C9.58737 8.51483 9.59001 8.50563 9.59 8.49625C9.59458 6.57542 9.59583 4.65479 9.59375 2.73437C9.62917 2.48896 9.73896 2.31625 9.92312 2.21625C10.0294 2.15833 10.2133 2.12875 10.475 2.1275C10.8763 2.12542 11.2742 2.12333 11.6687 2.12125C11.6821 2.12109 11.6948 2.11568 11.7041 2.1062C11.7135 2.09673 11.7188 2.08394 11.7187 2.07062C11.7187 1.68313 11.7187 1.30396 11.7187 0.933125C11.7187 0.653958 11.7435 0.462708 11.7931 0.359375C11.886 0.164792 12.0604 0.045 12.3162 0ZM13.6225 14.8331C13.8804 14.7223 14.0831 14.8104 14.2306 15.0975C14.4956 15.6146 14.6594 16.1658 14.7219 16.7512C14.7652 17.1608 14.7533 17.5758 14.6862 17.9962C14.4921 19.2104 13.8985 20.2235 12.9056 21.0356C12.8863 21.0517 12.8707 21.0717 12.86 21.0942C12.8493 21.1168 12.8438 21.1414 12.8437 21.1662L12.8475 24.6969C12.8475 24.7535 12.8696 24.764 12.9137 24.7281C13.5104 24.2444 14.0535 23.7208 14.5431 23.1575C14.8323 22.825 15.0852 22.4944 15.3019 22.1656C16.1085 20.9435 16.5975 19.5917 16.7687 18.11C16.8267 17.6062 16.856 17.1008 16.8569 16.5937C16.8585 15.4383 16.8594 14.2827 16.8594 13.1269C16.8594 13.1235 16.8615 13.091 16.8656 13.0294C16.8735 12.9031 16.8154 12.8192 16.6912 12.7775C14.4554 11.6567 12.2187 10.5375 9.98125 9.42C9.9725 9.4157 9.96288 9.41346 9.95312 9.41346C9.94337 9.41346 9.93375 9.4157 9.925 9.42L3.135 12.8094C3.10879 12.8226 3.08667 12.8427 3.07103 12.8676C3.05539 12.8925 3.04683 12.9212 3.04625 12.9506C3.02125 14.249 3.02063 15.5623 3.04438 16.8906C3.05854 17.6727 3.15563 18.4619 3.33563 19.2581C3.3369 19.2638 3.33945 19.2691 3.34308 19.2736C3.34671 19.2781 3.35132 19.2817 3.35656 19.2842C3.3618 19.2867 3.36754 19.2879 3.37333 19.2878C3.37913 19.2878 3.38483 19.2864 3.39 19.2837C3.98333 18.9829 4.6325 18.8198 5.3375 18.7944C5.34517 18.794 5.35266 18.7919 5.3594 18.7883C5.36614 18.7846 5.37194 18.7795 5.37635 18.7733C5.38076 18.767 5.38367 18.7599 5.38484 18.7524C5.38602 18.7449 5.38543 18.7372 5.38312 18.73C5.09729 17.8096 5.07771 16.8931 5.32438 15.9806C5.58521 15.0152 6.11646 14.2027 6.91813 13.5431C7.85979 12.7681 8.94042 12.4096 10.16 12.4675C10.5892 12.4879 10.9983 12.5592 11.3875 12.6812C11.8071 12.8133 12.1987 12.9977 12.5625 13.2344C12.6842 13.3135 12.7556 13.4192 12.7769 13.5512C12.7965 13.6721 12.771 13.786 12.7006 13.8931C12.6115 14.0285 12.4808 14.0942 12.3087 14.09C12.23 14.0879 12.1452 14.0637 12.0544 14.0175C11.9748 13.9767 11.8981 13.9304 11.8244 13.8787C10.6152 13.2679 9.44 13.234 8.29875 13.7769C7.91042 13.9619 7.56875 14.1967 7.27375 14.4812C6.85208 14.8879 6.53813 15.3665 6.33187 15.9169C6.18229 16.3169 6.10187 16.7235 6.09062 17.1369C6.07438 17.7306 6.19458 18.3142 6.45125 18.8875C6.45538 18.8967 6.46149 18.9049 6.46916 18.9115C6.47682 18.918 6.48586 18.9229 6.49563 18.9256C7.66604 19.2477 8.58021 19.9387 9.23812 20.9987C9.24947 21.0174 9.26473 21.0333 9.28285 21.0455C9.30098 21.0577 9.32154 21.0658 9.34312 21.0694C9.82812 21.1527 10.3158 21.135 10.8062 21.0162C11.5962 20.8254 12.2542 20.4454 12.78 19.8762C13.0583 19.5746 13.2865 19.2281 13.4644 18.8369C13.9565 17.7544 13.9294 16.6387 13.3831 15.49C13.3148 15.3462 13.3058 15.2117 13.3562 15.0862C13.4012 14.9742 13.49 14.8898 13.6225 14.8331ZM8.89375 23.2194C8.89375 22.7617 8.80361 22.3085 8.62847 21.8857C8.45333 21.4629 8.19663 21.0787 7.87302 20.7551C7.54941 20.4315 7.16522 20.1748 6.7424 19.9997C6.31958 19.8245 5.86641 19.7344 5.40875 19.7344C4.48447 19.7344 3.59805 20.1015 2.94448 20.7551C2.29092 21.4087 1.92375 22.2951 1.92375 23.2194C1.92375 24.1437 2.29092 25.0301 2.94448 25.6836C3.59805 26.3372 4.48447 26.7044 5.40875 26.7044C5.86641 26.7044 6.31958 26.6142 6.7424 26.4391C7.16522 26.264 7.54941 26.0073 7.87302 25.6836C8.19663 25.36 8.45333 24.9758 8.62847 24.553C8.80361 24.1302 8.89375 23.677 8.89375 23.2194ZM8.4475 26.43C8.30958 26.5587 8.16479 26.6835 8.01313 26.8044C8.00416 26.8114 7.99691 26.8204 7.99193 26.8307C7.98695 26.841 7.98437 26.8523 7.98438 26.8637V29.2525C7.98438 29.3021 8.00292 29.3104 8.04 29.2775C8.50667 28.8621 8.96021 28.45 9.40062 28.0412C9.62896 27.8292 9.86687 27.7567 10.1144 27.8237C10.2469 27.8596 10.4319 27.9854 10.6694 28.2012C11.054 28.5508 11.449 28.9077 11.8544 29.2719C11.8965 29.3098 11.9175 29.3002 11.9175 29.2431V21.6837C11.9176 21.6787 11.9164 21.6738 11.9141 21.6693C11.9118 21.6649 11.9084 21.6611 11.9043 21.6583C11.9002 21.6555 11.8955 21.6538 11.8906 21.6533C11.8857 21.6528 11.8808 21.6536 11.8762 21.6556C11.2179 21.9369 10.5023 22.0721 9.72937 22.0612C9.72415 22.0611 9.71897 22.0622 9.71422 22.0644C9.70948 22.0665 9.70529 22.0698 9.70197 22.0738C9.69866 22.0778 9.69631 22.0826 9.6951 22.0877C9.69389 22.0927 9.69386 22.098 9.695 22.1031C10.0162 23.5877 9.73021 24.8904 8.83687 26.0112C8.72229 26.155 8.5925 26.2946 8.4475 26.43Z' fill='black'/%3E%3Cpath d='M22.4581 5.53247H16.0256C15.7712 5.53247 15.565 5.7387 15.565 5.9931V6.0081C15.565 6.26249 15.7712 6.46872 16.0256 6.46872H22.4581C22.7125 6.46872 22.9188 6.26249 22.9188 6.0081V5.9931C22.9188 5.7387 22.7125 5.53247 22.4581 5.53247Z' fill='black'/%3E%3Cpath d='M24.4706 8.64062H14.0131C13.7573 8.64062 13.55 8.84797 13.55 9.10375V9.11375C13.55 9.36953 13.7573 9.57687 14.0131 9.57687H24.4706C24.7264 9.57687 24.9337 9.36953 24.9337 9.11375V9.10375C24.9337 8.84797 24.7264 8.64062 24.4706 8.64062Z' fill='black'/%3E%3Cpath d='M24.4787 12.9231H21.9275C21.6772 12.9231 21.4744 13.126 21.4744 13.3762V13.4025C21.4744 13.6527 21.6772 13.8556 21.9275 13.8556H24.4787C24.729 13.8556 24.9319 13.6527 24.9319 13.4025V13.3762C24.9319 13.126 24.729 12.9231 24.4787 12.9231Z' fill='black'/%3E%3Cpath d='M11.9338 16.0819C12.2133 16.2369 12.2706 16.4688 12.1056 16.7775C12.1002 16.7879 12.0165 16.8761 11.8544 17.0419C11.2856 17.624 10.7092 18.1986 10.125 18.7656C9.99584 18.9177 9.84375 18.9829 9.66875 18.9613C9.57709 18.95 9.48042 18.8973 9.37875 18.8031C8.90167 18.3602 8.44084 17.9011 7.99625 17.4256C7.8825 17.3198 7.82959 17.1979 7.8375 17.06C7.84417 16.9392 7.89771 16.8313 7.99813 16.7363C8.14188 16.5996 8.30125 16.5725 8.47625 16.655C8.55417 16.6917 8.6675 16.7846 8.81625 16.9338C9.10459 17.2221 9.39792 17.5154 9.69625 17.8138C9.70326 17.8206 9.71269 17.8245 9.7225 17.8245C9.73232 17.8245 9.74174 17.8206 9.74875 17.8138C10.2775 17.2934 10.8031 16.7706 11.3256 16.2456C11.4281 16.1423 11.5154 16.0779 11.5875 16.0525C11.7067 16.0104 11.8221 16.0202 11.9338 16.0819Z' fill='black'/%3E%3Cpath d='M24.475 19.3444H20.4938C20.2411 19.3444 20.0363 19.5492 20.0363 19.8019V19.8219C20.0363 20.0745 20.2411 20.2794 20.4938 20.2794H24.475C24.7277 20.2794 24.9325 20.0745 24.9325 19.8219V19.8019C24.9325 19.5492 24.7277 19.3444 24.475 19.3444Z' fill='black'/%3E%3Cpath d='M5.60813 20.9225C5.79188 20.9708 5.92647 21.0812 6.01188 21.2537C6.11855 21.47 6.23897 21.7137 6.37313 21.985C6.38189 22.0029 6.39512 22.0182 6.41155 22.0295C6.42797 22.0408 6.44704 22.0476 6.46688 22.0494C6.77397 22.0769 7.08709 22.1281 7.40626 22.2031C7.46709 22.2173 7.53376 22.2619 7.60626 22.3369C7.66209 22.3948 7.70688 22.4587 7.74063 22.5287C7.87772 22.8117 7.83105 23.0752 7.60063 23.3194C7.43647 23.494 7.2548 23.6756 7.05563 23.8644C7.04233 23.8769 7.03225 23.8925 7.02626 23.9098C7.02027 23.9271 7.01856 23.9456 7.02126 23.9637C7.04918 24.1529 7.07772 24.3321 7.10688 24.5012C7.14897 24.745 7.16084 24.9142 7.14251 25.0087C7.10626 25.1983 7.00022 25.3452 6.82438 25.4494C6.58022 25.5935 6.32751 25.5831 6.06626 25.4181C5.97334 25.3594 5.76272 25.2506 5.43438 25.0919C5.42563 25.0876 5.41601 25.0853 5.40626 25.0853C5.39651 25.0853 5.38689 25.0876 5.37813 25.0919C5.14938 25.206 4.92313 25.3252 4.69938 25.4494C4.32022 25.6152 4.02126 25.5552 3.80251 25.2694C3.72709 25.171 3.6823 25.0642 3.66813 24.9487C3.65647 24.8567 3.66001 24.7642 3.67876 24.6712C3.70084 24.5625 3.71188 24.5077 3.71188 24.5069C3.74147 24.321 3.77334 24.1375 3.80751 23.9562C3.80984 23.9439 3.80913 23.9312 3.80543 23.9192C3.80172 23.9072 3.79514 23.8964 3.78626 23.8875C3.62084 23.7237 3.45251 23.5635 3.28126 23.4069C3.18376 23.3177 3.10938 23.215 3.05813 23.0987C3.00813 22.9854 2.99293 22.8642 3.01251 22.735C3.06584 22.3887 3.28563 22.1906 3.67188 22.1406C3.98355 22.1006 4.22188 22.0648 4.38688 22.0331C4.39661 22.0314 4.40578 22.0274 4.41369 22.0215C4.4216 22.0157 4.42804 22.0081 4.43251 21.9994C4.61834 21.6485 4.72938 21.43 4.76563 21.3437C4.84272 21.16 4.96272 21.0317 5.12563 20.9587C5.27813 20.8904 5.43897 20.8783 5.60813 20.9225ZM4.27626 23.0394C4.34584 23.124 4.40355 23.185 4.44938 23.2225C4.72022 23.4458 4.81543 23.7262 4.73501 24.0637C4.72584 24.1029 4.71897 24.1446 4.71438 24.1887C4.70938 24.2333 4.70168 24.2752 4.69126 24.3144C4.67418 24.3781 4.69459 24.3946 4.75251 24.3637C4.86251 24.3062 4.9723 24.2498 5.08188 24.1944C5.31605 24.076 5.54772 24.0806 5.77688 24.2081C5.86147 24.2548 5.96626 24.3075 6.09126 24.3662C6.12626 24.3825 6.14001 24.3717 6.13251 24.3337C6.10543 24.1992 6.08293 24.0704 6.06501 23.9475C6.05001 23.8458 6.05001 23.756 6.06501 23.6781C6.08751 23.561 6.12438 23.4769 6.17563 23.4256C6.30355 23.2981 6.42834 23.1735 6.55001 23.0519C6.57918 23.0223 6.57313 23.005 6.53188 23C6.40438 22.9846 6.27751 22.9677 6.15126 22.9494C6.01168 22.9285 5.89147 22.8756 5.79063 22.7906C5.72772 22.7369 5.66209 22.6471 5.59376 22.5212C5.54168 22.4254 5.49084 22.3256 5.44126 22.2219C5.41543 22.1673 5.39043 22.1679 5.36626 22.2237C5.32251 22.325 5.27272 22.4317 5.21688 22.5437C5.16022 22.6587 5.08251 22.7512 4.98376 22.8212C4.90293 22.8783 4.79334 22.9198 4.65501 22.9456C4.54209 22.9669 4.42376 22.9802 4.30001 22.9856C4.25626 22.9877 4.24834 23.0056 4.27626 23.0394Z' fill='black'/%3E%3Cpath d='M16.6094 26.9375C16.8706 26.9675 17.0615 27.1096 17.1819 27.3637C17.3086 27.6312 17.4421 27.8954 17.5825 28.1562C17.5872 28.1648 17.5937 28.1723 17.6016 28.178C17.6095 28.1837 17.6186 28.1876 17.6281 28.1894C17.9327 28.2473 18.239 28.2935 18.5469 28.3281C18.7648 28.3739 18.9146 28.4585 18.9963 28.5819C19.2433 28.956 19.2073 29.2977 18.8881 29.6069C18.7052 29.7839 18.51 29.9669 18.3025 30.1556C18.2847 30.1719 18.2713 30.1924 18.2637 30.2154C18.256 30.2384 18.2543 30.263 18.2588 30.2869C18.3017 30.5148 18.3419 30.7477 18.3794 30.9856C18.4181 31.2314 18.4152 31.4173 18.3706 31.5431C18.284 31.7864 18.0915 31.9387 17.7931 32C17.7411 32 17.689 32 17.6369 32C17.2673 31.86 16.9127 31.6883 16.5731 31.485C16.5651 31.48 16.5559 31.4771 16.5464 31.4765C16.5369 31.476 16.5274 31.4778 16.5188 31.4819C16.2933 31.5877 16.0723 31.7019 15.8556 31.8244C15.7173 31.9023 15.5715 31.9608 15.4181 32C15.3661 32 15.314 32 15.2619 32C14.9344 31.9279 14.7361 31.7544 14.6669 31.4794C14.6361 31.3569 14.6463 31.1529 14.6975 30.8675C14.7338 30.6654 14.7673 30.4619 14.7981 30.2569C14.8 30.2447 14.7991 30.2323 14.7953 30.2206C14.7914 30.209 14.7849 30.1985 14.7763 30.19C14.5604 29.9754 14.3577 29.7727 14.1681 29.5819C14.0865 29.4998 14.0238 29.4198 13.98 29.3419C13.935 29.2614 13.9119 29.1654 13.9106 29.0537C13.9069 28.6729 14.1046 28.4323 14.5038 28.3319C14.8154 28.2948 15.1256 28.2473 15.4344 28.1894C15.4439 28.1876 15.4529 28.1836 15.4607 28.1778C15.4685 28.1719 15.4749 28.1643 15.4794 28.1556C15.7956 27.5369 15.9548 27.2258 15.9569 27.2225C16.1277 27.0021 16.3452 26.9071 16.6094 26.9375ZM16.6213 30.5037C16.8663 30.5812 17.1069 30.6935 17.3431 30.8406C17.3981 30.8748 17.4188 30.8604 17.405 30.7975C17.3583 30.5812 17.3271 30.3671 17.3113 30.155C17.2971 29.9691 17.334 29.8289 17.4219 29.7344C17.5823 29.5614 17.7452 29.3983 17.9106 29.245C17.954 29.205 17.9463 29.1819 17.8875 29.1756C17.6983 29.1564 17.5108 29.1287 17.325 29.0925C17.1038 29.05 16.9381 28.9396 16.8281 28.7612C16.8165 28.7421 16.7715 28.6541 16.6931 28.4975C16.6465 28.4037 16.6063 28.3135 16.5725 28.2269C16.5496 28.1689 16.5244 28.1679 16.4969 28.2237C16.434 28.3525 16.3738 28.4719 16.3163 28.5819C16.2104 28.8731 16.0054 29.0452 15.7013 29.0981C15.52 29.1298 15.3433 29.1587 15.1713 29.185C15.1154 29.1937 15.109 29.2164 15.1519 29.2531C15.2973 29.3785 15.4344 29.5119 15.5631 29.6531C15.6298 29.7264 15.679 29.8002 15.7106 29.8744C15.7577 29.9839 15.7761 30.0727 15.7656 30.1406C15.7302 30.3698 15.6938 30.5994 15.6563 30.8294C15.6504 30.8648 15.6631 30.8735 15.6944 30.8556C15.8536 30.7639 16.0163 30.6735 16.1825 30.5844C16.3538 30.4923 16.5 30.4654 16.6213 30.5037Z' fill='black'/%3E%3Cpath d='M22.5275 26.9568C22.7379 27.0114 22.8942 27.1573 22.9962 27.3943C23.0671 27.5593 23.1975 27.8158 23.3875 28.1637C23.3922 28.1723 23.3988 28.1797 23.4068 28.1853C23.4148 28.1909 23.424 28.1947 23.4337 28.1962C23.9254 28.2721 24.1819 28.3108 24.2031 28.3125C24.3806 28.3254 24.5148 28.3631 24.6056 28.4256C24.9056 28.6331 25.0125 28.8923 24.9262 29.2031C24.8929 29.3227 24.8115 29.4508 24.6819 29.5875C24.4881 29.7921 24.2908 29.9885 24.09 30.1768C24.0781 30.1878 24.0691 30.2016 24.0639 30.217C24.0586 30.2323 24.0573 30.2489 24.06 30.265C24.1029 30.5258 24.1481 30.7808 24.1956 31.03C24.2956 31.5537 24.0937 31.8771 23.59 32C23.5379 32 23.4858 32 23.4337 32C23.0683 31.8633 22.7202 31.6933 22.3894 31.49C22.3739 31.4803 22.356 31.4751 22.3378 31.4747C22.3195 31.4744 22.3015 31.479 22.2856 31.4881C21.9765 31.6623 21.6606 31.8221 21.3381 31.9675C21.324 31.9737 21.3035 31.9781 21.2769 31.9806C21.2548 31.9823 21.2342 31.9887 21.215 32C21.1629 32 21.1108 32 21.0587 32C20.6979 31.9133 20.4956 31.7139 20.4519 31.4018C20.4377 31.3002 20.4556 31.1064 20.5056 30.8206C20.5385 30.6335 20.57 30.44 20.6 30.24C20.6015 30.2293 20.6005 30.2185 20.5969 30.2084C20.5933 30.1982 20.5873 30.1891 20.5794 30.1818C20.3694 29.9885 20.1619 29.786 19.9569 29.5743C19.8635 29.4777 19.7952 29.3791 19.7519 29.2787C19.7081 29.1766 19.6958 29.0614 19.715 28.9331C19.7658 28.5998 19.9762 28.4029 20.3462 28.3425C20.6217 28.2979 20.9131 28.2485 21.2206 28.1943C21.2369 28.1914 21.2522 28.1847 21.2654 28.1747C21.2785 28.1647 21.2891 28.1517 21.2962 28.1368C21.3833 27.9539 21.474 27.7681 21.5681 27.5793C21.6969 27.3218 21.8044 27.1558 21.8906 27.0812C22.0623 26.9329 22.2746 26.8914 22.5275 26.9568ZM20.9481 29.2375C21.061 29.35 21.166 29.4481 21.2631 29.5318C21.406 29.6548 21.4977 29.8014 21.5381 29.9718C21.5619 30.0718 21.5579 30.2152 21.5262 30.4018C21.5025 30.5443 21.4781 30.6868 21.4531 30.8293C21.4477 30.8598 21.4585 30.8675 21.4856 30.8525C21.6506 30.7621 21.8192 30.6758 21.9912 30.5937C22.1042 30.54 22.1969 30.5087 22.2694 30.5C22.3785 30.4871 22.4775 30.5014 22.5662 30.5431C22.77 30.6381 22.9644 30.7362 23.1494 30.8375C23.1956 30.8629 23.2135 30.8496 23.2031 30.7975C23.1748 30.6558 23.1492 30.5137 23.1262 30.3712C23.0967 30.1879 23.0969 30.045 23.1269 29.9425C23.1577 29.8379 23.2092 29.7439 23.2812 29.6606C23.2887 29.6523 23.3581 29.5831 23.4894 29.4531C23.5594 29.3839 23.6321 29.3173 23.7075 29.2531C23.7521 29.2156 23.7456 29.1923 23.6881 29.1831C23.5177 29.1556 23.3458 29.13 23.1725 29.1062C22.9029 29.07 22.7094 28.9306 22.5919 28.6881C22.5227 28.5452 22.4433 28.3866 22.3537 28.2125C22.3346 28.1754 22.316 28.1758 22.2981 28.2137C22.206 28.4104 22.1158 28.5931 22.0275 28.7618C21.9329 28.9418 21.7656 29.0527 21.5256 29.0943C21.3444 29.126 21.1575 29.1564 20.965 29.1856C20.9254 29.1918 20.9198 29.2091 20.9481 29.2375Z' fill='black'/%3E%3Cpath d='M28.2375 26.9456C28.4258 26.9744 28.5765 27.0614 28.6894 27.2069C28.7198 27.246 28.801 27.3992 28.9331 27.6662C29.0073 27.8162 29.0829 27.9725 29.16 28.135C29.1689 28.1533 29.182 28.1691 29.1984 28.1811C29.2147 28.193 29.2337 28.2008 29.2538 28.2037C29.5521 28.2446 29.8515 28.2885 30.1519 28.3356C30.2848 28.3564 30.4002 28.4121 30.4981 28.5025C30.7944 28.7767 30.8354 29.0923 30.6213 29.4494C30.6 29.4844 30.3548 29.7296 29.8856 30.185C29.8786 30.192 29.8732 30.2005 29.8699 30.2096C29.8665 30.2188 29.8653 30.2286 29.8663 30.2381C29.8842 30.3973 29.9288 30.6721 30 31.0625C30.0925 31.57 29.8881 31.8825 29.3869 32C29.3348 32 29.2827 32 29.2306 32C28.8665 31.8608 28.5317 31.6987 28.2263 31.5137C28.1583 31.4729 28.0906 31.4729 28.0231 31.5137C27.694 31.7133 27.3621 31.8754 27.0275 32C26.97 32 26.9127 32 26.8556 32C26.5627 31.9354 26.3727 31.781 26.2856 31.5369C26.2427 31.4164 26.2385 31.245 26.2731 31.0225C26.3127 30.7687 26.3552 30.521 26.4006 30.2794C26.4047 30.2586 26.4033 30.2371 26.3966 30.217C26.3899 30.1968 26.3782 30.1787 26.3625 30.1644C26.1446 29.966 25.9404 29.7664 25.75 29.5656C25.6446 29.4539 25.5758 29.3417 25.5438 29.2287C25.4504 28.9 25.5352 28.6469 25.7981 28.4694C25.9073 28.3956 26.074 28.3417 26.2981 28.3075C26.536 28.2717 26.7677 28.2373 26.9931 28.2044C27.0148 28.2011 27.0354 28.1927 27.0531 28.18C27.0708 28.1673 27.0852 28.1506 27.095 28.1312C27.2454 27.8387 27.3771 27.5771 27.49 27.3462C27.5646 27.195 27.6704 27.0833 27.8075 27.0112C27.9367 26.9433 28.08 26.9214 28.2375 26.9456ZM27.0269 29.5044C27.2906 29.7156 27.3935 29.9898 27.3356 30.3269C27.3106 30.4727 27.2842 30.6394 27.2563 30.8269C27.2533 30.8494 27.2621 30.8558 27.2825 30.8462C27.435 30.7767 27.5617 30.7092 27.6625 30.6437C27.9179 30.4775 28.1835 30.4606 28.4594 30.5931C28.619 30.6694 28.7908 30.7562 28.975 30.8537C28.9975 30.8658 29.0069 30.8592 29.0031 30.8337C28.9806 30.68 28.9527 30.5348 28.9194 30.3981C28.8452 30.0952 28.9119 29.8356 29.1194 29.6194C29.2473 29.4864 29.3808 29.3592 29.52 29.2375C29.5533 29.2083 29.5481 29.1904 29.5044 29.1837C29.3261 29.1558 29.1477 29.13 28.9694 29.1062C28.8306 29.0879 28.7098 29.0387 28.6069 28.9587C28.5315 28.9 28.4556 28.8002 28.3794 28.6594C28.3081 28.5273 28.2411 28.3887 28.1781 28.2437C28.1515 28.1829 28.1231 28.1819 28.0931 28.2406C28.031 28.3614 27.9798 28.4719 27.9394 28.5719C27.8102 28.8902 27.5817 29.0717 27.2538 29.1162C27.1279 29.1329 27.0631 29.1417 27.0594 29.1425C26.959 29.16 26.861 29.1744 26.7656 29.1856C26.7269 29.1902 26.7206 29.2071 26.7469 29.2362C26.8444 29.3433 26.9377 29.4327 27.0269 29.5044Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4783_39836'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") left top / 32px 32px no-repeat;
}
.factories2_about__list_item:nth-child(6) {
  background: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.8295 1.98479C11.0092 2.36749 11.182 2.75346 11.3477 3.14272C11.4999 3.43007 11.5297 3.71633 11.437 4.00149C11.3862 4.15807 11.3031 4.29562 11.1877 4.41414C11.07 4.53398 10.932 4.62474 10.7737 4.68641C10.7677 4.6887 10.7623 4.69218 10.7578 4.69663C10.7532 4.70108 10.7496 4.70641 10.7471 4.71229C10.7447 4.71818 10.7434 4.7245 10.7435 4.73087C10.7435 4.73725 10.7449 4.74355 10.7474 4.74939L11.1575 5.67901C11.1608 5.68656 11.1656 5.69336 11.1716 5.699C11.1776 5.70464 11.1847 5.709 11.1925 5.71182C11.2003 5.71464 11.2086 5.71586 11.2169 5.71541C11.2252 5.71495 11.2333 5.71284 11.2408 5.70919C11.4092 5.62696 11.5769 5.5513 11.744 5.48219C11.887 5.42315 12.041 5.3875 12.2058 5.37526C12.7954 5.33152 13.1696 5.32124 13.3283 5.34442C13.4609 5.3641 13.561 5.33502 13.6288 5.25717C13.6621 5.21824 13.6793 5.19834 13.6806 5.19747C14.5431 4.33498 15.4056 3.47228 16.2681 2.60935C16.4863 2.37667 16.6696 2.20457 16.8179 2.09304C17.1905 1.81269 17.6292 1.6723 18.1339 1.67186C20.5722 1.67098 23.0105 1.67076 25.4489 1.6712C26.1963 1.6712 26.7909 1.94565 27.2327 2.49454C27.4693 2.78933 27.6162 3.12413 27.6735 3.49896C27.6871 3.58687 27.6956 3.94332 27.6991 4.56832C27.7079 5.94864 27.7068 6.66111 27.6958 6.70573C27.6626 6.8435 27.5955 6.95109 27.4944 7.0285C27.4 7.10067 27.2865 7.13456 27.1539 7.13019C26.9742 7.12363 26.8388 7.0484 26.7478 6.90451C26.6905 6.81354 26.6625 6.67533 26.6639 6.48989C26.6761 4.79597 26.6702 3.87837 26.6461 3.7371C26.5674 3.27699 26.3424 2.97105 25.9711 2.81929C25.8092 2.75325 25.5333 2.72023 25.1431 2.72023C20.4375 2.72023 18.0847 2.72023 18.0847 2.72023C17.9242 2.72679 17.7735 2.76177 17.6327 2.82519C17.5282 2.87155 17.4068 2.96274 17.2686 3.09877C15.4036 4.93133 14.3922 5.93815 14.2343 6.11922C14.0647 6.31428 13.8665 6.4116 13.64 6.41116C13.2026 6.41072 12.7508 6.4105 12.2846 6.4105C12.2448 6.4105 12.2069 6.41859 12.1711 6.43478C10.3779 7.23297 8.60282 8.02176 6.84592 8.80115C6.68585 8.872 6.57935 8.98659 6.52643 9.14492C6.5015 9.22014 6.48903 9.36688 6.48903 9.58513C6.48903 15.9619 6.48903 22.3389 6.48903 28.7162C6.55551 29.1068 6.74708 29.3718 7.06373 29.5113C7.2015 29.5721 7.41362 29.6016 7.7001 29.5999C10.2688 29.5876 11.6801 29.5938 11.9342 29.6183C12.1311 29.6375 12.2658 29.7293 12.3384 29.8938C12.4018 30.0386 12.4062 30.184 12.3515 30.3301C12.3025 30.4604 12.2118 30.5522 12.0792 30.6056C12.004 30.6362 11.8833 30.6515 11.7171 30.6515C9.04084 30.6515 7.70272 30.6515 7.70272 30.6515C6.93033 30.701 6.31671 30.4398 5.86185 29.8682C5.68603 29.6478 5.56444 29.3948 5.49708 29.1092C5.4586 28.9451 5.43935 28.6707 5.43935 28.2858C5.43935 21.951 5.43935 15.616 5.43935 9.28072C5.52551 8.52495 5.91521 8.01433 6.60843 7.74884C6.61316 7.74705 6.61747 7.74431 6.62111 7.74079C6.62475 7.73728 6.62763 7.73307 6.6296 7.72841C6.63156 7.72375 6.63256 7.71873 6.63253 7.71368C6.6325 7.70862 6.63144 7.70362 6.62943 7.69898L6.21939 6.7569C6.2159 6.7487 6.20939 6.74215 6.20121 6.73861C6.19304 6.73507 6.18381 6.73481 6.17544 6.73787C5.46078 7.00729 4.94338 6.80391 4.62323 6.12775C4.58867 6.05471 4.42641 5.69628 4.13644 5.05248C3.91469 4.56088 3.96324 4.14276 4.28208 3.79811C4.38049 3.6914 4.53597 3.58993 4.74853 3.49371C6.26269 2.80617 7.78342 2.13394 9.3107 1.47701C9.53201 1.3821 9.71657 1.33421 9.8644 1.33334C10.3022 1.33071 10.6239 1.54786 10.8295 1.98479ZM9.87279 2.39271C9.87132 2.3894 9.86922 2.38642 9.8666 2.38392C9.86398 2.38142 9.86089 2.37947 9.85752 2.37816C9.85414 2.37686 9.85054 2.37624 9.84692 2.37632C9.8433 2.37641 9.83974 2.37721 9.83643 2.37868L5.07406 4.48908C5.06738 4.49204 5.06214 4.49753 5.05951 4.50435C5.05688 4.51117 5.05706 4.51875 5.06002 4.52543L5.61925 5.7874C5.62072 5.79071 5.62282 5.7937 5.62544 5.79619C5.62806 5.79869 5.63115 5.80065 5.63453 5.80195C5.6379 5.80325 5.6415 5.80388 5.64512 5.80379C5.64874 5.8037 5.6523 5.8029 5.65561 5.80143L10.418 3.69103C10.4247 3.68807 10.4299 3.68258 10.4325 3.67576C10.4352 3.66895 10.435 3.66136 10.432 3.65468L9.87279 2.39271ZM9.793 5.19126C9.79029 5.18511 9.78639 5.17956 9.78153 5.17491C9.77667 5.17027 9.77095 5.16663 9.76468 5.1642C9.75842 5.16177 9.75173 5.1606 9.74502 5.16075C9.7383 5.1609 9.73167 5.16238 9.72553 5.16509L7.20564 6.27649C7.19322 6.28197 7.18349 6.29215 7.17858 6.30481C7.17368 6.31746 7.17399 6.33154 7.17947 6.34396L7.58454 7.26236C7.59001 7.27477 7.6002 7.28451 7.61285 7.28941C7.6255 7.29432 7.63959 7.294 7.652 7.28853L10.1719 6.17713C10.1843 6.17165 10.194 6.16147 10.1989 6.14881C10.2039 6.13616 10.2035 6.12208 10.1981 6.10966L9.793 5.19126Z' fill='black'/%3E%3Cpath d='M23.0051 3.8519C23.5435 3.8261 24.0178 3.95316 24.4281 4.23307C24.9616 4.59783 25.2787 5.11721 25.3793 5.79119C25.4012 5.94033 25.4117 6.19597 25.4108 6.55811C25.4034 9.35725 25.3997 10.7568 25.3997 10.7568C25.394 11.2493 25.2477 11.6595 24.9608 11.9876C24.6826 12.3051 24.3358 12.5015 23.9203 12.5767C23.6224 12.6305 23.3266 12.6051 23.0326 12.5006C22.852 12.4359 22.6228 12.2942 22.3451 12.0755C20.6905 10.7739 19.045 9.46091 17.4083 8.13656C17.142 7.94718 16.9616 7.79411 16.8671 7.67733C16.6405 7.39741 16.5358 7.09498 16.5528 6.77001C16.5629 6.58238 16.6582 6.30159 16.8389 5.92765C17.0401 5.51084 17.2463 5.09643 17.4575 4.68443C17.507 4.56503 17.5719 4.45503 17.6524 4.35444C17.7937 4.17731 17.9634 4.04588 18.1615 3.96015C18.301 3.89936 18.5061 3.86743 18.7769 3.86437C20.186 3.84862 21.5955 3.84447 23.0051 3.8519ZM18.4619 5.03542L17.6084 6.75558C17.5699 6.83387 17.582 6.9056 17.6445 6.97076C17.7315 7.06174 17.8278 7.14418 17.9332 7.21809C19.6105 8.5595 21.2878 9.9009 22.9651 11.2423C23.1684 11.405 23.3158 11.5019 23.4072 11.5329C23.5927 11.5959 23.7799 11.5764 23.9688 11.4745C24.2181 11.3394 24.3452 11.1166 24.35 10.806C24.35 10.806 24.35 9.34697 24.35 6.42887C24.35 6.05142 24.3176 5.78091 24.2529 5.61733C24.1348 5.3208 23.9255 5.11283 23.6251 4.99343C23.4711 4.9322 23.2393 4.90158 22.9296 4.90158C21.5165 4.90158 20.1012 4.90158 18.6837 4.90158C18.58 4.90158 18.5061 4.9462 18.4619 5.03542Z' fill='black'/%3E%3Cpath d='M27.2044 8.27761C27.4524 8.29335 27.6162 8.4309 27.6958 8.69026C27.7221 8.77511 27.7275 9.64438 27.7122 11.2981C27.7122 11.2981 27.7122 16.9729 27.7122 28.3225C27.7022 28.4284 27.6965 28.5342 27.6952 28.6401C27.693 28.7822 27.686 28.8874 27.6742 28.9556C27.5876 29.4604 27.3416 29.8763 26.9361 30.2034C26.5521 30.5131 26.111 30.6675 25.6129 30.6666C17.9371 30.6565 14.0992 30.6515 14.0992 30.6515C13.9531 30.6633 13.8272 30.6198 13.7213 30.521C13.5013 30.3158 13.4646 30.0928 13.6111 29.8518C13.7178 29.6764 13.8969 29.5889 14.1484 29.5894C16.3339 29.5916 18.5041 29.5997 20.659 29.6136C20.729 29.6141 20.7391 29.5898 20.6892 29.5408C20.2234 29.0838 20.0222 28.5246 20.0857 27.8633C20.1193 27.5121 20.2422 27.1959 20.4544 26.9147C20.5685 26.7625 20.8126 26.5411 21.1865 26.2507C22.9644 24.8695 24.7668 23.4759 26.5937 22.0697C26.6139 22.0542 26.6302 22.0343 26.6415 22.0114C26.6527 21.9886 26.6586 21.9634 26.6586 21.9379C26.6612 17.5974 26.6639 13.2408 26.6665 8.86805C26.6665 8.7071 26.6936 8.58682 26.7478 8.50722C26.799 8.432 26.8661 8.37273 26.9492 8.32943C27.0267 8.2892 27.1117 8.27192 27.2044 8.27761ZM21.8655 29.1708C22.0265 29.295 22.2034 29.4256 22.3963 29.5625C22.4321 29.5881 22.4752 29.6019 22.5196 29.6018C23.5111 29.6018 24.491 29.6018 25.4594 29.6018C25.7393 29.6018 25.9464 29.5717 26.0806 29.5113C26.2945 29.4151 26.4515 29.2605 26.5517 29.0475C26.6116 28.9202 26.6424 28.7352 26.6442 28.4925C26.6564 26.8156 26.6626 25.1226 26.6626 23.4133C26.6626 23.3648 26.6435 23.3554 26.6055 23.3851C24.9955 24.6272 23.3856 25.8722 21.7756 27.12C21.5364 27.305 21.4061 27.4084 21.3846 27.4303C21.2512 27.5628 21.1681 27.7126 21.1353 27.8797C21.0689 28.2204 21.143 28.511 21.3577 28.7516C21.4124 28.8128 21.5817 28.9526 21.8655 29.1708Z' fill='black'/%3E%3Cpath d='M10.1222 8.91992C12.194 8.91992 13.2299 8.91992 13.2299 8.91992C13.5453 8.9396 13.8118 9.02292 14.0297 9.16988C14.2046 9.28797 14.626 9.60921 15.2939 10.1336C15.6905 10.445 16.0358 10.7136 16.3298 10.9392C17.9546 12.1866 18.8499 12.8816 19.0156 13.0242C19.1031 13.0998 19.1569 13.1941 19.177 13.3069C19.1945 13.4084 19.1827 13.511 19.1416 13.6146C19.0567 13.828 18.8807 13.9348 18.6135 13.9348C18.5129 13.9348 18.3928 13.8803 18.2533 13.7714C15.9418 11.9677 14.3603 10.7387 13.5087 10.0844C13.4038 10.0035 13.278 9.96326 13.1315 9.9637C11.8632 9.96763 10.5948 9.9696 9.32643 9.9696C8.94111 10.0475 8.76617 10.288 8.80159 10.6913C8.79941 12.3191 8.80072 13.947 8.80553 15.5749C8.80552 15.596 8.81351 15.6162 8.82783 15.6313C9.89151 16.7636 10.4636 17.3681 10.5441 17.4446C10.8786 17.7626 11.0851 18.1193 11.1634 18.5146C11.295 19.1777 11.1164 19.759 10.6274 20.2584C10.1056 20.792 9.5871 21.3127 9.07188 21.8205C9.05382 21.8381 9.03946 21.8593 9.02966 21.8826C9.01986 21.9059 9.01481 21.931 9.01481 21.9563C9.01481 23.6301 9.01481 25.2739 9.01481 26.8878C9.01481 27.1371 9.04367 27.312 9.10141 27.4126C9.202 27.5885 9.37542 27.6834 9.62165 27.6974C10.813 27.7652 12.0049 27.826 13.1971 27.8797C13.3651 27.8972 13.5236 27.848 13.6728 27.7321C20.3264 22.5581 23.7556 19.886 23.9603 19.7159C24.2879 19.4443 24.4068 19.1095 24.3172 18.7115C24.2642 18.4775 24.1234 18.273 23.8947 18.0981C21.4161 16.2025 20.1287 15.211 20.0325 15.1235C19.8737 14.9796 19.8103 14.8185 19.8422 14.64C19.8716 14.4747 19.9588 14.3492 20.104 14.2634C20.2287 14.19 20.3632 14.1777 20.5075 14.2267C20.5818 14.2521 20.6903 14.3194 20.8329 14.4288C22.9939 16.082 24.266 17.0654 24.6491 17.379C24.8949 17.5798 25.0819 17.8254 25.21 18.1158C25.3308 18.3887 25.3867 18.6837 25.378 19.0008C25.3657 19.4644 25.2192 19.8683 24.9384 20.2125C24.8357 20.3385 24.5216 20.6066 23.9964 21.0168C20.8167 23.5015 17.6338 25.9818 14.4476 28.4577C14.0876 28.7923 13.6763 28.9495 13.2135 28.9294C12.0265 28.8783 10.8402 28.8181 9.65446 28.749C9.34393 28.7525 9.06642 28.6856 8.82193 28.5483C8.26254 28.2329 7.98197 27.7422 7.98022 27.0761C7.97016 23.4897 7.96513 21.6965 7.96513 21.6965C7.97038 21.5491 8.01346 21.4214 8.09437 21.3134C8.09918 21.3072 8.19103 21.2158 8.36991 21.0391C9.3518 20.0712 9.85783 19.57 9.88801 19.5355C10.1395 19.2507 10.2132 18.9551 10.1091 18.6485C10.0601 18.505 9.92453 18.3165 9.70235 18.083C9.09572 17.4453 8.4915 16.8054 7.88968 16.1634C7.78821 16.0549 7.7377 15.9257 7.73814 15.7756C7.74732 12.2767 7.75191 10.5272 7.75191 10.5272C7.75497 10.2158 7.83151 9.94248 7.98153 9.70718C8.22733 9.32142 8.55426 9.07716 8.96232 8.97437C9.10578 8.93807 9.49241 8.91992 10.1222 8.91992Z' fill='black'/%3E%3Cpath d='M16.6408 15.0238C17.3156 15.8683 17.8945 16.7754 18.3773 17.7451C18.6118 18.2157 18.7985 18.7291 18.9376 19.2855C19.0373 19.6839 19.0636 20.0738 19.0163 20.4552C18.9192 21.2438 18.5759 21.8762 17.9863 22.3525C17.4374 22.796 16.791 23.0055 16.047 22.981C15.3311 22.9578 14.7231 22.7313 14.2232 22.3013C13.8935 22.017 13.6407 21.6654 13.4648 21.2464C13.2129 20.6468 13.162 20.015 13.312 19.3511C13.4589 18.699 13.7128 18.0405 14.0736 17.3757C14.5167 16.5591 15.0258 15.787 15.6009 15.0592C15.7413 14.8812 15.8671 14.7729 15.9782 14.7345C16.1107 14.6885 16.2415 14.6999 16.3705 14.7686C16.4479 14.8101 16.538 14.8952 16.6408 15.0238ZM15.9486 21.9464C16.3453 21.9831 16.7031 21.9121 17.0219 21.7332C17.3246 21.5631 17.568 21.3148 17.7521 20.9886C17.9962 20.5578 18.0581 20.0845 17.9378 19.5689C17.9067 19.4359 17.8542 19.2555 17.7803 19.0276C17.7217 18.8488 17.6526 18.6734 17.573 18.5015C17.1916 17.6788 16.7228 16.8865 16.1664 16.1246C16.1634 16.1205 16.1594 16.1172 16.1549 16.115C16.1503 16.1127 16.1453 16.1115 16.1402 16.1115C16.1351 16.1115 16.1301 16.1127 16.1255 16.115C16.121 16.1172 16.117 16.1205 16.114 16.1246C15.4868 16.96 14.9759 17.8505 14.5814 18.7961C14.3995 19.233 14.2989 19.6367 14.2796 20.0071C14.2477 20.6186 14.4765 21.1277 14.9659 21.5344C15.2554 21.7754 15.583 21.9127 15.9486 21.9464Z' fill='black'/%3E%3C/svg%3E%0A") left top / 32px 32px no-repeat;
}
.factories2_director {
  padding-bottom: 112px;
}
@media (max-width: 1024px) {
  .factories2_director {
    margin-top: 136px;
  }
}
@media (max-width: 768px) {
  .factories2_director {
    padding-bottom: 86px;
    margin-top: 0;
  }
}
.factories2_director__content {
  margin-left: 191px;
  border: 5px solid #F2F2F4;
  padding: 100px 80px 100px 219px;
  position: relative;
  min-height: 648px;
}
@media (max-width: 1360px) {
  .factories2_director__content {
    padding: 80px 30px 80px 199px;
  }
}
@media (max-width: 1280px) {
  .factories2_director__content {
    padding: 64px 30px 64px 129px;
  }
}
@media (max-width: 1024px) {
  .factories2_director__content {
    padding: 252px 40px 40px 40px;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .factories2_director__content {
    padding: 0;
    border: none;
  }
}
.factories2_director__left {
  position: absolute;
  top: 64px;
  left: -191px;
  width: 360px;
}
@media (max-width: 1280px) {
  .factories2_director__left {
    width: 304px;
  }
}
@media (max-width: 1024px) {
  .factories2_director__left {
    position: static;
  }
}
@media (max-width: 768px) {
  .factories2_director__left {
    margin: 0 auto;
    max-width: 400px;
    width: auto;
  }
}
.factories2_director__img {
  position: relative;
  padding-top: 111.11%;
}
@media (max-width: 1024px) {
  .factories2_director__img {
    position: absolute;
    width: 304px;
    padding-top: 0;
    height: 340px;
    left: 40px;
    top: -136px;
  }
}
@media (max-width: 768px) {
  .factories2_director__img {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
  }
}
.factories2_director__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.factories2_director__img_bottom {
  background: #F1F1F1;
  padding: 20px 24px;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1024px) {
  .factories2_director__img_bottom {
    position: absolute;
    width: 304px;
    right: 40px;
    top: 40px;
  }
}
@media (max-width: 768px) {
  .factories2_director__img_bottom {
    position: static;
    padding: 20px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .factories2_director__right {
    margin-top: 24px;
  }
}
.factories2_director__director {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.6);
}
.factories2_director__title {
  margin-top: 8px;
  position: relative;
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  text-transform: uppercase;
  color: #000000;
  display: flex;
  align-items: center;
}
@media (max-width: 1279px) {
  .factories2_director__title {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 768px) {
  .factories2_director__title {
    font-size: 20px;
    line-height: 28px;
  }
}
.factories2_director__title::after {
  content: '';
  height: 32px;
  flex: 1 1 auto;
  background: #E7332B;
  margin-left: 27px;
  -webkit-clip-path: polygon(8px 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(8px 0, 100% 0, 100% 100%, 0% 100%);
}
@media (max-width: 1360px) {
  .factories2_director__title::after {
    margin-left: 47px;
  }
}
@media (max-width: 1280px) {
  .factories2_director__title::after {
    margin-left: 92px;
  }
}
@media (max-width: 768px) {
  .factories2_director__title::after {
    margin-left: 24px;
    height: 24px;
  }
}
.factories2_director__text {
  margin-top: 32px;
  padding-left: 67px;
  background: url("data:image/svg+xml,%3Csvg width='45' height='39' viewBox='0 0 45 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.9688 38.3594H0.578125V22.6562C0.578125 16.875 1.78125 12.3125 4.1875 8.96875C6.59375 5.625 10.7188 2.67188 16.5625 0.109375L20.9688 8.45312C17.375 10.1406 14.8906 11.8281 13.5156 13.5156C12.1406 15.1719 11.375 17.1406 11.2188 19.4219H20.9688V38.3594ZM44.7344 38.3594H24.3438V22.6562C24.3438 16.875 25.5469 12.3125 27.9531 8.96875C30.3594 5.625 34.4844 2.67188 40.3281 0.109375L44.7344 8.45312C41.1406 10.1406 38.6562 11.8281 37.2812 13.5156C35.9062 15.1719 35.1406 17.1406 34.9844 19.4219H44.7344V38.3594Z' fill='black'/%3E%3C/svg%3E") left top / 45px 39px no-repeat;
}
@media (max-width: 768px) {
  .factories2_director__text {
    margin-top: 24px;
    padding-left: 40px;
    background: url("data:image/svg+xml,%3Csvg width='45' height='39' viewBox='0 0 45 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.9688 38.3594H0.578125V22.6562C0.578125 16.875 1.78125 12.3125 4.1875 8.96875C6.59375 5.625 10.7188 2.67188 16.5625 0.109375L20.9688 8.45312C17.375 10.1406 14.8906 11.8281 13.5156 13.5156C12.1406 15.1719 11.375 17.1406 11.2188 19.4219H20.9688V38.3594ZM44.7344 38.3594H24.3438V22.6562C24.3438 16.875 25.5469 12.3125 27.9531 8.96875C30.3594 5.625 34.4844 2.67188 40.3281 0.109375L44.7344 8.45312C41.1406 10.1406 38.6562 11.8281 37.2812 13.5156C35.9062 15.1719 35.1406 17.1406 34.9844 19.4219H44.7344V38.3594Z' fill='black'/%3E%3C/svg%3E") left top / 31px 26px no-repeat;
  }
}
.factories2_director__text p.this--black {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
}
@media (max-width: 1360px) {
  .factories2_director__text p.this--black {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .factories2_director__text p.this--black {
    font-size: 14px;
    line-height: 20px;
  }
}
.factories2_director__text p.this--gray {
  margin-top: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 1360px) {
  .factories2_director__text p.this--gray {
    font-size: 14px;
    line-height: 20px;
  }
}
.factories2_director__text p.this--small {
  margin-top: 40px;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 768px) {
  .factories2_director__text p.this--small {
    margin-top: 32px;
    font-size: 10px;
    line-height: 12px;
  }
}
.factories2_center {
  padding-bottom: 112px;
}
@media (max-width: 768px) {
  .factories2_center {
    padding-bottom: 64px;
  }
}
.factories2_center__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}
@media (max-width: 1360px) {
  .factories2_center__title {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 768px) {
  .factories2_center__title {
    font-size: 20px;
    line-height: 28px;
  }
}
.factories2_center__row {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .factories2_center__row {
    margin-top: 24px;
  }
}
.factories2_center__list_title {
  max-width: 540px;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  color: #000000;
}
@media (max-width: 1024px) {
  .factories2_center__list_title {
    max-width: none;
  }
}
@media (max-width: 768px) {
  .factories2_center__list_title {
    font-size: 16px;
    line-height: 24px;
  }
}
.factories2_center__list {
  margin-top: 16px;
  list-style-type: none;
  margin-bottom: -20px;
  max-width: 520px;
}
@media (max-width: 1024px) {
  .factories2_center__list {
    max-width: none;
    margin-bottom: 0;
  }
}
.factories2_center__list_item {
  padding-left: 28px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #080E1F;
  position: relative;
  margin-bottom: 20px;
}
.factories2_center__list_item::before {
  position: absolute;
  content: '';
  left: 5px;
  top: 5px;
  width: 10px;
  height: 10px;
  background: #004798;
}
.factories2_control {
  padding-bottom: 112px;
}
@media (max-width: 768px) {
  .factories2_control {
    padding-bottom: 64px;
  }
}
.factories2_control__content {
  display: flex;
  align-items: center;
  background: #F2F2F4;
  padding: 80px;
}
@media (max-width: 1360px) {
  .factories2_control__content {
    padding: 40px;
  }
}
@media (max-width: 1024px) {
  .factories2_control__content {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .factories2_control__content {
    padding: 40px 24px;
    margin: 0 -24px;
  }
}
.factories2_control__left {
  width: calc(50% - 116px);
  margin-right: 116px;
}
@media (max-width: 1360px) {
  .factories2_control__left {
    width: calc(50% - 88px);
    margin-right: 88px;
  }
}
@media (max-width: 1280px) {
  .factories2_control__left {
    width: calc(50% - 40px);
    margin-right: 40px;
  }
}
@media (max-width: 1024px) {
  .factories2_control__left {
    margin-top: 40px;
    width: 400px;
  }
}
@media (max-width: 500px) {
  .factories2_control__left {
    width: 100%;
  }
}
.factories2_control__img {
  position: relative;
  padding-top: 83.5%;
}
@media (max-width: 1024px) {
  .factories2_control__img::before {
    content: '';
    position: absolute;
    top: 42px;
    left: 31px;
    height: 32px;
    width: 398px;
    background: #E7332B;
    -webkit-clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0% 100%);
    clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0% 100%);
    z-index: 2;
  }
}
@media (max-width: 500px) {
  .factories2_control__img::before {
    top: -12px;
    left: 40px;
    height: 24px;
    width: calc(100% - 80px);
  }
}
.factories2_control__img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.factories2_control__right {
  width: 50%;
  padding-right: 16px;
}
@media (max-width: 1360px) {
  .factories2_control__right {
    padding-right: 0;
  }
}
@media (max-width: 1024px) {
  .factories2_control__right {
    width: 100%;
  }
}
.factories2_control__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  text-transform: uppercase;
  color: #000000;
  position: relative;
  display: flex;
  align-items: center;
  margin-right: -96px;
}
@media (max-width: 1360px) {
  .factories2_control__title {
    margin-right: 0;
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 768px) {
  .factories2_control__title {
    font-size: 20px;
    line-height: 28px;
  }
}
.factories2_control__title::after {
  content: '';
  height: 32px;
  margin-top: -3px;
  flex: 1 1 auto;
  background: #004798;
  margin-left: 19px;
  -webkit-clip-path: polygon(8px 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(8px 0, 100% 0, 100% 100%, 0% 100%);
}
@media (max-width: 1360px) {
  .factories2_control__title::after {
    display: none;
  }
}
.factories2_control__title::before {
  content: '';
  position: absolute;
  top: 3px;
  right: calc(100% + 20px);
  height: 32px;
  width: 382px;
  background: #E7332B;
  -webkit-clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0% 100%);
  clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0% 100%);
}
@media (max-width: 1360px) {
  .factories2_control__title::before {
    top: 0;
  }
}
@media (max-width: 1024px) {
  .factories2_control__title::before {
    display: none;
  }
}
.factories2_control__subtitle {
  margin-top: 24px;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
}
@media (max-width: 1360px) {
  .factories2_control__subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .factories2_control__subtitle {
    font-size: 14px;
    line-height: 20px;
    margin-top: 16px;
  }
}
.factories2_control__subtitle strong {
  font-weight: 600;
}
.factories2_control__text {
  margin-top: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 1360px) {
  .factories2_control__text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  .factories2_control__text {
    font-size: 12px;
    line-height: 18px;
  }
}
.factories2_slider_section {
  padding-bottom: 112px;
}
@media (max-width: 1024px) {
  .factories2_slider_section {
    padding-bottom: 156px;
  }
}
@media (max-width: 768px) {
  .factories2_slider_section {
    padding-bottom: 100px;
  }
}
.factories2_wide {
  padding-bottom: 112px;
}
@media (max-width: 768px) {
  .factories2_wide {
    padding-bottom: 64px;
  }
}
.factories2_wide__content {
  display: flex;
}
@media (max-width: 1024px) {
  .factories2_wide__content {
    display: block;
  }
}
.factories2_wide__left {
  width: calc(50% - 12px);
  margin-right: 12px;
}
@media (max-width: 1360px) {
  .factories2_wide__left {
    width: calc(50% - 80px);
    margin-right: 80px;
  }
}
@media (max-width: 1280px) {
  .factories2_wide__left {
    width: calc(45% - 24px);
    margin-right: 24px;
  }
}
@media (max-width: 1024px) {
  .factories2_wide__left {
    width: 100%;
    margin-right: 0;
  }
}
.factories2_wide__right {
  width: 50%;
  padding-left: 140px;
}
@media (max-width: 1360px) {
  .factories2_wide__right {
    padding-left: 0;
  }
}
@media (max-width: 1280px) {
  .factories2_wide__right {
    width: 55%;
  }
}
@media (max-width: 1024px) {
  .factories2_wide__right {
    width: 100%;
    max-width: 520px;
    margin-top: 48px;
  }
}
@media (max-width: 768px) {
  .factories2_wide__right {
    margin-top: 40px;
    max-width: none;
  }
}
.factories2_wide__img {
  padding-top: 77.69%;
  position: relative;
  margin-top: 16px;
}
@media (max-width: 1024px) {
  .factories2_wide__img {
    margin-top: 0;
  }
}
.factories2_wide__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.factories2_wide__img::before {
  content: '';
  position: absolute;
  top: -16px;
  height: 32px;
  background: #004798;
  right: 16px;
  width: calc(100% + 140px - 16px);
  -webkit-clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0% 100%);
  clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0% 100%);
}
@media (max-width: 1360px) {
  .factories2_wide__img::before {
    right: 38px;
    z-index: 2;
    width: calc(100% - 76px);
  }
}
@media (max-width: 768px) {
  .factories2_wide__img::before {
    width: calc(100% - 96px);
    right: 48px;
  }
}
.factories2_wide__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  text-transform: uppercase;
  color: #000000;
}
@media (max-width: 1360px) {
  .factories2_wide__title {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 1024px) {
  .factories2_wide__title {
    max-width: 520px;
  }
}
@media (max-width: 768px) {
  .factories2_wide__title {
    max-width: none;
    font-size: 20px;
    line-height: 28px;
  }
}
.factories2_wide__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-top: 24px;
}
@media (max-width: 1360px) {
  .factories2_wide__text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  .factories2_wide__text {
    margin-top: 16px;
  }
}
.factories2_wide__text p {
  margin-bottom: 16px;
}
.factories2_wide__text p:last-child {
  margin-bottom: 0;
}
.pvl_buy {
  margin: 0 0 112px;
}
@media (max-width: 767px) {
  .pvl_buy {
    margin: 0 0 64px;
    overflow: hidden;
  }
}
.pvl_buy .pvl_buy__title {
  position: relative;
  margin-bottom: 62px;
  padding-left: 310px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: 40px;
  text-transform: uppercase;
  color: #080E1F;
}
.pvl_buy .pvl_buy__title::after {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  height: 32px;
  background: #004798;
  width: 288px;
  -webkit-clip-path: polygon(0 0, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
}
@media (max-width: 1279px) {
  .pvl_buy .pvl_buy__title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1023px) {
  .pvl_buy .pvl_buy__title {
    padding-left: 0;
    text-align: center;
  }
  .pvl_buy .pvl_buy__title::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .pvl_buy .pvl_buy__title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 16px;
  }
}
.pvl_buy .pvl_buy__slider {
  position: relative;
}
.pvl_buy .pvl_buy__slider .pvl_buy__next,
.pvl_buy .pvl_buy__slider .pvl_buy__prev {
  top: calc(50% - 24px);
}
.pvl_buy .pvl_buy__slider .pvl_buy__next {
  right: -24px;
}
@media (max-width: 767px) {
  .pvl_buy .pvl_buy__slider .pvl_buy__next {
    right: -12px;
  }
}
.pvl_buy .pvl_buy__slider .pvl_buy__prev {
  left: -24px;
}
@media (max-width: 767px) {
  .pvl_buy .pvl_buy__slider .pvl_buy__prev {
    left: -12px;
  }
}
@media (max-width: 767px) {
  .pvl_buy .pvl_buy__slider .swiper-buy {
    overflow: visible;
  }
}
.pvl_buy .pvl_buy__slider .swiper-buy .swiper-slide {
  height: auto;
}
@media (max-width: 1023px) {
  .pvl_buy .pvl_buy__slider .swiper-buy .swiper-slide {
    width: 300px;
  }
}
.pvl_buy .pvl_buy__slider .swiper-buy .thumb {
  position: relative;
  padding-top: 56.338%;
}
.pvl_buy .pvl_buy__slider .swiper-buy .thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.pvl_buy .pvl_buy__slider .swiper-buy .thumb .buy-title {
  position: absolute;
  top: 54px;
  left: 40px;
  width: 100%;
  font-family: 'Montserrat';
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #ffffff;
  z-index: 2;
}
@media (max-width: 1023px) {
  .pvl_buy .pvl_buy__slider .swiper-buy .thumb .buy-title {
    top: 15px;
    left: 28px;
    font-size: 14px;
    line-height: 20px;
  }
}
.pvl_buy .pvl_buy__slider .swiper-buy .thumb .buy-title.this--online_shop {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  text-transform: none;
}
@media (max-width: 1023px) {
  .pvl_buy .pvl_buy__slider .swiper-buy .thumb .buy-title.this--online_shop {
    font-size: 11px;
    line-height: 15px;
  }
}
.pvl_buy .pvl_buy__slider .swiper-buy .thumb .buy-title.this--online_shop .logo {
  width: 96px;
  height: 24px;
  position: relative;
  margin-bottom: 6px;
}
@media (max-width: 1023px) {
  .pvl_buy .pvl_buy__slider .swiper-buy .thumb .buy-title.this--online_shop .logo {
    width: 80px;
    height: 20px;
  }
}
.pvl_buy .pvl_buy__slider .swiper-buy .thumb .buy_link {
  position: absolute;
  left: 40px;
  bottom: 56px;
  display: flex;
  padding: 6px 15px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid #fff;
  transition: background 0.4s;
  z-index: 2;
}
@media (max-width: 1023px) {
  .pvl_buy .pvl_buy__slider .swiper-buy .thumb .buy_link {
    left: 28px;
    bottom: 15px;
  }
}
.pvl_buy .pvl_buy__slider .swiper-buy .thumb .buy_link svg {
  position: relative;
  top: 3px;
  stroke: #ffffff;
}
.pvl_buy .pvl_buy__slider .swiper-buy .thumb .buy_link:hover {
  color: #000;
  background-color: #fff;
}
.pvl_buy .pvl_buy__slider .swiper-buy .thumb .buy_link:hover svg {
  stroke: #000;
}
.inline_history__next,
.inline_history__prev,
.pvl_buy__next,
.pvl_buy__prev {
  position: absolute;
  top: 66px;
  z-index: 10;
}
.inline_history__next:after,
.inline_history__prev:after,
.pvl_buy__next:after,
.pvl_buy__prev:after {
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: swiper-icons;
  font-size: 44px;
  text-transform: none!important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  transform: translate(-50%, -50%);
}
.inline_history__next,
.pvl_buy__next {
  width: 48px;
  height: 48px;
  background: #E7332B;
  transition: background-color 0.3s;
}
@media (max-width: 1023px) {
  .inline_history__next,
  .pvl_buy__next {
    right: -42px;
  }
}
@media (max-width: 767px) {
  .inline_history__next,
  .pvl_buy__next {
    right: -24px;
  }
}
.inline_history__next::after,
.pvl_buy__next::after {
  content: 'next';
  font-size: 18px;
  color: white;
}
.inline_history__prev,
.pvl_buy__prev {
  width: 48px;
  height: 48px;
  background: #E7332B;
  transition: background-color 0.3s;
}
@media (max-width: 1023px) {
  .inline_history__prev,
  .pvl_buy__prev {
    left: -42px;
  }
}
@media (max-width: 767px) {
  .inline_history__prev,
  .pvl_buy__prev {
    left: -24px;
  }
}
.inline_history__prev::after,
.pvl_buy__prev::after {
  content: 'prev';
  font-size: 18px;
  color: white;
}
@media (min-width: 1024px) {
  .inline_history__next:hover,
  .inline_history__prev:hover,
  .pvl_buy__next:hover,
  .pvl_buy__prev:hover {
    background-color: #004798;
  }
}
.inline_history__next:active,
.inline_history__prev:active,
.pvl_buy__next:active,
.pvl_buy__prev:active {
  background-color: #003D83 !important;
}
.inline_history__next.swiper-button-disabled,
.inline_history__prev.swiper-button-disabled,
.pvl_buy__next.swiper-button-disabled,
.pvl_buy__prev.swiper-button-disabled {
  background-color: #C9CAC8;
  opacity: 1;
}

/*!************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/less-loader/dist/cjs.js!./src/components/duo_line/duo_line.less ***!
  \************************************************************************************************************************************************************/
.duo_line {
  display: flex;
  height: 42px;
}
@media (max-width: 1360px) {
  .duo_line {
    height: 36px;
  }
}
.duo_line__left {
  height: 100%;
  background: #004798;
  margin-right: 5px;
  width: calc((100vw - 1170px)/2 + 338px);
  clip-path: polygon(0 0, 100% 0%, calc(100% - 9px) 100%, 0% 100%);
}
@media (max-width: 1700px) {
  .duo_line__left {
    clip-path: polygon(0 0, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
  }
}
@media (max-width: 1500px) {
  .duo_line__left {
    width: calc((100vw - 1170px)/2 + 333px);
    clip-path: polygon(0 0, 100% 0%, calc(100% - 12px) 100%, 0% 100%);
  }
}
@media (max-width: 1360px) {
  .duo_line__left {
    width: calc((100vw - 1072px)/2 + 358px);
    clip-path: polygon(0 0, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
  }
}
@media (max-width: 1250px) {
  .duo_line__left {
    width: 411px;
  }
}
@media (max-width: 1024px) {
  .duo_line__left {
    width: 375px;
    clip-path: polygon(0 0, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
  }
}
@media (max-width: 768px) {
  .duo_line__left {
    width: 45%;
  }
}
.duo_line__right {
  height: 100%;
  background: #E7332B;
  flex: 1 1 auto;
  clip-path: polygon(10px 0%, 100% 0, 100% 100%, 0% 100%);
}
@media (max-width: 1700px) {
  .duo_line__right {
    clip-path: polygon(10px 0%, 100% 0, 100% 100%, 0% 100%);
  }
}
@media (max-width: 1500px) {
  .duo_line__right {
    clip-path: polygon(12px 0%, 100% 0, 100% 100%, 0% 100%);
  }
}
@media (max-width: 1360px) {
  .duo_line__right {
    clip-path: polygon(8px 0%, 100% 0, 100% 100%, 0% 100%);
  }
}
@media (max-width: 1024px) {
  .duo_line__right {
    clip-path: polygon(8px 0%, 100% 0, 100% 100%, 0% 100%);
  }
}

/*!****************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/less-loader/dist/cjs.js!./src/components/factories_slider/factories_slider.less ***!
  \****************************************************************************************************************************************************************************/
.factories_slider {
  overflow: hidden;
}
.factories_slider .swiper-notification {
  display: none;
}
.factories_slider__wr {
  position: relative;
}
.factories_slider__btn_prev.swiper-button-prev,
.factories_slider__btn_next.swiper-button-next {
  background: #E7332B;
  height: 48px;
  width: 48px;
  transition: background-color 0.3s;
}
@media (max-width: 768px) {
  .factories_slider__btn_prev.swiper-button-prev,
  .factories_slider__btn_next.swiper-button-next {
    display: none;
  }
}
.factories_slider__btn_prev.swiper-button-prev::after,
.factories_slider__btn_next.swiper-button-next::after {
  font-size: 18px;
  color: white;
}
@media (min-width: 1024px) {
  .factories_slider__btn_prev.swiper-button-prev:hover,
  .factories_slider__btn_next.swiper-button-next:hover {
    background-color: #004798;
  }
}
.factories_slider__btn_prev.swiper-button-prev:active,
.factories_slider__btn_next.swiper-button-next:active {
  background-color: #003D83 !important;
}
.factories_slider__btn_prev.swiper-button-prev.swiper-button-disabled,
.factories_slider__btn_next.swiper-button-next.swiper-button-disabled {
  background-color: #C9CAC8;
  opacity: 1;
}
.factories_slider__btn_prev.swiper-button-prev {
  left: -24px;
}
.factories_slider__btn_next.swiper-button-next {
  right: -24px;
}
.factories_slide__img {
  position: relative;
  padding-top: 76.19%;
}
.factories_slide__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.factories_slider__pagination.swiper-pagination-bullets {
  display: none;
}
@media (max-width: 1024px) {
  .factories_slider__pagination.swiper-pagination-bullets {
    display: block;
    position: absolute;
    bottom: -48px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .factories_slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    background: url("/local/templates/teboil/css/./img/pagination.svg") no-repeat top center;
    width: 16px;
    height: 12px;
    border-radius: 0;
    opacity: 1;
    cursor: pointer;
  }
  .factories_slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: url("/local/templates/teboil/css/./img/pagination-active.svg") no-repeat top center;
    width: 16px;
    height: 12px;
  }
}
@media (max-width: 768px) {
  .factories_slider__pagination.swiper-pagination-bullets {
    bottom: -36px;
  }
}

/*!********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/less-loader/dist/cjs.js!./src/components/footer/footer.less ***!
  \********************************************************************************************************************************************************/
.footer__top {
  position: relative;
  height: 68px;
}
.footer__top .duo_line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer__top .duo_line__left {
  clip-path: polygon(0 0, 100% 0%, calc(100% - 16px) 100%, 0% 100%);
}
.footer__top .duo_line__right {
  clip-path: polygon(16px 0%, 100% 0, 100% 100%, 0% 100%);
}
.footer__top .container {
  display: flex;
  height: 100%;
  justify-content: end;
  align-items: center;
}
.footer__bottom {
  padding: 20px 0;
}
.footer__bottom_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__links {
  display: flex;
}
.footer__link.this--contacts {
  padding-left: 32px;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  padding-right: 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_5021_25630)'%3E%3Cpath d='M6.25791 0.843762C6.3376 0.970325 13.9173 7.86095 14.0626 7.93126C14.2642 8.03439 14.5548 8.03439 14.7517 7.93126C14.8313 7.88907 16.5517 6.3422 18.5673 4.50001C20.5829 2.65782 22.322 1.06876 22.4251 0.975013L22.6173 0.801575L14.4235 0.796888C8.8876 0.796888 6.23916 0.81095 6.25791 0.843762Z' fill='%23004798'/%3E%3Cpath d='M5.60625 1.38282C5.59219 1.42501 5.57812 2.58282 5.57812 3.95157V6.44063L6.48281 7.35469C7.29375 8.17501 7.40156 8.30157 7.49531 8.55001C7.59844 8.83126 7.63125 9.19688 7.57031 9.47344C7.50469 9.77813 7.34063 10.0125 6.82031 10.5516C6.16875 11.2219 6.13125 11.3156 6.29063 11.9672C6.34688 12.1922 6.40781 12.3703 6.42656 12.3656C6.44531 12.3563 7.72969 11.1938 9.27656 9.77813C11.9625 7.32657 12.0938 7.20001 12.0141 7.12501C11.925 7.03594 5.90156 1.5422 5.7375 1.39688C5.64844 1.31719 5.63438 1.31719 5.60625 1.38282Z' fill='%23004798'/%3E%3Cpath d='M19.9453 4.2375C18.1922 5.84062 16.7578 7.17656 16.7578 7.20469C16.7578 7.25625 23.1094 13.0781 23.1703 13.0781C23.1891 13.0781 23.2031 10.4297 23.2031 7.19531C23.2031 3.96094 23.1891 1.3125 23.1703 1.3125C23.1469 1.31719 21.6984 2.62969 19.9453 4.2375Z' fill='%23004798'/%3E%3Cpath d='M2.97697 5.65312C2.78009 5.75624 1.52853 7.0078 1.35509 7.2703C1.18634 7.53749 0.956654 8.14687 0.862904 8.59687C0.295716 11.2828 1.98322 14.9062 5.42853 18.3891C8.59728 21.5906 12.0192 23.3953 14.6207 23.2359C15.3567 23.1891 16.1395 22.9828 16.641 22.7016C16.9129 22.5469 18.216 21.2672 18.3332 21.0375C18.441 20.8266 18.4457 20.5875 18.352 20.3531C18.2629 20.1469 15.6567 17.5031 15.3332 17.2922C15.0895 17.1328 14.7613 17.1094 14.5176 17.2312C14.4332 17.2734 14.1426 17.5266 13.8707 17.7937C13.3457 18.3094 13.1395 18.4359 12.6895 18.5203C12.0379 18.6375 10.716 18.1312 9.59103 17.325C7.85197 16.0781 6.34728 14.2781 5.74728 12.7266C5.5129 12.1172 5.42384 11.6344 5.48009 11.3109C5.56447 10.8609 5.69103 10.6594 6.23478 10.1016C6.51603 9.81562 6.76915 9.5203 6.79728 9.44999C6.85822 9.28593 6.85822 8.94843 6.79259 8.77968C6.72228 8.58749 3.90978 5.78436 3.6754 5.67187C3.4504 5.55937 3.16915 5.55468 2.97697 5.65312Z' fill='%23004798'/%3E%3Cpath d='M9.78789 10.3031C8.2457 11.7141 6.9332 12.9234 6.86289 12.9937L6.73633 13.1156L6.88633 13.3781L7.03633 13.6406H14.7566C19.0035 13.6406 22.5004 13.6219 22.5285 13.6031C22.566 13.5844 21.3707 12.4641 19.402 10.6641C17.6488 9.06562 16.1957 7.75312 16.1723 7.74375C16.1441 7.73438 15.9426 7.89844 15.7176 8.10469C15.1551 8.625 14.9066 8.74219 14.391 8.74219C13.8848 8.74219 13.6691 8.63437 13.0926 8.10938C12.8629 7.90312 12.6613 7.73906 12.6332 7.73906C12.6098 7.73906 11.3254 8.89687 9.78789 10.3031Z' fill='%23004798'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_5021_25630'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") top left / 24px 24px no-repeat;
}
@media (max-width: 500px) {
  .footer__link.this--contacts {
    padding-right: 8px;
  }
}
.footer__link.this--vk {
  width: 24px;
  height: 24px;
  margin-left: 20px;
  position: relative;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.54648 2.54648C1 4.09295 1 6.58195 1 11.56V12.44C1 17.4181 1 19.907 2.54648 21.4535C4.09295 23 6.58195 23 11.56 23H12.44C17.4181 23 19.907 23 21.4535 21.4535C23 19.907 23 17.4181 23 12.44V11.56C23 6.58195 23 4.09295 21.4535 2.54648C19.907 1 17.4181 1 12.44 1H11.56C6.58195 1 4.09295 1 2.54648 2.54648ZM4.71277 7.69166C4.83194 13.4117 7.69189 16.8492 12.7061 16.8492H12.9903V13.5767C14.8328 13.76 16.226 15.1075 16.7852 16.8492H19.3886C18.6736 14.2458 16.7943 12.8067 15.621 12.2567C16.7943 11.5783 18.4443 9.92832 18.8385 7.69166H16.4735C15.9601 9.50665 14.4386 11.1567 12.9903 11.3125V7.69166H10.6252V14.035C9.15856 13.6683 7.30694 11.89 7.22444 7.69166H4.71277Z' fill='%23004798'/%3E%3C/svg%3E%0A") top left / 24px 24px no-repeat;
}
@media (max-width: 500px) {
  .footer__link.this--vk {
    margin-left: 8px;
  }
}
.footer__copyright {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  color: #000000;
}
@media (max-width: 500px) {
  .footer__copyright span {
    display: none;
  }
}
.vk_body {
  position: absolute;
  bottom: 30px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.vk_body.show {
  opacity: 1;
  visibility: visible;
}

/*!****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/less-loader/dist/cjs.js!./src/components/shopWidget/shopWidget.less ***!
  \****************************************************************************************************************************************************************/
.shop_widget {
  position: fixed;
  right: 50px;
  bottom: 132px;
  z-index: 9999;
}
.shop_widget__link {
  width: 64px;
  height: 64px;
  display: block;
  border-radius: 50px;
  background: rgba(0, 71, 152, 0.6);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.3);
  position: relative;
}
.shop_widget__link::before {
  position: absolute;
  top: 4px;
  left: 4px;
  content: '';
  width: 56px;
  height: 56px;
  background: url("data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_2_27' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='56' height='56'%3E%3Crect width='56' height='56' rx='28' fill='%23004798'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2_27)'%3E%3Crect width='56' height='56' rx='28' fill='%23004798'/%3E%3Crect opacity='0.15' x='8' y='8' width='40' height='40' rx='20' fill='url(%23paint0_radial_2_27)'/%3E%3C/g%3E%3Cg opacity='0.9' clip-path='url(%23clip0_2_27)'%3E%3Cpath d='M14.2857 17.466V18.3292L16.3779 18.3394L18.4701 18.3546L20.542 26.632C21.6795 31.182 22.6138 34.9398 22.6138 34.9703C22.6138 35.0058 22.5732 35.0363 22.5275 35.0363C22.4818 35.0363 22.2685 35.1226 22.0603 35.2242C21.3545 35.5746 20.7603 36.316 20.5877 37.0675C20.5115 37.4078 20.5217 38.1238 20.608 38.4589C20.933 39.698 22.0806 40.5714 23.3756 40.5714C23.7666 40.5714 24.3912 40.4039 24.7416 40.2058C25.1072 39.9976 25.5947 39.5101 25.8029 39.1445C26.006 38.7839 26.1685 38.1644 26.1685 37.7581C26.1685 37.4636 26.0771 36.9456 25.9908 36.7476C25.9552 36.6664 26.1177 36.6613 29.0275 36.6613H32.0998L32.0185 36.8796C31.917 37.164 31.8814 37.9917 31.9576 38.3574C32.0592 38.8601 32.3689 39.3984 32.7701 39.7742C33.867 40.8101 35.5072 40.8355 36.6193 39.8351C37.7771 38.7941 37.8482 36.905 36.7716 35.8031C36.4111 35.4324 36.1115 35.2445 35.6443 35.0769L35.233 34.9347H29.8248H24.4166L24.1424 33.8277C23.99 33.2234 23.858 32.6851 23.8427 32.6394C23.8224 32.5531 24.1779 32.548 30.5916 32.5378L37.3607 32.5226L38.8232 26.6828C39.6256 23.4683 40.2857 20.8124 40.2857 20.7769C40.2857 20.7312 38.3103 20.716 30.5713 20.716H20.8619L20.349 18.6695L19.8412 16.6281L17.0634 16.6128L14.2857 16.6027V17.466ZM24.2134 22.605C24.249 22.8132 24.5943 25.6113 24.5943 25.6874C24.5943 25.7281 24.2338 25.7433 23.3552 25.7433H22.1162L21.7302 24.1792C21.517 23.321 21.3291 22.5796 21.3138 22.5289C21.2884 22.4476 21.3799 22.4425 22.7357 22.4425H24.183L24.2134 22.605ZM28.8599 24.0929V25.7433H27.6158H26.3767L26.3463 25.5757C26.3107 25.3726 25.9654 22.5746 25.9654 22.4984C25.9654 22.4578 26.3818 22.4425 27.4127 22.4425H28.8599V24.0929ZM33.2576 24.0929L33.0545 25.7433H31.8205H30.5865V24.0929V22.4425H32.0236H33.4607L33.2576 24.0929ZM38.0513 22.5035C38.0513 22.539 37.8685 23.2753 37.6552 24.1437L37.2591 25.7179L36.0252 25.7331C34.8674 25.7433 34.7963 25.7382 34.8166 25.657C34.8318 25.6062 34.9283 24.8648 35.0349 24.0015L35.2228 22.4425H36.6396C37.7365 22.4425 38.0513 22.4578 38.0513 22.5035ZM25.0209 29.0796C25.1275 29.9429 25.224 30.6843 25.2392 30.73C25.2595 30.8164 25.1935 30.8214 24.3252 30.8214H23.3857L22.9998 29.2574C22.7865 28.3992 22.5986 27.6578 22.5834 27.607C22.558 27.5257 22.6342 27.5206 23.6955 27.5206H24.833L25.0209 29.0796ZM28.8599 29.171V30.8214H27.9306H26.9963L26.8084 29.2574C26.7017 28.3992 26.6052 27.6578 26.59 27.607C26.5697 27.5257 26.6459 27.5206 27.7123 27.5206H28.8599V29.171ZM32.8209 27.5511C32.8209 27.6019 32.4654 30.4253 32.4349 30.6285L32.4045 30.8214H31.4955H30.5865V29.171V27.5206H31.7037C32.3181 27.5206 32.8209 27.5359 32.8209 27.5511ZM36.7818 27.5816C36.7818 27.6171 36.599 28.3535 36.3857 29.2218L35.9896 30.796L35.0908 30.8113C34.4408 30.8214 34.192 30.8062 34.192 30.7656C34.192 30.6894 34.5373 27.8964 34.5728 27.6831L34.6033 27.5206H35.69C36.533 27.5206 36.7818 27.5359 36.7818 27.5816ZM23.7209 36.7374C24.1627 36.9253 24.4877 37.4535 24.4115 37.88C24.2541 38.7433 23.3095 39.1089 22.6595 38.5503C22.2634 38.2101 22.1619 37.7581 22.3802 37.291C22.6189 36.773 23.2131 36.5292 23.7209 36.7374ZM35.0959 36.7374C35.3955 36.8644 35.6595 37.1539 35.7459 37.4636C35.9744 38.2406 35.2482 38.982 34.456 38.7839C34.1412 38.7027 33.7654 38.3421 33.6841 38.0324C33.4607 37.1996 34.3138 36.4175 35.0959 36.7374Z' fill='white'/%3E%3Cpath d='M18.9344 29.8387L19.5825 33.0055L16.4156 33.6536' stroke='white' stroke-width='1.6' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M15.6769 24.4013L13.9138 27.0717C13.6466 27.4765 13.5511 27.9707 13.6483 28.4459C13.7456 28.921 14.0276 29.338 14.4323 29.6052L19.0102 32.6277' stroke='white' stroke-width='1.6' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_2_27' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(28 28) rotate(90) scale(20)'%3E%3Cstop offset='0.364583' stop-color='white'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/radialGradient%3E%3CclipPath id='clip0_2_27'%3E%3Crect width='32' height='32' fill='white' transform='translate(12 12)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") center / 100% 100% no-repeat;
}
@media (min-width: 1024px) {
  .shop_widget__link:hover + .shop_widget__tooltip {
    opacity: 1;
    visibility: visible;
  }
}
.shop_widget__tooltip {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(100% + 26px);
  color: #FFF;
  padding: 5px 8px;
  white-space: nowrap;
  border-radius: 4px;
  background: #004798;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.shop_widget__tooltip::after {
  top: 50%;
  position: absolute;
  content: '';
  border: 5px solid transparent;
  border-left-color: #004798;
  margin-top: -5px;
  right: -10px;
}

/*!********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/less-loader/dist/cjs.js!./src/components/cookie/cookie.less ***!
  \********************************************************************************************************************************************************/
.cookie {
  position: fixed;
  bottom: 20px;
  left: 10px;
  right: 10px;
  transform: translateY(10000px);
  transition: transform 3s;
  font-family: 'Montserrat', sans-serif;
}
@media (max-width: 767px) {
  .cookie {
    bottom: 10px;
  }
}
.cookie.visible {
  z-index: 101;
  transform: translateY(0);
}
.cookie__wrap {
  margin: 0 auto;
  max-width: 856px;
  width: 100%;
  padding: 12px 20px;
  border: 1px solid #e5e5e9;
  background: #fbfbfb;
}
@media (max-width: 767px) {
  .cookie__wrap {
    padding: 8px;
  }
}
.cookie__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -20px;
}
@media (max-width: 1023px) {
  .cookie__box {
    margin: 0 -10px;
  }
}
@media (max-width: 767px) {
  .cookie__box {
    flex-flow: column;
    align-items: start;
  }
}
.cookie__text {
  padding: 0 20px;
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  color: #1f1919;
}
@media (max-width: 1023px) {
  .cookie__text {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .cookie__text {
    font-size: 12px;
    line-height: 130%;
  }
}
.cookie__text a {
  color: #ee1732;
  transition: color 0.3s;
}
.cookie__text a:hover {
  color: #d6152d;
}
.cookie__btn_wrap {
  padding: 0 20px;
}
@media (max-width: 1023px) {
  .cookie__btn_wrap {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .cookie__btn_wrap {
    margin-top: 12px;
  }
}
.cookie__btn {
  cursor: pointer;
  padding: 11px 20px;
  border-radius: 2px;
  background: #ee1732;
  border: 0;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: opacity 0.3s ease, color 0.3s ease, background 0.3s ease, border 0.3s ease, box-shadow 0.3s ease;
}
@media (max-width: 767px) {
  .cookie__btn {
    font-size: 14px;
    line-height: 130%;
    padding: 6px;
    width: 93px;
    min-height: 34px;
  }
}


/*# sourceMappingURL=factories2.css.map*/
/* End */
/* /local/templates/teboil/css/factories2.css?1752059174200920 */
