

/* Start:/local/templates/upravzem/css/blog.css?173096846615096*/
:root {
  --max-width-blog: 260px;
}
.blog-wrapper__el:nth-child(n + 3) .blog-down__tags {
  --max-width-blog: 200px;
}
@media (max-width: 991px) {
  :root {
    --max-width-blog: 298px;
  }
}
.blog {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.blog__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
}
.blog__link-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: var(--main-color);
}
.blog__link-text {
  text-decoration: underline;
}
.blog__link-text::after {
  content: "смотреть все";
}
.blog__tabs {
  padding: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;
  background-color: var(--dark-gray-color);
  border-radius: 18px;
}
.blog__delimitr {
  height: 28px;
  width: 1px;
  background-color: var(--white-10);
}
.blog-wrapper__el {
  display: flex;
  flex-direction: column;
  gap: 61px;
  justify-content: space-between;

  padding: 32px;
  border-radius: 32px;
  background-color: var(--dark-gray-color);
  position: relative;
  transition: background-color 0.4s ease;
}
.blog-wrapper__el .blog-content__header svg {
  opacity: 0;
  transition: 0.4s ease;
}
.blog-wrapper__el:hover .blog__tag {
  background: white;
  color: #3d6ade;
  transition: all 0.4s ease;
}
.blog-wrapper__el:hover .blog-down__date {
  background: black;
  color: white;
}
.blog__tag {
  transition: all 0.4s ease;
}
.blog-wrapper__el:hover .blog-content__header svg {
  opacity: 1;
  transition: 0.4s ease;
}
.blog-wrapper__el:hover {
  background-color: #3d6ade;
}
.blog__wrapper {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  padding-top: 40px;
}
.blog-wrapper__el {
  flex: 0 0 calc(50% - 12px);
  box-sizing: border-box;
}
.blog-wrapper__el:nth-child(n + 3) {
  padding: 24px;
  flex: 0 0 calc(33.333% - 16px);
}
.blog-el__title {
  font-size: 24px;
  color: var(--blue);
}
.blog-wrapper__el:nth-child(n + 3) .blog-el__title {
  font-size: 28px;
}
.blog-wrapper__el:nth-child(n + 3) .blog-el__description {
  font-size: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* Показываем только 4 строки */
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-el__content,
.blog-left__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.blog-left__text.section{
  height: 100%;justify-content: space-between;
}
.blog-content__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog-el__description {
  font-weight: 400;
  font-size: 24px;
  color: var(--blue);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* Показываем только 4 строки */
  overflow: hidden;
  text-overflow: ellipsis;
}
.new_format_blog_left p b{
  color: var(--blue);
}
.new_format_blog_left u {
  text-decoration: none;
  border-bottom: 1px solid #152A60;
}
.blog-el__down {
  display: flex;
  justify-content: space-between;
}
.blog-down__tags {
  display: flex;
  gap: 8px;
  max-width: var(--max-width-blog);
}
.blog__wrapper .case__tag,
.blogs .case__tag {
  width: fit-content;
  background: var(--main-color);
  border-radius: 36px;
}
.tags-hide__wrapper {
  position: relative;
}
.tags-hide__wrapper.active .tags-hide__block {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
.tags-hide__block {
  position: absolute;
  display: flex;
  gap: 4px;
  justify-content: center;
  max-width: 311px;
  width: max-content;
  padding: 4px;
  flex-wrap: wrap;
  left: 50%;
  transform: translateX(-50%);
  bottom: 53px;
  background: #404040;
  border-radius: 26px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.tags-hide__block.active {
  opacity: 1;
  visibility: visible;
}
.tags-hide__wrapper .tags__more-btn svg {
  display: none;
}
.tags-hide__wrapper.active .tags__more-btn svg {
  display: block;
}
.tags-hide__wrapper.active .count-value__tag {
  display: none;
}
.tags-hide__block svg {
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
}
.tags__more-btn {
  border-radius: 28px;
  padding: 10px 12px;
  background: #fff;
  font-size: 18px;
  color: #3d6ade;
}
.blog-down__date {
  background: var(--grey);
  border-radius: 18px;
  padding: 4px 12px;
  color: var(--blue);
  font-size: 18px;
  transition: all 0.4s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blogs-card__right {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
}
.blogs-card__right .blog-down__date {
  position: absolute;
  bottom: 24px;
  right: 24px;
}
.blog__read-more {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  color: var(--blue);
  background: white;
  line-height: 156%;
  padding: 8px 0;
  border-radius: 16px;
  opacity: 1;
  transition: all 0.4s ease;
}
.blogs__card-link{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.blogs__card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
/* .blogs__card:hover .blog__read-more {
  opacity: 1;
  visibility: visible;
} */
/* .blog-mask__hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #3d6ade;
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease;
} */
.blogs__card:hover .blog-mask__hover {
  opacity: 0.6;
  visibility: visible;
}
.blogs__card:hover .case__tag {
  background: white !important;
  color: #3d6ade;
  transition: all 0.4s ease;
}
.blogs {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.blog-top__filtr {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  align-items: flex-start;
}
.blog-filtr__list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.blog-filtr__element {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  border-radius: 18px;
  padding: 10px 12px;
  background: #313131;
  transition: all 0.4s ease;
}
.blog-filtr__element.active {
  background: var(--main-color);
}
.blog-filtr__element:hover {
  background: var(--main-color);
  transition: all 0.4s ease;
}
.blog-filtr__element .blog-element__btn__close {
  display: none;
}
.blog-filtr__element.active .blog-element__btn__close {
  display: block;
}
.blog-filtr__element.active .blog-element__btn__add {
  display: none;
}
.blog-filtr__button {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  justify-content: end;
  font-size: 18px;
  white-space: nowrap;
  color: var(--main-color);
  cursor: pointer;
}
.blog-filtr__select-btn {
  display: none;
}
.blog-top-filtr__mobile {
  display: none;
}
@media (max-width: 1440px) {
  .blog-wrapper__el {
    padding: 24px;
  }
  .blog-el__title {
    font-size: 28px;
  }
  .blog-el__description {
    font-size: 20px;
  }
  .blog-wrapper__el:nth-child(n + 3) {
    font-size: 20px;
  }
  .blog-wrapper__el:nth-child(n + 3) .blog-el__title {
    font-size: 24px;
  }
  .blog-wrapper__el:nth-child(n + 3) .blog-el__description {
    font-size: 18px;
  }
  /* .blog-wrapper__el:nth-child(n + 3) .blog-down__tags{
        --max-width-blog:150px
    } */
  .blog-wrapper__el:nth-child(n + 3) {
    flex: 0 0 calc(50% - 12px);
  }
}
@media (max-width: 1200px) {
  .blog-wrapper__el .blog-down__tags {
    --max-width-blog: 130px;
  }
  .blog-wrapper__el:nth-child(n + 3) .blog-down__tags {
    --max-width-blog: 130px;
  }

}
@media (max-width: 991px) {
  .blog__top {
    flex-direction: column;
    gap: 20px;
  }
  .blogs-card__right img{
    max-width: unset;
  }
  .blog-filtr__select-btn {
    display: flex;
    padding: 13px 16px;
    width: 100%;
    border-radius: 16px;
    background: #313131;
    justify-content: space-between;
    align-items: center;
  }
  .blog-top-filtr__header {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  .blog-top-filtr__header svg {
    cursor: pointer;
  }
  .blog-top-filtr__title {
    font-weight: 700;
    font-size: 40px;
    color: #fff;
  }
  .blog-top-filtr__mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease;
    display: flex;
    flex-direction: column;
    padding: var(--section-side-padding) var(--wrapper-side-padding);
    margin: var(--section-margin);
    background: #313131;
    margin-top: unset;
    padding-top: 32px;
    padding-bottom: 32px;
    transform: translateY(-50px);
  }
  .blog-top-filtr__mobile.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
  .blog-top-filtr__mobile .blog-filtr__list {
    padding-top: 36px;
  }
  .blog-top-filtr__mobile .blog-filtr__element {
    width: calc(50% - 4px);
    background: #262626;
    border-radius: 12px;
    padding: 10px 20px;
    justify-content: space-between;
    transition: 0.4s ease;
  }
  .blog-top-filtr__mobile .blog-filtr__element.active {
    background: var(--main-color);
  }
  .blog-top-filtr__btns {
    display: flex;
    gap: 10px;
    margin-top: auto;
  }
  .blog-top-filtr__btns div{
    font-size: 18px;
  }
  .blog-top-filtr__btns-clear {
    width: calc(50% - 5px);
    padding: 13px 0;
    color: white;
    background: #454545;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }
  .blog-top-filtr__btns-apply {
    width: calc(50% - 5px);
    padding: 13px 0;
    color: white;
    background: var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
  }
  .blog__wrapper {
    padding-top: unset;
  }
  .blog__tabs {
    width: fit-content;
  }
  .blog__link-text::after {
    font-size: 24px;
  }
  .blog-top__filtr {
    display: none;
  }
  .blog-wrapper__el {
    flex: 0 0 calc(100%);
  }
  .blog-wrapper__el:nth-child(n + 3) {
    flex: 0 0 calc(100%);
  }
  .blog-el__title {
    font-size: 24px;
  }
  .blog-el__description {
    font-size: 18px;
  }
  .blog-wrapper__el {
    gap: 40px;
  }
  .blog-wrapper__el:nth-child(n + 3) .blog-el__description,
  .blog-el__description {
    -webkit-line-clamp: 2;
  }
  .blog-wrapper__el {
    padding: 20px;
  }
  .blog-el__content {
    gap: 12px;
  }
  .blog__wrapper .case__tag {
    border-radius: 18px;
  }
  .tags__more-btn {
    font-size: 16px;
  }
  .blog-wrapper__el:nth-child(n + 3) {
    padding: 20px;
  }
  .tags__more-btn {
    padding: 7px 12px;
  }
}
@media (max-width: 576px) {
  .blog-wrapper__el,
  .blog-wrapper__el:nth-child(n + 3) {
    padding: 16px;
    border-radius: 16px;
  }
  .blog-top-filtr__btns div{
    font-size: 16px;
  }
  .blog-el__title,
  .blog-wrapper__el:nth-child(n + 3) .blog-el__title {
    font-size: 20px;
  }
  .blog-wrapper__el:nth-child(n + 3) .blog-el__description,
  .blog-el__description {
    font-size: 16px;
  }
  .blog-wrapper__el {
    gap: 32px;
  }
  .blog-top-filtr__title{
    font-size: 24px;
  }
  .blog-top-filtr__header svg{
    width: 18px;
    height: 18px;
  }
  .blog__tabs-wrapper {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  /* .blog__tabs {
    margin: 0 var(--wrapper-side-padding);
  } */
  .blog__tabs-scroll {
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
  }
  .blog__link-block {
    align-items: end;
  }
  .blog__tabs {
    width: unset;
  }
  .blog__link-text::after {
    font-size: 16px;
  }
  .blog__wrapper {
    padding-top: 24px;
  }
  .blog__top {
    gap: 16px;
  }
  .blog__wrapper {
    gap: 16px;
  }
  .tags-hide__block {
    bottom: 45px;
  }
}
.blogs__header {
  /* padding-top: 40px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blogs__contents {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.blogs__card {
  transition: 0.4s ease;
  background: var(--grey);
  border-radius: 32px;
  width: calc(50% - 24px);
  position: relative;
  cursor: pointer;
  justify-content: space-between;
}
.blogs-card__left {
  padding: 24px;
  max-width: 376px;
}
.blogs-card__left .blog-el__description {
  font-size: 18px;
}
.blogs__card {
  display: flex;
}
.blogs-card__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 424px;
}
.blogs-card__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 1660px) {
  .blogs-card__left {
    max-width: 344px;
  }
}
@media (max-width: 1400px) {
  .blogs__card {
    width: unset;
    flex-direction: column-reverse;
    flex: 0 0 calc(33.333% - 24px);
  }
  .blogs-card__right {
    max-height: 298px;
    border-radius: 24px;
  }
  .blogs-card__right .blog-down__date {
    top: 20px;
    left: 20px;
    right: unset;
    height: fit-content;
  }
  .blogs-card__left {
    padding: 20px;
  }
  .blogs .blog-down__tags {
    --max-width-blog: 160px;
  }
}
@media (max-width: 991px) {
  .blogs__contents {
    flex-direction: column;
    gap: 20px;
    padding-top: unset;
  }

  .blogs__card {
    flex: 0 0 calc(100%);
  }
  .blogs-card__right {
    height: 298px;
  }
  .blog-el__description {
    max-width: unset;
  }
  .blogs-card__left {
    max-width: unset;
  }
  .blogs .blog-down__tags {
    --max-width-blog: 260px;
  }
}
@media (max-width: 600px) {
  .blogs-card__right {
    height: 182px;
  }
  .blogs-card__left .blog-el__description {
    font-size: 16px;
  }
  .blogs-card__left {
    padding: 16px;
  }
  .blogs__header {
    flex-direction: column;
    gap: 16px;
  }
  .blogs__header {
    align-items: start;
    padding-top: 32px;
  }
  .blogs .blog__tabs {
    margin: unset;
  }
}
@media(max-width:991px){
  .blogs .blogs-card__right img{
    max-width: unset;
  }
}

/* End */


/* Start:/local/templates/upravzem/components/bitrix/news/stati-new/bitrix/news.detail/stati_new/style.min.css?1697914800134*/
div.news-detail{word-wrap:break-word}div.news-detail img.detail_picture{float:left;margin:0 8px 6px 1px}.news-date-time{color:#486DAA}
/* End */


/* Start:/local/templates/upravzem/css/new_format_blog.css?174435262619907*/
.rez_opr_item {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.rez_opr_item:last-child {
  margin-bottom: 0;
}
.rez_opr_item_name {
  font-size: 18px;
  width: 100%;
}
.rez_opr_item_pol {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  border: 1px solid var(--Light-Gray, #efefef);
  height: 20px;
  margin-top: 8px;
}
.rez_opr_item_poln {
  height: 18px;
  border-radius: 5px;
  background: #9e7fe1;
}
.rez_opr_item_name span {
  font-size: 18px;
  padding-left: 20px;
}

.new_block_opros {
  width: 100%;
  border: 1px solid #efefef;
  background: #f6f6f6;
  padding: 30px 40px;
  border-radius: 10px;
  box-sizing: border-box;
}
.new_block_opros.active {
  background: #f6f6f6;
}
.opros_name {
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  color: #9e7fe1;
}
.opros_name_rez {
  width: 100%;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}
.opros_name_item {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 40px;
}
.opros_name_item:last-child {
  margin-bottom: 0;
}
.opros_name_item_n {
  font-size: 18px;
}
.opros_name_item_kn {
  font-size: 18px;
  color: var(--blue);
  font-weight: 700;
  cursor: pointer;
}
.new_block_test {
  width: 100%;
  border: 1px solid #efefef;
  background: #f6f6f6;
  padding: 24px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.new_block_test_zag {
  font-size: 18px;
  color: #9e7fe1;
  font-weight: 700;
  width: 100%;
  max-width: 400px;
}
.new_block_test_cont {
  width: 100%;
  margin-top: 8px;
  font-size: 16px;
  color: #3a3a3a;
  line-height: 26px;
  max-width: 400px;
}
.new_block_test_kn {
  width: 193px;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  background: #393c3f;
  border-radius: 10px;
  cursor: pointer;
  margin-top: 15px;
}
.new_block_test_kn:hover {
  opacity: 0.7;
}
.test_list {
  display: flex;
  flex-direction: column;
}
.test_list_item {
  width: 100%;
  flex-direction: column;
}
.test_list_item_name {
  width: 100%;
  color: #101010;
  font-size: 18px;
  font-weight: 700;
}
.test_list_item_voprosy {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}
.checkbox_hide {
  display: none;
}
.test_voprosy_item_label {
  padding-left: 20px;
  font-size: 16px;
  min-height: 16px;
  position: relative;
  cursor: pointer;
}
.test_voprosy_item_label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #fff;
  z-index: 8;
}
.test_voprosy_item {
  width: 100%;
  margin-bottom: 12px;
}
.test_voprosy_item:last-child {
  margin-bottom: 0;
}
.test_voprosy_item input:checked + label.test_voprosy_item_label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: var(--blue);
  border: solid 2px #fff;
  box-sizing: border-box;
  z-index: 10;
}
.test_button {
  width: 163px;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: var(--blue);
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}
.test_button:hover {
  opacity: 0.7;
}
.vopr_scr {
  display: none;
}
.vopr_scr.active {
  display: block;
}
.test_list_item_name.err {
  color: #ff0000;
}
.new_format_blog {
  width: 100%;
  margin-top: 40px;
}
.new_format_blog img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.new_format_blog img.blog-main__img{
  max-height: 550px;
  height: auto;
}
.new_format_blog_cont {
  width: 100%;
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
}
.new_format_blog_left {
  width: calc(100% - 400px);
}
.new_format_blog_left_panel {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.new_blog_panel_dates {
  display: flex;
  flex-direction: row;
}
.new_blog_panel_date_item {
  margin-right: 40px;
  font-size: 14px;
}
.new_blog_panel_date_item:last-child {
  margin-right: 0;
}
.new_blog_panel_right {
  display: flex;
  flex-direction: row;
}
.new_blog_date_read {
    gap: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 20px;
}
.new_blog_date_read:last-child {
  margin-right: 0;
}
.new_blog_date_read img {
  margin-right: 6px;
}
.new_blog_date_read img.img_time {
  width: 12px;
  height: 12px;
}
.new_blog_date_read span {
  color: #888;
  font-size: 14px;
}
.new_blog_date_read img.img_like {
  width: 14px;
  height: 12px;
}
.new_blog_date_read img.img_see {
  width: 14px;
  height: 10px;
}
.new_format_blog_left_panel2 {
  width: 100%;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.new_blog_avtor {
  display: flex;
  flex-direction: column;
}
.new_blog_avtor_zag {
  font-size: 14px;
}
.new_blog_avtor_cont {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.new_blog_avtor_cont_img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: solid 1px #555555;
}
.new_blog_avtor_cont_text {
  display: flex;
  flex-direction: column;
  margin-left: 12px;
  width: calc(100% - 50px);
}
.new_blog_avtor_name {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
.new_blog_avtor_anons {
  font-size: 14px;
  color: #555;
  line-height: 1;
}
.new_blog_avtor_razmer {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.new_blog_avtor_razmer_item {
  margin-right: 10px;
  cursor: pointer;
}
.razm1 {
  font-size: 14px;
}
.razm2 {
  font-size: 20px;
}
.razm3 {
  font-size: 26px;
}
.bvi-body .new_blog_avtor_razmer_item {
  line-height: 1 !important;
}
.bvi-body[data-bvi-line-height="normal"]
  :not(.bvi-link)
  .new_blog_avtor_razmer_item {
  line-height: 1 !important;
}
.new_blog_avtor_razmer_item.active {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.bvi-body .new_blog_avtor_razmer_item.razm1 {
  font-size: 14px !important;
}
.bvi-body .new_blog_avtor_razmer_item.razm2 {
  font-size: 18px !important;
}
.bvi-body .new_blog_avtor_razmer_item.razm3 {
  font-size: 24px !important;
}
.new_blog_h1 {
  width: 100%;
  margin-top: 48px;
  font-size: 36px;
  line-height: 43px;
  /* color: white; */
}
.new_blog_content {
  width: 100%;
  margin-top: 28px;
}
.new_blog_content p {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 20px;
  font-weight: 300;
}
.new_blog_content h1 {
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 1.2;
}
.new_blog_content h2 {
  font-size: 28px;
  margin-bottom: 20px;
  margin-top: 20px;
  line-height: 1.2;
}
.new_blog_content h3 {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.2;
}
.new_blog_content h4 {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.2;
}
.new_blog_content h5 {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.2;
}
.new_blog_content h6 {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.2;
}
.new_blog_content img {
  width: 100%;
  max-height: 800px;
  border-radius: 10px;
  margin: 20px auto;
  object-fit: contain;
}
.new_block_inter {
  width: 100%;
  padding: 32px;
  background: #f6f6f6;
  border-radius: 10px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.new_block_inter_zag {
  width: 100%;
  font-size: 24px;
  font-weight: 600;
}
.new_block_inter_list {
  width: 100%;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
}
.new_block_inter_item {
  width: 100%;
  max-width: 486px;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  margin-bottom: 12px;
  padding: 12px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  box-sizing: border-box;
}
.new_block_inter_item:last-child {
  margin-bottom: 0;
}
.new_block_inter_item_img {
  width: 160px;
  height: 160px;
  border-radius: 4px;
}
.new_block_inter_item_right {
  width: 290px;
}
.new_block_inter_item_right_name {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
}
.new_block_inter_item_right_anons {
  width: 100%;
  margin-top: 5px;
  color: #9693a6;
  font-size: 12px;
}
.new_format_blog_right {
  width: 350px;
}
.new_format_blog_right_st {
  width: 100%;
  position: sticky;
  top: 125px;
}
.new_format_blog_right_st_zag {
  width: 100%;
  font-size: 24px;
  font-weight: 600;
}
.new_format_blog_right_st_cont {
  width: 100%;
  margin-top: 20px;
}
.stati_inter_item {
  width: 100%;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.stati_inter_item_img {
  border-radius: 4px;
  width: 100%;
  height: 170px;
  display: block;
}
.stati_inter_item_zag {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  margin-top: 4px;
}
.stati_inter_item_anons {
  width: 100%;
  margin-top: 4px;
  font-size: 12px;
  color: #9693a6;
  line-height: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.district-map .active {
  fill: var(--blue);
  stroke: green;
  stroke-width: 3px;
  animation: pulse-border 1.5s infinite;
}

@keyframes pulse-border {
  0% {
      stroke-width: 3px;
      stroke-opacity: 1;
  }
  50% {
      stroke-width: 6px;
      stroke-opacity: 0.5;
  }
  100% {
      stroke-width: 3px;
      stroke-opacity: 1;
  }
}

@keyframes draw-border {
  0% {
      stroke-dasharray: 0 100%;
  }
  100% {
      stroke-dasharray: 100% 0;
  }
}
.new_block_snoska {
  width: 100%;
  box-sizing: border-box;
  padding: 50px 20px 20px 20px;
  background:  var(--blue);
  border-radius: 10px;
  position: relative;
  color: white;
}
.new_block_snoska:before {
  content: "";
  position: absolute;
  left: 23px;
  top: 13px;
  width: 33px;
  height: 33px;
  background: url(/local/templates/upravzem/img/notes.svg) no-repeat 50% 50%;
  background-size: contain;
  display: block;
}
.new_block_vydel {
  width: 100%;
  box-sizing: border-box;
  background: var(--blue);
  /* border-radius: 0px 10px 10px 0px; */
  border-left: 4px solid var(--blue);
  padding: 20px;
  color: #fff;
  border-radius: 12px;
}
.new_block_expert {
  width: 100%;
  box-sizing: border-box;
  padding: 50px 20px 20px 20px;
  background: #f6f6f6;
  border-radius: 10px;
  position: relative;
}
.new_block_expert:before {
  content: "";
  position: absolute;
  left: 23px;
  top: 13px;
  width: 30px;
  height: 23px;
  background: url(/bitrix/templates/medika/img/blog_new/expert.svg) no-repeat
    50% 50%;
  background-size: contain;
  display: block;
}
.new_block_expert_text {
  width: 100%;
  font-size: 18px;
  line-height: 160%;
  color: #555;
  letter-spacing: 0.36px;
}
.new_block_expert .new_blog_avtor_cont {
  margin-top: 15px;
}
.new_blog_content_soder_ob {
  width: 100%;
  margin-top: 48px;
}
.new_blog_soder {
  width: 100%;
  padding: 20px 40px;
  background: #fafafa;
  border: 1px solid #f5f5f5;
  border-radius: 10px;
  box-sizing: border-box;
}
.new_blog_soder_zag {
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  color: #202020;
  letter-spacing: 0.36px;
}
.new_blog_soder_cont {
  width: 100%;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  padding-left: 50px;
  box-sizing: border-box;
}
.new_blog_soder_cont a {
  font-size: 20px;
  line-height: 24px;
  color: #202020;
  letter-spacing: 0.36px;
  text-decoration: underline;
  text-underline-offset: 2px;
  display: block;
  margin-bottom: 20px;
}
.new_blog_soder_cont a:hover {
  text-decoration: none;
}
.new_blog_content ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
.new_blog_content li {
  font-size: 18px;
  color: var(--white-80);
  list-style: disc;
  margin-bottom: 10px;
}
.new_blog_content a {
  color: var(--white-80);
}
.new_block_banner {
  padding: 30px;
  background: #f6f6f6;
  border-radius: 10px;
}
.new_block_banner .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: var(--lightBlue);
  margin: 10px 0px;
}
.new_block_banner .text {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.36px;
  color: #555555;
  margin-bottom: 20px;
}
.new_block_banner .btn {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
  background: var(--blue);
  border: 1px solid var(--blue);
  border-radius: 10px;
  box-sizing: border-box;
  width: fit-content;
  padding: 10px 50px;
  text-decoration: unset;
}
.new_blog_video {
  border-radius: 10px;
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.new_blog_video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.new_blog_video iframe {
  width: 100%;
  height: 100%;
}
.new_blog_play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.new_blog_form {
  background: #f6f6f6;
  padding: 40px 30px;
  border-radius: 10px;
}
.stati-form-inputs {
  margin-top: 10px;
  display: flex;
  gap: 10px;
}
.stati-form-textarea {
  margin-top: 10px;
}
.new_blog_comment_form {
  margin-top: 40px;
}
.new_blog_comment_form .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  margin-bottom: 20px;
}
.stati-form-textarea textarea {
  background: #ffffff;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  width: 100%;
  resize: none;
  padding: 20px;
}
.stati-form-textarea .title {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin-top: 0px;
  margin-bottom: 5px;
}
.new_blog_comments {
  margin-top: 20px;
}
.new_blog_comments .comment {
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  margin-bottom: 20px;
}
.new_blog_comments .comment .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.new_blog_comments .comment .top .name {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}
.new_blog_comments .comment .top .date {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #555555;
}
.new_blog_comments .comment .text {
  margin-top: 15px;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.36px;
}
.stati-btn {
  background-color: var(--blue);
  border-radius: 10px;
  border: #844693;
  cursor: pointer;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 193px;
  width: 100%;
  margin-top: 10px;
  transition: 0.4s;
}
.stati-form-input {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  width: 35%;
}
.stati-form-input input {
  border-radius: 5px;
  max-width: 368px;
  width: 100%;
  height: 50px;
  border: 1px solid #dfdfdf;
  outline: none;
  padding-left: 20px;
  box-sizing: border-box;
}
.stati-form-text p {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 10px;
}
.statis-form-text span {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.36px;
  color: #555555;
}
.modalR-content-body-checkbox {
  margin: 20px 0px;
}
.new_blog_tags {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 20px 0px;
  flex-wrap: wrap;
}
.new_blog_tags .tag {
  padding: 4px 12px;
  background: var(--blue);
  border: 1px solid  var(--blue);
  border-radius: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  transition: 0.3s;
  color: white;
}
.new_blog_tags .tag:hover {
  color: #844693;
}
.stati-social-links {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-top: 20px;
}
.stati-social-links p {
  font-weight: 600;
  font-size: 16px !important;
  line-height: 19px;
  color: var(--blue);
  margin-bottom: unset !important;
}
.stati-social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.new_blog_smile {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
.new_blog_smile .smile .svg {
  width: 32px;
  height: 32px;
  margin-right: 20px;
}
.new_blog_smile .smile .svg img {
  width: 100%;
  height: 100%;
  margin: 0;
}
.new_blog_smile .smile .count {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: var(--blue);
}
.new_blog_smile .smile.active {
  background: var(--blue);
}
.smile.active .count{
  color: white;
}
.new_blog_smile .smile {
  cursor: pointer;
  width: 150px;
  height: 60px;
  box-sizing: border-box;
  padding: 14px 10px;
  align-items: center;
  display: flex;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  justify-content: center;
}
.new_blog_source {
  margin-top: 40px;
}
.new_blog_source .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
}
.new_blog_source .source_block {
  margin-top: 20px;
}
.new_blog_source .source_block .source {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.36px;
  color: #555555;
  margin-bottom: 5px;
}
@media (max-width: 1020px) {
  .stati-form-input {
    width: 50%;
  }
}

@media (max-width: 840px) {
  .new_format_blog_cont {
    flex-direction: column;
  }
  
  .new_format_blog{
    margin-top: unset;
  }
  .new_blog_video {
    height: 350px;
  }
  .stati-social-links{
    flex-wrap: wrap;
  }
  .new_format_blog_left {
    width: 100%;
  }
  .new_format_blog_right {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .new_format_blog div{
    font-size: 16px;
  }
  .stati-form-text p {
    font-size: 20px !important;
  }
  .stati-form-text span {
    font-size: 18px !important;
  }
  .new_block_vydel {
    font-size: 16px;
  }

  .new_format_blog img.blog-main__img{
    height: 300px !important;
    object-fit: unset !important;
  }
  .stati-form-inputs {
    display: block;
  }
  .stati-form-input {
    width: 100%;
    margin-bottom: 10px;
  }
  .new_block_inter_item {
    flex-direction: column;
  }
  .new_block_inter {
    padding: 10px;
  }
  .new_block_inter_zag {
    font-size: 18px;
  }
  .new_block_inter_item_right {
    margin-top: 10px;
  }
  .new_format_blog img {
    height: auto;
  }
  .new_format_blog_left_panel {
    flex-direction: column;
  }
  .new_blog_panel_right {
    margin-top: 20px;
  }
  .new_blog_h1 {
    font-size: 24px;
    line-height: 1;
  }
  .new_blog_content p {
    font-size: 16px;
  }
  .new_blog_soder_zag {
    font-size: 18px;
  }
  .new_blog_soder_cont {
    padding-left: 10px;
    margin-top: 20px;
  }
  .new_blog_soder_cont a {
    font-size: 14px;
  }
  .new_blog_soder {
    padding: 10px 20px;
  }
  .new_blog_content li {
    font-size: 16px;
  }
  .new_block_banner {
    padding: 15px;
  }
  .new_block_banner .title {
    font-size: 20px;
  }
  .new_blog_video {
    height: 300px;
  }
}
 .stati-social-links p {
  margin-bottom: unset !important;
}
/* End */


/* Start:/local/templates/upravzem/css/stati.css?173096791822277*/

.info_stati_block{
    width: 100%;
    padding: 30px 42px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    border-radius: 10px;
    display: flex;
    margin-bottom: 30px;
    flex-wrap: wrap;
    margin-top: 30px;
}
.stati_select_block{
    width: 500px;
    border: 1px solid #B579C3;
    box-sizing: border-box;
    border-radius:5px;
    display: flex;
    overflow: hidden;
    cursor: pointer;
    height: 40px;
}
.ssb_half{
    width: 50%;
    padding: 8px 0px;
}
.ssb_icon_text{
    display: flex;
    margin: auto;
}
.half_active{
    background: #B579C3;
}
.half_active div{
    color: #fff;
}
.ssb_half .stati{
    margin: auto;
    position: relative;
    padding-left: 27px;
    width: 80px;
    height: 100%;
    line-height: 1.2;
}
.ssb_half .stati:before{
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    background-image: url("/bitrix/templates/medika/img/stati/ico1.svg");
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
}
.ssb_half .video{
    margin: auto;
    position: relative;
    padding-left: 27px;
    width: 80px;
    height: 100%;
    line-height: 1.2;
}
.ssb_half .video:before{
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    background-image: url("/bitrix/templates/medika/img/stati/ico2.png");
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
}
.stati_select_date{

    width: 370px;
    border: 1px solid #B579C3;
    box-sizing: border-box;
    border-radius:5px;
    display: block;
    overflow: hidden;
    cursor: pointer;
    padding-left: 20px;
    margin-right: 0px;
    margin-left: auto;
}
.stati_select_date .select{
    font-weight: 400;
    padding: 12px 0px;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    color: #000000;
    margin: auto 0;
    position: relative;
    width: 100%;
}
.stati_select_date .select:after{
    content: '';
    position: absolute;
    width: 15px;
    height: 8px;
    background-image: url("/bitrix/templates/medika/img/stati/sel_arr.svg");
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
}

.stati_block{
    width: 100%;
}
.stati_item{
    display: flex;
    width: calc(100% - 60px);
    padding: 30px;
    border-bottom: 1px solid #E6E6E6;
}
.stati_item:first-child{
    border-top: 1px solid #E6E6E6;
}
.stati_img{
    width: 240px;
    height: 240px;
    border-radius: 5px;
    overflow: hidden;
}
.stati_img img{
    width: 100%;
    height: 100%;

}
.stati_item_info{
    padding-left: 60px;
    width: calc(100% - 300px);
}
.stati_name a{
    color: #31B7BC;
    text-decoration: unset;
}
.stati_name{
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    color: #31B7BC;
}
.stati_category{
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    margin-top: 10px;
    color: #33B97A;
}
.stati_anons{
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    margin-top: 20px;
    color: #797979;
    overflow: hidden;
    height: 66px;

}
.stati_item_btn_block{
    display: flex;
    margin-top: 33px;
}
.about_btn{
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-decoration: unset;
    color: #FFFFFF;
    background: #31B7BC;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 18px 22px;
    width: 160px;
    color: #fff;
    transition: .3s;
    margin-right: 30px;
}
.like_btns{
    display: flex;
}
.like_btn{
    width :66px;
    height: 60px;
    background: #B579C3;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .3s;
}
.like_counter{
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    color: #797979;
    margin:auto 0;
    padding-left: 10px;
}
.sib_left{
    display: flex;
    margin-right: 0px;
}
.sib_right{
    display: flex;
    margin-right: 0px;
    margin-left: auto;
}
.stati_times{
    display: flex;
    margin-right: 50px;
}
.stati_times img{
    width: 25px;
    height: 25px;
    display: flex;
    margin: auto;

}
.time{
    padding-left: 12px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #797979;
    display: flex;
    margin: auto;
}
.stati_dates{
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: right;
    color: #797979;
    display: flex;
    margin: auto 0;
}
.filtr_block{
    display: flex;
    margin: auto;
    height: 40px;
}
.filtr_name{
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: #000000;
    margin-right: 10px;
}
.filtr_slide{
    width: 300px;
}
/*ползунок*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
    border-radius: 50%;
    border: 1px solid #B579C3;
    background: #fff;
}
.ui-widget.ui-widget-content {
    border: 1px solid #E6E6E6;
    border-radius: 11px;
    height: 10px;
    margin: auto;
    background: #FFFFFF;
}
.ui-slider-horizontal .ui-slider-handle{
    height: 20px;
    top: -0.3em;
    width: 20px;
}
.ui-widget-header{
    background: #B579C3;
    border-radius: 11px;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #B579C3;
    background: #fff;
    font-weight: normal;
    color: #ffffff;
}
.ui-slider-handle:focus-visible{
    outline: none;
    border: 1px solid #B579C3;
}
.slider-scale {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
    /* height: 33px; */
    position: absolute;
    top: -5px;
}
.slider-scale-tick {
    position: relative;
}
.slider-scale-tick:before {
    content: "";
    border-left: 1px solid #E6E6E6;
    display: block;
    position: absolute;
    /* top: 0; */
    height: 5px;
    background: #B579C3;
    border-radius: 3px;
}
.slider-scale-big:before {
    height: 20px;
}
.slider-scale-tick:after {
    top: 29px;
    counter-increment: section;
    content: attr(data-label);
    transform: translateX(-50%);
    text-align: center;
    position: absolute;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #797979;
}
.filtr{
    transform: translateY(15px);
    height: 48px;
    margin-left: 10px;
    position: relative;
}

.date_create{
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #797979;
    display: flex;
    margin: auto 45px;

}
.date_edit{
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #797979;
    display: flex;
    margin: auto 0;
}
.date_create span, .date_edit span{
    color: #33B97A;
    margin-left: 10px;
}
.date_read_block{
    display: flex;
    margin: auto 0;
    margin-left: auto;
    margin-right: 0px;
}
.date_read{
    display: flex;
    font-weight: 400;
    margin: auto;
    font-size: 18px;
    line-height: 30px;
    color: #797979;
    margin-right: 40px;
}
.date_read img{
    display: flex;
    margin: auto;
    margin-right: 12px;
    width: 30px;
    height: 30px;
}
.date_read span{
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    margin-left: 10px;
    color: #B579C3;
}
.date_read_btn{
    background: #B579C3;
    border-radius: 5px;
    width: 180px;
    height: 40px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin: auto;
    justify-content: center;
    cursor: pointer;
    transition: .3s;
}
.date_read_btn a{
    color: #fff;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.date_read_btn:hover{
    box-shadow: 0 5px 18px 3px rgb(132 70 147 / 49%);
}
.date_read_btn a:hover{
    color: #fff;
}
.about_btn:hover{
    box-shadow: 0 5px 18px 3px rgba(93, 221, 203, 0.49);
    color: #fff;
}
.like_btn:hover{
    box-shadow: 0 5px 18px 3px rgb(132 70 147 / 49%);
}
.stati_select_nav{

    width: 370px;
    border: 1px solid #B579C3;
    box-sizing: border-box;
    border-radius: 5px;
    display: block;
    overflow: hidden;
    cursor: pointer;
    padding-left: 20px;
    margin-right: 0px;
    margin-left: 0;
    cursor: pointer;
    background: #fff;
    z-index: 100;
}
.stati_select_nav .select {
    font-weight: 400;
    padding: 12px 0px;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    color: #000000;
    margin: auto 0;
    position: relative;
    width: 100%;

}
.stati_select_nav .select::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 8px;
    background-image: url("/bitrix/templates/medika/img/stati/sel_arr.svg");
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
}
.ssn_secret{
    display: none;
    top: 136px;
    left: 240px;
}
.select_body{
    display: none;
}
.select_body2{
    display: none;
    position: absolute;
    left: 0px;
    top: 45px;
    right: 0px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    border: 1px solid rgb(181, 121, 195);
    box-sizing: border-box;
    border-radius: 5px;
}
.select_body2 .select2{
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    font-size: 18px;
    padding: 10px;
    color: #000000;
    transition: .3s;
    cursor: pointer;
}
.select_body .select2{
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    font-size: 18px;
    padding: 10px;
    color: #000000;
    cursor: pointer;
    transition: .3s;
}
.select_body .select2:hover{
    color: #B579C3;
}
.stati_detail{
    margin-top: 80px;
    margin-bottom: 80px;
}
.author_stati{
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #797979;
    width: 500px;
    margin-left: 20px;

}
.flex-object{
    margin-bottom: 120px;
}
.author_stati span{
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #000000;
    margin-left: 5px;
}
.stati_detail p{
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;

    letter-spacing: 0.02em;
}
.stati_detail b{
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}
.stati_detail ul li{
    list-style: disc;
    margin-left: 20px;
}
.stati_back_btn{
    height: 50px;
    width: 250px;
    background: #B579C3;
    border-radius: 5px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: .3s;
}
.stati_back_btn:hover{
    box-shadow: 0 5px 18px 3px rgb(132 70 147 / 49%);
    color: #fff;
}
.stati_more_btn{
    background: #B579C3;
    border-radius: 5px;
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    margin-top: 40px;
}
.load_more{
    width: 100%;
}
.fos_rass_block{
    width: 1100px;
    display: flex;
    margin: auto;
    margin-top: 100px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    border-radius: 5px;
}
.frb_detail{
    padding: 0px 67px;
    width: 100%;
}
.frb_title{
    font-weight: 400;
    font-size: 36px;
    line-height: 140%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-top: 40px;
    color: rgba(0, 0, 0, 0.5);
}
.frb_input_block{
    display: flex;
    margin-top: 25px;
    justify-content: space-between;
}
.frb_inp_block{
    width: calc((100% - 50px) / 2);
    position: relative;
}
.frb_input{
    width: 100%;
    height: 50px;
    background: #E8E8E8;
    border-radius: 5px;
    border: unset;
    padding-left: 62px;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #949595;

}
.frb1:before{
    content: '';
    position: absolute;
    background-image: url("/bitrix/templates/medika/img/stati/user.svg");
    background-repeat: no-repeat;
    width: 20px;

    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 13px;
    height: 30px;
    background-position-y: center;
    border-right: 1px solid #949595;
}
.frb2:before{
    content: '';
    position: absolute;
    background-image: url("/bitrix/templates/medika/img/stati/mail.svg");
    background-repeat: no-repeat;
    width: 20px;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 13px;
    height: 30px;
    background-position-y: center;
    border-right: 1px solid #949595;
}
.frb_btn{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 18px 0px;
    background: #B579C3;
    border-radius: 5px;
    margin-top: 30px;
    color: #fff;
    width: 250px;
    cursor: pointer;
    transition: .3s ease;
}
.frb_btn:hover{
    box-shadow: 0 5px 18px 3px rgb(132 70 147 / 49%);
    color: #fff;
}
.frb_sogl{
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #797979;
    margin-top: 30px;
    margin-bottom: 60px;
}
.frb_sogl a{
    color: #797979;
    text-decoration: underline;
}
.usb_big_title{
    font-weight: 600;
    font-size: 40px;
    line-height: 49px;
    color: #000000;
    margin-bottom: 45px;
}
.uslugi_slider_block{
    position: relative;
}
.uslugi_slider_block .slick-list{
    overflow: hidden;
    padding: 0px 35px;
}
.uslugi_slider_block .slick-list .slick-track{
    display: flex;
}
.uslugi_slider_block .slick-list .slick-track .slick-slide{
    margin: auto;
    width: 370px;
}
.uslugi_slider_block .slick-arrow{
    width: 50px;
    height: 50px;
    background: #B579C3;
    border-radius: 5px;
    border: unset;
    font-size: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 100;
}
.uslugi_slider_block  .slick-arrow:hover{
    box-shadow: 0 5px 18px 3px rgb(132 70 147 / 49%);

}
.uslugi_slider_block .slick-prev{
    background-image: url("/bitrix/templates/medika/img/stati/arr_left.svg");
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: center;
}
.uslugi_slider_block .slick-next{
    background-image: url("/bitrix/templates/medika/img/stati/arr_right.svg");
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: center;
    right: 0;
}
.usb_item img{
    border-radius: 5px;
    width: 100%;
    height: 100%;
}

.usb_item{

}
.usb_title{
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    color: #000000;
}
.usb_btn1{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 18px 0px;
    color: #fff;
    background: #B579C3;
    border-radius: 5px;
    margin-top: 20px;
    cursor: pointer;
    transition: .3s;
}
.usb_btn1:hover{
    box-shadow: 0 5px 18px 3px rgb(132 70 147 / 49%);
    color: #fff;
}
.usb_btn2{
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #B579C3;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 18px 0px;
    margin-top: 10px;
    margin-bottom: 10px;

    border: 1px solid #B579C3;
    box-sizing: border-box;
    border-radius: 5px;
    transition: .3s;
}
.usb_btn2:hover{
    background: #B579C3;
    color: #fff;
}
.uslugi_slider_block .slick-dots {
    position: relative;
    margin-top: 20px;
    display: flex;
    align-items: center;
    bottom: 0;
    justify-content: center;
    padding-left: 0px;
}
.uslugi_slider_block .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    border-radius: 50%;
}
.uslugi_slider_block .slick-dots button {
    font-size: 0px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin: 0 5px;
    border: 0;
    transition: all .3s;
    background: #DAC8DF;
    outline: none;
}
.uslugi_slider_block .slick-dots li.slick-active {
    width: 20px;
}
.uslugi_slider_block .slick-dots li.slick-active button {
    width: 20px;
    margin: 0px 0px;
    border-radius: 25%;
    background: #844693;
}
.stocks_stati{
    height: auto !important;

}
.stati-aktsii-pagination{
    width: fit-content !important;
    margin: auto;
}
@media (max-width: 1413px) {
    .ssd_block{
        margin-top: 20px;
    }
    .stati_select_date{
        margin-left: 0px;

    }
    .filtr_block{
        margin-left: 30px;
    }
}

@media (max-width: 1320px) {
    .date_read_block{
        display: block;
    }
    .date_read_btn{
        margin-top: 20px;
    }
}
@media (max-width: 1200px) {
    .stati_select_block{
        width: 400px;
    }
    .uslugi_slider_block .slick-list {
        overflow: hidden;
        padding: unset;
    }
}
@media (max-width: 1140px) {
    .date_read_block{
        margin-left: 0px;
        margin-top: 25px;
    }
    .fos_rass_block{
        width: 900px;
    }
    .date_read_btn{
        margin-left: 0px;
    }
}
@media (max-width: 992px) {
    .stati_item_btn_block{
        display: block;
    }
    .fos_rass_block{
        width: 746px;
    }
    .frb_detail{
        padding: 0px 30px;
    }
    .sib_right{
        margin-top: 17px;
    }
    .stati_img{
        height: 285px;
    }
    .info_stati_block{
        display: block;
    }
    .stati_select_block, .filtr_block,.stati_select_date{
        width: 100%;
        margin-left: 0px;
    }
    .filtr_block{
        margin-top: 20px;
        display: block;
    }
    .filtr_slide{
        width: 100%;
    }
    .stati_select_date{
        margin-top: 60px;
    }
    .ssb_half .video:before{
        transform: translateY(-60%);
    }
    .ssb_half .stati:before{
        transform: translateY(-60%);
    }
    .date_read img{
        margin-left: 0px;
    }
    .date_create{
        margin-left: 0px;
        margin-top: 20px;
    }
    .date_edit{
        margin-top: 10px;
    }
}
@media (max-width: 800px) {
    .stati-social-links{
        display: flex !important;
    }
    .stati-social-links a{
        justify-content: start !important;
        margin-top: 10px;
    }
    #vk_like{
        margin-top: 10px;
        margin-left: 0px;
    }
    .author_stati{
        width: 100%;
        margin-top: 20px;
        margin-left: 0px;
    }
    .fos_rass_block{
        width: 100%;
    }
    .frb_input_block{
        display: block;
    }
    .frb_inp_block{
        width: 100%;
        margin-bottom: 10px;
    }
    .flex-object{
        display: block !important;
    }
}
@media (max-width: 670px) {
    .stati_item{
        display: block;
    }
    .stati_img {
        width: 50%;
        height: 50%;
        border-radius: 5px;
        margin: auto;
    }
    .stati_item_info{
        padding: 0;
        width: unset;
        margin-top: 30px;
    }
    .author_stati{
        transform: translateY(-40px);
    }
    .stati_back_btn{
        transform: translateY(-30px);
    }
}

@media (max-width: 475px) {
    .new_blog_smile{
        flex-wrap: wrap;
    }
    .new_blog_soder_zag{
        display: block !important;
    }
    .stati_img{
        width: 100%;
        height: 100%;
    }
    .usb_big_title{
        font-size: 32px;
    }
    .stati_back_btn{
        width: 100%;
    }
    .sib_left{
        display:flex;
        flex-wrap: wrap;
    }
    .about_btn{
        width: calc(100% - 44px);
        order: 2;
        display: flex;
        margin-right: 0px;
        margin-top: 20px;
    }
    .like_btns{
        order: 1;
        display: flex;
    }
    .info_stati_block{
        padding: 30px 25px;
    }
    .frb_btn{
        width: 100%;
        padding: 0px;
        height: 50px;
    }

}
@media (max-width: 425px) {
    .frb_title{
        font-size: 32px;
    }
    .info_stati_block{
        padding: 30px 10px;
    }
    .stati_select_nav{
        width: 100%;
    }
}
@media (max-width: 375px){
    .date_read{
        font-size: 14px;
    }
    .usb_title{
        font-size: 20px;
    }
    .date_read img{
        margin-right: 8px;
    }
    .date_read span{
        font-size: 14px;
    }
    .date_edit, .date_create{
        font-size: 14px;
    }
    .info_stati_block{
        padding: 15px 10px;
    }
    .frb_input{
        font-size: 13px;
    }
    .stati_anons{
        font-size: 16px;
    }
    .stati_category{
        font-size: 16px;
    }
}
/* End */


/* Start:/local/templates/upravzem/components/bitrix/news.list/stati_inter/style.min.css?1697914800129*/
div.news-list{word-wrap:break-word}div.news-list img.preview_picture{float:left;margin:0 4px 6px 0}.news-date-time{color:#486DAA}
/* End */
/* /local/templates/upravzem/css/blog.css?173096846615096 */
/* /local/templates/upravzem/components/bitrix/news/stati-new/bitrix/news.detail/stati_new/style.min.css?1697914800134 */
/* /local/templates/upravzem/css/new_format_blog.css?174435262619907 */
/* /local/templates/upravzem/css/stati.css?173096791822277 */
/* /local/templates/upravzem/components/bitrix/news.list/stati_inter/style.min.css?1697914800129 */
