json-viewer {
  --background-color: #232323;
  --property-color: #1489d9;
  --string-color: #3e953b;
  --number-color: #df5f2e;
  --null-color: #b8b8b8; }

.darkmode--activated json-viewer {
  --background-color: #d7d7d7;
  --null-color: #828282;
  --preview-color: rgba(145, 102, 73, 0.9);
  --indentguide-color: #bababa;
  --indentguide-color-active: #828282; }

@media (min-width: 768px) and (max-width: 991px) {
  .block-h1 .subtitle-right {
    text-align: end; } }

.block-big-img {
  margin-top: 30px; }
  .block-big-img::before {
    content: '';
    display: block;
    width: 100%;
    height: 600px;
    background-image: url("/static/img/about/big-image.jpg?7fcecb31b344");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 40px; }
  @media (max-width: 991px) {
    .block-big-img::before {
      height: 500px; }
    .block-big-img .subtitle-right {
      text-align: end;
      margin-right: 0;
      margin-left: auto; } }
  @media (max-width: 767px) {
    .block-big-img::before {
      width: 100%;
      height: 200px;
      margin-bottom: 20px; }
    .block-big-img .subtitle-right {
      text-align: start; } }

.block-targets {
  justify-content: space-between;
  margin-top: 80px; }
  .block-targets .collage {
    width: 650px;
    margin-top: -300px; }
  .block-targets .description {
    padding-bottom: 15px; }
    .block-targets .description > div {
      max-width: 500px; }
    .block-targets .description .subtitle {
      margin-top: 30px; }
  @media (max-width: 1299px) {
    .block-targets {
      margin-top: 70px; }
      .block-targets .collage {
        width: 480px; } }
  @media (max-width: 991px) {
    .block-targets {
      margin-top: 40px;
      justify-content: start; }
      .block-targets .collage {
        width: 50%;
        margin-top: -150px; }
      .block-targets .description .subtitle {
        margin-top: 20px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .block-targets .description {
      max-width: 324px; } }

  @media (max-width: 767px) {
    .block-targets {
      justify-content: center; }
      .block-targets .collage {
        min-width: 350px;
        margin-top: -100px; }
      .block-targets .description {
        max-width: 540px;
        margin-top: 20px;
        padding-left: 20px;
        padding-right: 20px; }
        .block-targets .description .subtitle {
          margin-top: 15px; } }

.block-sattelite-gallery {
  padding: 80px 0 100px 40px;
  background-color: #0f0d0d; }
  .block-sattelite-gallery .h2 {
    text-align: center;
    margin-bottom: 50px; }
  .block-sattelite-gallery .swiper img {
    width: 100%;
    height: 400px;
    object-fit: cover; }
  .block-sattelite-gallery .swiper .alt {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    color: #ffffff; }
  .block-sattelite-gallery .swiper .block-sattelite-gallery__slider-swiper-navigation {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 20px;
    margin-right: 40px; }
    .block-sattelite-gallery .swiper .block-sattelite-gallery__slider-swiper-navigation > div {
      width: 42px;
      height: 7px;
      background-image: url("/static/img/arrow-right.svg?7fcecb31b344");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      transition: all 0.4s;
      cursor: pointer; }
      .block-sattelite-gallery .swiper .block-sattelite-gallery__slider-swiper-navigation > div.block-sattelite-gallery__slider-swiper-navigation-prev {
        transform: rotate(180deg) translateX(15px); }
      .block-sattelite-gallery .swiper .block-sattelite-gallery__slider-swiper-navigation > div.swiper-button-disabled {
        opacity: .4;
        cursor: default; }
      .block-sattelite-gallery .swiper .block-sattelite-gallery__slider-swiper-navigation > div:not(.swiper-button-disabled):hover {
        filter: hue-rotate(160deg); }
  @media (max-width: 1299px) {
    .block-sattelite-gallery {
      padding: 50px 0 80px 20px; }
      .block-sattelite-gallery .h2 {
        margin-bottom: 40px; }
      .block-sattelite-gallery .swiper .alt {
        font-size: 16px;
        margin-top: 10px; } }
  @media (max-width: 991px) {
    .block-sattelite-gallery .swiper img {
      height: 350px; } }
  @media (max-width: 767px) {
    .block-sattelite-gallery {
      padding: 30px 0 50px 20px; }
      .block-sattelite-gallery .h2 {
        margin-bottom: 15px; }
      .block-sattelite-gallery .swiper img {
        height: 300px; } }

footer {
  margin-top: 0; }

.darkmode--activated .block-sattelite-gallery {
  background-color: #fafafa; }
.darkmode--activated .block-sattelite-gallery .swiper .alt {
  color: #121212; }

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