@charset "UTF-8";
/*----------------- контейнеры ----------------*/
@media (min-width: 768px) and (max-width: 1200px) {
  .container {
    max-width: none;
    padding: 0 20px;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: none;
    padding: 0 10px;
    margin: 0;
  }
}
* {
  outline: none;
}

/*--------------------------------------------*/
html {
  height: 100%;
  color-scheme: dark;
}
html body {
  height: 100%;
  background-color: #101214;
  color: #F4F5F7;
}
html body main {
  flex-grow: 1;
  background-color: #101214;
}

a {
  text-decoration: none;
}

.SliderPoint {
  z-index: 2 !important;
}

.Tooltip {
  z-index: 1 !important;
  opacity: 1 !important;
}

header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  background-color: #1F1F1F;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.16);
  padding: 12px 0;
  z-index: 100;
}
header .header-logo img {
  width: 180px;
  height: 40px;
  object-fit: contain;
}
header .headerCatalog .btn.btn-orange {
  height: 44px;
  padding: 10px 18px 8px;
  column-gap: 8px;
  background-color: #FFC21A;
  border-color: #FFC21A;
  color: #171717;
  border-radius: 8px;
}
header .headerCatalog .btn.btn-orange:hover {
  background-color: #E7AB00;
  border-color: #E7AB00;
  color: #171717;
}
header .headerCatalog .btn.btn-orange img {
  filter: brightness(0);
}
header .headerCatalog .btn.btn-orange span {
  padding-top: 3px;
}
header .btn-clear {
  border-radius: 8px;
  padding: 10px 0;
  transition: background-color 0.3s ease, color 0.3s ease;
}
header .btn-clear:hover {
  background-color: rgba(255, 255, 255, 0.08);
}
header .btn-clear img {
  filter: brightness(0) invert(1);
  opacity: 0.9;
}
header .btn-clear span {
  color: #fff;
  font-weight: 500;
}
header .btn-clear:hover span {
  color: #FFC21A;
}
header .btn-borderedImg {
  border-color: rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
header .btn-borderedImg:hover {
  border-color: #FFC21A;
  background-color: rgba(255, 194, 26, 0.12);
}
header .btn-borderedImg img {
  filter: brightness(0) invert(1);
}
header .TextField-InputContainer {
  border-radius: 10px;
}
header .sidenavTrigger {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
header .sidenavTrigger div, header .sidenavTrigger::after, header .sidenavTrigger::before {
  width: 34px;
  height: 3px;
  background-color: #FFC21A;
  border-radius: 10px;
  content: "";
  position: absolute;
}
header .sidenavTrigger::before {
  top: 10px;
}
header .sidenavTrigger::after {
  bottom: 9px;
}

.breadcrumbs {
  column-gap: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  font-family: "Inter", sans-serif;
  color: #F4F5F7;
  padding-bottom: 25px;
  flex-wrap: wrap;
}
.breadcrumbs a {
  color: #A6B1B8;
  text-decoration: none;
}
.breadcrumbs-delimiter {
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
}

.btn {
  padding: 9px 15px 6px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.16px;
  text-transform: uppercase;
  font-family: "Circe Rounded", sans-serif;
  column-gap: 14px;
  cursor: pointer;
}
.btn span {
  margin-bottom: 0;
}

.btn-orange {
  background-color: #FFC21A;
  color: #171717;
  border: 1px solid #FFC21A;
  transition: background-color 0.3s ease, border 0.3s ease;
}
.btn-orange:hover {
  color: #171717;
  background-color: #E7AB00;
  border: 1px solid #E7AB00;
}
.btn-white {
  background-color: transparent;
  color: #FFC21A;
  border: 1px solid #FFC21A;
  transition: color 0.3s ease, border 0.3s ease;
}
.btn-white:hover {
  color: #E7AB00;
  border: 1px solid #E7AB00;
}
.btn-out-of-stock, .btn-out-of-stock:disabled {
  background-color: #292E34;
  color: #A6B1B8;
  border: 1px solid #4A515A;
  cursor: not-allowed;
  opacity: 1;
}
.btn-red {
  background-color: transparent;
  color: #EB3333;
  border: 1px solid #EB3333;
  transition: color 0.3s ease, border 0.3s ease;
}
.btn-red:hover {
  color: #c22b2b;
  border: 1px solid #c22b2b;
}
.btn-borderless {
  padding: 14.5px;
  color: #A6B1B8;
  text-decoration: none;
  font-family: "Circe Rounded", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.16px;
  text-transform: uppercase;
}
.btn-borderedImg {
  padding: 7px;
  text-decoration: none;
  position: relative;
  border: 1px solid #FFC21A;
  border-radius: 4px;
}
.btn-borderedImg img {
  width: 24px;
  height: 24px;
}
.btn-borderedImg .notification {
  position: absolute;
  top: -8px;
  right: -6px;
  background-color: #FFC21A;
  padding: 2px 5px;
  border-radius: 50px;
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  min-width: 15px;
  min-height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-clear {
  padding: 12px 0;
  gap: 8px;
  text-decoration: none;
}
.btn-clear img {
  width: 16px;
  height: 16px;
}
.btn-clear span {
  color: #F4F5F7;
  text-decoration: none;
  text-align: center;
  font-family: "Circe Rounded", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.btn-gray {
  padding: 2px 12px;
  gap: 11px;
  background-color: rgba(0, 66, 105, 0.0666666667);
  border-radius: 4px;
  text-decoration: none;
  text-transform: unset;
}
.btn-gray img {
  width: 16px;
  height: 16px;
}
.btn-gray span {
  color: #F4F5F7;
  text-decoration: none;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: unset;
  margin-bottom: 0;
}

.cartQuantityControl {
  min-width: 126px;
  min-height: 42px;
  padding: 4px;
  gap: 6px;
  border: 1px solid #FFC21A;
  border-radius: 4px;
  background-color: #181B1F;
}
.cartQuantityControl-button {
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background-color: #292E34;
  color: #F4F5F7;
  font-family: "Inter", sans-serif;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.cartQuantityControl-button:hover {
  background-color: #FFC21A;
  color: #171717;
}
.cartQuantityControl-count {
  min-width: 28px;
  color: #F4F5F7;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}

@media (max-width: 576px) {
  .cartQuantityControl {
    min-width: 74px;
    min-height: 38px;
    padding: 3px;
    gap: 2px;
  }
  .cartQuantityControl-button {
    width: 24px;
    height: 30px;
    font-size: 18px;
  }
  .cartQuantityControl-count {
    min-width: 14px;
    font-size: 13px;
  }
}
.productPage .photo .prodSwiper, .productPage .photo .prodSwiperThumb {
  width: 100%;
}
.productPage .photo .prodSwiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 420px;
}
.productPage .photo .prodSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.productPage .photo .prodSwiperThumb {
  margin-top: 12px;
}
.productPage .photo .prodSwiperThumb .swiper-slide {
  height: 76px;
  padding: 4px;
  border: 1px solid #dfe3e8;
  cursor: pointer;
}
.productPage .photo .prodSwiperThumb .swiper-slide-thumb-active {
  border-color: #FFC21A;
}
.productPage .photo .prodSwiperThumb .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 576px) {
  .productPage .photo .prodSwiper .swiper-slide {
    height: 300px;
  }
  .productPage .photo .prodSwiperThumb .swiper-slide {
    height: 60px;
  }
}
.tabs-el {
  cursor: pointer;
}
.tabs-el img {
  width: 22px;
  height: 22px;
  filter: saturate(0) opacity(0.73);
}
.tabs-el p {
  color: #A6B1B8;
  font-family: "Circe Rounded", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 0;
}
.tabs-el.active img {
  filter: unset;
}
.tabs-el.active p {
  color: #F4F5F7;
  font-weight: 500;
}
.tabs.vertical .tabs-el {
  padding: 10px 20px;
  border-left: 2px solid #a7a7a7;
  gap: 15px;
}
.tabs.vertical .tabs-el.active {
  border-left: 2px solid #FFC21A;
}
.tabs.horizontal .tabs-el {
  padding: 8px 12px;
  border-bottom: 2px solid #a7a7a7;
  gap: 10px;
}
.tabs.horizontal .tabs-el.active {
  border-bottom: 2px solid #FFC21A;
}

.authForm {
  padding: 40px;
  border-radius: 10px;
  background-color: #181B1F;
  row-gap: 30px;
  box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.0196078431);
  width: 33%;
  min-width: 375px;
  max-width: 455px;
}
.authForm h1 {
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
  font-family: "Circe Rounded", serif;
  color: #F4F5F7;
  margin-bottom: 0;
}
.authForm_btnGroup {
  row-gap: 10px;
}
.authForm_btnGroup .link {
  padding: 14.5px;
  color: #A6B1B8;
  text-decoration: none;
  font-family: "Circe Rounded", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.16px;
  text-transform: uppercase;
}
.authForm form {
  row-gap: 30px;
  margin-bottom: 0;
}
.authForm .phoneExample {
  background-color: #20242A;
  border-radius: 10px;
  padding: 10px;
  gap: 15px;
}
.authForm .phoneExample p {
  color: #A6B1B8;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
}
.authForm .phoneExample p span {
  color: #F4F5F7;
}
.authForm .phoneExample img {
  height: 32px;
  width: 32px;
}
.authForm .toggler div {
  cursor: pointer;
  background-color: rgba(0, 66, 105, 0.0666666667);
  border: 1px solid transparent;
  padding: 2px 6px;
  color: #F4F5F7;
  text-align: center;
  font-family: "Circe Rounded", sans-serif;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.16px;
}
.authForm .toggler div.active {
  border: 1px solid #FFC21A;
  background-color: #181B1F;
}
.authBckg {
  background-image: url("/assets/img/authBckg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px;
  row-gap: 60px;
}
.authBckg .logo {
  width: min(220px, 70vw);
  height: auto;
  object-fit: contain;
}

.authBckg.authBckg-login {
  min-height: 100vh;
  background-color: #1F1F1F;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px), linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 120px 120px;
  background-repeat: repeat;
  padding: clamp(28px, 5vw, 72px);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.authBckg.authBckg-login::after {
  content: "";
  position: absolute;
  right: clamp(20px, 5vw, 78px);
  top: 0;
  width: clamp(8px, 1.2vw, 16px);
  height: 100%;
  background-color: #FFC21A;
}

.authLoginShell {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 440px);
  align-items: center;
  gap: clamp(36px, 7vw, 104px);
}

.authLoginBrand {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 64px;
}
.authLoginBrand-logo {
  display: block;
  width: min(260px, 62vw);
  max-width: 100%;
  height: auto;
}
.authLoginBrand h1 {
  max-width: 720px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: clamp(46px, 5vw, 72px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: 0;
  margin-bottom: 0;
}
.authLoginBrand h1 span {
  display: block;
  white-space: nowrap;
}

.authForm.authForm-login {
  width: 100%;
  min-width: unset;
  max-width: 440px;
  padding: 36px;
  border-radius: 8px;
  row-gap: 28px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
}
.authForm.authForm-login .authForm-header {
  row-gap: 8px;
}
.authForm.authForm-login .authForm-header p {
  color: #A6B1B8;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  text-transform: uppercase;
  margin-bottom: 0;
}
.authForm.authForm-login .authForm-header h2 {
  color: #F4F5F7;
  font-family: "Inter", sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 112%;
  letter-spacing: 0;
  margin-bottom: 0;
}
.authForm.authForm-login .authForm-fields {
  row-gap: 18px;
}
.authForm.authForm-login .FieldLabel {
  color: #F4F5F7;
  font-weight: 600;
}
.authForm.authForm-login .TextField-InputContainer {
  min-height: 52px;
  border-radius: 8px;
  background-color: #20242A;
}
.authForm.authForm-login .TextField-Input {
  color: #F4F5F7;
  font-size: 16px;
}
.authForm.authForm-login .TextField-Input::placeholder {
  color: #9AA4B2;
}
.authForm.authForm-login .authForm_btnGroup-login {
  row-gap: 14px;
}
.authForm.authForm-login .authForm_btnGroup-login .btn-orange {
  width: 100%;
  min-height: 54px;
  border-radius: 8px;
  background-color: #FFC21A;
  border-color: #FFC21A;
  color: #171717;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  letter-spacing: 0;
}
.authForm.authForm-login .authForm_btnGroup-login .btn-orange:hover {
  background-color: #E7AB00;
  border-color: #E7AB00;
  color: #171717;
}
.authForm.authForm-login .authForm_btnGroup-login .link {
  padding: 0;
  color: #A6B1B8;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 140%;
  text-transform: unset;
}
.authForm.authForm-login .authForm_btnGroup-login .link:hover {
  color: #F4F5F7;
}

.authForm-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.authForm-message {
  color: #6B7280;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 145%;
  margin-bottom: 0;
}

.authForm-error {
  padding: 12px 14px;
  border: 1px solid #E5484D;
  border-radius: 8px;
  background-color: #3A1D20;
  color: #FF8B8F;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 0;
}

.authBckg.authBckg-register {
  align-items: flex-start;
  overflow-y: auto;
  padding-top: 32px;
  padding-bottom: 32px;
}
.authBckg.authBckg-register .authLoginBrand h1 {
  font-size: 48px;
}
.authBckg.authBckg-register .authLoginShell {
  grid-template-columns: minmax(0, 1fr) minmax(500px, 560px);
  margin: auto 0;
}

.authForm.authForm-login.authForm-register {
  max-width: 560px;
  padding: 28px 32px;
  row-gap: 18px;
}
.authForm.authForm-login.authForm-register .authForm-fields {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 14px;
  row-gap: 14px;
}
.authForm.authForm-login.authForm-register .authForm-fields > :last-child {
  grid-column: 1/-1;
}
.authForm.authForm-login.authForm-register .TextField-InputContainer {
  min-height: 48px;
}
.authForm.authForm-login.authForm-register .btn-orange:disabled {
  cursor: wait;
  opacity: 0.65;
}

.profileModalContent.registrationSuccessModal {
  max-width: 480px;
  padding: 36px;
  gap: 16px;
}
.profileModalContent.registrationSuccessModal .registrationSuccessModal-icon {
  width: 64px;
  height: 64px;
}
.profileModalContent.registrationSuccessModal .registrationSuccessModal-message {
  margin: 0;
  color: #F4F5F7;
  font-family: "Circe Rounded", sans-serif;
  font-size: 18px;
  line-height: 150%;
}
.profileModalContent.registrationSuccessModal .registrationSuccessModal-note {
  margin: 0;
  color: #A6B1B8;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 150%;
}
.profileModalContent.registrationSuccessModal .btn-orange {
  border-radius: 8px;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  letter-spacing: 0;
  text-decoration: none;
}

@media (max-width: 576px) {
  .profileModalContent.registrationSuccessModal {
    padding: 24px 18px;
  }
  .profileModalContent.registrationSuccessModal .registrationSuccessModal-icon {
    width: 56px;
    height: 56px;
  }
  .profileModalContent.registrationSuccessModal .registrationSuccessModal-message {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .authBckg.authBckg-login {
    padding: 36px 20px;
  }
  .authBckg.authBckg-login::after {
    width: 8px;
    right: 20px;
  }
  .authLoginShell {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .authBckg.authBckg-register .authLoginShell {
    grid-template-columns: 1fr;
  }
  .authLoginBrand {
    min-height: unset;
    align-items: center;
    text-align: center;
    gap: 36px;
  }
  .authLoginBrand h1 {
    font-size: clamp(40px, 8vw, 60px);
  }
  .authForm.authForm-login {
    justify-self: center;
  }
}
@media (max-width: 576px) {
  .authBckg.authBckg-login {
    padding: 24px 16px;
    align-items: flex-start;
  }
  .authBckg.authBckg-login::after {
    display: none;
  }
  .authLoginShell {
    gap: 28px;
  }
  .authLoginBrand {
    gap: 28px;
  }
  .authLoginBrand-logo {
    width: min(220px, 72vw);
  }
  .authLoginBrand h1 {
    font-size: 36px;
    line-height: 1.08;
  }
  .authLoginBrand h1 span {
    white-space: normal;
  }
  .authForm.authForm-login {
    padding: 24px;
    row-gap: 22px;
  }
  .authForm.authForm-login .authForm-header h2 {
    font-size: 28px;
  }
  .authForm.authForm-login.authForm-register {
    padding: 24px;
  }
  .authForm.authForm-login.authForm-register .authForm-fields {
    grid-template-columns: 1fr;
  }
  .authForm.authForm-login.authForm-register .authForm-fields > :last-child {
    grid-column: auto;
  }
  .authBckg.authBckg-register .authLoginBrand h1 {
    font-size: 32px;
  }
  .authForm-links {
    align-items: flex-start;
    flex-direction: column;
  }
}
.sidebar {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  transition-delay: 0.3s;
}
.sidebar.open {
  pointer-events: auto;
  opacity: 1;
  transition-delay: 0s;
}
.sidebar.open .sidebar-content {
  right: 0;
  transition-delay: 0.3s;
}
.sidebar-bckg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.4392156863);
  cursor: pointer;
}
.sidebar-content {
  background-color: #181B1F;
  position: absolute;
  top: 0;
  right: -500px;
  bottom: 0;
  width: 100%;
  max-width: 420px;
  box-shadow: 0 12px 28px 0 rgba(0, 32, 51, 0.12), 0 8px 8px 0 rgba(0, 32, 51, 0.04);
  transition: right 0.3s ease;
  transition-delay: 0s;
}
.sidebar-content .closer {
  position: absolute;
  top: 20px;
  right: 16px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1;
}
.sidebar-content .closer::after, .sidebar-content .closer::before {
  position: absolute;
  content: "";
  background-color: #A6B1B8;
  width: 18px;
  height: 2px;
  border-radius: 20px;
}
.sidebar-content .closer::after {
  transform: rotate(45deg);
}
.sidebar-content .closer::before {
  transform: rotate(-45deg);
}
.sidebar-content.notifications {
  gap: 20px;
  overflow-y: auto;
}
.sidebar-content.notifications .notifications-content {
  row-gap: 10px;
  padding: 0 40px 40px 40px;
}
.sidebar-content.notifications .headerText {
  padding: 40px 40px 10px 40px;
  gap: 12px;
  background-color: #181B1F;
  position: sticky;
  top: 0;
  z-index: 1;
}
.sidebar-content.notifications .headerText img {
  width: 24px;
  height: 24px;
}
.sidebar-content.notifications .headerText p {
  color: #F4F5F7;
  font-family: "Circe Rounded", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  margin-bottom: 0;
}
.sidebar-content.filter {
  gap: 20px;
  overflow-y: auto;
  padding: 0;
}
.sidebar-content.filter .filter-content {
  row-gap: 10px;
  padding: 0 10px;
}
.sidebar-content.filter .headerText {
  background-color: #181B1F;
  padding: 40px 10px 10px 10px;
  gap: 12px;
  position: sticky;
  top: 0;
  z-index: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1215686275);
}
.sidebar-content.filter .headerText img {
  width: 24px;
  height: 24px;
}
.sidebar-content.filter .headerText h3 {
  color: #F4F5F7;
  font-family: "Circe Rounded", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  margin-bottom: 0;
}
.sidebar-content.menu .closer {
  width: 40px;
  height: 40px;
}
.sidebar-content.menu .closer::after, .sidebar-content.menu .closer::before {
  background-color: #FFC21A;
  width: 30px;
  height: 3px;
}
.sidebar-content.menu .menu-content {
  padding: 70px 50px;
  position: relative;
  gap: 30px;
}
.sidebar-content.menu .menu-content .link, .sidebar-content.menu .menu-content .logout {
  gap: 16px;
  text-decoration: none;
  cursor: pointer;
}
.sidebar-content.menu .menu-content .link img, .sidebar-content.menu .menu-content .logout img {
  width: 24px;
  height: 24px;
}
.sidebar-content.menu .menu-content .link p, .sidebar-content.menu .menu-content .logout p {
  margin-bottom: 0;
  color: #F4F5F7;
  font-family: "Circe Rounded", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}
.sidebar-content.menu .menu-content .logout p {
  color: #A6B1B8;
}

.SnackBarWrap {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 0 20px 20px 0;
  height: 100vh;
  z-index: 10000;
}

.ordersPage, .profilePage, .favoritesPage, .cartPage, .orderPage, .catalog {
  padding: 60px 0 140px 0;
}
.ordersPage-header, .profilePage-header, .favoritesPage-header, .cartPage-header, .orderPage-header, .catalog-header {
  margin-bottom: 40px;
}
.ordersPage-header h1, .profilePage-header h1, .favoritesPage-header h1, .cartPage-header h1, .orderPage-header h1, .catalog-header h1 {
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
  color: #F4F5F7;
  font-family: "Circe Rounded", sans-serif;
  margin-bottom: 0;
}

.orderPage-content > form {
  width: 60%;
  max-width: 600px;
  min-width: 280px;
}
.orderPage-content-form {
  gap: 50px;
}
.orderPage-content-form .buyerInfo-content {
  gap: 20px;
}
.orderPage-content-form .buyerInfo-content .currRequisite {
  color: #F4F5F7;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 0;
}
.orderPage-content-form .deliveryInfo-content {
  gap: 20px;
}
.orderPage-content-form .deliveryInfo-content .switcher {
  gap: 10px;
}
.orderPage-content-form .deliveryInfo-content .switcherContent {
  gap: 20px;
}
.orderPage-content-form .deliveryInfo-content .switcher-el {
  padding: 16px;
  color: #F4F5F7;
  font-family: "Circe Rounded", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.16px;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.1803921569);
  white-space: nowrap;
}
.orderPage-content-form .deliveryInfo-content .switcher-el.active {
  border: 1px solid #FFC21A;
}
.orderPage-content-form .deliveryInfo-content .costAndTime {
  gap: 10px;
}
.orderPage-content-form .deliveryInfo-content .costAndTime p {
  color: #F4F5F7;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 0;
}
.orderPage-content-form .deliveryInfo-content .costAndTime p span {
  font-weight: 700;
}
.orderPage-content-form .buyerInfo, .orderPage-content-form .deliveryInfo, .orderPage-content-form .bonusesInfo {
  gap: 20px;
}
.orderPage-content-form .buyerInfo-content, .orderPage-content-form .deliveryInfo-content, .orderPage-content-form .bonusesInfo-content {
  padding-left: 45px;
}
.orderPage-content-form .buyerInfo-lvl, .orderPage-content-form .deliveryInfo-lvl, .orderPage-content-form .bonusesInfo-lvl {
  gap: 20px;
  z-index: 1;
}
.orderPage-content-form .buyerInfo-lvl > div, .orderPage-content-form .deliveryInfo-lvl > div, .orderPage-content-form .bonusesInfo-lvl > div {
  background: #343A40;
  width: 24px;
  height: 24px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #F4F5F7;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
}
.orderPage-content-form .buyerInfo-lvl p, .orderPage-content-form .deliveryInfo-lvl p, .orderPage-content-form .bonusesInfo-lvl p {
  color: #F4F5F7;
  font-family: "Circe Rounded", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 110%;
  margin-bottom: 0;
}
.orderPage-content-form .line {
  position: absolute;
  width: 2px;
  left: 11px;
  background: #343A40;
  height: 100%;
}
.orderPage-content-totalBlock {
  padding: 30px 20px;
  border-radius: 4px;
  border: 1px solid #FFC21A;
  background: #181B1F;
  gap: 20px;
  width: 20%;
  min-width: 280px;
  max-width: 320px;
}
.orderPage-content-totalBlock .header {
  color: #F4F5F7;
  font-family: "Circe Rounded", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
}
.orderPage-content-totalBlock .textLine span {
  color: #F4F5F7;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  margin: 0;
}
.orderPage-content-totalBlock .total {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1215686275);
}
.orderPage-content-totalBlock .total span:first-of-type {
  color: #F4F5F7;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 0;
}
.orderPage-content-totalBlock .total span:last-of-type {
  color: #F4F5F7;
  font-family: "Circe Rounded", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 0;
}
.orderPage-success {
  gap: 25px;
  padding: 50px;
  min-height: 300px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1215686275);
}
.orderPage-success img {
  width: 44px;
  height: 44px;
}
.orderPage-success .mainText {
  color: #F4F5F7;
  font-family: "Circe Rounded", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 110%;
  margin-bottom: 0;
}
.orderPage-success .additionalText {
  color: #A6B1B8;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 0;
  max-width: 385px;
}
.orderPage-success .btn.btn-orange {
  padding: 15px 20px;
}

.favoritesPage-empty {
  gap: 25px;
  padding: 50px;
  min-height: 300px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1215686275);
}
.favoritesPage-empty img {
  width: 44px;
  height: 44px;
}
.favoritesPage-empty .mainText {
  color: #F4F5F7;
  font-family: "Circe Rounded", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 110%;
  margin-bottom: 0;
}
.favoritesPage-empty .additionalText {
  color: #A6B1B8;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 0;
  max-width: 385px;
}
.favoritesPage-empty .btn.btn-orange {
  padding: 15px 20px;
}
.favoritesPage-category {
  gap: 30px;
  margin-bottom: 40px;
}
.favoritesPage-category .categoryName {
  color: #F4F5F7;
  font-size: 24px;
  font-family: "Circe Rounded", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
}
.favoritesPage-category .prodList {
  gap: 20px;
  max-width: 870px;
}
.favoritesPage-category .prodList-item {
  padding: 20px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1215686275);
  background-color: #181B1F;
  gap: 30px;
}
.favoritesPage-category .prodList-item .photo img {
  width: 100%;
  max-width: 80px;
}
.favoritesPage-category .prodList-item .text {
  row-gap: 8px;
}
.favoritesPage-category .prodList-item .text .name {
  color: #F4F5F7;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 0;
  max-width: 300px;
}
.favoritesPage-category .prodList-item .text .article {
  color: #A6B1B8;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 0;
}
.favoritesPage-category .prodList-item .price {
  gap: 8px;
}
.favoritesPage-category .prodList-item .price .opt {
  padding: 8px 0;
  background-color: #181B1F;
}
.favoritesPage-category .prodList-item .price .opt .label {
  color: #A6B1B8;
  font-size: 11px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
}
.favoritesPage-category .prodList-item .price .opt .price {
  color: #F4F5F7;
  font-size: 24px;
  font-family: "Circe Rounded", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
}
.favoritesPage-category .prodList-item .price .retail {
  padding: 8px;
  background-color: #20242A;
}
.favoritesPage-category .prodList-item .price .retail .label {
  color: #A6B1B8;
  font-size: 11px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
}
.favoritesPage-category .prodList-item .price .retail .price {
  color: #F4F5F7;
  font-size: 18px;
  font-family: "Circe Rounded", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
}
.favoritesPage-category .prodList-item .availability {
  gap: 8px;
}
.favoritesPage-category .prodList-item .availability-item {
  padding: 4px 8px;
  border-radius: 4px;
}
.favoritesPage-category .prodList-item .availability-item.ok {
  background-color: rgba(34, 195, 142, 0.0980392157);
}
.favoritesPage-category .prodList-item .availability-item.ok p span {
  color: #2EAF00;
}
.favoritesPage-category .prodList-item .availability-item.empty {
  background-color: rgba(235, 51, 51, 0.0980392157);
}
.favoritesPage-category .prodList-item .availability-item.empty p span {
  color: #EB3333;
}
.favoritesPage-category .prodList-item .availability-item p {
  margin-bottom: 0;
  color: #F4F5F7;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.favoritesPage-category .prodList .favoriteAddTo, .favoritesPage-category .prodList .favoriteIn {
  padding-left: 16px;
  padding-right: 16px;
}
.favoritesPage-category .prodList .favoriteAddTo {
  border: 1px solid #A6B1B8;
}

.ordersPage-empty {
  gap: 25px;
  padding: 50px;
  min-height: 300px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1215686275);
}
.ordersPage-empty img {
  width: 44px;
  height: 44px;
}
.ordersPage-empty .mainText {
  color: #F4F5F7;
  font-family: "Circe Rounded", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 110%;
  margin-bottom: 0;
}
.ordersPage-empty .additionalText {
  color: #A6B1B8;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 0;
  max-width: 385px;
}
.ordersPage-empty .btn.btn-orange {
  padding: 15px 20px;
}
.ordersPage-content {
  gap: 30px;
}
.ordersPage-content .filters {
  row-gap: 20px;
  border-radius: 4px;
  padding: 30px 20px;
  max-width: 245px;
  border: 1px solid rgba(255, 255, 255, 0.1215686275);
  background-color: #181B1F;
}
.ordersPage-content .filters .filtersHeader {
  font-size: 24px;
  font-family: "Circe Rounded", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #F4F5F7;
  margin-bottom: 0;
}
.ordersPage-content .filters .filter-name {
  color: #F4F5F7;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 150%;
}
.ordersPage-content .filters .btns {
  gap: 5px;
}
.ordersPage-content .ordersTable table {
  border-collapse: separate;
  border-spacing: 0 10px;
}
.ordersPage-content .ordersTable table thead tr th:last-of-type {
  padding-right: 20px;
}
.ordersPage-content .ordersTable table thead tr th:first-of-type {
  padding-left: 20px;
}
.ordersPage-content .ordersTable table thead tr th {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #A6B1B8;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.14px;
}
.ordersPage-content .ordersTable table tbody tr {
  background-color: #181B1F;
  cursor: pointer;
}
.ordersPage-content .ordersTable table tbody tr td {
  padding-top: 20px;
  margin: 5px 0;
  padding-bottom: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1215686275);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1215686275);
}
.ordersPage-content .ordersTable table tbody tr td:last-of-type {
  padding-right: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.1215686275);
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.ordersPage-content .ordersTable table tbody tr td:first-of-type {
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.1215686275);
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.ordersPage-content .ordersTable table tbody tr td .order {
  row-gap: 5px;
}
.ordersPage-content .ordersTable table tbody tr td .order-num {
  margin-bottom: 0;
  color: #F4F5F7;
  font-size: 18px;
  font-family: "Circe Rounded", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.ordersPage-content .ordersTable table tbody tr td .order-date {
  margin-bottom: 0;
  color: #A6B1B8;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.ordersPage-content .ordersTable table tbody tr td .delivery-type {
  margin-bottom: 0;
  color: #F4F5F7;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.ordersPage-content .ordersTable table tbody tr td .delivery-date {
  margin-bottom: 0;
  color: #A6B1B8;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.ordersPage-content .ordersTable table tbody tr td .summ-text {
  color: #F4F5F7;
  text-align: right;
  font-size: 18px;
  font-family: "Circe Rounded", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
}
.ordersPage-content .ordersTable table tbody tr.finished {
  border: none;
  background-color: #20242A;
}
.ordersPage-content .ordersTable table tbody tr.finished td {
  border: none !important;
}

.profilePage {
  background-color: #20242A;
}
.profilePage .clientAccessStatus {
  display: inline-flex;
  align-items: center;
  margin-top: 8px;
  padding: 5px 9px;
  color: #EB3333;
  border: 1px solid #EB3333;
  border-radius: 4px;
  font-size: 14px;
  line-height: 20px;
}
.profilePage .clientAccessStatus.pending {
  color: #8A6100;
  border-color: #FFC21A;
  background-color: rgba(255, 194, 26, 0.12);
}
.profilePage .clientApprovalActions {
  gap: 12px;
}
.profilePage .clientApprovalActions .btn {
  min-height: 42px;
  justify-content: center;
  border-radius: 4px;
}
.profilePage .clientAccessActions {
  gap: 12px;
  flex-wrap: wrap;
}
.profilePage .clientAccessActions .btn {
  min-height: 42px;
  justify-content: center;
  border-radius: 4px;
}
.profilePage .clientAccessActions .btn:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}
.profilePage-content {
  gap: 30px;
}
.profilePage-content .adminAdditionalControl {
  gap: 20px;
}
.profilePage-content .adminAdditionalControl p {
  color: #F4F5F7;
  font-family: "Circe Rounded", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 0;
}
.profilePage-content .tabs {
  background-color: #181B1F;
  padding: 10px;
  border-radius: 4px;
}
.profilePage-content .field label {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #A6B1B8;
  margin-bottom: 8px;
}
.profilePage-content .field p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #F4F5F7;
}
.profilePage-content .editBtn {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 10px;
  cursor: pointer;
}
.profilePage-content .editBtn img {
  width: 24px;
}
.profilePage-content .profile {
  row-gap: 20px;
  background-color: #181B1F;
  padding: 30px;
  border-radius: 4px;
}
.profilePage-content .profile.accountProfile {
  max-width: 900px;
  width: 100%;
}
.profilePage-content .profile .companyName label {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  font-family: "Inter", sans-serif;
  color: #A6B1B8;
  margin-bottom: 8px;
}
.profilePage-content .profile .companyName h2 {
  color: #F4F5F7;
  font-family: "Circe Rounded", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 0;
}
.profilePage-content .profile .bonuses {
  border: 1px solid rgba(255, 255, 255, 0.1215686275);
  border-radius: 4px;
  background-color: #181B1F;
  gap: 10px;
  padding: 14px;
}
.profilePage-content .profile .bonuses img {
  width: 22px;
}
.profilePage-content .profile .bonuses p {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #F4F5F7;
  margin-bottom: 0;
}
.profilePage-content .profile .bonuses span {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: #FFC21A;
}
.profilePage-content .profile .telegram {
  gap: 8px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1215686275);
}
.profilePage-content .profile .telegram .btn.btn-white {
  border: 1px solid #56B9F2;
  color: #56B9F2;
  gap: 15px;
}
.profilePage-content .profile .telegram .btn.btn-white img {
  filter: brightness(1) invert(0);
  transition: filter 0.3s ease;
  width: 16px;
  height: 16px;
}
.profilePage-content .profile .telegram .btn.btn-white:hover {
  background-color: #56B9F2;
  color: #fff;
}
.profilePage-content .profile .telegram .btn.btn-white:hover img {
  filter: brightness(0) invert(1);
}
.profilePage-content .profile .telegram.on .btn.btn-white {
  border: 1px solid #EB3333;
  color: #EB3333;
}
.profilePage-content .profile .telegram.on .btn.btn-white img {
  filter: brightness(1) invert(0);
  transition: filter 0.3s ease;
  width: 16px;
  height: 16px;
}
.profilePage-content .profile .telegram.on .btn.btn-white:hover {
  background-color: #EB3333;
  color: #fff;
}
.profilePage-content .profile .telegram.on .btn.btn-white:hover img {
  filter: brightness(0) invert(1);
}
.profilePage-content .profile .logout {
  gap: 10px;
  text-decoration: none;
  cursor: pointer;
}
.profilePage-content .profile .logout img {
  width: 24px;
  height: 24px;
}
.profilePage-content .profile .logout p {
  margin-bottom: 0;
  color: #A6B1B8;
  font-family: "Circe Rounded", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  text-decoration: none;
}
.profilePage-content .requisites {
  gap: 30px;
}
.profilePage-content .requisites .requisite {
  padding: 20px 30px;
  background-color: #181B1F;
  border-radius: 4px;
  gap: 15px;
}
.profilePage-content .addresses {
  gap: 20px;
}
.profilePage-content .addresses .address {
  gap: 15px;
  padding: 20px 30px;
  border-radius: 4px;
  background-color: #181B1F;
}
.profilePage-content .manager {
  padding: 30px;
  border-radius: 4px;
  background-color: #181B1F;
  gap: 24px;
}
.profilePage-content .manager .managerHeader {
  gap: 12px;
}
.profilePage-content .manager .managerHeader .btn {
  min-height: 42px;
  justify-content: center;
}
.profilePage-content .manager .managerTitle {
  margin: 0;
  color: #F4F5F7;
  font-family: "Circe Rounded", sans-serif;
  font-size: 24px;
  line-height: 120%;
}
.profilePage-content .manager .managerAssignment {
  max-width: 480px;
  gap: 12px;
  padding: 20px;
  background-color: #20242A;
  border-radius: 4px;
}
.profilePage-content .manager .managerAssignmentButtons {
  gap: 10px;
}
.profilePage-content .manager .managerAssignmentButtons .btn {
  min-height: 42px;
  min-width: 130px;
  justify-content: center;
}
.profilePage-content .manager .managerAssignmentButtons .btn:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}
.profilePage-content .manager .field {
  width: 50%;
}

.clientActionModal {
  width: min(445px, 100vw - 32px);
  gap: 12px;
}
.clientActionModal-name {
  margin: 0;
  color: #F4F5F7;
  font-size: 18px;
  line-height: 24px;
}
.clientActionModal-text {
  margin: 0 0 8px;
  color: #A6B1B8;
  font-size: 16px;
  line-height: 24px;
}
.clientActionModal-buttons {
  gap: 10px;
}
.clientActionModal-buttons .btn {
  min-height: 42px;
  justify-content: center;
  border-radius: 4px;
}
.clientActionModal-buttons .btn:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.profileModal {
  background-color: rgba(0, 0, 0, 0.4392156863);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  user-select: none;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.profileModalContent {
  padding: 30px;
  border-radius: 4px;
  background-color: #181B1F;
  position: relative;
  transform: translateY(-100px);
  transition: transform 0.3s ease;
  gap: 20px;
  max-width: 480px;
  width: 100%;
  min-width: 300px;
}
.profileModalContent.editTelegram {
  max-width: 300px;
  padding: 20px 10px;
}
.profileModalContent.editTelegram .codeTelegram {
  color: #F4F5F7;
  font-family: "Circe Rounded", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 0;
}
.profileModalContent.editTelegram .additionalTextTelegram {
  color: #F4F5F7;
  margin-bottom: 0;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}
.profileModalContent.editTelegram .btns {
  gap: 10px;
}
.profileModalContent.editTelegram .btns .decline {
  border: 1px solid #EB3333;
  color: #EB3333;
}
.profileModalContent.editTelegram .btns .decline:hover {
  background-color: #EB3333;
  color: #fff;
}
.profileModalContent.editTelegram .btns .accept {
  border: 1px solid #22C38E;
  color: #22C38E;
}
.profileModalContent.editTelegram .btns .accept:hover {
  background-color: #22C38E;
  color: #fff;
}
.profileModal-closer {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.profileModal-closer img {
  width: 24px;
}
.profileModal-bckg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
  cursor: pointer;
}
.profileModal.active {
  user-select: auto;
  pointer-events: auto;
  opacity: 1;
}
.profileModal.active .profileModalContent {
  transform: translateY(0);
}
.profileModal .field label {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #A6B1B8;
  margin-bottom: 8px;
}
.profileModal .field p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #F4F5F7;
}
.profileModal .copyField {
  background-color: #181B1F;
  padding: 12px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1215686275);
}
.profileModal .copyField input {
  border: 0;
  background-color: #181B1F;
  overflow: hidden;
  color: #2F83F7;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
.profileModal .copyField div {
  padding: 2px;
  cursor: pointer;
}
.profileModal .copyField div img {
  height: 24px;
  width: 24px;
}
.profileModal-status {
  margin: 0;
  padding: 12px 14px;
  border-radius: 4px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 140%;
}
.profileModal-status.success {
  color: #087852;
  background-color: #16352B;
}
.profileModal-status.error {
  color: #B42318;
  background-color: #3A1D20;
}
.profileModal .modalHeader {
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 0;
  font-family: "Circe Rounded", sans-serif;
}
.profileModal .additionalText {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #A6B1B8;
  margin-bottom: 0;
}
.profileModal .phoneExample {
  background-color: #20242A;
  border-radius: 10px;
  padding: 10px;
  gap: 15px;
}
.profileModal .phoneExample p {
  color: #A6B1B8;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
}
.profileModal .phoneExample p span {
  color: #F4F5F7;
}
.profileModal .phoneExample img {
  height: 32px;
  width: 32px;
}

.submitModal {
  background-color: rgba(0, 0, 0, 0.4392156863);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  user-select: none;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.submitModalContent {
  padding: 30px;
  border-radius: 10px;
  background-color: #181B1F;
  position: relative;
  transform: translateY(-100px);
  transition: transform 0.3s ease;
  gap: 20px;
  max-width: 445px;
  width: 100%;
  min-width: 300px;
}
.submitModalContent .accept {
  color: #EB3333;
  border-color: #EB3333;
}
.submitModalContent .decline {
  color: #22C38E;
  border-color: #22C38E;
}
.submitModal-closer {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.submitModal-closer img {
  width: 24px;
}
.submitModal-bckg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
  cursor: pointer;
}
.submitModal.active {
  user-select: auto;
  pointer-events: auto;
  opacity: 1;
}
.submitModal.active .submitModalContent {
  transform: translateY(0);
}
.submitModal .modalHeader {
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  font-family: "Circe Rounded", sans-serif;
}
.submitModal .additionalText {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #A6B1B8;
  margin-bottom: 0;
}

.ordersModal {
  background-color: rgba(0, 0, 0, 0.4392156863);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  user-select: none;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.ordersModalContent {
  width: 100%;
  max-width: 750px;
  max-height: calc(100% - 100px);
  padding: 40px;
  border-radius: 10px;
  background-color: #181B1F;
  position: relative;
  transform: translateY(-100px);
  transition: transform 0.3s ease;
  gap: 30px;
  overflow-y: auto;
}
.ordersModal-closer {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.ordersModal-closer img {
  width: 24px;
}
.ordersModal-bckg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
  cursor: pointer;
}
.ordersModal.active {
  user-select: auto;
  pointer-events: auto;
  opacity: 1;
}
.ordersModal.active .ordersModalContent {
  transform: translateY(0);
}
.ordersModal .field label {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #A6B1B8;
  margin-bottom: 8px;
}
.ordersModal .field p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #F4F5F7;
}
.ordersModal .modalHeader {
  gap: 20px;
}
.ordersModal .modalHeader p {
  color: #F4F5F7;
  font-size: 24px;
  font-family: "Circe Rounded", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
}
.ordersModal .address, .ordersModal .userData, .ordersModal .bonuses {
  gap: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1215686275);
  padding-bottom: 20px;
}
.ordersModal .products, .ordersModal .bonuses {
  gap: 20px;
}
.ordersModal .products-label, .ordersModal .bonuses-label {
  margin-bottom: 0;
  color: #F4F5F7;
  font-size: 18px;
  font-family: "Circe Rounded", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.ordersModal .products-header {
  gap: 20px;
}
.ordersModal .products-header p {
  margin-bottom: 0;
  color: #F4F5F7;
  font-family: "Circe Rounded", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}
.ordersModal .products-count {
  color: #A6B1B8;
  margin-bottom: 0;
  font-family: "Circe Rounded", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}
.ordersModal .products table {
  border-collapse: separate;
  border-spacing: 0 10px;
}
.ordersModal .products table thead tr th {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #A6B1B8;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1215686275);
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.14px;
  text-align: center;
}
.ordersModal .products table thead tr th:first-of-type {
  text-align: start;
}
.ordersModal .products table thead tr th:last-of-type {
  text-align: end;
}
.ordersModal .products table tbody tr {
  background-color: #181B1F;
  cursor: pointer;
}
.ordersModal .products table tbody tr td {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1215686275);
  max-width: 240px;
}
.ordersModal .products table tbody tr td .name p {
  color: #F4F5F7;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 0;
}
.ordersModal .products table tbody tr td .article p, .ordersModal .products table tbody tr td .count p {
  margin-bottom: 0;
  color: #F4F5F7;
  text-align: center;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.ordersModal .products table tbody tr td .price p {
  color: #F4F5F7;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 0;
}
.ordersModal .products table tbody tr.finished {
  border: none;
  background-color: #20242A;
}
.ordersModal .products table tbody tr.finished td {
  border: none !important;
}
.ordersModal .bonuses-content {
  border-radius: 4px;
  background-color: #20242A;
  padding: 10px 12px;
}
.ordersModal .bonuses-content p {
  color: #F4F5F7;
  font-size: 18px;
  font-family: "Circe Rounded", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.18px;
  margin-bottom: 0;
}
.ordersModal .bonuses-content span {
  color: #FFC21A;
  text-align: right;
  font-size: 18px;
  font-family: "Circe Rounded", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.ordersModal .total {
  gap: 10px;
}
.ordersModal .total .total-results label {
  color: #F4F5F7;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 0;
}
.ordersModal .total .total-results p {
  color: #F4F5F7;
  text-align: right;
  font-size: 24px;
  font-family: "Circe Rounded", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.catalogPage {
  padding: 60px 0 140px 0;
}

.catalog {
  background-color: #181B1F;
  padding: 0;
  width: 100%;
}
.catalog-header .viewSwitcher, .catalog-products .viewSwitcher {
  gap: 15px;
}
.catalog-header .viewSwitcher div, .catalog-products .viewSwitcher div {
  cursor: pointer;
  filter: saturate(0) opacity(0.73);
}
.catalog-header .viewSwitcher div.active, .catalog-products .viewSwitcher div.active {
  filter: unset;
}
.catalog-header .viewSwitcher div img, .catalog-products .viewSwitcher div img {
  width: 30px;
  height: 30px;
}
.catalog-categories {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
}
.catalog-categories-el {
  border: 1px solid rgba(255, 255, 255, 0.1215686275);
  background-color: #181B1F;
  border-radius: 4px;
  padding: 20px 14px;
  gap: 14px;
  text-decoration: none;
}
.catalog-categories-el img {
  max-width: 70px;
  max-height: 70px;
  height: 100%;
  width: 100%;
}
.catalog-categories-el p {
  margin-bottom: 0;
  font-family: "Circe Rounded", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  color: #F4F5F7;
}
.catalog-products {
  gap: 30px;
}
.catalog-products .inner-sorter {
  margin-bottom: 25px;
}
.catalog-productsGrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.catalog-productsGrid-el {
  border: 1px solid rgba(255, 255, 255, 0.1215686275);
  background-color: #181B1F;
  border-radius: 4px;
  padding: 20px;
  gap: 16px;
  text-decoration: none;
}
.catalog-productsGrid-el .photo {
  width: 100%;
  max-height: 200px;
}
.catalog-productsGrid-el .photo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.catalog-productsGrid-el .descWrap {
  gap: 16px;
}
.catalog-productsGrid-el-desc h5 {
  color: #F4F5F7;
  text-overflow: ellipsis;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  max-height: 69px;
  text-decoration: none;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.catalog-productsGrid-el-desc .prices {
  gap: 8px;
}
.catalog-productsGrid-el-desc .prices .prod-price, .catalog-productsGrid-el-desc .prices .prod-altPrice {
  gap: 8px;
}
.catalog-productsGrid-el-desc .prices .prod-price p, .catalog-productsGrid-el-desc .prices .prod-altPrice p {
  color: #A6B1B8;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 0;
}
.catalog-productsGrid-el-desc .prices .prod-price span {
  color: #F4F5F7;
  font-family: "Circe Rounded", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 110%;
  margin-bottom: 0;
}
.catalog-productsGrid-el-desc .prices .prod-price--sale {
  padding: 8px;
  border-radius: 4px;
  background-color: rgba(255, 194, 26, 0.0470588235);
}
.catalog-productsGrid-el-desc .prices .prod-price--sale span {
  color: #FFC21A;
}
.catalog-productsGrid-el-desc .prices .prod-altPrice {
  padding: 8px;
  border-radius: 4px;
  background: #20242A;
}
.catalog-productsGrid-el-desc .prices .prod-altPrice span {
  color: #F4F5F7;
  font-family: "Circe Rounded", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 0;
}
.catalog-productsGrid-el .favoriteAddTo, .catalog-productsGrid-el .favoriteIn {
  padding-left: 16px;
  padding-right: 16px;
}
.catalog-productsGrid-el .favoriteAddTo {
  border: 1px solid #A6B1B8;
}
.catalog-productsList {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.catalog-productsList table {
  border-spacing: 0 10px;
  border-collapse: separate;
}
.catalog-productsList table tr {
  border-radius: 4px;
  outline: 1px solid rgba(255, 255, 255, 0.1215686275);
  background-color: #181B1F;
}
.catalog-productsList table tr td {
  padding: 20px 5px;
}
.catalog-productsList table tr td:first-of-type {
  padding-left: 10px;
}
.catalog-productsList table tr td:last-of-type {
  padding-right: 10px;
}
.catalog-productsList-el {
  padding: 20px 10px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1215686275);
  background-color: #181B1F;
  gap: 30px;
}
.catalog-productsList-el .photo {
  width: 80px;
  height: 80px;
}
.catalog-productsList-el .photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.catalog-productsList-el .text {
  row-gap: 8px;
}
.catalog-productsList-el .text .name {
  color: #F4F5F7;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 0;
  max-width: 300px;
}
.catalog-productsList-el .text .article {
  color: #A6B1B8;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 0;
}
.catalog-productsList-el .prices {
  gap: 8px;
}
.catalog-productsList-el .prices .prod-price, .catalog-productsList-el .prices .prod-altPrice {
  gap: 8px;
}
.catalog-productsList-el .prices .prod-price p, .catalog-productsList-el .prices .prod-altPrice p {
  color: #A6B1B8;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 0;
}
.catalog-productsList-el .prices .prod-price {
  width: 100%;
}
.catalog-productsList-el .prices .prod-price span {
  color: #F4F5F7;
  font-family: "Circe Rounded", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 110%;
  margin-bottom: 0;
}
.catalog-productsList-el .prices .prod-price--sale {
  padding: 8px;
  border-radius: 4px;
  background-color: rgba(255, 194, 26, 0.0470588235);
}
.catalog-productsList-el .prices .prod-price--sale span {
  color: #FFC21A;
}
.catalog-productsList-el .prices .prod-altPrice {
  padding: 8px;
  border-radius: 4px;
  background: #20242A;
}
.catalog-productsList-el .prices .prod-altPrice span {
  color: #F4F5F7;
  font-family: "Circe Rounded", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 0;
}
.catalog-productsList-el .favoriteAddTo, .catalog-productsList-el .favoriteIn {
  padding-left: 16px;
  padding-right: 16px;
}
.catalog-productsList-el .favoriteAddTo {
  border: 1px solid #A6B1B8;
}
.catalog-productsList-el .availability {
  gap: 8px;
}
.catalog-productsList-el .availability-item {
  padding: 4px 8px;
  border-radius: 4px;
}
.catalog-productsList-el .availability-item.ok {
  background-color: rgba(34, 195, 142, 0.0980392157);
}
.catalog-productsList-el .availability-item.ok p span {
  color: #2EAF00;
}
.catalog-productsList-el .availability-item.empty {
  background-color: rgba(235, 51, 51, 0.0980392157);
}
.catalog-productsList-el .availability-item.empty p span {
  color: #EB3333;
}
.catalog-productsList-el .availability-item p {
  margin-bottom: 0;
  color: #F4F5F7;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.filter {
  max-width: 285px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1215686275);
  background-color: #181B1F;
  padding: 30px 20px;
  width: 100%;
  gap: 20px;
}
.filter-header p {
  margin-bottom: 0;
  color: #F4F5F7;
  font-family: "Circe Rounded", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 110%;
}

.categoryPage {
  background-color: #181B1F;
  padding: 60px 0 140px 0;
}
.categoryPage-content {
  gap: 30px;
}
.categoryPage-content .userInfo {
  min-width: 330px;
  max-width: 390px;
  margin-top: 78px;
  padding: 30px;
  gap: 20px;
  border: 1px solid #FFC21A;
  background-color: #181B1F;
  border-radius: 4px;
}
.categoryPage-content .userInfo hr {
  background-color: #004166;
  height: 1px;
  margin: 0;
  padding: 0;
  width: 100%;
}
.categoryPage-content .userInfo .name {
  gap: 12px;
}
.categoryPage-content .userInfo .name img {
  width: 28px;
  height: 28px;
}
.categoryPage-content .userInfo .name p {
  margin-bottom: 0;
  color: #F4F5F7;
  font-family: "Circe Rounded", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 110%;
}
.categoryPage-content .userInfo .field {
  gap: 8px;
}
.categoryPage-content .userInfo .field label {
  color: #A6B1B8;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
.categoryPage-content .userInfo .field p {
  color: #F4F5F7;
  margin-bottom: 0;
}
.categoryPage-content .userInfo .field p.light {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
.categoryPage-content .userInfo .field p.medium {
  font-family: "Circe Rounded", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}
.categoryPage-content .userInfo .field p.large {
  font-family: "Circe Rounded", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 110%;
}

.productPage {
  padding: 60px 0 140px 0;
}
.productPage-content {
  padding-top: 30px;
  gap: 80px;
}
.productPage-content .photo {
  width: 440px;
  height: 440px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.productPage-content .photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.productPage-content .desc {
  gap: 30px;
}
.productPage-content .desc h1 {
  color: #F4F5F7;
  font-family: "Circe Rounded", sans-serif;
  font-size: 32px;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.productPage-content .desc .prices {
  gap: 50px;
}
.productPage-content .desc .prices .prod-price, .productPage-content .desc .prices .prod-altPrice {
  gap: 5px;
}
.productPage-content .desc .prices .prod-price p, .productPage-content .desc .prices .prod-altPrice p {
  color: #F4F5F7;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 0;
}
.productPage-content .desc .prices .prod-price span {
  color: #F4F5F7;
  font-family: "Circe Rounded", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.productPage-content .desc .prices .prod-price span.disabled {
  font-size: 24px;
  line-height: 120%;
  color: #A6B1B8;
  text-decoration: line-through;
}
.productPage-content .desc .prices .prod-price--sale {
  padding: 8px;
  border-radius: 4px;
  background-color: rgba(255, 194, 26, 0.0470588235);
}
.productPage-content .desc .prices .prod-price--sale span {
  color: #FFC21A;
}
.productPage-content .desc .prices .prod-altPrice {
  padding: 8px;
  border-radius: 4px;
  background: #20242A;
}
.productPage-content .desc .prices .prod-altPrice span {
  color: #F4F5F7;
  font-family: "Circe Rounded", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
.productPage-content .desc .cart {
  gap: 10px;
}
.productPage-content .desc .cart .favoriteIn, .productPage-content .desc .cart .favoriteAddTo {
  padding-left: 20px;
  padding-right: 20px;
}
.productPage-content .desc .cart .favoriteAddTo {
  border: 1px solid #A6B1B8;
}
.productPage-content .desc .cart .quantityBlock {
  gap: 8px;
}
.productPage-content .desc .cart .quantityBlock .count {
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
  padding: 0;
  border: none;
  text-align: center;
}
.productPage-content .desc .cart .quantityBlock .minus {
  position: relative;
  width: 26px;
  height: 26px;
  cursor: pointer;
}
.productPage-content .desc .cart .quantityBlock .minus::after {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  height: 3px;
  width: 26px;
  background-color: #AAAAAA;
  top: 50%;
  left: 50%;
  transition: background-color 0.3s ease;
}
.productPage-content .desc .cart .quantityBlock .minus:hover::after {
  background: #FFC21A;
}
.productPage-content .desc .cart .quantityBlock .plus {
  position: relative;
  width: 26px;
  height: 26px;
  cursor: pointer;
}
.productPage-content .desc .cart .quantityBlock .plus::after {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  height: 3px;
  width: 26px;
  background-color: #AAAAAA;
  top: 50%;
  left: 50%;
  transition: background-color 0.3s ease;
}
.productPage-content .desc .cart .quantityBlock .plus::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #AAAAAA;
  height: 26px;
  width: 3px;
  transition: background-color 0.3s ease;
}
.productPage-content .desc .cart .quantityBlock .plus:hover::after, .productPage-content .desc .cart .quantityBlock .plus:hover::before {
  background: #FFC21A;
}
.productPage-content .desc .union-header {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 150%;
  color: #F4F5F7;
}
.productPage-content .desc .union-group {
  gap: 10px;
}
.productPage-content .desc .union-group-el {
  font-family: "Circe Rounded", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  padding: 9px 16px;
  letter-spacing: 0.16px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1803921569);
  cursor: pointer;
}
.productPage-content .desc .union-group-el.active {
  border: 1px solid #FFC21A;
}
.productPage-content .desc .ability {
  gap: 10px;
}
.productPage-content .desc .ability div {
  gap: 20px;
}
.productPage-content .desc .ability div img {
  width: 24px;
  height: 24px;
}
.productPage-content .desc .ability div p {
  margin-bottom: 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #F4F5F7;
}
.productPage-content .desc .ability div.disabled {
  filter: saturate(0) opacity(0.73);
}
.productPage-properties {
  gap: 50px;
}
.productPage-properties .description, .productPage-properties .availability, .productPage-properties .characteristics, .productPage-properties .similar, .productPage-properties .buyWithThis {
  max-width: 600px;
}
.productPage-properties .description h2, .productPage-properties .availability h2, .productPage-properties .characteristics h2, .productPage-properties .similar h2, .productPage-properties .buyWithThis h2 {
  font-family: "Circe Rounded", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 20px;
  color: #F4F5F7;
}
.productPage-properties .description p, .productPage-properties .availability p, .productPage-properties .availability-grid-item .name, .productPage-properties .availability-grid-item .val, .productPage-properties .characteristics .characteristics-el p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 0;
  color: #F4F5F7;
}
.productPage-properties .characteristics-content {
  row-gap: 15px;
}
.productPage-properties .characteristics-el {
  gap: 10px;
}
.productPage-properties .characteristics-el .delimiter {
  min-width: 25px;
  border-bottom: 1px dashed #999999;
}
.productPage-properties .availability-grid {
  gap: 8px;
}
.productPage-properties .availability-grid-item .val.ok {
  color: #2EAF00;
}
.productPage-properties .availability-grid-item .val.empty {
  color: #EB3333;
}
.productPage .complement {
  padding: 80px 0;
}
.productPage .complement-wrap {
  padding: 40px 30px;
  gap: 30px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1215686275);
}
.productPage .complement-header {
  margin-bottom: 0;
}
.productPage .complement-header h2 {
  color: #F4F5F7;
  font-family: "Circe Rounded", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 0;
}
.productPage .complement-header p {
  color: #F4F5F7;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 0;
}
.productPage .complement-content {
  column-gap: 30px;
  row-gap: 20px;
}
.productPage .complement-content .prods-plus {
  padding: 5px;
}
.productPage .complement-content .prods-plus img {
  width: 24px;
  height: 24px;
}
.productPage .complement-content .prods-el {
  padding: 20px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1215686275);
  background-color: #181B1F;
  gap: 8px;
}
.productPage .complement-content .prods-el .photo img {
  width: 100%;
  max-width: 210px;
  height: 140px;
  object-fit: cover;
}
.productPage .complement-content .prods-el .desc .name {
  color: #F4F5F7;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.productPage .complement-content .prods-el .prices {
  gap: 8px;
}
.productPage .complement-content .prods-el .prices .prod-price, .productPage .complement-content .prods-el .prices .prod-altPrice {
  gap: 8px;
}
.productPage .complement-content .prods-el .prices .prod-price p, .productPage .complement-content .prods-el .prices .prod-altPrice p {
  color: #A6B1B8;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 0;
}
.productPage .complement-content .prods-el .prices .prod-price span {
  color: #F4F5F7;
  font-family: "Circe Rounded", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 110%;
  margin-bottom: 0;
}
.productPage .complement-content .prods-el .prices .prod-altPrice {
  padding: 8px;
  border-radius: 4px;
  background: #20242A;
}
.productPage .complement-content .prods-el .prices .prod-altPrice span {
  color: #F4F5F7;
  font-family: "Circe Rounded", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 0;
}
.productPage .complement-content .total {
  padding: 30px 20px 20px;
  border-radius: 4px;
  border: 1px solid #FFC21A;
  background: #181B1F;
  width: 100%;
  max-width: 315px;
  gap: 20px;
}
.productPage .complement-content .total > div {
  gap: 30px;
}
.productPage .complement-content .total-header {
  color: #F4F5F7;
  font-family: "Circe Rounded", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
}
.productPage .complement-content .total-summ, .productPage .complement-content .total-rrc {
  gap: 10px;
}
.productPage .complement-content .total-summ label, .productPage .complement-content .total-rrc label {
  color: #F4F5F7;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 0;
}
.productPage .complement-content .total-summ span {
  color: #F4F5F7;
  font-family: "Circe Rounded", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 0;
}
.productPage .complement-content .total-rrc {
  padding: 10px 8px;
  border-radius: 4px;
  background-color: #20242A;
}
.productPage .complement-content .total-rrc span {
  color: #FFC21A;
  font-family: "Circe Rounded", sans-serif;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 0;
  font-size: 24px;
}

.adminTable {
  overflow-x: hidden;
  padding: 48px 0 72px;
}
.adminTable-content {
  gap: 0;
}
.adminTable-header {
  margin-bottom: 24px;
}
.adminTable-header h1 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  color: #F4F5F7;
  font-family: "Circe Rounded", sans-serif;
  margin-bottom: 0;
}
.adminTable-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}
.adminTable-search {
  flex: 1 1 480px;
  max-width: 560px;
  min-width: 240px;
}
.adminTable-search .TextField-InputContainer {
  background-color: #181B1F;
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.adminTable-search .TextField-InputContainer:hover {
  border-color: rgba(255, 255, 255, 0.3);
}
.adminTable-search .TextField-InputContainer_focus {
  border-color: #FFC21A;
  box-shadow: 0 0 0 3px rgba(255, 194, 26, 0.12);
}
.adminTable-search .TextField-Input::placeholder {
  color: rgba(244, 245, 247, 0.48);
}
.adminTable-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 12px;
}
.adminTable-actions .btn {
  min-height: 46px;
  justify-content: center;
  border-radius: 8px;
  padding: 10px 18px 8px;
  white-space: nowrap;
}
.adminTable-actions .btn img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.adminTable-tableWrap {
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.adminTable-tableWrap::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
  background: transparent;
}
.adminTable-tableWrap::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
  background: transparent;
}
.adminTable-tableWrap::-webkit-scrollbar-thumb {
  width: 0;
  display: none;
  background: transparent;
}
.adminTable-tableWrap .scrollLeftTrigger, .adminTable-tableWrap .scrollRightTrigger {
  top: calc(50% - 20px);
  z-index: 10;
  position: absolute;
  opacity: 0;
  user-select: none;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background-color: #181B1F;
  border: 1px solid #FFC21A;
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.12);
  cursor: e-resize;
}
.adminTable-tableWrap .scrollLeftTrigger img, .adminTable-tableWrap .scrollRightTrigger img {
  width: 24px;
  height: 24px;
}
.adminTable-tableWrap .scrollLeftTrigger.show, .adminTable-tableWrap .scrollRightTrigger.show {
  opacity: 1;
  pointer-events: auto;
}
.adminTable-tableWrap .scrollRightTrigger {
  right: 20px;
}
.adminTable-tableWrap .scrollLeftTrigger {
  left: 20px;
}
.adminTable-tableWrap table {
  width: 100%;
  min-width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 8px;
  background-color: #181B1F;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}
.adminTable-tableWrap table thead tr th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1215686275);
  padding: 14px 16px;
  background-color: #14171A;
  color: #A6B1B8;
  font-size: 12px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  white-space: nowrap;
  text-decoration: none;
}
.adminTable-tableWrap table thead tr th:first-of-type {
  padding-left: 18px;
}
.adminTable-tableWrap table thead tr th:last-of-type {
  padding-right: 18px;
}
.adminTable-tableWrap table tbody tr {
  background-color: #181B1F;
  transition: background-color 0.18s ease;
}
.adminTable-tableWrap table tbody tr:nth-child(even) {
  background-color: #1B1F23;
}
.adminTable-tableWrap table tbody tr:hover {
  background-color: #22272D;
}
.adminTable-tableWrap table tbody tr:last-child td {
  border-bottom: 0;
}
.adminTable-tableWrap table tbody tr td {
  padding: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1215686275);
  vertical-align: middle;
}
.adminTable-tableWrap table tbody tr td:first-of-type {
  padding-left: 18px;
}
.adminTable-tableWrap table tbody tr td:last-of-type {
  padding-right: 18px;
}
.adminTable .paginationWrap {
  margin-top: 24px;
  padding: 0 !important;
}
.adminTable.clientsPage .adminTable-tableWrap table {
  min-width: 1040px;
  table-layout: fixed;
}
.adminTable.clientsPage .adminTable-tableWrap table th:nth-child(1), .adminTable.clientsPage .adminTable-tableWrap table td:nth-child(1) {
  width: 15%;
}
.adminTable.clientsPage .adminTable-tableWrap table th:nth-child(2), .adminTable.clientsPage .adminTable-tableWrap table td:nth-child(2) {
  width: 13%;
}
.adminTable.clientsPage .adminTable-tableWrap table th:nth-child(3), .adminTable.clientsPage .adminTable-tableWrap table td:nth-child(3) {
  width: 15%;
}
.adminTable.clientsPage .adminTable-tableWrap table th:nth-child(4), .adminTable.clientsPage .adminTable-tableWrap table td:nth-child(4) {
  width: 10%;
}
.adminTable.clientsPage .adminTable-tableWrap table th:nth-child(5), .adminTable.clientsPage .adminTable-tableWrap table td:nth-child(5) {
  width: 18%;
}
.adminTable.clientsPage .adminTable-tableWrap table th:nth-child(6), .adminTable.clientsPage .adminTable-tableWrap table td:nth-child(6) {
  width: 15%;
}
.adminTable.clientsPage .adminTable-tableWrap table th:nth-child(7), .adminTable.clientsPage .adminTable-tableWrap table td:nth-child(7) {
  width: 14%;
}
.adminTable.clientsPage .adminTable-tableWrap table tbody tr td .name p {
  color: #F4F5F7;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 0;
  white-space: nowrap;
  text-decoration: none;
}
.adminTable.clientsPage .adminTable-tableWrap table tbody tr td .contactUser, .adminTable.clientsPage .adminTable-tableWrap table tbody tr td .manager, .adminTable.clientsPage .adminTable-tableWrap table tbody tr td .email, .adminTable.clientsPage .adminTable-tableWrap table tbody tr td .phone, .adminTable.clientsPage .adminTable-tableWrap table tbody tr td .lastSignIn {
  max-width: 180px;
}
.adminTable.clientsPage .adminTable-tableWrap table tbody tr td .contactUser p, .adminTable.clientsPage .adminTable-tableWrap table tbody tr td .manager p, .adminTable.clientsPage .adminTable-tableWrap table tbody tr td .email p, .adminTable.clientsPage .adminTable-tableWrap table tbody tr td .phone p, .adminTable.clientsPage .adminTable-tableWrap table tbody tr td .lastSignIn p {
  color: #F4F5F7;
  white-space: nowrap;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}
.adminTable.managersPage .adminTable-tableWrap table {
  min-width: 720px;
}
.adminTable.managersPage .adminTable-tableWrap table tbody tr td .name p {
  color: #F4F5F7;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 0;
  white-space: nowrap;
  text-decoration: none;
}
.adminTable.managersPage .adminTable-tableWrap table tbody tr td .email p, .adminTable.managersPage .adminTable-tableWrap table tbody tr td .phone p {
  color: #F4F5F7;
  white-space: nowrap;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}
.adminTable.ordersPage .adminTable-tableWrap table {
  min-width: 920px;
}
.adminTable.ordersPage .adminTable-tableWrap table tbody tr {
  cursor: pointer;
}
.adminTable.ordersPage .adminTable-tableWrap table tbody tr td .order_number p, .adminTable.ordersPage .adminTable-tableWrap table tbody tr td .client p, .adminTable.ordersPage .adminTable-tableWrap table tbody tr td .manager p, .adminTable.ordersPage .adminTable-tableWrap table tbody tr td .summ p, .adminTable.ordersPage .adminTable-tableWrap table tbody tr td .date p {
  color: #F4F5F7;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
  white-space: nowrap;
  text-decoration: none;
}
.adminTable.categoriesPage .adminTable-tableWrap table tbody tr {
  cursor: pointer;
}
.adminTable.categoriesPage .adminTable-tableWrap table tbody tr td .name {
  min-width: 185px;
}
.adminTable.categoriesPage .adminTable-tableWrap table tbody tr td .category_id p, .adminTable.categoriesPage .adminTable-tableWrap table tbody tr td .name p {
  color: #F4F5F7;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 0;
}
.adminTable.charactersPage .adminTable-tableWrap table tbody tr {
  cursor: pointer;
}
.adminTable.charactersPage .adminTable-tableWrap table tbody tr td .name {
  min-width: 185px;
}
.adminTable.charactersPage .adminTable-tableWrap table tbody tr td .char_id p, .adminTable.charactersPage .adminTable-tableWrap table tbody tr td .name p, .adminTable.charactersPage .adminTable-tableWrap table tbody tr td .positionInFilter p, .adminTable.charactersPage .adminTable-tableWrap table tbody tr td .positionInList p {
  color: #F4F5F7;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 0;
}
.adminTable.pricesPage .adminTable-tableWrap table tbody tr td .name {
  min-width: 185px;
}
.adminTable.pricesPage .adminTable-tableWrap table tbody tr td .priceId p, .adminTable.pricesPage .adminTable-tableWrap table tbody tr td .name p {
  color: #F4F5F7;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .adminTable {
    padding: 28px 0 52px;
  }
  .adminTable-header {
    margin-bottom: 18px;
  }
  .adminTable-header h1 {
    font-size: 28px;
  }
  .adminTable-toolbar {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
  }
  .adminTable-search {
    flex-basis: auto;
    max-width: none;
    min-width: 0;
    width: 100%;
  }
  .adminTable-actions {
    justify-content: stretch;
    width: 100%;
  }
  .adminTable-actions .btn {
    flex: 1 1 auto;
    min-width: 0;
    padding-left: 12px;
    padding-right: 12px;
  }
  .adminTable-tableWrap table thead tr th {
    padding: 12px 14px;
  }
  .adminTable-tableWrap table thead tr th:first-of-type {
    padding-left: 14px;
  }
  .adminTable-tableWrap table thead tr th:last-of-type {
    padding-right: 14px;
  }
  .adminTable-tableWrap table tbody tr td {
    padding: 14px;
  }
  .adminTable-tableWrap table tbody tr td:first-of-type {
    padding-left: 14px;
  }
  .adminTable-tableWrap table tbody tr td:last-of-type {
    padding-right: 14px;
  }
}
.catalogAdmin-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.catalogAdmin-heading h1 {
  margin: 0;
  color: #F4F5F7;
  font-family: "Circe Rounded", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
}

.catalogAdmin-summary {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 22px;
  color: rgba(244, 245, 247, 0.72);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.4;
}

.catalogAdmin-summary b {
  color: #F4F5F7;
}

.catalogAdmin-layout {
  display: grid;
  grid-template-columns: minmax(220px, 270px) minmax(0, 1fr);
  align-items: start;
  gap: 32px;
}

.catalogAdmin-navigation {
  position: sticky;
  top: 88px;
  max-height: calc(100vh - 118px);
  overflow-y: auto;
  padding-right: 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.catalogAdmin-navigationTitle {
  margin-bottom: 10px;
  color: rgba(244, 245, 247, 0.72);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}

.catalogAdmin-navigationLoader {
  display: flex;
  justify-content: center;
  padding: 24px;
}

.catalogAdmin-category {
  display: flex;
  width: 100%;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 0;
  padding: 9px 10px 9px 14px;
  border: 0;
  border-left: 3px solid transparent;
  background: transparent;
  color: #F4F5F7;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
}

.catalogAdmin-category:hover {
  background: rgba(255, 255, 255, 0.06);
}

.catalogAdmin-category.active {
  border-left-color: #FFC21A;
  background: rgba(255, 194, 26, 0.14);
  font-weight: 700;
}

.catalogAdmin-categoryCount {
  flex: 0 0 auto;
  color: rgba(244, 245, 247, 0.58);
  font-size: 12px;
  font-weight: 400;
}

.catalogAdmin-products {
  min-width: 0;
}

.catalogAdmin-filters {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(145px, 190px) minmax(165px, 210px);
  gap: 12px;
}

.catalogAdmin-resultLine {
  margin: 18px 0 10px;
  color: rgba(244, 245, 247, 0.72);
  font-family: "Inter", sans-serif;
  font-size: 14px;
}

.catalogAdmin-resultLine b {
  color: #F4F5F7;
}

.catalogAdmin-error {
  margin: 12px 0;
  padding: 12px 14px;
  border-left: 3px solid #C62828;
  background: rgba(198, 40, 40, 0.06);
  color: #8E1B1B;
  font-family: "Inter", sans-serif;
  font-size: 14px;
}

.catalogAdmin-tableWrap {
  position: relative;
}

.catalogAdmin-tableWrap table {
  min-width: 980px;
}

.catalogAdmin-tableWrap table tbody tr td {
  color: #F4F5F7;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  vertical-align: top;
}

.catalogAdmin-productName {
  max-width: 360px;
  font-weight: 700;
}

.catalogAdmin-productMeta,
.catalogAdmin-muted {
  color: rgba(244, 245, 247, 0.58);
}

.catalogAdmin-productMeta {
  margin-top: 3px;
  font-size: 12px;
}

.catalogAdmin-nowrap {
  white-space: nowrap;
}

.catalogAdmin-price {
  display: flex;
  min-width: 210px;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 3px;
}

.catalogAdmin-price span {
  color: rgba(244, 245, 247, 0.58);
  font-size: 12px;
}

.catalogAdmin-price b {
  white-space: nowrap;
  font-weight: 600;
}

.catalogAdmin-status {
  display: inline-flex;
  min-width: 72px;
  align-items: center;
  justify-content: center;
  padding: 5px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

.catalogAdmin-status.visible {
  background: rgba(46, 125, 50, 0.1);
  color: #256D29;
}

.catalogAdmin-status.hidden {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(244, 245, 247, 0.72);
}

.catalogAdmin-loader,
.catalogAdmin-empty {
  display: flex;
  min-height: 360px;
  align-items: center;
  justify-content: center;
  color: rgba(244, 245, 247, 0.72);
  font-family: "Inter", sans-serif;
  font-size: 15px;
}

@media (max-width: 991px) {
  .catalogAdmin-layout {
    grid-template-columns: 210px minmax(0, 1fr);
    gap: 20px;
  }
  .catalogAdmin-filters {
    grid-template-columns: 1fr 1fr;
  }
  .catalogAdmin-filters > :first-child {
    grid-column: 1/-1;
  }
}
@media (max-width: 767px) {
  .catalogAdmin.adminTable {
    padding-top: 28px;
  }
  .catalogAdmin-heading {
    display: block;
    margin-bottom: 20px;
  }
  .catalogAdmin-heading h1 {
    font-size: 28px;
  }
  .catalogAdmin-summary {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: initial;
    margin-top: 14px;
  }
  .catalogAdmin-layout {
    display: block;
  }
  .catalogAdmin-navigation {
    position: static;
    max-height: 260px;
    margin-bottom: 24px;
    padding: 0 0 14px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  .catalogAdmin-filters {
    grid-template-columns: 1fr;
  }
  .catalogAdmin-filters > :first-child {
    grid-column: auto;
  }
  .catalogAdmin-productName {
    max-width: 280px;
  }
}
.cartPage-empty {
  gap: 25px;
  padding: 50px;
  min-height: 300px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1215686275);
}
.cartPage-empty img {
  width: 44px;
  height: 44px;
}
.cartPage-empty .mainText {
  color: #F4F5F7;
  font-family: "Circe Rounded", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 110%;
  margin-bottom: 0;
}
.cartPage-empty .additionalText {
  color: #A6B1B8;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 0;
  max-width: 385px;
}
.cartPage-empty .btn.btn-orange {
  padding: 15px 20px;
}
.cartPage-content {
  gap: 30px;
}
.cartPage-content-rows {
  gap: 20px;
}
.cartPage-content-rows-el {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1215686275);
}
.cartPage-content-rows-el .photo {
  width: 60px;
  height: 60px;
}
.cartPage-content-rows-el .photo img {
  max-width: 60px;
  max-height: 60px;
}
.cartPage-content-rows-el .name p {
  margin-bottom: 0;
  color: #F4F5F7;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
.cartPage-content-rows-el .article p {
  color: #F4F5F7;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 0;
}
.cartPage-content-rows-el .price p, .cartPage-content-rows-el .summ p {
  color: #F4F5F7;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 0;
}
.cartPage-content-rows-el .price p {
  font-weight: 500;
}
.cartPage-content-rows-el .delete {
  cursor: pointer;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cartPage-content-rows-el .delete img {
  width: 20px;
  height: 20px;
  filter: saturate(0) opacity(0.73);
  transition: filter 0.3s ease;
}
.cartPage-content-rows-el .delete img:hover {
  filter: saturate(1) opacity(1);
}
.cartPage-content-rows-el .availability {
  gap: 8px;
}
.cartPage-content-rows-el .availability-item {
  padding: 4px 8px;
  border-radius: 4px;
}
.cartPage-content-rows-el .availability-item.ok {
  background-color: rgba(34, 195, 142, 0.0980392157);
}
.cartPage-content-rows-el .availability-item.ok p span {
  color: #2EAF00;
}
.cartPage-content-rows-el .availability-item.empty {
  background-color: rgba(235, 51, 51, 0.0980392157);
}
.cartPage-content-rows-el .availability-item.empty p span {
  color: #EB3333;
}
.cartPage-content-rows-el .availability-item p {
  margin-bottom: 0;
  color: #F4F5F7;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.cartPage-content-rows-el .quantity {
  padding: 6px 10px;
  gap: 15px;
}
.cartPage-content-rows-el .quantity .count {
  color: #F4F5F7;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
.cartPage-content-rows-el .quantity .minus {
  position: relative;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.cartPage-content-rows-el .quantity .minus::after {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  height: 1px;
  width: 12px;
  background-color: #AAAAAA;
  top: 50%;
  left: 50%;
  transition: background-color 0.3s ease;
}
.cartPage-content-rows-el .quantity .minus:hover::after {
  background: #FFC21A;
}
.cartPage-content-rows-el .quantity .plus {
  position: relative;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.cartPage-content-rows-el .quantity .plus::after {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  height: 1px;
  width: 12px;
  background-color: #AAAAAA;
  top: 50%;
  left: 50%;
  transition: background-color 0.3s ease;
}
.cartPage-content-rows-el .quantity .plus::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #AAAAAA;
  height: 12px;
  width: 1px;
  transition: background-color 0.3s ease;
}
.cartPage-content-rows-el .quantity .plus:hover::after, .cartPage-content-rows-el .quantity .plus:hover::before {
  background: #FFC21A;
}
.cartPage-content-table table thead tr th {
  padding-bottom: 15px;
  color: #A6B1B8;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.14px;
}
.cartPage-content-table table tbody tr {
  background-color: #181B1F;
}
.cartPage-content-table table tbody tr td {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1215686275);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1215686275);
}
.cartPage-content-table table tbody tr td .photo {
  width: 80px;
  height: 80px;
}
.cartPage-content-table table tbody tr td .photo img {
  max-width: 80px;
  max-height: 80px;
}
.cartPage-content-table table tbody tr td .name {
  max-width: 260px;
}
.cartPage-content-table table tbody tr td .name p {
  margin-bottom: 0;
  color: #F4F5F7;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
.cartPage-content-table table tbody tr td .article p {
  color: #F4F5F7;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 0;
}
.cartPage-content-table table tbody tr td .price p, .cartPage-content-table table tbody tr td .summ p {
  color: #F4F5F7;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 0;
}
.cartPage-content-table table tbody tr td .price p {
  font-weight: 500;
}
.cartPage-content-table table tbody tr td .delete {
  cursor: pointer;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cartPage-content-table table tbody tr td .delete img {
  width: 22px;
  height: 22px;
  filter: saturate(0) opacity(0.73);
  transition: filter 0.3s ease;
}
.cartPage-content-table table tbody tr td .delete img:hover {
  filter: saturate(1) opacity(1);
}
.cartPage-content-table table tbody tr td .quantity {
  padding: 6px 10px;
  gap: 15px;
}
.cartPage-content-table table tbody tr td .quantity .count {
  color: #F4F5F7;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
.cartPage-content-table table tbody tr td .quantity .minus {
  position: relative;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.cartPage-content-table table tbody tr td .quantity .minus::after {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  height: 1px;
  width: 12px;
  background-color: #AAAAAA;
  top: 50%;
  left: 50%;
  transition: background-color 0.3s ease;
}
.cartPage-content-table table tbody tr td .quantity .minus:hover::after {
  background: #FFC21A;
}
.cartPage-content-table table tbody tr td .quantity .plus {
  position: relative;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.cartPage-content-table table tbody tr td .quantity .plus::after {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  height: 1px;
  width: 12px;
  background-color: #AAAAAA;
  top: 50%;
  left: 50%;
  transition: background-color 0.3s ease;
}
.cartPage-content-table table tbody tr td .quantity .plus::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #AAAAAA;
  height: 12px;
  width: 1px;
  transition: background-color 0.3s ease;
}
.cartPage-content-table table tbody tr td .quantity .plus:hover::after, .cartPage-content-table table tbody tr td .quantity .plus:hover::before {
  background: #FFC21A;
}
.cartPage-content-table table tbody tr td .availability {
  gap: 8px;
}
.cartPage-content-table table tbody tr td .availability-item {
  padding: 4px 8px;
  border-radius: 4px;
}
.cartPage-content-table table tbody tr td .availability-item.ok {
  background-color: rgba(34, 195, 142, 0.0980392157);
}
.cartPage-content-table table tbody tr td .availability-item.ok p span {
  color: #2EAF00;
}
.cartPage-content-table table tbody tr td .availability-item.empty {
  background-color: rgba(235, 51, 51, 0.0980392157);
}
.cartPage-content-table table tbody tr td .availability-item.empty p span {
  color: #EB3333;
}
.cartPage-content-table table tbody tr td .availability-item p {
  margin-bottom: 0;
  color: #F4F5F7;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.cartPage-content-info > div {
  padding: 30px 20px;
  gap: 30px;
  border-radius: 4px;
  border: 1px solid var(--border, rgba(0, 65, 102, 0.2));
  background: #181B1F;
}
.cartPage-content-info > div > p {
  margin-bottom: 0;
  color: #F4F5F7;
  font-family: "Circe Rounded", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 110%;
}
.cartPage-content-info > div .prodSumm, .cartPage-content-info > div .totalSumm {
  gap: 20px;
}
.cartPage-content-info > div .prodSumm span:first-of-type, .cartPage-content-info > div .totalSumm span:first-of-type {
  color: #F4F5F7;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
.cartPage-content-info > div .prodSumm span:last-of-type {
  color: #F4F5F7;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
.cartPage-content-info > div .totalSumm span:last-of-type {
  color: #F4F5F7;
  font-family: "Circe Rounded", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
}

footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #373737;
  gap: 20px;
}
footer .footer .logo {
  width: 137px;
}
footer .footer-second div a {
  color: #A6B1B8;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
footer .footer-upper {
  display: grid;
  column-gap: 30px;
  row-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}
footer .footer-upper-el .header {
  color: #fff;
  padding-bottom: 10px;
  border-bottom: 1px solid #A6B1B8;
  font-family: "Circe Rounded", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}
footer .footer-upper-el .list {
  padding-top: 10px;
  gap: 10px;
}
footer .footer-upper-el .list a {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.catalogPopUp, .searchPopUp {
  position: fixed;
  top: calc(100% + 1px);
  left: 0;
  width: 100%;
  min-width: 450px;
  overflow-y: auto;
  background-color: #181B1F;
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 14px 24px 0 rgba(0, 32, 51, 0.12);
  padding: 10px 0;
  transition: opacity 0.3s ease;
}
.catalogPopUp.active, .searchPopUp.active {
  opacity: 1;
  pointer-events: auto;
}
.catalogPopUp .closer, .searchPopUp .closer {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1;
}
.catalogPopUp .closer::after, .catalogPopUp .closer::before, .searchPopUp .closer::after, .searchPopUp .closer::before {
  position: absolute;
  content: "";
  background-color: #A6B1B8;
  width: 14px;
  height: 2px;
  border-radius: 20px;
}
.catalogPopUp .closer::after, .searchPopUp .closer::after {
  transform: rotate(45deg);
}
.catalogPopUp .closer::before, .searchPopUp .closer::before {
  transform: rotate(-45deg);
}

.catalogPopUp {
  max-width: 75vw;
  padding: 0;
}
.catalogPopUp-mainCategories {
  height: auto;
  overflow-y: auto;
  border-right: 1px solid #EDEDED;
  padding: 20px 0;
}
.catalogPopUp-mainCategories-el {
  padding: 7.5px 20px 7.5px 18px;
  gap: 15px;
  border-left: 2px solid transparent;
}
.catalogPopUp-mainCategories-el .photo {
  width: 24px;
  height: 24px;
}
.catalogPopUp-mainCategories-el .photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.catalogPopUp-mainCategories-el .name p {
  color: #F4F5F7;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 0;
}
.catalogPopUp-mainCategories-el.active {
  border-left: 2px solid #FFC21A;
}
.catalogPopUp-mainCategories-el.active .name p {
  color: #FFC21A;
}
.catalogPopUp-subCategory {
  height: auto;
  padding: 20px;
  overflow-y: auto;
  gap: 12px;
}
.catalogPopUp-subCategory .name {
  color: #F4F5F7;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 0;
}
.catalogPopUp-subCategoryList {
  row-gap: 8px;
}
.catalogPopUp-subCategoryList-el p {
  color: #F4F5F7;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 0;
}

.searchPopUp .searchNotEnought {
  padding: 0 10px;
}
.searchPopUp .searchSwitcher {
  padding: 0 20px 8px;
}
.searchPopUp .searchSwitcher > span, .searchPopUp .searchSwitcher-el {
  color: #F4F5F7;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
}
.searchPopUp .searchSwitcher-el {
  padding: 4px 12px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1803921569);
  cursor: pointer;
}
.searchPopUp .searchSwitcher-el.active {
  border: 1px solid #FFC21A;
  cursor: default;
}
.searchPopUp .searchPhrases {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1215686275);
  padding: 8px 0;
}
.searchPopUp .searchPhrases-el {
  column-gap: 15px;
  padding: 8px 20px;
  cursor: pointer;
  color: #A6B1B8;
}
.searchPopUp .searchPhrases-el:hover {
  background-color: rgba(255, 255, 255, 0.0509803922);
}
.searchPopUp .searchPhrases-el p {
  color: #F4F5F7;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 0;
}
.searchPopUp .searchProducts {
  padding: 8px 0;
}
.searchPopUp .searchProducts-header {
  padding: 8px 20px;
  column-gap: 20px;
}
.searchPopUp .searchProducts-header span {
  color: #F4F5F7;
  font-family: "Circe Rounded", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 120%;
}
.searchPopUp .searchProducts-header div {
  color: #FFC21A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding: 4px 0;
  cursor: pointer;
}
.searchPopUp .searchProducts-prods .prod {
  column-gap: 15px;
  cursor: pointer;
  padding: 6px 20px;
}
.searchPopUp .searchProducts-prods .prod:hover {
  background-color: rgba(255, 255, 255, 0.0509803922);
}
.searchPopUp .searchProducts-prods .prod-img {
  max-width: 30px;
  height: 30px;
  width: 100%;
  flex: 0 0 30px;
  background-color: #fff;
  overflow: hidden;
}
.searchPopUp .searchProducts-prods .prod-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.searchPopUp .searchProducts-prods .prod-desc {
  row-gap: 4px;
  max-width: 350px;
}
.searchPopUp .searchProducts-prods .prod-desc .name {
  overflow: hidden;
  color: #F4F5F7;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  text-overflow: ellipsis;
  max-height: 40px;
  text-decoration: none;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.searchPopUp .searchProducts-prods .prod-desc .article {
  color: #A6B1B8;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 0;
}
.searchPopUp .searchCategories {
  padding: 8px 0;
}
.searchPopUp .searchCategories-header {
  padding: 8px 20px;
  column-gap: 20px;
}
.searchPopUp .searchCategories-header span {
  color: #F4F5F7;
  font-family: "Circe Rounded", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 120%;
}
.searchPopUp .searchCategories-header div {
  color: #FFC21A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding: 4px 0;
  cursor: pointer;
}
.searchPopUp .searchCategories-cats .category {
  column-gap: 15px;
  cursor: pointer;
  padding: 6px 20px;
}
.searchPopUp .searchCategories-cats .category:hover {
  background-color: rgba(255, 255, 255, 0.0509803922);
}
.searchPopUp .searchCategories-cats .category-img {
  max-width: 30px;
  height: 30px;
  width: 100%;
}
.searchPopUp .searchCategories-cats .category-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.searchPopUp .searchCategories-cats .category-desc .name {
  overflow: hidden;
  color: #F4F5F7;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  text-overflow: ellipsis;
  max-height: 40px;
  text-decoration: none;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.searchPopUp .searchCategories-cats .category-desc .type {
  color: #A6B1B8;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 0;
}

.searchHeaderOverlay, .catalogHeaderOverlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2470588235);
  z-index: 95;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.searchHeaderOverlay.active, .catalogHeaderOverlay.active {
  opacity: 1;
  pointer-events: auto;
}

.searchPage {
  background-color: #181B1F;
  padding: 60px 0 140px 0;
}
.searchPage-content {
  gap: 40px;
}

.categories {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
.categories a {
  text-decoration: none;
}
.categories-el {
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1215686275);
  background: #181B1F;
  padding: 10px 14px;
  gap: 15px;
  height: 100%;
}
.categories-el .photo {
  min-width: 40px;
  min-height: 40px;
  max-width: 40px;
  max-height: 40px;
}
.categories-el .photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.categories-el .desc {
  padding-top: 6px;
}
.categories-el .desc .name {
  margin-bottom: 0;
  color: #F4F5F7;
  font-family: "Circe Rounded", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

.BottomNavigation {
  border-top: 1px solid rgba(255, 255, 255, 0.1215686275);
  background: #181B1F;
  padding-top: 10px;
  padding-bottom: 10px;
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 90;
}
.BottomNavigation > div {
  column-gap: 5px;
}
.BottomNavigation > div a {
  text-decoration: none;
}
.BottomNavigation-el {
  row-gap: 5px;
  filter: saturate(0) opacity(0.73);
}
.BottomNavigation-el.active {
  filter: unset;
}
.BottomNavigation-el .img img {
  width: 20px;
  height: 20px;
}
.BottomNavigation-el .name span {
  color: #FFC21A;
  font-size: 11px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 0;
}

.categoryEditPage {
  padding: 40px 0 90px;
}
.categoryEditPage-content {
  row-gap: 30px;
}
.categoryEditPage-content .breadcrumbs {
  padding-bottom: 0;
}
.categoryEditPage-content .line {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1215686275);
}
.categoryEditPage-content .editHeader {
  column-gap: 60px;
  row-gap: 20px;
}
.categoryEditPage-content .editHeader-inputText {
  min-width: 280px;
  max-width: 385px;
  width: 40%;
}
.categoryEditPage-content .editHeader-switcher {
  row-gap: 18px;
}
.categoryEditPage-content .editHeader-switcher .label {
  color: #A6B1B8;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 0;
}
.categoryEditPage-content .editBody-tabsContents .synonyms, .categoryEditPage-content .editBody-tabsContents .characters, .categoryEditPage-content .editBody-tabsContents .photo {
  padding: 30px 0;
}
.categoryEditPage-content .editBody-tabsContents .synonyms-input {
  width: 100%;
  max-width: 550px;
}
.categoryEditPage-content .editBody-tabsContents .photo-preview {
  width: 180px;
  height: 180px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1215686275);
}
.categoryEditPage-content .editBody-tabsContents .photo-preview img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.characterEditPage {
  padding: 40px 0 90px;
}
.characterEditPage-content {
  row-gap: 30px;
  max-width: 375px;
}
.characterEditPage-content .switcher {
  row-gap: 18px;
}
.characterEditPage-content .switcher .label {
  color: #A6B1B8;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 0;
}

@media (min-width: 992px) and (max-width: 1440px) {
  .categories {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .productPage .complement-header h2 {
    font-size: 24px;
  }
  .productPage .complement-header p {
    font-size: 14px;
  }
  .productPage .complement-wrap {
    gap: 20px;
  }
  .productPage .complement-content {
    column-gap: 20px;
  }
  .productPage .complement-content .prods-plus {
    padding: 1px;
  }
  .productPage .complement-content .total > div {
    gap: 20px;
  }
  .catalog-categories {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
  }
  .catalog-categories-el {
    border: 1px solid rgba(255, 255, 255, 0.1215686275);
    background-color: #181B1F;
    border-radius: 4px;
    padding: 20px 14px;
    gap: 14px;
    text-decoration: none;
  }
  .catalog-categories-el img {
    max-width: 70px;
    max-height: 70px;
    height: 100%;
    width: 100%;
  }
  .catalog-categories-el p {
    margin-bottom: 0;
    font-family: "Circe Rounded", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-decoration: none;
    color: #F4F5F7;
  }
  .catalog-products {
    gap: 20px;
  }
  .catalog-productsGrid {
    row-gap: 30px;
    column-gap: 20px;
  }
  .catalog-productsGrid-el {
    padding: 20px 14px;
    gap: 16px;
  }
  .catalog-productsGrid-el .descWrap {
    gap: 16px;
  }
  .catalog-productsGrid-el-desc h5 {
    color: #F4F5F7;
    text-overflow: ellipsis;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    max-height: 69px;
    text-decoration: none;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .catalog-productsGrid-el-desc .prices {
    gap: 8px;
  }
  .catalog-productsGrid-el-desc .prices .prod-price, .catalog-productsGrid-el-desc .prices .prod-altPrice {
    gap: 8px;
  }
  .catalog-productsGrid-el-desc .prices .prod-price p, .catalog-productsGrid-el-desc .prices .prod-altPrice p {
    color: #A6B1B8;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 0;
  }
  .catalog-productsGrid-el-desc .prices .prod-price span {
    font-size: 18px;
    line-height: 120%;
  }
  .catalog-productsGrid-el .favoriteAddTo, .catalog-productsGrid-el .favoriteIn {
    padding-left: 16px;
    padding-right: 16px;
  }
  .catalog-productsList {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .catalog-productsList table {
    border-spacing: 0 10px;
    border-collapse: separate;
  }
  .catalog-productsList table tr {
    border-radius: 4px;
    outline: 1px solid rgba(255, 255, 255, 0.1215686275);
    background-color: #181B1F;
  }
  .catalog-productsList table tr td {
    padding: 20px 5px;
  }
  .catalog-productsList table tr td:first-of-type {
    padding-left: 10px;
  }
  .catalog-productsList table tr td:last-of-type {
    padding-right: 10px;
  }
  .catalog-productsList-el .text {
    row-gap: 8px;
  }
  .catalog-productsList-el .text .name {
    color: #F4F5F7;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 0;
    max-width: 300px;
  }
  .catalog-productsList-el .text .article {
    color: #A6B1B8;
    font-size: 14px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 0;
  }
  .catalog-productsList-el .prices {
    gap: 8px;
  }
  .catalog-productsList-el .prices .prod-price, .catalog-productsList-el .prices .prod-altPrice {
    gap: 8px;
  }
  .catalog-productsList-el .prices .prod-price p, .catalog-productsList-el .prices .prod-altPrice p {
    color: #A6B1B8;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 0;
  }
  .catalog-productsList-el .prices .prod-price span {
    color: #F4F5F7;
    font-family: "Circe Rounded", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 110%;
    margin-bottom: 0;
  }
  .catalog-productsList-el .prices .prod-altPrice {
    padding: 8px;
    border-radius: 4px;
    background: #20242A;
  }
  .catalog-productsList-el .prices .prod-altPrice span {
    color: #F4F5F7;
    font-family: "Circe Rounded", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 0;
  }
  .catalog-productsList-el .favoriteAddTo, .catalog-productsList-el .favoriteIn {
    padding-left: 16px;
    padding-right: 16px;
  }
  .catalog-productsList-el .availability {
    gap: 8px;
  }
  .catalog-productsList-el .availability-item {
    padding: 4px 8px;
    border-radius: 4px;
  }
  .catalog-productsList-el .availability-item.ok {
    background-color: rgba(34, 195, 142, 0.0980392157);
  }
  .catalog-productsList-el .availability-item.ok p span {
    color: #2EAF00;
  }
  .catalog-productsList-el .availability-item.empty {
    background-color: rgba(235, 51, 51, 0.0980392157);
  }
  .catalog-productsList-el .availability-item.empty p span {
    color: #EB3333;
  }
  .catalog-productsList-el .availability-item p {
    margin-bottom: 0;
    color: #F4F5F7;
    font-size: 14px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .categories {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .catalog-categories {
    gap: 15px;
  }
  .catalog-categories-el {
    padding: 10px;
    gap: 10px;
  }
  .catalog-categories-el p {
    font-size: 16px;
  }
  .catalog-productsGrid {
    row-gap: 30px;
    column-gap: 20px;
  }
  .catalog-productsGrid-el-desc .prices .prod-price, .catalog-productsGrid-el-desc .prices .prod-altPrice {
    gap: 8px;
  }
  .catalog-productsGrid-el-desc .prices .prod-price p, .catalog-productsGrid-el-desc .prices .prod-altPrice p {
    font-size: 12px;
  }
  .catalog-productsGrid-el-desc .prices .prod-price span {
    font-size: 18px;
    line-height: 120%;
  }
  .catalog-productsGrid-el .favoriteAddTo, .catalog-productsGrid-el .favoriteIn {
    padding-left: 16px;
    padding-right: 16px;
  }
  .catalog-productsList {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .catalog-productsList table {
    border-spacing: 0 10px;
    border-collapse: separate;
  }
  .catalog-productsList table tr {
    border-radius: 4px;
    outline: 1px solid rgba(255, 255, 255, 0.1215686275);
    background-color: #181B1F;
  }
  .catalog-productsList table tr td {
    padding: 20px 5px;
  }
  .catalog-productsList table tr td:first-of-type {
    padding-left: 10px;
  }
  .catalog-productsList table tr td:last-of-type {
    padding-right: 10px;
  }
  .catalog-productsList-el .text {
    row-gap: 8px;
  }
  .catalog-productsList-el .text .name {
    color: #F4F5F7;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 0;
    max-width: 300px;
  }
  .catalog-productsList-el .text .article {
    color: #A6B1B8;
    font-size: 14px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 0;
  }
  .catalog-productsList-el .prices {
    gap: 8px;
  }
  .catalog-productsList-el .prices .prod-price, .catalog-productsList-el .prices .prod-altPrice {
    gap: 8px;
  }
  .catalog-productsList-el .prices .prod-price p, .catalog-productsList-el .prices .prod-altPrice p {
    color: #A6B1B8;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 0;
  }
  .catalog-productsList-el .prices .prod-price span {
    color: #F4F5F7;
    font-family: "Circe Rounded", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 110%;
    margin-bottom: 0;
  }
  .catalog-productsList-el .prices .prod-altPrice {
    padding: 8px;
    border-radius: 4px;
    background: #20242A;
  }
  .catalog-productsList-el .prices .prod-altPrice span {
    color: #F4F5F7;
    font-family: "Circe Rounded", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 0;
  }
  .catalog-productsList-el .favoriteAddTo, .catalog-productsList-el .favoriteIn {
    padding-left: 16px;
    padding-right: 16px;
  }
  .catalog-productsList-el .availability {
    gap: 8px;
  }
  .catalog-productsList-el .availability-item {
    padding: 4px 8px;
    border-radius: 4px;
  }
  .catalog-productsList-el .availability-item.ok {
    background-color: rgba(34, 195, 142, 0.0980392157);
  }
  .catalog-productsList-el .availability-item.ok p span {
    color: #2EAF00;
  }
  .catalog-productsList-el .availability-item.empty {
    background-color: rgba(235, 51, 51, 0.0980392157);
  }
  .catalog-productsList-el .availability-item.empty p span {
    color: #EB3333;
  }
  .catalog-productsList-el .availability-item p {
    margin-bottom: 0;
    color: #F4F5F7;
    font-size: 14px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
  }
  .productPage-content .desc .prices .prod-price span {
    font-size: 24px;
  }
  .productPage-content .desc .prices .prod-price span.disabled {
    font-size: 18px;
  }
  .productPage .complement-wrap {
    gap: 20px;
    padding: 20px;
  }
  .productPage .complement-content {
    column-gap: 10px;
  }
  .productPage .complement-content .prods-plus {
    padding: 1px;
  }
  .productPage .complement-content .prods-plus img {
    width: 16px;
    height: 16px;
  }
  .productPage .complement-content .prods-el {
    padding: 10px 8px;
  }
  .productPage .complement-content .total {
    padding: 20px 10px;
  }
  .productPage .complement-content .total > div {
    gap: 20px;
  }
  .productPage .complement-content .total-header {
    font-size: 18px;
  }
  .productPage .complement-content .total-summ label, .productPage .complement-content .total-rrc label {
    font-size: 14px;
  }
  .productPage .complement-content .total-summ span {
    font-size: 24px;
  }
  .productPage .complement-content .total-rrc span {
    font-size: 18px;
  }
  .categoryPage-content .userInfo {
    margin-top: 30px;
    max-width: 250px;
    min-width: 240px;
  }
  .catalog-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
@media (max-width: 768px) {
  .sidebar-content.filter {
    gap: 20px;
    padding: 0;
    overflow-y: auto;
  }
  .sidebar-content.filter .filter-content {
    row-gap: 10px;
    padding: 0 10px 40px 10px;
  }
  .sidebar-content.menu .closer {
    width: 32px;
    height: 32px;
    top: 15px;
    right: 11px;
  }
  .sidebar-content.menu .closer::after, .sidebar-content.menu .closer::before {
    background-color: #FFC21A;
    width: 25px;
    height: 2px;
  }
  .sidebar-content.menu .logo img {
    width: 96px;
  }
  .sidebar-content.menu .menu-content {
    padding: 5px 10px 50px;
  }
  .sidebar-content.menu .menu-content .link, .sidebar-content.menu .menu-content .logout {
    gap: 8px;
    text-decoration: none;
    cursor: pointer;
  }
  .sidebar-content.menu .menu-content .link img, .sidebar-content.menu .menu-content .logout img {
    width: 16px;
    height: 16px;
  }
  .sidebar-content.menu .menu-content .link p, .sidebar-content.menu .menu-content .logout p {
    font-size: 18px;
  }
  .btn {
    font-size: 14px;
    padding: 9px 12px 6px;
  }
  .tabs-el p {
    font-size: 14px;
  }
  .tabs.vertical .tabs-el {
    padding: 8px 15px;
    gap: 5px;
  }
  .tabs.horizontal .tabs-el {
    padding: 8px 15px 8px 0;
    gap: 5px;
  }
  .ordersModalContent {
    padding: 20px 10px;
    gap: 10px;
    width: calc(100% - 10px);
    min-width: 300px;
  }
  .ordersModal .field label {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .ordersModal .field p {
    font-size: 14px;
  }
  .ordersModal .modalHeader {
    gap: 10px;
  }
  .ordersModal .modalHeader p {
    font-size: 18px;
  }
  .ordersModal .address, .ordersModal .userData, .ordersModal .bonuses {
    gap: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1215686275);
    padding-bottom: 20px;
  }
  .ordersModal .products, .ordersModal .bonuses {
    gap: 5px;
  }
  .ordersModal .products-label, .ordersModal .bonuses-label {
    font-size: 18px;
  }
  .ordersModal .products-header p {
    font-size: 18px;
  }
  .ordersModal .products table tbody tr td {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .ordersModal .products table tbody tr td .name p {
    font-size: 14px;
  }
  .ordersModal .products table tbody tr td .article p {
    font-size: 12px;
  }
  .ordersModal .products table tbody tr td .count p {
    font-size: 14px;
  }
  .ordersModal .products table tbody tr td .price p {
    font-size: 14px;
  }
  .ordersModal .bonuses-content {
    border-radius: 4px;
    background-color: #20242A;
    padding: 10px 12px;
  }
  .ordersModal .bonuses-content p {
    color: #F4F5F7;
    font-size: 18px;
    font-family: "Circe Rounded", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0.18px;
    margin-bottom: 0;
  }
  .ordersModal .bonuses-content span {
    color: #FFC21A;
    text-align: right;
    font-size: 18px;
    font-family: "Circe Rounded", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
  .ordersModal .total {
    gap: 10px;
  }
  .ordersModal .total .total-results label {
    color: #F4F5F7;
    font-size: 18px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 0;
  }
  .ordersModal .total .total-results p {
    color: #F4F5F7;
    text-align: right;
    font-size: 24px;
    font-family: "Circe Rounded", sans-serif;
    font-style: normal;
    font-weight: 400;
  }
  .submitModalContent {
    padding: 10px;
    gap: 15px;
    width: unset;
  }
  .submitModalContent .btns {
    gap: 10px;
  }
  .submitModal .modalHeader {
    font-size: 18px;
  }
  .submitModal .additionalText {
    font-size: 14px;
  }
  .ordersPage-empty {
    gap: 25px;
    padding: 50px;
    min-height: 300px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.1215686275);
  }
  .ordersPage-empty img {
    width: 44px;
    height: 44px;
  }
  .ordersPage-empty .mainText {
    color: #F4F5F7;
    font-family: "Circe Rounded", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 110%;
    margin-bottom: 0;
  }
  .ordersPage-empty .additionalText {
    color: #A6B1B8;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 0;
    max-width: 385px;
  }
  .ordersPage-empty .btn.btn-orange {
    padding: 15px 20px;
  }
  .ordersPage-content {
    gap: 30px;
  }
  .ordersPage-content .ordersTable table {
    border-collapse: separate;
    border-spacing: 0 10px;
  }
  .ordersPage-content .ordersTable table tbody tr {
    background-color: #181B1F;
    cursor: pointer;
  }
  .ordersPage-content .ordersTable table tbody tr td {
    padding-top: 10px;
    margin: 5px 0;
    padding-bottom: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.1215686275);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1215686275);
  }
  .ordersPage-content .ordersTable table tbody tr td:first-of-type {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ordersPage-content .ordersTable table tbody tr td:nth-of-type(3) {
    padding-right: 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.1215686275);
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
  }
  .ordersPage-content .ordersTable table tbody tr td .order {
    row-gap: 5px;
  }
  .ordersPage-content .ordersTable table tbody tr td .order-num {
    font-size: 16px;
  }
  .ordersPage-content .ordersTable table tbody tr td .order-date {
    font-size: 14px;
  }
  .searchPopUp {
    left: 0 !important;
    width: 100% !important;
    min-width: 280px;
  }
  .searchPopUp .searchSwitcher {
    padding: 8px 10px;
    row-gap: 8px;
  }
  .searchPopUp .searchSwitcher-el {
    padding: 5px;
  }
  .searchPopUp .searchPhrases {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1215686275);
    padding: 8px 0;
  }
  .searchPopUp .searchPhrases-el {
    column-gap: 15px;
    padding: 8px 10px;
    cursor: pointer;
    color: #A6B1B8;
  }
  .searchPopUp .searchPhrases-el:hover {
    background-color: rgba(255, 255, 255, 0.0509803922);
  }
  .searchPopUp .searchPhrases-el p {
    color: #F4F5F7;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 0;
  }
  .searchPopUp .searchProducts {
    padding: 8px 0;
  }
  .searchPopUp .searchProducts-header {
    padding: 8px 10px;
    column-gap: 20px;
  }
  .searchPopUp .searchProducts-header span {
    color: #F4F5F7;
    font-family: "Circe Rounded", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 120%;
  }
  .searchPopUp .searchProducts-header div {
    color: #FFC21A;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding: 4px 0;
    cursor: pointer;
  }
  .searchPopUp .searchProducts-prods .prod {
    column-gap: 15px;
    cursor: pointer;
    padding: 6px 10px;
  }
  .searchPopUp .searchProducts-prods .prod:hover {
    background-color: rgba(255, 255, 255, 0.0509803922);
  }
  .searchPopUp .searchProducts-prods .prod-img {
    max-width: 30px;
    height: 30px;
    width: 100%;
    flex: 0 0 30px;
    background-color: #fff;
    overflow: hidden;
  }
  .searchPopUp .searchProducts-prods .prod-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .searchPopUp .searchProducts-prods .prod-desc {
    row-gap: 4px;
    max-width: 350px;
  }
  .searchPopUp .searchProducts-prods .prod-desc .name {
    overflow: hidden;
    color: #F4F5F7;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    text-overflow: ellipsis;
    max-height: 40px;
    text-decoration: none;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .searchPopUp .searchProducts-prods .prod-desc .article {
    color: #A6B1B8;
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 0;
  }
  .searchPopUp .searchCategories {
    padding: 8px 0;
  }
  .searchPopUp .searchCategories-header {
    padding: 8px 10px;
    column-gap: 20px;
  }
  .searchPopUp .searchCategories-header span {
    color: #F4F5F7;
    font-family: "Circe Rounded", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 120%;
  }
  .searchPopUp .searchCategories-header div {
    color: #FFC21A;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding: 4px 0;
    cursor: pointer;
  }
  .searchPopUp .searchCategories-cats .category {
    column-gap: 15px;
    cursor: pointer;
    padding: 6px 10px;
  }
  .searchPopUp .searchCategories-cats .category:hover {
    background-color: rgba(255, 255, 255, 0.0509803922);
  }
  .searchPopUp .searchCategories-cats .category-img {
    max-width: 30px;
    height: 30px;
    width: 100%;
  }
  .searchPopUp .searchCategories-cats .category-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .searchPopUp .searchCategories-cats .category-desc .name {
    overflow: hidden;
    color: #F4F5F7;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    text-overflow: ellipsis;
    max-height: 40px;
    text-decoration: none;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .searchPopUp .searchCategories-cats .category-desc .type {
    color: #A6B1B8;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 0;
  }
  .categories {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .categories a {
    text-decoration: none;
  }
  .categories-el {
    padding: 4px 14px;
  }
  header {
    padding: 10px 0 12px;
  }
  header .header-logo img {
    width: 148px;
    height: 34px;
  }
  .productPage .complement {
    padding: 30px 0;
  }
  .productPage .complement-wrap {
    padding: 20px;
    gap: 20px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1215686275);
  }
  .productPage .complement-header h2 {
    font-size: 18px;
  }
  .productPage .complement-header p {
    font-size: 14px;
  }
  .productPage .complement-content {
    column-gap: 30px;
    row-gap: 20px;
  }
  .productPage .complement-content .prods-plus {
    padding: 5px;
  }
  .productPage .complement-content .prods-plus img {
    width: 16px;
    height: 16px;
  }
  .productPage .complement-content .prods-el {
    padding: 5px;
    border-radius: 4px;
    border: none;
    background-color: #181B1F;
    gap: 8px;
  }
  .productPage .complement-content .prods-el .photo img {
    width: 100%;
    max-width: 210px;
    height: unset;
    min-height: 60px;
    object-fit: cover;
  }
  .productPage .complement-content .total {
    padding: 20px;
    border-radius: 8px;
    width: 100%;
    max-width: unset;
    gap: 10px;
  }
  .productPage .complement-content .total > div {
    gap: 10px;
  }
  .productPage .complement-content .total-header {
    font-size: 18px;
  }
  .productPage .complement-content .total-summ, .productPage .complement-content .total-rrc {
    gap: 10px;
  }
  .productPage .complement-content .total-summ label, .productPage .complement-content .total-rrc label {
    font-size: 12px;
  }
  .productPage .complement-content .total-summ span {
    font-size: 18px;
  }
  .productPage .complement-content .total-rrc {
    padding: 6px 8px;
    border-radius: 4px;
    background-color: #20242A;
  }
  .productPage .complement-content .total-rrc span {
    font-size: 18px;
  }
  .profileModalContent {
    padding: 20px 10px;
    border-radius: 4px;
    background-color: #181B1F;
    position: relative;
    transform: translateY(-100px);
    transition: transform 0.3s ease;
    gap: 14px;
    min-width: 300px;
    width: calc(100% - 20px);
  }
  .profileModal-closer {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
  }
  .profileModal-closer img {
    width: 24px;
  }
  .profileModal-bckg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
    cursor: pointer;
  }
  .profileModal.active {
    user-select: auto;
    pointer-events: auto;
    opacity: 1;
  }
  .profileModal.active .profileModalContent {
    transform: translateY(0);
  }
  .profileModal .field label {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #A6B1B8;
    margin-bottom: 8px;
  }
  .profileModal .field p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #F4F5F7;
  }
  .profileModal .modalHeader {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 0;
    font-family: "Circe Rounded", sans-serif;
  }
  .profileModal .additionalText {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #A6B1B8;
    margin-bottom: 0;
  }
  .profileModal .phoneExample {
    background-color: #20242A;
    border-radius: 10px;
    padding: 10px;
    gap: 15px;
  }
  .profileModal .phoneExample p {
    color: #A6B1B8;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
  }
  .profileModal .phoneExample p span {
    color: #F4F5F7;
  }
  .profileModal .phoneExample img {
    height: 32px;
    width: 32px;
  }
  .profilePage .profile {
    padding: 20px 10px;
  }
  .profilePage .profile .companyName label {
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    font-family: "Inter", sans-serif;
    color: #A6B1B8;
    margin-bottom: 8px;
  }
  .profilePage .profile .companyName h2 {
    color: #F4F5F7;
    font-family: "Circe Rounded", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 0;
  }
  .profilePage .profile .field label {
    font-size: 14px;
    line-height: 140%;
  }
  .profilePage .profile .field p {
    font-size: 14px;
    font-weight: 400;
  }
  .profilePage .requisites {
    gap: 30px;
  }
  .profilePage .requisites .requisite {
    padding: 20px 30px;
    background-color: #181B1F;
    border-radius: 4px;
    gap: 15px;
  }
  .favoritesPage-empty, .cartPage-empty {
    gap: 25px;
    padding: 40px 20px;
  }
  .favoritesPage-empty .btn.btn-orange, .cartPage-empty .btn.btn-orange {
    padding: 10px 15px;
  }
  .authForm {
    padding: 30px 20px;
    row-gap: 20px;
    min-width: 300px;
    width: 100%;
  }
  .authForm h1 {
    font-size: 32px;
    font-weight: 400;
    line-height: 39px;
    color: #F4F5F7;
    margin-bottom: 0;
  }
  .authForm_btnGroup {
    row-gap: 10px;
  }
  .authForm_btnGroup .link {
    padding: 14.5px;
    color: #A6B1B8;
    text-decoration: none;
    font-family: "Circe Rounded", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.16px;
    text-transform: uppercase;
  }
  .authForm form {
    row-gap: 20px;
    margin-bottom: 0;
  }
  .authForm .phoneExample {
    background-color: #20242A;
    border-radius: 10px;
    padding: 10px;
    gap: 15px;
  }
  .authForm .phoneExample p {
    color: #A6B1B8;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
  }
  .authForm .phoneExample p span {
    color: #F4F5F7;
  }
  .authForm .phoneExample img {
    height: 32px;
    width: 32px;
  }
  .authBckg {
    padding: 50px 10px 10px 10px;
    row-gap: 50px;
  }
  .authBckg .logo {
    width: min(180px, 70vw);
    height: auto;
  }
  .productPage-content {
    gap: 40px;
  }
  .productPage-content .photo {
    max-width: 440px;
    max-height: 440px;
    width: unset;
    height: unset;
  }
  .productPage-content .desc {
    gap: 20px;
  }
  .productPage-content .desc .ability {
    gap: 8px;
  }
  .productPage-content .desc .ability div {
    gap: 20px;
  }
  .productPage-content .desc .ability div p {
    margin-bottom: 0;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    color: #F4F5F7;
  }
  .productPage-content .desc .ability div.disabled {
    filter: saturate(0) opacity(0.73);
  }
  .productPage-content .desc .prices {
    gap: 30px;
  }
  .productPage-content .desc .prices .prod-price p {
    white-space: nowrap;
  }
  .productPage-content .desc .prices .prod-price span {
    font-size: 24px;
  }
  .productPage-content .desc .prices .prod-price span.disabled {
    font-size: 18px;
  }
  .productPage-content .desc .prices .prod-altPrice span {
    font-size: 18px;
  }
  .productPage-content .desc .union-group-el {
    padding: 6px 8px;
  }
  .productPage-properties {
    gap: 30px;
  }
  .productPage-properties .description h2, .productPage-properties .availability h2, .productPage-properties .characteristics h2, .productPage-properties .similar h2, .productPage-properties .buyWithThis h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .productPage-properties .description p, .productPage-properties .availability p, .productPage-properties .availability-grid-item .name, .productPage-properties .availability-grid-item .val, .productPage-properties .characteristics .characteristics-el p {
    font-size: 14px;
  }
  .catalogPage {
    padding: 30px 0 60px 0;
  }
  .ordersPage, .profilePage, .favoritesPage, .categoryPage {
    padding: 30px 0 60px 0;
  }
  .ordersPage h1, .profilePage h1, .favoritesPage h1, .categoryPage h1 {
    font-size: 24px;
    font-weight: 400;
    line-height: 27px;
  }
  .catalog-categories {
    gap: 10px;
    grid-template-columns: 1fr;
  }
  .catalog-categories-el {
    padding: 8px;
    gap: 10px;
  }
  .catalog-categories-el p {
    font-size: 14px;
    text-align: center;
  }
  .catalog-productsGrid {
    gap: 10px;
    grid-template-columns: 1fr 1fr;
  }
  .catalog-productsGrid-el {
    gap: 8px;
    padding: 8px;
  }
  .catalog-productsGrid-el .descWrap {
    gap: 8px;
  }
  .catalog-productsGrid-el .prices .prod-altPrice {
    width: 100%;
  }
  .catalog-productsGrid-el .prices .prod-price {
    width: 100%;
  }
  .catalog-productsGrid-el .favoriteAddTo, .catalog-productsGrid-el .favoriteIn {
    padding: 7px !important;
  }
  .catalog-productsList-el {
    gap: 5px;
  }
  .catalog-productsList-el .photo {
    width: 70px;
    height: 70px;
  }
  .catalog-products .inner-sorter {
    margin-bottom: 25px;
  }
  .categoryPage-content .userInfo {
    margin-top: 0;
    max-width: unset;
    min-width: unset;
    width: 100%;
  }
}


.catalogClient-content {
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
}

.productRequestPrompt {
  width: 100%;
  margin: 28px 0 8px;
  padding: 20px 0;
  border-top: 1px solid #34383d;
  border-bottom: 1px solid #34383d;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.productRequestPrompt > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.productRequestPrompt b {
  color: #f5f6f7;
  font-size: 20px;
}
.productRequestPrompt span {
  color: #aeb4ba;
  font-size: 15px;
}
.productRequestPrompt .btn {
  flex: 0 0 auto;
  min-height: 44px;
}
.productRequestPrompt.compact {
  margin: 10px 0 0;
  padding: 16px 20px;
  border-bottom: 0;
  justify-content: center;
}
.productRequestPrompt.compact .btn {
  width: auto;
  min-width: 260px;
  max-width: 100%;
  padding-right: 22px;
  padding-left: 22px;
  border-radius: 6px;
  justify-content: center;
}

.productRequestModal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: none;
  padding: 20px;
}
.productRequestModal.active {
  display: flex;
}
.productRequestModal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.76);
}
.productRequestModal-content {
  position: relative;
  width: min(100%, 560px);
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  padding: 34px;
  border: 1px solid #363b40;
  border-radius: 8px;
  background: #171a1e;
  color: #f5f6f7;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.45);
}
.productRequestModal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  padding: 8px;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.productRequestModal-close img {
  width: 100%;
  height: 100%;
}
.productRequestModal h2 {
  margin: 0 44px 10px 0;
  font-size: 28px;
}
.productRequestModal-lead,
.productRequestModal-contact {
  color: #aeb4ba;
}
.productRequestModal-lead {
  margin: 0 0 24px;
  line-height: 1.5;
}
.productRequestModal form {
  display: flex;
  flex-direction: column;
}
.productRequestModal label {
  margin: 0 0 7px;
  color: #d9dde0;
  font-size: 14px;
  font-weight: 600;
}
.productRequestModal input,
.productRequestModal textarea {
  width: 100%;
  margin: 0 0 18px;
  padding: 12px 14px;
  border: 1px solid #43494f;
  border-radius: 4px;
  outline: none;
  background: #101317;
  color: #f5f6f7;
  font: inherit;
}
.productRequestModal input {
  min-height: 46px;
}
.productRequestModal textarea {
  min-height: 108px;
  resize: vertical;
}
.productRequestModal input:focus,
.productRequestModal textarea:focus {
  border-color: #ffc21a;
  box-shadow: 0 0 0 2px rgba(255, 194, 26, 0.15);
}
.productRequestModal-contact {
  margin: -3px 0 18px;
  font-size: 13px;
}
.productRequestModal-error {
  margin: 0 0 14px;
  color: #ff7b7b;
}
.productRequestModal .btn {
  justify-content: center;
  min-height: 46px;
}
.productRequestModal .btn:disabled {
  cursor: wait;
  opacity: 0.65;
}
.productRequestModal-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
}
.productRequestModal-successIcon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffc21a;
  color: #101317;
  font-size: 28px;
  font-weight: 700;
}
.productRequestModal-success h2,
.productRequestModal-success p {
  margin: 0;
}
.productRequestModal-success p {
  color: #aeb4ba;
}

.searchDemand {
  min-height: calc(100vh - 96px);
  padding: 68px 0 84px;
  color: #f4f5f6;
}
.searchDemand-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}
.searchDemand-header h1 {
  margin: 0 0 6px;
  font-size: 38px;
}
.searchDemand-header p {
  margin: 0;
  color: #9fa6ad;
}
.searchDemand select {
  min-height: 42px;
  padding: 0 38px 0 12px;
  border: 1px solid #3b4147;
  border-radius: 4px;
  background: #181c20;
  color: #f4f5f6;
}
.searchDemand-tabs {
  margin-top: 34px;
  display: flex;
  gap: 4px;
  overflow-x: auto;
  border-bottom: 1px solid #30353a;
}
.searchDemand-tabs button {
  min-height: 46px;
  padding: 0 18px;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: #aeb4ba;
  white-space: nowrap;
  cursor: pointer;
}
.searchDemand-tabs button.active {
  border-bottom-color: #ffc21a;
  color: #ffc21a;
}
.searchDemand-toolbar {
  margin-top: 24px;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) 220px;
  gap: 14px;
}
.searchDemand-toolbar .TextField-InputContainer {
  min-height: 44px;
  border-color: #3b4147;
  background: #181c20;
}
.searchDemand-loader {
  min-height: 440px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.searchDemand-error {
  margin-top: 20px;
  padding: 13px 16px;
  border-left: 3px solid #ff6b6b;
  background: #25191b;
  color: #ffb5b5;
}
.searchDemand-summary {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #34393e;
  border-bottom: 1px solid #34393e;
}
.searchDemand-summary > div {
  padding: 22px 24px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  border-right: 1px solid #34393e;
}
.searchDemand-summary > div:first-child {
  padding-left: 0;
}
.searchDemand-summary > div:last-child {
  border-right: 0;
}
.searchDemand-summary span {
  color: #9fa6ad;
  font-size: 14px;
}
.searchDemand-summary b {
  font-size: 30px;
}
.searchDemand-section {
  margin-top: 44px;
}
.searchDemand-section h2 {
  margin: 0 0 16px;
  font-size: 24px;
}
.searchDemand-tableWrap {
  margin-top: 26px;
  overflow-x: auto;
  border-top: 1px solid #34393e;
}
.searchDemand-section .searchDemand-tableWrap {
  margin-top: 0;
}
.searchDemand-tableWrap table {
  width: 100%;
  min-width: 780px;
  border-collapse: collapse;
}
.searchDemand-tableWrap th {
  padding: 13px 14px;
  color: #9fa6ad;
  font-size: 12px;
  text-align: left;
  text-transform: uppercase;
}
.searchDemand-tableWrap td {
  padding: 16px 14px;
  border-top: 1px solid #2e3338;
  color: #e5e8ea;
  vertical-align: top;
}
.searchDemand-tableWrap tbody tr:nth-child(odd) {
  background: #171a1e;
}
.searchDemand-tableWrap tbody tr:hover {
  background: #1d2125;
}
.searchDemand-tableWrap td:first-child,
.searchDemand-tableWrap th:first-child {
  padding-left: 0;
}
.searchDemand-contact {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.searchDemand-contact a {
  color: #f0f2f3;
}
.searchDemand-contact a:hover {
  color: #ffc21a;
}
.searchDemand-contact span,
.searchDemand-muted {
  color: #9fa6ad;
}
.searchDemand-zero {
  width: fit-content;
  margin-top: 7px;
  padding: 3px 7px;
  display: block;
  border: 1px solid #9b4e55;
  color: #ff9da5;
  font-size: 11px;
  text-transform: uppercase;
}
.searchDemand-comment {
  max-width: 520px;
  margin-top: 7px;
  display: block;
  color: #aeb4ba;
  line-height: 1.4;
}
.searchDemand-empty {
  min-height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9fa6ad;
}
.searchDemand-pagination {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
.searchDemand-pagination button {
  width: 40px;
  height: 40px;
  border: 1px solid #3b4147;
  border-radius: 4px;
  background: #181c20;
  color: #ffc21a;
  font-size: 24px;
}
.searchDemand-pagination button:disabled {
  color: #61676d;
}

@media (max-width: 767px) {
  .productRequestPrompt {
    align-items: stretch;
    flex-direction: column;
  }
  .productRequestPrompt .btn {
    width: 100%;
    justify-content: center;
  }
  .productRequestModal {
    padding: 12px;
  }
  .productRequestModal-content {
    max-height: calc(100vh - 24px);
    padding: 28px 20px 22px;
  }
  .productRequestModal h2 {
    font-size: 24px;
  }
  .searchDemand {
    padding: 36px 0 60px;
  }
  .searchDemand-header {
    align-items: stretch;
    flex-direction: column;
  }
  .searchDemand-header h1 {
    max-width: 100%;
    font-size: 28px;
    line-height: 1.2;
    overflow-wrap: anywhere;
  }
  .searchDemand-header p {
    line-height: 1.45;
  }
  .searchDemand-header select {
    width: 100%;
  }
  .searchDemand-tabs {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow-x: visible;
  }
  .searchDemand-tabs button {
    width: 100%;
    padding: 0 8px;
    white-space: normal;
  }
  .searchDemand-toolbar {
    grid-template-columns: 1fr;
  }
  .searchDemand-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .searchDemand-summary > div,
  .searchDemand-summary > div:first-child {
    padding: 18px 12px;
    border-bottom: 1px solid #34393e;
  }
  .searchDemand-summary > div:nth-child(2) {
    border-right: 0;
  }
  .searchDemand-summary > div:nth-last-child(-n+2) {
    border-bottom: 0;
  }
  .searchDemand-summary b {
    font-size: 24px;
  }
}
