.k-site-view .k-list-items {
  --min: 13.5rem;
  --max: 1fr;
  --gap:
    --column-gap: var(--gap);
  --row-gap: var(--gap);
  display: grid;
  grid-column-gap: var(--column-gap);
  grid-row-gap: var(--row-gap);
  grid-template-columns: repeat(auto-fill, minmax(var(--min), var(--max)));
}

.k-site-view .k-items[data-layout=list] {
  gap: 15px;
}

.k-site-view .k-list-items .k-item {
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
}

.k-site-view .k-list-item .k-frame {
  display: none;
}

.k-site-view .k-list-item button.k-button.k-status-icon,
.k-site-view .k-list-item button.k-button.k-options-dropdown-toggle {
  width: 15px;
}

.k-site-view .k-list-item .k-item-content {
  padding: 0;
}

.k-site-view .k-list-item .k-item-options {
  gap: 10px;
}

.k-site-view .k-list-item button.k-button.k-sort-handle.k-sort-button.k-item-sort-handle {
  width: 10px;
  height: 10px;
  left: -13px;
}

.k-site-view .k-headline-field .k-headline {
  position: relative;
  padding-bottom: 10px;
  font-size: 30px;
  font-weight: 500;
}

.k-site-view .k-headline-field .k-headline::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #cecece;
  bottom: -5px;
  left: 0;
}

main.k-panel-main {
  background-color: #f8f9ff;
}

main.k-panel-main .k-grid.k-sections {
  --grid-inline-gap: 33px;
}

@container (min-width: 12rem) {

  .k-items[data-layout=cards][data-size=auto],
  .k-items[data-layout=cards][data-size=medium] {
    grid-template-columns: none;
  }
}

header.k-header {
  background-color: #f8f9ff;
  box-shadow: none;
  border: none;
}

.k-panel-menu-body {
  background-color: #f5f7ff;
}

.k-frame>* {
  object-fit: cover;

}

.k-site-view .k-sections>.k-column:nth-child(n+2) {
  --width: 1 / 4 !important;
  padding-top: 10px;
}

.k-site-view .k-sections>.k-column:nth-child(1) {
  padding-bottom: 50px;
  border-bottom: 1px solid #eaeaea
}

.k-site-view .k-sections .k-column .k-section .k-section-header .k-label {
  font-size: 20px;
}

.k-header .k-header-buttons .k-button-group .fix-button-bloc {
  width: fit-content;
}

.k-site-view .k-sections .k-column .k-item-content .k-item-info {
  font-size: 13px;
  opacity: 0.7;
}

.k-button.k-activation-button.k-panel-menu-button {
  display: none;
}

.k-stats.k-system-info .k-link:first-child {
  display: none;
}

.k-panel-menu-buttons {
  position: relative;
}


.k-panel-menu-body .k-panel-menu-buttons:nth-child(3) {
  padding-bottom: 20px;
}

.k-panel-menu-body .k-panel-menu-buttons:nth-child(3):before {
  content: '';
  display: block;
  bottom: -20px;
  left: 50%;
  position: absolute;
  width: 70px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1240' height='240' fill='none'%3E%3Cpath fill='%23000' d='M218.327 54.312h36.388v130.236h-28.323v-9.961l2.626-12.215h-3.001c-7.127 14.283-22.508 24.807-45.766 24.807-28.885 0-44.828-16.162-44.828-44.916V54.312h36.013v80.81c0 15.974 6.939 23.867 21.007 23.867 15.568 0 26.072-11.088 26.072-28.753V54.312h-.188ZM401.204 119.524c0 43.412-19.132 67.843-53.644 67.843-21.195 0-36.013-8.457-44.453-25.371h-3.376l2.626 10.524 7.877 10.336v56.192h-36.387V54.312h28.322v10.524l-2.626 12.028h3.376c7.503-14.659 22.508-25.183 44.829-25.183 34.512.188 53.456 24.619 53.456 67.843Zm-36.763.188c0-25.559-9.941-40.593-27.572-40.593-17.444 0-27.385 14.094-27.385 40.593 0 26.31 9.754 40.217 27.385 40.217 18.006 0 27.572-14.283 27.572-40.217ZM541.879 125.35H453.91c.938 23.679 10.316 35.331 27.572 35.331 13.88 0 22.321-6.202 25.322-18.793h34.512c-4.126 27.625-25.884 45.103-61.709 45.103-40.702 0-63.022-24.055-63.022-66.903 0-43.036 24.383-68.783 64.897-68.783 39.202 0 60.209 23.116 60.209 65.964v8.081h.188Zm-87.406-21.049h51.393C503.615 85.508 495.175 76.3 480.545 76.3c-14.818 0-23.446 9.396-26.072 28.001ZM867.118 54.312c42.953 0 67.712 23.867 67.712 65.024s-24.759 64.836-67.712 64.836c-42.765 0-67.523-23.116-67.523-64.836 0-41.157 24.946-65.024 67.523-65.024Zm0 93.589c27.198 0 40.702-9.396 40.702-28.377 0-18.793-14.255-28.942-40.702-28.942-25.884 0-40.326 10.337-40.326 28.942 0 18.981 13.505 28.377 40.326 28.377ZM950.398 184.548V0h36.388v184.548h-36.388ZM1069.69 54.312c42.95 0 67.71 23.867 67.71 65.024s-24.76 64.836-67.71 64.836c-42.77 0-67.52-23.116-67.52-64.836 0-41.157 24.94-65.024 67.52-65.024Zm0 93.589c27.2 0 40.7-9.396 40.7-28.377 0-18.793-14.25-28.942-40.7-28.942-25.88 0-40.33 10.337-40.33 28.942 0 18.981 13.51 28.377 40.33 28.377ZM1240 85.696h-17.07c-20.44 0-32.82 13.907-32.82 36.647v62.205h-36.02V54.312h28.33v9.772l-2.82 15.974h3.38c5.06-16.725 19.13-28.377 39.58-28.377H1240v34.015ZM643.164 85.696h-17.068c-20.445 0-32.824 13.907-32.824 36.647v62.205h-36.013V54.312h28.323v9.772l-2.814 15.974h3.376c5.065-16.725 19.132-28.377 39.577-28.377h17.443v34.015ZM0 145.834h33.95c2.625 12.028 11.441 18.229 26.634 18.229 14.067 0 23.07-5.45 23.07-15.41 0-7.705-6.94-12.779-20.632-15.598l-24.57-4.323C14.63 123.846 1.875 110.691 1.875 93.026c0-25.371 21.57-41.721 57.77-41.721 35.075 0 54.957 14.659 56.833 40.217H82.342C80.466 80.058 72.4 74.42 57.208 74.42c-13.505 0-21.758 5.45-21.758 13.531 0 6.954 6.94 11.464 20.632 14.283l23.821 4.135c26.259 5.45 39.577 17.477 39.577 36.646 0 26.874-23.821 43.788-60.584 43.788-36.576 0-56.27-13.531-58.896-40.969ZM765.833 70.286c12.192 12.403 18.381 28.753 18.381 49.426 0 20.672-6.189 37.022-18.381 49.238-12.005 12.215-28.135 18.417-48.392 18.417s-36.388-6.202-48.392-18.417c-12.005-12.216-18.194-28.566-18.194-49.238 0-20.673 6.189-37.023 18.194-49.426 12.191-12.403 28.322-18.605 48.579-18.605 20.07.188 36.2 6.202 48.205 18.605Zm-10.692 10.336c-9.19-9.584-21.57-14.282-37.325-14.282-15.756 0-28.323 4.698-37.513 14.282-9.191 9.585-13.693 22.552-13.693 39.09 0 16.538 4.502 29.693 13.505 38.901 9.191 9.397 21.758 14.095 37.513 14.095 15.756 0 28.323-4.698 37.513-14.095 9.191-9.584 13.693-22.551 13.693-38.901 0-16.538-4.689-29.505-13.693-39.09Zm-74.088 39.09c0-23.867 13.129-38.338 36.763-38.338 20.82 0 33.949 11.088 35.262 30.069h-21.57c-1.313-9.209-6.19-13.72-13.88-13.72-10.316 0-15.38 7.33-15.38 21.989 0 14.47 5.064 21.8 15.38 21.8 7.878 0 12.567-4.511 13.88-13.531h21.57c-1.313 18.981-14.067 30.069-35.262 30.069-23.634-.188-36.763-14.659-36.763-38.338Z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateX(-50%);
}

.k-activation {
  display: none;
}