

/* Start:/local/templates/4vp74.ru_new_2026/components/bitrix/news/news/style.css?1776066991393*/
.news-item__btn {
  right: calc(100% - 195px) !important;
}

.news.in_detail_page {
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .news.in_detail_page {
    margin: 10px 0;
  }
}

.news.in_detail_page .news-item__btn {
  right: 50% !important;
  transform: translateX(50%);
}

.news.in_detail_page .news-item__pics {
  max-height: 190px;
}
/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/4vp74.ru_new_2026/components/bitrix/news.detail/article/style.css?177927353925323*/
.artice-detail {
  display: flex;
  flex-direction: column;
}

.artice-detail .artice-detail__wrap {
  order: 1;
}

.artice-detail .news.in_detail_page {
  order: 2;
}

.artice-detail #additional {
  order: 3;
}

.artice-detail .block-online {
  order: 4;
}

.artice-detail .title-line--back {
  order: 4;
}

.article-order {
  border-radius: 50px;
  padding: 10px 10px 10px 200px;
  box-shadow: 0 4px 25px 0 rgba(108, 142, 169, 0.05);
  background-image: linear-gradient(to right, rgba(249, 249, 249, 0), rgb(249, 249, 249), rgba(249, 249, 249, 0)), url(/local/templates/4vp74.ru_new/scss/../images/block-online-left-bg-4.jpg), url(/local/templates/4vp74.ru_new/scss/../images/bg-content.jpg);
  background-position: 140px center, left center, center;
  background-size: 50%, contain, 100%;
  background-repeat: no-repeat;
  min-height: 180px;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .article-order {
    border-radius: 30px;
    padding: 20px;
    background-size: 50%, 0, cover;
  }
}
.article-order__text {
  margin-bottom: 25px;
  padding-left: 10px;
  font-size: 22px;
  line-height: 110%;
  max-width: 665px;
}
@media screen and (max-width: 767px) {
  .article-order__text {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.article-order__text a {
  color: #50708A;
}
.article-order.with-doctor {
  padding-left: 10px;
  background-image: linear-gradient(to right, rgba(249, 249, 249, 0), rgb(249, 249, 249), rgba(249, 249, 249, 0)), url(/local/templates/4vp74.ru_new/scss/../images/bg-content.jpg);
  background-size: 50%, 100%, 100%;
}
@media screen and (max-width: 767px) {
  .article-order.with-doctor {
    background-size: 50%, cover, 100%;
    padding-left: 20px;
  }
}
.article-order.with-doctor .article-order__doctor {
  width: 160px;
  height: 160px;
  border-radius: 45px;
  margin-right: 39px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .article-order.with-doctor .article-order__doctor {
    width: 120px;
    height: 120px;
    border-radius: 20px;
    margin-bottom: 15px;
  }
}
.article-order.with-doctor .article-order__doctor img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 600px) {
  .news-detail__text h2:first-of-type:after {
    width: calc(100% - 200px);
  }
}
.news-detail img {
  border-radius: 20px;
}

.lazy-load-placeholder {
  position: relative;
  overflow: hidden;
}

.section-block.in-awards h2 {
  margin-bottom: 0;
}
.section-block.in-awards h2:before, .section-block.in-awards h2:after {
  content: none;
}
.section-block.in-awards .slick-dots li {
  padding-left: 0;
}
.section-block.in-awards .slick-dots li:before {
  content: none;
}

.news-item__meta {
  gap: 16px;
  font-size: 12px;
  display: flex;
  align-items: center;
  color: #748CA4;
}
.news-item__meta-line {
  padding-bottom: 43px;
}
.news-item__views-count, .news-item__reading-text-time {
  color: #0963AC;
}
.news-item__reading-time, .news-item__views, .news-item__share {
  display: flex;
  align-items: center;
  gap: 6px;
}
.news-item__share {
  position: relative;
}
.news-item__share-button {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  color: inherit;
  padding: 0 8px;
  border-radius: 4px;
  transition: background-color 0.2s;
}
.news-item__share-button:hover {
  background-color: #f5f5f5;
}
.news-item__share-popup {
  position: absolute;
  top: 100%;
  background: white;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  padding: 12px;
  min-width: 180px;
  z-index: 100;
  margin-top: 8px;
}
.news-item__share-popup::before {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 12px;
  border: 6px solid transparent;
  border-bottom-color: white;
}
.news-item__share-popup--hidden {
  display: none;
}
.news-item__share-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  color: #257db9 !important;
  margin-bottom: 7px !important;
}
.news-item__share-socials {
  display: flex;
}
.news-item__share-socials .news-item__share svg {
  width: 24px !important;
  height: 24px !important;
}
.news-item__share-social {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 8px;
  border-radius: 4px;
  text-decoration: none;
  color: #333;
  transition: background-color 0.2s;
}
.news-item__share-social:hover {
  background-color: #f9f9f9;
}
.news-item__share-social--vk:hover {
  color: #2787F5;
}
.news-item__share-social--tg:hover {
  color: #2AABEE;
}
.news-item__share-social--wa:hover {
  color: #25D366;
}
.news-item__share-copy {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 8px;
  width: 100%;
  border-radius: 4px;
  transition: background-color 0.2s;
}
.news-item__share-copy:hover {
  background-color: #f0f0f0;
}
.news-item__reading-icon, .news-item__views-icon, .news-item__share-icon {
  fill: currentColor;
}

.news-item__share-popup::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 40px;
  width: 16px;
  height: 16px;
  background: #fff;
  rotate: 45deg;
  box-shadow: -3px -3px 10px rgba(0, 0, 0, 0.1);
}

.author {
  display: flex;
  align-items: center;
  justify-content: center;
}
.author__txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.author__title {
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 129% !important;
  text-align: center !important;
  color: #50708a !important;
}
.author__name {
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 112% !important;
  text-align: center !important;
  color: #5a7891 !important;
  padding-top: 10px;
}
.author__spec {
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 114% !important;
  text-align: center !important;
  color: #748ca4 !important;
  padding: 10px 0 17px 0;
}
.author__stage {
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 114% !important;
  text-align: center !important;
  color: #50708a !important;
}

.article-toc {
  position: relative;
}
.article-toc__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.article-toc__list li {
  padding: 0 !important;
}
.article-toc__list li::before {
  display: none !important;
  content: none !important;
  all: unset !important;
}
.article-toc__list a {
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 156%;
  color: #50708a;
}
.article-toc__list a:hover {
  color: #2488d9;
}
.article-toc:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #cfe3f3;
  bottom: -24px;
  left: 0;
}

#article-toc__title .article-toc__title-text {
  margin-top: 20px !important;
  font-size: 30px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative;
  font-weight: normal;
  color: #50708a;
  line-height: 1em;
}
#article-toc__title .article-toc__title-text::first-letter {
  color: #50708a !important;
}
#article-toc__title .article-toc__title-text::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgb(207, 227, 243);
  bottom: 3px;
  left: 0px;
}
#article-toc__title .article-toc__title-text::before {
  content: "";
  position: absolute;
  width: 27px;
  height: 7px;
  background-color: rgb(207, 227, 243);
  left: 0px;
  bottom: 0px;
  border-radius: 3.5px;
}

.toc-num {
  display: inline-block;
  width: 32px;
  color: #a2b4c0;
}

#section-1 {
  padding-top: 40px;
}

.article-toc__list a:hover .toc-num {
  color: #2488d9 !important;
}

.news-item__pics img {
  border-radius: 20px 20px 0 0 !important;
}

.news-item__meta .news-item__share svg {
  width: 20px;
  height: 20px;
}
.news-item__meta .news-item__share-button svg path {
  fill: #0963AC !important;
}
.news-item__meta .news-item__share-text {
  display: none !important;
}

.news-item__meta--list {
  gap: 24px !important;
  font-size: 14px !important;
}
.news-item__meta--list .news-item__share-button svg path {
  fill: #748CA4 !important;
}
.news-item__meta--list .news-item__share-text {
  display: flex !important;
}

@media (max-width: 768px) {
  .news-item__meta--list .news-item__share-text {
    display: none !important;
  }
  .news-item__meta--list .news-item__share-button svg path {
    fill: #0963AC !important;
  }
  .news-item__meta--list .news-item__share svg {
    width: 24px !important;
    height: 24px !important;
  }
  .news-item__meta--list .news-item__share-button svg path {
    fill: #0963AC !important;
  }
  .news-item__meta--list {
    gap: 20px !important;
  }
  .news-item__share-popup {
    right: 0%;
    z-index: 210 !important;
  }
  .news-item__share-popup::before {
    left: 200px;
  }
  .artice-detail .author, .author {
    float: none !important;
    max-width: 460px !important;
    display: flex;
    flex-direction: row !important;
    gap: 20px;
    margin-bottom: 40px;
  }
  .author__txt {
    max-width: 225px !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .author__spec, .author__name {
    text-align: left !important;
  }
  .artice-detail .author img, .author img {
    width: 110px !important;
    height: 110px !important;
  }
  .author__img img {
    width: 110px !important;
    height: 110px !important;
  }
  .title-line-article {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start !important;
    gap: 20px;
  }
  .title-line-article::before, .title-line-article::after {
    display: none !important;
    content: none !important;
    all: unset !important;
  }
  .news-item__meta-line:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #cfe3f3;
    top: 30px;
    left: 0;
  }
  .news-item__meta-line {
    padding: 0;
  }
  .main-content {
    background-size: auto !important;
  }
}
.questions__more {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.questions__more:before {
  content: "";
  height: 1px;
  top: 50%;
  background-color: #CFE3F3;
  width: 100%;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .questions__more:before {
    content: none;
  }
}
.questions__more .questions__all {
  color: #2386D7;
  font-size: 16px;
  border-radius: 17.5px;
  border: 1px solid #CFE3F3;
  background: #F8F8F8;
  height: 35px;
  padding-left: 33px;
  padding-right: 41px;
  display: inline-flex;
  align-items: center;
  position: relative;
  transition: 0.2s background linear;
}
.questions__more .questions__all:hover {
  background: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .questions__more .questions__all {
    font-size: 14px;
  }
}
.questions__more .questions__all:after {
  content: "";
  width: 8px;
  height: 5px;
  background-image: url("/local/templates/4vp74.ru_new/images/arrow-down_icon_blue.svg");
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  background-size: contain;
}

.news-item__share-popup svg {
  height: 24px !important;
  width: 24px !important;
}

.questions.questions_new-view .questions__item {
  background: transparent;
  border-radius: 20px;
  border: 1px solid rgba(220, 227, 233, 0.5);
  margin-bottom: 10px;
  padding-top: 28px;
  padding-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .questions.questions_new-view .questions__item {
    padding: 15px 15px 15px 60px;
  }
}
.questions.questions_new-view .questions__item:last-child {
  margin-bottom: 0;
}
.questions.questions_new-view .questions__item:before {
  background-position: center;
}
@media screen and (max-width: 767px) {
  .questions.questions_new-view .questions__item:before {
    left: 15px;
    top: 15px;
  }
}
.questions.questions_new-view .questions__item:hover {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 25px 0 rgba(45, 92, 145, 0.1);
}
.questions.questions_new-view .questions__item:hover:before {
  transform: none;
  transition: 0.2s background-color linear, 0.2s border linear;
}
.questions.questions_new-view .questions__item:hover .questions__issue {
  color: #01589E;
}
.questions.questions_new-view .questions__item.active:hover:before {
  transform: rotate(180deg);
}
.questions.questions_new-view .questions__item.active:before {
  border: 2px solid #02589f;
  background-size: 10px;
}
.questions.questions_new-view .questions__list {
  margin-bottom: 20px;
}
.questions.questions_new-view .questions__issue {
  color: #50708A;
  font-weight: 600;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .questions.questions_new-view .questions__issue {
    line-height: 100%;
    font-size: 14px;
    min-height: 28px;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .questions.questions_new-view .questions__answer {
    line-height: 120%;
    font-size: 14px;
    width: calc(100% + 45px);
    margin-left: -45px;
  }
}
.questions.questions_new-view .questions__more {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.questions.questions_new-view .questions__more:before {
  content: "";
  height: 1px;
  top: 50%;
  background-color: #CFE3F3;
  width: 100%;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .questions.questions_new-view .questions__more:before {
    content: none;
  }
}
.questions.questions_new-view .questions__more .questions__all {
  color: #2386D7;
  font-size: 16px;
  border-radius: 17.5px;
  border: 1px solid #CFE3F3;
  background: #F8F8F8;
  height: 35px;
  padding-left: 33px;
  padding-right: 41px;
  display: inline-flex;
  align-items: center;
  position: relative;
  transition: 0.2s background linear;
}
.questions.questions_new-view .questions__more .questions__all:hover {
  background: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .questions.questions_new-view .questions__more .questions__all {
    font-size: 14px;
  }
}
.questions.questions_new-view .questions__more .questions__all:after {
  content: "";
  width: 8px;
  height: 5px;
  background-image: url("/local/templates/4vp74.ru_new/images/arrow-down_icon_blue.svg");
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .questions--service .section-block h2 {
    margin-bottom: 25px !important;
  }
}

.news-detail__desc .news-detail__date {
  align-items: end;
  justify-content: start;
  gap: 20px;
}
.news-detail__desc .news-detail__date .date-update {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #A4B7C3;
}
.news-detail__desc-link {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin: 28px 0 40px;
}
@media (max-width: 1300px) {
  .news-detail__desc-link {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 992px) {
  .news-detail__desc-link {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .news-detail__desc-link {
    grid-template-columns: repeat(2, 1fr);
  }
}
.news-detail__desc-link a {
  position: relative;
  border: 1px solid #DFEBF5;
  background: rgba(255, 255, 255, 0.8980392157);
  padding: 18px 35px;
  width: 100%;
  margin: 0 auto;
  text-decoration: none;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  line-height: 16px;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .news-detail__desc-link a {
    line-height: 14px;
    padding: 18px 26px;
  }
}
@media (max-width: 576px) {
  .news-detail__desc-link a {
    padding: 12px 22px;
    min-height: 54px;
  }
}
.news-detail__desc-link a::before {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  border-radius: 100px;
  background: url("/local/templates/4vp74.ru_new_2026/images/news_link_waves.svg") center/cover no-repeat, linear-gradient(90deg, #00579D 0%, #2488D9 100%);
}
@media (max-width: 576px) {
  .news-detail__desc-link a::before {
    background: url("/local/templates/4vp74.ru_new_2026/images/news_link_waves.svg") 0 center/cover no-repeat, linear-gradient(90deg, #00579D 0%, #2488D9 100%);
  }
}
.news-detail__desc-link a::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 11px;
  top: calc(50% - 5px);
  right: 22px;
  transition: all 0.3s ease-in-out;
  background: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.4247 0.226188L6.14637 4.59422C6.22383 4.66473 6.28555 4.74975 6.32773 4.84408C6.36991 4.93841 6.39167 5.04002 6.39167 5.14275C6.39167 5.24548 6.36991 5.34716 6.32773 5.44149C6.28555 5.53582 6.22383 5.62085 6.14637 5.69136L1.4247 10.0594C1.26515 10.2047 1.05402 10.2856 0.834582 10.2856C0.615146 10.2856 0.404017 10.2047 0.244462 10.0594C0.167283 9.98943 0.10578 9.90496 0.0637367 9.8112C0.0216931 9.71744 8.50214e-09 9.61636 9.79978e-09 9.51421C1.10974e-08 9.41206 0.0216931 9.31098 0.0637367 9.21722C0.10578 9.12346 0.167283 9.03907 0.244462 8.96912L4.37601 5.14275L0.244462 1.31646C0.167283 1.2465 0.10578 1.16203 0.0637368 1.06827C0.0216932 0.974514 1.19566e-07 0.873431 1.20864e-07 0.771281C1.22162e-07 0.669132 0.0216932 0.568049 0.0637368 0.474293C0.10578 0.380536 0.167283 0.296144 0.244462 0.226188C0.404017 0.0808945 0.615146 -6.96113e-05 0.834582 -6.96089e-05C1.05402 -6.96064e-05 1.26515 0.0808945 1.4247 0.226188Z' fill='%232488D9'/%3E%3C/svg%3E%0A") center/cover no-repeat;
}
@media (max-width: 768px) {
  .news-detail__desc-link a::after {
    right: 16px;
  }
}
@media (max-width: 576px) {
  .news-detail__desc-link a::after {
    display: none;
  }
}
@media (min-width: 993px) {
  .news-detail__desc-link a:hover {
    border-color: transparent;
  }
  .news-detail__desc-link a:hover::before {
    visibility: visible;
    opacity: 1;
  }
  .news-detail__desc-link a:hover::after {
    background: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.4247 0.226188L6.14637 4.59422C6.22383 4.66473 6.28555 4.74975 6.32773 4.84408C6.36991 4.93841 6.39167 5.04002 6.39167 5.14275C6.39167 5.24548 6.36991 5.34716 6.32773 5.44149C6.28555 5.53582 6.22383 5.62085 6.14637 5.69136L1.4247 10.0594C1.26515 10.2047 1.05402 10.2856 0.834582 10.2856C0.615146 10.2856 0.404017 10.2047 0.244462 10.0594C0.167283 9.98943 0.10578 9.90496 0.0637367 9.8112C0.0216931 9.71744 8.50214e-09 9.61636 9.79978e-09 9.51421C1.10974e-08 9.41206 0.0216931 9.31098 0.0637367 9.21722C0.10578 9.12346 0.167283 9.03907 0.244462 8.96912L4.37601 5.14275L0.244462 1.31646C0.167283 1.2465 0.10578 1.16203 0.0637368 1.06827C0.0216932 0.974514 1.19566e-07 0.873431 1.20864e-07 0.771281C1.22162e-07 0.669132 0.0216932 0.568049 0.0637368 0.474293C0.10578 0.380536 0.167283 0.296144 0.244462 0.226188C0.404017 0.0808945 0.615146 -6.96113e-05 0.834582 -6.96089e-05C1.05402 -6.96064e-05 1.26515 0.0808945 1.4247 0.226188Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A") center/cover no-repeat;
  }
  .news-detail__desc-link a:hover i {
    color: #FFFFFF;
  }
}
.news-detail__desc-link a:active {
  border-color: transparent;
}
.news-detail__desc-link a:active::before {
  visibility: visible;
  opacity: 1;
}
.news-detail__desc-link a:active::after {
  background: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.4247 0.226188L6.14637 4.59422C6.22383 4.66473 6.28555 4.74975 6.32773 4.84408C6.36991 4.93841 6.39167 5.04002 6.39167 5.14275C6.39167 5.24548 6.36991 5.34716 6.32773 5.44149C6.28555 5.53582 6.22383 5.62085 6.14637 5.69136L1.4247 10.0594C1.26515 10.2047 1.05402 10.2856 0.834582 10.2856C0.615146 10.2856 0.404017 10.2047 0.244462 10.0594C0.167283 9.98943 0.10578 9.90496 0.0637367 9.8112C0.0216931 9.71744 8.50214e-09 9.61636 9.79978e-09 9.51421C1.10974e-08 9.41206 0.0216931 9.31098 0.0637367 9.21722C0.10578 9.12346 0.167283 9.03907 0.244462 8.96912L4.37601 5.14275L0.244462 1.31646C0.167283 1.2465 0.10578 1.16203 0.0637368 1.06827C0.0216932 0.974514 1.19566e-07 0.873431 1.20864e-07 0.771281C1.22162e-07 0.669132 0.0216932 0.568049 0.0637368 0.474293C0.10578 0.380536 0.167283 0.296144 0.244462 0.226188C0.404017 0.0808945 0.615146 -6.96113e-05 0.834582 -6.96089e-05C1.05402 -6.96064e-05 1.26515 0.0808945 1.4247 0.226188Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A") center/cover no-repeat;
}
.news-detail__desc-link a:active i {
  color: #FFFFFF;
}
.news-detail__desc-link a i {
  position: relative;
  z-index: 2;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #50708A;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .news-detail__desc-link a i {
    font-size: 14px;
    line-height: 14px;
  }
}

.contacts__form.form-page .form-page__title {
  font-weight: 400;
  font-size: 30px;
  line-height: 100%;
}
.contacts__form.form-page .form-page__title:first-letter {
  color: #50708A;
}
.contacts__form.form-page .form-page__title span {
  color: #51B539;
}
.contacts__form.form-page .title-line {
  margin-top: 10px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .contacts__form.form-page .title-line::before {
    content: "" !important;
    position: absolute !important;
    width: 100% !important;
    height: 1px !important;
    background-color: #cfe3f3 !important;
    top: 50% !important;
    margin-top: -1px !important;
  }
  .contacts__form.form-page .title-line::after {
    content: "" !important;
    position: absolute !important;
    width: 27px !important;
    height: 7px !important;
    background-color: #cfe3f3 !important;
    border-radius: 3.5px !important;
    left: 0 !important;
    top: 50% !important;
    margin-top: -4px !important;
  }
}
@media (max-width: 576px) {
  .contacts__form.form-page .title-line {
    margin-top: 15px;
    margin-bottom: 20px;
  }
}
.contacts__form.form-page .form-page__text {
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  color: #50708A;
  padding-left: 20px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .contacts__form.form-page .form-page__text {
    padding-left: 12px;
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .contacts__form.form-page .form-page__text {
    margin-bottom: 26px;
  }
}
.contacts__form.form-page .form-page__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 22px;
}
@media (max-width: 576px) {
  .contacts__form.form-page .form-page__row {
    grid-template-columns: 1fr;
    margin-bottom: 16px;
  }
}
.contacts__form.form-page .form-page__col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contacts__form.form-page .form-page__col:first-child, .contacts__form.form-page .form-page__col:last-child {
  margin: 0;
  width: 100%;
}
.contacts__form.form-page .form-page__col input {
  margin: 0 !important;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 100%;
  color: #50708A;
  background: rgba(255, 255, 255, 0.5019607843);
  padding: 14px 26px !important;
  border: 1px solid #E4EBF0 !important;
  border-radius: 100px;
}
.contacts__form.form-page .form-page__col textarea {
  border: 1px solid #E4EBF0 !important;
  border-radius: 20px;
  padding: 15px 20px !important;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 100%;
  color: #50708A;
  background: rgba(255, 255, 255, 0.5019607843);
  height: 100% !important;
  max-height: unset !important;
  margin: 0 !important;
}
@media (max-width: 576px) {
  .contacts__form.form-page .form-page__col textarea {
    height: 100px !important;
  }
}
.contacts__form.form-page .order-form__btn-block {
  align-items: end;
  gap: 11px;
}
@media (max-width: 769px) {
  .contacts__form.form-page .order-form__btn-block {
    flex-direction: row;
  }
}
@media (max-width: 576px) {
  .contacts__form.form-page .order-form__btn-block {
    flex-direction: column;
    align-items: start;
  }
}
.contacts__form.form-page .form-page__checkbox {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #50708A;
  max-width: 680px;
  margin: 0 0 2px;
}
.contacts__form.form-page .form-page__checkbox span {
  padding-top: 2px;
  cursor: pointer;
}
.contacts__form.form-page .form-page__checkbox a {
  border: none;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 993px) {
  .contacts__form.form-page .form-page__checkbox a:hover {
    color: #00579D;
  }
}
.contacts__form.form-page .form-page__checkbox a:active {
  color: #00579D;
}
.contacts__form.form-page #contacts__form_button {
  min-width: 232px;
}
@media (max-width: 576px) {
  .contacts__form.form-page #contacts__form_button {
    width: 100%;
    max-width: unset;
    margin-bottom: 0;
  }
}
.contacts__form.form-page #contacts__form_button[disabled] {
  opacity: 0.8;
  pointer-events: none;
  filter: grayscale(0.4);
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/4vp74.ru_new_2026/components/bitrix/news.list/news/style.css?17760670075846*/
.lazy-load-placeholder {
  position: relative;
  overflow: hidden;
}

.section-block.in-awards h2 {
  margin-bottom: 0;
}
.section-block.in-awards h2:before, .section-block.in-awards h2:after {
  content: none;
}
.section-block.in-awards .slick-dots li {
  padding-left: 0;
}
.section-block.in-awards .slick-dots li:before {
  content: none;
}

.news-item__more {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.news-item__meta {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #748CA4;
  font-size: 12px;
}
.news-item__meta-cards {
  gap: 10px !important;
}
.news-item__meta-cards span {
  font-size: 13px;
}
.news-item__meta-cards .news-item__meta--list .news-item__share svg {
  width: 24px !important;
  height: 24px !important;
}
.news-item__meta-cards .news-item__meta--list .news-item__share-button svg path {
  fill: #0963AC !important;
}
.news-item__views-count, .news-item__reading-text-time {
  color: #0963AC;
}
.news-item__reading-time, .news-item__views, .news-item__share {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}
.news-item__share {
  position: relative;
}
.news-item__share-button {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  color: inherit;
  padding: 4px 8px;
  border-radius: 4px;
  transition: background-color 0.2s;
}
.news-item__share-button:hover {
  background-color: #f5f5f5;
}
.news-item__share-popup {
  position: absolute;
  top: 100%;
  background: white;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  padding: 12px;
  min-width: 180px;
  z-index: 100;
  margin-top: 8px;
}
.news-item__share-popup::before {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 12px;
  border: 6px solid transparent;
  border-bottom-color: white;
}
.news-item__share-popup--hidden {
  display: none;
}
.news-item__share-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  color: #257db9 !important;
  margin-bottom: 7px !important;
}
.news-item__share-socials {
  display: flex;
}
.news-item__share-socials .news-item__share svg {
  width: 24px !important;
  height: 24px !important;
}
.news-item__share-social {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 8px;
  border-radius: 4px;
  text-decoration: none;
  color: #333;
  transition: background-color 0.2s;
}
.news-item__share-social:hover {
  background-color: #f9f9f9;
}
.news-item__share-social--vk:hover {
  color: #2787F5;
}
.news-item__share-social--tg:hover {
  color: #2AABEE;
}
.news-item__share-social--wa:hover {
  color: #25D366;
}
.news-item__share-copy {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 8px;
  width: 100%;
  border-radius: 4px;
  transition: background-color 0.2s;
}
.news-item__share-copy:hover {
  background-color: #f0f0f0;
}
.news-item__reading-icon, .news-item__views-icon, .news-item__share-icon {
  fill: currentColor;
}

.news-item__share-popup::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 40px;
  width: 16px;
  height: 16px;
  background: #fff;
  rotate: 45deg;
  box-shadow: -3px -3px 10px rgba(0, 0, 0, 0.1);
}

.news-item__anons {
  padding-top: 10px;
}

.news-item__meta .news-item__share svg {
  width: 20px;
  height: 20px;
}
.news-item__meta .news-item__share-button svg path {
  fill: #0963AC !important;
}
.news-item__meta .news-item__share-text {
  display: none !important;
}

.news-item__meta--list {
  gap: 24px !important;
  font-size: 14px !important;
}
.news-item__meta--list .news-item__share-button svg path {
  fill: #748CA4 !important;
}
.news-item__meta--list .news-item__share-text {
  display: flex !important;
}

@media (max-width: 768px) {
  .news-item__meta--list .news-item__share-text {
    display: none !important;
  }
  .news-item__meta--list .news-item__share-button svg path {
    fill: #0963AC !important;
  }
  .news-item__share svg {
    width: 24px !important;
    height: 24px !important;
  }
  .news-item__share-button svg path {
    fill: #0963AC !important;
  }
  .news-item__meta--list {
    gap: 20px !important;
  }
  .news-item__share-popup {
    right: 0%;
  }
  .news-item__share-popup::before {
    left: 200px;
  }
  .main-content {
    background-size: auto !important;
  }
  .title-line--list .title-line__col .pagination-list {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
  }
  .title-line::before, .title-line::after {
    content: none !important;
    display: none !important;
    all: unset !important;
  }
}
.news-item__share-popup svg {
  height: 24px !important;
  width: 24px !important;
}
.news__list.swiper .swiper-wrapper {
  display: flex;
}


.news__list.swiper .swiper-slide {
  height: auto;
}

.news__list.swiper .news-item {
  width: calc(100% - 20px);
  height: calc(100% - 65px);
}

@media (max-width: 1280px) {
  .news__list.swiper .news-item {
    height: calc(100% - 20px);
  }
}

.news__list.swiper + .services-list__control {
  display: flex;
  width: calc(100% + 150px);
  z-index: 1;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 1200px) {
  .news__list.swiper + .services-list__control {
    display: none;
  }
}

.news__list.swiper + .services-list__control .services-list__arrow {
  border-radius: 100%;
  width: 45px;
  height: 45px;
  background-color: rgba(123, 172, 210, 0.3);
  margin: 0;
  padding: 0;
  appearance: none;
  border: 1px solid #ffffff;
  cursor: pointer;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s all linear;
  outline: none;
  z-index: 20;
}
/*# sourceMappingURL=style.css.map */

/* End */
/* /local/templates/4vp74.ru_new_2026/components/bitrix/news/news/style.css?1776066991393 */
/* /local/templates/4vp74.ru_new_2026/components/bitrix/news.detail/article/style.css?177927353925323 */
/* /local/templates/4vp74.ru_new_2026/components/bitrix/news.list/news/style.css?17760670075846 */
