.node-form .form-type-select label,
.node-form .form-type-textfield label {
  display: block;
}

.path-user .block-system-main-block {
  display: flex;
  justify-content: center;
}

body.route-user-login [data-drupal-messages], body.route-user-register [data-drupal-messages], body.route-user-pass [data-drupal-messages] {
  margin: 1em auto;
  max-width: 500px;
}

.form-main-wrapper {
  max-width: 500px;
  margin: 0 auto;
  padding: 0.1em 0 2em;
  display: flex;
  flex-flow: column;
}
.form-main-wrapper > form {
  padding: 1.5em 2em;
  background-color: #fff;
}
.form-main-wrapper > form.node-confirm-form .form-actions {
  margin-top: 1em !important;
}
.form-main-wrapper #edit-mail--description {
  display: none;
}
.form-main-wrapper #edit-actions {
  margin: 0;
}
.form-main-wrapper .form-header {
  background: #fff;
  padding: 1.6em 2em 0;
}
.form-main-wrapper .form-header h3, .form-main-wrapper .form-header body.route-common-profile_edit .profile-edit__card.work .fieldset__label, body.route-common-profile_edit .profile-edit__card.work .form-main-wrapper .form-header .fieldset__label {
  font-weight: 500;
}
.form-main-wrapper .extra-link {
  text-align: center;
  margin-top: 0.5em;
}
.form-main-wrapper .form-footer {
  background: #fff;
  margin-top: 2px;
  padding: 2em 2em;
  text-align: center;
  color: #999;
}

form.user-login-form,
form.user-pass,
form.user-register-form {
  background: #fff;
  max-width: 500px;
  padding: 0 2em 1.5em;
  margin: 0 auto;
  width: 100%;
}
form.user-login-form .form-element,
form.user-pass .form-element,
form.user-register-form .form-element {
  max-width: 100%;
  padding: 0 0.7em;
  border-radius: 0.4em;
  border: 1px solid #a6a6a6;
  height: 3em;
}
form.user-login-form label,
form.user-pass label,
form.user-register-form label {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  display: none;
}
form.user-login-form .form-item--fz152-agreement,
form.user-pass .form-item--fz152-agreement,
form.user-register-form .form-item--fz152-agreement {
  margin-bottom: 1em;
}
form.user-login-form .form-item--fz152-agreement label,
form.user-pass .form-item--fz152-agreement label,
form.user-register-form .form-item--fz152-agreement label {
  font-size: 0.9em;
}
form.user-login-form .form-submit,
form.user-pass .form-submit,
form.user-register-form .form-submit {
  min-width: 230px;
  text-align: center;
  justify-content: center;
}

form.user-register-form #edit-full-name {
  display: block;
  width: 100%;
}
form.user-register-form #edit-full-name .field--type-string {
  width: 100%;
}
form.user-register-form #edit-actions {
  display: flex;
  flex-flow: column;
  align-items: center;
}
form.user-register-form #edit-actions .login-link {
  color: #777;
  font-size: 0.9em;
  margin-top: 0.5em;
  opacity: 0.5;
  transition: 0.2s;
}
form.user-register-form #edit-actions .login-link:hover {
  opacity: 1;
}

.form-actions {
  justify-content: center;
}
.form-actions input,
.form-actions input + * {
  border-radius: 10px;
  padding: 0.9em 3.4em;
  margin: 0 0.5em;
}

.form-boolean:focus:active,
.form-boolean:focus:hover {
  box-shadow: none;
}

:root {
  --focus-box-shadow: none;
}

h1 {
  font-size: 3.25rem;
  line-height: 1.2;
  font-weight: 400;
  font-family: "Golos Text", Helvetica, Arial, sans-serif;
  margin-bottom: 0.5em;
  margin-top: 0;
}

h2 {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 400;
  font-family: "Golos Text", Helvetica, Arial, sans-serif;
  margin-bottom: 0.5em;
  margin-top: 0;
}

h3, body.route-common-profile_edit .profile-edit__card.work .fieldset__label {
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: 400;
  font-family: "Golos Text", Helvetica, Arial, sans-serif;
  margin-bottom: 0.5em;
  margin-top: 0;
}

h4 {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
  font-family: "Golos Text", Helvetica, Arial, sans-serif;
  margin-bottom: 0.5em;
  margin-top: 0;
}

h5 {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 400;
  font-family: "Golos Text", Helvetica, Arial, sans-serif;
  margin-bottom: 0.5em;
  margin-top: 0;
}

h6 {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 400;
  font-family: "Golos Text", Helvetica, Arial, sans-serif;
  margin-bottom: 0.5em;
  margin-top: 0;
}

blockquote,
.content--paragraph {
  overflow-x: auto;
}

p {
  overflow-wrap: anywhere;
}

article pre {
  white-space: normal;
}

article ol,
article ul {
  max-width: 100%;
  overflow: hidden;
}

.field--name-body table {
  font-size: 0.85em;
  display: block;
  width: 100%;
  overflow-x: auto;
}
.field--name-body table tbody {
  display: block;
  width: 100%;
}

.form-text {
  margin-top: 0;
}

.btn, [class*=btn-] {
  border: none;
  border-radius: 100em;
  color: #fff;
  text-transform: uppercase;
  padding: 0.9em 1.8em;
  letter-spacing: 0.7px;
  font-size: 0.8em;
  font-weight: 600;
  transition: 0.2s;
}
.btn:active, [class*=btn-]:active, .btn:focus, [class*=btn-]:focus {
  outline: none;
}
.btn-submit {
  border: 1px solid #999;
  color: #999;
  background: none;
}
.btn-submit:hover {
  background: #e8e8e8;
  color: #555;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.path-node h2 {
  font-size: 1.25rem;
  margin-top: 2rem;
}

.form-element:focus, .form-element:active, .form-element:hover, .form-element:hover:focus {
  outline: unset;
}

.button {
  margin: 0;
  font-size: 0.9em;
}

.button--secondary, article.user-full .user__header-actions a {
  height: 40px;
  box-shadow: 0 1px 4px 0 rgba(89, 89, 89, 0.2392156863);
  color: #363636;
  font-weight: 500;
  border: 1px solid #fff;
}
.button--secondary:focus, article.user-full .user__header-actions a:focus {
  box-shadow: 0 1px 6px 0 rgba(89, 89, 89, 0.2392156863);
}
.button--secondary-short, article.user-full .user__header-actions a {
  padding-left: 13px;
  padding-right: 11px;
}

.button--secondary:disabled, article.user-full .user__header-actions a:disabled {
  color: var(--button-color);
  border-color: var(--button-border-color);
  box-shadow: none;
}

button.button--secondary-action {
  color: #2060A5;
  border-color: #2060A5;
  border-radius: 8px;
  box-shadow: none;
  font-size: 0.9em;
  padding: 8px 16px;
}

hr.divider {
  margin: 0 0 4px 0;
  background-color: #D4D4D4;
}

.button-remove .button__value {
  padding-left: 8px;
}

.button--auth,
.button--auth:hover,
.button--auth:focus {
  background: transparent;
  padding: 4px 8px;
}

.button--auth {
  display: flex;
  align-items: center;
  height: 40px;
  margin: 0;
  color: #fff;
  border: 1px solid;
  border-radius: 6px;
}

.button--auth::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: transparent no-repeat 50% 50% url(../images/icon/person.svg);
  background-size: 70%;
}

.icon--person {
  display: block;
  height: 40px;
  width: 40px;
  background: no-repeat 50% 50% url(../images/icon/person.svg);
  background-size: 70%;
}

.icon--logout {
  display: block;
  height: 40px;
  width: 40px;
  background: no-repeat 50% 50% url(../images/icon/logout.svg);
}

.messages__header {
  display: none;
}

.messages {
  padding-block: var(--space-l) var(--space-l);
}

.messages__content {
  position: relative;
  margin-inline-start: 0;
  padding-inline-start: var(--messages__text-margin);
}
.messages__content a.button {
  text-decoration: none;
  color: #fff;
}
.messages__content .icon--close {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0;
  background: url("../images/icon/close.svg") no-repeat 50% 50%;
  background-size: contain;
  top: 50%;
  translate: 0 -50%;
}

.messages--error .messages__content {
  background: no-repeat center left url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 14 14'%3e%3cpath d='M3 11.193L11.45 3' stroke='%23e34f4f' stroke-width='2'/%3e%3ccircle cx='7' cy='7' r='6' fill='none' stroke='%23e34f4f' stroke-width='2'/%3e%3c/svg%3e");
}

.messages--status .messages__content {
  background: no-repeat center left url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 13'%3e%3cpath d='M2 6.571L5.6 10 14 2' fill='none' stroke='%2342a877' stroke-width='3'/%3e%3c/svg%3e");
}

.messages--warning .messages__content {
  background: no-repeat center left url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 4 14' fill='%23e0ac00'%3e%3cpath d='M.5 0h3v9h-3z'/%3e%3ccircle cx='2' cy='12.5' r='1.5'/%3e%3c/svg%3e");
}

.path-user .block-system-main-block {
  display: block;
}

.view .view-content,
.view .views-infinite-scroll-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.view .view-filters .form-item--tags {
  flex-grow: 1;
}
.view .view-filters .form-item--tags .form-item__label {
  display: none;
}
.view .view-filters .form-item--tags ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 0.8em;
  margin: 0;
  padding: 0;
  list-style: none;
}
.view .view-filters .form-item--tags a {
  display: inline-block;
  color: inherit;
  border: 1px solid #e5e5e5;
  background: #fff;
  height: 32px;
  border-radius: 16px;
  font-size: 15px;
  padding: 4px 17px 3px;
}
.view .view-filters .form-item--tags a:hover {
  text-decoration: none;
}
.view .view-filters .form-item--tags a.bef-link--selected {
  background: #e5e5e5;
}
.view .pager {
  margin: 0;
  padding: 0;
}

.content-edit__tags-add-list-items {
  max-height: 213px;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #808080 #eee;
}

.route-common-article_edit .content-edit__list {
  max-width: 800px;
  margin: 0 auto;
}

blockquote {
  border-left: 0.25rem solid #2060a5 !important;
  font-size: 18px !important;
}

blockquote::before {
  content: none;
}

.node-article-full {
  padding: 16px 20px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 0 10px #f2f2f2;
}
.node-article-full .node--type-article.node--view-mode-full .field--name-user-picture img {
  aspect-ratio: 1/1;
  object-fit: contain;
  flex-shrink: 0;
}
.node-article-full .node__submitted {
  display: flex;
  align-items: center;
  gap: 24px;
}
.node-article-full .node__author {
  display: flex;
  align-content: center;
  gap: 4px;
  min-width: 0;
}
@media (max-width: 575.98px) {
  .node-article-full .node__author {
    gap: 0;
    flex-flow: column;
  }
}
.node-article-full .node__created {
  color: #afafaf;
  flex: 1 0 auto;
}
@media (max-width: 575.98px) {
  .node-article-full .node__created {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .node-article-full .node__created.mobile {
    display: block;
    font-size: 0.875em;
  }
}
@media (min-width: 576px) {
  .node-article-full .node__created.mobile {
    display: none;
  }
}
.node-article-full .node__created::before {
  content: "";
  width: 22px;
  height: 22px;
  background: #000;
}
.node-article-full .node__content {
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.node-article-full .node__links {
  display: flex;
  align-items: center;
  margin-left: -6px;
}
.node-article-full .node__links .like {
  margin-bottom: auto;
}
@media (max-width: 767.98px) {
  .node-article-full .node__links .like {
    font-size: 0.8em;
  }
}
.node-article-full .field--name-field-tags,
.node-article-full .field--name-field-tags .field__items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}
.node-article-full .field--name-field-tags a {
  display: inline-block;
  color: inherit;
  border: 1px solid #e5e5e5;
  background: #fff;
  line-height: 32px;
  border-radius: 16px;
  font-size: 0.8em;
  padding: 0 17px;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .node-article-full .field--name-field-tags a {
    padding: 0 11px;
    font-size: 0.7em;
    line-height: 26px;
  }
}
.node-article-full .field--name-field-tags a::before {
  content: "#";
}
.node-article-full .user-logged-in .text-full {
  width: auto;
}
.node-article-full .bottom-line {
  display: flex;
  flex-flow: column;
  gap: 10px;
}

.node-article-teaser .node__submitted {
  margin-top: 0;
}
.node-article-teaser .field--name-user-picture {
  margin-right: 0;
}
.node-article-teaser .field--name-user-picture a img,
.node-article-teaser .field--name-user-picture img {
  aspect-ratio: 1/1;
  object-fit: contain;
  flex-shrink: 0;
  width: auto;
}
.node-article-teaser .node__submitted {
  display: flex;
  align-items: center;
  gap: 16px;
}
.node-article-teaser .node__author {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #363636;
}
@media (max-width: 575.98px) {
  .node-article-teaser .node__author {
    flex-flow: column;
    align-items: stretch;
    gap: 0;
  }
}
@media (max-width: 575.98px) {
  .node-article-teaser .node__created {
    display: none;
  }
  .node-article-teaser .node__created.mobile {
    display: block;
    font-size: 0.875em;
  }
}
@media (min-width: 576px) {
  .node-article-teaser .node__created.mobile {
    display: none;
  }
}
.node-article-teaser .node__created::before {
  content: "";
  width: 22px;
  height: 22px;
  background: #000;
}
.node-article-teaser .field--name-body {
  font-size: 16px;
  line-height: 24px;
}
.node-article-teaser .node__content {
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.node-article-teaser .node__links {
  display: flex;
  align-items: center;
  margin-top: 0.7em;
}
.node-article-teaser .node__comments__link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #8f8f8f;
}
.node-article-teaser .node__comments svg {
  flex-shrink: 0;
}
.node-article-teaser .field--name-field-tags,
.node-article-teaser .field--name-field-tags .field__items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 0.8em;
}
.node-article-teaser .field--name-field-tags a {
  display: inline-block;
  color: inherit;
  border: 1px solid #e5e5e5;
  background: #fff;
  height: 32px;
  border-radius: 16px;
  font-size: 15px;
  padding: 1px 17px 0;
  text-decoration: none;
}
.node-article-teaser .field--name-field-tags a::before {
  content: "#";
}

.node__comments {
  padding: 20px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 0 10px #f2f2f2;
  margin-top: 1.5em;
  --var-comments-block-height: 100000px;
}
.node__comments [data-drupal-messages]:last-of-type {
  margin-bottom: 10px;
}
.node__comments .messages-list__wrapper {
  margin-left: 11px;
}

.comment-wrapper {
  background: #fff;
  border-radius: 8px;
}
.comment-wrapper .title {
  font-size: 1.365rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  margin-top: 0;
}
.comment-wrapper .comment {
  margin-bottom: 0.5rem;
}
.comment-wrapper .comment + form.comment-comment-form {
  margin: 0px 0 16px 22px;
}
.comment-wrapper .comment__meta {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
@media (max-width: 767.98px) {
  .comment-wrapper .comment__meta .user--compact,
  .comment-wrapper .comment__meta .dropdown {
    align-self: start;
  }
}
.comment-wrapper .comment__meta .user--compact {
  flex: 0 0 auto;
}
.comment-wrapper .comment__meta .user--compact .user__avatar {
  border-radius: 4px;
  margin-right: 0.5rem;
  display: flex;
  justify-content: center;
}
.comment-wrapper .comment__meta .user--compact .user__avatar .field--name-user-picture {
  flex-shrink: 0;
  width: 32px;
}
.comment-wrapper .comment__meta .user--compact .user__avatar > svg {
  width: 24px;
  height: 24px;
}
.comment-wrapper .comment__meta .user--compact .user__name {
  display: none;
}
.comment-wrapper .comment__meta .comment__submitted {
  margin-bottom: 0;
  color: #afafaf;
  min-width: 0;
  display: flex;
}
@media (max-width: 767.98px) {
  .comment-wrapper .comment__meta .comment__submitted {
    flex-flow: column;
  }
}
.comment-wrapper .comment__meta .comment__submitted span {
  font-weight: 500;
  margin-right: 15px;
}
.comment-wrapper .comment__meta .comment__submitted a.username {
  font-weight: 500;
  margin-right: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}
.comment-wrapper .comment__meta .comment__submitted a.username:hover {
  color: #2060a5;
  text-decoration: none;
}
.comment-wrapper .comment__meta span.comment__submitted-datetime {
  color: #afafaf;
  font-weight: 400;
  flex: 1 0 auto;
}
.comment-wrapper .field--name-comment-body .form-actions .button--cancel {
  position: absolute;
  top: 7px;
  right: 15px;
  width: 11px;
  max-height: 10px;
  text-indent: -100em;
  background: url(../images/icon/close-dark.svg) center no-repeat;
  opacity: 0.5;
  background-size: 24px;
  padding: 10px;
}
.comment-wrapper .field--name-comment-body .form-actions .button--cancel:hover {
  opacity: 0.8;
}
.comment-wrapper .field--name-comment-body:not(.field--widget-text-textarea) {
  font-size: 18px;
  margin-bottom: 0.5rem;
}
.comment-wrapper .comment__actions {
  display: flex;
  gap: 16px;
}
.comment-wrapper .comment__actions > .like__button {
  margin-left: -6px;
}
.comment-wrapper .comment__actions ul {
  opacity: 0.5;
  font-size: 0.9em;
  line-height: 32px;
  margin: 0;
}
.comment-wrapper .comment__actions ul:hover {
  opacity: 1;
}
.comment-wrapper .comment__actions ul li:first-child {
  padding-left: 0;
}
.comment-wrapper .comment__actions ul li a {
  color: #8f8f8f;
}
.comment-wrapper .comment__actions ul li a:hover {
  color: #6b6b6b;
  text-decoration: none;
}
.comment-wrapper .content > .comment__actions li {
  padding-left: 0;
}
.comment-wrapper .content > .comment__actions li:not(.comment-reply) {
  display: none;
}
.comment-wrapper .indented {
  margin-left: 7px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .comment-wrapper .indented {
    margin-left: 0;
  }
}
.comment-wrapper .indented .indented {
  margin-left: 29px;
}
@media (max-width: 767.98px) {
  .comment-wrapper .indented .indented {
    margin-left: 20px;
  }
}
.comment-wrapper .indented > article {
  position: relative;
  padding-left: 22px;
  padding-top: 7px;
}
.comment-wrapper .indented > article:not(.comment--deleted) {
  min-height: 106px;
}
.comment-wrapper .indented > article::before {
  content: "";
  display: block;
  background: url(../images/icon/comment-curve.svg) left bottom no-repeat;
  left: 1.5px;
  top: 14px;
  width: 12px;
  height: 10px;
  position: absolute;
  z-index: 2;
}
.comment-wrapper .indented > article:last-of-type::after {
  content: "";
  display: block;
  border-left: 1.5px solid #bbb;
  left: 2px;
  bottom: calc(100% - 14px);
  width: 0;
  height: var(--var-comments-block-height);
  position: absolute;
  z-index: 5;
}
.comment-wrapper article.comment .dropdown__list .comment-reply {
  display: none !important;
}
.comment-wrapper article.comment .dropdown__list .links.inline {
  display: flex;
  flex-flow: column;
  margin: 0;
}
.comment-wrapper article.comment .dropdown__list .links.inline .comment-copy-link {
  order: 1;
}
.comment-wrapper article.comment .dropdown__list .links.inline .comment-edit {
  order: 2;
}
.comment-wrapper article.comment .dropdown__list .links.inline .comment-delete {
  order: 3;
}
.comment-wrapper article.comment .dropdown__list li {
  display: block;
  padding: 0;
}
.comment-wrapper article.comment .dropdown__list li a {
  display: block;
  padding: 4px 12px;
  border-radius: 4px;
  color: inherit;
  white-space: nowrap;
}
.comment-wrapper article.comment .dropdown__list li a:hover {
  text-decoration: none;
  background: rgba(22, 22, 22, 0.03);
}

.dialog-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.dialog-overlay--active {
  opacity: 1;
  pointer-events: auto;
}

.dialog-window {
  min-width: 320px;
  background: #fff;
  border-radius: 8px;
}

.dialog-window__header {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 22px;
  font-weight: 500;
  color: #363636;
  padding: 20px 32px;
  border-bottom: 1px solid #E5E5E5;
}

.dialog-window__title {
  user-select: none;
}

.dialog-window__close {
  margin-left: auto;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: url("../images/icon/close-dark.svg") no-repeat 50% 50%;
  background-size: 32px;
}

.dialog-window__content {
  padding: 20px 32px;
}
.dialog-window__content select,
.dialog-window__content input:not([type=checked]):not([type=radio]) {
  padding: 16px;
  width: 100%;
}

.dialog-window__content > .form-item:first-child {
  margin-top: 0;
}

.dialog-window__content > .form-item:last-child {
  margin-bottom: 0;
}

.dialog-window__actions {
  padding: 0 32px 24px;
  display: flex;
  gap: 16px;
}

.dialog-window__actions > * {
  margin: 0;
}

@media (max-width: 610px) {
  .dialog-window {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.flex, [class*=flex-],
.items\:flex > * {
  display: flex;
}

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

.flex-wrap-wrap {
  flex-wrap: wrap;
}

footer#footer {
  background: #fff;
  padding: 1em 0;
}

#drupal-live-announce {
  display: none;
}

#footer {
  border-top: 1px solid #ccc;
}

.footer__bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.footer__support {
  margin-left: auto;
}

@media (max-width: 991.98px) {
  .footer__support {
    margin-left: 0;
    margin-right: 0;
  }
}
.block-recent-comments .comment-list {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.block-rating-users .user-list {
  display: flex;
  flex-direction: column;
  gap: 3px;
  counter-reset: section;
}

.block-new-members .user-list {
  display: grid;
  flex-direction: column;
  gap: 3px;
}

.members-group {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}

@media (min-width: 992px) {
  .members-group {
    grid-template-columns: repeat(2, 1fr);
  }
}
:root {
  --gap: 4px;
  --gap-unit: 1;
}

.gap {
  gap: calc(var(--gap) * var(--gap-unit));
}

.gap--1 {
  --gap-unit: 1;
}

.gap--2 {
  --gap-unit: 2;
}

.gap--3 {
  --gap-unit: 3;
}

.gap--4 {
  --gap-unit: 4;
}

.gap--5 {
  --gap-unit: 5;
}

.gap--6 {
  --gap-unit: 6;
}

.gap--7 {
  --gap-unit: 7;
}

.gap--8 {
  --gap-unit: 8;
}

.gap--9 {
  --gap-unit: 9;
}

.gap--10 {
  --gap-unit: 10;
}

.gap--11 {
  --gap-unit: 11;
}

.gap--12 {
  --gap-unit: 12;
}

.gap--13 {
  --gap-unit: 13;
}

.gap--14 {
  --gap-unit: 14;
}

.gap--15 {
  --gap-unit: 15;
}

.gap--16 {
  --gap-unit: 16;
}

.flex, [class*=flex-] {
  display: flex;
}
.flex-wrap, .flex.wrap, .wrap[class*=flex-] {
  flex-wrap: wrap;
}
.flex-column, .flex.column, .column[class*=flex-] {
  flex-flow: column;
}
.flex-jb, .flex.jb, .jb[class*=flex-] {
  justify-content: space-between;
}
.flex-jc, .flex.jc, .jc[class*=flex-] {
  justify-content: center;
}
.flex-ac, .flex.ac, .ac[class*=flex-] {
  align-items: center;
}

nav[role=navigation] ul.nav {
  margin-bottom: 0;
  padding: 0;
}
nav[role=navigation] ul.nav.nav-inline li {
  display: inline-block;
}
nav[role=navigation] ul.nav a {
  color: #fff;
  font-size: 0.9em;
  text-transform: uppercase;
}
nav[role=navigation] ul.nav li {
  padding: 0 1em;
}

.main-menu .classic-menu-dropdown {
  position: relative;
}
.main-menu .classic-menu-dropdown > .nav-link {
  float: left;
  padding-right: 0.7rem;
}
.main-menu .classic-menu-dropdown > span i {
  padding: 0.5rem 0;
  line-height: 1.5;
  color: #fff;
}
.main-menu .classic-menu-dropdown ul {
  left: 0;
  min-width: 175px;
  position: absolute;
  z-index: 1000;
  top: 90%;
  display: none;
  padding: 0.5rem;
  background-color: #ffffff;
  margin: 0;
  border: 1px solid #eee;
  border-radius: 4px;
}
.main-menu .classic-menu-dropdown:hover ul {
  display: block;
}
#menu-small .main-menu {
  display: block;
  text-align: center;
}
#menu-small .main-menu li {
  padding: 0.5rem 0;
  display: block;
}
#menu-small .main-menu li.classic-menu-dropdown {
  position: relative;
}
#menu-small .main-menu li.classic-menu-dropdown > a {
  float: none;
}
#menu-small .main-menu li.classic-menu-dropdown .menu {
  position: static;
  float: none;
  display: none;
  border-radius: 0;
  padding: 0;
}
#menu-small .main-menu li.classic-menu-dropdown .menu li {
  text-align: center;
}
#menu-small .main-menu li.classic-menu-dropdown .menu-dropdown-trigger {
  position: absolute;
  top: 0.5rem;
  right: 0;
  width: 15%;
  cursor: pointer;
}
#menu-small .main-menu li.classic-menu-dropdown.menu-item--is-open .menu-dropdown-trigger {
  transform: rotate(180deg);
}

.nav-toggler {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 0.3rem;
  border: 2px solid rgba(0, 0, 0, 0);
  margin: 0.3rem 0 0.3rem 0.6rem;
  background: rgba(0, 0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
}
.nav-toggler:focus {
  outline: none;
}
.nav-toggler span {
  height: 2px;
  width: 18px;
  position: absolute;
  background: #fff;
  transition-duration: 0.3s;
}
.nav-toggler span:nth-child(2) {
  margin-top: 0;
  transform: rotate(45deg);
}
.nav-toggler span:last-child {
  margin-top: 0;
  transform: rotate(-45deg);
}
.nav-toggler.nav-info {
  border-radius: 100%;
}
.nav-toggler.nav-menu span:nth-child(3) {
  display: none;
}
.nav-toggler.nav-menu span:nth-child(1) {
  opacity: 0;
}
.nav-toggler.collapsed.nav-menu span:nth-child(1) {
  opacity: 1;
}
.nav-toggler.collapsed.nav-menu span:nth-child(2) {
  margin-top: -10px;
  transform: none;
}
.nav-toggler.collapsed.nav-menu span:nth-child(3) {
  display: block;
}
.nav-toggler.collapsed.nav-menu span:last-child {
  margin-top: 10px;
  transform: none;
}
.nav-toggler.collapsed.nav-info span:nth-child(2) {
  margin-top: -0.5rem;
  transform: none;
  width: 2px;
}
.nav-toggler.collapsed.nav-info span:last-child {
  margin-top: 0.2rem;
  transform: none;
  height: 0.9rem;
  width: 2px;
}

header#header {
  background: #fff;
  padding: 12px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  box-shadow: 0 0 5px #eee;
  z-index: 10;
  margin-top: var(--drupal-displace-offset-top, 0px);
}
header#header + * {
  padding-top: 65px;
}
header#header #header-full {
  display: flex;
  justify-content: space-between;
}
header#header #header-full .logo a:not(.button):is(:focus, :active) {
  box-shadow: none;
  border: none;
  outline: none;
}
header#header #header-full .logo {
  display: flex;
  align-items: center;
}
header#header #header-full .logo img {
  height: 30px;
}

#header {
  background-color: #2c4b84;
}
#header .phone .telephone {
  font-size: 24px;
}
#header .header__user-links {
  display: flex;
  align-items: center;
  gap: 8px;
}
#header .button--register {
  transition: 0s;
}
@media (max-width: 575.98px) {
  #header .button--register {
    text-indent: -300px;
    overflow: hidden;
    padding: 0;
    width: 40px;
    height: 40px;
  }
  #header .button--register i {
    margin: 0;
  }
}
#header .button--create-article {
  transition: 0s;
}
@media (max-width: 575.98px) {
  #header .button--create-article {
    text-indent: -300px;
    overflow: hidden;
    padding: 0;
    width: 40px;
    height: 40px;
    position: relative;
    background: url(../images/icon/plus.svg) center no-repeat;
  }
}
#header .user__block {
  padding-right: 17px;
  cursor: pointer;
  position: relative;
  text-align: center;
  color: red;
}
#header .user__block::before {
  position: absolute;
  content: "";
  right: 0;
  top: calc(50% - 5px);
  width: 10px;
  height: 10px;
  background: url(../images/icon/up.svg) center center no-repeat;
  transform: rotate(180deg);
}
#header .user__block .user__avatar {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  border: 1px solid #d4d4d4;
  overflow: hidden;
  background: var(--avatar-color);
  color: #fff;
}
#header .user__block .user__avatar img {
  display: block;
}
#header .user__block .menu {
  position: absolute;
  z-index: 5;
  width: 196px;
  background: #fff;
  right: 0;
  border-radius: 10px;
  top: 50px;
  text-align: left;
  border: 1px solid #ddd;
  visibility: hidden;
  display: none;
  font-size: 0.9em;
  padding: 4px;
  box-shadow: 0 2px 16px 0 rgba(89, 89, 89, 0.12);
}
#header .user__block .menu a {
  line-height: 34px;
  display: block;
  border-radius: 5px;
  padding: 0 18px 0 36px;
  color: rgb(54, 54, 54);
}
#header .user__block .menu a.menu-profile {
  background: url(../images/icon/icon-profile.svg) 11px center no-repeat;
}
#header .user__block .menu a.menu-articles {
  background: url(../images/icon/icon-articles.svg) 11px center no-repeat;
}
#header .user__block .menu a.menu-logout {
  background: url(../images/icon/icon-logout.svg) 14px center no-repeat;
  padding-left: 37px;
}
#header .user__block .menu a:hover {
  background-color: rgba(22, 22, 22, 0.03);
  text-decoration: none;
}
#header .user__block .menu li:last-child {
  position: relative;
}
#header .user__block .menu li:last-child:before {
  content: "";
  display: block;
  height: 1px;
  background-color: #F2F2F2;
  position: absolute;
  left: 12px;
  right: 12px;
  top: 0;
}
#header .user__block .menu--user .user__link {
  padding: 5px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
#header .user__block .menu--user .user__link .user__avatar {
  width: 24px;
  height: 24px;
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header .user__block .menu--user .user__link .user__avatar-name {
  font-size: 10px;
}
#header .user__block .menu--user .user__link .user__info {
  flex: 1 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
#header .user__block .menu--user .user__link .user__info .user__name {
  font-size: 14px;
  color: #363636;
  width: 130px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#header .user__block.menu-opened .menu {
  display: block;
  visibility: visible;
}
#header .user__block.menu-opened::before {
  transform: rotate(0);
}

#header-full > .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
@media (min-width: 640px) {
  #header-full > .container {
    flex-direction: row;
  }
}

html {
  height: 100%;
}

body {
  margin: 0;
  height: 100%;
  font-family: "Golos Text", Helvetica, Arial, sans-serif;
  background-color: #f2f2f2;
  color: #222;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body.cke_editable {
  background: #fff;
}
body .dialog-off-canvas-main-canvas {
  height: calc(100% - 1px);
}
body .page-wrapper {
  display: flex;
  min-height: 100%;
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
}

footer#footer {
  margin-top: 2em;
}

.container {
  /* Calc for ".region--content" width 800px. */
  max-width: 1112px;
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
}
@media (max-width: 991.98px) {
  .container {
    max-width: 848px;
  }
}
.container.no-sidebar {
  margin-left: auto;
  margin-right: auto;
}

.region--content {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.region--content .block {
  margin-bottom: 24px;
}
.page--user .region--content {
  max-width: none;
}

.region-sidebar {
  flex-shrink: 0;
  width: 256px;
  will-change: min-height;
}
@media (max-width: 991.98px) {
  .region-sidebar {
    visibility: hidden;
  }
}
.region-sidebar .inner-wrapper-sticky {
  width: inherit;
}
.region-sidebar .region-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 991.98px) {
  .region-sidebar {
    flex-direction: row;
    width: auto;
  }
}
@media (max-width: 600px) {
  .region-sidebar {
    flex-direction: column;
  }
}
.region-sidebar .block {
  padding: 16px 20px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 0 10px #f2f2f2;
}
@media (max-width: 991.98px) {
  .region-sidebar .block-recent-comments {
    flex-grow: 1;
  }
}
.region-sidebar .block-new-members {
  flex-shrink: 0;
}
@media (max-width: 600px) {
  .region-sidebar .block-new-members {
    width: 100%;
  }
}
.region-sidebar .block > h2,
.region-sidebar .block__title {
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 0;
}

#main {
  position: relative;
  display: flex;
  gap: 24px;
  margin-top: 1.5em;
}
@media (max-width: 991.98px) {
  #main {
    display: block;
  }
}

nav.breadcrumb {
  margin: 2em 0;
  padding: 0;
  font-size: 0.9em;
}
nav.breadcrumb li {
  white-space: nowrap;
}
nav.breadcrumb li::before {
  display: inline-block;
  margin: 0 0.8em;
}
nav.breadcrumb li:not(:last-child) a {
  opacity: 0.3;
}
nav.breadcrumb li:not(:last-child) a:hover {
  opacity: 1;
}

body.route-fz152-privacy_policy_page #main {
  padding: 20px 22px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 10px #f2f2f2;
}

.university-events-by-date-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.path-frontpage h2 {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .path-frontpage .block-rating-users .user-list {
    flex-direction: column;
  }
}

.text-formatted {
  overflow-wrap: anywhere;
}

.node__comments:focus {
  box-shadow: none;
}

.registration-1st-discussion-meeting .form-control,
.registration-1st-discussion-meeting .form-actions {
  width: 600px;
  max-width: 100%;
}

.registration-1st-discussion-meeting .form-actions .button:last-child {
  margin-right: 0;
}

.view-my-articles .views-exposed-form__item--actions {
  display: none;
}

:root {
  --ck-powered-by-border-color: transparent !important;
}

.ck-powered-by-balloon,
.ck-powered-by {
  display: none !important;
}

article.node--nid-272,
article.node--unpublished {
  border: 1px solid red;
}

#block-adaptive-ssylkinatp--3 {
  padding: 0 0 1em;
  background: 0;
  font-size: 0.9em;
  color: #8f8f8f;
  margin-bottom: 1em;
}

article.node {
  padding: 20px 22px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 10px #f2f2f2;
}
article.node .node__content {
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 18px;
  line-height: 27.5px;
}
article.node .node__submitted {
  margin: 0 0 8px;
}
article.node .node__title {
  --link-color: #363636;
  font-size: 22px;
  line-height: 1.4em;
  font-weight: 500;
  margin: 12px 0 16px;
}
article.node .node__author .user__avatar {
  border-radius: 100%;
  overflow: hidden;
  width: 26px;
  height: 26px;
}
article.node .node__author .user__avatar-name {
  height: 100%;
  width: 100%;
  border-radius: 0;
}
article.node .node__author .user__avatar img {
  border-radius: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.view-all-achievements {
  padding-top: 24px;
  padding-bottom: 24px;
}
.view-all-achievements .view-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.view-achives .view-header {
  margin-bottom: 16px;
}

.route-silaclub_rating-stats table .green {
  color: green;
}

*,
*::after,
*::before {
  overflow-wrap: anywhere;
  box-sizing: border-box;
}

:root {
  font-size: 16px;
}

/* ELEMENTS */
hr {
  margin: 1em 0;
  color: #ddd;
  background-color: #ddd;
  border: 0;
}

hr:not([size]) {
  height: 1px;
}

p {
  margin-top: 0;
}
p:not(:last-child) {
  margin-bottom: 0.7em;
}
p:last-child {
  margin-bottom: 0;
}

abbr[data-bs-original-title],
abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 500;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  padding: 0.5rem 1rem;
  margin: 0 0 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef;
}

b,
strong {
  font-weight: 500;
}

small {
  font-size: 0.8em;
}

mark {
  padding: 0;
  background-color: #ddd;
}

sub,
sup {
  position: relative;
  font-size: 0.7em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  transition: all 0.2s;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:focus {
  outline: none !important;
}
.main-menu a {
  color: #fff;
}
.main-menu a:hover {
  color: #fff;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

code {
  font-size: 0.9em;
  color: #f6f7d9;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

caption {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  color: #ddd;
  text-align: left;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
table tbody,
table td,
table tfoot,
table th,
table thead,
table tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
table td,
table th {
  padding: 0.75rem;
  line-height: 1.5;
  vertical-align: top;
  border: 1px solid #ccc;
  border-top: 1px solid #eceeef;
}
table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
  font-weight: 600;
  text-align: inherit;
  text-align: -webkit-match-parent;
}
table tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
table tbody + tbody {
  border-top: 2px solid #eceeef;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button, [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: normal;
  line-height: inherit;
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.width--30p,
.items\:width--30p > * {
  width: 30%;
}

.term-achives-compact {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 5px 10px 5px 4px;
  border-radius: 6px;
  background: #eee;
}
.term-achives-compact .field {
  margin-bottom: 0;
}
.term-achives-compact .field--name-field-icon {
  flex-shrink: 0;
}
.term-achives-compact .field--name-field-icon img {
  width: 32px;
  height: 32px;
}
.term-achives-compact .term__title {
  font-weight: 700;
  margin-bottom: var(--sp0-5);
}
.term-achives-compact .field--name-description {
  font-size: 16px;
  line-height: var(--sp1);
}

.term-achives-full {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.term-achives-full .term__title {
  font-weight: 700;
  margin-bottom: 8px;
}
.term-achives-full .term__description {
  display: flex;
  align-items: center;
  gap: 20px;
}
.term-achives-full .field {
  margin-bottom: 0;
}
.term-achives-full .field--name-description {
  font-size: 16px;
  line-height: 16px;
}

.term-achives-teaser {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 16px 20px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 0 10px #f2f2f2;
}
.term-achives-teaser .field {
  margin-bottom: 0;
}
.term-achives-teaser .term__title {
  font-weight: 700;
  margin-bottom: var(--sp0-5);
}
.term-achives-teaser .field--name-description {
  font-size: 16px;
  line-height: var(--sp1);
}

:root {
  --profile-background-color: #fff;
}

body.route-common-profile_edit #main {
  display: block;
}
body.route-common-profile_edit .region--content {
  max-width: none;
}
body.route-common-profile_edit .profile-edit__content {
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}
body.route-common-profile_edit .profile-edit__content input.form-control,
body.route-common-profile_edit .profile-edit__content .form-select,
body.route-common-profile_edit .profile-edit__content textarea {
  background-color: #f8f8f8;
}
body.route-common-profile_edit .profile-edit__content input.form-control:focus, body.route-common-profile_edit .profile-edit__content input.form-control:active,
body.route-common-profile_edit .profile-edit__content .form-select:focus,
body.route-common-profile_edit .profile-edit__content .form-select:active,
body.route-common-profile_edit .profile-edit__content textarea:focus,
body.route-common-profile_edit .profile-edit__content textarea:active {
  background-color: #fff;
}
body.route-common-profile_edit .profile-edit__header {
  /**
   * User background.
   */
  /**
   * User avatar.
   */
}
body.route-common-profile_edit .profile-edit__header + div {
  border-radius: 0 0 8px 8px;
}
body.route-common-profile_edit .profile-edit__header .user__header {
  background: #fff;
}
body.route-common-profile_edit .profile-edit__header .user__header-background {
  display: grid;
  background-image: var(--profile-background-image);
  border-radius: 8px 8px 0 0;
  height: 125px;
  padding: 24px;
}
body.route-common-profile_edit .profile-edit__header .user__header-background:hover .user__header-actions {
  opacity: 1;
}
body.route-common-profile_edit .profile-edit__header .user__header-actions {
  margin-left: auto;
  opacity: 0;
  transition: 0.3s;
}
body.route-common-profile_edit .profile-edit__header .user__header-avatar {
  width: 124px;
  height: 124px;
  background: #fff;
  padding: 6px;
  overflow: hidden;
  border-radius: 50em;
  flex-shrink: 0;
  margin-left: 24px;
  margin-top: -74px;
  position: relative;
}
body.route-common-profile_edit .profile-edit__header .user__header-avatar .user__avatar-icon {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  width: 32px;
  height: 32px;
}
body.route-common-profile_edit .profile-edit__header .user__header-avatar a::before {
  content: "";
  background: #363636;
  opacity: 0;
  position: absolute;
  left: 6px;
  top: 6px;
  right: 6px;
  bottom: 6px;
  border-radius: 50em;
  transition: 0.3s;
}
body.route-common-profile_edit .profile-edit__header .user__header-avatar a:hover .user__avatar-icon {
  opacity: 1;
}
body.route-common-profile_edit .profile-edit__header .user__header-avatar a:hover::before {
  opacity: 0.24;
}
body.route-common-profile_edit .profile-edit__header .user__header-avatar img {
  border-radius: 50em;
}
body.route-common-profile_edit .profile-edit__card.access .fieldset__legend {
  display: none;
}
body.route-common-profile_edit .profile-edit__card.access fieldset .form-item {
  margin-left: 0;
  width: 150px;
}
body.route-common-profile_edit .profile-edit__card.work fieldset.fieldset--group {
  display: block;
}
body.route-common-profile_edit .profile-edit__card.work .fieldset__label {
  margin-bottom: 1em;
}
body.route-common-profile_edit .profile-edit__card.work fieldset .form-item {
  margin-left: 0;
  display: flex;
  margin-right: auto;
  gap: 10px;
  flex-flow: row-reverse;
}
body.route-common-profile_edit .profile-edit__card.work fieldset .form-item .form-checkbox {
  top: 10px;
}
body.route-common-profile_edit .profile-edit__card.work fieldset .form-item label {
  min-width: 185px;
}

.profile-edit__card-title, body.route-common-profile_edit .profile-edit__card.work .fieldset__label {
  font-size: 22px;
  font-weight: 500;
}

article.user-full {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 24px;
}
article.user-full .profile-panel {
  background: #fff;
  border-radius: 8px;
}
article.user-full .profile-group-information {
  padding: 20px 24px;
}
@media (max-width: 767.98px) {
  article.user-full .user__header-data {
    display: block;
  }
}
article.user-full .user__header-background .user__header-actions {
  display: flex;
  transition: 0.2s opacity, 1s visibility;
  opacity: 0;
  visibility: hidden;
}
article.user-full .user__header-background:hover .user__header-actions {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 767.98px) {
  article.user-full .user__header-data .user__header-actions {
    margin-top: 1.3em;
    margin-bottom: 0.6em;
  }
}
article.user-full .user__header-actions .change-cover {
  padding-left: 40px;
  background: #fff url(../images/icon/icon-edit.svg) 16px center no-repeat;
}
article.user-full .user__header .user__avatar {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 767.98px) {
  article.user-full .user__header .user__avatar {
    margin-top: -131px;
  }
}
article.user-full .user__header .user__avatar svg {
  width: 247px;
  max-width: 100%;
  color: gainsboro;
}
article.user-full .user__header .user__full-name {
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  article.user-full .user__header .user__full-name {
    font-size: 1.8rem;
    font-weight: 500;
  }
}
article.user-full .main-block {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  article.user-full .main-block {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
article.user-full .main-block > div:not(:first-child, .profile-panel, .photo-block) {
  padding: 20px 24px;
  border-top: 1px solid #eee;
}
article.user-full .main-block h3, article.user-full .main-block body.route-common-profile_edit .profile-edit__card.work .fieldset__label, body.route-common-profile_edit .profile-edit__card.work article.user-full .main-block .fieldset__label {
  font-weight: 500;
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 15px;
}
article.user-full .main-block .profile-item-wrapper {
  margin-bottom: 1rem;
  display: flex;
}
@media (max-width: 575.98px) {
  article.user-full .main-block .profile-item-wrapper {
    display: block;
  }
}
article.user-full .main-block .profile-item-wrapper .profile-label {
  width: 150px;
  opacity: 0.5;
  flex-shrink: 0;
  display: block;
}
@media (max-width: 575.98px) {
  article.user-full .main-block .profile-item-wrapper .profile-label {
    width: auto;
  }
}
article.user-full .main-block .profile-item-wrapper .profile-content {
  min-width: 0;
}
article.user-full .main-block .profile-group-information .user__avatar-name,
article.user-full .main-block .profile-group-information .user__avatar img {
  width: 24px;
  height: 24px;
}
article.user-full .main-block .profile-group-information .user-compact__username {
  color: #2060A5;
}
article.user-full .sidebar-block {
  grid-area: 2/2/auto/3;
}
article.user-full .sidebar-block .actions {
  opacity: 0.2;
}
article.user-full .sidebar-block .actions:hover {
  opacity: 1;
}
@media (max-width: 767.98px) {
  article.user-full .sidebar-block {
    grid-column-start: 1;
  }
  article.user-full .sidebar-block .user__contacts {
    margin-bottom: 0;
  }
  article.user-full .sidebar-block .user__contacts-item {
    display: flex;
  }
  article.user-full .sidebar-block .user__contacts-item-label {
    width: 150px;
    opacity: 0.5;
  }
}
@media (max-width: 575.98px) {
  article.user-full .sidebar-block .user__contacts-item {
    display: block;
  }
  article.user-full .sidebar-block .user__contacts-item-label {
    width: auto;
  }
}
@media (max-width: 767.98px) {
  article.user-full .sidebar-block .actions {
    display: none;
  }
}
article.user-full .sidebar-block .actions .user__actions button {
  display: block;
}
article.user-full .profile-tabs {
  padding: 0 24px;
}
article.user-full .profile-tabs button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 15px 13px;
}
article.user-full .profile-tabs button.is-active {
  border-bottom: 2px solid #2060a5;
}
article.user-full .field--name-field-achives {
  display: flex;
}
article.user-full .field--name-field-achives .field__items .field__item {
  display: inline-block;
  margin-right: 10px;
}
article.user-full .contacts {
  font-size: 0.9em;
}
article.user-full .work {
  font-size: 0.9em;
}
@media (max-width: 575.98px) {
  article.user-full .work .profile-label {
    margin-bottom: 0.2em;
  }
}
article.user-full .work .field__item {
  background: #f0f2f5;
  padding: 0.1em 0.9em 0.25em;
  border-radius: 0.3em;
}
@media (max-width: 575.98px) {
  article.user-full .work .field__item {
    display: inline;
  }
}
article.user-full .work .field--name-field-format-work {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
article.user-full .education-sila {
  display: flex;
  flex-flow: column;
  gap: 10px;
}
article.user-full .education-sila .profile-item-wrapper .profile-label {
  display: block;
  flex-shrink: 0;
}
article.user-full .education-sila .profile-item-wrapper .profile-value {
  font-weight: 500;
  line-height: 1.5;
}
article.user-full .education-sila .field__item {
  margin-bottom: 0.6em;
}
@media (min-width: 576px) {
  article.user-full .education-sila .field__item {
    display: flex;
  }
}
article.user-full .education-sila .field__label {
  font-weight: 400;
  opacity: 0.5;
  margin-bottom: 0.6em;
}
article.user-full .education .field--name-field-edu > .field__item .edu-type {
  font-weight: 400;
  opacity: 0.5;
  margin-bottom: 0.6em;
}
article.user-full .education .field--name-field-edu > .field__item .profile-item-wrapper {
  gap: 0;
}
article.user-full .education .field--name-field-edu > .field__item .profile-item-wrapper .field--name-name {
  font-weight: 500;
}
article.user-full .fio-wrapper {
  background-color: white;
  padding: 1.5rem;
  border-radius: 0.25rem;
}
article.user-full .fio-wrapper .field--name-field-surname .field__label,
article.user-full .fio-wrapper .field--name-field-name .field__label,
article.user-full .fio-wrapper .field--name-field-middle-name .field__label {
  display: none;
}
article.user-full .fio-wrapper .field--name-field-surname .field__item,
article.user-full .fio-wrapper .field--name-field-name .field__item,
article.user-full .fio-wrapper .field--name-field-middle-name .field__item {
  margin-right: 0.5rem;
  font-size: 1.5rem;
  font-weight: bold;
}
@media (min-width: 992px) {
  article.user-full .fio-wrapper .field--name-field-surname .field__item,
  article.user-full .fio-wrapper .field--name-field-name .field__item,
  article.user-full .fio-wrapper .field--name-field-middle-name .field__item {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
article.user-full .field--name-user-picture {
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  article.user-full .field--name-user-picture {
    margin-bottom: 0;
  }
}
article.user-full .field--name-user-picture a {
  display: block;
  width: 100%;
}
article.user-full .field--name-user-picture a img {
  width: 100%;
  border-radius: 0.5rem;
}
@media (min-width: 992px) {
  article.user-full .field--name-user-picture a img {
    width: 247px;
  }
}

article.user--compact {
  display: flex;
}
article.user--compact .user__avatar {
  flex-shrink: 0;
}
article.node--view-mode-teaser .node__meta article.user--compact .user__avatar-name {
  width: 100%;
  height: 100%;
  border-radius: 0;
}
article.user--compact .user__name {
  line-height: 28px;
  font-weight: 500;
}
article.user--compact .user__name a {
  color: #363636;
}

.front-filters .views-exposed-form .form-item--tags {
  margin-top: 0;
  position: relative;
}
.front-filters .views-exposed-form .form-item--tags:not(.opened) {
  padding-right: 40px;
  max-height: 32px;
  overflow: hidden;
}

.form-item--tags--toggler {
  position: absolute;
  width: 32px;
  height: 32px;
  background: url(../images/dots.svg) center no-repeat;
  cursor: pointer;
  border: 1px solid #e5e5e5;
  border-radius: 32px;
  right: 1em;
  top: 1em;
}

.view-my-articles .view-filters,
.front-filters .view-filters {
  padding: 1em 0.5em 1em 1.25em;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 10px #f2f2f2;
  margin-bottom: 1.25em;
  position: relative;
}
.view-my-articles .view-filters form,
.front-filters .view-filters form {
  margin-bottom: 0;
  background: none;
  border: none;
  padding: 0;
  box-shadow: none;
  margin-top: 0;
}
.view-my-articles .view-content,
.front-filters .view-content {
  display: flex;
  flex-direction: column;
  gap: 1.25em;
}
.view-my-articles .views-exposed-form__item--actions,
.front-filters .views-exposed-form__item--actions {
  display: none;
}
.view-my-articles .pager,
.front-filters .pager {
  margin: 0;
  padding: 0;
  clip: auto;
  width: 100%;
  background: #fff url(../images/loader.gif) center no-repeat;
  height: 55px;
  border-radius: 8px;
}
.view-my-articles .pager li,
.front-filters .pager li {
  display: none;
}

@keyframes l5 {
  0% {
    box-shadow: 20px 0 #000, -20px 0 rgba(0, 0, 0, 0.1333333333);
    background: #000;
  }
  33% {
    box-shadow: 20px 0 #000, -20px 0 rgba(0, 0, 0, 0.1333333333);
    background: rgba(0, 0, 0, 0.1333333333);
  }
  66% {
    box-shadow: 20px 0 rgba(0, 0, 0, 0.1333333333), -20px 0 #000;
    background: rgba(0, 0, 0, 0.1333333333);
  }
  100% {
    box-shadow: 20px 0 rgba(0, 0, 0, 0.1333333333), -20px 0 #000;
    background: #000;
  }
}
.kint-popup-trigger {
  position: relative;
  z-index: 99;
}

@media (max-width: 991.98px) {
  body[class^=toolbar] {
    padding-top: 0 !important;
    margin-left: 0 !important;
  }
  body[class^=toolbar] #toolbar-administration {
    display: none;
  }
}
.ajax-progress {
  display: none;
}

.contextual a {
  color: #000 !important;
}

ul.tabs.primary {
  font-size: 0.7em;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
}
ul.tabs.primary a {
  padding: 0.1em 0.7em;
}

nav.action-links {
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 0.7em;
  z-index: 5;
}

a.tabledrag-handle .handle {
  width: 34px;
  height: 34px;
  background-position: center;
}

.form-control:not(textarea) {
  height: 2.8em;
}

form.node-form .field--type-image table .tabledrag-toggle-weight-wrapper {
  display: none;
}
form.node-form .field--type-image table .image-widget {
  display: flex;
}
form.node-form .field--type-image table .image-widget input {
  margin: 0;
  font-size: 0.9em;
  padding: 0.5rem;
  height: 1.7rem;
}
form.node-form .field--type-image table .image-widget-data {
  font-size: 0.8em;
  margin-left: 1rem;
}
form.node-form .field--type-image table .image-widget-data .form-item {
  margin-bottom: 0.5em;
}
form.node-form .field--type-image table .image-widget-data .form-item label {
  margin-bottom: 0;
}
form.node-form .field--type-image table .image-widget-data .file--image {
  font-weight: 700;
}

.view-content.view-display-id-page_1 .form-item {
  margin: 0 1em 1em 0;
}
.view-content.view-display-id-page_1 .form-item label {
  margin-bottom: 0;
  font-size: 0.9em;
}
.view-content.view-display-id-page_1 .view-filters .form--inline {
  display: flex;
  flex-wrap: wrap;
}
.view-content.view-display-id-page_1 .view-filters .form--inline .form-item-title {
  flex-basis: 100%;
}
.view-content.view-display-id-page_1 .view-filters .form--inline .form-actions {
  flex-basis: 100%;
  margin: 0 0 1em;
}
.view-content.view-display-id-page_1 .view-content .form-wrapper {
  max-width: 400px;
}
.view-content.view-display-id-page_1 .view-content table {
  font-size: 0.9em;
}
.view-content.view-display-id-page_1 .view-content table td.is-active {
  background-color: inherit;
}
.view-content.view-display-id-page_1 .view-content table tr.selected td {
  background: #ffc !important;
}
.view-content.view-display-id-page_1 .view-content table .form-item {
  margin: 0;
}

.region-messages [data-drupal-messages] {
  margin: 1.5em 0;
}

.node-form .form-type-entity-autocomplete label,
.node-form .form-type-number label,
.node-form .form-type-select label,
.node-form .form-type-textfield label {
  display: block;
}
.node-form .form-control {
  display: block;
  width: 100%;
  height: 2.8rem;
  padding: 0.3rem 1.2rem 0.3rem 0.75rem;
  color: #555;
  border: 1px solid #aaa;
  border-radius: 0;
}
.node-form .form-textarea-wrapper {
  width: 100%;
}

.h-xs-up,
.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575.98px) {
  .h-xs-down,
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .h-sm-up,
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .h-sm-down,
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .h-md-up,
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .h-md-down,
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .h-lg-up,
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .h-lg-down,
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-up,
  .hidden-xl-up {
    display: none !important;
  }
}

@media (max-width: 1399.98px) {
  .h-xl-down,
  .hidden-xl-down {
    display: none !important;
  }
}

@media (min-width: 1400px) {
  .h-xxl-up,
  .hidden-xxl-up {
    display: none !important;
  }
}

.h-xxl-down,
.hidden-xxl-down {
  display: none !important;
}

nav[role=navigation] ul.nav {
  margin-bottom: 0;
  padding: 0;
}
nav[role=navigation] ul.nav.nav-inline li {
  display: inline-block;
}
nav[role=navigation] ul.nav a {
  color: #fff;
  font-size: 0.9em;
  text-transform: uppercase;
}
nav[role=navigation] ul.nav li {
  padding: 0 1em;
}

.main-menu .classic-menu-dropdown {
  position: relative;
}
.main-menu .classic-menu-dropdown > .nav-link {
  float: left;
  padding-right: 0.7rem;
}
.main-menu .classic-menu-dropdown > span i {
  padding: 0.5rem 0;
  line-height: 1.5;
  color: #fff;
}
.main-menu .classic-menu-dropdown ul {
  left: 0;
  min-width: 175px;
  position: absolute;
  z-index: 1000;
  top: 90%;
  display: none;
  padding: 0.5rem;
  background-color: #ffffff;
  margin: 0;
  border: 1px solid #eee;
  border-radius: 4px;
}
.main-menu .classic-menu-dropdown:hover ul {
  display: block;
}
#menu-small .main-menu {
  display: block;
  text-align: center;
}
#menu-small .main-menu li {
  padding: 0.5rem 0;
  display: block;
}
#menu-small .main-menu li.classic-menu-dropdown {
  position: relative;
}
#menu-small .main-menu li.classic-menu-dropdown > a {
  float: none;
}
#menu-small .main-menu li.classic-menu-dropdown .menu {
  position: static;
  float: none;
  display: none;
  border-radius: 0;
  padding: 0;
}
#menu-small .main-menu li.classic-menu-dropdown .menu li {
  text-align: center;
}
#menu-small .main-menu li.classic-menu-dropdown .menu-dropdown-trigger {
  position: absolute;
  top: 0.5rem;
  right: 0;
  width: 15%;
  cursor: pointer;
}
#menu-small .main-menu li.classic-menu-dropdown.menu-item--is-open .menu-dropdown-trigger {
  transform: rotate(180deg);
}

.modal {
  position: fixed;
  width: 100%;
  top: 200px;
  z-index: 99;
  display: none;
}
.modal.opened {
  display: block;
}
.modal-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3333333333);
  z-index: 98;
  display: none;
}
.modal-overlay.opened {
  display: block;
}
.modal-content {
  background: #eee;
  border-radius: 0.5em;
  padding: 2em;
  margin: 0 auto;
  max-width: 800px;
}
.modal-header {
  position: relative;
}
.modal-header .close {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  font-size: 3em;
  height: 30px;
  line-height: 30px;
  width: 50px;
}
.modal label {
  display: block;
}
.modal input[type=checkbox] + label {
  display: inline-block;
}

/*...543   544....767   768....991   992....1199   1200...*/
/*__xs__   ____sm____   ____md____   ____lg_____   ___xl__*/
.nav-toggler {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 0.3rem;
  border: 2px solid rgba(0, 0, 0, 0);
  margin: 0.3rem 0 0.3rem 0.6rem;
  background: rgba(0, 0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
}
.nav-toggler:focus {
  outline: none;
}
.nav-toggler span {
  height: 2px;
  width: 18px;
  position: absolute;
  background: #fff;
  transition-duration: 0.3s;
}
.nav-toggler span:nth-child(2) {
  margin-top: 0;
  transform: rotate(45deg);
}
.nav-toggler span:last-child {
  margin-top: 0;
  transform: rotate(-45deg);
}
.nav-toggler.nav-info {
  border-radius: 100%;
}
.nav-toggler.nav-menu span:nth-child(3) {
  display: none;
}
.nav-toggler.nav-menu span:nth-child(1) {
  opacity: 0;
}
.nav-toggler.collapsed.nav-menu span:nth-child(1) {
  opacity: 1;
}
.nav-toggler.collapsed.nav-menu span:nth-child(2) {
  margin-top: -10px;
  transform: none;
}
.nav-toggler.collapsed.nav-menu span:nth-child(3) {
  display: block;
}
.nav-toggler.collapsed.nav-menu span:last-child {
  margin-top: 10px;
  transform: none;
}
.nav-toggler.collapsed.nav-info span:nth-child(2) {
  margin-top: -0.5rem;
  transform: none;
  width: 2px;
}
.nav-toggler.collapsed.nav-info span:last-child {
  margin-top: 0.2rem;
  transform: none;
  height: 0.9rem;
  width: 2px;
}
/*# sourceMappingURL=_maps/index.css.map */
