/* Блок комментариев (.comments / .viafoura) — вынесено из styles.css */

.viafoura .vf-flex-nav .vf-nav-label.iyySuN {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.viafoura .vf-flex-nav .vf-nav-label.iyySuN .vf-nav-tab-button__text {
  flex: 0 1 auto;
  min-width: 0;
}

.iyySuN .comments-number {
  border: none;
  background: none;
  width: 35px;
  height: 35px;
  position: relative;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
  flex-shrink: 0;
}
.iyySuN .comments-number .number {
  color: rgb(85, 85, 85);
  font-family: AdelleSansClarin;
  font-variation-settings: "wght" 600;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  top: 5px;
}
/*=============COMMENTS==============*/
.viafoura .vf-expanding-hover-light[v-35fff156]:before {
  border-width: 3px;
}
.viafoura .vf-flex-nav {
  display: flex;
}
.viafoura .vf-flex-nav .vf-nav-label {
  align-self: center;
  text-align: center;
  width: 100%;
}
.viafoura .vf-tabbed-nav {
  display: flex;
  width: 100%;
}
.viafoura .vf-tabbed-nav .vf-nav-button {
  height: 100%;

  position: relative;
  width: 100%;
}
.viafoura .vf-tabbed-nav .vf-nav-label {
  backface-visibility: hidden;
  color: rgba(0, 0, 0, 0.6);
  color: var(--light-text-on-background-color, rgba(0, 0, 0, 0.6));
  font-size: 1.14em;
  font-weight: 300;
  transition: color 0.2s;
}
@media only screen and (max-width: 640px) {
  .viafoura .vf-tabbed-nav .vf-nav-label {
    font-size: 1em;
  }
}
.viafoura .vf-tabbed-nav > * {
  height: 100%;
  justify-content: center;
}
.viafoura .vf-tabbed-nav > .vf-horiz-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.viafoura .vf-active .vf-nav-label,
.viafoura .vf-nav-button:focus .vf-nav-label,
.viafoura .vf-nav-button:hover .vf-nav-label {
  color: #000;
  color: var(--primary-color-100, #000);
  font-weight: 400;
}
.viafoura .vf-default-avatar {
  border-radius: 50%;
  min-height: 100%;
  min-width: 100%;
  --default-avatar-color-0: #d4145a;
  --default-avatar-color-1: #8e78ff;
  --default-avatar-color-2: #ff7300;
  --default-avatar-color-3: #fbb03b;
  --default-avatar-color-4: #ed1e79;
  --default-avatar-color-5: #009244;
  --default-avatar-color-6: #ed1c24;
  --default-avatar-color-7: #2e3192;
  --default-avatar-color-8: #fc7d7b;
  --default-avatar-color-9: #fc0;
  --default-avatar-color-10: #3aa17e;
  --default-avatar-color-11: #4f00bc;
  --default-avatar-color-12: #09c9be;
  --default-avatar-color-13: #662d8c;
  --default-avatar-color-14: #00a8c5;
  --default-avatar-color-15: #0053ae;
}
.viafoura .vf-default-avatar {
  height: 100%;
  position: relative;
  width: 100%;
}
.viafoura .vf-button.is-link {
  border: 1px solid transparent;
}
.viafoura .vf-button.is-link.is-accent-color:not([disabled]) {
  color: rgb(204, 0, 27);
  color: var(--accent-color, rgb(204, 0, 27));
}

.viafoura .vf-button.is-link.is-inverted.is-accent-color:not([disabled]) {
  color: rgba(0, 0, 0, 0.6);
  color: var(--light-text-on-background-color, rgba(0, 0, 0, 0.6));
}
.viafoura .vf-icon {
  display: inline-block;
  text-align: center;
}
.viafoura .vf-icon.vf-icon-small {
  font-size: 6px;
  height: 12px;
  line-height: 12px;
  width: 12px;
}
.viafoura .vf-default-avatar__name {
  align-items: center;
  color: #fff;
  color: var(--text-on-primary-color, #fff);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  padding-top: 1px;
  position: absolute;
  text-shadow: 0 0 1.43em rgba(0, 0, 0, 0.6);
  text-shadow: 0 0 1.43em var(--primary-color-60, rgba(0, 0, 0, 0.6));
  text-transform: uppercase;
  top: 0;
  white-space: nowrap;
  width: 100%;
}
.viafoura .vf-avatar {
  margin: 3px;
  position: relative;
}
.viafoura .vf-avatar > {
  z-index: 2;
}
.viafoura .vf-avatar:after,
.viafoura .vf-avatar:before {
  border-radius: 50%;
  content: "";
  display: block;
  height: calc(100% + 6px);
  left: -3px;
  min-height: calc(100% + 6px);
  min-width: calc(100% + 6px);
  position: absolute;
  top: -3px;
  width: calc(100% + 6px);
  z-index: 1;
}
.viafoura .vf-avatar:before {
  background: transparent;
}
.viafoura .vf-avatar:after {
  background-color: rgba(0, 116, 232, 0);
  background-color: var(--accent-color-0, rgba(0, 116, 232, 0));
  border: 0 solid transparent;
}
.viafoura .vf-avatar > .vf-avatar__inner,
.viafoura .vf-avatar:after {
  transition: border-width 0.1s ease, border-color 0.1s ease,
    transform 0.1s ease, background-color 0.1s ease;
}

.viafoura .vf-avatar:focus >,
.viafoura .vf-avatar:hover >,
.viafoura .vf-avatar:focus:after,
.viafoura .vf-avatar:hover:after {
  transition: border-width 0.1s ease, border-color 0.1s ease,
    transform 0.2s ease, background-color 0.1s ease;
}

.viafoura .vf-avatar--outlined:after {
  border-width: 1px;
}

.viafoura .vf-avatar--small {
  font-size: 0.415em;
  height: 20px;
  min-height: 20px;
  min-width: 20px;
  width: 20px;
}

.viafoura .vf-avatar--medium {
  font-size: 0.615em;
  height: 26px;
  min-height: 26px;
  min-width: 26px;
  width: 26px;
}

.viafoura .vf-avatar__outline--light-primary:after {
  border-color: rgba(0, 0, 0, 0.2);
  border-color: var(--primary-color-20, rgba(0, 0, 0, 0.2));
}
.viafoura .vf-icon-svg {
  display: inline-block;
  text-align: center;
  fill: none;
  stroke: none;
}
.viafoura .vf-icon-svg--fill {
  fill: currentcolor;
}
.viafoura .vf-icon-svg--stroke {
  stroke: currentcolor;
}
.viafoura .vf-button.is-link {
  border: 1px solid transparent;
}
.viafoura .vf-button.is-link.is-accent-color:not([disabled]) {
  color: rgb(204, 0, 27);
  color: var(--accent-color, rgb(204, 0, 27));
}

.viafoura .vf-button.is-link.is-inverted.is-accent-color:not([disabled]) {
  color: rgba(0, 0, 0, 0.6);
  color: var(--light-text-on-background-color, rgba(0, 0, 0, 0.6));
}
.viafoura .vf-post-name-button {
  border: 0 !important;
  max-width: 100%;
  padding: 0;
}
.viafoura .vf-post-name-button__username {
  display: block;
  font-size: 0.8em;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.viafoura .vf-icon {
  align-self: center;
  margin-left: 2em;
}
.viafoura .vf-icon.vf-icon-small {
  min-width: 12px;
}
.viafoura .vf-post-name-button:not(:hover):not(:focus) {
  color: #000;
  color: var(--dark-text-on-background-color, #000);
}
.viafoura .vf-content-layout {
  display: flex;
  padding: 15px 10px;
  position: relative;
}
.viafoura .vf-content-layout__left {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-right: 20px;
  min-width: 40px;
  position: relative;
  width: 40px;
}
@media (max-width: 480px) {
  .viafoura .vf-content-layout__left {
    min-width: 30px;
    width: 30px;
  }
}
.viafoura .vf-content-layout__right {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}
.viafoura .vf-expanding-hover-light:before {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-color: rgb(204, 0, 27);
  border-color: var(--accent-color-light, rgb(204, 0, 27));
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  transform: translate(-50%, 50%);
  transition: width 0.2s;
  width: 0;
}
.viafoura .vf-expanding-hover-light.vf-active:before,
.viafoura .vf-expanding-hover-light:focus-within:before,
.viafoura .vf-expanding-hover-light:focus:before,
.viafoura .vf-expanding-hover-light:hover:before {
  width: 100% !important;
}
.viafoura .vf-dropdown-trigger {
  padding: 1em 0;
}
.viafoura .vf-dropdown {
  display: inline-block;
  position: relative;
}
.viafoura .vf-dropdown:before {
  height: 10px;
  opacity: 0;
  transition: opacity 0s, visibility 0s 0s;
  visibility: hidden;
  width: 10px;
  z-index: 2;
}
.viafoura .vf-dropdown:before {
  --background-color: var(--default-color, #fff);
  --light-text-on-background-color: var(
    --light-text-on-default-color,
    rgba(0, 0, 0, 0.6)
  );
  --dark-text-on-background-color: var(--dark-text-on-default-color, #000);
}
.viafoura .vf-dropdown__text-trigger {
  border-radius: 3px;
  padding: 5px;
  transition: background-color 0.2s ease;
}
.viafoura .vf-dropdown__text-trigger:not([disabled]):focus,
.viafoura .vf-dropdown__text-trigger:not([disabled]):hover {
  background-color: rgba(0, 116, 232, 0.1);
  background-color: var(--accent-color-10, rgba(0, 116, 232, 0.1));
}
.viafoura .vf-dropdown:before {
  background-color: #fff;
  background-color: var(--background-color, #fff);
}
.viafoura .vf-dropdown:before {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-left-color: var(--primary-color-10, rgba(0, 0, 0, 0.1));
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-top-color: var(--primary-color-10, rgba(0, 0, 0, 0.1));
  content: " ";
  position: absolute;
  z-index: 3;
}
.viafoura .vf-dropdown-button[v-606f25f2] {
  align-items: center;
  border-radius: 2px;
  border-style: solid;
  border-width: 2px;
  display: flex;
  min-height: 26px;
  min-height: calc(var(--base-font-size, 12px) * 2.6);
  transition: border-color 0.15s, background-color 0.15s, fill 0.15s,
    stroke 0.15s;
  white-space: nowrap;
}
.viafoura .vf-dropdown-button--small[v-606f25f2] {
  padding: 2px;
  padding: calc(var(--base-font-size, 12px) * 0.2);
}
.viafoura .vf-dropdown-button__text[v-606f25f2] {
  flex-grow: 1;
  margin: 0 5px;
  margin: 0 calc(var(--base-font-size, 12px) * 0.5);
  position: relative;
  text-align: left;
}
.viafoura .vf-dropdown-button[v-606f25f2] .vf-dropdown-button__icon {
  height: 18px;
  margin-right: 7px;
  margin-right: calc(var(--base-font-size, 12px) * 0.7);
  width: 18px;
}
.viafoura
  .vf-dropdown-button--icon-right[v-606f25f2]
  .vf-dropdown-button__icon {
  margin-left: 7px;
  margin-left: calc(var(--base-font-size, 12px) * 0.7);
  margin-right: 0;
}
.viafoura .vf-dropdown-button--small[v-606f25f2] .vf-dropdown-button__icon {
  margin: 0;
}
.viafoura
  .vf-dropdown-button--icon-right[v-606f25f2]
  .vf-dropdown-button__text {
  order: -1;
  text-align: right;
}
.viafoura .vf-dropdown-button--accent[v-606f25f2] {
  background-color: #fff;
  background-color: var(--background-color, #fff);
  border-color: #fff;
  border-color: var(--background-color, #fff);
  color: rgb(85, 85, 85);
  color: var(--dark-text-on-background-color, rgb(85, 85, 85));
}
.viafoura .vf-dropdown-button--accent[v-606f25f2]:not([disabled]):focus,
.viafoura .vf-dropdown-button--accent[v-606f25f2]:not([disabled]):hover {
  background-color: rgba(0, 116, 232, 0.1);
  background-color: var(--accent-color-10, rgba(0, 116, 232, 0.1));
  border-color: transparent;
  color: #004e9c;
  color: var(--accent-color-dark, #004e9c);
}

.viafoura .vf-dropdown-button--accent[v-606f25f2]:not([disabled]):focus {
}
.viafoura .vf-select-dropdown__trigger {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.viafoura .vf-dropdown-tabs[v-4c13d62a] {
  white-space: nowrap;
  background-color: #fff;
  background-color: var(--background-color, #fff);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-color: rgba(0, 0, 0, 0.1);
  border-bottom-color: var(--primary-color-10, rgba(0, 0, 0, 0.1));
  height: 36px;
  opacity: 1;
  position: sticky;
  top: 0;
  top: var(--reserved-space-top, 0);
  transition: opacity 0.2s ease, box-shadow 0.2s;
  z-index: 6;
}
.viafoura .vf-dropdown-tabs[v-4c13d62a] .vf-tabbed-nav__tabs {
  overflow: hidden;
  padding-bottom: 2px;
  position: relative;
}
.viafoura .vf-post-details {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  line-height: 20px;
  line-height: calc(var(--base-font-size, 12px) * 2);
  min-width: 0;
  padding-bottom: 6px;
}
.viafoura .vf-post-details > * {
  margin-right: 3px;
}
.viafoura .vf-post-details__time {
  color: rgba(0, 0, 0, 0.6);
  color: var(--light-text-on-background-color, rgba(0, 0, 0, 0.6));
}

.viafoura .vf-toggle input:checked:not(:indeterminate) + .vf-slider {
  background-color: rgb(204, 0, 27);
  background-color: var(--accent-color, rgb(204, 0, 27));
}
.viafoura .vf-toggle input:checked:not(:indeterminate) + .vf-slider:before {
  background-color: #fff;
  background-color: var(--background-color, #fff);
  right: -12px;
  transform: translateX(5px);
}
.viafoura .vf-nav-tab-button__text[v-5517aee9] {
  color: #000;
  font-weight: 400;
}
.viafoura .vf-no-outline {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.viafoura .vf-no-outline::-moz-focus-inner {
  border: 0;
}
.viafoura .comment-nav-right[v-0970e46c] {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.viafoura .comment-nav-right__icon[v-0970e46c] svg {
  color: rgb(85, 85, 85);
  color: var(--dark-text-on-background-color, rgb(85, 85, 85));
  height: 12px;
  width: 12px;
}
.viafoura .comment-nav-right__settings-button[v-0970e46c] {
  position: relative;
}
.viafoura .comment-nav-right__settings-button[v-0970e46c]:before {
  background-color: #fff;
  background-color: var(--background-color, #fff);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-left-color: var(--primary-color-10, rgba(0, 0, 0, 0.1));
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-top-color: var(--primary-color-10, rgba(0, 0, 0, 0.1));
  content: "";
  display: block;
  height: 9px;
  left: auto;
  position: absolute;
  right: 50%;
  top: -9px;
  transform: translateX(50%) rotate(-135deg) scale(0);
  transition: transform 0.4s ease-in-out;
  width: 9px;
  z-index: 7;
}
.viafoura .vf-sort-actions[v-0970e46c] .vf-select-dropdown__trigger {
  align-items: center;

  display: flex;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}
.viafoura .vf-feedback-survey__link[v-20f0c242]:focus-visible {
  color: rgb(204, 0, 27);
  color: var(--accent-color, rgb(204, 0, 27));
}
.viafoura .vf3-comments__tabbed-nav__right[v-a708f7a2] {
  margin-left: auto;
}

.viafoura {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.viafoura *,
.viafoura :after,
.viafoura :before {
  box-sizing: inherit;
}

.viafoura article,
.viafoura nav,
.viafoura section {
  display: block;
  margin: 0;
  padding: 0;
}

.viafoura h3,
.viafoura ol {
  margin: 0;
  padding: 0;
}

.viafoura ol {
  list-style-type: none;
}

.viafoura img {
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

.viafoura svg:not(:root) {
  overflow: hidden;
}

.viafoura button {
  font-family: inherit;
  font-size: 100%;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  vertical-align: baseline;
}

.viafoura button {
  background: none;
  border: none;
  box-shadow: none;
  color: inherit;
  padding: 0;
  text-transform: inherit;
}

.viafoura button:active {
  color: inherit;
}

.viafoura button {
  -webkit-appearance: button;
  cursor: pointer;
  overflow: visible;
}

.viafoura div {
  margin: 0;
  padding: 0;
}

.viafoura {
  --background-color: var(--default-color, #fff);
  --light-text-on-background-color: var(
    --light-text-on-default-color,
    rgba(0, 0, 0, 0.6)
  );
  --dark-text-on-background-color: var(--dark-text-on-default-color, #000);
  background-color: #fff;
  background-color: var(--background-color, #fff);
}

/* Inter задаётся через Google Fonts в index.html */

.viafoura {
  color: #000;
  color: var(--dark-text-on-background-color, #000);
  font-family: Inter, sans-serif;
  font-family: var(--primary-font, Inter, sans-serif);
  font-size: 87.5%;
  font-weight: 400;
  line-height: 1.3;
}

.viafoura h3 {
  font-weight: 400;
}

.viafoura h3 {
  font-size: 1.43em;
  font-weight: 300;
}

.viafoura .vf-label {
  font-size: 0.615em;
}

.viafoura .vf-label.vf-label-upper {
  text-transform: uppercase;
}

.viafoura .vf-secondary-text {
  font-size: calc(var(--base-font-size, 12px) * var(--small-font, 1.2));
}

@media only screen and (max-width: 640px) {
  .viafoura .vf-secondary-text {
    font-size: calc(
      var(--base-font-size, 12px) * var(--small-mobile-font, 1.2)
    );
  }
}

.viafoura .vf-label-text {
  font-size: calc(var(--base-font-size, 12px) * var(--x-small-font, 1));
}

@media only screen and (max-width: 640px) {
  .viafoura .vf-label-text {
    font-size: calc(
      var(--base-font-size, 12px) * var(--x-small-mobile-font, 1)
    );
  }
}

.viafoura .vf-body-text--deprecated {
  font-size: calc(var(--base-font-size, 12px) * var(--body-font, 1.4));
}

.viafoura .vf-label-text {
  text-transform: uppercase;
}

.viafoura .vf-button {
  border: none;
  border-radius: 3px;
}

.viafoura .vf-button:focus .vf-icon,
.viafoura .vf-button:hover .vf-icon {
  fill-opacity: 1;
}

.viafoura .vf-expanding-hover-light:before {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-color: rgb(204, 0, 27);
  border-color: var(--accent-color-light, rgb(204, 0, 27));
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  transform: translate(-50%, 50%);
  transition: width 0.2s;
  width: 0;
}

.viafoura .vf-expanding-hover-light.vf-active:before,
.viafoura .vf-expanding-hover-light:focus-within:before,
.viafoura .vf-expanding-hover-light:focus:before,
.viafoura .vf-expanding-hover-light:hover:before {
  width: 100% !important;
}

.viafoura .vf-no-outline {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.viafoura .vf-no-outline::-moz-focus-inner {
  border: 0;
}

.viafoura .vf-label-with-dot {
  margin-left: 8px;
  position: relative;
  white-space: nowrap;
}

.viafoura .vf-label-with-dot:before {
  background-color: rgba(0, 0, 0, 0.6);
  background-color: var(--primary-color-60, rgba(0, 0, 0, 0.6));
  border-radius: 50%;
  content: " ";
  display: inline-block;
  height: 2px;
  left: -6px;
  position: absolute;
  top: calc(50% - 2px);
  width: 2px;
}

.viafoura .vf-avatar {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.viafoura button {
  display: inline-block;
}

.viafoura .vf-icon {
  display: inline-block;
  text-align: center;
}

.viafoura .vf-icon.vf-icon-small {
  font-size: 6px;
  height: 12px;
  line-height: 12px;
  width: 12px;
}

.viafoura .vf-icon {
  font-weight: 500;
  text-transform: uppercase;
}

.viafoura br {
  display: block;
  margin: 5px 0 0;
}

.viafoura img {
  border: 0;
}

.viafoura .vf-accent-border-colour {
  border-color: rgb(204, 0, 27);
  border-color: var(--accent-color-light, rgb(204, 0, 27));
}

.viafoura .vf-offscreen-text {
  border: 0;
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  clip: rect(1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

.viafoura .vf-horiz-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.viafoura .vf-tabbed-nav {
  height: 50px;
}

@media only screen and (max-width: 640px) {
  .viafoura .vf-tabbed-nav {
    height: 35px;
  }
}

.viafoura .vf-tray-trigger {
  align-items: center;
  display: flex;
  height: 40px;
  justify-content: center;
  outline: none;
  overflow: visible;
  padding: 0;
  position: relative;
  width: 40px;
}

.viafoura .vf-tray-trigger:focus,
.viafoura .vf-tray-trigger:hover {
  color: rgb(204, 0, 27);
  color: var(--accent-color, rgb(204, 0, 27));
}

.viafoura .vf-tray-trigger:active {
  color: #004e9c;
  color: var(--accent-color-dark, #004e9c);
}

.viafoura {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.viafoura *,
.viafoura :after,
.viafoura :before {
  box-sizing: inherit;
}

.viafoura article,
.viafoura nav,
.viafoura section {
  display: block;
  margin: 0;
  padding: 0;
}

.viafoura h3,
.viafoura ol {
  margin: 0;
  padding: 0;
}

.viafoura ol {
  list-style-type: none;
}

.viafoura img {
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

.viafoura svg:not(:root) {
  overflow: hidden;
}

.viafoura button {
  font-family: inherit;
  font-size: 100%;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  vertical-align: baseline;
}

.viafoura button {
  background: none;
  border: none;
  box-shadow: none;
  color: inherit;
  padding: 0;
  text-transform: inherit;
}

.viafoura button:active {
  color: inherit;
}

.viafoura button {
  -webkit-appearance: button;
  cursor: pointer;
  overflow: visible;
}

.viafoura div {
  margin: 0;
  padding: 0;
}

.viafoura {
  --background-color: var(--default-color, #fff);
  --light-text-on-background-color: var(
    --light-text-on-default-color,
    rgba(0, 0, 0, 0.6)
  );
  --dark-text-on-background-color: var(
    --dark-text-on-default-color,
    rgb(85, 85, 85)
  );
  background-color: #fff;
  background-color: var(--background-color, #fff);
}

.viafoura {
  color: #000;
  color: var(--dark-text-on-background-color, #000);
  /* font-family: "AdelleSansClarin"; */
  font-size: 87.5%;
  font-weight: 400;
  line-height: 1.3;
}

.viafoura h3 {
  font-weight: 400;
}

.viafoura h3 {
  font-size: 1.43em;
  font-weight: 300;
}

.viafoura .vf-label {
  font-size: 0.615em;
}

.viafoura .vf-label.vf-label-upper {
  text-transform: uppercase;
}

.viafoura .vf-secondary-text {
  font-size: calc(var(--base-font-size, 12px) * var(--small-font, 1.2));
}

@media only screen and (max-width: 640px) {
  .viafoura .vf-secondary-text {
    font-size: calc(
      var(--base-font-size, 12px) * var(--small-mobile-font, 1.2)
    );
  }
}

.viafoura .vf-label-text {
  font-size: calc(var(--base-font-size, 12px) * var(--x-small-font, 1));
}

@media only screen and (max-width: 640px) {
  .viafoura .vf-label-text {
    font-size: calc(
      var(--base-font-size, 12px) * var(--x-small-mobile-font, 1)
    );
  }
}

.viafoura .vf-body-text--deprecated {
  font-size: calc(var(--base-font-size, 12px) * var(--body-font, 1.4));
}

.viafoura .vf-label-text {
  text-transform: uppercase;
}

.viafoura .vf-button {
  border: none;
  border-radius: 3px;
}

.viafoura .vf-button:focus .vf-icon,
.viafoura .vf-button:hover .vf-icon {
  fill-opacity: 1;
}

.viafoura .vf-expanding-hover-light:before {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-color: rgb(204, 0, 27);
  border-color: var(--accent-color-light, rgb(204, 0, 27));
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  transform: translate(-50%, 50%);
  transition: width 0.2s;
  width: 0;
}

.viafoura .vf-expanding-hover-light.vf-active:before,
.viafoura .vf-expanding-hover-light:focus-within:before,
.viafoura .vf-expanding-hover-light:focus:before,
.viafoura .vf-expanding-hover-light:hover:before {
  width: 100% !important;
}

.viafoura .vf-no-outline {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.viafoura .vf-no-outline::-moz-focus-inner {
  border: 0;
}

.viafoura .vf-label-with-dot {
  margin-left: 8px;
  position: relative;
  white-space: nowrap;
}

.viafoura .vf-label-with-dot:before {
  background-color: rgba(0, 0, 0, 0.6);
  background-color: var(--primary-color-60, rgba(0, 0, 0, 0.6));
  border-radius: 50%;
  content: " ";
  display: inline-block;
  height: 2px;
  left: -6px;
  position: absolute;
  top: calc(50% - 2px);
  width: 2px;
}

.viafoura .vf-avatar {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.viafoura button {
  display: inline-block;
}

.viafoura .vf-icon {
  display: inline-block;
  text-align: center;
}

.viafoura .vf-icon.vf-icon-small {
  font-size: 6px;
  height: 12px;
  line-height: 12px;
  width: 12px;
}

.viafoura .vf-icon {
  font-weight: 500;
  text-transform: uppercase;
}

.viafoura br {
  display: block;
  margin: 5px 0 0;
}

.viafoura img {
  border: 0;
}

.viafoura .vf-accent-border-colour {
  border-color: rgb(204, 0, 27);
  border-color: var(--accent-color-light, rgb(204, 0, 27));
}

.viafoura .vf-offscreen-text {
  border: 0;
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  clip: rect(1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

.viafoura .vf-horiz-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.viafoura .vf-tabbed-nav {
  height: 50px;
}

@media only screen and (max-width: 640px) {
  .viafoura .vf-tabbed-nav {
    height: 35px;
  }
}

.viafoura .vf-tray-trigger {
  align-items: center;
  display: flex;
  height: 22px;
  justify-content: center;
  outline: none;
  overflow: visible;
  padding: 0;
  position: relative;
  width: 22px;
  border: 1px solid;
  border-radius: 50%;
}

.viafoura .vf-tray-trigger:focus,
.viafoura .vf-tray-trigger:hover {
  color: rgb(204, 0, 27);
  color: var(--accent-color, rgb(204, 0, 27));
}

.viafoura .vf-tray-trigger:active {
  color: #004e9c;
  color: var(--accent-color-dark, #004e9c);
}
.viafoura h3,
.viafoura ol {
  margin: 0 !important;
  padding: 0;
}
.viafoura .pin-line {
  border-left: 1px solid transparent;
  left: calc(50% - 1px);
  position: absolute;
  transition: border height 0.4s ease ease 1s;
}
.viafoura .pin-line--bottom {
  height: calc(100% + 8px);
  top: 26px;
}
.viafoura article:not(:last-child) .pin-line--light-primary {
  border-left-color: rgba(0, 0, 0, 0.1);
  border-left-color: var(--primary-color-10, rgba(0, 0, 0, 0.1));
}
.viafoura .vf-post-alert {
  height: 1px;
  overflow: hidden;
  width: 1px;
}
.viafoura .vf-content-actions {
  align-items: baseline;
  display: flex;
}
.viafoura .vf-content-actions__like svg {
  bottom: 2px;
}
.viafoura .vf-content-actions__like {
  position: relative;
}
.viafoura .vf-content-actions__like svg {
  position: relative;
  vertical-align: bottom;
  fill: currentcolor;
}
.viafoura .vf-content-actions__left-action {
  line-height: 13px;
  margin-left: 5px;
}
.viafoura .vf-content-actions__left-actions > :first-child {
  border-left: none;
  margin-left: 0;
  padding-left: 0;
}
.viafoura
  .vf-content-actions:not(.vf-content-actions--entered)
  .vf-content-actions__left-action {
  opacity: 0.6;
}
.viafoura .vf-content-actions .vf-button {
  text-transform: uppercase;
}
.viafoura .vf-post-details > * + * {
  margin-left: 12px;
}
.viafoura .vf3-conversations-list--empty {
  padding-top: 15px;
}
.viafoura .vf-report-content__link[v-fd4632a8]:focus-visible {
  color: #0074e8;
  color: var(--accent-color, #0074e8);
}

.comment-text {
  /* font-family: "AdelleSansClarin"; */
  color: rgb(85, 85, 85);
  font-size: 14px;
  line-height: 1.643em;
  font-weight: 400;
}
.vf-content-actions {
  padding-top: 6px !important;
}
.comments .titleComments {
  /* font-family: AdelleSansClarin; */
  font-weight: 600;
  font-size: 16px;
  padding: 1rem 0 0.5rem;
  color: rgb(0, 0, 0);
  line-height: 28px;
}

@media screen and (max-width: 400px) {
  .comment-nav-right {
    display: none !important;
  }
}

/* Цвет подчёркивания активной вкладки (линия ::before) */
.viafoura .vf-expanding-hover-light:before {
  border-color: #0c5991;
}
