@charset "UTF-8";

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-VariableFont_wght.woff") format("woff supports variation"), url("../fonts/Montserrat-VariableFont_wght.woff") format("woff-variations"), url("../fonts/Montserrat-VariableFont_wght.woff2") format("woff2 supports variation"), url("../fonts/Montserrat-VariableFont_wght.woff2") format("woff2-variations");
  font-display: swap;
  font-weight: 100 900;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Italic-VariableFont_wght.woff") format("woff supports variation"), url("../fonts/Montserrat-Italic-VariableFont_wght.woff") format("woff-variations"), url("../fonts/Montserrat-Italic-VariableFont_wght.woff2") format("woff2 supports variation"), url("../fonts/Montserrat-Italic-VariableFont_wght.woff2") format("woff2-variations");
  font-display: swap;
  font-weight: 100 900;
  font-style: italic;
}

@font-face {
  font-family: "Montserrat override";
  src: local("BlinkMacSystemFont"), local("Segoe UI"), local("Helvetica Neue"), local("Arial"), local("Liberation Sans"), local("Noto Sans");
  ascent-override: 96.8%;
  descent-override: 25.1%;
  line-gap-override: 0%;
  size-adjust: 114%;
}

:root {
  --container-x: Min(3.5vw, 3.5rem);
  --page-section-y: Min(4rem, calc(1rem + 3vw));
}

legend {
  text-transform: uppercase;
}

.form-fieldset {
  padding: 1.875rem;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  position: relative;
  margin: 2.25rem 0;
}

.form-fieldset>legend {
  width: auto;
  line-height: 1.42858;
  padding: 0 0.5rem;
  position: absolute;
  left: 1.375rem;
  top: -0.625rem;
  background-color: var(--bs-body-bg);
  color: #b2b2b2;
}

@media (max-width: 575.98px) {
  .form-fieldset {
    padding: 1.25rem;
  }
}

@media (prefers-contrast: less) {
  .form-fieldset>legend {
    color: #999;
  }
}

.form-control[type=date],
.form-control[type=datetime] {
  padding-right: 1rem;
}

.form-control[type=date]::-webkit-calendar-picker-indicator,
.form-control[type=datetime]::-webkit-calendar-picker-indicator {
  background-image: url("../img/general/calendar.png");
  width: 1.5em;
  height: 1.5em;
  padding: 0;
  cursor: pointer;
}

.btn {
  text-transform: uppercase;
}

div.btn {
  cursor: default;
}

.btn-icon>i,
.btn-icon>.svg-icon {
  line-height: 0;
}

.btn-icon>i {
  vertical-align: -0.12em;
}

.btn-icon>.svg-icon {
  vertical-align: -0.5em;
}

.btn-outline-light {
  color: #d9dcde;
  border-color: #d9dcde;
  color: #000;
}

.btn-outline-light:hover {
  color: #000;
  background-color: #d9dcde;
  border-color: #d9dcde;
}

.btn-check:focus+.btn-outline-light,
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.125rem rgba(217, 220, 222, 0.5);
}

.btn-check:checked+.btn-outline-light,
.btn-check:active+.btn-outline-light,
.btn-outline-light:active,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #d9dcde;
  border-color: #d9dcde;
}

.btn-check:checked+.btn-outline-light:focus,
.btn-check:active+.btn-outline-light:focus,
.btn-outline-light:active:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.125rem rgba(217, 220, 222, 0.5);
}

.btn-outline-light:disabled,
.btn-outline-light.disabled {
  color: #d9dcde;
  background-color: transparent;
}

@media (prefers-contrast: less) {
  .btn-light {
    color: #000;
    background-color: #eaeaea;
    border-color: #eaeaea;
  }

  .btn-light:hover {
    color: #000;
    background-color: #ededed;
    border-color: #ececec;
  }

  .btn-check:focus+.btn-light,
  .btn-light:focus {
    color: #000;
    background-color: #ededed;
    border-color: #ececec;
    box-shadow: 0 0 0 0.125rem rgba(199, 199, 199, 0.5);
  }

  .btn-check:checked+.btn-light,
  .btn-check:active+.btn-light,
  .btn-light:active,
  .btn-light.active,
  .show>.btn-light.dropdown-toggle {
    color: #000;
    background-color: #eeeeee;
    border-color: #ececec;
  }

  .btn-check:checked+.btn-light:focus,
  .btn-check:active+.btn-light:focus,
  .btn-light:active:focus,
  .btn-light.active:focus,
  .show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.125rem rgba(199, 199, 199, 0.5);
  }

  .btn-light:disabled,
  .btn-light.disabled {
    color: #000;
    background-color: #eaeaea;
    border-color: #eaeaea;
  }
}

.btn-close {
  opacity: 0.7;
}

.btn-close:hover {
  opacity: 1;
}

.form-files-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  margin: 1.5rem 0;
}

.form-files-list>a {
  display: inline-flex;
  align-items: center;
  color: var(--bs-body-color);
}

.form-files-list>a>i {
  color: #cc0000;
  font-size: 1.5rem;
  text-align: center;
  width: 0.8em;
  opacity: 0.7;
}

.form-files-list>a:hover,
.form-files-list>a:focus {
  text-decoration: none;
}

.form-files-list>a:hover>i,
.form-files-list>a:focus>i {
  opacity: 1;
}

.multiselect {
  --ms-font-size: 1rem;
  --ms-bg: var(--bs-body-bg);
  --ms-bg-disabled: #e6e6e6;
  --ms-border-color: #c3c5c7;
  --ms-border-width: 1px;
  --ms-radius: 5px;
  --ms-py: 0.75rem;
  --ms-px: 1.25rem;
  --ms-ring-width: 2px;
  --ms-ring-color: rgba($primary, .3);
  --ms-placeholder-color: var(--bs-body-color);
  --ms-spinner-color: #cc0000;
  --ms-caret-color: transparent;
  --ms-clear-color: transparent;
  --ms-clear-color-hover: transparent;
  --ms-max-height: 20rem;
  --ms-dropdown-border-color: #c3c5c7;
  --ms-dropdown-border-width: 1px;
  --ms-dropdown-radius: 5px;
  --ms-option-font-size: 1rem;
  --ms-option-bg-pointed: #e6e6e6;
  --ms-option-color-pointed: var(--bs-body-color);
  --ms-option-bg-selected: #cc0000;
  --ms-option-color-selected: var(--bs-body-bg);
  --ms-option-bg-disabled: #e6e6e6;
  --ms-option-color-disabled: #999999;
  --ms-option-bg-selected-pointed: #cc0000;
  --ms-option-color-selected-pointed: var(--bs-body-bg);
  --ms-option-bg-selected-disabled: #e6e6e6;
  --ms-option-color-selected-disabled: #999999;
  width: auto;
  min-height: calc(1.5em + 1.5rem + 2px);
  margin-left: 0;
  margin-right: 0;
}

@media (prefers-contrast: less) {
  .multiselect {
    --ms-option-bg-pointed: var(--bs-body-bg);
  }
}

.multiselect-multiple-label,
.multiselect-placeholder,
.multiselect-single-label {
  position: relative;
  padding-left: 0;
  padding-right: 1rem;
  flex: 1 1 auto;
}

.multiselect-multiple-label>strong,
.multiselect-placeholder>strong,
.multiselect-single-label>strong {
  display: inline-block;
  font-size: 125%;
}

.is-open .multiselect-search~.multiselect-multiple-label,
.is-open .multiselect-search~.multiselect-placeholder,
.is-open .multiselect-search~.multiselect-single-label {
  opacity: 0.3;
}

.multiselect-search {
  background-color: transparent;
  border-radius: inherit;
}

.multiselect-caret {
  width: 1.125rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%234c4c4c' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") 50% 50% no-repeat;
  -webkit-mask-image: none;
  mask-image: none;
}

.multiselect-clear {
  padding: 0 1rem 0 0;
}

.multiselect-clear-icon {
  width: 1.125rem;
  background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path d='M10 8.586l-7.071-7.071-1.414 1.414 7.071 7.071-7.071 7.071 1.414 1.414 7.071-7.071 7.071 7.071 1.414-1.414-7.071-7.071 7.071-7.071-1.414-1.414-7.071 7.071z' /></svg>") 50% 50% no-repeat;
  -webkit-mask-image: none;
  mask-image: none;
}

/* Календарь Vuecal */
.vuecal--rounded-theme {
  /* Cells and buttons get highlighted when an event is dragged over it. */
}

.vuecal--rounded-theme.vuecal {
  height: 28.5rem;
  max-width: min(22.5rem, 100%);
  background-color: #f2f4f7;
  box-shadow: none;
  font-size: 1rem;
}

.vuecal--rounded-theme .vuecal__title-bar {
  padding: 1.5rem 0;
  margin-bottom: 1rem;
  border-bottom: 1px solid #c6c6c6;
  background-color: #f2f4f7;
}

.vuecal--rounded-theme .vuecal__weekdays-headings {
  padding-right: 0 !important;
}

.vuecal--rounded-theme .vuecal__weekdays-headings .weekday-label {
  font-weight: 700;
  text-transform: uppercase;
}

.vuecal--rounded-theme .vuecal__bg {
  width: auto;
  overflow: visible;
  padding: 0.5rem 1rem;
  margin-left: -1rem;
  margin-right: -1rem;
}

.vuecal--rounded-theme .vuecal__cell-content {
  line-height: 1.25;
  height: 2.25rem;
}

.vuecal--rounded-theme:not(.vuecal--day-view):not(.vuecal--week-view) .vuecal__cell--has-events .vuecal__cell-content {
  border: 2px solid #cc0000;
  cursor: pointer;
}

.vuecal--rounded-theme .month-view .vuecal__cell::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.vuecal--rounded-theme .month-view .vuecal__cell-content {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: min(2.25rem, 90%);
  width: min(2.25rem, 90%);
  margin: auto;
}

.vuecal--rounded-theme .vuecal__cell-events-count {
  left: 95%;
  top: -20%;
  background-color: #cc0000;
  font-weight: 500;
  min-width: 1rem;
  height: 1rem;
  line-height: 1rem;
  padding: 0 0.25rem;
}

.vuecal--rounded-theme .vuecal__event {
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 0.5rem;
  text-align: left;
}

.vuecal--rounded-theme .vuecal__event+.vuecal__event {
  margin-top: 0.5rem;
}

.vuecal--rounded-theme .vuecal__cell--today,
.vuecal--rounded-theme .vuecal__cell--current {
  background-color: #cc0000;
}

.vuecal--rounded-theme .vuecal:not(.vuecal--day-view) .vuecal__cell--selected {
  background-color: #cc0000;
}

.vuecal--rounded-theme .vuecal__cell--selected:before {
  border-color: #cc0000;
}

.vuecal--rounded-theme .vuecal__cell--highlighted:not(.vuecal__cell--has-splits),
.vuecal--rounded-theme .vuecal__cell-split--highlighted {
  background-color: rgba(195, 255, 225, 0.5);
}

.vuecal--rounded-theme .vuecal__arrow.vuecal__arrow--highlighted,
.vuecal--rounded-theme .vuecal__view-btn.vuecal__view-btn--highlighted {
  background-color: rgba(136, 236, 191, 0.25);
}

@media (prefers-contrast: less) {
  .vuecal--rounded-theme.vuecal {
    background-color: #eaeaea;
  }

  .vuecal--rounded-theme .vuecal__title-bar {
    background-color: #eaeaea;
  }
}

@media (max-width: 575.98px) {
  .alert {
    padding: 1rem 1.25rem;
  }
}

/*	стили для отдельных тегов		*/
@media (prefers-contrast: no-preference) or (prefers-contrast: less) {
  :focus-visible {
    outline: 1px dashed;
  }
}

@media (prefers-contrast: less) {
  body {
    --bs-body-color: #333;
    --bs-body-bg: #f5f5f5;
  }
}

a {
  transition-property: color, background-color, border-color;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}

a.underlined {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-color: rgba(0, 0, 0, 0.5);
  text-decoration-color: rgba(0, 0, 0, 0.5);
  transition-property: color, background-color, border-color, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, -webkit-text-decoration-color;
}

a.underlined:hover,
a.underlined:focus {
  color: #005e9c;
  -webkit-text-decoration-color: rgba(0, 0, 0, 0);
  text-decoration-color: rgba(0, 0, 0, 0);
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a,
.h1>a,
.h2>a,
.h3>a,
.h4>a,
.h5>a,
.h6>a {
  color: inherit;
}

/* Текст, фоны, картинки */
.text-sm {
  font-size: 0.875rem;
}

.text-base {
  font-size: 1rem;
}

.text-lg {
  font-size: 1.125rem;
}

.normalcase {
  text-transform: none;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

b,
strong {
  font-weight: 600;
}

.svg-icon {
  fill: currentColor;
  vertical-align: -0.5em;
}

.no-scrolling {
  overflow-y: hidden;
}

hr:not([size]) {
  height: 0;
  background-color: transparent;
  border-top: 1px solid;
  border-color: inherit;
}

/* Разметка страниц */
html,
body {
  height: auto;
  min-height: 100vh;
  position: relative;
}

body {
  overflow-x: hidden;
}

.page__wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  min-width: 320px;
  min-height: 100vh;
}

/* блоки контента между шапкой и подвалом */
.page__main {
  flex: 1 1 auto;
  overflow-x: hidden;
}

.page__header,
.page__footer {
  flex: 0 0 auto;
}

.container-fluid {
  max-width: 1908px;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--container-x);
  padding-right: var(--container-x);
  position: relative;
}

.page__buffer {
  height: 3.5rem;
  width: 100%;
}

.page__section {
  padding: var(--page-section-y) 0;
}

.page__section--bordered {
  border: solid #b2b2b2;
  border-width: 1px 0;
}

.page__section--gray {
  position: relative;
}

.page__section--gray::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0;
  bottom: 0;
  transform: translateX(-50%);
  background-color: #f2f4f7;
}

.page__section .h3 {
  font-size: min(2.25rem, calc(1.25rem + 1vw));
}

.page__breadcrumb {
  position: relative;
  z-index: 10;
}

.page__breadcrumb .breadcrumb-item {
  display: flex;
}

.section__more {
  min-width: 14rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.columns-2 {
  -moz-columns: 2;
  columns: 2;
  -moz-column-gap: 5%;
  column-gap: 5%;
  gap: 5%;
}

@media (max-width: 991.98px) {
  .columns-2 {
    -moz-columns: 1;
    columns: 1;
  }
}

[class*=items-grid-] {
  --grid-gap: 2rem;
  display: grid;
  grid-gap: var(--grid-gap);
  gap: var(--grid-gap);
}

@media (max-width: 575.98px) {
  [class*=items-grid-] {
    --grid-gap: 1.25rem;
  }
}

.items-grid-3 {
  --col-min-width: 24rem;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1400px) {
  .items-grid-3 {
    grid-template-columns: repeat(auto-fill, minmax(calc(var(--col-min-width) * 0.75), 1fr));
  }
}

.items-grid-4 {
  --col-min-width: 21rem;
  grid-template-columns: repeat(4, 1fr);
  /* @include media-breakpoint-down(md) {
  			grid-template-columns: repeat(auto-fill, minmax(calc(var(--col-min-width) * .7), 1fr));
  	} */
}

@media (max-width: 1400px) {
  .items-grid-4 {
    grid-template-columns: repeat(auto-fill, minmax(calc(var(--col-min-width) * 0.75), 1fr));
  }
}

.items-grid-6 {
  grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
}

@media (max-width: 575.98px) {
  .items-grid-6 {
    grid-template-columns: repeat(auto-fill, minmax(13rem, 1fr));
  }
}

.mw-750 {
  max-width: 47rem;
}

/* Текстовое содержание, вводимое пользователем */
.text-content {
  line-height: 1.5;
}

.text-content:after {
  content: "";
  display: table;
  clear: both;
}

.text-content a:not(.btn) {
  text-decoration: underline;
}

.text-content a:not(.btn):hover,
.text-content a:not(.btn):focus {
  text-decoration: none;
}

.text-content p,
.text-content ul,
.text-content ol,
.text-content blockquote,
.text-content table {
  word-break: normal;
  margin-top: 0;
  margin-bottom: 1em;
  orphans: 3;
  widows: 3;
}

.text-content p,
.text-content ul,
.text-content ol {
  overflow: hidden;
}

.text-content .collapse+p,
.text-content .collapse+ol,
.text-content .collapse+ul {
  margin-top: 20px;
}

.text-content ul,
.text-content ol {
  padding-left: 2em;
}

.text-content ul ul,
.text-content ul ol,
.text-content ol ul,
.text-content ol ol {
  padding-left: 2em;
}

.text-content ul li,
.text-content ol li {
  padding-left: 0.75em;
  margin-bottom: 1em;
}

.text-content ul li::marker,
.text-content ol li::marker {
  font-weight: 500;
}

.text-content h2,
.text-content .h2,
.text-content h3,
.text-content .h3,
.text-content h4,
.text-content .h4 {
  margin-bottom: 1.25rem;
}

.text-content table p,
.text-content table ul,
.text-content table ol {
  line-height: 1.4;
}

.text-content table p:last-child,
.text-content table ul:last-child,
.text-content table ol:last-child {
  margin-bottom: 0;
}

.text-content figure,
.text-content embed,
.text-content iframe,
.text-content object,
.text-content video,
.text-content .embed-responsive {
  margin-top: 1rem;
  margin-bottom: 1.75rem;
}

.text-content>img,
.text-content figure img,
.text-content *:not([class])>img {
  max-width: 100%;
  height: auto;
}

.text-content [class*=float-] {
  max-width: 50%;
  margin: 0.375em 0 1.25em;
}

.text-content .float-start {
  margin-right: 2em;
}

.text-content .float-end {
  margin-left: 2em;
}

@media (max-width: 1399.98px) {
  .text-content [class*=float-xl-] {
    max-width: 100%;
  }
}

@media (max-width: 991.98px) {
  .text-content [class*=float-lg-] {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .text-content [class*=float-md-] {
    max-width: 100%;
  }
}

.text-content p>img {
  margin-top: 1em;
  margin-bottom: 1em;
}

.text-content hr {
  margin: 1em 0;
}

.text-content .btn {
  margin-bottom: 0.5rem;
}

.text-content figure img {
  margin: 1rem 0;
}

.text-content figure figcaption {
  font-size: 0.875rem;
  color: #7e7e7e;
  text-align: center;
  margin-top: -0.5rem;
  margin-bottom: 1em;
}

@media (max-width: 575.98px) {

  .text-content iframe,
  .text-content embed,
  .text-content object,
  .text-content video {
    width: 100% !important;
  }

  .text-content img:not([class]),
  .text-content *:not([class])>img,
  .text-content [class*=float-] {
    float: none !important;
    width: auto !important;
    max-width: 100% !important;
  }

  .text-content table {
    overflow-x: auto;
    font-size: 0.9375rem;
  }

  .text-content .float-start {
    margin-right: 0;
  }

  .text-content .float-end {
    margin-left: 0;
  }
}

.text-content__figrid {
  --img-min-width: 300px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(var(--img-min-width), 1fr));
  gap: 0.5rem;
  margin: 1.75rem 0;
}

.text-content__figrid>figure {
  margin: 0;
}

.text-content__figrid>figure img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin: 1rem auto;
}

.text-content__figrid>figure figcaption {
  font-size: 0.875rem;
  color: #7e7e7e;
  text-align: center;
  margin-top: -0.5rem;
  margin-bottom: 1em;
}

.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4,
.text-content h5,
.text-content h6 {
  page-break-after: avoid;
  -moz-column-break-after: avoid;
  break-after: avoid;
}

.text-content p,
.text-content img,
.text-content figure,
.text-content picture,
.text-content blockquote,
.text-content .blockquote {
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

.text-collapsed {
  overflow: hidden;
  max-height: var(--collapse-max-height, 25rem);
  position: relative;
}

.text-collapsed::after {
  content: "";
  display: block;
  width: 100%;
  height: 6rem;
  background: linear-gradient(transparent, var(--bs-body-bg) 5rem);
  position: absolute;
  bottom: 0;
  left: 0;
}

.text-collapsed__more {
  position: relative;
  z-index: 1;
}

.text-collapsed__more>a {
  color: #666666;
  font-size: 0.9375rem;
  font-weight: 500;
  padding: 1rem 0;
}

.text-collapsed__more>a>span:first-child {
  display: none;
}

.text-collapsed+.text-collapsed__more>a>span:first-child {
  display: inline;
}

.text-collapsed+.text-collapsed__more>a>span:last-child {
  display: none;
}

.text-collapsed+.text-collapsed__more>a i {
  vertical-align: middle;
}

.blockquote {
  font-weight: 500;
  padding: 1.875rem 1.875rem 1.875rem 4rem;
  position: relative;
}

.blockquote::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.375rem;
  font-weight: normal;
  position: absolute;
  left: 1rem;
  top: 2.25rem;
}

.blockquote--question::before {
  content: "\f059";
  color: #2bcc00;
}

.blockquote--warning::before {
  content: "\f071";
  color: #cc0000;
}

.blockquote--info::before {
  content: "\f05a";
  color: #cc0000;
}

@media (max-width: 767.98px) {
  .blockquote {
    padding: calc(1rem + 1vw) calc(1rem + 1vw) calc(1rem + 1vw) 3rem;
  }

  .blockquote::before {
    left: 0.75rem;
    top: calc(1.375rem + 1vw);
  }
}

@media (max-width: 575.98px) {
  .blockquote {
    padding-left: 2.5rem;
  }

  .blockquote::before {
    left: 0;
  }
}

.list--arrows {
  list-style: none;
  padding-left: 0;
  padding-block-start: 0;
}

.list--arrows>li {
  position: relative;
  padding-left: 2.25rem;
  margin-bottom: 2rem;
  font-size: calc(1rem + 1px);
  font-weight: 500;
}

.list--arrows>li::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  line-height: inherit;
  color: #cc0000;
  position: absolute;
  left: 2px;
  top: 0;
}

picture.lazy-img>img {
  border-radius: 5px;
  max-width: 100%;
}

.dropdown-menu {
  border: none;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
}

.dropdown-item {
  padding: 0.5rem 1rem;
  font-weight: 500;
}

.breadcrumb {
  border-bottom: 1px solid #d9dcde;
}

.breadcrumb-item>a {
  color: var(--bs-body-color);
}

.breadcrumb-item>a,
.breadcrumb-item>span {
  display: inline-block;
  padding: 0.5rem 0;
}

.breadcrumb-item+.breadcrumb-item::before {
  font-size: 1.125rem;
  line-height: 1;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.wowhr-logo {
  text-align: center;
  margin-bottom: 0;
  width: 7em;
}

.wowhr-logo>img {
  width: 6rem;
  height: auto;
  margin-bottom: 0.5rem;
}

.wowhr-logo>figcaption {
  font-size: 0.875rem;
  line-height: 1.286;
  font-weight: 500;
  color: var(--brand-text-color, #4c4c4c);
}

.files-item {
  display: inline-flex;
  align-items: flex-end;
  color: #333;
}

.files-item>.svg-icon {
  flex: 0 0 auto;
  width: 3rem;
  height: auto;
  margin-right: 1rem;
}

.files-item>span {
  font-size: 0.875rem;
  line-height: 1.286;
}

.person-timeline {
  display: grid;
  grid-template-columns: minmax(6rem, 15%) auto;
  max-width: 65rem;
  grid-gap: 2rem;
  gap: 2rem;
}

.person-timeline>dt {
  font-weight: 600;
}

.person-timeline>dd {
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  .person-timeline {
    grid-template-columns: auto;
    grid-gap: 0;
    gap: 0;
  }

  .person-timeline>dt {
    margin-bottom: 0.5rem;
  }

  .person-timeline>dd {
    margin-bottom: 2rem;
  }
}

.expert-label {
  text-transform: none;
  height: 3.25rem;
  font-size: 0.9375rem;
  font-weight: 500;
}

/* Контакты */
.contacts__links {
  --icons-color: var(--bs-body-color);
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
}

.contacts__links a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  color: var(--brand-text-color, var(--bs-body-color));
  font-size: 0.9375rem;
  padding: 0.5em 0;
}

.contacts__links a>i {
  font-size: 1.8em;
  color: var(--icons-color);
  position: relative;
}

.contacts__links a>i::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 1px;
  top: 2px;
  right: 1px;
  bottom: 2px;
  background-color: #fff;
  border-radius: 2px;
}

.contacts__links a>.fa-vk {
  font-size: 1.2em;
  padding: 0.1em 0.15em 0.2em;
  background-color: var(--icons-color);
  color: #fff;
  border-radius: 2px;
}

.contacts__links a:hover,
.contacts__links a:focus {
  text-decoration: none;
}

.contacts__links a:hover>span,
.contacts__links a:focus>span {
  text-decoration: underline;
}

/* Popover */
.popover-dark {
  border: none;
  background-color: #4d4d4d;
}

.popover-dark .popover-arrow::after {
  border-bottom-color: #4d4d4d;
}

.popover-dark .popover-body {
  color: #fff;
}

.popover-dark .popover-body a,
.popover-dark .popover-body span {
  color: #fff;
}

/* скрытие/показ блоков */
[data-bs-toggle=collapse][aria-expanded=false]>span:last-child {
  display: none;
}

[data-bs-toggle=collapse][aria-expanded=true]>span:first-child {
  display: none;
}

/* Fancybox 3 styles */
@media (max-width: 575.98px) {
  .fancybox-slide {
    padding-left: 0;
    padding-right: 0;
  }
}

.fancybox-thumbs-x {
  left: 0;
  top: auto;
  height: 85px;
  width: auto;
}

.fancybox-show-thumbs>.fancybox-inner {
  bottom: 85px;
  right: 0;
}

.ajax-area {
  position: relative;
}

.ajax-area>[role=status] {
  position: absolute;
  z-index: 1000;
  left: 50%;
  top: min(2.5rem, 50%);
  margin-left: -1rem;
  margin-top: -1rem;
  transition: opacity 0.15s, visibility 0.15s;
}

.ajax-area::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 999;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.6666666667);
  transition: opacity 0.15s, visibility 0.15s;
}

.ajax-area:not(.ajax-area--loading)::after,
.ajax-area:not(.ajax-area--loading)>[role=status] {
  visibility: hidden;
  opacity: 0;
}

.btn>.spinner-border {
  border-width: 3px;
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  left: 1em;
  top: 50%;
  margin-top: -0.75em;
}

.btn:not(.ajax-loading)>.spinner-border {
  display: none;
}

.btn.ajax-loading {
  position: relative;
  padding-left: 3em;
}

.expert-page,
.article-page {
  display: grid;
  justify-content: space-between;
  margin: 2.25rem 0;
  grid-template-columns: 100%;
  grid-gap: 1rem 2rem;
  gap: 1rem 2rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 900px) {

  .expert-page,
  .article-page {
    margin-bottom: 0;
  }
}

.expert-page a,
.article-page a {
  text-underline-position: under;
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
}

.expert-page>.article__section,
.article-page>.article__section {
  grid-column: 1/-1;
}

.expert-page>.article__section.bg-light,
.article-page>.article__section.bg-light {
  position: relative;
  padding-top: min(4rem, 2rem + 2vw);
  padding-bottom: min(4rem, 2rem + 2vw);
}

.expert-page>.article__section.bg-light::before,
.article-page>.article__section.bg-light::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  margin-left: -50vw;
  background: #f2f4f7;
}

.expert-page>.article__section.bg-light .form-check-input,
.expert-page>.article__section.bg-light .form-select,
.expert-page>.article__section.bg-light .form-control,
.article-page>.article__section.bg-light .form-check-input,
.article-page>.article__section.bg-light .form-select,
.article-page>.article__section.bg-light .form-control {
  border-color: transparent;
}

@media (min-width: 900.02px) {
  .expert-page {
    grid-template-columns: minmax(10rem, 30%) 70%;
    grid-template-rows: auto 1fr auto;
  }
}

@media (min-width: 1200.02px) {
  .expert-page {
    grid-template-columns: minmax(6rem, 7%) calc(65% + 6px) minmax(12rem, 16%);
    grid-template-rows: auto auto;
  }
}

@media (min-width: 900.02px) {
  .article-page {
    grid-template-columns: minmax(13rem, 30%) calc(66% + 6px);
    grid-template-rows: auto 1fr auto;
  }
}

@media (min-width: 1200.02px) {
  .article-page {
    grid-template-columns: minmax(14rem, calc(16% - 1rem)) calc(52% + 6px) minmax(14rem, calc(16% + 1rem));
    grid-template-rows: auto auto;
  }
}

.article {
  /* &__right-inner {
  	position: sticky;
  	top: 7rem; bottom: 0;
  } */
}

.article__main {
  max-width: 1000px;
}

@media screen and (max-width: 900px) {
  .article__main {
    order: -1;
    margin-left: -3px;
    margin-right: -3px;
  }
}

@media screen and (min-width: 900.02px) {
  .article__main {
    grid-row: 1/3;
    grid-column: 2/3;
  }
}

@media (min-width: 1200.02px) {
  .article__main {
    grid-row: 1/2;
  }
}

.article__main h1:not([class]) {
  font-size: min(2.25rem, calc(1.5rem + 0.75vw));
  margin-left: -0.1em;
  line-height: 1.1;
}

.article__main h2,
.article__main h3 {
  font-size: min(1.5rem, calc(1.25rem + 0.25vw));
}

.article__main .lazy-img {
  max-width: 100%;
  height: auto;
}

.article__content {
  padding-left: 3px;
  padding-right: 3px;
}

.article__left,
.article__right {
  position: relative;
  z-index: 10;
  font-size: 0.9375rem;
  margin-top: min(0.5rem, 0.25rem + 0.25vw);
  margin-bottom: min(4rem, 1rem + 3vw);
}

@media (min-width: 900.02px) and (max-width: 1200px) {

  .article__left,
  .article__right {
    grid-column: 1/2;
    margin-bottom: min(2rem, 1rem + 1vw);
  }
}

@media (min-width: 1200.02px) {

  .article__left,
  .article__right {
    grid-row: 1/-1;
  }
}

@media screen and (max-width: 900px) {
  .expert-page .article__left {
    display: none;
  }
}

@media (min-width: 900.02px) and (max-width: 1200px) {
  .article__right {
    grid-row: 2/-1;
  }
}

@media screen and (max-width: 900px) {
  .article__right {
    order: 2;
  }
}

@media screen and (max-width: 1200px) {

  .article__right .index-page__nav,
  .article__right .index-page__nav+hr {
    display: none;
  }
}

.article__right-hdr {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}

@media (min-width: 900.02px) {
  .article__right-hdr>i {
    display: none;
  }
}

@media (min-width: 1200.02px) {
  .article__right-hdr {
    text-align: right;
  }
}

.article__nav {
  margin-bottom: min(3rem, 1rem + 2vw);
}

@media screen and (max-width: 900px) {
  .article__nav {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    left: 0;
    right: 0;
    padding: max(1.25rem, 2.5vw) var(--container-x);
    box-shadow: 0 -0.25rem 1rem rgba(0, 0, 0, 0.2);
    background-color: var(--bs-body-bg);
    margin-bottom: 0;
  }

  .article__nav .article__right-hdr {
    margin-bottom: 0;
    text-transform: none;
    font-size: 1.25rem;
    font-weight: 500;
  }
}

.article__nav-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
}

.article__nav-inner>a {
  padding: 0.25rem 0;
  margin-bottom: 0.125rem;
  font-weight: 500;
  color: var(--bs-body-color);
}

@media (min-width: 1200.02px) {
  .article__nav-inner {
    align-items: flex-end;
    text-align: right;
  }
}

@media screen and (max-width: 900px) {
  .article__nav-inner {
    margin-top: 1.25rem;
    transition-property: height, opacity, visibility;
    transition-timing-function: ease-out;
    transition-duration: 0.3s;
  }

  .article__nav-inner.collapsed {
    visibility: hidden;
    opacity: 0;
    height: 0;
    margin-top: 0;
  }
}

.article__author img {
  max-width: 12.5rem;
  margin-bottom: 1rem;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.article__logo {
  max-width: 8rem;
  max-height: 4rem;
}

.article__meta {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.article__meta-item {
  display: inline-block;
  color: #808080;
}

.article__meta-item>i {
  color: #4c4c4c;
}

.article__meta .article__meta-item {
  margin: 0.25rem 2rem 0.25rem 0;
}

.article__meta .article__meta-item:last-child {
  margin-right: 0;
}

.article__event-meta {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem 2rem;
}

.article__event-meta>* {
  max-width: 100%;
  min-width: 10rem;
}

.article__meta .article__event-meta {
  margin: 0.25rem 2rem 0.25rem 0;
}

.article__meta .article__event-meta:last-child {
  margin-right: 0;
}

.article__intro {
  margin: 1.5rem 0;
}

.article__section {
  margin: 1.5rem 0;
}

.article__bottom {
  order: 1;
}

@media screen and (min-width: 900.02px) {
  .article__bottom {
    grid-column: 2/3;
  }
}

.article__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  font-size: 0.875rem;
  font-weight: 500;
}

.article__tags>a {
  display: inline-block;
  padding: 0.25rem 0;
  margin-right: 1rem;
}

.article__subscr {
  padding: 1.75rem 2rem;
  background-color: #f2f4f7;
}

@media (max-width: 575.98px) {
  .article__subscr {
    padding-left: var(--container-x);
    padding-right: var(--container-x);
    margin-left: calc(-1 * var(--container-x));
    margin-right: calc(-1 * var(--container-x));
  }
}

.article__repost {
  display: flex;
  align-items: center;
}

.article__repost>div {
  flex: 1 1 auto;
}

.article__repost .shariff li,
.article__repost .shariff li a,
.article__repost .shariff li span {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}

.article__repost .shariff .theme-grey .shariff-button a:not(:hover):not(:focus) {
  background-color: #7a7d80;
}

.article__repost .shariff .orientation-horizontal {
  flex-wrap: nowrap;
}

.article__repost .shariff .orientation-horizontal li {
  margin-bottom: 0;
}

@media screen and (max-width: 900px) {
  .article__relevant-posts {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr));
    grid-gap: 1rem;
    gap: 1rem;
  }
}

.article__video {
  margin-bottom: 2rem;
}

.article__feedback {
  font-size: 0.9375rem;
}

.video-transcription .fw-semibold {
  line-height: 1.3;
}

@media (min-width: 576px) {
  .video-transcription .fw-semibold {
    font-size: calc(1rem + 1px);
  }
}

.video-transcription .text-content {
  padding-left: 2rem;
  position: relative;
}

.video-transcription .text-content::before {
  content: "—";
  position: absolute;
  left: 0;
  top: 0;
}

.video-timecodes {
  display: flex;
  flex-wrap: wrap;
}

.video-timecodes>p {
  flex: 0 0 auto;
}

.video-timecodes>.flex-grow-1 {
  flex: 1 1 25rem;
  min-width: 20rem;
  max-width: 30rem;
}

.video-timecodes dl {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 0 1.25rem;
  gap: 0 1.25rem;
}

.video-timecodes dl>dt {
  font-family: monospace;
  font-weight: normal;
}

.video-timecodes dl>dd {
  margin-bottom: 0;
}

.star-rating {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  position: relative;
}

.star-rating input {
  display: none;
}

.star-rating>label {
  width: 24px;
  height: 24px;
  font-size: 30px;
  transition: 0.2s ease;
  color: #ffc107;
}

.star-rating label:hover {
  color: #cc0000;
  transition: 0.2s ease;
}

.star-rating label:active::before {
  transform: scale(1.1);
}

.star-rating label::before {
  content: "☆";
  position: absolute;
  top: 0;
  line-height: 24px;
}

.star-rating input:checked~label:before {
  content: "★";
}

.video-title {
  margin-bottom: 1.5rem;
}

.video-title h1 {
  font-size: min(2rem, calc(1.25rem + 0.75vw));
  margin-left: -0.1em;
  margin-bottom: 0;
}

.video-nominee>.wowhr-logo {
  width: 6rem;
}

.video-nominee>.wowhr-logo>img {
  width: 5rem;
}

.video-nominee>.wowhr-logo>figcaption {
  font-size: 0.75rem;
}

.tools-panel {
  background-color: var(--bs-body-bg);
  padding-top: 20px;
  padding-bottom: 20px;
  /* position: sticky;
  bottom: 0; */
  display: flex;
  align-items: center;
  /* transform: translateY(150px);
  opacity: 0; */
  transition: all 0.3s;
}

.tools-panel.floating {
  transform: none;
  opacity: 1;
}

.tool {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  color: var(--bs-body-color);
  transition: all 0.3s;
  margin-right: 50px;
}

.tool_link {
  text-decoration: none;
}

.tool_link:hover {
  text-decoration: none;
  color: #0075c3;
}

.tool_link .ya-share2__link {
  background-color: transparent !important;
  padding: 0 !important;
}

.tool__icon {
  font-size: 20px;
}

.tool__counter {
  line-height: 1;
  margin-left: 5px;
}

.article-list__layout {
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  .article-list__layout {
    display: grid;
    grid-gap: 0 2rem;
    gap: 0 2rem;
    grid-template-columns: auto minmax(13rem, calc(18% - 2rem));
    align-items: start;
    margin: 2.25rem 0;
  }
}

.articles-grid-section {
  --grid-gap: 2.75rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: calc(var(--grid-gap) + 1px);
  grid-auto-flow: row;
  grid-template-areas: "big-area big-area . ." "big-area big-area . ." ". . . ." "promo-area promo-area promo-area promo-area" "h-area_left h-area_left h-area_right h-area_right" ". . . ." ". . . .";
  contain: content;
  padding-bottom: calc(var(--grid-gap) * 0.5);
}

.articles-grid-section+.articles-grid-section {
  padding-top: calc(var(--grid-gap) * 0.5 + 1px);
  border-top: 1px solid #d9dcde;
}

.articles-grid-section:last-of-type {
  padding-bottom: calc(var(--grid-gap) * 0.5 + 1px);
}

@media (max-width: 1399.98px) {
  .articles-grid-section {
    --grid-gap: calc(1.375vw + 1.375rem);
    grid-template-columns: repeat(6, 1fr);
    grid-template-areas: "big-area big-area big-area big-area . ." "big-area big-area big-area big-area . ." ". . . . . ." ". . . . . ." "promo-area promo-area promo-area promo-area promo-area promo-area" "h-area_left h-area_left h-area_left h-area_right h-area_right h-area_right" ". . . . . ." ". . . . . .";
  }
}

@media (max-width: 767.98px) {
  .articles-grid-section {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "big-area big-area" "big-area big-area" ". ." ". ." "promo-area promo-area" "h-area_left h-area_left" "h-area_right h-area_right" ". ." ". .";
  }
}

@media (max-width: 575.98px) {
  .articles-grid-section {
    --grid-gap: 2rem;
    grid-template-areas: none;
    grid-template-columns: auto;
  }

  .articles-grid-section>* {
    grid-area: auto !important;
  }
}

.articles-grid-section__item {
  --half-gap: calc(var(--grid-gap) * .5 + 1px);
  position: relative;
  padding: 0.125rem;
}

.articles-grid-section__item::after,
.articles-grid-section__item::before {
  content: "";
  display: block;
  position: absolute;
  border: solid #d9dcde;
  z-index: 0;
}

.articles-grid-section__item::before {
  right: calc(-1 * var(--half-gap));
  top: calc(-1 * var(--half-gap));
  bottom: calc(-1 * var(--half-gap));
  border-width: 0 1px 0 0;
}

.articles-grid-section__item::after {
  bottom: calc(-1 * var(--half-gap));
  left: calc(-1 * var(--half-gap));
  right: calc(-1 * var(--half-gap));
  border-width: 1px 0 0;
}

@media (min-width: 768px) and (max-width: 1399.98px) {
  .articles-grid-section__item {
    grid-column: span 2;
  }
}

@media (min-width: 768px) and (max-width: 1399.98px) {
  .articles-grid-section__item.articles-grid-section__item_text {
    order: 1;
  }
}

.articles-grid-section__item.articles-grid-section__item_text .posts-item.card .posts-item__author {
  margin-top: 0 !important;
}

.articles-grid-section__item .posts-item.card .posts-item__img {
  position: relative;
  padding-bottom: 70%;
  height: 0;
  overflow: hidden;
}

.articles-grid-section__item .posts-item.card .posts-item__img>a {
  aspect-ratio: auto;
}

.articles-grid-section__item .posts-item.card .posts-item__img>a img {
  position: absolute;
}

@media (max-width: 767.98px) {
  .articles-grid-section__item .posts-item.card .posts-item__img {
    padding-bottom: 65% !important;
  }
}

.articles-grid-section__item .posts-item.card .posts-item__author {
  margin-bottom: 5px !important;
  margin-top: 10px !important;
}

@media (min-width: 576px) {
  .articles-grid-section__item .posts-item.card .posts-item__descr {
    font-size: 14px;
    -webkit-line-clamp: 5;
  }
}

.articles-grid-section__item .posts-item.card .card-body {
  padding-bottom: 0;
}

.articles-grid-section__item:not(.big-area) .posts-item.card .posts-item__name {
  font-size: 1rem;
  line-height: 1.25;
}

.articles-grid-section__item.big-area {
  grid-area: big-area;
}

.articles-grid-section__item.big-area .posts-item.card .posts-item__img {
  position: relative;
  padding-bottom: 75%;
  overflow: hidden;
  height: 0;
}

.promo-area {
  grid-area: promo-area;
}

.h-area_left {
  grid-area: h-area_left;
}

.h-area_left.articles-grid-section__item .posts-item.card .posts-item__img {
  position: relative;
  padding-bottom: 45%;
  height: 0;
  overflow: hidden;
}

.h-area_right {
  grid-area: h-area_right;
}

.h-area_right.articles-grid-section__item .posts-item.card .posts-item__img {
  position: relative;
  padding-bottom: 45%;
  height: 0;
  overflow: hidden;
}

@media (min-width: 992px) {
  .article-list__aside .articles-list__nav {
    text-align: right;
  }
}

@media (max-width: 991.98px) {
  .article-list__aside {
    display: contents;
  }

  .article-list__aside-start {
    order: -1;
    margin-bottom: 1rem;
  }

  .article-list__aside-end {
    order: 1;
    margin-top: 2rem;
  }

  .article-list__aside .article__relevant-posts {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(13rem, 1fr));
    grid-gap: 1rem;
    gap: 1rem;
  }

  .article-list__aside>hr,
  .article-list__aside .index-page__nav {
    display: none;
  }

  .article-list__aside .articles-list__nav>h6,
  .article-list__aside .articles-list__nav .h6 {
    font-size: 1rem;
  }
}

.articles-list__nav {
  margin-bottom: min(1.5rem, 0.75rem + 0.75vw);
}

.articles-list__nav>h6 {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .articles-list__nav>h6 {
    pointer-events: none;
  }

  .articles-list__nav-inner {
    text-align: right;
  }

  .articles-list__nav-inner>a {
    font-size: 0.9375rem;
    font-weight: 500;
  }

  .articles-list__nav-inner.dropdown-menu {
    display: block;
    position: relative;
    box-shadow: none;
    border: none;
  }

  .articles-list__nav-inner .dropdown-item {
    padding: 0.25rem 0;
    white-space: normal;
  }

  .articles-list__nav-inner .dropdown-item:hover,
  .articles-list__nav-inner .dropdown-item:focus {
    background-color: transparent;
  }
}

@media (max-width: 991.98px) {
  .articles-list__nav {
    display: inline-block;
    margin-right: 1.5rem;
  }

  .articles-list__nav [data-bs-toggle=dropdown]::after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-weight: 300;
    margin-left: 1rem;
  }
}

.award__intro {
  display: flex;
  align-items: flex-start;
  gap: 1rem 3rem;
}

.award__intro>img {
  flex: 0 0 auto;
  max-width: 9.5rem;
  margin-top: 0.75rem;
}

.award__intro>.text-content {
  width: max(30rem, 55%);
  font-size: 0.9375rem;
}

@media (max-width: 1399.98px) {
  .award__intro {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 1rem 2rem;
  }

  .award__intro>.text-content {
    flex: 1 1 calc(100% - 13rem);
    width: auto;
  }
}

@media (max-width: 575.98px) {
  .award__intro {
    justify-content: flex-start;
  }

  .award__intro>.text-content {
    flex-basis: auto;
  }
}

@media (max-width: 767.98px) {
  .swiper-slide>.brands-item {
    max-width: 18rem;
  }
}

.brands-item .card-body>a {
  color: var(--bs-body-color);
  text-decoration: none;
}

.brands-item .card-body>a:hover,
.brands-item .card-body>a:focus {
  color: #005e9c;
}

.brands-item__logo {
  display: inline-flex;
  align-items: center;
  height: 4.5rem;
}

.brands-item__logo>img {
  max-width: min(12.5rem, 100%);
  max-height: 4.5rem;
}

@media (prefers-contrast: less) {
  .brands-item__logo>img {
    mix-blend-mode: darken;
  }
}

.brands-item__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.brands-item__text>p {
  display: inline;
}

.brands-item__text>p::after {
  content: " \a\a";
  white-space: pre;
}

.brands-item.brand-item_pro .brands-item__name {
  display: flex;
  align-items: center;
}

.brands-item.brand-item_pro .brands-item__name svg {
  fill: #cc0000;
  margin-left: 5px;
}

.brands-item.brand-item_pro2 {
  flex: 0 0 auto;
  width: 50%;
}

@media (max-width: 575.98px) {
  .brands-item.brand-item_pro2 {
    width: auto;
  }
}

.brands-item.brand-item_pro2 .card-body {
  border: 1px solid var(--bg-color);
  border-bottom: 6px solid var(--bg-color);
  padding: 1rem;
  border-radius: 10px;
}

.breadcrumbs {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 0 30px;
  margin: 0;
}

.breadcrumbs li {
  white-space: nowrap;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.62;
  display: inline-block;
}

@media (max-width: 991.98px) {
  .breadcrumbs li {
    font-size: 14px;
  }
}

.breadcrumbs li:not(:last-child) {
  margin-right: 16px;
}

@media (max-width: 991.98px) {
  .breadcrumbs li:not(:last-child) {
    margin-right: 10px;
  }
}

.breadcrumbs li:not(:last-child):after {
  content: ">";
  color: #CCCCCC;
  padding-left: 16px;
  display: inline-block;
}

@media (max-width: 991.98px) {
  .breadcrumbs li:not(:last-child):after {
    padding-left: 10px;
  }
}

.breadcrumbs li a {
  color: #CCCCCC;
  text-decoration: none;
}

.breadcrumbs li a:hover {
  color: #FFFFFF;
}

.breadcrumbs li span {
  color: #FFFFFF;
}

.art-comms__add-form--inline {
  padding: 1.5rem 0 3.5rem;
}

.art-comms__thread .art-comms__item {
  position: relative;
}

.art-comms__thread .art-comms__item:first-child {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.art-comms__thread .art-comms__item:not(:first-child) {
  padding-left: min(2.5rem, 5%);
  border-left: 1px solid #cfd8dd;
}

.art-comms__thread .art-comms__item--selected:first-child {
  background: #f2f4f7;
  padding-left: 1rem;
  padding-right: 1rem;
}

.art-comms__thread .art-comms__item--selected:not(:first-child)::before {
  content: "";
  display: block;
  height: 100%;
  background: #f2f4f7;
  position: absolute;
  z-index: -1;
  left: min(1.5rem, 3%);
  top: 0;
  right: max(-1rem, -2%);
}

.art-comms__item {
  padding: 0.5rem 0;
  max-width: 980px;
  padding-top: 1.25rem;
}

.art-comms__item-msg :last-child {
  margin-bottom: 0;
}

.art-comms__item-actions {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

.art-comms__item-actions>.btn:not(:last-child) {
  margin-right: 0.5rem;
}

.art-comms__item-actions .btn-link {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0;
  min-height: 2.5rem;
  font-size: 1rem;
  font-weight: 400;
  text-transform: none;
}

.art-comms__item-actions .art-comms__item_thumb-up>span,
.art-comms__item-actions .art-comms__item_thumb-down>span {
  min-width: 2.5rem;
  color: var(--bs-body-color);
  margin-top: 0.125rem;
  text-align: left;
}

.art-comms__item-actions .art-comms__item_thumb-up>i,
.art-comms__item-actions .art-comms__item_thumb-down>i {
  font-size: 1.5rem;
  transition: opacity 0.2s ease-out;
}

.art-comms__item-actions .art-comms__item_thumb-up:hover,
.art-comms__item-actions .art-comms__item_thumb-up:focus,
.art-comms__item-actions .art-comms__item_thumb-down:hover,
.art-comms__item-actions .art-comms__item_thumb-down:focus {
  text-decoration: none;
}

.art-comms__item-actions .art-comms__item_thumb-up:hover>i,
.art-comms__item-actions .art-comms__item_thumb-up:focus>i,
.art-comms__item-actions .art-comms__item_thumb-down:hover>i,
.art-comms__item-actions .art-comms__item_thumb-down:focus>i {
  opacity: 0.65;
}

.art-comms__item-actions .art-comms__item_thumb-up>i {
  color: #090;
}

.art-comms__item-actions .art-comms__item_thumb-down>i {
  color: #c00;
}

[data-bs-toggle=collapse][aria-expanded=true]>span:first-child {
  display: none;
}

[data-bs-toggle=collapse][aria-expanded=false]>span:last-child {
  display: none;
}

.company-list__layout {
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  .company-list__layout {
    display: grid;
    grid-gap: 0 min(5rem, 5vw);
    gap: 0 min(5rem, 5vw);
    grid-template-columns: auto minmax(15rem, 18%);
    align-items: start;
    margin: 2.25rem 0;
  }
}

.company-list__part>.alert {
  margin-left: -4rem;
  padding-left: 4rem;
}

@media (max-width: 575.98px) {
  .company-list__part>.alert .h6 {
    font-size: 1.125rem;
  }
}

.companies .brands-item .card-body {
  padding: 0;
}

.companies .brands-item__text {
  font-size: 14px;
}

.events {
  position: relative;
}

.events .list_spinner {
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: center;
}

.events .list_spinner>.spinner-border {
  margin-top: 20vh;
}

.events__add-btn {
  padding: 0;
  border-radius: 50%;
  width: 1.75rem;
  height: 1.75rem;
  border: none;
}

.events__add-btn svg {
  fill: #cc0000;
}

.events__hashtags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.875rem;
}

.events__hashtags>a {
  padding: 0.25rem 0;
}

.events-list {
  margin-top: 1rem;
}

.events-list h4 {
  margin-bottom: 1.25rem;
}

@media (max-width: 1399.98px) {
  .events-list {
    margin-top: 2rem;
  }
}

.events-list__layout {
  display: grid;
  grid-gap: 0 2rem;
  gap: 0 2rem;
}

@media (min-width: 1400px) {
  .events-list__layout {
    grid-template-columns: auto minmax(24rem, calc(25% - 2rem));
    grid-template-rows: auto auto 1fr;
  }

  .events-list__layout .events-filter__actives {
    grid-row: 1/3;
  }

  .events-list__layout .events-list__view {
    grid-row: 1/2;
    grid-column: 2/3;
    margin-right: -1rem;
  }

  .events-list__layout .events-list {
    grid-column: 1/2;
    grid-row: 3/4;
  }

  .events-list__layout-aside {
    grid-row: 2/-1;
    grid-column: 2/3;
  }
}

@media (max-width: 1399.98px) {
  .events-list__layout-aside {
    position: relative;
    z-index: 10;
  }
}

.events-list__view {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.events-list__view .btn-group>.btn {
  color: #999999;
  text-transform: none;
}

.events-list__view .btn-group>[type=radio]:checked+.btn {
  color: var(--bs-body-color);
  font-weight: 500;
}

@media (min-width: 1400px) {
  .events-list__view {
    justify-content: flex-end;
    font-size: 0.875rem;
    line-height: 1.42858;
  }
}

@media (max-width: 1399.98px) {
  .events-list__view {
    margin-top: 2rem;
  }

  .events-list__view>span {
    font-weight: 600;
  }
}

.events-list__group {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
  align-items: start;
  grid-gap: 1.875rem;
  gap: 1.875rem;
  margin-bottom: 3rem;
}

@media (max-width: 1600px) {
  .events-list__group {
    grid-template-columns: repeat(auto-fill, minmax(17rem, 1fr));
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }
}

@media (max-width: 640px) {
  .events-list__group {
    grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
  }
}

.events-list__more {
  text-align: center;
  margin: 1rem 0;
}

.events-list__more>.btn {
  min-width: 14rem;
}

.events-list .posts-item--video .posts-item__img>a::after {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3e%3cpath fill-rule='evenodd' fill='rgb%28204, 0, 0%29' d='M59.999,119.998 C26.862,119.998 0.0,93.136 0.0,59.998 C0.0,26.861 26.862,0.1 59.999,0.1 C93.136,0.1 119.999,26.861 119.999,59.998 C119.999,93.136 93.136,119.998 59.999,119.998 ZM84.74,56.536 L49.932,36.811 C47.265,35.271 43.931,37.195 43.931,40.275 L43.931,79.724 C43.931,82.804 47.265,84.728 49.932,83.188 L84.74,63.463 C86.740,61.923 86.740,58.76 84.74,56.536 Z'/%3e%3c/svg%3e") center no-repeat;
  background-size: 6rem;
  opacity: 0.5;
  transition: background-size 0.2s ease-out;
}

.events-list .posts-item--video .posts-item__img>a:hover::after,
.events-list .posts-item--video .posts-item__img>a:focus::after {
  background-size: 6.5rem;
}

.events-filter {
  position: relative;
}

.events-filter__controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 576px) {
  .events-filter__controls {
    gap: 1.25rem;
  }
}

@media (max-width: 1399.98px) {
  .events-filter__controls .events-filter__actives-list {
    flex: 1 1 100%;
    order: 1;
  }
}

.events-filter__item {
  --form-ctrl-pad-x: 1.25rem;
  flex: 0 0 auto;
  max-width: calc(100% - 2rem);
}

.events-filter__item .form-select {
  text-overflow: ellipsis;
}

.events-filter__item .form-select>option {
  padding: 0.5rem;
}

.events-filter__item .form-control,
.events-filter__item .form-select,
.events-filter__item .multiselect {
  border-radius: var(--form-ctrl-pad-x);
  padding-left: var(--form-ctrl-pad-x);
  border-color: #f2f4f7;
  background-color: #f2f4f7;
}

.events-filter__item .form-control,
.events-filter__item .form-select {
  padding-right: var(--form-ctrl-pad-x);
}

.events-filter__item .multiselect.is-open {
  border-radius: var(--form-ctrl-pad-x) var(--form-ctrl-pad-x) 0 0;
}

.events-filter__item .multiselect-dropdown {
  box-shadow: 0.75rem var(--form-ctrl-pad-x) var(--form-ctrl-pad-x) rgba(0, 0, 0, 0.1), -0.25rem var(--form-ctrl-pad-x) var(--form-ctrl-pad-x) rgba(0, 0, 0, 0.1);
  background-color: #f2f4f7;
  border: none;
  scrollbar-width: thin;
  scrollbar-color: #c3c5c7 #e6e6e6;
}

.events-filter__item .multiselect-dropdown::-webkit-scrollbar {
  width: 0.75rem;
  height: 0.75rem;
}

.events-filter__item .multiselect-dropdown::-webkit-scrollbar-track {
  background: #e6e6e6;
  width: 0.75rem;
  border-radius: var(--ms-dropdown-radius, 4px);
}

.events-filter__item .multiselect-dropdown::-webkit-scrollbar-thumb {
  background-color: #c3c5c7;
  border-radius: var(--ms-dropdown-radius, 4px);
}

.events-filter__item .input-group {
  border-radius: var(--form-ctrl-pad-x);
}

.events-filter__item .input-group> :first-child {
  border-top-left-radius: var(--form-ctrl-pad-x);
  border-bottom-left-radius: var(--form-ctrl-pad-x);
  padding-left: var(--form-ctrl-pad-x);
}

.events-filter__item .input-group> :last-child {
  border-top-right-radius: var(--form-ctrl-pad-x);
  border-bottom-right-radius: var(--form-ctrl-pad-x);
  padding-right: var(--form-ctrl-pad-x);
}

.events-filter__item .input-group:focus-within {
  box-shadow: 0 0 0 0.125rem rgba(153, 153, 153, 0.25);
}

.events-filter__item .input-group>.btn:focus,
.events-filter__item .input-group>.form-control:focus {
  box-shadow: none;
}

@media (min-width: 576px) {
  .events-filter__item {
    --form-ctrl-pad-x: 1.5rem;
  }

  .events-filter__item .form-control,
  .events-filter__item .form-select {
    width: auto;
  }

  .events-filter__item .form-select,
  .events-filter__item .multiselect {
    min-width: 16rem;
  }
}

@media (max-width: 767.98px) {
  .events-filter__item {
    flex: 0 0 calc(50% - 0.75rem);
  }
}

@media (max-width: 575.98px) {
  .events-filter__item {
    flex: 1 1 100%;
    max-width: none;
  }
}

@media (prefers-contrast: less) {

  .events-filter__item .form-control,
  .events-filter__item .form-select,
  .events-filter__item .multiselect {
    border-color: #eaeaea;
    background-color: #eaeaea;
  }

  .events-filter__item .multiselect-dropdown {
    background-color: #eaeaea;
  }
}

.events-filter__search {
  flex-wrap: nowrap;
}

@media (min-width: 576px) {
  .events-filter__search {
    width: 25rem;
  }
}

.events-filter__search>.form-control {
  border-right-width: 0;
}

.events-filter__search>.form-control:not([id])::-ms-clear {
  display: none;
}

.events-filter__search>.form-control:not([id])::-webkit-search-cancel-button {
  display: none;
}

.events-filter__search>.btn {
  font-size: 1.25rem;
  line-height: 1;
  padding: 0.825rem 1rem 0.825rem 0.5rem;
  color: var(--bs-body-color);
  background-color: #f2f3f7;
  border: none;
}

.events-filter__search>.btn>i {
  line-height: 0.98;
  vertical-align: -0.1em;
}

.events-filter__search>.btn>.fa-times {
  font-size: 135%;
  line-height: 0.8;
}

.events-filter__search>.btn:last-child {
  border-radius: 0 1.5rem 1.5rem 0;
  padding-right: 1.25rem;
}

@media (prefers-contrast: less) {
  .events-filter__search>.btn {
    background-color: #eaeaea;
  }
}

.events-filter__calendar {
  padding: 0 min(7%, 2rem) min(7%, 2rem);
  border-radius: 5px;
  background-color: #f2f4f7;
}

@media (max-width: 1399.98px) {
  .events-filter__calendar {
    position: fixed;
    z-index: 1010;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.2);
    visibility: hidden;
    opacity: 0;
  }

  .events-filter__calendar.visible {
    visibility: visible;
    opacity: 1;
  }
}

@media (prefers-contrast: less) {
  .events-filter__calendar {
    background-color: #eaeaea;
  }
}

.events-filter__show-btn>.btn {
  color: #cc0000;
  border-radius: 1.5rem;
  text-transform: none;
  white-space: nowrap;
  position: relative;
}

@media (max-width: 575.98px) {
  .events-filter__show-btn {
    position: fixed;
    z-index: 10;
    left: 50%;
    bottom: 0.5rem;
    top: auto;
    transform: translateX(-50%);
    padding: 0.5rem;
    border-radius: 2rem;
    background-color: #fff;
    box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.4) !important;
  }
}

@media (max-width: 575.98px) and (prefers-contrast: less) {
  .events-filter__show-btn {
    background-color: var(--bs-body-bg);
  }
}

.events-filter__actives-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1rem;
}

@media (min-width: 576px) {
  .events-filter__actives-list {
    gap: 1.25rem;
  }
}

.events-filter__actives-list>.btn {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0.25rem 1.25rem;
  border-radius: 1.5rem;
  min-height: calc(2px + 2.5rem);
  max-width: 26rem;
  min-width: 0;
  cursor: default;
  position: relative;
  text-align: left;
  text-transform: none;
  line-height: 1.286;
}

.events-filter__actives-list>.btn>.fa-times {
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  color: #cc0000;
  opacity: 0.7;
  text-decoration: none;
}

.events-filter__actives-list>.btn>.fa-times:hover,
.events-filter__actives-list>.btn>.fa-times:focus {
  opacity: 1;
}

.events-filter__actives-list>.btn>img {
  margin: calc(1px - 0.25rem) 0.5rem calc(1px - 0.25rem) calc(1px - 1.25rem);
  width: auto;
  height: 2.875rem;
  border-radius: 50%;
}

@media (min-width: 576px) {
  .events-filter__actives-list>.btn {
    min-height: 3.125rem;
    padding: 0.25rem 1.5rem;
  }

  .events-filter__actives-list>.btn>img {
    margin-left: calc(1px - 1.5rem);
  }
}

.events-filter__actives-list>.btn-outline-light {
  color: #cc0000;
}

.events-filter__actives-more {
  text-transform: none;
  margin-bottom: 1rem;
}

.events-filter__actives-more:hover,
.events-filter__actives-more:focus {
  text-decoration: none;
}

.events-filter__actives-more>span {
  color: var(--bs-body-color);
  font-size: 1rem;
  font-weight: 600;
}

.events-filter__actives-more>i {
  font-size: 1.25rem;
  line-height: 1;
  color: #cc0000;
}

.events-filter__actives-more[aria-expanded=true]>i {
  transform: rotate(180deg);
}

.events-item {
  border: none;
  position: relative;
  transition: z-index 0.3s step-end;
  z-index: 1;
}

.events-item>* {
  position: relative;
  z-index: 1;
}

.events-item__img {
  position: relative;
  margin-bottom: 0;
  max-width: 30rem;
}

.events-item__img>a {
  display: block;
  aspect-ratio: 3/2;
  width: 100%;
}

.events-item__img img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.events-item .card-body {
  padding: 1rem 0;
}

.events-item .card-body>a {
  color: var(--bs-body-color);
  text-decoration: none;
}

.events-item .card-body>a:hover,
.events-item .card-body>a:focus {
  color: #005e9c;
}

.events-item .card-body>h2 {
  line-height: 1.3;
}

.events-item__date {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 0 0.75rem;
  gap: 0 0.75rem;
  position: relative;
}

.events-item__date>strong {
  font-weight: 500;
}

.events-item__date>span {
  font-size: 0.9375rem;
  color: #999999;
  grid-column: 2/3;
  grid-row: 2/3;
}

.events-item__date__day,
.events-item__date__month {
  font-size: min(2rem, calc(1.5rem + 0.5vw));
  line-height: 1.2;
}

.events-item__date__day>small,
.events-item__date__month>small {
  font-size: 0.8em;
}

.events-item__date .fa-calendar-day {
  grid-column: 1/2;
  font-size: 1.125rem;
  color: #333;
}

.events-item__date__month {
  grid-column: 1/3;
}

.events-item__date__day {
  grid-column: 1/2;
}

.events-item__date__day+.events-item__date__month {
  grid-column: 2/3;
}

.events-item__place {
  display: flex;
  align-items: flex-start;
  font-size: 0.875rem;
  line-height: 1.286;
  font-weight: 500;
  color: #999;
  min-height: 2.6em;
}

.events-item__place>.fa-map-marker-alt {
  font-size: 1.25rem;
  transform: translateY(-5%);
}

.events-item__descr {
  font-size: 0.9375rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin-bottom: 1rem;
}

.events-item__descr>p {
  display: inline;
}

.events-item__descr>p::after {
  content: " \a\a";
  white-space: pre;
}

.events-item__descr>p:last-child {
  margin-bottom: 0;
}

@media (hover: hover) and (min-width: 576px) {
  .events-item__back {
    display: flex;
    align-items: flex-end;
    padding: 1rem;
    height: calc(100% + 6rem);
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0.5rem 3rem rgba(0, 0, 0, 0.38);
    position: absolute;
    z-index: 0;
    left: -1rem;
    top: -1rem;
    right: -1rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
  }
}

@media (hover: hover) and (min-width: 576px) and (prefers-contrast: less) {
  .events-item__back {
    background-color: var(--bs-body-bg);
  }
}

@media (hover: hover) and (min-width: 576px) {

  .events-item:hover,
  .events-item:focus-within {
    transition: z-index 0.3s step-start 0.2s;
    z-index: 2;
  }

  .events-item:hover .events-item__back,
  .events-item:focus-within .events-item__back {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s 0.2s, visibility 0.3s 0.2s;
  }
}

/* Анимация появления календаря */
.calendar-enter-active,
.calendar-leave-active {
  transition: opacity 0.3s, visibility 0.3s;
}

.calendar-enter-active .vuecal,
.calendar-leave-active .vuecal {
  transition: transform 0.3s;
}

.calendar-enter-to,
.calendar-leave-from {
  visibility: visible;
  opacity: 1;
}

.calendar-enter-from .vuecal,
.calendar-leave-to .vuecal {
  transform: translateY(-1rem);
}

.expert {
  display: flex;
}

.expert.expert_pro {
  /*.article__author {
      border: 1px solid $gray-300;
      border-bottom: 6px solid $gray-300;
      padding: 1rem;
      border-radius: 10px;
  }*/
}

.expert .article__author {
  position: relative;
  padding: 1rem;
}

.expert .article__author h6 {
  display: flex;
  align-items: center;
}

.expert .article__author h6 svg {
  margin-left: 5px;
  fill: #cc0000;
}

@media (max-width: 575.98px) {
  .expert .article__author h6 {
    justify-content: center;
  }
}

.expert .article__author .text-sm {
  max-height: 80px;
  overflow: hidden;
}

.expert__photo {
  position: relative;
  max-width: 12rem;
  aspect-ratio: 1;
}

.expert__photo a {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.expert__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section__footer-contacts {
  border-top: 2px solid #000;
  padding: min(3.5rem, 1rem + 2.5vw) 0;
}

.section__footer-contacts .text-sm {
  font-size: 0.9375rem;
}

.section__footer-contacts form {
  max-width: 38rem;
}

.page__footer {
  font-size: 14px;
  background-color: #e6e6e6;
  padding: min(2rem, 1.5rem + 0.5vw) 0;
}

.page__footer .text-muted {
  color: #666666 !important;
}

.page__footer a {
  color: #000;
}

.page__footer p {
  margin: 1.25rem 0;
}

.page__footer .copyright {
  font-weight: 500;
}

@media (min-width: 992px) {
  .page__footer .contacts__links {
    justify-content: flex-end;
  }
}

.footer-menu {
  font-size: 14px;
  border-bottom-color: #b2b2b2 !important;
}

.footer-menu .nav-link {
  padding-left: 0;
  padding-right: 0;
}

.page__header {
  --page-header-bg: var(--bs-body-bg, #fff);
  background-color: var(--page-header-bg);
  position: sticky;
  z-index: 1002;
  top: 0;
  width: 100%;
  transition: box-shadow 0.3s ease;
}

.page__header.floating {
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.2);
}

.page__header>.container-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 5.5rem;
  z-index: 4;
}

@media (max-width: 767.98px) {
  .page__header>.container-fluid {
    height: 5rem;
  }
}

.page__header .navbar-toggler {
  width: 3.25rem;
  margin-top: -0.25rem;
  margin-right: 2rem;
  margin-left: -0.75rem;
}

.page__header .navbar-toggler>svg {
  vertical-align: middle;
}

.page__header .navbar-toggler.show>svg:first-of-type {
  display: none;
}

.page__header .navbar-toggler:not(.show)>svg:last-of-type {
  display: none;
}

@media (max-width: 991.98px) {
  .page__header .navbar-toggler {
    margin-right: 1.25rem;
  }
}

.page-hdr__logo {
  display: flex;
  align-items: center;
  margin-right: auto;
  flex: 0 0 auto;
}

.page-hdr__logo:hover,
.page-hdr__logo:focus {
  text-decoration: none;
}

.page-hdr__logo>img {
  height: 4rem;
}

.page-hdr__logo-text {
  margin-left: 0.75rem;
  max-width: 22rem;
  color: #000;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .page-hdr__logo-text {
    display: none;
  }
}

.page-hdr__user {
  font-size: 0.9375rem;
  margin-left: 1rem;
}

.page-hdr__user .btn-link {
  display: inline-flex;
  align-items: center;
  color: var(--bs-body-color);
  padding: 0;
}

.page-hdr__user .btn-link::after {
  content: none;
}

.page-hdr__user .btn-link>strong {
  max-width: 18ch;
  text-overflow: ellipsis;
  overflow: hidden;
}

.page-hdr__user .btn-link:hover,
.page-hdr__user .btn-link:focus {
  box-shadow: none;
}

.page-hdr__user .dropdown-menu {
  text-align: right;
}

@media (max-width: 575.98px) {
  .page-hdr__user {
    margin-left: 1.25rem;
  }

  .page-hdr__user .btn-link>strong {
    display: none;
  }
}

.page-hdr__user-thumb {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  margin-left: 1rem;
  margin-top: -2px;
}

@media (max-width: 575.98px) {
  .page-hdr__user-thumb {
    width: 3.5rem;
    height: 3.5rem;
    margin-left: 0;
  }
}

.page-hdr__search {
  width: auto;
  height: 2.75rem;
  flex: 1 1 26rem;
  margin-left: 2rem;
  position: relative;
  z-index: 10;
}

.page-hdr__search .form-control {
  font-size: 0.9375rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 2.75rem;
  height: 2.75rem;
  border-color: #999;
  padding-right: 4rem;
  border-radius: 2rem;
  box-shadow: 0 0 0 1rem var(--page-header-bg);
  transition: width 0.3s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.3s, visibility 0.3s;
  visibility: hidden;
  opacity: 0;
}

.page-hdr__search .form-control::-webkit-search-cancel-button {
  display: none;
}

.page-hdr__search .search-btn,
.page-hdr__search .search-btn--mobile {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  font-size: 1.25rem;
  width: 2rem;
  height: 100%;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0.5rem;
  z-index: 2;
}

.page-hdr__search .search-btn>i,
.page-hdr__search .search-btn--mobile>i {
  line-height: 1.3;
}

.page-hdr__search .search-btn {
  right: 2.5rem;
  display: none;
}

.page-hdr__search.show>.search-btn {
  display: block;
}

.page-hdr__search.show>.form-control {
  width: min(100%, 26rem);
  visibility: visible;
  opacity: 1;
}

.page-hdr__search.show>.search-btn--mobile>i::before {
  content: "\f00d";
  font-size: 1.5rem;
  font-weight: 300;
}

@media (max-width: 767.98px) {
  .page-hdr__search {
    flex: 0 0 2.75rem;
    background-color: var(--page-header-bg);
    box-shadow: 0 0 0 1rem var(--page-header-bg);
  }

  .page-hdr__search>.form-control {
    left: 50%;
    transform: translateX(-50%);
    transition-duration: 0s;
  }

  .page-hdr__search.show {
    position: absolute;
    margin-left: 0;
    left: var(--container-x);
    right: var(--container-x);
  }

  .page-hdr__search.show>.form-control {
    width: 100%;
    transition-duration: 0.3s;
  }
}

.header-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5rem var(--container-x) 0;
  position: fixed;
  left: 0;
  z-index: 2;
  top: 0;
  bottom: 0;
  background: var(--page-header-bg);
  width: 100vw;
  transform-origin: 0 0;
  transition-property: visibility, transform;
  transition-duration: 0.4s;
}

.header-menu .navbar {
  padding-left: 0;
  flex-direction: column;
  justify-content: center;
}

.header-menu .navbar .nav-link {
  padding: 0.5rem;
  position: relative;
  color: var(--bs-body-color);
  font-weight: 600;
  text-transform: uppercase;
}

.header-menu .navbar .nav-link:hover,
.header-menu .navbar .nav-link:focus {
  color: #005e9c;
  text-decoration: underline;
}

.header-menu .navbar .nav-link>.badge {
  font-weight: 500;
  position: absolute;
  right: -0.5rem;
  top: -0.125rem;
}

.header-menu:not(.show) {
  transition-delay: 0.1s;
  transition-timing-function: step-end, cubic-bezier(0.77, 0.2, 0.05, 1);
  transform: translateY(-100%);
  visibility: hidden;
}

.header-menu:not(.show) .navbar {
  transition: opacity 0.2s ease-out;
  opacity: 0;
}

.header-menu.show {
  transition-timing-function: step-start, cubic-bezier(0.77, 0.2, 0.05, 1);
  transform: translateY(0);
  visibility: visible;
}

.header-menu.show .navbar {
  opacity: 1;
  transition: opacity 0.2s ease-out 0.3s;
}

.header-menu .contacts__links {
  justify-content: center;
}

@media (min-width: 1908px) {
  .index-page__block-shifted {
    margin-left: min(18.75rem, 18vw);
  }

  .index-page__block-shifted.index-page__posts {
    width: calc(50vw + 950px - min(18.75rem, 18vw) - var(--container-x) - 2rem);
  }
}

.index-page__block-shifted .posts-carousel .swiper-button-prev,
.index-page__block-shifted .posts-carousel .swiper-button-next {
  /* @include media-breakpoint-down(sm) {
  	transform: translateX(10rem) translateY(-100%);
  } */
}

@media (min-width: 992px) {

  .index-page__block-shifted .posts-carousel .swiper-button-prev,
  .index-page__block-shifted .posts-carousel .swiper-button-next {
    margin-top: 0;
    transform: translateX(14rem) translateY(calc(-100% - 1.5rem));
  }
}

@media (min-width: 1908px) {

  .index-page__block-shifted .posts-carousel .swiper-button-prev,
  .index-page__block-shifted .posts-carousel .swiper-button-next {
    transform: translateY(calc(300px - 1.8em)) translateX(-275%);
  }
}

@media (min-width: 1908px) {
  .index-page__block-shifted .promo-2 {
    margin-right: calc(100% / 12 + 2rem);
  }

  .index-page__block-shifted .promo-2 img {
    width: 100%;
  }
}

.index-page__nav {
  flex-direction: column;
  align-items: flex-end;
  min-width: 180px;
}

@media (min-width: 1400px) {
  .index-page__nav {
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  .index-page__nav {
    display: none;
  }
}

.index-page__nav>h1,
.index-page__nav>.h1 {
  font-size: 1.625rem;
  font-weight: 800;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  position: relative;
}

.index-page__nav>h1::after,
.index-page__nav>.h1::after {
  content: "";
  display: block;
  border-top: 2px solid #cc0000;
  width: 6rem;
  position: absolute;
  bottom: 0;
  right: 0;
}

.index-page__nav .nav-link {
  padding: 0.5rem 0;
  position: relative;
  color: var(--bs-body-color);
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
}

.index-page__nav .nav-link:hover,
.index-page__nav .nav-link:focus {
  color: #005e9c;
  text-decoration: underline;
}

.index-page__nav .nav-link>.badge {
  font-weight: 500;
  position: absolute;
  right: -0.5rem;
  top: -0.125rem;
}

@media (min-width: 1400px) {
  .index-page__main-post {
    margin-bottom: 12%;
  }

  .index-page__main-post .posts-item--main .posts-item__inner {
    max-height: 51rem;
  }

  .index-page__main-post .posts-item--main .posts-item__img {
    margin-bottom: -12rem;
  }

  .index-page__main-post .posts-item--main .posts-item__img::before {
    padding-bottom: 135%;
  }

  .index-page__main-post .posts-item--main .posts-item__img>a {
    display: block;
    position: relative;
    aspect-ratio: auto;
  }

  .index-page__main-post .posts-item--main .posts-item__img>a::after {
    content: "";
    display: block;
    background: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 80%, rgb(0, 0, 0));
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
}

.index-page__posts {
  position: relative;
  margin-top: 1rem;
}

@media (min-width: 992px) {
  .index-page__posts {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: minmax(4.5rem, auto) auto;
    grid-auto-rows: auto;
  }
}

@media (min-width: 1400px) {
  .index-page__posts {
    grid-template-rows: minmax(5.5rem, auto) auto;
    margin-top: calc(10rem - 23vw);
  }
}

@media (min-width: 1908px) {
  .index-page__posts {
    margin-top: max(-16.5rem, -16.5vw);
  }
}

.index-page__posts__title {
  grid-row: 1/2;
  text-transform: uppercase;
  font-weight: 700;
}

@media (min-width: 1908px) {
  .index-page__posts__title {
    position: absolute;
    right: 100%;
    bottom: 100%;
    transform-origin: 100% 100%;
    transform: rotate(-90deg) translateY(-1.25rem) translateX(-5.5rem);
    margin-bottom: 0;
    text-align: right;
  }
}

.index-page__posts .posts-carousel {
  grid-row: 2/3;
}

@media (min-width: 1908px) {
  .index-page__posts .posts-carousel .swiper-slide {
    width: calc(425px + 2rem);
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 1400px) {
  .index-page__posts--reverse {
    margin-top: -17.5vw;
  }
}

@media (min-width: 1908px) {
  .index-page__posts--reverse {
    margin-top: max(-21rem, -21vw);
  }
}

@media (min-width: 1400px) {
  .index-page__posts--reverse .posts-carousel .swiper-button-prev {
    left: auto;
    right: 4rem;
  }

  .index-page__posts--reverse .posts-carousel .swiper-button-next {
    left: auto;
    right: 0;
  }
}

.index-page__events-filter .form-control {
  max-width: 260px;
}

@media (max-width: 1399.98px) {
  .index-page__events-filter {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
  }

  .index-page__events-filter>* {
    margin-right: 2rem;
  }

  .index-page__events-filter a {
    display: inline-block;
    padding: calc(0.75rem + 1px) 0;
    line-height: 1.5;
  }
}

@media (max-width: 575.98px) {
  .index-page__events-filter {
    flex-direction: column;
    align-items: flex-start;
  }

  .index-page__events-filter a {
    margin-top: 0.75rem;
    padding: 1px 0;
  }
}

.index-page__subscription {
  font-size: 15px;
  line-height: 1.5;
}

.index-page__subscription h6 {
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.index-page__subscription h6>span {
  display: block;
  margin-bottom: 0.75rem;
}

.index-page__subscription h6>small {
  display: block;
  font-size: 17px;
  font-weight: 600;
}

.index-page__subscr-form {
  max-width: 40rem;
}

.index-page__video-main .posts-item__title {
  min-width: 18rem;
}

.index-page__video-main .posts-item__img {
  min-height: 20rem;
}

.index-page__video-main .posts-item__img::before {
  content: "";
  display: block;
  padding-bottom: 56%;
}

.index-page__video-main .posts-item__img>img,
.index-page__video-main .posts-item__img>picture {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.index-page__video-main .posts-item__logo img {
  max-width: 13rem;
  max-height: 5rem;
}

.index-page__video-main .posts-item__descr {
  min-width: 30rem;
}

@media (max-width: 575.98px) {
  .index-page__video-main .posts-item__descr {
    min-width: 100%;
  }
}

.index-page__video-list {
  position: relative;
  min-height: 42rem;
}

.index-page__video-list::after {
  content: "";
  display: block;
  left: 1rem;
  right: 1.75rem;
  height: 5rem;
  background: linear-gradient(rgba(242, 244, 247, 0), #f2f4f7);
  position: absolute;
  bottom: 4.5rem;
  pointer-events: none;
}

.index-page__video-list__scroll {
  position: absolute;
  left: 1rem;
  right: 1rem;
  top: 0;
  bottom: 4.5rem;
  padding-right: 2rem;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #c3c5c7 #e6e6e6;
}

.index-page__video-list__scroll::-webkit-scrollbar {
  width: 0.625rem;
  height: 0.625rem;
}

.index-page__video-list__scroll::-webkit-scrollbar-track {
  background: #e6e6e6;
  width: 0.625rem;
}

.index-page__video-list__scroll::-webkit-scrollbar-thumb {
  background-color: #c3c5c7;
}

.index-page__video-list>.btn {
  position: absolute;
  bottom: 0;
  left: 1rem;
  right: 1rem;
}

.index-page__video-list>.btn-light {
  background-color: #e6e6e6;
}

.index-page__video-list>.btn-light:hover {
  border-color: #d2d2d2;
  background-color: #d2d2d2;
}

.index-page__video-list>.btn-light:active,
.index-page__video-list>.btn-light.active {
  border-color: #c7c7c7;
  background-color: #c7c7c7;
}

.index-page__video-list .posts-item+.posts-item {
  margin-top: 1.75rem;
}

.lk_container {
  max-width: 1600px;
}

.lk_layout {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 0 2rem;
  gap: 0 2rem;
}

@media (min-width: 768px) {
  .lk_layout {
    grid-template-columns: minmax(13rem, 16.875%) 1fr;
  }
}

@media (min-width: 768px) {
  .lk_aside {
    position: sticky;
    top: 6rem;
    bottom: 0;
  }
}

@media (max-width: 767.98px) {
  .lk_aside {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .lk_aside>* {
    flex: 0 0 calc(50% - 1rem);
  }
}

@media (max-width: 480px) {
  .lk_aside>* {
    flex: 1 1 100%;
  }
}

.lk_avatar {
  position: relative;
}

.lk_avatar>img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
}

.lk_sidenav {
  margin-bottom: 2rem;
}

@media (max-width: 575.98px) {
  .lk_sidenav {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    left: 0;
    right: 0;
    padding: var(--container-x);
    box-shadow: 0 -0.5rem 1.5rem rgba(0, 0, 0, 0.2);
    background-color: #fff;
    margin-bottom: 0;
    transition: opacity 0.2s, visibility 0.2s;
  }

  .lk_sidenav_hdr {
    margin-bottom: 0;
    text-transform: none;
    font-size: 1.25rem;
    font-weight: 500;
  }

  .lk_sidenav.is-hidden {
    visibility: hidden;
    opacity: 0;
  }
}

.lk_sidenav_inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.lk_sidenav_inner>a {
  padding: 0.375rem 0;
  color: var(--bs-body-color);
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.42858;
  font-weight: 600;
}

.lk_sidenav_inner>a.active {
  color: #999999;
}

@media (max-width: 767.98px) {
  .lk_sidenav_inner {
    overflow: hidden;
    margin-top: 1.25rem;
    transition-property: height, opacity, visibility;
    transition-timing-function: ease-out;
    transition-duration: 0.3s;
  }

  .lk_sidenav_inner.collapsed {
    visibility: hidden;
    opacity: 0;
    height: 0;
    margin-top: 0;
  }
}

.lk_actions-panel {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.lk_actions-panel .btn-icon>i {
  font-size: 1.5rem;
}

@media (max-width: 480px) {
  .lk_actions-panel {
    flex-direction: column;
    align-items: stretch;
  }
}

.lk_block {
  padding: 0 0 1.5rem;
  border-bottom: 2px solid #e5e5e5;
  margin-bottom: 2rem;
}

.lk_block_hdr {
  margin-bottom: 2rem;
}

.lk_block_hdr>[data-bs-toggle=collapse] {
  display: block;
  position: relative;
}

.lk_block_hdr>[data-bs-toggle=collapse]::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-size: inherit;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  color: #b2b2b2;
  content: "\f078";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.5em;
  transition: transform 0.3s;
}

.lk_block_hdr>[aria-expanded=true]::after {
  transform: rotate(180deg);
}

.lk_block_profile {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 16rem;
}

.lk_pers-data_list,
.lk_pers-data_container {
  align-items: flex-start;
  justify-content: space-between;
}

.lk_pers-data_list>.btn,
.lk_pers-data_container>.btn {
  flex: 0 0 auto;
}

.lk_pers-data_container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

@media (max-width: 767.98px) {
  .lk_pers-data_container {
    flex-direction: column;
  }
}

.lk_pers-data_list {
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
  grid-gap: 1rem 2rem;
  gap: 1rem 2rem;
}

@media (min-width: 576px) {
  .lk_pers-data_list {
    min-width: 30rem;
  }
}

.lk_pers-data_item {
  flex: 0 0 auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  max-width: 18rem;
  padding-right: 2rem;
}

.lk_pers-data_item>strong {
  font-size: min(1.125rem, calc(1rem + 0.125vw));
  font-weight: 500;
  margin-bottom: 0.25rem;
}

.lk_pers-data_item>span {
  word-break: break-word;
}

@media (max-width: 575.98px) {
  .modal-dialog {
    margin: 0;
  }

  .modal-content {
    border-radius: 0;
  }
}

@media (min-width: 576px) {

  .modal-header,
  .modal-footer {
    padding-left: min(2rem, 1rem + 1vw);
    padding-right: min(2rem, 1rem + 1vw);
  }
}

@media (min-width: 576px) {
  .modal-header {
    padding-top: min(1.5rem, 1rem + 0.5vw);
    padding-bottom: min(1.5rem, 1rem + 0.5vw);
  }
}

@media (min-width: 576px) {
  .modal-footer {
    padding-top: min(1rem, 0.5rem + 0.5vw);
    padding-bottom: min(1rem, 0.5rem + 0.5vw);
  }
}

@media (min-width: 576px) {
  .modal-body {
    padding: min(2rem, 1rem + 1vw);
  }
}

.modal-title {
  line-height: 1.2;
}

#expert-feedback .expert-card__sn a {
  color: #000;
}

#expert-feedback .expert-card__sn a i {
  color: #000;
}

.piranhas-topic__layout {
  display: block;
}

@media (min-width: 1400px) {
  .piranhas-topic__layout {
    display: grid;
    grid-gap: 0 2rem;
    gap: 0 5rem;
    grid-template-columns: auto minmax(24rem, calc(20% - 2rem));
  }
}

@media (max-width: 1399.98px) {
  .piranhas-topic__subtopics {
    display: none;
  }
}

.piranhas-topic__subtopics .position-sticky {
  top: 120px;
}

.piranhas-topic__subtopics .article__relevant-posts {
  max-width: 300px;
}

.topic-list__part .card {
  border-width: 1px;
  border-color: #f2f4f7;
}

.topic-list__part .card .card-header {
  background-color: #f2f4f7;
}

.topic-list__part .card .card-body {
  padding-left: 10%;
  padding-right: 10%;
}

@media (max-width: 767.98px) {
  .topic-list__part .card .card-body {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.topic-list__part .card .card-footer {
  background-color: #f2f4f7;
}

.topic-list__part .card .btn-sm {
  text-transform: none;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.topic-panel {
  display: flex;
  align-items: center;
  justify-content: center;
}

.topic-panel .tool {
  margin: 0 25px;
}

.topic-msg {
  width: 70%;
  margin-bottom: 30px;
}

@media (max-width: 991.98px) {
  .topic-msg {
    width: 100%;
  }

  .topic-msg .topic-msg__author-pic {
    margin-right: 1rem;
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .topic-msg:nth-child(even) {
    margin-right: auto;
  }

  .topic-msg:nth-child(even) .topic-msg__author {
    justify-content: flex-start;
  }

  .topic-msg:nth-child(even) .topic-msg__author-pic {
    order: 1;
    margin-right: 1rem;
    margin-left: 0;
  }

  .topic-msg:nth-child(even) .topic-msg__author-name {
    order: 2;
  }

  .topic-msg:nth-child(even) .topic-msg__content {
    margin-left: 5.25rem;
    margin-right: 0;
  }

  .topic-msg:nth-child(even) .topic-msg__footer {
    margin-left: 5.25rem;
    margin-right: 0;
  }

  .topic-msg:nth-child(odd) {
    margin-left: auto;
  }

  .topic-msg:nth-child(odd) .topic-msg__author {
    justify-content: flex-end;
  }

  .topic-msg:nth-child(odd) .topic-msg__author-pic {
    order: 2;
    margin-left: 1rem;
    margin-right: 0;
  }

  .topic-msg:nth-child(odd) .topic-msg__author-name {
    order: 1;
    text-align: right;
  }

  .topic-msg:nth-child(odd) .topic-msg__content {
    margin-right: 5.25rem;
    margin-left: 0;
  }

  .topic-msg:nth-child(odd) .topic-msg__footer {
    margin-right: 5.25rem;
    margin-left: 0;
  }
}

.topic-msg__author {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.topic-msg__author-pic {
  flex: 0 0 4.25rem;
}

.topic-msg__author-pic a {
  text-decoration: none;
}

.topic-msg__author-pic img {
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 50%;
}

.topic-msg__author-name h5 {
  margin: 0 0 0.125rem;
  font-size: min(1.125rem, 1rem + 0.125vw);
}

.topic-msg__author-name p {
  color: #999999;
}

.topic-msg__author-name p:last-child {
  margin-bottom: 0;
}

.topic-msg__content {
  line-height: 1.6;
}

.topic-msg__content.collapse,
.topic-msg__content.collapsing {
  position: relative;
}

.topic-msg__content.collapse:not(.show),
.topic-msg__content.collapsing:not(.show) {
  display: block;
  min-height: 100px;
  height: 100px;
  overflow: hidden;
}

.topic-msg__content.collapse:not(.show):after,
.topic-msg__content.collapsing:not(.show):after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70px;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}

.topic-msg__content a {
  color: #000;
}

.topic-msg__content a:hover {
  text-decoration: none;
}

.topic-msg__content a p:last-child {
  margin-bottom: 0;
}

.topic-msg__footer .art-comms__item-actions .art-comms__item_thumb-up>i,
.topic-msg__footer .art-comms__item-actions .art-comms__item_thumb-down>i {
  font-size: 1rem;
}

.topic-msg__modal .modal-body {
  padding-top: 0;
  line-height: 1.6;
}

.posts {
  position: relative;
}

.posts__hashtags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.875rem;
}

.posts__hashtags>a {
  padding: 0.25rem 0;
}

.posts-list {
  margin-top: 1rem;
}

.posts-list h4 {
  margin-bottom: 1.25rem;
}

@media (max-width: 1399.98px) {
  .posts-list {
    margin-top: 2rem;
  }
}

.posts-list__more {
  text-align: center;
  margin: 1rem 0;
}

.posts-list__more>.btn {
  min-width: 14rem;
}

.posts-list .posts-item--video .posts-item__img>a::after {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3e%3cpath fill-rule='evenodd' fill='rgb%28204, 0, 0%29' d='M59.999,119.998 C26.862,119.998 0.0,93.136 0.0,59.998 C0.0,26.861 26.862,0.1 59.999,0.1 C93.136,0.1 119.999,26.861 119.999,59.998 C119.999,93.136 93.136,119.998 59.999,119.998 ZM84.74,56.536 L49.932,36.811 C47.265,35.271 43.931,37.195 43.931,40.275 L43.931,79.724 C43.931,82.804 47.265,84.728 49.932,83.188 L84.74,63.463 C86.740,61.923 86.740,58.76 84.74,56.536 Z'/%3e%3c/svg%3e") center no-repeat;
  background-size: 6rem;
  opacity: 0.5;
  transition: background-size 0.2s ease-out;
}

.posts-list .posts-item--video .posts-item__img>a:hover::after,
.posts-list .posts-item--video .posts-item__img>a:focus::after {
  background-size: 6.5rem;
}

.posts-filter {
  position: relative;
}

.posts-filter__block,
.posts-filter__controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.posts-filter__controls {
  gap: 1.75rem;
  margin-bottom: 1.25rem;
  justify-content: space-between;
}

.posts-filter__block {
  gap: 1.25rem;
}

@media (max-width: 575.98px) {
  .posts-filter__block {
    flex: 1 1 100%;
    gap: 1rem;
  }
}

.posts-filter__item {
  --form-ctrl-pad-x: 1.25rem;
  flex: 0 0 auto;
  max-width: 100%;
}

.posts-filter__item .form-select {
  text-overflow: ellipsis;
}

.posts-filter__item .form-select>option {
  padding: 0.5rem;
}

.posts-filter__item .form-control,
.posts-filter__item .form-select {
  border-radius: var(--form-ctrl-pad-x);
  border-color: #f2f4f7;
  background-color: #f2f4f7;
}

.posts-filter__item .form-control,
.posts-filter__item .form-select {
  padding-right: var(--form-ctrl-pad-x);
}

.posts-filter__item.input-group {
  border-radius: var(--form-ctrl-pad-x);
}

.posts-filter__item.input-group> :first-child {
  border-top-left-radius: var(--form-ctrl-pad-x);
  border-bottom-left-radius: var(--form-ctrl-pad-x);
  padding-left: var(--form-ctrl-pad-x);
}

.posts-filter__item.input-group> :last-child {
  border-top-right-radius: var(--form-ctrl-pad-x);
  border-bottom-right-radius: var(--form-ctrl-pad-x);
  padding-right: var(--form-ctrl-pad-x);
}

.posts-filter__item.input-group:focus-within {
  box-shadow: 0 0 0 0.125rem rgba(153, 153, 153, 0.25);
}

.posts-filter__item.input-group>.btn:focus,
.posts-filter__item.input-group>.form-control:focus {
  box-shadow: none;
}

@media (min-width: 576px) {
  .posts-filter__item {
    --form-ctrl-pad-x: 2.5rem;
  }

  .posts-filter__item .form-control,
  .posts-filter__item .form-select {
    width: auto;
  }
}

@media (max-width: 575.98px) {
  .posts-filter__item {
    flex: 1 1 100%;
    max-width: none;
  }
}

@media (prefers-contrast: less) {

  .posts-filter__item .form-control,
  .posts-filter__item .form-select {
    border-color: #eaeaea;
    background-color: #eaeaea;
  }
}

.posts-filter__search {
  flex-wrap: nowrap;
}

@media (min-width: 576px) {
  .posts-filter__search {
    width: 25rem;
  }
}

.posts-filter__search>.form-control {
  border-right-width: 0;
}

.posts-filter__search>.form-control::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.posts-filter__search>.form-control::-webkit-search-cancel-button {
  display: none;
}

.posts-filter__search>.form-control:placeholder-shown+[type=reset] {
  display: none;
}

.posts-filter__search>.btn {
  font-size: 1.25rem;
  line-height: 1;
  padding: 0.825rem 1rem 0.825rem 0.5rem;
  color: var(--bs-body-color);
  background-color: #f2f3f7;
  border: none;
}

.posts-filter__search>.btn>i {
  line-height: 0.98;
  vertical-align: -0.1em;
}

.posts-filter__search>.btn>.fa-times {
  font-size: 135%;
  line-height: 0.8;
}

@media (prefers-contrast: less) {
  .posts-filter__search>.btn {
    background-color: #eaeaea;
  }
}

.posts-filter__show-btn>.btn {
  color: #cc0000;
  border-radius: 1.5rem;
  text-transform: none;
  white-space: nowrap;
  position: relative;
}

.posts-filter__actives-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1rem;
}

@media (min-width: 576px) {
  .posts-filter__actives-list {
    gap: 1.25rem;
  }
}

.posts-filter__actives-list>.btn {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0.25rem 1.25rem;
  min-height: calc(2px + 3rem);
  border-radius: 1.5rem;
  max-width: 26rem;
  min-width: 0;
  position: relative;
  text-align: left;
  text-transform: none;
  line-height: 1.286;
}

.posts-filter__actives-list>.btn>.fa-times {
  font-size: 1.5rem;
  line-height: 1;
  color: #cc0000;
  opacity: 0.7;
  text-decoration: none;
}

.posts-filter__actives-list>.btn:hover>.fa-times,
.posts-filter__actives-list>.btn:focus>.fa-times {
  opacity: 1;
}

.posts-filter__actives-list>.btn-outline-light {
  color: #cc0000;
}

.posts-item>a {
  max-height: 100%;
  color: var(--bs-body-color);
  text-decoration: none;
}

.posts-item>a:hover,
.posts-item>a:focus {
  color: #005e9c;
}

.posts-item__inner {
  display: flex;
  flex-direction: column;
}

.posts-item__img {
  display: block;
  position: relative;
  overflow: hidden;
}

.posts-item__img>a {
  display: block;
  width: 100%;
  aspect-ratio: 17/12;
}

.posts-item__img img,
.posts-item__img .lazy-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.posts-item__caption {
  padding: 1.25rem 0;
}

.posts-item__caption>h2 {
  line-height: 1.3;
}

.posts-item__title {
  font-size: 17px;
  line-height: 1.236;
}

.posts-item__title>a {
  display: block;
}

.posts-item__title>a:hover,
.posts-item__title>a:focus {
  text-decoration: none;
}

.posts-item__time {
  color: #999999;
  font-size: 0.875rem;
  display: block;
}

.posts-item__author {
  color: #999999;
  font-size: 0.875rem;
}

.posts-item__author-course {
  color: var(--bs-body-bg);
  font-size: 0.75rem;
  text-transform: uppercase;
  background-color: #cc0000;
  border-radius: 0 0 5px 5px;
  padding: calc(0.375rem + 1px) 1.25rem;
}

.posts-item__categ {
  color: #0075c3;
  text-transform: uppercase;
  font-size: 0.875rem;
}

.posts-item__meta {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 0 1.25rem;
}

.posts-item__descr {
  font-size: 0.9375rem;
  margin-bottom: 1rem;
}

.posts-item__descr>p:last-child {
  margin-bottom: 0;
}

.posts-item__logo {
  display: inline-block;
}

.posts-item__logo img {
  width: auto;
  height: auto;
}

@media (prefers-contrast: less) {
  .posts-item__logo img {
    mix-blend-mode: darken;
  }
}

.posts-item .card-img-overlay {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: min(3rem, 7%);
  background: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75));
}

.posts-item .card-img-overlay .posts-item__time {
  color: inherit;
  font-size: 1rem;
}

.posts-item .card-img-overlay .card-title {
  font-size: min(2.25rem, 1.25rem + 1vw);
  line-height: 1.3;
}

.posts-item .card-img-overlay .card-text {
  max-width: 30rem;
}

@media (max-width: 1600px) {
  .posts-item .card-img-overlay {
    background: linear-gradient(rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.75));
  }
}

@media (max-width: 768px) {
  .posts-item .card-img-overlay {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
  }
}

.posts-item .card-body>a {
  color: var(--bs-body-color);
  text-decoration: none;
}

.posts-item .card-body>a:hover,
.posts-item .card-body>a:focus {
  color: #005e9c;
}

.posts-item.card .posts-item__img {
  margin-bottom: 0;
}

.posts-item.card .posts-item__logo {
  position: relative;
  padding-top: 1.5rem;
}

.posts-item.card .posts-item__logo::before {
  content: "";
  display: block;
  border-top: 0.125rem solid #cc0000;
  width: 5rem;
  position: absolute;
  top: 0;
  left: 0;
}

.posts-item.card .posts-item__logo img {
  max-width: 150px;
  max-height: 30px;
}

.posts-item.card .posts-item__descr {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin-bottom: 0;
}

.posts-item.card .posts-item__descr>p {
  display: inline;
}

.posts-item.card .posts-item__descr>p::after {
  content: " \a\a";
  white-space: pre;
}

.posts-item--main .posts-item__title {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  position: relative;
  line-height: 1.35;
}

.posts-item--main .posts-item__title::after {
  content: "";
  display: block;
  border-top: 0.25rem solid #cc0000;
  width: 6rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 1799.98px) {
  .posts-item--main .posts-item__title {
    font-size: calc(1.25rem + 0.75vw);
  }
}

.posts-item--main .posts-item__img {
  border-radius: 5px;
}

.posts-item--main .posts-item__img::before {
  content: "";
  display: block;
  padding-bottom: 110%;
}

.posts-item--main .posts-item__img>a {
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  aspect-ratio: auto;
}

@media (max-width: 1399.98px) {
  .posts-item--main .posts-item__img::before {
    padding-bottom: 75%;
  }
}

@media (max-width: 991.98px) {
  .posts-item--main .posts-item__img {
    margin-bottom: 0;
  }

  .posts-item--main .posts-item__img::before {
    padding-bottom: 70%;
  }
}

.posts-item--main .posts-item__logo img {
  max-width: 200px;
  max-height: 42px;
}

@media (min-width: 992px) {
  .posts-item--main .posts-item__inner {
    flex-direction: row-reverse;
    align-items: center;
  }

  .posts-item--main .posts-item__inner>* {
    flex: 1 1 50%;
  }

  .posts-item--main .posts-item__img {
    display: flex;
    align-self: stretch;
    margin-bottom: 0;
    max-height: 1000px;
  }

  .posts-item--main .posts-item__caption {
    margin-right: 4%;
    padding: 2rem 0;
    position: relative;
    z-index: 2;
  }
}

@media (min-width: 1400px) {
  .posts-item--reverse .posts-item__inner {
    flex-direction: row;
  }

  .posts-item--reverse .posts-item__img {
    margin-left: 0;
    margin-right: 2%;
  }

  .posts-item--reverse .posts-item__caption {
    margin-right: 0;
  }
}

.posts-item--horiz {
  background-color: transparent;
}

.posts-item--horiz .card-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media (min-width: 576px) {
  .posts-item--horiz .posts-item__img>a {
    aspect-ratio: 4/3;
  }
}

@media (max-width: 575.98px) {
  .posts-item--horiz .posts-item__img>a {
    max-height: 19rem;
  }
}

.posts-item--award .posts-item__img>a {
  aspect-ratio: 1.8;
  min-height: 10rem;
}

@media (min-width: 992px) {
  .posts-item .posts-item__rec .posts-item__inner>* {
    flex: 0 1 40%;
  }

  .posts-item .posts-item__rec .posts-item__img {
    display: flex;
    align-self: stretch;
    margin-bottom: 0;
    max-height: 1000px;
  }
}

.posts-visual-grid {
  --posts-gap: Min(2rem, calc(1rem + 1vw));
  display: grid;
  grid-gap: var(--posts-gap);
  gap: var(--posts-gap);
}

@media (min-width: 992px) {
  .posts-visual-grid {
    grid-template-columns: 41.6666666667% calc(58.3333333333% - var(--posts-gap));
    grid-template-rows: 1fr 1fr 1fr;
  }
}

@media (min-width: 1800px) {
  .posts-visual-grid {
    grid-template-columns: 41.6666666667% calc(50% - var(--posts-gap));
  }
}

@media (max-width: 991.98px) {
  .posts-visual-grid {
    grid-template-columns: 100%;
  }
}

@media (max-width: 575.98px) {
  .posts-visual-grid {
    --posts-gap: 2.5rem;
  }
}

.posts-visual-grid .posts-item:first-child {
  overflow: hidden;
  min-height: 30rem;
  max-height: calc(30rem + 20vw);
}

@media (min-width: 992px) {
  .posts-visual-grid .posts-item:first-child {
    max-height: 64rem;
    grid-row: 1/-1;
  }
}

.posts-visual-grid .posts-item>.row {
  height: 100%;
}

.posts-small-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  grid-gap: 1.5rem max(3.5%, 1.5rem);
  gap: 1.5rem max(3.5%, 1.5rem);
}

@media (max-width: 575.98px) {
  .posts-small-grid {
    grid-template-columns: 100%;
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }
}

.posts-small-grid .promo-2 {
  grid-row: span 2;
}

.expert-card .posts-item__img>a {
  aspect-ratio: 1;
}

.profile-page {
  --page-section-y: 1.5rem;
}

.profile-page .btn-primary {
  --btn-primary-bg: var(--btn-bg, #cc0000);
  --btn-primary-color: var(--btn-color, #fff);
  --btn-primary-active-bg: var(--btn-active-bg, #a30000);
  --btn-primary-active-color: var(--btn-active-color, #fff);
  border-color: var(--btn-primary-bg);
  background-color: var(--btn-primary-bg);
  color: var(--btn-primary-color);
}

.profile-page .btn-primary:hover {
  color: var(--btn-primary-active-color);
  background: var(--btn-primary-active-bg);
  border-color: var(--btn-primary-active-bg);
}

.btn-check:focus+.profile-page .btn-primary,
.profile-page .btn-primary:focus {
  border-color: var(--btn-primary-bg);
  color: var(--btn-primary-color);
  box-shadow: none;
  outline: 1px dashed;
  outline-color: #999999;
  outline-offset: 3px;
}

.btn-check:checked+.profile-page .btn-primary,
.btn-check:active+.profile-page .btn-primary,
.profile-page .btn-primary:active,
.profile-page .btn-primary.active,
.show>.profile-page .btn-primary.dropdown-toggle {
  color: var(--btn-primary-active-color);
  background-color: var(--btn-primary-active-bg);
  border-color: var(--btn-primary-active-bg);
}

.btn-check:checked+.profile-page .btn-primary:focus,
.btn-check:active+.profile-page .btn-primary:focus,
.profile-page .btn-primary:active:focus,
.profile-page .btn-primary.active:focus,
.show>.profile-page .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
  outline: 1px dashed;
  outline-color: #999999;
  outline-offset: 3px;
}

.profile-page .btn-primary:active,
.profile-page .btn-primary:active:focus {
  box-shadow: inset 0 2px 0.25rem rgba(0, 0, 0, 0.25);
}

.profile-page .btn-primary:disabled,
.profile-page .btn-primary.disabled {
  border-color: var(--btn-primary-bg);
  background-color: var(--btn-primary-bg);
  color: var(--btn-primary-color);
  opacity: 0.7;
}

.profile-page .btn-outline-primary {
  --btn-primary-color: var(--btn-bg, #cc0000);
  --btn-primary-active-bg: var(--btn-bg, #cc0000);
  border-color: var(--btn-primary-color);
  color: var(--btn-primary-color);
}

.profile-page .btn-outline-primary:hover {
  color: #fff;
  background: var(--btn-primary-active-bg);
  border-color: var(--btn-primary-active-bg);
}

.btn-check:focus+.profile-page .btn-outline-primary,
.profile-page .btn-outline-primary:focus {
  box-shadow: none;
  outline: 1px dashed;
  outline-color: #999999;
  outline-offset: 3px;
}

.btn-check:checked+.profile-page .btn-outline-primary,
.btn-check:active+.profile-page .btn-outline-primary,
.profile-page .btn-outline-primary:active,
.profile-page .btn-outline-primary.active,
.show>.profile-page .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: var(--btn-primary-active-bg);
  border-color: var(--btn-primary-active-bg);
}

.btn-check:checked+.profile-page .btn-outline-primary:focus,
.btn-check:active+.profile-page .btn-outline-primary:focus,
.profile-page .btn-outline-primary:active:focus,
.profile-page .btn-outline-primary.active:focus,
.show>.profile-page .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: none;
  outline: 1px dashed;
  outline-color: #999999;
  outline-offset: 3px;
}

.profile-page .btn-outline-primary:active,
.profile-page .btn-outline-primary:active:focus {
  box-shadow: inset 0 2px 0.25rem rgba(0, 0, 0, 0.25);
}

.profile-page .btn-outline-primary:disabled,
.profile-page .btn-outline-primary.disabled {
  color: var(--btn-primary-color);
  background-color: transparent;
  opacity: 0.7;
}

.profile-page__intro {
  display: flex;
  justify-content: space-between;
  position: relative;
  color: var(--brand-text-color, var(--bs-body-color));
}

@media (max-width: 991.98px) {
  .profile-page__intro {
    flex-direction: column;
  }
}

.profile-page__intro-img {
  flex: 1 1 auto;
}

.profile-page__intro-img>img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
}

@media (min-width: 992px) {
  .profile-page__intro-img {
    min-height: 30rem;
    transform: translateX(calc(-1 * var(--container-x)));
  }
}

@media (min-width: 1400px) {
  .profile-page__intro-img {
    transform: translateX(-10%);
  }
}

.profile-page__aside,
.profile-page__intro-aside {
  flex: 0 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}

@media (max-width: 1399.98px) {

  .profile-page__aside>.profile-page__logo,
  .profile-page__intro-aside>.profile-page__logo {
    max-width: min(12.5rem, 100%);
  }
}

@media (max-width: 991.98px) {
  .profile-page__intro-aside {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: 1fr auto;
    align-content: space-between;
    align-items: flex-start;
    gap: 2rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .profile-page__intro-aside>.profile-page__nav {
    grid-row: 1/3;
    grid-column: 2/3;
  }
}

@media (min-width: 992px) {
  .profile-page__intro-aside {
    padding-left: min(3.75rem, 3.75vw);
  }
}

.profile-page__logo {
  max-width: 12.5rem;
  height: auto;
}

.profile-page__nav {
  flex-direction: column;
  align-items: flex-end;
}

.profile-page__nav .nav-link {
  padding: 0.5rem 0;
  position: relative;
  color: var(--brand-text-color, var(--bs-body-color));
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
}

.profile-page__nav .nav-link:hover,
.profile-page__nav .nav-link:focus {
  text-decoration: underline;
}

.profile-page__nav .nav-link.active {
  color: #b2b2b2;
}

.profile-page__nav .nav-link>.badge {
  font-weight: 500;
  position: absolute;
  right: -0.5rem;
  top: -0.125rem;
}

.profile-page__main {
  position: relative;
  background-color: var(--bs-body-bg);
}

@media (min-width: 1400px) {
  .profile-page__main {
    padding-left: 9.5rem;
  }
}

@media (max-width: 1399.98px) {
  .profile-page__main {
    padding-top: var(--page-section-y);
  }
}

@media screen and (min-width: 900.02px) {
  .profile-page:not(.profile-page--branded):not(.profile-page--branded-full)>.profile-page__main {
    padding-right: max(15% + var(--container-x), 13rem + var(--container-x));
  }
}

.profile-page__main h3,
.profile-page__main .h3 {
  color: var(--brand-color, #000);
}

.profile-page__main>.profile-page__logo {
  margin: 0;
}

@media (min-width: 1400px) {
  .profile-page__main>.profile-page__logo {
    position: absolute;
    left: 0;
    top: var(--page-section-y);
    max-width: 7.5rem;
    margin-top: 0.375rem;
  }
}

.profile-page__aside {
  padding: var(--page-section-y) 0;
  background-color: var(--bs-body-bg);
}

@media screen and (max-width: 900px) {
  .profile-page__aside>*:not(.article__nav):not(.profile-page__nav) {
    display: none;
  }
}

@media screen and (min-width: 900.02px) {
  .profile-page__aside {
    width: max(15%, 13rem);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }

  .profile-page__aside .article__nav {
    text-align: right;
  }

  .profile-page__aside .article__right-hdr {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
  }

  .profile-page__aside .article__nav-inner {
    align-items: flex-end;
  }

  .profile-page__aside .article__nav-inner .nav-link {
    padding: 0.5rem 0;
    position: relative;
    color: var(--brand-text-color, var(--bs-body-color));
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
  }

  .profile-page__aside .article__nav-inner .nav-link:hover,
  .profile-page__aside .article__nav-inner .nav-link:focus {
    text-decoration: underline;
  }

  .profile-page__aside .article__nav-inner .nav-link.active {
    color: #b2b2b2;
  }

  .profile-page__aside .article__nav-inner .nav-link>.badge {
    font-weight: 500;
    position: absolute;
    right: -0.5rem;
    top: -0.125rem;
  }
}

.profile-page__subscription {
  position: relative;
  padding: min(3rem, 1.5rem + 1.5vw) 0;
  margin-top: calc(3rem + var(--page-section-y));
  margin-bottom: var(--page-section-y);
  color: var(--brand-text-color, var(--bs-body-color));
  padding-right: var(--container-x);
}

.profile-page__subscription::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  background-color: var(--brand-bg, #f2f4f7);
  right: 0;
  width: 100vw;
  border-radius: 0 5px 5px 0;
}

.profile-page__subscription>* {
  position: relative;
  z-index: 1;
}

.profile-page__subscription form {
  max-width: 38rem;
}

.profile-page__subscription .profile-page__logo {
  margin-top: max(-3rem, -1.5rem - 1.5vw);
  transform: translateY(-50%);
  max-height: 6rem;
  mix-blend-mode: darken;
}

@media (prefers-contrast: less) {
  .profile-page__subscription::before {
    background-color: var(--brand-bg, #eaeaea);
  }
}

.profile-page__bg img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 100vw;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.profile-page--branded .profile-page__intro {
  padding-top: 0;
}

.profile-page--branded .profile-page__intro::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  z-index: 0;
  top: 0;
  bottom: var(--page-section-y);
  transform: translateX(-50%);
  background-color: var(--brand-bg, var(--bs-body-bg));
  width: 100vw;
}

.profile-page--branded .profile-page__intro>* {
  z-index: 1;
}

@media (min-width: 992px) {
  .profile-page--branded .profile-page__intro-img>img {
    border-radius: 0;
  }
}

@media (max-width: 991.98px) {
  .profile-page--branded .profile-page__intro-img {
    margin-top: var(--container-x);
  }
}

.profile-page--branded .profile-page__intro-aside {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.profile-page--branded .profile-page__subscription::before {
  width: 100vw;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  border-radius: 0;
}

@media (min-width: 1400px) {
  .profile-page--branded .profile-page__subscription::before {
    left: calc(50% - 4.75rem);
  }
}

.profile-page--branded-full {
  --profile-main-x: Min(3.75rem, calc(3.75vw));
  background-color: var(--brand-body-bg);
  position: relative;
}

@media (min-width: 576px) {
  .profile-page--branded-full {
    padding-top: calc(14vh + 14vw);
  }
}

.profile-page--branded-full .profile-page__intro {
  contain: content;
  background-color: var(--brand-bg, var(--bs-body-bg));
  padding: 0;
}

@media (max-width: 575.98px) {
  .profile-page--branded-full .profile-page__intro {
    margin-left: calc(-1 * var(--container-x));
    margin-right: calc(-1 * var(--container-x));
  }
}

.profile-page--branded-full .profile-page__intro-img>img {
  border-radius: 0;
}

@media (min-width: 1400px) {
  .profile-page--branded-full .profile-page__intro-img {
    transform: translateX(-6%);
  }
}

.profile-page--branded-full .profile-page__intro-aside {
  padding: 2.5rem var(--profile-main-x);
}

@media (max-width: 575.98px) {
  .profile-page--branded-full .profile-page__intro-aside {
    padding-left: var(--container-x);
    padding-right: var(--container-x);
  }
}

.profile-page--branded-full .profile-page__main {
  padding: var(--profile-main-x);
}

@media (min-width: 576px) {
  .profile-page--branded-full .profile-page__main {
    margin-bottom: 6rem;
  }
}

@media (max-width: 575.98px) {
  .profile-page--branded-full .profile-page__main {
    margin-left: calc(-1 * var(--container-x));
    margin-right: calc(-1 * var(--container-x));
    padding-left: var(--container-x);
    padding-right: var(--container-x);
  }
}

.profile-page--branded-full .profile-page__logo {
  position: static;
  margin-bottom: 0;
}

.profile-page--branded-full .profile-page__subscription::before {
  width: calc(100% + 2 * var(--profile-main-x));
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0;
}

.promo-1 {
  display: flex;
  align-self: flex-start;
}

.promo-1 img {
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 5px;
}

@media (min-width: 992px) {
  .promo-1 {
    align-items: flex-start;
  }
}

@media (min-width: 1400px) {
  .promo-1 {
    align-self: flex-start;
  }
}

.promo-2 {
  display: block;
  text-align: center;
}

.promo-2 img {
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 5px;
}

[class^=promo-] {
  position: relative;
}

[class^=promo-]>.dropdown {
  position: absolute;
  right: 0;
  top: 0;
  cursor: default;
}

[class^=promo-] .dropdown-toggle {
  padding: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 0 5px 0 5px;
  background-color: rgba(242, 244, 247, 0.8);
}

[class^=promo-] .dropdown-toggle::after {
  content: none;
}

[class^=promo-] .dropdown-toggle:hover,
[class^=promo-] .dropdown-toggle:focus {
  background-color: #f2f4f7;
}

[class^=promo-] .dropdown-toggle:focus:not(:focus-visible) {
  box-shadow: none;
}

[class^=promo-] .dropdown-menu {
  font-size: 13px;
  min-width: 18rem;
}

[class^=promo-] .dropdown-item-text {
  padding: 0 0.75rem;
  color: #999999;
  -webkit-user-select: all;
  user-select: all;
  cursor: text;
}

.results__filter {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem 1.25rem;
}

.results__filter-item {
  --form-ctrl-pad-x: 1.25rem;
  flex: 0 0 auto;
  max-width: calc(100% - 2rem);
}

.results__filter-item .form-select {
  text-overflow: ellipsis;
}

.results__filter-item .form-select>option {
  padding: 0.5rem;
}

.results__filter-item .form-control,
.results__filter-item .form-select,
.results__filter-item .multiselect {
  border-radius: var(--form-ctrl-pad-x);
  padding-left: var(--form-ctrl-pad-x);
  border-color: #f2f4f7;
  background-color: #f2f4f7;
}

.results__filter-item .form-control,
.results__filter-item .form-select {
  padding-right: var(--form-ctrl-pad-x);
}

.results__filter-item .multiselect.is-open {
  border-radius: var(--form-ctrl-pad-x) var(--form-ctrl-pad-x) 0 0;
}

.results__filter-item .multiselect-dropdown {
  box-shadow: 0.75rem var(--form-ctrl-pad-x) var(--form-ctrl-pad-x) rgba(0, 0, 0, 0.1), -0.25rem var(--form-ctrl-pad-x) var(--form-ctrl-pad-x) rgba(0, 0, 0, 0.1);
  background-color: #f2f4f7;
  border: none;
  scrollbar-width: thin;
  scrollbar-color: #c3c5c7 #e6e6e6;
}

.results__filter-item .multiselect-dropdown::-webkit-scrollbar {
  width: 0.75rem;
  height: 0.75rem;
}

.results__filter-item .multiselect-dropdown::-webkit-scrollbar-track {
  background: #e6e6e6;
  width: 0.75rem;
  border-radius: var(--ms-dropdown-radius, 4px);
}

.results__filter-item .multiselect-dropdown::-webkit-scrollbar-thumb {
  background-color: #c3c5c7;
  border-radius: var(--ms-dropdown-radius, 4px);
}

.results__filter-item .input-group {
  border-radius: var(--form-ctrl-pad-x);
}

.results__filter-item .input-group> :first-child {
  border-top-left-radius: var(--form-ctrl-pad-x);
  border-bottom-left-radius: var(--form-ctrl-pad-x);
  padding-left: var(--form-ctrl-pad-x);
}

.results__filter-item .input-group> :last-child {
  border-top-right-radius: var(--form-ctrl-pad-x);
  border-bottom-right-radius: var(--form-ctrl-pad-x);
  padding-right: var(--form-ctrl-pad-x);
}

.results__filter-item .input-group:focus-within {
  box-shadow: 0 0 0 0.125rem rgba(153, 153, 153, 0.25);
}

.results__filter-item .input-group>.btn:focus,
.results__filter-item .input-group>.form-control:focus {
  box-shadow: none;
}

@media (min-width: 576px) {
  .results__filter-item {
    --form-ctrl-pad-x: 1.5rem;
  }

  .results__filter-item .form-control,
  .results__filter-item .form-select {
    width: auto;
  }

  .results__filter-item .form-select,
  .results__filter-item .multiselect {
    min-width: 16rem;
  }
}

@media (max-width: 767.98px) {
  .results__filter-item {
    flex: 0 0 calc(50% - 0.75rem);
  }
}

@media (max-width: 575.98px) {
  .results__filter-item {
    flex: 1 1 100%;
    max-width: none;
  }
}

.results__search {
  flex-wrap: nowrap;
}

@media (min-width: 576px) {
  .results__search {
    width: min(45rem, 100vw - 2 * var(--container-x));
  }
}

.results__search>.form-control {
  border-color: #f2f3f7;
}

.results__search>.form-control::-ms-clear {
  display: none;
}

.results__search>.form-control::-webkit-search-cancel-button {
  display: none;
}

.results__search>.btn {
  font-size: 1.25rem;
  line-height: 1;
  padding: 0.825rem 0.25rem 0.825rem 1.25rem;
  background-color: #f2f3f7;
  border: none;
}

.results__search>.btn>i {
  line-height: 0.98;
  vertical-align: -0.1em;
}

.results__search>.btn>.fa-times {
  font-size: 135%;
  line-height: 0.8;
}

.results__search>.btn:first-child {
  padding-right: 2px;
  color: var(--bs-body-color);
}

.results__search>.btn:last-child {
  padding-left: 2px;
  color: #999999;
}

.results__search>.btn:hover,
.results__search>.btn:focus {
  color: var(--bs-body-color);
}

.results__categs {
  padding: 0.5rem 0;
  border-bottom: 1px solid #c6c6c6;
}

.results__categs a {
  color: #999999;
  font-size: 0.9375rem;
  display: inline-block;
  padding: 0.375rem 0;
}

.results__categs a:not(:last-child) {
  margin-right: min(2rem, 3%);
}

.results__categs a:hover,
.results__categs a:focus,
.results__categs a.active {
  color: #000;
}

.results__categs a>.divider {
  font-size: 1.5rem;
  line-height: 0;
  vertical-align: -0.46em;
}

.results__section-hdr {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  color: var(--bs-body-color);
}

.results__section-hdr>.h4 {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  transition: -webkit-text-decoration-color 0.15s;
  transition: text-decoration-color 0.15s;
  transition: text-decoration-color 0.15s, -webkit-text-decoration-color 0.15s;
}

.results__section-hdr:hover {
  text-decoration: none;
  color: var(--bs-body-color);
}

.results__section-hdr:hover>.h4 {
  -webkit-text-decoration-color: inherit;
  text-decoration-color: inherit;
}

.results__section-hdr:hover .results__section-count {
  color: #000;
}

.results__section-count {
  color: #999999;
  font-weight: 300;
  font-size: min(1.75rem, 1.25rem + 0.5vw);
  transition: color 0.15s;
}

.results__section-count>i {
  font-size: 0.5em;
  vertical-align: 0.3em;
}

.posts-carousel,
.events-carousel,
.common-carousel {
  position: relative;
}

.posts-carousel .swiper,
.events-carousel .swiper,
.common-carousel .swiper {
  --swiper-theme-color: #cc0000;
}

.posts-carousel .swiper::after,
.posts-carousel .swiper::before,
.events-carousel .swiper::after,
.events-carousel .swiper::before,
.common-carousel .swiper::after,
.common-carousel .swiper::before {
  content: "";
  display: block;
  width: 2rem;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
}

.posts-carousel .swiper::after,
.events-carousel .swiper::after,
.common-carousel .swiper::after {
  left: 0;
  background: linear-gradient(to right, hsl(0, 0%, 100%), hsla(0, 0%, 100%, 0.95932) 5.79%, hsla(0, 0%, 100%, 0.8912) 10.88%, hsla(0, 0%, 100%, 0.80156) 15.63%, hsla(0, 0%, 100%, 0.6963) 20.37%, hsla(0, 0%, 100%, 0.58131) 25.46%, hsla(0, 0%, 100%, 0.4625) 31.25%, hsla(0, 0%, 100%, 0.34578) 38.08%, hsla(0, 0%, 100%, 0.23704) 46.3%, hsla(0, 0%, 100%, 0.14219) 56.25%, hsla(0, 0%, 100%, 0.06713) 68.29%, hsla(0, 0%, 100%, 0.01777) 82.75%, hsla(0, 0%, 100%, 0)) 0 0 no-repeat;
}

.posts-carousel .swiper::before,
.events-carousel .swiper::before,
.common-carousel .swiper::before {
  right: 0;
  background: linear-gradient(to left, hsl(0, 0%, 100%), hsla(0, 0%, 100%, 0.95932) 5.79%, hsla(0, 0%, 100%, 0.8912) 10.88%, hsla(0, 0%, 100%, 0.80156) 15.63%, hsla(0, 0%, 100%, 0.6963) 20.37%, hsla(0, 0%, 100%, 0.58131) 25.46%, hsla(0, 0%, 100%, 0.4625) 31.25%, hsla(0, 0%, 100%, 0.34578) 38.08%, hsla(0, 0%, 100%, 0.23704) 46.3%, hsla(0, 0%, 100%, 0.14219) 56.25%, hsla(0, 0%, 100%, 0.06713) 68.29%, hsla(0, 0%, 100%, 0.01777) 82.75%, hsla(0, 0%, 100%, 0)) 0 0 no-repeat;
}

@media (prefers-contrast: less) {

  .posts-carousel .swiper::after,
  .events-carousel .swiper::after,
  .common-carousel .swiper::after {
    background: linear-gradient(to right, hsl(0, 0%, 96.08%), hsla(0, 0%, 96.08%, 0.95932) 5.79%, hsla(0, 0%, 96.08%, 0.8912) 10.88%, hsla(0, 0%, 96.08%, 0.80156) 15.63%, hsla(0, 0%, 96.08%, 0.6963) 20.37%, hsla(0, 0%, 96.08%, 0.58131) 25.46%, hsla(0, 0%, 96.08%, 0.4625) 31.25%, hsla(0, 0%, 96.08%, 0.34578) 38.08%, hsla(0, 0%, 96.08%, 0.23704) 46.3%, hsla(0, 0%, 96.08%, 0.14219) 56.25%, hsla(0, 0%, 96.08%, 0.06713) 68.29%, hsla(0, 0%, 96.08%, 0.01777) 82.75%, hsla(0, 0%, 96.08%, 0)) 0 0 no-repeat;
  }

  .posts-carousel .swiper::before,
  .events-carousel .swiper::before,
  .common-carousel .swiper::before {
    background: linear-gradient(to left, hsl(0, 0%, 96.08%), hsla(0, 0%, 96.08%, 0.95932) 5.79%, hsla(0, 0%, 96.08%, 0.8912) 10.88%, hsla(0, 0%, 96.08%, 0.80156) 15.63%, hsla(0, 0%, 96.08%, 0.6963) 20.37%, hsla(0, 0%, 96.08%, 0.58131) 25.46%, hsla(0, 0%, 96.08%, 0.4625) 31.25%, hsla(0, 0%, 96.08%, 0.34578) 38.08%, hsla(0, 0%, 96.08%, 0.23704) 46.3%, hsla(0, 0%, 96.08%, 0.14219) 56.25%, hsla(0, 0%, 96.08%, 0.06713) 68.29%, hsla(0, 0%, 96.08%, 0.01777) 82.75%, hsla(0, 0%, 96.08%, 0)) 0 0 no-repeat;
  }
}

.posts-carousel .swiper-slide,
.events-carousel .swiper-slide,
.common-carousel .swiper-slide {
  width: 25%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.posts-carousel .swiper-button-prev,
.posts-carousel .swiper-button-next,
.events-carousel .swiper-button-prev,
.events-carousel .swiper-button-next,
.common-carousel .swiper-button-prev,
.common-carousel .swiper-button-next {
  font-size: 1.875rem;
  width: 1.8em;
  height: 1.8em;
  border: 1.5px solid #cc0000;
  box-shadow: 0 0 3px var(--bs-body-bg);
  background-color: var(--bs-body-bg);
  border-radius: 50%;
}

.posts-carousel .swiper-button-prev::after,
.posts-carousel .swiper-button-next::after,
.events-carousel .swiper-button-prev::after,
.events-carousel .swiper-button-next::after,
.common-carousel .swiper-button-prev::after,
.common-carousel .swiper-button-next::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-size: inherit;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  color: var(--bs-body-color);
}

@media (max-width: 767.98px) {

  .posts-carousel .swiper-button-prev,
  .posts-carousel .swiper-button-next,
  .events-carousel .swiper-button-prev,
  .events-carousel .swiper-button-next,
  .common-carousel .swiper-button-prev,
  .common-carousel .swiper-button-next {
    font-size: 1.5rem;
  }
}

.posts-carousel .swiper-button-prev,
.events-carousel .swiper-button-prev,
.common-carousel .swiper-button-prev {
  left: 0;
}

.posts-carousel .swiper-button-prev::after,
.events-carousel .swiper-button-prev::after,
.common-carousel .swiper-button-prev::after {
  content: "\f177";
}

.posts-carousel .swiper-button-next,
.events-carousel .swiper-button-next,
.common-carousel .swiper-button-next {
  right: 0;
}

.posts-carousel .swiper-button-next::after,
.events-carousel .swiper-button-next::after,
.common-carousel .swiper-button-next::after {
  content: "\f178";
}

.posts-carousel .swiper,
.events-carousel .swiper {
  margin-left: -2rem;
  margin-right: -2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.posts-carousel .swiper-slide,
.events-carousel .swiper-slide {
  height: auto;
  max-width: calc(425px + 2rem);
}

@media (min-width: 992px) {

  .posts-carousel .swiper-button-prev,
  .posts-carousel .swiper-button-next,
  .events-carousel .swiper-button-prev,
  .events-carousel .swiper-button-next {
    top: 0;
    z-index: 5;
    transform: translateY(-100%);
  }

  .posts-carousel .swiper-button-next,
  .events-carousel .swiper-button-next {
    left: 4rem;
    right: auto;
  }
}

@media (max-width: 1200px) {

  .posts-carousel .swiper,
  .events-carousel .swiper {
    margin-left: max(-1.2vw - 1rem, -2rem);
    margin-right: max(-1.2vw - 1rem, -2rem);
  }

  .posts-carousel .swiper-slide,
  .events-carousel .swiper-slide {
    padding-left: min(2%, 1rem);
    padding-right: min(2%, 1rem);
    width: 33.3333%;
  }
}

@media (max-width: 900px) {

  .posts-carousel .swiper-slide,
  .events-carousel .swiper-slide {
    width: 50%;
  }

  .posts-carousel .swiper-slide .card-body,
  .events-carousel .swiper-slide .card-body {
    padding: 0;
  }
}

@media (max-width: 991.98px) {

  .posts-carousel,
  .events-carousel {
    padding-left: var(--container-x);
    padding-right: var(--container-x);
    margin-left: calc(-1 * var(--container-x));
    margin-right: calc(-1 * var(--container-x));
    overflow: hidden;
  }

  .posts-carousel .swiper,
  .events-carousel .swiper {
    margin-left: 2rem;
    margin-right: 2rem;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
    position: static;
  }

  .posts-carousel .swiper::after,
  .posts-carousel .swiper::before,
  .events-carousel .swiper::after,
  .events-carousel .swiper::before {
    width: calc(var(--container-x) + 2.5rem);
  }

  .posts-carousel .swiper-slide,
  .events-carousel .swiper-slide {
    width: 20rem;
  }

  .posts-carousel .swiper-button-prev,
  .posts-carousel .swiper-button-next,
  .events-carousel .swiper-button-prev,
  .events-carousel .swiper-button-next {
    top: 6.75rem;
  }

  .posts-carousel .swiper-button-prev,
  .events-carousel .swiper-button-prev {
    left: 0.2em;
    margin-top: -0.9em;
  }

  .posts-carousel .swiper-button-next,
  .events-carousel .swiper-button-next {
    right: 0.2em;
    margin-top: -0.9em;
  }
}

@media (max-width: 420px) {

  .posts-carousel .swiper-slide,
  .events-carousel .swiper-slide {
    width: 100%;
  }

  .posts-carousel .swiper-button-prev,
  .posts-carousel .swiper-button-next,
  .events-carousel .swiper-button-prev,
  .events-carousel .swiper-button-next {
    top: 26.5vw;
  }
}

.common-carousel {
  padding-left: max(2rem, 5%);
  padding-right: max(2rem, 5%);
}

.common-carousel .swiper-button-prev,
.common-carousel .swiper-button-next {
  margin-top: -0.9em;
}

@media (max-width: 1600px) {
  .common-carousel .swiper-slide {
    width: 33.3333%;
  }
}

@media (max-width: 991.98px) {
  .common-carousel .swiper-slide {
    width: 20rem;
  }
}

@media (max-width: 420px) {
  .common-carousel .swiper-slide {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .common-carousel .swiper-slide .card-body {
    padding: 0;
  }
}

@media (max-width: 991.98px) {
  .common-carousel .swiper-button-prev {
    left: calc(-1 * var(--container-x) + 0.25em);
  }

  .common-carousel .swiper-button-next {
    right: calc(-1 * var(--container-x) + 0.25em);
  }
}

@media (min-width: 992px) {
  .posts-carousel__labeled {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .posts-carousel__labeled>* {
    flex-shrink: 0;
  }

  .posts-carousel__labeled .posts-carousel {
    display: contents;
  }

  .posts-carousel__labeled .posts-carousel .swiper {
    flex: 1 1 100%;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .posts-carousel__labeled .posts-carousel .swiper-button-prev,
  .posts-carousel__labeled .posts-carousel .swiper-button-next {
    position: static;
    transform: translateY(-10%);
    margin: 0 0 0 1rem;
  }

  .posts-carousel__labeled .posts-carousel .swiper-button-next {
    margin: 0 1rem 0 0.5rem;
  }
}

.timeline {
  --cell-width: Max(Min(19rem, 15vw), 16rem);
}

.timeline__wrapper {
  position: relative;
}

.timeline__wrapper .swiper {
  overflow: visible;
  margin-left: calc(-1 * var(--container-x));
  margin-right: calc(-1 * var(--container-x));
  padding-left: calc(var(--container-x) - 1rem);
  padding-right: calc(var(--container-x) - 1rem);
}

.timeline__wrapper .swiper-slide {
  width: auto;
  display: flex;
  flex-direction: column;
}

.timeline__bg {
  background-color: #f2f4f7;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  overflow: hidden;
}

.timeline__bg::before {
  content: "";
  display: block;
  background-color: #f7fafc;
  box-shadow: 0 3px 0.75rem rgba(0, 67, 125, 0.1);
  height: 3rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.timeline__bg::after {
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, 0.48);
  position: absolute;
  top: calc(35% + 1.5rem);
  left: 0;
  right: 0;
  height: 30%;
}

.timeline__cell {
  padding: 1rem;
}

.timeline__header,
.timeline__body {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(18rem, 1fr);
}

.timeline__header {
  height: 3rem;
  position: relative;
}

.timeline__header::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  border-right: 1px solid #dbe4ea;
  height: 2rem;
}

.timeline__header .timeline__cell {
  position: relative;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.timeline__header .timeline__cell::before {
  content: "";
  display: block;
  height: 2rem;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to right, transparent 12.5%, #dbe4ea 12.5%, #dbe4ea calc(12.5% + 1px), transparent calc(12.5% + 1px), transparent 25%, #dbe4ea 25%, #dbe4ea calc(25% + 1px), transparent calc(25% + 1px), transparent 37.5%, #dbe4ea 37.5%, #dbe4ea calc(37.5% + 1px), transparent calc(37.5% + 1px), transparent 62.5%, #dbe4ea 62.5%, #dbe4ea calc(62.5% + 1px), transparent calc(62.5% + 1px), transparent 75%, #dbe4ea 75%, #dbe4ea calc(75% + 1px), transparent calc(75% + 1px), transparent 87.5%, #dbe4ea 87.5%, #dbe4ea calc(87.5% + 1px), transparent calc(87.5% + 1px)) bottom no-repeat, linear-gradient(to right, #dbe4ea 0%, #dbe4ea 1px, transparent 1px, transparent 50%, #dbe4ea 50%, #dbe4ea calc(50% + 1px), transparent calc(50% + 1px)) bottom no-repeat;
  background-size: 100% 1rem, 100% 2rem;
}

.timeline__body {
  position: relative;
  border-right: 1px solid #dbe4ea;
}

.timeline__body .timeline__cell {
  border-left: 1px solid #dbe4ea;
}

.timeline__event {
  display: flex;
  align-items: center;
  padding: 1rem 1.25rem;
  margin: 0.75rem 0;
  color: var(--bs-body-color);
  position: relative;
}

.timeline__event>.flag-icon {
  font-size: 2rem;
}

.timeline__event::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  background: linear-gradient(to right, var(--bs-body-bg), var(--bs-body-bg) 50%, transparent);
  box-shadow: 0 2.5rem 4rem rgba(0, 67, 125, 0.1);
  border-radius: 5px;
}

.timeline__event>* {
  position: relative;
}

.timeline__event:hover,
.timeline__event:focus {
  text-decoration: none;
}

.timeline__event:hover::before,
.timeline__event:focus::before {
  background: var(--bs-body-bg);
}

.timeline__popup {
  width: var(--cell-width);
  box-shadow: 0 2.5rem 4rem rgba(0, 67, 125, 0.1);
  border: none;
}

.timeline__popup>.popover-arrow {
  display: none;
}

.timeline__popup dl {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  grid-gap: 0.125rem 1rem;
  gap: 0.125rem 1rem;
  margin-bottom: 0;
}

.timeline__popup dl>dt {
  font-size: min(1.125rem, calc(1rem + 0.125vw));
  font-weight: 600;
  text-align: right;
}

.timeline__popup dl>dd {
  font-size: 0.9375rem;
  margin-bottom: 0;
}

.timeline__popup dl>dd>a {
  text-decoration: underline;
}

.user-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 60rem;
  margin-bottom: 1rem;
}

.user-card>a.flex-shrink-0 {
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 50%;
  background-color: #c2185b;
  text-decoration: none;
}

.user-card>a.flex-shrink-0>span {
  display: flex;
  width: 4.25rem;
  height: 4.25rem;
  align-items: center;
  justify-content: center;
  font-size: 2.75em;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}

.user-card>figure {
  margin-bottom: 0;
}

.user-card img {
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.user-card>.flex-fill {
  font-size: 0.9375rem;
  line-height: 1.33334;
  min-width: 10rem;
}

.user-card>.flex-fill>h5 {
  font-size: min(1.125rem, calc(1rem + 0.125vw));
  margin: 0 0 0.125rem;
  text-transform: none;
  color: #0075c3;
}

.user-card>.flex-fill>h5>a {
  text-decoration: none;
}

.user-card>.flex-fill>p:last-child {
  margin-bottom: 0;
}

.user-card>.flex-fill>h6 {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
}

.user-card__hdr {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1em;
}

@media (max-width: 575.98px) {
  .user-card__hdr {
    flex-direction: column;
    gap: 0.5rem;
  }
}

.user-card--small .flex-fill {
  color: #777;
  max-width: 560px;
}

.user-card--expert {
  max-width: none;
  align-items: flex-start;
}

.user-card--expert>img {
  width: auto;
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 576px) {
  .user-card--expert {
    align-items: flex-start;
  }

  .user-card--expert>img {
    flex: 0 0 33%;
    width: min(350px, 33%);
    margin-right: min(2rem, 3%);
  }

  .user-card--expert>.flex-fill {
    width: 64%;
    min-width: min(20rem, 100vw);
  }
}

@media (max-width: 575.98px) {
  .user-card--expert {
    flex-direction: column;
    align-items: center;
  }

  .user-card--expert>img {
    margin-bottom: 1.5rem;
    max-width: 15rem;
  }

  .user-card--expert .h5 {
    text-align: center;
  }
}

.user-card_author {
  flex-wrap: nowrap;
}

.user-card_author .flex-fill h5 {
  color: #000;
}

.user-card_author .flex-fill h5 a {
  color: #000;
}

.vjs-youtube .vjs-poster {
  display: none;
}

.vjs-youtube .vjs-loading-spinner {
  display: none !important;
}

.posts-item--video .posts-item__img>a::after,
.posts-item--video-main .posts-item__img::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 48'%3e%3cpath fill-rule='evenodd'  opacity='0.7' fill='rgb%28255, 255, 255%29' d='M41.74,27.463 L6.932,47.188 C4.265,48.728 0.931,46.804 0.931,43.724 L0.931,4.275 C0.931,1.195 4.265,0.729 6.932,0.811 L41.74,20.536 C43.740,22.76 43.740,25.923 41.74,27.463 Z'/%3e%3c/svg%3e") center no-repeat;
  background-size: 3.5rem;
  transition: background-size 0.2s ease-out;
}

.posts-item--video .posts-item__img>a:hover::after,
.posts-item--video .posts-item__img>a:focus::after,
.posts-item--video-main .posts-item__img:hover::after,
.posts-item--video-main .posts-item__img:focus::after {
  background-size: 4rem;
}

.posts-item--video-main {
  display: flex;
  align-items: flex-start;
}

.posts-item--video-main .posts-item__img {
  flex: 0 0 auto;
}

.posts-item--video-main .posts-item__img::before {
  content: "";
  display: block;
  padding-bottom: 56.5%;
}

.posts-item--video-main .posts-item__img>img,
.posts-item--video-main .posts-item__img>picture {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

@media (min-width: 576px) {
  .posts-item--video-main .posts-item__caption {
    padding: 1.875rem;
  }
}

@media (min-width: 768px) {
  .posts-item--video-main .posts-item__img {
    min-height: 25rem;
  }
}

@media (min-width: 992px) {
  .posts-item--video-main .posts-item__img {
    width: max(53.8%, 25rem);
    margin-right: min(1.875rem, 1.8%);
  }

  .posts-item--video-main .posts-item__caption {
    flex: 1 1 auto;
    max-width: 38rem;
  }
}

@media (max-width: 991.98px) {
  .posts-item--video-main {
    align-items: stretch;
    flex-direction: column;
  }
}

.modal-header.dropdown-banner {
  position: relative;
}

.modal-header.dropdown-banner .dropdown {
  position: absolute;
  left: 0;
  top: 0;
}

.modal-header.dropdown-banner .dropdown .btn {
  padding: 10px;
}

.modal-header.dropdown-banner .dropdown .btn.btn-light:focus {
  box-shadow: none;
}


.modal-header.dropdown-banner .dropdown .btn::after {
  display: none;
}
