@charset "UTF-8";
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins-light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins-semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 10px;
  background: white;
  overflow-x: hidden;
}
html.contrast {
  background: #000;
  color: #DDD133;
}
html.invert {
  filter: invert(1);
}
html.grayscale {
  filter: grayscale(1);
}
html.invert.grayscale {
  filter: invert(1) grayscale(1);
}
html.animation .aos-animate {
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
}
html.cursor {
  cursor: url("../img/accessibility/custom-cursor.png"), auto;
}
html.font-medium {
  font-size: 11px;
}
html.font-big {
  font-size: 12px;
}
html.spacing-medium {
  letter-spacing: 0.5px;
}
html.spacing-big {
  letter-spacing: 1px;
}

body {
  font-size: 1.4rem;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

li {
  list-style: none;
}

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

h1,
.h1 {
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1.2;
}

h2,
.h2 {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.2;
}

h3,
.h3 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

h4,
.h4 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.2;
}

.container {
  padding: 0 20px;
  margin: auto;
  max-width: 1400px;
}

button,
.btn {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  font-size: 1.4rem;
  border: none;
  background: transparent;
  height: 40px;
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: color 0.3s, background-color 0.3s, box-shadow 0.3s;
}
button svg,
button img,
.btn svg,
.btn img {
  width: 16px;
  height: 16px;
}

.btn-large {
  height: 48px;
}
.btn-large svg,
.btn-large img {
  width: 24px;
  height: 24px;
}

.btn-small {
  height: 32px;
}

.btn-primary {
  background: #6B7280;
  color: white;
}
.btn-primary:hover {
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1), 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.btn-primary:active {
  background: #4b5563;
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.btn-primary:disabled, .btn-primary.btn-disabled, .btn-primary.disabled {
  opacity: 0.3;
  box-shadow: none;
}
.btn-primary svg path {
  fill: white;
}
.btn-primary img {
  filter: brightness(0) invert(1);
}

.btn-secondary {
  background: white;
  color: black;
}
.btn-secondary:hover {
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1), 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.btn-secondary:active {
  background: #f9fafb;
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.btn-secondary:disabled, .btn-secondary.btn-disabled, .btn-secondary.disabled {
  opacity: 0.3;
  box-shadow: none;
}
.btn-secondary svg path {
  fill: black;
}
.btn-secondary img {
  filter: brightness(0);
}

.contrast .btn-primary {
  color: #000;
  background: #DDD133;
}
.contrast .btn-primary img {
  filter: brightness(0);
}
.contrast .btn-primary svg path {
  fill: #000;
}
.contrast .btn-secondary {
  color: #DDD133;
  background: #000;
}
.contrast .btn-secondary img {
  filter: brightness(0) invert(86%) sepia(70%) saturate(524%) hue-rotate(347deg) brightness(88%) contrast(96%);
}
.contrast .btn-secondary svg path {
  fill: #DDD133;
}

.visibility .btn {
  outline: 2px solid white;
}
.visibility .btn:hover {
  outline: 4px solid white;
}

input,
textarea,
select {
  height: 40px;
  border: 1px solid #e5e7eb;
  font-family: inherit;
  color: inherit;
  padding: 8px;
  width: 100%;
  resize: none;
}
input::placeholder,
textarea::placeholder,
select::placeholder {
  color: #d1d5db;
}
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: none;
  border-color: #6B7280;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button,
textarea::-webkit-outer-spin-button,
textarea::-webkit-inner-spin-button,
select::-webkit-outer-spin-button,
select::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.nav a {
  transition: color 0.3s;
}
.nav a:hover {
  color: #6B7280;
}
.nav-clients {
  display: flex;
  gap: 10px;
  padding: 10px 0;
  flex-wrap: wrap;
}
.nav-logo-container {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media only screen and (max-width: 992px) {
  .nav-logo-container {
    margin-right: 28px;
  }
}
.nav-logo {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.nav-logo-text {
  font-size: 26px;
  font-weight: 600;
}
.nav-top {
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-top-menu {
  display: none;
}
@media only screen and (max-width: 992px) {
  .nav-top-menu {
    display: flex;
  }
}
.nav-top-option {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .nav-top-option-text {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .nav-search {
    visibility: hidden;
  }
}
.nav-search-container {
  width: 350px;
  position: relative;
  transition: all 0.3s;
}
.nav-search-container.active {
  width: 80%;
}
.nav-search-container.active .nav-search {
  visibility: visible;
}
@media only screen and (max-width: 992px) {
  .nav-search-container.active .nav-search-icon {
    margin: 86px 20px;
  }
}
.nav-search-container.active .nav-search-close {
  display: block;
}
@media only screen and (max-width: 992px) {
  .nav-search-container.active .autocomplete-container {
    top: 133px;
    max-height: calc(100vh - 160px);
  }
}
@media only screen and (max-width: 992px) {
  .nav-search-container.active {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #d1d5db;
    inset: 0;
    margin: 0;
    z-index: 2;
    padding: 80px 20px;
  }
}
@media only screen and (max-width: 992px) {
  .nav-search-container {
    width: 32px;
    margin: 0 12px 0 auto;
  }
}
.nav-search-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  display: none;
}
.nav-search-close-line {
  position: absolute;
  background: white;
  height: 2px;
  border-radius: 99px;
  width: 100%;
  top: 11px;
}
.nav-search-close-line-1 {
  transform: rotate(45deg);
}
.nav-search-close-line-2 {
  transform: rotate(-45deg);
}
.nav-search-icon {
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  cursor: pointer;
}
@media only screen and (max-width: 992px) {
  .nav-search-icon {
    width: 24px;
    height: 24px;
  }
}
.nav-bottom {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .nav-bottom {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    position: fixed;
    z-index: 2;
    background: white;
    width: 100%;
    left: 0;
    height: 100%;
    gap: 24px;
    justify-content: flex-start;
    padding-left: 20px;
    overflow-y: auto;
    padding-bottom: 100px;
  }
}
.nav-bottom.open {
  display: flex;
}
.nav-link-container {
  padding: 8px 24px;
  font-size: 1.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 992px) {
  .nav-link-container {
    padding: 0;
    width: 100%;
    position: relative;
  }
}
.nav-arrow {
  display: none;
  transform: rotate(90deg);
}
.nav-arrow svg {
  height: 32px;
  width: 32px;
}
.nav-arrow.open {
  transform: rotate(-90deg);
}
@media only screen and (max-width: 992px) {
  .nav-arrow {
    display: block;
    position: absolute;
    right: 20px;
    top: -7px;
    cursor: pointer;
  }
}
.nav-submenu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px 26px;
}
@media only screen and (max-width: 992px) {
  .nav-submenu {
    grid-template-columns: 1fr;
  }
}
.nav-submenu-container {
  position: fixed;
  z-index: 2;
  width: 100%;
  left: 0;
  right: 0;
  top: 140px;
  padding: 24px 0;
  background: white;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
@media only screen and (max-width: 992px) {
  .nav-submenu-container {
    position: static;
    max-height: 0;
    padding: 0;
  }
}
.nav-submenu-container.open {
  visibility: visible;
  opacity: 1;
  max-height: 1000px;
  padding: 24px 0;
}
.nav-link-2 {
  font-size: 1.8rem;
  margin-bottom: 8px;
}
.nav-submenu-2 {
  display: flex;
  gap: 4px;
  flex-direction: column;
  font-size: 1.4rem;
  font-weight: 400;
}
.nav-user-logged {
  cursor: pointer;
}
.nav-user-logged-text {
  transition: color 0.3s;
}
.nav-user-logged-text:hover {
  color: #6B7280;
}
.nav-btn {
  display: none;
  width: 24px;
  height: 24px;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 992px) {
  .nav-btn {
    display: block;
  }
}
.nav-btn.open .nav-btn-line-1 {
  top: 11px;
  transform: rotate(45deg);
}
.nav-btn.open .nav-btn-line-2 {
  bottom: 11px;
  transform: rotate(-45deg);
}
.nav-btn-line {
  width: 100%;
  height: 2px;
  border-radius: 99px;
  background: #6B7280;
  position: absolute;
  transition: all 0.3s;
}
.nav-btn-line-1 {
  top: 7px;
}
.nav-btn-line-2 {
  bottom: 7px;
}

.user-dropdown {
  position: absolute;
  padding: 10px 15px;
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.15);
  background: white;
  top: 33px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.user-dropdown.open {
  visibility: visible;
  opacity: 1;
}

.contrast .nav-top-menu img {
  filter: brightness(0) invert(86%) sepia(70%) saturate(524%) hue-rotate(347deg) brightness(88%) contrast(96%);
}
.contrast .nav-logo {
  filter: brightness(0) invert(86%) sepia(70%) saturate(524%) hue-rotate(347deg) brightness(88%) contrast(96%);
}
.contrast .nav-bottom {
  background: #000;
}
.contrast .nav-submenu-container {
  background: #000;
}
.contrast .user-dropdown {
  background: #000;
}

.accessibility {
  padding: 6px 0;
  background: #475569;
  border-radius: 0px 0px 4px 0px;
  color: white;
  position: absolute;
  left: 48px;
  top: 0;
  font-size: 1.6rem;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.accessibility.active {
  visibility: visible;
  opacity: 1;
}
.accessibility-btn {
  padding: 10px;
  border-radius: 0px 0px 4px 0px;
  background: #475569;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.accessibility-item {
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition: all 0.3s;
}
.accessibility-item:hover {
  background: white;
  color: #475569;
}
.accessibility-item:hover .accessibility-item-icon path {
  fill: #475569;
}
.accessibility-item-icon {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.accessibility-item-icon svg {
  width: 32px;
  height: 32px;
  display: flex;
}
.accessibility-item-icon path {
  fill: white;
  transition: fill 0.3s;
}
.accessibility-fonts-container, .accessibility-spacings-container {
  padding: 12px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.accessibility-fonts, .accessibility-spacings {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  height: 42px;
  gap: 8px;
  padding: 0 12px;
}
.accessibility-font, .accessibility-spacing {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s;
}
.accessibility-font rect,
.accessibility-font path, .accessibility-spacing rect,
.accessibility-spacing path {
  fill: white;
  transition: fill 0.3s;
}
.accessibility-font:hover, .accessibility-font.active, .accessibility-spacing:hover, .accessibility-spacing.active {
  background: white;
  color: #475569;
}
.accessibility-font:hover rect,
.accessibility-font:hover path, .accessibility-font.active rect,
.accessibility-font.active path, .accessibility-spacing:hover rect,
.accessibility-spacing:hover path, .accessibility-spacing.active rect,
.accessibility-spacing.active path {
  fill: #475569;
}

.contrast .accessibility {
  background: #DDD133;
  color: #000;
}
.contrast .accessibility svg path, .contrast .accessibility rect {
  fill: #000;
}
.contrast .accessibility-btn {
  background: #DDD133;
}
.contrast .accessibility-btn svg path {
  fill: #000;
}

.contrast .accessibility-contrast,
.animation .accessibility-animation,
.visibility .accessibility-visibility,
.invert .accessibility-invert,
.grayscale .accessibility-grayscale,
.cursor .accessibility-cursor,
.read .accessibility-read {
  background: white;
  color: #475569;
}
.contrast .accessibility-contrast .accessibility-item-icon path,
.animation .accessibility-animation .accessibility-item-icon path,
.visibility .accessibility-visibility .accessibility-item-icon path,
.invert .accessibility-invert .accessibility-item-icon path,
.grayscale .accessibility-grayscale .accessibility-item-icon path,
.cursor .accessibility-cursor .accessibility-item-icon path,
.read .accessibility-read .accessibility-item-icon path {
  fill: #475569;
}

.btn-read {
  opacity: 0;
  visibility: hidden;
  height: 0;
  width: 0;
  overflow: hidden;
  transition: all 0.3s;
  margin-left: auto;
}

.read .btn-read {
  opacity: 1;
  visibility: visible;
  width: 48px;
  height: 40px;
}

.read .btn-read.active {
  animation: pulse 2s infinite;
}

.blog-page-main .block-text .btn-read,
.inspiration-page-content .block-text .btn-read {
  display: none;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.footer {
  background: #374151;
  padding: 60px 0 40px 0;
  margin-top: 80px;
  color: #e5e7eb;
}
.footer a {
  transition: color 0.3s;
}
.footer a:hover {
  color: #6B7280;
}
.footer-logo {
  width: 100px;
  height: 60px;
  object-fit: contain;
}
.footer-top {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 992px) {
  .footer-top {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
.footer-top-info-title {
  font-size: 1.6rem;
  font-weight: 500;
}
.footer-top-info-content {
  font-size: 1.8rem;
}
.footer-menu {
  display: flex;
  gap: 80px;
}
@media only screen and (max-width: 992px) {
  .footer-menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
.footer-menu-link {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 8px;
  display: block;
}
.footer-submenu-link {
  margin-bottom: 2px;
  display: block;
}
.footer-bottom {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.footer-socials {
  display: flex;
  gap: 24px;
  align-items: center;
}
.footer-socials svg path {
  transition: fill 0.3s;
}
.footer-socials svg path:hover {
  fill: #6B7280;
}

.contrast .footer {
  background: #DDD133;
  color: #000;
}
.contrast .footer-logo {
  filter: brightness(0);
}
.contrast .footer svg path {
  fill: #000;
}

.breadcrumbs-list {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding: 15px 0;
}
.breadcrumbs-item {
  font-size: 12px;
  display: flex;
  align-items: center;
}
.breadcrumbs-item.active {
  font-weight: 500;
  color: black;
}
.breadcrumbs-item svg {
  width: 12px;
  height: 12px;
}

.contrast .breadcrumbs-item.active {
  color: #DDD133;
}

.pagination {
  display: flex;
  list-style: none;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
.pagination-items {
  display: flex;
  gap: 8px;
}
.pagination-item {
  display: flex;
  width: 40px;
  height: 40px;
  padding: 10px;
  justify-content: center;
  align-items: center;
}
.pagination-item.active {
  border-radius: 4px;
  background: #6B7280;
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.pagination-link {
  font-weight: 600;
  font-size: 1.6rem;
}
.pagination-link.active {
  color: white;
}
.pagination-mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .pagination-mobile {
    display: block;
    width: 16px;
    height: 16px;
  }
}
.pagination-mobile svg {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .pagination-desktop {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .pagination-btn {
    padding: 0;
    width: 32px;
    height: 32px;
  }
}
.pagination-prev svg {
  transform: rotate(180deg);
}

.modal {
  position: fixed;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 24px;
  background: #fff;
  box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.1), 0px 20px 25px -5px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.modal.open {
  visibility: visible;
  opacity: 1;
  z-index: 3;
}
.modal-title {
  font-size: 2rem;
  font-weight: 500;
  padding-right: 30px;
}
.modal-text {
  margin: 16px 0;
  font-size: 1.2rem;
}
.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  height: 24px;
  width: 24px;
  cursor: pointer;
}
.modal-close::before, .modal-close::after {
  content: "";
  height: 2px;
  width: 100%;
  background: black;
  border-radius: 99px;
  position: absolute;
  top: 10px;
}
.modal-close::before {
  transform: rotate(45deg);
}
.modal-close::after {
  transform: rotate(-45deg);
}
.modal-overlay {
  position: fixed;
  z-index: 2;
  width: 100%;
  height: 100%;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.modal-overlay.open {
  visibility: visible;
  opacity: 1;
}

.modal-cookies {
  right: 20px;
  bottom: 20px;
  top: auto;
  left: auto;
  transform: none;
  max-width: 350px;
}
@media only screen and (max-width: 768px) {
  .modal-cookies {
    max-width: none;
    left: 20px;
  }
}
.modal-cookies-btn {
  width: 100%;
  margin-bottom: 8px;
}
.modal-cookies-link {
  color: #6B7280;
  text-align: center;
  width: 100%;
  display: block;
}

.filter-form-title {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 8px;
}
.filter-form input[type=number] {
  width: 60px;
  text-align: center;
}
.filter-form-content {
  display: flex;
  gap: 48px;
  padding: 5px 0 25px 0;
  flex-wrap: wrap;
}
.filter-form-range-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.filter-form-main-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.filter-form-inputs-row {
  padding: 0 16px;
  display: flex;
  gap: 24px;
  align-items: center;
}
.filter-form-row-label {
  display: flex;
  gap: 4px;
  align-items: center;
}
.filter-form-buttons {
  display: flex;
  justify-content: space-between;
}
.filter-form .checkbox-label {
  display: flex;
  gap: 8px;
  align-items: center;
}
.filter-form .checkbox-inputs-row {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.filter-form .checkbox-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.filter-form .checkbox-item.square {
  font-size: 1.4rem;
}
.filter-form .checkbox-item.square .checkmark {
  top: 2px;
  border-radius: 4px;
  border: 1px solid #d1d5db;
}
.filter-form .range-slider {
  background: #e5e7eb;
  height: 4px;
}
.filter-form .range-slider input {
  outline: none;
  padding: 0;
}
.filter-form .range-slider .range-slider__thumb {
  width: 20px;
  height: 20px;
  background: #6B7280;
  border: 1px solid #6B7280;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1019607843);
}
.filter-form .range-slider .range-slider__range {
  background: #6B7280;
}

.modal.cart {
  width: 100%;
  max-width: 900px;
}
.modal.cart .left {
  display: flex;
}
.modal.cart .modal-title {
  font-size: 24px;
  font-weight: 500;
}
.modal.cart .buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.modal.cart .product-details {
  display: flex;
  align-items: center;
  padding: 20px 45px 20px 5px;
  text-align: center;
  flex-wrap: wrap;
  gap: 20px;
}
.modal.cart .product-details .number,
.modal.cart .product-details .name {
  min-width: 20px;
  font-size: 18px;
  font-weight: 500;
}
.modal.cart .product-details .number {
  min-width: 20px;
  font-size: 18px;
  font-weight: 500;
}
.modal.cart .product-details .product-main {
  flex: 1 0 0;
  text-align: left;
  display: flex;
  gap: 5px;
  align-items: center;
  margin: 0;
}
.modal.cart .product-details .product-main-photo {
  width: 70px;
  height: 70px;
}
.modal.cart .product-details .product-main-photo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 4px;
}
.modal.cart .product-details .price,
.modal.cart .product-details .amount,
.modal.cart .product-details .total {
  width: 125px;
  font-size: 20px;
  font-weight: 600;
}
.modal.cart .product-details .amount-text {
  font-weight: 400;
}
.modal.cart .product-details .amount-mobie {
  display: none;
}
@media only screen and (max-width: 1260px) {
  .modal.cart .product-details {
    column-gap: 0;
    row-gap: 10px;
    padding: 20px 0;
    border-bottom: none;
  }
  .modal.cart .product-details .price {
    display: none;
  }
  .modal.cart .product-details .total,
  .modal.cart .product-details .amount {
    width: 50%;
  }
  .modal.cart .product-details .amount {
    text-align: left;
  }
  .modal.cart .product-details .total {
    text-align: right;
  }
  .modal.cart .product-details .product-main {
    flex: auto;
    width: 100%;
    justify-content: flex-start;
    flex-direction: row;
  }
  .modal.cart .product-details .product-main-photo {
    min-width: 70px;
  }
}

.modal-review .product {
  display: flex;
  gap: 5px;
  align-items: center;
}
.modal-review .product-photo {
  width: 70px;
  height: 70px;
}
.modal-review .product-photo img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  object-position: center;
}
.modal-review .product-title {
  font-size: 16px;
  font-weight: 500;
}
.modal-review input[type=radio] {
  display: none;
}
.modal-review .star-input {
  cursor: pointer;
  margin: 0;
}
.modal-review .review {
  display: flex;
  align-items: center;
  padding: 8px 0;
  gap: 4px;
}
.modal-review .text-label {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 12px;
}
.modal-review .info-bottom {
  font-size: 12px;
  padding: 16px 0;
}
.modal-review .info-bottom a {
  color: #6B7280;
}
.modal-review textarea {
  height: 100px;
}
.modal-review .buttons {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.modal-author .product {
  display: flex;
  gap: 5px;
  align-items: center;
}
.modal-author .product-photo {
  width: 70px;
  height: 70px;
}
.modal-author .product-photo img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  object-position: center;
}
.modal-author .product-title {
  font-size: 16px;
  font-weight: 500;
}
.modal-author .review {
  display: flex;
  align-items: center;
  padding: 8px 0;
  gap: 4px;
}
.modal-author .text-label {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 12px;
}
.modal-author .info-bottom {
  font-size: 12px;
  padding: 16px 0;
}
.modal-author .info-bottom a {
  color: #6B7280;
}
.modal-author textarea {
  height: 100px;
}
.modal-author .buttons {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.modal-inpost {
  height: 80%;
  width: 80%;
}
@media only screen and (max-width: 768px) {
  .modal-inpost {
    width: 95%;
  }
}
.modal-inpost .modal-content {
  height: 100%;
}
.modal-inpost .inpost-widget {
  height: 100%;
}

.modal-orlen {
  width: 80%;
}
@media only screen and (max-width: 768px) {
  .modal-orlen {
    width: 95%;
  }
}

.modal-success {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal-success .title {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}
.modal-success .text {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
}

.contrast .modal {
  background: #000;
}
.contrast .modal-close::before,
.contrast .modal-close::after {
  background: #DDD133;
}
.contrast .modal-cookies-link {
  color: #DDD133;
}

.blog-card {
  border: 1px solid #f3f4f6;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
  display: flex;
  flex-direction: column;
}
.blog-card:hover {
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1), 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.blog-card:hover .blog-card-title {
  color: #6B7280;
}
.blog-card-photo {
  height: 225px;
  width: 100%;
  object-fit: cover;
  background: #E5E7EB;
}
.blog-card-content {
  padding: 16px 12px 12px 12px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-self: stretch;
}
.blog-card-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 8px;
  transition: color 0.3s;
}
.blog-card-description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.2rem;
}
.blog-card-arrow {
  margin-left: auto;
  margin-top: auto;
  padding: 20px 8px 8px 20px;
  width: fit-content;
}

.contrast .blog-card-arrow svg path {
  fill: #DDD133;
}

.visibility .blog-card {
  outline: 2px solid white;
}
.visibility .blog-card:hover {
  outline: 4px solid white;
}

.random-article-container .blog-card {
  color: inherit;
  margin: 20px 0;
  flex-direction: row;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .random-article-container .blog-card {
    flex-direction: column;
  }
}
.random-article-container .blog-card-photo {
  height: 200px;
  width: 300px;
  flex-shrink: 0;
  max-width: 100%;
}

.page-author {
  display: flex;
  gap: 32px;
  font-size: 16px;
  color: #6B7280;
  align-items: flex-start;
  padding: 40px 0;
}
@media only screen and (max-width: 1260px) {
  .page-author {
    flex-direction: column;
    gap: 0;
  }
}
.page-author-photo {
  width: 160px;
  height: auto;
  flex-shrink: 0;
}
.page-author-right {
  flex-grow: 1;
}
@media only screen and (max-width: 768px) {
  .page-author-right {
    width: 100%;
  }
}
.page-author-content {
  display: flex;
  gap: 42px;
}
@media only screen and (max-width: 1260px) {
  .page-author-content {
    flex-direction: column;
    gap: 0;
  }
}
.page-author-content-main {
  flex-grow: 1;
}
.page-author-title {
  padding: 8px 0 12px 0;
}
.page-author-name {
  font-size: 30px;
  color: black;
  font-weight: 500;
}
.page-author-role {
  color: #374151;
  margin-bottom: 12px;
}
.page-author-socials {
  width: 320px;
}
.page-author-socials-title {
  padding: 8px 0 12px 0;
}
.page-author-socials-list {
  display: flex;
  gap: 8px;
}
.page-author-socials-btn {
  width: 40px;
  height: 40px;
  padding: 0;
}
.page-author-reviews {
  padding: 24px 0px 12px 0px;
  display: flex;
  justify-content: space-between;
  font-size: 24px;
  font-weight: 500;
  color: black;
  flex-wrap: wrap;
  gap: 10px;
}
@media only screen and (max-width: 1260px) {
  .page-author-reviews {
    flex-direction: column;
    gap: 24px;
  }
}
.page-author-review {
  display: flex;
  gap: 8px;
  align-items: center;
}
@media only screen and (max-width: 1260px) {
  .page-author-review {
    flex-direction: column;
    align-items: flex-start;
  }
}
.page-author-stars {
  display: flex;
  align-items: center;
  gap: 4px;
}
.page-author-stars input[type=radio] {
  display: none;
}
.page-author-stars .star-input {
  display: flex;
  cursor: pointer;
}
.page-author-star {
  width: 26px;
  height: 26px;
}
@media only screen and (max-width: 1260px) {
  .page-author-write {
    width: 100%;
  }
}

.contrast .page-author, .contrast .page-author-name, .contrast .page-author-role, .contrast .page-author-reviews {
  color: #DDD133;
}

.autocomplete-container {
  padding: 20px;
  display: flex;
  gap: 20px;
  border-radius: 8px;
  background: white;
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1), 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 3;
  top: 60px;
  overflow: auto;
  max-height: 90vh;
  max-width: 900px;
  right: 0;
  margin: auto;
  flex-direction: column;
  width: 100%;
  left: 0;
}
@media only screen and (max-width: 1260px) {
  .autocomplete-container {
    top: 55px;
  }
}
@media only screen and (max-width: 992px) {
  .autocomplete-container {
    left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .autocomplete-container {
    flex-direction: column;
  }
}
.autocomplete-container .search-item {
  padding: 10px 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.autocomplete-container .search-item:hover {
  border-radius: 4px;
  background: #f9fafb;
}
.autocomplete-container .search-product {
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px;
  margin-bottom: 10px;
  transition: border-color 0.2s;
}
.autocomplete-container .search-product:hover {
  border-color: #9ca3af;
  cursor: pointer;
}
.autocomplete-container .search-product .photo-container {
  min-width: 200px;
  height: 90px;
}
@media only screen and (max-width: 768px) {
  .autocomplete-container .search-product .photo-container {
    min-width: 0;
  }
}
.autocomplete-container .search-product .photo-container .search-product-photo {
  object-fit: contain;
  width: 100%;
  height: 100%;
  object-position: center;
  background: #6B7280;
}
.autocomplete-container .search-product .price {
  color: #6B7280;
  font-size: 18px;
  font-weight: 600;
}
.autocomplete-container .search-product .title {
  font-size: 16px;
}
.autocomplete-container .see-all {
  margin: 10px 0 0 auto;
  width: fit-content;
}
.autocomplete-container .see-all-container {
  padding-bottom: 20px;
}
.autocomplete-container .left {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.autocomplete-container .autocomplete-products {
  flex: 2 0 0;
}
.autocomplete-container .search-title {
  font-size: 18px;
  margin-bottom: 10px;
}

.contrast .autocomplete-container {
  background-color: #000;
}

.banners {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 80px 0;
}
@media only screen and (max-width: 992px) {
  .banners {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .banners {
    grid-template-columns: 1fr;
  }
}

.banner-item {
  width: 100%;
  height: 150px;
}
.banner-item-photo {
  height: 100%;
  width: 100%;
  object-fit: contain;
  opacity: 0.9;
}
.banner-item-photo:hover {
  opacity: 1;
}

.blog-banners {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 40px;
}

.faq {
  padding: 64px 0;
  max-width: 900px;
  margin: auto;
  text-align: center;
}
.faq-subtitle {
  font-size: 1.8rem;
}
.faq-content {
  font-size: 1.6rem;
  max-width: 680px;
  margin: 24px auto 40px auto;
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.faq-item {
  text-align: left;
  padding: 16px;
  border: 1px solid #d1d5db;
  transition: border-color 0.3s;
}
.faq-item.active {
  border-color: #6B7280;
}
.faq-item.active .faq-answer {
  padding-top: 16px;
  max-height: 1000px;
}
.faq-item.active .faq-question-arrow {
  transform: rotate(180deg);
}
.faq-question {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq-question-content {
  max-width: calc(100% - 50px);
}
.faq-question-arrow {
  padding: 8px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: transform 0.3s;
}
.faq-answer {
  font-size: 1.6rem;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s;
}
.faq-btn {
  margin: 40px auto 0 auto;
  width: fit-content;
}

.faq-page-item {
  padding: 30px 40px;
  border-bottom: 1px solid #f2f2f2;
}
.faq-page-question {
  font-size: 2rem;
  font-weight: 600;
}
.faq-page-answer {
  padding: 20px 10px 0;
}

.firm-category-card {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 70px;
  align-items: stretch;
  border: 1px solid #ececec;
}
.firm-category-card-left {
  padding: 16px;
}
.firm-category-card-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}
.firm-category-card-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 12px;
}
.firm-category-card-more {
  margin-top: 4px;
  color: #787878;
  font-size: 11px;
}
.firm-category-card-right {
  background: #333;
  display: flex;
  align-items: center;
  justify-content: center;
}

.firm-article-card {
  border: 1px solid #ececec;
  padding: 24px;
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 24px;
}
@media only screen and (max-width: 768px) {
  .firm-article-card {
    grid-template-columns: 1fr;
    padding: 12px;
  }
}
.firm-article-card strong {
  font-weight: 600;
}
.firm-article-card-title {
  font-size: 20px;
  font-weight: 600;
}
.firm-article-card-location {
  color: #787878;
  display: flex;
  gap: 5px;
  align-items: center;
  padding-bottom: 5px;
}
.firm-article-card-short {
  border-top: 1px solid #f0f0f0;
  padding: 8px 0;
}
.firm-article-card-info {
  border-top: 1px solid #f0f0f0;
  padding: 8px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
@media only screen and (max-width: 992px) {
  .firm-article-card-info {
    grid-template-columns: 1fr;
  }
}
.firm-article-card-dates {
  border-top: 1px solid #f0f0f0;
  padding: 8px 0;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 992px) {
  .firm-article-card-dates {
    flex-direction: column;
  }
}
.firm-article-card-photo {
  width: 100%;
  height: auto;
}

.firm-catalog-article-main .firm-article-card {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
}
.firm-catalog-article-main .firm-article-card-photo {
  width: 200px;
  height: auto;
  margin: auto;
  display: flex;
}

.product-card {
  position: relative;
  padding: 8px;
  border: 1px solid #e5e7eb;
  min-width: 240px;
  max-width: 350px;
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
}
.product-card-tags {
  position: absolute;
  top: 4px;
  left: 4px;
  display: flex;
  gap: 4px;
}
.product-card-tag {
  padding: 4px 8px;
  color: white;
  font-size: 1.2rem;
  font-weight: 600;
}
.product-card-tag.discount {
  background: #6B7280;
}
.product-card-tag.new {
  background: #4b5563;
}
.product-card-photo-container {
  height: 240px;
  width: 100%;
}
.product-card-photo {
  height: 100%;
  width: 100%;
  object-fit: cover;
  background: #E5E7EB;
}
.product-card-content {
  padding: 8px 4px;
}
.product-card-price-container {
  display: flex;
  gap: 4px;
}
.product-card-price {
  font-size: 1.8rem;
  font-weight: 600;
  color: #6B7280;
}
.product-card-price-old {
  font-size: 1.8rem;
  color: #6B7280;
  position: relative;
}
.product-card-price-old::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid #6B7280;
  transform: rotate(-30deg);
}
.product-card-lowest {
  font-size: 1.2rem;
  color: #6B7280;
}
.product-card-title {
  font-size: 1.6rem;
}
.product-card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-card-review {
  display: flex;
  gap: 4px;
  align-items: center;
  color: #6B7280;
  font-size: 1.2rem;
}
.product-card-buttons {
  display: flex;
  gap: 4px;
  margin-left: auto;
}
.product-card-buttons .btn {
  height: 32px;
  width: 32px;
  padding: 0;
}
.product-card-buttons .btn svg {
  width: 16px;
  height: 16px;
}

.btn-favourite-remove svg path {
  fill: red;
}

.contrast .product-card-price {
  color: #DDD133;
}

.visibility .product-card {
  outline: 2px solid white;
}
.visibility .product-card:hover {
  outline: 4px solid white;
}

.review {
  margin-top: 5rem;
  margin-bottom: 5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 992px) {
  .review {
    grid-template-columns: 2fr;
  }
}
@media only screen and (max-width: 480px) {
  .review {
    grid-template-columns: 1fr;
  }
}

.testimonial-card {
  padding: 2rem;
  border: 1px solid #ececec;
  font-size: 16px;
}
.testimonial-card-header, .testimonial-card-footer {
  font-size: 14px;
  color: #424242;
}
.testimonial-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.testimonial-card-footer {
  margin-top: 1.5rem;
}
.testimonial-card-footer-header {
  font-weight: 600;
}
.testimonial-card-footer span {
  display: block;
}

.block-text {
  padding: 40px 0 20px 0;
}
.block-text h1,
.block-text h2,
.block-text h3,
.block-text h4,
.block-text h5,
.block-text h6 {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 8px;
}
.block-text a {
  font-weight: 500;
  color: #0000ee;
}
.block-text li {
  position: relative;
  padding-left: 24px;
}
.block-text li::before {
  content: "";
  width: 12px;
  height: 2px;
  border-radius: 5px;
  background: #6B7280;
  position: absolute;
  top: 10px;
  left: 2px;
}

.block-categories {
  padding-top: 40px;
  padding-bottom: 40px;
}
.block-categories-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .block-categories-top {
    flex-direction: column;
    gap: 20px;
  }
}
.block-categories-subtitle {
  margin-top: 4px;
  font-size: 1.8rem;
  color: #374151;
}
.block-categories-btn {
  font-size: 1.2rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .block-categories-btn {
    width: 100%;
  }
}
.block-categories-swiper {
  height: 250px;
  margin-top: 40px;
}
.block-categories-swiper-pagination.swiper-pagination {
  height: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 8px;
  position: static;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .block-categories-swiper-pagination.swiper-pagination {
    display: none;
  }
}
.block-categories-swiper-pagination.swiper-pagination .swiper-pagination-bullet {
  width: 36px;
  height: 4px;
  border-radius: 0;
  opacity: 1;
  background: #d1d5db;
  cursor: pointer;
  transition: background-color 0.3s;
}
.block-categories-swiper-pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #6B7280;
}
.block-categories .swiper-button-prev {
  width: 32px;
  height: 32px;
  padding: 0;
  left: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 42%;
}
.block-categories .swiper-button-prev img {
  transform: rotate(180deg);
}
.block-categories .swiper-button-prev::after {
  content: none;
}
.block-categories .swiper-button-next {
  width: 32px;
  height: 32px;
  padding: 0;
  right: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 42%;
}
.block-categories .swiper-button-next::after {
  content: none;
}

.block-producers {
  padding-top: 40px;
  padding-bottom: 40px;
}
.block-producers-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 16px;
}
@media only screen and (max-width: 992px) {
  .block-producers-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .block-producers-list {
    grid-template-columns: 1fr;
  }
}

.block-products {
  padding-top: 55px;
  padding-bottom: 40px;
}
.block-products-title {
  text-align: center;
}
.block-products-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 40px;
}

.block-articles {
  padding-top: 40px;
  padding-bottom: 40px;
}
.block-articles-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 16px;
}
@media only screen and (max-width: 992px) {
  .block-articles-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .block-articles-list {
    grid-template-columns: 1fr;
  }
}
.block-articles-list.col-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1260px) {
  .block-articles-list.col-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 992px) {
  .block-articles-list.col-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .block-articles-list.col-4 {
    grid-template-columns: 1fr;
  }
}

.block-inspirations {
  padding-top: 40px;
  padding-bottom: 40px;
}
.block-inspirations-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 16px;
}
@media only screen and (max-width: 992px) {
  .block-inspirations-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .block-inspirations-list {
    grid-template-columns: 1fr;
  }
}

.block-photo {
  display: block;
  height: 300px;
  width: auto;
  margin: 16px auto;
  max-width: 100%;
  object-fit: contain;
}

.block-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding: 40px 0 20px 0;
}

.block-video {
  padding: 40px 0 20px 0;
  margin: auto;
  display: block;
  max-width: 100%;
  height: auto;
}

.block-quote {
  padding: 40px 0 20px 0;
  max-width: 90%;
  margin: auto;
  display: block;
}

.block-files {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 40px 0;
}
@media only screen and (max-width: 1260px) {
  .block-files {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 992px) {
  .block-files {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .block-files {
    grid-template-columns: 1fr;
  }
}
.block-files-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #b3b3b3;
  padding: 30px;
}

.page-template a {
  font-weight: 500;
  color: #0000ee;
}
.page-template .page-title {
  margin-bottom: 20px;
}
.page-template .page-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contrast .block-categories-subtitle {
  color: #DDD133;
}
.contrast .block-categories-swiper-pagination.swiper-pagination .swiper-pagination-bullet {
  background: #DDD133;
  opacity: 0.5;
}
.contrast .block-categories-swiper-pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.not-found {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 0;
}
.not-found-title {
  font-size: 18px;
  font-weight: 500;
  margin-top: 36px;
}
.not-found-text {
  font-size: 36px;
  font-weight: 500;
}
.not-found-search {
  margin: 35px 0;
  width: 350px;
}
.not-found-search .nav-search {
  visibility: visible;
}
.not-found .autocomplete-container {
  position: fixed;
  top: 500px;
  left: 0;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 40px;
}

.sitemap-header .page-title {
  margin-top: 30px;
  margin-bottom: 80px;
}

.sitemap-list {
  column-count: 4;
  margin-bottom: 100px;
  list-style: none;
}
@media only screen and (max-width: 992px) {
  .sitemap-list {
    column-count: 3;
  }
}
@media only screen and (max-width: 768px) {
  .sitemap-list {
    column-count: 2;
  }
}
@media only screen and (max-width: 480px) {
  .sitemap-list {
    column-count: 1;
  }
}
.sitemap-list-group {
  display: flex;
  flex-flow: column wrap;
}
.sitemap-list .title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
}
.sitemap-list .title:not(:first-child) {
  margin-top: 20px;
}
.sitemap-list a:hover {
  text-decoration: underline;
}
.sitemap-list li {
  margin-bottom: 5px;
}
.sitemap-list li:not(.title) {
  display: flex;
  padding-left: 4px;
  gap: 8px;
  align-items: center;
}
.sitemap-list li:not(.title)::before {
  content: "";
  width: 12px;
  height: 2px;
  border-radius: 5px;
  background: #6B7280;
}

.sitemap-search .form-search {
  width: 450px;
  max-width: 100%;
  margin: 0 auto 80px;
}
.sitemap-search .form-search .form-search-input {
  border-bottom-color: black;
  opacity: 1;
}

.font-biggest .li,
.font-biggest .sitemap-list-link {
  font-size: 20px !important;
}

.blog-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.blog .page-top-text {
  padding: 20px 0 60px 0;
}
.blog .pagination {
  padding: 60px 0;
}
.blog .page-bottom-text {
  margin-bottom: 80px;
}

.blog-page .date {
  padding: 40px 0 10px 0;
  color: #6B7280;
  font-size: 14px;
}
@media only screen and (max-width: 992px) {
  .blog-page .date {
    display: none;
  }
}
.blog-page .page-title {
  margin-bottom: 30px;
}
@media only screen and (max-width: 992px) {
  .blog-page .page-title {
    margin-top: 30px;
  }
}
.blog-page-content li {
  position: relative;
  padding-left: 24px;
}
.blog-page-content li::before {
  content: "";
  width: 12px;
  height: 2px;
  border-radius: 5px;
  background: #6B7280;
  position: absolute;
  top: 10px;
  left: 2px;
}
.blog-page-blocks {
  padding: 60px 0 80px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (max-width: 992px) {
  .blog-page-blocks {
    padding: 10px 0 40px 0;
  }
}
.blog-page .blog-reviews {
  padding-bottom: 80px;
  padding-top: 40px;
}
.blog-page .blog-reviews .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1260px) {
  .blog-page .blog-reviews .top {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 1260px) {
  .blog-page .blog-reviews .top .btn {
    width: 100%;
  }
}
.blog-page .blog-reviews .reviews-subtitle {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0px;
  color: #6B7280;
}
.blog-page .blog-reviews .reviews-subtitle .stars {
  display: flex;
  gap: 4px;
}
.blog-page .blog-reviews .reviews-subtitle .stars img {
  width: 18px;
  height: 18px;
}
.blog-page .blog-reviews .review-card {
  padding: 12px 4px 8px 4px;
  border-top: 1px solid #e5e7eb;
}
.blog-page .blog-reviews .review-card .stars {
  display: flex;
  gap: 4px;
  margin-bottom: 12px;
}
.blog-page .blog-reviews .review-card .stars img {
  width: 14px;
  height: 14px;
}
.blog-page .blog-reviews .review-card .review-author {
  font-weight: 600;
}
.blog-page .blog-reviews .review-card .review-date {
  color: #6B7280;
  font-size: 12px;
}
.blog-page .article-blockbanners,
.blog-page .article-banner2 {
  display: none;
}
.blog-page-divider {
  display: flex;
  gap: 120px;
  align-items: flex-start;
}
@media only screen and (max-width: 992px) {
  .blog-page-divider {
    flex-direction: column;
    gap: 20px;
  }
}
.blog-page-main {
  flex-grow: 1;
  min-width: 0;
}
.blog-page-main a {
  font-weight: 500;
  color: #0000EE;
}
@media only screen and (max-width: 768px) {
  .blog-page-main h1 {
    font-size: 3.2rem;
  }
  .blog-page-main h2 {
    font-size: 2.4rem;
  }
}
.blog-page-sidebar {
  flex-shrink: 0;
  width: 400px;
  padding: 40px 0 20px 0;
  color: black;
  position: sticky;
  top: 20px;
}
@media only screen and (max-width: 992px) {
  .blog-page-sidebar {
    width: 100%;
    position: static;
  }
}
.blog-page-sidebar-items {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.blog-page-sidebar-item {
  font-size: 1.8rem;
  font-weight: 500;
  padding: 10px 0;
  display: block;
  border-bottom: 1px solid #f3f4f6;
}

.contrast .blog-page .date {
  color: #DDD133;
}
.contrast .blog-page-sidebar {
  color: #DDD133;
}
.contrast .blog-page .blog-reviews .reviews-subtitle {
  color: #DDD133;
}
.contrast .blog-page .blog-reviews .review-card .review-date {
  color: #DDD133;
}

.search-page-title {
  padding: 40px 0 20px 0;
}
@media only screen and (max-width: 768px) {
  .search-page-title {
    font-size: 30px;
  }
}
.search-page-title span {
  color: #6b7280;
}
.search-page-results {
  padding: 40px 0;
}
.search-page-category-title span {
  color: #6b7280;
}
.search-page-category-category-subtitle {
  font-size: 1.6rem;
}
.search-page-category-results {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px 0 42px 0;
}
.search-page-result-title {
  font-size: 2rem;
  font-weight: 600;
}
.search-page-result-arrow {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.search-page-result-content-short {
  margin-top: 8px;
  font-size: 1.2rem;
}
.search-page-standard-result {
  padding: 24px;
  border: 1px solid #f3f4f6;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  position: relative;
  padding-right: 54px;
}
.search-page-blog-result {
  display: flex;
  position: relative;
  border: 1px solid #f3f4f6;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 768px) {
  .search-page-blog-result {
    flex-direction: column;
  }
}
.search-page-blog-result-photo {
  width: 234px;
  height: 183px;
  object-fit: cover;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .search-page-blog-result-photo {
    width: 100%;
  }
}
.search-page-blog-result-content {
  padding: 24px 100px 24px 24px;
}
@media only screen and (max-width: 768px) {
  .search-page-blog-result-content {
    padding: 12px 12px 56px 12px;
  }
}

.firm-catalog-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.firm-catalog-tag {
  color: white;
  padding: 8px;
  background: #b0b0b0;
}
.firm-catalog-categories {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 48px;
  padding: 24px 0;
}
@media only screen and (max-width: 768px) {
  .firm-catalog-categories {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.firm-catalog-articles {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.firm-catalog-article {
  border: 1px solid #ececec;
  padding: 24px;
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 24px;
}
@media only screen and (max-width: 768px) {
  .firm-catalog-article {
    grid-template-columns: 1fr;
  }
}
.firm-catalog-article strong {
  font-weight: 600;
}
.firm-catalog-article a {
  text-decoration: underline;
}
.firm-catalog-article li {
  list-style: inherit;
  margin-left: 20px;
}
.firm-catalog-article-photo {
  width: 100%;
  height: auto;
}
.firm-catalog-article-title {
  font-size: 20px;
}
.firm-catalog-article-url {
  padding-bottom: 10px;
}
.firm-catalog-article-content {
  border-top: 1px solid #f0f0f0;
  margin-top: 10px;
  padding-top: 10px;
}
.firm-catalog-article-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 12px 0;
  border-top: 1px solid #f0f0f0;
}
.firm-catalog-article-review {
  display: flex;
  gap: 4px;
}
.firm-catalog-article-stars {
  display: flex;
  gap: 2px;
}
.firm-catalog-article-tags {
  padding: 12px 0;
}
.firm-catalog-article-other-title {
  margin-bottom: 20px;
}
.firm-catalog-category-content {
  padding: 10px 0 40px 0;
}

.products-categories {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 0;
}
.products-category {
  padding: 0 16px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: 1 0 0;
  min-width: 200px;
  max-width: 300px;
  border-radius: 4px;
  border: 1px solid #e5e7eb;
  font-size: 1.6rem;
  font-weight: 500;
  transition: color 0.3s;
}
@media only screen and (max-width: 768px) {
  .products-category {
    min-width: 167px;
  }
}
.products-category:hover, .products-category.active {
  color: #6B7280;
}
.products-list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  padding: 10px 0 40px 0;
}
@media only screen and (max-width: 768px) {
  .products-list {
    gap: 24px;
  }
}

.filters {
  padding: 20px 0 10px 0;
  display: flex;
  gap: 8px;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .filters {
    flex-direction: column;
    align-items: stretch;
  }
}
.filters-info {
  flex-grow: 1;
}
@media only screen and (max-width: 768px) {
  .filters-info {
    order: -1;
  }
}

.filter-input {
  padding: 0 8px;
  border: 1px solid #e5e7eb;
  display: flex;
  gap: 10px;
  align-items: center;
  width: 200px;
}
@media only screen and (max-width: 768px) {
  .filter-input {
    width: 100%;
  }
}
.filter-input-text {
  flex-grow: 1;
}
.filter-input-icon {
  width: 18px;
  height: 18px;
}
.filter-input-icon svg {
  width: 100%;
  height: 100%;
}
.filter-input-arrow {
  width: 32px;
  height: 32px;
}
.filter-input-arrow svg {
  width: 100%;
  height: 100%;
  transform: rotate(90deg);
}

.sort-input {
  padding: 0 8px;
  border: 1px solid #e5e7eb;
  display: flex;
  gap: 10px;
  align-items: center;
  width: 200px;
}
@media only screen and (max-width: 768px) {
  .sort-input {
    width: 100%;
  }
}
.sort-input-container {
  position: relative;
}
.sort-input-text {
  flex-grow: 1;
}
.sort-input-icon {
  width: 18px;
  height: 18px;
}
.sort-input-icon svg {
  width: 100%;
  height: 100%;
}
.sort-input-arrow {
  width: 32px;
  height: 32px;
}
.sort-input-arrow svg {
  width: 100%;
  height: 100%;
  transform: rotate(90deg);
}
.sort-container {
  position: absolute;
  z-index: 1;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.sort-container.open {
  visibility: visible;
  opacity: 1;
}
.sort-option {
  width: 100%;
  background: white;
}

.contrast .filter-input-text {
  color: #DDD133;
}
.contrast .filter-input svg path {
  fill: #DDD133;
}
.contrast .sort-input-text {
  color: #DDD133;
}
.contrast .sort-input svg path {
  fill: #DDD133;
}
.contrast .sort-option {
  background: #000;
  color: #DDD133;
}

.product-top {
  display: grid;
  grid-template-columns: 55% 40%;
  grid-template-rows: min-content 1fr;
  column-gap: 5%;
  justify-content: space-between;
  padding-top: 100px;
  margin-bottom: 130px;
}
@media only screen and (max-width: 992px) {
  .product-top {
    grid-template-columns: 100%;
    grid-template-rows: auto;
  }
}
.product-top .btn-ask {
  width: fit-content;
  margin: 35px 0 20px 0;
}
.product-gallery {
  grid-area: 1/1/2/2;
  min-width: 0;
}
.product .gallery-top {
  border-radius: 4px;
}
.product .gallery-top .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product .gallery-top .image {
  display: block;
  width: 380px;
  height: 380px;
  max-width: 100%;
}
.product .gallery-top .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product .gallery-top .swiper-button-prev {
  width: 32px;
  height: 32px;
  padding: 0;
  left: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product .gallery-top .swiper-button-prev img {
  transform: rotate(180deg);
}
.product .gallery-top .swiper-button-prev::after {
  content: none;
}
.product .gallery-top .swiper-button-next {
  width: 32px;
  height: 32px;
  padding: 0;
  right: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product .gallery-top .swiper-button-next::after {
  content: none;
}
.product .gallery-thumbs {
  max-width: 550px;
  padding: 30px 0;
  margin: 0;
}
.product .gallery-thumbs .image {
  display: block;
  height: 100px;
}
.product .gallery-thumbs .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product .gallery-thumbs .thumb-360 {
  width: 100px;
  height: 100px;
  background-color: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.product-info {
  grid-area: 1/2/3/3;
  min-width: 0;
}
@media only screen and (max-width: 992px) {
  .product-info {
    grid-area: 2/1/3/2;
  }
}
.product .producer {
  margin-bottom: 4px;
  color: #6B7280;
  font-size: 12px;
}
.product-producer-photo {
  width: 100px;
  height: 50px;
  object-fit: contain;
  object-position: left;
}
.product-title {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  .product-title {
    font-size: 24px;
  }
}
.product-buy {
  margin-top: 16px;
  width: fit-content;
}
.product-subtitle {
  color: #6B7280;
  font-size: 12px;
  font-weight: 400;
  margin: 2px 0 16px 0;
}
.product .reviews-info {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 16px;
}
.product-text {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 50px;
  margin-top: 10px;
}
.product-ask {
  padding-top: 50px;
}
.product-ask-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 20px;
}
.product-ask .product-text {
  margin-bottom: 20px;
}
.product-main {
  display: flex;
  justify-content: space-between;
  margin-bottom: 130px;
}
@media only screen and (max-width: 992px) {
  .product-main {
    flex-direction: column;
  }
}
.product-main-title {
  color: #6B7280;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.1;
  margin-bottom: 30px;
}
.product-main-text {
  font-size: 16px;
  line-height: 1.5;
}
.product-main .content {
  position: relative;
  width: 60%;
  padding: 60px 40px 60px 0;
}
@media only screen and (max-width: 992px) {
  .product-main .content {
    width: 100%;
  }
}
.product-main .content .bg {
  background: #f2f2f2;
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  z-index: -1;
}
@media only screen and (max-width: 992px) {
  .product-main .content .bg {
    right: 50%;
    transform: translateX(50%);
  }
}
.product-main .specifications {
  position: relative;
  width: 40%;
  padding: 60px 0 60px 40px;
}
@media only screen and (max-width: 992px) {
  .product-main .specifications {
    width: 100%;
    padding: 60px 0;
  }
}
.product-main .specifications-title {
  color: white;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 20px;
}
.product-main .specifications-row {
  color: white;
  font-size: 16px;
}
.product-main .specifications-row strong {
  display: inline-block;
  width: 80px;
  font-weight: 500;
  margin-right: 10px;
}
.product-main .specifications-divider {
  width: 100%;
  height: 1px;
  background-color: white;
  margin: 25px 0;
}
.product-main .specifications .bg {
  background: #6B7280;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: -1;
}
@media only screen and (max-width: 992px) {
  .product-main .specifications .bg {
    left: 50%;
    transform: translateX(-50%);
  }
}
.product-lowest-price {
  color: #6B7280;
  font-size: 12px;
  font-weight: 400;
  padding-bottom: 16px;
}
.product .variants {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.product .variants-title {
  font-size: 16px;
  font-weight: 500;
  margin-top: 16px;
}
.product .variant {
  border-radius: 4px;
  overflow: hidden;
  width: 100px;
  height: 50px;
  outline: 2px solid transparent;
  transition: outline-color 0.2s;
}
.product .variant:hover, .product .variant.active {
  outline: 2px solid #6B7280;
}
.product .variant img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.product .dimensions {
  width: fit-content;
}
.product .dimensions-row {
  display: flex;
  gap: 16px;
}
.product .dimensions-title {
  padding: 10px 0 4px 0;
  font-size: 16px;
  font-weight: 500;
}
.product .dimensions-label {
  width: 105px;
}
.product .delivery-options-title {
  padding: 35px 0 4px 0;
  font-size: 16px;
  font-weight: 500;
}

.product-order {
  display: flex;
  justify-content: space-between;
  padding: 25px 0;
}

.product-price {
  font-size: 36px;
  font-weight: 600;
  display: flex;
  gap: 8px;
  align-items: center;
}
.product-price-old {
  color: #6B7280;
  font-weight: 400;
  font-size: 30px;
  background: linear-gradient(to left top, transparent 47.75%, currentColor 49.5%, currentColor 50.5%, transparent 52.25%);
}

.product-quantity {
  display: flex;
  align-items: center;
}
.product-quantity__input {
  width: 40px;
  height: 40px;
  text-align: center;
  border: 1px solid #000000;
  border-radius: 5px;
}
.product-quantity__minus, .product-quantity__plus {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin: 0 10px;
}
.product-quantity__minus:hover, .product-quantity__plus:hover {
  cursor: pointer;
}

.product-delivery {
  display: flex;
  align-items: center;
  padding: 4px 0;
  margin-bottom: 12px;
}
.product-delivery-img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 4px;
  overflow: hidden;
}
.product-delivery-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.product-delivery .delivery-price {
  padding-left: 8px;
}

.product-proposal {
  padding: 25px 0;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .product-proposal {
    flex-direction: column;
  }
}

.proposal-inputs {
  width: 40%;
}
@media only screen and (max-width: 768px) {
  .proposal-inputs {
    width: 100%;
  }
}
.proposal-inputs .input-container {
  position: relative;
}
.proposal-inputs .input-container::after {
  content: "zł";
  position: absolute;
  right: 20px;
  top: 8px;
  font-size: 16px;
}

.proposal-input {
  padding-right: 40px;
  height: 40px;
  font-size: 16px;
}

.proposal-text {
  width: 55%;
}
@media only screen and (max-width: 768px) {
  .proposal-text {
    width: 100%;
  }
}

.btn-proposal {
  background: white;
  width: 100%;
  justify-content: center;
  margin-top: 5px;
}

.modal.negotiation {
  text-align: center;
}
.modal.negotiation img {
  margin-bottom: 25px;
}

.slide-360 {
  position: relative;
}
.slide-360-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #f2f2f2;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
  text-transform: uppercase;
  padding: 7px 14px;
}
.slide-360-btn img {
  margin-left: 10px;
}

.modal-360::-webkit-scrollbar {
  display: none;
}
.modal-360 .modal-content {
  width: 100%;
}
.modal-360 .modal-content::-webkit-scrollbar {
  display: none;
}
.modal-360 canvas {
  cursor: grab;
}
.modal-360 .info-360 {
  display: flex;
  align-items: center;
  color: #b3b3b3;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 auto;
}
.modal-360 .info-360 svg {
  margin-right: 10px;
}

.product-other {
  padding-top: 40px;
  padding-bottom: 40px;
}
.product-other-title {
  font-size: 30px;
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .product-other-title {
    font-size: 20px;
  }
}
.product-other .products-list {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.product-other .products-list .product-card {
  width: 259px;
}
@media only screen and (max-width: 768px) {
  .product-other .products-list .product-card {
    width: auto;
  }
}

@media only screen and (max-width: 992px) {
  .product-content {
    grid-area: 3/1/4/2;
  }
}
.product-content-nav {
  display: flex;
  padding-bottom: 8px;
  gap: 16px;
  border-bottom: 1px solid #6B7280;
}
.product-content .nav-item {
  padding: 4px 16px;
  border-radius: 4px;
  color: #6B7280;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
}
.product-content .nav-item.active {
  color: white;
  background: #6B7280;
}
.product-content-main {
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.product-content h1,
.product-content h2,
.product-content h3,
.product-content h4,
.product-content h5,
.product-content h6 {
  font-size: 16px;
  font-weight: 600;
}
.product-content ul {
  list-style: none;
}
.product-content ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
}
.product-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 20px;
  height: 1px;
  background-color: #ee821e;
}
.product-content .review-card {
  padding: 8px 4px;
  margin-top: 8px;
}
.product-content .review-card .stars {
  display: flex;
  gap: 4px;
  margin-bottom: 4px;
}
.product-content .review-card .review-content {
  padding: 8px 0 4px 0;
}
.product-content .review-card .review-author {
  font-weight: 600;
}
.product-content .review-card .review-date {
  color: #6B7280;
  font-size: 12px;
}
.product-content .reviews .btn {
  margin-left: auto;
}
.product-content .support-title {
  margin-bottom: 4px;
  font-size: 16px;
}
.product-content .support-text {
  font-size: 18px;
  margin-bottom: 15px;
}

.modal.ask-for-product .modal-product {
  display: flex;
  padding: 8px 0px;
  gap: 15px;
  align-items: center;
  margin-bottom: 16px;
}
.modal.ask-for-product .modal-photo-container {
  height: 70px;
  width: 70px;
  border-radius: 4px;
  background: #6B7280;
}
.modal.ask-for-product .modal-photo-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.modal.ask-for-product .modal-product-name {
  font-size: 16px;
  font-weight: 500;
}
.modal.ask-for-product .form label {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  margin-bottom: 4px;
  width: 100%;
}
.modal.ask-for-product .form label .red {
  content: "*";
  color: #dc2626;
  font-weight: 600;
}
.modal.ask-for-product .form input {
  width: 100%;
}
.modal.ask-for-product .form textarea {
  height: 100px;
}
.modal.ask-for-product .modal-agreement {
  margin: 16px 0;
  font-size: 12px;
}
.modal.ask-for-product .modal-agreement a {
  color: #6B7280;
  font-weight: 600;
}
.modal.ask-for-product .bottom {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
@media only screen and (max-width: 768px) {
  .modal.ask-for-product .bottom {
    flex-direction: column;
  }
}
.modal.ask-for-product .text {
  font-size: 14px;
}

.contrast .product .producer {
  color: #DDD133;
}
.contrast .product-subtitle {
  color: #DDD133;
}
.contrast .product-lowest-price {
  color: #DDD133;
}
.contrast .product-content .nav-item {
  color: #DDD133;
}

/*# sourceMappingURL=main.css.map */
