/* ����� � ����� ������, ����� ������������� ����� � ������ �� ������� */

@import url(//fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,200;8..144,400);
@import url(//fonts.googleapis.com/css?family=Playfair+Display:400,700&subset=latin,cyrillic);
@import url("../fonts/anglecia-pro-text/style.css");
@import url("../fonts/avenir-next/style.css");

body {
  font-family: "Avenir Next Cyr", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  word-break: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Anglecia Pro", serif;
}

h1 {
  font-size: 25px;
  font-weight: normal;
  margin: 0 0 20px 0;
}

h2 {
  font-size: 27px;
  font-weight: normal;
  margin: 30px 0 20px 0;
  border-bottom: 3px solid #e7e0d7;
  padding: 0 0 10px 0;
}

h3 {
  font-size: 19px;
  font-weight: normal;
  margin: 20px 0 20px 0;
  color: #000;
}

/* ������� ����� ����������, ��������� ���������� */

main > .container {
  padding: 70px 15px 20px;
}
/*
.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer>.container {
    padding-right: 15px;
    padding-left: 15px;
}
*/
.not-set {
  color: #c55;
  font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
  content: "";
  left: 3px;
  display: inline-block;
  width: 0;
  height: 0;
  border: solid 5px transparent;
  margin: 4px 4px 2px 4px;
  background: transparent;
}

a.asc:after {
  border-bottom: solid 7px #212529;
  border-top-width: 0;
}

a.desc:after {
  border-top: solid 7px #212529;
  border-bottom-width: 0;
}

.grid-view th {
  white-space: nowrap;
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
  padding-top: 7px;
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 767px) {
  .nav li > form > button.logout {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 0;
  }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
  outline: none;
}

/* ~~~ ����� �����, ����������� ������� ��������������� � ������ ���������� ����� ������� ~~~ */
a {
  text-decoration: none;
}

.flex-align-items-c {
  align-items: center;
}

main > .container {
  max-width: 1200px;
  padding: 100px 40px 40px 40px;
  padding-top: 0px;
}

@media screen and (max-width: 900px) {
  main > .container {
    padding: 64px 15px 20px 15px;
  }
}

.btn-danger,
.btn-outline-primary {
  line-height: 20px;
  height: 34px;
}

.btn-outline-primary {
  color: #5b4a2b;
  border-color: #5b4a2b;
}

.btn-outline-primary:hover {
  background-color: #5b4a2b;
  border-color: #5b4a2b;
}

.btn-primary {
  background-color: #8d7343;
  border-color: #8d7343;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:focus-visible {
  background-color: #5b4a2b !important;
  border-color: #5b4a2b !important;
  box-shadow: none !important;
}

.btn--expand-height {
  height: unset;
  overflow-wrap: break-word;
}

/* ����� ������ bootstrap �� �����������, ���������� ���� */

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

h1 .btn,
h2 .btn,
h3 .btn {
  font-family: "Avenir Next Cyr", sans-serif;
  font-size: 17px;
  font-weight: 400;
}

input[type="file"] {
  display: block;
  margin: 5px 0px;
}

.header-with-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 28px;
}

@media (max-width: 767px) {
  .header-with-buttons {
    column-gap: 20px;
  }
}

.header-with-switcher {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

@media (max-width: 400px) {
  .header-with-switcher {
    flex-direction: column;
  }

  .header-with-switcher > h1 {
    display: flex;
    justify-content: center;
  }

  .header-with-switcher > div {
    margin-bottom: 12px;
    display: flex;
    justify-content: flex-end;
  }
}

.view-switcher {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-end;
}

.view-switcher__container {
  width: 160px;
  height: 50px;
  padding: 4px;
}

.view-switcher__input {
  display: none;
}

.view-switcher__label {
  width: 100%;
  height: 100%;
  position: relative;
  display: inline-block;
  box-sizing: content-box;
  border-radius: 12px;
  background: #fbfbfb;
  cursor: pointer;
}

.view-switcher__label::before,
.view-switcher__label::after {
  content: "";
  position: absolute;
  width: 76px;
  height: 100%;
  top: 0;
  display: block;
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
}

.view-switcher__label::before {
  left: 0;
  background-image: url("../img/view-switcher/list-light.svg");
  z-index: 1;
}

.view-switcher__label::after {
  right: 0;
  background-image: url("../img/view-switcher/table.svg");
}

.view-switcher__input:checked + .view-switcher__label::before {
  background-image: url("../img/view-switcher/list.svg");
}

.view-switcher__input:checked + .view-switcher__label::after {
  background-image: url("../img/view-switcher/table-light.svg");
}

.view-switcher__switcher {
  width: 76px;
  height: 42px;
  position: relative;
  display: flex;
  border-radius: 12px;
  background: #3b3127;
}

.view-switcher__input:checked + .view-switcher__label .view-switcher__switcher {
  transform: translateX(76px);
}

.multiselect.dropdown-toggle {
  border-color: #5b4a2b;
  color: #5b4a2b;
}
.multiselect.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(91, 74, 43, 0.25);
}

.multiselect.dropdown-toggle::after {
  display: none;
}

.multiselect-container > li > a > label > input[type="checkbox"] {
  margin-top: 5px;
  margin-right: 4px;
}

.multiselect-container > .filter > .input-group {
  margin: 0;
}

.multiselect-container
  > li
  > a
  > label
  > input[type="checkbox"]:checked
  + span {
  border-color: red !important;
  background-color: red !important;
}

.multiselect-container > li > a > label {
  display: flex;
  align-items: flex-start;
  padding-left: 16px !important;
}

.multiselect-container.dropdown-menu {
  padding: 8px !important;
}

.multiselect-container > li.disabled {
  color: grey;
}

.multiselect-container > li.disabled > a > label {
  cursor: default;
}

.form-group {
  margin-bottom: 20px;
}

.default-form .control-label {
  font-size: 18px;
  margin-bottom: 8px;
  margin-right: 8px;
}

.default-form .form-control:focus {
  border-color: #5b4a2b;
  box-shadow: 0 0 0 0.2rem rgba(89, 67, 37, 0.3);
}

.default-form .has-error .help-block {
  color: red;
  margin-top: 6px;
  font-size: 16px;
}

.default-form .has-error .form-control {
  border-color: red;
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(255, 0, 0, 0.3);
}

.default-form .has-error .form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 0, 0, 0.3);
}

.invalid-feedback {
  margin-bottom: 0.5rem;
  font-size: 16px !important;
  color: red !important;
}

/* ������� � ������� ��������, ���������� �� ������� */

.pseudocheckbox-container input[type="checkbox"] {
  display: none;
}

.pseudocheckbox {
  font-size: 18px;
}

.pseudocheckbox::before {
  content: "\00A0";
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  top: 2px;
  width: 28px;
  height: 28px;
  background-color: var(--login-card-bg);
  border: 2px solid #ced4da;
  border-radius: 3px;
  margin-right: 12px;
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 36px;
  line-height: 20px;
  font-weight: bold;
  color: #5b4a2b;
}

input[type="checkbox"]:checked + .pseudocheckbox::before {
  content: "\2713";
}

.helper-icon {
  font-size: 22px;
  position: relative;
  top: 3px;
  cursor: pointer;
  color: #5b4a2b;
}

.custom-tooltip {
  --bs-tooltip-bg: #5b4a2b;
  --bs-tooltip-max-width: 800px;
}

.modal-header button.close {
  font-size: 32px !important;
}

.select2-container--bootstrap .select2-selection {
  font-size: 17px;
  font-family: inherit;
}

.select2-container--bootstrap
  .select2-selection--multiple
  .select2-selection__choice__remove {
  font-size: 24px;
  vertical-align: text-bottom;
  color: #8d7343;
}

.select2-container--bootstrap
  .select2-selection--multiple
  .select2-selection__choice {
  margin: 7px 0 0 6px;
}

.select2-container--bootstrap
  .select2-selection--multiple
  .select2-selection__clear {
  margin-top: 3px;
  font-size: 24px;
  color: #8d7343;
}

.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
  border-color: #5b4a2b;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(0 0 0 / 18%);
}

.select2-container--bootstrap .select2-dropdown {
  border-color: #5b4a2b;
}

.multiselect-container > li {
  white-space: nowrap;
}
.multiselect-container.dropdown-menu {
  max-height: calc(100vh - 315px);
  overflow-y: auto;
  z-index: 99999999;
}
@media (min-width: 767px) {
  .multiselect-container.dropdown-menu {
    max-height: calc(100vh - 500px);
  }
}

.form-select--default {
  color: #5b4a2b;
  border-color: #5b4a2b;
}

.form-select--default:focus {
  border-color: #5b4a2b;
  box-shadow: 0 0 0 0.2rem rgba(89, 67, 37, 0.3);
}

.cookieNotificationBar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0px -2px 15px rgba(0, 0, 0, 0.15);
  padding: 28px;
  z-index: 1000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #000;
}
.disableCookieNotification {
  color: #fff;
  cursor: pointer;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.15);
  padding: 0.375rem 25px;
  float: right;
}
.error-container h1 {
  text-align: center;
}
.error-container .btn {
  margin: auto;
  left: 0;
  right: 0;
  position: absolute;
  width: 150px;
}
.error-container {
  padding-bottom: 35px;
  margin-top: 25px;
  min-height: 250px;
  position: relative;
}
.error-container > * {
  z-index: 200;
  position: relative;
  display: block;
  width: 100%;
}
/*.error-container:after {
  content: '';
  background: url(/img/404_1.jpg) #Fff bottom right no-repeat;
  position: absolute;
  background-size: contain !important;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0.2;
} */

.error-container.rand1:after {
  background: url(/img/404_2.jpg) #fff bottom right no-repeat;
}
@media screen and (max-width: 979px) {
  .error-container:after {
    height: 250px;
    background-position: center bottom !important;
    top: auto;
    bottom: 0;
    background-size: contain !important;
  }
  .error-container {
    padding-bottom: 284px;
  }
}
@media screen and (max-width: 400px) {
  .error-container {
    padding-bottom: 225px;
  }
}
.infoBlock h1 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding-bottom: 25px;
  font-size: 28px;
}
.infoSection h3 {
  font-size: 22px;
  margin-bottom: 1rem;
}
.infoSection {
  margin-bottom: 1rem;
}
.infoSection p {
  margin-left: 25px;
  font-size: 16px;
}
.infoBlock ul {
  margin-left: 25px;
}
.infoLinks a {
  display: block;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 15px;
  font-weight: 500;
  transition: 0.2s all;
  color: #5b4a2b;
  opacity: 0.6;
}
.infoLinks a:hover {
  opacity: 1;
}
.postBlock {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  list-style: none;
}
.postItem {
  flex: 0 0 auto;
  width: calc(50% - 20px);
  margin: 10px 10px;
  background: #fff;
  box-shadow: 0px 7px 21px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 15px;
  position: relative;
  padding-bottom: 30px;
}
.postItem img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

.postName a {
  font-family: "Anglecia Pro", serif;
  font-weight: 600;
  color: #000;
  transition: 0.2s all;
  opacity: 0.8;
}
.postName a:hover {
  opacity: 1;
}
.postDate {
  color: #656565;
  font-size: 16px;
  position: absolute;
  bottom: 3px;
}
.postNavbar {
  display: flex;
}
.postNavbar > * {
  flex: 1 0 0%;
}
.postNavbarActions > * {
  margin: 0px 5px;
  width: 155px;
}
.postNavbarActions {
  justify-content: flex-end;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.postEntity {
  width: 100%;
  justify-content: space-between;
  min-height: 450px;
}
.breadcrumb-item a {
  color: #5b4a2b;
}
.postEntity > img {
  max-width: 40%;
  float: right;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  margin-left: 10px;
}
@media screen and (max-width: 670px) {
  .postEntity img {
    float: none;
    width: 100%;
    max-width: none;
    margin-left: 0px;
  }
  .postDescription {
    margin-top: 20px;
  }
}
/** For post form */
.field-post-keywords {
  width: 400px;
}
.post-keywords {
  height: 35px;
}
#keyword-list {
  height: 100px;
  overflow-y: scroll;
}
#keyword-list li .keyword-item {
  width: 200px;
  display: inline-block;
}

/** For site/inforation */
.legal-info-links a {
  display: block;
  padding-bottom: 12px;
  font-size: 20px;
  font-weight: 500;
}
.defaultNavbar {
  display: flex;
}
.postNavbar > * {
  flex: 1 0 0%;
}
.defaultNavbar > .defaultNavbarActions {
  justify-content: flex-end;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.defaultNavbarActions a {
  margin: 0px 5px;
}
.defaultNavbar > * {
  flex: 1 0 0%;
}
.buttonToTop {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  color: #5b4a2b;
  font-size: 48px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  opacity: 0.6;
  cursor: pointer;
  transition: 0.2s all;
}
.buttonToTop:hover {
  opacity: 1;
}
.buttonToTop::before {
  content: "\f062";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

/** Main content */
.pageContainer {
  background: #fff;
  padding: 40px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  flex-grow: 1;
}
footer {
  max-width: 1200px;
  margin: auto;
}
main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media screen and (min-width: 992px) {
  main {
    overflow-x: hidden;
  }
}
/** google translate widget */
#google_translate_element {
  top: 80px;
  right: 20px;
  z-index: 2000;
}
/** background */
#head-logo {
  background: url("/img/wood.jpeg") #f5f1ee center top no-repeat;
  background-size: cover;
}
/** footer links */
footer a {
  color: #9c8057;
}

footer .nav-link {
  font-family: "Anglecia Pro", serif;
}

a {
  color: #c33;
}
.navbar-nav.nav .nav-link,
.navbar-nav.nav .dropdown-item {
  font-family: "Anglecia Pro", serif;
}
.navbar-nav.nav .dropdown.nav-item div {
  padding: 0px;
  border-radius: 0px;
  background: #0e0b0a;
  margin-top: 0px;
}
.navbar-nav.nav .dropdown.nav-item div a,
.navbar-nav.nav .dropdown.nav-item button {
  padding: 10px 20px;
  white-space: nowrap;
  color: #dec9bf;
  font-size: 17px;
}
.navbar-nav.nav .dropdown.nav-item div a:not(:last-child) {
  border-bottom: 1px solid #3b3127;
}
.navbar-nav.nav .dropdown.nav-item div a:hover,
.navbar-nav.nav .dropdown.nav-item button:hover {
  background: #bea99f;
  color: #0e0b0a;
  border-bottom: 1px solid #fff;
}
.navbar-nav.nav .nav-item > a:hover {
  border-bottom: 2px solid #eee;
}
.navbar-nav.nav .dropdown.nav-item button:active {
  background: #bea99f;
  color: #0e0b0a;
}
.navbar-nav.nav .nav-item > a {
  color: #bea99f;
  text-decoration: none;
  display: block;
  float: left;
  padding: 20px 12px 16px 12px;
  font-size: 17px;
  border-bottom: 2px solid #0e0b0a;
  font-weight: 400;
}
@media (max-width: 1290px) {
  .navbar-nav.nav .nav-item > a {
    padding: 20px 8px 16px;
  }
}
.navbar-expand-md {
  max-width: 100dvw;
  padding: 0 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dropdown-toggle.show::after {
  border-bottom: 0.3em solid;
  border-top: 0px;
}
/* .navbar-expand-md .container {
  max-width: none;
  margin-left: 20px;
} */
.navbar-nav.nav .dropdown-item.active {
  background-color: #221b19;
  color: #bdaba2;
}
.navbar-expand-md {
  background: linear-gradient(to bottom, #3b3127, #0e0b0a);
}
.navbar_left,
.navbar_left .container,
.navbar_right {
  padding: 0px;
}
/* .navbar_left {
  float: left;
}
.navbar_right {
  float: right;
} */
.dropdown-item_orders {
  display: flex !important;
  align-items: center;
  gap: 8px;
}
.dropdown-toggle_order > i {
  position: relative;
}
.dropdown-toggle_order > i > div {
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: -16px;
  left: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0e0b0a;
  color: #bea99f;
  border: 1px solid #bea99f;
  border-radius: 50% !important;
  font-size: 14px;
}
.dropdown-item_orders > div {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #bea99f;
  border-radius: 50% !important;
  font-size: 14px;
}
.dropdown-item_orders:hover > div {
  color: #0e0b0a;
  background-color: #bea99f !important;
  border-color: #0e0b0a;
}
.search-li__input {
  height: 34px;
  width: 100%;
  padding: 0.375rem 0.75rem 0.425rem 45px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 8px;
  background: #fff;
  color: #495057;
  box-shadow: none;
  outline: none;
  border: none;
}
.search-li__button {
  position: absolute;
  height: 100%;
  padding-left: 12px;
  padding-bottom: 3px;
  font-size: 18px;
  border: none;
  background: none;
  color: #5b4a2b;
  cursor: pointer;
}
.search-li {
  position: relative;
  max-width: 225px;
  margin-left: auto;
  margin-right: 15px;
  padding-top: 2px;
  flex-grow: 1;
  margin-top: auto;
  margin-bottom: auto;
}
@media (max-width: 1290px) {
  .search-li__input {
    max-width: 200px;
  }
}
.nav-item-search {
  display: flex;
}
.navbar-expand-md .nav-link i {
  font-size: 24px;
}
.navbar_left .mobile,
.navbar_right .mobile,
.nav-link.mobile.navbar-toggle {
  display: none;
}
#google_translate_element {
  min-width: 25px;
}
.navBarTranslateLabel::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  font-size: 15px;
}
.nav-item-translate:hover {
  border-bottom: 2px solid #eee;
}
.nav-item-translate {
  height: 65px;
}
@media screen and (max-width: 1221px) {
  .nav-item-translate {
    height: auto;
  }
  .navbar_left .mobile,
  .navbar_right .mobile {
    display: block;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar_left ul li:not(.mobile),
  .navbar_right ul li:not(.mobile),
  .navbar_right ul .nav-item:not(.mobile) {
    display: none;
  }
  .nav-item-translate {
    display: block !important;
  }

  .nav-link.mobile.navbar-toggle {
    padding: 18px 12px 14px 12px;
    display: inline-block;
    color: #fff;
    cursor: pointer;
  }
}

.select2-container--bootstrap .select2-selection--multiple {
  min-height: 43px;
}
.select2-container--bootstrap
  .select2-selection--multiple
  .select2-selection__clear {
  margin-top: 7px;
}
.postBlock {
  padding-left: 0px;
}
.landingPageCard {
  margin: 80px 0px;
  position: relative;
  width: 100%;
}
.landingPageCard:not(.landingPageCard--main):last-child {
  margin-bottom: 40px;
}
.landingPageCard img {
  max-width: 100%;
  height: auto;
}
.landingPageCard.right a p {
  right: 0;
  text-align: right;
  left: auto;
}
.landingPageCard a {
  display: block;
}
.landingPageCard a p {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  text-decoration: none;
  font-size: 31px;
  font-family: "Anglecia Pro", serif;
  padding: 20px 40px;
  margin-bottom: 0px;
  transition: 0.2s all;
}
.landingPageCard a:hover p {
  background: rgba(0, 0, 0, 0.6);
  color: #d8ccb4;
}
.landingPageCard a small {
  display: block;
  font-size: 18px;
  margin-top: 10px;
}
.postDescription {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  line-break: normal;
  hyphens: auto;
}
.postDescription img {
  max-width: 100%;
  display: inline-block;
  aspect-ratio: auto;
  object-fit: cover;
}
.stockItem {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: flex;
  flex-wrap: wrap;
}
.stockItem:not(:first-child) {
  border-top: var(--bs-border-width) var(--bs-border-style)
    var(--bs-border-color) !important;
}
.stockItem .stockImage {
  flex: 0 0 auto;
  width: 16.66666667%;
  padding-right: 10px;
}
.stockItem .stockDescription {
  flex: 0 0 auto;
  width: 50%;
}
.stockActions {
  flex: 0 0 auto;
  width: 33.33333333%;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
.stockActions .stockButton {
  margin: 0.3em;
}
.stockActions,
.stockDescription {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.stockAditionalInfoContainer {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.stockAdditionalImages {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.stockAdditionalImages img {
  flex: 0 0 auto;
  width: calc(50% - 10px);
  margin-right: 5px;
  margin-top: 5px;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}
.stockAdditionalDescription {
  flex: 0 0 auto;
  width: 50%;
  font-size: 16px;
  padding-right: 10px;
  line-height: 20px;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 160px;
}
.stockAdditionalValues {
  flex: 0 0 auto;
  width: 33.33333333%;
  list-style: none;
  padding: 0px;
}
.stockAdditionalValues li {
  border-bottom: 1px dotted rgba(21, 17, 14, 0.2);
}
.stockAdditionalValues li {
  padding: 5px 0px;
}
.stockAdditionalValues b {
  color: #342a18;
  font-weight: 600;
}
.stockHeader {
  color: #342a18;
  font-weight: 600;
}
.stockCheck {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  border: 1px solid;
  width: 16px;
  height: 16px;
  position: relative;
  padding: 0px;
  color: #6f6145;
  vertical-align: middle;
  margin-left: 10px;
  display: inline-block;
}
.stockSmallHeader {
  margin-right: 5px;
}
.stockCheck.active:before {
  content: "\f00c";
  position: absolute;
  height: 16px;
  font-size: 20px;
  line-height: 16px;
  left: 0;
  right: 0;
  margin: auto;
}
.stockAdditionalFooter {
  justify-content: space-between;
  width: 100%;
  margin-top: 1rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.select2-container--bootstrap
  .select2-selection--multiple
  .select2-selection__choice {
  margin: 6px 7px;
}
.select2-container--bootstrap
  .select2-selection--multiple
  .select2-selection__clear {
  margin-top: 3px;
}
.select2-container--bootstrap.select2-container--focus .select2-selection {
  display: flex;
}
.catalog-items-form .align-items-end .ms-3 {
  margin: auto;
  padding-top: 13px;
}
.select2-container--bootstrap .select2-selection--multiple {
  max-height: none;
  height: auto;
  display: flex;
}
.toggle-tags-modal {
  cursor: pointer;
  position: relative;
  color: #8d7343;
  font-size: 30px;
}
.stockAdditionalDescription p {
  margin-bottom: 0px;
}
.stockAdditionalTags span {
  color: #5b4a2b;
  border-color: #5b4a2b;
  border: 1px solid;
  padding: 0.275rem 0.65rem;
  font-size: 14px;
  margin-right: 3px;
  margin-bottom: 3px;
}
.stockAdditionalTags div {
  display: flex;
  max-width: 100%;
  flex-wrap: wrap;
}
@media screen and (max-width: 769px) {
  .stockActions,
  .stockDescription {
    padding: 0px;
  }
  .stockDescription {
    font-size: 16px;
    line-height: 18px;
  }
  .stockButton .btn {
    font-size: 14px;
    line-height: 18px;
  }
  .stockActions .stockButton {
    margin: 0.125em;
  }
  .stockGrid {
    margin-left: -20px;
    margin-right: -20px;
  }
  .stockAdditionalDescription {
    font-size: 14px;
    line-height: 18px;
    padding-right: 10px;
    max-height: 144px;
  }

  .stockAdditionalValues li {
    font-size: 14px;
    padding: 2px 0px;
  }
  .stockAdditionalValues li:last-child {
    margin-top: 5px;
  }

  .stockHeader {
    font-size: 16px;
    line-height: 20px;
  }
  .stockEditingImageBlock {
    margin-bottom: 10px;
  }
  .stockAdditionalTags span {
    font-size: 13px;
    padding: 0.125rem 0.35rem;
  }
}
.stockEditingImageBlock {
  position: relative;
}
.stockEditing {
  position: relative;
}
.list-inline-item:last-child .stockEditingImageArrowRight {
  display: none;
}
.stockEditingImageArrowLeft {
  left: 10px;
}
.list-inline-item:first-child .stockEditingImageArrowLeft {
  display: none;
}
.default-form .control-label {
  font-weight: 500;
  color: #5b4a2b;
}
#head-logo img {
  max-width: 100%;
}
.btn.btn-outline-primary:active,
.btn.btn-outline-primary:focus {
  background-color: #42361e;
  border-color: #42361e;
}
.nav-link.phone {
  padding-bottom: 19px;
}
.navBarTranslateLabel:before {
  display: inline-block;
  pointer-events: none;
  width: 24px;
  content: "\f57d";
  font-size: 24px;
  cursor: pointer;
}
.navBarTranslateLabel {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  width: 24px;
  position: relative;
  color: #bea99f;
  cursor: pointer;
  display: block;
  float: left;
  height: 24px;
}
.nav-item-translate {
  padding: 20px 14px 16px 14px;
}
.nav-item-translate select {
  width: 24px;
  position: absolute;
  left: 0;
  height: 24px;
  margin: 0px !important;
  outline: none !important;
  cursor: pointer;
}
.navBarTranslateLabel select option {
  color: #000;
}
.skiptranslate.goog-te-gadget {
  font-size: 0px;
}
.skiptranslate.goog-te-gadget a {
  display: none;
}
.goog-te-combo {
  background: none;
  color: transparent;
  border: 0px;
  width: 40px;
}
.stockAdditionalTags {
  padding-bottom: calc(0.75rem - 5px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 558px) {
  .stockItem .stockImage {
    width: 125px;
  }
  .stockAdditionalImages {
    width: 125px;
  }
  .stockItem .stockDescription {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    padding-left: 10px;
  }
  .stockAdditionalValues li,
  .stockAdditionalValues li > span {
    font-size: 16px;
  }
  .stockAdditionalFooter {
    margin-top: 0px;
  }
  .stockHeader {
    font-size: 16px;
  }
  .stockAdditionalValues li {
    border-bottom: 1px dotted rgba(21, 17, 14, 0.1);
  }
  .stockAdditionalTags span {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .stockAdditionalTags {
    margin-top: 0.75rem;
    border-top: 1px solid rgba(0, 0, 0, 0.03);
    padding-top: 0.75rem;
  }
}
.stockAdditionalFooter div:not(.stockHeader) {
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 14px;
  line-height: 18px;
  margin-top: 5px;
}
.stockAdditionalValues li:first-child {
  padding-top: 0px;
}
.fa-angles-down.opened:before {
  content: "\f102";
}
.btn.disabled {
  color: inherit;
  border-color: inherit;
  opacity: 0.3;
}
@media screen and (min-width: 992px) {
  .stockAdditionalValues {
    border-left: 2px dotted rgba(0, 0, 0, 0.15);
    padding-left: 10px;
  }
  .stockAdditionalTags {
    margin-top: 0.75rem;
    border-top: 1px solid rgba(0, 0, 0, 0.03);
    padding-top: 0.75rem;
  }
}
@media screen and (max-width: 992px) {
  .stockAditionalInfoContainer {
    margin-bottom: 0px;
  }
  .stockAdditionalFooter .col-8 {
    width: 100%;
  }
  .stockAdditionalFooter .col-4 {
    text-align: left;
    margin-top: 10px;
  }
  .stockAdditionalValues {
    margin-top: 10px;
  }
  .stockAdditionalDescription {
    margin-top: 10px;
  }
  .stockAdditionalImages,
  .stockAdditionalDescription,
  .stockAdditionalValues {
    width: 100%;
  }
  .stockAdditionalImages img {
    width: 50px;
  }
  .stockDetails {
    padding-bottom: 35px;
  }
  .stockDetails .btn.btn-outline-primary.mt-3.mb-3 {
    position: absolute;
  }
  .stockAdditionalTags {
    padding-bottom: 0.75rem;
  }
  .stockItem {
    padding-bottom: 0px;
  }
  .stockItem .stockImage {
    width: 125px;
    height: 125px;
  }
  .stockActions {
    position: absolute;
    right: 25px;
    width: auto !important;
  }
  .stockItem .stockDescription {
    width: calc(100% - 310px);
    font-size: 18px;
    line-height: 20px;
    word-break: break-word;
  }
  .stockButton .btn {
    font-size: 20px;
    line-height: 24px;
    height: auto;
  }
  .stockAdditionalFooter .col-8,
  .col-4 {
    width: 50%;
  }
  .stockAdditionalFooter .col-4 {
    text-align: right;
  }
}
@media (max-width: 550px) {
  .priceOnSite .col-4 {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 550px) {
  .priceOnSite .col-4 {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 1221px) {
  .navbar-nav.nav .nav-item > a {
    padding: 18px 12px 14px 12px;
    font-size: 15px;
  }
  .search-li__button {
    padding-left: 10px;
    padding-bottom: 3px;
    font-size: 16px;
  }
  .search-li__input {
    height: 34px;
    width: 100%;
    padding: 0.175rem 0.65rem 0.325rem 35px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 8px;
    background: #fff;
    color: #495057;
    box-shadow: none;
    outline: none;
    border: none;
  }
  .navbar-expand-md .nav-link i {
    font-size: 17px;
  }
  .nav-item-translate select {
    width: 17px;
    height: 17px;
  }
  .navBarTranslateLabel {
    width: 17px;
    height: 17px;
  }
  .navBarTranslateLabel:before {
    display: inline-block;
    pointer-events: none;
    width: 25px;
    content: "\f57d";
    font-size: 25px;
    cursor: pointer;
    line-height: 25px;
    color: #fff;
  }
}
.navbarMobileLayout {
  background: #333;
  border-color: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.85);

  width: 80vw;
  min-width: 140px;
  max-width: 440px;
  z-index: 100;
  position: fixed;
  right: auto;
  padding: 0;
  margin: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.navbarMobileHeader {
  text-align: center;
  color: #fff;
  font-family: "Avenir Next Cyr", sans-serif;
  padding-bottom: 10px;
  border-bottom: 1px solid #262626;
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 16px;
}
.navbarMobileMainPanel {
  -webkit-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  transform: translate(0%, 0);
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition: 0.3s all;
  position: absolute;
  width: 100%;
  max-height: 100%;
  overflow: auto;
}
.navbarNextButton {
}
.navbar-toggler {
  display: none;
}
.navbar-toggle i {
  font-size: 26px !important;
}
.navbar-toggle:hover {
  color: #fff;
}
ul.navbarMobileList {
  list-style: none;
  padding-left: 0px;
}
ul.navbarMobileList li {
  position: relative;
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}
ul.navbarMobileList li a {
  color: #fff !important;
  font-size: 16px !important;
  outline: none;
  padding: 15px 10px 15px 20px;
  display: block;
  line-height: 20px;
  font-weight: 500;
  opacity: 0.9;
  transition: 0.2s all;
}
ul.navbarMobileList li a:hover {
  text-decoration: none;
  opacity: 1;
}
.navbarMobileLinkWithExpand a:first-child {
  margin-right: 50px;
}
.navbarMobileNextButton {
  border-left: 1px solid #262626;
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.container.expanded {
  z-index: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
main {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}
main.expanded {
  -webkit-transform: translate(80vw, 0);
  -ms-transform: translate(80vw, 0);
  transform: translate(80vw, 0);
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0);
  position: fixed;
}
@media screen and (min-width: 550px) {
  main.expanded {
    -webkit-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    transform: translate(440px, 0);
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}
body.expanded {
  overflow: hidden;
}
.navbarMobileLayout {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}
.navbarMobileLayout.expanded {
  -webkit-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  transform: translate(0%, 0);
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
.navbarMobileNextButton:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto;
  content: "";
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  box-sizing: content-box;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  border-color: #bfbfbf;
}
.navbarMobilePrevButton {
  left: 0;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1;
}
.navbarMobilePrevButton:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
  content: "";
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  box-sizing: content-box;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  border-color: #bfbfbf;
}
.navbarMobileMainPanel.hidden {
  opacity: 0;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.navbarMobileMainPanel .search-li {
  max-width: 100%;
  margin-left: 15px;
  margin-bottom: 20px;
}
.navbarMobileFooter {
  font-weight: 500;
  font-size: 16px;
}
.navbarMobileFooterAdress {
  background: url(/img/icon-adress.png) 0 0 no-repeat;
  font-size: 16px !important;
  display: block;
  padding-left: 50px;
  background-size: 25px auto;
  margin-left: 20px;
  margin-bottom: 1rem;
}
.navbarMobileFooterContacts {
  margin-left: 20px;
}
.navbarMobileFooterContacts a {
  color: #fff;
}
ul.navbarMobileList li > a:not(.navbarMobileNextButton):after {
  content: "";
  border-color: #262626;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 20px;
  right: 0;
  bottom: 0;
}
.slideout.slided {
  -webkit-transform: translate(80vw, 0);
  -ms-transform: translate(80vw, 0);
  transform: translate(80vw, 0);
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0);
}
main {
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: 1;
}
.navbarMobileLayout.toggled {
  display: none;
}
#costHelper {
  margin-top: -50px;
  margin-left: 15px;
  font-size: 16px;
}
#catalogitem-price {
  color: #fff;
}
.tooltip-inner {
  background: #5b4a2b;
  color: #fff;
}
.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: #5b4a2b;
}
footer ul {
  padding-left: 0px;
}
footer ul a.nav-link {
  font-size: 15px;
  color: #9c8057;
  text-decoration: none;
  margin: 0 0 10px 0;
}
.footerContacts {
  background: #f9f7f2;
  padding: 40px;
}
.footerAdress {
  background: url(/img/icon-adress.png) 0 0 no-repeat;
  font-size: 22px;
  display: block;
  padding-left: 50px;
  background-size: 25px auto;
  color: #9c8057;
}
.footerEmail {
  font-size: 19px;
  display: block;
  background: url(/img/icon_letter.png) left 10px no-repeat;
  color: #9c8057;
  padding-left: 50px;
  word-break: break-word;
  margin-top: 20px;
  text-decoration: underline;
}
.footerPhone {
  font-size: 22px;
  display: block;
  background: url(/img/icon_tel.png) left center no-repeat;
  color: #c33;
  padding-left: 50px;
  margin: 20px 0;
}
.footerPhone a {
  color: #c33;
}

.footerCopyright {
  font-size: 15px;
  color: #9c8057;
}
.footerCopyright a {
  color: #c33;
}

@media screen and (max-width: 779px) {
  footer .row > div {
    width: 50%;
  }
  footer ul {
    padding-left: 0px;
  }
  footer .nav-link {
    font-size: 14px;
  }
  footer h3 {
    margin-bottom: 10px;
    margin-top: 0px;
  }
  footer .row > div:nth-child(2),
  footer .row > div:first-child {
    border-bottom: 2px dotted rgba(0, 0, 0, 0.25);
  }
  .footerAdress {
    background: url(/img/icon-adress.png) 0 0 no-repeat;
    font-size: 18px;
    display: block;
    padding-left: 40px;
    background-size: 20px auto;
    color: #9c8057;
    line-height: 22px;
  }
  .footerEmail {
    font-size: 18px;
    padding-left: 40px;
  }
  .footerPhone {
    padding-left: 40px;
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .footerEmail,
  .footerPhone {
    margin-top: 10px;
  }
}
@media screen and (max-width: 500px) {
  footer .row > div {
    font-size: 14px;
    position: relative;
  }
  footer .row > div img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: 0;
    bottom: 0;
  }
  .footerContacts,
  footer .row > div:nth-child(3) {
    width: 100% !important;
  }
  footer .row > div:nth-child(3) {
    margin-top: 10px;
  }
}
.mainPage.catalogItem {
  width: calc(33% - 12px);
  position: relative;
  display: inline-block;
  border: 2px solid #ccc;
  margin: 3px;
}
.catalogItemsContainer {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.mainPage.catalogItem a,
.mainPage.catalogItem img {
  display: block;
  width: 100%;
}
.mainPage.catalogItem span {
  padding: 5px 0;
  font-family: "Anglecia Pro", serif;
  font-size: 21px;
  text-align: center;
  color: #000;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0;
  position: relative;
}
.mainPage.catalogItem div {
  border-top: 1px solid #d5d5d5;
  display: flex;
  background: rgba(255, 255, 255, 0.6);
}
.mainPage.catalogItem a:hover div {
  background: rgba(0, 0, 0, 0.6);
  color: #d8ccb4;
}
.mainPage.header {
  text-align: center;
}
.mainPage.header a {
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 779px) {
  .mainPage.catalogItem {
    width: calc(50% - 10px);
  }
  .mainPage.catalogItem span {
    padding: 3px 0px;
    font-size: 16px;
    line-height: 18px;
  }
  .mainPage.catalogItem div {
    position: relative;
    height: 47px;
  }
  .mainPage.catalogItem div span {
    height: min-content;
    margin: auto;
    border: none;
  }
  .mainPage.catalogItemsContainer,
  .mainPage.exhibitionBlock {
    margin: 0px;
  }
  .landingPageCard a p {
    font-size: 18px;
    font-weight: 500;
    padding: 10px 20px;
  }
  .landingPageCard a p small {
    display: none;
  }
  .landingPageCard {
    margin: 40px 0px;
  }
  .landingPageCard:not(.landingPageCard--main):last-child {
    margin-bottom: 25px;
  }
}
.mainPage.exhibitionItem {
  width: calc(50% - 12px);
  margin: 6px;
}
.exhibitionItem img {
  float: left;
  width: 200px;
}
.exhibitionItem.description {
  display: block;
  overflow: hidden;
  margin: 0px 20px 20px 220px;
}
.exhibitionItem.description h3 {
  margin-top: 0;
}
.exhibitionItem.description h3 a {
  color: #000;
  font-size: 21px;
  font-family: "Anglecia Pro", serif;
  display: block;
  margin: 0 0 10px 0;
}
.exhibitionItem.description p {
  display: block;
  overflow: hidden;
  font-size: 15px;
  color: #555;
}
@media screen and (min-width: 779px) {
  .mainPage.catalogItem a:hover span {
    color: #fff;
    text-decoration: none;
  }
  .mainPage.catalogItem a:hover {
    text-decoration: none;
  }
  .mainPage.catalogItem span {
    position: relative;
  }
}
@media screen and (max-width: 1179px) {
  .exhibitionItem.description {
    margin: 0px 20px 20px 110px;
  }
  .exhibitionItem img {
    width: 90px;
  }
}
@media screen and (max-width: 779px) {
  .mainPage.exhibitionItem {
    width: 100%;
    margin: 10px 0px;
  }
}
footer {
  background: #fff;
  padding: 0px 20px;
}
.exhibition-index h1 p {
  float: right;
}
.exhibitionList {
  list-style: none;
  padding: 0px;
  margin-bottom: 40px;
}
.exhibitionList li {
  padding: 10px 13px;
  display: inline-block;
}
.exhibitionList img {
  float: left;
  width: 152px;
}
.exhibitionItemData {
  margin-left: 172px;
}
.exhibitionItemData a {
  font-size: 18px;
}
.exhibitionItemData .date {
  display: block;
  font-size: 11px;
  background: url(/img/icon_time.png) left center no-repeat;
  padding-left: 16px;
  font-weight: 600;
  margin-bottom: 0px;
}
@media screen and (max-width: 779px) {
  .exhibitionList li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .exhibitionList li p {
    font-size: 14px;
    line-height: 18px;
  }
  .exhibitionList img {
    width: 100px;
  }
  .exhibitionItemData {
    margin-left: 120px;
  }
  .exhibitionItemData h4 {
    line-height: 22px;
  }
  .mainPage.catalogItem span {
    display: block;
    position: relative;
    border-top: 1px solid #d1d1d1;
  }
}
@media (max-width: 550px) {
  .field-catalogitem-acceptance_date .default-form .control-label {
    line-height: 18px;
    height: 36px;
    vertical-align: text-bottom;
    font-size: 16px;
  }
  .mainPage.catalogItemsContainer {
    justify-content: center;
    display: flex;
  }
  .mainPage.catalogItem {
    width: calc(50% - 10px);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mainPage.catalogItem span {
    padding: 5px;
  }
}
.subscribe-form .control-label {
  color: #212529;
  font-weight: 400;
}
.error {
  background: #f9f7f2;
  padding: 25px;
}
.error .icon {
  float: left;
  font-size: 32px;
  color: #000000;
  padding-right: 15px;
  opacity: 0.2;
  width: 50px;
}
.error .description {
  padding-left: 50px;
}
@media (max-width: 769px) {
  .error .description p {
    font-size: 16px;
    line-height: 20px;
  }
}
#catalogitem-price {
  color: transparent;
  z-index: 1;
  position: relative;
  background: none;
}
#costHelper {
  margin-top: -50px;
  margin-left: 15px;
  font-size: 16px;
  z-index: 0;
  user-select: none;
  position: absolute;
}
.carousel.slide.carousel-fade {
  margin: -40px;
  padding: 40px;
}
.carousel.slide.carousel-fade img {
  vertical-align: middle;
  height: auto;
  width: 100%;
}
@media (max-width: 769px) {
  .carousel.slide.carousel-fade {
    padding: 15px;
    margin: -10px;
  }
}
#head-logo {
  display: block;
  padding-top: 67px;
  position: relative;
}
#head-logo img {
  max-width: 100%;
  margin: 40px auto 40px auto;
}
@media (max-width: 500px) {
  #head-logo img {
    margin: 0px;
    padding: 30px;
  }
}
.photo-index__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.photo-index__title {
  justify-content: space-between;
}
.photo-index__list-item {
  display: flex;
  flex-direction: column-reverse;
}
.btn.photo-index__button-show {
  margin: 0 0 32px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #cecece;
}
.btn.photo-index__button-show:active {
  border-color: #cecece;
}
@media (max-width: 576px) {
  .btn.photo-index__button-show {
    margin: 0 0 20px;
  }
}
.photo-index__button-show > p {
  font-family: "Avenir Next Cyr", sans-serif;
  margin: 0 0 8px;
  font-size: 21px;
  text-align: left;
}
.photo-index__button-show > img {
  transform: rotateX(180deg);
}
.photo-index__collapse.show + .photo-index__button-show > img {
  transform: rotateX(0deg);
}
.photoGalleryRow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px 80px;
  margin-bottom: 120px;
}
@media (max-width: 998px) {
  .photoGalleryRow {
    margin-bottom: 80px;
    gap: 32px 48px;
  }
}
@media (max-width: 767px) {
  .photoGalleryRow {
    margin-bottom: 60px;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}
@media (max-width: 576px) {
  .photoGalleryRow {
    margin-bottom: 40px;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.photoGalleryItem {
  flex: 0 0 auto;
  width: 100%;
  transition: 0.2s all;
  cursor: pointer;
}
.photoGalleryItem:hover {
  background: #ffebed;
}
.photoGalleryItem img {
  aspect-ratio: 1 / 1;
  width: 100%;
  overflow: hidden;
  height: auto;
  object-fit: cover;
}
label.control-label {
  font-weight: 600;
  color: #9c8057;
}
/* ~~~ Gallery ~~~ */
.galleryModal {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.85);
  box-shadow: inset 0px 0px 30px 25px rgba(24, 22, 22, 0.65);
}
.galleryModal:not(.show) {
  display: none;
}
.galleryModalContainer {
  z-index: 10000 !important;
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  background: url(/img/grid.png);
}
.galleryModalContainer img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  top: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  cursor: grab;
}
.galleryOpened {
  overflow: hidden;
}
.galleryModalActions {
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
}
.galleryActionToNextButton,
.galleryActionToPrevButton {
  position: absolute;
  height: calc(100% - 50px);
  width: 75px;
  transition: 0.2s all;
  cursor: pointer;
  z-index: 1;
}
.galleryActionToNextButton.hover,
.galleryActionToPrevButton.hover {
  background: rgba(0, 0, 0, 0.4);
}
.galleryActionToNextButton i,
.galleryActionToPrevButton i {
  opacity: 0.8;
  transition: 0.2s all;
  color: #fff;
  font-size: 65px;
  text-align: center;
  height: 65px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}
.galleryActionToNextButton:hover i,
.galleryToPrevButton:hover i,
.galleryActionClose:hover i,
.galleryActionZoomIn:hover i,
..galleryActionZoomOut:hover i {
  opacity: 1;
}
.galleryActionToNextButton {
  right: 0;
}
.galleryActionToPrevButton {
  left: 0;
}
.galleryActionClose,
.galleryActionZoomIn,
.galleryActionZoomOut {
  font-size: 54px;
  color: #fff;
  opacity: 0.8;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  margin-right: 20px;
  z-index: 1000;
}
@media (max-width: 758px) {
  .galleryActionClose,
  .galleryActionZoomIn,
  .galleryActionZoomOut {
    width: 48px;
    height: 48px;
  }
  .galleryActionClose i {
    font-size: 48px;
    height: 48px;
  }
}
.galleryAlertEmpty {
  text-align: center;
  margin-top: 25px;
}
.galleryAlertEmpty i {
  font-size: 78px;
  opacity: 0.3;
}
.galleryAlertEmpty p {
  margin-top: 10px;
  font-size: 18px;
  opacity: 0.6;
}
@media (max-width: 680px) {
  .catalog-category-search .filters-reset--search,
  .catalog-category-search .filters-button--search {
    position: relative;
    top: auto;
    left: auto;
    margin: auto;
  }
}
@media (max-width: 550px) {
  .catalog-items-form > form > .row > .col {
    min-width: 100%;
    display: block;
    padding: 0px;
  }
  .catalog-items-form > form > .row {
    margin: 0px;
  }
  .pageContainer {
    padding: 20px;
  }
}
.fileInput label {
  display: block;
  max-width: 175px;
  margin-top: 20px;
}
.fileInput label input {
  display: none;
}
.fileInput span {
  display: none;
  font-size: 14px;
}
.fileInput span.shown {
  display: block;
}
.fileInput img {
  display: none;
  max-width: 200px;
  max-height: 200px;
  margin-top: 10px;
  border: 2px solid #8d7343;
}
.fileInput img.shown {
  display: block;
}
label.control-label {
  color: #8d7343;
}
.fileInput label.control-label {
  display: inline;
}
.post-keywords .btn.btn-primary {
  margin-top: -5px;
  margin-left: 10px;
}
label.customCheckbox input {
  display: hidden;
}
label.customCheckbox {
  cursor: pointer;
}
label.customCheckbox span {
  line-height: 17px;
  display: inline-block;
  vertical-align: text-top;
  user-select: none;
}
input.customCheckbox + label:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
input.customCheckbox {
  display: none;
}
input.customCheckbox:checked + label:before {
  border-color: #6b5630;
  background-color: #8d7343;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.ui-widget-header {
  background: none;
  border: 0px;
  color: #222222;
  font-weight: 500;
  border-bottom: 2px solid #8d7343;
  border-radius: 0px !important;
}
.ui-state-default,
.ui-widget-content .ui-state-default {
  border: 1px solid #8d7343;
  background: none;
  font-size: 14px;
}
.ui-datepicker table {
  font-size: 12px;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight {
  border: 1px solid #ab894a;
  background: #cda459;
  color: #fff;
}
.ui-state-hover {
  background: #8d7343 !important;
  color: #fff !important;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev:hover span,
.ui-datepicker .ui-datepicker-next:hover span {
  background-image: url(/img/date-picker-reversed.png);
}
.photoAdminView img {
  max-width: 100%;
  max-height: 100vh;
}
.related_items {
  width: 100%;
  display: inline-block;
}
.btnRight {
  margin-left: auto;
}
.ya-taxi-widget {
  margin-top: 10px;
  display: block;
}
.carouselAdminList {
  list-style: none;
  padding-left: 0px;
}
.carouselAdminList li {
  padding: 7px 12px;
  border-bottom: 1px solid #d3d3d3;
  position: relative;
  display: block;
  min-height: 64px;
}
.carouselAdminList li img {
  float: left;
  max-height: 50px;
  margin-right: 10px;
}
.carouselAdminList li p {
  font-size: 18px;
  font-weight: 500;
  vertical-align: middle;
  position: relative;
  margin-bottom: auto;
  line-height: 50px;
}
.carouselAdminList li span {
  position: absolute;
  right: 0;
  font-style: italic;
  font-size: 18px;
  opacity: 0.6;
  bottom: 5px;
}
.carouselAdminList li .actions {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 26px;
  bottom: 0;
  margin: auto;
  height: 34px;
}
.carouselAdminList li .actions a {
  color: #5b4a2b;
  opacity: 0.8;
  transition: 0.2s all;
  font-size: 34px;
}
.carouselAdminList li .actions a:not(:last-child) {
  margin-right: 10px;
}
.carouselAdminList li .actions a:hover {
  opacity: 1;
}
.carousel.slide.carousel-fade img {
  vertical-align: middle;
  height: auto;
  width: 100%;
  overflow: hidden;
  max-height: 525px;
  object-fit: cover;
}
.site-contact.pageContainer iframe {
  max-width: 100%;
}
.videoContainer iframe {
  height: auto !important;
  max-width: 100% !important;
  aspect-ratio: 112 / 67;
  width: 100%;
}
.catalog-items-form #images img {
  max-height: 200px;
  object-fit: cover;
}
.btn-outline-primary span {
  display: inline-block;
  line-height: 10px;
}
.exhibition-view img {
  max-width: 100%;
}
.exhibition-cover {
  float: right;
  margin: 5px;
}
.videoContainer {
  display: flex;
}
@media (max-width: 450px) {
  .stockItem {
    position: relative;
  }
  .stockButton .btn {
    font-size: 16px;
    line-height: 20px;
  }
  .stockItem .stockDescription {
    width: calc(100% - 250px);
    font-size: 16px;
    word-break: break-all;
  }
  .stockActions {
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .stockActions .stockButton:first-child {
    display: flex;
    align-items: center;
    margin-right: 6px;
  }
  .stockActions .stockButton:last-child {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
}
span.catalog-sections-grid__name span,
span.search-result-grid__name span {
  white-space: nowrap;
  display: contents;
}
.search-result-grid__name {
  align-items: center;
  text-decoration: none;
  font-family: "Anglecia Pro", serif;
  font-weight: bold;
  text-align: center;
  word-break: keep-all;
  display: inline-flex;
  flex-grow: 1;
}
.adminStockMainPhotoPrevi.textButtonDefaultew {
  display: block !important;
}
.textButtonDefault {
  float: right;
}
.adminStockMainPhotoPreview.hidden {
  display: none !important;
}
.emptyAlertContainer p {
  opacity: 0.5;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 0px;
}
.emptyAlertContainer i {
  font-size: 32px;
  opacity: 0.4;
  margin-right: 10px;
  float: left;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 4rem;
  height: 4rem;
}
.field-catalogitem-tags {
  max-width: 90%;
}
#head-logo {
  height: 220px;
  position: absolute;
  width: 100%;
}
@media (min-width: 2398px) {
  #head-logo {
    height: 220px;
  }
}
.pageContainer {
  margin-top: 220px;
  z-index: 10;
  position: relative;
  width: 100%;
}
.pageContainer.catalog-category-search {
  overflow: visible; /* нужно, чтобы фильтры могли "нависать" над футером, на .pageContainer целиком неясно, стоит ли вешать, мб регресс */
}
body {
  background: #f5f1ee;
  display: flow-root;
  height: 100%;
}
footer {
  z-index: 9;
  position: relative;
  padding: 45px;
}
.exhibition-view img,
.postDescription img {
  height: auto !important;
  padding: 7px;
}
.exhibitionDescription, .exhibitionDescriptionMobile {
  word-break: break-word;
}
@media (max-width: 769px) {
  .carousel-indicators {
    bottom: -25px;
  }
}
.carousel-indicators li {
  background-color: #000;
}
@media (max-width: 769px) {
  .exhibitionItem.description p {
    line-height: 19px;
  }
  #head-logo {
    height: 220px;
  }
  .carousel-control-prev {
    left: 10px;
  }
  .carousel-control-next {
    right: 10px;
  }
  .exhibition-view img {
    width: 100%;
    padding: 0px;
    margin-bottom: 10px;
  }
  .exhibitionDescription {
    display: none;
  }
  .exhibitionDescriptionMobile {
    display: block !important;
  }
}
.modal-backdrop.show {
  display: none;
}
body.modal-open main {
  display: contents;
}
body.modal-open .pageContainer:after {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 5;
}
.modal.show {
  margin-top: 65px;
  height: calc(100% - 65px);
}
.exhibitionViewDate,
.articleViewDate {
  display: block;
  font-size: 11px;
  background: url(/img/icon_time.png) left center no-repeat;
  padding-left: 16px;
  font-weight: 600;
  margin-bottom: 0px;
}

@media (max-width: 360px) {
  .landingPageCard a p {
    font-size: 16px;
  }
}
@media (max-width: 550px) {
  .postItem .postName a {
    max-height: 22px;
    overflow: hidden;
    display: block;
    line-break: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .postItem {
    width: 100%;
    flex: auto;
  }
  .postDate {
    position: relative;
    bottom: auto;
  }
  .postItem {
    padding-bottom: 15px;
  }
}
.select2-search__field {
  min-width: 175px;
}

/** for feedback */
.grid-view a {
  color: #000;
}
.subscribtionModal {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #f9f7f2;
  width: 100%;
  padding: 20px 10px 20px 28px;
  font-size: 18px;
  z-index: 10000;
  color: #6e6e6e;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
  position: relative;
}
.subscriptionModalText {
  padding-right: 26px;
}
.subscriptionModalActions {
  display: flex;
  margin-top: 10px;
}
.subscriptionModalClose {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 34px;
  opacity: 0.6;
  transition: 0.2s all;
  cursor: pointer;
  color: #5b4a2b;
  border: none;
}
.subscriptionModalClose:hover {
  opacity: 1;
  color: #5b4a2b;
}
.subscriptionModalActions > .btn-outline-primary:nth-child(2) {
  display: none;
}
.subscriptionModalActions > .btn-outline-primary:nth-of-type(2) {
  margin-left: auto;
}
.subscriptionModalClose:active {
  border: none;
}
@media (max-width: 450px) {
  .subscriptionModalActions {
    flex-direction: column;
  }
  .subscriptionModalActions > .btn-outline-primary:first-child {
    margin: 0 auto 0px auto;
  }
  .subscriptionModalActions > hr {
    display: block;
    border-top: none;
    height: 1.3px;
    background-color: #333;
  }
  .subscriptionModalActions > .btn-outline-primary:nth-of-type(2) {
    margin: 0 auto;
  }
}
.feedback-form .help-block {
  font-size: 14px;
  color: #e50000;
}
.feedback-form .control-label {
  color: #212529;
  font-weight: 400;
}
.mainFeedbackRow {
  flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mainFeedbackItem {
  background: #f9f7f3;
  padding: 15px;
  margin: 10px 0px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  width: 100%;
}
.mainFeedbackItem img {
  border-radius: 50%;
  height: 32px;
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.mainFeedbackItem .name {
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  border-bottom: 2px dotted rgb(193 176 157 / 60%);
  padding-bottom: 10px;
  color: inherit;
  display: block;
  text-decoration: none;
}
.mainFeedbackItem .description {
  font-size: 14px;
  line-height: 16px;
  margin-top: 10px;
  opacity: 0.9;
  color: #9c8057;
}
@media (min-width: 767px) {
  .mainFeedbackItem {
    width: calc(33% - 20px);
    margin: 10px;
  }
  .mainFeedbackRow {
    margin: 0px -10px;
  }
}
@media (min-width: 1920px) {
  .landingPageCard img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 9 / 1;
  }
}
.feedbackLink a {
  opacity: 0.8;
  transition: 0.2s all;
}
.feedbackLink a:hover {
  color: #c33;
  opacity: 1;
  text-decoration: underline;
}
.adminTable tr td:not(:last-child),
th:not(:last-child) {
  border-right: 1px solid #d3d3d3;
}
.adminTable tr {
  border-bottom: 1px solid #d3d3d3;
}
.adminTable td {
  padding: 10px;
  line-height: 22px;
}
.adminTable td:first-child,
th {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #434343;
}
.adminTable th {
  padding: 10px;
  line-height: 22px;
}
.adminDefaultH2 {
  font-size: 18px;
  font-weight: 600;
  font-family: "Avenir Next Cyr";
  border-bottom: 0px;
  margin-bottom: 0px;
}
.unsubscribedTable td {
  word-break: break-word;
}
.unsubscribedTable td:first-child {
  font-weight: 600;
  font-size: 16px;
}
#adminSubscriptionsModal table {
  width: 100%;
}
#adminSubscriptionsModal td a i {
  margin-left: 5px;
  line-height: 18px;
}
#adminSubscriptionsModal td a span {
  line-height: 18px;
}
.unsubscribedTable i {
  display: none;
  font-size: 32px;
}
.unsubscribedTable__delete {
  display: flex;
  justify-content: center;
}
.additionalInfoBtn {
  padding: 0px;
  margin-left: 10px;
  vertical-align: middle;
}
@media (max-width: 450px) {
  .unsubscribedTable i {
    display: inline-block;
  }
  .unsubscribedTable__delete {
    text-align: center;
  }
  .additionalInfoBtn {
    padding: 0px;
    margin-left: 10px;
    vertical-align: middle;
  }
  .unsubscribedTable span {
    display: none;
  }
  #adminSubscriptionsModal td a span {
    display: none;
  }
  #adminSubscriptionsModal td a i {
    font-size: 28px;
    margin: 0px;
    line-height: 28px;
  }
  .adminTable td:nth-child(2) {
    /* max-height: 62px;*/
    overflow: hidden;
    line-break: auto;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: block;
  }
}

#adminSubscriptionsModal .close {
  border: 0px !important;
  background: 0px;
  font-size: 46px !important;
  padding: 0px;
  margin: 0px;
  color: #000;
  opacity: 0.7;
  transition: 0.2s all;
}
#adminSubscriptionsModal .close:hover {
  opacity: 1;
}
.adminFeedbackTable {
  padding-left: 0px;
  list-style: none;
}
.adminFeedbackTable li {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.adminFeedbackTable li {
  border-bottom: 1px solid #d1d1d1;
}
.adminFeedbackTable li div {
  padding: 0px 7px;
}
.adminFeedbackTable li {
  padding: 8px 0px;
  position: relative;
}
.adminFeedbackTable .info {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.adminFeedbackTable .info p {
  margin-bottom: 0px;
  user-select: all;
  text-align: center;
  word-break: break-word;
}
.adminFeedbackTable .info .date {
  /* position: absolute;*/
  bottom: 0;
  right: 0;
  font-size: 14px;
  color: #9d9d9d;
}
.adminFeedbackTable .text {
  flex: 0 0 auto;
  width: 50%;
  line-height: 18px;
  /*max-height: 56px;*/
  overflow: hidden;
  line-break: auto;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: block;
}
.adminFeedbackTable .text > .text {
  width: 100%;
}
.adminFeedbackTable .actions {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 16.66666667%;
}
.adminFeedbackTable .actions span {
  display: block;
  cursor: pointer;
}
.adminFeedbackTable .actions span:not(:last-child) {
  margin-bottom: 8px;
}
.adminFeedbackTable .actions > a,
.adminFeedbackTable .action > span {
  display: block;
}
.adminFeedbackTable .headers > div {
  display: flex;
  justify-content: center;
}
.adminFeedbackTable .headers > div > b {
  font-weight: 600;
}
.adminFeedbackTable .info-header {
  width: 33.33333333%;
}
.adminFeedbackTable .text-header {
  width: 50%;
}
.adminFeedbackTable .actions-header {
  width: 16.66666667%;
}
@media (max-width: 767px) {
  .adminFeedbackTable .actions {
    margin-top: 4px;
    width: 100%;
    flex-direction: row;
    gap: 8px;
    flex-wrap: wrap;
  }
  .adminFeedbackTable .actions span:not(:last-child) {
    margin-bottom: unset;
  }
  .adminFeedbackTable .info,
  .adminFeedbackTable .text {
    width: 50%;
  }
  .adminFeedbackTable .info-header,
  .adminFeedbackTable .text-header {
    width: 50%;
  }
  .adminFeedbackTable .actions-header {
    display: none !important;
  }
  .adminFeedbackTable .show-text,
  .adminFeedbackTable .hide-text {
    order: 1;
    width: 50%;
    margin-left: auto;
  }

  .adminFeedbackTable .to-unviewed {
    width: calc(50% - 8px);
  }

  .adminFeedbackTable .actions > .btn:not(.show-text):not(.hide-text) {
    flex-grow: 1;
  }
}
.feedback-index .nav button.active {
  border-color: #5b4a2b;
  background-color: #5b4a2b;
}
.feedback-index button:first-child {
  margin-right: 10px;
}
.feedback-index .nav {
  border-bottom: 1px solid #d1d1d1;
  padding: 10px 0px;
}
.successBtnSubscribe {
  text-align: center;
  font-size: 22px;
  display: block;
  margin-top: 25px;
}

.instock .text-available {
  color: var(--bs-teal) !important;
}

.instock .text-unavailable {
  color: #c55;
}

.form-group--characteristic {
  display: none;
}

.characteristic-show {
  display: block;
  margin-bottom: 20px;
}

/**
 * Editor styles
 */
.redactor-editor strong {
  font-weight: bold;
}

/* Styles for image container */
/*
img:not([src]) {
    content: "";
    display: inline-block;
    min-width: 50px;
    min-height: 50px;
}
*/

img.catalog-sections-grid__image:not(.lazyloaded),
.exhibitionList li img:not(.lazyloaded),
.postImage:not(.lazyloaded),
.gallery_item:not(.lazyloaded),
#galleryImage.lazyload
{
    background: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><style>.spinner_P7sC{transform-origin:center;animation:spinner_svv2 .75s infinite linear}@keyframes spinner_svv2{100%{transform:rotate(360deg)}}</style><path d="M10.14,1.16a11,11,0,0,0-9,8.92A1.59,1.59,0,0,0,2.46,12,1.52,1.52,0,0,0,4.11,10.7a8,8,0,0,1,6.66-6.61A1.42,1.42,0,0,0,12,2.69h0A1.57,1.57,0,0,0,10.14,1.16Z" class="spinner_P7sC"/></svg>') center/contain no-repeat;
    background-size: 40px 40px;
}

#galleryImage .plyr {
    cursor: default;
}

img.catalog-sections-grid__image.lazyloaded
.exhibitionList li img.lazyloaded,
.postImage.lazyloaded,
.gallery_item.lazyloaded,
#galleryImage.lazyloaded
{
    opacity: 1;
}

#gallery-spinner {
    position: absolute;
    right: 50%;
    top: 50%;
    z-index: 10;
}

button, .btn {
    word-break: normal;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    -moz-hyphens: manual;
    hyphens: manual;
}
