@charset "UTF-8";
/**
 * Clay 3.139.1
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
/**
 * Clay 3.139.1
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
.quick-access-nav {
  position: fixed;
  z-index: 999;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  white-space: normal;
  width: auto;
}

.lfr-asset-column-details .lfr-asset-categories {
  color: #7d7d7d;
}
.lfr-asset-column-details .lfr-asset-categories .lfr-asset-category {
  color: #555;
}
.lfr-asset-column-details .lfr-asset-description {
  color: #444;
  font-style: italic;
  margin: 0.5em auto 2em;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}
.lfr-asset-column-details .lfr-asset-icon {
  border-right: 1px solid transparent;
  color: #999;
  float: left;
  line-height: 1em;
  margin-right: 10px;
  padding-right: 10px;
}
.lfr-asset-column-details .lfr-asset-icon.last {
  border-width: 0;
}
.lfr-asset-column-details .lfr-asset-tags {
  color: #7d7d7d;
}
.lfr-asset-column-details .lfr-asset-tags .tag {
  color: #555;
}
.lfr-asset-column-details .lfr-asset-metadata {
  clear: both;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
}
.lfr-asset-column-details .lfr-panel {
  clear: both;
  margin-bottom: 0.2em;
}
.lfr-asset-column-details .lfr-panel.lfr-extended {
  border: 1px solid #ccc;
  margin-bottom: 0;
}
.lfr-asset-column-details .taglib-custom-attributes-list label,
.lfr-asset-column-details .lfr-asset-field label {
  display: block;
}
.lfr-asset-column-details .taglib-custom-attributes-list {
  margin-bottom: 1em;
}

.overlay {
  position: absolute;
}

.overlay-hidden,
.overlaymask-hidden {
  display: none;
}

.lfr-form-row {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 1px 5px 25px;
  position: relative;
}
.lfr-form-row:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}
.lfr-form-row:hover {
  border: solid #ccc;
  border-width: 1px 0;
  padding-top: 0;
}
.lfr-form-row.lfr-form-row-inline .form-group {
  margin-right: 5px;
}
.lfr-form-row legend .field-label {
  float: left;
  margin-right: 10px;
}
.lfr-form-row .handle-sort-vertical {
  background: url(../images/application/handle_sort_vertical.png) no-repeat 0 50%;
  cursor: move;
  padding-left: 20px;
}
.lfr-form-row fieldset {
  border-width: 0;
  margin: 0;
  padding: 0;
}

.lfr-autorow-controls {
  bottom: 5px;
  position: absolute;
  right: 5px;
}

.datepicker-popover-content .popover-content {
  padding: 0.75rem 1rem;
}

.dropdown.open > .dropdown-menu, .overlay-content .open > .dropdown-menu {
  display: block;
}

.user-avatar-link {
  display: block;
  position: relative;
}
.user-avatar-link .panel-notifications-count {
  display: block;
  margin: 0;
  max-width: none;
  position: absolute;
  right: calc(100% - 0.7rem);
  top: -0.4rem;
}
.user-avatar-link .text-default {
  align-items: center;
  display: flex;
}
.user-avatar-link .text-default .user-full-name {
  margin-left: 0.5rem;
}
@media (max-width: 575.98px) {
  .user-avatar-link .text-default .user-full-name {
    display: none;
  }
}

.user-personal-bar .fieldset {
  position: relative;
}
.user-personal-bar .user-avatar-link .panel-notifications-count {
  right: calc(100% - 1rem);
  top: -0.6rem;
}

.form-control-inline {
  background-color: transparent;
  font-size: 1.125rem;
  font-weight: 700;
}
.form-control-inline:not(:hover) {
  border-color: transparent;
}
.form-control-inline::placeholder {
  color: #a9afb5;
  font-style: italic;
}

.form-search .input-group {
  position: relative;
}
.form-search .input-group.advanced-search .search-query {
  padding-left: 40px;
  z-index: 0;
}
.form-search .input-group.advanced-search .toggle-advanced {
  cursor: pointer;
  left: 0;
  line-height: 1;
  padding: 8px 10px;
  position: absolute;
  top: 0;
}
.form-search .input-group.advanced-search .toggle-advanced .caret {
  margin-top: 7px;
}
.form-search .input-group.advanced-search .toggle-advanced .icon-search {
  font-size: 14px;
}
@media (max-width: 991.98px) {
  .form-search .input-group {
    width: 100%;
  }
  .form-search .input-group .btn {
    clip: rect(0, 0, 0, 0);
    left: -9999px;
    position: absolute;
  }
  .form-search .input-group input.search-query {
    width: 100%;
  }
}

.lfr-table {
  border-collapse: collapse;
  clear: both;
}
.lfr-table > tbody > tr > td,
.lfr-table > tbody > tr > th,
.lfr-table > thead > tr > td,
.lfr-table > thead > tr > th,
.lfr-table > tfoot > tr > td,
.lfr-table > tfoot > tr > th {
  padding: 0 5px;
  overflow-wrap: break-all;
  word-wrap: break-all;
}
.lfr-table > tbody > tr > td:first-child, .lfr-table > tbody > tr > td.first-child,
.lfr-table > tbody > tr > th:first-child,
.lfr-table > tbody > tr > th.first-child,
.lfr-table > thead > tr > td:first-child,
.lfr-table > thead > tr > td.first-child,
.lfr-table > thead > tr > th:first-child,
.lfr-table > thead > tr > th.first-child,
.lfr-table > tfoot > tr > td:first-child,
.lfr-table > tfoot > tr > td.first-child,
.lfr-table > tfoot > tr > th:first-child,
.lfr-table > tfoot > tr > th.first-child {
  padding-left: 0;
}
.lfr-table > tbody > tr > td:last-child, .lfr-table > tbody > tr > td.last-child,
.lfr-table > tbody > tr > th:last-child,
.lfr-table > tbody > tr > th.last-child,
.lfr-table > thead > tr > td:last-child,
.lfr-table > thead > tr > td.last-child,
.lfr-table > thead > tr > th:last-child,
.lfr-table > thead > tr > th.last-child,
.lfr-table > tfoot > tr > td:last-child,
.lfr-table > tfoot > tr > td.last-child,
.lfr-table > tfoot > tr > th:last-child,
.lfr-table > tfoot > tr > th.last-child {
  padding-right: 0;
}
.lfr-table > tbody > tr > th,
.lfr-table > thead > tr > th,
.lfr-table > tfoot > tr > th {
  font-weight: bold;
}

.lfr-pagination:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.lfr-pagination .dropdown-menu {
  display: none;
}
.lfr-pagination .dropdown-toggle .icon-caret-down {
  margin-left: 5px;
}
.lfr-pagination .lfr-pagination-controls {
  float: left;
}
.lfr-pagination .lfr-pagination-controls .search-results {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  top: 10px;
}
.lfr-pagination .lfr-pagination-controls li .lfr-pagination-link {
  border-width: 0;
  clear: both;
  color: #333;
  display: block;
  font-weight: normal;
  line-height: 20px;
  padding: 3px 20px;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}
.lfr-pagination .lfr-pagination-delta-selector {
  float: left;
}
@media (max-width: 991.98px) {
  .lfr-pagination .lfr-pagination-delta-selector .lfr-icon-menu-text {
    display: none;
  }
}
.lfr-pagination .pagination-content {
  float: right;
}

.lfr-panel.lfr-extended {
  border: 1px solid transparent;
  border-color: #dedede #bfbfbf #bfbfbf #dedede;
}
.lfr-panel.lfr-extended.lfr-collapsible .lfr-panel-button {
  display: block;
}
.lfr-panel.lfr-extended.lfr-collapsed .lfr-panel-titlebar {
  border-bottom-width: 0;
}
.lfr-panel.panel-default .panel-heading {
  border-bottom-width: 0;
}
.lfr-panel .toggler-header {
  cursor: pointer;
}

.sidebar-sm .sheet-subtitle {
  font-size: 0.75rem;
  margin-bottom: 1rem;
}
.sidebar-sm .form-control[type=file] {
  padding: 0;
}
.sidebar-sm .article-content-description .input-localized.input-localized-editor .input-group-item .wrapper .form-control {
  min-height: auto;
  padding: 0.285rem 0.75rem;
}
.sidebar-sm .list-group-item-flex {
  padding: 0.5rem 0.25rem;
}
.sidebar-sm .list-group-item-flex .autofit-col {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.lfr-translation-manager {
  border-radius: 4px;
  display: inline-block;
  margin-top: 0.5em;
  min-height: 1.8em;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-default-locale {
  display: inline-block;
  width: auto;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu {
  float: none;
  padding: 0.4em 0;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu li,
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu li strong {
  display: inline;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-translations-message {
  margin: 10px 0;
}
.lfr-translation-manager .lfr-translation-manager-available-translations {
  white-space: normal;
}
.lfr-translation-manager .lfr-translation-manager-available-translations .lfr-translation-manager-available-translations-links {
  line-height: 1;
}
.lfr-translation-manager .lfr-translation-manager-translation {
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  margin: 0.2em;
  padding: 0.4em 0.3em 0.4em 0.5em;
  text-decoration: none;
}
.lfr-translation-manager .lfr-translation-manager-translation * {
  vertical-align: middle;
}
.lfr-translation-manager .lfr-translation-manager-translation img {
  margin-right: 0.3em;
}
.lfr-translation-manager .lfr-translation-manager-translation:hover {
  background-color: #d1e5ef;
}
.lfr-translation-manager .lfr-translation-manager-translation.lfr-translation-manager-translation-editing {
  background-color: #598bec;
  border-color: #224fa8;
  color: #fff;
}
.lfr-translation-manager .lfr-translation-manager-change-default-locale {
  margin: 0 0.4em;
}
.lfr-translation-manager .lfr-translation-manager-delete-translation {
  display: inline-block;
  padding: 0 2px;
}
.lfr-translation-manager .lfr-translation-manager-delete-translation svg {
  pointer-events: none;
}

.lfr-tree a {
  text-decoration: none;
}
.lfr-tree li {
  margin-bottom: 2px;
  padding-left: 0;
}
.lfr-tree li ul li, .lfr-tree li.tree-item {
  padding-left: 0;
}
.lfr-tree li.tree-item {
  padding-left: 5px;
}
.lfr-tree li.tree-item li {
  padding-left: 20px;
}
.lfr-tree li.tree-item ul {
  margin-left: 0;
  margin-top: 5px;
}

.lfr-upload-container {
  margin-bottom: 1rem;
}
.lfr-upload-container .upload-target {
  border: 3px dashed #e5e7e9;
  margin-bottom: 1rem;
  min-height: 2rem;
  padding: 2rem 0;
  position: relative;
  text-align: center;
}
.upload-drop-intent .lfr-upload-container .upload-target {
  z-index: 100;
}
.upload-drop-active .lfr-upload-container .upload-target {
  background-color: #92e5a5;
  border-color: #69db83;
}
.lfr-upload-container .upload-target .drop-file-text {
  font-weight: normal;
}
.mobile .lfr-upload-container .upload-target .drop-file-text {
  display: none;
}
.lfr-upload-container .upload-target .small {
  display: block;
  margin: 5px 0;
  text-transform: lowercase;
}
.lfr-upload-container .manage-upload-target {
  padding-top: 5px;
  position: relative;
}
.lfr-upload-container .manage-upload-target .select-files {
  float: left;
  line-height: 0;
  margin: 0 1.125rem 1.125rem;
  padding: 0 0 0 5px;
}
.lfr-upload-container .cancel-uploads,
.lfr-upload-container .clear-uploads {
  background-repeat: no-repeat;
  float: right;
}
.lfr-upload-container .cancel-uploads {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAnFBMVEX////4YWP/dXjyS07/dXj9bXD6a234YWP4XWD2WVv2VFfsOTzoLzHmKSvkISP2VFf0TE/vREftPT/iHB72WVvvREf0TE//hon/gYX/fYD/e33/dXj/cXP9bXD/a236a23/Zmb4YWP4XWD/Wl32WVv/VVj2VFf3VFb0TE/yS072SUvvREfuQELtPT/sOTzrMzXoLzHnLC/mKSvkISPh2jkWAAAAF3RSTlMAESIiMzMzMzMzMzMzMzNERERERHd3qtw8lzkAAACOSURBVHjaZcjZDsIgEIXhcd+tu5YBKUixttS6vP+7OQKJTfxvTr4D7Tpxu/2w410SjDjwVvLQ805TPiRryfQeKM6OTI68K/BJPHGlJZJjSqSMofEOGXbJecsTgzkds58V5+J8refBU7Jx9yIrmkW0sA6gqbLyuaRjZZWtgXq58rEFan0jf3uTfRuIkf/7AO8DDcVPSSG3AAAAAElFTkSuQmCC);
  margin-right: 0;
}
.lfr-upload-container .clear-uploads {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAdVBMVEX///+6QwTEVx65RQPEVx3EWB64RQPDVxq5RAO5RAO5RQPATQ65RQO5RQO5RQPRczjJZCW9TQTLay28QgTdZAHhaAPmdyHqeQXrikDudgDvfxj0nWP1qHL2tY33tY34dgD+za7+1rj/dxH/fxj/hiH/kk3///9TM3sUAAAAFHRSTlMAbXd4eHh6gN3e3+Hi4+T5+/z8/mIsq5IAAABHSURBVBjTY2CgGWDlFuZhRuIz8cspyggxIgQ4ZFWVVCQ4EQLCCmpqalLCCAFeaWV5SVE+hAC7gJi4iCAbkqksXMK8bNRzNADCOQN++eLhCQAAAABJRU5ErkJggg==);
  padding-left: 16px;
}
.lfr-upload-container .upload-file.upload-complete.file-saved {
  padding-left: 25px;
}
.lfr-upload-container .upload-file .file-title {
  display: inline-block;
  max-width: 95%;
  overflow: hidden;
  padding-right: 16px;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}
.lfr-upload-container .upload-file .icon-file {
  font-size: 40px;
}
.lfr-upload-container .upload-list-info {
  margin: 1em 0 0.5em;
}
.lfr-upload-container .upload-list-info .h4,
.lfr-upload-container .upload-list-info h4 {
  font-size: 1.3em;
}
.lfr-upload-container .cancel-button {
  color: #6c757d;
  margin-top: 1px;
  position: absolute;
  right: 5px;
  top: 50%;
  white-space: nowrap;
}
.lfr-upload-container .cancel-button .cancel-button-text {
  display: none;
  margin-left: 5px;
}
.lfr-upload-container .cancel-button:hover .cancel-button-text {
  display: inline;
}
.lfr-upload-container .cancel-button .lexicon-icon {
  height: 12px;
}
.lfr-upload-container .delete-button {
  color: #6c757d;
}
.lfr-upload-container .delete-button-col {
  padding-right: 10px;
}
.lfr-upload-container .file-added .success-message {
  float: right;
  font-weight: normal;
}
.lfr-upload-container .upload-error {
  opacity: 1;
  padding-left: 25px;
}
.lfr-upload-container .upload-complete .cancel-button,
.lfr-upload-container .delete-button,
.lfr-upload-container .upload-complete.file-saved .delete-button,
.lfr-upload-container .upload-complete.upload-error .delete-button {
  display: none;
}
.lfr-upload-container .multiple-files .upload-error {
  background: #f5c4c9 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAJPSURBVDjLpZPLS5RhFMYfv9QJlelTQZwRb2OKlKuINuHGLlBEBEOLxAu46oL0F0QQFdWizUCrWnjBaDHgThCMoiKkhUONTqmjmDp2GZ0UnWbmfc/ztrC+GbM2dXbv4ZzfeQ7vefKMMfifyP89IbevNNCYdkN2kawkCZKfSPZTOGTf6Y/m1uflKlC3LvsNTWArr9BT2LAf+W73dn5jHclIBFZyfYWU3or7T4K7AJmbl/yG7EtX1BQXNTVCYgtgbAEAYHlqYHlrsTEVQWr63RZFuqsfDAcdQPrGRR/JF5nKGm9xUxMyr0YBAEXXHgIANq/3ADQobD2J9fAkNiMTMSFb9z8ambMAQER3JC1XttkYGGZXoyZEGyTHRuBuPgBTUu7VSnUAgAUAWutOV2MjZGkehgYUA6O5A0AlkAyRnotiX3MLlFKduYCqAtuGXpyH0XQmOj+TIURt51OzURTYZdBKV2UBSsOIcRp/TVTT4ewK6idECAihtUKOArWcjq/B8tQ6UkUR31+OYXP4sTOdisivrkMyHodWejlXwcC38Fvs8dY5xaIId89VlJy7ACpCNCFCuOp8+BJ6A631gANQSg1mVmOxxGQYRW2nHMha4B5WA3chsv22T5/B13AIicWZmNZ6cMchTXUe81Okzz54pLi0uQWp+TmkZqMwxsBV74Or3od4OISPr0e3SHa3PX0f3HXKofNH/UIG9pZ5PeUth+CyS2EMkEqs4fPEOBJLsyske48/+xD8oxcAYPzs4QaS7RR2kbLTTOTQieczfzfTv8QPldGvTGoF6/8AAAAASUVORK5CYII=) no-repeat 5px 5px;
  border-color: #bd2130;
  color: #bd2130;
  font-weight: normal;
  margin-bottom: 16px;
  padding: 8px 8px 8px 24px;
}
.lfr-upload-container .multiple-files .upload-error .error-message {
  display: block;
}
.lfr-upload-container .multiple-files .upload-complete.file-saved .form-check-middle-left .card-body,
.lfr-upload-container .multiple-files .upload-complete.upload-error .form-check-middle-left .card-body {
  padding-left: 1rem;
}
.lfr-upload-container .multiple-files .upload-complete.file-saved .form-check-middle-left .custom-control-label,
.lfr-upload-container .multiple-files .upload-complete.upload-error .form-check-middle-left .custom-control-label {
  display: none;
}
.lfr-upload-container .single-file .upload-error {
  list-style: none;
  margin-top: 1em;
}
.lfr-upload-container .single-file .upload-error .upload-error-message {
  margin-bottom: 0.5em;
}
.lfr-upload-container .upload-complete {
  padding-left: 5px;
}
.lfr-upload-container .upload-complete .error-message,
.lfr-upload-container .upload-complete .success-message {
  font-weight: bold;
  margin-left: 1em;
}
.lfr-upload-container .upload-complete .delete-button {
  display: inline-block;
}
.lfr-upload-container .upload-complete .select-file:disabled + .custom-control-label {
  display: none;
}
.lfr-upload-container .progress {
  display: none;
  margin-top: 0.5rem;
}
.lfr-upload-container .file-uploading .progress {
  display: flex;
}

.lfr-alert-container {
  left: 0;
  position: absolute;
  right: auto;
  top: auto;
  width: 100%;
  z-index: 430;
}
.lfr-alert-container.inline-alert-container {
  position: relative;
}
.lfr-alert-container.inline-alert-container .lfr-alert-wrapper {
  padding: 0;
}
.lfr-alert-container .lfr-alert-wrapper {
  margin-bottom: 5px;
  overflow: hidden;
}

.lfr-search-container td .overlay.entry-action {
  position: static;
}
.lfr-search-container td .overlay.entry-action .btn a {
  display: block;
  padding: 4px 12px;
}

.contextual-sidebar {
  height: calc(
		100vh - var(--control-menu-container-height) - 49px
	);
  pointer-events: none;
  position: fixed;
  right: 0;
  top: calc(var(--control-menu-container-height) + 49px);
  transform: translateX(100%);
  transition: transform ease 0.5s;
  visibility: hidden;
  width: 320px;
  will-change: transform;
}
.contextual-sidebar.contextual-sidebar-visible {
  pointer-events: auto;
  transform: translateX(0);
  visibility: visible;
}

@media (min-width: 768px) {
  .contextual-sidebar {
    height: calc(
			100vh - var(--control-menu-container-height) - 64px
		);
    top: calc(
			var(--control-menu-container-height) + 64px
		);
  }

  .contextual-sidebar-content {
    transition: padding ease 0.5s;
    will-change: padding;
  }

  .contextual-sidebar-visible .contextual-sidebar-content,
.contextual-sidebar-visible + .contextual-sidebar-content {
    padding-right: 320px;
  }
}
.taglib-diff-html div.diff-removed-image {
  background: #fdc6c6 url(../images/diff/minus.png);
}
.taglib-diff-html div.diff-added-image {
  background: #cfc url(../images/diff/plus.png) no-repeat;
}
.taglib-diff-html div.diff-removed-image, .taglib-diff-html div.diff-added-image {
  height: 300px;
  margin: 2px;
  opacity: 0.55;
  position: absolute;
  width: 200px;
}
.taglib-diff-html span.diff-html-added {
  background-color: #cfc;
  font-size: 1em;
}
.taglib-diff-html span.diff-html-added img {
  border: 2px solid #cfc;
}
.taglib-diff-html span.diff-html-changed {
  background: url(../images/diff/underline.png) bottom repeat-x;
}
.taglib-diff-html span.diff-html-changed img {
  border: 2px dotted #009;
}
.taglib-diff-html span.diff-html-removed {
  background-color: #fdc6c6;
  font-size: 1em;
  text-decoration: line-through;
}
.taglib-diff-html span.diff-html-removed img {
  border: 2px solid #fdc6c6;
}

.taglib-discussion {
  font-size: 0.875rem;
  margin-top: 1rem;
}
.taglib-discussion .actions-menu .component-action {
  display: inline-flex;
}
.taglib-discussion .button-holder {
  margin: 1rem 0;
}
.taglib-discussion .comment-container {
  margin-bottom: 1.5rem;
}
.taglib-discussion .lfr-discussion .lfr-discussion-form-edit .alloy-editor-placeholder {
  border-left-color: #dbdde1;
}
.taglib-discussion .lfr-discussion-body {
  font-size: 1rem;
}
@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-body {
    padding-left: 3.5rem;
  }
}
@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-details .taglib-user-display {
    word-wrap: break-word;
  }
}
.taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name {
  font-weight: bold;
  text-decoration: none;
}
.taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name:hover {
  text-decoration: underline;
}
.taglib-discussion .lfr-discussion-details .taglib-user-display .user-profile-image .avatar {
  background-size: 50px;
}
.taglib-discussion .lfr-discussion-container {
  border-bottom: 1px solid #e7e7ed;
  margin-bottom: 1.5rem;
}
.taglib-discussion .lfr-discussion-container:first-of-type {
  border-top: 1px solid #e7e7ed;
  padding-top: 1.5rem;
}
.taglib-discussion .lfr-discussion-container:last-of-type {
  border-bottom: 0;
}
.taglib-discussion .lfr-discussion-container .lfr-discussion {
  padding-left: 1rem;
}
.taglib-discussion .lfr-discussion-container .lfr-discussion .lfr-discussion .lfr-discussion .lfr-discussion {
  padding-left: 0;
}
@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-container .lfr-discussion {
    padding-left: 3.5rem;
  }
}
.taglib-discussion .lfr-discussion-parent-link {
  color: #67678c;
  font-weight: 600;
  margin-left: 1em;
}
@media (max-width: 767.98px) {
  .taglib-discussion .lfr-discussion-parent-link {
    display: block;
    margin-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.taglib-discussion .lfr-discussion-controls .autofit-col:first-of-type > .btn-outline-borderless {
  margin-left: -0.75rem;
}
.taglib-discussion .lfr-discussion-more-comments {
  border-top: 1px solid #e7e7ed;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  text-align: center;
}
.taglib-discussion .username {
  color: #272833;
  font-weight: 600;
}
.taglib-discussion .taglib-workflow-status {
  margin-left: 0.5rem;
}
.taglib-discussion .workflow-value {
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .taglib-discussion .actions-menu {
    display: none;
  }
  .taglib-discussion .comment-container:hover .actions-menu,
.taglib-discussion .actions-menu:focus,
.taglib-discussion .actions-menu.open {
    display: inline-block;
  }
}

.drop-zone {
  min-height: 80px;
  padding: 20px;
  text-align: center;
}
.drop-zone.drop-enabled {
  outline: 2px dashed transparent;
}
.drop-zone.drop-enabled:not(.no-border) {
  outline-color: rgba(176, 180, 187, 0.5);
}
.drop-zone p {
  margin: 10px auto 0;
  max-width: 75%;
}

.drop-here-info {
  font-size: 25px;
  height: 100%;
  left: 0;
  min-height: 100px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  visibility: hidden;
  width: 100%;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info {
    transition: none;
  }
}
.drop-here-info {
  transition: none;
}

.drop-here-info .drop-here-indicator {
  height: 115px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.drop-here-info .drop-icons {
  display: inline-block;
  position: relative;
  width: 160px;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info .drop-icons {
    transition: none;
  }
}
.drop-here-info .drop-icons {
  transition: none;
}

.drop-here-info .drop-icons span {
  border-radius: 3px;
  position: absolute;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info .drop-icons span {
    transition: none;
  }
}
.drop-here-info .drop-icons span {
  transition: none;
}

.drop-here-info .drop-icons span:nth-of-type(1) {
  box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.08);
  height: 60px;
  left: 0;
  line-height: 60px;
  opacity: 0;
  top: 10px;
  transform: rotate(25deg);
  width: 60px;
}
.drop-here-info .drop-icons span:nth-of-type(2) {
  background: #00c2ff;
  color: #fff;
  height: 80px;
  left: 40px;
  line-height: 80px;
  width: 80px;
  z-index: 2;
}
.drop-here-info .drop-icons span:nth-of-type(3) {
  box-shadow: -5px 4px 0 0 rgba(0, 0, 0, 0.08);
  display: block;
  font-size: 45px;
  height: 70px;
  left: 90px;
  line-height: 70px;
  opacity: 0;
  position: relative;
  top: 8px;
  transform: rotate(-25deg);
  width: 70px;
  z-index: 1;
}
.drop-here-info .drop-icons span:nth-of-type(1), .drop-here-info .drop-icons span:nth-of-type(3) {
  background: #e8e6e8;
  color: #a5a6ac;
}
.drop-here-info .drop-text {
  color: #fff;
  display: block;
  font-size: 20px;
  margin-left: 0;
  margin-top: 20px;
}
.drop-active .drop-here-info {
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.drop-active .drop-here-info .drop-icons span:nth-of-type(1), .drop-active .drop-here-info .drop-icons span:nth-of-type(3) {
  opacity: 1;
}
.drop-active .drop-here-info span:nth-of-type(1) {
  transform: rotate(-20deg);
}
.drop-active .drop-here-info span:nth-of-type(2) {
  transform: scale(1);
}
.drop-active .drop-here-info span:nth-of-type(3) {
  transform: rotate(15deg);
}

.taglib-empty-result-message.sheet {
  margin-bottom: 24px;
}
.taglib-empty-result-message .taglib-empty-result-message-description {
  color: #6c757d;
  margin-top: 8px;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn,
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: auto;
  margin-right: auto;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  max-width: 200px;
  padding-top: 250px;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  background-image: url(../images/states/empty_state.svg);
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
    background-image: url(../images/states/empty_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-result-message-header,
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  background-image: url(../images/states/empty_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(../images/states/search_state.svg);
  max-width: 210px;
  padding-top: 232px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-empty-search-result-message-header {
    background-image: url(../images/states/search_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(../images/states/search_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-empty-state {
  background-image: url(../images/states/empty_state.svg);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-empty-state {
    background-image: url(../images/states/empty_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-state {
  background-image: url(../images/states/empty_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-success-state {
  background-image: url(../images/states/success_state.svg);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-success-state {
    background-image: url(../images/states/success_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-success-state {
  background-image: url(../images/states/success_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-search-state {
  background-image: url(../images/states/search_state.svg);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-search-state {
    background-image: url(../images/states/search_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-search-state {
  background-image: url(../images/states/search_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-empty-result-message-title {
  font-size: 1rem;
  margin-top: 48px;
}
.taglib-empty-result-message .taglib-empty-result-message-description {
  font-size: 0.875rem;
}
.taglib-empty-result-message .taglib-empty-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-search-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-success-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-search-state + .taglib-empty-result-message-title {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}
.taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-description, .taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-actions {
  font-size: 1rem;
  text-align: center;
}

.field-wrapper.form-inline .control-label {
  display: inline-block;
}

.field-wrapper-html .input-localized .input-group-item {
  flex-wrap: nowrap;
}

.taglib-header {
  border-bottom: 1px solid #c8c9ca;
  color: #555;
  margin-bottom: 1em;
  padding-bottom: 10px;
}
.taglib-header .header-title {
  display: inline-block;
  margin: 0.1em;
  max-width: 100%;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: normal;
}
.taglib-header .header-back-to {
  display: inline-block;
  vertical-align: middle;
}
.taglib-header .header-back-to a {
  display: block;
  font-weight: bold;
  padding: 0 0.3em 0 0;
  text-decoration: none;
}

.taglib-icon {
  text-decoration: none;
}
.taglib-icon:not(.btn):hover .taglib-text, .taglib-icon:not(.btn):focus .taglib-text {
  text-decoration: underline;
}
.taglib-icon[lang] > img {
  vertical-align: baseline;
  width: 16px;
}

.taglib-icon-help {
  color: #6c757d !important;
}
.taglib-icon-help:hover, .taglib-icon-help:active {
  color: #343a40 !important;
}

.icon-monospaced {
  color: inherit;
  display: inline-block;
  height: 2rem;
  line-height: 34px;
  text-align: center;
  width: 2rem;
}
.icon-monospaced.lexicon-icon {
  padding: 8px;
}

.taglib-icon-list li {
  float: left;
  margin-right: 1em;
}
.taglib-icon-list:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}

.lfr-icon-menu .lfr-icon-menu-icon {
  max-width: none;
}
@media (max-width: 767.98px) {
  .table-cell.last .lfr-icon-menu .dropdown-toggle {
    text-align: center;
  }
  .table-cell.last .lfr-icon-menu .dropdown-toggle > img,
.table-cell.last .lfr-icon-menu .dropdown-toggle .lfr-icon-menu-text {
    display: none;
  }
}

.lfr-menu-list {
  float: none;
  overflow-y: auto;
  position: relative;
}
.lfr-menu-list.direction-right {
  margin: 0 2px;
}
.lfr-menu-list.dropdown-menu {
  float: none;
  position: relative;
}
@media (max-width: 991.98px) {
  .lfr-menu-list.dropdown-menu > li > a {
    font-size: 22px;
    line-height: 40px;
    white-space: normal;
  }
  .lfr-menu-list.dropdown-menu > li > a img {
    margin-bottom: 3px;
  }
}
.lfr-menu-list.dropdown-menu .search-panel {
  margin-bottom: 0;
}
.lfr-menu-list.dropdown-menu .search-panel .form-group {
  margin: 0 16px;
}
.lfr-menu-list.dropdown-menu .search-panel .menu-item-filter {
  width: auto;
}
body > .lfr-menu-list ul {
  border-radius: 4px;
}

.lfr-icon-menu-open:after {
  clear: both;
  content: "";
  display: table;
}
.lfr-icon-menu-open .dropdown-menu {
  position: static;
}

.input-localized.input-localized-editor .form-control {
  border-width: 0;
  height: 100%;
  padding: 0;
}
.input-localized .input-group-item {
  flex-direction: column;
}
.input-localized .input-localized-content {
  margin-left: 6px;
}
.input-group .input-localized .input-localized-content {
  margin-top: 3px;
}
.input-localized .lfr-input-localized .lfr-input-localized-state {
  background-color: #ddd;
}
.input-localized .lfr-input-localized .lfr-input-localized-state.lfr-input-localized-state-error {
  background-color: #ff0047;
}
.input-localized .lfr-input-localized-default a {
  margin-right: 14px;
}
.input-localized .lfr-input-localized-state {
  height: 4px;
  margin: 3px 5px;
  width: 4px;
}
.input-localized .palette-item-inner .lfr-input-localized-flag {
  font-size: 16px;
  opacity: 0.5;
}
.input-localized .palette-item,
.input-localized .palette-item-hover,
.input-localized .palette-item-hover .palette-item-inner {
  border-color: transparent;
}
.input-localized .palette-item-inner {
  border-color: #666;
  display: block;
  height: 16px;
  width: 16px;
}
.input-localized .palette-item-selected .lfr-input-localized-state {
  background: #27c1f2;
}

.input-localized-palette-container .palette-items-container {
  font-size: 0;
  margin: 0;
  white-space: normal;
}
.input-localized-palette-container .palette-item {
  border-width: 0;
  padding: 0.5rem 1.25rem;
}
.input-localized-palette-container .palette-item-inner {
  border: 1px solid;
  margin-right: 4px;
  width: 16px;
}
.input-localized-palette-container .palette-item-inner img {
  display: block;
}

.taglib-move-boxes {
  margin-bottom: 1em;
}
.taglib-move-boxes label {
  border-bottom: 1px solid transparent;
  display: block;
  margin-bottom: 5px;
  padding: 5px;
}
.taglib-move-boxes .toolbar {
  text-align: center;
}
.taglib-move-boxes .arrow-button img {
  border-width: 0;
  height: 16px;
  width: 16px;
}
.taglib-move-boxes .choice-selector {
  width: 100%;
}
.taglib-move-boxes .choice-selector label {
  background: #ebf1f9;
  border-bottom-color: #8db2f3;
}
.taglib-move-boxes .field-content {
  margin-bottom: 0;
}
.taglib-move-boxes .move-arrow-buttons {
  margin-top: 5em;
}
.taglib-move-boxes .move-arrow-buttons .arrow-button {
  display: block;
}
.taglib-move-boxes .sortable-container {
  margin-top: 10px;
}
.taglib-move-boxes .sortable-container .btn.edit-selection {
  margin-bottom: 10px;
}
.taglib-move-boxes .sortable-container .move-option {
  background-color: transparent;
  border-top: 1px solid #ddd;
  display: none;
  margin: 2px 0;
  padding: 2px;
  position: relative;
}
.taglib-move-boxes .sortable-container .move-option.selected {
  display: block;
}
.taglib-move-boxes .sortable-container .move-option.move-option-dragging {
  background-color: #fafafa;
}
.taglib-move-boxes .sortable-container .move-option .checkbox,
.taglib-move-boxes .sortable-container .move-option .handle {
  position: absolute;
}
.taglib-move-boxes .sortable-container .move-option .checkbox {
  display: none;
  margin: 7px 0 0 5px;
}
.taglib-move-boxes .sortable-container .move-option .handle {
  color: #999;
  cursor: pointer;
  font-size: 1.5em;
  padding: 6px;
}
.taglib-move-boxes .sortable-container .move-option .title {
  font-size: 1.2em;
  margin: 1px 0 1px 30px;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option {
  display: block;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option .checkbox {
  display: inline-block;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option .handle {
  display: none;
}
.mobile .taglib-move-boxes .selector-container {
  display: none;
}

.item-selector .card-row > .autofit-col-expand {
  padding-top: 4px;
}
.item-selector .drop-zone {
  background-color: #f1f2f5;
  margin-top: 1rem;
}
.item-selector .input-file {
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0.1px;
  z-index: -1;
}
.item-selector .input-file + label {
  position: relative;
}
.item-selector .input-file + label::before {
  border-radius: 4px;
  bottom: -2px;
  content: "";
  display: block;
  left: -2px;
  position: absolute;
  right: -2px;
  top: -2px;
  transition: box-shadow 0.15s ease-in-out;
}
.item-selector .input-file:focus + label::before {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #75b8ff;
}
.item-selector .item-selector-list-row:hover {
  background-color: #e5f2ff;
  cursor: pointer;
}

.lfr-map {
  border: 1px solid #ccc;
  min-height: 400px;
  width: 100%;
}
.lfr-map .home-button {
  margin: 5px;
}
@media (max-width: 575.98px) {
  .lfr-map .home-button {
    height: 35px;
    width: 45px;
  }
}
.lfr-map .search-controls {
  font-size: 15px;
  margin-top: 5px;
  width: 100%;
}
@media (min-width: 576px) {
  .lfr-map .search-controls {
    width: 50%;
  }
}
.lfr-map .search-controls .search-input {
  width: 100%;
}

.navbar .navbar-collapse {
  max-height: none;
}
.navbar .navbar-collapse:after, .navbar .navbar-collapse:before {
  display: inline;
}
@media (max-width: 767.98px) {
  .navbar .navbar-search {
    background-color: #f3f3f3;
    border-top-width: 0;
    width: 100%;
  }
}
.navbar .navbar-search .form-search {
  margin: 8px 0;
}
@media (min-width: 768px) {
  .navbar .navbar-search .form-search {
    float: right;
    max-width: 275px;
  }
}
@media (max-width: 767.98px) {
  .navbar .navbar-search .form-search .input-group {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .navbar .container .navbar-btn,
.navbar .container-fluid .navbar-btn {
    margin-bottom: 5px;
    width: 45px;
  }
  .navbar .container .navbar-collapse.open,
.navbar .container-fluid .navbar-collapse.open {
    border-width: 0;
    display: block;
    height: auto;
    overflow: visible;
  }
}

.taglib-portlet-preview.show-borders {
  border: 1px solid #828f95;
  margin-bottom: 1em;
  padding: 3px 3px 1em;
}
.taglib-portlet-preview.show-borders .title {
  background-color: #d3dadd;
  font-size: 1.4em;
  font-weight: bold;
  padding: 0.5em;
}
.taglib-portlet-preview .preview {
  margin: 1em;
  min-height: 90px;
}

.lfr-search-container .entry-action {
  width: 1px;
}
.lfr-search-container .entry-action .taglib-icon {
  white-space: nowrap;
}

.lfr-search-container-wrapper.lfr-search-container-fixed-first-column {
  position: relative;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive {
    margin-left: 375px;
    width: auto;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table {
  position: static;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header {
  left: 12px;
  position: fixed;
  right: 12px;
  top: -1px;
  z-index: 1020;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th {
  display: block;
  padding: 0;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
  overflow-x: hidden;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
    margin-left: 375px;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table {
  border-collapse: collapse;
  width: 100%;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table th {
  border-radius: 0;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td,
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
  width: auto;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td:first-child,
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th:first-child {
    background-color: #fff;
    left: 0;
    position: absolute;
    right: 15px;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
  height: auto;
}
.lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link) {
  color: #495057;
  font-weight: 500;
  text-decoration: underline;
}
.lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link):focus, .lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link):hover {
  color: #000;
}
.lfr-search-container-wrapper .dropdown-action .dropdown-toggle {
  color: #6c757d;
}
.lfr-search-container-wrapper .dropdown-action .dropdown-toggle:hover {
  color: #343a40;
}
.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle {
  color: #6c757d;
}
.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:active, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:focus, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:hover {
  background-color: #f7f8f9;
  border-radius: 4px;
  color: #343a40;
}
.lfr-search-container-wrapper .lfr-search-container-list .list-group:last-child .list-group-item:nth-last-child(2) {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.lfr-search-container-wrapper .lfr-search-container-list + .taglib-search-iterator-page-iterator-bottom {
  margin-top: 20px;
}
.lfr-search-container-wrapper .list-group {
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group + .list-group .list-group-header:first-child,
.lfr-search-container-wrapper .list-group + .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item .h4,
.lfr-search-container-wrapper .list-group .list-group-item h4 {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item .h5,
.lfr-search-container-wrapper .list-group .list-group-item .h6,
.lfr-search-container-wrapper .list-group .list-group-item h5,
.lfr-search-container-wrapper .list-group .list-group-item h6 {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item span + h2.h5 {
  font-weight: 600;
}
.lfr-search-container-wrapper .list-group .list-group-item .h6 + .h5,
.lfr-search-container-wrapper .list-group .list-group-item h6 + h5 {
  font-weight: 600;
}
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:first-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:first-child {
  border-bottom-left-radius: 0.25rem;
}
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:last-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:last-child {
  border-bottom-right-radius: 0.25rem;
}

.user-info {
  display: flex;
}
.user-info .sticker {
  align-self: center;
}
.user-info .user-details {
  margin-left: 1rem;
}
.user-info .user-name {
  color: #343a40;
  font-weight: 600;
}
.user-info .date-info {
  color: #6c757d;
}

.user-status-tooltip .user-status-avatar {
  float: left;
  margin-right: 5px;
}
.user-status-tooltip .user-status-avatar .user-status-avatar-image {
  width: 27px;
}
.user-status-tooltip .user-status-info {
  display: inline-block;
  overflow: hidden;
}
.user-status-tooltip .user-status-info .user-status-date {
  font-size: 11px;
}

.lfr-search-container {
  margin-top: 1.5em;
  overflow: auto;
}
@media (max-width: 767.98px) {
  .lfr-search-container .selector-button {
    width: auto;
  }
}
.touch .lfr-search-container {
  -webkit-overflow-scrolling: touch;
}
.touch .lfr-search-container .searchcontainer-content .table {
  max-width: none;
}

.taglib-page-iterator {
  clear: both;
  height: auto;
  width: auto;
}
.taglib-page-iterator .lfr-pagination-buttons {
  float: right;
  margin: 0;
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-buttons {
    width: 100%;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  .taglib-page-iterator .lfr-pagination-buttons {
    float: none;
    margin-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-buttons > li {
    display: inline-block;
    width: 50%;
  }
  .taglib-page-iterator .lfr-pagination-buttons > li.first, .taglib-page-iterator .lfr-pagination-buttons > li.last {
    display: none;
  }
  .taglib-page-iterator .lfr-pagination-buttons > li > a {
    line-height: 20px;
    padding: 11px 19px;
  }
}
.taglib-page-iterator .lfr-pagination-config {
  float: left;
  line-height: 46px;
}
@media (max-width: 767.98px) {
  .taglib-page-iterator .lfr-pagination-config {
    float: none;
  }
  .taglib-page-iterator .lfr-pagination-config .current-page-menu {
    display: block;
  }
  .taglib-page-iterator .lfr-pagination-config .current-page-menu .btn {
    display: block;
  }
}
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector,
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-page-selector {
  display: inline;
}
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector {
  float: none;
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector {
    display: none;
  }
}
.taglib-page-iterator .search-results {
  float: left;
  line-height: 46px;
  margin-left: 10px;
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .search-results {
    display: none;
  }
}

@media (max-width: 991.98px) {
  ul.pagination ul.inline-scroller {
    max-height: inherit;
  }
}
.taglib-search-toggle .form-search {
  position: relative;
}
.taglib-search-toggle .form-search .input-group-btn {
  position: absolute;
}
@media (min-width: 992px) {
  .taglib-search-toggle .form-search .input-group-btn {
    position: static;
  }
}
.taglib-search-toggle .toggle-advanced {
  color: inherit;
  margin-left: 10px;
  position: absolute;
  top: 8px;
}
.taglib-search-toggle .toggle-advanced, .taglib-search-toggle .toggle-advanced:hover, .taglib-search-toggle .toggle-advanced:focus {
  text-decoration: none;
}

.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced {
  background-color: #fcfcfc;
  border: solid #ddd;
  border-width: 0 1px 1px;
  margin-top: 0;
  padding: 15px 15px 0;
}
.navbar-search .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced {
  border-width: 1px 0 0;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content {
  position: relative;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields {
  margin-bottom: 0;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields-legend {
  color: #999;
  font-size: 13px;
}
.taglib-search-toggle-advanced-wrapper .btn.close {
  margin-right: 5px;
  position: relative;
  z-index: 1;
}

.taglib-user-display {
  padding: 0.5em;
}
.taglib-user-display .avatar {
  background: no-repeat center;
  background-size: 60px;
  display: block;
  height: 60px;
  margin: 0 auto;
  width: 60px;
}
.taglib-user-display .avatar.author:after {
  background: rgba(50, 168, 230, 0.5);
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}
.taglib-user-display .user-details {
  margin-top: 1em;
}
.taglib-user-display .user-name {
  font-size: 1.1em;
  font-weight: bold;
}
.taglib-user-display a .user-name {
  text-decoration: underline;
}
.taglib-user-display.display-style-1 .user-profile-image {
  float: left;
  margin-right: 24px;
}
.taglib-user-display.display-style-1 .user-name {
  display: inline-block;
  margin-top: 10px;
}
.taglib-user-display.display-style-1 .user-details {
  margin-top: 0;
}
.taglib-user-display.display-style-2 .user-profile-image,
.taglib-user-display.display-style-2 .user-name {
  clear: both;
  display: block;
  min-height: 20px;
  text-align: center;
}
.taglib-user-display.display-style-3 {
  padding: 0;
}
.taglib-user-display.display-style-3 .user-profile-image {
  display: inline-block;
  vertical-align: middle;
}

.taglib-workflow-status .workflow-id,
.taglib-workflow-status .workflow-version,
.taglib-workflow-status .workflow-status {
  color: #999;
}
.table-cell .taglib-workflow-status {
  margin: 0;
}
.table-cell .taglib-workflow-status .workflow-status {
  padding-left: 0;
}

.lfr-autocomplete-input-list .yui3-aclist-list {
  margin: 0;
}

.portal-popup .sheet > .lfr-nav {
  margin-top: -24px;
}
.portal-popup .contacts-portlet .portlet-configuration-container .form {
  position: static;
}
.portal-popup .lfr-form-content {
  padding: 24px 12px;
}
.portal-popup .portlet-body,
.portal-popup .portlet-boundary,
.portal-popup .portlet-column,
.portal-popup .portlet-layout {
  height: 100%;
}
.portal-popup .portlet-column {
  position: static;
}
.portal-popup .dialog-body > .container-fluid-max-xl,
.portal-popup .dialog-body .container-view,
.portal-popup .export-dialog-tree > .container-fluid-max-xl,
.portal-popup .export-dialog-tree .container-view,
.portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader .container-view,
.portal-popup .lfr-form-content > .container-fluid-max-xl,
.portal-popup .lfr-form-content .container-view,
.portal-popup .portlet-configuration-body-content > .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content .container-view,
.portal-popup .process-list > .container-fluid-max-xl,
.portal-popup .process-list .container-view,
.portal-popup .roles-selector-body > .container-fluid-max-xl,
.portal-popup .roles-selector-body .container-view {
  padding-top: 20px;
}
.portal-popup .dialog-body > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .dialog-body .container-view .nav-tabs-underline,
.portal-popup .export-dialog-tree > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .export-dialog-tree .container-view .nav-tabs-underline,
.portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .lfr-dynamic-uploader .container-view .nav-tabs-underline,
.portal-popup .lfr-form-content > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .lfr-form-content .container-view .nav-tabs-underline,
.portal-popup .portlet-configuration-body-content > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .portlet-configuration-body-content .container-view .nav-tabs-underline,
.portal-popup .process-list > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .process-list .container-view .nav-tabs-underline,
.portal-popup .roles-selector-body > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .roles-selector-body .container-view .nav-tabs-underline {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -20px;
}
.portal-popup .dialog-body > .lfr-nav + .container-fluid-max-xl,
.portal-popup .export-dialog-tree > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-form-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .process-list > .lfr-nav + .container-fluid-max-xl,
.portal-popup .roles-selector-body > .lfr-nav + .container-fluid-max-xl {
  padding-top: 0;
}
.portal-popup .login-container {
  padding: 1rem;
}
.portal-popup .navbar ~ .portlet-configuration-setup,
.portal-popup .portlet-export-import-container {
  height: calc(100% - 48px);
  position: relative;
}
@media (min-width: 576px) {
  .portal-popup .navbar ~ .portlet-configuration-setup,
.portal-popup .portlet-export-import-container {
    height: calc(100% - 48px);
  }
}
.portal-popup .panel-group .panel {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0;
}
.portal-popup .panel-group .panel + .panel {
  border-top-width: 0;
  margin-top: 0;
}
.portal-popup .panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.portal-popup .portlet-configuration-setup .lfr-nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 3px;
  padding-right: 3px;
}
@media (min-width: 576px) {
  .portal-popup .portlet-configuration-setup .lfr-nav {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.portal-popup .lfr-dynamic-uploader,
.portal-popup .process-list {
  bottom: 0;
  display: block;
  left: 0;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 48px;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 576px) {
  .portal-popup .lfr-dynamic-uploader,
.portal-popup .process-list {
    top: 48px;
  }
}
.portal-popup .portlet-export-import-publish-processes {
  top: 0;
}
.portal-popup .dialog-footer {
  background-color: #fff;
  border-top: 1px solid #dee2e6;
  bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  left: 0;
  margin: 0;
  padding: 10px 24px;
  width: 100%;
  z-index: 1020;
}
@media (min-width: 768px) {
  .portal-popup .dialog-footer {
    position: fixed;
  }
}
.portal-popup .dialog-footer .btn {
  margin-left: 1rem;
  margin-right: 0;
}
.portal-popup .dialog-footer.dialog-footer-not-reverse {
  flex-direction: initial;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .portal-popup .dialog-body:not(:last-child),
.portal-popup .lfr-dynamic-uploader:not(:last-child),
.portal-popup .lfr-form-content:not(:last-child),
.portal-popup .portlet-configuration-body-content:not(:last-child),
.portal-popup .roles-selector-body:not(:last-child) {
    padding-bottom: 60px;
  }
}
.portal-popup .lfr-dynamic-uploader {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.portal-popup .lfr-dynamic-uploader.hide-dialog-footer {
  bottom: 0;
}
.portal-popup .lfr-dynamic-uploader.hide-dialog-footer + .dialog-footer {
  display: none;
}
.portal-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content {
  display: flex;
  flex-direction: column;
  overflow: visible;
}
.portal-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content > form {
  flex-grow: 1;
  max-width: none;
  overflow: auto;
}
.portal-popup .portlet-configuration-edit-templates .portlet-configuration-body-content {
  bottom: 0;
}
.portal-popup:not(.article-preview) #main-content,
.portal-popup:not(.article-preview) #wrapper {
  bottom: 0;
  left: 0;
  overflow: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-overflow-scrolling: touch;
}
@media print {
  .portal-popup:not(.article-preview) #main-content,
.portal-popup:not(.article-preview) #wrapper {
    position: initial;
  }
}
.portal-popup .columns-max > .portlet-layout.row {
  margin-left: 0;
  margin-right: 0;
}
.portal-popup .columns-max > .portlet-layout.row > .portlet-column {
  padding-left: 0;
  padding-right: 0;
}

html:not(#__):not(#___) .portlet-layout.dragging {
  border-collapse: separate;
}
html:not(#__):not(#___) .drop-area {
  background-color: #d3dadd;
}
html:not(#__):not(#___) .active-area {
  background: #ffc;
}
html:not(#__):not(#___) .portlet-boundary.yui3-dd-dragging {
  opacity: 0.6;
}
html:not(#__):not(#___) .portlet-boundary.yui3-dd-dragging .portlet {
  border: 2px dashed #ccc;
}
html:not(#__):not(#___) .sortable-layout-proxy {
  opacity: 1;
}
html:not(#__):not(#___) .sortable-layout-proxy .portlet-topper {
  background-image: none;
}
html:not(#__):not(#___) .proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute;
}
html:not(#__):not(#___) .proxy.generic-portlet {
  height: 200px;
  width: 300px;
}
html:not(#__):not(#___) .proxy.generic-portlet .portlet-title {
  padding: 10px;
}
html:not(#__):not(#___) .proxy.not-intersecting .forbidden-action {
  background: url(../images/application/forbidden_action.png) no-repeat;
  display: block;
  height: 32px;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 32px;
}
html:not(#__):not(#___) .resizable-proxy {
  border: 1px dashed #828f95;
  position: absolute;
  visibility: hidden;
}
html:not(#__):not(#___) .sortable-proxy {
  background: #727c81;
  margin-top: 1px;
}
html:not(#__):not(#___) .sortable-layout-drag-target-indicator {
  margin: 2px 0;
}
html:not(#__):not(#___) .yui3-dd-proxy {
  z-index: 1110 !important;
}

.portlet-layout.dragging {
  border-collapse: separate;
}

.drop-area {
  background-color: #d3dadd;
}

.active-area {
  background: #ffc;
}

.portlet-boundary.yui3-dd-dragging {
  opacity: 0.6;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .portlet-boundary.yui3-dd-dragging {
    transition: none;
  }
}
.c-prefers-reduced-motion .portlet-boundary.yui3-dd-dragging {
  transition: none;
}
.portlet-boundary.yui3-dd-dragging .portlet {
  border: 2px dashed #ccc;
}

.sortable-layout-proxy {
  opacity: 1;
}
.sortable-layout-proxy .portlet-topper {
  background-image: none;
}

.proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute;
}
.proxy.generic-portlet {
  height: 200px;
  width: 300px;
}
.proxy.generic-portlet .portlet-title {
  padding: 10px;
}
.proxy.not-intersecting .forbidden-action {
  background: url(../images/application/forbidden_action.png) no-repeat;
  display: block;
  height: 32px;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 32px;
}

.resizable-proxy {
  border: 1px dashed #828f95;
  position: absolute;
  visibility: hidden;
}

.sortable-proxy {
  background: #727c81;
  margin-top: 1px;
}

.sortable-layout-drag-target-indicator {
  margin: 2px 0;
}

.yui3-dd-proxy {
  z-index: 1110 !important;
}

.portlet-column-content.empty {
  padding: 50px;
}

.lfr-portlet-title-editable {
  margin-top: 0;
  z-index: 9999;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content {
  padding: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .field-input {
  margin-bottom: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .textfield-label {
  display: none;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-toolbar-content {
  display: inline-block;
  vertical-align: bottom;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-group {
  margin-top: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn {
  display: inline-block;
  float: none;
  margin-top: 0;
  width: auto;
}

.lfr-source-editor {
  border: solid 0 #ccc;
  border-bottom-width: 2px;
  position: relative;
}
.lfr-source-editor .ace_editor {
  height: 100%;
}
.lfr-source-editor .lfr-source-editor-toolbar li > .btn {
  background-color: #fff;
  border: transparent;
  color: #717383;
  outline: 0;
}
.lfr-source-editor .lfr-source-editor-code {
  background-color: #fff;
  color: #2b4259;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter {
  background-color: #ededef;
  color: #868896;
  overflow: hidden;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget {
  font-family: fontawesome-alloy;
  text-align: center;
  vertical-align: middle;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open, .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed {
  background-image: none;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open:before {
  content: "▾";
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed:before {
  content: "▸";
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-cell {
  color: #fff;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
  background-color: #717383;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-layer {
  border-right: solid 1px #ccc;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_info {
  background-image: none;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_active-line {
  background-color: #ededef;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_constant {
  color: #34adab;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_tag {
  color: #1d5ec7;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_string {
  color: #ff6c58;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_string.ace_regex {
  color: #f00;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code {
  background-color: #47474f;
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter {
  background: #54555e;
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
  background-color: #009aed;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_active-line {
  background-color: #11394e;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_cursor {
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_tag {
  color: #4d91ff;
}

.lfr-fullscreen-source-editor {
  height: 100%;
  overflow: hidden;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-header {
  height: 40px;
  margin-right: 4px;
  margin-top: 4px;
  min-height: 40px;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content {
  height: 95%;
  position: relative;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .panel-splitter {
  border: 1px solid #ccc;
  position: absolute;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .preview-panel {
  display: inline-block;
  overflow-y: auto;
  padding-left: 20px;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .source-panel {
  display: inline-block;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .source-panel,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .preview-panel {
  height: 100%;
  width: 50%;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .panel-splitter {
  height: 100%;
  left: 50%;
  top: 0;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .source-panel,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .preview-panel {
  height: 50%;
  width: 100%;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .panel-splitter {
  top: 50%;
  width: 100%;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .panel-splitter,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .preview-panel {
  display: none;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .source-panel {
  height: 100%;
  width: 100%;
}

.lfr-fulscreen-source-editor-dialog .modal-footer {
  text-align: left;
}

.file-icon-color-0 {
  background-color: #fff;
  color: #6c757d;
}

.file-icon-color-1 {
  background-color: #fff;
  color: #6c757d;
}

.file-icon-color-2 {
  background-color: #fff;
  color: #24a892;
}

.file-icon-color-3 {
  background-color: #fff;
  color: #ff4d4d;
}

.file-icon-color-4 {
  background-color: #fff;
  color: #ff6200;
}

.file-icon-color-5 {
  background-color: #fff;
  color: #bf66ff;
}

.file-icon-color-6 {
  background-color: #fff;
  color: #0099e6;
}

.file-icon-color-7 {
  background-color: #fff;
  color: #ff4db2;
}

.lfr-item-viewer.uploading > div:not(.progress-container) {
  opacity: 0.3;
}
.lfr-item-viewer.uploading > .progress-container {
  visibility: visible;
}
.lfr-item-viewer .aspect-ratio a.item-preview {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  width: 100%;
}
.lfr-item-viewer .image-viewer-base-image-list {
  padding-top: 35px;
}
.lfr-item-viewer .item-preview:hover {
  cursor: pointer;
}
.lfr-item-viewer .progress-container {
  background-color: #fff;
  left: 0;
  margin: 0 auto;
  padding: 20px 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  width: 80%;
  z-index: 1000;
}
.lfr-item-viewer .progress-container a {
  position: absolute;
  right: 30px;
}
.lfr-item-viewer .progress-container .progress {
  margin-top: 10px;
}
.lfr-item-viewer .search-info {
  background-color: #d3e8f1;
}
.lfr-item-viewer .search-info .keywords {
  font-size: 1.4em;
  font-weight: bold;
}
.lfr-item-viewer .search-info .change-search-folder {
  font-size: 0.8em;
  font-weight: normal;
}
.lfr-item-viewer .upload-view {
  display: table;
  height: 400px;
  margin-top: 20px;
  width: 100%;
}
.lfr-item-viewer .upload-view > div {
  display: table-cell;
  vertical-align: middle;
}
.lfr-item-viewer .yui3-widget-bd {
  position: relative;
}

.lfr-menu-expanded li a:focus {
  background-color: #5b677d;
  color: #fff;
  text-shadow: -1px -1px #2c2f34;
}

.lfr-url-error {
  display: inline-block;
  white-space: normal;
  overflow-wrap: break-all;
  word-wrap: break-all;
}

.lfr-page-layouts {
  padding: 0;
}
.lfr-page-layouts input[type=radio] {
  opacity: 0;
  position: absolute;
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal {
  cursor: default;
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
  bottom: -0.0625rem;
  content: "";
  left: -0.0625rem;
  position: absolute;
  right: -0.0625rem;
  transition: height 0.15s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
    transition: none;
  }
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
  transition: none;
}

.lfr-page-layouts .card-horizontal {
  cursor: pointer;
  outline: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts .card-horizontal {
    transition: none;
  }
}
.lfr-page-layouts .card-horizontal {
  transition: none;
}

.lfr-page-layouts .card-horizontal::after {
  border-radius: 0 0 0.25rem 0.25rem;
  bottom: -0.0625rem;
  content: "";
  height: 0;
  left: -0.0625rem;
  position: absolute;
  right: -0.0625rem;
  transition: height 0.15s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts .card-horizontal::after {
    transition: none;
  }
}
.lfr-page-layouts .card-horizontal::after {
  transition: none;
}

.modal-body.dialog-iframe-bd {
  overflow: hidden;
  padding: 0;
}

.modal-dialog:not(.dialog-iframe-modal):not(.modal-full-screen) {
  position: relative;
}
.modal-dialog.dialog-iframe-modal {
  max-width: none;
}
.modal-dialog.modal-dialog-sm {
  max-width: 500px;
}
.modal-dialog .yui3-resize-handles-wrapper {
  pointer-events: all;
}
.modal-dialog .yui3-resize-handles-wrapper .yui3-resize-handle-inner-br {
  bottom: 0;
  right: 0;
}

.modal-open .modal {
  display: block;
}

.sheet > .panel-group .sheet-footer {
  margin-bottom: 0;
}

.sheet-footer .btn {
  margin-right: 0.5rem;
}
.sheet-footer .btn:last-child {
  margin-right: 0;
}

.tag-items {
  list-style: none;
  margin: 0 1em 0 0;
  padding: 0 1em 0.5em;
  white-space: normal;
}
.tag-items li {
  display: inline-block;
  margin: 0 1em 0 0;
  max-width: 100%;
}

.tag-selected {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.tag-cloud .tag-popularity-1 {
  font-size: 1em;
}
.tag-cloud .tag-popularity-2 {
  font-size: 1.3em;
}
.tag-cloud .tag-popularity-3 {
  font-size: 1.6em;
}
.tag-cloud .tag-popularity-4 {
  font-size: 1.9em;
}
.tag-cloud .tag-popularity-5 {
  font-size: 2.2em;
}
.tag-cloud .tag-popularity-6 {
  font-size: 2.5em;
}

.lfr-portal-tooltip {
  display: inline-flex;
}
.lfr-portal-tooltip,
.lfr-portal-tooltip a {
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.tree-node .icon-check {
  padding-right: 2px;
}
.tree-node .tree-node-checked .icon-check {
  padding-right: 0;
}
.tree-node [class^=icon-] {
  margin-right: 5px;
}
.tree-node .tree-node-checkbox-container {
  margin-right: 0;
}
.tree-node .tree-node-selected .tree-label {
  background: none;
}

.tree-node-content .tree-hitarea {
  color: #999;
  font-size: 10px;
  padding-right: 6px;
}
.tree-node-content .tree-label {
  margin-left: 3px;
}
.tree-node-content .tree-node-hidden-hitarea {
  visibility: hidden;
}

.tree-node-selected .tree-label {
  background-color: transparent;
}

.tree-view li.tree-node .tree-node-content svg.lexicon-icon {
  pointer-events: none;
}

.user-icon-color-0 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #6c757d;
}

.user-icon-color-1 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #66abff;
}

.user-icon-color-2 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #ff6200;
}

.user-icon-color-3 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #ff4d4d;
}

.user-icon-color-4 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #24a892;
}

.user-icon-color-5 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #ff4db2;
}

.user-icon-color-6 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #53a117;
}

.user-icon-color-7 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #bf66ff;
}

.user-icon-color-8 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #b38900;
}

.user-icon-color-9 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #0099e6;
}

.collapse.open {
  display: block;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox='0%200%2016%2016'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20class='lexicon-icon-outline'%20d='M15%203H1a1%201%200%200%201%200-2h14a1%201%200%200%201%200%202Zm0%206H1a1%201%200%200%201%200-2h14a1%201%200%200%201%200%202ZM1%2015h14a1%201%200%200%200%200-2H1a1%201%200%200%200%200%202Z'%20fill='%23212529'/%3E%3C/svg%3E");
  height: 1em;
  width: 1em;
}

.navbar-nav .nav-item.hover:after {
  bottom: -0.125rem;
  content: "";
  height: 0.125rem;
  left: 0;
  position: absolute;
  width: 100%;
}

.navbar .navbar-toggler .c-inner {
  max-width: none;
}

html:not(#__):not(#___) .cadmin.portlet-topper {
  position: relative;
}
html:not(#__):not(#___) .cadmin.portlet-topper .portlet-topper-toolbar .portlet-icon-back {
  background: url(../images/arrows/12_left.png) no-repeat 0 50%;
  padding: 5px 5px 5px 18px;
}
html:not(#__):not(#___) .cadmin.portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
  display: none;
}
html:not(#__):not(#___) .cadmin .component-action.portlet-options {
  color: white;
}

body.portlet {
  border-width: 0;
}

.portlet-icon-back {
  margin-top: -2px;
}
.portlet-topper .portlet-topper-toolbar .portlet-icon-back {
  background: url(../images/arrows/12_left.png) no-repeat 0 50%;
  padding: 5px 5px 5px 18px;
}

.portlet-options-dropdown {
  z-index: 1035;
}

.portlet-topper {
  position: relative;
}
.portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
  display: none;
}
.portlet-draggable .portlet-topper {
  cursor: move;
}

.portlet-title-editable {
  cursor: pointer;
}

.portlet-title-text {
  display: inline-block;
  margin-top: 0;
  max-width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}
.panel-page-body .portlet-title-text, .panel-page-content .portlet-title-text {
  cursor: auto;
}

.portlet-minimized .portlet-content {
  padding: 0;
}

.portlet-nested-portlets .portlet-boundary {
  left: 0 !important;
  position: relative !important;
  top: 0 !important;
}

.portlet-layout .portlet-header {
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .portlet .visible-interaction {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .controls-hidden .portlet .visible-interaction {
    display: none;
  }
}
.portlet:hover .visible-interaction, .portlet.open .visible-interaction, .portlet.focus .visible-interaction {
  display: block;
}

.controls-hidden .lfr-meta-actions,
.controls-hidden .lfr-configurator-visibility {
  display: none;
}
.controls-hidden .portlet-title-editable {
  pointer-events: none;
}
.controls-hidden .portlet-topper {
  display: none !important;
}
.controls-hidden .portlet-topper-toolbar {
  display: none !important;
}

html:not(#__):not(#___) .cadmin.portlet-topper {
  background-color: #f7f7f7;
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: rgba(0, 0, 0, 0.5);
  display: box;
  display: flex;
  height: 28px;
  padding: 3px 12px 3px 24px;
  position: relative;
}
html:not(#__):not(#___) .cadmin.portlet-topper .lexicon-icon {
  height: 12px;
  width: 12px;
}
html:not(#__):not(#___) .cadmin.portlet-topper .lexicon-icon.lexicon-icon-drag {
  height: 16px;
  width: 16px;
}
html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
  display: none;
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
    display: flex;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transform: translateY(-97%);
    transition: opacity 0.15s;
    top: 0;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
    transition: none;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .portlet > .c-prefers-reduced-motion .cadmin.portlet-topper {
    transition: none;
  }
}
html:not(#__):not(#___) .cadmin .portlet-actions {
  float: right;
}
html:not(#__):not(#___) .cadmin .portlet-options {
  display: inline-block;
}
html:not(#__):not(#___) .cadmin .portlet-title-menu {
  flex: 0 1 auto;
}
html:not(#__):not(#___) .cadmin .portlet-title-menu > span > a {
  display: inline-block;
  text-decoration: none;
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar {
  margin: 0;
  padding-left: 0;
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a,
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > span > a,
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar .lfr-icon-menu > a {
  color: rgba(0, 0, 0, 0.5);
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:focus, html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:hover {
  text-decoration: none;
}
html:not(#__):not(#___) .cadmin .portlet-name-text {
  font-size: 12px;
  font-weight: 600;
  margin-left: 4px;
}
html:not(#__):not(#___) .cadmin .portlet-title-default {
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 576px) {
  html:not(#__):not(#___) .lfr-configurator-visibility .portlet:hover .portlet-topper, html:not(#__):not(#___) .lfr-configurator-visibility .portlet.focus .portlet-topper, html:not(#__):not(#___) .lfr-configurator-visibility .portlet.open .portlet-topper {
    opacity: 0.5;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet:hover > .portlet-content-editable, html:not(#__):not(#___) .controls-visible .portlet.open > .portlet-content-editable, html:not(#__):not(#___) .controls-visible .portlet.focus > .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet:hover > .cadmin.portlet-topper, html:not(#__):not(#___) .controls-visible .portlet.open > .cadmin.portlet-topper, html:not(#__):not(#___) .controls-visible .portlet.focus > .cadmin.portlet-topper {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet.open > .cadmin.portlet-topper {
    transition-duration: 0ms;
  }
}
@media (max-width: 767.98px) {
  html:not(#__):not(#___) .controls-visible .cadmin.portlet-topper {
    align-items: center;
    display: box;
    display: flex;
  }
}
html:not(#__):not(#___) .controls-visible .cadmin .portlet-topper-toolbar {
  display: block;
}

.portlet {
  margin-bottom: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .controls-visible .portlet:hover > .portlet-content-editable, .controls-visible .portlet.open > .portlet-content-editable, .controls-visible .portlet.focus > .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) {
  .controls-visible .portlet:hover > .portlet-topper, .controls-visible .portlet.open > .portlet-topper, .controls-visible .portlet.focus > .portlet-topper {
    opacity: 1;
  }
}
@media (min-width: 576px) {
  .lfr-configurator-visibility .portlet:hover .portlet-topper, .lfr-configurator-visibility .portlet.focus .portlet-topper, .lfr-configurator-visibility .portlet.open .portlet-topper {
    opacity: 0.5;
  }
}

.portlet-content-editable {
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  transition: border-color 0.15s ease;
}
.portlet > .portlet-content-editable {
  border-color: transparent;
}
@media (max-width: 767.98px) {
  .controls-visible .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

.portlet-options {
  display: inline-block;
}

.portlet-title-default {
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.portlet-title-menu {
  flex: 0 1 auto;
}
.portlet-title-menu > span > a {
  display: inline-block;
  text-decoration: none;
}

.portlet-topper {
  background-color: #f7f7f7;
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: rgba(0, 0, 0, 0.5);
  display: box;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative;
}
.portlet > .portlet-topper {
  display: none;
}
@media (min-width: 768px) {
  .portlet > .portlet-topper {
    display: flex;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: opacity 0.15s;
    top: 0;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .portlet > .portlet-topper {
    transition: none;
  }
}
@media (min-width: 768px) {
  .portlet > .portlet-topper {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .controls-visible .portlet-topper {
    display: box;
    display: flex;
  }
}

.portlet-topper-toolbar {
  margin: 0;
  padding-left: 0;
}
.portlet-topper-toolbar > a,
.portlet-topper-toolbar > span > a,
.portlet-topper-toolbar .lfr-icon-menu > a {
  color: rgba(0, 0, 0, 0.5);
}
.portlet-topper-toolbar > a:focus, .portlet-topper-toolbar > a:hover {
  text-decoration: none;
}
.controls-visible .portlet-topper-toolbar {
  display: block;
}

.lfr-panel-page .portlet-title {
  font-size: 13px;
}

.portlet-borderless .portlet-content {
  padding: 1rem;
}
.portlet-decorate .portlet-content {
  background: #fff;
  border-color: transparent;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  padding: 1rem;
  word-wrap: break-word;
}
.portlet-barebone .portlet-content {
  padding: 0;
}

.portlet-dynamic-data-lists-display .lfr-ddm-field-group,
.portlet-dynamic-data-lists .lfr-ddm-field-group {
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 28px 24px;
}

.breadcrumb.breadcrumb-vertical {
  display: inline-block;
  text-align: center;
}
.breadcrumb.breadcrumb-vertical li {
  display: block;
}
.breadcrumb.breadcrumb-vertical li.last, .breadcrumb.breadcrumb-vertical li.only {
  background: none;
}
.breadcrumb.breadcrumb-vertical .divider {
  background: url(../images/arrows/07_down.png) no-repeat 50% 100%;
  display: block;
  height: 10px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}

.navbar form {
  margin: 0;
}

:not(.inline-item) > .loading-animation {
  margin-bottom: 20px;
  margin-top: 20px;
}
.product-menu .loading-animation {
  margin-top: 160px;
}

@keyframes lfr-drop-active {
  0% {
    background-color: #ebebeb;
    border-color: #ddd;
  }
  50% {
    background-color: #ddedde;
    border-color: #7d7;
    transform: scale(1.1);
  }
  75% {
    background-color: #ddedde;
    border-color: #7d7;
  }
  100% {
    background-color: #ebebeb;
    border-color: #ddd;
  }
}
.lfr-upload-container .progress-bar,
.lfr-upload-container .progress {
  border-radius: 10px;
}
.lfr-upload-container .upload-file,
.lfr-upload-container .upload-target {
  border-radius: 5px;
}
.upload-drop-active .lfr-upload-container .upload-target {
  animation: none;
}
.upload-drop-intent .lfr-upload-container .upload-target {
  animation: lfr-drop-active 1s ease 0.2s infinite;
}

.select-files {
  border-radius: 5px;
}

.taglib-form-navigator > .form-steps > ul.form-navigator.list-group {
  box-shadow: none;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:hover .number, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:focus .number {
  box-shadow: 0 0 5px 0 #333;
  transition-duration: 0.25s;
  transition-property: box-shadow;
  transition-timing-function: ease-out;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .number {
  border-radius: 50%;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.lfr-progress-active .progress-bar-status,
.lfr-upload-container .file-uploading .progress-bar .progress {
  animation: progress-bar-stripes 0.5s linear infinite;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-size: 40px 40px;
  transition: width, 0.5s, ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-progress-active .progress-bar-status,
.lfr-upload-container .file-uploading .progress-bar .progress {
    transition: none;
  }
}
.c-prefers-reduced-motion .lfr-progress-active .progress-bar-status,
.c-prefers-reduced-motion .lfr-upload-container .file-uploading .progress-bar .progress {
  transition: none;
}

@keyframes highlight-animation {
  from {
    background-color: #ffc;
  }
  to {
    background-color: transparent;
  }
}
.highlight-animation {
  animation: highlight-animation 0.7s;
}

.portlet-options.btn-group .dropdown-toggle, .portlet-options.btn-group.open .dropdown-toggle {
  box-shadow: none;
}

.form-group.form-inline.input-boolean-wrapper label, .form-group.form-inline.input-checkbox-wrapper label {
  gap: 0.3125rem;
}

html {
  scroll-behavior: smooth;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.panel-body {
  padding: 0.75rem 0;
}

/* fonts */
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Italic.woff2") format("woff2"), url("../fonts/Inter-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Material-Icons-Outlined-Regular.woff2") format("woff2"), url("../fonts/Material-Icons-Outlined-Regular.woff") format("woff");
}
/* Для админки */
.portlet > .portlet-topper {
  top: -42px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.material-icons-outlined {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

h1 {
  font-size: 40px;
  line-height: 44px;
}

h2 {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 0;
}
@media all and (max-width: 992px) {
  h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media all and (max-width: 768px) {
  h2 {
    font-size: 26px;
    line-height: 32px;
    width: 100%;
    text-align: center;
  }
}

h3 {
  font-size: 25px;
  line-height: 32px;
}

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

/* reset */
body {
  font-family: "Inter", sans-serif;
  color: #373535;
  font-size: 16px;
  line-height: 22px;
  position: relative;
}
body.modal-open, body.signed-in {
  position: static;
}
body .ui-widget {
  font-family: "Inter", sans-serif;
}
@media all and (max-width: 768px) {
  body.opened {
    overflow: hidden;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1em;
}
p:last-child {
  margin-bottom: 0 !important;
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

table td {
  padding: 8px 10px;
}

a.clg-btn {
  text-decoration: none;
  display: inline-block;
}
a.clg-btn:hover {
  color: inherit;
  text-decoration: none;
}

a.btn-arrow {
  display: inline-flex;
  padding: 4px 4px 4px 20px;
  border-radius: 22px;
  background-color: #373535;
  color: #fff;
  align-items: center;
  justify-content: space-between;
  column-gap: 18px;
  transition: background-color 0.3s ease-out;
}
a.btn-arrow:hover {
  color: #fff;
  background-color: #272525;
}
a.btn-arrow span {
  white-space: nowrap;
}
a.btn-arrow .btn-arrow-icon {
  background-color: #fff;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

a.btn-border {
  border: 1px solid #373535;
  padding: 10px 20px;
  border-radius: 22px;
  transition: all 0.3s ease-out;
}
a.btn-border svg path {
  transition: fill 0.3s ease-out;
}
a.btn-border:hover {
  background-color: #373535;
  color: #fff;
}
a.btn-border:hover svg path {
  fill: #fff;
}
@media all and (max-width: 768px) {
  a.btn-border {
    padding: 8px 16px;
  }
}

.icon-button-link {
  width: 44px;
  height: 44px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.icon-button-link.black {
  background-color: #373535;
  width: 72px;
  height: 72px;
  transition: background-color 0.3s ease-out;
}
.icon-button-link.black:hover {
  background-color: #272525;
}
.icon-button-link.black svg path {
  stroke: #fff;
}
.icon-button-link.stroke {
  border: 1px solid #373535;
}

@media all and (max-width: 768px) {
  .row {
    padding: 0 1px;
  }
}

a {
  color: inherit;
}

a.underline {
  text-decoration: underline;
}

b {
  font-weight: 500;
}

@media all and (max-width: 768px) {
  iframe {
    max-width: 100% !important;
  }
}

.clg-body {
  position: relative;
  overflow: hidden;
}
.clg-body a:not(.clg-btn, .nav-link, .menu-sublink, .menu-link, .readmore) {
  transition: all 0.3s ease-out;
  color: #373535;
  text-decoration: underline;
}
.clg-body a:not(.clg-btn, .nav-link, .menu-sublink, .menu-link, .readmore):hover {
  color: inherit;
}
.clg-body a:not(.clg-btn, .nav-link, .menu-sublink, .menu-link, .readmore):focus {
  outline: 0;
}
.clg-body a:not(.clg-btn, .nav-link, .menu-sublink, .menu-link, .readmore).underline {
  text-decoration: underline;
}
.clg-body a:not(.clg-btn, .nav-link, .menu-sublink, .menu-link, .readmore).icon-rss {
  text-decoration: none;
}
.clg-body a:not(.clg-btn, .nav-link, .menu-sublink, .menu-link, .readmore).icon-rss::after {
  content: "";
  display: inline-block;
  background-image: url("../images/icons/rss_feed-24px.svg");
  width: 24px;
  height: 24px;
  vertical-align: bottom;
  margin-left: 8px;
}
.clg-body a:not(.clg-btn, .nav-link, .menu-sublink, .menu-link, .readmore).icon-link::after {
  content: "";
  display: inline-block;
  background-image: url("../images/icons/launch-24px.svg");
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-left: 16px;
  margin-right: -4px;
}
@media all and (max-width: 768px) {
  .clg-body a:not(.clg-btn, .nav-link, .menu-sublink, .menu-link, .readmore).icon-link::after {
    position: absolute;
    top: 4px;
    right: 2px;
  }
}
.clg-body a:not(.clg-btn, .nav-link, .menu-sublink, .menu-link, .readmore).readmore {
  text-decoration: underline;
}
.clg-body .input-group-item .btn {
  font-size: 18px;
  line-height: 24px;
  padding: 0.375rem 0.75rem;
}
.clg-body .avo-btn_fw,
.clg-body .btn_fw {
  width: 100%;
  text-align: center;
}
.clg-body h1 {
  font-weight: 600;
  color: #373535;
  margin-top: 0;
}
.clg-body h2 {
  font-weight: 600;
  color: #373535;
  margin-top: 0;
}
.clg-body h3 {
  font-weight: 600;
  color: #373535;
  margin-top: 0;
}
.clg-body h4 {
  font-weight: 600;
  color: #373535;
  margin-top: 0;
}
.clg-body h5 {
  font-weight: 600;
  color: #373535;
  margin-top: 0;
}
.clg-body h6 {
  font-weight: 600;
  color: #373535;
  margin-top: 0;
}
@media all and (min-width: 769px) {
  .clg-body .text-right-desktop {
    text-align: right;
  }
}
.clg-body .separator-line {
  border-bottom: 2px solid #b8bccb;
  margin-bottom: 28px;
}
@media all and (max-width: 768px) {
  .clg-body .separator-line {
    margin-bottom: 24px;
  }
}
.clg-body img {
  max-width: 100%;
  height: auto;
}
.clg-body table.avo_table {
  border-collapse: collapse;
  border: none;
}
.clg-body table.avo_table tr {
  border-bottom: 2px solid #b8bccb;
  background: #fff;
}
.clg-body table.avo_table tr:first-child {
  border-top: 4px solid #1c3467;
}
.clg-body table.avo_table tr:nth-child(2n) {
  background: #F4F4F4;
}
.clg-body table.avo_table td,
.clg-body table.avo_table th {
  padding: 1em;
  border: none;
}
.clg-body .pl-3,
.clg-body .px-3 {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.clg-body .no-gutters {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.clg-body .container .container {
  padding: 0 !important;
}
.clg-body .mobile_icons_on_heading {
  display: none;
}
.clg-body #main-content {
  position: relative;
}
.clg-body #main-content .mobile_icons_on_heading {
  display: block;
  position: absolute;
  top: 57px;
  right: 0;
  left: 0;
  text-align: right;
  padding: 8px 20px 8px 0;
}
.clg-body #main-content .mobile_icons_on_heading > a {
  margin-left: 20px;
  display: inline-block;
}
.clg-body #main-content .mobile_icons_on_heading .tags-container,
.clg-body #main-content .mobile_icons_on_heading .cal-container {
  display: none;
  background: #fff;
  border: solid 1px #eee;
  padding: 10px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  text-align: left;
}
.clg-body #main-content .mobile_icons_on_heading .tags-container h2,
.clg-body #main-content .mobile_icons_on_heading .tags-container h3,
.clg-body #main-content .mobile_icons_on_heading .cal-container h2,
.clg-body #main-content .mobile_icons_on_heading .cal-container h3 {
  font-size: 18px;
  line-height: 20px;
}
.clg-body #main-content .mobile_icons_on_heading .tags-container.expanded,
.clg-body #main-content .mobile_icons_on_heading .cal-container.expanded {
  display: block;
}
.clg-body .slick-dots {
  bottom: -27px;
  padding: 0;
}
@media all and (max-width: 768px) {
  .clg-body .slick-dots {
    top: 12px;
    right: 0;
    left: 0;
    bottom: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.clg-body .slick-dots li {
  width: 20px;
  height: 20px;
}
@media all and (max-width: 768px) {
  .clg-body .slick-dots li {
    margin: 0 3px;
    height: 4px;
    width: 50px;
    border-radius: 8px;
  }
}
.clg-body .slick-dots li button {
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 50%;
}
@media all and (max-width: 768px) {
  .clg-body .slick-dots li button {
    height: 4px;
    width: 50px;
    border-radius: 8px;
    border: none;
    background-color: #FFFFFF7F;
    padding: 0;
  }
}
.clg-body .slick-dots li.slick-active button {
  background-color: #fff;
}
@media all and (max-width: 768px) {
  .clg-body .slick-dots li.slick-active button {
    background-color: #fff;
  }
}

ul.menu,
nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 -15px;
  position: static;
  white-space: nowrap;
}
ul.menu li,
nav ul li {
  padding-right: 15px;
  padding-left: 15px;
}
ul.menu li:focus,
nav ul li:focus {
  outline: 0;
}
ul.menu a,
nav ul a {
  text-decoration: none;
  color: inherit;
}
ul.menu a:hover,
nav ul a:hover {
  text-decoration: underline;
}
ul.menu a:focus,
nav ul a:focus {
  outline: 0;
}

@media all and (max-width: 768px) {
  .hide_on_mobile {
    display: none !important;
  }
}

@media all and (min-width: 769px) {
  .hide_on_desktop {
    display: none !important;
  }
}

@media all and (max-width: 1200px) {
  .hide_on_1200 {
    display: none !important;
  }
}

.hide {
  display: none;
}

.no-home .accordion-wrapper .accordion-button {
  background-color: #F4F4F4;
}
.no-home .accordion-wrapper .accordion-items .item {
  border-radius: 20px;
  border: 1px solid transparent;
}
.no-home .accordion-wrapper .accordion-items .item svg rect {
  fill: #fff;
}
.no-home .accordion-wrapper .accordion-items .item.active {
  border-color: #373535;
}
.no-home .accordion-wrapper .accordion-items .item .accordion-content-title {
  margin: 35px 0 20px;
}
.no-home p:not(table p),
.no-home .journal-content-article li {
  width: 80%;
}
@media all and (max-width: 992px) {
  .no-home p:not(table p),
.no-home .journal-content-article li {
    width: auto;
  }
}

/* grid */
.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 768px) {
  .flex {
    flex-wrap: wrap;
  }
}

@media all and (min-width: 1250px) {
  .signed-out.no-home {
    margin-top: 50px;
  }
}
.clg-header.home {
  margin-bottom: 52px;
}
.clg-header a.clg-btn:hover svg path {
  fill: initial;
}
.clg-header .clg-header-top {
  position: fixed;
  width: 100%;
  z-index: 222;
  top: 0;
  background: #F4F4F4;
  height: 50px;
  overflow: hidden;
  border-bottom: 1px solid #8F8F8F;
}
@media all and (max-width: 1250px) {
  .clg-header .clg-header-top {
    display: none;
  }
}
.clg-header .clg-header-top-right {
  display: flex;
  align-items: center;
  column-gap: 40px;
}
.clg-header .clg-header-top-left.opened {
  display: block;
  flex-grow: 1;
  height: 50px;
}
.clg-header .clg-header-top-left.opened .header-top-links {
  display: none;
}
.clg-header .clg-header-top .flex.h-100 {
  column-gap: 30px;
}
.clg-header .clg-header-top .flex .flex .col-auto:first-child {
  padding-left: 0;
}
.clg-header .clg-header-top .flex .flex .col-auto:last-child {
  padding-right: 0;
}
.clg-header .clg-header-top .clg-btn:not(.clg-socials a) {
  padding-top: 13px;
  padding-bottom: 15px;
}
@media all and (max-width: 768px) {
  .clg-header .clg-header-top {
    height: 48px;
    min-width: 56px;
    padding: 0;
    text-align: center;
  }
  .clg-header .clg-header-top .row.flex {
    justify-content: space-around;
  }
}
.clg-header .clg-header-top a {
  color: inherit;
  display: flex;
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 22px;
}
.clg-header .clg-header-top a:hover {
  color: #373535;
  text-decoration: none;
}
.clg-header .clg-header-top a:hover svg path {
  fill: #373535;
}
.clg-header .clg-header-top a.clg-btn span {
  margin-right: 8px;
}
@media all and (max-width: 768px) {
  .clg-header .clg-header-top .col-auto {
    padding: 0;
  }
}
.clg-header .clg-header-middle {
  background: #fff;
}
@media all and (max-width: 768px) {
  .clg-header .clg-header-middle > .container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.clg-header .clg-socials {
  gap: 10px;
}
.clg-header .clg-socials a svg path {
  transition: 0.2s;
}
.clg-header .clg-socials a:not(.rss-link) svg {
  width: 24px;
  height: 24px;
}
.clg-header .clg-socials a:not(.rss-link):hover path {
  fill: #d7d7d7;
}
.clg-header .clg-socials a.rss-link {
  display: inline-flex;
  margin-left: 30px;
}
@media all and (max-width: 768px) {
  .clg-header .clg-socials {
    display: none;
  }
}

.site-title-section {
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: flex-start;
  column-gap: 30px;
  padding: 34px 0 0;
}
@media all and (max-width: 768px) {
  .site-title-section {
    padding: 17px 0;
    column-gap: 10px;
  }
  .site-title-section > .flex {
    flex-wrap: nowrap;
  }
}
.site-title-section img {
  margin-right: 30px;
  max-height: 94px;
  max-width: 100px;
  width: auto;
}
@media all and (max-width: 768px) {
  .site-title-section img {
    margin-right: 16px;
    margin-left: 1px;
    margin-top: -1px;
    max-height: 37px;
    max-width: 40px;
  }
}
.site-title-section a {
  color: #373535;
  text-decoration: none;
}
.site-title-section .subtitle {
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 6px;
}
.site-title-section .title {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  line-height: 32px;
}
@media all and (max-width: 992px) {
  .site-title-section .title {
    line-height: 22px;
    font-size: 18px;
  }
}
@media all and (max-width: 768px) {
  .site-title-section .title {
    font-size: 15px;
    line-height: 19px;
    text-transform: uppercase;
    color: #373535;
  }
}
@media all and (max-width: 768px) {
  .site-title-section {
    flex-wrap: nowrap;
  }
}

.site_header_address {
  max-width: 400px;
  width: 100%;
}
@media all and (max-width: 1200px) {
  .site_header_address {
    max-width: 300px;
  }
}
@media all and (max-width: 992px) {
  .site_header_address {
    display: none;
  }
}
.site_header_address p:first-child {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.site_header_address p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #373535;
  margin-bottom: 0;
  width: 100% !important;
}

.clg-menu {
  position: relative;
  padding-top: 34px;
}
@media all and (max-width: 768px) {
  .clg-menu {
    padding: 12px 0;
  }
  .clg-menu .portlet-topper {
    display: none !important;
  }
}
.clg-menu .portlet-content.portlet-content-editable {
  border: none;
}
.clg-menu-box {
  background: #373535;
  width: 100%;
  border-radius: 25px;
  padding: 0 4px 0 26px;
  transition: 0.3s;
  column-gap: 20px;
  height: 50px;
}
@media all and (max-width: 768px) {
  .clg-menu-box ul {
    flex-wrap: nowrap !important;
  }
}
.clg-menu-box.opened {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.clg-menu-box nav {
  max-width: 1196px;
  overflow: hidden;
}
@media all and (max-width: 576px) {
  .clg-menu-box nav {
    display: none;
  }
}
.clg-menu-box svg path {
  fill: #fff !important;
}
.clg-menu .portlet {
  margin: 0;
}
@media all and (max-width: 768px) {
  .clg-menu a.clg-btn {
    margin: 0;
  }
}
.clg-menu a.clg-btn img {
  transition: 0.3s ease-out;
  width: 13px;
}
.clg-menu a.clg-btn.opened img {
  transform: rotate(180deg);
}
.clg-menu a.clg-btn.menu_btn {
  text-wrap: nowrap;
  display: inline-flex;
  background-color: #fff;
  color: #373535;
  padding: 10px 20px;
  border-radius: 60px;
  text-decoration: none;
}
.clg-menu a.clg-btn.menu_btn span {
  margin-right: 10px;
}
.clg-menu .menu {
  position: static;
  overflow: hidden;
}
@media all and (max-width: 768px) {
  .clg-menu .menu {
    flex-wrap: nowrap !important;
  }
}
.clg-menu .menu .portlet {
  position: static;
}
.clg-menu .menu li {
  padding: 0;
  display: flex;
  position: static;
}
.clg-menu .menu li a {
  display: inline-block;
  padding: 14px 20px;
  color: #fff;
  text-decoration: none;
}
.clg-menu .menu li a:hover {
  text-decoration: underline;
}
@media all and (max-width: 1460px) {
  .clg-menu .menu li a {
    padding: 14px 14px 15px;
  }
}
@media all and (max-width: 1200px) {
  .clg-menu .menu li:nth-child(n+6) {
    display: none;
  }
}
@media all and (max-width: 992px) {
  .clg-menu .menu li:nth-child(n+4) {
    display: none;
  }
}
.clg-menu .menu .navbar-nav {
  display: flex;
  justify-content: flex-start;
}
.clg-menu .clg-menu-mobile-buttons {
  display: flex;
  align-items: center;
  column-gap: 30px;
}
@media all and (min-width: 576px) {
  .clg-menu .clg-menu-mobile-buttons {
    display: none;
  }
}
.clg-menu .clg-menu-buttons {
  display: flex;
  align-items: center;
  column-gap: 25px;
}
@media all and (max-width: 1320px) {
  .clg-menu .menu_btn {
    display: none !important;
  }
}
.clg-menu .mobile-menu-btn {
  padding-right: 12px;
}
@media all and (min-width: 1320px) {
  .clg-menu .mobile-menu-btn {
    display: none;
  }
}
.clg-menu .header-mobile-link {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  text-transform: uppercase;
}

.third-level-menu {
  margin: 0 -12px;
}
.third-level-menu .portlet {
  margin: 0;
}
.third-level-menu .portlet .navbar-nav {
  padding: 10px 15px 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media all and (max-width: 768px) {
  .third-level-menu .portlet .navbar-nav {
    gap: 6px;
  }
}
.third-level-menu .portlet .navbar-nav .nav-item.selected a, .third-level-menu .portlet .navbar-nav .nav-item.active a, .third-level-menu .portlet .navbar-nav .nav-item:hover a {
  color: #373535;
  border-color: #373535;
}
.third-level-menu .portlet .navbar-nav .nav-item.selected a, .third-level-menu .portlet .navbar-nav .nav-item.active a {
  font-weight: 600;
}
.third-level-menu .portlet .navbar-nav .nav-item a {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.05em;
  padding: 6px 12px;
  color: #706d6d;
  border-radius: 20px;
  border: 1px solid #8F8F8F;
}
@media all and (max-width: 768px) {
  .third-level-menu .portlet .navbar-nav .nav-item a {
    font-size: 14px;
    line-height: 16px;
  }
}

.top_news_masonry {
  display: grid;
  grid-template-areas: "big  small-1" "big  small-2";
  grid-template-rows: repeat(2, 264px);
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  grid-template-columns: 65.88% auto;
}
@media all and (max-width: 768px) {
  .top_news_masonry {
    display: block;
  }
}
.top_news_masonry.no_masonry {
  display: block;
}
.top_news_masonry img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top_news_masonry .item {
  position: relative;
  display: block;
  overflow: hidden;
}
@media all and (max-width: 768px) {
  .top_news_masonry .item {
    display: block;
    height: 480px;
  }
}
@media all and (max-width: 600px) {
  .top_news_masonry .item {
    display: block;
    height: 300px;
  }
}
@media all and (max-width: 400px) {
  .top_news_masonry .item {
    height: 240px;
  }
}
.top_news_masonry .item .title {
  transition: all 0.3s ease-out;
  position: absolute;
  min-height: 68px;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(27, 35, 62, 0.7);
  color: #fff;
  padding: 18px 32px;
  min-height: 84px;
}
@media all and (max-width: 768px) {
  .top_news_masonry .item .title {
    padding: 16px 16px 45px;
    min-height: auto;
  }
  .top_news_masonry .item .title h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
.top_news_masonry .item .title h3 {
  margin: 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: inherit;
  max-height: 60px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
@media all and (max-width: 768px) {
  .top_news_masonry .item .title h3 {
    max-height: 52px;
  }
}
.top_news_masonry .item:hover .title {
  padding-bottom: 30px;
}
@media all and (min-width: 769px) {
  .top_news_masonry .item:nth-child(1) {
    grid-area: big;
  }
  .top_news_masonry .item:nth-child(1) .title {
    padding: 32px 48px;
    min-height: 148px;
  }
  .top_news_masonry .item:nth-child(1) .title h3 {
    font-size: 32px;
    line-height: 40px;
    max-height: 84px;
    margin: 0;
  }
  .top_news_masonry .item:nth-child(1):hover .title {
    padding-bottom: 60px;
  }
}

.nopadding {
  padding: 0;
}

section,
main,
footer,
header {
  position: relative;
}

.page_dates_news {
  font-size: 14px;
  line-height: 18px;
  color: #706d6d;
}
@media all and (max-width: 768px) {
  .page_dates_news {
    font-size: 13px;
    line-height: 17px;
  }
}
.page_dates_news p {
  margin-bottom: 4px;
}

.page_dates_news {
  margin-bottom: 24px;
}

.clg-section .heading-with-read-all-link {
  margin-bottom: 44px;
  position: relative;
}
@media all and (max-width: 768px) {
  .clg-section .heading-with-read-all-link {
    margin-bottom: 40px;
    min-width: initial;
  }
}
.clg-section .heading-with-read-all-link h2 {
  margin-bottom: 0;
}
@media all and (max-width: 768px) {
  .clg-section .heading-with-read-all-link h2 {
    font-size: 30px;
    line-height: 36px;
    padding: 0;
    min-width: initial;
  }
}
.clg-section .heading-with-read-all-link .all-items {
  margin-bottom: 1px;
}
@media all and (max-width: 768px) {
  .clg-section .heading-with-read-all-link .all-items {
    font-size: 17px;
    line-height: 24px;
  }
}
.clg-section .heading-with-read-all-link .all-items:hover {
  color: #b8bccb;
}
.clg-section .heading-with-read-all-link .separator-line {
  position: absolute;
  width: 100%;
  bottom: -44px;
  left: 0;
}
@media all and (max-width: 768px) {
  .clg-section .heading-with-read-all-link .separator-line {
    bottom: -40px;
  }
}
.clg-section .news_item {
  background: #F4F4F4;
}
.clg-section.colored {
  background: #F4F4F4;
  padding-bottom: 0;
}
.clg-section.colored .clg_flash_card {
  background-color: #fff;
}
.clg-section.colored .clg_flash_card:hover {
  background-color: #fff;
}
.clg-section.colored .clg_flash_card .picture_bg {
  display: flex;
  align-items: flex-end;
  padding-bottom: 30px;
}
.clg-section.colored .news_item {
  background: #fff;
}
.clg-section.colored .medical_small_news .news_item {
  background: transparent;
}
.clg-section.colored_dark {
  background-color: #1c3467;
  color: #fff;
}
.clg-section.colored_dark h1,
.clg-section.colored_dark h2,
.clg-section.colored_dark h3,
.clg-section.colored_dark h4,
.clg-section.colored_dark h5,
.clg-section.colored_dark a {
  color: #fff;
}
.clg-section.colored_dark .portlet-topper-toolbar a {
  color: #000;
}
.clg-section.colored_dark .heading-with-read-all-link {
  margin-bottom: 16px;
}
.clg-section.colored_dark .heading-with-read-all-link h2 {
  margin-bottom: 25px;
}
@media all and (max-width: 768px) {
  .clg-section.colored_dark .heading-with-read-all-link h2 {
    margin-bottom: 0;
  }
}
.clg-section.colored_dark .heading-with-read-all-link .all-items {
  margin-bottom: 25px;
}
@media all and (max-width: 768px) {
  .clg-section.colored_dark .heading-with-read-all-link .all-items {
    width: 100%;
    text-align: right;
    margin-bottom: 0;
  }
}
.clg-section .portlet {
  margin-bottom: 0;
}

@media all and (max-width: 768px) {
  .clg_breadcrumbs {
    display: none;
  }
}

.clg_breadcrumbs,
.portlet-boundary_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_,
.portlet-breadcrumb {
  color: #3735357F;
}
@media all and (max-width: 768px) {
  .clg_breadcrumbs,
.portlet-boundary_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_,
.portlet-breadcrumb {
    font-size: 14px;
    line-height: 17px;
  }
}
.clg_breadcrumbs .portlet,
.portlet-boundary_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_ .portlet,
.portlet-breadcrumb .portlet {
  margin: 0;
}
.clg_breadcrumbs .breadcrumb,
.portlet-boundary_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_ .breadcrumb,
.portlet-breadcrumb .breadcrumb {
  padding: 40px 0;
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 0;
  display: flex;
  flex-wrap: nowrap;
  font-size: 15px;
  line-height: 19px;
}
@media all and (max-width: 768px) {
  .clg_breadcrumbs .breadcrumb,
.portlet-boundary_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_ .breadcrumb,
.portlet-breadcrumb .breadcrumb {
    overflow: hidden;
  }
}
.clg_breadcrumbs .breadcrumb li,
.portlet-boundary_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_ .breadcrumb li,
.portlet-breadcrumb .breadcrumb li {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 0;
  text-transform: uppercase;
  margin-right: 14px !important;
}
.clg_breadcrumbs .breadcrumb li:first-child, .clg_breadcrumbs .breadcrumb li:nth-child(2),
.portlet-boundary_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_ .breadcrumb li:first-child,
.portlet-boundary_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_ .breadcrumb li:nth-child(2),
.portlet-breadcrumb .breadcrumb li:first-child,
.portlet-breadcrumb .breadcrumb li:nth-child(2) {
  flex-shrink: 0;
}
@media all and (max-width: 768px) {
  .clg_breadcrumbs .breadcrumb li,
.portlet-boundary_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_ .breadcrumb li,
.portlet-breadcrumb .breadcrumb li {
    padding-left: 5px;
  }
  .clg_breadcrumbs .breadcrumb li:first-child,
.portlet-boundary_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_ .breadcrumb li:first-child,
.portlet-breadcrumb .breadcrumb li:first-child {
    margin-left: 2px;
  }
}
.clg_breadcrumbs .breadcrumb li a,
.portlet-boundary_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_ .breadcrumb li a,
.portlet-breadcrumb .breadcrumb li a {
  color: inherit;
  text-transform: uppercase;
}
.clg_breadcrumbs .breadcrumb li a span,
.portlet-boundary_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_ .breadcrumb li a span,
.portlet-breadcrumb .breadcrumb li a span {
  text-decoration: none;
}
.clg_breadcrumbs .breadcrumb li a[href]:hover,
.portlet-boundary_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_ .breadcrumb li a[href]:hover,
.portlet-breadcrumb .breadcrumb li a[href]:hover {
  color: #373535;
}
.clg_breadcrumbs .breadcrumb li span,
.portlet-boundary_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_ .breadcrumb li span,
.portlet-breadcrumb .breadcrumb li span {
  font-weight: 500;
}
.clg_breadcrumbs .breadcrumb li span.active,
.portlet-boundary_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_ .breadcrumb li span.active,
.portlet-breadcrumb .breadcrumb li span.active {
  text-decoration: underline;
  color: #373535;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 1px;
}
.clg_breadcrumbs .breadcrumb li span.breadcrumb-text-truncate,
.portlet-boundary_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_ .breadcrumb li span.breadcrumb-text-truncate,
.portlet-breadcrumb .breadcrumb li span.breadcrumb-text-truncate {
  max-width: 22rem;
}
.clg_breadcrumbs .breadcrumb > li + li,
.portlet-boundary_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_ .breadcrumb > li + li,
.portlet-breadcrumb .breadcrumb > li + li {
  padding-left: 26px;
}
.clg_breadcrumbs .breadcrumb > li + li::before,
.portlet-boundary_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_ .breadcrumb > li + li::before,
.portlet-breadcrumb .breadcrumb > li + li::before {
  padding-left: 0;
  padding-right: 4px;
}

.news_item {
  overflow: hidden;
  color: #373535;
  margin-bottom: 20px;
  background-color: #F4F4F4;
  border-radius: 20px;
}
@media all and (max-width: 768px) {
  .news_item > .d-flex {
    flex-direction: column-reverse;
  }
}
.news_item:last-child {
  margin-bottom: 0;
}
.news_item .news-image-link {
  display: flex;
  max-width: 440px;
  width: 100%;
  flex: 0 0 auto;
  min-height: 260px;
  background: #F4F4F4;
}
@media all and (max-width: 992px) {
  .news_item .news-image-link {
    max-width: 260px;
  }
}
@media all and (max-width: 768px) {
  .news_item .news-image-link {
    max-width: 100%;
    min-height: auto;
    height: 180px;
  }
}
@media all and (max-width: 576px) {
  .news_item .news-image-link {
    height: 170px;
  }
}
.news_item .news-image-link picture {
  display: flex;
  height: 100%;
  width: 100%;
}
.news_item .news-image-link picture img {
  width: 100%;
  height: 100%;
  max-height: 275px;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 20px;
}
@media all and (max-width: 768px) {
  .news_item .news-image-link picture img {
    max-height: none;
  }
}
.news_item .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  flex: 1;
  flex-basis: 100%;
  padding: 40px;
}
@media all and (max-width: 768px) {
  .news_item .content {
    padding: 20px;
  }
}
@media all and (max-width: 576px) {
  .news_item .content {
    padding-bottom: 30px;
  }
}
.news_item .content .w-100 > .flex.w-100 {
  column-gap: 30px;
  row-gap: 20px;
  flex-wrap: wrap;
}
.news_item .content .title {
  margin: 12px 0 20px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news_item .content .title h2,
.news_item .content .title h3 {
  font-size: 20px;
  line-height: 24px;
  text-align: left !important;
}
.news_item .content .date {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
}
.news_item .content a {
  text-decoration: none;
  color: inherit;
}
.news_item .content a.readmore {
  margin-top: 20px;
  margin-left: auto;
}
.news_item .content a.readmore:hover {
  text-decoration: underline;
}
@media all and (max-width: 576px) {
  .news_item .content a.readmore {
    display: none;
  }
}
.news_item .content .excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news_item .content .news_categories {
  display: flex;
  gap: 12px;
}
.news_item .content .news_categories .news_category_tag {
  border: 1px solid #8F8F8F;
  padding: 6px 12px;
  line-height: normal;
  border-radius: 20px;
  color: #8F8F8F;
  font-weight: 500;
  font-size: 14px;
}
@media all and (max-width: 768px) {
  .news_item .content .news_categories .news_category_tag {
    padding: 4px 10px;
    font-size: 13px;
  }
}

.home-page-layout {
  margin: 40px 0 70px;
}
.home-page-layout h2 {
  border: none;
}
.home-page-layout .clg-section {
  padding: 0;
}
.home-page-layout .clg-section .portlet-dropzone {
  padding: 45px 0 73px;
}
@media all and (max-width: 768px) {
  .home-page-layout .clg-section .portlet-dropzone {
    padding-bottom: 30px;
  }
}
.home-page-layout .clg-section .portlet-dropzone.empty {
  padding: 0;
}
@media all and (max-width: 768px) {
  .home-page-layout .clg-section .portlet-dropzone.empty {
    padding: 0;
  }
}
.home-page-layout .clg-section .portlet-dropzone .portlet-dropzone {
  padding: 0 !important;
}
.home-page-layout .clg-section.nopadding .portlet-dropzone {
  padding: 0;
}
@media all and (max-width: 768px) {
  .home-page-layout .clg-section.nopadding .portlet-dropzone {
    padding: 0;
  }
}
.home-page-layout .clg-section.home_top_section .portlet-dropzone {
  padding: 0;
}
@media all and (max-width: 768px) {
  .home-page-layout .clg-section.home_top_section .portlet-dropzone.portlet-column-content-first {
    padding-top: 15px;
  }
  .home-page-layout .clg-section.home_top_section .portlet-dropzone.portlet-column-content-last {
    padding-top: 8px;
  }
}
@media all and (max-width: 992px) {
  .home-page-layout .clg-section.home_top_section > .container > .row {
    row-gap: 40px;
    flex-direction: column-reverse;
  }
}
@media all and (max-width: 992px) {
  .home-page-layout .clg-section.home_top_section .wrapper {
    text-align: center;
  }
}
.home-page-layout .clg-section.home_top_section .wrapper .logo {
  width: 70px;
}
.home-page-layout .clg-section.home_top_section .wrapper .buttons-section {
  margin-bottom: 30px;
  gap: 14px;
  flex-wrap: wrap;
  font-size: 15px;
  justify-content: flex-start !important;
}
@media all and (max-width: 992px) {
  .home-page-layout .clg-section.home_top_section .wrapper .buttons-section {
    display: none;
  }
}
.home-page-layout .clg-section.home_top_section .wrapper .buttons-section a:last-child span {
  margin-right: 8px;
}
.home-page-layout .clg-section.home_top_section .wrapper .buttons-section .js-info-btn svg {
  transition: 0.3s ease;
}
.home-page-layout .clg-section.home_top_section .wrapper .buttons-section .js-info-btn.active svg {
  transform: rotate(180deg);
}
.home-page-layout .clg-section.home_top_section .content-main .title {
  margin: 30px 0 60px;
}
@media all and (max-width: 992px) {
  .home-page-layout .clg-section.home_top_section .content-main .title {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 768px) {
  .home-page-layout .clg-section.home_top_section .content-main .title {
    font-size: 30px;
    line-height: 34px;
  }
}
.home-page-layout .clg-section.home_top_section .content-main .logo-wrapper {
  gap: 30px;
  align-items: center;
}
@media all and (max-width: 992px) {
  .home-page-layout .clg-section.home_top_section .content-main .logo-wrapper {
    flex-direction: column;
  }
}
.home-page-layout .clg-section.home_top_section .content-main .logo-wrapper picture {
  flex-shrink: 0;
}
.home-page-layout .clg-section.home_top_section .content-main .logo-wrapper .subtitle {
  max-width: 420px;
}
.home-page-layout .clg-section.home_top_section .content-main .info {
  margin-bottom: 30px;
}
.home-page-layout .clg-section.home_top_section .content-main .info p {
  margin-bottom: 6px;
}
.home-page-layout .clg-section.home_top_section .content-main .socials {
  margin-top: 30px;
  gap: 20px;
}
@media all and (max-width: 992px) {
  .home-page-layout .clg-section.home_top_section .content-main .socials {
    flex-direction: column;
  }
}
.home-page-layout .clg-section.home_top_section .content-main .socials .d-flex {
  column-gap: 12px;
}
@media all and (max-width: 992px) {
  .home-page-layout .clg-section.home_top_section .content-main .socials .d-flex {
    justify-content: center;
  }
}
.home-page-layout .clg-section.home_top_section .content-main .socials a {
  border: 1px solid #373535;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: all 0.3s ease-out;
}
.home-page-layout .clg-section.home_top_section .content-main .socials a svg path {
  transition: fill 0.3s ease-out;
}
.home-page-layout .clg-section.home_top_section .content-main .socials a:hover {
  background-color: #373535;
}
.home-page-layout .clg-section.home_top_section .content-main .socials a:hover svg path {
  fill: #fff;
}
.home-page-layout .clg-section.home_top_section .slider-wrapper .slider-icon-wrapper {
  background-color: #fff;
  border-radius: 100%;
  border: 1px solid #373535;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-page-layout .clg-section.home_top_section .slider-wrapper .slider-info {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  column-gap: 20px;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  padding: 15px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media all and (max-width: 768px) {
  .home-page-layout .clg-section.home_top_section .slider-wrapper .slider-info {
    display: none;
  }
}
.home-page-layout .clg-section.home_top_section .slider-wrapper .slider-buttons {
  position: absolute;
  bottom: 34px;
  left: 22px;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 12px;
}
.home-page-layout .clg-section.home_top_section .slider-wrapper .slider-buttons a {
  backdrop-filter: blur(10px);
  color: #fff;
  border-color: #fff;
}
@media all and (max-width: 1200px) {
  .home-page-layout .clg-section.home_top_section .slider-wrapper .slider-buttons {
    display: none;
  }
}
@media all and (max-width: 992px) {
  .home-page-layout .clg-section.home_top_section .slider-wrapper .slider-buttons {
    display: flex;
  }
}
@media all and (max-width: 768px) {
  .home-page-layout .clg-section.home_top_section .slider-wrapper .slider-buttons {
    row-gap: 8px;
    bottom: 15px;
    left: 10px;
    right: 0;
  }
}
.home-page-layout .clg-section.home_top_section .slider-wrapper .slider-description p {
  margin-bottom: 0;
}
.home-page-layout .clg-section.home_top_section .slider-wrapper .slider-description p:first-child {
  font-weight: 500;
}
.home-page-layout .clg-section.home_top_section .slider-wrapper .slick-list.draggable {
  height: 600px;
}
.home-page-layout .clg-section.home_top_section .slider-wrapper .slick-dots {
  width: auto;
  right: 30px;
  bottom: 30px;
}
@media all and (max-width: 768px) {
  .home-page-layout .clg-section.home_top_section .slider-wrapper .slick-dots {
    right: 0;
    bottom: auto;
  }
}
.home-page-layout .clg-section.home_top_section .portlet-banner-navigation-menu {
  margin-bottom: 40px;
}
.home-page-layout .clg-section.home_top_section .portlet-banner-navigation-menu .navbar-nav {
  gap: 12px;
  flex-wrap: wrap;
}
.home-page-layout .clg-section.home_top_section .portlet-banner-navigation-menu .navbar-nav li {
  background-color: #F4F4F4;
  border-radius: 22px;
  transition: all 0.3s ease-out;
}
.home-page-layout .clg-section.home_top_section .portlet-banner-navigation-menu .navbar-nav li:hover {
  background-color: #EBEAEA;
}
.home-page-layout .clg-section.home_top_section .portlet-banner-navigation-menu .navbar-nav li:hover a {
  color: inherit;
}
.home-page-layout .clg-section.home_top_section .portlet-banner-navigation-menu .navbar-nav li a {
  text-decoration: none;
  padding: 8px 16px;
  font-weight: 500;
}
.home-page-layout .clg-section.home_top_section .portlet-banner-navigation-menu-socials .wrapper.flex {
  gap: 20px;
}
.home-page-layout .clg-section.home_top_section .portlet-banner-navigation-menu-socials .socials .d-flex {
  column-gap: 16px;
}
.home-page-layout .clg-section.home_useful_section {
  margin-top: 15px;
}
.home-page-layout .clg-section.home_useful_section .portlet-dropzone {
  padding-bottom: 68px;
}
.home-page-layout .clg-section.home_useful_section .portlet-dropzone.empty {
  padding-bottom: 0;
}
@media all and (max-width: 1200px) {
  .home-page-layout .clg-section.home_useful_section .portlet-dropzone {
    padding-top: 90px;
  }
}
.home-page-layout .clg-section.home_useful_section .portlet-barebone-margin {
  margin-top: 69px;
}
.home-page-layout .clg-section.home_useful_section h2 {
  margin-bottom: 50px;
}
@media all and (max-width: 768px) {
  .home-page-layout .clg-section.home_useful_section h2 {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 768px) {
  .home-page-layout .clg-section.home_full_slider_section .full-home-slider .slick-list.draggable,
.home-page-layout .clg-section.home_full_slider_section .full-home-slider .item,
.home-page-layout .clg-section.home_full_slider_section .full-home-slider img {
    height: 350px !important;
  }
}
.home-page-layout .clg-section.home_full_slider_section .full-home-slider .slick-prev {
  left: 20px;
}
.home-page-layout .clg-section.home_full_slider_section .full-home-slider .slick-next {
  right: 20px;
}
.home-page-layout .clg-section.home_full_slider_section .full-home-slider .slick-arrow {
  background-color: #FFFFFF7F;
  width: 36px;
  height: 36px;
}
.home-page-layout .clg-section.home_full_slider_section .full-home-slider .slick-arrow svg path {
  fill: #373535;
}
.home-page-layout .clg-section.home_full_slider_section .full-home-slider .slick-list.draggable {
  border-radius: 20px;
  overflow: hidden;
  height: 600px;
  border: 1px solid #E1E1E1;
}
.home-page-layout .clg-section.home_full_slider_section .full-home-slider img {
  object-fit: cover;
  object-position: center top;
  height: 600px;
  width: 100%;
}
.home-page-layout .clg-section.home_full_slider_section .slider-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 40px;
  backdrop-filter: blur(20px);
  border-radius: 22px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  column-gap: 20px;
}
@media all and (max-width: 768px) {
  .home-page-layout .clg-section.home_full_slider_section .slider-info {
    justify-content: center;
    backdrop-filter: blur(5px);
    bottom: 10px;
    left: 10px;
    right: 10px;
    border-radius: 10px;
  }
  .home-page-layout .clg-section.home_full_slider_section .slider-info .slider-info-middle {
    display: none;
  }
}
@media all and (max-width: 992px) {
  .home-page-layout .clg-section.home_full_slider_section .slider-info {
    padding: 20px;
  }
  .home-page-layout .clg-section.home_full_slider_section .slider-info a.clg-btn.btn-arrow {
    display: none;
  }
}
.home-page-layout .clg-section.home_full_slider_section .slider-info .slider-info-title {
  max-width: 530px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media all and (max-width: 992px) {
  .home-page-layout .clg-section.home_full_slider_section .slider-info .slider-info-title {
    font-size: 20px;
    line-height: 22px;
  }
}
.home-page-layout .clg-section.home_full_slider_section .slider-info p {
  margin-bottom: 0;
}
@media all and (max-width: 768px) {
  .home-page-layout .clg-section.home_banner_section {
    display: none;
  }
}
@media all and (max-width: 1280px) {
  .home-page-layout .clg-section.home_banner_section .container > .row:first-child {
    display: flex;
    flex-direction: column;
  }
  .home-page-layout .clg-section.home_banner_section .container > .row:first-child > .col-sm-9,
.home-page-layout .clg-section.home_banner_section .container > .row:first-child > .col-sm-3 {
    width: 100%;
    max-width: 100%;
  }
  .home-page-layout .clg-section.home_banner_section .container > .row:first-child > .col-sm-9 {
    padding-right: 15px;
  }
  .home-page-layout .clg-section.home_banner_section [class*=col-] {
    float: none;
  }
}
.home-page-layout .clg-section.home_banner_section .portlet-dropzone {
  padding-bottom: 0 !important;
}
@media all and (max-width: 1280px) {
  .home-page-layout .clg-section.home_banner_section .portlet-dropzone {
    padding-top: 20px;
  }
}
.home-page-layout .clg-section.home_banner_section #layout-column_col-9 {
  padding: 17px 0 0 !important;
}
.home-page-layout .clg-section.home_banner_section .col-sm-9 {
  padding-right: 10px;
}
@media all and (max-width: 1280px) {
  .home-page-layout .clg-section.home_banner_section .col-sm-9 .portlet-layout.row {
    row-gap: 20px;
  }
}
.home-page-layout .clg-section.home_banner_section .col-sm-3 {
  padding-left: 10px;
}
.home-page-layout .clg-section.home_banner_section .portlet-column {
  padding-right: 10px;
  padding-left: 10px;
}
@media all and (max-width: 1280px) {
  .home-page-layout .clg-section.home_banner_section .portlet-column {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.home-page-layout .clg-section.home_banner_section .right-col-wrapper {
  background-color: #F4F4F4;
  padding: 40px 20px;
}
@media all and (max-width: 1280px) {
  .home-page-layout .clg-section.home_banner_section .right-col-wrapper {
    height: auto !important;
  }
}
.home-page-layout .clg-section.home_banner_section .right-col-wrapper h6 {
  margin-bottom: 20px;
}
.home-page-layout .clg-section.home_banner_section .banner-col {
  border: 1px solid #3735357F;
  border-radius: 20px;
  overflow: hidden;
  height: 330px;
}
.home-page-layout .clg-section.home_banner_section .banner-col .banner-text {
  padding: 30px 20px;
}
.home-page-layout .clg-section.home_banner_section .banner img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
  min-height: 330px;
}
.home-page-layout .clg-section.home_banner_section .row + .row .banner {
  height: auto !important;
}
.home-page-layout .clg-section.home_banner_section .row + .row .banner img {
  height: 370px;
  min-height: auto;
}
.home-page-layout .clg-section.home_about_section .about-wrapper {
  background-color: #F4F4F4;
  border-radius: 20px;
  padding: 40px;
}
@media all and (max-width: 768px) {
  .home-page-layout .clg-section.home_about_section .about-wrapper {
    padding: 40px 20px;
  }
}
.home-page-layout .clg-section.home_about_section .about-top {
  margin-bottom: 40px;
}
@media all and (max-width: 768px) {
  .home-page-layout .clg-section.home_about_section .about-top .clg-btn {
    display: none;
  }
}
.home-page-layout .clg-section.home_about_section .about-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media all and (max-width: 992px) {
  .home-page-layout .clg-section.home_about_section .about-content {
    grid-template-columns: auto;
    grid-template-rows: 1fr auto;
  }
}
.home-page-layout .clg-section.home_about_section .about-card-main {
  grid-column: 1/3;
  background-color: #fff;
  padding: 22px;
  border-radius: 20px;
}
@media all and (max-width: 992px) {
  .home-page-layout .clg-section.home_about_section .about-card-main {
    grid-column: auto;
  }
}
.home-page-layout .clg-section.home_about_section .about-card-main-title {
  margin-bottom: 20px;
}
@media all and (max-width: 768px) {
  .home-page-layout .clg-section.home_about_section .about-card-main-title {
    text-align: center;
    font-size: 20px;
  }
}
.home-page-layout .clg-section.home_about_section .about-card-main-socials {
  display: flex;
  align-items: center;
  column-gap: 16px;
  margin-top: 20px;
}
@media all and (max-width: 768px) {
  .home-page-layout .clg-section.home_about_section .about-card-main-socials {
    justify-content: center;
  }
}
.home-page-layout .clg-section.home_about_section .about-card-main-socials a svg rect {
  transition: fill 0.3s ease-out;
}
.home-page-layout .clg-section.home_about_section .about-card-main-socials a:hover svg rect {
  fill: #515151;
}
.home-page-layout .clg-section.home_about_section .about-card-main img {
  min-width: 257px;
  height: 300px;
  object-fit: cover;
  background-color: #A0CAF0;
  border-radius: 20px;
}
@media all and (max-width: 768px) {
  .home-page-layout .clg-section.home_about_section .about-card-main img {
    min-width: auto;
  }
}
.home-page-layout .clg-section.home_about_section .about-card-main .flex {
  column-gap: 20px;
  row-gap: 30px;
}
@media all and (max-width: 768px) {
  .home-page-layout .clg-section.home_about_section .about-card-main .flex {
    justify-content: center;
  }
}
.home-page-layout .clg-section.home_about_section .cards {
  display: flex;
  gap: 20px;
}
@media all and (max-width: 1200px) {
  .home-page-layout .clg-section.home_about_section .cards {
    flex-direction: column;
  }
}
.home-page-layout .clg-section.home_about_section .about-card {
  border-radius: 20px;
}
.home-page-layout .clg-section.home_about_section .about-card:not(.about-card-main) {
  background-image: url("../images/decor/about-decor.svg");
  background-repeat: no-repeat;
  background-position-x: -45px;
}
.home-page-layout .clg-section.home_about_section .about-card:not(.about-card-main):last-child {
  background-position: 50px 130px;
}
.home-page-layout .clg-section.home_about_section .about-card.link {
  background-color: #A0CAF0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 20px 20px;
  text-decoration: none;
  transition: box-shadow 0.3s ease-out;
}
.home-page-layout .clg-section.home_about_section .about-card.link:hover {
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.1);
}
.home-page-layout .clg-section.home_about_section .about-card-title {
  color: #fff;
}
@media all and (max-width: 1200px) {
  .home-page-layout .clg-section.home_about_section .about-card-title {
    font-size: 20px;
  }
}
.home-page-layout .clg-section.home_about_section .about-card .icon-button-link {
  align-self: flex-end;
}
.home-page-layout .clg-section.home_education_section .education-title {
  display: inline-flex;
  align-items: baseline;
  column-gap: 20px;
  margin-bottom: 60px;
  text-decoration: none;
}
@media all and (max-width: 768px) {
  .home-page-layout .clg-section.home_education_section .education-title {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .home-page-layout .clg-section.home_education_section .education-title h2 {
    width: auto;
  }
}
@media all and (max-width: 768px) and (max-width: 540px) {
  .home-page-layout .clg-section.home_education_section .education-title h2 {
    width: min-content;
  }
}
@media all and (max-width: 768px) {
  .home-page-layout .clg-section.home_education_section .education-title svg {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
  }
}
.home-page-layout .clg-section.home_education_section .education-title:hover {
  text-decoration: underline;
}
.home-page-layout .clg-section.home_education_section .education-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media all and (max-width: 992px) {
  .home-page-layout .clg-section.home_education_section .education-cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (max-width: 768px) {
  .home-page-layout .clg-section.home_education_section .education-cards {
    grid-template-columns: 1fr;
  }
}
.home-page-layout .clg-section.home_education_section .education-cards .education-card {
  background-color: #F4F4F4;
  padding: 30px 20px;
  border-radius: 20px;
  height: 395px;
  transition: background-color 0.3s ease-out;
}
.home-page-layout .clg-section.home_education_section .education-cards .education-card:hover {
  background-color: #EBEAEA;
}
@media all and (max-width: 992px) {
  .home-page-layout .clg-section.home_education_section .education-cards .education-card {
    height: auto;
  }
}
.home-page-layout .clg-section.home_education_section .education-cards .education-card-title {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media all and (max-width: 992px) {
  .home-page-layout .clg-section.home_education_section .education-cards .education-card-title {
    margin-bottom: 40px;
  }
}
.home-page-layout .clg-section.home_education_section .education-cards .education-card:nth-child(3) {
  order: 1;
}
@media all and (max-width: 768px) {
  .home-page-layout .clg-section.home_education_section .education-cards .education-card:nth-child(3) {
    order: initial;
  }
}
.home-page-layout .clg-section.home_education_section .education-cards .education-card-info {
  border-top: 1px solid #8F8F8F;
  padding-top: 12px;
}
.home-page-layout .clg-section.home_education_section .education-cards .education-card-info a {
  display: block;
  text-align: center;
  margin-top: 20px;
}
.home-page-layout .clg-section.home_education_section .education-cards .education-card p {
  margin-bottom: 10px;
}
.home-page-layout .clg-section.home_education_section .education-cards .education-card .journal-content-article {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.home-page-layout .clg-section.home_education_section .education-cards .education-card-all {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  min-height: 300px;
  transition: box-shadow 0.3s ease-out;
}
.home-page-layout .clg-section.home_education_section .education-cards .education-card-all:hover {
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.2);
}
.home-page-layout .clg-section.home_education_section .education-cards .education-card-all::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
@media all and (max-width: 1200px) {
  .home-page-layout .clg-section.home_education_section .education-cards .education-card-all-text {
    font-size: 18px;
    line-height: 20px;
  }
}
.home-page-layout .clg-section.home_education_section .education-cards .education-card-all-content {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.home-page-layout .clg-section.home_education_section .education-cards .education-card-all-content h4 {
  color: #fff;
}
.home-page-layout .clg-section.home_education_section .education-cards .education-card-all .icon-button-link {
  flex-shrink: 0;
}
.home-page-layout .clg-section.home_education_section .education-bottom {
  background-color: #F4F4F4;
  margin-top: 20px;
  padding: 25px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
  row-gap: 30px;
  border-radius: 20px;
  background-image: url("../images/decor/education-decor.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: background-color 0.3s ease-out;
}
.home-page-layout .clg-section.home_education_section .education-bottom:hover {
  background-color: #EBEAEA;
}
@media all and (max-width: 992px) {
  .home-page-layout .clg-section.home_education_section .education-bottom {
    flex-direction: column-reverse;
    background-size: cover;
    background-position: left center;
    padding: 30px;
  }
  .home-page-layout .clg-section.home_education_section .education-bottom-right {
    display: none;
  }
}
.home-page-layout .clg-section.home_education_section .education-bottom-middle {
  text-align: center;
}
.home-page-layout .clg-section.home_education_section .education-bottom-phone {
  margin-bottom: 20px;
}
.home-page-layout .clg-section.home_education_section .education-bottom-email svg, .home-page-layout .clg-section.home_education_section .education-bottom-phone svg {
  margin-right: 16px;
}
.home-page-layout .clg-section.home_education_section .education-bottom-title {
  font-size: 28px;
  margin-bottom: 20px;
}
@media all and (max-width: 1200px) {
  .home-page-layout .clg-section.home_education_section .education-bottom-title {
    font-size: 24px;
    line-height: 28px;
  }
}
@media all and (max-width: 768px) {
  .home-page-layout .clg-section.home_education_section .education-bottom-title {
    font-size: 20px;
    line-height: 22px;
  }
}
.home-page-layout .clg-section.home_education_section .education-bottom-text {
  font-weight: 500;
}
.home-page-layout .clg-section.home_news_section .portlet-dropzone .portlet-barebone-margin {
  margin-top: 65px;
}
.home-page-layout .clg-section.home_news_section .portlet-dropzone h2 {
  margin-bottom: 40px;
}
@media all and (max-width: 768px) {
  .home-page-layout .clg-section.home_news_section .first-dropzone-row .col-sm-6 {
    order: 1;
  }
  .home-page-layout .clg-section.home_news_section .first-dropzone-row .col-sm-6 .portlet-boundary .portlet-header .portlet-title-text,
.home-page-layout .clg-section.home_news_section .first-dropzone-row .col-sm-6 .portlet-barebone .portlet-header .portlet-title-text,
.home-page-layout .clg-section.home_news_section .first-dropzone-row .col-sm-6 .portlet-barebone-margin .portlet-header .portlet-title-text,
.home-page-layout .clg-section.home_news_section .first-dropzone-row .col-sm-6 .portlet-borderless .portlet-header .portlet-title-text {
    display: none;
  }
  .home-page-layout .clg-section.home_news_section .first-dropzone-row .col-sm-6:last-child .portlet-boundary .portlet-header,
.home-page-layout .clg-section.home_news_section .first-dropzone-row .col-sm-6:last-child .portlet-barebone .portlet-header,
.home-page-layout .clg-section.home_news_section .first-dropzone-row .col-sm-6:last-child .portlet-barebone-margin .portlet-header,
.home-page-layout .clg-section.home_news_section .first-dropzone-row .col-sm-6:last-child .portlet-borderless .portlet-header {
    position: initial;
  }
  .home-page-layout .clg-section.home_news_section .first-dropzone-row .col-sm-6:last-child .portlet-boundary .portlet-header .portlet-title-text,
.home-page-layout .clg-section.home_news_section .first-dropzone-row .col-sm-6:last-child .portlet-barebone .portlet-header .portlet-title-text,
.home-page-layout .clg-section.home_news_section .first-dropzone-row .col-sm-6:last-child .portlet-barebone-margin .portlet-header .portlet-title-text,
.home-page-layout .clg-section.home_news_section .first-dropzone-row .col-sm-6:last-child .portlet-borderless .portlet-header .portlet-title-text {
    display: block;
  }
}
.home-page-layout .clg-section.home_news_section .first-dropzone-row .portlet-dropzone {
  padding-top: 43px;
  padding-bottom: 0;
}
@media all and (max-width: 768px) {
  .home-page-layout .clg-section.home_news_section .first-dropzone-row .portlet-dropzone {
    padding-top: 24px;
  }
}
.home-page-layout .clg-section.home_news_section .second-dropzone-row .portlet-dropzone {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media all and (max-width: 768px) {
  .home-page-layout .clg-section.home_news_section .second-dropzone-row .portlet-dropzone {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.home-page-layout .clg-section.home_news_section .second-dropzone-row .portlet-dropzone.empty {
  padding-top: 0;
}
.home-page-layout .clg-section.home_news_section .second-dropzone-row .portlet-dropzone p {
  padding: 0 4px;
}
.home-page-layout .clg-section.home_news_section .second-dropzone-row .scroll-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #373535;
  border-bottom: 1px solid #373535;
}
.home-page-layout .clg-section.home_news_section .second-dropzone-row .scroll-banner-track {
  display: flex;
  gap: 20px;
  width: fit-content;
  animation: slideLeftToRight 50s linear infinite;
}
.home-page-layout .clg-section.home_news_section .second-dropzone-row .scroll-banner-text {
  white-space: nowrap;
  margin: 0;
  padding: 12px 0;
}
@keyframes slideLeftToRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.home-page-layout .clg-section.home_links_section .portlet-dropzone {
  padding: 73px 0 98px;
}
@media all and (max-width: 768px) {
  .home-page-layout .clg-section.home_links_section .portlet-dropzone {
    padding: 32px 0 74px;
  }
}
.home-page-layout .clg-section.home_links_section .portlet-barebone-margin {
  margin-top: 68px;
}
.home-page-layout .clg-section.home_links_section .links {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
@media all and (max-width: 1200px) {
  .home-page-layout .clg-section.home_links_section .links {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (max-width: 768px) {
  .home-page-layout .clg-section.home_links_section .links {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 540px) {
  .home-page-layout .clg-section.home_links_section .links {
    grid-template-columns: repeat(1, 1fr);
  }
}
.home-page-layout .clg-section.home_links_section .links-item {
  border: 1px solid #3735357F;
  border-radius: 10px;
  overflow: hidden;
}
.home-page-layout .clg-section.home_links_section .links-item a {
  display: block;
}
.home-page-layout .clg-section.home_links_section .links-item img {
  width: 100%;
  height: 90px;
  object-fit: cover;
}
@media all and (max-width: 1200px) {
  .home-page-layout .clg-section.home_links_section .links-item img {
    height: 110px;
  }
}
.home-page-layout .clg-section.home_links_section .links-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  row-gap: 40px;
  margin-bottom: 60px;
}
@media all and (max-width: 540px) {
  .home-page-layout .clg-section.home_links_section .links-top {
    flex-direction: column;
  }
}
.home-page-layout .clg-section.home_links_section .links-top .links-title,
.home-page-layout .clg-section.home_links_section .links-top .links-text {
  flex-basis: 50%;
}
.home-page-layout .clg-section.home_links_section .links-top .links-text {
  max-width: 590px;
}
@media all and (max-width: 540px) {
  .home-page-layout .clg-section.home_links_section .links-top .links-text {
    text-align: center;
  }
}
.home-page-layout .clg-section.home_resources_section .portlet-dropzone {
  padding: 120px 0;
}
@media all and (max-width: 768px) {
  .home-page-layout .clg-section.home_resources_section .portlet-dropzone {
    padding: 40px 0 48px;
  }
}
.home-page-layout .clg-section.home_resources_section .portlet-barebone-margin {
  margin-top: 90px;
}
.home-page-layout .clg-section.home_resources_section h2 {
  margin-bottom: 50px;
}
@media all and (max-width: 768px) {
  .home-page-layout .clg-section.home_resources_section h2 {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 768px) {
  .home-page-layout .clg-section.home_resources_section .gos_links {
    margin-bottom: -24px;
  }
}
.home-page-layout .clg-section.home_resources_section .gos_links .slick-slider {
  margin: 0 40px;
}
.home-page-layout .clg-section.home_resources_section .gos_links .item a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  height: 176px;
  overflow: hidden;
  text-decoration: none;
  width: auto;
  border-radius: 20px;
  border: 1px solid #373535;
  margin: 0 10px;
}
@media all and (max-width: 768px) {
  .home-page-layout .clg-section.home_resources_section .gos_links .item a {
    margin: 0;
  }
}
.home-page-layout .clg-section.home_resources_section .gos_links .item .top {
  display: flex;
  gap: 20px;
}
.home-page-layout .clg-section.home_resources_section .gos_links .item .top .logo picture {
  display: block;
  width: 70px;
  height: auto;
  max-height: 100px;
}
.home-page-layout .clg-section.home_resources_section .gos_links .item .top .logo picture img {
  width: 70px;
  height: auto;
  max-height: 100px;
}
.home-page-layout .clg-section.home_resources_section .gos_links .item .top .name {
  margin-top: -3px;
}
.home-page-layout .clg-section.home_resources_section .gos_links .item .bottom {
  width: 100%;
}
.home-page-layout .clg-section.home_resources_section .gos_links .item .bottom .link {
  text-align: center;
}
.home-page-layout .clg-section.home_accordion_section .portlet-dropzone {
  background-color: #F4F4F4;
  border-radius: 20px;
  margin: 40px 0 70px;
  padding: 40px;
}
@media all and (max-width: 768px) {
  .home-page-layout .clg-section.home_accordion_section .portlet-dropzone {
    margin: 40px 0;
  }
}
@media all and (max-width: 540px) {
  .home-page-layout .clg-section.home_accordion_section .portlet-dropzone {
    padding: 40px 20px;
  }
}
.home-page-layout .clg-section.home_accordion_section .accordion-wrapper {
  width: 100%;
  transition: 0.4s;
}
.home-page-layout .clg-section.home_accordion_section .accordion-top {
  margin-bottom: 40px;
}
.home-page-layout .clg-section.home_accordion_section .accordion-top .buttons {
  gap: 20px;
}
@media all and (max-width: 992px) {
  .home-page-layout .clg-section.home_accordion_section .accordion-top .buttons {
    gap: 10px;
  }
}
@media all and (max-width: 768px) {
  .home-page-layout .clg-section.home_accordion_section .accordion-top .buttons {
    display: none !important;
  }
}
@media all and (max-width: 1200px) {
  .home-page-layout .clg-section.home_banner_slider_section .row .col-xl-6:first-child {
    padding-right: 15px !important;
  }
  .home-page-layout .clg-section.home_banner_slider_section .row .col-xl-6:first-child .portlet-dropzone {
    padding-bottom: 20px !important;
  }
  .home-page-layout .clg-section.home_banner_slider_section .row .col-xl-6:last-child .portlet-dropzone {
    padding: 0 !important;
  }
}
@media all and (max-width: 768px) {
  .home-page-layout .clg-section.home_banner_slider_section .row .col-xl-6:last-child .portlet-dropzone {
    padding-bottom: 0;
  }
  .home-page-layout .clg-section.home_banner_slider_section .row .col-xl-6:last-child .column-layout .row:last-child .col-sm-1 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .home-page-layout .clg-section.home_banner_slider_section .row .col-xl-6:last-child .column-layout .row:last-child .col-sm-2 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .home-page-layout .clg-section.home_banner_slider_section .row .col-xl-6:last-child .column-layout .row:last-child .col-sm-3 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .home-page-layout .clg-section.home_banner_slider_section .row .col-xl-6:last-child .column-layout .row:last-child .col-sm-4 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .home-page-layout .clg-section.home_banner_slider_section .row .col-xl-6:last-child .column-layout .row:last-child .col-sm-5 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .home-page-layout .clg-section.home_banner_slider_section .row .col-xl-6:last-child .column-layout .row:last-child .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .home-page-layout .clg-section.home_banner_slider_section .row .col-xl-6:last-child .column-layout .row:last-child .col-sm-7 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .home-page-layout .clg-section.home_banner_slider_section .row .col-xl-6:last-child .column-layout .row:last-child .col-sm-8 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .home-page-layout .clg-section.home_banner_slider_section .row .col-xl-6:last-child .column-layout .row:last-child .col-sm-9 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .home-page-layout .clg-section.home_banner_slider_section .row .col-xl-6:last-child .column-layout .row:last-child .col-sm-10 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .home-page-layout .clg-section.home_banner_slider_section .row .col-xl-6:last-child .column-layout .row:last-child .col-sm-11 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .home-page-layout .clg-section.home_banner_slider_section .row .col-xl-6:last-child .column-layout .row:last-child .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.home-page-layout .clg-section.home_banner_slider_section .portlet-barebone-margin {
  margin-top: 93px;
}
@media all and (max-width: 1200px) {
  .home-page-layout .clg-section.home_banner_slider_section .portlet-barebone-margin {
    margin-top: 0;
  }
}
.home-page-layout .clg-section.home_banner_slider_section h2 {
  margin-bottom: 50px;
}
@media all and (max-width: 768px) {
  .home-page-layout .clg-section.home_banner_slider_section h2 {
    margin-bottom: 40px;
  }
}
.home-page-layout .clg-section.home_banner_slider_section .container > .row > :first-child {
  padding-right: 10px;
}
.home-page-layout .clg-section.home_banner_slider_section .container > .row > :last-child {
  padding-left: 10px;
}
@media all and (max-width: 768px) {
  .home-page-layout .clg-section.home_banner_slider_section .home-banner-slider .slick-list.draggable,
.home-page-layout .clg-section.home_banner_slider_section .home-banner-slider .item,
.home-page-layout .clg-section.home_banner_slider_section .home-banner-slider img {
    height: 350px !important;
  }
}
.home-page-layout .clg-section.home_banner_slider_section .home-banner-slider .slick-arrow {
  background-color: #FFFFFF7F;
}
.home-page-layout .clg-section.home_banner_slider_section .home-banner-slider .slick-arrow svg path {
  fill: #373535;
}
.home-page-layout .clg-section.home_banner_slider_section .home-banner-slider .slick-prev {
  left: 10px;
}
.home-page-layout .clg-section.home_banner_slider_section .home-banner-slider .slick-next {
  right: 10px;
}
.home-page-layout .clg-section.home_banner_slider_section .home-banner-slider .slick-list.draggable {
  border-radius: 20px;
  overflow: hidden;
}
.home-page-layout .clg-section.home_banner_slider_section .home-banner-slider img,
.home-page-layout .clg-section.home_banner_slider_section .home-banner-slider .slick-list.draggable {
  height: 484px;
}
.home-page-layout .clg-section.home_banner_slider_section .portlet-column-content-last .banner-col {
  height: 230px;
  border-radius: 20px;
  overflow: hidden;
}
@media all and (max-width: 768px) {
  .home-page-layout .clg-section.home_banner_slider_section .portlet-column-content-last .banner-col {
    height: 180px;
  }
}
.home-page-layout .clg-section.home_banner_slider_section .portlet-column-content-last img {
  min-height: 230px;
}
@media all and (max-width: 768px) {
  .home-page-layout .clg-section.home_banner_slider_section .portlet-column-content-last img {
    min-height: 180px;
  }
}
.home-page-layout .clg-section.home_banner_slider_section .portlet-column-content-last .col-sm-6,
.home-page-layout .clg-section.home_banner_slider_section .portlet-column-content-last .col-sm-3 {
  padding-left: 10px;
  padding-right: 10px;
}
@media all and (max-width: 768px) {
  .home-page-layout .clg-section.home_banner_slider_section .portlet-column-content-last .col-sm-6,
.home-page-layout .clg-section.home_banner_slider_section .portlet-column-content-last .col-sm-3 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.home-page-layout .clg-section.home_banner_slider_section .portlet-column-content-last .column-layout .row:first-child {
  margin-bottom: 20px;
}
.home-page-layout .clg-section.home_banner_slider_section .portlet-column-content-last .column-layout .row:last-child > :first-child {
  padding-left: 15px;
}
.home-page-layout .clg-section.home_banner_slider_section .portlet-column-content-last .column-layout .row:last-child > :last-child {
  padding-right: 15px;
}
.home-page-layout .clg-section.home_banner_slider_section img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}

.wide-2-colored-layout .clg-section,
.wide-3-colored-layout .clg-section,
.columns-1 .clg-section,
.columns-2 .clg-section,
.columns-3 .clg-section {
  padding: 0;
}
.wide-2-colored-layout .clg-section .portlet-dropzone,
.wide-3-colored-layout .clg-section .portlet-dropzone,
.columns-1 .clg-section .portlet-dropzone,
.columns-2 .clg-section .portlet-dropzone,
.columns-3 .clg-section .portlet-dropzone {
  padding: 36px 0 57px;
}
@media all and (max-width: 768px) {
  .wide-2-colored-layout .clg-section .portlet-dropzone,
.wide-3-colored-layout .clg-section .portlet-dropzone,
.columns-1 .clg-section .portlet-dropzone,
.columns-2 .clg-section .portlet-dropzone,
.columns-3 .clg-section .portlet-dropzone {
    padding: 24px 0 40px;
  }
}
.wide-2-colored-layout .clg-section .portlet-dropzone.empty,
.wide-3-colored-layout .clg-section .portlet-dropzone.empty,
.columns-1 .clg-section .portlet-dropzone.empty,
.columns-2 .clg-section .portlet-dropzone.empty,
.columns-3 .clg-section .portlet-dropzone.empty {
  padding: 0;
}
@media all and (max-width: 768px) {
  .wide-2-colored-layout .clg-section .portlet-dropzone.empty,
.wide-3-colored-layout .clg-section .portlet-dropzone.empty,
.columns-1 .clg-section .portlet-dropzone.empty,
.columns-2 .clg-section .portlet-dropzone.empty,
.columns-3 .clg-section .portlet-dropzone.empty {
    padding: 0;
  }
}
.wide-2-colored-layout .clg-section .portlet-dropzone .portlet-static,
.wide-3-colored-layout .clg-section .portlet-dropzone .portlet-static,
.columns-1 .clg-section .portlet-dropzone .portlet-static,
.columns-2 .clg-section .portlet-dropzone .portlet-static,
.columns-3 .clg-section .portlet-dropzone .portlet-static {
  margin-bottom: 57px;
}
.wide-2-colored-layout .clg-section .portlet-dropzone .portlet-static.portlet-accordion,
.wide-3-colored-layout .clg-section .portlet-dropzone .portlet-static.portlet-accordion,
.columns-1 .clg-section .portlet-dropzone .portlet-static.portlet-accordion,
.columns-2 .clg-section .portlet-dropzone .portlet-static.portlet-accordion,
.columns-3 .clg-section .portlet-dropzone .portlet-static.portlet-accordion {
  margin-bottom: 10px;
}
.wide-2-colored-layout .clg-section .portlet-dropzone .portlet-static:last-child,
.wide-3-colored-layout .clg-section .portlet-dropzone .portlet-static:last-child,
.columns-1 .clg-section .portlet-dropzone .portlet-static:last-child,
.columns-2 .clg-section .portlet-dropzone .portlet-static:last-child,
.columns-3 .clg-section .portlet-dropzone .portlet-static:last-child {
  margin-bottom: 0;
}
.wide-2-colored-layout .clg-section .portlet-dropzone .portlet-dropzone,
.wide-3-colored-layout .clg-section .portlet-dropzone .portlet-dropzone,
.columns-1 .clg-section .portlet-dropzone .portlet-dropzone,
.columns-2 .clg-section .portlet-dropzone .portlet-dropzone,
.columns-3 .clg-section .portlet-dropzone .portlet-dropzone {
  padding: 0 !important;
}
.wide-2-colored-layout .clg-section.colored .portlet-dropzone,
.wide-3-colored-layout .clg-section.colored .portlet-dropzone,
.columns-1 .clg-section.colored .portlet-dropzone,
.columns-2 .clg-section.colored .portlet-dropzone,
.columns-3 .clg-section.colored .portlet-dropzone {
  padding: 40px 0 84px;
}
@media all and (max-width: 768px) {
  .wide-2-colored-layout .clg-section.colored .portlet-dropzone,
.wide-3-colored-layout .clg-section.colored .portlet-dropzone,
.columns-1 .clg-section.colored .portlet-dropzone,
.columns-2 .clg-section.colored .portlet-dropzone,
.columns-3 .clg-section.colored .portlet-dropzone {
    padding: 32px 0 57px;
  }
  .wide-2-colored-layout .clg-section.colored .portlet-dropzone.portlet-column-content-last,
.wide-3-colored-layout .clg-section.colored .portlet-dropzone.portlet-column-content-last,
.columns-1 .clg-section.colored .portlet-dropzone.portlet-column-content-last,
.columns-2 .clg-section.colored .portlet-dropzone.portlet-column-content-last,
.columns-3 .clg-section.colored .portlet-dropzone.portlet-column-content-last {
    padding-top: 0;
  }
}
.wide-2-colored-layout .clg-section.colored .portlet-dropzone .portlet-barebone-margin,
.wide-3-colored-layout .clg-section.colored .portlet-dropzone .portlet-barebone-margin,
.columns-1 .clg-section.colored .portlet-dropzone .portlet-barebone-margin,
.columns-2 .clg-section.colored .portlet-dropzone .portlet-barebone-margin,
.columns-3 .clg-section.colored .portlet-dropzone .portlet-barebone-margin {
  margin-top: 74px;
}
.wide-2-colored-layout .clg-section.colored .portlet-dropzone h2,
.wide-3-colored-layout .clg-section.colored .portlet-dropzone h2,
.columns-1 .clg-section.colored .portlet-dropzone h2,
.columns-2 .clg-section.colored .portlet-dropzone h2,
.columns-3 .clg-section.colored .portlet-dropzone h2 {
  font-size: 25px;
  line-height: 32px;
  font-family: "Inter";
  margin-bottom: 42px;
}
@media all and (max-width: 768px) {
  .wide-2-colored-layout .clg-section.colored .portlet-dropzone h2,
.wide-3-colored-layout .clg-section.colored .portlet-dropzone h2,
.columns-1 .clg-section.colored .portlet-dropzone h2,
.columns-2 .clg-section.colored .portlet-dropzone h2,
.columns-3 .clg-section.colored .portlet-dropzone h2 {
    margin-bottom: 24px;
  }
}
.wide-2-colored-layout .clg-section.colored .portlet-dropzone.empty,
.wide-3-colored-layout .clg-section.colored .portlet-dropzone.empty,
.columns-1 .clg-section.colored .portlet-dropzone.empty,
.columns-2 .clg-section.colored .portlet-dropzone.empty,
.columns-3 .clg-section.colored .portlet-dropzone.empty {
  padding: 0;
}
@media all and (max-width: 768px) {
  .wide-2-colored-layout .clg-section.colored .portlet-dropzone.empty,
.wide-3-colored-layout .clg-section.colored .portlet-dropzone.empty,
.columns-1 .clg-section.colored .portlet-dropzone.empty,
.columns-2 .clg-section.colored .portlet-dropzone.empty,
.columns-3 .clg-section.colored .portlet-dropzone.empty {
    padding: 0;
  }
}
.wide-2-colored-layout .clg-section.widget-section .portlet-dropzone,
.wide-3-colored-layout .clg-section.widget-section .portlet-dropzone,
.columns-1 .clg-section.widget-section .portlet-dropzone,
.columns-2 .clg-section.widget-section .portlet-dropzone,
.columns-3 .clg-section.widget-section .portlet-dropzone {
  padding: 36px 0 0;
}
.wide-2-colored-layout .clg-section.widget-section .portlet-dropzone.empty,
.wide-3-colored-layout .clg-section.widget-section .portlet-dropzone.empty,
.columns-1 .clg-section.widget-section .portlet-dropzone.empty,
.columns-2 .clg-section.widget-section .portlet-dropzone.empty,
.columns-3 .clg-section.widget-section .portlet-dropzone.empty {
  padding: 10px 0 0;
}
.wide-2-colored-layout .clg-section.last-section .portlet-dropzone,
.wide-3-colored-layout .clg-section.last-section .portlet-dropzone,
.columns-1 .clg-section.last-section .portlet-dropzone,
.columns-2 .clg-section.last-section .portlet-dropzone,
.columns-3 .clg-section.last-section .portlet-dropzone {
  padding-top: 66px;
  padding-bottom: 110px;
}
.wide-2-colored-layout .clg-section.last-section .portlet-dropzone h2,
.wide-3-colored-layout .clg-section.last-section .portlet-dropzone h2,
.columns-1 .clg-section.last-section .portlet-dropzone h2,
.columns-2 .clg-section.last-section .portlet-dropzone h2,
.columns-3 .clg-section.last-section .portlet-dropzone h2 {
  margin-bottom: 26px;
}
.wide-2-colored-layout .clg-section.last-section .portlet-dropzone.empty,
.wide-3-colored-layout .clg-section.last-section .portlet-dropzone.empty,
.columns-1 .clg-section.last-section .portlet-dropzone.empty,
.columns-2 .clg-section.last-section .portlet-dropzone.empty,
.columns-3 .clg-section.last-section .portlet-dropzone.empty {
  padding: 0;
}
@media all and (max-width: 768px) {
  .wide-2-colored-layout .clg-section.last-section .portlet-dropzone,
.wide-3-colored-layout .clg-section.last-section .portlet-dropzone,
.columns-1 .clg-section.last-section .portlet-dropzone,
.columns-2 .clg-section.last-section .portlet-dropzone,
.columns-3 .clg-section.last-section .portlet-dropzone {
    padding-top: 31px;
    padding-bottom: 76px;
  }
  .wide-2-colored-layout .clg-section.last-section .portlet-dropzone .slick-slider,
.wide-3-colored-layout .clg-section.last-section .portlet-dropzone .slick-slider,
.columns-1 .clg-section.last-section .portlet-dropzone .slick-slider,
.columns-2 .clg-section.last-section .portlet-dropzone .slick-slider,
.columns-3 .clg-section.last-section .portlet-dropzone .slick-slider {
    margin: 0 20px !important;
  }
  .wide-2-colored-layout .clg-section.last-section .portlet-dropzone .slick-slider .slick-next,
.wide-3-colored-layout .clg-section.last-section .portlet-dropzone .slick-slider .slick-next,
.columns-1 .clg-section.last-section .portlet-dropzone .slick-slider .slick-next,
.columns-2 .clg-section.last-section .portlet-dropzone .slick-slider .slick-next,
.columns-3 .clg-section.last-section .portlet-dropzone .slick-slider .slick-next {
    right: -25px;
  }
  .wide-2-colored-layout .clg-section.last-section .portlet-dropzone .slick-slider .slick-prev,
.wide-3-colored-layout .clg-section.last-section .portlet-dropzone .slick-slider .slick-prev,
.columns-1 .clg-section.last-section .portlet-dropzone .slick-slider .slick-prev,
.columns-2 .clg-section.last-section .portlet-dropzone .slick-slider .slick-prev,
.columns-3 .clg-section.last-section .portlet-dropzone .slick-slider .slick-prev {
    left: -25px;
  }
  .wide-2-colored-layout .clg-section.last-section .portlet-dropzone .slick-slider .item,
.wide-3-colored-layout .clg-section.last-section .portlet-dropzone .slick-slider .item,
.columns-1 .clg-section.last-section .portlet-dropzone .slick-slider .item,
.columns-2 .clg-section.last-section .portlet-dropzone .slick-slider .item,
.columns-3 .clg-section.last-section .portlet-dropzone .slick-slider .item {
    height: 200px !important;
  }
}

.medical-news-layout .clg-section {
  padding: 0;
}
.medical-news-layout .clg-section .portlet-dropzone {
  padding: 0;
}
.medical-news-layout .clg-section .portlet-dropzone.empty {
  padding: 0;
}
@media all and (max-width: 768px) {
  .medical-news-layout .clg-section .portlet-dropzone.empty {
    padding: 0;
  }
}
.medical-news-layout .clg-section .portlet-dropzone .portlet-dropzone {
  padding: 0 !important;
}
.medical-news-layout .clg-section.colored .portlet-dropzone {
  padding: 30px 0 79px;
}
@media all and (max-width: 768px) {
  .medical-news-layout .clg-section.colored .portlet-dropzone {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.medical-news-layout .clg-section.colored .portlet-dropzone.empty {
  padding: 0;
}
@media all and (max-width: 768px) {
  .medical-news-layout .clg-section.colored .portlet-dropzone.empty {
    padding: 0;
  }
}
.medical-news-layout .clg-section.colored .portlet-dropzone .portlet-dropzone {
  padding: 0 !important;
}

.link_banners_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: 120px;
  gap: 18px 30px;
}
@media all and (max-width: 768px) {
  .link_banners_grid {
    display: block;
    margin-bottom: -18px;
  }
}
.link_banners_grid .item {
  display: flex;
  align-items: center;
  justify-content: space-around;
  overflow: hidden;
}
@media all and (min-width: 769px) {
  .link_banners_grid .item {
    width: 290px;
    height: 120px;
  }
}
@media all and (max-width: 768px) {
  .link_banners_grid .item {
    margin-bottom: 18px;
    height: 120px;
  }
}
.link_banners_grid .item picture,
.link_banners_grid .item img {
  width: 100%;
  height: 100%;
}
.link_banners_grid .item img {
  margin: 0 auto;
  object-fit: contain;
}

.clg_flash_card {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 20px;
  background-color: #F4F4F4;
  color: #373535;
  padding: 12px 20px;
  height: 120px;
  border-radius: 22px;
  text-decoration: none !important;
  transition: background-color 0.3s ease-out;
}
.clg_flash_card:hover {
  background-color: #EBEAEA;
}
@media all and (max-width: 768px) {
  .clg_flash_card {
    padding: 17px 16px;
    display: block;
    width: 160px;
    height: 128px;
    text-decoration: none;
    color: #373535;
  }
}
.clg_flash_card .icon {
  background-color: #fff;
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.clg_flash_card .icon span {
  display: block;
  font-size: 38px;
}
.clg_flash_card .info h3,
.clg_flash_card .info h4 {
  font-family: "Montserrat", sans-serif;
  color: inherit;
  margin-bottom: 0;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-decoration: none;
}
@media all and (max-width: 768px) {
  .clg_flash_card .info h3,
.clg_flash_card .info h4 {
    font-size: 17px;
    line-height: 20px;
  }
}
.clg_flash_card .info p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.clg_flash_card picture {
  margin: 0 0 21px;
}
@media all and (max-width: 768px) {
  .clg_flash_card picture {
    max-height: 18px;
    max-width: 16px;
    margin-bottom: 12px;
  }
}
.clg_flash_card svg path {
  fill: initial;
  transition: 0.3s ease;
}
.clg_flash_card .picture_bg {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 30px;
  max-width: 126px;
  min-height: 126px;
  overflow: hidden;
}
.clg_flash_card .picture_bg img {
  width: 100%;
  height: auto;
}
.clg_flash_card img {
  max-height: 60px;
}
.clg_flash_card .link_icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 23px;
  min-height: auto;
}
.clg_flash_card.full-width-card {
  padding: 24px 35px 35px;
  margin-bottom: 20px;
  height: auto;
}
.clg_flash_card.full-width-card h3 {
  font-size: 20px;
  line-height: 26px;
  margin: 0;
}
.clg_flash_card.full-width-card:last-child {
  margin-bottom: 0;
}

.clg_useful_links .portlet .portlet-content .portlet-title-text {
  min-width: 242px;
}
.clg_useful_links .slider_wrapper {
  display: flex;
  align-items: center;
}
@media all and (max-width: 1455px) {
  .clg_useful_links .slider_wrapper {
    display: block;
  }
}
.clg_useful_links .slider_wrapper .mobile_slider {
  max-width: 77%;
}
@media all and (max-width: 1455px) {
  .clg_useful_links .slider_wrapper .mobile_slider {
    max-width: 100%;
  }
}
.clg_useful_links .slider_wrapper .slider_title {
  flex-basis: 21%;
}
@media all and (max-width: 1455px) {
  .clg_useful_links .slider_wrapper .slider_title {
    text-align: center;
  }
}
@media all and (max-width: 1455px) {
  .clg_useful_links .slider_wrapper .slick-list.draggable {
    margin: 0 40px;
  }
  .clg_useful_links .slider_wrapper .slick-prev {
    left: 0;
  }
  .clg_useful_links .slider_wrapper .slick-next {
    right: 0;
  }
  .clg_useful_links .slider_wrapper .info p {
    overflow: hidden;
  }
}
@media all and (max-width: 1200px) {
  .clg_useful_links .slider_wrapper .group_slides .item {
    width: calc(33.3333333333% - 14px);
    flex: 0 0 auto;
  }
  .clg_useful_links .slider_wrapper .group_slides .item .clg_flash_card {
    width: auto;
  }
  .clg_useful_links .slider_wrapper .clg_flash_card .icon {
    width: 44px;
    height: 44px;
  }
  .clg_useful_links .slider_wrapper .clg_flash_card svg {
    width: 22px;
    height: 22px;
  }
  .clg_useful_links .slider_wrapper .clg_flash_card .material-icons-outlined {
    font-size: 28px;
  }
}
@media all and (max-width: 992px) {
  .clg_useful_links .slider_wrapper .group_slides .item {
    width: calc(50% - 10px);
  }
}
@media all and (max-width: 768px) {
  .clg_useful_links .slider_wrapper .group_slides .item {
    width: 100%;
  }
  .clg_useful_links .slider_wrapper .clg_flash_card {
    display: flex;
    margin: 0;
  }
  .clg_useful_links .slider_wrapper .slick-slider.slick-vertical .slick-prev {
    top: auto;
    left: 55%;
    bottom: -34px;
  }
  .clg_useful_links .slider_wrapper .slick-slider.slick-vertical .slick-next {
    left: 45%;
  }
  .clg_useful_links .slider_wrapper .group_slides {
    margin-bottom: 20px;
    gap: 20px;
  }
  .clg_useful_links .slider_wrapper .slick-slide {
    width: 100% !important;
  }
  .clg_useful_links .slider_wrapper .slick-list.draggable {
    margin: 0;
  }
}
.clg_useful_links .clg_flash_card:hover .material-icons-outlined,
.clg_useful_links .clg_flash_card:hover .material-icons-outlined,
.clg_useful_links .clg_flash_card:hover svg path {
  color: inherit;
  opacity: 0.6;
}
.clg_useful_links .clg_flash_card .material-icons-outlined {
  font-size: 42px;
  transition: 0.3s ease;
}
@media all and (max-width: 768px) {
  .clg_useful_links .clg_flash_card .material-icons-outlined {
    font-size: 20px;
  }
}
.clg_useful_links .clg_flash_card svg {
  width: 40px;
  height: 40px;
}
@media all and (min-width: 769px) {
  .clg_useful_links .clg_flash_card {
    width: 346px;
    margin: 0;
  }
}
@media all and (max-width: 768px) {
  .clg_useful_links .clg_flash_card {
    width: 160px;
    height: 128px;
    margin: 4px;
  }
}
.clg_useful_links .clg_flash_card picture {
  display: flex;
  align-items: center;
}

.group_slides {
  width: 100%;
  min-width: 100%;
  display: flex !important;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
@media all and (max-width: 768px) {
  .group_slides {
    flex-wrap: wrap;
    margin: -4px 0;
  }
}
.group_slides .item {
  width: auto;
}
@media all and (max-width: 768px) {
  .group_slides .item {
    width: 50%;
    flex-basis: 50%;
  }
}
@media all and (min-width: 769px) {
  .group_slides .item {
    margin-right: 20px;
  }
  .group_slides .item:last-child {
    margin-right: 0;
  }
}

.clg_news a {
  color: inherit;
}
.clg_news .date * {
  display: inline-block;
}
.clg_news .date .d {
  font-weight: 600;
  font-size: 30px;
  line-height: 39px;
}
.clg_news .date .m {
  margin-right: 3px;
}
.clg_news .date .m,
.clg_news .date .y {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}
.clg_news.clg_news_squared {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-top: 8px;
}
.clg_news.clg_news_squared .clg_news_buttons {
  gap: 20px;
}
@media all and (max-width: 1200px) {
  .clg_news.clg_news_squared .clg_news_buttons {
    gap: 10px;
  }
  .clg_news.clg_news_squared .clg_news_buttons a.clg-btn.btn-border {
    padding: 10px;
  }
}
.clg_news.clg_news_squared .clg_news_buttons_left {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media all and (max-width: 1200px) {
  .clg_news.clg_news_squared .clg_news_buttons_left {
    gap: 10px;
  }
}
@media all and (max-width: 540px) {
  .clg_news.clg_news_squared .clg_news_buttons_left {
    display: none;
  }
}
.clg_news.clg_news_squared .clg_news_buttons .btn-all-news {
  background-color: #A0CAF0;
  color: #fff;
  border: none;
  transition: background-color 0.3s ease-out;
}
.clg_news.clg_news_squared .clg_news_buttons .btn-all-news:hover {
  background-color: #9BC3E7;
}
@media all and (max-width: 540px) {
  .clg_news.clg_news_squared .clg_news_buttons .btn-all-news {
    text-align: center;
    width: 100%;
  }
}
.clg_news.clg_news_squared .item {
  background: #F4F4F4;
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  transition: background-color 0.3s ease-out;
}
.clg_news.clg_news_squared .item:hover {
  background-color: #EBEAEA;
}
@media all and (max-width: 768px) {
  .clg_news.clg_news_squared .item {
    height: 200px;
    overflow: hidden;
    margin-bottom: 24px;
  }
}
@media all and (max-width: 540px) {
  .clg_news.clg_news_squared .item {
    flex-direction: column;
    height: auto;
  }
}
.clg_news.clg_news_squared .item.single .item-content {
  padding-right: 90px;
}
.clg_news.clg_news_squared .item-content {
  padding: 40px 20px 40px 40px;
}
@media all and (max-width: 768px) {
  .clg_news.clg_news_squared .item-content {
    padding: 40px 20px;
  }
}
.clg_news.clg_news_squared .item-content .date .d {
  margin: -8px 0 0 -4px;
}
.clg_news.clg_news_squared .item-content .excerpt {
  margin-top: 16px;
}
.clg_news.clg_news_squared .item-content .excerpt h5 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
}
.clg_news.clg_news_squared .item-img {
  min-width: 290px;
  height: 200px;
  width: 290px;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media all and (max-width: 768px) {
  .clg_news.clg_news_squared .item-img {
    min-width: 200px;
    width: 200px;
  }
}
@media all and (max-width: 540px) {
  .clg_news.clg_news_squared .item-img {
    min-width: auto;
    width: 100%;
    order: -1;
    border-top-left-radius: 0;
    border-bottom-right-radius: 20px;
  }
}
.clg_news.clg_news_squared .item .icon-button-link {
  position: absolute;
  right: 16px;
  bottom: 16px;
}
@media all and (max-width: 540px) {
  .clg_news.clg_news_squared .item .icon-button-link {
    display: none;
  }
}
.clg_news.clg_big_news_single {
  position: relative;
}
.clg_news.clg_big_news_single .item {
  color: #fff;
  background-color: #706d6d;
  background-size: cover;
  border-radius: 20px;
  border-bottom-right-radius: 0;
  position: relative;
}
@media all and (min-width: 769px) {
  .clg_news.clg_big_news_single .item {
    height: 456px;
    overflow: hidden;
  }
}
@media all and (max-width: 768px) {
  .clg_news.clg_big_news_single .item {
    min-height: 328px;
    height: auto;
    overflow: hidden;
  }
}
.clg_news.clg_big_news_single .item-icon-button-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 16px 0 0 16px;
  background: #fff;
  border-top-left-radius: 50%;
}
.clg_news.clg_big_news_single .item-icon-button-wrapper::before, .clg_news.clg_big_news_single .item-icon-button-wrapper::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
}
.clg_news.clg_big_news_single .item-icon-button-wrapper::before {
  top: -20px;
  right: 0;
  background: radial-gradient(circle at 0 0, rgba(0, 0, 0, 0) 20px, #fff 20px);
}
.clg_news.clg_big_news_single .item-icon-button-wrapper::after {
  bottom: 0;
  left: -20px;
  background: radial-gradient(circle at 0 0, rgba(0, 0, 0, 0) 20px, #fff 20px);
}
.clg_news.clg_big_news_single .item-icon-button-wrapper svg {
  width: 22px;
  height: 22px;
}
.clg_news.clg_big_news_single .info-title {
  margin: 20px 0;
}
.clg_news.clg_big_news_single .info-content {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.clg_news.clg_big_news_single .info .date {
  margin-top: 20px;
}

.students-info-links {
  margin-bottom: 60px;
}
.students-info-links > div:not(:last-child) .item {
  margin-bottom: 20px;
}
@media all and (max-width: 768px) {
  .students-info-links > div:not(:last-child) .item {
    margin-bottom: 15px;
  }
}
.students-info-links .item {
  background-color: #F4F4F4;
  padding: 24px;
  border-radius: 20px;
  text-decoration: none !important;
  column-gap: 20px;
  transition: all 0.3s ease-out;
}
@media all and (max-width: 576px) {
  .students-info-links .item {
    padding: 20px;
  }
}
.students-info-links .item:hover {
  background-color: #EBEAEA;
}
.students-info-links .item_icon, .students-info-links .item_link {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.students-info-links .item_icon {
  width: 50px;
  height: 50px;
  background-color: #fff;
  flex-shrink: 0;
}
.students-info-links .item_link {
  width: 44px;
  height: 44px;
  background-color: #373535;
}
@media all and (max-width: 768px) {
  .students-info-links .item_link {
    width: 40px;
    height: 40px;
  }
}
@media all and (max-width: 576px) {
  .students-info-links .item_link {
    display: none;
  }
}
.students-info-links .item_title {
  margin-bottom: 0;
}
@media all and (max-width: 768px) {
  .students-info-links .item_title {
    font-size: 19px;
    line-height: 24px;
  }
}
.students-info-links .item .flex {
  column-gap: 20px;
  flex-wrap: nowrap !important;
}
@media all and (max-width: 768px) {
  .students-info-links .item .flex {
    column-gap: 10px;
  }
}

.contacts_title {
  color: #8F8F8F;
  margin-bottom: 4px;
}
.contacts span, .contacts a {
  margin-bottom: 30px;
  display: block;
}
@media all and (max-width: 576px) {
  .contacts span, .contacts a {
    margin-bottom: 20px;
  }
}
.contacts .avo-yamap-container {
  height: 600px;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  margin-top: 50px;
}
@media all and (max-width: 576px) {
  .contacts .avo-yamap-container {
    height: 400px;
  }
}
.contacts .avo-yamap-container > div {
  height: 600px !important;
  width: 100% !important;
}
@media all and (max-width: 576px) {
  .contacts .avo-yamap-container > div {
    height: 400px !important;
  }
}

.information-about-menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media all and (max-width: 1200px) {
  .information-about-menu {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 768px) {
  .information-about-menu {
    grid-template-columns: repeat(1, 1fr);
  }
}
.information-about-menu-icon {
  border-radius: 50%;
  background-color: #fff;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media all and (max-width: 576px) {
  .information-about-menu-icon {
    width: 50px;
    height: 50px;
  }
}
.information-about-menu-icon .material-icons-outlined {
  font-size: 36px;
}
@media all and (max-width: 576px) {
  .information-about-menu-icon .material-icons-outlined {
    font-size: 26px;
  }
}
.information-about-menu-item {
  background-color: #F4F4F4;
  padding: 20px;
  border-radius: 20px;
  transition: all 0.3s ease-out;
  text-decoration: none !important;
  column-gap: 20px;
  font-family: "Montserrat", sans-serif;
  flex-wrap: nowrap;
}
.information-about-menu-item:hover {
  background-color: #EBEAEA;
}
.information-about-menu-item svg {
  flex-shrink: 0;
}
@media all and (max-width: 576px) {
  .information-about-menu-item svg {
    display: none;
  }
}
.information-about-menu-item .left {
  column-gap: 20px;
  flex-wrap: nowrap !important;
}

.calendar-filter {
  position: relative;
  display: inline-flex;
  align-items: center;
  column-gap: 20px;
  row-gap: 15px;
  width: 100%;
  margin-bottom: 10px;
  justify-content: space-between;
}
@media all and (max-width: 768px) {
  .calendar-filter {
    flex-direction: column;
    align-items: baseline;
  }
}
.calendar-filter .calendar-search {
  background-color: #F4F4F4;
  border-radius: 22px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  font-size: 14px;
  align-self: stretch;
  flex-grow: 1;
}
@media all and (max-width: 768px) {
  .calendar-filter .calendar-search {
    height: 44px;
  }
}
.calendar-filter .calendar-search input {
  border: none;
  background-color: transparent;
  height: 100%;
  padding: 12px 0 13px 14px;
  outline: none;
}
.calendar-filter .calendar-date {
  gap: 10px;
  flex-wrap: nowrap;
}
@media all and (max-width: 768px) {
  .calendar-filter .calendar-date {
    width: 100%;
  }
}
.calendar-filter .calendar-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 11px 20px;
  background-color: #F4F4F4;
  border: none;
  border-radius: 22px;
  transition: all 0.3s ease-out;
  min-width: 230px;
  font-size: 14px;
}
@media all and (max-width: 768px) {
  .calendar-filter .calendar-button {
    min-width: auto;
    width: 100%;
  }
}
.calendar-filter .calendar-button:hover {
  background-color: #EBEAEA;
}
.calendar-filter .calendar-clear {
  border: none;
  background-color: transparent;
}
.calendar-filter .material-icons-outlined {
  font-size: 22px;
  color: #8F8F8F;
}
.calendar-filter .datepicker-popup {
  position: absolute;
  top: 44px;
  right: 0;
  z-index: 9999;
  display: none;
}

.clg_footer {
  color: #373535;
}
.clg_footer-box {
  background-color: #F4F4F4;
  padding: 40px 60px;
  margin-bottom: 40px;
  border-radius: 20px;
}
@media all and (max-width: 992px) {
  .clg_footer-box {
    padding: 40px;
  }
}
@media all and (max-width: 576px) {
  .clg_footer-box {
    padding: 40px 20px;
  }
}
.clg_footer a {
  letter-spacing: 0.05em;
  color: #373535;
}
.clg_footer a:hover {
  text-decoration: underline;
}
.clg_footer .text-truncate {
  text-wrap: wrap !important;
}
.clg_footer .footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
@media all and (max-width: 992px) {
  .clg_footer .footer-top {
    gap: 40px;
  }
}
@media all and (max-width: 768px) {
  .clg_footer .footer-top {
    flex-direction: column;
    align-items: normal;
  }
}
.clg_footer .footer-top .footer-title {
  width: 403px;
}
@media all and (max-width: 1200px) {
  .clg_footer .footer-top .footer-title {
    width: auto;
  }
}
@media all and (max-width: 576px) {
  .clg_footer .footer-top .footer-title {
    font-size: 22px;
    line-height: 28px;
  }
}
.clg_footer .footer-top .footer_search {
  margin-bottom: 0;
  max-width: 100%;
  flex: 1 1 auto;
}
.clg_footer .footer-top .footer_search .portlet {
  margin-bottom: 0;
}
.clg_footer .footer-top .footer-socials .clg-socials {
  column-gap: 10px;
  row-gap: 20px;
}
@media all and (max-width: 1200px) {
  .clg_footer .footer-top .footer-socials .clg-socials {
    flex-wrap: wrap;
  }
}
.clg_footer .footer-top .footer-socials .clg-socials .clg-btn:not(.rss-link) svg {
  width: 24px;
  height: 24px;
}
.clg_footer .footer-top .footer-socials .clg-socials .rss-link {
  display: inline-flex;
  margin-left: 20px;
}
@media all and (max-width: 768px) {
  .clg_footer .footer-top .footer-socials .clg-socials .rss-link {
    margin-left: 10px;
  }
}
.clg_footer .footer-middle {
  margin: 80px 0;
}
@media all and (max-width: 992px) {
  .clg_footer .footer-middle {
    margin: 40px 0;
  }
  .clg_footer .footer-middle .col-lg-4:not(.col-12) {
    margin-bottom: 30px;
  }
}
.clg_footer .footer-middle p {
  margin-bottom: 0;
}
.clg_footer .footer-middle .row .col-sm-4:nth-child(3) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
.clg_footer .footer-middle .footer-logo-full {
  margin-bottom: 40px;
}
.clg_footer .footer-middle .footer-logo-full .footer-logo a {
  margin-right: 20px;
}
.clg_footer .footer-middle .footer-logo-full .footer-logo img,
.clg_footer .footer-middle .footer-logo-full .footer-logo svg {
  width: 55px;
}
.clg_footer .footer-middle .footer-logo-full .subtitle {
  margin-bottom: 20px;
}
.clg_footer .footer-middle-title {
  font-size: 20px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
}
.clg_footer .footer-middle-grid, .clg_footer .footer-middle-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 40px;
}
@media all and (max-width: 1200px) {
  .clg_footer .footer-middle-grid, .clg_footer .footer-middle-buttons {
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (max-width: 1200px) {
  .clg_footer .footer-middle .grid-left {
    grid-column: 1/span 2;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 576px) {
  .clg_footer .footer-middle .grid-left {
    grid-column: auto;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 576px) {
  .clg_footer .footer-middle-grid {
    grid-template-columns: 1fr;
  }
}
.clg_footer .footer-middle-buttons {
  margin-top: 30px;
}
.clg_footer .footer-middle-buttons .link {
  display: flex;
  align-items: center;
  column-gap: 12px;
  justify-self: flex-start;
}
.clg_footer .footer-middle-buttons .site-map {
  grid-column: 3/4;
}
@media all and (max-width: 1200px) {
  .clg_footer .footer-middle-buttons .site-map {
    grid-column: auto;
  }
}
.clg_footer .footer-middle .footer-left-menu {
  margin-bottom: 20px;
}
.clg_footer .footer-middle .additionalHTML {
  margin-bottom: 20px;
}
.clg_footer .footer-bottom {
  color: #fff;
  font-size: 15px;
  padding: 14px 20px;
  background-color: #2C2D2C;
  border-radius: 22px;
}
@media all and (max-width: 1200px) {
  .clg_footer .footer-bottom {
    background-color: transparent;
    color: #373535;
    border-radius: 0;
    border-top: 1px solid #8F8F8F;
    padding-top: 30px;
  }
  .clg_footer .footer-bottom .d-flex {
    flex-direction: column;
    row-gap: 10px;
    text-align: center;
    font-size: 14px;
  }
}
@media all and (max-width: 1200px) {
  .clg_footer .footer-bottom {
    padding: 30px 0 0;
  }
}
.clg_footer .footer-bottom a {
  color: #fff;
  font-weight: 500;
}
@media all and (max-width: 1200px) {
  .clg_footer .footer-bottom a {
    color: #373535;
  }
}
.clg_footer .footer-bottom .portlet {
  margin: 0;
}
.clg_footer .btn-modal {
  color: #fff;
  background: transparent;
  border: none;
  padding: 0;
}
.clg_footer #footer-modal {
  color: initial;
}
.clg_footer #footer-modal h4 {
  margin: 0;
}
.clg_footer .yui3-widget-mask {
  z-index: 1000 !important;
}
.clg_footer .modal-dialog {
  z-index: 1001 !important;
}

/**
* inner pages
*/
.clg_page {
  padding-top: 0;
  padding-bottom: 110px;
  font-size: 16px;
  line-height: 22px;
}
.clg_page .navbar-nav .text-truncate {
  white-space: normal;
}
.clg_page #main-content {
  padding-top: 36px;
}
.clg_page #main-content.p0 {
  padding: 0;
}
@media all and (max-width: 768px) {
  .clg_page #main-content {
    padding-top: 12px;
    padding-bottom: 0;
  }
}
@media all and (max-width: 768px) {
  .clg_page {
    padding-bottom: 65px;
  }
}
.clg_page.p0 {
  padding: 0;
}
.clg_page .img_right {
  float: right;
}
.clg_page .img_left {
  float: left;
}
@media all and (min-width: 769px) {
  .clg_page h1 {
    margin-left: 0;
    margin-right: 0;
  }
}
@media all and (max-width: 768px) {
  .clg_page h1 {
    font-size: 30px;
    line-height: 30px;
    margin: 24px 0 19px;
  }
}
.clg_page h2.portlet-title-text {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 30px;
}
@media all and (max-width: 768px) {
  .clg_page h2.portlet-title-text {
    font-size: 22px;
    line-height: 26px;
  }
}
.clg_page .small_white_section h2.portlet-title-text,
.clg_page .categories_title {
  margin: 6px 0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #706d6d;
}

.avo-sidebar,
.portlet .panel-group .panel {
  background-color: #F4F4F4;
  margin-top: 0;
  padding: 32px 50px 50px;
  border: none;
  border-radius: 0;
  margin-bottom: 20px;
}
@media all and (max-width: 768px) {
  .avo-sidebar,
.portlet .panel-group .panel {
    padding: 0;
  }
  .avo-sidebar a,
.portlet .panel-group .panel a {
    text-decoration: none;
  }
}
.avo-sidebar:last-child,
.portlet .panel-group .panel:last-child {
  margin-bottom: 0;
}
.avo-sidebar.sidebar-menu,
.portlet .panel-group .panel.sidebar-menu {
  padding-left: 0;
}
.avo-sidebar.sidebar-menu a,
.portlet .panel-group .panel.sidebar-menu a {
  text-decoration: none;
}
.avo-sidebar.sidebar-menu a:hover,
.portlet .panel-group .panel.sidebar-menu a:hover {
  text-decoration: underline;
}
.avo-sidebar.sidebar-menu h3,
.portlet .panel-group .panel.sidebar-menu h3 {
  padding-left: 50px;
}
.avo-sidebar.sidebar-menu ul li,
.portlet .panel-group .panel.sidebar-menu ul li {
  padding-left: 50px;
}
.avo-sidebar.sidebar-menu ul li ul,
.portlet .panel-group .panel.sidebar-menu ul li ul {
  margin: 10px;
}
.avo-sidebar.sidebar-menu ul li ul li,
.portlet .panel-group .panel.sidebar-menu ul li ul li {
  padding-left: 0;
  font-size: 0.9rem;
}
.avo-sidebar h3,
.avo-sidebar .panel-title.h4,
.portlet .panel-group .panel h3,
.portlet .panel-group .panel .panel-title.h4 {
  color: #373535;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 20px;
}
@media all and (max-width: 768px) {
  .avo-sidebar h3,
.avo-sidebar .panel-title.h4,
.portlet .panel-group .panel h3,
.portlet .panel-group .panel .panel-title.h4 {
    margin: 0;
  }
}
@media all and (max-width: 768px) {
  .avo-sidebar fieldset,
.portlet .panel-group .panel fieldset {
    padding: 0;
  }
}
.avo-sidebar ul,
.portlet .panel-group .panel ul {
  margin: 0;
}
.avo-sidebar ul li,
.portlet .panel-group .panel ul li {
  margin-bottom: 12px;
  position: relative;
  font-size: 17px;
  line-height: 20px;
}
.avo-sidebar ul li a,
.portlet .panel-group .panel ul li a {
  text-decoration: none;
}
.avo-sidebar ul li.active, .avo-sidebar ul li.current, .avo-sidebar ul li.selected,
.portlet .panel-group .panel ul li.active,
.portlet .panel-group .panel ul li.current,
.portlet .panel-group .panel ul li.selected {
  font-weight: 600;
}
.avo-sidebar ul li.active ul li, .avo-sidebar ul li.current ul li, .avo-sidebar ul li.selected ul li,
.portlet .panel-group .panel ul li.active ul li,
.portlet .panel-group .panel ul li.current ul li,
.portlet .panel-group .panel ul li.selected ul li {
  font-weight: normal;
}
.avo-sidebar ul li.active ul li.selected, .avo-sidebar ul li.current ul li.selected, .avo-sidebar ul li.selected ul li.selected,
.portlet .panel-group .panel ul li.active ul li.selected,
.portlet .panel-group .panel ul li.current ul li.selected,
.portlet .panel-group .panel ul li.selected ul li.selected {
  font-weight: 600;
}
.avo-sidebar ul li.active ul li.selected:before, .avo-sidebar ul li.current ul li.selected:before, .avo-sidebar ul li.selected ul li.selected:before,
.portlet .panel-group .panel ul li.active ul li.selected:before,
.portlet .panel-group .panel ul li.current ul li.selected:before,
.portlet .panel-group .panel ul li.selected ul li.selected:before {
  display: none;
}
.avo-sidebar ul li.active:before, .avo-sidebar ul li.current:before, .avo-sidebar ul li.selected:before,
.portlet .panel-group .panel ul li.active:before,
.portlet .panel-group .panel ul li.current:before,
.portlet .panel-group .panel ul li.selected:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 24px;
  background: #e94b3d;
}

@media all and (max-width: 768px) {
  .col-md-4 .portlet-body fieldset {
    padding: 0;
  }
}
.clg_u_novost_media {
  margin-top: 60px;
}
@media all and (max-width: 768px) {
  .clg_u_novost_media {
    margin-top: 40px;
  }
}
.clg_u_novost_media .slider-counter {
  margin-top: 10px;
  text-align: center;
  font-weight: 500;
}
@media all and (max-width: 768px) {
  .clg_u_novost_media .slider-counter {
    display: none;
  }
}
.clg_u_novost_media .slick-slider {
  width: 700px;
  margin: 0 auto;
}
@media all and (max-width: 992px) {
  .clg_u_novost_media .slick-slider {
    width: 100%;
  }
}
.clg_u_novost_media .slick-slider .slick-next {
  right: 15px;
}
.clg_u_novost_media .slick-slider .slick-prev {
  left: 15px;
}
.clg_u_novost_media .slick-slider .slick-list.draggable {
  height: 430px;
}
@media all and (max-width: 768px) {
  .clg_u_novost_media .slick-slider .slick-list.draggable {
    height: 200px;
  }
}
.clg_u_novost_media .slick-slider .item {
  height: 430px;
  border-radius: 20px;
  overflow: hidden;
}
@media all and (max-width: 768px) {
  .clg_u_novost_media .slick-slider .item {
    height: 200px;
  }
}
.clg_u_novost_media .slick-slider .item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.avo_oms_map {
  padding: 0;
}

@media all and (max-width: 768px) {
  .avo-interactive-oms-map {
    display: none;
  }
}
.avo-interactive-oms-map path {
  fill: #F4F4F4;
  transition: all ease 0.5s;
  stroke: #acafbd;
}
.avo-interactive-oms-map path:hover {
  fill: #fff;
  stroke: #1c3467;
  stroke-width: 2px;
}
.avo-interactive-oms-map path,
.avo-interactive-oms-map text {
  cursor: pointer;
}
.avo-interactive-oms-map g:hover text {
  fill: #1c3467;
  font-weight: 600;
}

.contacts_table .contacts_item {
  padding: 24px 0 50px;
  border: 1px solid #e6e9ef;
  border-right: none;
  border-left: none;
  display: flex;
  font-size: 17px;
  line-height: 22px;
}
@media all and (max-width: 768px) {
  .contacts_table .contacts_item {
    flex-wrap: wrap;
    padding: 14px 0 39px;
  }
}
.contacts_table .contacts_item .contacts_col {
  width: 33%;
  flex: 1;
  flex-basis: 320px;
  margin-right: 107px;
}
@media all and (max-width: 768px) {
  .contacts_table .contacts_item .contacts_col {
    flex-basis: auto;
    width: 100%;
    margin: 0;
    margin-bottom: 8px;
  }
}
.contacts_table .contacts_item .contacts_col h2,
.contacts_table .contacts_item .contacts_col h3 {
  font-family: "Inter";
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.contacts_table .contacts_item .contacts_col p {
  margin-bottom: 12px;
}
@media all and (max-width: 768px) {
  .contacts_table .contacts_item .contacts_col p {
    margin-bottom: 4px;
  }
}
.contacts_table .contacts_item .contacts_col p.comment {
  color: #706d6d;
  margin-top: -8px;
}
@media all and (max-width: 768px) {
  .contacts_table .contacts_item .contacts_col p.comment {
    margin: 0;
  }
}
.contacts_table .contacts_item .contacts_col a {
  position: relative;
  font-weight: 600;
  color: #1c3467;
  text-decoration: none;
}
.contacts_table .contacts_item .contacts_col a.tel {
  font-size: 20px;
  line-height: 26px;
}
@media all and (max-width: 768px) {
  .contacts_table .contacts_item .contacts_col a.icon-link::after {
    margin-right: -24px;
  }
}
.contacts_table .contacts_item .contacts_col.details {
  flex-basis: 396px;
  margin-right: 0;
}

.asset-full-content.clearfix.mb-5.show-asset-title {
  background-color: #F4F4F4;
  padding: 40px;
  border-radius: 20px;
}
@media all and (max-width: 576px) {
  .asset-full-content.clearfix.mb-5.show-asset-title {
    padding: 20px;
  }
  .asset-full-content.clearfix.mb-5.show-asset-title .asset-title.d-inline {
    font-size: 22px;
    line-height: 28px;
  }
}
.asset-full-content.clearfix.mb-5.show-asset-title .component-title.h4 {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.doctor_info {
  margin-bottom: 57px;
}
@media all and (max-width: 768px) {
  .doctor_info {
    margin-bottom: 40px;
  }
  .doctor_info .hide_on_desktop {
    flex: 1;
  }
}
.doctor_info .flex {
  align-items: flex-start;
}
.doctor_info picture {
  flex-basis: 319px;
  flex: 1;
  width: 319px;
  min-width: 319px;
  max-width: 319px;
  height: 387px;
  margin-right: 55px;
  display: block;
  overflow: hidden;
}
@media all and (max-width: 768px) {
  .doctor_info picture {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    height: 121px;
    margin-right: 20px;
  }
}
.doctor_info picture img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: center top;
}
.doctor_info .text {
  flex: 1;
}
@media all and (max-width: 768px) {
  .doctor_info .text {
    margin-top: 24px;
  }
}
.doctor_info .text h3 {
  margin: 0 0 26px;
}
.doctor_info .text p {
  margin-bottom: 25px;
  line-height: 30px;
}

.accordion .item,
.accordion .portlet-content,
.portlet-accordion .item,
.portlet-accordion .portlet-content {
  margin-bottom: 20px;
  border-radius: 20px;
  border: 1px solid transparent;
}
@media all and (max-width: 768px) {
  .accordion .item,
.accordion .portlet-content,
.portlet-accordion .item,
.portlet-accordion .portlet-content {
    margin-bottom: 15px;
  }
}
.accordion .item header,
.accordion .item .portlet-header,
.accordion .portlet-content header,
.accordion .portlet-content .portlet-header,
.portlet-accordion .item header,
.portlet-accordion .item .portlet-header,
.portlet-accordion .portlet-content header,
.portlet-accordion .portlet-content .portlet-header {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  border-radius: 20px;
  background: #F4F4F4;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.accordion .item header:hover,
.accordion .item .portlet-header:hover,
.accordion .portlet-content header:hover,
.accordion .portlet-content .portlet-header:hover,
.portlet-accordion .item header:hover,
.portlet-accordion .item .portlet-header:hover,
.portlet-accordion .portlet-content header:hover,
.portlet-accordion .portlet-content .portlet-header:hover {
  background-color: #EBEAEA !important;
}
.accordion .item header h1,
.accordion .item header h2,
.accordion .item header h3,
.accordion .item header h4,
.accordion .item .portlet-header h1,
.accordion .item .portlet-header h2,
.accordion .item .portlet-header h3,
.accordion .item .portlet-header h4,
.accordion .portlet-content header h1,
.accordion .portlet-content header h2,
.accordion .portlet-content header h3,
.accordion .portlet-content header h4,
.accordion .portlet-content .portlet-header h1,
.accordion .portlet-content .portlet-header h2,
.accordion .portlet-content .portlet-header h3,
.accordion .portlet-content .portlet-header h4,
.portlet-accordion .item header h1,
.portlet-accordion .item header h2,
.portlet-accordion .item header h3,
.portlet-accordion .item header h4,
.portlet-accordion .item .portlet-header h1,
.portlet-accordion .item .portlet-header h2,
.portlet-accordion .item .portlet-header h3,
.portlet-accordion .item .portlet-header h4,
.portlet-accordion .portlet-content header h1,
.portlet-accordion .portlet-content header h2,
.portlet-accordion .portlet-content header h3,
.portlet-accordion .portlet-content header h4,
.portlet-accordion .portlet-content .portlet-header h1,
.portlet-accordion .portlet-content .portlet-header h2,
.portlet-accordion .portlet-content .portlet-header h3,
.portlet-accordion .portlet-content .portlet-header h4 {
  font-size: 20px;
  line-height: 28px;
  text-align: left;
}
@media all and (max-width: 768px) {
  .accordion .item header h1,
.accordion .item header h2,
.accordion .item header h3,
.accordion .item header h4,
.accordion .item .portlet-header h1,
.accordion .item .portlet-header h2,
.accordion .item .portlet-header h3,
.accordion .item .portlet-header h4,
.accordion .portlet-content header h1,
.accordion .portlet-content header h2,
.accordion .portlet-content header h3,
.accordion .portlet-content header h4,
.accordion .portlet-content .portlet-header h1,
.accordion .portlet-content .portlet-header h2,
.accordion .portlet-content .portlet-header h3,
.accordion .portlet-content .portlet-header h4,
.portlet-accordion .item header h1,
.portlet-accordion .item header h2,
.portlet-accordion .item header h3,
.portlet-accordion .item header h4,
.portlet-accordion .item .portlet-header h1,
.portlet-accordion .item .portlet-header h2,
.portlet-accordion .item .portlet-header h3,
.portlet-accordion .item .portlet-header h4,
.portlet-accordion .portlet-content header h1,
.portlet-accordion .portlet-content header h2,
.portlet-accordion .portlet-content header h3,
.portlet-accordion .portlet-content header h4,
.portlet-accordion .portlet-content .portlet-header h1,
.portlet-accordion .portlet-content .portlet-header h2,
.portlet-accordion .portlet-content .portlet-header h3,
.portlet-accordion .portlet-content .portlet-header h4 {
    font-size: 16px;
    line-height: 22px;
  }
}
.accordion .item .portlet-header::after,
.accordion .portlet-content .portlet-header::after,
.portlet-accordion .item .portlet-header::after,
.portlet-accordion .portlet-content .portlet-header::after {
  content: "";
  margin-left: 20px;
  display: inline-block;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  transition: all 0.3s ease-out;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2244%22%20height%3D%2244%22%20viewBox%3D%220%200%2044%2044%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20width%3D%2244%22%20height%3D%2244%22%20rx%3D%2222%22%20fill%3D%22%23fff%22%3E%3C%2Frect%3E%3Cpath%20d%3D%22M15.8006%2016.2977L28.1993%2027.7026M27.73%2016.462L28.1993%2027.7026L16.9587%2028.1719%22%20stroke%3D%22%23373535%22%20stroke-width%3D%221.83333%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}
.accordion .item .text,
.accordion .item .portlet-content-container,
.accordion .portlet-content .text,
.accordion .portlet-content .portlet-content-container,
.portlet-accordion .item .text,
.portlet-accordion .item .portlet-content-container,
.portlet-accordion .portlet-content .text,
.portlet-accordion .portlet-content .portlet-content-container {
  padding: 30px 20px;
  display: none;
}
.accordion .item.opened,
.accordion .portlet-content.opened,
.portlet-accordion .item.opened,
.portlet-accordion .portlet-content.opened {
  border-color: #373535;
}
.accordion .item.opened header,
.accordion .item.opened .portlet-header,
.accordion .portlet-content.opened header,
.accordion .portlet-content.opened .portlet-header,
.portlet-accordion .item.opened header,
.portlet-accordion .item.opened .portlet-header,
.portlet-accordion .portlet-content.opened header,
.portlet-accordion .portlet-content.opened .portlet-header {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion .item.opened > .portlet-header::after,
.accordion .portlet-content.opened > .portlet-header::after,
.portlet-accordion .item.opened > .portlet-header::after,
.portlet-accordion .portlet-content.opened > .portlet-header::after {
  transform: rotate(180deg);
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2244%22%20height%3D%2244%22%20viewBox%3D%220%200%2044%2044%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20width%3D%2244%22%20height%3D%2244%22%20rx%3D%2222%22%20fill%3D%22%23373535%22%3E%3C%2Frect%3E%3Cpath%20d%3D%22M15.8006%2016.2977L28.1993%2027.7026M27.73%2016.462L28.1993%2027.7026L16.9587%2028.1719%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.83333%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

.accordion-items {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media all and (max-width: 768px) {
  .accordion-items {
    row-gap: 10px;
  }
}
.accordion-content {
  padding: 0 20px;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease-out;
}
.accordion-content.active {
  padding: 30px 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.accordion-button {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  cursor: pointer;
  text-decoration: none !important;
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
  flex-wrap: nowrap;
  transition: all 0.3s ease-out;
}
.accordion-button:hover {
  background-color: #EBEAEA !important;
}
@media all and (max-width: 768px) {
  .accordion-button {
    font-size: 18px;
  }
}
.accordion-button svg {
  flex-shrink: 0;
}
.accordion-button svg, .accordion-button rect, .accordion-button path {
  transition: 0.4s ease-out;
}
.accordion-button.active {
  background-color: #AFD5F8;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion-button.active svg {
  transform: rotate(180deg);
}
.accordion-button.active svg rect {
  fill: #373535 !important;
}
.accordion-button.active svg path {
  stroke: #fff !important;
}

.education .accordion-content:not(.grid) .accordion-content-right {
  display: none;
}
.education .accordion-content.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media all and (max-width: 992px) {
  .education .accordion-content.grid {
    grid-template-columns: 1fr;
  }
}
.education .accordion-content-right {
  align-self: flex-end;
}
.education .accordion-content-images .images-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.education .accordion-content-images .grid-row {
  display: grid;
  gap: 10px;
  width: 100%;
}
.education .accordion-content-images .grid-row-1 {
  grid-template-columns: 1fr;
}
.education .accordion-content-images .grid-row-2 {
  grid-template-columns: 1fr 1fr;
}
.education .accordion-content-images .grid-row-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
@media all and (max-width: 470px) {
  .education .accordion-content-images .grid-row-3 {
    grid-template-columns: 1fr;
  }
}
.education .accordion-content-images .grid-row-3 .grid-item:nth-child(n+4) {
  display: none !important;
}
.education .accordion-content-images .grid-item {
  overflow: hidden;
  border-radius: 8px;
  background: #f5f5f5;
  width: 100%;
}
.education .accordion-content-images .grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.education .accordion-content-images .grid-item img:hover {
  transform: scale(1.05);
}
.education .accordion-content-images .grid-item-large, .education .accordion-content-images .grid-item-full {
  aspect-ratio: 16/9;
  max-height: 350px;
}
.education .accordion-content-images .grid-item-half {
  aspect-ratio: 16/9;
  max-height: 250px;
}
.education .accordion-content-images .grid-item-third {
  aspect-ratio: 1/1;
  max-height: 200px;
}

.medical_publications .item {
  font-size: 20px;
  line-height: 26px;
  margin: 0 36px 40px 0;
  padding-bottom: 37px;
  border-bottom: 1px solid rgba(166, 174, 191, 0.5);
}
.medical_publications .item:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 768px) {
  .medical_publications .item {
    font-size: 17px;
    line-height: 22px;
    margin: 0 0 24px;
    padding-bottom: 20px;
  }
  .medical_publications .item:last-child {
    margin-bottom: 0;
  }
}
.medical_publications .item .date {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 12px;
}
@media all and (max-width: 768px) {
  .medical_publications .item .date {
    margin-bottom: 10px;
  }
}
.medical_publications .item .excerpt a {
  text-decoration: none;
  color: inherit;
}

/** projects page **/
.avo_project_card {
  border: 1px solid #d6d9e6;
  margin-bottom: 32px;
}
.avo_project_card .banner {
  height: 115px;
  background-color: #fff;
  text-align: center;
}
.avo_project_card .banner img {
  object-fit: cover;
  height: 100%;
  object-position: center top;
}
.avo_project_card .content {
  min-height: 217px;
  padding: 16px 20px;
  font-size: 16px;
  line-height: 24px;
}
.avo_project_card .content a.heading_project {
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}
.avo_project_card .content h2,
.avo_project_card .content h3 {
  font-size: 18px;
  font-weight: 600;
  color: inherit;
  line-height: inherit;
}

/**full menu and sitemap */
a.menu_btn svg.opened_menu {
  display: none;
  width: 32px;
  height: 32px;
  padding: 6px;
}
a.menu_btn svg.closed_menu {
  display: block;
}
a.menu_btn.opened svg.opened_menu {
  display: block;
}
a.menu_btn.opened svg.closed_menu {
  display: none;
}

.clg_mobile_menu_wrapper .buttons {
  margin: 40px 0 30px;
  column-gap: 40px;
  row-gap: 20px;
  display: none;
  justify-content: space-between;
}
@media all and (max-width: 768px) {
  .clg_mobile_menu_wrapper .buttons {
    display: flex;
  }
}
@media all and (max-width: 470px) {
  .clg_mobile_menu_wrapper .buttons {
    flex-direction: column;
  }
}
.clg_mobile_menu_wrapper .buttons > a {
  background-color: #fff;
  color: #373535;
  text-align: center;
  line-height: 26px;
  transition: all 0.3s ease-out;
}
.clg_mobile_menu_wrapper .buttons > a:hover {
  background-color: #E1E1E1;
}
.clg_mobile_menu_wrapper .buttons .btn-border {
  flex-grow: 1;
}
.clg_mobile_menu_wrapper .buttons .btn-arrow span:first-child {
  flex-grow: 1;
}
.clg_mobile_menu_wrapper .buttons .btn-arrow .btn-arrow-icon {
  background-color: #373535;
}
.clg_mobile_menu_wrapper .buttons .btn-arrow .btn-arrow-icon svg path {
  stroke: #fff;
  fill: transparent;
}
@media all and (max-width: 768px) {
  .clg_mobile_menu_wrapper .clg_fullmenu {
    margin-top: -20px;
  }
}
@media all and (max-width: 768px) {
  .clg_mobile_menu_wrapper .clg_fullmenu li {
    margin-bottom: 0;
    position: static;
    display: flex;
  }
}
@media all and (max-width: 768px) {
  .clg_mobile_menu_wrapper .clg_fullmenu li a {
    padding: 20px 0;
    margin: 0;
    border-bottom: 1px solid #b8bccb;
    font-size: 17px;
    line-height: 20px;
    font-weight: normal;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    flex-grow: 1;
  }
}
.clg_mobile_menu_wrapper .clg_fullmenu li a.open_childmenu {
  border-bottom: none;
  font-size: initial;
  line-height: initial;
  font-weight: normal;
  width: auto;
  position: absolute;
  right: 0;
  top: 0;
  padding: 20px;
  cursor: pointer;
}
.clg_mobile_menu_wrapper .clg_fullmenu li a.open_childmenu.opened {
  transform: rotate(180deg);
}
@media all and (max-width: 768px) {
  .clg_mobile_menu_wrapper .clg_fullmenu .child-menu {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 1;
  }
  .clg_mobile_menu_wrapper .clg_fullmenu .child-menu li {
    margin: 0;
    background: #fff;
  }
  .clg_mobile_menu_wrapper .clg_fullmenu .child-menu .mobile_menu_header {
    margin: 35px 0;
  }
  .clg_mobile_menu_wrapper .clg_fullmenu .child-menu .mobile_menu_header a {
    padding: 0;
    margin: 0;
    border-bottom: none;
    font-size: initial;
    line-height: initial;
    font-weight: normal;
    flex-grow: 0;
  }
  .clg_mobile_menu_wrapper .clg_fullmenu .child-menu .mobile_menu_header a svg {
    margin: 4px 20px 0 0;
  }
  .clg_mobile_menu_wrapper .clg_fullmenu .child-menu.expanded {
    display: block;
  }
}

.clg-menu .container_search {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.clg-menu .js-search-box {
  display: none;
}
.clg-menu .js-search-box.expanded {
  display: block;
}
@media all and (max-width: 768px) {
  .clg-menu .js-search-box {
    margin-right: 100px;
  }
}
.clg-menu .search-box .input-group {
  padding: 3px;
}

.clg_submenu_wrapper {
  z-index: 999;
  height: auto;
  overflow: hidden;
  transition: all ease-out 0.5s;
}
@media all and (max-width: 768px) {
  .clg_submenu_wrapper {
    position: absolute;
    max-height: none;
  }
  .clg_submenu_wrapper.opened {
    overflow-y: auto;
    height: 100vh;
  }
}
.clg_submenu_wrapper.opened .clg_submenu_box {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.clg_submenu_wrapper .clg_submenu_box {
  border: 1px solid #373535;
  border-radius: 25px;
  padding: 25px 26px;
  transition: 0.3s;
}
@media all and (min-width: 1460px) {
  .clg_submenu_wrapper .clg_submenu_box {
    padding: 25px 30px;
  }
}
.clg_submenu_wrapper .navbar-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 30px;
  margin: 0;
  font-weight: 500;
}
@media all and (max-width: 768px) {
  .clg_submenu_wrapper .navbar-nav {
    padding: 10px 0 0;
    min-height: auto;
  }
}
.clg_submenu_wrapper .navbar-nav > li {
  padding: 0;
  display: block;
  position: relative;
  page-break-inside: avoid;
  break-inside: avoid;
}
@media all and (max-width: 768px) {
  .clg_submenu_wrapper .navbar-nav > li {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(114, 134, 177, 0.25);
  }
}
.clg_submenu_wrapper .navbar-nav > li > a {
  white-space: normal;
  padding: 0;
}
.clg_submenu_wrapper .navbar-nav > li > a:hover {
  text-decoration: underline;
  color: inherit;
}

.clg_fullmenu_sitemap {
  columns: 4;
  column-gap: 40px;
  margin: 0;
}
@media all and (max-width: 992px) {
  .clg_fullmenu_sitemap {
    columns: 2;
  }
}
@media all and (max-width: 576px) {
  .clg_fullmenu_sitemap {
    columns: 1;
    column-gap: 0;
  }
}
.clg_fullmenu_sitemap a {
  text-decoration: none !important;
}
.clg_fullmenu_sitemap a:hover {
  text-decoration: underline !important;
}
.clg_fullmenu_sitemap > li {
  margin-bottom: 20px;
  padding: 0;
  display: block;
  position: relative;
  page-break-inside: avoid;
  break-inside: avoid;
}
@media all and (max-width: 768px) {
  .clg_fullmenu_sitemap > li {
    margin-bottom: 0;
  }
}
.clg_fullmenu_sitemap > li > a {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #8F8F8F;
  font-family: "Montserrat", sans-serif;
  white-space: normal;
  font-size: 20px;
  line-height: 24px;
}
@media all and (max-width: 576px) {
  .clg_fullmenu_sitemap > li > a {
    padding-top: 10px;
    margin-bottom: 20px;
  }
}
.clg_fullmenu_sitemap > li > a:hover {
  text-decoration: underline;
}
.clg_fullmenu_sitemap > li > a + .menu {
  margin-bottom: 40px;
}
.clg_fullmenu_sitemap > li li {
  margin: 0 0 10px;
}
.clg_fullmenu_sitemap > li li li {
  padding-left: 30px;
}
.clg_fullmenu_sitemap > li li li:first-child {
  margin-top: 10px;
}
@media all and (max-width: 576px) {
  .clg_fullmenu_sitemap > li li {
    margin: 12px 0;
    position: relative;
    display: block;
  }
  .clg_fullmenu_sitemap > li li:first-child {
    margin-top: 0;
  }
}
.clg_fullmenu_sitemap > li li a {
  white-space: normal;
}
@media all and (max-width: 768px) {
  .clg_fullmenu_sitemap .child-menu {
    background: transparent;
    margin: 0 0 24px 0;
    position: static;
  }
  .clg_fullmenu_sitemap .child-menu li {
    background: transparent;
    border: none;
    padding: 0 8px;
  }
  .clg_fullmenu_sitemap .child-menu li a {
    padding: 0;
    margin: 0 0 10px;
  }
}

.portlet-static:last-child .important_text_block {
  margin-bottom: 0;
}

/*** *** *** *** **
*** liferay ****** ****
**** *** *** ** *** ***/
/**
* Правила для админки
*/
body {
  transition: margin-left ease 1s;
}
body.signed-in.product-menu-open {
  margin-left: 320px;
}
body.signed-in.product-menu-open.portal-popup {
  margin-left: 0px;
}

@media (min-width: 576px) {
  body.open #wrapper,
body.open .control-menu-container {
    padding-left: 0 !important;
  }
}
.signed-in .clg-section .portlet-dropzone.empty {
  padding: 20px 0 !important;
  outline: dashed 4px #777;
  margin: 10px 0;
}
.signed-in .clg-menu .menu {
  overflow: visible;
}
.signed-in .clg-menu .menu .portlet {
  position: relative;
}
.signed-in .clg-menu nav {
  overflow: visible;
}
.signed-in .item__menu {
  position: absolute;
  top: 0;
  right: 0;
}
.signed-in .clg-header-top {
  display: none;
}

/* basic styles */
.container-fluid-1280 {
  padding: 0;
}

.portlet-forms .ddm-form-basic-info .ddm-form-name,
.form-entry .ddm-form-basic-info .ddm-form-name {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1c3467;
  margin-bottom: 24px;
}
.portlet-forms .lfr-ddm-form-container .lfr-ddm-form-page,
.portlet-forms .lfr-ddm-form-container .ddm-form-page,
.form-entry .lfr-ddm-form-container .lfr-ddm-form-page,
.form-entry .lfr-ddm-form-container .ddm-form-page {
  padding: 24px 0;
}
.portlet-forms .lfr-ddm-form-container .lfr-ddm-form-page > .row,
.portlet-forms .lfr-ddm-form-container .ddm-form-page > .row,
.form-entry .lfr-ddm-form-container .lfr-ddm-form-page > .row,
.form-entry .lfr-ddm-form-container .ddm-form-page > .row {
  margin: 0 -15px;
}
.portlet-forms .lfr-ddm-form-page-title,
.portlet-forms .ddm-form-page-title,
.form-entry .lfr-ddm-form-page-title,
.form-entry .ddm-form-page-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #482cb5;
  margin-bottom: 52px;
  padding: 0;
}
.portlet-forms label,
.form-entry label {
  font-size: 17px;
  line-height: 20px;
  color: #373535;
}
.portlet-forms .liferay-ddm-form-field-paragraph p,
.portlet-forms .form-text,
.form-entry .liferay-ddm-form-field-paragraph p,
.form-entry .form-text {
  font-size: 16px;
  line-height: 24px;
  color: #626878;
}
.portlet-forms .form-control,
.form-entry .form-control {
  padding: 16px 14px;
  border: 1px solid #706d6d;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 16px;
  line-height: 24px;
  color: #373535;
}
.portlet-forms .form-control:focus,
.form-entry .form-control:focus {
  color: inherit;
  background-color: #fff;
  border-color: #b4c1ee;
  outline: 0;
  box-shadow: 0 0 0 0.2rem #b4c1ee;
}
.portlet-forms .form-control:disabled,
.form-entry .form-control:disabled {
  background-color: #d6d9e6;
}
.portlet-forms .input-group-inset-item,
.form-entry .input-group-inset-item {
  border-color: #706d6d;
}
.portlet-forms .custom-control,
.form-entry .custom-control {
  margin: 10px;
}
.portlet-forms .custom-control .custom-control-input:checked ~ .custom-control-label::before,
.form-entry .custom-control .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #1c3467;
  border-color: #1c3467;
}
.portlet-forms .custom-control .custom-control-label::before,
.portlet-forms .custom-control .custom-control-label::after,
.form-entry .custom-control .custom-control-label::before,
.form-entry .custom-control .custom-control-label::after {
  width: 20px;
  height: 20px;
}

select.form-control:not([multiple]):not([size]),
.form-control-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
}

.portlet-asset-publisher .portlet-content .metadata-author {
  display: none;
}
.portlet-asset-publisher .portlet-content .component-title {
  margin: 14px 0 30px;
  font-size: 28px;
  line-height: 37px;
  color: #373535;
}
.portlet-asset-publisher .portlet-content .component-title .asset-title {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.portlet-asset-publisher .portlet-content .component-title .header-back-to a {
  text-decoration: none;
}
.portlet-asset-publisher .portlet-content .component-title .header-back-to a:hover {
  color: #e94b3d;
}

.portlet-boundary_com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet_ fieldset {
  padding: 0;
}
.portlet-boundary_com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet_ fieldset .btn svg path {
  fill: #1c3467;
}

.scheduler-view-agenda {
  margin-top: 0;
}
.scheduler-view-agenda-info-biggie {
  line-height: 1em;
}

.home-page-layout .portlet-column.col-md-4 .portlet {
  margin-bottom: 0;
}

.entry-title.taglib-categorization-filter {
  display: none;
}

body .portlet-boundary_com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet_,
body .pragm_categories_wrapper {
  padding-bottom: 30px;
}
@media all and (max-width: 768px) {
  body .portlet-boundary_com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet_,
body .pragm_categories_wrapper {
    padding-bottom: 20px;
  }
}
body .portlet-boundary_com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet_ .tag-items,
body .portlet-boundary_com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet_ .cat-items,
body .pragm_categories_wrapper .tag-items,
body .pragm_categories_wrapper .cat-items {
  display: flex;
  flex-wrap: wrap;
  row-gap: 12px;
  margin-bottom: -4px;
  list-style: none;
  margin: 0;
  padding: 0;
}
body .portlet-boundary_com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet_ .tag-items li,
body .portlet-boundary_com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet_ .cat-items li,
body .pragm_categories_wrapper .tag-items li,
body .pragm_categories_wrapper .cat-items li {
  padding: 0;
  font-size: 14px;
  line-height: 18px;
  border: none;
  margin-right: 12px;
}
body .portlet-boundary_com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet_ .tag-items li a,
body .portlet-boundary_com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet_ .cat-items li a,
body .pragm_categories_wrapper .tag-items li a,
body .pragm_categories_wrapper .cat-items li a {
  text-decoration: none;
  color: #373535;
  padding: 8px 16px;
  display: inline-block;
  border: 1px solid #373535;
  line-height: normal;
  border-radius: 20px;
}
@media all and (max-width: 768px) {
  body .portlet-boundary_com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet_ .tag-items li a,
body .portlet-boundary_com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet_ .cat-items li a,
body .pragm_categories_wrapper .tag-items li a,
body .pragm_categories_wrapper .cat-items li a {
    padding: 6px 12px;
  }
}
body .portlet-boundary_com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet_ .tag-items li a:hover, body .portlet-boundary_com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet_ .tag-items li a.tag-selected, body .portlet-boundary_com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet_ .tag-items li a.selected, body .portlet-boundary_com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet_ .tag-items li a.active, body .portlet-boundary_com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet_ .tag-items li a.active_parent,
body .portlet-boundary_com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet_ .cat-items li a:hover,
body .portlet-boundary_com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet_ .cat-items li a.tag-selected,
body .portlet-boundary_com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet_ .cat-items li a.selected,
body .portlet-boundary_com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet_ .cat-items li a.active,
body .portlet-boundary_com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet_ .cat-items li a.active_parent,
body .pragm_categories_wrapper .tag-items li a:hover,
body .pragm_categories_wrapper .tag-items li a.tag-selected,
body .pragm_categories_wrapper .tag-items li a.selected,
body .pragm_categories_wrapper .tag-items li a.active,
body .pragm_categories_wrapper .tag-items li a.active_parent,
body .pragm_categories_wrapper .cat-items li a:hover,
body .pragm_categories_wrapper .cat-items li a.tag-selected,
body .pragm_categories_wrapper .cat-items li a.selected,
body .pragm_categories_wrapper .cat-items li a.active,
body .pragm_categories_wrapper .cat-items li a.active_parent {
  text-decoration: none;
  background: #373535;
  color: #fff;
}
body .portlet-boundary_com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet_ .tag-items .cat-items,
body .portlet-boundary_com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet_ .tag-items + .cat-items,
body .portlet-boundary_com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet_ .cat-items .cat-items,
body .portlet-boundary_com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet_ .cat-items + .cat-items,
body .pragm_categories_wrapper .tag-items .cat-items,
body .pragm_categories_wrapper .tag-items + .cat-items,
body .pragm_categories_wrapper .cat-items .cat-items,
body .pragm_categories_wrapper .cat-items + .cat-items {
  margin-top: 12px;
}

.portlet .tag-items {
  padding: 0;
  margin: 0 -8px;
}
.portlet .tag-items li {
  font-size: 16px;
  line-height: 24px;
  padding: 6px 8px;
  color: #706d6d;
  margin: 0;
}
.portlet .tag-items li a {
  text-decoration: none;
}
.portlet .tag-items li a:hover {
  text-decoration: underline;
}

.taglib-asset-tags-summary .label-secondary,
.taglib-asset-tags-summary .label.draft {
  color: inherit;
  background-color: transparent;
  border: none;
  font-weight: normal;
  text-transform: none !important;
  font-size: 16px;
  padding-left: 0;
}

.portlet-decorate .portlet-content {
  background: transparent;
}

/*
* slick slider
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
  top: 50%;
  color: inherit;
  background-color: #373535;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  transition: 0.3s ease;
  z-index: 100;
}
.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
  color: inherit;
  opacity: 0.7;
}
.slick-slider .slick-prev {
  left: -42px;
}
.slick-slider .slick-next {
  right: -42px;
}
.slick-slider.slick-vertical .slick-prev {
  top: -25px;
  left: 50%;
  transform: rotate(90deg);
}
.slick-slider.slick-vertical .slick-next {
  top: calc(100% + 10px);
  left: 50%;
  transform: rotate(90deg);
}

/**
* Alloy UI slider
*/
.carousel menu {
  border-radius: 50%;
  left: 0;
  right: 0;
  text-align: center;
  width: auto;
  display: flex;
  justify-content: center;
  background: transparent;
}
.carousel menu li {
  outline: none !important;
  /*Отключаем лишние иконки*/
}
.carousel menu li .carousel-menu-next,
.carousel menu li .carousel-menu-prev {
  display: none;
}
.carousel menu li .carousel-menu-pause,
.carousel menu li .carousel-menu-play {
  background: center no-repeat transparent;
  background-size: cover;
  border: none;
  border-radius: 0;
  position: absolute;
  z-index: 2;
  bottom: 5px;
  right: 10px;
  opacity: 0.7;
}
.carousel menu li .carousel-menu-pause:hover,
.carousel menu li .carousel-menu-play:hover {
  opacity: 1;
}
.carousel menu li .carousel-menu-pause {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M181.3 0H74.7a32 32 0 0 0-32 32v448a32 32 0 0 0 32 32h106.6a32 32 0 0 0 32-32V32a32 32 0 0 0-32-32zM437.3 0H330.7a32 32 0 0 0-32 32v448a32 32 0 0 0 32 32h106.6a32 32 0 0 0 32-32V32a32 32 0 0 0-32-32z'/%3E%3C/svg%3E");
}
.carousel menu li .carousel-menu-play {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 163 163'%3E%3Cpath fill='%23fff' d='M34.9 3.6C20-4.9 8 2.1 8 19.1v125.6c0 17 12 24 26.8 15.6l109.8-63c14.7-8.5 14.7-22.2 0-30.7L34.9 3.6z'/%3E%3C/svg%3E");
}
.carousel menu .carousel-menu-item {
  background: transparent;
  border: solid 2px #fff;
  outline: none !important;
}
.carousel menu .carousel-menu-index {
  width: 12px;
  height: 12px;
}
.carousel menu .carousel-menu-active {
  background: #fff;
}

.carousel:hover menu .carousel-menu-pause,
.carousel:hover menu .carousel-menu-play {
  display: block;
}

ul.clg_documents {
  list-style: none;
  display: block;
  padding: 0;
  margin-bottom: 40px;
}
ul.clg_documents li.flex {
  background: #F4F4F4;
  padding: 20px;
  border-radius: 12px;
  column-gap: 20px;
  flex-wrap: nowrap;
}
@media all and (max-width: 768px) {
  ul.clg_documents li.flex {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
ul.clg_documents li.flex:not(:last-child) {
  margin-bottom: 20px;
}
ul.clg_documents li.flex .btn_download,
ul.clg_documents li.flex .btn_action {
  text-decoration: none !important;
  margin-left: 10px;
}
ul.clg_documents li.flex .preview_url,
ul.clg_documents li.flex .text-secondary {
  text-decoration: none !important;
}
ul.clg_documents li.flex .right {
  flex-shrink: 0;
}
@media all and (max-width: 768px) {
  ul.clg_documents li.flex .right {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
}

/**
* Login page
*/
.page-maximized .home {
  display: none;
}

/*
* Portlet header и декораторы
*/
.portlet-boundary .portlet-header {
  margin-bottom: 0;
}
.portlet-boundary .portlet-header .portlet-title-text {
  display: none;
}

.portlet-barebone .portlet-header {
  margin-bottom: 0;
  position: absolute;
}
.portlet-barebone .portlet-header .portlet-title-text {
  display: none;
}
.portlet-barebone .portlet-content {
  padding: 0;
}

.portlet-barebone-margin {
  margin-top: 57px;
}
@media all and (max-width: 768px) {
  .portlet-barebone-margin {
    margin-top: 30px !important;
  }
}
.portlet-barebone-margin .portlet-header {
  margin-bottom: 0;
  position: absolute;
}
.portlet-barebone-margin .portlet-header .portlet-title-text {
  display: none;
}
.portlet-barebone-margin .portlet-content {
  padding: 0;
}

.portlet-borderless .portlet-header {
  margin-bottom: 0;
}
.portlet-borderless .portlet-header .portlet-title-text {
  display: block;
}
.portlet-borderless .portlet-content {
  padding: 0;
}

.portlet-borderless-margin {
  margin-top: 50px;
}
@media all and (max-width: 768px) {
  .portlet-borderless-margin {
    margin-top: 30px;
  }
}
.portlet-borderless-margin .portlet-header .portlet-title-text {
  display: block;
  margin-bottom: 20px;
}

.portlet-decorate .portlet-content {
  padding: 0;
  border-width: 0;
  border: none;
}

.portlet-accordion .portlet-header {
  margin-bottom: 0;
}
.portlet-accordion .portlet-header .portlet-title-text {
  display: block;
  margin: 0;
}
.portlet-accordion .portlet-content {
  padding: 0;
}
.portlet-accordion .clg_documents li {
  background: transparent;
  padding: 0;
}

.portlet-forms .ddm-form-basic-info .ddm-form-name,
.form-entry .ddm-form-basic-info .ddm-form-name {
  padding-top: 0;
}

.portlet-title-text {
  overflow: visible;
  text-overflow: unset;
  white-space: normal;
}

/*
*   Pagination
*/
.taglib-page-iterator {
  color: #706d6d;
  font-size: 16px;
  line-height: 21px;
  margin: 36px 0 0;
  padding: 20px 0 17px 1px;
}
@media all and (max-width: 768px) {
  .taglib-page-iterator {
    padding: 0;
    margin-top: 33px;
  }
}
.taglib-page-iterator .search-results {
  font-size: inherit;
  line-height: inherit;
  text-align: right;
  display: block;
  margin: 4px 4px 0px;
  order: 3;
  flex-basis: 100%;
}
@media all and (max-width: 768px) {
  .taglib-page-iterator .search-results {
    display: none;
  }
}
.taglib-page-iterator .lfr-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
@media all and (max-width: 768px) {
  .taglib-page-iterator .lfr-pagination {
    flex-wrap: wrap;
  }
}
.taglib-page-iterator .lfr-pagination > * {
  flex-grow: 1;
}
.taglib-page-iterator .lfr-pagination a {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  border-radius: 0;
  border: none;
  background: transparent;
  text-decoration: none;
  padding: 0 19px;
}
.taglib-page-iterator .lfr-pagination a:hover, .taglib-page-iterator .lfr-pagination a:focus {
  background: transparent;
  text-decoration: none;
  color: #1c3467;
}
.taglib-page-iterator .lfr-pagination a svg path {
  fill: #373535;
}
.taglib-page-iterator .lfr-pagination .disabled a {
  color: #b8bccb;
}
.taglib-page-iterator .lfr-pagination .disabled a svg path {
  fill: #b8bccb;
}
.taglib-page-iterator .lfr-pagination .lfr-pagination-delta-selector {
  font-size: inherit;
  line-height: inherit;
}
@media all and (max-width: 768px) {
  .taglib-page-iterator .lfr-pagination .lfr-pagination-delta-selector {
    display: none;
  }
}
.taglib-page-iterator .lfr-pagination .lfr-pagination-buttons {
  margin: 0;
  text-align: right;
}
@media all and (max-width: 768px) {
  .taglib-page-iterator .lfr-pagination .lfr-pagination-buttons > li {
    float: right;
    width: auto;
  }
  .taglib-page-iterator .lfr-pagination .lfr-pagination-buttons > li > a {
    padding: 17px 19px;
  }
}
.taglib-page-iterator .lfr-pagination .lfr-pagination-buttons .last a {
  padding-right: 0;
}
.taglib-page-iterator .lfr-pagination .lfr-pagination-buttons .last a svg {
  margin-left: 9px;
}
.taglib-page-iterator .lfr-pagination .lfr-pagination-buttons .first a {
  padding-left: 0;
}
.taglib-page-iterator .lfr-pagination .lfr-pagination-buttons .first a svg {
  margin-right: 9px;
}
.taglib-page-iterator .lfr-pagination .lfr-pagination-config {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  line-height: initial;
}
@media all and (max-width: 768px) {
  .taglib-page-iterator .lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector {
    width: 100%;
  }
}
.taglib-page-iterator .lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector a.dropdown-toggle {
  padding-left: 0;
  border: none;
  border-radius: 0;
  margin: 0;
  background: transparent;
}
@media all and (max-width: 768px) {
  .taglib-page-iterator .lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector a.dropdown-toggle {
    text-align: right;
    color: #706d6d;
  }
}

/**
* Cut links
*/
.navbar-nav .nav-link,
.navbar-nav .nav-underline .tab a,
.nav-underline .tab .navbar-nav a {
  max-width: 100%;
}

#vertical-carousel-container ul {
  list-style: none;
}

/**
* для слабовидящих
*/
.bvi-row.bvi-mt {
  display: none !important;
}

#bvi-tts-true,
#bvi-tts-false {
  display: none;
}

#bvi-panel-close,
#bvi-panel-hide {
  display: none;
}

html body .bvi-body .bvi-hide {
  display: none !important;
}

.panel-notifications-count {
  position: absolute;
  right: -16px;
  top: -10px;
}

.portlet-user-personal-bar {
  position: relative;
}

/*
* Responsive tables (satackable.js)
*/
.avo_responsive_table {
  /* RESPONSIVE */
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid #d1cfd7;
  border-collapse: collapse;
}
.avo_responsive_table.stacktable {
  width: 100%;
}
.avo_responsive_table.stacktable .st-head-row {
  padding-top: 1em;
}
.avo_responsive_table.stacktable .st-head-row.st-head-row-main {
  font-size: 1.5em;
  padding-top: 0;
}
.avo_responsive_table.stacktable .st-key {
  width: 49%;
  text-align: right;
  padding-right: 1%;
}
.avo_responsive_table.stacktable .st-val {
  width: 49%;
  padding-left: 1%;
}
.avo_responsive_table.stacktable.large-only {
  display: table;
}
.avo_responsive_table.stacktable.small-only {
  display: none;
}
@media (max-width: 768px) {
  .avo_responsive_table.stacktable.large-only {
    display: none;
  }
  .avo_responsive_table.stacktable.small-only {
    display: table;
  }
}
.avo_responsive_table thead,
.avo_responsive_table tbody,
.avo_responsive_table tr,
.avo_responsive_table td {
  border: inherit;
}
.avo_responsive_table span,
.avo_responsive_table p,
.avo_responsive_table a {
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}
.avo_responsive_table tbody td {
  padding: 14px 8px;
  max-width: 60px;
}
.avo_responsive_table tbody td[colspan] {
  font-weight: 600;
}
@media (max-width: 768px) {
  .avo_responsive_table tbody td[colspan] {
    background: #e6e9ef;
  }
}
.avo_responsive_table tbody tr:first-child {
  background: #e6e9ef;
}
.avo_responsive_table tbody tr:first-child td {
  padding: 26px 8px;
}
@media (max-width: 768px) {
  .avo_responsive_table.stacktable.small-only {
    border: none;
  }
  .avo_responsive_table.stacktable.small-only td,
.avo_responsive_table.stacktable.small-only th {
    border: 1px solid #d1cfd7;
  }
  .avo_responsive_table.stacktable.small-only .st-head-row {
    padding: 13px 8px;
  }
  .avo_responsive_table.stacktable.small-only .st-key {
    padding: 26px 8px;
    text-align: left;
  }
}

#portlet_ru_inrecolan_portlet_SubscribePortlet h2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626878;
  margin-bottom: 24px;
  text-overflow: initial;
  white-space: normal;
}

#portlet_ru_inrecolan_portlet_SubscribePortlet .portlet-content {
  margin: 0 40px;
  padding: 24px;
}
@media (max-width: 768px) {
  #portlet_ru_inrecolan_portlet_SubscribePortlet .portlet-content {
    margin: 0;
  }
}

#portlet_ru_inrecolan_portlet_SubscribePortlet .portlet-header {
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .video-js .vjs-overlay-background.avo-title-overlay {
    min-height: 136px;
  }
}

.dialog-iframe-popup {
  width: 100%;
  height: 100%;
  position: absolute;
}

@media (min-width: 768px) {
  .dialog-iframe-popup .dialog-footer {
    position: fixed;
    bottom: 0;
  }
}
.dialog-iframe-popup .dialog-footer {
  background-color: #fff;
  border-top: 1px solid #e7e7ed;
  /*bottom: 0;*/
  display: flex;
  flex-direction: row-reverse;
  left: 0;
  margin: 0;
  padding: 10px 24px;
  width: 100%;
  z-index: 1020;
}

.medical-hoime-slider .item {
  display: none;
}

.medical-hoime-slider .item:first-child {
  display: block;
}

.portlet-boundary_com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet_.portlet-accordion .portlet-dropzone > div:not(.portlet-accordion) .portlet-content-container {
  padding: 0;
  display: block;
}
.portlet-boundary_com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet_.portlet-accordion .portlet-dropzone > div:not(.portlet-accordion) .portlet-header {
  display: none;
}
.portlet-boundary_com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet_.portlet-accordion .portlet-dropzone > div:not(.portlet-accordion) .portlet-content.opened {
  border: none;
}

.portlet-boundary_com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet_.portlet-accordion .portlet-dropzone .portlet-accordion .portlet-content.opened .portlet-header h2 {
  color: inherit;
}
.portlet-boundary_com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet_.portlet-accordion .portlet-dropzone .portlet-accordion .portlet-content .portlet-header h2 {
  color: initial;
}

.image-viewer-caption {
  display: none;
}

.image-viewer-base .image-viewer-base-image-list {
  overflow: visible;
  height: 80%;
}

.yui3-widget-ft {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.image-viewer-info {
  display: none !important;
}

.carousel-control.left, .carousel-control.right {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
}
.carousel-control.left:hover, .carousel-control.right:hover {
  text-decoration: none;
}
.carousel-control.left:hover::before, .carousel-control.right:hover::before {
  color: #d6d6d6;
}
.carousel-control.left::before, .carousel-control.right::before {
  font-size: 50px;
  color: #98989F;
}
.carousel-control.left {
  left: 30px;
}
.carousel-control.left::before {
  content: "‹";
}
.carousel-control.right {
  right: 30px;
}
.carousel-control.right::before {
  content: "›";
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
}
.glyphicon.glyphicon-remove {
  top: 10px;
  right: 10px;
}
.glyphicon.glyphicon-remove:before {
  content: "";
  display: block;
  background: transparent center no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='%23fff' d='M19.33 2.55 17.45.67 10 8.12 2.55.67.67 2.55 8.12 10 .67 17.45l1.88 1.88L10 11.88l7.45 7.45 1.88-1.88L11.88 10l7.45-7.45Z'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
}

.image-viewer .image-viewer-thumbnails .image-viewer-multiple .image-viewer-base-image-container {
  border-radius: 10px;
  overflow: hidden;
}

.footer-middle .menu,
.footer-middle .navbar-nav {
  flex-direction: column;
}
.footer-middle .menu li,
.footer-middle .navbar-nav li {
  margin-bottom: 12px;
}
.footer-middle .menu li a.nav-link,
.footer-middle .navbar-nav li a.nav-link {
  padding: 0;
}
.footer-middle .menu li:last-child,
.footer-middle .navbar-nav li:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 768px) {
  .footer-middle .menu,
.footer-middle .navbar-nav {
    margin-top: 12px;
    margin-bottom: 0;
  }
}

.search-box .input-group {
  display: flex;
  align-items: center;
  border-radius: 999px;
  padding: 4px;
  background: #fff;
}
.search-box .input-group .input-group-inset-item-after {
  border: none;
}
.search-box .input-group input {
  border: none;
  outline: none;
  flex: 1;
  padding: 10px 16px;
  font-size: 16px;
  border-radius: 999px;
}
.search-box .input-group button {
  background: #2b2b2b;
  color: #fff !important;
  border-radius: 999px;
  padding: 10px 30px !important;
  transition: background-color 0.3s ease-out;
}
.search-box .input-group button:hover {
  background-color: #000;
}
.search-box .input-group button svg {
  display: none;
}
.search-box .input-group button::after {
  content: "Искать";
}

.clg_mobile_menu_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  height: auto;
  overflow: hidden;
  background: #373535;
  color: #fff;
  transition: all 0.5s ease-out;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.5);
}
@media all and (max-width: 768px) {
  .clg_mobile_menu_wrapper {
    position: absolute;
  }
  .clg_mobile_menu_wrapper.opened {
    overflow-y: auto !important;
    height: 100vh;
  }
}
.clg_mobile_menu_wrapper .site-title-section {
  color: inherit;
  padding: 28px 0 0;
  flex-basis: 600px;
  margin-right: 48px;
  text-align: left;
  align-items: center;
  justify-content: flex-start;
}
@media all and (max-width: 768px) {
  .clg_mobile_menu_wrapper .site-title-section {
    flex: 1;
    flex-basis: 200px;
    margin: 0;
  }
}
.clg_mobile_menu_wrapper .site-title-section img {
  margin-right: 17px;
  max-width: 75px;
  max-height: 70px;
}
@media all and (max-width: 768px) {
  .clg_mobile_menu_wrapper .site-title-section img {
    margin-right: 16px;
    max-width: 40px;
    max-height: 37px;
    margin-top: -3px;
  }
}
.clg_mobile_menu_wrapper .site-title-section .subtitle,
.clg_mobile_menu_wrapper .site-title-section .title {
  color: #fff;
  font-weight: normal;
  font-size: 15px;
  line-height: 19px;
  text-transform: uppercase;
}
@media all and (max-width: 768px) {
  .clg_mobile_menu_wrapper .site-title-section .subtitle,
.clg_mobile_menu_wrapper .site-title-section .title {
    overflow: visible;
  }
}
.clg_mobile_menu_wrapper .site-title-section .subtitle {
  letter-spacing: 0.05em;
  padding-left: 0;
  margin-left: 0;
  text-transform: none;
  margin: 1px 0 4px;
}
.clg_mobile_menu_wrapper .menu-close {
  margin: 22px 6px 0 78px;
}
@media all and (max-width: 768px) {
  .clg_mobile_menu_wrapper .menu-close {
    flex: 1;
    margin: 22px 5px 0;
    text-align: right;
  }
}
.clg_mobile_menu_wrapper .menu-close .close-mobile-btn {
  color: #fff;
  display: inline-block;
  transition: all 0.3s ease-out;
}
.clg_mobile_menu_wrapper .menu-close .close-mobile-btn:hover {
  color: #fff;
  transform: rotate(90deg);
}
.clg_mobile_menu_wrapper .menu-close .close-mobile-btn:hover svg path {
  fill: #fff;
}
.clg_mobile_menu_wrapper .clg_fullmenu {
  columns: 4;
  column-gap: 32px;
  min-height: 546px;
  padding: 70px 0 83px;
  margin: 0;
}
@media all and (max-width: 768px) {
  .clg_mobile_menu_wrapper .clg_fullmenu {
    padding: 10px 0 0;
    columns: 1;
    column-gap: 0;
    min-height: auto;
  }
}
.clg_mobile_menu_wrapper .clg_fullmenu > li {
  margin-bottom: 44px;
  padding: 0;
  display: block;
  position: relative;
  page-break-inside: avoid;
  break-inside: avoid;
}
@media all and (max-width: 768px) {
  .clg_mobile_menu_wrapper .clg_fullmenu > li {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(114, 134, 177, 0.25);
  }
}
.clg_mobile_menu_wrapper .clg_fullmenu > li > a {
  display: block;
  width: 100%;
  border: none;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  white-space: normal;
  overflow: hidden;
  margin-bottom: 12px;
}
@media all and (max-width: 768px) {
  .clg_mobile_menu_wrapper .clg_fullmenu > li > a {
    padding: 20px 8px 20px;
    margin: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
  }
}
.clg_mobile_menu_wrapper .clg_fullmenu > li > a:hover {
  text-decoration: underline;
  color: #fff;
}
.clg_mobile_menu_wrapper .clg_fullmenu > li li {
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0.05em;
  margin: 0 0 10px;
}
@media all and (min-width: 769px) {
  .clg_mobile_menu_wrapper .clg_fullmenu > li li {
    max-width: 280px;
  }
}
.clg_mobile_menu_wrapper .clg_fullmenu > li li li {
  font-size: 14px;
  line-height: 17px;
  margin-left: 5px;
}
@media all and (max-width: 768px) {
  .clg_mobile_menu_wrapper .clg_fullmenu > li li {
    margin: 16px 0;
    position: relative;
    display: block;
  }
  .clg_mobile_menu_wrapper .clg_fullmenu > li li:first-child {
    margin-top: 0;
  }
}
.clg_mobile_menu_wrapper .clg_fullmenu > li li a {
  white-space: normal;
  font-size: 15px;
  color: #a6aebf;
}
.clg_mobile_menu_wrapper .clg_fullmenu > li li a:hover {
  text-decoration: underline;
}
@media all and (max-width: 768px) {
  .clg_mobile_menu_wrapper .clg_fullmenu .child-menu {
    background: transparent;
    margin: 0;
    margin-bottom: 24px;
    position: static;
  }
  .clg_mobile_menu_wrapper .clg_fullmenu .child-menu li {
    background: transparent;
    border: none;
    padding: 0 8px;
  }
  .clg_mobile_menu_wrapper .clg_fullmenu .child-menu li a {
    color: #fff;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0.05em;
    border: none;
    padding: 0;
    margin: 0 0 10px;
  }
}
.clg_mobile_menu_wrapper .menu-bottom-icons {
  padding: 28px 0 92px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.clg_mobile_menu_wrapper .menu-bottom-icons .row {
  gap: 20px;
}
.clg_mobile_menu_wrapper .menu-bottom-icons .site-map svg path {
  stroke: #fff;
}
.clg_mobile_menu_wrapper .menu-bottom-icons a {
  color: #fff;
}
@media all and (max-width: 768px) {
  .clg_mobile_menu_wrapper .menu-bottom-icons a {
    display: inline-block;
    padding-bottom: 23px;
    line-height: 19px;
  }
}
.clg_mobile_menu_wrapper .menu-bottom-icons a > * {
  vertical-align: middle !important;
}
.clg_mobile_menu_wrapper .menu-bottom-icons a svg,
.clg_mobile_menu_wrapper .menu-bottom-icons a .material-icons-outlined {
  margin-right: 5px;
}
.clg_mobile_menu_wrapper .menu-bottom-icons a svg path,
.clg_mobile_menu_wrapper .menu-bottom-icons a .material-icons-outlined path {
  fill: #fff;
}
.clg_mobile_menu_wrapper .menu-bottom-icons a:hover {
  color: #a6aebf;
}
.clg_mobile_menu_wrapper .menu-bottom-icons a:hover svg path {
  fill: #a6aebf;
}
.clg_mobile_menu_wrapper .menu-bottom-icons a.site-map:hover svg path {
  stroke: #a6aebf;
}
.clg_mobile_menu_wrapper .menu-bottom-icons .clg-socials a {
  padding: 0;
  color: #fff;
}
.clg_mobile_menu_wrapper .menu-bottom-icons .clg-socials a.rss-link {
  margin-left: 12px;
}
.clg_mobile_menu_wrapper .menu-bottom-icons .clg-socials a:not(.rss-link) svg {
  width: 32px;
  height: 32px;
}
.clg_mobile_menu_wrapper .menu-bottom-icons .clg-socials a svg path {
  fill: #fff;
}
@media all and (max-width: 768px) {
  .clg_mobile_menu_wrapper .menu-bottom-icons .clg-socials {
    display: block;
  }
}
.clg_mobile_menu_wrapper .menu-bottom-info .links a:hover {
  color: inherit !important;
}
.clg_mobile_menu_wrapper .menu-bottom-info .links .icon {
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 440px) {
  .clg_mobile_menu_wrapper .menu-bottom-info .links .icon {
    display: none;
  }
}
.clg_mobile_menu_wrapper .menu-bottom-info .info p {
  margin-bottom: 10px !important;
}