@charset "UTF-8";
#test {
  position: relative;
}

#name {
  line-height: 100%;
  font-weight: 500;
  text-align: right;
  font-size: 1.5rem;
  margin: 0.2rem 0.4rem;
}

#logo {
  font-size: 1.5rem;
  margin-right: 0.2rem;
  color: #EBAE08;
}

.super_nav {
  display: flex;
  justify-content: start;
  background: linear-gradient(white, #E8E8E8);
  padding: calc(1rem + 0.7vw);
  width: 100%;
  gap: 2rem;
}
.super_nav .name {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  background: linear-gradient(#eec200, #ebae08);
  border-radius: 3px;
  width: 140px;
  height: 75px;
  padding: 0.2rem 1rem 0 1rem;
}
.super_nav .name span {
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: white;
  padding-right: 5px;
  padding-top: 1px;
}
.super_nav .name p {
  font-size: 0.8rem;
  font-weight: 600;
  padding-top: 0.1rem;
  color: white;
}
.super_nav .super_anounce {
  display: flex;
  justify-content: start;
  align-content: center;
  border-radius: 4px;
}
.super_nav .super_anounce:hover .icon, .super_nav .super_anounce:hover .icon_small {
  transition: 1s;
  color: #ba3100;
  animation: swing;
  animation-duration: 2s;
}
.super_nav .super_anounce .ruble {
  font-size: 0.8rem;
  padding-left: 0.1rem;
}
.super_nav .super_anounce .price_old {
  text-decoration: line-through;
}
.super_nav .super_anounce .icon-block {
  width: 45px;
  min-width: 45px;
  display: flex;
  justify-content: center;
}
.super_nav .super_anounce .icon-block_small {
  width: 32px;
  min-width: 32px;
  display: flex;
  justify-content: center;
}
.super_nav .super_anounce .icon {
  color: #EBAE08;
  font-size: 1.4rem;
  padding-top: 0.2rem;
}
.super_nav .super_anounce .icon_small {
  color: #EBAE08;
  font-size: 1rem;
  padding-top: 0.1rem;
}
.super_nav .super_anounce p {
  font-size: 0.93rem !important;
  line-height: 1.2rem;
  font-weight: 500;
}
.super_nav .price-tag {
  background-color: #02cc37;
  border-radius: 3px;
  width: fit-content;
  height: 9px;
  color: white;
  padding: 3px 6px;
}
.super_nav .price {
  height: 12px;
  border-radius: 3px;
  background-color: #f4c21b;
}

.nav__bar {
  display: flex;
  position: sticky;
  top: 0;
  z-index: 9;
  width: 100%;
  justify-content: space-between;
  background-color: white;
  height: 50px;
  margin-bottom: 1rem;
  box-shadow: rgba(126, 126, 126, 0.15) 0px 10px 10px;
}
.nav__bar:hover .nav__overlay {
  display: block;
}
.nav__bar_underline {
  height: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .nav__bar {
    width: 100%;
  }
}
.nav__left {
  display: flex;
  align-items: start;
  height: 100%;
}
.nav__left > div:nth-child(1) {
  padding-left: calc(1rem + 0.7vw);
}
.nav__left > div:first-child > div {
  padding-left: calc(1rem + 0.7vw);
}
.nav__right {
  display: flex;
  justify-content: end;
  align-items: center;
  width: 100%;
}
.nav__right > div:nth-child(1) {
  display: flex;
  justify-content: end;
  align-items: center;
  padding-right: calc(1rem + 0.7vw);
}
.nav__section_right {
  height: 50px;
  position: relative;
  display: flex;
  justify-content: end;
  padding-left: calc(1rem + 0.7vw);
  align-items: center;
  cursor: pointer;
  font-size: 0.92rem;
  font-weight: 600;
  gap: 0.6rem;
}
.nav__section_right > a {
  color: #373737;
  line-height: 1.2;
  text-align: end;
}
.nav__section_right:hover > a {
  color: white;
}
@media (max-width: 768px) {
  .nav__section_right:hover > a {
    color: #ba3100;
  }
}
.nav__section_right:last-child {
  border-bottom-right-radius: 4px;
}
.nav__section_right span {
  line-height: 110%;
}
@media (min-width: 770px) {
  .nav__section_right:hover {
    color: white;
    background-color: var(--hover-color);
  }
  .nav__section_right:hover .nav__items_right {
    display: inherit;
    opacity: 1;
  }
}
.nav__items {
  flex-direction: column;
  gap: 1rem;
  background-color: #434552;
  color: #ffffff;
  position: absolute;
  z-index: 9;
  cursor: default;
  border-top: 5px solid var(--hover-color);
  white-space: nowrap;
  display: none;
  opacity: 0;
}
.nav__items_left {
  min-width: 250px;
  top: 45px;
  left: 0;
  display: none;
  padding: 1.5rem 2rem 1.5rem 0.9rem;
}
.nav__items_right {
  right: 0;
  width: 100%;
  top: 45px;
  display: none;
  padding: 1.5rem 0 1.5rem 1.5rem;
}
.nav__item {
  display: flex;
  align-items: center;
  background-color: #434552;
  overflow: hidden;
}
.nav__item a, .nav__item span {
  color: white;
  width: 100%;
}
.nav__item a:hover, .nav__item span:hover {
  color: #fcd34b;
  cursor: pointer;
}
.nav__section_left {
  height: 50px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0.75rem;
  cursor: pointer;
  font-size: 0.92rem;
  font-weight: 600;
}
.nav__section_left:hover {
  color: white;
  background-color: var(--hover-color);
}
.nav__section_left:hover .nav__items_left {
  display: inherit;
  opacity: 1;
}
.nav__hamburger {
  display: flex;
  height: 100%;
  width: 25px;
  align-items: center;
  position: relative;
  margin: 0 calc(1rem + 0.7vw);
}
.nav__mobile {
  display: flex;
  align-items: center;
  position: relative;
  background-color: white;
  height: 50px;
  padding-right: calc(1rem + 0.7vw);
  width: 100%;
  justify-content: left;
  padding-left: calc(1rem + 0.7vw);
}
.nav__mobile_items {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.nav__mobile_name {
  font-weight: 500;
  text-align: right;
  font-size: 1.5rem;
  margin: 0.2rem 0.4rem;
  color: #EBAE08;
}
.nav__mobile_logo {
  padding-left: 1rem;
  display: flex;
  height: 100%;
  align-items: center;
}
.nav__mobile_logo img {
  height: 23px;
}
.nav__mobile_footer {
  display: flex;
  flex-wrap: wrap;
  padding: calc(1rem + 0.7vw);
}
.nav__mobile_footer a {
  font-size: 0.8rem;
}

nav label.m-menu__toggle {
  cursor: pointer;
}

nav .m-menu {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 450px;
  width: 100vw;
  height: 600px;
  z-index: 9;
  background-color: white;
  overflow: hidden;
  display: none;
}
nav .m-menu__checkbox {
  display: none;
}
nav .m-menu__checkbox:checked ~ .m-menu__overlay {
  display: block;
  opacity: 1;
}
nav .m-menu__checkbox:checked ~ .m-menu {
  display: block;
}
nav .m-menu__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  margin: auto auto;
  z-index: 9;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}
nav .m-menu__header {
  height: 50px;
  padding: 0 calc(1rem + 0.7vw);
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
  background-color: #37C9E6;
}
nav .m-menu__header span {
  font-size: 1.2rem;
  line-height: 1;
  text-align: left;
  width: 100%;
  color: white;
}
nav .m-menu__header label i {
  color: white;
}
nav .m-menu_account {
  display: flex;
  justify-content: space-between;
  height: 40px;
  align-items: center;
  gap: 0.5rem;
}
nav .m-menu ul {
  height: 100%;
  overflow-y: auto;
  list-style: none;
  padding: 0;
}
nav .m-menu ul li label {
  display: block;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  font-size: 1.1rem;
  position: relative;
  padding: 1rem 3rem 1rem calc(1rem + 0.7vw);
}
nav .m-menu ul li label:hover {
  color: #ba3100;
}
nav .m-menu ul li:not(:last-child) {
  border-bottom: 1px solid #d9d9d9;
}
nav .m-menu ul li a {
  display: block;
  text-align: left;
  min-height: 50px;
  line-height: 1.3;
  text-decoration: none;
  color: #202020;
  cursor: pointer;
  font-size: 1.1rem;
  position: relative;
  padding: 1rem calc(1rem + 0.7vw);
}
nav .m-menu ul li a:hover {
  color: #ba3100;
}
nav .m-menu ul li label.a-label__chevron::after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 10px;
  width: 10px;
  border-color: #333;
  border-style: solid;
  border-width: 1px 1px 0 0;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  margin-top: -5px;
  right: calc(1rem + 0.7vw);
}
nav .m-menu label.m-menu__toggle {
  display: flex;
  height: 100%;
  align-items: center;
  gap: 1rem;
  border-bottom: 0;
  padding: 0;
  box-sizing: content-box;
}

.inform_policy {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 1.5rem;
  font-size: 0.91rem;
}

/* Страницы */
.about__rating img {
  padding-right: 5px;
}

.about__award img {
  max-width: 4rem;
  max-height: 4rem;
}

.stat__icon {
  display: flex;
  gap: 0.25rem;
  align-items: baseline;
  font-size: 0.91rem;
  font-weight: 500;
  color: #f4c21b;
}

.about__title_link {
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 400;
  color: #526A8C;
}

.title-link:hover {
  color: red;
  text-decoration: dashed;
}

.subscription-link {
  color: #CFA604;
  text-decoration: none;
}

.pub-rating-block-big {
  background-color: #3C3;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 0.3rem;
  padding: 8px;
  font-size: 0.91rem;
  color: white;
}

.pub-rating-block-big i {
  color: white;
  font-size: 1.1rem;
  margin-bottom: 2px;
}

.avatar-sm__rating {
  display: flex;
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  padding: 0.1rem 0.47rem;
  background-color: #e5e5e5;
  border: 2px solid white;
  color: #505050;
  height: 1.3rem;
  border-radius: 1rem;
  font-size: 0.7rem;
  font-weight: 700;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}

.avatar-sm__rating i {
  margin: 2px 4px 3px 0;
  font-size: 0.8rem;
}

.pub-main-achivement img {
  max-width: 50px;
  max-height: 50px;
  margin-top: 1rem;
}

.pubs__list_title {
  color: #000000;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.4rem;
}

.content__header {
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap-reverse;
  justify-content: space-between;
  padding-bottom: calc((1rem + 0.7vw) / 2);
  gap: 1rem;
}

.block__title_sticky {
  display: flex;
  position: sticky;
  z-index: 10;
  top: 0;
}

.shadow_bottom {
  box-shadow: rgba(126, 126, 126, 0.15) 0 10px 15px;
}

.pub__header_buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.5rem calc(1rem + 0.7vw);
  background-color: #408f8a;
}

.pub__header_actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
  font-weight: 400;
}

.content__header_subscription {
  padding-top: 0.1rem;
  display: flex;
  flex-wrap: nowrap;
  color: #fff;
  font-size: 0.91rem;
  font-weight: 400;
}

.content__header_subscription i {
  font-size: 0.8rem;
}

.content__header_subscription a:hover {
  color: #a6ecff;
}

.pub__header_socials {
  display: flex;
  gap: 0.5rem;
  font-size: 1.5rem;
  color: #fff;
}

.pub__tags {
  padding: calc(1rem + 0.7vw);
}

.content__header_author {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.6rem;
  width: auto;
}

@media (max-width: 450px) {
  .content__header_author {
    align-items: start;
  }
}
.header-author__avatar {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}

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

.header_author__name p {
  font-weight: 500;
  font-size: 0.91rem;
  color: black;
  margin-bottom: 0.3rem;
}

.header-author__about {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin-right: 1.2rem;
}

.header_author__details {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  font-size: 0.91rem;
  gap: 0.5rem;
}

.pub__additional_link {
  font-size: 0.91rem;
  color: #3693d0;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

.pub__additional_link:hover {
  color: #ba3100;
  cursor: pointer;
}

.pub__group {
  margin-top: 1rem;
  display: flex;
}

.group__about {
  display: flex;
  width: 100%;
  align-items: start;
  gap: 0.6rem;
}

.group__info_name a {
  color: #373737;
  font-size: 0.91rem;
  font-weight: 500;
  display: flex;
  align-self: start;
  position: relative;
  line-height: 130%;
  margin-bottom: 0.2rem;
}

.group__about_details {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.group__about_logo {
  display: flex;
}

.group-info__stat {
  display: flex;
  flex-wrap: wrap;
}

.group-info__stat div:not(:last-child) {
  margin-right: 12px;
}

.group-info__stat_item > div {
  line-height: 1.1;
  display: flex;
  flex-wrap: nowrap;
}

.pub h1 {
  font-size: 1.35rem;
  font-weight: 600;
  color: #34455d;
  line-height: 1.3;
  padding-top: 0.5rem;
}

.stats_rating {
  background-color: #3C3;
  width: 3.4rem;
  height: 1.4rem;
  border-radius: 0.2rem;
  font-size: 0.8rem;
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-weight: 600;
}

.stats_rating i {
  margin: 2px 4px 3px 0;
  font-size: 0.7rem;
}

.pub__info {
  display: flex;
  width: 100%;
  gap: 0.7rem;
  flex-wrap: wrap;
  margin: 1rem 0;
}

.pub__stats {
  color: #f4c21b;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 0.8rem;
}

.pub__content {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}
.pub__content img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  overflow-x: auto;
  margin: 0.3rem 0;
}
.pub__content p {
  max-width: 100%;
  font-size: 0.91rem;
  line-height: 140%;
}
.pub__content u {
  text-decoration: none;
}
.pub__content ol {
  padding-left: 1rem;
}
.pub__content ul {
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  margin-bottom: 0 !important;
  font-size: 0.91rem;
}
.pub__content li {
  line-height: 1.3;
  margin-left: 0.8rem;
  font-size: 0.91rem;
}
.pub__content .pub__content p:not(:last-child) {
  margin-bottom: 0.8rem !important;
}
.pub__content strong {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.pub__content .pubTextTableWrap {
  overflow-x: auto;
  width: 100%;
}
.pub__content .pubTextTableWrap table {
  width: max-content;
  max-width: 1200px;
}

.pub__timestamp {
  margin-top: 2rem;
}

.pub__bottom {
  display: flex;
  row-gap: 1rem;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}

.pub__likes {
  display: flex;
  gap: 0.5rem;
  font-size: 2rem;
  color: #f4c21b;
}

.pub__action_likes {
  display: flex;
  gap: 0.5rem;
}

.pub__action_likes:hover i {
  color: #f0ca34;
  cursor: pointer;
  animation: heartBeat 2s;
}

.pub__action_likes:hover span {
  color: #f0ca34;
  cursor: pointer;
}

.pub__actions {
  display: flex;
  min-height: 2rem;
  gap: 0.7rem;
}

.stat-counter-lg {
  padding-top: 0.1rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: #f4c21b;
}

.pub__download {
  display: flex;
  flex-wrap: nowrap;
  justify-content: start;
  gap: 1rem;
  align-items: center;
  background-color: #ebebeb;
  padding: calc(1rem + 0.7vw);
}

.download__icon {
  padding-left: 0.2rem;
  font-size: 2.3rem;
  color: #505050;
}

.download__message {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  line-height: 100%;
}

.pub__inform {
  display: flex;
  width: 100%;
  padding: 1rem 0.3rem;
  align-content: center;
  justify-content: space-around;
  align-items: center;
}

.comment__element {
  transition: 0.5s;
  scroll-margin-top: 75px;
}
.comment__element:not(:first-child) {
  border-top: 1px solid #e8e8e8;
}
.comment__element_answer {
  font-size: 0.91rem;
}
.comment__element a {
  word-break: break-word;
}

.comment__element_complain {
  display: none;
}

@media (max-width: 572px) {
  .comment__element_complain {
    display: none !important;
  }
}
.comment__element:hover .comment__element_complain {
  display: block;
}

.comment__element_details {
  display: flex;
  gap: 0.6rem;
  margin-bottom: 0.3rem;
}

.comment__empty__padding {
  display: flex;
  max-width: 3.8rem;
  min-width: 3.8rem;
}

.comments__body {
  display: flex;
  flex-direction: column;
}

.comment__element_message {
  display: inline-flex;
  align-content: start;
  margin-bottom: 0.4rem;
  width: 100%;
}

.comment__element_message p {
  width: 100%;
  word-wrap: break-word;
  line-height: 130%;
  font-size: 0.91rem;
  margin-block: 0 !important;
}

.comment__element_body {
  display: inline-block;
  margin-bottom: 0.6rem;
  width: 100%;
}

.comment__element_reactions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  column-gap: 1rem;
}

.comment__reactions_left {
  display: flex;
  justify-content: start;
  align-items: center;
  column-gap: 1rem;
  row-gap: 0.5rem;
}

.comment__reactions_right {
  display: flex;
  justify-content: end;
  font-size: 0.91rem;
  gap: 0.6rem;
}

.comment__section {
  display: flex;
  flex-direction: column;
}

.comment__loader {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  padding: 0.5rem 0;
}
.comment__loader span {
  font-size: 0.91rem;
}

.comment__answer {
  display: flex;
  gap: 0.7rem;
}
.comment__answer form {
  display: block;
  width: 92%;
}
.comment__answer form > :not(:last-child) {
  margin-bottom: 1rem;
}
.comment__answer form textarea {
  border: 1px solid #e8e8e8;
  width: 100%;
  max-width: 100%;
  min-height: 60px;
  max-height: 500px;
  display: block;
  overflow: auto;
  resize: none;
  transition: box-shadow 0.5s ease;
  font-size: 0.91rem;
}
.comment__answer form .buttons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.comment__answer form .attachment-buttons {
  display: flex;
  justify-content: end;
  gap: 0.5rem;
  flex-wrap: wrap;
  align-content: center;
}

.reply_1 {
  margin-left: 0;
}

@media (min-width: 320px) {
  .reply_0 {
    margin-left: 0;
  }
  .reply_1 {
    margin-left: 0.85rem;
  }
  .reply_2 {
    margin-left: 1.7rem;
  }
  .comment__section {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .reply_0 {
    margin-left: 0;
  }
  .reply_1 {
    margin-left: 1.7rem;
  }
  .reply_2 {
    margin-left: 3.4rem;
  }
}
@media (min-width: 1200px) {
  .reply_0 {
    margin-left: 0;
  }
  .reply_1 {
    margin-left: 3.4rem;
  }
  .reply_2 {
    margin-left: 6.8rem;
  }
}
.page_feed {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.page_feed .feed__help_buttons {
  display: flex;
  width: 100%;
  margin-top: 1rem;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.page_feed .feed__help_buttons .btn {
  margin-right: 0.5rem;
}
.page_feed .logo {
  display: flex;
}
.page_feed .logo img {
  border-radius: 0 !important;
}
.page_feed .info {
  padding-left: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.page_feed .info p:nth-child(1) {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 600;
}
.page_feed .info p:nth-child(2) {
  font-size: 0.91rem;
  font-weight: 500;
  line-height: 1.3;
}
.page_feed .info p:nth-child(3) {
  font-size: 0.91rem;
  font-weight: 400;
  line-height: 1.3;
}

.feed__body {
  width: 100%;
}
.feed__title {
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.1;
  color: #1c1c1c;
  word-break: break-word;
}
.feed__title:hover {
  color: #ba3100;
}
.feed__filter {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-wrap: nowrap;
  background-color: #ebebeb;
  max-height: calc(350px + 15vw);
  overflow: auto;
}
.feed__filter > div > a:hover span {
  font-weight: 500;
}
.feed__stat {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
  gap: 0.25rem;
  max-width: 65px;
  padding-right: 0.4rem;
}
.feed__tags {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.7rem;
  color: #505050;
  font-size: 0.91rem;
  padding-bottom: 0.2rem;
  line-height: 1.3;
}
.feed__description {
  color: #1c1c1c;
  font-size: 0.91rem;
  margin-top: 0.6rem;
  word-break: break-word;
}
.feed__description img {
  width: 100% !important;
  max-width: 100% !important;
  max-height: 500px !important;
  padding: 1rem 0 !important;
}
.feed .no-answers {
  color: #a1a4a9;
}
.feed__icon {
  display: flex;
  align-self: center;
  font-size: 1.4rem;
  padding-top: 2px;
}
.feed__counter {
  display: flex;
  align-self: center;
  font-size: 0.91rem;
}
.feed__footer {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  flex-wrap: wrap-reverse;
  margin-top: 0.7rem;
}
.feed__author {
  display: flex;
  gap: 0.5rem;
}
.feed__author_xs {
  display: flex;
  gap: 0.5rem;
}
.feed__author_sm {
  display: flex;
  gap: 0.8rem;
}
.feed__author_sm:hover .feed__button_hidden {
  visibility: revert !important;
}
.feed__author_name {
  align-self: center;
}
.feed .timestamp {
  display: flex;
  align-items: end;
  font-size: 0.91rem;
}
.feed__button_hidden {
  visibility: hidden;
}

.feed-with-hidden-buttons:hover .feed__button_hidden {
  visibility: revert !important;
}

.discuss-form {
  padding-top: 1.5rem;
  width: 100%;
  font-size: 0.91rem;
}
.discuss-form__item {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  max-width: 100%;
  padding: 0.5rem 0;
}
.discuss-form__item label {
  flex: 1 1 30%;
  min-width: 170px;
  line-height: 1.2;
  padding-top: 0.6rem;
}
.discuss-form__item select {
  flex: 1 1 calc(70% - 0.5rem);
  min-width: 250px;
  font-size: inherit;
}
.discuss-form__item select option {
  width: 100%;
  font-size: inherit;
}
.discuss-form__item textarea {
  flex: 1 1 calc(70% - 0.5rem);
  min-width: 250px;
  min-height: 60px;
  max-height: 300px;
  resize: none;
  transition: box-shadow 0.5s ease;
  font-size: inherit;
}
.discuss-form__item input {
  flex: 1 1 calc(70% - 0.5rem);
  min-width: 250px;
  font-size: inherit;
}
.discuss-form__attachment {
  display: flex;
  min-height: 2.5rem;
  align-content: center;
  flex: 1 1 calc(70% - 0.5rem);
  flex-wrap: wrap;
}
.discuss-form__attachment > div:not(:last-child) {
  padding-bottom: 1rem;
  border-bottom: 1px solid #456173;
}
.discuss-form__attachment > div:not(:first-child) {
  padding-top: 1rem;
}

.attachment-buttons {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  align-content: center;
}

.attachment-image {
  display: flex;
  gap: 0.5rem;
  width: 100%;
}
.attachment-image .image {
  display: flex;
  flex: 0 0 auto;
  width: 2.4rem;
  height: 2.4rem;
}
.attachment-image .image img {
  max-width: 2.4rem;
  max-height: 2.4rem;
  border-radius: 4px;
}
.attachment-image .image img:hover {
  scale: 2 !important;
  transition: 1s;
  transition-delay: 0.3s;
}
.attachment-image input {
  height: 2.4rem;
  width: 100%;
  font-size: 0.91rem;
}

.icon-remover {
  color: #4fa4dc;
  align-self: center;
  cursor: pointer;
}
.icon-remover:hover, .icon-remover:active, .icon-remover:focus {
  color: #ba3100;
  transition: 0.4s;
}

.attachment-link {
  display: flex;
  gap: 0.5rem;
  width: 100%;
}
.attachment-link__data {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}
.attachment-link__remove {
  padding-top: 0.5rem;
  align-self: start;
}
.attachment-link__url, .attachment-link__description {
  width: 100%;
  font-size: 0.91rem;
}

.attachment-poll {
  display: flex;
  gap: 0.5rem;
  width: 100%;
}
.attachment-poll p {
  flex: 1 1 20% !important;
  padding-bottom: 0.4rem;
  padding-top: 0.7rem;
  font-size: 0.91rem;
}
.attachment-poll__data {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}
.attachment-poll__question, .attachment-poll__answer {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  width: 100%;
}
.attachment-poll__remover {
  align-self: start;
  margin-top: 0.6rem;
}
.attachment-poll__answers div:not(:last-child) {
  margin-bottom: 0.5rem;
}
.attachment-poll__add-answer {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}
.attachment-poll__add-answer i {
  align-self: center;
}

.discuss__question {
  color: #1c1c1c;
  font-size: 0.91rem;
  word-break: break-word;
}
.discuss__images {
  display: flex;
  justify-content: start;
  gap: 0.5rem;
  padding: 1rem 0;
  max-width: 100%;
}
.discuss__images .images__item {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 0.5rem;
  max-width: 60%;
  background-color: #dfdfdf;
  border-radius: 5px;
}
.discuss__images .image {
  max-height: 100%;
}
.discuss__images .image img {
  max-width: 100%;
  height: calc(100px + 3vw);
  border-radius: 5px;
  object-fit: cover;
}
.discuss__images .image:hover {
  cursor: pointer;
}
.discuss__images .image:hover .zoom-icon {
  transition: 0.8s;
  opacity: 1;
}
.discuss__images .image:hover .zoom-darkness {
  transition: 0.8s;
  opacity: 0.4;
}
.discuss__images .zoom-icon {
  opacity: 0;
  position: absolute;
  z-index: 3;
  top: 45%;
  left: 45%;
  font-size: 1rem;
  color: white;
}
.discuss__images .zoom-darkness {
  border-radius: 5px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  opacity: 0;
}
.discuss__answers {
  height: 100%;
}
.discuss__bottom {
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: space-between;
  margin-top: 1rem;
  gap: 1.5rem;
}
.discuss__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-self: end;
}
.discuss__actions {
  display: flex;
  height: fit-content;
  flex-wrap: wrap;
  align-content: center;
  gap: 0.5rem;
}
.discuss__timestamp {
  margin-top: 1.1rem;
}

.links {
  padding: 1.5rem 0 0.75rem 0;
}
.links__item {
  display: flex;
  margin-top: 0.6rem;
  max-width: calc(100% - 10vw + 30px);
}
.links__item p {
  width: 100%;
  margin-right: 0.3rem;
  margin-bottom: 0;
  font-size: 0.91rem;
}
.links__item img {
  width: 16px;
  height: 16px;
  margin-top: 0.1rem;
}
.links__item i {
  font-size: 0.8rem;
}

.modal-carousel {
  max-height: 500px;
  width: 100%;
  background-color: white;
}
.modal-carousel__img {
  object-fit: cover;
  border-radius: 4px;
  height: 100%;
  max-height: 100%;
}

.modal-image-carousel {
  width: 100%;
  background-color: white;
}

.votes {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.75rem;
  background-color: #e8e8e8;
  border-radius: 4px;
}
.votes__item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.votes__answer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid #e8e8e8;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  transition: height 1.5s;
}
.votes__answer_voting {
  cursor: pointer;
}
.votes__answer_voting:hover .votes__answer-stat i {
  color: #73bced;
}
.votes__answer_selected {
  background-color: #73bced;
  border-color: #73bced;
}
.votes__answer_selected p {
  color: white;
}
.votes__answer-stat {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  min-width: fit-content;
  color: #73bced;
  font-size: 1.2rem;
  margin: 0;
}
.votes__answer-stat_zero {
  color: #e8e8e8;
}
.votes__answer-stat i {
  color: white;
}
.votes__answer-counter {
  font-size: 0.8rem;
}
.votes__answer-content {
  display: flex;
  flex-direction: column;
  width: 90%;
}
.votes__answer-title {
  font-size: 0.91rem;
  margin: 0;
}
.votes .stat-bar {
  margin-top: 0.6rem;
  margin-bottom: 0.15rem;
  height: 6px;
  border-radius: 4px;
  background-color: #73bced;
  width: 0px;
  transition: width 1.5s;
}
.votes .stat-bar_zero {
  margin-bottom: 0;
  height: 0px;
  width: 0px;
  border-radius: 4px;
  background-color: #e8e8e8;
}

.smiles__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-width: 272px;
  max-width: 272px;
  padding: 0.1rem;
}
.smiles__wrapper .smile {
  height: fit-content;
  width: fit-content;
  max-height: 40px;
  max-width: 40px;
  padding: 0.25rem;
  cursor: pointer;
}

.smile {
  display: inline;
  max-height: 20px;
  padding: 0 4px;
}

img[src*="/images/smiles/"] {
  display: inline;
  max-height: 20px;
  padding: 0 4px;
}

.free__top {
  background-color: #f1b52a;
  display: flex;
  justify-content: center;
  max-height: 150px;
  margin-bottom: 0.5rem;
}
.free__top img {
  width: 100%;
}
@media (min-width: 572px) {
  .free__top {
    margin: 1.5rem 0;
  }
}
.free__feed {
  margin: 0.5rem 0 0.5rem 0.5rem;
  max-height: 320px;
  width: 100%;
}
.free__overlay {
  display: flex;
  position: fixed;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-content: center;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.6);
}
.free__overlay::backdrop {
  color: #0a58ca;
  background-color: rgba(0, 0, 0, 0.3);
}
.free__wrapper_fullscreen {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  background-color: white;
  border-radius: 4px;
  max-height: 90vh;
  max-width: 90vw;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.free__wrapper_fullscreen::backdrop {
  color: #0a58ca;
  background-color: rgba(0, 0, 0, 0.3);
}
.free__wrapper_fullscreen img {
  border-radius: 4px;
  max-height: 100%;
  max-width: 100%;
}
.free__mobile_bottom {
  display: none;
}
@media (max-width: 441px) {
  .free__mobile_bottom {
    position: fixed;
    z-index: 11;
    bottom: 0;
    left: 0;
    display: flex;
    gap: 0.5rem;
    max-width: 100%;
    max-height: 30vh;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.free__mobile_bottom .wrapper {
  width: 100%;
  height: 100%;
}
.free__undernav {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 1rem 0;
}
.free__undernav .free__img_elastic {
  margin-left: 0.5rem;
  max-width: 100%;
}

.free__btn-close_inside {
  display: flex;
  gap: 0.5rem;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.4rem 1rem;
  height: fit-content;
  background-color: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  border-radius: 4px;
}
.free__btn-close_inside p {
  font-weight: 600;
  font-size: 1.2rem;
}
.free__btn-close_outside {
  display: flex;
  position: absolute;
  top: -26px;
  right: 10px;
  padding: 0 0.5rem;
  height: 26px;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.free__btn-close_outside p {
  color: white;
  margin-top: 0.2rem;
  font-size: 0.91rem;
  padding-right: 0.3rem;
}
.free__btn-close_outside i {
  margin-left: 0.3rem;
  color: white;
}
.free__btn-close .fullscreen__timer {
  display: flex;
  flex-wrap: nowrap;
  font-weight: 600;
  font-size: 1.2rem;
}
.free__btn-close:hover #fullscreen__timer {
  color: #ba3100;
}

.sitenews__fresh {
  border-bottom: 1px solid #e8e8e8;
}

.elastic-img_m {
  border-radius: 4px;
}

.social-vidget_aside {
  display: block;
  justify-content: center;
  padding: 0.75rem;
  width: 100%;
  max-height: 250px;
}

.social-vidget_column {
  display: block;
  padding: 0 0.7rem 0.7rem 0.7rem;
  justify-content: center;
  width: 100%;
  max-height: 250px;
}

.umnaya-vorona {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1rem;
}
.umnaya-vorona .img {
  max-width: 120px;
}
.umnaya-vorona .font {
  font-size: 0.9rem;
  font-weight: 500;
}

.contest__header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.contest__header .contest__image {
  display: flex;
  justify-content: flex-end;
}
.contest__header .contest__image img {
  width: 100%;
  max-width: 140px;
  height: fit-content;
}
.contest__header .contest__description {
  font-size: 0.9rem;
}

.contest__stages {
  width: 100%;
  background-color: #ebebeb;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.contest__stages .inactive {
  background-color: #dcdcdc;
  font-weight: 400;
}
.contest__stages .warning {
  background-color: #ce9256;
  color: white;
  font-weight: 500;
}
.contest__stages .current {
  background-color: #86ce56;
  color: white;
  font-weight: 500;
}
.contest__stages .finished {
  background-color: #bbe0aa;
  color: #358500;
  font-weight: 500;
}

.contest__stage-wrapper {
  border-radius: 50px;
  overflow: hidden;
  margin-bottom: 0.5rem;
}

.event-coming-soon {
  animation: flash 3s;
  animation-iteration-count: infinite;
}

.contest__stage {
  position: relative;
  min-height: 70px;
  width: 100%;
  padding: 2rem 2rem;
}
.contest__stage p {
  font-size: 0.9rem !important;
  line-height: 1.2;
  padding: 0 2rem;
}
.contest__stage .stage-info {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  align-content: center;
}
.contest__stage .status-bar {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
  height: 100%;
  background-color: RGB(0, 0, 0, 0.1);
}

.contests__description {
  max-width: 95%;
}

.contest__content * {
  font-size: 0.91rem;
}
.contest__content strong {
  font-weight: 600;
  line-height: 1.2rem;
  color: #1A1A1A;
}
.contest__content p {
  margin-bottom: 0.5rem;
}
.contest__content h3 {
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
  padding: 0;
}
.contest__content img {
  margin: 0.5rem 0 1rem 0;
}
.contest__content u {
  text-decoration: none;
}
.contest__content ol {
  padding-left: 1rem;
}
.contest__content ul {
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  margin-bottom: 0 !important;
  font-size: 0.91rem;
}
.contest__content li {
  line-height: 1.3;
  margin-left: 0.8rem;
  font-size: 0.91rem;
}

.show-more-circle {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  width: 64px;
  height: 64px;
  background-color: #ebebeb;
  border-radius: 50px;
}
.show-more-circle p {
  width: 100%;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0;
  margin: 0;
  align-self: center;
  text-align: center;
}

.tag-filter__wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  max-height: 500px;
  width: 100%;
}
.tag-filter_wide {
  columns: 11.2em auto;
  column-gap: 1.4rem;
  max-height: 450px;
  transition: 2s;
}
@media (max-width: 441px) {
  .tag-filter_wide {
    columns: 170px auto;
  }
}

.fileLink {
  display: inline-block;
  padding: 1rem 1rem 1rem 3rem;
  font-weight: 600;
  border-radius: 4px;
  border: 1px solid #3693d0;
  margin-bottom: 1rem;
  background: url("https://урок.рф/images/icons/page_white.png") no-repeat 10px 1.3rem;
}
.fileLink:hover {
  border: 1px solid #ba3100;
}
.fileLink span {
  display: block;
  color: #505050;
  font-size: 0.9rem;
}

.fileLink::before {
  content: "Прикрепленный файл";
  color: #1c1c1c;
  display: block;
}

.alert_warn {
  width: 100%;
  padding: 1.5rem;
  background-color: #fac979;
  color: #1c1c1c;
}

.alert_info {
  width: 100%;
  padding: 1.5rem;
  background-color: #d4eafd;
  color: #1c1c1c;
}

.alert_success {
  width: 100%;
  padding: 1.5rem;
  background-color: #abe9b6;
  color: #1c1c1c;
}

.rate-stars {
  cursor: pointer;
}

.star-1:hover, .star-2:hover, .star-3:hover, .star-4:hover, .star-5:hover {
  color: #EBAE08;
}

body:has(.star-1:hover) .star-2, body:has(.star-1:hover) .star-3, body:has(.star-1:hover) .star-4, body:has(.star-1:hover) .star-5 {
  color: #e8e8e8 !important;
}

body:has(.star-2:hover) .star-1 {
  color: #EBAE08 !important;
}
body:has(.star-2:hover) .star-3, body:has(.star-2:hover) .star-4, body:has(.star-2:hover) .star-5 {
  color: #e8e8e8 !important;
}

body:has(.star-3:hover) .star-1, body:has(.star-3:hover) .star-2 {
  color: #EBAE08 !important;
}
body:has(.star-3:hover) .star-4, body:has(.star-3:hover) .star-5 {
  color: #e8e8e8 !important;
}

body:has(.star-4:hover) .star-1, body:has(.star-4:hover) .star-2, body:has(.star-4:hover) .star-3 {
  color: #EBAE08 !important;
}
body:has(.star-4:hover) .star-5 {
  color: #e8e8e8 !important;
}

body:has(.star-5:hover) .star-1, body:has(.star-5:hover) .star-2, body:has(.star-5:hover) .star-3, body:has(.star-5:hover) .star-4 {
  color: #EBAE08 !important;
}

@media (max-width: 910px) {
  .congrats img {
    max-width: 100vw;
    margin-bottom: 1rem;
  }
}

.hidden-if-child-is-empty {
  display: none;
}
.hidden-if-child-is-empty:has(div):has(span) {
  display: flex;
}

.aside-block_classic {
  display: flex;
}

.aside-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.aside-list__item {
  display: flex;
  gap: 0.8rem;
}
.aside-list__item .image_m {
  width: 41px;
  height: 41px;
}
.aside-list__item .image_s {
  margin-top: 0.3rem;
  width: 30px;
  height: 30px;
}
.aside-list__item .content {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.aside-list__item .content .title_main {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
}
.aside-list__item .content .title_secondary {
  font-size: 0.91rem;
  line-height: 1.4;
}
.aside-list__item .content .description {
  font-size: 0.91rem;
  color: #1c1c1c;
}
.aside-list .height_70:not(:last-child) {
  min-height: 70px;
}

@media (max-width: 767px) {
  .aside {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .aside_sticky {
    position: sticky;
    z-index: 6;
    top: 60px;
    max-height: 660px;
  }
}
.aside {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.5rem;
  height: auto;
}
.aside > div {
  width: 100%;
}
.aside__block {
  background: white;
  display: flex;
  flex-direction: column;
  padding: calc(0.8rem + 0.7vw);
}
.block_list {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 0.3rem;
}
.block_list__item {
  display: flex;
  flex-direction: row;
  gap: 0.7rem;
  margin-bottom: 0.2rem;
  padding-bottom: 0.4rem;
  color: #33CC33;
}
.block_list__item_text {
  width: 200px !important;
  color: #1a9c3c;
}
.block_list__item .stat {
  position: relative;
  color: #3C3;
  font-weight: 200;
  font-size: 0.9rem;
  line-height: 120%;
  margin-top: 0.3rem;
}
.block_list__item_avatar {
  position: relative;
  display: flex;
}
.block_list__item_title {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 120%;
}
.block_list__item .block_list__item_author {
  margin-top: 0;
}
.block_list__item .block_list__item_author a {
  color: #373737;
}
.block_list__item .block_list__item_author span:nth-child(1) {
  display: block;
  width: 100%;
  font-size: 0.9rem;
  line-height: 1.3;
  font-weight: 600;
  word-wrap: break-word;
  margin-bottom: 0.2rem;
}
.block_list__item .block_list__item_author span:nth-child(2) {
  display: block;
  width: 100%;
  font-size: 0.9rem;
  line-height: 1.3;
  color: #8b8b8b;
  word-wrap: normal;
  font-weight: 500;
}
.block_list__item_link {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 0.9rem;
  font-weight: 500;
}
.block_list__item_link a {
  margin-bottom: 0.2rem;
}

.aside__free_sticky {
  position: sticky;
  top: 60px;
  padding: 1.5rem calc(2vw - 10px);
  background-color: white;
  overflow: hidden;
  max-height: 660px;
}
.aside__free_sticky .centered {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .aside__free_sticky .min_300 {
    display: flex;
  }
  .aside__free_sticky .min_180 {
    display: none;
  }
}
@media (max-width: 992px) {
  .aside__free_sticky .min_180 {
    display: flex;
  }
  .aside__free_sticky .min_300 {
    display: none;
  }
}

.aside__free_top {
  padding: 1.5rem calc(2vw - 10px);
  background-color: white;
  overflow: hidden;
  max-height: 800px;
}

.centered {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer {
  width: 100%;
  display: flex;
  background-color: white;
  padding: calc(1rem + 0.7vw);
}
@media (max-width: 768px) {
  .footer {
    width: 100%;
  }
}
.footer__left {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1rem;
  padding-bottom: 1rem;
}
.footer__left div > div:nth-child(1) {
  height: 45px;
}
.footer__left p {
  font-size: 0.9rem;
  line-height: 130%;
}
.footer__left p span {
  background-color: rgb(176, 176, 176);
  border-radius: 3px;
  color: white;
  margin-left: 0.4rem;
  padding: 0.2rem;
  font-weight: 600;
  line-height: 1.3;
}
.footer__left img {
  width: 50px;
  margin-bottom: 0.5rem;
}
.footer__left a:not(:last-child) {
  margin-right: 10px;
}
.footer__left a i {
  font-size: 2rem;
}

.avatar-md_birthday {
  position: relative;
  min-width: 4.6rem;
  height: 4.6rem;
  border-radius: 50%;
  background-image: linear-gradient(135deg, #FF72A2, #FFB292, #fff);
  display: flex;
  justify-content: center;
  align-items: center;
}

.avatar-md_birthday > a > img {
  border: 2px solid #fff;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
}

.super-icon {
  position: absolute;
  width: 2rem;
  height: 2rem;
  background-color: #dfdfdf;
  border: 3px solid #fff;
  border-radius: 50%;
  top: -15px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.button__congrats {
  width: fit-content;
  border-radius: 20px;
  margin-top: 0.4rem;
  padding: 0.1rem 0.8rem 0.2rem 0.8rem;
  background-color: #fa86b5;
  color: #fff;
  font-size: 0.9rem;
}

.button__congrats:hover {
  cursor: pointer;
  background-color: #eb689d;
}

.fullscreen_services {
  max-width: 850px;
  max-height: 700px;
  overflow: auto;
}
.fullscreen_services .services__block {
  display: flex;
  gap: 1rem;
  width: 100%;
  border-radius: 10px;
  padding: 1rem;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.fullscreen_services .services__avatar {
  display: flex;
  min-width: 60px;
  justify-content: center;
  padding-top: 0.3rem;
  color: #ebae08;
  font-size: 3rem;
}
.fullscreen_services .services__block:hover {
  cursor: pointer;
  box-shadow: rgba(100, 141, 165, 0.65) 0px 5px 15px;
}
.fullscreen_services .fullscreen__header {
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 1.3rem 0;
}
.fullscreen_services .fullscreen__header p {
  text-align: center;
  font-weight: 700;
  color: #316d82;
}
.fullscreen_services .fullscreen__footer {
  justify-content: center;
  align-items: center;
  min-height: 30px;
  padding: 1.3rem 0;
}
.fullscreen_services .fullscreen__footer p {
  text-align: center;
  font-weight: 500;
  color: #316d82;
}

@media screen and (min-width: 576px) {
  .body_holiday .container {
    padding-top: 300px;
  }
}
.document p {
  margin-bottom: 0.5rem !important;
}

.menu__item_lk {
  min-height: 24px;
  line-height: 1.3;
  display: flex;
  align-items: baseline;
  font-size: 1rem;
  width: 100%;
}
.menu__item_lk i {
  color: #b3b3b3;
  min-width: 1.6rem;
}
.menu__item_lk .counter {
  color: #b3b3b3;
}

.message-feed__item {
  display: flex;
  gap: 1rem;
  width: 100%;
  padding: 1rem;
  border-radius: 7px;
}

.message-feed__item:hover .feed__button_hidden {
  visibility: revert;
}

.bg-aliceblue {
  background-color: #f0f8ff;
}

.progress__bar_full {
  position: relative;
  height: 10px;
  width: 100%;
  background-color: #ebebeb;
  border-radius: 10px;
}
.progress__bar_done {
  background-color: #86ce56;
  border-radius: 10px;
  width: 5%;
  height: 10px;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
}

.expertize-sorting .ur-tab {
  display: none;
}
.expertize-sorting .show-tab {
  display: block;
}

.ur-stepper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 0.3rem;
}
.ur-stepper .step {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.3rem;
  width: max-content;
  height: 1.5rem;
  min-height: 1.5rem;
  border-radius: calc(2vw + 20px);
  padding: 0.05rem 0.5rem;
  font-size: 0.8rem;
  font-weight: 500;
}
.ur-stepper .step_todo {
  border: 1px solid #6c757d;
  color: #6c757d;
  background-color: white;
}
.ur-stepper .step_done {
  border: 1px solid #1a9c3c;
  color: #1a9c3c;
  background-color: white;
}
