@charset "UTF-8";
/**
 * Strip unit from number.
 *
 * Example:
 *   strip-unit(10px) // 10
 *   strip-unit(10%) // 10
 *   strip-unit(10) // 10
 */
/* Convert string to number */
/* Convert pixels to relative units */
/* Convert px to % */
/* Convert px to vw */
/* Convert % to px */
/* Convert hex to rgb */
/* Shortcut for minmax(0, 1fr) */
/* String replace */
/* Trim string */
/* Return column width */
/* Return one column width */
/* Return columns count width in px */
/* Clearfix */
/* Remove clearfix */
/* Page padding */
/* Compensate horizontal page padding */
/* Layout row */
/* Layout cell */
/* Layout cell reset */
/* Layout row reset */
/* Dotted underline */
/* Dotted underline reset*/
/* Vertical center content  */
/* Justify columns */
/* Triangle */
/* Triangle color */
/* Outer lines */
/* Outer lines reset */
/* Background image with webp and fallback to jpg */
/* Remove button style */
/* Remove extreme property */
/* Remove first and last margins */
/* Remove first and list p margins */
/* Build inner selector */
/* Full width element */
/* Full width background */
/* Responsive font size */
/* Visually hidden */
/* Reset visually-hidden styles */
/* Hamburger icon */
/* Overlay */
/* Transition with multiple properties */
/* Lines using gradient */
/* Hide scrollbar but non disable scrolling */
/* Hide element */
/* Show element */
/* Centering absolute element */
/* Left icon */
/* Hide siblings */
/* Keep maximum first elements */
/* Adaptive version keep-first() mixin */
/* Add label colon */
/* Text inputs */
/* Background SVG with custom color */
:root {
  --color-text-white: rgba(255, 255, 255, 0.9);
  --color-text-black: rgba(0, 0, 0, 0.8);
  --color-text-black-07: rgba(0, 0, 0, 0.7);
  --color-current: var(--color-text-black);
  --color-link: currentColor;
  --color-link-hover: currentColor;
  --color-brand: #F5B700;
  --color-black-background: #212121;
  --page-font-family: "Montserrat", sans-serif;
  --page-font-family-second: Arial, sans-serif;
  --page-font-size: 14px;
  --page-line-height: 1.7;
  --page-max-width: 1115px;
  --page-min-width: 320px;
  --page-padding: 20px;
  --page-padding-negative: calc(var(--page-padding) * -1);
  --gutter-width: 20px;
  --scrollbar-width: 20px;
  --content-extra-max-width: 1400px;
  --sidebar-width: 20%;
  --breadcrumb-separator: "/";
  --overlay-background: rgba(black, 0.7);
  --dialog-padding: var(--gutter-width);
  --p-margin: 25px;
  --h1-font-size: 36px;
  --h2-font-size: 28px;
  --h3-font-size: 22px;
  --form-item-margin: 20px;
  --form-checkbox-width: 25px;
  --form-checkbox-height: 14px;
  --form-checkbox-right-margin: 10px;
  --z-index-overlay: 10;
  --z-index-dialog: 11;
  --local-task-background-color: #EDEDEE;
  --local-task-background-color-hover: #DADADE;
  --local-task-background-color-active: #7C7D7F;
  --local-task-font-size: 14px;
  --local-task-text-color: inherit;
  --local-task-text-color-hover: inherit;
  --local-task-text-color-active: white;
  --block-paragraph-padding: 70px;
  --block-paragraph-title-margin-bottom: 40px;
  --block-paragraph-content-padding: 60px;
}
@media (max-width: 1024px) {
  :root {
    --page-font-size: 13px;
    --page-padding: 20px;
  }
}
@media (max-width: 700px) {
  :root {
    --page-padding: 15px;
    --block-paragraph-padding: 50px;
    --block-paragraph-title-margin-bottom: 40px;
    --block-paragraph-content-padding: 40px;
  }
}

/* "Наше расположение и Адрес" */
.block-paragraph--86 .text-image-paragraph {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
}
.block-paragraph--86 .text-image-paragraph__text {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
  max-width: 450px;
  color: white;
  line-height: 1.7;
}
.block-paragraph--86 .block__item-title {
  margin-bottom: 20px;
  font-weight: bold;
}
.block-paragraph--86 .text-image-paragraph__image {
  margin-top: -30px;
}
@media (max-width: 700px) {
  .block-paragraph--86 .text-image-paragraph {
    grid-template-columns: 1fr;
    row-gap: calc(var(--block-paragraph-content-padding) * 2);
  }
  .block-paragraph--86 .text-image-paragraph__image {
    margin-top: 0;
    text-align: center;
  }
  .block-paragraph--86 .text-image-paragraph__image-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

/*# sourceMappingURL=node-7.css.map */
