@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * 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; }

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

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

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

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

/**
 * 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; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[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; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

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

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

/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

:root {
  --main-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,Oxygen-Sans, Ubuntu,Cantarell, "Helvetica Neue", sans-serif; }

:root {
  --body-bg: #fff;
  --color_main: #05c3de;
  --color_dark: #343640;
  --color_bg_main: #f4f7f9;
  --color_bg_gray: #fbfbfb;
  --color_bg_dark: #343640;
  --color_text: #4a4a4a;
  --color_spoiler_header: #ced4d9;
  --color_gray: #9b9b9b;
  --color_gray_light: #e0e0e0;
  --color_white: #fff; }

.vue-range-slider.slider-component {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: -1px; }

.vue-range-slider.slider-component .slider {
  position: relative;
  display: block;
  border-radius: 15px;
  background-color: transparent; }

.vue-range-slider.slider-component .slider::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2; }

.vue-range-slider.slider-component .slider .slider-dot {
  position: absolute;
  border-radius: 50%;
  -webkit-transition: all 0s;
  transition: all 0s;
  will-change: transform;
  cursor: pointer;
  z-index: 5;
  background-color: #05c3de;
  background-color: var(--color_main);
  border: 3px solid #FFFFFF;
  -webkit-box-shadow: 0 4px 10px rgba(166, 206, 57, 0.1);
          box-shadow: 0 4px 10px rgba(166, 206, 57, 0.1); }

.vue-range-slider.slider-component .slider .slider-dot.slider-dot-focus {
  -webkit-box-shadow: 0 0 2px 1px #3498db;
  box-shadow: 0 0 2px 1px #3498db; }

.vue-range-slider.slider-component .slider .slider-dot.slider-dot-dragging {
  z-index: 5; }

.vue-range-slider.slider-component .slider .slider-dot.slider-dot-disabled {
  z-index: 4; }

.vue-range-slider.slider-component .slider .slider-dot.slider-hover:hover .slider-tooltip-wrap {
  display: block; }

.vue-range-slider.slider-component .slider .slider-dot.slider-always .slider-tooltip-wrap {
  display: none !important; }

.vue-range-slider.slider-component .slider .slider-process {
  position: absolute;
  border-radius: 15px;
  z-index: 1;
  background-color: #05c3de;
  background-color: var(--color_main); }

.vue-range-slider.slider-component .slider .slider-process.slider-process-draggable {
  cursor: pointer;
  z-index: 3; }

.vue-range-slider.slider-component .slider .slider-input {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px); }

.vue-range-slider.slider-component .slider .slider-piecewise {
  position: absolute;
  width: 100%;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  height: 100%;
  list-style: none; }

.vue-range-slider.slider-component .slider .slider-piecewise .piecewise-item {
  position: absolute;
  width: 8px;
  height: 8px; }

.vue-range-slider.slider-component .slider .slider-piecewise .piecewise-item:first-child .piecewise-dot,
.vue-range-slider.slider-component .slider .slider-piecewise .piecewise-item:last-child .piecewise-dot {
  visibility: hidden; }

.vue-range-slider.slider-component .slider .slider-piecewise .piecewise-item .piecewise-dot {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.vue-range-slider.slider-component.slider-horizontal .slider-dot {
  left: 0; }

.vue-range-slider.slider-component.slider-horizontal .slider-process {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  will-change: width; }

.vue-range-slider.slider-component.slider-vertical .slider-dot {
  bottom: 0; }

.vue-range-slider.slider-component.slider-vertical .slider-process {
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  will-change: height; }

.vue-range-slider.slider-component.slider-horizontal-reverse .slider-dot {
  right: 0; }

.vue-range-slider.slider-component.slider-horizontal-reverse .slider-process {
  width: 0;
  height: 100%;
  top: 0;
  right: 0; }

.vue-range-slider.slider-component.slider-vertical-reverse .slider-dot {
  top: 0; }

.vue-range-slider.slider-component.slider-vertical-reverse .slider-process {
  width: 100%;
  height: 0;
  top: 0;
  left: 0; }

.vue-range-slider.slider-component.slider-horizontal .slider-piecewise .piecewise-item .piecewise-label,
.vue-range-slider.slider-component.slider-horizontal-reverse .slider-piecewise .piecewise-item .piecewise-label {
  position: absolute;
  display: inline-block;
  top: 100%;
  left: 50%;
  white-space: nowrap;
  font-size: 12px;
  color: #333;
  -webkit-transform: translate(-50%, 8px);
  transform: translate(-50%, 8px);
  visibility: visible; }

.vue-range-slider.slider-component.slider-vertical .slider-piecewise .piecewise-item .piecewise-label,
.vue-range-slider.slider-component.slider-vertical-reverse .slider-piecewise .piecewise-item .piecewise-label {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 100%;
  white-space: nowrap;
  font-size: 12px;
  color: #333;
  -webkit-transform: translate(8px, -50%);
  transform: translate(8px, -50%);
  visibility: visible; }

.vue-range-slider.slider-component .slider-tooltip-wrap {
  display: none;
  position: absolute;
  z-index: 9; }

.vue-range-slider.slider-component .slider-tooltip-wrap.merged-tooltip {
  display: block;
  visibility: hidden; }

.vue-range-slider.slider-component .slider-tooltip-wrap.slider-tooltip-top {
  top: -9px;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%); }

.vue-range-slider.slider-component .slider-tooltip-wrap.slider-tooltip-top .slider-tooltip::before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: inherit;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

.vue-range-slider.slider-component .slider-tooltip-wrap.slider-tooltip-bottom {
  bottom: -9px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%); }

.vue-range-slider.slider-component .slider-tooltip-wrap.slider-tooltip-bottom .slider-tooltip::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: inherit;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

.vue-range-slider.slider-component .slider-tooltip-wrap.slider-tooltip-left {
  top: 50%;
  left: -9px;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%); }

.vue-range-slider.slider-component .slider-tooltip-wrap.slider-tooltip-left .slider-tooltip::before {
  content: '';
  position: absolute;
  top: 50%;
  right: -10px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: inherit;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.vue-range-slider.slider-component .slider-tooltip-wrap.slider-tooltip-right {
  top: 50%;
  right: -9px;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%); }

.vue-range-slider.slider-component .slider-tooltip-wrap.slider-tooltip-right .slider-tooltip::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -10px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right-color: inherit;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.vue-range-slider.slider-component .slider-tooltip-wrap.merged-tooltip {
  display: block;
  visibility: hidden; }

.vue-range-slider.slider-component .slider-tooltip-wrap .slider-tooltip {
  display: block;
  font-size: 14px;
  white-space: nowrap;
  padding: 2px 5px;
  min-width: 20px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #3498db;
  background-color: #3498db; }

.vue-range-slider.slider-component.slider-disabled {
  opacity: 0.5;
  cursor: not-allowed; }

.vue-range-slider.slider-component.slider-disabled .slider-dot {
  cursor: not-allowed; }

.vue-range-slider.slider-component.slider-has-label {
  margin-bottom: 15px; }

/*# sourceMappingURL=vue-range-slider.css.map */
body {
  background-color: #fff;
  background-color: var(--body-bg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: -apple-system
,
BlinkMacSystemFont
,
"Segoe UI"
,
Roboto
,
Oxygen-Sans
,
Ubuntu
,
Cantarell
,
"Helvetica Neue"
,
sans-serif;
  font-family: var(--main-font-family); }

*,
*::before,
*::after {
  font-family: inherit;
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

/**
Блок кнопки со всеми модификаторами
 */
:root {
  --button-padding: 0.5rem, 1rem; }

.button {
  display: inline-block;
  padding: 0.5rem
,
1rem;
  padding: var(--button-padding);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

.button--dark {
  background: #343640; }

/**
Блок-заготовка  кастомного чекбокса

Разметка:

<div class="checkbox-input">
    <label class="checkbox-input__wrapper">
        <input class="checkbox-input__input" type="checkbox" name="checkbox0">
        <span class="checkbox-input__label">checkbox 0</span>
    </label>

    <span class="checkbox-input__message"></span>
</div>

<div class="checkbox-input">
    <label class="checkbox-input__wrapper">
        <input class="checkbox-input__input" type="checkbox" name="checkbox1">
        <span class="checkbox-input__label">checkbox 1</span>
    </label>

    <span class="checkbox-input__message">Подпись или сообщение об ошибке</span>
</div>

 */
.checkbox-input {
  position: relative;
  padding: 4px 0; }
  .checkbox-input__input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    overflow: hidden; }
  .checkbox-input__label::before {
    float: left;
    margin-right: 8px;
    content: '⬜️'; }
  .checkbox-input__input:checked + .checkbox-input__label::before {
    content: '☑️'; }
  .checkbox-input__message {
    font-size: 75%; }
  .checkbox-input__wrapper {
    display: block; }

/**
Блок для стилизации контента, выводимого из админки
 */
.content p {
  margin: 1rem 0; }

.footer {
  display: block; }

/**
Обычно в футере есть какая-то своя навигация
Это заготовка под стилизацию блока
 */
.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/**
    На проектах обычно есть формы с неким общим порядком расположение элементов
    Этот блок заготовка под такие формы
 */
.form__field {
  margin-bottom: 1rem; }

.header {
  display: block; }

/**
Блок под логотип и его модификаторы
 */
.logo {
  display: block;
  width: 100%;
  height: 100%; }

/**
Наверняка будет какой-то основной баннер-карусель на главной и еще где-то
Это заготовка под такую карусель
 */
.main-carousel {
  display: block; }

/**
Блок-заготовка под некую "основную" навигацию, которая обычно распологается в хедере
 */
.main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/**
Блок-заготовка  кастомного радио-инпута

Разметка:

<div class="radio-input">
    <label class="radio-input__wrapper">
        <input class="radio-input__input" type="radio" name="radio" value="rad1">
        <span class="radio-input__label">radio 1</span>
    </label>

    <span class="radio-input__message"></span>
</div>

<div class="radio-input">
    <label class="radio-input__wrapper">
        <input class="radio-input__input" type="radio" name="radio" value="rad2">
        <span class="radio-input__label">radio 2</span>
    </label>

    <span class="radio-input__message">Подпись или сообщение об ошибке</span>
</div>

 */
.radio-input {
  position: relative;
  padding: 4px 0; }
  .radio-input__input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    overflow: hidden; }
  .radio-input__label::before {
    float: left;
    margin-right: 8px;
    content: '⚪️'; }
  .radio-input__input:checked + .radio-input__label::before {
    content: '🔘'; }
  .radio-input__message {
    font-size: 75%; }
  .radio-input__wrapper {
    display: block; }

/**
Блок-заготовка под текстовое поле ввода
 */
.text-input {
  display: block; }

.text-input--textarea {
  display: block; }

.modal-base {
  position: relative;
  text-align: center; }
  .modal-base__close {
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: none;
    outline: none;
    position: absolute;
    top: 17px;
    right: 17px; }
    .modal-base__close:hover, .modal-base__close:active, .modal-base__close:focus {
      padding: 0;
      margin: 0;
      background-color: transparent;
      border: none;
      outline: none; }
  .modal-base__body {
    padding: 40px; }
  .modal-base__footer {
    text-align: left;
    padding: 18px 17px 22px 40px;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    background-color: #F4F8F9; }
    .modal-base__footer p {
      margin: 0; }
  .modal-base__title {
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    margin-bottom: 20px; }
  .modal-base__text {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #9b9b9b;
    color: var(--color_gray);
    margin: 0; }
  .modal-base .button--build-modal {
    width: 100%;
    margin-top: 14px; }

.cable-builder__result {
  background-color: white; }

.cable-builder .button--builder {
  width: 100px;
  height: 50px;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px; }

.cable-builder .button--previous, .cable-builder .button--next {
  position: relative; }

.cable-builder .button--previous {
  margin-right: 12px;
  background-color: white; }
  .cable-builder .button--previous span {
    margin-left: 8px; }

.cable-builder .button--next {
  color: #fff;
  background-color: #05c3de;
  background-color: var(--color_main); }
  .cable-builder .button--next span {
    margin-right: 8px; }

.cable-builder .button--proposal {
  position: absolute;
  width: 354px;
  height: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: white;
  background-color: #05c3de;
  background-color: var(--color_main); }

.cable-builder-result-preview {
  margin-bottom: 45px;
  padding: 15px 102px 38px; }
  .cable-builder-result-preview__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .cable-builder-result-preview__column {
    text-align: center;
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s; }
    .cable-builder-result-preview__column--connectors {
      width: 210px; }
    .cable-builder-result-preview__column--assembling {
      width: 616px; }
    .cable-builder-result-preview__column--disabled {
      opacity: 0.2; }
  .cable-builder-result-preview__column-title {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px; }
    .cable-builder-result-preview__column-title--active {
      color: #05c3de;
      color: var(--color_main); }
  .cable-builder-result-preview__column-image {
    width: 100%;
    height: 96px;
    background-size: contain;
    background-repeat: repeat-x;
    background-position: center; }
    .cable-builder-result-preview__column-image--typeB {
      -webkit-transform: scale(-1, 1);
              transform: scale(-1, 1); }
  .cable-builder-result-preview__column-cable {
    min-height: 42px;
    margin-top: 17px;
    font-weight: bold;
    font-size: 32px;
    line-height: 42px; }
    .cable-builder-result-preview__column-cable--active {
      color: #05c3de;
      color: var(--color_main); }

.cable-builder-form {
  margin-bottom: 140px; }
  .cable-builder-form__tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 30px;
    border-bottom: 1px solid #e0e0e0;
    border-bottom: 1px solid var(--color_gray_light); }
  .cable-builder-form__tab-item {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 16px;
    color: #4a4a4a;
    color: var(--color_text); }
    .cable-builder-form__tab-item:not(:last-child) {
      margin-right: 80px; }
    .cable-builder-form__tab-item--active {
      color: #05c3de;
      color: var(--color_main);
      -webkit-box-shadow: 0 2px 0 #05c3de;
      -webkit-box-shadow: 0 2px 0 var(--color_main);
              box-shadow: 0 2px 0 #05c3de;
              box-shadow: 0 2px 0 var(--color_main); }
    .cable-builder-form__tab-item--disabled {
      cursor: default;
      opacity: 0.3; }
  .cable-builder-form__tab-item-step {
    font-family: ProximaNova, sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    color: #9b9b9b;
    color: var(--color_gray); }
  .cable-builder-form__tab-item-title {
    font-family: ProximaNova, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px; }
  .cable-builder-form__setting-item {
    display: none; }
    .cable-builder-form__setting-item--active {
      display: block; }
  .cable-builder-form__content-title {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px; }

.type-assembling {
  position: relative; }
  .type-assembling__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px; }
  .type-assembling__item {
    position: relative;
    width: 516px; }
  .type-assembling__element {
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .type-assembling__element::before, .type-assembling__element::after {
      position: absolute;
      content: '';
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      border-radius: 50%;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
    .type-assembling__element::before {
      left: 24px;
      width: 13px;
      height: 13px;
      border: 1px solid #4a4a4a;
      border: 1px solid var(--color_text); }
    .type-assembling__element::after {
      left: 27px;
      width: 7px;
      height: 7px;
      background-color: #05c3de;
      background-color: var(--color_main);
      opacity: 0; }
  .type-assembling__size-setting {
    cursor: default;
    display: block;
    position: absolute;
    z-index: 1;
    top: -100px;
    left: calc(516px + 14px);
    width: 392px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .type-assembling__size-setting::after {
      position: absolute;
      content: '';
      top: 50%;
      left: -6px;
      -webkit-transform: translateY(-50%) rotate(45deg) skew(-5deg, -5deg);
              transform: translateY(-50%) rotate(45deg) skew(-5deg, -5deg);
      width: 20px;
      height: 20px;
      background-color: white; }
  .type-assembling__item--active {
    color: #05c3de;
    color: var(--color_main); }
    .type-assembling__item--active .type-assembling__element {
      background-color: white; }
      .type-assembling__item--active .type-assembling__element::before {
        border: 1px solid #05c3de;
        border: 1px solid var(--color_main); }
      .type-assembling__item--active .type-assembling__element::after {
        opacity: 1; }

.type-connectors__according {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 56px; }

.type-connectors__according-column:not(:last-child) {
  margin-right: 34px; }

.type-connectors__according-title {
  padding: 13px 24px 12px;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  background-color: #ced4d9;
  background-color: var(--color_spoiler_header); }

.type-connectors__list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 390px; }

.type-connectors__item {
  position: relative;
  cursor: pointer;
  padding: 16px 24px;
  border-bottom: 1px solid #e0e0e0;
  border-bottom: 1px solid var(--color_gray_light);
  background-color: white; }
  .type-connectors__item--disable {
    cursor: default;
    opacity: 0.5; }

.type-connectors__element {
  cursor: pointer; }
  .type-connectors__element::before, .type-connectors__element::after {
    position: absolute;
    content: '';
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 50%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
  .type-connectors__element::before {
    left: 24px;
    width: 13px;
    height: 13px;
    border: 1px solid #4a4a4a;
    border: 1px solid var(--color_text); }
  .type-connectors__element::after {
    left: 27px;
    width: 7px;
    height: 7px;
    background-color: #05c3de;
    background-color: var(--color_main);
    opacity: 0; }

.type-connectors__item--active {
  color: #05c3de;
  color: var(--color_main); }
  .type-connectors__item--active .type-connectors__element {
    background-color: white; }
    .type-connectors__item--active .type-connectors__element::before {
      border: 1px solid #05c3de;
      border: 1px solid var(--color_main); }
    .type-connectors__item--active .type-connectors__element::after {
      opacity: 1; }
  .type-connectors__item--active .type-connectors__size-setting {
    display: block; }

.type-connectors__equal {
  margin-top: 20px;
  margin-bottom: 20px; }

.type-connectors__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.type-cable__table {
  width: 816px;
  margin-bottom: 56px; }

.type-cable__head {
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  background-color: #ced4d9;
  background-color: var(--color_spoiler_header); }
  .type-cable__head .type-cable__cell {
    padding: 13px 24px;
    border: none; }

.type-cable__body .type-cable__cell {
  position: relative;
  padding: 20px 24px;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  background-color: white; }
  .type-cable__body .type-cable__cell--title {
    padding-left: 45px; }
    .type-cable__body .type-cable__cell--title::before, .type-cable__body .type-cable__cell--title::after {
      position: absolute;
      content: '';
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      border-radius: 50%;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
    .type-cable__body .type-cable__cell--title::before {
      left: 24px;
      width: 13px;
      height: 13px;
      border: 1px solid #4a4a4a;
      border: 1px solid var(--color_text); }
    .type-cable__body .type-cable__cell--title::after {
      left: 27px;
      width: 7px;
      height: 7px;
      background-color: #05c3de;
      background-color: var(--color_main);
      opacity: 0; }

.type-cable__row {
  cursor: pointer; }
  .type-cable__row--active {
    color: #05c3de;
    color: var(--color_main); }

.type-cable__cell--title {
  width: 204px; }

.type-cable__cell--frequency {
  width: 208px; }

.type-cable__cell--loss {
  width: 216px; }

.type-cable__cell--diameter {
  width: 188px; }

.type-cable__row--active {
  color: #05c3de;
  color: var(--color_main); }
  .type-cable__row--active .type-cable__cell--title::before {
    border: 1px solid #05c3de;
    border: 1px solid var(--color_main); }
  .type-cable__row--active .type-cable__cell--title::after {
    opacity: 1; }

.type-result__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 56px; }

.type-result__handlers {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.type-result__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 602px; }

.type-result__element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-bottom: 1px solid #e0e0e0;
  border-bottom: 1px solid var(--color_gray_light);
  background-color: white; }

.type-result__element-title {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  width: 332px;
  padding: 20px 24px;
  border-right: 1px solid #e0e0e0;
  border-right: 1px solid var(--color_gray_light); }

.type-result__element-value {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 20px 24px;
  background-color: white; }

.size-setting {
  color: #4a4a4a;
  color: var(--color_text);
  padding: 20px;
  background-color: white; }
  .size-setting__title {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 14px; }
  .size-setting__value {
    margin-bottom: 16px; }
  .size-setting__label {
    font-size: 14px;
    line-height: 20px;
    color: #9b9b9b;
    color: var(--color_gray); }
  .size-setting__slider .slider-tooltip-wrap {
    display: none !important; }
  .size-setting__extremum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px; }
  .size-setting__extremum-min, .size-setting__extremum-max {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .size-setting__extremum-max {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .size-setting__radio-list {
    list-style: none;
    padding: 0;
    margin: 0; }
  .size-setting__radio-item {
    margin-bottom: 12px; }
    .size-setting__radio-item:last-child {
      margin-bottom: 0; }
  .size-setting__radio {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 24px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .size-setting__radio i {
    width: 13px;
    height: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #4a4a4a;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .size-setting__radio i::before {
      content: "";
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #05c3de;
      opacity: 0; }
  .size-setting__radio input {
    display: none; }
  .size-setting__radio input:checked ~ i {
    border-color: #05c3de; }
  .size-setting__radio input:checked ~ i::before {
    opacity: 1; }
  .size-setting__radio input:checked ~ span {
    opacity: 1;
    color: #05c3de; }

.element-assembling {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 47px; }
  .element-assembling__name {
    width: 170px; }
  .element-assembling__image {
    width: 180px;
    height: 40px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat; }

.element-connector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 28px; }
  .element-connector__image {
    width: 80px;
    height: 32px;
    margin-right: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%; }
  .element-connector--rotate .element-connector__image {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1); }

/*# sourceMappingURL=cable-builder.css.map */
