/* normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

/**
 * Remove  the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Prevent the duplicate appliclation of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct marin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari
 */
button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

/**
 * Restore the font weight unset by previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *		controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding, in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
@charset "UTF-8";
/*#################### Офомление базовых стилей ####################*/
:root {
  --script-line: none;
  --startImgAbout: calc(50cqw);
  --symbolLogoFill: #fff;
  --symbolPointFill: #ff9e00;
  --arrowFill: #ff9e00;
  --circleBg: #181717;
  --circleBd: #181717;
  --mobileMenuTriggerHeight: calc(8.05 * var(--vh));
  --vh: 1vh;
  --HeaderHeight: 0px;
  --HeaderUnitLogoHeight: 0px;
  --FooterHeight: 0px;
  --dropdownOffset: 0px;
  --MobileControlHeight: 0px;
  --MiddleTop: 0px;
  --cqhMT: 1vh;
  --fontXS: 12px;
  --fontSMM: 14px;
  --fontSM: 14px;
  --fontNRM: 17px;
  --fontNR: 16px;
  --fontNRP: 18px;
  --fontMDM: 20px;
  --fontMD: 24px;
  --fontMDP: 28px;
  --fontLGM: 31px;
  --fontLG: 32px;
  --fontLGP: 40px;
  --fontXL: 48px;
  --text-xs: 10px;
  --text-sm: 12px;
  --text-md: 14px;
  --text-lg: 16px;
  --heading-1-plus: 32px;
  --heading-1: 32px;
  --heading-2: 28px;
  --heading-3: 24px;
  --heading-4: 20px;
  --heading-5: 18px;
  --heading-6: 16px;
  --button: 14px;
  --pdWrap: 16px;
  --htmlWidth: 100vw;
  --bdrsSM: 3px;
  --bdrsMD: 6px;
  --button-lg: 54px;
  --button-md: 48px;
  --button-sm: 36px;
  --button-xs: 32px;
  --button-input: 46px;
  --space-none: 0;
  --space-xxxxs: 2px;
  --space-xxxs: 4px;
  --space-xxs: 6px;
  --space-xs: 10px;
  --space-sm: 14px;
  --space-md: 16px;
  --space-lg: 18px;
  --space-xl: 20px;
  --space-xxl: 24px;
  --space-xxxl: 28px;
  --space-grid: 8px;
  --radius-xxs: 8px;
  --radius-xs: 10px;
  --radius-s: 14px;
  --radius-md: 18px;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --radius-max: 9999px;
  --fillAdd: #3d64f7;
  --icon-color: #64748b;
}

@media (min-width: 992px) {
  :root {
    --pdWrap: 40px;
    --space-none: 0;
    --space-xxxxs: 4px;
    --space-xxxs: 6px;
    --space-xxs: 10px;
    --space-xs: 12px;
    --space-sm: 16px;
    --space-md: 20px;
    --space-lg: 24px;
    --space-xl: 28px;
    --space-xxl: 32px;
    --space-xxxl: 40px;
    --space-grid: 20px;
    --text-xs: 12px;
    --text-sm: 14px;
    --text-md: 16px;
    --text-lg: 18px;
    --heading-1-plus: 56px;
    --heading-1: 48px;
    --heading-2: 40px;
    --heading-3: 32px;
    --heading-4: 28px;
    --heading-5: 24px;
    --heading-6: 18px;
    --button: 16px;
    --button-lg: 64px;
    --button-md: 54px;
    --button-sm: 42px;
    --button-xs: 36px;
    --button-input: 52px;
    --radius-xxs: 10px;
    --radius-xs: 12px;
    --radius-s: 16px;
    --radius-md: 20px;
    --radius-lg: 24px;
    --radius-xl: 32px;
    --radius-max: 9999px;
  }
}
/* funcBegin */
@supports not selector(::-webkit-scrollbar) {
  .Site-customScroll {
    scrollbar-color: #555759 transparent;
    scrollbar-width: thin;
  }
}
/* funcEnd */
.Site {
  min-height: 100%;
  text-align: left;
  position: relative;
  min-width: 320px;
  background: #fff;
  display: flex;
  flex-direction: column;
  font-size: var(--text-md);
  line-height: 1.2em;
  max-width: 100%;
  overflow: hidden;
  transition: all 100ms;
  justify-content: stretch;
  align-items: stretch;
}
.Site-wrap {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  padding: 0 var(--pdWrap);
  display: block;
  min-width: 320px;
  max-width: 100%;
}
@media all and (min-width: 992px) {
  .Site {
    height: calc(100 * var(--vh, 1vh));
  }
}
@media all and (min-width: 576px) {
  .Site {
    padding-bottom: 0;
  }
}
.Site-overflowAuto {
  overflow: auto;
  margin-left: calc(-1 * var(--pdWrap));
  margin-right: calc(-1 * var(--pdWrap));
  padding-left: var(--pdWrap);
  padding-right: var(--pdWrap);
}
.Site-customScroll {
  overflow: auto;
}
.Site-customScroll::-webkit-scrollbar {
  width: 4px;
  background: transparent;
  background: transparent;
}
.Site-customScroll::-webkit-scrollbar-thumb {
  width: 4px;
  border-radius: 100px;
  background: #9e9e9e;
}
.Site-customScroll_visible {
  overflow-y: scroll;
}
.Site-customScroll_visible::-webkit-scrollbar {
  background: #f8f8f8;
}
.Site-middle {
  min-height: calc(100 * var(--vh, 1vh) - var(--HeaderHeight) - var(--mobileMenuTriggerHeight));
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
}
@media all and (min-width: 100px) and (max-width: 991px) {
  .Site_screen-contacts .Site-middle {
    min-height: calc(100 * var(--vh, 1vh) - var(--HeaderHeight) - var(--FooterHeight) - var(--mobileMenuTriggerHeight));
  }
}
@media all and (min-width: 576px) {
  .Site-middle {
    min-height: calc(100 * var(--vh, 1vh) - var(--HeaderHeight) - var(--FooterHeight));
  }
}
.Site-header {
  position: relative;
  z-index: 100;
  flex-shrink: 1;
}
@media all and (min-width: 576px) {
  .Site-header {
    flex-shrink: 0;
  }
}
@media all and (min-width: 992px) {
  .Site-header {
    z-index: 1;
  }
}
.Site-br {
  display: block;
}
@media all and (min-width: 576px) {
  .Site-br_phone {
    display: none;
  }
}
.Site-br_desktop {
  display: none;
}
@media all and (min-width: 992px) {
  .Site-br_desktop {
    display: block;
  }
}
.Site-br_comps {
  display: none;
}
@media all and (min-width: 576px) {
  .Site-br_comps {
    display: block;
  }
}
.Site-br_tablet {
  display: none;
}
@media all and (min-width: 950px) and (max-width: 991px) {
  .Site-br_tablet {
    display: block;
  }
}
.Site-br_mobile {
  display: block;
}
@media all and (min-width: 992px) {
  .Site-br_mobile {
    display: none;
  }
}
.Site_screenWhite {
  background: #fff;
  color: #181717;
}
.Buttons {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-xxs);
  align-items: center;
}

/*----------  Button  ----------*/
@charset "UTF-8";
/*-----------  Стилизация текстовых полей формы и текстовых областей  -----------*/
/* funcBegin */
/* funcEnd */
/*-----------  Формы  -----------*/
/*--- Выпадающие списки ---*/
/*--- Чекбоксы ---*/
/* funcBegin */
/* funcEnd */
.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  vertical-align: middle;
  line-height: 0;
  font-size: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 24px;
}
.icon-svg {
  margin-left: 10px;
}
.icon img {
  max-width: 100%;
  height: auto;
}
.icon svg {
  max-width: 100%;
  height: auto;
}
.icon_xxs svg {
  width: 14px;
  min-width: 14px;
  max-width: 14px;
}
.icon_xxs img {
  width: 14px;
  min-width: 14px;
  max-width: 14px;
}
.icon_xs svg {
  width: 17px;
  min-width: 17px;
  max-width: 17px;
}
.icon_xs img {
  width: 17px;
  min-width: 17px;
  max-width: 17px;
}
.icon_lg {
  width: 46px;
  height: 46px;
}
.icon_lg svg {
  width: 46px;
  min-width: 46px;
  max-width: 46px;
}
.icon_lg img {
  width: 46px;
  min-width: 46px;
  max-width: 46px;
}
.icon_sm svg {
  width: 20px;
  min-width: 20px;
  max-width: 20px;
}
.icon_sm img {
  width: 20px;
  min-width: 20px;
  max-width: 20px;
}
.icon_md svg {
  width: 24px;
  min-width: 24px;
  max-width: 24px;
}
.icon_md img {
  width: 24px;
  min-width: 24px;
  max-width: 24px;
}
.icon_xl {
  width: 70px;
  height: 70px;
}
.icon_widthAuto {
  width: auto;
  height: auto;
}
@charset "UTF-8";
/*-----------  Обертка картинки  -----------*/

