

/* Start:/bitrix/templates/gbk_blue/components/bitrix/news/articles/style.css?1785855653924*/
div.news-list {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	
}

div.news-item {
	display: flex;
	flex-direction: column;
	word-wrap: break-word;
	width: 302px;
	height: ;
	margin-bottom: 60px;
}

div.news-list img.preview_picture {
	width: 302px;
	height: 200px;
	border-radius: 16px;
	border-radius: 16px;

}

div.articles_date {
	font-weight: 300;
	font-style: Light;
	font-size: 14px;
	line-height: 120%;
	color: #868685;
	margin-top: 12px;
}

div.news-item a {
	text-decoration: none;
	font-family: Open Sans;
	font-weight: 600;
	font-size: 20px;
	line-height: 120%;
	color: #1D1D1D;
	margin-bottom: 12px;
}
div.news-title {
	margin-top: 12px;
}
div.news-item div.p_text {
	font-family: Open Sans;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	line-height: 130%;
	color: #535353;
	margin-top: 12px;
}



/* End */


/* Start:/bitrix/templates/gbk_blue/components/bitrix/news/articles/bitrix/news.detail/.default/style.css?17858556532937*/
div.news-detail {
	display: flex;
	flex-direction: column;
}
.detail_picture {
	width: 100%;
	max-height: 560px;
}

div.news-detail-body {
	display: flex;
	flex-direction: row;
	margin-top: 40px;
}



div.news-detail-sidebar {
	width: 380px;
}
div.news-detail-sidebar .banner-news-detail {
	width: 380px;
	border-radius: 16px;
}

div.news-detail-sidebar div.banner_help div.news-detail-bannr-help  {
	flex-wrap: wrap;
}

div.news-detail-sidebar div.banner_help div.news-detail-bannr-help div.banner_help_wrapper {
	width: 100%;
}
div.news-detail-sidebar div.banner_help div.news-detail-bannr-help div.banner_help_wrapper div.banner_help_text {
	margin: 0 0 0 0;
}
div.news-detail-sidebar div.banner_help div.news-detail-bannr-help div.banner_help_wrapper div.banner_help_text h2 {
font-family: Geologica;
font-weight: 700;
font-size: 40px;
line-height: 120%;
}

div.news-detail-sidebar div.banner_help div.news-detail-bannr-help div.banner_help_wrapper a.help_button {
	margin: 40px 0;
}
div.news-detail-sidebar div.banner_help div.news-detail-bannr-help div.banner_help_wrapper a.help_button .banner_help_button {
	margin: 0 0 0 0;
}
div.news-detail-sidebar div.banner_help div.news-detail-bannr-help div.banner_help_images img {
	width: 100%;
	height: 100%;
}
div.news-detail-sidebar div.banner_help div.news-detail-bannr-help {
	padding-bottom: 0;
}



div.news-detail-banner {
	width: 100%;
	min-height: 316px;
	display: flex;
	align-items: flex-end;
	padding: 40px;
	border-radius: 16px;
	
	

}

div.detail-banner_help_text h2{
	font-family: Open Sans;
	font-weight: 400;
	font-style: Regular;
	font-size: 18px;
	leading-trim: NONE;
	line-height: 140%;
	letter-spacing: 0%;
	color: #fff;
}
div.detail-banner_help_wrapper .help_button {
	background-color: transparent;
	margin-top: 12px;
}
div.detail-banner_help_wrapper div.banner_help_button {
	margin: 0 0 0 0;
}



div.news-detail-bannr-help {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 40px;
}

div.banner_help_text {
	display: block;
	margin: 0 40px 24px 40px;
}

div.banner_help_text h2 {
	color: #FFF;
}

div.banner_help_button {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	width: 244px;
	height: 48px;
	border: 2px solid #fff;
	border-radius: 8px;
	margin: 0 0 0 40px;
	align-content: center;
}
div.news-detail-sidebar div.news-detail-banner a {
	text-decoration: none;
}
div.news-detail-sidebar div.news-detail-banner div.banner_help_button {
	width: 144px;
}



a.banner_help_button img {
	display: block;
}
div.banner_help_button span {
	display: block;
	font-weight: 500;
	font-style: Medium;
	font-size: 16px;
	line-height: 100%;
	color: #fff;
}



.banner_help_wrapper .help_button {
	cursor: pointer;
}
div.news-detail-bannr-help img.detail_picture-help
{
	/*float:right;*/
	margin: -25px 20px -4px 0;
}
div.banner_help_images {}
/* End */


/* Start:/bitrix/templates/gbk_blue/components/bitrix/news.detail/banner-news-detail/style.css?17858556531*/


/* End */


/* Start:/bitrix/templates/gbk_blue/components/bitrix/news.detail/banner_help/style.css?17858556536820*/
:root {
  --promo-blue: linear-gradient(90deg, #0079C0 0%, #0295EB 100%);
;
  --promo-blue-hover: #006fb0;
  --promo-white: #ffffff;
  --promo-radius: 24px;
  --promo-font: "Montserrat", "Segoe UI", sans-serif;
  --page-bg: #0a0a0a;
  --page-max: 1280px;
}

.promo {
  --promo-pad-x: 28px;
  --promo-pad-y: 28px;
  --promo-gap: 20px;
  --promo-title-size: 18px;
  --promo-title-lh: 1.35;
  --promo-img-w: min(100%, 280px);
  --promo-img-overflow: 28px;

  position: relative;
  isolation: isolate;
  overflow: visible;
  background: var(--promo-blue);
  border-radius: var(--promo-radius);
}

.promo__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--promo-gap);
  padding: var(--promo-pad-y) var(--promo-pad-x);
  min-height: 100%;
  overflow: visible;
}

.promo__content {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  max-width: 42rem;
  min-width: 0;
}

.promo__title {
  margin: 0;
  font-size: var(--promo-title-size);
  font-weight: 700;
  line-height: var(--promo-title-lh);
  letter-spacing: -0.01em;
  color: var(--promo-white);

}

.promo__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 100%;
  padding: 12px 18px;
  border: 1.5px solid var(--promo-white);
  border-radius: 8px;
  background: transparent;
  color: var(--promo-white);
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  box-sizing: border-box;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
  text-decoration: none;
}
.promo__btn span {
  color: var(--promo-white);
}
.promo__btn:hover,.promo__btn:hover span,.promo__btn:focus-visible span,
.promo__btn:focus-visible {
  background: var(--promo-white);
  color: var(--promo-blue);
  outline: none;
}

.promo__btn:focus-visible {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.35);
}

.promo__btn-icon {
  flex-shrink: 0;
  width: 20px;
  height: 16px;
  display: block;
  transition: filter 0.2s ease;
}

.promo__btn:hover .promo__btn-icon,
.promo__btn:focus-visible .promo__btn-icon {
  /* белая иконка → цвет кнопки при hover */
  filter: brightness(0) saturate(100%) invert(42%) sepia(98%) saturate(1200%) hue-rotate(171deg) brightness(95%) contrast(101%);
}

.promo__visual {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: var(--promo-img-w);
  pointer-events: none;
}

.promo__img {
  width: 100%;
  max-width: 412px;
  height: auto;
  object-fit: contain;
  object-position: right bottom;
}

/* --------------------------------------------------------------------------
 *   ≥ 600px — горизонтальная компоновка (макет banner600)
 *   Картинка абсолютно справа и выше/ниже синего блока
 *   -------------------------------------------------------------------------- */

@media (min-width: 600px) {
  .promo {
    --promo-pad-x: 36px;
    --promo-pad-y: 32px;
    --promo-gap: 24px;
    --promo-title-size: 20px;
    --promo-img-w: 46%;
    --promo-img-overflow: 36px;
  }

  .promo__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    min-height: 220px;
  }

  .promo__content {
    flex: 1 1 48%;
    gap: 24px;
    padding-right: calc(var(--promo-img-w) * 0.85);
    max-width: none;
  }

  .promo__visual {
    position: absolute;
    right: 8px;
    top: calc(var(--promo-img-overflow) * -1);
    bottom: 0;
    width: var(--promo-img-w);
    height: auto;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .promo__img {
    width: auto;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right bottom;
  }
}

/* --------------------------------------------------------------------------
 *   ≥ 960px — макет banner960
 *   -------------------------------------------------------------------------- */

@media (min-width: 960px) {
  .promo {
    --promo-pad-x: 48px;
    --promo-pad-y: 40px;
    --promo-gap: 32px;
    --promo-title-size: 24px;
    --promo-title-lh: 1.32;
    --promo-radius: 28px;
    --promo-img-w: 42%;
    --promo-img-overflow: 48px;
  }

  .promo__inner {
    min-height: 260px;
  }

  .promo__content {
    gap: 28px;
    max-width: 34rem;
    padding-right: 0;
    flex: 1 1 55%;
  }

  .promo__btn {
    padding: 14px 22px;
    font-size: 15px;
    border-radius: 10px;
  }

  .promo__visual {
    right: 12px;
  }
}

/* --------------------------------------------------------------------------
 *   ≥ 1156px — макет banner1156
 *   -------------------------------------------------------------------------- */

@media (min-width: 1156px) {
  .promo {
    --promo-pad-x: 56px;
    --promo-pad-y: 44px;
    --promo-title-size: 26px;
    --promo-img-w: 40%;
    --promo-img-overflow: 56px;
  }

  .promo__inner {
    min-height: 280px;
  }

  .promo__content {
    max-width: 38rem;
  }

  .promo__visual {
    right: 16px;
  }
}

/* --------------------------------------------------------------------------
 *   ≥ 1280px — макет banner1280
 *   -------------------------------------------------------------------------- */

@media (min-width: 1280px) {
  .promo {
    --promo-pad-x: 64px;
    --promo-pad-y: 48px;
    --promo-title-size: 28px;
    --promo-title-lh: 1.3;
    --promo-radius: 30px;
    --promo-img-w: 38%;
    --promo-img-overflow: 64px;
  }

  .promo__inner {
    min-height: 300px;
  }

  .promo__content {
    max-width: 40rem;
    gap: 32px;
  }

  .promo__btn {
    padding: 15px 24px;
    font-size: 16px;
  }

  .promo__visual {
    right: 20px;
  }
}

/* --------------------------------------------------------------------------
 *   Узкий экран: кнопка на всю ширину, лёгкий выступ картинки
 *   -------------------------------------------------------------------------- */

@media (max-width: 599px) {
  .promo {
    --promo-pad-x: 20px;
    --promo-pad-y: 20px;
    --promo-radius: 20px;
    --promo-img-overflow: 20px;
  }

  .promo__content {
    width: 100%;
    max-width: 100%;
  }

  .promo__btn {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 48px;
    padding: 12px 14px;
    justify-content: center;
    white-space: normal;
    text-align: center;
  }

  .promo__visual {
    margin-top: calc(var(--promo-img-overflow) * -0.5);
    margin-bottom: 0;
    align-self: flex-end;
  }
}

/* Уважение к reduced motion */

@media (prefers-reduced-motion: reduce) {
  .promo__btn,
  .promo__btn-icon {
    transition: none;
  }
}

/* End */


/* Start:/bitrix/templates/gbk_blue/components/bitrix/news.list/articles/style.css?17858556531064*/

div.list-articles {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

p.item-articles {
    display: flex;
    flex-direction: column;
    width: 302px;
    height: 385px;
    overflow-wrap: break-word;
}

img.preview_picture-articles {
    width: 302px;
    height: 200px;
    border-radius: 16px;
}

span.articles_date {
    margin-bottom: 12px;
    color: #868685;
    font-family: var(--font-family-body);
    font-size: var(--font-size-small);
    font-weight: var(--font-weight-light);
    line-height: var(--line-height-heading);
}

p.item-articles a {
    margin-bottom: 12px;
    color: #1d1d1d;
    text-decoration: none;
    font-family: var(--font-family-body);
    font-size: var(--font-size-body-large);
    font-weight: var(--font-weight-semibold);
    line-height: var(--line-height-heading);
}

p.item-articles span.p_text {
    color: #535353;
    font-family: var(--font-family-body);
    font-size: var(--font-size-control);
    font-weight: var(--font-weight-regular);
    line-height: var(--line-height-text);
}

/* End */
/* /bitrix/templates/gbk_blue/components/bitrix/news/articles/style.css?1785855653924 */
/* /bitrix/templates/gbk_blue/components/bitrix/news/articles/bitrix/news.detail/.default/style.css?17858556532937 */
/* /bitrix/templates/gbk_blue/components/bitrix/news.detail/banner-news-detail/style.css?17858556531 */
/* /bitrix/templates/gbk_blue/components/bitrix/news.detail/banner_help/style.css?17858556536820 */
/* /bitrix/templates/gbk_blue/components/bitrix/news.list/articles/style.css?17858556531064 */
