.vertical-rl {
  writing-mode: vertical-rl;
}

.vertical-lr {
  writing-mode: vertical-lr;
}

[type=checkbox], [type=radio] {
  print-color-adjust: exact;
  --tw-shadow: 0 0 #0000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-origin: border-box;
  border-color: #6b7280;
  border-width: 1px;
  color: #1c64f2;
  display: inline-block;
  flex-shrink: 0;
  height: 1rem;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  width: 1rem;
}

[type=checkbox]:checked, [type=radio]:checked {
  background-color: currentColor;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-color: transparent;
}

[type=checkbox]:checked {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg"><path d="M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0z"/></svg>');
}

#menu {
  z-index: 100;
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease;
}

@media (max-width: 769px) {
  #menu {
    opacity: 1;
    visibility: visible;
  }
}
.mm-menu input:focus, .mm-menu input:focus-visible, .mm-menu select:focus, .mm-menu select:focus-visible, .mm-menu textarea:focus, .mm-menu textarea:focus-visible {
  outline: none !important;
}

.mm-wrapper--opened #menu {
  transform: translateX(0%);
}

.mm-btn--close {
  position: absolute !important;
  right: -10px;
  top: -79px;
}

.mm-menu-logotype {
  padding: 20px;
  position: relative;
  width: 100%;
}

.mm-navbars--top {
  padding-bottom: 12px;
  border-color: #e9e9e9 !important;
}

.mm-listitem__btn, .mm-listitem__text {
  padding: 12px 20px !important;
  font-size: 13px;
}

.mm-listitem:after {
  left: 0 !important;
  border-color: #e9e9e9 !important;
}

.mb-info {
  position: relative;
  background: #F8F8F8;
  width: 100%;
}

.mb-info__item {
  padding: 15px 15px;
  position: relative;
  width: 100%;
  color: #636363 !important;
  font-size: 13px;
}

.mb-info__item .icon {
  width: 14px;
  height: 14px;
  margin-right: 8px;
}

.mm-panels {
  height: fit-content !important;
  display: flex !important;
}

.mm-panel {
  position: relative !important;
  overflow: auto !important;
  min-width: 100%;
}

.mm-panel {
  display: none;
}

.mm-panel--opened {
  display: block;
}

.mm-panel:after {
  content: none !important;
}

.mm-listitem:nth-last-child(1):after {
  content: none !important;
}

.mm-menu {
  --mm-size: 80%;
  --mm-min-size: 320px;
  --mm-max-size: 320px;
}

.mm-btn--next {
  border: 0 !important;
}

.mm-btn--next:after {
  width: 6px !important;
  height: 6px !important;
}

.mm-wrapper--position-left.mm-wrapper--opened .mm-slideout, .mm-wrapper--position-right.mm-wrapper--opened .mm-slideout {
  -webkit-transform: translateX(0px) !important;
  transform: translateX(0px) !important;
}

.mm-searchfield__input input {
  height: 38px !important;
  background: transparent !important;
  border-radius: 4px !important;
  border: solid 1px #E3E3E3 !important;
  padding: 0px 15px !important;
  font-size: 13px !important;
  font-weight: bold;
  outline: none;
}

.mb-socials {
  padding: 15px 0px;
  position: relative;
}

.mb-socials {
  justify-content: center;
}

.mb-socials .question__socials {
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mb-socials .question__socials a {
  margin: 8px;
  color: #272727 !important;
}
.mb-socials .question__socials a:hover {
  color: #3D9BA6 !important;
}

.mb-socials .question__socials a .icon {
  width: 16px;
  height: 16px;
}

.mb-socials, .mb-text {
  width: 100%;
}

.mb-text {
  padding: 12px 0px;
  position: relative;
  font-size: 11px;
  background: #F8F8F8;
  color: #636363 !important;
}

.mm-navbars--bottom {
  border: 0 !important;
}

.mm-listitem .productions__list-item {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mm-listitem .productions__item-overlay .icon {
  width: 16px;
  height: 16px;
}
.mm-listitem .productions__item-overlay span {
  font-size: 8px;
}
.mm-listitem .productions__item-image {
  width: 44px;
  height: 44px;
}
.mm-listitem .productions__item-info {
  font-size: 14px;
}

.mm-wrapper--position-left .mm-slideout, .mm-wrapper--position-right .mm-slideout {
  will-change: auto !important;
}

.typical ol {
  counter-reset: multi-counters;
}

.typical ol li:before {
  counter-increment: multi-counters;
  content: counters(multi-counters, ".") "." !important;
}

.gallery-with-captions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.gallery-with-captions figure {
  margin: 0;
  max-width: 350px;
  text-align: center;
}

.gallery-with-captions img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.gallery-with-captions figcaption {
  margin-top: 10px;
  font-style: italic;
  color: #666;
}