@font-face {
  font-family: 'Officina Serif';
  src: url("../../fonts/officina-serif-book.woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Officina Serif';
  src: url("../../fonts/officina-serif-bold.woff2");
  font-weight: 700;
  font-style: normal;
}
.js__slider-content {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.js__slider-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  transform: translateZ(0);
  transition: transform 0.35s;
}
.js__slider-slide_theme_fade {
  opacity: 0;
  transform: translateZ(0) translateY(10%) scale(0.8);
  transition: opacity 0.35s, transform 0.35s;
}
.js__slider-slide_theme_fade.js__slider-slide_active {
  opacity: 1;
  transform: translateZ(0) translateY(0) scale(1);
}
.icon {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
}
.icon_type_comment {
  width: 16px;
  height: 15px;
  background-image: url(../../images/icons/comment.png);
}
.icon_type_favorite {
  width: 12px;
  height: 16px;
  background-image: url(../../images/icons/favorite.png);
}
.icon_type_favorite-fill {
  width: 12px;
  height: 16px;
  background-image: url(../../images/icons/favorite-fill.png);
}
.icon_type_arrow-prev {
  width: 20px;
  height: 14px;
  background-image: url(../../images/icons/slider-actions-left.png);
}
.icon_type_arrow-next {
  width: 20px;
  height: 14px;
  background-image: url(../../images/icons/slider-actions-right.png);
}
.icon_type_load-more {
  width: 25px;
  height: 25px;
  background-image: url(../../images/icons/load-more.png);
}
.icon_type_fb {
  width: 11px;
  height: 21px;
  background-image: url(../../images/socials/soc-facebook.png);
  transform: translateX(-1px);
}
.icon_type_tw {
  width: 20px;
  height: 17px;
  background-image: url(../../images/socials/soc-twitter.png);
}
.icon_type_vk {
  width: 20px;
  height: 13px;
  background-image: url(../../images/socials/soc-vk.png);
}
.icon_type_yt {
  width: 19px;
  height: 14px;
  background-image: url(../../images/socials/soc-youtube.png);
}
.icon_type_ok {
  width: 12px;
  height: 20px;
  background-image: url(../../images/socials/soc-odnoklassniki.png);
}
.icon_type_in {
  width: 20px;
  height: 20px;
  background-image: url(../../images/socials/soc-instagram.png);
}
.icon_type_tg {
  width: 20px;
  height: 17px;
  background-image: url(../../images/socials/soc-telegram.png);
  transform: translateX(-2px);
}
.icon_type_fm {
  width: 20px;
  height: 9px;
  background-image: url(../../images/socials/soc-fb-messenger.png);
}
.icon_type_sk {
  width: 20px;
  height: 20px;
  background-image: url(../../images/socials/soc-skype.png);
}
.icon_type_search {
  width: 25px;
  height: 25px;
  background-image: url(../../images/icons/search.png);
}
.icon_type_weather {
  width: 23px;
  height: 23px;
  background-image: url(../../images/icons/weather.png);
}
.icon_type_logout {
  width: 15px;
  height: 12px;
  background-image: url(../../images/icons/logout.png);
}
.icon_type_login {
  width: 15px;
  height: 12px;
  background-image: url(../../images/icons/login.png);
}
.icon_type_care {
  width: 3px;
  height: 12px;
  background-image: url(../../images/icons/user-care.png);
}
.icon_type_menu-button {
  width: 24px;
  height: 18px;
  background-image: url(../../images/icons/menu-button-open.png);
}
.icon_type_menu-button-close {
  width: 18px;
  height: 18px;
  background-image: url(../../images/icons/menu-button-close.png);
}
.icon_type_close {
  width: 18px;
  height: 18px;
  background-image: url(../../images/icons/menu-button-close.png);
}
.icon_type_menu-fav {
  width: 18px;
  height: 18px;
  opacity: 0.1;
  background-image: url(../../images/icons/menu-fav.png);
}
.icon_type_menu-fav-checked {
  width: 18px;
  height: 18px;
  opacity: 0.35;
  background-image: url(../../images/icons/menu-fav.png);
}
html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
}
html,
input,
textarea,
button {
  font-size: 16px;
  font-family: "Officina Serif";
  color: #262626;
}
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}
::-moz-selection {
  background-color: rgba(253, 200, 47, 0.6);
}
::selection {
  background-color: rgba(253, 200, 47, 0.6);
}
.page {
  position: relative;
}
.page__fader {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s;
}
.page__fader_visible {
  opacity: 1;
  visibility: visible;
}
.page__header {
  position: relative;
  z-index: 2;
}
.page__menu {
  position: absolute;
  top: auto;
  left: 0;
  z-index: 2;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease-in;
  will-change: height;
  transform: translateZ(0);
}
.page__footer {
  margin-top: auto;
}
.page__post {
  padding-bottom: 200px;
}
.page-title {
  text-align: center;
  padding: 40px 0;
  border-bottom: 1px solid #e6e6e6;
}
.page-title__title {
  color: #000;
  line-height: 55px;
  font-size: 50px;
}
.button-rounded {
  background: none;
  outline: none;
  border: none;
  background-color: #FEC258;
  color: #000;
  cursor: pointer;
  display: inline-block;
  line-height: 40px;
  padding: 0px 20px;
  border-radius: 50px;
  min-width: 200px;
}
.descr-text {
  font-size: 16px;
  color: #999999;
  align-self: center;
}
.tags {
  list-style: none;
  margin-bottom: 6px;
}
.tags_center {
  text-align: center;
}
.tags__item {
  display: inline-block;
  margin-bottom: 10px;
}
.tags__link {
  display: inline-block;
  border-radius: 36px;
  line-height: 30px;
  background-color: #FDC82F;
  text-decoration: none;
  color: #000;
  padding: 0px 10px;
  min-width: 150px;
  text-align: center;
}
.tags__link_theme_white {
  background-color: #FFF;
  color: #000;
}
.tags__link_theme_grey {
  background-color: #d9d9d9;
  color: #000;
}
.tags__link_theme_lightgrey {
  background-color: #f2f2f2;
  color: #000;
}
.slider-actions {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.slider-actions__button {
  background: none;
  border: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  outline: none;
}
.slider-actions__counter {
  line-height: 40px;
  height: 40px;
  margin: 0px 10px;
  color: rgba(0, 0, 0, 0.2);
}
.slider-actions__counter-separator {
  vertical-align: middle;
  display: inline-block;
  height: 40px;
  margin: 0px 10px;
  width: 1px;
  background: currentColor;
}
.slider-actions__icon {
  margin-top: -3px;
}
.workplace {
  background-color: #d9d9d9;
  height: 630px;
  padding: 10px;
}
.workplace__content {
  display: flex;
  flex-direction: column;
  background-color: #FFF;
  padding: 30px;
  height: 100%;
}
.workplace__image {
  height: 20px;
  width: auto;
  margin-bottom: 20px;
}
.workplace__list {
  list-style: none;
  height: 100%;
}
.workplace__item {
  padding: 30px 0;
}
.workplace__item:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}
.workplace__link {
  text-decoration: none;
  color: #000;
  line-height: 1.5625;
}
.workplace__link:hover {
  text-decoration: underline;
}
.load-more {
  padding: 40px 0;
}
.load-more__inner {
  text-align: center;
}
.load-more_big {
  padding: 75px 0;
}
.load-more-button {
  border: none;
  background: #e6e6e6;
  line-height: 65px;
  width: 250px;
  border-radius: 40px;
  cursor: pointer;
  outline: none;
}
.load-more-button__icon {
  margin-top: -3px;
  animation: spin 1s infinite;
  animation-play-state: paused;
}
.load-more-button:hover .load-more-button__icon {
  animation-play-state: running;
}
.socials {
  list-style: none;
  display: flex;
}
.socials__item:not(:last-child) {
  margin-right: 20px;
}
.socials__link {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 33px;
  text-align: center;
  border-radius: 50%;
  background: #333333;
}
.menu-button {
  position: relative;
  background: #FFF;
  border: 2px solid #e6e6e6;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
}
.menu-button__icon_theme_spin {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  margin-top: -1px;
  margin-left: -12px;
  border-radius: 2px;
  background-color: #000;
  transform: rotate(0deg);
  transition: transform 0.15s ease-in-out;
}
.menu-button__icon_theme_spin:before,
.menu-button__icon_theme_spin:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-color: inherit;
}
.menu-button__icon_theme_spin:before {
  opacity: 1;
  top: -8px;
  transition: top 0.15s 0.15s ease-in-out, opacity 0.15s 0.15s ease-in-out;
}
.menu-button__icon_theme_spin:after {
  top: 8px;
  transition: top 0.15s 0.15s ease-in-out, transform 0.15s ease-in-out;
}
.menu-button__icon_theme_spin.menu-button__icon_active {
  transform: rotate(45deg);
  transition: transform 0.15s 0.15s ease-in-out;
}
.menu-button__icon_theme_spin.menu-button__icon_active:before {
  opacity: 0;
  top: 0;
  transition: top 0.15s ease-in-out, opacity 0.15s ease-in-out;
}
.menu-button__icon_theme_spin.menu-button__icon_active:after {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.15s ease-in-out, transform 0.15s 0.15s ease-in-out;
}
.header-logo {
  height: 80px;
}
.header-logo__image {
  height: 100%;
  width: auto;
}
.header-info {
  display: flex;
  align-items: center;
}
.header-info__content {
  line-height: 25px;
  font-size: 16px;
}
.header-info__addition {
  color: #999999;
}
.header-info__icon {
  display: inline-block;
  margin: -8px 8px 0;
}
.header-info_right {
  text-align: right;
}
.user {
  display: flex;
  align-items: center;
}
.user__info {
  line-height: 25px;
  font-size: 16px;
  text-align: right;
  margin-right: 20px;
}
.user__name {
  color: #262626;
  text-decoration: none;
  transition: color 0.35s;
}
.user__name:hover {
  color: #FF9D00;
}
.user__avatar {
  position: relative;
  height: 100%;
}
.user__image {
  height: 100%;
  width: auto;
  border-radius: 50%;
}
.user__workplace {
  display: block;
}
.user__workplace-image {
  display: inline-block;
  width: 58px;
  vertical-align: middle;
}
.user__no-image {
  height: 100%;
  width: auto;
  border-radius: 50%;
  border: 2px solid #e6e6e6;
}
.user__log-action {
  text-decoration: none;
  color: #999999;
  transition: color 0.35s;
}
.user__log-action:hover {
  color: #FF9D00;
}
.user__icon {
  margin-left: 10px;
}
.user__care {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  line-height: 23px;
  text-align: center;
  border-radius: 50%;
  background-color: #FDC82F;
  display: none;
}
.user__care_visible {
  display: block;
}
.footer {
  background-color: #262626;
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  padding: 30px 35px 25px;
}
.footer__download-list {
  display: flex;
  list-style: none;
}
.footer__download-item {
  height: 34px;
}
.footer__download-item:not(:last-child) {
  margin-right: 20px;
}
.footer__download-image {
  height: 100%;
  width: auto;
}
.header {
  background: #FFF;
}
.header__content {
  padding: 50px 40px;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  justify-content: space-between;
}
.header__left-column,
.header__right-column {
  display: flex;
  width: 100%;
}
.header__right-column {
  justify-content: flex-end;
}
.header__menu-button {
  width: 80px;
  height: 80px;
}
.header__logo {
  height: 80px;
  flex-shrink: 0;
}
.header__user {
  height: 80px;
}
.header__separator {
  height: 80px;
  width: 1px;
  background-color: #e6e6e6;
  margin: 0 40px;
}
.header__submenu {
  border-bottom: 1px solid #e6e6e6;
}
.header-search {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  background-color: #FFF;
}
.header-search__button {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border: none;
  outline: none;
  background: none;
  border-left: 1px solid #e6e6e6;
  flex-shrink: 0;
}
.header-search__button_no-border {
  border-color: rgba(230, 230, 230, 0);
}
.header-search__input {
  width: 100%;
  outline: none;
  background: none;
  border: none;
  border-left: 1px solid #e6e6e6;
  padding: 0px 20px;
  font-size: 25px;
}
.header-submenu .container {
  border-bottom: 1px solid #e6e6e6;
}
.header-submenu__inner {
  position: relative;
  overflow: hidden;
  min-height: 90px;
  display: flex;
  justify-content: space-between;
  align-content: center;
}
.header-submenu__header-search {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: 100%;
  transform: translate(-90px);
  transition: transform 0.35s ease-in-out;
}
.header-submenu__header-search_focused {
  transform: translateX(-100%);
}
.fast-nav {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  background: #FFF;
}
.fast-nav:before,
.fast-nav:after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 40px;
  background-image: linear-gradient(90deg, #FFF 20%, rgba(255, 255, 255, 0));
}
.fast-nav:before {
  left: 0;
}
.fast-nav:after {
  right: 0;
  transform: rotate(180deg);
}
.fast-nav__list {
  list-style: none;
  display: flex;
  overflow: auto;
  padding: 0px 40px;
}
.fast-nav__item {
  display: block;
  align-self: center;
  white-space: nowrap;
}
.fast-nav__item:not(:last-child) {
  margin-right: 25px;
}
.fast-nav__item:last-child {
  position: relative;
}
.fast-nav__item:last-child:after {
  content: '';
  position: absolute;
  width: 40px;
  right: -40px;
  height: 100%;
  top: 0;
}
.fast-nav__link {
  position: relative;
  text-decoration: none;
  color: #000;
  transition: color 0.35s;
}
.fast-nav__link:hover {
  color: #FF9D00;
}
.menu {
  width: 100%;
  z-index: 2;
}
.menu__inner {
  background: #FFF;
  padding: 0px 20px 190px;
}
.menu__column {
  padding: 0px 20px;
}
.menu__header {
  height: 90px;
  line-height: 90px;
  font-size: 25px;
  border-bottom: 1px solid #e6e6e6;
}
.menu__list {
  padding-top: 30px;
  list-style: none;
}
.menu__item {
  position: relative;
  margin-bottom: 20px;
  padding-left: 50px;
}
.menu__link {
  display: inline-block;
  font-size: 20px;
  line-height: 40px;
  text-decoration: none;
  color: #666666;
}
.menu__link:hover {
  text-decoration: underline;
}
.menu__fav {
  position: absolute;
  top: -2px;
  left: -11px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: none;
  background: none;
  outline: none;
}
.menu__inner-list {
  list-style: none;
}
.menu__inner-item:before {
  content: "\2014";
  margin-right: 6px;
}
.event-calendar {
  margin-bottom: 150px;
}
.event-calendar__item {
  display: block;
  border-bottom: 1px solid #e6e6e6;
  color: #000;
  text-decoration: none;
  transition: color 0.35s;
}
.event-calendar__item:hover {
  color: #FF9D00;
}
.event-calendar__inner {
  padding: 60px 0 40px;
  display: flex;
}
.event-calendar__date,
.event-calendar__title {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 20px;
}
.event-calendar__date {
  padding-right: 25px;
  width: 320px;
  flex-shrink: 0;
}
.event-calendar_description {
  font-size: 20px;
  line-height: 28px;
}
.workers__list {
  display: flex;
  flex-wrap: wrap;
}
.workers__worker {
  width: calc(33.33333333%);
  border-bottom: 1px solid #e6e6e6;
}
.workers__worker:nth-child(3n+2) {
  border-right: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
}
.worker {
  padding: 40px 40px 90px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #000;
  background-color: rgba(253, 200, 47, 0);
  transition: background-color 0.35s;
}
.worker:hover {
  background: #FDC82F;
}
.worker__tags {
  margin-bottom: 25px;
}
.worker__avatar {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #d9d9d9;
  align-self: center;
  margin-bottom: 20px;
}
.worker__image {
  width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: top;
}
.worker__name {
  font-size: 35px;
  line-height: 45px;
  font-weight: 500;
  color: #000;
  text-align: center;
  margin-bottom: 10px;
}
.worker__text {
  font-size: 16px;
  line-height: 22px;
  padding: 0px 30px;
  text-align: center;
}
.worker__text:not(:last-child) {
  margin-bottom: 20px;
}
.birthdays__date {
  font-size: 35px;
  line-height: 40px;
  color: #000;
}
.birthdays__row {
  border-bottom: 1px solid #e6e6e6;
  padding: 50px 0;
}
.birthdays__list {
  padding-left: 60px;
  list-style: none;
}
.birthdays__item {
  display: flex;
  align-items: center;
}
.birthdays__item:not(:last-child) {
  margin-bottom: 50px;
}
.birthdays__item:hover .birthdays__button {
  opacity: 1;
  visibility: visible;
}
.birthdays__button {
  flex-shrink: 0;
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
  align-self: flex-start;
  margin-top: 5px;
  transition: opacity 0.35s, visibility 0.35s;
}
.birthdays-person {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
  transition: color 0.35s;
}
.birthdays-person__avatar {
  width: 90px;
  height: 90px;
  overflow: hidden;
  border: 2px solid #d9d9d9;
  border-radius: 50%;
  margin-right: 55px;
  flex-shrink: 0;
  align-self: flex-start;
}
.birthdays-person__image {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: auto;
}
.birthdays-person__info {
  padding-right: 20px;
}
.birthdays-person__name {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 5px;
}
.birthdays-person__job {
  font-size: 20px;
  line-height: 35px;
}
.birthdays-person:hover {
  color: #FF9D00;
}
.news {
  position: relative;
  height: 630px;
  display: flex;
  flex-direction: column;
}
.news:after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background-color: #e6e6e6;
}
.news_no-border:after {
  content: none;
}
.news_size_l {
  flex-direction: row-reverse;
}
.news_size_l:after {
  height: 1px;
  width: 100%;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
.news__image-outer {
  position: relative;
  z-index: 1;
  flex-basis: 50%;
  overflow: hidden;
}
.news__image {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: auto;
}
.news__link-image {
  display: block;
  transform: scale(1);
  transition: transform 0.35s;
}
.news__link-image:hover {
  transform: scale(1.05);
}
.news__content-outer {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 40px 0 34px;
  flex-basis: 50%;
  background-color: #FFF;
}
.news__content-outer:before,
.news__content-outer:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  background-image: linear-gradient(90deg, #FFF, rgba(255, 255, 255, 0));
}
.news__content-outer:before {
  left: 0;
}
.news__content-outer:after {
  right: 0;
  transform: rotate(180deg);
}
.news__content-outer_bg_grey {
  background-color: #f2f2f2;
}
.news__content-outer_bg_grey:before,
.news__content-outer_bg_grey:after {
  background-image: linear-gradient(90deg, #f2f2f2, rgba(242, 242, 242, 0));
}
.news__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0px 40px;
}
.news__title {
  color: #262626;
  text-decoration: none;
  font-size: 25px;
}
.news__title_size_l {
  font-size: 50px;
}
.news__title_link:hover {
  text-decoration: underline;
}
.news__slider-actions {
  position: absolute;
}
.news__slider-actions_size_l {
  right: 40px;
  bottom: 34px;
}
.news__slider-actions_bg_grey {
  background-color: #f2f2f2;
}
.news__slider-actions_bg_grey:before,
.news__slider-actions_bg_grey:after {
  content: '';
  position: absolute;
  width: 20px;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(90deg, rgba(242, 242, 242, 0), #f2f2f2);
}
.news__slider-actions_bg_grey:before {
  right: 100%;
}
.news__slider-actions_bg_grey:after {
  left: 100%;
  width: 40px;
  background-color: #f2f2f2;
}
.news-footer {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
}
.news-footer_size_slider-actions {
  height: 40px;
}
.post-info {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  line-height: 16px;
  color: #999999;
}
.post-info__item {
  vertical-align: middle;
  margin-left: 16px;
}
.post-info__text {
  color: #bfbfbf;
}
.post-info__icon {
  margin-right: 6px;
}
.post-info__button {
  display: inline-block;
  vertical-align: middle;
  border: none;
  background: none;
  cursor: pointer;
  outline: none;
}
.highlight {
  height: 630px;
  background-color: #FDC82F;
  text-align: center;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.highlight__content-outer {
  position: relative;
  z-index: 0;
  margin: 0 -20px;
}
.highlight__content-outer:before,
.highlight__content-outer:after {
  content: '';
  position: absolute;
  z-index: 1;
  pointer-events: none;
  top: 0;
  bottom: 0;
  width: 35px;
  background-image: linear-gradient(90deg, #FDC82F, rgba(253, 200, 47, 0));
}
.highlight__content-outer:before {
  left: 0;
}
.highlight__content-outer:after {
  right: 0;
  transform: rotate(180deg);
}
.highlight__content {
  padding: 0px 20px;
  margin: auto;
}
.highlight__image {
  max-height: 70px;
  margin-bottom: 20px;
  width: auto;
  display: inline-block;
}
.highlight__avatar {
  max-height: 90px;
  margin-bottom: 20px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #d9d9d9;
}
.highlight__title {
  font-size: 25px;
  margin-bottom: 18px;
}
.highlight__title_size_l {
  font-size: 35px;
}
.highlight__text {
  margin-bottom: 20px;
}
.highlight__text_bold {
  font-weight: bold;
}
.highlight__separator {
  display: inline-block;
  width: 80px;
  height: 2px;
  margin-bottom: 20px;
  border: none;
  outline: none;
  background-color: #000;
}
.highlight__bottom {
  border-top: 2px solid #feb318;
  margin: 0 -20px -40px;
  padding: 30px 30px;
}
.highlight-user {
  line-height: 20px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.highlight-user__image {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  margin-bottom: 10px;
  align-self: center;
}
.highlight-user__name {
  font-weight: bold;
}
.highlight-user_horizontal {
  flex-direction: row;
  text-align: left;
}
.highlight-user_horizontal .highlight-user__image {
  align-self: flex-start;
  margin-right: 10px;
  margin-bottom: 0;
}
.calendar-elem {
  padding: 30px 40px;
  background-color: #f2f2f2;
  height: 315px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #d9d9d9;
}
.calendar-elem_no-border {
  border-right: none;
}
.calendar-elem_arrow-border {
  position: relative;
  border-right: none;
}
.calendar-elem_arrow-border:before {
  content: '';
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 20px;
  height: 100%;
  width: 1px;
  background-color: #d9d9d9;
}
.calendar-elem_arrow-border:after {
  content: '';
  position: absolute;
  pointer-events: none;
  top: 50%;
  right: 0;
  width: 30px;
  height: 30px;
  background-color: #f2f2f2;
  border-style: solid;
  border-color: #d9d9d9;
  border-width: 1px 1px 0 0;
  transform-origin: top right;
  transform: rotate(45deg);
}
.calendar-elem__header {
  position: absolute;
}
.calendar-elem__link {
  font-size: 25px;
  text-decoration: none;
  color: #000;
}
.calendar-elem__link:hover {
  text-decoration: underline;
}
.calendar-elem__content {
  height: 90px;
  margin: auto 0;
}
.calendar-birthdays {
  display: flex;
  justify-content: center;
}
.calendar-birthdays__faces {
  position: relative;
  display: flex;
}
.calendar-birthdays__faces:not(:first-child) {
  margin-left: -15px;
}
.calendar-birthdays__description {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 23px;
}
.calendar-birthdays__description_center {
  width: 100%;
  text-align: center;
}
.calendar-birthdays__face {
  width: 90px;
  height: 90px;
  overflow: hidden;
  border: 2px solid #d9d9d9;
  border-radius: 50%;
  transform: scale(1);
  transition: transform 0.35s;
}
.calendar-birthdays__face:not(:first-child) {
  margin-left: -15px;
}
.calendar-birthdays__face:hover {
  transform: scale(1.05);
}
.calendar-birthdays__image {
  width: 100%;
  height: auto;
}
.calendar-birthdays__next {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 50%;
  background-color: #FFF;
  transform: scale(1);
  transition: transform 0.35s;
}
.calendar-birthdays__next:hover {
  transform: scale(1.05);
}
.calendar-birthdays__next-icon {
  margin-top: -1px;
  margin-left: -1px;
}
.post-content {
  color: #262626;
  padding-bottom: 40px;
  padding-top: 30px;
  border-bottom: 1px solid #e6e6e6;
}
.post-content_longread {
  padding-top: 80px;
}
.post-content__lead {
  font-size: 25px;
  line-height: 35px;
  font-weight: 700;
  color: #262626;
  margin-bottom: 2em;
}
.post-content__text {
  max-width: 630px;
  font-size: 20px;
  line-height: 30px;
  color: #262626;
  margin-bottom: 1.5em;
}
.post-content__image {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
.post-content__figure {
  padding: 40px 0;
  width: 100%;
}
.post-content__figure:first-child {
  padding-top: 0;
}
.post-content__figure-description {
  margin-top: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
}
.post-content__bold {
  font-weight: 700;
}
.post-content__strike {
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 1em;
}
.post-content__note {
  font-size: 16px;
  line-height: 25px;
  color: #262626;
}
.post-author {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 1em;
}
.post-author__title {
  color: #bfbfbf;
}
.post-author__name {
  color: #262626;
}
.post-header {
  padding-top: 40px;
}
.post-header__tags {
  margin-bottom: 15px;
}
.post-header__title {
  font-size: 35px;
  font-weight: 500;
  line-height: 40px;
  color: #000;
  margin-bottom: 30px;
}
.post-recomend {
  max-width: 215px;
}
.post-recomend__list {
  list-style: none;
}
.post-recomend__item {
  padding: 25px 0;
  border-bottom: 1px solid #bfbfbf;
}
.post-recomend__item:first-child {
  padding-top: 0;
}
.post-recomend__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.post-recomend__link {
  display: inline-block;
  text-decoration: none;
  color: #262626;
  font-size: 16px;
  line-height: 25px;
}
.post-recomend__link:hover {
  text-decoration: underline;
}
.read-more {
  border-top: 1px solid #bfbfbf;
  padding-top: 20px;
  max-width: 630px;
}
.read-more__title {
  font-size: 14px;
  line-height: 20px;
  color: #bfbfbf;
  text-transform: lowercase;
  margin-bottom: 1em;
}
.read-more__list {
  list-style: none;
  font-size: 16px;
  line-height: 25px;
}
.read-more__item {
  display: inline-block;
  margin-bottom: 1em;
}
.read-more__link {
  color: #262626;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.35s;
}
.read-more__link:hover {
  color: #FF9D00;
}
.comments-form__input {
  background: none;
  outline: none;
  border: none;
  resize: none;
  width: 100%;
  background-color: #f2f2f2;
  padding: 0 20px;
  font-size: 18px;
  height: 70px;
  color: #666666;
  margin-bottom: 20px;
}
.comments-form__field {
  background: none;
  outline: none;
  border: none;
  resize: none;
  width: 100%;
  background-color: #f2f2f2;
  padding: 20px;
  font-size: 18px;
  line-height: 26px;
  height: 140px;
  color: #666666;
  margin-bottom: 20px;
}
.comments {
  color: #262626;
}
.comments_post {
  padding-top: 60px;
}
.comments__content {
  max-width: 630px;
}
.comments__title {
  font-size: 35px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 0.8em;
}
.comments__comments-form {
  margin-bottom: 60px;
}
.comments__comment {
  margin-bottom: 30px;
}
.comment {
  border: 1px solid #e6e6e6;
  min-height: 180px;
  padding: 20px 25px 25px 20px;
}
.comment__info {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.comment__avatar {
  width: 35px;
  margin-right: 15px;
}
.comment__avatar-image {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.comment__author-name {
  color: #262626;
  font-size: 16px;
  line-height: 30px;
}
.comment__time {
  color: #bfbfbf;
  font-size: 16px;
  line-height: 30px;
  justify-self: flex-end;
  margin-left: auto;
}
.comment__text {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
}
.comment__content {
  padding-left: 50px;
}
.post-share {
  position: absolute;
  left: 100%;
  margin-left: 20px;
  top: -15px;
  padding-top: 15px;
}
.post-share__list {
  list-style: none;
}
.post-share__item {
  margin-bottom: 5px;
}
.post-share__link {
  display: inline-block;
  height: 30px;
  width: 30px;
  border-radius: 5px;
  line-height: 30px;
  text-align: center;
  color: #FFF;
}
.post-share__link_color_fb {
  background-color: #395B97;
}
.post-share__link_color_tw {
  background-color: #43AFED;
}
.post-share__link_color_ok {
  background-color: #ED812B;
}
.post-share__link_color_vk {
  background-color: #45668E;
}
.post-share__icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  fill: currentColor;
}
.thanks {
  padding-top: 40px;
  padding-bottom: 100px;
}
.thanks__comments-form {
  margin-bottom: 40px;
}
.thanks__comment {
  margin-bottom: 40px;
}
.thanks-who__title {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 5px;
}
.thanks-who__list {
  list-style: none;
}
.thanks-who__item {
  padding-right: 30px;
  height: 85px;
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
}
.thanks-who__avatar {
  width: 35px;
  height: 35px;
  overflow: hidden;
  flex-shrink: 0;
  border-radius: 50%;
  margin-right: 15px;
}
.thanks-who__image {
  width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: top;
}
.thanks-who__count {
  justify-self: flex-end;
  flex-shrink: 0;
}
.thanks-who__name {
  width: 100%;
  padding-right: 30px;
  font-size: 16px;
  line-height: 22px;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
