html {
  background: #ffffff;
  overflow-x: hidden;
}

body {
  position: relative;
  /*display: flex;*/
  /*flex-direction: column;*/
  /*min-height: 100vh;*/
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
}

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

.categories {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  flex: 2;
  flex-basis: 60%;
  position: relative;
}

.top-logo img {
  width: auto;
  height: 40px;
}

.top-logo {
  text-align: center;
  padding-top: 30px;
}

.top-bar__devider {
  content: "";
  display: block;
  height: 2rem;
  width: 100vw;
  padding: 0;
  margin: 0;
  /*margin-top: -.5rem;*/
  /*margin-bottom: -.6rem;*/
  z-index: 1;
  background: url("/assets/img/bottom-pat.svg") center / cover no-repeat;
  transform: rotate(180deg);
}

.footer__devider {
  content: "";
  display: block;
  height: 2rem;
  width: 100vw;
  padding: 0;
  margin: 0;
  /*margin-top: -.5rem;*/
  /*margin-bottom: -.6rem;*/
  transform: rotate(0deg);
  z-index: 1;
  background: url("/assets/img/devider-pat.png") center / cover no-repeat;
}

.bottom-pat {
  height: 3rem;
  width: 100vw;
  background: url("/assets/img/bottom-pat.svg") center / contain no-repeat;
}

.menu {
  padding: 0;
  list-style: none;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
}

@media (min-width: 320px) {
  .menu {
    width: 320px;
    height: 320px;
    padding: 0;
  }
}

@media (min-width: 576px) {
  .menu {
    width: 550px;
    height: 550px;
    padding: 0;
  }
}

@media all and (min-width: 700px) {
  .menu {
    width: 600px;
    height: 600px;
    padding: 0;
  }
}

.menu li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: url(#sector);
  clip-path: url(#sector);
  /*clip-path: polygon(50% 50%, 100% 50%, 75% 6.6%);*/
}

.menu li a {
  display: block;
  width: 100%;
  height: 100%;
}

.menu li a:hover {
  transform: scale(1.1);
  transition: all .4s linear;
}

.menu__item {
  background-color: #fff;
}

.one {
  background-color: #faa461;
  transform: rotate(60deg);
}

.one img {
  transform: rotate(-60deg);
  object-fit: contain;
}

.two {
  background-color: #faa461;
  transform: rotate(0deg);
}

.two img {
  transform: rotate(0deg);
}

.three {
  background-color: #faa461;
  transform: rotate(-60deg);
}

.three img {
  transform: rotate(60deg);
}

.four {
  background-color: #faa461;
  transform: rotate(-120deg);
}

.four img {
  transform: rotate(120deg);
}

.five {
  background-color: #faa461;
  transform: rotate(-180deg);
}

.five img {
  transform: rotate(180deg);
}

.six {
  background-color: #faa461;
  transform: rotate(-240deg);
}

.six img {
  transform: rotate(240deg);
}

.menu__image {
  transform: rotate(0deg);
  width: 100%;
  height: auto;
  object-fit: contain;
}

.contacts__txt {
  text-align: center;
  font-size: .9rem;
}

path {
  stroke: black !important;
  stroke-width: 4;
}

.circle {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: relative;
}

.section-categories {
}

.footer {
}

.nav-item a {
  text-decoration: none;
  color: #ff6b03;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.2rem;
  display: inline;
  border-radius: .5rem;
}

.nav-item a:hover {
  color: #ffa112;
}

.nav-item {
  display: block;
  text-align: center;
}

.categories__center-link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50.6%;
  left: 49.61%;
  transform: translate(-50%, -50%);
  width: 6.7rem;
  height: 6.7rem;
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 50%;
  font-weight: 800;
  font-size: 1.2rem;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}

.categories__center-link:hover {
  transition: all .4s linear;
}

.top-bar__logo img {
  height: 60px;
  padding: .2rem .5rem;
}

.top-bar {
  background: #000000;
  z-index: 3;
  padding: 1rem;
  color: #ff6b03;
}

.top-bar__logo {
  display: block;
  flex-basis: 30%;
}

.top-bar__title {
  font-style: italic;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  margin: 0;
}

@media (min-width: 992px) {
  .top-bar__title {
    display: block;
    font-size: 1.7rem;
    text-align: center;
    width: 100%;
  }
}

.top-bar__title span {
  font-style: italic;
  font-weight: 400;
}

.brand {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}

.top-bar__heading {
  padding: 0;
  flex-basis: 40%;
}

.top-bar__block h3 {
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  font-size: 1.2rem;
}

.top-bar__block h2 {
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  font-size: 1.5rem;
}

.-left h3:nth-child(2) {
  /*margin-top: 1rem;*/
}

@media (min-width: 1200px) {
  .top-bar {
    padding: 2rem;
  }
}

.wrapper {
  background: url("/assets/img/wrapper-bg.webp") center / cover no-repeat;
  margin: 0;
  padding: 2rem;
}

.site-footer__widgets {
  padding: 2rem 0;
}

.top-bar__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  /*margin-top: 1rem;*/
}

.-right {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.top-bar__block {
  margin: 0;
}

.top-bar__block__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.site-footer__list {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: .7rem;
  font-weight: 600;
}

.list-icon {
  margin-right: .5rem;
}

.site-footer__widget h3 {
  margin: 0;
  margin-bottom: .5rem;
}

.nav {
  height: auto;
  gap: 1rem;
}

@media (min-width: 992px) {
  .nav {
    height: 15rem;
  }
}

.nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex-basis: 20%;
}

@media (min-width: 768px) {
  .main__center {
    display: block;
  }
}

@media (min-width: 992px) {
  .main__center {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 2rem;
  }
}

@media (max-width: 768px) {
  .nav-item {
    margin-bottom: 2rem;
  }
}

.-unlist {
  margin: 0;
  list-style: none;
  padding: 0;
}

.-unlist li {
  margin: 0;
  list-style: none;
  padding: 0;
  text-decoration: none;
}

.main {
  padding: 20px;
  padding-bottom: 100px;
}

.breadcrumbs_container {
  margin: 50px 0;
  width: 100%;
}

.breadcrumb-item a {
  text-decoration: none;
  color: inherit;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

@media (min-width: 300px) {
  .page-content__title {
    font-size: 1.5rem;
    text-transform: uppercase;
    text-align: center;
    margin: 4rem 0;
    font-weight: 800;
  }
}

@media (min-width: 768px) {
  .page-content__title {
    font-size: 2rem;
    text-transform: uppercase;
    text-align: center;
    margin: 4rem 0;
  }
}

@media (min-width: 992px) {
  .page-content__title {
    font-size: 3rem;
    text-transform: uppercase;
    text-align: center;
    margin: 4rem 0;
    font-weight: 800;
  }
}

.products {
  margin: 0;
  padding: 0;
}

.products__item {
  background: #f3f3f3;
  display: flex;
  flex-direction: column;
  color: #444444;
  padding: 2rem;
}

.products__img {
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.products__descr li {
  margin-top: .5rem;
}

.btn-group {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  gap: 1rem;
}

.btn {
  padding: .5rem;
  border: 2px solid #ff7b07;
  border-radius: 2rem !important;
  font-size: 1.5rem;
  cursor: pointer;
}

.btn-primary:hover {
  border: 2px solid #ff7b07;
  color: #fff;
  background: #ff7b07;
  opacity: .8;
}

.btn-outline {
  background: transparent;
  color: #ff7b07;
}

.btn-outline:hover {
  background: #ff7b07;
  color: #ffffff;
}

.container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1460px;
}

.btn-primary {
  color: #fff;
  background: #ff7b07;
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn.dropdown-toggle-split:first-child, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:not(:first-child), .btn-group > :not(.btn-check:first-child) + .btn {
  margin-left: 0;
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
  color: var(--bs-btn-active-color);
  background-color: #ff7b07;
  border-color: #ff7b07;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

.site-footer__widget img {
  /*flex-basis: 20%;*/
  width: 30%;
  /*height: auto;*/
  aspect-ratio: 4/3;
}

.site-footer__widget {
  display: flex;
  gap: 10px;
  align-items: center;
}

.site-footer__widget h6 {
  font-size: .8rem;
  font-weight: 600;
}

.site-footer__contacts {
  flex-basis: 100%;
}

.go-back:hover {
  color: #ffa112;
}

.go-back {
  font-size: 2rem;
  line-height: 1;
  color: inherit;
  margin: 0;
  padding: 0;
}

.page-content {
  margin: 0;
  padding: 0;
}

a:hover {
  color: #ffa112;
}

a {
  color: #000000;
  text-decoration: none;
}

.modal {
  --bs-modal-width: 900px;
}

.modal__product-table th {
  font-size: 1.2rem;
  color: #ff7b07;
}

.modal__product-table {
  /*margin-bottom: 1rem;*/
}

.modal-header {
  background: #f2f2f2;
}

.modal-title {
  color: #000;
}

.t-cell_right {
  text-align: right;
}

.t-cell_left {
  text-align: left;
}

.modal__product-image {
  background: #f2f2f2;
  margin-bottom: 1rem;
}

.modal-footer {
  text-align: left;
  justify-content: start;
  background-color: #f2f2f2;
  color: #000;
  font-size: .77rem;
}

@media (min-width: 300px) {
  .modal-body > .row {
    --bs-gutter-y: 1.5rem;
  }
}

.products__item h2 {
  font-size: 1.7rem;
  font-weight: 600;
}

.modal-footer a:hover {
  color: #ff7b07;
}

.modal-footer a {
  font-size: 1.4rem;
  line-height: 1em;
  color: #ffa112;
  text-decoration: underline;
}

.modal-footer a .icon {
  font-size: 1.4rem;
  margin-right: .5rem;
  line-height: 1em;
}

#modal-request {
  --bs-modal-width: 500px;
}

/* ===== MAX CHAT WIDGET ===== */

#chatButton {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #ff7a00;
  color: white;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  cursor: pointer;
  box-shadow: 0 5px 20px rgba(0,0,0,0.5);
  z-index: 9999;
  transition: transform 0.3s;
}

#chatButton:hover {
  transform: scale(1.1);
}

/* бейдж */
.badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background: red;
  color: white;
  font-size: 12px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: bounce 1s infinite;
}

@keyframes bounce {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}

/* пульс */
.pulse {
  position: absolute;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: rgba(255,122,0,0.5);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% { transform: scale(1); opacity: 0.7; }
  70% { transform: scale(1.6); opacity: 0; }
  100% { opacity: 0; }
}

/* popup */
#popup {
  display: none;
  position: fixed;
  bottom: 95px;
  right: 20px;
  width: 300px;
  border-radius: 15px;
  overflow: hidden;
  font-family: Arial, sans-serif;
  box-shadow: 0 8px 30px rgba(0,0,0,0.6);
  z-index: 9999;
}

.show {
  display: block !important;
  animation: slideUp 0.3s ease;
}

@keyframes slideUp {
  from { opacity: 0; transform: translateY(20px);}
  to { opacity: 1; transform: translateY(0);}
}

/* важно — чтобы не конфликтовало */
.max-header {
  background: #000;
  color: #ffaa00;
  padding: 12px;
  display: flex;
  gap: 10px;
}

.avatar {
  width: 40px;
  height: 40px;
  background: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ff7a00;
}

.avatar img {
  width: 75%;
}

.content {
  background: linear-gradient(135deg, #1a1a1a, #2b2b2b);
  color: white;
  padding: 15px;
  text-align: center;
}

.content button {
  background: #ff7a00;
  border: none;
  padding: 10px;
  border-radius: 8px;
  width: 100%;
  cursor: pointer;
}

.content button:hover {
  background: #ffaa00;
  color: black;
}

