:root {
  --font-size: 1.6rem;
  --line-heigt: calc(20.8 / 16);
  --grid-gutter: 2.4rem;
  --grid-gutter-unitless: 2.4;
  --row-main-gutter: calc(var(--grid-gutter) / 2);
  --row-main-gutter-unitless: calc(var(--grid-gutter-unitless) / 2);
  --row-main-width: calc(141.6rem + 2 * var(--row-main-gutter));
  --row-main-width-unitless: calc(141.6 + 2 * var(--row-main-gutter-unitless));
  --header-height: 7.2rem;
}
@media (min-width: 30rem) {
  :root {
    --row-main-gutter: var(--grid-gutter);
    --row-main-gutter-unitless: var(--grid-gutter-unitless);
  }
}
@media (min-width: 62.5rem) {
  :root {
    --font-size: 2.4rem;
    --line-heigt: calc(30 / 24);
  }
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
a {
  background-color: rgba(0, 0, 0, 0);
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
}
button,
input {
  overflow: visible;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
legend {
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
:root {
  accent-color: #000;
}
:focus {
  outline: 0.2rem solid #7a736c;
  outline-offset: 0;
}
input:focus,
textarea:focus,
select:focus {
  outline-offset: -0.2rem;
}
@supports selector(:focus-visible) {
  :focus {
    outline: none;
  }
  :focus-visible {
    outline: 0.2rem solid #7a736c;
    outline-offset: 0;
  }
  input:focus-visible,
  textarea:focus-visible,
  select:focus-visible {
    outline-offset: -0.2rem;
  }
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
img,
iframe,
object,
embed,
svg {
  vertical-align: middle;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
figure {
  margin: 0;
}
[disabled] {
  cursor: default;
}
.as-link {
  display: inline;
  padding: 0;
  border: 0;
  background: none;
  font-size: inherit;
  line-height: inherit;
  text-align: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.m-lang__list,
.m-submenu__list,
.m-main__list,
.f-suggest__last-searches,
.f-filter__list,
.c-positions__list,
.b-search-results__tabs,
.b-tooltip__list,
.b-configurator__list,
.b-sections__list,
.b-annot-reference__params,
.b-filters__list,
.b-links__list,
.b-benefits__list,
.b-social__list,
.b-suggest__ul,
.b-suggest__tags,
.grid {
  margin: 0;
}
.tracy-row li,
.m-lang__item,
.m-submenu__item,
.m-main__item,
.f-suggest__last-searches li,
.f-filter__item,
.c-positions__item,
.b-search-results__tabs li,
.b-tooltip__list li,
.b-configurator__item,
.b-sections__item,
.b-annot-reference__params li,
.b-product__tags li,
.b-filters__item,
.b-links__item,
.b-benefits__item,
.b-social__item,
.b-suggest__tag,
.b-suggest__li,
.grid__cell {
  margin: 0;
  padding: 0;
  background: none;
}
.grid {
  counter-reset: none;
}
.b-suggest__li,
.grid__cell {
  position: static;
}
.b-suggest__li::before,
.grid__cell::before {
  content: normal;
  counter-increment: none;
  position: static;
  top: auto;
  left: auto;
}
.grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0px !important;
}
.grid__cell {
  flex: 0 0 auto;
  width: 100%;
}
.c-references .grid{gap: 0px !important;}
.c-references .c-references__item {padding:12px !important}
.grid--scroll {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  overflow-x: auto;
}
.js .grid--scroll {
  overflow-x: hidden;
}
.grid--scroll .grid__cell {
  flex-shrink: 0;
}
.b-about-content__author,
.b-file-inline__size,
.b-quote__author,
.decor,
.inp-label {
  font-family: "MatterSQMono", "MatterSQ", -apple-system, blinkmacsystemfont,
    "Segoe UI", roboto, helvetica, arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.125;
}
html {
  color: #000;
  font-size: 62.5%;
}
body {
  font-family: "MatterSQ", -apple-system, blinkmacsystemfont, "Segoe UI", roboto,
    helvetica, arial, sans-serif;
  font-size: var(--font-size);
  line-height: var(--line-heigt);
}
.h0,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 1.5em 0 0.8em;
  font-weight: 400;
  line-height: 1.1;
}
.b-search-results__inp,
.h0 {
  font-size: 4.4rem;
  letter-spacing: -0.01em;
}
@media (min-width: 62.5rem) {
  .b-search-results__inp,
  .h0 {
    font-size: 8rem;
  }
}
h1,
.h1 {
  font-size: 3.2rem;
  letter-spacing: -0.01em;
}
@media (min-width: 62.5rem) {
  h1,
  .h1 {
    font-size: 4.4rem;
  }
}
.b-about-content--quote .b-about-content__annot,
h2,
.h2 {
  font-size: 2.4rem;
  letter-spacing: -0.01em;
}
@media (min-width: 62.5rem) {
  .b-about-content--quote .b-about-content__annot,
  h2,
  .h2 {
    font-size: 3.2rem;
  }
}
h3,
.h3 {
  font-size: 1.8rem;
  line-height: 1.25;
}
@media (min-width: 62.5rem) {
  h3,
  .h3 {
    font-size: 2.4rem;
  }
}
h4,
.h4 {
  font-size: 1.8rem;
}
h5,
.h5 {
  font-size: 1.4rem;
}
h6,
.h6 {
  font-size: 1.2rem;
}
p {
  margin: 0 0 1.25em;
}
hr {
  height: 0.1rem;
  margin: 0 0 1.25em;
  border: solid #000;
  border-width: 0.1rem 0 0;
  overflow: hidden;
}
blockquote {
  margin: 0 0 1.25em;
  padding: 0;
  font-style: italic;
}
blockquote p {
  margin-bottom: 0;
}
a,
.as-link {
  color: #000;
  text-decoration: underline;
  transition: color 0.3s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:focus-visible,
.as-link:focus-visible {
  outline: none;
}
.hoverevents a:hover,
.hoverevents .link-mask:hover .as-link {
  color: #7a736c;
}
.as-link {
  cursor: pointer;
}
ul,
ol,
dl {
  margin: 0 0 0.3rem;
  padding: 0;
  list-style: none;
}
li {
  margin: 0;
  padding: 0 0 0 3.5rem;
}
ul li {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20style%3D%22enable-background%3Anew%200%200%2010%2010%22%20viewBox%3D%220%200%2010%2010%22%3E%3Ccircle%20cx%3D%225%22%20cy%3D%225%22%20r%3D%225%22%2F%3E%3C%2Fsvg%3E");
  background-position: 0.8rem 0.5em;
  background-repeat: no-repeat;
  background-size: 0.9rem 0.9rem;
}
ol {
  counter-reset: item;
}
ol li {
  position: relative;
}
ol li::before {
  content: counter(item) ".";
  counter-increment: item;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 62.5rem) {
  ol li::before {
    top: 0.12em;
  }
}
ol ol li::before {
  content: counter(item, lower-alpha) ".";
}
dt {
  margin: 0;
  font-weight: bold;
}
dd {
  margin: 0 0 0.625em;
  padding: 0;
}
table {
  --table-x-padding: 2rem;
  --table-y-padding: 1.5rem;
  clear: both;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  width: 100%;
  margin: 0 0 1.25em;
}
caption {
  padding: 0 0 1rem;
  font-weight: bold;
  text-align: left;
  caption-side: top;
}
td,
th {
  vertical-align: top;
  padding: var(--table-y-padding) var(--table-x-padding);
  border: none;
}
th {
  font-weight: bold;
  text-align: left;
}
tbody tr {
  border: 0.1rem solid #000;
  border-width: 0.1rem 0;
}
figure {
  margin-bottom: 1.25em;
}
figcaption {
  margin-top: 0.5em;
}
img {
  max-width: 100%;
  height: auto;
}
.icon-svg {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 2.4rem;
}
.icon-svg__svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: currentColor;
  pointer-events: none;
  transform: translateZ(0);
}
.icon-svg::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.icon-svg--3d {
  width: 2.5rem;
}
.icon-svg--ar_core {
  width: 216.3rem;
}
.icon-svg--arrow-down {
  width: 1.6rem;
}
.icon-svg--arrow-left {
  width: 1.6rem;
}
.icon-svg--arrow-right {
  width: 1.6rem;
}
.icon-svg--arrow-up {
  width: 1.6rem;
}
.icon-svg--arrows-change {
  width: 2.6rem;
}
.icon-svg--calendar {
  width: 8.6rem;
}
.icon-svg--cart {
  width: 1.8rem;
}
.icon-svg--check-rounded {
  width: 10rem;
}
.icon-svg--check {
  width: 10rem;
}
.icon-svg--chevron-left {
  width: 1.8rem;
}
.icon-svg--chevron-right {
  width: 1.8rem;
}
.icon-svg--download {
  width: 2.6rem;
}
.icon-svg--fb {
  width: 3rem;
}
.icon-svg--google-play {
  width: 100rem;
}
.icon-svg--info {
  width: 1.8rem;
}
.icon-svg--insta {
  width: 3rem;
}
.icon-svg--leaf {
  width: 8.1rem;
}
.icon-svg--loader {
  width: 5.3rem;
}
.icon-svg--lock {
  width: 2.6rem;
}
.icon-svg--not-found {
  width: 8.22rem;
}
.icon-svg--picture {
  width: 2.5rem;
}
.icon-svg--play {
  width: 44.8rem;
}
.icon-svg--ruler {
  width: 2.6rem;
}
.icon-svg--search {
  width: 2.5rem;
}
.icon-svg--suitcase {
  width: 9.6rem;
}
.icon-svg--tools-sm {
  width: 10rem;
}
.icon-svg--tools {
  width: 8.5rem;
}
.icon-svg--user {
  width: 2.2rem;
}
.icon-svg--warning-triangle {
  width: 1.9rem;
}
.icon-svg--x {
  width: 3rem;
}
.icon-svg--ar::before {
  padding-top: 104.1666666667%;
}
.icon-svg--ar_core::before {
  padding-top: 115.5802126676%;
}
.icon-svg--arrows-change::before {
  padding-top: 61.5384615385%;
}
.icon-svg--calendar::before {
  padding-top: 98.8372093023%;
}
.icon-svg--check-rounded::before {
  padding-top: 68%;
}
.icon-svg--check::before {
  padding-top: 80%;
}
.icon-svg--chevron-left::before {
  padding-top: 138.8888888889%;
}
.icon-svg--chevron-right::before {
  padding-top: 138.8888888889%;
}
.icon-svg--download::before {
  padding-top: 96.1538461538%;
}
.icon-svg--fullscreen-close::before {
  padding-top: 104.1666666667%;
}
.icon-svg--fullscreen::before {
  padding-top: 104.1666666667%;
}
.icon-svg--google-play::before {
  padding-top: 111.8%;
}
.icon-svg--info::before {
  padding-top: 105.5555555556%;
}
.icon-svg--leaf::before {
  padding-top: 104.9382716049%;
}
.icon-svg--loader::before {
  padding-top: 94.3396226415%;
}
.icon-svg--minus::before {
  padding-top: 104.1666666667%;
}
.icon-svg--play::before {
  padding-top: 114.2857142857%;
}
.icon-svg--plus-circle::before {
  padding-top: 104.1666666667%;
}
.icon-svg--rotate::before {
  padding-top: 104.1666666667%;
}
.icon-svg--ruler::before {
  padding-top: 96.1538461538%;
}
.icon-svg--suitcase::before {
  padding-top: 76.0416666667%;
}
.icon-svg--tools-sm::before {
  padding-top: 96%;
}
.icon-svg--tools::before {
  padding-top: 95.2941176471%;
}
.icon-svg--warning-triangle::before {
  padding-top: 94.7368421053%;
}
.btn {
  --bd-color: #000000;
  --hover-bd-color: #000000;
  --text-color: #ffffff;
  --hover-text-color: #000000;
  --bg-color: #000000;
  --hover-bg-color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  border: 0;
  background: none;
  outline: none;
  text-decoration: none;
  cursor: pointer;
}
.btn__text {
  position: relative;
  display: flex;
  justify-content: center;
  min-height: 3.6rem;
  padding: 0.5rem 1.6rem 0.7rem;
  border: 0.1rem solid var(--bd-color);
  border-radius: 2.8rem;
  background-color: var(--bg-color);
  color: var(--text-color);
  font-family: "MatterSQMono", "MatterSQ", -apple-system, blinkmacsystemfont,
    "Segoe UI", roboto, helvetica, arial, sans-serif;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  gap: 5px;
  align-content: center;
  align-items: center;
}
.btn__text .item-icon {
  --spacing: 1rem;
  --icon-size: 1rem;
}
.btn--secondary {
  --bg-color: #ffffff;
  --text-color: #000000;
  --hover-bg-color: #000000;
  --hover-text-color: #ffffff;
}
.btn--gray {
  --text-color: #000000;
  --hover-text-color: #000000;
  --bd-color: transparent;
  --hover-bd-color: #000000;
  --bg-color: rgba(239, 239, 239, 0.9);
  --hover-bg-color: #ffffff;
}
.btn--white {
  --text-color: #000000;
  --hover-text-color: #000000;
  --bd-color: transparent;
  --hover-bd-color: #000000;
  --bg-color: #ffffff;
  --hover-bg-color: #ffffff;
}
.btn--transparent .btn__text {
  mix-blend-mode: multiply;
}
.btn--sm .btn__text {
  min-height: 2.6rem;
  /*padding: 0 1.6rem 0.4rem;*/
  border-radius: 1.6rem;
  font-size: 1.6rem;
}
.btn--sm .btn__text .item-icon {
  --spacing: 0.4rem;
}
.btn--full {
  display: block;
  width: 100%;
}
.btn--loader .btn__text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.8rem;
  height: 1.8rem;
  margin: -0.9rem 0 0 -0.9rem;
  border: 0.2rem solid var(--text-color);
  border-radius: 50%;
  border-top-color: rgba(0, 0, 0, 0);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
}
.btn:disabled,
.btn.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.btn:focus-visible .btn__text {
  outline: 0.2rem solid #7a736c;
}
.is-loading .btn--loader,
.is-loading ~ .btn--loader,
.btn--loader.is-loading {
  position: relative;
  pointer-events: none;
}
.is-loading .btn--loader .btn__text,
.is-loading .btn--loader .btn__text .icon-svg,
.is-loading ~ .btn--loader .btn__text,
.is-loading ~ .btn--loader .btn__text .icon-svg,
.btn--loader.is-loading .btn__text,
.btn--loader.is-loading .btn__text .icon-svg {
  color: rgba(0, 0, 0, 0);
}
.is-loading .btn--loader .btn__text::before,
.is-loading ~ .btn--loader .btn__text::before,
.btn--loader.is-loading .btn__text::before {
  visibility: visible;
  opacity: 1;
  animation: animation-rotate 0.8s infinite linear;
}
.hoverevents .btn:hover .btn__text {
  border-color: var(--hover-bd-color);
  background-color: var(--hover-bg-color);
  color: var(--hover-text-color);
}
@media (max-width: 62.499rem) {
  .btn__text--desktop {
    display: none;
  }
}
@media (min-width: 46.875rem) {
  .btn--primary\@md {
    --text-color: #ffffff;
    --bg-color: #000000;
    --hover-text-color: #000000;
    --hover-bg-color: #ffffff;
  }
  .btn--secondary\@md {
    --bg-color: #ffffff;
    --text-color: #000000;
    --hover-bg-color: #000000;
    --hover-text-color: #ffffff;
  }
  .btn--md .btn__text,
  .btn--lg .btn__text {
    min-height: 5rem;
    padding: 1rem 1.4rem 1.2rem;
    font-size: 1.6rem;
  }
  .btn--md .btn__text .item-icon,
  .btn--lg .btn__text .item-icon {
    --spacing: 1rem;
    --icon-size: 1.8rem;
  }
}
@media (min-width: 62.5rem) {
  .btn__text--mobile {
    display: none;
  }
  .btn--lg .btn__text {
    min-width: 20rem;
    min-height: 7.2rem;
    padding: 1.9rem 4.2rem 2.1rem;
    border-radius: 3.6rem;
    font-size: 2.4rem;
  }
  .btn--lg .btn__text .item-icon {
    --spacing: 1.5rem;
    --icon-size: 2rem;
  }
}
.inp-count {
  position: relative;
}
.inp-count .inp-text {
  padding-right: 4.7rem;
  padding-left: 4.7rem;
  text-align: center;
}
.inp-count__tool {
  position: absolute;
  top: 0.1rem;
  bottom: 0.1rem;
  width: 3.6rem;
  background: rgba(217, 217, 217, 0.65);
  transition: background 0.3s;
}
.inp-count__tool::before,
.inp-count__tool::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  left: 1rem;
  height: 0.2rem;
  margin-top: -0.1rem;
  background: #000;
}
.inp-count__tool.is-disabled {
  cursor: default;
}
.inp-count__tool.is-disabled::before,
.inp-count__tool.is-disabled::after {
  opacity: 0.25;
}
.inp-count__tool--minus {
  left: 0.1rem;
  border-right: 0.1rem solid #000;
}
.inp-count__tool--plus {
  right: 0.1rem;
  border-left: 0.1rem solid #000;
}
.inp-count__tool--plus::after {
  transform: rotate(90deg);
}
.no-touchevents .inp-count__tool:not(.is-disabled):hover {
  background: #fff;
}
.inp-text,
.inp-select {
  display: block;
  width: 100%;
  min-height: 4.8rem;
  padding: 1rem 1.4rem;
  border: 0.1rem solid #000;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0);
  color: #000;
  font-size: 1.6rem;
  line-height: 1.125;
  transition: background-color 0.3s, border-color 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.inp-text:-webkit-autofill,
.inp-select:-webkit-autofill {
  -webkit-background-clip: text;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.inp-text:-internal-autofill-selected,
.inp-select:-internal-autofill-selected {
  -webkit-text-fill-color: #000;
}
.inp-text:disabled,
.inp-select:disabled {
  background-color: rgba(217, 217, 217, 0.65);
}
.inp-text:focus,
.inp-select:focus {
  border-color: #000;
}
.has-error .inp-text,
.has-error .inp-select {
  border-color: #b03a17;
}
.inp-fix {
  position: relative;
  display: block;
}
.inp-fix__icon {
  position: absolute;
  top: 50%;
  left: 1.6rem;
  width: 2.4rem;
  transform: translateY(-50%);
  pointer-events: none;
}
.inp-fix__btn {
  position: absolute;
  top: 50%;
  right: 1.6rem;
  font-size: 0;
  transform: translateY(-50%);
}
.inp-fix__btn .icon-svg {
  width: 2.4rem;
}
.inp-fix--icon .inp-text {
  padding-left: 4.8rem;
}
.inp-fix--btn .inp-text {
  padding-right: 4.8rem;
}
.inp-fix--suffix .inp-text {
  padding-right: 4rem;
  text-align: right;
}
.inp-fix--suffix .inp-fix__suffix {
  position: absolute;
  top: 50%;
  right: 1.4rem;
  font-size: 1.6rem;
  transform: translateY(-50%);
}
.has-error .inp-fix {
  color: #b03a17;
}
.has-warning .inp-fix {
  color: #d6b897;
}
.has-ok .inp-fix {
  color: #5f856b;
}
.inp-icon .icon-svg {
  display: block;
  width: 1.6rem;
}
.inp-icon .inp-text,
.inp-icon .inp-select {
  padding-left: 4.6rem;
}
.inp-icon__icon {
  position: absolute;
  top: 50%;
  left: 1.5rem;
  font-size: 0;
  transform: translateY(-50%);
}
.inp-icon__icon:not(button) {
  pointer-events: none;
}
.inp-icon--after .inp-text,
.inp-icon--after .inp-select {
  padding-right: 4.6rem;
  padding-left: 1.5rem;
}
.inp-icon--after .inp-icon__icon {
  right: 1.5rem;
  left: auto;
}
.inp-item {
  position: relative;
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  min-height: 2rem;
  padding-left: 3rem;
  font-size: 1.6rem;
  line-height: 1.3;
  cursor: pointer;
  box-sizing: border-box;
}
.inp-item__inp {
  position: absolute;
  left: -500rem;
}
.inp-item__text {
  display: block;
}
.inp-item__text::before {
  content: "";
  position: absolute;
  top: 0.1rem;
  left: 0;
  width: 2rem;
  height: 2rem;
  border: 0.1rem solid #000;
  background: rgba(0, 0, 0, 0);
  transition: border-color 0.3s;
}
.inp-item__text::after {
  content: "";
  position: absolute;
  top: 0.4rem;
  left: 0.3rem;
  width: 1.4rem;
  height: 1.4rem;
  opacity: 0;
  transition: opacity 0.3s;
}
.inp-item__count {
  letter-spacing: 0.01em;
}
.inp-item__title {
  display: block;
}
.inp-item--checkbox .inp-item__text::after {
  top: 0.4rem;
  left: 0.2rem;
  width: 1.6rem;
  height: 0.8rem;
  border: 0.1rem solid #000;
  border-width: 0 0 0.1rem 0.1rem;
  transform: rotate(-55deg) skew(-15deg);
}
.inp-item--radio .inp-item__text::before {
  border-radius: 50%;
}
.inp-item--radio .inp-item__text::after {
  border-radius: 50%;
  background: #000;
}
.inp-item--lg.inp-item--radio {
  font-size: 2.4rem;
}
.inp-item--lg.inp-item--radio .inp-item__text::before {
  top: 0.8rem;
}
.inp-item--lg.inp-item--radio .inp-item__text::after {
  top: 1.1rem;
}
.has-error .inp-item__text {
  color: #b03a17;
}
.has-error .inp-item__text::before {
  border-color: #b03a17;
}
.inp-item__inp:disabled + .inp-item__text {
  color: #7a736c;
  cursor: default;
}
.inp-item__inp:checked + .inp-item__text::after {
  opacity: 1;
}
.inp-label {
  display: block;
  margin: 0 0 1.2rem;
}
.js-phone-input__base {
  position: absolute;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.js-phone-input__wrapper {
  position: relative;
  z-index: 0;
  display: flex;
  gap: 0.4rem;
  flex-direction: row-reverse;
}
.js-phone-input__flag {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: 0.7rem 1.4rem;
  border: 0.1rem solid #000;
  font-family: "MatterSQMono", "MatterSQ", -apple-system, blinkmacsystemfont,
    "Segoe UI", roboto, helvetica, arial, sans-serif;
  font-size: 1.6rem;
  transition: border-color 0.3s;
  pointer-events: none;
}
.js-phone-input__flag::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 2rem;
  height: 1.4rem;
  margin-left: 0.5rem;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20style%3D%22enable-background%3Anew%200%200%2016%2016%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20d%3D%22M13.8%206.7%209%2011.6V.3H7v11.3L2.2%206.7%201%208l7%207.1L15.1%208z%22%2F%3E%3C%2Fsvg%3E")
    center center no-repeat;
}
.js-phone-input__flag img {
  display: block;
  height: calc(1rem + 0.7rem);
  box-shadow: 0 0 0.1rem #000;
}
.has-error .js-phone-input__flag {
  border-color: #b03a17;
}
.has-ok .js-phone-input__flag {
  border-color: #5f856b;
}
.js-phone-input__prefix {
  margin-left: 0.7rem;
}
.js-phone-input__input {
  background-color: rgba(0, 0, 0, 0);
  text-shadow: 0 0.1rem 0.1rem #a8bda6, 0.1rem 0 0.1rem #a8bda6,
    0 -0.1rem 0.1rem #a8bda6, -0.1rem 0 0.1rem #a8bda6,
    -0.1rem -0.1rem 0.1rem #a8bda6, 0.1rem 0.1rem 0.1rem #a8bda6,
    0.1rem -0.1rem 0.1rem #a8bda6, -0.1rem 0.1rem 0.1rem #a8bda6;
  font-variant-numeric: tabular-nums;
}
.js-phone-input--has-country .js-phone-input__input {
  border-left-width: 0;
}
.js-phone-input__input:focus {
  outline: 0;
}
.js-phone-input__input:focus ~ .js-phone-input__flag {
  border-color: #000;
}
.has-ok .js-phone-input__input,
.has-ok .js-phone-input__input:focus,
.has-ok .js-phone-input__input:focus ~ .js-phone-input__flag {
  border-color: #5f856b;
}
.has-error .js-phone-input__input,
.has-error .js-phone-input__input:focus,
.has-error .js-phone-input__input:focus ~ .js-phone-input__flag {
  border-color: #b03a17;
}
.js-phone-input__placeholder {
  z-index: -1;
  width: 0;
  margin: 0 -2rem 0 1rem;
  padding: 1.4rem 0;
  border: 0.1rem solid rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.6rem;
  line-height: 1.125;
  white-space: nowrap;
  pointer-events: none;
  font-variant-numeric: tabular-nums;
}
.js-phone-input__select {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.js-phone-input__select:focus {
  outline: 0;
}
.inp-select {
  padding-right: 4rem;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20style%3D%22enable-background%3Anew%200%200%2016%2016%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20d%3D%22M13.8%206.7%209%2011.6V.3H7v11.3L2.2%206.7%201%208l7%207.1L15.1%208z%22%2F%3E%3C%2Fsvg%3E");
  background-position: top 50% right 1.5rem;
  background-repeat: no-repeat;
  background-size: 1.8rem 1.8rem;
}
.inp-select::-ms-expand {
  display: none;
}
.inp-text::placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.inp-text--underline {
  min-height: 0;
  padding: 1.7rem 0 0.1rem;
  border-width: 0 0 0.1rem;
  font-size: var(--font-size);
}
.inp-text--sm {
  min-height: 3.6rem;
  padding: 0.8rem 1.4rem;
}
.inp-text:focus::placeholder {
  color: rgba(0, 0, 0, 0.25);
}
.inp-text--underline:focus {
  border-color: #7a736c;
  outline: none;
  box-shadow: 0 0.1rem 0 0 #7a736c;
}
textarea.inp-text {
  height: auto;
}
.inp-variant {
  display: block;
  height: 100%;
  cursor: pointer;
}
.inp-variant__inp {
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  margin: -0.1rem;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.inp-variant__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 1.6rem;
  border: 0.2rem solid rgba(0, 0, 0, 0);
  border-radius: 0.4rem;
  background: #f7f7f7;
  text-align: center;
  transition: background-color 0.3s, border-color 0.3s;
}
.inp-variant__img {
  display: inline-block;
  width: 4rem;
  margin: 0 0 1.6rem;
  border-radius: 0.4rem;
  overflow: hidden;
}
.inp-variant__img > .img > img {
  object-fit: contain;
}
.inp-variant__number {
  display: block;
  width: 100%;
  margin: 0 0 1.6rem;
  color: #a0a0a0;
  font-family: "MatterSQMono", "MatterSQ", -apple-system, blinkmacsystemfont,
    "Segoe UI", roboto, helvetica, arial, sans-serif;
  font-size: 1rem;
  text-align: left;
}
.inp-variant__info {
  display: inline-block;
  margin: 0.8rem 0 0;
  color: #7a736c;
  font-size: 1.2rem;
}
.inp-variant__info .item-icon {
  --spacing: 0.4rem;
  --icon-size: 1.8rem;
}
.inp-variant__link {
  color: inherit;
  text-align: center;
}
.inp-variant__check {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.6rem;
  height: 1.6rem;
  border: 2px solid #000;
  border-radius: 0.5rem;
  background: #000;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
}
.inp-variant__check .icon-svg {
  width: 0.7rem;
  color: #fff;
}
.inp-variant__warning {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  width: 1.6rem;
  color: #d1a537;
}
.inp-variant__check--light {
  border-color: rgba(0, 0, 0, 0.05);
  background: rgba(0, 0, 0, 0);
  visibility: visible;
  opacity: 1;
}
.inp-variant__check--light .icon-svg {
  color: #000;
}
.inp-variant--lg .inp-variant__img {
  width: 8rem;
}
.inp-variant--lg .inp-variant__check {
  top: 1.6rem;
  right: 1.6rem;
}
.inp-variant--warning .inp-variant__inner {
  background: #fbf6e7;
}
.inp-variant--inline .inp-variant__inner {
  gap: 1.6rem;
  flex-direction: row;
  text-align: left;
}
.inp-variant--inline .inp-variant__img {
  flex: 0 0 auto;
  margin: 0;
}
.inp-variant--text .inp-variant__inner {
  flex-direction: row;
  padding-right: 4rem;
  text-align: left;
}
.inp-variant--text .inp-variant__check {
  top: 50%;
  right: 1.6rem;
  transform: translateY(-50%);
}
.inp-variant__inp:checked + .inp-variant__inner {
  border-color: #000;
  background: #fff;
}
.inp-variant--warning .inp-variant__inp:checked + .inp-variant__inner {
  background: #fbf6e7;
}
.inp-variant__inp:checked ~ .inp-variant__check {
  visibility: visible;
  opacity: 1;
}
.hoverevents .inp-variant__link:hover {
  color: #000;
}
.inp-tabs {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  font-size: 1.4rem;
  line-height: 1;
}
.inp-tabs__item {
  flex: 0 0 auto;
}
.inp-tabs__inner {
  display: inline-block;
  padding: 0.6rem 1.4rem 0.7rem;
  border: 0.2rem solid rgba(0, 0, 0, 0);
  border-radius: 0.4rem;
  background: #f7f7f7;
  transition: border-color 0.3s, background-color 0.3s;
  cursor: pointer;
}
.inp-tabs__inp {
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  margin: -0.1rem;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.inp-tabs__inp:checked + .inp-tabs__inner {
  border-color: #000;
  background: #fff;
}
.inp-items {
  display: flex;
  gap: 1.1rem;
  flex-direction: column;
}
.inp-items__item {
  margin: 0;
}
@keyframes animation-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-359deg);
  }
}
@font-face {
  font-family: MatterSQ;
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/matter-sq-regular.woff2") format("woff2"),
    url("../fonts/matter-sq-regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: MatterSQ;
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/matter-sq-medium.woff2") format("woff2"),
    url("../fonts/matter-sq-medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: MatterSQMono;
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/matter-sq-mono-regular.woff2") format("woff2"),
    url("../fonts/matter-sq-mono-regular.woff") format("woff");
  font-display: swap;
}
.row-main {
  position: relative;
  width: 100%;
  max-width: var(--row-main-width);
  margin: 0 auto;
  padding: 0 var(--row-main-gutter);
}
.row-main::before,
.row-main::after {
  content: "";
  display: table;
}
.row-main::after {
  clear: both;
}
.row-main .full-width {
  position: relative;
  left: 50%;
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
  margin-left: -50vw;
  margin-left: calc(var(--vw, 1vw) * -50);
}
.grid {
  --grid-x-spacing: var(--grid-gutter);
  --grid-y-spacing: var(--grid-gutter);
  margin-bottom: calc(var(--grid-y-spacing) * -1);
  margin-left: calc(var(--grid-x-spacing) * -1);
}
.grid__cell {
  position: relative;
  /* border: var(--grid-x-spacing) solid rgba(0, 0, 0, 0); */
  border-width: 0 0 var(--grid-y-spacing) var(--grid-x-spacing);
  border-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3C/svg%3E");
  padding:10px;
}
.b-carousel__carousel .grid__cell {padding:0px}
.grid__cell--top {
  align-self: flex-start;
}
.grid__cell--middle {
  align-self: center;
}
.grid__cell--bottom {
  align-self: flex-end;
}
.grid__cell--eq {
  display: flex;
}
.grid__cell--eq > * {
  flex: 1 1 auto;
}
.grid--nowrap {
  flex-wrap: nowrap;
}
.grid--middle {
  align-items: center;
}
.grid--bottom {
  align-items: flex-end;
}
.grid--center {
  justify-content: center;
}
.grid--right {
  justify-content: flex-end;
}
.grid--space-between {
  justify-content: space-between;
}
.grid--x-lines {
  overflow: clip;
}
.grid--x-lines > .grid__cell::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(var(--grid-gutter) / -2);
  width: 1px;
  background: #000;
}
.grid--x-0 {
  --grid-x-spacing: 0;
}
.grid--x-lines.grid--x-0 .grid__cell::before {
  left: 0;
}
.grid--y-0 {
  --grid-y-spacing: 0;
}
.grid--x-xxs {
  --grid-x-spacing: 1.2rem;
}
.grid--x-lines.grid--x-xxs .grid__cell::before {
  left: -0.6rem;
}
.grid--y-xxs {
  --grid-y-spacing: 1.2rem;
}
.grid--x-xs {
  --grid-x-spacing: 2.4rem;
}
.grid--x-lines.grid--x-xs .grid__cell::before {
  left: -1.2rem;
}
.grid--y-xs {
  --grid-y-spacing: 2.4rem;
}
.grid--x-sm {
  --grid-x-spacing: 3.6rem;
}
.grid--x-lines.grid--x-sm .grid__cell::before {
  left: -1.8rem;
}
.grid--y-sm {
  --grid-y-spacing: 3.6rem;
}
.grid--x-md {
  --grid-x-spacing: 4.8rem;
}
.grid--x-lines.grid--x-md .grid__cell::before {
  left: -2.4rem;
}
.grid--y-md {
  --grid-y-spacing: 4.8rem;
}
.grid--x-lg {
  --grid-x-spacing: 6rem;
}
.grid--x-lines.grid--x-lg .grid__cell::before {
  left: -3rem;
}
.grid--y-lg {
  --grid-y-spacing: 6rem;
}
.grid--x-xl {
  --grid-x-spacing: 7.2rem;
}
.grid--x-lines.grid--x-xl .grid__cell::before {
  left: -3.6rem;
}
.grid--y-xl {
  --grid-y-spacing: 7.2rem;
}
.grid--x-2xl {
  --grid-x-spacing: 8.4rem;
}
.grid--x-lines.grid--x-2xl .grid__cell::before {
  left: -4.2rem;
}
.grid--y-2xl {
  --grid-y-spacing: 8.4rem;
}
.grid--x-3xl {
  --grid-x-spacing: 9.6rem;
}
.grid--x-lines.grid--x-3xl .grid__cell::before {
  left: -4.8rem;
}
.grid--y-3xl {
  --grid-y-spacing: 9.6rem;
}
.grid--x-4xl {
  --grid-x-spacing: 15rem;
}
.grid--x-lines.grid--x-4xl .grid__cell::before {
  left: -7.5rem;
}
.grid--y-4xl {
  --grid-y-spacing: 15rem;
}
.size--auto {
  width: auto;
}
.size--autogrow {
  flex: 1 0 auto;
  width: auto;
}
.size--1-12 {
  width: 8.3333333333%;
}
.size--2-12 {
  width: 16.6666666667%;
}
.size--3-12 {
  width: 25%;
}
.size--4-12 {
  width: 33.3333333333%;
}
.size--5-12 {
  width: 41.6666666667%;
}
.size--6-12 {
  width: 50%;
}
.size--7-12 {
  width: 58.3333333333%;
}
.size--8-12 {
  width: 66.6666666667%;
}
.size--9-12 {
  width: 75%;
}
.size--10-12 {
  width: 83.3333333333%;
}
.size--11-12 {
  width: 91.6666666667%;
}
.size--12-12 {
  width: 100%;
}
@media (min-width: 24.6875rem) {
  .size--auto\@xs {
    width: auto;
  }
  .size--autogrow\@xs {
    flex: 1 0 auto;
    width: auto;
  }
  .size--1-12\@xs {
    width: 8.3333333333%;
  }
  .size--2-12\@xs {
    width: 16.6666666667%;
  }
  .size--3-12\@xs {
    width: 25%;
  }
  .size--4-12\@xs {
    width: 33.3333333333%;
  }
  .size--5-12\@xs {
    width: 41.6666666667%;
  }
  .size--6-12\@xs {
    width: 50%;
  }
  .size--7-12\@xs {
    width: 58.3333333333%;
  }
  .size--8-12\@xs {
    width: 66.6666666667%;
  }
  .size--9-12\@xs {
    width: 75%;
  }
  .size--10-12\@xs {
    width: 83.3333333333%;
  }
  .size--11-12\@xs {
    width: 91.6666666667%;
  }
  .size--12-12\@xs {
    width: 100%;
  }
}
@media (min-width: 30rem) {
  .size--auto\@sm {
    width: auto;
  }
  .size--autogrow\@sm {
    flex: 1 0 auto;
    width: auto;
  }
  .size--1-12\@sm {
    width: 8.3333333333%;
  }
  .size--2-12\@sm {
    width: 16.6666666667%;
  }
  .size--3-12\@sm {
    width: 25%;
  }
  .size--4-12\@sm {
    width: 33.3333333333%;
  }
  .size--5-12\@sm {
    width: 41.6666666667%;
  }
  .size--6-12\@sm {
    width: 50%;
  }
  .size--7-12\@sm {
    width: 58.3333333333%;
  }
  .size--8-12\@sm {
    width: 66.6666666667%;
  }
  .size--9-12\@sm {
    width: 75%;
  }
  .size--10-12\@sm {
    width: 83.3333333333%;
  }
  .size--11-12\@sm {
    width: 91.6666666667%;
  }
  .size--12-12\@sm {
    width: 100%;
  }
}
@media (min-width: 46.875rem), print {
  .size--auto\@md {
    width: auto;
  }
  .size--autogrow\@md {
    flex: 1 0 auto;
    width: auto;
  }
  .size--1-12\@md {
    width: 8.3333333333%;
  }
  .size--2-12\@md {
    width: 16.6666666667%;
  }
  .size--3-12\@md {
    width: 25%;
  }
  .size--4-12\@md {
    width: 33.3333333333%;
  }
  .size--5-12\@md {
    width: 41.6666666667%;
  }
  .size--6-12\@md {
    width: 50%;
  }
  .size--7-12\@md {
    width: 58.3333333333%;
  }
  .size--8-12\@md {
    width: 66.6666666667%;
  }
  .size--9-12\@md {
    width: 75%;
  }
  .size--10-12\@md {
    width: 83.3333333333%;
  }
  .size--11-12\@md {
    width: 91.6666666667%;
  }
  .size--12-12\@md {
    width: 100%;
  }
}
@media (min-width: 62.5rem), print {
  .size--auto\@lg {
    width: auto;
  }
  .size--autogrow\@lg {
    flex: 1 0 auto;
    width: auto;
  }
  .size--1-12\@lg {
    width: 8.3333333333%;
  }
  .size--2-12\@lg {
    width: 16.6666666667%;
  }
  .size--3-12\@lg {
    width: 25%;
  }
  .size--4-12\@lg {
    width: 33.3333333333%;
  }
  .size--5-12\@lg {
    width: 41.6666666667%;
  }
  .size--6-12\@lg {
    width: 50%;
  }
  .size--7-12\@lg {
    width: 58.3333333333%;
  }
  .size--8-12\@lg {
    width: 66.6666666667%;
  }
  .size--9-12\@lg {
    width: 75%;
  }
  .size--10-12\@lg {
    width: 83.3333333333%;
  }
  .size--11-12\@lg {
    width: 91.6666666667%;
  }
  .size--12-12\@lg {
    width: 100%;
  }
}
@media (min-width: 75rem) {
  .size--auto\@xl {
    width: auto;
  }
  .size--autogrow\@xl {
    flex: 1 0 auto;
    width: auto;
  }
  .size--1-12\@xl {
    width: 8.3333333333%;
  }
  .size--2-12\@xl {
    width: 16.6666666667%;
  }
  .size--3-12\@xl {
    width: 25%;
  }
  .size--4-12\@xl {
    width: 33.3333333333%;
  }
  .size--5-12\@xl {
    width: 41.6666666667%;
  }
  .size--6-12\@xl {
    width: 50%;
  }
  .size--7-12\@xl {
    width: 58.3333333333%;
  }
  .size--8-12\@xl {
    width: 66.6666666667%;
  }
  .size--9-12\@xl {
    width: 75%;
  }
  .size--10-12\@xl {
    width: 83.3333333333%;
  }
  .size--11-12\@xl {
    width: 91.6666666667%;
  }
  .size--12-12\@xl {
    width: 100%;
  }
}
@media (min-width: 91.5rem) {
  .size--auto\@xxl {
    width: auto;
  }
  .size--autogrow\@xxl {
    flex: 1 0 auto;
    width: auto;
  }
  .size--1-12\@xxl {
    width: 8.3333333333%;
  }
  .size--2-12\@xxl {
    width: 16.6666666667%;
  }
  .size--3-12\@xxl {
    width: 25%;
  }
  .size--4-12\@xxl {
    width: 33.3333333333%;
  }
  .size--5-12\@xxl {
    width: 41.6666666667%;
  }
  .size--6-12\@xxl {
    width: 50%;
  }
  .size--7-12\@xxl {
    width: 58.3333333333%;
  }
  .size--8-12\@xxl {
    width: 66.6666666667%;
  }
  .size--9-12\@xxl {
    width: 75%;
  }
  .size--10-12\@xxl {
    width: 83.3333333333%;
  }
  .size--11-12\@xxl {
    width: 91.6666666667%;
  }
  .size--12-12\@xxl {
    width: 100%;
  }
}
@media (min-width: 120rem) {
  .size--auto\@xxxl {
    width: auto;
  }
  .size--autogrow\@xxxl {
    flex: 1 0 auto;
    width: auto;
  }
  .size--1-12\@xxxl {
    width: 8.3333333333%;
  }
  .size--2-12\@xxxl {
    width: 16.6666666667%;
  }
  .size--3-12\@xxxl {
    width: 25%;
  }
  .size--4-12\@xxxl {
    width: 33.3333333333%;
  }
  .size--5-12\@xxxl {
    width: 41.6666666667%;
  }
  .size--6-12\@xxxl {
    width: 50%;
  }
  .size--7-12\@xxxl {
    width: 58.3333333333%;
  }
  .size--8-12\@xxxl {
    width: 66.6666666667%;
  }
  .size--9-12\@xxxl {
    width: 75%;
  }
  .size--10-12\@xxxl {
    width: 83.3333333333%;
  }
  .size--11-12\@xxxl {
    width: 91.6666666667%;
  }
  .size--12-12\@xxxl {
    width: 100%;
  }
}
.img {
  position: relative;
  display: block;
  overflow: hidden;
}
.img::before {
  content: "";
  display: block;
  padding-top: 100%;
  pointer-events: none;
}
.img
  > *:is(
    .b-map__map,
    lite-youtube,
    lite-vimeo,
    iframe,
    video,
    .video,
    img,
    canvas
  ) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@supports (object-fit: cover) {
  .img
    > *:is(
      .b-map__map,
      lite-youtube,
      lite-vimeo,
      iframe,
      video,
      .video,
      img,
      canvas
    ) {
    object-fit: cover;
  }
}
.img--2-1::before {
  padding-top: 50%;
}
.img--2-3::before {
  padding-top: 150%;
}
.img--3-1::before {
  padding-top: 33.3333333333%;
}
.img--3-2::before {
  padding-top: 66.6666666667%;
}
.img--3-4::before {
  padding-top: 133.3333333333%;
}
.img--4-3::before {
  padding-top: 75%;
}
.img--5-3::before {
  padding-top: 60%;
}
.img--5-7::before {
  padding-top: 140%;
}
.img--7-2::before {
  padding-top: 28.5714285714%;
}
.img--7-3::before {
  padding-top: 42.8571428571%;
}
.img--16-9::before {
  padding-top: 56.25%;
}
.img--contain
  > *:is(
    .b-map__map,
    lite-youtube,
    lite-vimeo,
    iframe,
    video,
    .video,
    img,
    canvas
  ) {
  object-fit: contain;
}
.img--align-bottom
  > *:is(
    .b-map__map,
    lite-youtube,
    lite-vimeo,
    iframe,
    video,
    .video,
    img,
    canvas
  ) {
  object-position: 50% bottom;
}
.item-icon {
  --spacing: 1.5rem;
  --icon-size: 2rem;
  --icon-offset: 0;
  display: inline-flex;
  align-items: center;
}
.item-icon__icon {
  top: var(--icon-offset);
  flex: 0 0 auto;
  width: var(--icon-size);
  margin: 0 var(--spacing) 0 0;
  transform: translateY(0.2rem);
  transition: transform 0.3s;
}
.item-icon__text {
  flex: 1 1 auto;
}
.item-icon--start {
  align-items: flex-start;
}
.item-icon--after {
  flex-direction: row-reverse;
}
.item-icon--after .item-icon__icon {
  margin: 0 0 0 var(--spacing);
}
.item-icon--xs {
  --icon-size: 1rem;
  --spacing: 0.4rem;
}
.item-icon--lg {
  --icon-size: 3rem;
  --spacing: 1.5rem;
}
lite-youtube {
  position: relative;
  display: block;
  background-color: #000;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  contain: content;
}
lite-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.play,
lite-vimeo > .ltv-playbtn.ltv-playbtn,
lite-youtube > .lty-playbtn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 6.7rem;
  height: 6.7rem;
  padding: 0;
  border: 0.3rem solid #fff;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0);
  transform: translate3d(-50%, -50%, 0);
  cursor: pointer;
}
.play::after,
lite-vimeo > .ltv-playbtn.ltv-playbtn::after,
lite-youtube > .lty-playbtn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-width: 1.8rem 0 1.8rem 3rem;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
  transform: translate(-35%, -50%);
}
lite-vimeo::after {
  display: none;
}
lite-vimeo.ltv-activated {
  background: #000 !important;
}
lite-youtube:hover > .lty-playbtn,
lite-youtube .lty-playbtn:focus {
  filter: none;
}
lite-youtube.lyt-activated {
  cursor: unset;
}
lite-youtube.lyt-activated::before,
lite-youtube.lyt-activated > .lty-playbtn {
  opacity: 0;
  pointer-events: none;
}
.lyt-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  overflow: hidden;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}
.play {
  pointer-events: none;
}
@media (min-width: 62.5rem) {
  .play,
  lite-vimeo > .ltv-playbtn.ltv-playbtn,
  lite-youtube > .lty-playbtn {
    width: 12rem;
    height: 12rem;
    cursor: pointer;
  }
  .play::after,
  lite-vimeo > .ltv-playbtn.ltv-playbtn::after,
  lite-youtube > .lty-playbtn::after {
    border-width: 3rem 0 3rem 5rem;
  }
}
.btn-loader .btn__text::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.6rem;
  height: 1.6rem;
  margin: -0.8rem 0 0 -0.8rem;
  border: 0.2rem solid #fff;
  border-radius: 0.8rem;
  border-top-color: rgba(0, 0, 0, 0);
  opacity: 0;
  transition: opacity 0.3s;
}
.btn-loader.is-loading,
[data-naja].is-loading .btn-loader {
  pointer-events: none;
}
.btn-loader.is-loading .btn__text,
[data-naja].is-loading .btn-loader .btn__text {
  color: rgba(0, 0, 0, 0);
}
.btn-loader.is-loading .btn__text::after,
[data-naja].is-loading .btn-loader .btn__text::after {
  opacity: 1;
  animation: animation-rotate 0.8s infinite linear;
}
.block-loader {
  position: relative;
  transition: opacity 0.3s;
}
.block-loader__loader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10000;
  width: 7.4rem;
  height: 7.4rem;
  margin: -3.7rem 0 0 -3.7rem;
  border-radius: 50%;
  background-color: #000;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20style%3D%22enable-background%3Anew%200%200%2053%2050%22%20viewBox%3D%220%200%2053%2050%22%3E%3Cpath%20fill%3D%22white%22%20d%3D%22M13%2044.1V32.3h-1.5v9.5c.1%200%201%20.3%201%20.4l.5%201.9zM10.4%2042.6H1.6v1.5H13l-1.7-.7c-.3-.3-.6-.6-.9-.8z%22%2F%3E%3Cpath%20fill%3D%22white%22%20d%3D%22M26.5%201C13.3%201%202.6%2011.7%202.6%2024.9c0%207%203%2013.3%207.8%2017.6.3.3.6.5.9.8l1.7.7-.5-1.9s-.9-.3-1-.4c-4.6-4.1-7.6-10.2-7.6-16.8C3.9%2012.4%2014%202.3%2026.5%202.3s22.6%2010.1%2022.6%2022.6S39%2047.5%2026.5%2047.5c-1.6%200-3.2-.2-4.7-.5l-.3%201.3c1.6.3%203.2.5%204.9.5%2013.2%200%2023.9-10.7%2023.9-23.9S39.7%201%2026.5%201z%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 5rem 5rem;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s 0s, visibility 0.3s 0s;
  animation: animation-rotate 0.8s infinite linear;
  animation-play-state: paused;
}
.block-loader.is-loading > * {
  opacity: 0.5;
  pointer-events: none;
}
.block-loader.is-loading .block-loader__loader {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s, 0s;
  animation-play-state: running;
}
.body-loader__loader {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10000;
  width: 7.4rem;
  height: 7.4rem;
  margin: -3.7rem 0 0 -3.7rem;
  border-radius: 50%;
  background-color: #000;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20style%3D%22enable-background%3Anew%200%200%2053%2050%22%20viewBox%3D%220%200%2053%2050%22%3E%3Cpath%20fill%3D%22white%22%20d%3D%22M13%2044.1V32.3h-1.5v9.5c.1%200%201%20.3%201%20.4l.5%201.9zM10.4%2042.6H1.6v1.5H13l-1.7-.7c-.3-.3-.6-.6-.9-.8z%22%2F%3E%3Cpath%20fill%3D%22white%22%20d%3D%22M26.5%201C13.3%201%202.6%2011.7%202.6%2024.9c0%207%203%2013.3%207.8%2017.6.3.3.6.5.9.8l1.7.7-.5-1.9s-.9-.3-1-.4c-4.6-4.1-7.6-10.2-7.6-16.8C3.9%2012.4%2014%202.3%2026.5%202.3s22.6%2010.1%2022.6%2022.6S39%2047.5%2026.5%2047.5c-1.6%200-3.2-.2-4.7-.5l-.3%201.3c1.6.3%203.2.5%204.9.5%2013.2%200%2023.9-10.7%2023.9-23.9S39.7%201%2026.5%201z%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 5rem 5rem;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s 0s, visibility 0.3s 0s;
  animation: dondurme 0.8s infinite linear;
}

@keyframes dondurme{ 
  100%{transform: rotate(-1turn)}
}

.is-loading .body-loader__loader {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s, 0s;
  animation: animation-rotate 0.8s infinite linear;
}
.message {
  display: flex;
  gap: 1.6rem;
  padding: var(--row-main-gutter);
  background: rgba(217, 217, 217, 0.65);
}
.message > :last-child {
  margin-bottom: 0;
}
.message__close {
  color: inherit;
  font-size: 0;
}
.message__close .icon-svg {
  width: 2.4rem;
}
.message--error li::before,
.message--ok li::before,
.message--warning li::before {
  background-color: #fff;
}
.message--error {
  background: #b03a17;
}
.message--ok {
  background: #5f856b;
}
.message--warning {
  background: #e8d28c;
}
.message--light.message--warning {
  background: #fbf6e7;
  color: #d1a537;
}
@media (min-width: 24.6875rem) {
  .message {
    padding: 2.4rem;
  }
}
.b-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, z-index 0s 0.3s, visibility 0s 0.3s;
}
.b-modal__wrapper {
  display: grid;
  grid-template-columns: 6rem 1fr 6rem;
  grid-template-rows: 5rem 1fr auto auto auto;
  grid-template-areas: "header header header" "prev content next" "nav nav nav" "title title title" "desc desc desc";
  flex-grow: 1;
  height: 100%;
  overflow: hidden;
}
.b-modal__header {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  position: relative;
  z-index: 11;
  display: flex;
  grid-area: header;
  justify-content: flex-end;
  pointer-events: none;
}
.b-modal__title {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  z-index: 2;
  grid-area: title;
  color: #fff;
  text-align: center;
}
.b-annot-product__main > .b-modal__title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}
.b-modal__description {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  z-index: 2;
  grid-area: desc;
  color: #fff;
  text-align: center;
}
.b-modal__prev {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  z-index: 3;
  grid-area: prev;
}
.b-modal__next {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  z-index: 3;
  grid-area: next;
}
.b-modal__content {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  position: relative;
  z-index: 2;
  grid-area: content;
  min-height: 14rem;
  overflow: hidden;
}
.b-viewer__inner > .b-modal__content {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.b-modal__slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-height: calc(100dvh - 12rem);
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  transition: opacity 0.3s, z-index 0s 0.3s;
  overscroll-behavior: none;
}
.b-modal__slide.is-active {
  z-index: 2;
  opacity: 1;
  transition: opacity 0.3s, z-index 0s;
}
.b-modal__image,
.b-modal__video {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.b-modal__image > *,
.b-modal__video > * {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.b-modal__image--multiple > *,
.b-modal__video--multiple > * {
  max-width: 50%;
}
.b-modal__image img {
  -webkit-user-select: none;
  user-select: none;
}
.b-modal__inner {
  width: 100%;
  padding: 2rem;
  background: #fff;
}
.b-modal__iframe {
  height: 100%;
  padding: 2rem;
  background: #fff;
}
.b-modal__iframe iframe {
  width: 100%;
  height: 100%;
}
.b-modal__embed {
  width: 100%;
  height: 100%;
}
.b-modal__embed iframe {
  width: 100%;
  height: 100%;
}
.b-modal__nav {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  z-index: 2;
  display: flex;
  grid-area: nav;
  justify-content: center;
  align-items: center;
  height: 4rem;
}
.b-modal__nav:empty {
  height: 0;
}
.b-modal__nav-item {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 0.8rem;
  border-radius: 50%;
  background: #eee;
  transition: transform 0.3s;
  cursor: pointer;
}
.b-modal__nav-item.is-active {
  transform: scale(1.2);
}
.b-modal__loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none;
  align-items: center;
  color: #fff;
  font-size: 3rem;
  justify-items: center;
}
.b-modal__loader .icon-load {
  width: 4rem;
  animation-name: loader;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.b-modal__loader-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  animation-name: loader;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.b-modal__loader-icon > span {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
}
.b-modal__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.8);
}
.b-modal__prev,
.b-modal__next {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.b-modal__prev-btn,
.b-modal__next-btn {
  align-self: center;
  width: 5rem;
  height: 5rem;
  padding: 1rem;
  border: none;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  pointer-events: all;
  justify-self: center;
}
.b-modal__close {
  width: 5rem;
  padding: 0.4rem 1rem 1rem;
  border: none;
  background: none;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 3rem;
  cursor: pointer;
  pointer-events: auto;
}
.b-modal.is-opened {
  z-index: 100;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s, z-index 0s, visibility 0s;
}
.b-modal.is-loading .b-modal__loader {
  display: grid;
}
.b-modal.is-first .b-modal__prev {
  display: none;
}
.b-modal.is-last .b-modal__next {
  display: none;
}
.b-modal--enquiry .b-modal__header {
  grid-area: 2/2/2/3;
  align-self: flex-start;
}
.b-modal--enquiry .b-modal__close {
  background: rgba(0, 0, 0, 0);
  color: inherit;
}
.b-modal--enquiry .b-modal__inner {
  padding: var(--row-main-gutter);
  background: #a8bda6;
}
.b-modal--newsletter .b-modal__header {
  grid-area: 2/2/2/3;
  align-self: flex-start;
}
.b-modal--newsletter .b-modal__close {
  background: rgba(0, 0, 0, 0);
  color: inherit;
}
.b-modal--newsletter .b-modal__inner {
  background: #f7e09d;
}
@media (max-width: 46.874rem) {
  .b-modal--enquiry .b-modal__wrapper {
    grid-template-columns: 0 1fr 0;
    grid-template-rows: 0 1fr auto auto auto;
  }
  .b-modal--enquiry .b-modal__slide {
    max-height: 100dvh;
  }
  .b-modal--newsletter .b-modal__wrapper {
    grid-template-columns: 0 1fr 0;
    grid-template-rows: 0 1fr auto auto auto;
  }
  .b-modal--newsletter .b-modal__slide {
    max-height: 100dvh;
  }
}
@media (min-width: 46.875rem) {
  .b-modal--enquiry .b-modal__wrapper {
    max-width: 93.5rem;
  }
  .b-modal--enquiry .b-modal__header {
    grid-area: 2/2/2/3;
    align-self: flex-start;
  }
  .b-modal--enquiry .b-modal__inner {
    padding: 3.5rem 5rem;
  }
  .b-modal--newsletter .b-modal__wrapper {
    max-width: 62.4rem;
  }
  .b-modal--newsletter .b-modal__header {
    grid-area: 2/2/2/3;
    align-self: flex-start;
  }
}
@keyframes loader {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.noUi-target,
.noUi-target * {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  touch-action: none;
  user-select: none;
}
.noUi-target {
  position: relative;
  background: #7a736c;
}
.noUi-target:first-child {
  margin: 0.8rem 0 3rem;
}
.noUi-base,
.noUi-connects {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.noUi-connects {
  z-index: 0;
  overflow: hidden;
}
.noUi-connect,
.noUi-origin {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform-origin: 0 0;
  transform-style: flat;
  will-change: transform;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  right: auto;
  left: 0;
}
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  position: absolute;
  border-radius: 50%;
  background: #000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: default;
}
.noUi-handle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.6rem;
  height: 1.6rem;
  border: 0.2rem solid #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.noUi-touch-area {
  width: 100%;
  height: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-horizontal {
  height: 0.2rem;
}
.noUi-horizontal .noUi-handle {
  top: -1rem;
  right: -1rem;
  width: 2rem;
  height: 2rem;
}
.noUi-vertical {
  width: 0.2rem;
}
.noUi-vertical .noUi-handle {
  right: -1rem;
  bottom: -1rem;
  width: 2rem;
  height: 2rem;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  right: auto;
  left: -17px;
}
.noUi-connect {
  background: #000;
}
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-active {
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}
[disabled] .noUi-connect {
  background: #b8b8b8;
}
[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed;
}
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
.noUi-marker {
  position: absolute;
  background: #ccc;
}
.noUi-marker-sub {
  background: #aaa;
}
.noUi-marker-large {
  background: #aaa;
}
.noUi-pips-horizontal {
  top: 100%;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 10px 0;
}
.noUi-value-horizontal {
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  width: 2px;
  height: 5px;
  margin-left: -1px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
.noUi-pips-vertical {
  top: 0;
  left: 100%;
  height: 100%;
  padding: 0 10px;
}
.noUi-value-vertical {
  padding-left: 25px;
  transform: translate(0, -50%);
}
.noUi-rtl .noUi-value-vertical {
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: none;
}
.paging {
  padding-top: 4.8rem;
}
.paging__btn {
  margin: 0;
}
@media (min-width: 46.875rem) {
  .paging {
    padding-top: 9.6rem;
  }
}
.switch {
  position: relative;
  display: flex;
  align-items: center;
  -webkit-user-select: none;
  user-select: none;
}
.switch__inp {
  position: absolute;
  left: -500rem;
}
.switch__label {
  margin-right: auto;
  padding-right: 2rem;
  color: rgba(255, 255, 255, 0.6);
}
.switch__inner {
  position: relative;
  display: flex;
  border-radius: 3rem;
  background: rgba(97, 98, 100, 0.8);
  transition: background-color 0.3s;
  cursor: pointer;
}
.switch__text {
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  align-items: center;
  width: 2.1rem;
  height: 2.3rem;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s;
}
.switch__text .icon-svg {
  position: relative;
  z-index: 1;
}
.switch__text .icon-svg svg {
  fill: currentcolor;
}
.switch__tool {
  position: absolute;
  top: 0.2rem;
  bottom: 0.2rem;
  left: 0.2rem;
  width: 1.9rem;
  border-radius: 50%;
  background: rgba(247, 247, 247, 0.8);
  transition: transform 0.3s;
}
.switch__text--right {
  opacity: 1;
}
.switch__inp:focus + .switch__inner {
  border-color: #000;
}
.switch__inp:checked + .switch__inner {
  background-color: #009400;
}
.switch__inp:checked + .switch__inner .switch__tool {
  transform: translateX(100%);
}
.switch__inp:checked + .switch__inner .switch__text--left {
  opacity: 1;
}
.switch__inp:checked + .switch__inner .switch__text--right {
  opacity: 0;
}
.switch__inp:disabled + .switch__inner {
  opacity: 0.5;
  pointer-events: none;
}
.embla {
  --arrow-position: 2rem;
  position: relative;
  overflow: hidden;
}
.embla__viewport {
  width: 100%;
}
.embla__viewport.is-draggable {
  cursor: move;
  cursor: grab;
}
.embla__viewport.is-dragging {
  cursor: grabbing;
  pointer-events: none;
}
.embla__container {
  transform: translateZ(0);
  will-change: transform;
}
.embla__container.grid--scroll {
  overflow: visible;
}
.embla__btn {
  display: inline-block;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  color: inherit;
  line-height: inherit;
  text-align: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.6rem;
  height: 7.2rem;
  border: 0.1rem solid #000;
  border-radius: 2.8rem;
  background: #fff;
  color: #000;
  transform: translateY(-50%);
  transition: opacity 0.3s, visibility 0.3s, background-color 0.3s, color 0.3s;
  cursor: pointer;
}
.embla__btn[disabled] {
  visibility: hidden;
  opacity: 0;
}
.embla__btn .icon-svg {
  width: 1.6rem;
  height: 1.6rem;
}
.embla__dots {
  display: flex;
  justify-content: center;
}
.embla__dot {
  display: inline-block;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  color: inherit;
  line-height: inherit;
  text-align: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
  cursor: pointer;
}
.embla__dot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 1rem;
  border: 0.1rem solid #000;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: background-color 0.3s;
}
.embla__btn--prev {
  left: var(--arrow-position);
}
.embla__btn--next {
  right: var(--arrow-position);
}
.embla__container.grid--center {
  justify-content: flex-start;
}
.embla__container.grid--center > *:first-child {
  margin-left: auto;
}
.embla__container.grid--center > *:last-child {
  margin-right: auto;
}
.embla__dot.is-selected::before {
  background-color: #000;
}
.embla__btn:focus,
.hoverevents .embla__btn:focus:hover {
  border-color: #000;
  background: #fff;
}
.no-js .embla__btn,
.embla:not(.is-initialized) .embla__btn,
.embla.is-disabled .embla__btn,
.embla.is-disabled .embla__dots {
  display: none;
}
.hoverevents .embla__btn:hover {
  background: #000;
  color: #fff;
}
.hoverevents .embla__dot:not(.is-selected):hover::before {
  background: #000;
}
.link-mask {
  position: relative;
}
.link-mask__link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
}
.link-mask__unmask {
  position: relative;
  z-index: 2;
}
.component {
  position: relative;
  margin: 16rem 0;
}
.component::before {
  content: "";
  position: absolute;
  border: 0.1rem dashed #000;
  border-radius: 1rem;
  inset: -4rem;
  pointer-events: none;
}
.component__title {
  position: absolute;
  top: -5.5rem;
  left: 1rem;
  padding: 0 1rem;
  background: #fff;
  font-family: "MatterSQMono", "MatterSQ", -apple-system, blinkmacsystemfont,
    "Segoe UI", roboto, helvetica, arial, sans-serif;
}
.video__video {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.video__video iframe {
  background: #000;
}
.video__content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 3.6rem;
  color: #fff;
  transition: opacity 0.3s, visibility 0.3s;
}
lite-youtube.lyt-activated + .video__content {
  visibility: hidden;
  opacity: 0;
}
.downloads {
  margin: 0;
}
.downloads__link {
  display: flex;
  gap: 0.7rem;
  align-items: center;
  text-decoration: none;
}
.downloads__count {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding-bottom: 0.1rem;
  border-radius: 50%;
  background: #a8bda6;
  color: #fff;
  font-family: "MatterSQMono", "MatterSQ", -apple-system, blinkmacsystemfont,
    "Segoe UI", roboto, helvetica, arial, sans-serif;
  font-size: 1.6rem;
}
.tooltip {
  display: inline-block;
}
.tooltip__btn {
  display: inline-block;
  cursor: pointer;
}
.tooltip__content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: flex;
  flex-direction: column;
  max-width: 35rem;
  padding: 1.6rem;
  background: #fff;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
  transition-delay: 0.1s;
  box-shadow: 0 0 5rem rgba(0, 0, 0, 0.15);
}
.tooltip__arrow {
  position: absolute;
  z-index: -1;
  width: 1.6rem;
  height: 1.6rem;
  background: #fff;
  transform: rotate(45deg);
}
.tooltip--sm .tooltip__content {
  padding: 0.8rem;
}
.tooltip--sm .tooltip__content .item-icon {
  --spacing: 1rem;
  --icon-size: 1.6rem;
}
.tooltip--black .tooltip__content {
  background: #000;
  color: #fff;
}
.tooltip--black .tooltip__arrow {
  background: #000;
}
.hoverevents .tooltip.is-initialized:hover .tooltip__content,
.tooltip.is-initialized:focus .tooltip__content,
.tooltip.is-initialized:focus-within .tooltip__content {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
.name {
  display: flex;
  flex-direction: column;
}
.name__param {
  display: block;
  margin: 0 0 0.4rem;
  color: #a0a0a0;
  font-family: "MatterSQMono", "MatterSQ", -apple-system, blinkmacsystemfont,
    "Segoe UI", roboto, helvetica, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 10%;
  text-transform: uppercase;
}
.name__text {
  font-size: 1.4rem;
  line-height: 1.1;
}
.name--md .name__text {
  font-size: 1.6rem;
}
.pictograms {
  display: flex;
  gap: 0.4rem;
  flex-wrap: wrap;
}
.b-annot {
  font-size: 2.4rem;
}
.b-annot__title {
  margin: 0 0 2rem;
  text-wrap: pretty;
}

.subsmall-title{
  font-size: 18px;
  color: #636363;
  background-color: #f0f0f0;
  padding: 4px 10px;
  border-radius: 3px;
  font-weight: 500;
  text-transform: capitalize;
}

.b-annot__main {
  margin: 0 0 4rem;
}
.b-annot__img {
  margin: 0;
}
.b-annot__list {
  font-family: "MatterSQMono", "MatterSQ", -apple-system, blinkmacsystemfont,
    "Segoe UI", roboto, helvetica, arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.125;
}
.b-annot__btn {
  display: flex;
}
.b-annot__video {
  aspect-ratio: 16/9;
}
@media (max-width: 29.999rem) {
  .b-annot__img,
  .b-annot__video {
    /*margin: 0 calc(var(--row-main-gutter) * -1);*/
  }
}
@media (min-width: 62.5rem) {
  .b-annot {
    font-size: 3.2rem;
    line-height: 1.1;
  }
  .b-annot__main {
    margin: 0 0 6rem;
  }
  .b-annot__list {
    margin-bottom: -4.4rem;
  }
  .b-annot__item {
    border-bottom-width: 4.4rem;
  }
  .b-annot--article .b-annot__desc,
  .b-annot--career .b-annot__desc,
  .b-annot--showroom .b-annot__desc {
    font-size: 4.4rem;
    line-height: 1.1;
  }
  .b-annot--article .b-annot__title {
    margin: 0 0 6.4rem;
  }
  .b-annot--article .b-annot__main {
    margin: 0 0 3.6rem;
  }
  .b-annot--bz .b-annot__desc {
    font-size: 2.4rem;
    line-height: 1.25;
  }
}
.b-article > :last-child {
  margin-bottom: 0;
}
.b-article__img {
  margin-bottom: 2.4rem;
}
.b-article__category {
  margin: 0 0 1.2rem;
}
.b-article__category .b-article__link {
  position: relative;
  z-index: 2;
  text-decoration: none;
}
.b-article__title {
  margin: 0 0 2.4rem;
}
.b-article__desc {
  margin: 0;
}
.b-article__more {
  margin: 2rem 0 0;
}
.b-article__more .btn {
  position: relative;
  z-index: 2;
}
@media (min-width: 62.5rem) {
  .b-article__title {
    margin-bottom: 3.2rem;
  }
  .b-article--horizontal,
  .b-article--horizontal-reversed {
    display: flex;
    flex-direction: row-reverse;
  }
  .b-article--horizontal .b-article__content,
  .b-article--horizontal-reversed .b-article__content {
    width: 33.3333333333%;
    padding-right: 4rem;
  }
  .b-article--horizontal .b-article__img,
  .b-article--horizontal-reversed .b-article__img {
    width: 66.6666666667%;
    max-height: 60rem;
    margin-bottom: 0;
  }
  .b-article--md .b-article__title {
    margin: 0 0 1.8rem;
  }
  .b-article--md .b-article__desc {
    font-size: 1.6rem;
  }
  .b-article--horizontal-reversed,
  .c-articles--about .b-article--horizontal {
    flex-direction: row;
  }
  .b-article--horizontal-reversed .b-article__content,
  .c-articles--about .b-article--horizontal .b-article__content {
    padding-right: 0;
    padding-left: 2.4rem;
  }
}
@media (min-width: 75rem) {
  .b-article__more {
    margin: 4.1rem 0 0;
  }
  .b-article--horizontal .b-article__desc {
    font-size: 1.6rem;
    line-height: 2.1rem;
  }
  .c-articles--about .b-article .b-article__desc {
    font-size: inherit;
    line-height: inherit;
  }
}
.b-cookie {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  min-width: 0;
  height: 100%;
  min-height: 0;
}
.b-cookie__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.b-cookie__box {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  max-height: calc(100% - 4rem);
  padding: 1.5em;
  background: #fff;
  overscroll-behavior: contain;
}
.b-cookie__box-inner {
  margin-right: -2rem;
  padding-right: 2rem;
  overflow-y: auto;
}
.b-cookie__btns {
  display: flex;
  gap: 1.5em;
  justify-content: space-between;
  align-items: center;
  margin-top: 2em;
}
.b-cookie__btns p {
  display: flex;
  gap: 1rem;
  margin: 0;
}
.b-cookie__option {
  margin-top: 1em;
  margin-bottom: 1em;
}
.b-cookie__option + .b-cookie__option {
  margin-top: 0;
  padding-top: 1em;
  border-top: 0.1rem solid #ccc;
}
.b-cookie__option-head {
  display: flex;
  align-items: center;
  cursor: default;
}
.b-cookie__option-head > span {
  position: relative;
  flex: 1 1 auto;
  padding-right: 1.25em;
  padding-left: 1.25em;
  cursor: default;
}
.b-cookie__option-head > span::before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0.21em;
  border-top: 0.357em solid rgba(0, 0, 0, 0);
  border-bottom: 0.357em solid rgba(0, 0, 0, 0);
  border-left: 0.357em solid currentcolor;
}
.b-cookie__option-head > span strong {
  cursor: pointer;
}
.b-cookie__option-body {
  display: none;
  padding-top: 1em;
}
.b-cookie__option-body > *:last-child {
  margin-bottom: 0;
}
html:not([data-cookie-state="settings"]) .b-cookie [data-step="2"],
html[data-cookie-state="settings"] .b-cookie [data-step="1"] {
  display: none;
}
html[data-show-cookie="true"] .b-cookie {
  display: flex;
}
.b-cookie__option-head[data-cookie-toggle="true"] > span::before {
  transform: rotate(90deg);
}
.b-cookie__option-head[data-cookie-toggle="true"] + .b-cookie__option-body {
  display: block;
}
@media (min-width: 46.875rem) {
  .b-cookie {
    align-items: center;
    padding: 0 1.5em;
  }
  .b-cookie__box {
    max-width: 70rem;
    padding: 2.5em;
  }
}
@media (max-width: 52rem) {
  .b-cookie__btns {
    gap: 1em;
    flex-direction: column;
  }
  .b-cookie__btns p {
    flex-direction: column;
    width: 100%;
  }
  .b-cookie__btns .btn {
    display: block;
    width: 100%;
  }
}
.b-map {
  min-height: 25rem;
}
@media (min-width: 91.5rem) {
  .b-map {
    min-height: 51.6rem;
  }
}
.b-std {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.b-std__img {
  max-height: 46.4rem;
  margin-bottom: 1rem;
  transition: transform 0.3s;
}
.b-std__img.img--7-3 {
  max-height: 61.2rem;
}
.b-std__img img {
  transform: perspective(0) rotateX(0deg) rotateY(0deg) rotateZ(0) scaleX(1)
    scaleY(1);
  transition: transform 0.3s linear;
}
.b-std__extra-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@supports (object-fit: cover) {
  .b-std__extra-img img {
    object-fit: cover;
  }
}
.b-std__title {
  margin-top: 0;
}
.hoverevents .b-std:hover img {
  transform: rotateY(0.015deg) rotateZ(0.015deg) scaleX(1.1) scaleY(1.1);
}
.hoverevents .b-std:hover .b-std__extra-img img {
  transform: rotateY(0.005deg) rotateZ(0.005deg) scaleX(1.05) scaleY(1.05);
}
@media (max-width: 62.499rem) {
  .b-std__title {
    font-size: 2.4rem;
  }
}
@media (min-width: 46.875rem) {
  .b-std__img {
    margin-bottom: 2rem;
  }
}
.b-suggest__group {
  margin-bottom: 2.4rem;
}
.b-suggest__group-title {
  font-size: 2.4rem;
}
.b-suggest__item {
  display: flex;
  align-items: center;
  min-height: 11.8rem;
  padding: 1.2rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
.b-suggest__img {
  flex: 0 0 auto;
  width: 9.6rem;
  min-width: 0;
  margin-right: 3.6rem;
}
.b-suggest__content {
  flex: 1 1 auto;
  min-width: 0;
}
.b-suggest__title {
  margin-bottom: 0;
}
.b-suggest__annot {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  margin-top: 0.8rem;
  margin-bottom: 0;
  font-size: 1.4rem;
}
.b-suggest__tags {
  display: flex;
  gap: 0.5rem 2rem;
  flex-wrap: wrap;
  margin-top: 0.8rem;
  font-size: 1.4rem;
}
.b-suggest__show-all {
  margin-top: 7rem;
}
.b-suggest__item--bold {
  border-color: #000;
}
.b-suggest:has(.b-suggest__group) {
  padding-bottom: 7rem;
}
.b-suggest--b2b {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 0;
}
.b-suggest--b2b .b-suggest__item {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.b-suggest--b2b .b-suggest__show-all {
  margin-top: 3rem;
}
.b-suggest:empty {
  display: none;
}
.b-suggest:not(:empty) + .b-suggest--before {
  display: none;
}
@media (min-width: 46.875rem) {
  .b-suggest__item {
    padding: 1.2rem 2.4rem;
  }
  .b-suggest__annot {
    font-size: 1.6rem;
  }
  .b-suggest__tags {
    font-size: 1.6rem;
  }
  .b-suggest:has(.b-suggest__group) {
    padding-bottom: 9rem;
  }
  .b-suggest--b2b:has(.b-suggest__group) {
    padding-bottom: 3rem;
  }
}
.b-content {
  position: relative;
}
.b-content img {
  display: block;
  aspect-ratio: auto 16/9;
}
.b-content--about h2 {
  font-size: 3.2rem;
  letter-spacing: -0.01em;
}
.b-content--showroom table {
  --table-y-padding: 0.8rem;
}
.b-content--showroom tr {
  border: none;
}
.b-content--showroom td:first-child {
  padding-left: 0;
}
.b-content--showroom td:last-child {
  padding-right: 0;
}
@media (min-width: 46.875rem) {
  .b-content__inner {
    width: 50%;
  }
  .b-content__inner :is(h1, h2, h3, h4, h5, h6) {
    position: absolute;
    left: 0;
    width: 50%;
    margin-top: 0;
    padding-right: var(--row-main-gutter);
  }
}
@media (min-width: 62.5rem) {
  .b-content__inner h2 {
    font-size: 4.4rem;
  }
  .b-content ul > li {
    margin-bottom: 2.9rem;
  }
  .b-content--about h2 {
    font-size: 8rem;
  }
}
.b-login {
  display: flex;
  margin: 0;
  line-height: 1;
}
.b-login__link {
  display: flex;
  flex: 0 0 auto;
  padding: 0 1rem;
}
.b-login__btn {
  flex: 0 0 auto;
}
.b-login__icon {
  width: 2.3rem;
}
.b-burger {
  display: inline-block;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  color: inherit;
  line-height: inherit;
  text-align: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 1;
  display: flex;
  width: 3.3rem;
  height: 2.4rem;
  color: #7a736c;
  outline: none;
  font-size: 16px;
  line-height: 0.9375;
  text-transform: uppercase;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.b-burger span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  transition: transform 0.3s, top 0.3s, right 0.3s, width 0.3s,
    background-color 0.3s;
}
.b-burger span:nth-child(1) {
  top: 0;
}
.b-burger span:nth-child(2),
.b-burger span:nth-child(3) {
  top: 1.2rem;
}
.b-burger span:nth-child(4) {
  top: 2.4rem;
}
.is-menu-open .b-burger span:nth-child(1),
.is-menu-open .b-burger span:nth-child(4) {
  top: 8px;
  right: 50%;
  width: 0;
}
.is-menu-open .b-burger span:nth-child(2) {
  transform: rotate(45deg);
}
.is-menu-open .b-burger span:nth-child(3) {
  transform: rotate(-45deg);
}
.hoverevents .b-burger:hover span {
  background: #7a736c;
}
.is-menu-open .b-burger span {
    background:#000000 !important;
}
@media (max-width: 1200px) {
  .header--colorize{
      margin-bottom:-80px
  }
 .header--colorize .b-burger span {
     background:white;
 }
 .is-pinned .b-burger span {
     background:black !important;
 }
}

.b-social {
  padding: 2.4rem 0 4.8rem;
}
.b-social__title {
  margin-bottom: 3rem;
  font-size: 1.6rem;
  text-align: center;
}
.b-social__list {
  display: flex;
  gap: 2.4rem 1.6rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.b-social__item {
  display: flex;
  gap: 1rem 3.6rem;
}
@media (min-width: 46.875rem) {
  .b-social {
    padding: 2.4rem 0 6rem;
  }
  .b-social__list {
    gap: 2rem;
  }
  .b-social__title {
    font-size: 2.4rem;
  }
}
.b-visit {
  position: relative;
}
.b-visit__img {
  margin: 0;
}
.b-visit .grid__cell {
  position: static;
}
.b-visit__content li {
  margin: 0 0 clamp(0rem, 1.912568306vw, 2.8rem);
}
.b-visit__content li:last-child {
  margin: 0;
}
@media (min-width: 46.875rem) {
  .b-visit__title {
    min-height: 14.2rem;
  }
  .b-visit__grid {
    flex-direction: row-reverse;
  }
  .b-visit--full {
    padding: 3rem;
    color: #fff;
    aspect-ratio: 1416/828;
  }
  .b-visit--full .b-visit__cell--img {
    border: none;
  }
  .b-visit--full .b-visit__img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  .b-visit--inverse.b-visit--full {
    color: inherit;
  }
}
.b-column-content__content {
  line-height: 1.1;
}
.b-photos__cell--text {
  align-self: flex-end;
}
.b-photos__text {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.3;
}
.b-photos__img {
  margin: 0;
}
.b-photos__img + .b-photos__text {
  margin-top: 2.4rem;
}
@media (max-width: 46.874rem) {
  .b-photos__cell--odd {
    margin-left: auto;
  }
}
@media (min-width: 46.875rem) {
  .b-photos__text {
    margin-bottom: -0.3rem;
  }
  .b-photos__row--right .grid {
    flex-direction: row-reverse;
  }
  .b-photos__row--2-vertical-left-horizontal-right .grid {
    justify-content: flex-start;
  }
  .b-photos__row--2-vertical-left-horizontal-right
    .grid
    .grid__cell:last-child {
    margin-left: auto;
  }
  .b-photos__row--2-vertical-right-horizontal-left .grid {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .b-photos__row--2-vertical-right-horizontal-left
    .grid
    .grid__cell:last-child {
    margin-right: auto;
  }
  .b-photos__row--2-vertical .grid {
    justify-content: center;
  }
  .b-photos__row--right .b-photos__text,
  .b-photos__row--2-vertical-right-horizontal-left .b-photos__text {
    text-align: right;
  }
}
@media (min-width: 62.5rem) {
  .b-photos__row--vertical-small-big
    .b-photos__cell:nth-child(2)
    .b-photos__text {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: right;
    transform: translateX(-100%) translateX(calc(var(--grid-gutter) * -1));
  }
  .b-photos__row--vertical-big-small
    .b-photos__cell:nth-child(1)
    .b-photos__text {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 33.3333333333%;
    transform: translateX(100%) translateX(calc(var(--grid-gutter)));
  }
  .b-photos__row--vertical-big-small
    .b-photos__cell:nth-child(2)
    .b-photos__text {
    text-align: right;
  }
}
.b-quote {
  margin: 0;
}
.b-quote__author {
  margin: 0 0 0.5rem;
  line-height: 1.3;
}
.b-quote__name {
  display: block;
  font-style: normal;
}
.b-quote__quote {
  margin: 0;
  font-style: normal;
}
.b-quote__holder + .b-quote__content {
  line-height: 1.1;
}
.b-quote__btn {
  margin-top: 2.5rem;
  margin-bottom: 0;
}
.b-quote__title {
  margin: 0 0 1.7em;
}
.b-quote__img {
  max-height: 75.6rem;
}
.b-column-content .b-quote__holder {
  max-width: calc(
    (var(--row-main-width) - var(--row-main-gutter)) / 12 * 5 -
      var(--row-main-gutter)
  );
}
.b-quote--vertical .b-quote__content {
  line-height: var(--line-heigt);
}
.b-quote--highlighted {
  padding: 2.5rem var(--row-main-gutter) 4.5rem;
  background: rgba(187, 179, 170, 0.35);
}
@media (max-width: 29.999rem) {
  .b-quote--highlighted {
    margin-right: calc(var(--row-main-gutter) * -1);
    margin-left: calc(var(--row-main-gutter) * -1);
  }
}
@media (min-width: 46.875rem) {
  .b-quote__author {
    margin: 0 0 1.5rem;
  }
  .b-quote__grid {
    flex-direction: row-reverse;
  }
  .b-quote__content + .b-quote__btn {
    margin-top: 3.2rem;
  }
  .b-quote--highlighted {
    padding: var(--row-main-gutter);
  }
  .b-quote--vertical .b-quote__author {
    margin: 0 0 2rem;
  }
  .b-quote--reversed:not(.b-quote--vertical) .b-quote__grid {
    flex-direction: row;
  }
}
@media (min-width: 75rem) {
  .b-quote--vertical.b-quote--highlighted {
    padding: 3rem var(--row-main-gutter) 12rem;
  }
}
.b-trademark__img {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 55%;
  height: 100%;
  margin: 0 auto;
}
.b-content-photos__cell {
  width: 83.3333333333%;
}
.b-content-photos__cell:nth-child(even) {
  margin-left: auto;
}
.b-content-photos__cell--w-carousel {
  width: 100%;
}
.b-content-photos--v1
  .b-content-photos__cell:nth-child(5n + 2)
  .b-content-photo__imgs,
.b-content-photos--v2
  .b-content-photos__cell:nth-child(5n + 5)
  .b-content-photo__imgs {
  aspect-ratio: 7/3;
}
.b-content-photos--v1
  .b-content-photos__cell:nth-child(5n + 3)
  .b-content-photo__imgs,
.b-content-photos--v2
  .b-content-photos__cell:nth-child(5n + 1)
  .b-content-photo__imgs {
  aspect-ratio: 5/7;
}
@media (min-width: 46.875rem) {
  .b-content-photos__grid {
    margin-bottom: -14rem;
  }
  .b-content-photos__cell {
    width: 75%;
    margin-left: 0;
    border-bottom-width: 14rem;
  }
  .b-content-photos--v1 .b-content-photos__cell:nth-child(5n + 2),
  .b-content-photos--v2 .b-content-photos__cell:nth-child(5n + 5) {
    margin-left: auto;
  }
  .b-content-photos--v1 .b-content-photos__cell:nth-child(5n + 3),
  .b-content-photos--v2 .b-content-photos__cell:nth-child(5n + 1) {
    width: 45%;
    padding-top: 6rem;
  }
  .b-content-photos--v1 .b-content-photos__cell:nth-child(5n + 4),
  .b-content-photos--v2 .b-content-photos__cell:nth-child(5n + 2) {
    width: 50%;
  }
  .b-content-photos--v1 .b-content-photos__cell:nth-child(5n + 5),
  .b-content-photos--v2 .b-content-photos__cell:nth-child(5n + 3) {
    width: 66.6666666667%;
    margin-left: auto;
  }
}
.b-content-photo__imgs {
  margin: 0 0 2rem;
  aspect-ratio: 3/2;
}
.b-content-photo__imgs .embla__viewport,
.b-content-photo__imgs .grid,
.b-content-photo__imgs .grid__cell,
.b-content-photo__imgs .b-content-photo__img {
  height: 100%;
}
.b-content-photo__img {
  margin: 0;
}
.b-content-photo__title {
  margin: 0 0 3rem;
}
@media (min-width: 30rem) {
  .b-content-photo__content {
    width: 90%;
    max-width: 816px;
  }
}
.b-benefits {
  text-align: center;
}
.b-benefits__title {
  margin: 0 0 6.7rem;
}
.b-benefits__icon {
  width: 8.4rem;
  height: 8.4rem;
  margin: 0 auto 3rem;
}
.b-bnr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 48rem;
  text-align: center;
}
.b-bnr__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.b-bnr__img {
  width: 9.6rem;
  height: 7.5rem;
  margin: 0 auto 4.2rem;
}
.b-bnr__img .icon-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.b-bnr__title {
  margin: 0 0 2.4rem;
  text-align: center;
}
.b-bnr__bottom {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.b-bnr__bottom .btn {
  position: relative;
  z-index: 2;
}
.b-bnr--bordered {
  border: 0.1rem solid #000;
  border-width: 0.1rem 0;
}
.b-bnr--sm {
  min-height: 0;
}
.b-bnr--contact {
  justify-content: flex-start;
  min-height: 0;
  padding: 0;
  text-align: left;
}
.b-bnr--contact .b-bnr__title {
  margin-bottom: 3.1rem;
  text-align: left;
}
.b-bnr--contact .b-bnr__img {
  margin: 0 0 4.2rem;
}
.b-bnr--contact .b-bnr__bottom {
  justify-content: flex-start;
}
@media (min-width: 46.875rem) {
  .b-bnr__bottom {
    gap: 2rem 3.5rem;
  }
}
@media (min-width: 62.5rem) {
  .b-bnr--contact {
    padding: 0;
  }
}
.b-showroom {
  display: flex;
  container: showroom/inline-size;
}
.b-showroom__inner {
  gap: var(--row-main-gutter);
  width: 100%;
  padding: 2.5rem 1.5rem;
  background-color: #e7e4e1;
}
.grid__cell > .b-showroom {
  height: 100%;
}
.b-showroom__content {
  display: flex;
  flex-direction: column;
}
.b-showroom__decor {
  margin-bottom: 0.4rem;
}
.b-showroom__img {
  margin-bottom: 2.3rem;
}
.b-showroom__title {
  margin: 0 0 2.9rem;
}
.b-showroom__address {
  margin-bottom: 2.3rem;
  font-style: normal;
}
.b-showroom__mail {
  display: inline-block;
  word-break: break-all;
}
.b-showroom__more {
  margin-top: auto;
}
.b-showroom__more .btn {
  position: relative;
  z-index: 2;
}
.b-showroom__decor,
.b-showroom__address {
  font-size: 1.4rem;
}
.b-showroom__info {
  font-size: 1.2rem;
}
.b-showroom--red .b-showroom__inner {
  background-color: #f0e2e4;
}
.b-showroom--green .b-showroom__inner {
  background-color: #e1e8e0;
}
.b-showroom--person .b-showroom__title {
  margin-bottom: 0.8rem;
}
.b-showroom--person .b-showroom__decor {
  margin-bottom: 1.8rem;
}
@container showroom (min-width: 400px) {
  .b-showroom__inner {
    display: flex;
    flex-direction: row-reverse;
    padding: 4rem 2.3rem;
  }
  .b-showroom__content {
    margin-right: auto;
  }
  .b-showroom__img {
    width: 50%;
    max-width: 19.4rem;
    margin: 0;
  }
  .b-showroom__decor,
  .b-showroom__address {
    font-size: 1.6rem;
  }
}
@media (min-width: 46.875rem) {
  .b-showroom--person {
    min-height: 20.4rem;
  }
  .b-showroom--person .b-showroom__address {
    margin-top: auto;
  }
  .b-showroom--person .b-showroom__decor {
    margin-bottom: 0.4rem;
  }
}
.b-news {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.b-news .grid__cell {
  position: static;
}
.b-news__title {
  margin: 0 0 1rem;
}
.b-news__link {
  text-decoration: none;
}
.b-news__img {
  margin: auto 0 2.4rem;
}
.b-news__btn .btn {
  position: relative;
  z-index: 1;
}
@media (max-width: 46.874rem) {
  .b-news__annot {
    display: none;
  }
}
@media (min-width: 46.875rem) {
  .b-news {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    grid-template-rows: auto auto 1fr;
    grid-template-areas: "img title" "img annot" "img btn";
    grid-gap: 0 2.4rem;
  }
  .b-news__img {
    grid-area: img;
    margin: 0;
  }
  .b-news__img::before {
    position: relative;
    z-index: 1;
    height: 100%;
    padding-top: 140%;
    background: rgba(0, 0, 0, 0.55);
    transition: background-color 0.3s;
  }
  .b-news__title {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: title;
  }
  .b-annot-product__main > .b-news__title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .b-news__title:first-child {
    margin: -1rem 0 1.5rem;
  }
  .b-news__annot {
    grid-area: annot;
    margin: 0 0 clamp(2.4rem, 4.9435028249vw, 6rem);
  }
  .b-news__btn {
    grid-area: btn;
  }
  .is-active .b-news__img::before {
    background: rgba(0, 0, 0, 0);
  }
  .b-news > .b-modal__title {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
}
.b-annot-product__main > .b-news__btn {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}
.b-annot-product__main > .b-news__annot {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}
.b-person__title {
  margin-bottom: 0.6rem;
}
.b-person__address {
  margin-bottom: 2.2rem;
  font-style: normal;
  font-size: 1.6rem;
}
.b-person__link {
  display: block;
}
@media (min-width: 75rem) {
  .b-person__img::before {
    padding-top: 150.447761194%;
  }
  .b-person__title {
    padding-top: 8.3rem;
  }
}
.b-accordeon__item {
  border-bottom: 1px solid #000;
}
.b-accordeon__item:first-child {
  border-top: 1px solid #000;
}
.b-accordeon__title {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  padding: 1.7rem 0;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.b-accordeon__btn {
  position: relative;
  width: 3.2rem;
  height: 3.2rem;
  font-size: 0;
  transition: transform 0.3s;
}
.b-accordeon__btn::before,
.b-accordeon__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  width: 0.2rem;
  height: 100%;
  background: #000;
  transform: translate(-50%, -50%);
  transition: transform 0.3s;
}
.b-accordeon__btn::after {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.b-accordeon__content {
  padding: 0 0 3rem;
}
.b-accordeon__item.is-expanded .b-accordeon__btn {
  transform: rotate(-45deg);
}
@media (min-width: 24.6875rem) {
  .b-accordeon__title {
    font-size: 3.2rem;
  }
}
@media (min-width: 46.875rem) {
  .b-accordeon__content {
    padding: 0 0.7rem 8.7rem;
  }
}
.b-parameters__list {
  display: flex;
  gap: 1.5rem 0;
  flex-wrap: wrap;
  align-items: center;
}
.b-parameters__list > *,
.b-parameters__param > * {
  margin: 0;
  font-weight: 400;
}
.b-parameters__param {
  display: flex;
  gap: 1.5rem 0;
  align-items: center;
}
.b-parameters__name {
  width: 50%;
  padding-right: 1rem;
}
.b-parameters__value {
  width: 50%;
  text-align: right;
  text-wrap: balance;
}
.b-parameters__img img {
  object-position: center bottom;
}
.b-parameters--categories {
  --gap: var(--grid-gutter);
  --param-gap: 1.4rem;
  display: flex;
  gap: 4.8rem var(--gap);
  flex-wrap: wrap;
}
.b-parameters--categories .b-parameters__list {
  display: block;
  margin: 0 0 calc(var(--param-gap) * -1);
}
.b-parameters--categories .b-parameters__param {
  margin: 0 0 var(--param-gap);
}
.b-parameters--categories .b-parameters__group {
  width: 100%;
}
@media (max-width: 62.499rem) {
  .b-parameters--categories .b-parameters__list {
    font-size: 1.6rem;
  }
}
@media (min-width: 30rem) {
  .b-parameters__list {
    font-size: 2.4rem;
  }
}
@media (min-width: 46.875rem) {
  .b-parameters__list {
    gap: 2.2rem 0;
  }
}
@media (min-width: 62.5rem) {
  .b-parameters--categories {
    --param-gap: 2.2rem;
  }
}
@media (min-width: 75rem) {
  .b-parameters__group--cols .b-parameters__list-wrap {
    column-gap: var(--gap);
    column-count: 2;
  }
  .b-parameters--categories {
    --gap: 12.5rem;
  }
  .b-parameters--categories .b-parameters__group {
    width: calc(50% - var(--gap) / 2);
  }
  .b-parameters--categories .b-parameters__group--cols {
    width: 100%;
  }
}
.b-links {
  text-align: center;
}
.b-links__grid {
  --grid-y-spacing: 5.2rem;
}
.b-links__title {
  margin-bottom: 2rem;
}
.b-links__list {
  margin-bottom: -1.2rem;
}
.b-links__item {
  margin: 0 0 1.2rem;
}
@media (min-width: 30rem) {
  .b-links__cell {
    flex: 1 1 auto;
    width: auto;
  }
}
.b-images__carousel {
  padding: 3.6rem 0;
  border: 0.1rem solid #000;
  border-width: 0.1rem 0;
}
.b-images__img {
  max-height: 44.6rem;
}
.b-images__img img {
  object-position: bottom;
}
@media (max-width: 91.499rem) {
  .b-images__carousel {
    margin: 0 calc(var(--row-main-gutter) * -1);
  }
}
@media (max-width: 46.874rem) {
  .b-images__carousel {
    --arrow-position: var(--row-main-gutter);
  }
  .b-images__img {
    max-height: 39rem;
  }
}
@media (min-width: 46.875rem) {
  .b-images__carousel {
    padding: 7.2rem 0;
  }
}
.b-learn .grid__cell {
  position: static;
}
@media (min-width: 46.875rem) {
  .b-learn__grid {
    flex-direction: row-reverse;
  }
}
.b-catalog__content {
  display: flex;
}
.b-catalog__content > * {
  flex: 0 0 100%;
  transition: opacity 0.3s, visibility 0.3s;
}
.b-catalog__stores {
  position: relative;
}
.b-catalog__map {
  margin-left: -100%;
  visibility: hidden;
  opacity: 0;
}
.b-catalog.is-map-visible .b-catalog__map {
  visibility: visible;
  opacity: 1;
}
.b-catalog.is-map-visible .b-catalog__stores {
  visibility: hidden;
  opacity: 0;
}
@media (min-width: 46.875rem) {
  .b-catalog__grid {
    flex-wrap: nowrap;
  }
  .b-catalog__cell--filter {
    flex: 0 0 auto;
    width: 30rem;
  }
  .b-catalog__cell--items {
    flex: 1 1 auto;
  }
  .b-catalog .paging {
    margin-left: -36rem;
    pointer-events: none;
  }
  .b-catalog .paging a {
    pointer-events: auto;
  }
}
@media (min-width: 62.5rem) {
  .b-catalog__cell--filter {
    flex: 0 0 auto;
    width: 36rem;
  }
  .b-catalog--spec .b-catalog__cell--filter {
    width: 48rem;
  }
}
.b-filters {
  margin: 0 0 1.8rem;
}
.b-filters__list {
  display: flex;
  gap: calc(var(--grid-gutter) / 2) var(--grid-gutter);
  flex-wrap: wrap;
  font-size: 1.6rem;
}
.b-filters__item {
  flex: 0 0 auto;
}
.b-filters__remove {
  text-decoration: none;
}
.b-product {
  height: 100%;
  padding: 1.2rem;
  font-size: 1.6rem;
  text-align: center;
  overflow: hidden;
}
.b-product > * {
  margin: 0 0 0.5rem;
}
.b-product__title {
  margin: 0 0 1rem;
  font-size: 1.6rem;
}
.b-product__img-wrap {
  mix-blend-mode: multiply;
}
.b-product__img {
  margin: 0 0 1.6rem;
  transition: opacity 0.3s, visibility 0.3s;
  object-position: center bottom;
}
.b-product__img--hover {
  visibility: hidden;
  opacity: 0;
}
.b-product__hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 1.2rem;
  visibility: hidden;
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  mix-blend-mode: multiply;
}
.b-product__hover img {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  object-fit: contain;
  object-position: center bottom;
}
.b-product__tags {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  margin: 1.5rem 0 1rem 0.4rem;
  font-size: 1.4rem;
  text-align: left;
}
.b-product--gray {
  background: rgba(0, 0, 0, 0.03);
  text-align: left;
}
.b-product--gray .b-product__img-wrap::before {
  padding-top: 125.2252252252%;
}
.c-products__item--wide .b-product__img-wrap::before {
  padding-top: 56.5040650407%;
}
.hoverevents .b-product:hover .b-product__img--hover {
  visibility: visible;
  opacity: 1;
}
.hoverevents .b-product:hover .b-product__img--hover + .b-product__img {
  visibility: hidden;
  opacity: 0;
}
.hoverevents .b-product:hover .b-product__hover {
  z-index: -1;
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.hoverevents .b-product:hover .b-product__img-wrap--hover img {
  opacity: 0;
}
@media (min-width: 75rem) {
  .b-product__tags {
    font-size: 1.6rem;
  }
}

.projectpage-banner-img{width:100%;}
@media (max-width: 479px) {
  .projectpage-banner-img{display:none;}
}

.b-annot-reference__title {
  margin: 0 0 2rem;
}
.b-annot-reference__params {
  margin: 0 0 2.4rem;
}
.b-annot-reference__params li{
  margin-bottom:1.2rem
}
.b-annot-reference__desc {
  font-size: 1.6rem;
  line-height: 130%;
}

.b-reference .b-reference__img {
    border-radius:8px;
    background-color:#000;
    
}
.b-reference .b-reference__img img{
    transition: transform 1s;
    
}
.b-reference:hover .b-reference__img img{
    transform: scale(1.1);
    
}

@media (min-width: 46.875rem) {
  .b-annot-reference__title {
    margin: 0 0 7.2rem;
  }
  .b-annot-reference__grid {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .b-annot-reference__params {
    margin: 0 0 4.2rem;
  }
}
.b-reference__img {
  margin: 0 0 1rem;
}
.b-reference__title {
  margin: 0;
}
.b-annot-product__carousel {
  --arrow-position: var(--row-main-gutter);
  margin: 0 0 2.4rem;
}
.b-annot-product__img {
  min-height: 45rem;
}
.b-annot-product__img::before {
  padding-top: 37.7604166667%;
}
.b-annot-product__main {
  display: grid;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  grid-template-areas: "title title" "annot annot" "code warranty" "info warranty" "btn btn";
}
.b-annot-product__title {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: title;
}
.b-annot-product__main > .b-annot-product__title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}
.b-annot-product__annot {
  grid-area: annot;
}
.b-annot-product__main > .b-annot-product__annot {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}
.b-annot-product__code {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: code;
}
.b-annot-product__info {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: info;
}
.b-annot-product__code,
.b-annot-product__info {
  margin: 0;
  font-size: 1.6rem;
  line-height: 130%;
}
.b-annot-product__btns {
  grid-area: btn;
}
.b-annot-product__main > .b-annot-product__btns {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}
.b-annot-product__warranty {
  -ms-grid-row: 3;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  grid-area: warranty;
  align-self: flex-end;
}
@media (max-width: 29.999rem) {
  .b-annot-product__annot {
    display: none;
  }
  .b-annot-product__warranty img {
    width: 110px;
  }
}
@media (min-width: 46.875rem) {
  .b-annot-product__carousel {
    --arrow-position: 4.8rem;
  }
  .b-annot-product__main {
    grid-template-columns: 50% calc(16.5% - 2.4rem) 1fr;
    grid-template-rows: auto 1fr auto;
    grid-template-areas: "title code info" "annot code warranty" "btn code warranty";
    grid-gap: 0 var(--grid-gutter);
  }
  .b-annot-product__title {
    padding-top: 0.5rem;
  }
  .b-annot-product__info {
    align-self: flex-start;
  }
  .b-annot-product__main > .b-modal__title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .b-annot-product__main > .b-news__title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .b-annot-product__main > .b-news__annot {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .b-annot-product__main > .b-news__btn {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .b-annot-product__main > .b-annot-product__title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .b-annot-product__main > .b-annot-product__annot {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .b-annot-product__code {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 3;
  }
  .b-annot-product__info {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .b-annot-product__main > .b-annot-product__btns {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .b-annot-product__warranty {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 5;
  }
}
@media (min-width: 91.5rem) {
  .b-annot-product__carousel {
    max-width: 192rem;
    margin-right: auto;
    margin-left: auto;
  }
  .b-annot-product__main {
    grid-template-columns: calc(
        (var(--vw, 1vw) * 100 - var(--row-main-width)) / 2 +
          var(--row-main-gutter) - var(--row-main-gutter)
      ) calc(
        66.5% -
          (
            (var(--vw, 1vw) * 100 - var(--row-main-width)) / 2 +
              var(--row-main-gutter)
          ) - 24.5rem
      ) 21.3rem 1fr calc(
        (var(--vw, 1vw) * 100 - var(--row-main-width)) / 2 +
          var(--row-main-gutter) - var(--row-main-gutter)
      );
    grid-template-areas: ". title code info ." ". annot code warranty ." ". btn code warranty .";
    margin-right: calc(
      (
          (var(--vw, 1vw) * 100 - var(--row-main-width)) / 2 +
            var(--row-main-gutter)
        ) * -1
    );
    margin-left: calc(
      (
          (var(--vw, 1vw) * 100 - var(--row-main-width)) / 2 +
            var(--row-main-gutter)
        ) * -1
    );
  }
  .b-annot-product__main > .b-modal__title {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .b-annot-product__main > .b-news__title {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .b-annot-product__main > .b-news__annot {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .b-annot-product__main > .b-news__btn {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .b-annot-product__main > .b-annot-product__title {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .b-annot-product__main > .b-annot-product__annot {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .b-annot-product__code {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 5;
  }
  .b-annot-product__info {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
  .b-annot-product__main > .b-annot-product__btns {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .b-annot-product__warranty {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 7;
  }
}
.b-collection__annot {
  font-size: 1.8rem;
  line-height: 130%;
}
@media (min-width: 46.875rem) {
  .b-collection__annot {
    column-gap: var(--grid-gutter);
    column-count: 2;
  }
}
.b-info {
  padding: var(--row-main-gutter);
  background: #fff;
  outline: 500rem solid rgba(0, 0, 0, 0.5);
  box-shadow: 0 0.4rem 10rem rgba(0, 0, 0, 0.35);
}
.b-info__img {
  width: 8rem;
  border-radius: 0.4rem;
}
.b-info__close {
  position: absolute;
  top: var(--row-main-gutter);
  right: var(--row-main-gutter);
  font-size: 0;
}
.b-info__close .icon-svg {
  width: 2.4rem;
}
.b-info__name {
  margin: 0 0 3.8rem;
}
.b-info__table tr {
  border-width: 0.1rem 0 0;
  border-color: #d9d9d9;
}
.b-info__table td {
  vertical-align: middle;
  padding: 1.4rem;
}
.b-info__table td:first-child {
  padding-left: 0;
  font-weight: 500;
}
.b-info__table td:last-child {
  padding-right: 0;
}
@media (min-width: 24.6875rem) {
  .b-info {
    padding: 2.4rem;
  }
  .b-info__close {
    top: 2.4rem;
    right: 2.4rem;
  }
}
.b-ready-to-ship {
  font-size: 1.6rem;
}
.b-ready-to-ship__title {
  display: flex;
  gap: calc(var(--row-main-gutter) / 2) var(--row-main-gutter);
  flex-wrap: wrap;
  margin: 0;
  padding: 1.8rem 0 2.4rem;
  border-top: 0.1rem solid #000;
}
.b-register {
  padding: 2rem 2rem 6rem;
}
.b-register__content {
  margin: 0 0 8.2rem;
}
.b-register__content ul {
  margin: 0 0 2.8rem;
}
@media (max-width: 46.874rem) and (min-width: 24.6875rem) {
  .b-register__title {
    font-size: 4.4rem;
  }
  .b-register__content {
    font-size: 2.4rem;
    line-height: 1.25;
  }
}
@media (min-width: 46.875rem) {
  .b-register {
    padding: 2.4rem;
  }
}
@media (min-width: 62.5rem) {
  .b-register__content {
    margin: 0 0 13.2rem;
  }
}
.b-representative {
  padding: var(--grid-gutter);
  background: rgba(187, 179, 170, 0.35);
}
.b-representative__img {
  max-width: 39.7rem;
}
@media (max-width: 46.874rem) {
  .b-representative__img {
    margin: 0 0 var(--row-main-gutter);
  }
}
@media (min-width: 46.875rem) {
  .b-representative {
    display: flex;
    gap: var(--grid-gutter);
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding: 4.5rem;
  }
  .b-representative__img {
    flex: 1 1 50%;
  }
}
.b-sections__sticky {
  position: sticky;
  top: var(--header-height);
  transition: top 0.3s;
  will-change: top;
}
.b-sections__item {
  margin: 0 0 2rem;
}
.b-sections__item:last-child {
  margin: 0;
}
.b-sections__list--inline {
  display: flex;
  gap: 1.5rem 1rem;
  flex-wrap: wrap;
}
.b-sections__list--inline .btn__text {
  padding: 0.6rem 1.1rem 0.8rem;
}
header.is-unpinned + .main .b-sections__sticky {
  top: 0;
}
.b-sections__item.is-active .b-sections__btn {
  --text-color: #ffffff;
  --bg-color: #000000;
  --bd-color: #000000;
  --hover-bd-color: #000000;
  --hover-text-color: #000000;
  --hover-bg-color: #ffffff;
}
.b-accordion {
  --icon-width: clamp(2rem, calc(32 / 1464 * 100vw), 3.2rem);
  --icon-right: clamp(1.2rem, calc(37 / 1464 * 100vw), 3.7rem);
}
.b-accordion__item {
  margin: 0 0 1.3rem;
  border: 0.1rem solid #000;
}
.b-accordion__item:last-child {
  margin: 0;
}
.b-accordion__head {
  display: flex;
  list-style: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.b-accordion__head::marker,
.b-accordion__head::-webkit-details-marker {
  display: none;
}
.b-accordion__img {
  flex: 0 0 auto;
  width: 33.3%;
  max-width: 32.6rem;
}
.b-accordion__text {
  display: block;
  flex: 1 1 auto;
  align-self: center;
  padding: clamp(var(--row-main-gutter), 2.2540983607vw, 3.3rem);
}
.b-accordion__name {
  position: relative;
  display: block;
  padding-right: calc(var(--icon-width) + var(--icon-right));
  font-size: clamp(1.8rem, 2.2598870056vw, 3.2rem);
}
.b-accordion__name::before,
.b-accordion__name::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: var(--icon-width);
  height: 0.2rem;
  background: #000;
  transform: translateY(-50%);
}
.b-accordion__name::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.3s;
}
.b-accordion__pre,
.b-accordion__after {
  display: none;
}
.b-accordion__content {
  padding: clamp(var(--row-main-gutter), 2.2540983607vw, 3.3rem);
}
.b-accordion__content > .grid {
  max-width: 100%;
}
.b-accordion__radios {
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
}
.b-accordion__btn--list {
  display: none;
}
.b-accordion__item--w-img > .b-accordion__content {
  padding: var(--row-main-gutter);
}
.b-accordion--light {
  --icon-right: 0;
}
.b-accordion--light .b-accordion__item {
  margin: 0 0 -0.1rem;
  border-width: 0.1rem 0;
}
.b-accordion--light .b-accordion__text {
  padding: 2.4rem 0;
}
.b-accordion--light .b-accordion__content {
  padding: 0 0 3.6rem;
}
.b-accordion__item--w-agree .b-accordion__content {
  display: none;
}
.b-accordion:has(a[href*="type=print"]) .b-file-gallery__btn--online,
.b-accordion:has(a[href*="type=online"]) .b-file-gallery__btn--print {
  display: none;
}
.b-accordion__item[open] > .b-accordion__head .b-accordion__name::after {
  transform: translateY(-50%);
}
.b-accordion__item--w-agree > .b-accordion__content {
  display: block;
}
.b-accordion__item--w-agree[open] > .b-accordion__head .b-accordion__after {
  display: block;
}
.b-accordion__item--w-agree[open] > .b-accordion__head .b-accordion__text {
  padding-bottom: 0;
}
.b-accordion__item.is-initialized .b-accordion__btn--gallery {
  display: none;
}
.b-accordion__item.is-initialized .b-accordion__btn--list {
  display: block;
}
@media (max-width: 46.874rem) {
  .b-accordion__item--w-agree > .b-accordion__head {
    flex-direction: column;
  }
  .b-accordion__item--w-agree > .b-accordion__head .b-accordion__img {
    width: 100%;
    max-width: none;
  }
  .b-accordion__item--w-agree > .b-accordion__head .b-accordion__text {
    align-self: stretch;
  }
}
@media (min-width: 75rem) {
  .b-accordion__item--w-img > .b-accordion__content {
    margin-left: min(33.3%, 32.6rem);
    padding: var(--row-main-gutter) var(--row-main-gutter) 6rem;
  }
  .b-accordion__item--w-agree > .b-accordion__content {
    padding: 11.6rem var(--row-main-gutter) var(--row-main-gutter);
  }
}
.b-file {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: var(--row-main-gutter);
  border: 0.1rem solid #000;
  font-family: "MatterSQMono", "MatterSQ", -apple-system, blinkmacsystemfont,
    "Segoe UI", roboto, helvetica, arial, sans-serif;
  font-size: 1.6rem;
  text-decoration: none;
}
.b-file__img {
  display: inline-block;
  flex: 0 0 auto;
  width: 6rem;
}
.b-file__main {
  display: block;
}
.b-file__name {
  display: inline-block;
  text-decoration: underline;
}
.b-file__link {
  display: block;
  flex: 0 0 auto;
  margin: 0 0 0 auto;
  text-decoration: underline;
  transition: color 0.3s;
}
.b-file__link-text {
  position: relative;
}
.b-file__link-text::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.6rem;
  height: 1.6rem;
  margin: -0.8rem 0 0 -0.8rem;
  border: 0.2rem solid #000;
  border-radius: 0.8rem;
  border-top-color: rgba(0, 0, 0, 0);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
}
.b-file__link.is-loading {
  color: #a0a0a0;
  pointer-events: none;
}
.b-file__link.is-loading .b-file__link-text::after {
  visibility: visible;
  opacity: 1;
  animation: animation-rotate 0.8s infinite linear;
}
@media (min-width: 62.5rem) {
  .b-file {
    gap: 2rem;
    padding: 2rem 2.3rem 2.6rem;
  }
  .b-file__img {
    width: 12.7rem;
  }
  .b-file__name {
    display: block;
    margin: 0 0 0.8rem;
    font-size: clamp(1.8rem, 1.6393442623vw, 2.4rem);
  }
  .b-file__main > *:last-child {
    margin-bottom: 0;
  }
  .b-file:has(.b-file__img) {
    padding: 1.2rem 2.3rem 1.2rem 1.2rem;
  }
}
.b-viewer {
  --bg: #eeeeee;
}
.b-viewer hr {
  border-color: #d9d9d9;
}
.b-viewer .btn__text {
  font-family: "MatterSQ", -apple-system, blinkmacsystemfont, "Segoe UI", roboto,
    helvetica, arial, sans-serif;
}
.b-viewer .tooltip__content {
  width: 35rem;
}
.b-viewer .icon-svg--fullscreen-close {
  display: none;
}
.b-viewer__inner {
  display: grid;
  grid-template-rows: auto 4.8rem 1fr;
  grid-template-areas: "content" "." "config";
  margin-right: calc(var(--row-main-gutter) * -1);
  margin-left: calc(var(--row-main-gutter) * -1);
  padding: var(--row-main-gutter) var(--row-main-gutter) 0;
  background: var(--bg);
  overflow: clip;
}
.b-viewer__content {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  position: relative;
  display: grid;
  grid-template-rows: 5rem auto 5rem;
  grid-template-areas: "name" "view" "panel";
  grid-area: content;
  background: var(--bg);
}
.b-viewer__inner > .b-viewer__content {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.b-viewer__view {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  position: relative;
  grid-area: view;
  min-height: 46rem;
  max-height: 75dvh;
  transition: filter 0.3s;
}
.b-viewer__view .img {
  width: 100%;
  height: 100%;
}
.b-viewer__view canvas.empty {
  background: url("../img/illust/dummy/chair.html");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.b-viewer__modal {
  position: relative;
  z-index: 3;
  grid-area: 1/1/3/1;
  pointer-events: none;
}
.b-viewer__modal > * {
  pointer-events: auto;
}
.b-viewer__name {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: name;
  align-self: flex-start;
  font-size: 1.6rem;
}
.b-file-inline > .b-viewer__name {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.b-viewer__config {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: config;
  min-height: 48rem;
}
.b-viewer__panel {
  display: flex;
  grid-area: 1/1/4/1;
  justify-content: center;
  pointer-events: none;
}
.b-viewer__close {
  display: none;
  margin: 0 0 4rem;
}
.b-viewer__close .item-icon {
  width: 2.4rem;
}
.b-viewer__setup {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  position: relative;
  z-index: 1;
  grid-area: config;
  overflow: hidden;
  pointer-events: none;
}
.b-viewer__setup-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 45rem;
  background: #fff;
  overflow: hidden;
  opacity: 0;
  transform: translateX(100%);
  transition: transform 0.3s, opacity 0.3s;
  pointer-events: auto;
  box-shadow: 0 -0.4rem 10rem rgba(0, 0, 0, 0.3);
}
.b-viewer__loader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #a0a0a0;
}
.b-viewer__placeholder {
  position: relative;
  height: 900px;
  background: var(--bg);
}
.b-viewer__qr {
  position: relative;
  width: 250px;
  height: 250px;
  margin-right: auto;
  margin-left: auto;
}
.b-viewer__qr img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  background: #fff;
  transform: translate(-50%, -50%);
}
.b-viewer__text {
  font-size: 1.4rem;
}
.b-viewer__msg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 33rem;
  padding: 2.4rem;
  background: #fff;
  font-size: 1.4rem;
  text-align: center;
  transform: translateX(-50%);
}
.b-viewer__content--fullscreen {
  padding: var(--row-main-gutter);
}
.b-viewer.has-error .b-viewer__view {
  filter: grayscale(100%);
}
.b-viewer.has-error .b-viewer__error {
  visibility: visible;
  opacity: 1;
}
.b-viewer.has-error .b-viewer__panel .b-panel__btn {
  pointer-events: none;
}
.b-viewer__setup.is-open .b-viewer__setup-inner {
  opacity: 1;
  transform: none;
}
@media (max-width: 91.499rem) {
  .b-viewer__name {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 5rem;
    padding: 0 calc(var(--row-main-gutter) + 5rem);
    text-align: center;
  }
}
@media (min-width: 24.6875rem) {
  .b-viewer__inner {
    padding: 2.4rem 2.4rem 0;
  }
  .b-viewer__content--fullscreen {
    padding: 2.4rem;
  }
}
@media (min-width: 62.5rem) {
  .b-viewer__inner {
    grid-template-columns: 1fr 5.6rem clamp(33rem, 30.737704918vw, 45rem);
    grid-template-rows: auto 1fr;
    grid-template-areas: "content . config" ". . config";
    margin-right: 0;
    margin-left: 0;
    padding: 4rem;
  }
  .b-viewer__configurator {
    margin: auto 0;
  }
  .b-viewer__setup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    grid-area: auto;
  }
  .b-viewer__setup-inner {
    max-width: clamp(33rem, 30.737704918vw, 45rem);
  }
  .b-viewer__content--fullscreen {
    padding: 4rem;
  }
  .b-viewer.is-fullscreen .icon-svg--fullscreen {
    display: none;
  }
  .b-viewer.is-fullscreen .icon-svg--fullscreen-close {
    display: block;
  }
  .b-viewer.is-fullscreen .b-viewer__inner {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    height: 100dvh;
    overscroll-behavior: none;
  }
  .b-viewer.is-fullscreen .b-viewer__close {
    display: block;
  }
  .b-viewer.is-fullscreen .b-viewer__view {
    grid-area: 1/1/4/3;
    max-height: 100dvh;
    margin-top: -4rem;
    margin-bottom: -4rem;
  }
  .b-viewer.is-fullscreen .b-viewer__config {
    display: flex;
    flex-direction: column;
  }
  .b-viewer.is-fullscreen .b-viewer__configurator {
    flex: 1 1 auto;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .b-viewer__inner > .b-modal__content {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .b-viewer__inner > .b-viewer__content {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .b-viewer__config {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }
  .b-viewer__setup {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }
}
@media (min-width: 91.5rem) {
  .b-viewer__panel {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: panel;
  }
}
.b-panel {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}
.b-panel__item {
  margin: 0;
}
.b-panel__item--snapshot {
  width: calc(50% - 0.8rem);
  margin-bottom: auto;
}
.b-panel__item--more {
  width: calc(50% - 0.8rem);
  margin-bottom: auto;
  text-align: right;
}
.b-panel__item--minus {
  margin-left: auto;
}
.b-panel__item .tooltip {
  pointer-events: auto;
}
.b-panel__btn {
  pointer-events: auto;
}
.b-panel__btn .btn__text {
  padding: 1.2rem;
  border-radius: 0.4rem;
}
.b-panel__btn .item-icon {
  --icon-size: 2.4rem;
}
.b-panel__btn .icon-svg {
  width: 2.4rem;
  height: 2.4rem;
}
.b-panel__btn--rounded .btn__text {
  padding: 1rem 1.4rem 1.2rem;
  border-radius: 10rem;
}
.b-panel__item--rotate .btn .item-icon,
.b-panel__item--rulers .btn .item-icon,
.b-panel__item--minus .btn .item-icon,
.b-panel__item--plus .btn .item-icon,
.b-panel__item--full .btn .item-icon,
.b-panel__item--more .btn .item-icon,
.b-panel__item--copy .btn .item-icon {
  --spacing: 0;
}
.b-panel__item--rotate .btn .item-icon__text,
.b-panel__item--rulers .btn .item-icon__text,
.b-panel__item--minus .btn .item-icon__text,
.b-panel__item--plus .btn .item-icon__text,
.b-panel__item--full .btn .item-icon__text,
.b-panel__item--more .btn .item-icon__text,
.b-panel__item--copy .btn .item-icon__text {
  display: none;
}
.b-panel__item--snapshot .btn__text,
.b-panel__item--3d .btn__text {
  padding: 1.2rem;
  border-radius: 0.4rem;
}
.b-panel__item--snapshot .tooltip__btn .item-icon,
.b-panel__item--3d .tooltip__btn .item-icon {
  --spacing: 0;
}
.b-panel__item--snapshot .tooltip__btn .item-icon__text,
.b-panel__item--3d .tooltip__btn .item-icon__text {
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  margin: -0.1rem;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
@media (max-width: 74.999rem) {
  .b-panel__item--rotate,
  .b-panel__item--rulers,
  .b-panel__item--3d,
  .b-panel__item--full {
    display: none;
  }
  .b-panel__item--room {
    margin-right: auto;
  }
  .b-panel__tooltip {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: var(--row-main-gutter);
    background: #fff;
    outline: 500rem solid rgba(0, 0, 0, 0.25);
    transform: translateY(100%);
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
    pointer-events: auto;
    box-shadow: 0 0 5rem rgba(0, 0, 0, 0.15);
  }
  .b-panel .tooltip__arrow {
    display: none;
  }
  .b-panel .tooltip__content {
    padding: 0;
    background: rgba(0, 0, 0, 0);
    box-shadow: none;
  }
  .hoverevents .b-panel .tooltip.is-initialized:hover .b-panel__tooltip,
  .tooltip.is-initialized:focus .b-panel__tooltip,
  .tooltip.is-initialized:focus-within .b-panel__tooltip {
    transform: none;
  }
}
@media (max-width: 62.499rem) {
  .b-panel__item--copy {
    display: none;
  }
}
@media (max-width: 24.6865rem) {
  .b-panel__item--room .btn__text {
    padding: 1.2rem;
    border-radius: 0.4rem;
  }
  .b-panel__item--room .item-icon__icon {
    margin: 0;
  }
  .b-panel__item--room .item-icon__text {
    display: none;
  }
}
@media (min-width: 75rem) {
  .b-panel__item--more {
    display: none;
  }
  .b-panel__item--snapshot {
    width: 100%;
  }
  .b-panel__item--room {
    margin-left: auto;
  }
}
@media (min-width: 91.5rem) {
  .b-panel {
    max-width: 84rem;
  }
  .b-panel__item--rotate {
    order: 1;
  }
  .b-panel__item--rulers {
    order: 2;
  }
  .b-panel__item--room {
    order: 3;
  }
  .b-panel__item--snapshot {
    order: 4;
    width: auto;
    margin: 0;
  }
  .b-panel__item--3d {
    order: 5;
  }
  .b-panel__item--minus {
    order: 6;
  }
  .b-panel__item--plus {
    order: 7;
  }
  .b-panel__item--full {
    order: 8;
  }
  .b-panel__item--copy {
    order: 9;
  }
}
.b-configurator {
  font-size: 1.4rem;
  line-height: 1.1;
}
.b-configurator__group {
  margin: 0 0 0.8rem;
  padding: var(--row-main-gutter);
  background: #fff;
}
.b-configurator__title {
  margin: 0 0 0.4rem;
  font-weight: 500;
}
.b-configurator__options .b-configurator__list {
  margin: 1.4rem 0 0;
  padding-left: 3rem;
}
.b-configurator__item {
  padding: 1.7rem 0;
}
.b-configurator__item:last-child {
  padding-bottom: 0;
}
.b-configurator__item + .b-configurator__item,
.b-configurator__options .b-configurator__item:first-child {
  border-top: 0.1rem solid #d9d9d9;
}
.b-configurator__list:first-child .b-configurator__item:first-child {
  padding-top: 0;
}
.b-configurator__inner {
  display: flex;
  gap: 1.6rem;
  align-items: center;
  margin: 0;
}
.b-configurator__name {
  margin-right: auto;
}
.b-configurator__previews {
  display: flex;
  gap: 1rem;
  color: #7a736c;
  font-size: 1.2rem;
  line-height: 1.1;
  text-align: center;
}
.b-configurator__preview {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
}
.b-configurator__preview:last-child {
  width: 6rem;
  margin-left: -1rem;
}
.b-configurator__img-wrap {
  position: relative;
  width: 4rem;
}
.b-configurator__img {
  display: block;
  border-radius: 0.4rem;
}
.b-configurator__img.fit-contain > img {
  object-fit: contain;
}
.b-configurator__img::before {
  border: 0.1rem solid rgba(0, 0, 0, 0.05);
  border-radius: 0.4rem;
}
.b-configurator__icon-warning {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.6rem;
  color: #d1a537;
  transform: translate(50%, -50%);
}
.b-configurator__icon-empty {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.4rem;
  color: rgba(0, 0, 0, 0.25);
  transform: translate(-50%, -50%);
}
.b-configurator__check {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.2rem;
  height: 1.2rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.05);
  border-radius: 0.5rem;
}
.b-configurator__check .icon-svg {
  width: 0.6rem;
  color: #000;
}
.b-configurator__price {
  margin: 0.4rem 0 0;
}
.b-configurator__btn {
  display: flex;
  width: 1.8rem;
}
.b-configurator__btn .icon-svg {
  width: 1.8rem;
}
.b-configurator__options {
  margin: 0.8rem 0 0;
}
.b-configurator__checkbox {
  font-size: inherit;
}
.b-configurator__summary {
  position: sticky;
  bottom: 0;
  padding: 1.6rem 0;
  background: var(--bg);
}
.b-configurator__item.is-empty > .b-configurator__inner .name__text {
  color: #d1a537;
}
.b-configurator__item.is-crossed .b-configurator__img-wrap {
  overflow: hidden;
}
.b-configurator__item.is-crossed .b-configurator__img-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 170%;
  height: 0.5rem;
  border: 0.2rem solid #fff;
  background: #000;
  transform: translate(-50%, -50%) rotate(-46deg);
}
@media (min-width: 24.6875rem) {
  .b-configurator__group {
    padding: 2.4rem;
  }
}
.b-tooltip {
  font-size: 1.6rem;
  text-align: left;
}
.b-tooltip__head {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  min-height: 4rem;
  margin: 0 0 1.6rem;
}
.b-tooltip__name {
  --spacing: 1rem;
  --icon-size: 2.4rem;
  font-weight: 500;
  font-size: 1.8rem;
}
.b-tooltip__close {
  font-size: 0;
}
.b-tooltip__close .icon-svg {
  width: 2.4rem;
}
.b-tooltip__list li {
  border: 0.1rem solid #d9d9d9;
  border-width: 0.1rem 0 0;
}
.b-tooltip__link {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  width: 100%;
  padding: 1.3rem 0;
  border: 0;
  background: rgba(0, 0, 0, 0);
  text-decoration: none;
  cursor: pointer;
}
.b-tooltip__link .icon-svg {
  width: 2.4rem;
  margin-left: auto;
}
.b-tooltip__info {
  color: #a0a0a0;
}
.b-viewer__modal .b-tooltip__head {
  min-height: 2.4rem;
}
.b-tooltip__list--files .b-tooltip__link {
  position: relative;
  padding-left: 6rem;
}
.b-tooltip__list--files .b-tooltip__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4.3rem;
  width: 0.8rem;
  height: 0.8rem;
  border: 0.1rem solid #d9d9d9;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #d9d9d9 #d9d9d9;
  transform: translateY(-100%);
}
@media (min-width: 75rem) {
  .b-tooltip {
    font-size: 1.2rem;
  }
  .tooltip .b-tooltip__close {
    display: none;
  }
}
.b-infowindow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 36rem;
  padding: 2.4rem;
  background: #fff;
  outline: 500rem solid rgba(0, 0, 0, 0.25);
  font-size: 1.6rem;
  line-height: 1.09375;
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s, visibility 0.3s;
}
.b-infowindow .item-icon {
  --spacing: 1rem;
  --icon-size: 2.4rem;
}
.b-infowindow__close {
  color: #a0a0a0;
  font-weight: 500;
  text-decoration: none;
}
.b-infowindow--error {
  max-width: 29rem;
  padding: 2.4rem;
  outline: none;
  font-size: 1.2rem;
  box-shadow: 0 0 5rem rgba(0, 0, 0, 0.15);
}
.b-infowindow.is-open {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 24.6875rem) {
  .b-infowindow {
    padding: 3.2rem;
  }
  .b-infowindow--error {
    padding: 2.4rem;
  }
}
.b-summary {
  display: flex;
  gap: 1.4rem 0.8rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.b-summary__price-wrap {
  flex: 0 1 auto;
}
.b-summary__price {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  margin: 0 0 0.4rem;
}
.b-summary__price .icon-svg {
  width: 1.8rem;
}
.b-summary__amount {
  flex: 0 0 auto;
  font-weight: 500;
  font-size: 2rem;
}
.b-summary__price-note {
  color: #a0a0a0;
  font-size: 1.2rem;
}
.b-summary__btn {
  flex: 0 0 auto;
  font-weight: 500;
}
.has-error .b-summary__btn {
  pointer-events: none;
}
.has-error .b-summary__btn .btn {
  opacity: 0.1;
}
.has-error .b-summary__btn .tooltip__content {
  visibility: visible;
  opacity: 1;
}
.has-error .b-summary__price-wrap {
  display: none;
}
@media (min-width: 24.6875rem) {
  .b-summary {
    justify-content: space-between;
  }
  .b-summary__btn {
    margin-left: auto;
  }
}
.b-setup {
  display: flex;
  flex-direction: column;
  height: 100%;
  font-size: 1.4rem;
  line-height: 1.1;
}
.b-setup__head {
  position: relative;
  z-index: 1;
  background: #fff;
  transition: box-shadow 0.3s;
}
.b-setup__head-inner {
  display: flex;
  gap: 1rem;
  align-items: center;
  min-height: 8.2rem;
  margin: 0;
  padding: var(--row-main-gutter);
}
.b-setup__back {
  display: flex;
}
.b-setup__back .icon-svg {
  top: 0.1rem;
  width: 1.8rem;
}
.b-setup__search-btn {
  display: flex;
  margin-left: auto;
}
.b-setup__search-btn .icon-svg {
  width: 2.4rem;
}
.b-setup__search {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  display: flex;
  gap: 1.6rem;
  align-items: center;
  min-height: 8.2rem;
  padding: 1.7rem var(--row-main-gutter);
  background: #fff;
  transform: translateY(-100%);
  transition: transform 0.3s;
}
.b-setup__inp {
  flex: 1 1 auto;
}
.b-setup__tabs {
  margin: 0 0 1.6rem;
}
.b-setup__content {
  flex: 1 1 auto;
  padding: 0 var(--row-main-gutter);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.b-setup__grid {
  --grid-x-spacing: 1rem;
  --grid-y-spacing: 1rem;
}
.b-setup__group {
  margin: 0 0 1.6rem;
  border-top: 0.1rem solid #d9d9d9;
}
.b-setup__group:last-child {
  margin: 0;
}
.b-setup__close {
  color: #a0a0a0;
  font-weight: 500;
  font-size: 1.8rem;
  text-decoration: none;
}
.b-setup__info {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.3s, opacity 0.3s;
  -webkit-overflow-scrolling: touch;
}
.b-setup__bottom {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: var(--row-main-gutter);
  box-shadow: 0 0.4rem 10rem rgba(0, 0, 0, 0.15);
}
.b-setup__verify {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  max-height: 100%;
  padding: var(--row-main-gutter);
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  transform: translateY(100%);
  transition: transform 0.3s, box-shadow 0.3s, outline 0.3s;
  -webkit-overflow-scrolling: touch;
}
.b-setup__item-link {
  text-decoration: none;
}
.b-setup__group--without-title:first-child {
  border-top: 0;
}
.b-setup__group--without-title:not(:first-child) {
  padding-top: 1.5rem;
}
.b-setup__head.is-open {
  box-shadow: 0 -0.4rem 10rem rgba(0, 0, 0, 0.3);
}
.b-setup__head.is-open .b-setup__search {
  transform: none;
}
.b-setup__head.has-shadow {
  box-shadow: 0 0.4rem 10rem rgba(0, 0, 0, 0.15);
}
.b-setup__verify.is-open {
  outline: 500rem solid rgba(0, 0, 0, 0.35);
  transform: none;
  box-shadow: 0 -0.4rem 10rem rgba(0, 0, 0, 0.3);
}
.b-setup__info.is-open {
  opacity: 1;
  transform: none;
}
.hoverevents .b-setup__item-link:hover {
  color: #000;
}
@media (min-width: 24.6875rem) {
  .b-setup__head-inner {
    padding: 2.4rem;
  }
  .b-setup__content {
    padding: 0 2.4rem;
  }
  .b-setup__bottom {
    padding: 2.4rem;
  }
  .b-setup__search {
    padding: 1.7rem 2.4rem;
  }
  .b-setup__verify {
    padding: 2.4rem;
  }
}
.b-group__head {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  min-height: 4.8rem;
  margin: 0 0 1rem;
}
.b-group__name {
  display: block;
  font-weight: 500;
  font-size: 1.8rem;
}
.b-group__name::first-letter {
  text-transform: uppercase;
}
.b-group__tooltip .icon-svg {
  width: 1.8rem;
}
.b-group__price {
  flex: 0 0 auto;
  margin-left: auto;
  color: #7a736c;
  font-size: 1.2rem;
}
.b-product-info__img {
  max-height: 89.1rem;
}
@media (max-width: 62.499rem) {
  .b-product-info__cell--img {
    display: none;
  }
}
.b-verify {
  display: flex;
  flex-direction: column;
}
.b-verify__selected {
  display: flex;
  gap: 1.6rem;
  align-items: center;
  padding-right: 3rem;
}
.b-verify__img {
  flex: 0 0 auto;
  width: 4rem;
  border-radius: 0.4rem;
}
.b-verify__close {
  position: absolute;
  top: var(--row-main-gutter);
  right: var(--row-main-gutter);
  font-size: 0;
}
.b-verify__message {
  box-shadow: 0 0.4rem 10rem rgba(0, 0, 0, 0.15);
}
.b-verify__configurator {
  color: #000;
}
.b-verify__bottom {
  display: flex;
  gap: 1.4rem 0.8rem;
  flex-direction: column-reverse;
  align-items: center;
  margin: 0;
}
@media (min-width: 24.6875rem) {
  .b-verify__close {
    top: 2.4rem;
    right: 2.4rem;
  }
  .b-verify__bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}
.b-ar {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.4rem;
  background: #eee;
  font-size: 1.8rem;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
}
.b-ar__icon {
  display: block;
  width: 5.6rem;
  height: 5.6rem;
  margin: 0 auto 1.6rem;
}
.b-ar__loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.4rem;
  background-color: #eee;
  text-align: center;
}
.b-ar.is-open {
  visibility: visible;
  opacity: 1;
}
.b-color {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 2rem 2.6rem 2.6rem;
}
.b-color__btn {
  margin: auto 0 0;
}
.b-color--red {
  background: #d3acb3;
}
.b-color--blue {
  background: #a2b7ce;
}
.b-color--green {
  background: #a8bda6;
}
.b-file-inline {
  display: grid;
  grid-template-columns: 6.4rem 1fr auto;
  grid-template-areas: "img name remove" "use use use";
  align-items: center;
  font-size: 1.6rem;
  grid-gap: 0.8rem 1.6rem;
}
.b-file-inline__img {
  grid-area: img;
}
@media (min-width: 46.875rem) {
  .b-news__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
  }
  .b-news > .b-news__title {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .b-news__annot {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .b-news__btn {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .b-news > .b-annot-product__title {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .b-annot-product__annot {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .b-annot-product__btns {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .b-file-inline__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
  }
}
.b-file-inline__name {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: name;
}
.b-file-inline > .b-file-inline__name {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.b-file-inline__size {
  display: block;
  font-size: 1.2rem;
}
.b-file-inline__use {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  display: flex;
  grid-area: use;
  gap: 3rem;
  flex: 1 1 auto;
}
.b-file-inline__remove {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: remove;
  font-size: 1.2rem;
}
@media (min-width: 46.875rem) {
  .b-file-inline {
    grid-template-columns: 6.4rem auto 1fr auto;
    grid-template-areas: "img name use remove";
  }
  .b-file-inline__use {
    justify-content: center;
  }
  .b-file-inline > .b-viewer__name {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .b-file-inline > .b-file-inline__name {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .b-file-inline__use {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
  }
  .b-file-inline__remove {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
}
.b-file-gallery {
  box-sizing: border-box;
}
.b-file-gallery__carousel {
  --arrow-position: 1.2rem;
}
.b-file-gallery__cell {
  width: 50%;
}
.b-file-gallery__img {
  margin: 0;
}
.b-file-gallery__btn {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
}
.b-file-gallery__btn .btn__text {
  min-width: 3.6rem;
  text-align: left;
  transition: padding 0.3s, background-color 0.3s, color 0.3s;
}
.b-file-gallery__btn .btn__text::before {
  content: "";
  position: absolute;
  top: 1.1rem;
  right: 1.3rem;
  z-index: 1;
  width: 0.9rem;
  height: 0.9rem;
  border: 0.1rem solid var(--bd-color);
  border-width: 0 0 0.1rem 0.1rem;
  transform: rotate(-45deg);
  transition: background-color 0.3s;
}
.b-file-gallery__btn-text {
  position: absolute;
  top: -0.1rem;
  right: -0.1rem;
  bottom: -0.1rem;
  display: flex;
  align-items: center;
  padding: 0 3.5rem 0.2rem 1.8rem;
  border: 0.1rem solid var(--bd-color);
  border-radius: 1.6rem;
  background: #fff;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
}
.b-file-gallery__btn-text::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.6rem;
  height: 1.6rem;
  margin: -0.8rem 0 0 -0.8rem;
  border: 0.2rem solid #000;
  border-radius: 0.8rem;
  border-top-color: rgba(0, 0, 0, 0);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
}
.b-file-gallery__arrows {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: none;
  pointer-events: none;
}
.b-file-gallery__arrows::before {
  content: "";
  padding-top: 66.6666666667%;
}
.b-file-gallery__arrows > * {
  pointer-events: auto;
}
.b-file-gallery__thumbs {
  display: none;
  padding-top: 1.6rem;
}
.b-file-gallery__thumb-grid {
  --grid-x-spacing: 1.6rem;
}
.b-file-gallery__thumb-cell {
  width: 27.5rem;
  max-width: 70%;
}
.b-file-gallery__thumbs .b-file-gallery__img::before {
  position: relative;
  z-index: 1;
  border: 0.2rem solid rgba(0, 0, 0, 0);
  transition: border-color 0.3s;
}
.b-file-gallery__restricted {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(--grid-gutter);
  background: rgba(255, 255, 255, 0.8);
  font-family: "MatterSQMono", "MatterSQ", -apple-system, blinkmacsystemfont,
    "Segoe UI", roboto, helvetica, arial, sans-serif;
  font-size: 1.6rem;
  text-align: center;
}
.b-file-gallery__restricted + .b-file-gallery__btn {
  display: none;
}
.b-file-gallery__btn.is-active .btn__text::after {
  content: none;
}
.b-file-gallery__carousel.is-initialized .b-file-gallery__grid {
  flex-wrap: nowrap;
}
.b-file-gallery__carousel.is-initialized .b-file-gallery__cell {
  width: 100%;
}
.b-file-gallery__carousel.is-initialized .b-file-gallery__arrows {
  display: flex;
}
.b-file-gallery__carousel.is-initialized .b-file-gallery__thumbs {
  display: block;
}
.b-file-gallery.is-expanded .b-file-gallery__cell.u-d-n,
.b-file-gallery__carousel.is-initialized .b-file-gallery__cell.u-d-n {
  display: block;
}
.is-expanded .b-file-gallery__more,
.b-file-gallery__carousel.is-initialized .b-file-gallery__more {
  display: none;
}
.b-file-gallery__btn.is-loading {
  pointer-events: none;
}
.b-file-gallery__btn.is-loading .btn__text::before,
.b-file-gallery__btn.is-loading .btn__text::after {
  background-color: #a0a0a0;
}
.b-file-gallery__btn.is-loading .b-file-gallery__btn-text {
  color: #a0a0a0;
}
.b-file-gallery__btn.is-loading .b-file-gallery__btn-text::after {
  visibility: visible;
  opacity: 1;
  animation: animation-rotate 0.8s infinite linear;
}
.b-file-gallery__thumb-cell.is-active .b-file-gallery__img::before {
  border-color: #000;
}
.b-file-gallery__btn.is-open .btn__text,
.hoverevents .b-file-gallery__btn:hover .btn__text {
  border-color: var(--bd-color);
  background: var(--bg-color);
  color: var(--text-color);
}
.b-file-gallery__btn.is-open .b-file-gallery__btn-text,
.hoverevents .b-file-gallery__btn:hover .b-file-gallery__btn-text {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 62.499rem) {
  .b-file-gallery__grid {
    --grid-x-spacing: 1.6rem;
    --grid-y-spacing: 1.6rem;
  }
}
@media (min-width: 24.6875rem) {
  .b-file-gallery__arrows::before {
    padding-top: 58.391959799%;
  }
  .b-file-gallery__carousel.is-initialized .b-file-gallery__img::before {
    padding-top: 58.391959799%;
  }
}
.b-annot-b2b__info {
  font-size: 1.4rem;
}
.b-annot-b2b__img::before {
  padding-top: 107.7586206897%;
}
.b-annot-b2b__viewer {
  display: none;
}
.b-annot-b2b__viewer.is-fullscreen {
  display: block;
}
@media (max-width: 46.874rem) {
  .b-annot-b2b__img {
    max-height: 35rem;
  }
}
@media (min-width: 46.875rem) {
  .b-annot-b2b {
    padding-top: 5.4rem;
  }
  .b-annot-b2b__grid {
    flex-direction: row-reverse;
  }
}
@media (min-width: 62.5rem) {
  .b-annot-b2b__info {
    font-size: 1.6rem;
  }
}
.b-how-it-works {
  --name-fz: 1.8rem;
}
.b-how-it-works__img::before {
  padding-top: 127.5862068966%;
}
.b-how-it-works__content {
  line-height: 1.1;
}
.b-how-it-works__content:first-child {
  margin-top: -0.5rem;
}
.b-how-it-works__content ol {
  counter-reset: item;
}
.b-how-it-works__content li {
  margin-bottom: 3.8rem;
  padding: 0;
}
.b-how-it-works__content li::before {
  content: "0" counter(item) " / ";
  position: static;
  font-weight: 400;
  font-size: var(--name-fz);
}
.b-how-it-works__content li:nth-child(n + 10)::before {
  content: counter(item) " / ";
}
.b-how-it-works__content strong {
  display: inline-block;
  margin-bottom: 1.4rem;
  font-weight: 400;
  font-size: var(--name-fz);
}
@media (max-width: 62.499rem) {
  .b-how-it-works__img {
    max-height: 38rem;
  }
}
@media (min-width: 62.5rem) {
  .b-how-it-works {
    --name-fz: 3.2rem;
  }
  .b-how-it-works__content li {
    margin-bottom: 5.2rem;
  }
  .b-how-it-works__content strong {
    margin-bottom: 2.8rem;
  }
}
@media (min-width: 91.5rem) {
  .b-how-it-works__img {
    min-height: 88.8rem;
  }
}
.b-newsletter-visit__visit {
  color: inherit;
}
@media (min-width: 46.875rem) {
  .b-newsletter-visit__cell > * {
    width: 100%;
    height: 100%;
  }
  .b-newsletter-visit__visit {
    padding: 1.6rem 2.6rem 2.6rem;
  }
  .b-newsletter-visit__visit .b-visit__grid {
    flex-direction: column;
    flex-wrap: nowrap;
    height: calc(100% + var(--grid-y-spacing));
  }
  .b-newsletter-visit__visit .b-visit__cell--img {
    border: none;
  }
  .b-newsletter-visit__visit .b-visit__cell--content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    max-width: 46rem;
    height: 90%;
  }
}
.b-carousel__carousel {
  --arrow-position: 5rem;
  margin: 0 0 3rem;
  background: #000;
  color: #fff;
}
.b-carousel__carousel .embla__btn {
  border-color: #fff;
  background: rgba(0, 0, 0, 0);
  color: #fff;
}
.b-carousel__item {
  display: flex;
  height: 100%;
}
.b-carousel__img {
  flex: 0 0 100%;
  min-height: 45rem;
}
.b-carousel__img::before {
  padding-top: 37.8125%;
}
.b-carousel__video {
  height: auto;
}
.b-carousel__video .video__video,
.b-carousel__video .video__video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: 101%;
  height: auto;
  min-height: 101%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1920/726;
  pointer-events: none;
}
.b-carousel__main {
  position: relative;
  flex: 0 0 100%;
  align-self: center;
  margin-left: -100%;
  padding: 9rem 0;
}
.b-carousel__title {
  margin: 0 0 2.5rem;
}
.b-carousel__annot {
  margin: 0 0 7.5rem;
  font-size: 2rem;
  line-height: 110%;
}
.b-carousel__btn .btn__text {
  min-width: 16rem;
}
.b-carousel__nav {
  counter-reset: item;
  position: absolute;
  right: 0;
  bottom: 2rem;
  left: 0;
  gap: 0;
  font-family: "MatterSQMono", "MatterSQ", -apple-system, blinkmacsystemfont,
    "Segoe UI", roboto, helvetica, arial, sans-serif;
  text-align: center;
  pointer-events: none;
}
.b-carousel__nav .embla__dot {
  width: 4rem;
  height: auto;
  font-size: 1.6rem;
  opacity: 0.5;
  transition: opacity 0.3s;
  pointer-events: auto;
}
.b-carousel__nav .embla__dot::before {
  content: "0" counter(item);
  counter-increment: item;
  top: auto;
  right: 0;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: auto;
  padding-bottom: 0.7rem;
  border: 0.2rem solid #fff;
  border-width: 0 0 0.2rem;
  border-radius: 0;
  color: #fff;
  transform: none;
}
.b-carousel__title-bottom {
  max-width: 40rem;
  margin: 0;
}
.b-carousel__carousel .embla__dot.is-selected,
.hoverevents .b-carousel__carousel .embla__dot:hover {
  opacity: 1;
}
.b-carousel__carousel .embla__dot.is-selected::before,
.hoverevents .b-carousel__carousel .embla__dot:hover::before {
  background: rgba(0, 0, 0, 0);
  color: #fff;
}
@media (max-width: 119.999rem) {
  .b-carousel .embla__btn {
    display: none;
  }
}
@media (max-width: 62.499rem) {
  .b-carousel--hp .b-carousel__img {
    min-height: calc(100dvh - var(--header-height));
  }
}
@media (min-width: 62.5rem) {
  .b-carousel {
    max-width: 192rem;
    margin-right: auto;
    margin-left: auto;
  }
  .b-carousel__title {
    margin: 0 0 2rem;
  }
  .b-carousel__annot {
    font-size: 4.4rem;
  }
  .b-carousel__title-bottom {
    max-width: 60rem;
  }
}
@media (min-width: 75rem) {
  .b-carousel:first-child {
    margin-top: calc(var(--header-height) * -1);
  }
  .b-annot-product .b-carousel:first-child {
    margin-top: 0;
  }
}
.b-change {
  display: flex;
}
.b-change__holder {
  width: 100%;
}
.b-change__before,
.b-change__after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}
.b-change__before {
  width: 50%;
}
.b-change__img {
  min-width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 2/1;
}
.b-change__handle {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 4rem;
  border: 1px solid #000;
  border-radius: 1.4rem;
  background-color: #fff;
  transform: translate(-50%, -50%);
  cursor: grab;
  pointer-events: auto;
}
.b-change__handle::before {
  content: " ";
  position: absolute;
  left: 50%;
  width: 0.2rem;
  height: 500rem;
  margin-left: -0.1rem;
  background: #fff;
  pointer-events: none;
}
.b-change__handle::after {
  content: "";
  position: absolute;
  width: 5rem;
  height: 5rem;
}
.b-change__handle > .icon-svg {
  transform: scale(0.7);
}
.b-change__label {
  position: absolute;
  top: 0.8rem;
  right: 1.2rem;
  color: #fff;
  font-size: 1.6rem;
}
.b-change__before .b-change__label {
  right: auto;
  left: 1.2rem;
}
.hoverevents .b-change__handle.is-scrolling:hover {
  cursor: grabbing;
}
.b-change__handle.is-scrolling {
  cursor: grabbing;
}
@media (min-width: 46.875rem) {
  .b-change__label {
    top: 3rem;
    right: 3rem;
    font-size: 3.6rem;
  }
  .b-change__before .b-change__label {
    left: 3rem;
  }
  .b-change__handle {
    width: 3.6rem;
    height: 7.2rem;
    border-radius: 2.8rem;
  }
  .b-change__handle > .icon-svg {
    transform: scale(1);
  }
}
.b-certificates__title {
  margin-top: 0;
}
.b-certificates__annot {
  margin-bottom: 0;
  font-size: 1.4rem;
}
.b-certificates__img {
  margin-bottom: 2.4rem;
}
@media (min-width: 62.5rem) {
  .b-certificates__grid-cell {
    width: 20%;
  }
  .b-certificates__annot {
    font-size: 1.6rem;
  }
}
.b-contact-person__job {
  margin-top: 0.7rem;
}
.b-contact-person__address {
  margin-top: 1.5em;
  font-style: normal;
}
.b-contact-person__address p {
  margin-bottom: 1.8rem;
}
@media (max-width: 46.874rem) {
  .b-contact-person__img-cell {
    order: 2;
  }
}
.b-workers {
  --item-spacing: 4.8rem;
}
.b-workers::before,
.b-workers::after {
  content: "";
  display: table;
}
.b-workers::after {
  clear: both;
}
.b-workers__items {
  margin: 0 0 calc(var(--item-spacing) * -1);
}
.b-workers__item {
  margin: 0 0 var(--item-spacing);
  transition: opacity 0.3s;
}
.js .b-workers__item.is-hidden {
  height: 0;
  margin-bottom: 0;
  opacity: 0;
}
.b-workers__more:has(.btn.is-hidden),
.b-workers .btn.is-hidden {
  display: none;
}
@media (min-width: 46.875rem) {
  .b-workers {
    --item-spacing: 7.2rem;
  }
  .b-workers__item:nth-child(even) .grid {
    flex-direction: row-reverse;
  }
}
.b-chairs .grid {
  flex-direction: row-reverse;
}
.b-chairs__item {
  display: block;
  margin-bottom: calc(10rem - var(--grid-gutter));
}
.b-chairs__img {
  margin-bottom: 2rem;
}
.b-chairs__decor {
  margin-bottom: 1.2rem;
  text-decoration: none;
}
.b-chairs__name {
  margin-top: 0;
}
.b-chairs__annot {
  margin-bottom: 1.5em;
  text-decoration: none;
}
.grid__cell:last-child .b-chairs__item {
  margin-bottom: 0;
}
@media (min-width: 46.875rem) {
  .b-chairs__item {
    margin-bottom: calc(10rem - var(--grid-gutter));
  }
  .b-chairs .grid__cell {
    display: flex;
    flex-direction: column;
  }
  .b-chairs .grid__cell:nth-child(2) .b-chairs__item {
    padding-top: 12rem;
  }
  .grid__cell[style*="right: 0px"] .b-chairs__inner {
    align-self: flex-end;
  }
}
.b-experience-day__content img {
  margin-top: 3.8em;
}
@media (min-width: 46.875rem) {
  .b-experience-day .grid {
    flex-direction: row-reverse;
  }
  .b-experience-day--reversed .grid {
    flex-direction: row;
  }
}
.b-about-content__title {
  margin: 0 0 3.6rem;
}
.b-about-content__author {
  margin: 0 0 1.5rem;
  line-height: 1.3;
}
.b-about-content__annot {
  margin-top: 0;
}
.b-about-content__img {
  margin-bottom: 1.5em;
}
.b-about-content--quote .b-about-content__annot {
  line-height: 1.1;
}
.b-about-content--reversed .grid {
  flex-direction: row-reverse;
}
@media (min-width: 46.875rem) {
  .b-about-content__title {
    margin: 0;
  }
  .b-about-content__cell--small {
    padding-top: 4.8rem;
  }
  .b-about-content--quote .b-about-content__title {
    margin-bottom: 4.8rem;
  }
}
.b-about-grid__grid {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 6rem;
}
.b-about-grid__cell--quote .b-quote__name {
  margin-bottom: 1.25em;
}
.b-about-grid__energy-title {
  margin-bottom: 0.4375em;
}
.b-about-grid__energy-annot {
  margin: 0;
}
.b-about-grid__article-title {
  margin-top: 1.18em;
}
@media (min-width: 46.875rem) {
  .b-about-grid__grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 6rem;
    column-gap: 4rem;
  }
  .b-about-grid__cell--quote .b-quote--highlighted {
    padding-bottom: 9rem;
  }
  .b-about-grid__cell--energy {
    padding-top: 8rem;
  }
  .b-about-grid__cell--article-1 {
    margin-top: -23rem;
  }
}
@media (min-width: 75rem) {
  .b-about-grid__grid {
    grid-template-columns: 1fr 50%;
    row-gap: 20rem;
    column-gap: 12rem;
  }
  .b-about-grid__cell--energy {
    grid-column: span 1;
    padding-top: 12rem;
  }
  .b-about-grid__cell--quote {
    grid-column: span 1;
  }
  .b-about-grid__cell--quote .b-quote__content {
    font-size: 4.4rem;
    line-height: 1.1;
  }
  .b-about-grid__cell--article-1 {
    margin-top: -60rem;
  }
}
.b-search-results__head {
  display: flex;
  gap: 1.8rem;
  align-items: center;
  width: 100%;
  margin: 0 0 0.8rem;
}
.b-search-results__inp {
  flex: 1 1 auto;
  min-width: 0;
  padding: 0;
  border: none;
}
.b-search-results__clear {
  margin-left: auto;
  font-size: 0;
}
.b-search-results__clear .icon-svg {
  width: 3rem;
}
.b-search-results__info {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 5.5rem;
}
.b-search-results__tabs {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
}
.b-search-results__inp:focus-visible {
  outline: none;
}
.b-annot-article__video {
  aspect-ratio: 16/9;
}
.b-annot-article__info {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  align-items: center;
  padding: 2.3rem 0;
  border: 0.1rem solid #000;
  border-width: 0.1rem 0;
}
.b-annot-article__params {
  flex: 1 1 auto;
  font-family: "MatterSQMono", "MatterSQ", -apple-system, blinkmacsystemfont,
    "Segoe UI", roboto, helvetica, arial, sans-serif;
  font-size: 1.6rem;
}
.b-annot-article__social {
  flex: 0 0 auto;
}
.b-annot-article__social .grid {
  --grid-x-spacing: 1.6rem;
}
.c-articles__item {
  margin-bottom: 6rem;
}
.c-articles__item:last-child {
  margin-bottom: 0;
}
@media (min-width: 46.875rem) {
  .c-articles__list {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-flow: row dense;
    column-gap: 2.5rem;
  }
  .c-articles__item {
    grid-column: span 6;
    margin-bottom: 7.2rem;
  }
  .c-articles__item:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 46.875rem) and (max-width: 62.499rem) {
  .c-articles__item:nth-child(odd) {
    position: relative;
    top: 8.4rem;
  }
}
@media (min-width: 62.5rem) {
  .c-articles__item:nth-child(8n + 1),
  .c-articles__item:nth-child(8n + 5),
  .c-articles__item:nth-child(8n + 9),
  .c-articles__item:nth-child(8n + 13) {
    grid-column: span 12;
  }
  .c-articles__item:nth-child(8n + 2),
  .c-articles__item:nth-child(8n + 3),
  .c-articles__item:nth-child(8n + 4) {
    grid-column: span 6;
  }
  .c-articles__item:nth-child(8n + 3) {
    display: flex;
    grid-row: span 2;
    justify-content: flex-end;
    align-items: center;
  }
  .c-articles__item:nth-child(8n + 6),
  .c-articles__item:nth-child(8n + 7),
  .c-articles__item:nth-child(8n + 8) {
    grid-column: span 4;
  }
  .c-articles__item:nth-child(8n + 6):nth-last-child(3),
  .c-articles__item:nth-child(8n + 7):nth-last-child(2),
  .c-articles__item:nth-child(8n + 8):nth-last-child(1) {
    margin-bottom: 0;
  }
  .c-articles--about .c-articles__item:nth-child(4n + 1),
  .c-articles--about .c-articles__item:nth-child(4n + 3) {
    grid-column: span 6;
  }
  .c-articles--about .c-articles__item:nth-child(4n + 2) {
    display: flex;
    grid-row: span 2;
    justify-content: flex-end;
    align-items: center;
  }
  .c-articles--about .c-articles__item:nth-child(4n + 3) {
    display: block;
    grid-row: auto;
  }
  .c-articles--about .c-articles__item:nth-child(4n + 4) {
    grid-column: span 12;
  }
  .c-articles--about .c-articles__item:nth-child(4n + 6):nth-last-child(3),
  .c-articles--about .c-articles__item:nth-child(4n + 7):nth-last-child(2),
  .c-articles--about .c-articles__item:nth-child(4n + 8):nth-last-child(1) {
    margin-bottom: 0;
  }
}
@media (min-width: 62.5rem) and (max-width: 74.999rem) {
  .c-articles .b-article__title {
    font-size: 3.2rem;
  }
  .c-articles .b-article__desc {
    font-size: 1.6rem;
  }
}
@media (min-width: 75rem) {
  .c-articles__item:nth-child(4n + 5) .b-article__title {
    font-size: 3.2rem;
  }
  .c-articles__item:nth-child(4n + 5) .b-article__desc {
    font-size: 1.6rem;
  }
  .c-articles--about .c-articles__item {
    margin-bottom: 9rem;
  }
  .c-articles--about .c-articles__item:nth-child(odd) {
    margin-bottom: 9rem;
  }
}
.c-positions__list {
  display: flex;
  gap: 3.9rem;
  flex-direction: column;
}
@media (min-width: 46.875rem) {
  .c-positions--columns .c-positions__wrap {
    display: flex;
    gap: var(--row-main-gutter);
  }
  .c-positions--columns .c-positions__title-wrap {
    flex: 0 0 auto;
    width: 40%;
    max-width: 36rem;
  }
  .c-positions--columns .c-positions__title {
    display: flex;
    align-items: center;
    max-width: 20rem;
    min-height: 3.5rem;
    margin: 0;
  }
  .c-positions--columns .c-positions__list {
    flex: 1 1 auto;
  }
  .c-positions--columns .c-positions__content {
    margin-left: calc(min(40%, 36rem) + var(--row-main-gutter));
  }
}
@media (min-width: 62.5rem) {
  .c-positions--columns .c-positions__title {
    min-height: 4.8rem;
    padding-top: 1rem;
  }
}
.c-pages__title {
  text-align: center;
}
.c-pages.full-width {
  padding-top: 4rem;
  border-top: 0.1rem solid #000;
}
@media (min-width: 46.875rem) {
  .c-services__grid {
    padding-bottom: 7rem;
  }
  .c-services__cell:nth-child(odd) {
    top: 7rem;
  }
}
@media (min-width: 62.5rem) {
  .c-services__grid {
    padding-bottom: 15rem;
  }
  .c-services__cell:nth-child(odd) {
    top: 15rem;
  }
}
.c-bnr-contact__cell {
  border-bottom-width: 4.8rem;
}
@media (min-width: 46.875rem) {
  .c-bnr-contact__grid {
    margin-bottom: -4.8rem;
    padding-bottom: 9.3rem;
  }
  .c-bnr-contact__cell:nth-child(even) {
    top: 9.3rem;
  }
}
@media (min-width: 75rem) {
  .c-bnr-contact {
    margin-bottom: -11.8rem;
  }
  .c-bnr-contact__cell {
    border-bottom-width: 11.8rem;
  }
  .c-bnr-contact__cell:nth-child(even) {
    top: unset;
  }
  .c-bnr-contact__cell:nth-child(3n + 2),
  .c-bnr-contact__cell:nth-child(3n + 3) {
    top: 9.3rem;
  }
}
.c-news{margin-bottom:4rem!important;}
.c-news__holder:first-child {
  margin: -1rem 0;
  padding: 1rem 0;
  overflow: clip;
}
.c-news__embla {
  overflow: visible;
}
@media (max-width: 46.874rem) {
  .c-news__btn-holder {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    aspect-ratio: 9/5;
    pointer-events: none;
  }
  .c-news__btn-holder * {
    pointer-events: auto;
  }
}
@media (min-width: 75rem) {
  .c-news__grid {
    --grid-x-spacing: 8.4rem;
  }
  .c-news__cell {
    width: calc(100% - 45.6rem - var(--grid-x-spacing));
  }
}
.c-quotes__cell:nth-child(odd) .c-quotes__item {
  margin-left: auto;
}
.c-std__list {
  --grid-y-spacing: 2.4rem;
}
@media (max-width: 46.874rem) {
  .c-std__list {
    --grid-x-spacing: 1.2rem;
  }
}
@media (min-width: 46.875rem) {
  .c-std__list {
    --grid-y-spacing: 4.6rem;
  }
  .c-std--spec .b-std__title,
  .c-std--small .b-std__title {
    font-size: 2.4rem;
  }
}
.c-usefull__btn-holder {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  pointer-events: none;
  aspect-ratio: 3/2;
}
@media (min-width: 30rem) {
  .c-usefull__btn-holder {
    aspect-ratio: 6/2;
  }
}
.c-products__list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-gap: var(--grid-gutter);
}
.c-products__item--wide {
  grid-column: span 2;
}
@media (max-width: 24.6865rem) {
  .c-products__item--wide {
    grid-column: span 1;
  }
}
@media (max-width: 46.874rem) {
  .c-products {
    --grid-gutter: 1.2rem;
  }
}
@media (min-width: 24.6875rem) {
  .c-products__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 62.5rem) {
  .c-products__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 91.5rem) {
  .c-products__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.c-products-carousel--bd {
  padding: 2.4rem 0 3rem;
  border: 0.1rem solid #000;
  border-width: 0.1rem 0;
}
@media (max-width: 91.499rem) {
  .c-products-carousel__carousel {
    margin-right: calc(var(--row-main-gutter) * -1);
    margin-left: calc(var(--row-main-gutter) * -1);
  }
}
@media (min-width: 91.5rem) {
  .c-products-carousel--bd {
    padding-bottom: 7rem;
  }
  .c-products-carousel--wide {
    --width: min(
      192rem,
      calc(var(--vw, 1vw) * 100 - 2 * var(--row-main-gutter))
    );
    position: relative;
    left: 50%;
    width: 100vw;
    width: var(--width);
    margin-left: -50vw;
    margin-left: calc(var(--width) / -2);
  }
  .c-products-carousel--wide .c-products-carousel__cell {
    width: 20%;
  }
}
.c-categories {
  font-size: 1.6rem;
}
.c-categories__list {
  --grid-x-spacing: 1.6rem;
  --grid-y-spacing: 1.6rem;
}
.c-categories__link {
  display: flex;
}
.c-categories__img {
  flex: 0 0 auto;
  width: 9.3rem;
}
.c-categories__text {
  display: flex;
  flex: 1;
  align-items: center;
  padding: 1.2rem;
  background: #f5f5f5;
}
.f-filter ::-webkit-scrollbar {
  width: 0.2rem;
}
.f-filter ::-webkit-scrollbar-track {
  border-radius: 0.1rem;
  background: #c4c4c4;
}
.f-filter ::-webkit-scrollbar-thumb {
  border-radius: 0.1rem;
  background: #000;
}
.f-filter__toggle {
  margin: 0;
  border-bottom: 0.1rem solid #000;
  font-size: 1.6rem;
}
.f-filter__wrap {
  border-top: 0.1rem solid #000;
}
.f-filter__toggle + .f-filter__wrap {
  border: none;
}
.f-filter__btn {
  width: 100%;
  text-decoration: none;
}
.f-filter__btn--toggle {
  display: block;
  padding-bottom: 2rem;
  text-align: center;
}
.f-filter__btn--toggle .item-icon__icon {
  transition: transform 0.3s;
}
.f-filter__group {
  border-bottom: 0.1rem solid #000;
}
.f-filter__inner {
  padding: 0 1rem 1.9rem 0;
}
.f-filter__list {
  max-height: 17rem;
  margin: 0 0 -0.8rem;
  overflow-x: hidden;
  overflow-y: auto;
}
.f-filter__item {
  display: flex;
  margin: 0 0 0.8rem;
}
.f-filter__item a {
  text-decoration: none;
  font-size: 15px;
}

.isactive a {
  color:#b1765b;
}

.f-filter__title {
  display: flex;
  margin: 0;
}
.f-filter__btn--name {
  position: relative;
  padding: 1.9rem 0;
  font-size: 1.6rem;
}
.f-filter__btn--name::before,
.f-filter__btn--name::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.6rem;
  height: 0.1rem;
  background: #000;
  transform: translateY(-50%);
  transition: transform 0.3s, width 0.3s;
}
.f-filter__btn--name::after {
  transform: translateY(-50%) rotate(90deg);
}
.f-filter__btns {
  display: flex;
  gap: var(--grid-gutter);
  padding: 3.6rem 0 0;
}
.f-filter__inps {
  margin: 0 0 1.8rem;
}
.js .f-filter:not(.is-open) .f-filter__wrap,
.js .f-filter__group:not(.is-open) .f-filter__inner {
  display: none;
}
.f-filter.is-open .f-filter__toggle .item-icon__icon {
  transform: scale(-1);
}
.js .f-filter .inp-item a {
  pointer-events: none;
}
.f-filter__group.is-open .f-filter__btn--name::before {
  width: 2.2rem;
  transform: translateY(-50%) rotate(45deg);
}
.f-filter__group.is-open .f-filter__btn--name::after {
  width: 2.2rem;
  transform: translateY(-50%) rotate(135deg);
}
@media (min-width: 46.875rem) {
  .f-filter__list {
    max-height: 37.5rem;
  }
  .f-filter__btns {
    padding: 4.8rem 0 0;
  }
  .f-filter:not(.is-initialized):not(.is-open) .f-filter__wrap {
    display: block;
  }
  .f-filter:not(.is-initialized):not(.is-open)
    .f-filter__toggle
    .item-icon__icon {
    transform: scale(-1);
  }
  .js .f-filter__submit {
    display: none;
  }
}
.js .f-open__box {
  position: absolute;
  top: -500rem;
  left: -500rem;
  opacity: 0;
  transition: opacity 0.3s;
}
.js .f-open__box.is-open {
  position: static;
  top: auto;
  left: auto;
  opacity: 1;
}
.f-suggest {
  display: flex;
}
.f-suggest__toggle {
  display: flex;
}
.f-suggest__icon {
  width: 2.3rem;
}
.f-suggest__holder {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  height: calc(100dvh - var(--header-height));
  padding-top: 2.7rem;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
  overscroll-behavior: none;
}
.f-suggest__holder .row-main {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.f-suggest__content {
  position: relative;
  flex: 1 1 auto;
}
.f-suggest__inp-wrap {
  margin: 0 0 23px;
}
.f-suggest__inp {
  padding-right: 3rem;
}
.f-suggest__btn {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  min-height: 3.5rem;
}
.f-suggest__btn .icon-svg {
  width: 3rem;
}
.f-suggest__last-searches {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap;
}
.f-suggest__last-searches .btn__text {
  padding-right: 1.2rem;
  padding-left: 1.2rem;
}
.f-suggest--b2b {
  display: block;
}
.f-suggest--b2b .f-suggest__inp-wrap {
  margin: 0;
}
.f-suggest--b2b .f-suggest__inp {
  padding-left: 6.2rem;
  font-family: "MatterSQMono", "MatterSQ", -apple-system, blinkmacsystemfont,
    "Segoe UI", roboto, helvetica, arial, sans-serif;
}
.f-suggest--b2b .f-suggest__btn--search {
  top: 0;
  right: auto;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.2rem;
  min-height: 100%;
}
.f-suggest--b2b .f-suggest__btn--search .icon-svg {
  width: 2.4rem;
  transition: opacity 0.3s, visibility 0.3s;
}
.f-suggest--b2b .f-suggest__content {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 2;
  max-height: 48.5rem;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
}
.f-suggest:not(:empty) + .f-suggest {
  display: none;
}
.is-search-open .f-suggest__holder {
  visibility: visible;
  opacity: 1;
}
.f-suggest--b2b .f-suggest__content.is-loading ~ .f-suggest__btn--search {
  pointer-events: none;
}
.f-suggest--b2b
  .f-suggest__content.is-loading
  ~ .f-suggest__btn--search::before {
  content: "";
  position: absolute;
  top: 1.2rem;
  left: 2rem;
  width: 2.4rem;
  height: 2.4rem;
  border: 0.2rem solid #000;
  border-radius: 50%;
  border-top-color: rgba(0, 0, 0, 0);
  animation: animation-rotate 0.8s infinite linear;
}
.f-suggest--b2b
  .f-suggest__content.is-loading
  ~ .f-suggest__btn--search
  .icon-svg {
  visibility: hidden;
  opacity: 0;
}
.f-suggest--b2b:focus-within .f-suggest__content {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 62.5rem) {
  .f-suggest__holder {
    top: 100%;
    padding-top: 1.5rem;
    border-top: 0.1rem solid #000;
  }
  .f-suggest__inp-wrap {
    margin: 0 0 2.4rem;
  }
}
.f-std {
  padding: 2rem 2rem 4.8rem;
}
.f-std__label {
  margin: 0 0 1.2rem;
}
.f-std__contact {
  max-width: 31rem;
}
.f-std__btn {
  margin: 0;
}
.f-std--login {
  padding-bottom: 7.2rem;
}
.f-std--hp .f-std__head {
  display: none;
}
.f-std--modal .f-std__text {
  font-size: 1.6rem;
}
.f-std__group:not(:has(.f-std__label--other input:checked)) .f-std__inp--other,
.f-std__group:not(:has(.f-std__label--ton input:checked))
  .f-std__inp--ton_delivery {
  display: none;
}
@media (max-width: 46.874rem) and (min-width: 24.6875rem) {
  .f-std--login .f-std__title {
    font-size: 4.4rem;
  }
}
@media (max-width: 29.999rem) {
  .f-std {
    margin-right: calc(var(--row-main-gutter) * -1);
    margin-left: calc(var(--row-main-gutter) * -1);
  }
  .f-std--login {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 46.875rem) {
  .f-std {
    padding: 2.4rem;
  }
  .f-std__inp {
    margin: 0 0 2rem;
  }
  .f-std--login {
    padding-bottom: 7.2rem;
  }
  .f-std__inp--checkbox {
    margin: 5.5rem 0 5rem;
  }
  .f-std--hp,
  .f-std--modal {
    padding-top: 1.6rem;
  }
}
@media (min-width: 62.5rem) {
  .f-std__btn {
    margin: 0 0 4.8rem;
  }
  .f-std--hp .grid,
  .f-std--modal .grid {
    height: 100%;
  }
  .f-std--hp .grid__cell:last-child,
  .f-std--modal .grid__cell:last-child {
    margin-top: auto;
  }
  .f-std--hp .f-std__title,
  .f-std--hp .f-std__head,
  .f-std--modal .f-std__title,
  .f-std--modal .f-std__head {
    font-size: 3.2rem;
  }
  .f-std--hp .f-std__btn,
  .f-std--modal .f-std__btn {
    margin: 0;
  }
}
.f-file__inner {
  display: flex;
  gap: 2rem 3.2rem;
}
.f-file__btn {
  flex-shrink: 0;
}
.f-file__remove {
  display: inline-flex;
  gap: 2.5rem;
  font-size: 1.6rem;
  text-align: left;
  text-decoration: none;
}
.f-file__files {
  display: flex;
  gap: 2rem 3.2rem;
  flex-direction: column;
}
@media (min-width: 30rem) {
  .f-file__files {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 75rem) {
  .f-file__inner {
    display: flex;
    align-items: flex-start;
  }
  .f-file__files {
    align-self: center;
  }
}
.m-accessibility {
  position: absolute;
  top: 0;
  left: -500rem;
}
.m-accessibility a:focus,
.m-accessibility a:active {
  position: absolute;
  top: 0;
  left: 500rem;
  z-index: 900;
  width: 20rem;
  padding: 0.2rem 0 0.5rem;
  background-color: #fff;
  text-align: center;
}
.m-main__item {
  position: relative;
  white-space: nowrap;
}
.m-main__link {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.m-main__btn--sub {
  display: none;
}
.m-main__link.is-active,
.m-main__link.is-selected {
  color: #7a736c;
}
@media (max-width: 74.999rem) {
  .m-main__list {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    height: calc(100dvh - var(--header-height));
    padding: 7rem var(--row-main-gutter) 2.4rem;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .m-main__link {
    min-height: 7.2rem;
    border-top: 0.1rem solid #000;
  }
  .m-main__item:last-child .m-main__link {
    border-bottom: 0.1rem solid #000;
  }
  .m-main__item.is-sub-menu-open:last-child .m-main__link {
    border-bottom: none;
  }
  .m-main__item.is-sub-menu-open:last-child {
    border-bottom: 0.1rem solid #000;
  }
  .m-main__link--btn {
    position: relative;
    padding-right: 3.3rem;
  }
  .m-main__btn--sub {
    display: inline-block;
    padding: 0;
    border: none;
    border-radius: 0;
    background: none;
    color: inherit;
    line-height: inherit;
    text-align: inherit;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    top: 2.4rem;
    right: 0.4rem;
    width: 2.5rem;
    height: 2.5rem;
    outline: none;
  }
  .m-main__btn--sub span {
    position: absolute;
    background-color: #000;
  }
  .m-main__btn--sub span:first-child {
    top: 1.2rem;
    left: 0;
    width: 2.5rem;
    height: 0.1rem;
  }
  .m-main__btn--sub span:last-child {
    top: 0;
    left: 1.2rem;
    width: 0.1rem;
    height: 2.5rem;
  }
  .m-main__list--sub {
    position: relative;
    top: 0;
    right: auto;
    left: 0;
    display: none;
    flex-direction: column;
    height: auto;
    padding: 0 1rem 1rem;
    transition: none;
  }
  .m-main__link--sub {
    min-height: auto;
    padding: 1rem 0;
    border: none !important;
  }
  .is-menu-open .m-main .m-main__list {
    visibility: visible;
    opacity: 1;
  }
  .is-sub-menu-open .m-main__list--sub {
    display: flex;
  }
  .is-sub-menu-open .m-main__btn--sub span:last-child {
    display: none;
  }
}
@media (min-width: 75rem) {
  .m-main__btn {
    display: none;
  }
  .m-main__list {
    display: flex;
  }
  .m-main__item {
    position: relative;
    flex: 0 1 auto;
  }
  .m-main__link {
    padding: 0 min(1.2 / var(--row-main-width-unitless) * 100 * 1vw, 1.2rem);
  }
  .m-main__list--sub {
    position: absolute;
    top: 100%;
    left: 0;
    flex-direction: column;
    min-width: 15rem;
    padding: 1rem 0;
    border-radius: 1rem;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .m-main__item--sub {
    flex: 0 1 100%;
  }
  .m-main__link--sub {
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
    font-size: 1.6rem;
  }
  .hoverevents .m-main__item:hover .m-main__list--sub {
    visibility: visible;
    opacity: 1;
    box-shadow: 0px 9px 7px 0px #11111114;
  }
}
@media (min-width: 91.5rem) {
  .m-main__link {
    padding: 0 min(1.8 / var(--row-main-width-unitless) * 100 * 1vw, 1.8rem);
  }
}
.m-submenu {
  position: absolute;
  top: 100%;
  left: -0.1rem;
  width: 20rem;
  margin-top: 0;
  border: 0.1rem solid #000;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0s 0.3s;
}
.m-submenu__item {
  border-top: 0.1rem solid #000;
}
.m-submenu__item:first-child {
  border-top-width: 0;
}
.m-submenu__link {
  display: block;
  padding: 1rem 1.5rem;
}
.no-touchevents .m-main__item:hover .m-submenu {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s, 0s;
}
.m-lang {
  position: relative;
  z-index: 10;
  line-height: 1;
  text-transform: uppercase;
}
.m-lang__btn {
  min-width: 5.4rem;
  text-transform: uppercase;
}
.m-lang__btn .btn__text {
  padding: 0.2rem 0.9rem 0.2rem;
  transition: border-radius 0.3s, border-color 0.3s, color 0.3s,
    background-color 0.3s;
}
.m-lang__btn .item-icon__icon {
  transition: width 0.3s, margin 0.3s, transform 0.3s;
}
.m-lang__list {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  border: 0.1rem solid #000;
  border-width: 0 0.1rem 0.1rem;
  border-radius: 1.6rem;
  background: #fff;
  font-size: 1.6rem;
  text-align: center;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s, border-radius 0.3s;
}
.m-lang__link {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 2.6rem;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
.hoverevents .m-lang:hover .m-lang__btn .btn__text,
.m-lang.is-open .m-lang__btn .btn__text {
  border-radius: 1.3rem 1.3rem 0 0;
  border-bottom-color: rgba(0, 0, 0, 0);
  background: #fff;
  color: #000;
}
.hoverevents .m-lang:hover .m-lang__btn .btn__text .item-icon__icon,
.m-lang.is-open .m-lang__btn .btn__text .item-icon__icon {
  /*width: 0;*/
  /*margin: 0;*/
}
.hoverevents .m-lang:hover .m-lang__list,
.m-lang.is-open .m-lang__list {
  border-radius: 0 0 1.3rem 1.3rem;
  visibility: visible;
  opacity: 1;
}
.hoverevents .m-lang:hover .m-lang__btn:hover .btn__text,
.hoverevents .m-lang.is-open .m-lang__btn.hover .btn__text {
  background: #000;
  color: #fff;
}
.hoverevents .m-lang__link:hover {
  background: #000;
  color: #fff;
}
@media (max-width: 62.499rem) {
  .m-lang {
    margin-left: -0.9rem;
    transition: margin 0.3s;
  }
  .m-lang__btn {
    min-width: 100%;
  }
  .m-lang__btn .btn__text {
    border-color: rgba(0, 0, 0, 0);
  }
  .hoverevents .m-lang:hover,
  .m-lang.is-open {
    margin-left: 0;
  }
  .hoverevents .m-lang:hover .m-lang__btn .btn__text,
  .m-lang.is-open .m-lang__btn .btn__text {
    border-color: #000;
  }
}
@media (min-width: 62.5rem) {
  .m-lang {
    z-index: 20;
  }
}
.m-footer {
  display: flex;
  gap: 1.4rem;
  flex-direction: column;
  margin: 0;
  list-style-type: none;
}
.m-footer__item {
  margin-bottom: 0;
  padding: 0;
  background-image: none;
}
.m-footer__link {
  text-decoration: none;
}
@media (min-width: 46.875rem) {
  .m-footer {
    gap: 0.6rem;
  }
}
.m-breadcrumb {
  font-size: 1.6rem;
}
.m-breadcrumb__wrap {
  display: flex;
  gap: 0.4rem 1.2rem;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
}
.m-breadcrumb__separator {
  font-size: 0;
}
.m-breadcrumb__separator .icon-svg {
  width: 1.2rem;
}
span.m-breadcrumb__link {
  color: #bbb3aa;
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-margin-top: var(--header-height);
  font-variant-ligatures: none;
}
html.tracy-bs-visible.tracy-bs-visible {
  overflow: visible;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
body {
  position: relative;
  min-width: 32rem;
  overflow-y: scroll;
}
body:has(.b-modal--enquiry.is-opened) {
  overflow: hidden;
}
body:has(.b-modal--newsletter.is-opened) {
  overflow: hidden;
}
:first-child {
  margin-top: 0;
}
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  transition: background-color 0.3s, transform 0.3s;
  will-change: transform;
}
.header .row-main {
  position: static;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: var(--header-height);
  padding: 1.2rem 0;
}
.header__logo {
  flex: 0 0 auto;
  margin: 0;
  color: #fff;
}
.header__link {
  display: flex;
  gap: 1rem;
  text-decoration: none;
}
.header__bz {
  font-size: 1.6rem;
}
.header__other {
  display: flex;
  gap: 1rem;
  flex: 0 0 auto;
  align-items: center;
}
.header--hp {
  color: #fff;
}
.header.is-search-open,
.header.is-menu-open {
  background: #fff;
}
.header.is-pinned,
.header.is-unpinned {
  background: #fff;
}
.header.is-unpinned {
  transform: translateY(-100%);
}
@media (max-width: 74.999rem) {
  .header__menu {
    order: 1;
  }
  .header__other {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 var(--row-main-gutter);
    background: #fff;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .header__lang {
    min-width: 4.6rem;
  }
  .header.is-menu-open .header__other {
    visibility: visible;
    opacity: 1;
  }
}
@media (min-width: 75rem) {
  .header__menu,
  .header__other {
    font-size: max(
      1rem,
      min(1.9 / var(--row-main-width-unitless) * 100 * 1vw, 1.9rem)
    );
  }
  .header__other {
    gap: min(1 / var(--row-main-width-unitless) * 100 * 1vw, 1rem);
  }
  .header--colorize:not(.is-menu-open):not(.is-search-open):not(.is-pinned):not(
      .is-unpinned
    )
    .m-main__link,
  .header--colorize:not(.is-menu-open):not(.is-search-open):not(.is-pinned):not(
      .is-unpinned
    )
    .b-login__link {
    color: #fff;
    text-decoration: none;
    text-underline-offset: 0.5rem;
  }
  .hoverevents
    .header--colorize:not(.is-menu-open):not(.is-search-open):not(
      .is-pinned
    ):not(.is-unpinned)
    .m-main__link:hover,
  .hoverevents
    .header--colorize:not(.is-menu-open):not(.is-search-open):not(
      .is-pinned
    ):not(.is-unpinned)
    .b-login__link:hover {
    text-decoration: underline;
  }
  .header--colorize:not(.is-menu-open):not(.is-search-open):not(.is-pinned):not(
      .is-unpinned
    )
    button {
    color: #fff;
  }
  .header--colorize:not(.is-menu-open):not(.is-search-open):not(.is-pinned):not(
      .is-unpinned
    )
    .btn {
    --bg-color: transparent;
    --text-color: #ffffff;
    --bd-color: #ffffff;
    --hover-bg-color: #ffffff;
    --hover-bd-color: #ffffff;
    --hover-text-color: #000000;
  }
  .header--colorize:not(.is-menu-open):not(.is-search-open):not(.is-pinned):not(
      .is-unpinned
    )
    .header__lang
    a {
    color: #000;
  }
  .header--colorize:not(.is-menu-open):not(.is-search-open):not(.is-pinned):not(
      .is-unpinned
    )
    .header__lang
    .btn {
    --bd-color: #ffffff;
  }
  .header--colorize:not(.is-menu-open):not(.is-search-open):not(.is-pinned):not(
      .is-unpinned
    )
    .header__link {
    color: #fff;
  }
  .header--colorize:not(.is-menu-open):not(.is-search-open):not(.is-pinned):not(
      .is-unpinned
    )
    .m-main__list--sub {
    background: rgba(0, 0, 0, 0);
    box-shadow:none;
  }
  .header--colorize:not(.is-menu-open):not(.is-search-open):not(.is-pinned):not(
      .is-unpinned
    )
    a.is-active {
    text-decoration: underline;
  }
  .hoverevents
    .header--colorize:not(.is-menu-open):not(.is-search-open):not(
      .is-pinned
    ):not(.is-unpinned)
    .m-lang__list
    a:hover {
    color: #fff;
  }
  .hoverevents
    .header--colorize:not(.is-menu-open):not(.is-search-open):not(
      .is-pinned
    ):not(.is-unpinned)
    .m-lang:hover
    .btn {
    --bd-color: #000000;
    --hover-bd-color: #000000;
  }
}
.footer {
  position: relative;
  padding: 0 0 2.4rem;
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(var(--vw, 1vw) * 100);
  max-width: 192rem;
  border-top: 0.1rem solid #000;
  transform: translateX(-50%);
}
.footer__follow {
  margin-bottom: 2.4rem;
  line-height: 3rem;
}
.footer__main {
  position: relative;
  padding: 2.4rem 0;
}
.footer__main::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: calc(var(--vw, 1vw) * 100 - 2 * var(--row-main-gutter));
  max-width: calc(192rem - 2 * var(--row-main-gutter));
  border: 0.1rem solid #000;
  border-width: 0.1rem 0;
  transform: translateX(-50%);
  pointer-events: none;
}
.footer__right {
  display: flex;
  gap: 0.6rem;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 748px) {
  .footer__right {align-items: center; margin-bottom:20px;}
}
.footer__icon {
  margin: 0;
  text-align: right;
}
.footer__icon img {
  position: relative;
  top: -3rem;
}
.footer__title {
  margin: 0 0 2.5rem;
  font-family: "MatterSQMono", "MatterSQ", -apple-system, blinkmacsystemfont,
    "Segoe UI", roboto, helvetica, arial, sans-serif;
  font-size: 1.6rem;
}
.footer__copy {
  padding-top: 1.2rem;
  font-family: "MatterSQMono", "MatterSQ", -apple-system, blinkmacsystemfont,
    "Segoe UI", roboto, helvetica, arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.footer_copy_text {
    text-align:center;margin-bottom: 15px !important;width: 100%;margin: 0px 10px;
}
.footer__imgs {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  margin-top: auto;
}
.footer__info {
  font-size: 1.4rem;
  line-height: 1.8rem;
}
@media (max-width: 46.874rem) {
  .footer__city {
    text-align: center;
  }
  .footer__cell.is-hidden {
    display: none;
  }
}
@media (min-width: 24.6875rem) {
  .footer__copy {
    font-size: 1.6rem;
  }
}
@media (min-width: 46.875rem) {
  .footer {
    padding: 0 0 3.6rem;
  }
  .footer::before {
    margin: 0;
  }
  .footer__follow {
    margin-bottom: 3.6rem;
    line-height: 3rem;
  }
  .footer__main {
    padding-bottom: 8.5rem;
  }
  .footer__btn {
    text-align: right;
  }
  .footer__icon {
    text-align: center;
  }
  .footer__mark {
    width: 19.2rem;
    height: 19.2rem;
  }
  .footer__copy {
    padding-top: 2.4rem;
  }
  .footer__copy .grid__cell:nth-child(2) {
    text-align: center;
  }
  .footer__copy .grid__cell:nth-child(3) {
    text-align: right;
  }
}
@media (min-width: 75rem) {
  .footer__icon img {
    bottom: 2rem;
    left: 3.4rem;
  }
}
.u-clearfix::before,
.u-clearfix::after {
  content: "";
  display: table;
}
.u-clearfix::after {
  clear: both;
}
img.u-ta-c {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
img.u-ta-l {
  float: left;
  margin: 0 20px 20px 0;
}
img.u-ta-r {
  float: right;
  margin: 0 0 20px 20px;
}
.u-vhide {
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  margin: -0.1rem;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.u-out,
.js .u-js-out {
  position: absolute;
  left: -500rem;
}
.u-line-clamp {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.u-table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.js .u-js-hide {
  display: none;
}
.u-maw-1-12 {
  width: 100%;
  max-width: calc(
    (var(--row-main-width) - var(--row-main-gutter)) / 12 * 1 -
      var(--row-main-gutter)
  );
}
.u-maw-2-12 {
  width: 100%;
  max-width: calc(
    (var(--row-main-width) - var(--row-main-gutter)) / 12 * 2 -
      var(--row-main-gutter)
  );
}
.u-maw-3-12 {
  width: 100%;
  max-width: calc(
    (var(--row-main-width) - var(--row-main-gutter)) / 12 * 3 -
      var(--row-main-gutter)
  );
}
.u-maw-4-12 {
  width: 100%;
  max-width: calc(
    (var(--row-main-width) - var(--row-main-gutter)) / 12 * 4 -
      var(--row-main-gutter)
  );
}
.u-maw-5-12 {
  width: 100%;
  max-width: calc(
    (var(--row-main-width) - var(--row-main-gutter)) / 12 * 5 -
      var(--row-main-gutter)
  );
}
.u-maw-6-12 {
  width: 100%;
  max-width: calc(
    (var(--row-main-width) - var(--row-main-gutter)) / 12 * 6 -
      var(--row-main-gutter)
  );
}
.u-maw-7-12 {
  width: 100%;
  max-width: calc(
    (var(--row-main-width) - var(--row-main-gutter)) / 12 * 7 -
      var(--row-main-gutter)
  );
}
.u-maw-8-12 {
  width: 100%;
  max-width: calc(
    (var(--row-main-width) - var(--row-main-gutter)) / 12 * 8 -
      var(--row-main-gutter)
  );
}
.u-maw-9-12 {
  width: 100%;
  max-width: calc(
    (var(--row-main-width) - var(--row-main-gutter)) / 12 * 9 -
      var(--row-main-gutter)
  );
}
.u-maw-10-12 {
  width: 100%;
  max-width: calc(
    (var(--row-main-width) - var(--row-main-gutter)) / 12 * 10 -
      var(--row-main-gutter)
  );
}
.u-maw-11-12 {
  width: 100%;
  max-width: calc(
    (var(--row-main-width) - var(--row-main-gutter)) / 12 * 11 -
      var(--row-main-gutter)
  );
}
.u-mx-auto {
  margin-right: auto;
  margin-left: auto;
}
.u-mb-last-0 > *:last-child:not(.grid) {
  margin-bottom: 0;
}
.u-ml-auto {
  margin-left: auto;
}
.u-va-t {
  vertical-align: top;
}
.u-va-m {
  vertical-align: middle;
}
.u-va-b {
  vertical-align: bottom;
}
.u-ov-h {
  overflow: hidden;
}
.u-d-n {
  display: none;
}
.u-d-b {
  display: block;
}
.u-d-ib {
  display: inline-block;
}
.u-fl-l {
  float: left;
}
.u-fl-r {
  float: right;
}
.u-fs-i {
  font-style: italic;
}
.u-fz-xs {
  font-size: 1.2rem;
}
.u-fz-sm {
  font-size: 1.4rem;
}
.u-fz-md {
  font-size: 1.6rem;
}
.u-fz-lg {
  font-size: 1.8rem;
}
.u-fw-l {
  font-weight: 300;
}
.u-fw-m {
  font-weight: 500;
}
.u-fw-n {
  font-weight: normal;
}
.u-fw-b {
  font-weight: bold;
}
.u-ta-l {
  text-align: left;
}
.u-ta-r {
  text-align: right;
}
.u-ta-c {
  text-align: center;
}
.u-ta-j {
  text-align: justify;
}
.u-tt-l {
  text-transform: lowercase;
}
.u-tt-u {
  text-transform: uppercase;
}
.u-tt-c {
  text-transform: capitalize;
}
.u-whs-nw {
  white-space: nowrap;
}
.u-bgc-green {
  background-color: #a8bda6;
}
.u-bgc-yellow {
  background-color: #f7e09d;
}
.u-bgc-red {
  background-color: #d3acb3;
}
.u-c-yellow-dark {
  color: #d1a537;
}
.u-c-gray {
  color: #a0a0a0;
}
.u-c-red {
  color: #b03a17;
}
.u-c-black {
  color: #000;
}
.u-pt-0 {
  padding-top: 0;
}
.u-pt-xxs {
  padding-top: 1.2rem;
}
.u-pt-xs {
  padding-top: 2.4rem;
}
.u-pt-sm {
  padding-top: 3.6rem;
}
.u-pt-md {
  padding-top: 4.8rem;
}
.u-pt-lg {
  padding-top: 6rem;
}
.u-pt-xl {
  padding-top: 7.2rem;
}
.u-pt-2xl {
  padding-top: 8.4rem;
}
.u-pt-3xl {
  padding-top: 9.6rem;
}
.u-pt-4xl {
  padding-top: 15rem;
}
.u-mb-0 {
  margin-bottom: 0;
}
.u-mb-xxs {
  margin-bottom: 1.2rem;
}
.u-mb-xs {
  margin-bottom: 2.4rem;
}
.u-mb-sm {
  margin-bottom: 3.6rem;
}
.u-mb-md {
  margin-bottom: 4.8rem;
}
.u-mb-lg {
  margin-bottom: 6rem;
}
.u-mb-xl {
  margin-bottom: 7.2rem;
}
.u-mb-2xl {
  margin-bottom: 8.4rem;
}
.u-mb-3xl {
  margin-bottom: 9.6rem;
}
.u-mb-4xl {
  margin-bottom: 15rem;
}
@media (min-width: 24.6875rem) {
  .u-d-n\@xs {
    display: none;
  }
  .u-d-b\@xs {
    display: block;
  }
  .u-d-ib\@xs {
    display: inline-block;
  }
  .u-pt-0\@xs {
    padding-top: 0;
  }
  .u-pt-xxs\@xs {
    padding-top: 1.2rem;
  }
  .u-pt-xs\@xs {
    padding-top: 2.4rem;
  }
  .u-pt-sm\@xs {
    padding-top: 3.6rem;
  }
  .u-pt-md\@xs {
    padding-top: 4.8rem;
  }
  .u-pt-lg\@xs {
    padding-top: 6rem;
  }
  .u-pt-xl\@xs {
    padding-top: 7.2rem;
  }
  .u-pt-2xl\@xs {
    padding-top: 8.4rem;
  }
  .u-pt-3xl\@xs {
    padding-top: 9.6rem;
  }
  .u-pt-4xl\@xs {
    padding-top: 15rem;
  }
  .u-mb-0\@xs {
    margin-bottom: 0;
  }
  .u-mb-xxs\@xs {
    margin-bottom: 1.2rem;
  }
  .u-mb-xs\@xs {
    margin-bottom: 2.4rem;
  }
  .u-mb-sm\@xs {
    margin-bottom: 3.6rem;
  }
  .u-mb-md\@xs {
    margin-bottom: 4.8rem;
  }
  .u-mb-lg\@xs {
    margin-bottom: 6rem;
  }
  .u-mb-xl\@xs {
    margin-bottom: 7.2rem;
  }
  .u-mb-2xl\@xs {
    margin-bottom: 8.4rem;
  }
  .u-mb-3xl\@xs {
    margin-bottom: 9.6rem;
  }
  .u-mb-4xl\@xs {
    margin-bottom: 15rem;
  }
}
@media (min-width: 30rem) {
  .u-d-n\@sm {
    display: none;
  }
  .u-d-b\@sm {
    display: block;
  }
  .u-d-ib\@sm {
    display: inline-block;
  }
  .u-pt-0\@sm {
    padding-top: 0;
  }
  .u-pt-xxs\@sm {
    padding-top: 1.2rem;
  }
  .u-pt-xs\@sm {
    padding-top: 2.4rem;
  }
  .u-pt-sm\@sm {
    padding-top: 3.6rem;
  }
  .u-pt-md\@sm {
    padding-top: 4.8rem;
  }
  .u-pt-lg\@sm {
    padding-top: 6rem;
  }
  .u-pt-xl\@sm {
    padding-top: 7.2rem;
  }
  .u-pt-2xl\@sm {
    padding-top: 8.4rem;
  }
  .u-pt-3xl\@sm {
    padding-top: 9.6rem;
  }
  .u-pt-4xl\@sm {
    padding-top: 15rem;
  }
  .u-mb-0\@sm {
    margin-bottom: 0;
  }
  .u-mb-xxs\@sm {
    margin-bottom: 1.2rem;
  }
  .u-mb-xs\@sm {
    margin-bottom: 2.4rem;
  }
  .u-mb-sm\@sm {
    margin-bottom: 3.6rem;
  }
  .u-mb-md\@sm {
    margin-bottom: 4.8rem;
  }
  .u-mb-lg\@sm {
    margin-bottom: 6rem;
  }
  .u-mb-xl\@sm {
    margin-bottom: 7.2rem;
  }
  .u-mb-2xl\@sm {
    margin-bottom: 8.4rem;
  }
  .u-mb-3xl\@sm {
    margin-bottom: 9.6rem;
  }
  .u-mb-4xl\@sm {
    margin-bottom: 15rem;
  }
}
@media (min-width: 46.875rem) {
  .u-d-n\@md {
    display: none;
  }
  .u-d-b\@md {
    display: block;
  }
  .u-d-ib\@md {
    display: inline-block;
  }
  .u-pt-0\@md {
    padding-top: 0;
  }
  .u-pt-xxs\@md {
    padding-top: 1.2rem;
  }
  .u-pt-xs\@md {
    padding-top: 2.4rem;
  }
  .u-pt-sm\@md {
    padding-top: 3.6rem;
  }
  .u-pt-md\@md {
    padding-top: 4.8rem;
  }
  .u-pt-lg\@md {
    padding-top: 6rem;
  }
  .u-pt-xl\@md {
    padding-top: 7.2rem;
  }
  .u-pt-2xl\@md {
    padding-top: 8.4rem;
  }
  .u-pt-3xl\@md {
    padding-top: 9.6rem;
  }
  .u-pt-4xl\@md {
    padding-top: 15rem;
  }
  .u-mb-0\@md {
    margin-bottom: 0;
  }
  .u-mb-xxs\@md {
    margin-bottom: 1.2rem;
  }
  .u-mb-xs\@md {
    margin-bottom: 2.4rem;
  }
  .u-mb-sm\@md {
    margin-bottom: 3.6rem;
  }
  .u-mb-md\@md {
    margin-bottom: 4.8rem;
  }
  .u-mb-lg\@md {
    margin-bottom: 6rem;
  }
  .u-mb-xl\@md {
    margin-bottom: 7.2rem;
  }
  .u-mb-2xl\@md {
    margin-bottom: 8.4rem;
  }
  .u-mb-3xl\@md {
    margin-bottom: 9.6rem;
  }
  .u-mb-4xl\@md {
    margin-bottom: 15rem;
  }
}
@media (min-width: 62.5rem) {
  .u-d-n\@lg {
    display: none;
  }
  .u-d-b\@lg {
    display: block;
  }
  .u-d-ib\@lg {
    display: inline-block;
  }
  .u-pt-0\@lg {
    padding-top: 0;
  }
  .u-pt-xxs\@lg {
    padding-top: 1.2rem;
  }
  .u-pt-xs\@lg {
    padding-top: 2.4rem;
  }
  .u-pt-sm\@lg {
    padding-top: 3.6rem;
  }
  .u-pt-md\@lg {
    padding-top: 4.8rem;
  }
  .u-pt-lg\@lg {
    padding-top: 6rem;
  }
  .u-pt-xl\@lg {
    padding-top: 7.2rem;
  }
  .u-pt-2xl\@lg {
    padding-top: 8.4rem;
  }
  .u-pt-3xl\@lg {
    padding-top: 9.6rem;
  }
  .u-pt-4xl\@lg {
    padding-top: 15rem;
  }
  .u-mb-0\@lg {
    margin-bottom: 0;
  }
  .u-mb-xxs\@lg {
    margin-bottom: 1.2rem;
  }
  .u-mb-xs\@lg {
    margin-bottom: 2.4rem;
  }
  .u-mb-sm\@lg {
    margin-bottom: 3.6rem;
  }
  .u-mb-md\@lg {
    margin-bottom: 4.8rem;
  }
  .u-mb-lg\@lg {
    margin-bottom: 6rem;
  }
  .u-mb-xl\@lg {
    margin-bottom: 7.2rem;
  }
  .u-mb-2xl\@lg {
    margin-bottom: 8.4rem;
  }
  .u-mb-3xl\@lg {
    margin-bottom: 9.6rem;
  }
  .u-mb-4xl\@lg {
    margin-bottom: 15rem;
  }
}
@media (min-width: 75rem) {
  .u-d-n\@xl {
    display: none;
  }
  .u-d-b\@xl {
    display: block;
  }
  .u-d-ib\@xl {
    display: inline-block;
  }
  .u-pt-0\@xl {
    padding-top: 0;
  }
  .u-pt-xxs\@xl {
    padding-top: 1.2rem;
  }
  .u-pt-xs\@xl {
    padding-top: 2.4rem;
  }
  .u-pt-sm\@xl {
    padding-top: 3.6rem;
  }
  .u-pt-md\@xl {
    padding-top: 4.8rem;
  }
  .u-pt-lg\@xl {
    padding-top: 6rem;
  }
  .u-pt-xl\@xl {
    padding-top: 7.2rem;
  }
  .u-pt-2xl\@xl {
    padding-top: 8.4rem;
  }
  .u-pt-3xl\@xl {
    padding-top: 9.6rem;
  }
  .u-pt-4xl\@xl {
    padding-top: 15rem;
  }
  .u-mb-0\@xl {
    margin-bottom: 0;
  }
  .u-mb-xxs\@xl {
    margin-bottom: 1.2rem;
  }
  .u-mb-xs\@xl {
    margin-bottom: 2.4rem;
  }
  .u-mb-sm\@xl {
    margin-bottom: 3.6rem;
  }
  .u-mb-md\@xl {
    margin-bottom: 4.8rem;
  }
  .u-mb-lg\@xl {
    margin-bottom: 6rem;
  }
  .u-mb-xl\@xl {
    margin-bottom: 7.2rem;
  }
  .u-mb-2xl\@xl {
    margin-bottom: 8.4rem;
  }
  .u-mb-3xl\@xl {
    margin-bottom: 9.6rem;
  }
  .u-mb-4xl\@xl {
    margin-bottom: 15rem;
  }
}
@media (min-width: 91.5rem) {
  .u-d-n\@xxl {
    display: none;
  }
  .u-d-b\@xxl {
    display: block;
  }
  .u-d-ib\@xxl {
    display: inline-block;
  }
  .u-pt-0\@xxl {
    padding-top: 0;
  }
  .u-pt-xxs\@xxl {
    padding-top: 1.2rem;
  }
  .u-pt-xs\@xxl {
    padding-top: 2.4rem;
  }
  .u-pt-sm\@xxl {
    padding-top: 3.6rem;
  }
  .u-pt-md\@xxl {
    padding-top: 4.8rem;
  }
  .u-pt-lg\@xxl {
    padding-top: 6rem;
  }
  .u-pt-xl\@xxl {
    padding-top: 7.2rem;
  }
  .u-pt-2xl\@xxl {
    padding-top: 8.4rem;
  }
  .u-pt-3xl\@xxl {
    padding-top: 9.6rem;
  }
  .u-pt-4xl\@xxl {
    padding-top: 15rem;
  }
  .u-mb-0\@xxl {
    margin-bottom: 0;
  }
  .u-mb-xxs\@xxl {
    margin-bottom: 1.2rem;
  }
  .u-mb-xs\@xxl {
    margin-bottom: 2.4rem;
  }
  .u-mb-sm\@xxl {
    margin-bottom: 3.6rem;
  }
  .u-mb-md\@xxl {
    margin-bottom: 4.8rem;
  }
  .u-mb-lg\@xxl {
    margin-bottom: 6rem;
  }
  .u-mb-xl\@xxl {
    margin-bottom: 7.2rem;
  }
  .u-mb-2xl\@xxl {
    margin-bottom: 8.4rem;
  }
  .u-mb-3xl\@xxl {
    margin-bottom: 9.6rem;
  }
  .u-mb-4xl\@xxl {
    margin-bottom: 15rem;
  }
}
@media (min-width: 120rem) {
  .u-d-n\@xxxl {
    display: none;
  }
  .u-d-b\@xxxl {
    display: block;
  }
  .u-d-ib\@xxxl {
    display: inline-block;
  }
  .u-pt-0\@xxxl {
    padding-top: 0;
  }
  .u-pt-xxs\@xxxl {
    padding-top: 1.2rem;
  }
  .u-pt-xs\@xxxl {
    padding-top: 2.4rem;
  }
  .u-pt-sm\@xxxl {
    padding-top: 3.6rem;
  }
  .u-pt-md\@xxxl {
    padding-top: 4.8rem;
  }
  .u-pt-lg\@xxxl {
    padding-top: 6rem;
  }
  .u-pt-xl\@xxxl {
    padding-top: 7.2rem;
  }
  .u-pt-2xl\@xxxl {
    padding-top: 8.4rem;
  }
  .u-pt-3xl\@xxxl {
    padding-top: 9.6rem;
  }
  .u-pt-4xl\@xxxl {
    padding-top: 15rem;
  }
  .u-mb-0\@xxxl {
    margin-bottom: 0;
  }
  .u-mb-xxs\@xxxl {
    margin-bottom: 1.2rem;
  }
  .u-mb-xs\@xxxl {
    margin-bottom: 2.4rem;
  }
  .u-mb-sm\@xxxl {
    margin-bottom: 3.6rem;
  }
  .u-mb-md\@xxxl {
    margin-bottom: 4.8rem;
  }
  .u-mb-lg\@xxxl {
    margin-bottom: 6rem;
  }
  .u-mb-xl\@xxxl {
    margin-bottom: 7.2rem;
  }
  .u-mb-2xl\@xxxl {
    margin-bottom: 8.4rem;
  }
  .u-mb-3xl\@xxxl {
    margin-bottom: 9.6rem;
  }
  .u-mb-4xl\@xxxl {
    margin-bottom: 15rem;
  }
}
.u-mt-0 {
  margin-top: 0;
}

.yoklenditext{
    text-align: center;
    margin-top: 30px;
    font-size: 18px;
    color: #535353;
    font-weight: 400;
}

.yoklenditext b{
    color: #121212;
    font-weight: 550;
}

.blog-temp{
    margin-bottom: 2.5rem;
    border-top: 2px dotted #cacaca;
    padding: 30px 0px 0px 0px;
    
}
.blog-temp .blogcover{
    max-height:400px;
    
}
.blog-temp .blogcover img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.blog-temp .blogkisayazi{margin-bottom:2rem;}
.blog-temp .decor {margin-bottom:1rem; color:#876436;}
