

/* Start:/local/templates/.default/components/bitrix/news.detail/s2_article/style.css?1754307668478*/
#message_share_component {
    margin-right: 9.5px;
    border-radius: 4px;
    max-width: 400px;
	/*border: 1px solid #ffb74d;*/
}
@media (max-width: 576px){
	#message_share_component {
		max-width: 310px !important;
	}
}
#message_share_component h3{
	font-size: 16px !important;
	font-weight: 600;
    margin-bottom: 10px;
}
#message_share_component p{
	font-size: 14px;
}
#message_share {
    padding: 15px 10px;
}
span.article-card__image.ibg {
    transform: scale(1.02);
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.detail/s2_article/old_css/article.css?175430684813763*/
.article-form__button.button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-block-size: 44px;
  padding-block: 5px;
  padding-inline: var(--button-padding, 10px);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.045em;
  text-align: center;
  text-transform: none;
  color: #1d1d1d;
  background-color: #ffb74d;
  border: 1px solid #ffb74d;
}

.article-form__button.button :is(:active, :focus) {
  color: #1d1d1d;
}

.button--transparent {
  background-color: rgba(255, 183, 77, 0);
  border-color: currentColor;
}

.button__icon {
  flex: 0 0 auto;
  font-size: 0;
}

.article {
  font-family: "Gotham Pro", sans-serif;
  font-size: min(16px, 14px + 2 * ((100vw - 320px) / 1032));
  line-height: 1.5;
  padding: 0;
  color: #252626;
  margin-top: 50px;
}

.article :where(p) {
  inline-size: 100%;
  padding: 0;
}

.article a:is(:hover, :focus, :active) {
  text-decoration-color: rgba(0, 0, 0, 0);
  color: inherit;
}

.article svg {
  --icon-heart-fill: rgba(0, 0, 0, 0);
  fill: currentColor;
  stroke: currentColor;
}

.article__container {
  container-type: inline-size;
}

.article__title {
  margin-block-end: 24px;
  font-weight: 500;
  font-size: min(28px, 24px + 4 * ((100vw - 320px) / 1032)) !important;
  line-height: 1.25;
  color: #1d1d1d;
}

.article__inner {
  padding-block-end: max(16px, 24px + -8 * ((100vw - 320px) / 1032));
}

.article__content > *:last-child {
  margin-block-end: 0;
}

.article__info {
  margin-block-end: 24px;
}

.article__text {
  margin-block-end: min(32px, 24px + 8 * ((100vw - 320px) / 1032));
  color: #1d1d1d;
}

.article__text:has(+ .article__head) {
  margin-block-end: 24px;
}

.article__text > * {
  inline-size: 100%;
  margin-block-end: 12px;
  padding: 0;
}

.article__text > *:has(+ ol) {
  margin-block-end: 16px;
}

.article__text > *:last-child {
  margin-block-end: 0;
}

.article__text h2 {
  margin-block-end: 12px;
  font-weight: 500;
  font-size: 18px !important;
  line-height: 1.3;
  color: #252626;
}

.article__text ul {
  list-style: disc;
  padding-inline-start: min(24px, 21px + 3 * ((100vw - 320px) / 1032));
}

.article__text ul:has(+ p) {
  margin-block-end: min(32px, 24px + 8 * ((100vw - 320px) / 1032));
}

.article__text ol {
  counter-reset: article-ol;
}

.article__text ol li {
  display: flex;
  align-items: start;
  gap: 12px;
}

.article__text ol li:not(:last-child) {
  margin-block-end: 12px;
}

.article__text ol li::before {
  content: counter(article-ol);
  counter-increment: article-ol;
  display: flex;
  justify-content: center;
  align-items: center;
  min-inline-size: 24px;
  min-block-size: 24px;
  padding-inline: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.01em;
  background-color: #fff1db;
}

.article__text table {
  letter-spacing: 0.01em;
  border-collapse: collapse;
  border-spacing: 0;
}

.article__text tr {
  border-block-end: 1px solid #e5e5e5;
}

.article__text tr:has(th) {
  border-block-end-color: #1d1d1d;
}

.article__text th,
.article__text td {
  inline-size: 50%;
}

.article__text th:has(+ th, + td),
.article__text td:has(+ th, + td) {
  padding-inline-end: 8px;
}

.article__text th:has(+ th, + td) + :is(th, td),
.article__text td:has(+ th, + td) + :is(th, td) {
  padding-inline-start: 8px;
}

.article__text th {
  padding-block: min(12px, 3px + 9 * ((100vw - 320px) / 1032));
  font-weight: 500;
  text-align: start;
}

.article__text td {
  padding-block: 12px;
  line-height: 1.3;
}

.article__head {
  margin-block-end: min(32px, 24px + 8 * ((100vw - 320px) / 1032));
}

.article__image {
  margin-block-end: min(32px, 24px + 8 * ((100vw - 320px) / 1032));
  font-size: 0;
}

.article__image img {
  max-inline-size: 100%;
  block-size: auto;
}

.article__ads {
  margin-block-end: min(32px, 24px + 8 * ((100vw - 320px) / 1032));
}

.article__mail {
  margin-block-end: min(32px, 24px + 8 * ((100vw - 320px) / 1032));
}

.article__quote {
  margin-block-end: min(32px, 24px + 8 * ((100vw - 320px) / 1032));
}

.article__advice {
  margin-block-end: min(32px, 24px + 8 * ((100vw - 320px) / 1032));
}

.article__row {
  margin-block-end: min(32px, 24px + 8 * ((100vw - 320px) / 1032));
}

.article__aside {
  position: sticky;
  inset-block-start: var(--header-height);
}

.scrolled .article__aside {
  inset-block-start: calc(var(--header-height) - var(--header-top-height));
}

.article-info {
  display: flex;
  flex-wrap: wrap-reverse;
  align-items: center;
  row-gap: 16px;
  -moz-column-gap: min(60px, 16px + 44 * ((100vw - 320px) / 1032));
  column-gap: min(60px, 16px + 44 * ((100vw - 320px) / 1032));
}

.article-actions {
  display: flex;
  align-items: center;
  gap: min(24px, 16px + 8 * ((100vw - 320px) / 1032));
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.01em;
  color: #1d1d1d;
}

.article-actions__items {
  display: flex;
  align-items: center;
  gap: 8px;
}

.article-actions--big .article-actions__items {
  gap: 24px;
}

.article-action {
  --button-font-weight: 500;
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 500;
}

.article-action__icon {
  flex: 0 0 auto;
  font-size: 0;
}

.article-head {
  padding: 16px;
  font-size: 14px;
  background-color: #fff8ed;
}

.article-head__title {
  font-family: "Gotham Pro", sans-serif !important;
  margin-block-end: min(9.5px, 5.5px + 4 * ((100vw - 320px) / 1032));
  font-size: 14px !important;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #252626;
}

.article-head__list {
  list-style: disc;
  padding-inline-start: min(21px, 20px + 1 * ((100vw - 320px) / 1032));
}

.article-head__item:not(:last-child) {
  margin-block-end: min(7px, 5px + 2 * ((100vw - 320px) / 1032));
}

.article-head__link {
  letter-spacing: 0.04em;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-offset: 4px;
  color: #1d1d1d;
}

.article-ads {
  container-type: inline-size;
  display: grid;
  align-items: center;
  gap: 24px;
  padding: 16px;
  background-color: #fff8ed;
}

.article-ads__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(32px, 16px + 16 * ((100vw - 320px) / 1032));
}

.article-ads__text {
  font-weight: 500;
  font-size: min(24px, 18px + 6 * ((100vw - 320px) / 1032));
  line-height: 1.3;
  color: #1d1d1d;
}

.article-ads__text[href] {
  -webkit-text-decoration: 0.4px underline;
  text-decoration: 0.4px underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-offset: 4px;
}

.article-ads__text span {
  white-space: nowrap;
}

.article-ads__button {
  --button-padding: 16px;
}

.article-ads__image {
  font-size: 0;
}

.article-ads--reversed .article-ads__image {
  order: -1;
}

.article-ads__image img {
  max-inline-size: 100%;
  block-size: auto;
}

.article-mail {
  padding-block: min(32px, 16px + 16 * ((100vw - 320px) / 1032));
  padding-inline: min(64px, 16px + 48 * ((100vw - 320px) / 1032));
  border: 2px solid #ffb74d;
}

.article-mail__content {
  margin-block-end: 24px;
  padding-inline: min(24px, 0px + 24 * ((100vw - 320px) / 1032));
}

.article-mail__title {
  margin-block-end: 16px;
  font-weight: 500;
  font-size: min(24px, 20px + 4 * ((100vw - 320px) / 1032)) !important;
  line-height: 1.46;
  text-align: center;
  color: #1d1d1d;
}

.article-mail__text {
  color: #1d1d1d;
}

.article-mail__text ul {
  list-style: disc;
  padding-inline-start: min(24px, 21px + 3 * ((100vw - 320px) / 1032));
}

.article-form {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(216px, 1fr));
  align-items: start;
  gap: 16px;
  max-inline-size: 536px;
  margin-inline: auto;
}

.article-form__input {
  display: flex;
  flex-direction: column-reverse;
  gap: 4px;
}

.article-form__label {
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.01em;
  color: #999999;
}

.article-form__email {
  block-size: 44px;
  padding-inline: 16px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #1d1d1d;
  background-color: #ededed;
  border-block-end: 1px solid #dadada;
}

.article-form__email::-moz-placeholder {
  color: #999999;
}

.article-form__email::placeholder {
  color: #999999;
}

.article-form__button {
  --button-padding: 16px;
}

.article-quote {
  padding-block: min(32px, 24px + 8 * ((100vw - 320px) / 1032));
  padding-inline: min(32px, 16px + 16 * ((100vw - 320px) / 1032));
  background-color: rgba(255, 183, 77, 0.1);
  border: none;
}

.article-quote > *:last-child {
  margin-block-end: 0;
}

.article-quote__icon {
  inline-size: 28.33px;
  aspect-ratio: 28.33/20;
  margin-block-end: 24px;
  margin-inline: auto;
  font-size: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 30 20'%3E%3Cpath fill='%23FFB74D' d='M2.8 20h6l4-8V0H.8v12h6l-4 8Zm16 0h6l4-8V0h-12v12h6l-4 8Z' /%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.article-quote__text {
  margin-block-end: 16px;
  color: #1d1d1d;
}

.article-quote-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  letter-spacing: 0.01em;
  text-align: center;
}

.article-quote-info__image {
  inline-size: 50px;
  aspect-ratio: 1/1;
  margin-block-end: 10px;
  font-size: 0;
  border-radius: 50%;
  overflow: hidden;
}

.article-quote-info__name {
  font-weight: 500;
  color: #1d1d1d;
}

.article-quote-info__profession {
  line-height: 1.3;
  color: #999999;
}

.article-advice {
  padding: min(32px, 16px + 16 * ((100vw - 320px) / 1032));
  background-color: #fff8ed;
  color: #1d1d1d;
}

.article-row {
  container-type: inline-size;
  display: grid;
  align-items: center;
  gap: 24px;
}

.article-row__image {
  font-size: 0;
}

.article-row__image img {
  max-inline-size: 100%;
  block-size: auto;
}

.article-row__text {
  color: #1d1d1d;
}

.article-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: min(32px, 24px + 8 * ((100vw - 320px) / 1032)) min(44px, 36px + 8 * ((100vw - 320px) / 1032));
  text-align: center;
}

.article-footer > *:last-child {
  margin-block-end: 0;
}

.article-footer__title {
  margin-block-end: 4px;
  font-weight: 500;
  font-size: 18px !important;
  line-height: 1.3;
  color: #252626;
}

.article-footer__count {
  margin-block-end: 16px;
  color: #1d1d1d;
}

@media (min-width: 550.1px) {
  .article-ads {
    grid-template-columns: repeat(2, 1fr);
  }

  .article-ads__content {
    align-items: start;
    padding: min(24px, 0px + 24 * ((100vw - 320px) / 1032));
  }

  .article-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024.1px) {
  .article__title {
    max-inline-size: calc(100cqi - 454px);
  }

  .article__inner {
    display: grid;
    grid-template-columns: 1fr min(422px, 248px + 174 * ((100vw - 320px) / 1032));
    align-items: start;
    gap: 32px;
  }

  .article__text {
    line-height: 1.6;
  }

  .wrapper:not(.main)[data-wrapper]:has(.article__aside) {
    overflow: unset;
  }

  .article-ads__text {
    line-height: 1.46;
  }

  .article-mail__text {
    line-height: 1.6;
  }

  .article-advice {
    line-height: 1.6;
  }

  .article-row__text {
    line-height: 1.6;
  }

  .article-footer__count {
    line-height: 1.6;
  }
}

@media (max-width: 1352px) {
  .article__title br {
    display: none;
  }
}

@media (max-width: 1024px) {
  .article__title {
    line-height: 1.1;
    letter-spacing: 0.01em;
    text-wrap: balance;
  }

  .article__text {
    letter-spacing: 0.01em;
  }

  .article__text:has(table) {
    position: relative;
    scrollbar-width: none;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .article__text:has(table)::-webkit-scrollbar {
    display: none;
  }

  .article__text:has(table) > *:not(table) {
    position: sticky;
    inset-inline-start: 0;
  }

  .article__aside {
    display: none;
  }

  .article-mail__title {
    line-height: 1.2;
    letter-spacing: 0.01em;
  }

  .article-mail__text {
    letter-spacing: 0.01em;
  }

  .article-quote__text {
    letter-spacing: 0.01em;
  }

  .article-advice {
    letter-spacing: 0.01em;
  }

  .article-row__text {
    letter-spacing: 0.01em;
  }

  .article-footer__count {
    letter-spacing: 0.01em;
  }
}

@media (max-width: 768px) {
  .article-actions--big .article-actions__items {
    flex-direction: column;
    align-items: start;
  }
}

@media (max-width: 550px) {
  .article-ads__text {
    text-align: center;
  }

  .article-ads__button {
    inline-size: 100%;
  }

  .article-ads:not(.article-ads--reversed) .article-ads__image {
    order: -1;
  }
}

@media (max-width: 500px) {
  .article-action--hide {
    display: none;
  }
}

@media (hover: hover) {
  .button:hover {
    text-decoration: none;
    color: #1d1d1d;
    background-color: #fff;
    border-color: #1d1d1d;
  }

  .button--transparent:hover {
    background-color: #ffb74d;
    border-color: #ffb74d;
  }

  .article-action[type=button]:hover {
    color: #ffb74d;
  }

  .article-head__link:hover {
    color: #1d1d1d;
    text-decoration-color: rgba(29, 29, 29, 0);
  }

  .article-ads__text[href]:hover {
    text-decoration-color: rgba(29, 29, 29, 0);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .button {
    transition-property: background-color, border-color;
    transition-duration: 0.3s;
  }

  .article-action[type=button] {
    transition-property: color;
    transition-duration: 0.3s;
  }

  .article-head__link {
    transition-property: text-decoration-color;
    transition-duration: 0.3s;
  }

  .article-ads__text[href] {
    transition-property: text-decoration-color;
    transition-duration: 0.3s;
  }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.detail/s2_article/old_css/articles.css?17543068483166*/
.article-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
}

.article-tags__link {
  display: flex;
  justify-content: center;
  align-items: center;
  min-block-size: 24px;
  padding-block: 2px;
  padding-inline: 8px;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.01em;
  text-align: center;
  color: #1d1d1d;
  border: 1px solid #dadada;
  border-radius: 100px;
}

:is(article):not(section) {
  padding: 0;
}

:is(.responsive-media, .ibg) {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

:is(.responsive-media, .ibg) :where(picture, img, svg, video, iframe) {
  position: absolute;
  inset: 0;
  z-index: -2;
  inline-size: 100%;
  block-size: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.articles {
  padding-block: max(28px, 36px + -8 * ((100vw - 320px) / 1032)) min(112px, 64px + 48 * ((100vw - 320px) / 1032));
}

.articles a:is(:hover, :focus, :active) {
  text-decoration-color: rgba(0, 0, 0, 0);
  color: inherit;
}

.articles svg {
  fill: currentColor;
  stroke: currentColor;
}

.articles__title {
  margin-block-end: 16px;
  font-weight: 500;
  font-size: min(24px, 20px + 4 * ((100vw - 320px) / 1032)) !important;
  line-height: 1.46;
  color: #252626;
}

.articles-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(422px, 248px + 174 * ((100vw - 320px) / 1032)), 1fr));
  gap: 10px;
}

.article-card {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
}

.article-card__inner {
  --outline-color: #252626;
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: end;
  min-block-size: min(240px, 188px + 52 * ((100vw - 320px) / 1032));
  padding: min(24px, 16px + 8 * ((100vw - 320px) / 1032));
  overflow: hidden;
}

.article-card__inner::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.05);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 27.99%, rgba(0, 0, 0, 0.7) 86.98%);
}

.article-card__image {
  position: absolute;
  inset: 0;
  z-index: -2;
  font-size: 0;
}

.article-card__image.article-card__image {
  position: absolute;
}

.article-card__row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  flex: 1 1 auto;
  gap: 24px;
}

.article-card__title {
  font-size: 16px !important;
  color: #fff;
}

.article-card__icon {
  flex: 0 0 auto;
  font-size: 0;
}

@media (max-width: 768px) {
  .articles__title {
    line-height: 1.2;
    letter-spacing: 0.01em;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .article-tags__link {
    transition-property: background-color, border-color;
    transition-duration: 0.3s;
  }

  .article-card__image {
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: linear;
  }
}

@media (hover: hover) {
  .article-tags__link:hover {
    text-decoration: none;
    color: #1d1d1d;
    background-color: #ffb74d;
    border-color: #ffb74d;
  }

  .article-card__inner:hover {
    text-decoration: none;
    color: #fff;
  }

  .article-card__inner:hover .article-card__image {
    transform: scale(1.1);
  }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/iblock.vote/s2/style.css?17543068481015*/

.star-wrap .star-empty{

	background-image: url(/local/templates/.default/components/bitrix/iblock.vote/s2/images/empty.svg);/*блеклый*/
	width:15px;
	height:15px;
	overflow:hidden;
	margin-right: 2px;
}
.star-wrap .vote-result.no-results{
	color: #dadada;
}



.star-wrap .star-voted
{
	/*background-image: url(/local/templates/.default/components/bitrix/iblock.vote/s2/images/voted.gif);желтый*/
	background-image: url(/local/templates/.default/components/bitrix/iblock.vote/s2/images/voted.svg);/*cерый*/
	width:15px;
	height:15px;
	overflow:hidden;
	margin-right: 2px;
}
.star-wrap .vote-result.vote-results{
	color: #3a3a3a;
}


.star-wrap .star-over
{
	/*background-image: url(/local/templates/.default/components/bitrix/iblock.vote/s2/images/over.gif);Зеленый при наведении*/
	background-image: url(/local/templates/.default/components/bitrix/iblock.vote/s2/images/over.svg);/*черный при наведении*/
	width:15px;
	height:15px;
	overflow:hidden;
	margin-right: 2px;
}









.star-wrap:hover .star-active{
	cursor: pointer;
}

.star-wrap:hover .star-active + .vote-result.vote-results,
.star-wrap:hover .vote-result.no-results
{
	color: #000;
	cursor: pointer;
}
.star-wrap:hover .star-active.star-empty{
	background-image: url(/local/templates/.default/components/bitrix/iblock.vote/s2/images/over.svg);
}
/* End */
/* /local/templates/.default/components/bitrix/news.detail/s2_article/style.css?1754307668478 */
/* /local/templates/.default/components/bitrix/news.detail/s2_article/old_css/article.css?175430684813763 */
/* /local/templates/.default/components/bitrix/news.detail/s2_article/old_css/articles.css?17543068483166 */
/* /local/templates/.default/components/bitrix/iblock.vote/s2/style.css?17543068481015 */
