/*$is-themed: true;*/
h2, h3, h4, h5, h6,
.h2, .h3, .h4, .h5, .h6 {
  color: #631b38;
}

.sen-sp-box {
  background-color: rgba(0, 0, 0, 0.75);
}
.sen-sp-box-fl, .sen-sp-box-sl, .sen-sp-box-tl {
  color: #fff;
}

.sen-header-menu {
  background-color: #631b38;
}
.sen-header-menu-item {
  color: #e8e8e8 !important;
}
.sen-header-menu-item:hover, .sen-header-menu-item:active, .sen-header-menu-item:focus, .sen-header-menu-item.active {
  color: #f6f6f6 !important;
  background-color: #451327;
}
.sen-header-menu-item:active, .sen-header-menu-item.active {
  background-color: #280b16;
}
.sen-header-menu #mainMenu > a, .sen-header-menu #mainMenu > .sen-header-search {
  color: #e8e8e8;
}
.sen-header-menu #mainMenu .dropdown-menu {
  background-color: #631b38;
}

.sen-footer {
  color: #eee;
  background-color: #631b38;
  padding-bottom: 1em;
}
.sen-footer-importantlinks-link {
  color: #eee;
  border: 1px solid #eee !important;
  display: block !important;
  text-transform: uppercase;
  font-weight: bold !important;
}
.sen-footer-importantlinks-link:hover, .sen-footer-importantlinks-link:active, .sen-footer-importantlinks-link:focus {
  color: #631b38;
  background-color: #eee;
}
.sen-footer h2 {
  color: #eee;
}
.sen-footer .sen-socials > a {
  color: #eee;
}

.sen-listBlock-item {
  border: 1px solid #a7a7a7;
}
.sen-listBlock-item-bot-more {
  background-color: #631b38;
  color: white;
}
.sen-listBlock-pagination-item > a {
  color: #631b38;
}
.sen-listBlock-pagination-item > a:hover {
  color: #631b38;
}
.sen-listBlock-pagination-item-active > span {
  color: #eee;
  border-color: #631b38;
  background-color: #631b38;
}
.sen-listBlock-pagination-item-active > span:hover {
  color: #eee;
  border-top-color: #631b38;
  border-bottom-color: #631b38;
  border-left-color: #631b38;
  background-color: #631b38;
}

.btn-primary {
  color: #e8e8e8;
  background-color: #631b38;
  border-color: #631b38;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary.active, .btn-primary:focus-visible {
  color: #f6f6f6 !important;
  background-color: #451327 !important;
  border-color: #451327 !important;
}

.sen-accordionBlock .accordion-button:not(.collapsed) {
  color: #3b1022 !important;
  background-color: #f3d2df;
}
.sen-accordionBlock .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23631b38'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}
