

/* Start:/bitrix/templates/gbk_blue/components/bitrix/news.list/main_big_banner/style.css?17858556532347*/

.main_big_banner {
    position: relative;
}

.slider-container {
    width: 100%;
    height: 560px;
    overflow: hidden;
}

.slide {
    text-align: center;
    transition: opacity 0.6s ease-in-out;
}

.background_banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 560px;
    border-radius: 16px;
    background: linear-gradient(270deg, rgba(0, 121, 192, 0) 18.78%, #0079C0 77.14%);
}

.slide_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 752px;
    height: 350px;
    margin: 85px 0 0 82px;
    color: #fff;
}

.slide_wrapper h1 {
    color: #fff;
    font-family: var(--font-family-heading);
    font-size: var(--font-size-banner-title);
    font-weight: var(--font-weight-bold);
    line-height: var(--line-height-compact);
}

.slideText {
    max-width: 553px;
}

.slideButton {
    display: block;
    align-content: center;
    box-sizing: border-box;
    width: 254px;
    height: 48px;
    border: 2px solid #fff;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
}

.slide_wrapper a.slideButton img {
    width: 18px;
    height: 18px;
    margin-left: 15px;
    vertical-align: middle;
}

.slide_wrapper a.slideButton p {
    display: inline-block;
    margin: 0 0 0 11px;
    padding: 0;
    color: #fff;
    font-family: var(--font-family-body);
    font-size: var(--font-size-control);
    font-weight: var(--font-weight-medium);
    line-height: var(--line-height-compact);
}

.slider-container img {
    width: 100%;
    height: 560px;
    border-radius: 16px;
}

.itemSlide {
    position: absolute;
    left: 80px;
    bottom: 85px;
    display: flex;
}

.itemSlide button {
    display: block;
    width: 24px;
    height: 8px;
    margin-right: 16px;
    border: 2px solid #fff;
    border-radius: 4px;
    background-color: #0079C0;
    opacity: 0.5;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.itemSlide button:hover {
    background-color: #fff;
}



@media (max-width: 768px) {
    .slide_wrapper h1 {
        color: #fff;
        font-family: var(--font-family-heading);
        font-size: var(--font-size-h1);
        font-weight: var(--font-weight-bold);
        line-height: var(--line-height-compact);
    }
}
/* End */


/* Start:/bitrix/templates/gbk_blue/components/bitrix/news.list/advantages/style.css?1785855653621*/
.advantages-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.advantages_card {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 410px;
    height: 190px;
    margin: 12px 0;
    border-radius: 16px;
    padding: 32px;
    background-color: #f4f4f4;
}

.advantages_card img {
    display: block;
    width: 60px;
    height: auto;
    margin: 0;
}

.advantages_card p {
    margin: 0;
    font-family: var(--font-family-body);
    font-size: var(--font-size-control);
    font-weight: var(--font-weight-regular);
    line-height: var(--line-height-heading);
}

/* End */


/* Start:/bitrix/templates/gbk_blue/components/bitrix/news.detail/banner_catalog_main/style.css?17858556536864*/
: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: center;
  width: var(--promo-img-w);
  pointer-events: none;
}

.promo__img {
  width: 100%;
  max-width: 557px;
  height: auto;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.28));
}

/* --------------------------------------------------------------------------
 *   ≥ 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: calc(var(--promo-img-overflow) * -1);
    width: var(--promo-img-w);
    height: auto;
    justify-content: flex-end;
    align-items: center;
  }

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

/* --------------------------------------------------------------------------
 *   ≥ 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.35);
    margin-bottom: calc(var(--promo-img-overflow) * -0.65);
  }
}

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

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

/* End */


/* Start:/bitrix/templates/gbk_blue/components/bitrix/news.list/gbk_map/style.css?17858556533236*/

.page_map {
    display: grid;
    place-items: center;
    min-height: 100vh;
    padding: 0;
    overflow: auto;
}

.map {
    position: relative;
    width: min(100vw, 900px);
    min-width: 900px;
}

.map__image {
    display: block;
    width: 100%;
    height: auto;
    user-select: none;
    pointer-events: none;
}

.city {
    --label-gap: 9px;
    --label-x: 0px;
    --label-y: 0px;

    position: absolute;
    left: var(--x);
    top: var(--y);
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
}

.city__dot {
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #79d9ff;
    background: #f7fbff;
    box-shadow:
        0 0 10px rgba(83, 205, 255, 0.95),
        0 0 22px rgba(30, 165, 235, 0.8);
}

.city__label {
    --label-bg: rgba(24, 27, 31, 0.96);

    position: absolute;
    padding: 7px 10px;
    border-radius: 3px;
    background: var(--label-bg);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
    color: #d7dce2;
    font-family: var(--font-family-body);
    font-size: var(--font-size-caption);
    font-weight: var(--font-weight-regular);
    line-height: var(--line-height-compact);
    white-space: nowrap;
}

.city__label::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}

.city--top .city__label,
.city--bottom .city__label {
    left: ;
    transform: translate(calc(-50% + var(--label-x)), var(--label-y));
}

.city--top .city__label {
    bottom: calc(100% + var(--label-gap));
}

.city--top .city__label::after,
.city--bottom .city__label::after {
    left: 50%;
    transform: translateX(-50%);
}

.city--top .city__label::after {
    top: 100%;
    border-width: 5px 5px 0;
    border-color: var(--label-bg) transparent transparent;
}

.city--bottom .city__label {
    top: calc(100% + var(--label-gap));
}

.city--bottom .city__label::after {
    bottom: 100%;
    border-width: 0 5px 5px;
    border-color: transparent transparent var(--label-bg);
}

.city--right .city__label {
    left: calc(100% + var(--label-gap));
    top: 50%;
    transform: translate(var(--label-x), calc(-50% + var(--label-y)));
}

.city--right .city__label::after,
.city--left .city__label::after {
    top: 50%;
    transform: translateY(-50%);
}

.city--right .city__label::after {
    right: 100%;
    border-width: 5px 5px 5px 0;
    border-color: transparent var(--label-bg) transparent transparent;
}

.city--left .city__label {
    right: calc(100% + var(--label-gap));
    top: 50%;
    transform: translate(var(--label-x), calc(-50% + var(--label-y)));
}

.city--left .city__label::after {
    left: 100%;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent var(--label-bg);
}
.city__mobile {
    display: none;
}
@media (max-width: 1024px) {
    .map__image {
        display: none;
    }
    .city__mobile {
        display: flex;
    }
    .map {
        width: auto;
        min-width: 100%;
    }
    .page_map {
        min-height: fit-content;
    }
    .city {
        display: none;
    }
}
@media (max-width: 640px) {
    .city__label {
        padding: 5px 7px;
    }
}

/* 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.list/main_big_banner/style.css?17858556532347 */
/* /bitrix/templates/gbk_blue/components/bitrix/news.list/advantages/style.css?1785855653621 */
/* /bitrix/templates/gbk_blue/components/bitrix/news.detail/banner_catalog_main/style.css?17858556536864 */
/* /bitrix/templates/gbk_blue/components/bitrix/news.list/gbk_map/style.css?17858556533236 */
/* /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 */
