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

@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url("../fonts/Roboto-ExtraLight.woff2") format("woff2"), url("../fonts/Roboto-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}

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

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

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

@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url("../fonts/Roboto-SemiBold.woff2") format("woff2"), url("../fonts/Roboto-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

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

@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url("../fonts/Roboto-ExtraBold.woff2") format("woff2"), url("../fonts/Roboto-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

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

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

@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url("../fonts/Roboto-ExtraLight.woff2") format("woff2"), url("../fonts/Roboto-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}

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

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

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

@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url("../fonts/Roboto-SemiBold.woff2") format("woff2"), url("../fonts/Roboto-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

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

@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url("../fonts/Roboto-ExtraBold.woff2") format("woff2"), url("../fonts/Roboto-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

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

:root {
  --white: #FFFFFF;
  --dark: #1B1D1F;
  --grey: #F1F1F1;
  --primary: #7F6AFF;
  --primary-dark: #614ED5;
  --txt-dark: #2D2E30;
  --txt-light: #575757;
  --width-base: 1440;
  --width-current: 100vw;
  --width-multiplier: var(--width-current) / var(--width-base);
}

html {
  height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(80 * var(--width-multiplier));
}

html.is-locked, html.is-locked body { overflow: hidden; }

::-webkit-scrollbar {
  width: 0;
}

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

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

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

body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  color: var(--dark, #1B1D1F);
  background-color: var(--white, #FFFFFF);
  font: 400 calc(16 * var(--width-multiplier))/1.4 Roboto;
  text-rendering: optimizeSpeed;
  overflow-x: hidden;
}

ul,
ol {
  padding: 0;
  list-style-position: inside;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

input:focus-visible {
  outline: none;
}

input:not([type=checkbox]):not([type=radio]),
select,
textarea {
  width: 100%;
  padding: calc(18 * var(--width-multiplier)) calc(12 * var(--width-multiplier));
  border: 1px solid var(--grey, #F1F1F1);
  border-radius: calc(8 * var(--width-multiplier));
  color: var(--dark, #1B1D1F);
  background-color: var(--grey, #F1F1F1);
  font: inherit;
}

input:not([type=checkbox]):not([type=radio])::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: var(--dark, #1B1D1F);
}

input:not([type=checkbox]):not([type=radio])::placeholder,
select::placeholder,
textarea::placeholder {
  color: var(--dark, #1B1D1F);
}

input:not([type=checkbox]):not([type=radio]):focus,
input:not([type=checkbox]):not([type=radio]):focus-visible,
select:focus,
select:focus-visible,
textarea:focus,
textarea:focus-visible {
  outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  box-shadow: 0 0 0 1000px var(--white, #FFFFFF) inset !important;
  -webkit-text-fill-color: var(--dark, #1B1D1F) !important;
  -webkit-transition: background-color 9999s ease-in-out 0s;
  transition: background-color 9999s ease-in-out 0s;
}

textarea {
  resize: none;
  height: calc(90 * var(--width-multiplier));
}

.sort {
  position: relative;
  width: 100%;
  max-width: calc(320 * var(--width-multiplier));
}

.sort::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(10 * var(--width-multiplier));
  transform: translateY(-50%);
  width: calc(24 * var(--width-multiplier));
  height: calc(24 * var(--width-multiplier));
  background: url(../img/sort.svg) center/contain no-repeat;
  z-index: 1;
}

.sort:hover {
  cursor: pointer;
}

.sort select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: calc(10 * var(--width-multiplier));
  padding-left: calc(42 * var(--width-multiplier));
  border: 1px solid var(--grey, #F1F1F1);
  border-radius: calc(8 * var(--width-multiplier));
  color: var(--dark, #1B1D1F);
  background: url(../img/down.svg) calc(100% - 10 * var(--width-multiplier)) 50%/calc(24 * var(--width-multiplier)) no-repeat;
  background-color: var(--grey, #F1F1F1);
}

.sort select:hover {
  cursor: pointer;
}

@media (max-width: 767px) {
  .sort {
    max-width: unset;
  }
}

h1,
h2 {
  font: 700 calc(32 * var(--width-multiplier))/1.2 Roboto;
}

h3 {
  font: 700 calc(24 * var(--width-multiplier))/1.2 Roboto;
}

h4 {
  font: 500 calc(20 * var(--width-multiplier))/1.2 Roboto;
}

h5,
h6 {
  font-family: inherit;
  line-height: 1.2em;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background-color: var(--white, #FFFFFF);
}

.header__container {
  display: flex;
  align-items: center;
  gap: calc(16 * var(--width-multiplier));
  padding: calc(24 * var(--width-multiplier)) 0;
  transition: padding 0.3s ease-out;
}

.header__logo {
  width: calc(140 * var(--width-multiplier));
  height: calc(60 * var(--width-multiplier));
  margin-right: auto;
}

.header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header__icon {
  padding: calc(20 * var(--width-multiplier));
  border-radius: calc(12 * var(--width-multiplier));
  background-color: var(--grey, #F1F1F1);
  cursor: pointer;
}

.header__icon svg {
  display: block;
  min-width: calc(24 * var(--width-multiplier));
  width: calc(24 * var(--width-multiplier));
  height: calc(24 * var(--width-multiplier));
  pointer-events: none;
}

.header__nav {
  padding: calc(8 * var(--width-multiplier));
  padding-right: calc(16 * var(--width-multiplier));
  border-radius: calc(12 * var(--width-multiplier));
  background-color: var(--grey, #F1F1F1);
}

.header__nav.open {
  left: 0;
}

.header__catalog {
  display: flex;
  align-items: center;
  gap: calc(8 * var(--width-multiplier));
  padding: calc(12 * var(--width-multiplier)) calc(16 * var(--width-multiplier));
  border-radius: calc(12 * var(--width-multiplier));
  background-color: var(--white, #FFFFFF);
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
}

.header__catalog svg {
  display: block;
  min-width: calc(24 * var(--width-multiplier));
  width: calc(24 * var(--width-multiplier));
  height: calc(24 * var(--width-multiplier));
  pointer-events: none;
}

.header__catalog path {
  transition: stroke 0.3s ease-out;
}

.header__catalog:hover {
  color: var(--white, #FFFFFF);
  background-color: var(--primary, #7F6AFF);
}

.header__catalog:hover path {
  stroke: var(--white, #FFFFFF);
}

.header__menu {
  display: flex;
  align-items: center;
  gap: calc(16 * var(--width-multiplier));
  width: 100%;
}

.header__menu li:first-child {
  margin-right: calc(8 * var(--width-multiplier));
}

.header__menu a:not(.header__catalog) {
  position: relative;
  transition: color 0.3s ease-out;
}

.header__menu a:not(.header__catalog)::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 1px;
  width: 0;
  background-color: var(--primary, #7F6AFF);
  transition: width 0.3s ease-out;
}

.header__menu a:not(.header__catalog)::after {
  position: absolute;
  top: 50%;
  right: calc(4 * var(--width-multiplier));
  transform: translateY(-50%);
  width: calc(24 * var(--width-multiplier));
  height: calc(24 * var(--width-multiplier));
  background: url(../img/menu-arrow.svg) center/contain no-repeat;
}

.header__burger {
  position: relative;
  display: flex;
  align-items: center;
  gap: calc(8 * var(--width-multiplier));
  padding: calc(6 * var(--width-multiplier)) calc(12 * var(--width-multiplier));
  border-radius: calc(8 * var(--width-multiplier));
  background-color: var(--grey, #F1F1F1);
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
  cursor: pointer;
}

.header__burger .icon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(24 * var(--width-multiplier));
  height: calc(24 * var(--width-multiplier));
  padding: calc(5 * var(--width-multiplier)) calc(4 * var(--width-multiplier));
  pointer-events: none;
}

.header__burger .icon span {
  pointer-events: none;
  width: 100%;
  height: 2px;
  background-color: var(--dark, #1B1D1F);
  transition: all 0.3s ease;
}

.header__burger.active {
  color: var(--white, #FFFFFF);
  background-color: var(--primary, #7F6AFF);
}

.header__burger.active .icon {
  justify-content: center;
}

.header__burger.active span {
  width: 110%;
  background-color: var(--white, #FFFFFF);
}

.header__burger.active span:nth-child(1) {
  transform: rotate(40deg) translateX(1px) translateY(3px);
}

.header__burger.active span:nth-child(2) {
  opacity: 0;
}

.header__burger.active span:nth-child(3) {
  transform: rotate(-40deg) translateY(-2px);
}

.header.scroll .header__container {
  padding: calc(16 * var(--width-multiplier)) 0;
}

.header__catalog-item {
  position: relative;
}

.mega {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  z-index: 9;
}

.mega.open {
  display: flex;
}

.mega .mega-container {
  display: flex;
  gap: calc(16 * var(--width-multiplier));
  width: min(920px, 95vw);
  min-height: calc(320 * var(--width-multiplier));
  margin-top: calc(20 * var(--width-multiplier));
  padding: calc(16 * var(--width-multiplier));
  background: var(--white, #fff);
  border-radius: calc(16 * var(--width-multiplier));
  box-shadow: 0px 0px 9.8px 0px rgba(158, 158, 158, 0.2588235294);
  overflow: hidden;
}

.mega__left {
  display: flex;
  flex-direction: column;
  gap: calc(16 * var(--width-multiplier));
  width: calc(240 * var(--width-multiplier));
}

.mega__tab {
  padding: calc(16 * var(--width-multiplier));
  border-radius: calc(8 * var(--width-multiplier));
  border: 0;
  background: #F1F1F1;
  text-align: left;
  cursor: pointer;
  transition: background 0.3s ease-out, color 0.3s ease-out;
}

.mega__tab.is-active {
  color: #fff;
  background: var(--primary, #7F6AFF);
}

.mega__right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: calc(16 * var(--width-multiplier));
  padding: calc(16 * var(--width-multiplier));
  border-radius: calc(6 * var(--width-multiplier));
  background: #F1F1F1;
}

.mega__panel {
  display: none;
  flex-direction: column;
  height: 100%;
}

.mega__panel.is-active {
  display: flex;
}

.mega__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: calc(12 * var(--width-multiplier));
  line-height: 1;
}

.mega__list li {
  margin: 0;
}

.mega__list a {
  display: inline-block;
}

.mega__footer {
  margin-top: auto;
}

.mega__empty {
  opacity: 0.6;
}

.mega2__title {
  font-size: calc(18 * var(--width-multiplier));
  font-weight: 600;
  line-height: 1;
}

.mega2__footer { 
  margin-top: auto;
}

.header__city { position: relative; }

.header__city-btn{
  display:flex;
  align-items:center;
  gap:calc(8 * var(--width-multiplier));
  background:transparent;
  border:0;
  padding:0;
  cursor:pointer;
}

.header__city-dropdown{
  position:absolute;
  top: calc(100% + calc(8 * var(--width-multiplier)));
  left:0;
  min-width: calc(120 * var(--width-multiplier));
  background:#fff;
  border-radius: calc(12 * var(--width-multiplier));
  box-shadow: 0 10px 30px rgba(0,0,0,.12);
  padding: calc(12 * var(--width-multiplier));
  z-index: 1000;
}

.header__city-list{ 
  display: flex;
  flex-direction: column;
  gap: calc(8 * var(--width-multiplier));
  list-style:none; 
  margin:0; 
  padding:0;
 }
.header__city-item{ margin:0; }
.header__city-link{
  display:block;
  padding:calc(10 * var(--width-multiplier)) calc(20 * var(--width-multiplier));
  border-radius:calc(6 * var(--width-multiplier));
  text-align: center;
  text-decoration:none;
  color:#534F6D;
  background-color: #F1F1F1;
  transition: background-color 0.3s ease-out;
}
.header__city-link:hover{ background: rgba(127,106,255,.08); }
.header__city-link.is-active{ font-weight:600; }

.footer {
  padding-bottom: calc(50 * var(--width-multiplier));
}

.footer__container {
  position: relative;
  padding: calc(24 * var(--width-multiplier)) calc(40 * var(--width-multiplier));
  border-radius: calc(12 * var(--width-multiplier));
  color: var(--white, #FFFFFF);
  background-color: var(--dark, #1B1D1F);
  overflow: hidden;
}

.footer__container .line {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: auto;
}

.footer__container a:not(.footer__logo, .footer__social) {
  position: relative;
  transition: color 0.3s ease-out;
}

.footer__container a:not(.footer__logo, .footer__social)::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 1px;
  width: 0;
  background-color: var(--primary, #7F6AFF);
  transition: width 0.3s ease-out;
}

.footer__container a:not(.footer__logo, .footer__social):hover {
  color: var(--primary, #7F6AFF);
}

.footer__container a:not(.footer__logo, .footer__social):hover::before {
  width: 100%;
}

.footer__wrap {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: calc(96 * var(--width-multiplier));
  padding-bottom: calc(40 * var(--width-multiplier));
  margin-bottom: calc(40 * var(--width-multiplier));
  border-bottom: 1px solid #575757;
  line-height: 1;
  z-index: 1;
}

.footer__logo {
  width: calc(300 * var(--width-multiplier));
  height: calc(128 * var(--width-multiplier));
}

.footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer__menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: calc(96 * var(--width-multiplier));
       column-gap: calc(96 * var(--width-multiplier));
  row-gap: calc(24 * var(--width-multiplier));
  margin-left: auto;
}

.footer__contacts {
  display: flex;
  flex-direction: column;
  gap: calc(24 * var(--width-multiplier));
  margin-right: auto;
}

.footer__socials {
  display: flex;
  align-items: center;
  gap: calc(18 * var(--width-multiplier));
}

.footer__social {
  display: block;
  width: calc(24 * var(--width-multiplier));
  height: calc(24 * var(--width-multiplier));
}

.footer__social svg {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.footer__social path {
  transition: fill 0.3s ease-out;
}

.footer__social:hover path {
  fill: var(--primary, #7F6AFF);
}

.footer__copy {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(16 * var(--width-multiplier));
  color: #ADADAD;
  z-index: 1;
}

.container {
  width: 100%;
  padding: 0 calc(50 * var(--width-multiplier));
}

.section-pad {
  padding: calc(80 * var(--width-multiplier)) 0;
}

.section-pad-top {
  padding-top: calc(80 * var(--width-multiplier));
}

.section-pad-bottom {
  padding-bottom: calc(80 * var(--width-multiplier));
}

.section-hidden {
  overflow: hidden;
}

.breadcrumbs {
  padding-top: calc(24 * var(--width-multiplier));
}

.breadcrumbs-grey {
  background-color: var(--grey, #F1F1F1);
}

.breadcrumbs__container {
  display: flex;
  align-items: center;
  gap: calc(8 * var(--width-multiplier));
  line-height: 1;
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
}

.breadcrumbs__container a {
  display: flex;
  align-items: center;
  gap: calc(8 * var(--width-multiplier));
  color: #6F6F6F;
  transition: color 0.3s ease-out;
}

.breadcrumbs__container a::after {
  content: "";
  width: calc(24 * var(--width-multiplier));
  height: calc(24 * var(--width-multiplier));
  background: url(../img/right.svg) center/contain no-repeat;
}

.breadcrumbs__container a:hover {
  color: var(--primary, #7F6AFF);
}

.breadcrumbs__container span {
  font-weight: 500;
}

.breadcrumbs-about {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding-left: calc(16 * var(--width-multiplier));
  z-index: 1;
}

.breadcrumbs-about a {
  color: rgba(255, 255, 255, 0.6);
}

.breadcrumbs-about a::after {
  background: url(../img/right-2.svg) center/contain no-repeat;
}

.breadcrumbs-about a:hover {
  color: var(--white, #FFFFFF);
}

.breadcrumbs-about span {
  color: var(--white, #FFFFFF);
}

.heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(20 * var(--width-multiplier));
  margin-bottom: calc(30 * var(--width-multiplier));
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: calc(10 * var(--width-multiplier));
  margin-top: calc(40 * var(--width-multiplier));
}

.pagination a,
.pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(40 * var(--width-multiplier));
  height: calc(40 * var(--width-multiplier));
  border-radius: calc(6 * var(--width-multiplier));
  background-color: var(--grey, #F1F1F1);
  text-align: center;
}

.pagination a svg,
.pagination span svg {
  display: block;
  width: calc(20 * var(--width-multiplier));
  height: calc(20 * var(--width-multiplier));
  pointer-events: none;
}

.pagination a.active {
  color: var(--white, #FFFFFF);
  background-color: var(--primary, #7F6AFF);
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(8 * var(--width-multiplier));
  width: -moz-max-content;
  width: max-content;
  padding: calc(18 * var(--width-multiplier)) calc(45 * var(--width-multiplier));
  border: 1px solid transparent;
  background-color: transparent;
  line-height: 1;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
}

.button:hover:not(:disabled) {
  cursor: pointer;
}

.button:disabled {
  opacity: 0.1;
}

.button-primary {
  border-radius: calc(8 * var(--width-multiplier));
  border-color: var(--primary, #7F6AFF);
  color: var(--white, #FFFFFF);
  background-color: var(--primary, #7F6AFF);
  font-weight: 700;
}

.button-primary:hover {
  border-color: var(--primary-dark, #614ED5);
  background-color: var(--primary-dark, #614ED5);
}

.button-stroke {
  border-radius: calc(8 * var(--width-multiplier));
  border-color: var(--primary, #7F6AFF);
  color: var(--primary, #7F6AFF);
  font-weight: 700;
}

.button-stroke:hover {
  border-color: var(--primary-dark, #614ED5);
  color: var(--white, #FFFFFF);
  background-color: var(--primary-dark, #614ED5);
}

.button-light {
  padding: calc(6 * var(--width-multiplier)) calc(8 * var(--width-multiplier));
  padding-left: calc(16 * var(--width-multiplier));
  border-radius: calc(12 * var(--width-multiplier));
  border-color: var(--grey, #F1F1F1);
  color: var(--dark, #1B1D1F);
  background-color: var(--grey, #F1F1F1);
  font-weight: 500;
}

.button-light .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(35 * var(--width-multiplier));
  height: calc(35 * var(--width-multiplier));
  border-radius: calc(6 * var(--width-multiplier));
  background-color: var(--white, #FFFFFF);
  transition: background-color 0.3s ease-out;
}

.button-light .icon svg {
  position: relative;
  display: block;
  min-width: calc(24 * var(--width-multiplier));
  width: calc(24 * var(--width-multiplier));
  height: calc(24 * var(--width-multiplier));
  pointer-events: none;
  z-index: 1;
}

.button-light .icon path {
  transition: fill 0.3s ease-out;
}

.button-light:hover .icon {
  background-color: var(--primary, #7F6AFF);
}

.button-light:hover .icon path {
  fill: var(--white, #FFFFFF);
}

.button-light-2 {
  background-color: var(--white, #FFFFFF);
}

.button-light-2 .icon {
  background-color: var(--grey, #F1F1F1);
}

.doc {
  display: flex;
  align-items: center;
  gap: calc(8 * var(--width-multiplier));
  padding: calc(10 * var(--width-multiplier));
  border-radius: calc(8 * var(--width-multiplier));
  background-color: var(--grey, #F1F1F1);
}

.doc__icon {
  width: calc(40 * var(--width-multiplier));
  height: calc(40 * var(--width-multiplier));
}

.doc__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.doc__group {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: calc(8 * var(--width-multiplier));
  font-weight: 500;
  line-height: 1;
}

.doc__group span {
  color: rgba(27, 29, 31, 0.4);
}

.doc__down {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(44 * var(--width-multiplier));
  height: calc(44 * var(--width-multiplier));
  margin-left: auto;
  border-radius: calc(8 * var(--width-multiplier));
  background-color: var(--white, #FFFFFF);
  overflow: hidden;
}

.doc__down svg {
  display: block;
  width: calc(24 * var(--width-multiplier));
  height: calc(24 * var(--width-multiplier));
  pointer-events: none;
  transition: color 0.3s ease-out, opacity 0.3s ease-out;
}

.doc:hover svg {
  animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.1s;
}

@keyframes MoveScaleUpInitial {
  to {
    transform: translate3d(0, 105%, 0);
    opacity: 0;
  }
}

@keyframes MoveScaleUpEnd {
  from {
    transform: translate3d(0, -100%, 0);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.text-lower {
  text-transform: lowercase;
}

.text-up {
  text-transform: uppercase;
}

.text-l {
  font-size: calc(20 * var(--width-multiplier));
}

.color-grey {
  color: var(--txt-light, #575757);
}

a.added_to_cart.wc-forward {
  display: none !important;
}

.filter .wpfFilterWrapper[data-filter-type]:not([data-filter-type=wpfPrice]) {
  padding: 0;
  margin: 0;
  margin-bottom: calc(8 * var(--width-multiplier));
  border-radius: calc(12 * var(--width-multiplier));
  background-color: var(--grey, #F1F1F1);
}

.filter .wpfFilterWrapper[data-filter-type]:not([data-filter-type=wpfPrice]) .wpfFilterVerScroll li .wpfLiLabel {
  padding: calc(10 * var(--width-multiplier)) calc(16 * var(--width-multiplier));
  padding-top: 0;
}

.filter .wpfFilterTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: unset;
  padding: calc(16 * var(--width-multiplier)) calc(16 * var(--width-multiplier));
}

.filter .wpfFilterWrapper .wfpTitle {
  height: auto;
  padding: 0;
  font: 600 calc(16 * var(--width-multiplier))/1 Roboto;
}

.filter .wpfFilterWrapper .wpfCheckbox label::before {
  border-radius: 4px;
}

.filter .wpfFilterButtons {
  display: flex;
  align-items: center;
  gap: calc(8 * var(--width-multiplier));
  width: 100%;
  min-width: unset;
  margin-top: calc(16 * var(--width-multiplier));
}

.filter .wpfFilterButton.wpfButton,
.filter .wpfClearButton.wpfButton {
  flex: 1 1 calc(50% - 4 * var(--width-multiplier));
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(8 * var(--width-multiplier));
  padding: calc(18 * var(--width-multiplier)) calc(45 * var(--width-multiplier));
  margin: 0;
  border: 1px solid transparent;
  background-color: transparent;
  line-height: 1;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
}

.filter .wpfFilterButton.wpfButton {
  order: 1;
  border-radius: calc(8 * var(--width-multiplier));
  border-color: var(--primary, #7F6AFF);
  color: var(--white, #FFFFFF);
  background-color: var(--primary, #7F6AFF);
  font-weight: 700;
}

.filter .wpfFilterButton.wpfButton:hover {
  border-color: var(--primary-dark, #614ED5);
  background-color: var(--primary-dark, #614ED5);
}

.filter .wpfClearButton.wpfButton {
  border-radius: calc(8 * var(--width-multiplier));
  border-color: var(--primary, #7F6AFF);
  color: var(--primary, #7F6AFF);
  font-weight: 700;
}

.filter .wpfClearButton.wpfButton:hover {
  border-color: var(--primary-dark, #614ED5);
  color: var(--white, #FFFFFF);
  background-color: var(--primary-dark, #614ED5);
}

.filter .wpfFilterWrapper .wpfCheckbox input[type=checkbox]:checked + label::before {
  border-color: #7F6AFF !important;
  background: url(../img/check.svg) center/110% !important;
}

.filter .wpfFilterWrapper .wpfCheckbox input[type=checkbox]:checked + label {
  color: #59527F;
}

.catalog__selected-filters {
  display: flex;
  flex-wrap: wrap;
  gap: calc(12 * var(--width-multiplier)) ;
  padding-bottom: calc(20 * var(--width-multiplier));
  margin-bottom: calc(20 * var(--width-multiplier));
  border-bottom: 1px solid #ADADAD;
}

.filter-chip {
  display: inline-flex;
  align-items: center;
  gap: calc(8 * var(--width-multiplier));
  padding: calc(8 * var(--width-multiplier)) calc(10 * var(--width-multiplier));
  border-radius: calc(8 * var(--width-multiplier));
  border: 0;
  color: #59527F;
  background: #F1F1F1;
  cursor: pointer;
  font-size: calc(14 * var(--width-multiplier));
  font-weight: 500;
  line-height: 1;
}

.filter-chip__x {
  width: calc(24 * var(--width-multiplier));
  height: calc(24 * var(--width-multiplier));
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  padding-left: calc(16 * var(--width-multiplier));
  padding-right: calc(48 * var(--width-multiplier));
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  min-height: calc(64 * var(--width-multiplier));
  padding: calc(16 * var(--width-multiplier)) calc(40 * var(--width-multiplier));
  line-height: 1em;
  font-size: calc(16 * var(--width-multiplier));
  border-radius: calc(12 * var(--width-multiplier));
}

.dgwt-wcas-open .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  border-radius: calc(12 * var(--width-multiplier));
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  min-height: calc(24 * var(--width-multiplier));
  min-width: calc(24 * var(--width-multiplier));
  height: calc(24 * var(--width-multiplier));
  width: calc(24 * var(--width-multiplier));
  left: calc(12 * var(--width-multiplier));
  top: calc(20 * var(--width-multiplier));
}

.dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  right: calc(16 * var(--width-multiplier));
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit svg {
  width: 100%;
  height: 100%;
}

.dgwt-wcas-ico-magnifier,
.dgwt-wcas-ico-magnifier-handler {
  max-width: calc(16 * var(--width-multiplier));
}

.dgwt-wcas-suggestions-wrapp {
  background-color: var(--grey, #F1F1F1);
}

.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp.dgwt-wcas-search-focused input[type=search].dgwt-wcas-search-input:hover {
  background-color: var(--grey, #F1F1F1);
}

.dgwt-wcas-open-pirx .dgwt-wcas-open .dgwt-wcas-suggestions-wrapp,
.dgwt-wcas-open-pirx .dgwt-wcas-open.dgwt-wcas-nores .dgwt-wcas-suggestions-wrapp {
  border-radius: calc(12 * var(--width-multiplier));
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
  padding: 0;
  margin: 0;
}

.catalog__controls {
  display: flex;
  flex-direction: column;
  gap: calc(8 * var(--width-multiplier));
  margin-bottom: calc(16 * var(--width-multiplier));
}

.catalog__btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(8 * var(--width-multiplier));
  width: 100%;
  padding: calc(10 * var(--width-multiplier));
  border-radius: calc(8 * var(--width-multiplier));
  border: 1px solid #E3E3E3;
  background: #F1F1F1;
}
.catalog__btn--filter {
  display: none;
}
.catalog__filter-count { color: #7F6AFF; }

/* ====== modal filter ====== */
.mfilter[hidden] { display: none; }

.mfilter {
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.mfilter__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.35);
}

.mfilter__panel {
  position: absolute;
  inset: 0;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.mfilter__head {
  display: flex;
  align-items: center;
  gap: calc(12 * var(--width-multiplier));
  padding: calc(16 * var(--width-multiplier));
  border-bottom: 1px solid #EEE;
}

.mfilter__back {
  border: 0;
  background: transparent;
  font-size: calc(18 * var(--width-multiplier));
  line-height: 1;
}

.mfilter__title {
  font-weight: 700;
  font-size: calc(18 * var(--width-multiplier));
}

.mfilter__body {
  flex: 1 1 auto;
  overflow: auto;
  padding: calc(16 * var(--width-multiplier));
}

/* приклеим кнопки apply/reset снизу внутри WPF */
.mfilter__body .wpfFilterButtons {
  position: sticky;
  bottom: 0;
  background: #fff;
  padding: calc(12 * var(--width-multiplier)) 0;
  margin-top: calc(16 * var(--width-multiplier));
}

/* ====== responsive behavior ====== */
@media (max-width: 767px) {
  .catalog__btn--filter {
    display: inline-flex;
  }
  .catalog__filter--desktop { display: none; }
  .catalog__selected-filters {
    padding-bottom: calc(16 * var(--width-multiplier));
    margin-bottom: calc(16 * var(--width-multiplier));
  }
}


a.xoo-wsc-btn {
  border-radius: calc(8 * var(--width-multiplier));
}

.xoo-wsc-container .xoo-wsc-btn.xoo-wsc-ft-btn-continue,
.xoo-wsc-container .xoo-wsc-btn.xoo-wsc-ft-btn-checkout {
  display: none !important;
}

.grid {
  display: grid;
  gap: calc(20 * var(--width-multiplier));
}

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

.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

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

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider {
  --swiper-pagination-progressbar-size: calc(8 * var(--width-multiplier));
  --swiper-pagination-color: #7F6AFF;
  --swiper-pagination-progressbar-bg-color: #F1F1F1;
}

.slider .swiper {
  padding-bottom: calc(32 * var(--width-multiplier));
}

.slider .swiper-pagination {
  top: auto;
  bottom: 0;
  border-radius: calc(20 * var(--width-multiplier));
}

.slider .swiper-pagination-progressbar-fill {
  border-radius: calc(20 * var(--width-multiplier));
}

.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.swiper-button-lock {
  display: none;
}

.hero__slider {
  position: relative;
  height: calc(560 * var(--width-multiplier));
}

.hero__slide {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 10 * var(--width-multiplier)));
  gap: calc(20 * var(--width-multiplier));
  height: 100%;
}

.hero__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: calc(16 * var(--width-multiplier));
  border-radius: calc(16 * var(--width-multiplier));
  background-color: var(--grey, #F1F1F1);
  overflow: hidden;
}

.hero__content svg {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(338 * var(--width-multiplier));
  height: calc(252 * var(--width-multiplier));
  pointer-events: none;
}

.hero__title {
  max-width: calc(360 * var(--width-multiplier));
  margin-bottom: calc(50 * var(--width-multiplier));
}

.hero__txt {
  max-width: calc(480 * var(--width-multiplier));
  margin-bottom: calc(40 * var(--width-multiplier));
}

.hero__img {
  border-radius: calc(16 * var(--width-multiplier));
  overflow: hidden;
}

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

.hero__buttons {
  position: absolute;
  top: calc(16 * var(--width-multiplier));
  left: calc(16 * var(--width-multiplier));
  display: flex;
  align-items: center;
  gap: calc(16 * var(--width-multiplier));
}

.hero-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(48 * var(--width-multiplier));
  height: calc(48 * var(--width-multiplier));
  border-radius: calc(12 * var(--width-multiplier));
  background-color: var(--white, #FFFFFF);
  z-index: 1;
  transition: background-color 0.3s ease-out;
}

.hero-arrow svg {
  display: block;
  width: calc(24 * var(--width-multiplier));
  height: calc(24 * var(--width-multiplier));
  pointer-events: none;
}

.hero-arrow path {
  transition: fill 0.3s ease-out;
}

.hero-arrow:hover {
  cursor: pointer;
  background-color: var(--primary, #7F6AFF);
}

.hero-arrow:hover path {
  fill: var(--white, #FFFFFF);
}

.main-benefits__title {
  margin-bottom: calc(40 * var(--width-multiplier));
}

.benefits-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: calc(20 * var(--width-multiplier));
  min-height: calc(250 * var(--width-multiplier));
  padding: calc(16 * var(--width-multiplier));
  border-radius: calc(16 * var(--width-multiplier));
  background-color: var(--grey, #F1F1F1);
}

.benefits-card__count {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  min-width: calc(50 * var(--width-multiplier));
  padding: calc(10 * var(--width-multiplier));
  border-radius: calc(6 * var(--width-multiplier));
  color: var(--white, #FFFFFF);
  background-color: var(--primary, #7F6AFF);
  line-height: 1;
  text-align: center;
  z-index: 1;
}

.benefits-card__caption {
  position: relative;
  z-index: 1;
}

.benefits-card__txt {
  position: relative;
  z-index: 1;
  max-width: 50%;
}

.benefits-card svg {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: auto;
}

.category__head {
  padding-top: calc(80 * var(--width-multiplier));
  padding-bottom: calc(40 * var(--width-multiplier));
  background-color: var(--grey, #F1F1F1);
}

.category__container {
  padding-top: calc(40 * var(--width-multiplier));
}

.category-card {
  display: flex;
  flex-direction: column;
  gap: calc(16 * var(--width-multiplier));
  padding: calc(16 * var(--width-multiplier));
  border-radius: calc(12 * var(--width-multiplier));
  background-color: var(--grey, #F1F1F1);
}

.category-card__img {
  height: calc(185 * var(--width-multiplier));
  border-radius: calc(6 * var(--width-multiplier));
  background-color: var(--white, #FFFFFF);
  overflow: hidden;
}

.category-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.category-card__caption {
  width: 100%;
  padding: calc(18 * var(--width-multiplier));
  border-radius: calc(8 * var(--width-multiplier));
  color: var(--white, #FFFFFF);
  background-color: var(--primary, #7F6AFF);
  font-weight: 700;
  text-align: center;
  transition: background-color 0.3s ease-out;
}

.category-card:hover .category-card__caption {
  background-color: var(--primary-dark, #614ED5);
}

.catalog__title {
  margin-bottom: calc(40 * var(--width-multiplier));
}

.catalog__wrap {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: calc(20 * var(--width-multiplier));
}

.catalog__group {
  margin-bottom: calc(20 * var(--width-multiplier));
}

.products-card {
  display: flex;
  flex-direction: column;
  gap: calc(16 * var(--width-multiplier));
  padding: calc(16 * var(--width-multiplier));
  border-radius: calc(12 * var(--width-multiplier));
  background-color: var(--grey, #F1F1F1);
}

.products-card__link {
  display: flex;
  flex-direction: column;
  gap: calc(16 * var(--width-multiplier));
}

.products-card__img {
  height: calc(250 * var(--width-multiplier));
  border-radius: calc(6 * var(--width-multiplier));
  background-color: var(--white, #FFFFFF);
  overflow: hidden;
}

.products-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.3s ease-out;
}

.products-card__category {
  color: #ADADAD;
  line-height: 1;
}

.products-card__group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(8 * var(--width-multiplier));
  font-weight: 700;
  line-height: 1;
}

.products-card__price {
  white-space: nowrap;
}

.products-card__basket {
  width: 100%;
  margin-top: auto;
}

.products-card.swiper-slide {
  height: auto;
}

.products-card:hover .products-card__img img {
  transform: scale(1.1);
}

.product__container {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  gap: calc(20 * var(--width-multiplier));
  align-items: flex-start;
}

.product__gallery {
  padding: calc(16 * var(--width-multiplier));
  border-radius: calc(16 * var(--width-multiplier));
  background-color: var(--grey, #F1F1F1);
}

.product__gallery .swiper-slide {
  border-radius: calc(8 * var(--width-multiplier));
  background-color: var(--white, #FFFFFF);
  overflow: hidden;
}

.product__gallery .swiper-slide img {
  -o-object-fit: contain;
     object-fit: contain;
}

.product__gallery .productSwiper2 {
  height: calc(410 * var(--width-multiplier));
  margin-bottom: calc(8 * var(--width-multiplier));
}

.product__gallery .productSwiper {
  height: calc(110 * var(--width-multiplier));
}

.product__gallery .productSwiper .swiper-slide {
  border: 1px solid transparent;
  transition: border-color 0.3s ease-out;
  cursor: pointer;
}

.product__gallery .productSwiper .swiper-slide-thumb-active {
  border-color: var(--primary, #7F6AFF);
}

.product__content {
  display: flex;
  flex-direction: column;
  gap: calc(16 * var(--width-multiplier));
}

.product__box {
  padding: calc(16 * var(--width-multiplier));
  border-radius: calc(16 * var(--width-multiplier));
  background-color: var(--grey, #F1F1F1);
}

.product__caption {
  padding-bottom: calc(16 * var(--width-multiplier));
  margin-bottom: calc(16 * var(--width-multiplier));
  border-bottom: 1px solid #ADADAD;
  font-weight: 700;
  font-size: calc(18 * var(--width-multiplier));
  line-height: 1;
}

.product__list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: calc(16 * var(--width-multiplier));
  margin-bottom: calc(16 * var(--width-multiplier));
  border-bottom: 1px dotted #ADADAD;
  font-weight: 500;
}

.product__list li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.product__docs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(20 * var(--width-multiplier));
}

.product__docs-wrap {
  display: flex;
  flex-direction: column;
  gap: calc(10 * var(--width-multiplier));
}

/* .product__docs-wrap:not(.disabled) span {
  display: none;
} */

.product__docs-wrap.disabled .doc {
  filter: grayscale(1) opacity(0.5);
  pointer-events: none;
}

.product__docs-wrap span {
  color: #6F6F6F;
  font-weight: 500;
  font-size: calc(14 * var(--width-multiplier));
  line-height: 1;
}

.product__bottom {
  display: flex;
  flex-direction: column;
  gap: calc(20 * var(--width-multiplier));
}

.product__bottom .products-card__basket {
  margin: 0;
  width: calc(50% - 10 * var(--width-multiplier));
}

.product__group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(20 * var(--width-multiplier));
  border-radius: calc(8 * var(--width-multiplier));
  background-color: var(--grey, #F1F1F1);
}

.product__price {
  padding-left: calc(12 * var(--width-multiplier));
  font: 700 calc(28 * var(--width-multiplier))/1.2 Roboto;
}

.product__buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: calc(20 * var(--width-multiplier));
}

.product__button {
  flex: 1 1 calc(50% - 10 * var(--width-multiplier));
}

.product__button-kp.disabled {
  filter: grayscale(1) opacity(0.5);
  pointer-events: none;
}

.product-other__title {
  margin-bottom: calc(40 * var(--width-multiplier));
}

.cart {
  --cart-border: #ADADAD;
  --cart-muted: #7B7B7B;
}

.cart__title {
  margin-bottom: calc(40 * var(--width-multiplier));
}

.cart__wrap {
  display: grid;
  grid-template-columns: 1fr calc(320 * var(--width-multiplier));
  gap: calc(20 * var(--width-multiplier));
  align-items: start;
}

.cart-table {
  padding: 0 calc(16 * var(--width-multiplier));
  background: var(--grey, #F1F1F1);
  border-radius: calc(12 * var(--width-multiplier));
  overflow: hidden;
}

.cart-table__head {
  display: grid;
  grid-template-columns: 1fr calc(180 * var(--width-multiplier)) calc(160 * var(--width-multiplier)) calc(40 * var(--width-multiplier));
  gap: calc(12 * var(--width-multiplier));
  padding: calc(16 * var(--width-multiplier)) 0;
  border-bottom: 1px solid var(--cart-border);
}

.cart-table__th {
  font-weight: 600;
}

.cart-table__th--price {
  text-align: start;
}

.cart-table__th--actions {
  text-align: right;
}

.cart-table__row {
  display: grid;
  grid-template-columns: 1fr calc(180 * var(--width-multiplier)) calc(160 * var(--width-multiplier)) calc(40 * var(--width-multiplier));
  gap: calc(12 * var(--width-multiplier));
  padding: calc(16 * var(--width-multiplier)) 0;
  border-bottom: 1px solid var(--cart-border);
  align-items: center;
}

.cart-table__row:last-child {
  border-bottom: 0;
}

.cart-product {
  display: flex;
  gap: calc(16 * var(--width-multiplier));
  align-items: center;
  min-width: 0;
}

.cart-product__img {
  width: calc(188 * var(--width-multiplier));
  height: calc(165 * var(--width-multiplier));
  flex: 0 0 auto;
  border-radius: calc(8 * var(--width-multiplier));
  background: #fff;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.cart-product__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cart-product__info {
  min-width: 0;
  max-width: calc(240 * var(--width-multiplier));
}

.cart-product__name {
  font-weight: 600;
  line-height: 1.1em;
}

.cart-product__meta {
  margin-top: calc(8 * var(--width-multiplier));
  color: #6F6F6F;
  line-height: 1;
}

.cart-qty .quantity {
  display: flex;
  align-items: center;
  gap: calc(8 * var(--width-multiplier));
}

.cart-qty__btn {
  width: calc(32 * var(--width-multiplier));
  height: calc(32 * var(--width-multiplier));
  padding: 0;
  border-radius: 0;
  border: 0;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.cart-qty input:not([type=checkbox]):not([type=radio]) {
  width: calc(26 * var(--width-multiplier));
  height: calc(26 * var(--width-multiplier));
  padding: 0;
  text-align: center;
  border: 0;
  outline: none;
  background: transparent;
  font-weight: 600;
}

.cart-price {
  font-weight: 600;
}

.cart-remove {
  width: calc(24 * var(--width-multiplier));
  height: calc(24 * var(--width-multiplier));
  border-radius: 0;
  border: 1px solid transparent;
  background: transparent;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.cart-total {
  padding: calc(16 * var(--width-multiplier));
  background: var(--grey, #F1F1F1);
  border-radius: calc(12 * var(--width-multiplier));
  overflow: hidden;
}

.cart-total__title {
  padding-bottom: calc(16 * var(--width-multiplier));
  margin-bottom: calc(20 * var(--width-multiplier));
  border-bottom: 1px solid var(--cart-border);
  font-weight: 600;
  line-height: 1;
}

.cart-total__list {
  display: flex;
  flex-direction: column;
  gap: calc(20 * var(--width-multiplier));
  padding-bottom: calc(20 * var(--width-multiplier));
}

.cart-total__item {
  display: flex;
  flex-direction: column;
  gap: calc(16 * var(--width-multiplier));
  font-weight: 500;
  line-height: 1em;
}

.cart-total__sum {
  white-space: nowrap;
  color: var(--cart-muted);
}

.cart-total__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: calc(32 * var(--width-multiplier));
  padding-top: calc(20 * var(--width-multiplier));
  border-top: 1px solid var(--cart-border);
  font-weight: 600;
}

.cart-total__actions {
  display: flex;
  flex-direction: column;
  gap: calc(8 * var(--width-multiplier));
}

.cart-total__btn {
  width: 100%;
  padding: calc(18 * var(--width-multiplier)) calc(24 * var(--width-multiplier));
}

.cart-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 40vh;
}

.cart-empty__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(12 * var(--width-multiplier));
  min-width: calc(320 * var(--width-multiplier));
  padding: calc(16 * var(--width-multiplier));
  border-radius: calc(12 * var(--width-multiplier));
  background-color: var(--grey, #F1F1F1);
}

.cart-empty__icon svg {
  display: block;
  width: calc(32 * var(--width-multiplier));
  height: calc(32 * var(--width-multiplier));
  pointer-events: none;
}

.cart-empty__title {
  font: 700 calc(24 * var(--width-multiplier))/1.2 Roboto;
}

.cart-empty__btn {
  width: 100%;
}

.projects__title {
  margin-bottom: calc(40 * var(--width-multiplier));
}

.projects-card {
  position: relative;
  border-radius: calc(12 * var(--width-multiplier));
  background-color: var(--grey, #F1F1F1);
}

.projects-card__img {
  height: calc(225 * var(--width-multiplier));
  border-radius: calc(12 * var(--width-multiplier));
  overflow: hidden;
}

.projects-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.projects-card__type {
  position: absolute;
  top: calc(10 * var(--width-multiplier));
  left: calc(10 * var(--width-multiplier));
  padding: calc(10 * var(--width-multiplier));
  border-radius: calc(6 * var(--width-multiplier));
  color: var(--white, #FFFFFF);
  background-color: var(--primary, #7F6AFF);
  font-weight: 700;
  line-height: 1;
}

.projects-card__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: calc(8 * var(--width-multiplier));
}

.projects-card__caption {
  font-weight: 700;
  line-height: 1;
}

.projects-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(48 * var(--width-multiplier));
  height: calc(48 * var(--width-multiplier));
  border-radius: calc(12 * var(--width-multiplier));
  background-color: var(--white, #FFFFFF);
  transition: background-color 0.3s ease-out;
}

.projects-card__icon svg {
  display: block;
  width: calc(24 * var(--width-multiplier));
  height: calc(24 * var(--width-multiplier));
  pointer-events: none;
}

.projects-card__icon path {
  transition: fill 0.3s ease-out;
}

.projects-card:hover .projects-card__icon {
  background-color: var(--primary, #7F6AFF);
}

.projects-card:hover .projects-card__icon path {
  fill: var(--white, #FFFFFF);
}

.projects-inner__container {
  position: relative;
  align-items: flex-start;
}

.projects-inner__gallery {
  display: flex;
  flex-direction: column;
  gap: calc(20 * var(--width-multiplier));
}

.projects-inner__img {
  position: relative;
  height: calc(410 * var(--width-multiplier));
  border-radius: calc(16 * var(--width-multiplier));
  overflow: hidden;
}

.projects-inner__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.projects-inner__img.video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.34);
}

.projects-inner__img.video::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(40 * var(--width-multiplier));
  height: calc(40 * var(--width-multiplier));
  border-radius: 100%;
  border: 1px solid var(--white, #FFFFFF);
  background: url(../img/play.svg) 55% 50%/calc(12 * var(--width-multiplier)) no-repeat;
  background-color: rgba(255, 255, 255, 0.09);
  -webkit-backdrop-filter: blur(22.2000007629px);
          backdrop-filter: blur(22.2000007629px);
}

.projects-inner__img:hover {
  cursor: pointer;
}

.projects-inner__wrap {
  display: flex;
  flex-direction: column;
  gap: calc(20 * var(--width-multiplier));
}

.projects-inner__type {
  width: -moz-max-content;
  width: max-content;
  padding: calc(10 * var(--width-multiplier));
  border-radius: calc(6 * var(--width-multiplier));
  color: var(--white, #FFFFFF);
  background-color: var(--primary, #7F6AFF);
  font-weight: 700;
  line-height: 1;
}

.projects-inner__title {
  max-width: calc(400 * var(--width-multiplier));
}

.projects-inner__content {
  padding: calc(16 * var(--width-multiplier));
  border-radius: calc(16 * var(--width-multiplier));
  background-color: var(--grey, #F1F1F1);
}

.projects-inner__desc > * {
  margin-bottom: calc(16 * var(--width-multiplier));
}

.projects-inner__desc > *:last-child {
  margin-bottom: 0;
}

.projects-inner__date {
  width: -moz-max-content;
  width: max-content;
  margin-bottom: calc(16 * var(--width-multiplier));
  padding: calc(10 * var(--width-multiplier));
  border-radius: calc(6 * var(--width-multiplier));
  background-color: var(--white, #FFFFFF);
  font-weight: 600;
}

.projects-other__title {
  margin-bottom: calc(40 * var(--width-multiplier));
}

.projects-media {
  display: flex;
  flex-direction: column;
  gap: calc(14 * var(--width-multiplier));
}

/* MAIN */
.projects-media__item {
  position: relative;
  border-radius: calc(16 * var(--width-multiplier));
  overflow: hidden;
  height: calc(410 * var(--width-multiplier));
}

.projects-media__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* VIDEO overlay (как у тебя) */
.projects-media__item.video::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0,0,0,.34);
}

.projects-media__item.video::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(40 * var(--width-multiplier));
  height: calc(40 * var(--width-multiplier));
  border-radius: 50%;
  border: 1px solid #fff;
  background: url(../img/play.svg) 55% 50%/calc(12 * var(--width-multiplier)) no-repeat;
  background-color: rgba(255,255,255,.09);
  backdrop-filter: blur(22px);
}

/* THUMBS row */
.projects-media__thumbs {
  display: none; /* по умолчанию скрыто, включим на мобиле */
}

/* ===== MOBILE ===== */
@media (max-width: 767px) {
  .projects-media__item {
    height: calc(220 * var(--width-multiplier));
    border-radius: calc(16 * var(--width-multiplier));
  }

  .projects-media__thumbs {
    display: flex;
    gap: calc(12 * var(--width-multiplier));
    margin-top: calc(16 * var(--width-multiplier));
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: calc(4 * var(--width-multiplier));    /* чтобы не резало тень/скролл */
    scroll-snap-type: x mandatory;
  }

  .projects-media__thumbs::-webkit-scrollbar {
    height: calc(4 * var(--width-multiplier));
  }

  .projects-media__thumb {
    flex: 0 0 auto;
    width: calc(80 * var(--width-multiplier));
    height: calc(50 * var(--width-multiplier));
    border-radius: calc(6 * var(--width-multiplier));
    overflow: hidden;
    border: 1px solid rgba(0,0,0,.08);
    padding: 0;
    background: transparent;
    cursor: pointer;
    scroll-snap-align: start;
  }

  .projects-media__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
}

/* по умолчанию (десктоп) */
.projects-media { display: none; }
.projects-inner__gallery { display: flex; }

/* мобильная версия */
@media (max-width: 767px) {
  .projects-inner__gallery { display: none; }
  .projects-media { display: block; }
}


.news__title {
  margin-bottom: calc(40 * var(--width-multiplier));
}

.news-card {
  display: flex;
  flex-direction: column;
  gap: calc(16 * var(--width-multiplier));
  padding: calc(16 * var(--width-multiplier));
  border-radius: calc(12 * var(--width-multiplier));
  background-color: var(--grey, #F1F1F1);
}

.news-card__img {
  height: calc(190 * var(--width-multiplier));
  border-radius: calc(6 * var(--width-multiplier));
  overflow: hidden;
}

.news-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease-out;
}

.news-card__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: calc(6 * var(--width-multiplier));
  border-radius: calc(6 * var(--width-multiplier));
  background-color: var(--white, #FFFFFF);
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

.news-card__bottom svg {
  display: block;
  width: calc(24 * var(--width-multiplier));
  height: calc(24 * var(--width-multiplier));
  pointer-events: none;
}

.news-card__bottom path {
  transition: fill 0.3s ease-out;
}

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

.news-card:hover .news-card__bottom {
  color: var(--white, #FFFFFF);
  background-color: var(--primary, #7F6AFF);
}

.news-card:hover .news-card__bottom path {
  fill: var(--white, #FFFFFF);
}

.news-inner__img {
  height: calc(480 * var(--width-multiplier));
  border-radius: calc(12 * var(--width-multiplier));
  overflow: hidden;
}

.news-inner__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-inner__title {
  margin-bottom: calc(24 * var(--width-multiplier));
}

.news-inner__content {
  padding: calc(16 * var(--width-multiplier));
  border-radius: calc(16 * var(--width-multiplier));
  background-color: var(--grey, #F1F1F1);
}

.news-inner__desc {
  padding-bottom: calc(40 * var(--width-multiplier));
  margin-bottom: calc(16 * var(--width-multiplier));
  border-bottom: 1px solid;
}

.news-inner__desc > * {
  margin-bottom: calc(16 * var(--width-multiplier));
}

.news-inner__desc > *:last-child {
  margin-bottom: 0;
}

.news-inner__date {
  font-weight: 600;
}

.news-other__title {
  margin-bottom: calc(40 * var(--width-multiplier));
}

.about-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  min-height: calc(350 * var(--width-multiplier));
  border-radius: calc(16 * var(--width-multiplier));
  background-color: var(--grey, #F1F1F1);
  overflow: hidden;
}

.about-img {
  border-radius: calc(16 * var(--width-multiplier));
  overflow: hidden;
}

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

.about-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: calc(24 * var(--width-multiplier));
  padding: calc(20 * var(--width-multiplier));
}

.about-title {
  font-size: calc(24 * var(--width-multiplier));
}

.about-txt {
  display: flex;
  flex-direction: column;
  gap: calc(16 * var(--width-multiplier));
  font-weight: 500;
}

.about-hero__container {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 10 * var(--width-multiplier)));
  gap: calc(20 * var(--width-multiplier));
  height: calc(500 * var(--width-multiplier));
}

.about-hero__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: calc(16 * var(--width-multiplier));
  border-radius: calc(16 * var(--width-multiplier));
  color: var(--white, #FFFFFF);
  background-color: var(--primary, #7F6AFF);
  overflow: hidden;
}

.about-hero__content svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.about-hero__title {
  position: relative;
  margin-bottom: calc(40 * var(--width-multiplier));
  font-size: calc(28 * var(--width-multiplier));
  z-index: 1;
}

.about-hero__bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(16 * var(--width-multiplier));
  z-index: 1;
}

.about-hero__txt {
  max-width: calc(440 * var(--width-multiplier));
  font-weight: 500;
}

.about-hero__img {
  position: relative;
  border-radius: calc(16 * var(--width-multiplier));
  background-color: var(--grey, #F1F1F1);
  overflow: hidden;
}

.about-hero__img .logo {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(570 * var(--width-multiplier));
  height: auto;
  z-index: 1;
}

.about-hero__img .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.about-benefit__container {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 10 * var(--width-multiplier)));
  gap: calc(20 * var(--width-multiplier));
}

.about-benefit__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.about-benefit__title {
  max-width: calc(450 * var(--width-multiplier));
  font-size: calc(24 * var(--width-multiplier));
}

.about-benefit__box {
  display: flex;
  flex-direction: column;
  gap: calc(40 * var(--width-multiplier));
  padding: calc(16 * var(--width-multiplier));
  border-radius: calc(16 * var(--width-multiplier));
  color: var(--white, #FFFFFF);
  background-color: var(--dark, #1B1D1F);
}

.about-benefit__caption {
  max-width: calc(450 * var(--width-multiplier));
  font-weight: 700;
}

.about-benefit__cards {
  display: flex;
  flex-direction: column;
  gap: calc(20 * var(--width-multiplier));
}

.about-benefit__card {
  min-height: calc(210 * var(--width-multiplier));
}

.partners__container {
  display: flex;
  flex-direction: column;
  gap: calc(40 * var(--width-multiplier));
}

.partners__box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: calc(16 * var(--width-multiplier));
  min-height: calc(240 * var(--width-multiplier));
  padding: calc(16 * var(--width-multiplier));
  border-radius: calc(16 * var(--width-multiplier));
  color: var(--white, #FFFFFF);
  background-color: var(--dark, #1B1D1F);
  overflow: hidden;
}

.partners__box svg {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: auto;
}

.partners__title,
.partners__desc {
  position: relative;
  z-index: 1;
}

.partners__desc {
  max-width: calc(500 * var(--width-multiplier));
  color: #ADADAD;
  font-weight: 500;
}

.partners__tabs {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: calc(20 * var(--width-multiplier));
}

.partners__list {
  display: flex;
  flex-direction: column;
  gap: calc(20 * var(--width-multiplier));
  padding: calc(16 * var(--width-multiplier));
  border-bottom: 0;
  border-radius: calc(16 * var(--width-multiplier));
  background-color: var(--grey, #F1F1F1);
}

.partners__list [role=tab] {
  display: block;
  padding: calc(32 * var(--width-multiplier));
  border: 0 !important;
  border-radius: calc(8 * var(--width-multiplier)) !important;
  color: #6F6F6F;
  background-color: var(--white, #FFFFFF);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
}

.partners__list [role=tab][aria-selected=true] {
  border: 0 !important;
  color: var(--white, #FFFFFF);
  background-color: var(--primary, #7F6AFF);
}

.partners__contents > * {
  height: 100%;
}

.partners__content {
  height: 100%;
  border-radius: calc(16 * var(--width-multiplier));
  background-color: var(--grey, #F1F1F1);
}

.partners__group {
  display: flex;
  flex-direction: column;
  gap: calc(32 * var(--width-multiplier));
  padding: calc(16 * var(--width-multiplier));
}

.partners__button {
  margin-top: auto;
}

.partners__img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: calc(16 * var(--width-multiplier));
  background-color: var(--dark, #1B1D1F);
}

.partners__img svg {
  display: block;
  width: calc(340 * var(--width-multiplier));
  height: calc(145 * var(--width-multiplier));
  pointer-events: none;
}

.work__title {
  margin-bottom: calc(40 * var(--width-multiplier));
}

.work-card {
  height: calc(180 * var(--width-multiplier));
  border-radius: calc(12 * var(--width-multiplier));
  background-color: var(--grey, #F1F1F1);
}

.work-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  mix-blend-mode: darken;
}

.contacts__title {
  margin-bottom: calc(40 * var(--width-multiplier));
}

.contacts__wrap {
  display: flex;
  flex-direction: column;
  gap: calc(40 * var(--width-multiplier));
}

.contacts__card {
  display: flex;
  flex-direction: column;
  gap: calc(24 * var(--width-multiplier));
  padding: calc(16 * var(--width-multiplier));
  border-radius: calc(12 * var(--width-multiplier));
  background-color: var(--grey, #F1F1F1);
  font-weight: 500;
  line-height: 1;
}

.contacts__card span {
  display: block;
  width: -moz-max-content;
  width: max-content;
  padding: calc(10 * var(--width-multiplier));
  border-radius: calc(6 * var(--width-multiplier));
  color: #6F6F6F;
  background-color: var(--white, #FFFFFF);
}

.contacts__card a {
  position: relative;
  display: block;
  width: -moz-max-content;
  width: max-content;
  transition: color 0.3s ease-out;
}

.contacts__card a::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 1px;
  width: 0;
  background-color: var(--primary, #7F6AFF);
  transition: width 0.3s ease-out;
}

.contacts__card a:hover {
  color: var(--primary, #7F6AFF);
}

.contacts__card a:hover::before {
  width: 100%;
}

.contacts__box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: calc(40 * var(--width-multiplier));
  min-height: calc(207 * var(--width-multiplier));
  padding: calc(16 * var(--width-multiplier));
  border-radius: calc(16 * var(--width-multiplier));
  background-color: var(--grey, #F1F1F1);
}

.contacts__box svg {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: calc(234 * var(--width-multiplier));
  height: calc(175 * var(--width-multiplier));
  pointer-events: none;
}

.contacts__caption {
  max-width: calc(450 * var(--width-multiplier));
  font-size: calc(20 * var(--width-multiplier));
  font-weight: 700;
  line-height: 1.2em;
}

.contacts__button {
  min-width: calc(320 * var(--width-multiplier));
}

.contacts__map {
  min-height: calc(465 * var(--width-multiplier));
  border-radius: calc(16 * var(--width-multiplier));
  overflow: hidden;
}

.contacts__map img,
.contacts__map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.seo__wrap {
  padding: calc(12 * var(--width-multiplier));
  border-radius: calc(16 * var(--width-multiplier));
  background-color: var(--grey, #F1F1F1);
}

.seo__title {
  margin-bottom: calc(30 * var(--width-multiplier));
}

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

.seo__logo svg {
  display: block;
  width: calc(454 * var(--width-multiplier));
  height: calc(194 * var(--width-multiplier));
  pointer-events: none;
}

.page-error {
  padding: calc(50 * var(--width-multiplier)) 0;
}

.page-error__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: calc(20 * var(--width-multiplier));
  min-height: calc(100vh - 130 * var(--width-multiplier));
  border-radius: calc(16 * var(--width-multiplier));
  background: url(../img/404.png) center/cover no-repeat;
  background-color: var(--grey, #F1F1F1);
  text-align: center;
}

.page-error__title {
  font-size: calc(128 * var(--width-multiplier));
  font-weight: 600;
  line-height: calc(100 * var(--width-multiplier));
}

.page-error__txt {
  color: #3C444E;
  font-weight: 600;
}

.page-thanks__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 40vh;
}

.page-thanks__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(12 * var(--width-multiplier));
  min-width: calc(320 * var(--width-multiplier));
  padding: calc(16 * var(--width-multiplier));
  border-radius: calc(12 * var(--width-multiplier));
  background-color: var(--grey, #F1F1F1);
}

.page-thanks__content svg {
  display: block;
  width: calc(32 * var(--width-multiplier));
  height: calc(32 * var(--width-multiplier));
  pointer-events: none;
}

.page-thanks__title {
  font: 700 calc(24 * var(--width-multiplier))/1.2 Roboto;
}

.page-thanks__button {
  width: 100%;
}

.form__button {
  width: 100%;
}

.auth-modal[hidden] {
  display: none;
}

.auth-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.auth-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.auth-modal__box {
  position: relative;
  width: min(328 * var(--width-multiplier), 100% - 32 * var(--width-multiplier));
  margin: 8vh auto 0;
  background: #fff;
  border-radius: calc(16 * var(--width-multiplier));
  padding: calc(20 * var(--width-multiplier));
}

.auth-modal__close {
  position: absolute;
  right: calc(20 * var(--width-multiplier));
  top: calc(15 * var(--width-multiplier));
  width: calc(24 * var(--width-multiplier));
  height: calc(24 * var(--width-multiplier));
  border: 0;
  background: transparent;
  cursor: pointer;
}

.auth-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(20 * var(--width-multiplier));
}

.auth-step[hidden] {
  display: none;
}

.auth-title {
  font-weight: 500;
  font-size: calc(20 * var(--width-multiplier));
  text-align: center;
}

.auth-subtitle {
  font-size: calc(14 * var(--width-multiplier));
  color: #575757;
  text-align: center;
}

.auth-form {
  display: flex;
  flex-direction: column;
  gap: calc(10 * var(--width-multiplier));
  width: 100%;
}

.auth-btn {
  width: 100%;
  margin-top: calc(10 * var(--width-multiplier));
}

.auth-bottom {
  text-align: center;
  font-size: calc(14 * var(--width-multiplier));
  color: #6F6F6F;
}

.auth-link {
  color: var(--primary, #7F6AFF);
  text-decoration: none;
  font-weight: 500;
}

.auth-linkbtn {
  border: 0;
  background: transparent;
  color: var(--primary, #7F6AFF);
  font-weight: 600;
  cursor: pointer;
  padding: 0;
}

.auth-linkbtn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.auth-otp {
  display: flex;
  justify-content: center;
  gap: calc(10 * var(--width-multiplier));
  padding: calc(12 * var(--width-multiplier));
  border-radius: calc(12 * var(--width-multiplier));
  background-color: #F1F1F1;
}

.auth-otp__i:not([type=checkbox]):not([type=radio]) {
  width: calc(32 * var(--width-multiplier));
  height: calc(32 * var(--width-multiplier));
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #575757;
  background-color: transparent;
  outline: none;
}

.auth-resend {
  text-align: center;
  font-size: calc(14 * var(--width-multiplier));
  color: #6F6F6F;
  display: flex;
  gap: calc(10 * var(--width-multiplier));
  justify-content: center;
  align-items: center;
}

.auth-icon {
  width: calc(48 * var(--width-multiplier));
  height: calc(48 * var(--width-multiplier));
  border-radius: calc(12 * var(--width-multiplier));
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f1f1;
}

.auth-text {
  color: #575757;
  font-size: calc(14 * var(--width-multiplier));
  text-align: center;
}

.mbar {
  display: none;
}

@media (max-width: 767px) {
  .mbar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;

    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    background: var(--white, #fff);
    border-top: 1px solid rgba(0,0,0,.06);
  }

  .mbar__item {
    appearance: none;
    border: 0;
    background: transparent;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;

    color: var(--dark, #1B1D1F);
    text-decoration: none;
    padding: 8px 6px;
    border-radius: 12px;
    cursor: pointer;
  }

  .mbar__item svg {
    display: block;
    width: 24px;
    height: 24px;
  }

  .mbar__item span {
    font-size: 12px;
    line-height: 1;
  }

  /* активный пункт */
  .mbar__item.is-active {
    color: var(--primary, #7F6AFF);
  }

  /* корзина + бейдж */
  .mbar__cartIcon {
    position: relative;
    display: inline-flex;
  }

  .mbar__badge {
    position: absolute;
    top: -6px;
    right: -8px;
    min-width: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: var(--primary, #7F6AFF);
    color: #fff;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
  }

  .xoo-wsc-markup .xoo-wsc-basket {
    display: none !important;
  }
}

.msearch {
  display: none;
}

.is-locked { overflow: hidden; }

@media (max-width: 767px) {
  .msearch {
    position: fixed;
    inset: 0;
    z-index: 50;
    background: var(--white, #fff);
    display: block;
    transform: translateY(100%);
    transition: transform .25s ease;
    padding: 14px 14px calc(14px + env(safe-area-inset-bottom));
  }

  .msearch.is-open { transform: translateY(0); }
  .msearch[aria-hidden="true"] { pointer-events: none; }
  .msearch.is-open[aria-hidden="false"] { pointer-events: auto; }

  .msearch__top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom: 12px;
  }
  .msearch__title{ font-weight:600; font-size:16px; }
  .msearch__close{
    border:0; background: var(--grey, #F1F1F1);
    border-radius: 10px;
    padding: 10px 12px;
    cursor:pointer;
  }

  /* ===== Стили именно FiboSearch ===== */
  .msearch .dgwt-wcas-search-wrapp {
    width: 100%;
  }
  .msearch .dgwt-wcas-search-form {
    width: 100%;
  }
  .msearch .dgwt-wcas-search-input {
    width: 100% !important;
    height: 44px !important;
    border-radius: 12px !important;
    background: var(--grey, #F1F1F1) !important;
    border: 0 !important;
    padding: 0 44px 0 14px !important;
    font-size: 14px !important;
    box-shadow: none !important;
  }
  .msearch .dgwt-wcas-search-submit {
    right: 10px !important;
    left: auto !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
  .msearch .dgwt-wcas-search-submit svg {
    width: 20px !important;
    height: 20px !important;
  }

  .msearch .dgwt-wcas-suggestions-wrapp {
    margin-top: 10px !important;
    border-radius: 14px !important;
    overflow: hidden !important;
    box-shadow: 0 8px 24px rgba(0,0,0,.08) !important;
  }
}

@media (min-width: 768px) {
  .header__menu a:not(.header__catalog):hover {
    color: var(--primary, #7F6AFF);
  }

  .header__menu a:not(.header__catalog):hover::before {
    width: 100%;
  }
}

@media (min-width: 1025px) {
  .header__burger {
    display: none;
  }
}

@media (max-width: 991px) {
  .cart__wrap {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  :root {
    --width-base: 375;
    --width-current: 100vmin;
  }

  body {
    font-size: calc(14 * var(--width-multiplier));
    padding-bottom: calc(74px + env(safe-area-inset-bottom));
  }

  input:not([type=checkbox]):not([type=radio]),
  select,
  textarea {
    padding: calc(14 * var(--width-multiplier)) calc(18 * var(--width-multiplier));
  }

  h1,
  h2 {
    font-size: calc(24 * var(--width-multiplier));
  }

  h3 {
    font-size: calc(20 * var(--width-multiplier));
  }

  h4 {
    font-size: calc(18 * var(--width-multiplier));
  }

  .header__container {
    justify-content: flex-end;
    padding: calc(14 * var(--width-multiplier)) 0;
  }

  .header__search,
  .header__icon {
    display: none;
  }

  .header__icon {
    padding: calc(6 * var(--width-multiplier));
    border-radius: calc(8 * var(--width-multiplier));
  }

  .header__city {
    display: block;
  }

  .header__nav {
    position: absolute;
    top: 100%;
    left: -100%;
    display: block;
    min-height: 100vh;
    min-width: 320px;
    width: 100%;
    padding: calc(24 * var(--width-multiplier)) calc(16 * var(--width-multiplier));
    border-radius: 0;
    background-color: var(--white, #FFFFFF);
    transition: left 0.3s ease-out;
  }

  .header__menu li:first-child {
    display: none;
  }

  .header__menu li {
    width: 100%;
  }

  .header__menu a:not(.header__catalog)::after {
    content: "";
  }

  .header__menu a:not(.header__catalog) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: calc(8 * var(--width-multiplier));
    border-radius: calc(8 * var(--width-multiplier));
    background-color: var(--grey, #F1F1F1);
  }

  .header__menu {
    flex-direction: column;
    align-items: flex-start;
    gap: calc(8 * var(--width-multiplier));
  }

  .mega {
    position: static;
    width: 100%;
  }

  .footer {
    padding-bottom: calc(20 * var(--width-multiplier));
  }

  .footer__container {
    padding: calc(16 * var(--width-multiplier));
  }

  .footer__wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: calc(32 * var(--width-multiplier));
    padding-bottom: calc(24 * var(--width-multiplier));
    margin-bottom: calc(24 * var(--width-multiplier));
  }

  .footer__logo {
    grid-column: span 2;
    width: calc(119 * var(--width-multiplier));
    height: calc(51 * var(--width-multiplier));
  }

  .footer__menu {
    grid-column: span 2;
    gap: 24px;
    margin-left: unset;
    margin-top: calc(-20 * var(--width-multiplier));
  }

  .footer__contacts {
    margin-right: unset;
  }

  .container {
    padding: 0 calc(16 * var(--width-multiplier));
  }

  .section-pad {
    padding: calc(60 * var(--width-multiplier)) 0;
  }

  .section-pad-top {
    padding-top: calc(60 * var(--width-multiplier));
  }

  .section-pad-bottom {
    padding-bottom: calc(60 * var(--width-multiplier));
  }

  .breadcrumbs-about {
    padding-top: calc(16 * var(--width-multiplier));
  }

  .heading {
    margin-bottom: calc(24 * var(--width-multiplier));
  }

  .pagination {
    margin-top: calc(24 * var(--width-multiplier));
  }

  .button {
    min-width: calc(150 * var(--width-multiplier));
    padding: calc(12 * var(--width-multiplier)) calc(20 * var(--width-multiplier));
  }

  .button-light {
    justify-content: space-between;
    padding: calc(6 * var(--width-multiplier));
    padding-left: calc(12 * var(--width-multiplier));
  }

  .text-l {
    font-size: calc(14 * var(--width-multiplier));
  }

  .grid-2 {
    grid-template-columns: 100%;
  }

  .grid-3 {
    grid-template-columns: 100%;
  }

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

  .hero__slider {
    height: auto;
  }

  .hero__slide {
    grid-template-columns: 100%;
  }

  .hero__content {
    min-height: calc(322 * var(--width-multiplier));
  }

  .hero__title {
    margin-bottom: calc(24 * var(--width-multiplier));
  }

  .hero__txt {
    margin-bottom: calc(24 * var(--width-multiplier));
  }

  .hero__img {
    height: calc(287 * var(--width-multiplier));
  }

  .hero-arrow {
    width: calc(40 * var(--width-multiplier));
    height: calc(40 * var(--width-multiplier));
  }

  .main-benefits__title {
    margin-bottom: calc(24 * var(--width-multiplier));
  }

  .benefits-card__count {
    margin-bottom: auto;
  }

  .benefits-card__caption {
    font-size: calc(16 * var(--width-multiplier));
  }

  .benefits-card {
    min-height: calc(204 * var(--width-multiplier));
  }

  .category__head {
    padding-bottom: calc(24 * var(--width-multiplier));
  }

  .category__container {
    padding-top: calc(24 * var(--width-multiplier));
  }

  .category-card__img {
    height: calc(170 * var(--width-multiplier));
  }

  .catalog__title {
    margin-bottom: calc(24 * var(--width-multiplier));
  }

  .catalog__wrap {
    grid-template-columns: 100%;
  }

  .products-card__link {
    gap: calc(8 * var(--width-multiplier));
  }

  .products-card__img {
    height: calc(130 * var(--width-multiplier));
  }

  .products-card__group {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .products-card {
    gap: calc(8 * var(--width-multiplier));
    padding: calc(8 * var(--width-multiplier));
  }

  .product__container {
    grid-template-columns: 100%;
  }

  .product__gallery .productSwiper2 {
    height: calc(225 * var(--width-multiplier));
  }

  .product__gallery .productSwiper {
    height: calc(60 * var(--width-multiplier));
  }

  .product__docs {
    grid-template-columns: 100%;
    gap: calc(8 * var(--width-multiplier));
  }

  .product__docs-wrap span {
    font-size: calc(12 * var(--width-multiplier));
  }

  .product__bottom .products-card__basket {
    width: 100%;
  }

  .product__bottom {
    position: fixed;
    left: 0;
    right: 0;
    bottom: calc(74 * var(--width-multiplier));
    gap: calc(8 * var(--width-multiplier));
    width: 100%;
    padding: calc(24 * var(--width-multiplier)) calc(16 * var(--width-multiplier));
    border-radius: calc(24 * var(--width-multiplier)) calc(24 * var(--width-multiplier)) 0 0;
    background-color: var(--grey, #F1F1F1);
    z-index: 3;
  }

  .product__group {
    flex-wrap: wrap;
    gap: calc(24 * var(--width-multiplier));
    background-color: transparent;
  }

  .product__price {
    padding: 0;
  }

  .product__basket {
    width: 100%;
  }

  .product__buttons {
    gap: calc(8 * var(--width-multiplier));
  }

  .product__button {
    flex: 1 1 100%;
  }

  .product-other__title {
    margin-bottom: calc(24 * var(--width-multiplier));
  }

  .product {
    padding-top: calc(24 * var(--width-multiplier));
  }

  .cart__title {
    margin-bottom: calc(24 * var(--width-multiplier));
  }

  .cart-table {
    display: flex;
    flex-direction: column;
    gap: calc(16 * var(--width-multiplier));
    padding: 0;
    border-radius: 0;
    background: transparent;
  }

  .cart-table__head {
    display: none;
  }

  .cart-table__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: calc(8 * var(--width-multiplier));
    padding: calc(16 * var(--width-multiplier));
    border-bottom: 0;
    border-radius: calc(12 * var(--width-multiplier));
    background: var(--grey, #F1F1F1);
  }

  .cart-product {
    align-items: flex-start;
  }

  .cart-product__img {
    width: calc(150 * var(--width-multiplier));
    height: calc(150 * var(--width-multiplier));
  }

  .cart-qty__btn {
    min-width: unset;
    padding: 0;
  }

  .cart-total {
    position: fixed;
    bottom: calc(74 * var(--width-multiplier));
    left: 0;
    right: 0;
    width: 100%;
    padding: calc(12 * var(--width-multiplier));
    z-index: 3;
  }

  .cart-total__title {
    padding-bottom: calc(12 * var(--width-multiplier));
    margin-bottom: calc(12 * var(--width-multiplier));
  }

  .cart-total__list {
    gap: calc(12 * var(--width-multiplier));
    padding-bottom: calc(12 * var(--width-multiplier));
  }

  .cart-total__item {
    gap: calc(8 * var(--width-multiplier));
  }

  .cart-total__footer {
    margin-bottom: calc(16 * var(--width-multiplier));
    padding-top: calc(12 * var(--width-multiplier));
  }

  .cart-empty__title {
    font-size: calc(20 * var(--width-multiplier));
  }

  .projects__title {
    margin-bottom: calc(24 * var(--width-multiplier));
  }

  .projects-inner__img {
    height: calc(210 * var(--width-multiplier));
  }

  .projects-other__title {
    margin-bottom: calc(24 * var(--width-multiplier));
  }

  .projects-other .projects-card__caption {
    max-width: 55%;
    line-height: 1.4em;
  }

  .news__title {
    margin-bottom: calc(24 * var(--width-multiplier));
  }

  .news-inner__img {
    height: calc(280 * var(--width-multiplier));
  }

  .news-inner__desc {
    padding-bottom: calc(16 * var(--width-multiplier));
  }

  .news-other__title {
    margin-bottom: calc(24 * var(--width-multiplier));
  }

  .about-row {
    grid-template-columns: 100%;
  }

  .about-img {
    order: -1;
    height: calc(240 * var(--width-multiplier));
  }

  .about-content {
    padding: calc(16 * var(--width-multiplier));
  }

  .about-title {
    font-size: calc(16 * var(--width-multiplier));
  }

  .about-hero__container {
    grid-template-columns: 100%;
    height: auto;
  }

  .about-hero__content {
    min-height: calc(320 * var(--width-multiplier));
    padding-right: calc(8 * var(--width-multiplier));
  }

  .about-hero__title {
    margin-bottom: calc(16 * var(--width-multiplier));
    font-size: calc(16 * var(--width-multiplier));
  }

  .about-hero__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-hero__img .logo {
    width: calc(304 * var(--width-multiplier));
  }

  .about-hero__img {
    height: calc(280 * var(--width-multiplier));
  }

  .about-benefit__container {
    grid-template-columns: 100%;
    gap: calc(24 * var(--width-multiplier));
  }

  .about-benefit__left {
    display: contents;
  }

  .about-benefit__title {
    font-size: calc(16 * var(--width-multiplier));
  }

  .about-benefit__box {
    order: 1;
    justify-content: space-between;
    gap: calc(24 * var(--width-multiplier));
    min-height: calc(210 * var(--width-multiplier));
  }

  .about-benefit__cards {
    gap: calc(8 * var(--width-multiplier));
  }

  .about-benefit__card .benefits-card__txt {
    max-width: unset;
  }

  .partners__box svg {
    width: 150%;
    height: 100%;
    right: calc(-60 * var(--width-multiplier));
    bottom: auto;
    top: calc(-50 * var(--width-multiplier));
    transform: rotate(15deg);
  }

  .partners__box {
    min-height: calc(290 * var(--width-multiplier));
  }

  .partners__tabs {
    grid-template-columns: 100%;
  }

  .partners__list {
    flex-wrap: wrap;
    flex-direction: row;
    gap: calc(8 * var(--width-multiplier));
  }

  .partners__list li {
    flex: 1 1 calc(50% - 16 * var(--width-multiplier));
  }

  .partners__list [role=tab] {
    padding: calc(16 * var(--width-multiplier)) calc(13 * var(--width-multiplier));
  }

  .partners__content {
    min-height: calc(240 * var(--width-multiplier));
  }

  .partners__group {
    gap: calc(16 * var(--width-multiplier));
  }

  .partners__button {
    width: 100%;
  }

  .partners__img {
    display: none;
  }

  .work__title {
    margin-bottom: calc(24 * var(--width-multiplier));
  }

  .contacts__title {
    margin-bottom: calc(24 * var(--width-multiplier));
  }

  .contacts__wrap {
    gap: calc(24 * var(--width-multiplier));
  }

  .contacts__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: calc(8 * var(--width-multiplier));
  }

  .contacts__card {
    gap: calc(16 * var(--width-multiplier));
  }

  .contacts__box svg {
    display: none;
  }

  .contacts__box {
    min-height: unset;
    gap: calc(16 * var(--width-multiplier));
  }

  .contacts__caption {
    font-size: calc(16 * var(--width-multiplier));
  }

  .contacts__button {
    width: 100%;
    min-width: unset;
  }

  .contacts__map {
    min-height: unset;
    height: calc(240 * var(--width-multiplier));
  }

  .seo__title {
    margin-bottom: calc(20 * var(--width-multiplier));
  }

  .seo__logo svg {
    width: calc(278 * var(--width-multiplier));
    height: calc(118 * var(--width-multiplier));
  }

  .page-error__container {
    background: url(../img/404-mb.png) center/cover no-repeat;
  }

  .page-error {
    padding: calc(24 * var(--width-multiplier)) 0;
  }

  .page-thanks__title {
    font-size: calc(20 * var(--width-multiplier));
  }

  .filter .wpfFilterButton.wpfButton,
  .filter .wpfClearButton.wpfButton {
    float: none;
    padding: calc(12 * var(--width-multiplier)) calc(35 * var(--width-multiplier));
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}