@font-face {
  font-family: "FuturaO";
  src: url("../webfonts/FuturaDemiC.eot");
  src: local("Futura Demi Cyrillic"), local("FuturaDemiC"),
    url("../webfonts/FuturaDemiC.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/FuturaDemiC.woff") format("woff"),
    url("../webfonts/FuturaDemiC.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Futura";
  src: url("../webfonts/FuturaMediumC.eot");
  src: local("Futura Medium Cyrillic"), local("FuturaMediumC"),
    url("../webfonts/FuturaMediumC.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/FuturaMediumC.woff") format("woff"),
    url("../webfonts/FuturaMediumC.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Futura";
  src: url("../webfonts/FuturaLightC-Italic.eot");
  src: local("Futura Light Italic Cyrillic"), local("FuturaLightC-Italic"),
    url("../webfonts/FuturaLightC-Italic.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/FuturaLightC-Italic.woff") format("woff"),
    url("../webfonts/FuturaLightC-Italic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Futura";
  src: url("../webfonts/FuturaMediumC-Italic.eot");
  src: local("Futura Medium Italic Cyrillic"), local("FuturaMediumC-Italic"),
    url("../webfonts/FuturaMediumC-Italic.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/FuturaMediumC-Italic.woff") format("woff"),
    url("../webfonts/FuturaMediumC-Italic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Futura";
  src: url("../webfonts/FuturaLightC.eot");
  src: local("Futura Light Cyrillic"), local("FuturaLightC"),
    url("../webfonts/FuturaLightC.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/FuturaLightC.woff") format("woff"),
    url("../webfonts/FuturaLightC.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Futura";
  src: url("../webfonts/FuturaDemiC-Italic.eot");
  src: local("Futura Demi Italic Cyrillic"), local("FuturaDemiC-Italic"),
    url("../webfonts/FuturaDemiC-Italic.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/FuturaDemiC-Italic.woff") format("woff"),
    url("../webfonts/FuturaDemiC-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Futura";
  src: url("../webfonts/FuturaBookC-Italic.eot");
  src: local("Futura Book Italic Cyrillic"), local("FuturaBookC-Italic"),
    url("../webfonts/FuturaBookC-Italic.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/FuturaBookC-Italic.woff") format("woff"),
    url("../webfonts/FuturaBookC-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Futura";
  src: url("../webfonts/FuturaBookC.eot");
  src: local("Futura Book Cyrillic"), local("FuturaBookC"),
    url("../webfonts/FuturaBookC.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/FuturaBookC.woff") format("woff"),
    url("../webfonts/FuturaBookC.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@-webkit-keyframes shimmer {
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes shimmer {
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: linear-gradient(0deg,
      rgba(0, 0, 0, 0.85) 0,
      rgba(0, 0, 0, 0.3) 50%,
      rgba(0, 0, 0, 0.15) 65%,
      rgba(0, 0, 0, 0.075) 75.5%,
      rgba(0, 0, 0, 0.037) 82.85%,
      rgba(0, 0, 0, 0.019) 88%,
      transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes a {
  to {
    transform: rotate(1turn);
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

figure {
  margin: 20px auto;
  text-align: center;
}

body {
  line-height: 1;
  font-family: "Futura";
  image-orientation: from-image;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input:hover,
input:active,
input:focus,
button:hover,
button:active,
button:focus {
  outline: none;
}

.publication-plus {
  margin-right: 6px;
  text-decoration: none;
  color: #c9c9c9;
}

.publication-plus:hover {
  color: #7dc95b;
}

.publication-plus.active {
  color: #7dc95b;
}

.publication-plus svg {
  width: 13px;
  width: 13px;
}

.publication-minus {
  margin-left: 6px;
  text-decoration: none;
  color: #c9c9c9;
  -webkit-transform: scaleY(-1) translateY(-2px);
  -ms-transform: scaleY(-1) translateY(-2px);
  transform: scaleY(-1) translateY(-2px);
}

.publication-minus:hover {
  color: #ff5058;
}

.publication-minus.active {
  color: #ff5058;
}

.publication-minus svg {
  width: 13px;
  width: 13px;
}

.style__block b,
.style__block strong {
  font-weight: bold;
}

.style__block i,
.style__block em {
  font-weight: 300;
  font-style: italic;
}

.style__block ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.style__block ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.header {
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  background: #152f50;
  padding-bottom: 22px;
}

.header-block {
  display: flex;
  justify-content: space-between;
  /* margin-bottom: 19px; */
  padding: 15px 0 19px;
}

.header-logo-block {
  /* margin-top: 15px; */
  /* width: 500px; */
}

.header-logo {
  flex: none;
}

.header-logo-icon {}

.header-logo-icon img {}

.header-logo-fixed {
  display: none;
}

.header-logo-fixed img {}

.header-center {
  width: 100%;
  padding-left: 120px;
}

.container {
  width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0px 15px;
}

.header-menu {
  padding-top: 11px;
  margin-bottom: 10px;
}

.header-menu>a {
  display: inline-block;
  color: #ffffff;
  padding: 6px 19px;
  text-decoration: none;
}

@media screen and (min-width: 1042px) {
  .header-search {
    /* padding-right: 236px; */
    position: fixed;
    height: 70px;
    top: -100px;
    transition: .5s;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 10;
  }
}


.header-search-darken {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 8;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}

.header-search-darken.active {
  display: block;
}

.header-search.active {
  top: 0;
}

.header-search form {
  display: flex;
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 1041px) {
  .header-search form {
    width: 100%;
  }
}

.header-search-input {
  box-sizing: border-box;
  background: #ffffff;
  line-height: 70px;
  border: none;
  padding: 0px 20px;
  border-radius: 3px;
  font-size: 16px;
  font-family: "Futura";
  outline: none;
  margin-right: 16px;
  width: 100%;
}

.header-search-input::-webkit-input-placeholder {
  color: #cecece;
}

.header-search-input:-ms-input-placeholder {
  color: #cecece;
}

.header-search-input::-moz-placeholder {
  color: #cecece;
  opacity: 1;
}

.header-search-input:-moz-placeholder {
  color: #cecece;
  opacity: 1;
}

.header-search-button {
  cursor: pointer;
  border: none;
  background: none;
  outline: none;
  padding: 0px;
  display: flex;
  align-items: center;
  flex: none;
  margin-right: 15px;
}

.header-menu-filter .header-search-button {
  margin-left: 20px;
}

.header-search-button svg {
  width: 20px;
  height: 20px;
  position: relative;
  top: -1px;
}

.header-menu-filter .header-search-button svg {
  width: 16px;
  height: 16px;
  top: 0;
}

.search-close-btn {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-close-btn:hover svg {
  fill: #547bad;
}

.search-close-btn svg {
  width: 22px;
  height: 22px;
  fill: #152f50;
}

.header-search-button .header-search-icon {
  display: block;
}

.header-search-button .header-search-icon-hover {
  display: none;
}

.header-search-button:hover .header-search-icon {
  display: none;
}

.header-search-button:hover .header-search-icon-hover {
  display: block;
}

.header-filter {
  display: flex;
  justify-content: space-between;
}

.header-filter-block {
  display: flex;
  margin-right: 22px;
  max-height: 32px;
}

.header-filter-block>a {
  display: flex;
  align-items: center;
  background: #ededed;
  line-height: 30px;
  margin-right: 16px;
  color: #152f50;
  text-decoration: none;
  border-radius: 20px;
  padding: 0px 14px;
  transition: background 0.3s ease;
}

.header-filter-block>a .icon-active {
  display: none;
}

.header-filter-block .icon {
  display: flex;
  margin-right: 9px;
}

.header-filter-block .name {
  position: relative;
  top: -1px;
}

.header-filter-block .count {
  font-size: 12px;
  opacity: 0.9;
  padding-left: 6px;
}

.header-filter-block input[type="checkbox"] {
  display: none;
}

.header-filter-block>a.active {
  background: #f2900f;
  color: #ffffff;
}

.header-filter-block>a.active .icon-default {
  display: none;
}

.header-filter-block>a.active .icon-active {
  display: block;
}

.header-filter-block .icon-filter-1 {
  width: 15px;
}

.header-filter-block .icon-filter-2 {
  width: 19px;
}

.header-filter-block .icon-filter-3 {
  width: 18px;
}

.header-filter-block .icon-filter-4 {
  width: 19px;
}

.header-filter-block .icon-filter-5 {
  width: 13px;
}

.header-filter-block .icon-filter-6 {
  width: 18px;
}

.header-groups {
  display: flex;
  align-items: center;
}

.header-groups>div {
  margin-right: 40px;
}

.header-groups>div>a {
  position: relative;
  display: flex;
  align-items: center;
  color: #cbcbcb;
  text-decoration: none;
  -moz-transition: 0.3s color ease;
  -o-transition: 0.3s color ease;
  -webkit-transition: 0.3s colorl ease;
  transition: 0.3s color ease;
}

.header-groups>div>a:hover {
  color: #ffffff;
}

.header-groups>div>a .icon {
  padding-right: 10px;
  display: flex;
  align-items: center;
}

.header-groups>div>a .icon-rub {
  width: 9px;
}

.header-groups>div>a .count {
  font-size: 12px;
  opacity: 0.9;
  padding-left: 6px;
}

.header-groups>div>a .icon-calendar {
  width: 17px;
}

.header-menu-filter {
  display: flex;
  justify-content: flex-end;
}

.header-menu-left {
  display: flex;
}

.mobile-search-icon {
  display: none !important;
}

.header-menu-right {
  display: flex;
  /* width: 237px; */
  align-items: center;
  justify-content: flex-end;
}

.header-menu-right .link {
  display: inline-block;
  color: #cbcbcb;
  text-decoration: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.header-menu-right .link:hover {
  color: #ffffff;
}

.header-menu-right .lk-link {
  display: block;
  padding: 4px;
}

.header-menu-right .lk-icon {
  position: relative;
  top: 1px;
  left: 1px;
  display: block;
  width: 16px;
  height: 16px;
}

.header-menu-item {
  position: relative;
  margin-left: 16px;
}

.header-menu-item .default-value {
  display: inline-block;
  color: #cbcbcb;
  text-decoration: none;
  line-height: 29px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.header-menu-right.photo-icon .lk-link {
  position: absolute;
  margin-top: -50%;
  padding: 0px;
}

.header-menu-right.photo-icon .lk-link img {
  width: 32px;
  border-radius: 50%;
  display: block;
}

.header-menu-right.photo-icon .header-outh-popup {
  top: -16px;
}

.header-menu-right.photo-icon .header-outh-menu {
  width: 32px;
}

.header-menu-item .default-value:hover {
  color: #ffffff;
}

.header-menu-item .default-value .count {
  font-size: 12px;
  opacity: 0.9;
  padding-left: 8px;
}

.header-menu-item .selected-value {
  display: none;
  background: #f2900f;
  color: #ffffff;
  text-decoration: none;
  line-height: 29px;
  padding: 0px 14px;
  border-radius: 3px;
}

.header-menu-item .selected-value .count {
  font-size: 12px;
  opacity: 0.8;
  padding-left: 5px;
}

.header-menu-item.active {}

.header-menu-item.active .selected-value {
  display: inline-block;
}

.header-menu-item.active .default-value {
  display: none;
}

.header-filter-left {
  display: flex;
  width: 100%;
  position: relative;
  justify-content: flex-start;
}

.header-filter-adds {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.header-filter-right {
  display: flex;
  align-items: center;
}

.header-filter-right a {
  text-decoration: none;
}

.header-filter-right a:hover {
  opacity: 0.8;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.header-filter-sort-block {
  display: flex;
  align-items: center;
  position: relative;
}

.header-filter-sort {
  margin-right: 10px;
}

.header-filter-sort .icon {
  display: flex;
  align-items: center;
}

.header-filter-sort .icon svg {
  width: 13px;
}

.header-filter-sort.asc-active .icon-asc {
  display: flex;
}

.header-filter-sort.asc-active .icon-desc {
  display: none;
}

.header-filter-sort.desc-active .icon-asc {
  display: none;
}

.header-filter-sort.desc-active .icon-desc {
  display: flex;
}

.header-filter-sort-select .name {
  color: #cbcbcb;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.header-filter-sort-select:hover .name {
  color: #ffffff;
}

.icon-filter-reset-block {
  display: block;
  margin-left: 34px;
}

.icon-filter-reset-block .icon {
  display: flex;
  align-items: center;
}

.icon-filter-reset-block .text {
  display: none;
}

.icon-filter-reset {
  width: 16px;
}

.content {
  display: flex;
}

.left-menu-block {
  flex: 0;
}

.left-menu {
  position: relative;
  background: #bebebe;
  width: 404px;
}

.left-menu:before {
  content: "";
  background: #bebebe;
  position: absolute;
  width: 1000px;
  height: 100%;
  top: 0;
  left: -1000px;
}

.left-menu>ul {
  padding-top: 0px;
  padding-bottom: 14px;
  padding-left: 6px;
}

.left-menu>ul>li {
  position: relative;
}

.left-menu>ul>li>a {
  color: #101010;
  display: block;
  padding: 8.5px 19px 8.5px 22px;
  text-decoration: none;
  transition: all 0.2s ease;
  position: relative;
}

.left-menu>ul>li>a:before {
  content: "";
  background: #bebebe;
  position: absolute;
  width: 1000px;
  height: 100%;
  top: 0;
  left: -1000px;
}

.left-menu>ul>li>a:hover {
  background: #f2900f;
  color: #152f50;
}

.left-menu>ul>li>a>.name {
  display: inline-block;
  font-size: 19px;
  font-weight: 500;
  width: calc(100% - 30px);
}

.left-menu>ul>li>a>.count {
  float: right;
  font-size: 13px;
  font-weight: 500;
  vertical-align: middle;
  padding-top: 3px;
}

.left-menu>ul>li>ul {
  display: none;
  padding-top: 0px;
}

.left-menu>ul>li>ul>li {
  position: relative;
}

.left-menu>ul>li>ul>li>a {
  color: #262626;
  display: block;
  padding: 8.6px 19px 8.6px 42px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.left-menu>ul>li>ul>li>a>.name {
  display: inline-block;
  font-size: 19px;
  width: calc(100% - 30px);
}

.left-menu>ul>li>ul>li>a>.count {
  float: right;
  font-size: 13px;
  font-weight: 500;
  vertical-align: middle;
  padding-top: 3px;
}

.left-menu>ul>li>ul>li>a:hover {
  background: #f2900f;
  color: #152f50;
}

.left-menu>ul>li.active {
  background: #e0e0e0;
}

.left-menu>ul>li.active:before {
  content: "";
  background: #e0e0e0;
  position: absolute;
  width: 1000px;
  height: 100%;
  top: 0;
  left: -1000px;
}

.left-menu>ul>li.active>a {
  background: #f2900f;
  color: #152f50;
}

.left-menu>ul>li.active>ul {
  display: block;
}

.left-menu>ul>li.active.active-show>a {
  background: #bebebe;
  position: relative;
}

.left-menu>ul>li.active.active-show>a:before {
  content: "";
  background: #bebebe;
  position: absolute;
  width: 1000px;
  height: 100%;
  top: 0;
  left: -1000px;
}

.left-menu>ul>li.active.active-show>a:hover {
  background: #f2900f;
}

.brcr {
  font-size: 14px;
  min-height: 14px;
  line-height: 20px;
}

.brcr .split {
  font-size: 12px;
}

.brcr a {
  color: #101010;
  text-decoration: none;
  transition: all 0.2s ease;
}

.brcr a:hover {
  color: #f2900f;
}

.brcr a:last-child {
  pointer-events: none;
}

.content-block {
  width: 100%;
  padding: 18px 0px 18px 15px;
  box-sizing: border-box;
}

.page-title {
  padding-top: 10px;
  margin-bottom: 24px;
}

.page-title h1 {
  font-size: 38px;
  font-weight: 500;
  color: #101010;
  line-height: 1.1;
}

.footer {
  background: #efefef;
  padding-top: 30px;
  padding-bottom: 20px;
}

.footer-block {
  display: flex;
  justify-content: space-between;
}

.footer-left {
  display: flex;
  margin-right: 40px;
}

.footer-left-menu {
  margin-left: 30px;
  text-align: left;
}

.footer-logo-block {
  flex: none;
  text-align: center;
}

.footer-logo-img {}

.footer-logo-img img {}

.footer-panel-block {
  display: flex;
  justify-content: space-between;
  color: #ffffff;
  height: 74px;
  align-items: center;
}

.footer-panel {
  background: #152f50;
  color: #ffffff;
}

.footer-panel a {
  color: #ffffff;
  text-decoration: none;
}

.footer-cols {
  display: flex;
}

.footer-col {}

.footer-col.col-2 {
  margin-right: 110px;
}

.footer-col-title {
  display: inline-block;
  color: #152f50;
  text-decoration: none;
  padding: 10px 0px;
  font-weight: 500;
}

.footer-col-list {}

.footer-col-item {
  padding: 10px 0px;
  page-break-inside: avoid;
  break-inside: avoid;
}

.footer-col-list.full {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
}

.footer-col-item a {
  display: inline-block;
  color: #101010;
  text-decoration: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.footer-col-item a.small {
  font-size: 13px;
}

.footer-col-item a.color {
  color: #152f50;
}

.footer-col-item a:hover {
  color: #f2900f;
}

.publications-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.publication-item {
  position: relative;
  width: 306px;
  margin-bottom: 18px;
}

.publication-bookmark {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  cursor: pointer;
}

.publication-bookmark svg {
  display: flex;
  align-items: center;
  width: 15px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.publication-bookmark .icon-bookmark {}

.publication-bookmark .icon-bookmark-active {
  display: none;
}

.publication-bookmark .icon-bookmark-hover {
  display: none;
}

.publication-bookmark.active .icon-bookmark {
  display: none;
}

.publication-bookmark.active .icon-bookmark-active {
  display: flex;
}

.publication-bookmark:hover .icon-bookmark {
  display: none;
}

.publication-bookmark:hover .icon-bookmark-hover {
  display: flex;
}

.publication-bookmark.active:hover .icon-bookmark-active {
  display: flex;
}

.publication-bookmark.active:hover .icon-bookmark-hover {
  display: none;
}

.publication-content {
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  box-shadow: 0 0px 2px 0 #b6c1d0;
  height: 100%;
}

.publication-item:hover .publication-content {
  box-shadow: 0 2px 8px 0 #b6c1d0;
}

.publication-img {
  position: relative;
  overflow: hidden;
  max-height: 206px;
  margin-bottom: 15px;
}

.publication-img a {
  display: block;
}

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

.publication-section {
  display: flex;
  align-items: center;
}

.publication-section .name {
  display: inline-block;
  font-size: 18px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #101010;
}

.publication-section .icon {
  display: flex;
  align-items: center;
  padding-right: 10px;
}

.publication-section .icon svg {
  display: flex;
  align-items: center;
}

.publication-section .icon.icon-article svg {
  width: 12px;
}

.publication-section .icon.icon-seminar svg {
  width: 17px;
}

.publication-section .icon.icon-video svg {
  width: 17px;
}

.publication-section .icon.icon-forum svg {
  width: 16px;
}

.publication-section .icon.icon-curs svg {
  /* width: 15px; */
  width: 20px;
  margin-top: -2px;
}

.publication-section .icon.icon-vebinar svg {
  width: 15px;
}

.element-section .icon.icon-article svg {
  width: 12px;
}

.element-section .icon.icon-seminar svg {
  width: 17px;
}

.element-section .icon.icon-video svg {
  width: 17px;
}

.element-section .icon.icon-forum svg {
  width: 16px;
}

.element-section .icon.icon-curs svg {
  width: 15px;
}

.element-section .icon.icon-vebinar svg {
  width: 15px;
}

.publication-title {
  padding-top: 9px;
  padding-bottom: 18px;
}

.publication-title a {
  font-size: 23px;
  font-weight: 500;
  color: #101010;
  text-decoration: none;
  display: inline-block;
}

.publication-info {
  padding: 0px 21px;
  box-sizing: border-box;
}

.publication-panel {
  display: none;
  visibility: hidden;
  padding: 0px 21px 16px 21px;
}

.element-info {
  margin-top: 20px;
  margin-bottom: 40px;
}

.element-user-row {
  display: flex;
  align-items: center;
}

.element-user-photo {
  flex: none;
  width: 99px;
  margin-right: 40px;
}

.element-user-photo a {
  display: block;
  border-radius: 50%;
  overflow: hidden;
}

.element-user-photo img {
  display: block;
  width: 100%;
}

.element-user {}

.element-user-name {
  margin-bottom: 12px;
}

.element-user-name a {
  display: inline-block;
  text-decoration: none;
  font-size: 23px;
  color: #101010;
  font-weight: 500;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.element-user-name a:hover {
  color: #f2900f;
}

.element-user-br {
  color: #9a9a9a;
}

.element-user-br span {
  margin-right: 36px;
}

.element-section-row {
  display: flex;
  padding-top: 18px;
}

.element-section {
  width: 99px;
  flex: none;
  margin-right: 40px;
  display: flex;
  text-align: center;
  justify-content: center;
}

.element-section .icon {
  margin-right: 5px;
}

.element-section-info {}

.element-section-info .title {
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 17px;
  min-width: 150px;
}

.element-section-info .value {
  line-height: 22px;
}

.element-section-info .rubrics {}

.element-section-info .rubrics span {
  margin-right: 36px;
}

.element-panel-row {
  color: #9a9a9a;
  display: flex;
  padding-top: 26px;
  font-size: 13px;
}

.element-panel-date {
  margin-right: 46px;
}

.element-panel-stats {
  display: flex;
  align-items: center;
}

.element-panel-stat {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.element-panel-stat .icon {
  display: flex;
  align-items: center;
  padding-right: 3px;
}

.element-panel-stat .icon.icon-view {}

.element-panel-stat .icon.icon-view svg {
  width: 12px;
}

.element-panel-stat .icon.icon-fav {}

.element-panel-stat .icon.icon-fav svg {
  width: 11px;
}

.element-panel-stat .icon.icon-comm {}

.element-panel-stat .icon.icon-comm svg {
  width: 12px;
}

.element-panel-stat .icon.icon-time {}

.element-panel-stat .icon.icon-time svg {
  width: 11px;
}

.element-detail {}

.element-detail-picture {
  margin-bottom: 30px;
}

.element-detail-picture img {
  display: block;
  max-width: 100%;
}

.element-detail-text {
  font-size: 18px;
  line-height: 27px;
}

.contacts-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact-item-content {
  margin-bottom: 27px;
}

.contact-item {
  width: 50%;
  padding-right: 60px;
  box-sizing: border-box;
  margin-bottom: 15px;
}

.contact-item a {
  text-decoration: none;
  color: #152f50;
  font-weight: 500;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.contact-item a:hover {
  color: #f2900f;
}

.contact-title {
  font-weight: 500;
  font-size: 23px;
  margin-bottom: 4px;
}

.contact-text {
  line-height: 28px;
  font-size: 18px;
}

.element-detail-video {
  margin-bottom: 30px;
}

.element-detail-video-preview {
  display: block;
  cursor: pointer;
  position: relative;
}

.element-detail-video img {
  display: block;
  max-width: 100%;
}

.element-detail-video-play {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.element-detail-video-btn svg {
  width: 120px;
  opacity: 0.8;
}

.element-detail-video-block {}

.element-user-panel {
  display: flex;
  padding-top: 18px;
}

.element-user-social {
  width: 99px;
  flex: none;
  margin-right: 40px;
  align-items: flex-start;
  display: flex;
  justify-content: center;
}

.element-user-social a {
  padding: 6px;
}

.element-user-social a:hover {
  opacity: 0.8;
}

.element-user-info {}

.element-user-contacts span {
  margin-right: 36px;
}

.element-user-desc {
  line-height: 26px;
  margin-top: 18px;
}

.publication-item.full-item {
  width: 612px;
}

.publication-item.hover .publication-content {
  left: 0px;
  right: 0px;
  height: auto;
}

.publication-item.full-item .publication-img img.default_cover {
  display: none !important;
}

.faq-block {}

.faq-item {}

.faq-title a {
  color: #9a9a9a;
}

.faq-content {
  display: none;
  padding: 18px 0px 18px 19px;
}

.faq-content.active {
  display: block;
}

.lazy-loader-block {
  position: relative;
  overflow: hidden;
}

.lazy-loader:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  background-image: linear-gradient(90deg,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, 0.2) 20%,
      rgba(255, 255, 255, 0.5) 60%,
      rgba(255, 255, 255, 0));
  -webkit-animation: shimmer 5s infinite;
  animation: shimmer 5s infinite;
  content: "";
}

.filter-search {
  display: none;
  width: 0px;
  height: 0px;
  margin: 0 auto;
  position: relative;
}

.filter-search-content {
  position: absolute;
  width: 252px;
  left: 0;
  margin-left: -126px;
  padding-top: 10px;
  z-index: 10;
}

.filter-search-thumb {
  background: #fff;
  border-radius: 0px 0px 5px 5px;
  overflow: hidden;
  box-shadow: 0px 2px 20px -5px #a0a0a0;
}

.filter-search-form {
  display: flex;
  align-items: center;
}

.filter-search-input {
  box-sizing: border-box;
  background: #ffffff;
  line-height: 40px;
  border: none;
  padding: 0px 15px;
  font-size: 16px;
  font-family: "Futura";
  outline: none;
  margin-right: 16px;
  width: 100%;
}

.filter-search-input::-webkit-input-placeholder {
  color: #cecece;
}

.filter-search-input:-ms-input-placeholder {
  color: #cecece;
}

.filter-search-input::-moz-placeholder {
  color: #cecece;
  opacity: 1;
}

.filter-search-input:-moz-placeholder {
  color: #cecece;
  opacity: 1;
}

.filter-search-icon {
  padding: 0px 19px 0px 15px;
}

.filter-search-icon svg {
  width: 21px;
  display: flex;
  align-self: center;
}

.filter-search-result {
  padding-right: 8px;
  padding-bottom: 10px;
  box-sizing: border-box;
}

.filter-search-result ul {
  overflow-y: scroll;
}

.filter-search-result ul li {}

.filter-search-result ul li a {
  display: block;
  text-decoration: none;
  color: #101010;
  padding: 6px 15px;
  transition: all 0.3s ease;
}

.filter-search-result ul li a .value {
  max-width: 194px;
  display: inline-block;
  overflow: hidden;
}

.filter-search-result ul li a .name {
  float: right;
  font-size: 13px;
  font-weight: 500;
  vertical-align: middle;
  padding-top: 2px;
}

.filter-search-result ul li a:hover {
  color: #f2900f;
}

.header-menu-item.show-filter-search .filter-search {
  display: block;
}

.publication-item.hover .publication-content {
  position: absolute;
  z-index: 2;
  background: #ffffff;
}

.publication-item.hover .publication-panel {
  visibility: visible;
  display: block;
}

.publication-user {
  font-size: 12px;
  margin-bottom: 16px;
}

.publication-user span {
  display: inline-block;
  margin-right: 8px;
}

.publication-meta-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
}

.publication-meta-date {
  line-height: 16px;
}

.publication-meta-stats {
  display: flex;
  align-items: center;
}

.publication-meta-stat {
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.publication-meta-stat .icon {
  display: flex;
  align-items: center;
  padding-right: 3px;
}

.publication-meta-stat .icon.icon-view {}

.publication-meta-stat .icon.icon-view svg {
  width: 12px;
}

.publication-meta-stat .icon.icon-fav {}

.publication-meta-stat .icon.icon-fav svg {
  width: 11px;
}

.publication-meta-stat .icon.icon-comm {}

.publication-meta-stat .icon.icon-comm svg {
  width: 12px;
}

.publication-meta-stat .icon.icon-time {}

.publication-meta-stat .icon.icon-time svg {
  width: 11px;
}

.publication-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.publication-footer:empty {
  margin-bottom: 0px;
}

.publication-footer-item {
  display: flex;
}

.publication-footer-item .icon {
  display: flex;
  padding-right: 6px;
}

.publication-footer-item .icon .icon-time {
  width: 16px;
}

.publication-footer-item .icon .icon-rub {
  width: 9px;
}

.publication-footer-item .icon .icon-calendar {
  width: 15px;
}

.publication-footer-item {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 11px;
  max-width: 95px;
}

.side-block {
  padding-top: 54px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.side-item {
  position: relative;
  width: 398px;
  overflow: hidden;
  margin-bottom: 30px;
}

.side-item img {
  display: block;
  max-width: 100%;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.side-item:hover img:not(.data-src) {
  transform: scale(1.1);
}

.side-background {}

.side-content {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: #00000061;
}

.side-content a {
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
}

.side-bage {
  width: 100%;
  padding: 17px;
  text-align: right;
}

.side-title {
  width: 100%;
  padding: 0px 18px 28px 18px;
  font-weight: 500;
  font-size: 25px;
  line-height: 27px;
}

.pagen {
  display: flex;
  justify-content: center;
  padding-top: 48px;
  padding-bottom: 40px;
}

.pagen a {
  text-decoration: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.pagen .prev {
  background: #ededed;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagen .next {
  background: #ededed;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagen .prev svg {
  width: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagen .next svg {
  width: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagen .page {
  color: #101010;
  line-height: 30px;
  display: inline-block;
  padding: 0px 10px;
}

.pagen .page.active {
  color: #f2910f;
}

.pagen .page:hover {
  color: #f2910f;
}

.pagen .prev:hover {
  opacity: 0.7;
}

.pagen .next:hover {
  opacity: 0.7;
}

.pagen .more {
  line-height: 30px;
  padding: 0px 10px;
}

.policy {
  font-size: 18px;
  line-height: 30px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
}

.policy p {
  margin-bottom: 20px;
}

.block-404 {
  text-align: center;
  width: 100%;
  padding-top: 98px;
  padding-bottom: 100px;
}

.block-404-title {
  color: #152f50;
  font-weight: bold;
  font-size: 150px;
  font-family: "Gotham Pro Black";
  letter-spacing: 10px;
}

.block-404-subtitle {
  color: #152f50;
  font-weight: 500;
  font-size: 24px;
  padding-top: 20px;
}

.block-404-text {
  color: #152f50;
  font-weight: 500;
  font-size: 24px;
  padding-top: 18px;
  max-width: 352px;
  margin: 0 auto;
}

.block-404-btn {
  padding-top: 28px;
}

.block-404-btn a {
  display: inline-block;
  text-decoration: none;
  background: #f2900f;
  color: #ffffff;
  transition: all 0.3s ease;
  line-height: 48px;
  border-radius: 2px;
  padding: 0px 28px;
}

.block-404-btn a:hover {
  opacity: 0.7;
}

.about {
  font-size: 18px;
  line-height: 30px;
  padding-right: 270px;
}

.about p {
  margin-bottom: 20px;
}

.about h2 {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 10px;
}

.reg-block {
  padding-top: 2px;
  padding-left: 6px;
}

.reg-header {}

.reg-header-title {
  padding-bottom: 20px;
}

.reg-types {
  display: flex;
}

.reg-type {
  margin-right: 72px;
}

.reg-type-default {
  display: none;
}

.reg-type label {
  cursor: pointer;
  display: flex;
}

.reg-type-radio {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #152f50;
  width: 13px;
  height: 13px;
  margin-right: 10px;
}

.reg-type-radio:before {
  content: "";
  display: none;
  width: 7px;
  height: 7px;
  background: #152f50;
  border-radius: 50%;
}

.reg-type-default:checked+label .reg-type-radio:before {
  display: block;
}

.reg-type-radio {}

.reg-type-value {}

.reg-body {
  padding-top: 30px;
}

.reg-body-tab {
  visibility: hidden;
  opacity: 0;
  height: 0px;
  max-width: 538px;
  transition: all 0.3s ease;
}

.reg-body-tab.active {
  visibility: visible;
  opacity: 1;
  height: auto;
}

.reg-body-tab form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.reg-item {
  width: 261px;
  margin-bottom: 19px;
}

.reg-item.full {
  width: 100%;
}

.reg-item-name {
  padding-bottom: 6px;
}

.reg-item-input {}

.reg-item-input input[type="text"] {
  outline: none;
  box-sizing: border-box;
  line-height: 38px;
  width: 100%;
  padding: 0px 10px;
  font-family: "Futura";
  border: 1px solid #cbcbcb;
  border-radius: 2px;
  font-size: 16px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -webkit-appearance: none;
}

.reg-item-input input[type="text"]::-webkit-input-placeholder {
  color: #cecece;
}

.reg-item-input input[type="text"]:-ms-input-placeholder {
  color: #cecece;
}

.reg-item-input input[type="text"]::-moz-placeholder {
  color: #cecece;
  opacity: 1;
}

.reg-item-input input[type="text"]:-moz-placeholder {
  color: #cecece;
  opacity: 1;
}

.reg-item-input input[type="text"]:focus {
  border-color: #f2900f;
}

.reg-item-input input[type="email"] {
  outline: none;
  box-sizing: border-box;
  line-height: 38px;
  width: 100%;
  padding: 0px 10px;
  font-family: "Futura";
  border: 1px solid #cbcbcb;
  border-radius: 2px;
  font-size: 16px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -webkit-appearance: none;
}

.reg-item-input input[type="email"]::-webkit-input-placeholder {
  color: #cecece;
}

.reg-item-input input[type="email"]:-ms-input-placeholder {
  color: #cecece;
}

.reg-item-input input[type="email"]::-moz-placeholder {
  color: #cecece;
  opacity: 1;
}

.reg-item-input input[type="email"]:-moz-placeholder {
  color: #cecece;
  opacity: 1;
}

.reg-item-input input[type="email"]:focus {
  border-color: #f2900f;
}

.reg-item-input input[type="password"] {
  outline: none;
  box-sizing: border-box;
  line-height: 38px;
  width: 100%;
  padding: 0px 10px;
  font-family: "Futura";
  border: 1px solid #cbcbcb;
  border-radius: 2px;
  font-size: 16px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -webkit-appearance: none;
}

.reg-item-input input[type="password"]::-webkit-input-placeholder {
  color: #cecece;
}

.reg-item-input input[type="password"]:-ms-input-placeholder {
  color: #cecece;
}

.reg-item-input input[type="password"]::-moz-placeholder {
  color: #cecece;
  opacity: 1;
}

.reg-item-input input[type="password"]:-moz-placeholder {
  color: #cecece;
  opacity: 1;
}

.reg-item-input input[type="password"]:focus {
  border-color: #f2900f;
}

.reg-item-input label {
  font-size: 14px;
  margin-top: 8px;
  display: inline-block;
}

.reg-item-input input[type="checkbox"] {
  margin: 0px;
  position: relative;
  top: 2px;
  margin-right: 4px;
}

.reg-item-input textarea {
  outline: none;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  font-family: "Futura";
  border: 1px solid #cbcbcb;
  border-radius: 2px;
  font-size: 16px;
  min-height: 90px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -webkit-appearance: none;
}

.reg-item-input textarea:focus {
  border-color: #f2900f;
}

.reg-required-info {
  width: 100%;
  font-size: 14px;
  padding-left: 11px;
  margin-bottom: 18px;
}

.reg-btn {
  width: 100%;
}

.reg-btn button {
  display: inline-block;
  text-decoration: none;
  background: #f2900f;
  color: #ffffff;
  transition: all 0.3s ease;
  line-height: 45px;
  border-radius: 2px;
  padding: 0px 43px;
  border: none;
  cursor: pointer;
}

.reg-btn button:hover {
  opacity: 0.7;
}

.reg-btn a {
  margin-left: 10px;
  display: inline-block;
  text-decoration: none;
  background: #ffffff;
  color: #101010;
  transition: all 0.3s ease;
  line-height: 45px;
  border-radius: 2px;
  padding: 0px 20px;
  border: none;
  cursor: pointer;
}

.reg-btn a:hover {
  background: #cbcbcb;
  color: #ffffff;
}

.req-subtitle {
  width: 100%;
  margin-bottom: 20px;
  padding-top: 6px;
}

.req-subtitle-text {
  font-weight: 500;
  font-size: 20px;
  padding-bottom: 8px;
}

.req-subtitle-desc {
  font-size: 14px;
}

.element-panel {
  display: flex;
  justify-content: flex-end;
  color: #101010;
  padding-top: 28px;
}

.element-panel-item {
  text-decoration: none;
  color: #101010;
  display: flex;
  align-items: center;
}

.element-rating {
  display: flex;
}

.element-rating .text {
  margin-right: 11px;
}

.element-rating-count {
  display: flex;
  align-items: center;
}

.element-view {
  display: flex;
  align-items: center;
}

.element-panel .icon {
  margin-right: 11px;
}

.element-panel .icon.icon-share svg {
  width: 18px;
}

.element-panel .icon.icon-fav svg {
  width: 14px;
}

.element-panel .icon-rating svg {
  width: 17px;
}

.element-panel .icon-view svg {
  width: 17px;
}

.element-panel .icon-comm svg {
  width: 17px;
}

.element-panel .icon .default-icon {
  display: flex;
}

.element-panel .icon .hover-icon {
  display: none;
}

.element-panel-item .active-icon {
  display: none;
}

.element-panel-item:hover .icon .hover-icon {
  display: flex;
}

.element-panel-item:hover .icon .default-icon {
  display: none;
}

.element-panel-item.active .active-icon {
  display: flex;
}

.element-panel-item.active .default-icon {
  display: none;
}

.element-panel-item.active .hover-icon {
  display: none;
}

.element-panel-item.active:hover .icon .hover-icon {
  display: none;
}

.icon-like {
  margin-right: 8px;
}

.icon-like svg {
  width: 16px;
}

.icon-like .icon-like-default {
  display: flex;
}

.icon-like .icon-like-hover {
  display: none;
}

.icon-like .icon-like-active {
  display: none;
}

.icon-like:hover .icon-like-hover {
  display: flex;
}

.icon-like:hover .icon-like-default {
  display: none;
}

.icon-like.active .icon-like-default {
  display: none;
}

.icon-like.active .icon-like-active {
  display: flex;
}

.icon-like.active:hover .icon-like-default {
  display: none;
}

.icon-like.active:hover .icon-like-hover {
  display: none;
}

.icon-unlike {}

.icon-unlike svg {
  width: 16px;
}

.icon-unlike .icon-unlike-default {
  display: flex;
}

.icon-unlike .icon-unlike-hover {
  display: none;
}

.icon-unlike .icon-unlike-active {
  display: none;
}

.icon-unlike:hover .icon-unlike-hover {
  display: flex;
}

.icon-unlike:hover .icon-unlike-default {
  display: none;
}

.icon-unlike.active .icon-unlike-default {
  display: none;
}

.icon-unlike.active .icon-unlike-active {
  display: flex;
}

.icon-unlike.active:hover .icon-unlike-default {
  display: none;
}

.icon-unlike.active:hover .icon-unlike-hover {
  display: none;
}

.element-comm-block {
  padding-top: 70px;
}

.element-comm-title {
  font-weight: 500;
  font-size: 24px;
  padding-bottom: 20px;
}

.element-comm-form {}

.element-comm-form form {}

.element-comm-textinput {
  display: flex;
}

.element-comm-photo {
  flex: 0;
}

.element-comm-photo a {
  display: block;
}

.element-comm-photo img {
  display: block;
}

.element-comm-input {
  width: 100%;
}

.element-comm-input textarea {
  outline: none;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 10px;
  font-family: "Futura";
  border: 1px solid #ececec;
  font-size: 16px;
  min-height: 60px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -webkit-appearance: none;
}

.element-comm-input textarea:focus {
  border-color: #f2900f;
}

.element-comm-btn {
  padding-top: 15px;
}

.element-comm-btn button {
  display: inline-block;
  text-decoration: none;
  background: #f2900f;
  color: #ffffff;
  transition: all 0.3s ease;
  line-height: 45px;
  border-radius: 2px;
  padding: 0px 43px;
  border: none;
  cursor: pointer;
}

.element-comm-btn button:hover {
  opacity: 0.7;
}

.publications-block-margin-top {
  margin-top: 120px;
}

.element-user-tabs {
  padding-top: 20px;
}

.element-user-tabs a {
  display: inline-block;
  align-items: center;
  background: #cbcbcb;
  line-height: 30px;
  margin-right: 16px;
  color: #ffffff;
  text-decoration: none;
  border-radius: 20px;
  padding: 0px 20px;
  margin-bottom: 20px;
  transition: background 0.3s ease;
}

.element-user-tabs a.show-mobile {
  display: none;
}

.element-user-tabs a:hover {
  background: #f2900f;
  color: #ffffff;
}

.element-user-tabs a.active {
  background: #f2900f;
  color: #ffffff;
}

.publications-block-subtitle {
  font-size: 23px;
  font-weight: 500;
  color: #101010;
  text-decoration: none;
  display: block;
  margin-bottom: 22px;
}

.user-update {
  margin-bottom: 60px;
}

.user-update {
  display: flex;
}

.user-update form {
  display: flex;
}

.user-update-form {
  max-width: 538px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.user-upload-photo {
  padding-top: 22px;
  margin-left: 20px;
}

.user-upload-img {
  width: 260px;
  height: 260px;
  background-size: cover;
  background-position: center;
}

.user-upload-img.rotate {
  transform: rotate(90deg);
}

.user-upload-text {
  text-align: center;
  padding-top: 10px;
}

.user-upload-block {
  cursor: pointer;
}

.user-update-password {
  margin-bottom: 60px;
}

.user-update-title {
  font-size: 40px;
  font-weight: 500;
  color: #101010;
  text-decoration: none;
  display: block;
  margin-bottom: 22px;
}

.user-pass-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 818px;
}

.publication-item.publication-item-static {}

.publication-status {
  display: flex;
  justify-content: space-between;
  color: #9a9a9a;
  font-size: 13px;
  padding-bottom: 7px;
}

.publication-item-static .publication-content {}

.publication-item-static.publication-item-worning .publication-status {
  color: #f2900f;
}

.publication-item-static.publication-item-worning.publication-item-black .publication-status {
  color: #000000;
}

.publication-item-static.publication-item-error .publication-status {
  color: #d10000;
}

.publication-item.publication-item-static.publication-item-worning {}

.publication-item.publication-item-static.publication-item-error {}

.publication-item.publication-item-static.publication-item-error .publication-content {
  border: 3px solid transparent;
  height: calc(100% - 20px);
  border: 3px solid #d10000;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  box-sizing: border-box;
}

.publication-item.publication-item-static.publication-item-error .publication-img img {
  display: block;
  max-width: none;
  margin-left: -3px;
  margin-top: -3px;
  height: calc(100% + 3px);
  width: calc(100% + 6px);
}

.publication-item.publication-item-static.publication-item-error:hover .publication-img img {
  max-width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  height: auto;
  width: auto;
}

.publication-item.publication-item-static.publication-item-error:hover .publication-content {
  border: none;
  height: auto;
}

.publication-item.publication-item-static.publication-item-error:hover .publication-info {
  padding: 0px 24px;
}

.publication-item.publication-item-static.publication-item-worning .publication-content {
  border: 3px solid transparent;
  height: calc(100% - 20px);
  border: 3px solid #f2900f;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  box-sizing: border-box;
}

.publication-item.publication-item-static.publication-item-worning.publication-item-black .publication-content {
  border: 3px solid #4c4c4c;
}

.publication-item.publication-item-static.publication-item-worning .publication-img img {
  display: block;
  max-width: none;
  margin-left: -3px;
  margin-top: -3px;
  height: calc(100% + 3px);
  width: calc(100% + 6px);
}

.publication-item.publication-item-static.publication-item-worning:hover .publication-img img {
  max-width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  height: auto;
  width: auto;
}

.publication-item.publication-item-static.publication-item-worning:hover .publication-content {
  border: none;
  height: auto;
}

.publication-item.publication-item-static.publication-item-worning:hover .publication-info {
  padding: 0px 24px;
}

.left-menu>ul>li>ul>li>ul {
  display: none;
  position: relative;
  padding-top: 0px;
  background: #ffffff;
}

.left-menu>ul>li>ul>li>ul:before {
  content: "";
  background: #ffffff;
  position: absolute;
  width: 1000px;
  height: 100%;
  top: 0;
  left: -1000px;
}

.left-menu>ul>li>ul>li>ul>li>a {
  color: #9c9c9c;
  display: block;
  padding: 8.6px 19px 8.6px 62px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.left-menu>ul>li>ul>li>ul>li>a:hover {
  background: #f2900f;
  color: #152f50;
}

.left-menu>ul>li>ul>li.active>a {
  background: #f2900f;
  color: #152f50;
}

.left-menu>ul>li>ul>li>ul>li>a>.name {
  display: inline-block;
  font-size: 19px;
  width: calc(100% - 30px);
}

.left-menu>ul>li>ul>li>ul>li>a>.count {
  float: right;
  font-size: 13px;
  font-weight: 500;
  vertical-align: middle;
  padding-top: 3px;
}

.left-menu>ul>li>ul>li .icon-more {
  position: absolute;
  top: 0px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-left: 18px;
  cursor: pointer;
}

.left-menu>ul>li>ul>li .icon-more svg {
  width: 8px;
}

.left-menu>ul>li>ul>li>ul>li.active>a {
  background: #f2900f;
  color: #152f50;
}

.left-menu>ul>li>ul>li .icon-more .icon-more-bottom {
  display: flex;
}

.left-menu>ul>li>ul>li .icon-more .icon-more-top {
  display: none;
}

.left-menu>ul>li>ul>li .icon-more.active .icon-more-bottom {
  display: none;
}

.left-menu>ul>li>ul>li .icon-more.active .icon-more-top {
  display: flex;
}

.left-menu>ul>li>ul>li>ul.show {
  display: block;
}

.left-menu>ul>li>ul>li.active-show>a {
  color: #152f50;
  font-weight: 500;
}

.header-outh-menu {
  position: relative;
  /* margin-left: 34px; */
}

/* @media screen and (max-width: 1330px){
  .header-outh-menu{
    margin-left: 10px;
  }
} */
.header-outh-popup {
  position: absolute;
  top: -3px;
  right: 0;
  z-index: 10;
  display: none;
  background: #ffffff;
  padding: 30px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 2px 20px -5px #a0a0a0;
}

.header-outh-popup.show {
  display: block;
}

.header-outh-tabs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 26px;
}

.header-outh-tabs span {
  color: #152f50;
  border-bottom: 2px solid #152f50;
  font-size: 18px;
  font-weight: 500;
  padding: 4px 8px;
  margin-right: 24px;
}

.header-outh-tabs a {
  color: #b9b9b9;
  border-bottom: 2px solid transparent;
  font-size: 18px;
  font-weight: 500;
  padding: 4px 8px;
  -moz-transition: 0.3s color ease;
  -o-transition: 0.3s color ease;
  -webkit-transition: 0.3s colorl ease;
  transition: 0.3s color ease;
  text-decoration: none;
}

.header-outh-tabs a:hover {
  color: #152f50;
}

.header-outh-auth {}

.header-outh-auth form {}

.header-outh-input {
  margin-bottom: 12px;
}

.header-outh-input input {
  outline: none;
  box-sizing: border-box;
  line-height: 38px;
  width: 100%;
  padding: 0px 10px;
  font-family: "Futura";
  border: 1px solid #cbcbcb;
  border-radius: 2px;
  font-size: 16px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -webkit-appearance: none;
}

.header-outh-input input:focus {
  border-color: #f2900f;
}

.header-outh-check {
  display: flex;
  align-items: center;
}

.header-outh-check input {
  display: none;
}

.header-outh-check label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.header-outh-remember {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #152f50;
  margin-right: 7px;
}

.header-outh-check input:checked+label .header-outh-remember:before {
  display: flex;
  content: "✓";
  font-size: 14px;
  align-items: center;
  justify-content: center;
}

.header-outh-check span {}

.header-outh-check.mobile-check input {
  display: block;
}

.header-outh-check.mobile-check .header-outh-remember {
  display: none;
}

.header-outh-check.mobile-check .header-outh-check label {
  margin-left: 5px;
}

.header-outh-btn {
  margin-top: 20px;
  text-align: center;
}

.header-outh-btn button {
  display: inline-block;
  text-decoration: none;
  background: #f2900f;
  color: #ffffff;
  transition: all 0.3s ease;
  line-height: 45px;
  border-radius: 2px;
  padding: 0px 43px;
  border: none;
  cursor: pointer;
}

.header-outh-btn button:hover {
  opacity: 0.7;
}

.header {}

.header.sticky {
  position: fixed;
  height: 54px;
  z-index: 10;
  padding-bottom: 0px;
}

.main-container.sticky {
  padding-top: 164.8px;
}

.header.sticky .header-center {
  display: none;
}

.header-logo-img {
  display: flex;
  align-items: center;
  width: 445px;
  color: #fff;
  text-decoration: none;
}

.header-logo-img img {
  width: 210px;
  margin-right: 15px;
}

.header.sticky .header-logo-block {
  margin-top: 0px;
}

.header.sticky .header-logo-img {
  display: none;
}

.header.sticky .header-logo-fixed {
  display: block;
  margin-top: 7px;
}

.header.sticky .container {
  display: flex;
  height: 100%;
  align-items: center;
}

.header.sticky .header-block {
  margin-bottom: 0px;
  margin-right: 10px;
}

.header.sticky .header-filter-block {
  margin-right: 2px;
}

.header.sticky .header-filter-block>a {
  margin-right: 10px;
}

.header.sticky .header-filter {
  width: 100%;
}

.header.sticky .header-groups>a {
  margin-right: 20px;
}

.header.sticky .icon-filter-reset-block {
  margin-left: 20px;
}

.header.sticky .header-dates-popup {
  top: calc(100% + 18px);
}

.header.sticky .header-prices-select {
  top: calc(100% + 19px);
}

.header.sticky .header-groups>div {
  margin-right: 21px;
}

.header.sticky .header-sorting-select {
  top: calc(100% + 19px);
}


.header-groups-prices.active .show-prices-select {
  color: #f2900f;
}

.header-groups-prices.active .show-prices-select .name {
  font-weight: 500;
}

.closed-outh-menu {
  position: absolute;
  top: 13px;
  right: 13px;
  width: 12px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.closed-outh-menu:hover {
  opacity: 0.7;
}

.header-menu-ite.active .default-value {
  display: none;
}

.header-menu-ite.active .selected-value {
  display: inline-block;
}

.header-groups-prices {
  position: relative;
}

.header-prices-select {
  display: none;
  position: absolute;
  background: #fff;
  border-radius: 0px 0px 5px 5px;
  overflow: hidden;
  box-shadow: 0px 2px 20px -5px #a0a0a0;
  padding: 12px 0px;
  top: calc(100% + 29px);
  min-width: 180px;
  z-index: 3;
}

.header-prices-select ul li a {
  display: block;
  text-decoration: none;
  color: #101010;
  padding: 6px 20px;
  transition: all 0.3s ease;
}

.header-prices-select ul li a .count {
  float: right;
  font-size: 13px;
  font-weight: 500;
  vertical-align: middle;
  padding-top: 2px;
}

.header-prices-select ul li a:hover {
  color: #f2900f;
}

.header-groups-prices.show-select .header-prices-select {
  display: block;
}

.header-sorting-type {}

.header-sorting-select {
  display: none;
  position: absolute;
  background: #fff;
  border-radius: 0px 0px 5px 5px;
  overflow: hidden;
  box-shadow: 0px 2px 20px -5px #a0a0a0;
  padding: 17px 0px;
  top: calc(100% + 29px);
  /* width: 180px; */
  width: 200px;
  margin-left: -90px;
  z-index: 10;
}

.header-sorting-type.show-select .header-sorting-select {
  display: block;
}

.header-sorting-select ul li a {
  display: block;
  text-decoration: none;
  color: #101010;
  padding: 6px 16px;
  transition: all 0.3s ease;
}

.header-sorting-select ul li a:hover {
  color: #f2900f;
}

.header-sorting-center {
  width: 0px;
  height: 0px;
  margin: 0 auto;
  position: relative;
}

.header-groups-dates {
  position: relative;
}

.header-dates-popup {
  display: none;
  position: absolute;
  background: #fff;
  border-radius: 0px 0px 5px 5px;
  overflow: hidden;
  box-shadow: 0px 2px 20px -5px #a0a0a0;
  padding: 12px 0px;
  top: calc(100% + 29px);
  min-width: 330px;
  z-index: 3;
}

.header-groups-dates.show-select .header-dates-popup {
  display: block;
}

.header-dates-title {
  color: #152f50;
  margin-bottom: 5px;
}

.header-dates-subtitle {
  font-size: 13px;
}

.header-dates-popup>ul {
  padding: 12px 0px;
}

.header-dates-popup>li {}

.header-dates-popup ul>li>a {
  display: block;
  text-decoration: none;
  color: #101010;
  padding: 6px 20px;
  transition: all 0.3s ease;
}

.header-dates-popup ul>li>a .value {}

.header-dates-popup ul>li>a .count {
  float: right;
  font-size: 13px;
  font-weight: 500;
  vertical-align: middle;
  padding-top: 2px;
}

.header-dates-popup ul>li>a:hover,
.header-dates-popup ul>li>a.active {
  color: #f2900f;
}

.header-dates-filter {
  display: flex;
  justify-content: space-between;
  padding-top: 14px;
}

.header-dates-item {
  display: flex;
  align-items: center;
  width: calc(50% - 12px);
}

.header-dates-item span {
  font-size: 13px;
}

.header-dates-item input {
  outline: none;
  box-sizing: border-box;
  line-height: 26px;
  width: 100%;
  padding: 0px 10px;
  font-family: "Futura";
  border: 1px solid #cbcbcb;
  border-radius: 2px;
  font-size: 16px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  margin-left: 10px;
  -webkit-appearance: none;
}

.header-dates-item input.error {
  border: 1px solid red;
}

.header-dates-top {
  padding: 6px 20px;
}

.header-dates-bottom {
  padding: 6px 20px;
}

.header-groups-dates.active .show-dates-popup {
  color: #f2900f;
}

.filter-search-result ul::-webkit-scrollbar-button {
  background-repeat: no-repeat;
  width: 6px;
  height: 0px;
}

.filter-search-result ul::-webkit-scrollbar-track {
  background: #ffffff;
}

.filter-search-result ul::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #cbcbcb;
  box-shadow: 0px 1px 1px #fff inset;
  background-position: center;
  background-repeat: no-repeat;
}

.filter-search-result ul::-webkit-resizer {
  background-repeat: no-repeat;
  width: 7px;
  height: 0px;
}

.filter-search-result ul::-webkit-scrollbar {
  width: 5px;
}

.search-fast-result {
  position: relative;
}

.search-fast-result-block {
  position: absolute;
  box-sizing: border-box;
  background: #fff;
  border-radius: 0px 0px 5px 5px;
  overflow: hidden;
  /* box-shadow: 0px 2px 20px -5px #a0a0a0; */
  padding: 20px 30px;
  /* top: 74px; */
  top: 0;
  width: 100%;
  z-index: 3;
}

.fast-title {
  color: #152f50;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 20px;
}

.fast-list {}

.fast-item {
  display: flex;
  margin-bottom: 20px;
}

.fast-item-img {}

.fast-item-img a {
  display: block;
}

.fast-item-img img {
  display: block;
}

.fast-item-cont {
  padding-left: 25px;
}

.fast-item-cont .publication-section {
  padding-bottom: 6px;
}

.fast-item-cont .publication-meta-stat {
  margin-left: 0px;
  margin-right: 14px;
}

.fast-item-cont .publication-meta-stats {
  margin-top: 15px;
}

.fast-name a {
  display: inline-block;
  color: #152f50;
  text-decoration: none;
  font-weight: 500;
  font-size: 22px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.fast-name:hover {
  color: #f2900f;
}

.fast-btn {
  text-align: center;
}

.fast-btn a {
  display: inline-block;
  text-decoration: none;
  background: #f2900f;
  color: #ffffff;
  transition: all 0.3s ease;
  line-height: 45px;
  border-radius: 2px;
  padding: 0px 43px;
  border: none;
  cursor: pointer;
}

.fast-btn a:hover {
  opacity: 0.7;
}

.header-filter-right-full {
  display: flex;
}

.header-filter-right-small {
  display: none;
}

.icon-filter {
  display: flex;
}

.icon-filter .icon-filter-default {
  display: flex;
}

.icon-filter .icon-filter-active {
  display: none;
}

.icon-filter.active .icon-filter-default {
  display: none;
}

.icon-filter.active .icon-filter-active {
  display: flex;
}

.icon-filter svg {
  width: 23px;
  height: 23px;
}

.filter-right {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  max-width: 300px;
  background: #152f50;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  width: 100%;
  z-index: 101;
}

.action-right-filter {}

.overlay-mobile {
  visibility: hidden;
  position: fixed;
  opacity: 0;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  background: #000000;
  z-index: 100;
}

.filter-right-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0px 16px 20px;
  height: 38px;
}

.filter-right-header .icon {}

.filter-right-header .icon svg {
  width: 23px;
}

.filter-right-header .title {
  color: #ffffff;
  font-weight: 500;
}

.filter-right-header .go-back-site {
  padding: 10px 30px 10px 10px;
}

.filter-right-header .go-back-site svg {
  width: 10px;
}

.filter-right-content {
  display: flex;
  height: calc(100% - 70px);
  overflow-y: scroll;
  flex-wrap: wrap;
}

.filter-right-content::-webkit-scrollbar {
  display: none;
}

.filter-right-content::-webkit-scrollbar-track {
  display: none;
}

.filter-right-content::-webkit-scrollbar-thumb {
  display: none;
}

.filter-right-content::-webkit-scrollbar-button {
  display: none;
}

.filter-right-thumb {
  width: 100%;
}

.filter-menu-items .header-menu-left {
  display: block;
}

.filter-menu-items {
  display: none;
  margin-bottom: 20px;
}

.filter-menu-items .header-menu-item {
  margin-left: 0px;
  border-bottom: 1px solid #ffffff20;
}

.filter-menu-items .header-menu-item .default-value {
  display: block;
  line-height: 44px;
  padding: 0px 15px;
}

.filter-menu-items .header-menu-item.active .default-value {
  display: none;
}

.filter-menu-items .header-menu-item .filter-search {
  width: 100%;
  height: auto;
}

.filter-menu-items .header-menu-item .filter-search-content {
  position: relative;
  width: 100%;
  margin-left: 0px;
  padding-top: 0px;
}

.filter-menu-items .header-menu-item .filter-search-result ul {
  max-height: none;
  overflow-y: visible;
}

.filter-menu-items .header-menu-item .filter-search-thumb {
  box-shadow: none;
  border-radius: 0px;
}

.filter-menu-items .header-menu-item.active .selected-value {
  display: block;
  background: transparent;
  color: #f2900f;
  text-decoration: none;
  line-height: 29px;
  border-radius: 0px;
  line-height: 44px;
  padding: 0px 15px;
}

.filter-types-items {
  display: none;
  margin-bottom: 6px;
}

.filter-types-items .header-filter-block {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-right: 0px;
  max-height: none;
  padding: 0px 15px;
}

.filter-types-items .header-filter-block>a {
  margin-right: 0px;
  width: calc(50% - 5px);
  box-sizing: border-box;
  justify-content: center;
  margin-bottom: 14px;
  max-height: 32px;
}

.filter-types-items .header-filter-block .name {
  font-size: 14px;
  top: 0px;
}

.filter-groups-items {}

.filter-groups-items .header-groups {
  display: block;
}

.filter-groups-items .header-groups>div {
  margin-right: 0px;
}

.filter-groups-items .header-groups>div>a {
  padding: 0px 15px;
  line-height: 36px;
}

.filter-groups-items .header-groups>div>a .icon {
  width: 18px;
  justify-content: center;
}

.filter-groups-items .header-prices-select {
  position: relative;
  box-shadow: none;
  border-radius: 0px;
  margin: 10px 0px;
}

.filter-groups-items .header-dates-popup {
  position: relative;
  box-shadow: none;
  border-radius: 0px;
  margin: 10px 0px;
}

.header-mobile {
  display: none;
  background: #152f50;
  height: 46px;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 99;
  padding: 0px 20px;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
}

.icon-menu {
  display: flex;
}

.icon-menu svg {
  width: 22px;
  height: 16px;
}

.filter-sorting-items .header-filter-right-full {
  display: block;
}

.filter-sorting-items .icon-filter-reset-block .text {
  display: block;
}

.filter-sorting-items .header-filter-sort-select {
  text-decoration: none;
  line-height: 36px;
}

.filter-sorting-items .header-filter-sort {
  margin-right: 10px;
  width: 18px;
  justify-content: center;
  display: flex;
  padding-top: 10px;
}

.filter-sorting-items .header-filter-sort-block {
  display: flex;
  align-items: start;
  position: relative;
  padding: 0px 15px;
}

.filter-sorting-items .header-sorting-center {
  height: auto;
  margin: 0px 0px 0px -5px;
}

.filter-sorting-items .header-sorting-select {
  position: relative;
  background: #fff;
  border-radius: 0px;
  overflow: hidden;
  box-shadow: none;
  padding: 10px 0px;
  width: 300px;
  margin: 10px 0px 10px -38px;
}

.filter-sorting-items .icon-filter-reset-block {
  margin: 0px;
  padding: 0px 20px;
  line-height: 36px;
  display: flex;
  color: #cbcbcb;
  text-decoration: none;
}

.filter-sorting-items .icon-filter-reset-block:hover {
  color: #ffffff;
}

.icon-filter-reset-block .icon {
  margin-right: 7px;
}

.filter-sorting-items {
  padding-bottom: 20px;
}

.swipe-menu {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  max-width: 300px;
  background: #152f50;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  width: 100%;
  z-index: 101;
}

.swipe-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px 16px 0px;
  height: 38px;
}

.swipe-menu-header .icon svg {
  width: 22px;
}

.swipe-menu-header .title {
  color: #ffffff;
  font-weight: 500;
}

.swipe-menu-header .go-back-site {
  padding: 10px 10px 10px 30px;
}

.swipe-menu-header .go-back-site svg {
  width: 10px;
}

.swipe-menu-content {
  height: calc(100% - 140px);
  overflow-y: scroll;
}

.swipe-menu-content::-webkit-scrollbar {
  display: none;
}

.swipe-menu-content::-webkit-scrollbar-track {
  display: none;
}

.swipe-menu-content::-webkit-scrollbar-thumb {
  display: none;
}

.swipe-menu-content::-webkit-scrollbar-button {
  display: none;
}

.swipe-menu-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px 16px 0px;
  height: 38px;
}

.swipe-footer-main-layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.show-outh-popup-swipe {
  padding: 10px 10px 10px 30px;
}

.show-outh-popup-swipe svg {
  width: 16px;
  height: 16px;
}

.show-outh-popup-swipe img {
  width: 24px;
  border-radius: 50%;
  display: block;
}

.show-search-swipe {
  padding: 10px;
}

.show-search-swipe svg {
  width: 15px;
}

.swipe-footer-main-layout .about-link {
  color: #ffffff;
  text-decoration: none;
  width: 100%;
  text-align: center;
}

.swipe-content-main-layou {}

.swipe-content-main-layou .left-menu {
  position: relative;
  background: #152f50;
  width: 100%;
}

.swipe-content-main-layou .left-menu>ul {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.swipe-content-main-layou .left-menu>ul>li {
  position: relative;
  border-bottom: 1px solid #ffffff20;
}

.swipe-content-main-layou .left-menu>ul>li>a {
  padding: 14px 20px;
  color: #ffffff;
}

.swipe-content-main-layou .left-menu>ul>li>a>.name {
  font-size: 16px;
  font-weight: 400;
}

.swipe-content-main-layou .left-menu>ul>li>a:hover {
  background: #152f50;
}

.swipe-content-main-layou .left-menu>ul>li>ul {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #f5f5f5;
}

.swipe-content-main-layou .left-menu>ul>li.active>a:hover {
  background: #f2900f;
}

.swipe-content-main-layou .left-menu>ul>li>a>.count {
  font-size: 12px;
}

.swipe-content-main-layou .left-menu>ul>li>ul>li>a {
  padding: 14px 20px 14px 40px;
}

.swipe-content-main-layou .left-menu>ul>li>ul>li>a>.name {
  font-size: 16px;
}

.swipe-content-main-layou .left-menu>ul>li>ul>li>a:hover {
  background: transparent;
  color: #9c9c9c;
}

.swipe-content-main-layou .left-menu>ul>li>ul>li .icon-more {
  /*display: none;*/
  height: 44px;
}

.swipe-content-main-layou .left-menu>ul>li>ul>li {
  border-bottom: 1px solid #152f5020;
}

.swipe-content-main-layou .left-menu>ul>li.active.active-show>a {
  background: #152f50;
}

.swipe-content-main-layou .left-menu>ul>li>ul>li.active>a {
  color: #ffffff;
}

.swipe-content-main-layou .left-menu>ul>li>ul>li.active>a:hover {
  background: #f2900f;
}

.swipe-content-main-layou .left-menu>ul>li>ul>li>ul {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}

.swipe-content-main-layou .left-menu>ul>li>ul>li>ul>li>a {
  padding: 14px 20px 14px 60px;
}

.swipe-content-main-layou .left-menu>ul>li>ul>li>ul>li>a>.name {
  font-size: 16px;
}

.swipe-content-main-layou .left-menu>ul>li>ul>li>ul>li>a:hover {
  background: transparent;
  color: #9c9c9c;
}

.swipe-content-main-layou .left-menu>ul>li>ul>li>ul>li.active>a {
  color: #ffffff;
}

.swipe-content-main-layou .left-menu>ul>li>ul>li>ul>li.active>a:hover {
  background: #f2900f;
}

.swipe-content-main-layou .left-menu>ul>li>ul>li.active-show>a {
  color: #9c9c9c;
  font-weight: 400;
}

.swipe-content-main-layou .left-menu>ul>li>ul>li.active-show>a:hover {
  color: #9c9c9c;
}

.icon-fb {
  width: 9px;
}

.icon-vk {
  width: 20px;
  position: relative;
  top: 2px;
}

.reg-item-check {
  display: flex;
  align-items: center;
  font-size: 13px;
  width: 100%;
  margin-top: 10px;
}

.reg-item-check input {
  display: none;
}

.reg-item-check label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.reg-item-check input:checked+label .header-outh-remember:before {
  display: flex;
  content: "✓";
  font-size: 14px;
  align-items: center;
  justify-content: center;
}

.reg-errors {
  width: 100%;
}

.reg-errors .reg-error-block {
  color: red;
  margin-bottom: 20px;
}

.auth-errors {
  width: 100%;
}

.auth-errors .auth-error-block {
  color: red;
  margin-bottom: 20px;
}

.password-errors {
  width: 100%;
}

.password-errors .password-error-block {
  color: red;
  margin-bottom: 20px;
}

body.show-filter-right,
body.show-swipe-menu {
  overflow: hidden;
}

body.show-filter-right .filter-right,
body.show-swipe-menu .swipe-menu {
  visibility: visible;
  opacity: 1;
}

body.show-filter-right .overlay-mobile,
body.show-swipe-menu .overlay-mobile {
  visibility: visible;
  opacity: 0.4;
}

.header-reset-password {
  margin-top: 15px;
  text-align: center;
}

.header-reset-password a {
  border-bottom: 1px solid transparent;
  color: #000000;
  text-decoration: none;
  -moz-transition: 0.3s color ease;
  -o-transition: 0.3s color ease;
  -webkit-transition: 0.3s colorl ease;
  transition: 0.3s color ease;
  text-decoration: none;
}

.header-reset-password a:hover {
  color: #f2900f;
}

.header-outh-popup.authorized-popup {
  padding: 30px 0px 20px 0px;
}

.header-user-block {
  display: flex;
  margin: 0px 30px;
  align-items: center;
}

.header-user-block .img {
  flex: none;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 12px;
}

.header-user-block .img img {
  display: block;
  width: 50px;
  height: 50px;
}

.header-user-block .name {
  margin-right: 15px;
}

.header-user-block .name span.full-name {
  display: block;
  color: #152f50;
  white-space: nowrap;
  margin-bottom: 3px;
}

.header-user-block .name span.email {
  display: block;
  font-size: 14px;
  color: #9b9b9b;
  white-space: nowrap;
}

.header-user-block .icon {}

.header-user-block .icon a.icon-edit {}

.header-user-block .icon svg {
  display: flex;
  align-items: center;
  width: 16px;
}

.header-user-menu {
  margin-top: 15px;
}

.header-user-menu ul {}

.header-user-menu li {}

.header-user-menu a {
  display: block;
  padding: 10px 30px;
  color: #101010;
  text-decoration: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.header-user-menu a:hover {
  background: #f2900f;
  color: #ffffff;
}

.select-custom {
  position: relative;
}

.select-custom>select {
  display: none;
}

.select-custom-value {
  z-index: 1;
  position: relative;
  background: #ffffff;
  border: 1px solid #cbcbcb;
  border-radius: 2px;
  font-size: 16px;
  line-height: 38px;
  width: 100%;
  box-sizing: border-box;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -webkit-appearance: none;
  padding: 0px 30px 0px 10px;
  cursor: pointer;
  height: 40px;
}

.select-custom-value span {
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.select-custom-value span i.gray-color {
  color: #d0d0d0;
}

.select-custom-value svg {
  position: absolute;
  width: 10px;
  top: 18px;
  right: 12px;
}

.select-custom-list {
  background: #fff;
  border-radius: 0px 0px 5px 5px;
  overflow: hidden;
  border: 1px solid #cbcbcb;
  border-top: 0px;
  position: absolute;
  top: 100%;
  width: 100%;
  box-sizing: border-box;
  left: 0px;
  right: 0px;
  z-index: 2;
  display: none;
}

.select-custom-list ul {
  padding-bottom: 10px;
  padding-top: 10px;
}

.select-custom-list ul.scroll {
  max-height: 402px;
  overflow-y: scroll;
}

.select-custom-list a {
  display: block;
  text-decoration: none;
  color: #101010;
  padding: 6px 15px;
  transition: all 0.3s ease;
}

.select-custom-list a:hover {
  color: #f2900f;
}

.select-custom.show .select-custom-list {
  display: block;
}

.create-publication-form {
  display: flex;
  flex-wrap: wrap;
}

.cover-file-block {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-top: 6px;
}

.cover-file-block .button {
  white-space: nowrap;
  background: #f5f5f5;
  font-size: 14px;
  line-height: 28px;
  padding: 0px 10px;
  border-radius: 3px;
  margin-right: 12px;
}

.cover-file-block .file-name {
  white-space: nowrap;
  font-size: 14px;
  color: #d0d0d0;
}

.create-publication-form .reg-item {
  margin-right: 30px;
  width: 230px;
}

.create-publication-form .reg-item.full {
  margin-right: 0px;
  width: 100%;
  max-width: 750px;
}

.create-sections {
  width: 100%;
}

.create-section-line {
  width: 100%;
  flex-wrap: wrap;
  display: none;
}

.create-section-line.show {
  display: flex;
}

.create-btn-block {
  /*padding-top: 26px;*/
}

.create-btn-block a {
  display: inline-block;
  text-decoration: none;
  background: #f2900f;
  color: #ffffff;
  transition: all 0.3s ease;
  line-height: 30px;
  border-radius: 2px;
  padding: 0px 12px;
  font-size: 14px;
  border: none;
  cursor: pointer;
}

.create-btn-block a:hover {
  opacity: 0.7;
}

.create-btn-remove-block {
  padding-top: 35px;
}

.create-btn-remove-block a {
  display: block;
}

.create-btn-remove-block a .icon-closed {
  width: 13px;
}

.create-author {
  display: flex;
}

.reg-item-name .icon-rub {
  display: inline-block;
  width: 8px;
  position: relative;
  top: 2px;
  margin-right: 6px;
}

.reg-item-name .icon-clock {
  display: inline-block;
  width: 13px;
  position: relative;
  top: 2px;
  margin-right: 6px;
}

.item-hr {
  width: 100%;
}

.create-error {
  width: 100%;
  color: red;
}

.create-error-block {
  margin-bottom: 20px;
  line-height: 20px;
}

.real-sections-list {
  display: none;
}

.comm-item {
  margin-bottom: 20px;
}

.comm-header {
  display: flex;
}

.comm-photo {
  flex: 0;
}

.comm-info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-left: 12px;
}

.comm-fullname {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
}

.comm-userinfo {
  color: #9a9a9a;
  font-size: 13px;
}

.comm-userinfo span {
  margin-right: 12px;
}

.comm-date {
  font-size: 13px;
}

.comm-text {
  margin-top: 10px;
  font-size: 16px;
  word-break: break-word;
}

.theme-content {
  padding: 20px 0 0 0;
}

.theme-content h2,
.content-block h2 {
  font-size: 26px;
  font-weight: 500;
  color: #101010;
  margin-bottom: 20px;
  margin-top: 20px;
}

.theme-content-text,
.content-block {
  font-size: 18px;
  line-height: 20px;
}

.theme-content-text p,
.content-block p {
  margin-bottom: 10px;
  text-indent: 40px;
}

.policy-check {
  margin-bottom: 20px;
  margin-top: 20px;
}

.policy-check .reg-item-check {
  margin-top: 0px;
}

.policy-check a {
  color: #152f50;
}

.line-add-author {
  margin-top: 4px;
}

.line-add-author a {
  color: #868686;
  text-decoration: blink;
  font-size: 14px;
}

.author-file-block {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-top: 6px;
}

.author-file-block .button {
  white-space: nowrap;
  background: #f5f5f5;
  font-size: 14px;
  line-height: 28px;
  padding: 0px 10px;
  border-radius: 3px;
  margin-right: 12px;
}

.author-file-block .file-name {
  white-space: nowrap;
  font-size: 14px;
  color: #d0d0d0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.swipe-footer-search-layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.go-back-footer {
  padding: 10px 20px 10px 30px;
  color: #ffffff;
  text-decoration: none;
  display: flex;
  font-size: 16px;
  align-items: center;
}

.go-back-footer span {
  margin-left: 20px;
}

.go-back-footer svg {
  width: 10px;
}

.footer-search-form {
  width: 100%;
}

.footer-search-form .header-search-button svg {
  top: 0px;
  width: 20px;
  height: 20px;
}

.footer-search-form .header-search-input {
  line-height: 34px;
  margin-right: 12px;
  padding: 0px 12px;
}

.footer-search-form .header-search form {
  align-items: center;
}

.swipe-content-auth-layou {
  height: 100%;
}

.swipe-content-auth-layou .header-outh-popup {
  box-sizing: border-box;
  position: relative;
  display: block;
  border-radius: 0px;
  top: 0px;
  height: 100%;
}

.swipe-content-auth-layou .closed-outh-menu {
  display: none;
}

.fake-sorting-panel {
  display: none;
}

.filter-bottom-set {
  padding: 0px 20px 30px 20px;
  width: 100%;
}

.filter-bottom-set a {
  text-decoration: none;
  background: #ffffff;
  display: block;
  color: #101010;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
}

.reg-item-input input.filter-search-authors,
.reg-item-input input.filter-search-schools,
.reg-item-input input.filter-search-cities {
  border: none;
  padding: 0px 15px;
}

.reg-item-input .filter-search-icon {
  padding: 0px 12px 0px 15px;
}

.select-custom-authors.select-custom-list ul,
.select-custom-schools.select-custom-list ul,
.select-custom-cities.select-custom-list ul {
  padding-top: 0px;
  padding-bottom: 0px;
}

.select-custom-authors ul {
  padding-left: 0px;
}

.select-custom-authors ul li {
  list-style-type: none;
}

.default_author {
  display: none;
}

.default_author.active {
  display: block;
}

.reg-fields-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.isset-ava-block {
  max-width: 820px;
}

.fixed-ava-block {
  display: flex;
}

.reg-fields-block {
  max-width: 538px;
}

@media screen and (max-width: 1430px) {
  .container {
    width: 1300px;
  }

  .publication-item {
    width: 290px;
  }

  .header-filter-block>a {
    padding: 0px 10px;
    margin-right: 10px;
  }

  .search-fast-result-block {
    border-radius: 5px;
    top: 10px;
  }

  .publication-title a {
    font-size: 20px;
  }

  .left-menu {
    width: 350px;
  }

  /* .page-title h1 {
		font-size: 40px;
	} */
  .side-item {
    width: 350px;
  }

  .about {
    padding-right: 0px;
  }

  .publication-item.full-item {
    width: 580px;
  }
}

@media screen and (max-width: 1330px) {
  .container {
    width: 1024px;
  }

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

  .header-filter-right-full {
    /*display: none;*/
  }

  .header-filter-right-small {
    /*display:flex;*/
  }

  .header-filter-left {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .header-prices-select {
    top: calc(100% + 22px);
  }

  .header-dates-popup {
    top: calc(100% + 22px);
  }

  .header-sorting-select {
    top: calc(100% + 22px);
  }

  .header-filter-block {
    margin-right: 0px;
    margin-bottom: 20px;
    width: 100%;
  }

  .fake-sorting-panel {
    display: flex;
  }

  .header-groups {
    /*display: none;*/
  }

  .header-filter-right {
    /*display: none;*/
  }

  .fake-sorting-panel .header-filter-right {
    display: flex;
  }

  .header-search {
    padding-right: 0px;
  }

  .header-menu-right {
    /* width: 103px; */
    /* margin-left: 20px; */
  }

  .header-search-button svg {
    width: 25px;
    height: 25px;
  }

  .header-filter-block>a {
    padding: 0px 16px;
    margin-right: 15px;
  }

  .publication-item.full-item {
    width: 300px;
  }

  .publication-item.full-item .publication-img img.default_cover {
    display: inline !important;
  }

  .publication-item.full-item .publication-img img.full_cover {
    display: none !important;
  }

  .footer-col.col-2 {
    margin-right: 86px;
  }

  .policy {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
  }

  .publication-item {
    width: 300px;
  }

  .header.sticky .header-groups {
    display: none;
  }

  .header.sticky .header-filter-adds {
    display: none;
  }

  .header.sticky .fake-sorting-panel {
    display: none;
  }

  .header.sticky .header-filter-block {
    margin-right: 0px;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 1041px) {
  .header {
    display: none;
  }

  .header-filter-block {
    width: auto;
  }

  .container {
    width: 100%;
  }

  .header-mobile {
    display: flex;
    background: #152f50;
  }

  .filter-menu-items {
    display: block;
  }

  .filter-types-items {
    display: block;
  }

  .main-container,
  .main-container.sticky {
    padding-top: 70px;
  }

  .left-menu-block {
    display: none;
  }

  .publication-item {
    width: calc(33.33333% - 10px);
  }

  .footer-cols {
    display: flex;
    flex-wrap: wrap;
    margin-left: 60px;
  }

  .footer-col.col-1 {
    width: 100%;
    margin-bottom: 30px;
  }

  .footer-col.col-2 {
    margin-right: 0px;
    width: 50%;
  }

  /* .footer-col.col-3 {
    width: 50%;
  } */
  .footer-col-list.full {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
    display: flex;
    flex-wrap: wrap;
  }

  /* .footer-col-item {
    width: 50%;
  } */
  .content-block {
    padding: 18px 0px 18px 0px;
  }

  .publication-item.full-item {
    width: calc(33.33333% - 10px);
  }

  .search-close-btn {
    display: none;
  }

  .mobile-search-icon {
    display: block !important;
  }

  .header-search-button {
    margin-right: 0;
  }

  .desc-search-icon {
    display: none !important;
  }
}

@media screen and (max-width: 870px) {
  .reg-fields-block {
    order: 2;
  }

  .reg-ava-block {
    order: 1;
    width: 100%;
  }

  .reg-ava-block .user-upload-photo {
    order: 1;
    margin: 0px;
    padding-top: 0px;
    margin: 0px auto 30px auto;
  }

  .reg-ava-block .user-upload-img {
    margin: 0 auto;
  }
}

@media screen and (max-width: 800px) {
  .publication-content {
    box-shadow: 0 0px 0 0 #ffffff;
  }

  .block-404-title {
    font-size: 60px;
    letter-spacing: 4px;
  }

  .footer-cols {
    /* margin-left: 0px; */
    margin-left: auto;
    margin-right: auto;
    /* width: 200px; */
  }

  /* .footer-col.col-3{
    margin-right: 0 !important;
    width: 100%;
  } */
  .footer-col-item {
    width: 100%;
  }

  .footer-block {
    flex-wrap: wrap;
    justify-content: center;
  }

  /* .footer-logo-block {
    width: 100%;
    margin-bottom: 30px;
  } */
  .footer-panel-block {
    flex-wrap: wrap;
    justify-content: center;
    height: auto;
    align-items: center;
  }

  .footer-panel-block>div {
    width: 100%;
    text-align: center;
  }

  .footer-panel {
    padding: 20px;
  }

  .footer-panel-block>div:first-child {
    padding-bottom: 10px;
  }

  .publication-item {
    width: calc(50% - 10px);
  }

  .publication-img img {
    max-width: none;
    width: 100%;
  }

  .content {
    overflow: hidden;
  }

  .publication-item:hover .publication-content {
    box-shadow: none;
  }

  .publication-info {
    padding: 0px;
  }

  .publication-section {
    display: block;
  }

  .publication-section .icon {
    display: inline-block;
  }

  .publication-section .name {
    display: inline;
  }

  .publication-section {
    padding-top: 10px;
  }

  .element-user-br {
    display: none;
  }

  .element-user-panel {
    display: none;
  }

  .element-section-row {
    display: none;
  }

  .element-panel-row {
    display: none;
  }

  .element-user-photo {
    margin-right: 20px;
  }

  .page-title h1 {
    font-size: 30px;
  }

  .contact-item {
    width: 100%;
  }

  .reg-type {
    margin-right: 20px;
  }

  .reg-item {
    width: 100%;
  }

  .publication-item-static.publication-item-worning .publication-info {
    padding: 0px 12px;
  }

  .publication-item.publication-item-static.publication-item-worning:hover .publication-info {
    padding: 0px 12px;
  }

  .publication-item.publication-item-static.publication-item-worning:hover .publication-content {
    border: 3px solid #f2900f;
    height: calc(100% - 20px);
  }

  .publication-item.publication-item-static.publication-item-worning:hover .publication-img img {
    max-width: none;
    margin-left: -3px;
    margin-top: -3px;
    height: calc(100% + 3px);
    width: calc(100% + 6px);
  }

  .publication-item-static.publication-item-error .publication-info {
    padding: 0px 12px;
  }

  .publication-item.publication-item-static.publication-item-error:hover .publication-info {
    padding: 0px 12px;
  }

  .publication-item.publication-item-static.publication-item-error:hover .publication-content {
    border: 3px solid #d10000;
    height: calc(100% - 20px);
  }

  .publication-item.publication-item-static.publication-item-error:hover .publication-img img {
    max-width: none;
    margin-left: -3px;
    margin-top: -3px;
    height: calc(100% + 3px);
    width: calc(100% + 6px);
  }

  .element-user-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .element-user-tabs a {
    width: calc(50% - 5px);
    margin-right: 0px;
    box-sizing: border-box;
    margin-bottom: 10px;
  }

  .user-update-form {
    order: 2;
    width: 100%;
  }

  .user-upload-photo {
    order: 1;
    margin: 0px;
    padding-top: 0px;
    margin: 0px auto 30px auto;
  }

  .user-update form {
    flex-wrap: wrap;
  }

  .user-update-title {
    font-size: 22px;
  }

  .publication-item.full-item {
    width: calc(50% - 10px);
  }

  .element-user-tabs a.show-mobile {
    display: inline-block;
  }
}

@media screen and (max-width: 450px) {
  .element-user-tabs a {
    width: 100%;
  }
}

.publication--item__background {
  height: 218px;
  background: #fcf4e5;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 8px;
  overflow: hidden;
  display: block;
  text-decoration: none;
}

.publication-item__title {
  color: #101010;
  font-size: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  line-clamp: 6;
  box-orient: vertical;
  font-weight: 500;
  margin-bottom: 15px;
}

.publication-item__title a {
  color: #101010;
  text-decoration: none;
  line-height: 23px;
}

.publication-section--forum {
  margin-bottom: 15px;
}

.publication-section__name {
  color: #101010;
  font-size: 18px;
}

.publication-section .icon-forum {
  opacity: 0.43;
}

.publication-item__user {
  margin-bottom: 20px;
}

.publication-item__user-info {
  display: flex;
  align-items: center;
  margin-bottom: 3px;
  flex-wrap: wrap;
  margin-bottom: 5px;
}

.publication-item__user-name {
  font-size: 16px;
  color: #101010;
  margin-right: 15px;
}

.publication-item__user-position {
  font-size: 16px;
  color: #a7a7a7;
  font-weight: 300;
}

.publication-item__user-company {
  font-size: 16px;
  color: #a7a7a7;
  font-weight: 300;
}

.publication-item__footer {
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.publication-item__footer-date {
  font-size: 14px;
  color: #101010;
  margin-right: 40px;
}

.publication-item__footer-info {
  display: flex;
}

.publication-item__footer-stat {
  display: flex;
  align-items: center;
  margin-right: 17px;
  color: #4e5257;
  font-size: 14px;
}

.publication-item__footer-stat .icon {
  margin-right: 5px;
  opacity: 0.43;
}

.publication-item__footer-stat .icon-view {
  width: 12px;
}

.publication-item__footer-stat .icon-comment {
  width: 10px;
}

.publication-item__footer-likes {
  display: flex;
  align-items: center;
  margin-left: 0;
}

.publication-item__footer-like {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.publication-item__footer-like:first-child {
  margin-right: 5px;
}

.publication-item__footer-like .icon {
  width: 13px;
  margin-right: 3px;
}

.publication-item__footer-like .icon:hover {
  cursor: pointer;
}

.publication-item__footer-like-img {
  max-width: 100%;
}

.publication-item__footer-dislike-img {
  max-width: 100%;
  margin-top: 3px;
}

.publication-item__info {
  display: none;
}

@media screen and (max-width: 800px) {
  .publication--item__background {
    height: auto;
    position: relative;
    padding: 0;
    padding-top: 71.24%;
    margin-bottom: 0;
  }

  .publication--item__background-content {
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .publication-item__title {
    font-size: 20px;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    margin-bottom: 15px;
  }

  .publication-item__user {
    display: none;
  }

  .publication-item__footer {
    padding: 0;
  }

  .publication-item__footer-date {
    display: none;
  }

  .publication-item__footer-info {
    width: 100%;
    justify-content: space-between;
  }

  .publication-item__footer-stat {
    margin-right: 0;
  }

  .publication-item__info {
    display: block;
  }

  .publication-item__user-name {
    white-space: nowrap;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .publication-item__footer-date--mobile {
    color: #101010;
    font-size: 13px;
  }

  .action-bookmark--forum {
    display: none;
  }
}

@media screen and (max-width: 380px) {
  .publication-item__title {
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}

.element-forum {
  margin: 60px 0 30px;
}

.element-user__row {
  display: flex;
  align-items: flex-start;
}

.element-user__img-wrap {
  width: 80px;
  margin-right: 25px;
  flex-shrink: 0;
  margin-left: 5px;
}

.element-user__img {
  max-width: 100%;
  border-radius: 50%;
}

.element-user__name {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #101010;
}

.element-user__info {
  color: #a7a7a7;
  font-size: 18px;
  margin-bottom: 5px;
}

.element-user__info-item {
  margin-right: 35px;
}

.element-user__info-item .icon-map-marker {
  width: 9px;
}

.element-detail-text--forum {
  margin-bottom: 25px;
}

.element-footer {
  display: flex;
  margin-bottom: 105px;
  color: #4e5257;
  align-items: flex-start;
}

.element-footer-date {
  margin-right: 25px;
}

.element-footer-stat {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.element-footer-stat .icon {
  margin-right: 5px;
  opacity: 0.43;
}

.element-footer-stat .icon-comment {
  width: 14px;
}

.element-footer-stat .icon-view {
  width: 16px;
}

.element-footer-likes {
  margin-left: 0;
  margin-right: 15px;
}

.element-footer-like {
  display: flex;
}

.element-footer-like:first-child {
  margin-right: 5px;
}

.element-footer-likes .icon-like {
  width: 17px;
  padding: 0;
  margin-right: 5px;
  cursor: pointer;
}

.element-footer-likes .icon-dislike {
  width: 17px;
  cursor: pointer;
}

.element-footer-like-img {
  max-width: 100%;
}

.element-footer-dislike-img {
  max-width: 100%;
  margin-top: 3px;
}

.element-footer-bookmark {
  position: static;
}

.element-comments-users {
  margin-bottom: 45px;
  font-size: 20px;
  color: #101010;
}

.element-comments-users__title {
  font-weight: 500;
}

.comment-item {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #707070;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.comment-item:last-child {
  border-bottom: none;
}

.comment-photo {
  flex-shrink: 0;
}

.comment-photo__img-wrap {
  width: 70px;
  margin-right: 20px;
}

.comment-photo__img {
  width: 100%;
  max-width: 100%;
  border-radius: 50%;
}

.comment-wrap {
  width: 100%;
}

.comment-info-wrap {
  width: 100%;
  display: flex;
  margin-bottom: 15px;
  justify-content: space-between;
  font-size: 18px;
}

.comment-name {
  display: flex;
}

.comment-fullname {
  margin-right: 20px;
  font-weight: 500;
  color: #101010;
  flex-shrink: 0;
  font-size: 18px;
}

.comment-position {
  color: #a7a7a7;
}

.comment-date {
  color: #a7a7a7;
  margin-top: 5px;
}

.comment-text {
  word-break: break-word;
  margin-bottom: 25px;
}

.element-comment-photo {
  flex-shrink: 0;
}

.element-comment-photo__img-wrap {
  width: 70px;
  font-size: 0;
}

.element-comment-photo__img {
  max-width: 100%;
  width: 100%;
}

.comment__footer {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
}

.comment-quotation {
  background: transparent;
  border: none;
  font-family: "Futura";
  font-size: 18px;
  color: #a7a7a7;
  cursor: pointer;
}

.comment-likes {
  display: flex;
}

.comment-like {
  display: flex;
}

.comment-like:first-child {
  margin-right: 5px;
}

.comment-like .icon.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.comment-likes .icon-like {
  width: 17px;
  margin-right: 5px;
  cursor: pointer;
}

.comment-likes .icon-dislike {
  width: 17px;
  margin-right: 5px;
  cursor: pointer;
}

.comment-like-img {
  max-width: 100%;
}

.comment-dislike-img {
  max-width: 100%;
  margin-top: 3px;
}

.comment-like-count {
  color: #268d3e;
}

.comment-dislike-count {
  color: #fa3838;
}

.comment-like-count--default {
  color: #4e5257;
}

.element-user__info--mobile {
  display: none;
}

.element-user__contacts-item:first-child {
  margin-right: 30px;
}

.element-user__contacts-item--email {
  font-size: 18px;
}

.comment-photo__img-wrap--mobile {
  display: none;
}

@media screen and (max-width: 800px) {
  .element-user__img-wrap {
    width: 100%;
    display: flex;
    margin: 0 0 15px 0;
  }

  .element-user__img {
    height: 75px;
    width: 75px;
    flex-shrink: 0;
    margin-right: 15px;
  }

  .element-user__info--mobile {
    width: 100%;
    display: block;
  }

  .element-user__info-item {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .element-user__row {
    display: block;
  }

  .element-user__name {
    display: none;
  }

  .element-user__city {
    display: none;
  }

  .element-user__name--mobile {
    display: block;
    font-size: 22px;
  }

  .element-user__city--mobile {
    display: block;
    font-size: 20px;
    color: #a7a7a7;
  }

  .element-user__contacts-item {
    display: block;
    margin-bottom: 10px;
  }

  .element-footer {
    justify-content: space-between;
    margin-bottom: 75px;
  }

  .element-footer-date {
    margin-right: 0;
  }

  .element-footer-stat {
    margin-right: 0;
  }

  .element-footer-likes {
    margin: 0;
  }

  .element-comments-users {
    margin-bottom: 30px;
  }

  .comment-name {
    width: 100%;
    display: block;
  }

  .comment-fullname {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .comment-info-wrap {
    align-items: flex-end;
    margin-bottom: 0;
  }

  .comment-photo {
    display: none;
  }

  .comment-photo__img-wrap--mobile {
    display: block;
    flex-shrink: 0;
  }

  .comment-info {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }

  .comment-text {
    margin-bottom: 15px;
  }

  .comment-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .comment-date {
    font-size: 16px;
  }
}

.element-form__textarea {
  display: none;
}

.element-form__text {
  max-height: 150px;
  overflow: auto;
  outline: none;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 10px;
  border: 1px solid #ececec;
  font-size: 16px;
  min-height: 60px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.element-form__text[placeholder]:empty:before {
  content: attr(placeholder);
  color: #555;
}

.element-form__text[placeholder]:empty:focus:before {
  content: "";
}

.element-form__text:focus {
  border-color: #f2900f;
}

.element-form__quote {
  padding: 5px;
  background: #fcf4e5;
  margin: 10px 0;
  position: relative;
}

.element-form__quote-author {
  font-weight: 500;
}

.element-form__quote-body {
  max-width: 100%;
}

.element-form__quote-close {
  width: 13px;
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 5px;
}

.element-comm-form .element-form__quote {
  padding-right: 18px;
}

/*vebinar*/
.add-draft-date {
  display: inline-block;
}

.add-draft-date a {
  display: inline-block;
  text-decoration: none;
  background: #f2900f;
  color: #ffffff;
  transition: all 0.3s ease;
  line-height: 30px;
  border-radius: 2px;
  padding: 0px 12px;
  font-size: 14px;
  border: none;
  cursor: pointer;
}

.draft_date_line {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.error_message {
  color: red;
}

.btnFooter {
  color: #fff;
  background-color: #f2900f;
  display: inline-flex;
  align-items: center;
  line-height: 30px;
  padding: 0 15px;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.3s;
}

.btnFooter:hover {
  background: #eaeaea;
  color: #000;
}

.file-container .file-img {
  width: 180px;
  height: 125px;
  object-fit: cover;
}

.file-container .file-container-view {
  display: grid;
  grid-template-columns: 180px 1fr;
  margin-bottom: 10px;
}

.button-file-variant:before {
  background: url(../images/bx-admin-sprite-big1.png) no-repeat 0 -1548px;
  content: "";
  left: 10px;
  top: 9px;
  height: 11px;
  opacity: 1;
  position: absolute;
  width: 28px;
}

.button-file-variant {
  width: 45px;
  height: 30px;
  position: relative;
  display: inline-block;
  background: #ffffff;
  cursor: pointer;
  border-radius: 20px;
  border: 1px solid #f2900f;
  margin-left: 5px;
}

.button-file-variant.opened,
.button-file-variant:hover {
  background: #f2900f;
}

.nav-file-variant {
  display: none;
}

.button-file-variant.opened .nav-file-variant {
  display: block;
  width: max-content;
  height: auto;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 40px;
  right: 0px;
  background: #ffffff;
  border: 1px solid #cbcbcb;
  z-index: 11;
  box-shadow: rgba(159, 159, 159, 0.33) 0px 0px 15px;
}

.nav-file-variant__item:hover {
  background: #f2900f;
}

.nav-file-variant__item {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.nav-file-variant__item:first-child {
  padding-top: 10px;
  /*border-top-left-radius: 20px;*/
  /*border-top-right-radius: 20px;*/
}

.nav-file-variant__item:last-child {
  padding-bottom: 10px;
  /*border-bottom-left-radius: 20px;*/
  /*border-bottom-right-radius: 20px;*/
}

.modal-file-link {
  display: none;
}

.modal-file-link.open {
  display: block;
  position: fixed;
  width: 300px;
  padding: 50px;
  top: calc(50% - 150px);
  left: calc(50% - 150px);
  background: #ffffff;
  border: 1px solid #cbcbcb;
  /* border: 1px solid #000; */
  z-index: 999;
  box-shadow: rgba(159, 159, 159, 0.33) 0px 0px 15px;
}

.modal-file-link-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.btn-file-link-apply {
  margin-right: 20px;
  display: inline-block;
  text-decoration: none;
  background: #f2900f;
  color: #ffffff;
  transition: all 0.3s ease;
  line-height: 30px;
  border-radius: 2px;
  padding: 0px 12px;
  font-size: 14px;
  border: none;
  cursor: pointer;
}

.btn-file-link-cancel {
  margin-right: 20px;
  display: inline-block;
  text-decoration: none;
  background: #ffffff;
  color: #101010;
  transition: all 0.3s ease;
  line-height: 30px;
  border-radius: 2px;
  padding: 0px 12px;
  font-size: 14px;
  border: none;
  cursor: pointer;
}

.publication-add-sections {
  padding-bottom: 10px;
}

.create-section-block-btn {
  margin-bottom: 20px;
}

.create-add-info {
  margin-bottom: 15px;
  padding: 0 10px;
  width: 100%;
  font-size: 14px;
  max-width: 750px;
}

.draft-file-container {
  position: relative;
}

.file-container .file-img-wrap {
  display: none;
}

.file-container .file-img-wrap.active {
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 11;
  background: rgba(255, 255, 255, 0.4);
}

.sk-fading-circle {
  width: 4em;
  height: 4em;
  position: relative;
  margin: auto;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #f2900f;
  border-radius: 100%;
  -webkit-animation: sk-fading-circle-delay 1.2s infinite ease-in-out both;
  animation: sk-fading-circle-delay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle-2 {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-fading-circle .sk-circle-3 {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-fading-circle .sk-circle-4 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-fading-circle .sk-circle-5 {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-fading-circle .sk-circle-6 {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-fading-circle .sk-circle-7 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-fading-circle .sk-circle-8 {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-fading-circle .sk-circle-9 {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-fading-circle .sk-circle-10 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-fading-circle .sk-circle-11 {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-fading-circle .sk-circle-12 {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-fading-circle .sk-circle-2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle-3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-fading-circle .sk-circle-4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle-5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle-6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle-7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle-8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle-9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle-10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle-11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle-12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-fading-circle-delay {

  0%,
  39%,
  100% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }
}

@keyframes sk-fading-circle-delay {

  0%,
  39%,
  100% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }
}

.publication-moder-box {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: auto auto;
  position: relative;
  margin-bottom: 20px;
}

.publication-moder-new-author {
  text-align: center;
  margin-bottom: 20px;
}

.publication-moder-box__item {
  cursor: pointer;
  width: 100%;
  background: #f2900f;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  color: #ffffff;
  text-decoration: none;
  border-radius: 20px;
  padding: 0 7px;
  transition: background 0.3s ease;
  position: relative;
  box-sizing: border-box;
  font-size: 12px;
}

@media (max-width: 567px) {
  .publication-moder-box {
    grid-gap: 10px;
    grid-template-columns: auto;
  }
}

/* .left-menu > ul > li > a.lvl1{
	position: relative;
}
.left-menu > ul > li > a.lvl1::after{
	content: '';
	display: block;
	box-sizing: content-box;
	width: 0;
	height: 0;
	border-width: 3px;
	border-style: solid;
	border-bottom-color: #101010;
	border-left-color: #101010;
	border-top-color: transparent;
	border-right-color: transparent;
	position: absolute;
	top: 13px;
	left: 9px;
	transform: rotate(-45deg);
}
.left-menu > ul > li.active > a.lvl1::after{
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-top-color: #101010;
	border-right-color: #101010;
	top: 16px;
} */
.left-menu>ul>li.active .icon-arrow {
  transform: rotate(180deg);
}

.filter-trigger {
  position: absolute;
  height: 36px;
  width: 24px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  cursor: pointer;
}

.filter-trigger:hover+a {
  background-color: #f2900f;
}

.icon-arrow {
  width: 8px;
  height: 8px;
  fill: #101010;
}

.subsection-title {
  font-weight: bold;
  color: #262626;
  display: block;
  padding: 8.6px 19px 8.6px 42px;
  text-decoration: none;
  font-size: 19px;
}

.publication-content {
  position: relative;
}

.card-edit__btn {
  position: absolute;
  left: 9px;
  top: 9px;
  background-color: #f2900f;
  border-radius: 3px;
  padding: 5px 5px 7px 7px;
  z-index: 1;
  line-height: 0;
}

.card-edit__btn img {
  width: 15px;
  height: 15px;
}

span.card-archive__btn {
  position: absolute;
  left: 40px;
  top: 9px;
  background-color: #ffffff;
  border-radius: 3px;
  padding: 5px 5px 7px 7px;
  z-index: 1;
  line-height: 14px;
  font-size: 14px;
  border: 1px solid #f2900f;
  color: #f2900f;
  cursor: pointer;
}

span.card-archive__btn::before {
  content: "В архив";
}

span.card-archive__btn.card-archive {
  background-color: #f2900f;
  color: #ffffff;
}

span.card-archive__btn.card-archive::before {
  content: "Вернуть из архива";
}

.footer-sections-menu .footer-col-list {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  flex-direction: column;
  width: 430px;
  height: 260px;
}

.footer-sections-menu .footer-col-item {
  width: 48%;
}

@media screen and (max-width: 1330px) {
  .footer-sections-menu .footer-col-list {
    width: 310px;
    height: 320px;
  }
}

@media screen and (max-width: 987px) {
  .footer-block {
    display: block;
  }

  .footer-cols {
    margin: 0;
  }

  .footer-left {
    justify-content: center;
  }

  .footer-cols {
    justify-content: space-between;
  }

  .footer-col.col-3 {
    margin: 20px 0;
  }

  .footer-sections-menu .footer-col-list {
    width: 440px;
  }
}

@media screen and (max-width: 470px) {
  .footer-block {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-left {
    display: block;
    margin-right: 0;
  }

  .footer-left-menu {
    margin-left: 0;
  }

  .footer-logo-block {
    text-align: left;
  }

  .footer-sections-menu .footer-col-list {
    width: 100%;
    display: block;
    height: auto;
  }

  .footer-sections-menu .footer-col-item {
    width: 100%;
  }

  .footer-col.col-3 {
    margin-right: 0 !important;
  }
}

.publication-item .publication-add-sections a,
.publication-item .publication-user a,
.publication-item .publication-section a {
  display: inline-block;
  color: #101010;
  text-decoration: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.publication-item .publication-add-sections a:hover,
.publication-item .publication-user a:hover,
.publication-item .publication-section a:hover {
  color: #F2900F;
}

a[href*="zen.yandex."]>img:not([src*="gstatic.com"]):not([onload*="google"]):not([jsaction]) {
  display: block !important;
}