@font-face {
  font-family: Source;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/SourceSerifPro-Regular.ttf") format("truetype");
}
@font-face {
  font-family: Source;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/source-serif-pro-v15-latin_cyrillic-600.woff") format("woff"), url("../fonts/source-serif-pro-v15-latin_cyrillic-600.woff2") format("woff2");
}
@font-face {
  font-family: Source;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/source-serif-pro-v15-latin_cyrillic-700.woff") format("woff"), url("../fonts/source-serif-pro-v15-latin_cyrillic-700.woff2") format("woff2");
}
html,
body {
  overflow: unset;
  position: relative;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}
/*
@media screen and (max-width:666px) {
    html, body {
        overflow: hidden;
    }
}
*/
.sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}
.static {
  position: static;
}
.header_container {
  height: 8vh;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0px 4px 5px rgba(87, 131, 172, 0.15);
  z-index: 110;
  padding: 1.5%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 8px;
}
.content {
  position: relative;
  flex: 1 0 auto;
  overflow: unset;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  min-width: 100%;
}
.content__profile {
  margin-top: 2vh;
  position: sticky;
  top: 10vh;
  padding-top: 10rem;
  min-width: unset;
  min-width: 446rem;
  height: fit-content;
  background: #F8F9FC;
  min-height: 100%;
  border-radius: 15rem;
  text-align: center;
  padding-left: 10rem;
  padding-right: 10rem;
  box-shadow: 0px 4px 10px rgba(87, 131, 172, 0.25);
  z-index: 80;
}
.content__profile.sticky-top {
  position: sticky;
  top: 0;
}
@media only screen and (max-width: 659px) {
  .content__profile {
    display: none;
  }
}
.content__profile.small {
  min-width: 5%;
  width: 5%;
  z-index: 101;
}
.content-profile__body {
  margin-top: 25px;
}
.content-avatar-wrap::before {
  content: '';
  position: absolute;
  background-color: #fff;
  top: -6rem;
  left: -6rem;
  border-radius: 50%;
  border: 1px solid #c9c9c9;
  width: 112rem;
  height: 112rem;
  z-index: -1;
}
.content-avatar-wrap.small::before {
  content: '';
  position: absolute;
  background-color: #fff;
  top: -5rem;
  left: -5rem;
  border-radius: 50%;
  border: 1px solid #c9c9c9;
  width: 78rem;
  height: 78rem;
  z-index: -1;
}
.content-avatar-wrap {
  position: relative;
  width: 100rem;
  height: 100rem;
  border: none;
  border-radius: 50rem;
  -webkit-border-radius: 50rem;
  background-position: center!important;
  background-repeat: no-repeat !important;
  background-size: cover!important;
}
.content-avatar-wrap.small {
  width: 70rem;
  height: 70rem;
  border-radius: 50%;
}
.content-profile__item a {
  max-width: 100%;
}
.content-profile__item a img {
  margin-bottom: 0;
}
#menu_opener {
  cursor: pointer;
  background: #F8F9FC;
  position: absolute;
  top: 50%;
  right: -12px;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  transition: all 0.1s ease;
}
#menu_opener svg path {
  color: #2F6E5B;
  fill: currentColor;
}
#menu_opener.rotated {
  transform: rotate(180deg);
  transform-origin: center;
}
.menu_opener {
  box-shadow: 2rem 1rem 4rem rgba(87, 131, 172, 0.25);
}
.menu_opener.rotated {
  box-shadow: -2rem -1rem 4rem rgba(87, 131, 172, 0.25);
}
.menu_opener:hover::before {
  content: 'Свернуть';
  position: absolute;
  display: block;
  padding: 4rem 8rem;
  font-size: 16rem;
  border-radius: 4rem;
  color: #fff;
  background-color: #2F6E5B;
  top: -100%;
  z-index: 110;
}
.menu_opener.rotated:hover::before {
  content: 'Раскрыть';
  position: absolute;
  display: block;
  padding: 4rem 8rem;
  font-size: 16rem;
  border-radius: 4rem;
  color: #fff;
  background-color: #2F6E5B;
  top: 100%;
  transform: rotate(180deg);
  z-index: 110;
}
.content-profile__list.small {
  padding: 0;
  overflow: visible;
  z-index: 999;
}
.content-profile__list.small li.content-profile__item a {
  width: 70rem;
  height: 60rem;
}
.content-profile__list.small li.content-profile__item a svg {
  margin-bottom: 0;
}
.content-profile__list.small li.content-profile__item span {
  display: none;
}
.content-profile__list.small li.content-profile__item:hover {
  overflow: visible;
}
.content-profile__list.small li.content-profile__item:hover span {
  display: block;
  position: absolute;
  /* right: -70%; */
  z-index: 100;
  color: #2F6E5B;
  padding: 8rem 12rem;
  border: solid 1px #2F6E5B;
  background: white;
  font-size: 16rem;
  left: 100%;
  width: fit-content;
  min-width: 150rem;
}
.content-wrapper .active_dropzone {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  z-index: 555;
  background: rgba(0, 0, 0, 0.6);
}
.content-wrapper.active_dropzone * {
  pointer-events: none;
}
.content-wrapper.active_dropzone::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  pointer-events: none;
}
.content-wrapper {
  width: 75%;
  display: flex;
  flex-flow: column nowrap;
  padding: 1%;
  padding-bottom: 0;
  min-height: 100vh;
  margin: 0;
  position: relative;
  justify-content: flex-start;
}
@media only screen and (max-width: 1023px) {
  .content-wrapper {
    width: 100% !important;
  }
}
.content-wrapper .video_wrapper,
.content-wrapper .audio_wrapper,
.content-wrapper .doc_wrapper {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  gap: 3vmin;
  padding-bottom: 4vmin;
}
.content-wrapper .audio_item,
.content-wrapper .doc_item {
  width: calc(50% - 1.5vmin);
  margin: 0 0 20rem 0;
  position: relative;
  border: 1px solid #EFEFEF;
  border-radius: 12px;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.12);
  background: #fff;
  display: flex;
}
.content-wrapper .audio_item .post_audio_wrapper__img,
.content-wrapper .doc_item .post_audio_wrapper__img {
  flex: 0 0 30%;
}
.content-wrapper .audio_item .post_audio_wrapper__file,
.content-wrapper .doc_item .post_audio_wrapper__file {
  flex-direction: column;
  align-self: end;
  flex: 0 0 70%;
}
.content-wrapper .audio_item .post_audio_wrapper__title,
.content-wrapper .doc_item .post_audio_wrapper__title {
  padding-left: 20px;
}
.content-wrapper .doc_item {
  width: calc(33.3% - 2vmin);
  aspect-ratio: 2 / 3;
}
.content-wrapper .doc_item a {
  width: 100%;
}
.content-wrapper .doc_item .post_doc_wrapper__img {
  background: rgba(183, 189, 206, 0.5);
  border-radius: 12px;
  display: inline-flex;
  width: 100%;
  position: relative;
  justify-content: center;
  height: 70%;
  align-items: center;
}
.content-wrapper .doc_item .post_doc_wrapper__img span.post_doc_wrapper__desc {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  color: #fff;
  padding: 2px 8px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 16px;
}
.content-wrapper .doc_item .post_wrapper__title {
  padding: 12px;
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0;
  height: 30%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .content-wrapper .doc_item {
    min-width: calc(50% - 2vmin);
    min-height: 200px;
  }
}
.content-wrapper.wide {
  width: 94%;
}
.content-wrapper.wide .audio_item {
  margin: 0 0 20rem 0;
  border: 1px solid #EFEFEF;
  border-radius: 12px;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.12);
  background: #fff;
  display: flex;
}
@media only screen and (max-width: 659px) {
  .content-wrapper.wide .audio_item {
    width: 100%;
  }
}
.content-wrapper.wide .doc_item {
  width: calc(25% - 2.25vmin);
  aspect-ratio: 2 / 3;
}
.content-wrapper.wide .media_item_nav {
  min-height: 35vh;
}
.content-wrapper.wide .post_img_box {
  width: 18%;
}
.content-wrapper.full_width {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  min-height: 88vh;
  background-color: #F5F2F3;
}
.content-wrapper .content__rivertime,
.content-wrapper .content__content,
.content-wrapper .content_main_new,
.content-wrapper .section_media-detail,
.content-wrapper .media {
  width: 100%;
  padding: 0;
  margin: 0;
  padding-top: 1%;
}
@media only screen and (max-width: 659px) {
  .content-wrapper {
    min-width: 100%;
  }
}
.content_main_new {
  margin-right: auto;
}
.content-wrap .content__text {
  max-width: 59%;
  padding-right: 30rem;
}
.main-autobiography__text {
  width: 59%;
  padding-right: 30rem;
}
.content__img {
  max-width: unset;
}
.footer {
  /*padding-top: 30rem;
    padding-bottom: 30rem;*/
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  max-height: 8vh;
}
.footer .footer-wrapper {
  max-width: 100%;
  width: 100%;
}
.color_green {
  color: #2F6E5B;
}
.tech_icons,
.breadcrumbs_top {
  padding: 16px 2%;
  width: 100%;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
}
.input.keywords_search {
  padding: 1vmin;
  border: none;
  background: transparent;
  border-bottom: solid 1px lightgrey;
  font-family: 'Proxima Nova';
  transition: all 0.2s;
  /* &.keywords_search {
        position: sticky; position: -webkit-sticky; top: 0; z-index: 1; display: block;
    }*/
}
.input.keywords_search:focus {
  outline: none;
  border-bottom: solid 2px #2F6E5B;
}
.input.keywords_search:focus::placeholder {
  opacity: 0;
}
.input.keywords_search.keywords_search {
  max-width: 80%;
}
.small_screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #FAFAFA;
  padding: 2vmin;
  display: flex;
  justify-content: center;
  align-content: center;
}
@media screen and (min-width: 666px) {
  .small_screen {
    display: none !important;
  }
}
.call_form {
  top: calc(180px + -50%);
}
.call_form {
  position: fixed;
  max-width: 500px;
  z-index: 9999;
  background-color: #FAFAFA;
  padding: 3vmin;
  display: flex;
  justify-content: center;
  align-content: center;
}
.call_form .close_parent {
  /*    height: 40px;
        width: 40px;
        position: fixed;
        top:40px;
        right: 40px;
        border-radius: 40px;
        background-color: brown;
        color: white; */
}
.small_screen_wrapper {
  width: 360px;
  max-width: 100%;
  height: 700px;
  max-height: 100%;
  border-radius: 15px;
  margin: auto;
  padding: 24px 16px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-flow: column nowrap;
  background-color: white;
  align-items: center;
}
.small_screen_wrapper h4 {
  font-size: 18px;
  font-family: "Source";
  font-weight: 900;
}
.small_screen_wrapper p {
  font-family: "Source";
}
.small_screen_wrapper p,
.small_screen_wrapper button {
  font-size: 16px;
}
.small_screen_wrapper h3 {
  font-size: 22px;
  font-family: "Source";
}
.green_btn {
  background-color: #2F6E5B;
  border-radius: 40rem;
  color: white;
  cursor: pointer!important;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  font-size: 14px;
  font-weight: 700;
  font-family: "Proxima Nova";
  width: 100%;
  transition: all 0.2s ease-in-out;
  min-height: 50px;
}
.b24-form {
  display: flex;
  align-items: center;
}
.b24-form-header-title {
  color: #2F6E5B !important;
}
.b24-form-wrapper.b24-form-border-bottom {
  border-bottom: none!important;
}
@media screen and (min-width: 666px) {
}
.b24-window-close {
  background-color: #2F6E5B !important;
  opacity: 1 !important;
  top: 4vmin !important;
  right: 4vmin !important;
}
.b24-window-close:hover {
  background-color: #66A692 !important;
}
.b24-window-close {
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  border: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
  outline: 0;
}
.b24-window-close::after,
.b24-window-close::before {
  width: 3px !important;
}
.b24-window-close::after,
.b24-window-close::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 15px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.b24-window-close:hover::after,
.b24-window-close:hover::before {
  background-color: #2F6E5B !important;
}
.b24-window-close::after,
.b24-window-close::before {
  background-color: #66A692 !important;
}
.b24-widget-button-position-bottom-right {
  right: 20px!important;
  bottom: 100px!important;
  display: none !important;
}
/*# sourceMappingURL=./newheader.css.map */