

/* Start:/local/templates/main/assets/css/calculator.css?175205244723847*/
.calculator__wrapper {
  font-size: 1.28em; }
  .calculator__wrapper ul li {
    line-height: 1.35; }
  .calculator__wrapper .shadebox {
    margin: 1.2rem 0;
    padding: 1rem;
    background: #fafafb;
    border-radius: 5px; }
    .calculator__wrapper .shadebox.small {
      font-size: 0.85em;
      margin-top: 0; }
  .calculator__wrapper .tip {
    font-size: 0.8em;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.85);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    bottom: auto;
    padding: 2px 10px;
    color: #fff;
    padding: 6px 12px;
    right: auto;
    top: 39px;
    left: 0;
    min-width: 190px;
    position: absolute;
    visibility: hidden; }
    .calculator__wrapper .tip.tip-image {
      padding: 2px;
      width: 280px; }
      @media (max-width: 789.98px) {
        .calculator__wrapper .tip.tip-image {
          left: -180px;
          width: 200px; }
          .calculator__wrapper .tip.tip-image:after {
            content: none !important; } }
      .calculator__wrapper .tip.tip-image p {
        margin-bottom: 7px;
        margin-top: 0;
        line-height: 1.25; }
        .calculator__wrapper .tip.tip-image p:last-child {
          margin-bottom: 0; }
      .calculator__wrapper .tip.tip-image img {
        display: block;
        width: 100%;
        height: auto; }
    .calculator__wrapper .tip .tip-content {
      color: #fff;
      text-align: left;
      padding: 5px 5px 8px;
      white-space: normal; }
    .calculator__wrapper .tip:after {
      border-bottom: 10px solid rgba(0, 0, 0, 0.8);
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      top: -10px;
      content: '';
      display: block;
      height: 0;
      left: 10px;
      position: absolute; }
  .calculator__wrapper .question {
    background-color: #efefef;
    width: 1.2em;
    display: inline-block;
    border-radius: 50%;
    height: 1.2em;
    text-align: center;
    color: #aaa;
    cursor: pointer;
    position: relative;
    margin-left: 4px;
    margin-right: 0.5rem;
    min-width: 1.2em; }
    .calculator__wrapper .question:hover .tip {
      visibility: visible; }
  .calculator__wrapper .error {
    position: relative; }
    .calculator__wrapper .error .tip {
      visibility: visible; }
  .calculator__wrapper .subtitle {
    font-size: 1.28em;
    margin-bottom: 0.9rem; }
  .calculator__wrapper .text-small {
    margin-bottom: 0.15rem; }
.calculator__form-wrapper {
  margin: 2em auto;
  font-size: 0.9em;
  max-width: 440px;
  padding: 30px 50px 0;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  border-radius: 5px; }
  .calculator__form-wrapper.wide {
    max-width: 500px; }
    .calculator__form-wrapper.wide .calculator__form-result .result-line {
      font-size: 1.2em;
      line-height: 1.1; }
      .calculator__form-wrapper.wide .calculator__form-result .result-line i {
        display: block;
        margin-top: 8px;
        font-size: 0.85em;
        font-style: normal; }
  .calculator__form-wrapper.many-result .calculator__form-result .result-line {
    font-size: 1.1em; }
    .calculator__form-wrapper.many-result .calculator__form-result .result-line-value {
      font-weight: 400;
      margin-top: 0.1em;
      font-size: 0.95em; }
  .calculator__form-wrapper .shadebox {
    padding-left: 50px;
    padding-right: 50px;
    margin-left: -50px;
    margin-right: -50px; }
  @media (max-width: 789.98px) {
    .calculator__form-wrapper {
      padding: 20px 15px 0; }
      .calculator__form-wrapper .shadebox {
        padding-left: 15px;
        padding-right: 15px;
        margin-left: -15px;
        margin-right: -15px; } }
  @media (max-width: 789.98px) {
    .calculator__form-wrapper .js-calc-suffix {
      white-space: nowrap; }
    .calculator__form-wrapper .form-input-wrapper {
      width: 100%; } }
  .calculator__form-wrapper .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 789.98px) {
      .calculator__form-wrapper .form-group {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .calculator__form-wrapper .form-group-label {
      font-size: 1em;
      margin-bottom: 0.5rem;
      display: block;
      width: 110px;
      margin-bottom: 0;
      color: #202020; }
      @media (max-width: 789.98px) {
        .calculator__form-wrapper .form-group-label {
          width: 100% !important;
          margin-bottom: 0.5rem !important; }
          .calculator__form-wrapper .form-group-label.invisible {
            display: none; } }
    .calculator__form-wrapper .form-group-value-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 789.98px) {
        .calculator__form-wrapper .form-group-value-wrapper {
          width: 100%; }
          .calculator__form-wrapper .form-group-value-wrapper .form-control {
            width: 100% !important;
            max-width: 100%; } }
    .calculator__form-wrapper .form-group-full {
      width: 100%; }
      .calculator__form-wrapper .form-group-full .form-group-value-wrapper, .calculator__form-wrapper .form-group-full .form-input-wrapper {
        width: 100%; }
        .calculator__form-wrapper .form-group-full .form-group-value-wrapper input, .calculator__form-wrapper .form-group-full .form-input-wrapper input {
          width: 100%; }
    @media (max-width: 789.98px) {
      .calculator__form-wrapper .form-group-column {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        position: relative; }
        .calculator__form-wrapper .form-group-column .form-input-wrapper {
          margin-right: 0;
          margin-top: 0.45rem;
          padding-right: 2rem;
          width: 100%; }
          .calculator__form-wrapper .form-group-column .form-input-wrapper select {
            width: 100%; }
        .calculator__form-wrapper .form-group-column .question {
          margin-right: 0;
          position: absolute;
          bottom: 5px;
          right: 0; } }
  .calculator__form-wrapper .form-control {
    max-width: 100%;
    width: 95px; }
  .calculator__form-wrapper .form-control-select {
    width: 240px;
    padding: 0 5px;
    font-size: 0.9em; }
  .calculator__form-wrapper .form-radio-label {
    margin-bottom: 0;
    color: #202020; }
  .calculator__form-wrapper .form-input-wrapper {
    margin-right: 0.5rem; }
    .calculator__form-wrapper .form-input-wrapper-date {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .calculator__form-wrapper .form-input-wrapper-date .form-control {
        width: 110px; }
  .calculator__form-wrapper .form-switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .calculator__form-wrapper .form-switch-option {
      margin-right: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .calculator__form-wrapper .form-switch-option:last-child {
        margin-right: 0; }
.calculator__form-result {
  text-align: center; }
  .calculator__form-result .share__detail {
    padding-top: 20px;
    display: none; }
  .calculator__form-result-block-title {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.4;
    font-family: "PT Sans", sans-serif;
    margin-bottom: 12px; }
  .calculator__form-result-block .result-line.js-calc-result-label {
    font-size: 0.9em;
    line-height: 1.4;
    font-weight: normal; }
  .calculator__form-result-item + .calculator__form-result-item {
    margin-top: 1.1rem; }
  .calculator__form-result .result-line {
    text-align: center;
    font-size: 1.8em;
    line-height: 1.4;
    font-weight: bold;
    font-family: "PT Sans", sans-serif;
    margin: 0; }
    .calculator__form-result .result-line .err {
      font-size: 20px;
      color: #f52869; }
  .calculator__form-result-table {
    font-size: 1.2rem;
    font-weight: 400;
    width: 100%; }
    .calculator__form-result-table-head td {
      border-bottom: 1px solid #e8ecf0;
      padding-bottom: 10px;
      padding-top: 0; }
    .calculator__form-result-table td {
      padding-top: 15px;
      vertical-align: top; }

.it-children-calculator {
  padding-bottom: 40px; }
  .it-children-calculator dd {
    margin-top: 0.4em;
    margin-bottom: 1em;
    -webkit-margin-start: 2em;
       -moz-margin-start: 2em;
            margin-inline-start: 2em; }
  .it-children-calculator p {
    margin-bottom: 1em; }
    .it-children-calculator p:first-child {
      margin-top: 1em; }
  .it-children-calculator__flex_blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .it-children-calculator__flex_blocks-block {
      margin: 0 5px;
      width: 100%;
      -ms-flex-preferred-size: 400px;
          flex-basis: 400px;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      .it-children-calculator__flex_blocks-block:first-child {
        padding-right: 20px; }
  .it-children-calculator__select_gender {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .it-children-calculator__select_gender-option {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center;
      width: 50%;
      max-width: 145px;
      padding: 10px;
      border-radius: 3px;
      border: 1px solid #1b9efc;
      cursor: pointer; }
      .it-children-calculator__select_gender-option:not(:last-child) {
        margin-right: 20px; }
      .it-children-calculator__select_gender-option:hover svg {
        top: 5px;
        -webkit-transform: scale(1.5);
                transform: scale(1.5); }
      .it-children-calculator__select_gender-option svg {
        position: relative;
        top: 0;
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-transition: all ease-in-out 0.2s;
        transition: all ease-in-out 0.2s; }
    .it-children-calculator__select_gender input {
      display: none; }
  .it-children-calculator__select_timetype {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .it-children-calculator__select_timetype-option {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center;
      width: 50%;
      max-width: 145px;
      padding: 10px;
      border-radius: 3px;
      border: 1px solid #1b9efc;
      cursor: pointer; }
      .it-children-calculator__select_timetype-option:not(:last-child) {
        margin-right: 20px; }
      .it-children-calculator__select_timetype-option:hover svg {
        top: 5px;
        -webkit-transform: scale(1.5);
                transform: scale(1.5); }
      .it-children-calculator__select_timetype-option svg {
        position: relative;
        top: 0;
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-transition: all ease-in-out 0.2s;
        transition: all ease-in-out 0.2s; }
    .it-children-calculator__select_timetype input {
      display: none; }
  .it-children-calculator__select_lengthtype {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .it-children-calculator__select_lengthtype-option {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center;
      width: 50%;
      max-width: 145px;
      padding: 10px;
      border-radius: 3px;
      border: 1px solid #1b9efc;
      cursor: pointer; }
      .it-children-calculator__select_lengthtype-option:not(:last-child) {
        margin-right: 20px; }
      .it-children-calculator__select_lengthtype-option:hover svg {
        top: 5px;
        -webkit-transform: scale(1.5);
                transform: scale(1.5); }
      .it-children-calculator__select_lengthtype-option svg {
        position: relative;
        top: 0;
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-transition: all ease-in-out 0.2s;
        transition: all ease-in-out 0.2s; }
    .it-children-calculator__select_lengthtype input {
      display: none; }
  .it-children-calculator__age-inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .it-children-calculator__age-inputs .rcell {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .it-children-calculator__age-inputs .rcell:not(:last-child) {
        margin-right: 10px; }
      .it-children-calculator__age-inputs .rcell input {
        padding: 5px;
        border-radius: 3px;
        border: 1px solid #cacaca; }
      .it-children-calculator__age-inputs .rcell label {
        margin-left: 5px; }
  .it-children-calculator__birthday-selects {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .it-children-calculator__birthday-selects select {
      padding: 5px;
      font-size: 16px;
      border-radius: 3px;
      border: 1px solid #cacaca; }
      .it-children-calculator__birthday-selects select:not(:last-child) {
        margin-right: 10px; }
  .it-children-calculator__weight p {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0; }
    .it-children-calculator__weight p input {
      padding: 5px;
      font-size: 16px;
      border-radius: 3px;
      border: 1px solid #cacaca; }
    .it-children-calculator__weight p span {
      margin-left: 5px; }
  .it-children-calculator__length #hei_div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .it-children-calculator__length #hei_div input {
      padding: 5px;
      font-size: 16px;
      border-radius: 3px;
      border: 1px solid #cacaca; }
    .it-children-calculator__length #hei_div span {
      margin-left: 5px; }
  .it-children-calculator h2 {
    margin-top: 40px; }
  .it-children-calculator h3 {
    margin-top: 30px;
    padding: 5px 20px;
    background-color: whitesmoke; }
  .it-children-calculator hr {
    border: none;
    border-bottom: 1px solid #e8ecf0;
    margin: 20px 0; }
  .it-children-calculator .n2lines {
    background-color: #ebebeb; }
  .it-children-calculator .tip_text {
    color: #6f6f6f;
    font-size: 12px; }
  .it-children-calculator .resiltw {
    position: relative; }
    .it-children-calculator .resiltw #load1 {
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(255, 255, 255, 0.85); }
      .it-children-calculator .resiltw #load1 img {
        width: 100px;
        height: auto;
        -o-object-fit: contain;
           object-fit: contain;
        -o-object-position: center;
           object-position: center; }
    .it-children-calculator .resiltw h2 {
      margin: 0;
      padding: 10px;
      font-size: 1.5em; }
    .it-children-calculator .resiltw p {
      margin: 0 !important;
      padding: 10px 20px; }
    .it-children-calculator .resiltw span[class^='ic'] {
      width: 16px;
      height: 16px;
      display: inline-block;
      vertical-align: text-top; }
    .it-children-calculator .resiltw span.ic0 {
      margin-right: 0.5em;
      background-image: url("/local/templates/main/assets/css/assets/images/ui/icon/circle.svg"); }
    .it-children-calculator .resiltw span.ic1 {
      margin-right: 0.5em;
      background-image: url("/local/templates/main/assets/css/assets/images/ui/icon/circle-check.svg"); }
    .it-children-calculator .resiltw span.ic2 {
      margin-right: 0.5em;
      background-image: url("/local/templates/main/assets/css/assets/images/ui/icon/circle-alert.svg"); }
    .it-children-calculator .resiltw span.ic3 {
      margin-right: 0.5em;
      background-image: url("/local/templates/main/assets/css/assets/images/ui/icon/circle-alert-red.svg"); }
    .it-children-calculator .resiltw span.ic4 {
      margin-right: 0.5em;
      background-image: url("/local/templates/main/assets/css/assets/images/ui/icon/circle-times.svg"); }
    .it-children-calculator .resiltw span.ic17, .it-children-calculator .resiltw span.ic13 {
      margin-right: 0.5em;
      background-image: url("/local/templates/main/assets/css/assets/images/ui/icon/circle-question.svg"); }
  .it-children-calculator .dtline span[class^='ic'],
  .it-children-calculator .abc span[class^='ic'] {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: text-top; }
  .it-children-calculator .dtline span.ic0,
  .it-children-calculator .abc span.ic0 {
    margin-right: 0.5em;
    background-image: url("/local/templates/main/assets/css/assets/images/ui/icon/circle.svg"); }
  .it-children-calculator .dtline span.ic1,
  .it-children-calculator .abc span.ic1 {
    margin-right: 0.5em;
    background-image: url("/local/templates/main/assets/css/assets/images/ui/icon/circle-check.svg"); }
  .it-children-calculator .dtline span.ic2,
  .it-children-calculator .abc span.ic2 {
    margin-right: 0.5em;
    background-image: url("/local/templates/main/assets/css/assets/images/ui/icon/circle-alert.svg"); }
  .it-children-calculator .dtline span.ic3,
  .it-children-calculator .abc span.ic3 {
    margin-right: 0.5em;
    background-image: url("/local/templates/main/assets/css/assets/images/ui/icon/circle-alert-red.svg"); }
  .it-children-calculator .dtline span.ic4,
  .it-children-calculator .abc span.ic4 {
    margin-right: 0.5em;
    background-image: url("/local/templates/main/assets/css/assets/images/ui/icon/circle-times.svg"); }
  .it-children-calculator .dtline span.ic17, .it-children-calculator .dtline span.ic13,
  .it-children-calculator .abc span.ic17,
  .it-children-calculator .abc span.ic13 {
    margin-right: 0.5em;
    background-image: url("/local/templates/main/assets/css/assets/images/ui/icon/circle-question.svg"); }
  .it-children-calculator table.gnorms {
    margin: 20px 0;
    width: 100%;
    border-spacing: 2px;
    border: 0; }
    .it-children-calculator table.gnorms caption {
      font-weight: bold; }
    .it-children-calculator table.gnorms thead th {
      background-color: #1b9efc;
      color: white;
      vertical-align: middle; }
    .it-children-calculator table.gnorms tbody tr:nth-child(even) td {
      background-color: #ebebeb; }
    .it-children-calculator table.gnorms tbody tr:hover td {
      background-color: #1b9efc;
      color: #fff; }
    .it-children-calculator table.gnorms td, .it-children-calculator table.gnorms th {
      border: 0;
      background-color: #F5F5F5;
      padding: 8px;
      text-align: center;
      vertical-align: top;
      -webkit-transition: background-color ease-in-out 0.2s;
      transition: background-color ease-in-out 0.2s; }
  .it-children-calculator table.tdnline {
    border-spacing: 0;
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%; }
    .it-children-calculator table.tdnline .tpq0, .it-children-calculator table.tdnline .tpq1, .it-children-calculator table.tdnline .tpq9, .it-children-calculator table.tdnline .tpqa {
      background: grey; }
    .it-children-calculator table.tdnline .tpq3, .it-children-calculator table.tdnline .tpq7 {
      background: orange; }
    .it-children-calculator table.tdnline .tpq4, .it-children-calculator table.tdnline .tpq6 {
      background: #FF0; }
    .it-children-calculator table.tdnline .tpq5 {
      background: #0F0; }
    .it-children-calculator table.tdnline .tpq2, .it-children-calculator table.tdnline .tpq8 {
      background: red; }
  .it-children-calculator .abc {
    max-width: 600px; }
  .it-children-calculator .tupline span {
    position: relative;
    padding: 4px 10px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #C3C3C3;
    color: #000;
    font-size: 13px; }
  .it-children-calculator .tpqz {
    width: 0;
    text-align: right;
    padding: 10px 0;
    color: transparent; }
  .it-children-calculator .tpqz-left span {
    right: -22px; }
    .it-children-calculator .tpqz-left span:before {
      content: ' ';
      position: absolute;
      width: 0;
      height: 0;
      right: 6px;
      top: 25px;
      border: 11px solid;
      border-color: #C3C3C3 transparent transparent transparent; }
    .it-children-calculator .tpqz-left span:after {
      content: ' ';
      position: absolute;
      width: 0;
      height: 0;
      right: 7px;
      top: 25px;
      border: 10px solid;
      border-color: #fff transparent transparent transparent; }
  .it-children-calculator .tpqz-right span {
    left: -22px; }
    .it-children-calculator .tpqz-right span:before {
      content: ' ';
      position: absolute;
      width: 0;
      height: 0;
      left: 8px;
      top: 25px;
      border: 11px solid;
      border-color: #C3C3C3 transparent transparent transparent; }
    .it-children-calculator .tpqz-right span:after {
      content: ' ';
      position: absolute;
      width: 0;
      height: 0;
      left: 9px;
      top: 25px;
      border: 10px solid;
      border-color: #fff transparent transparent transparent; }
  .it-children-calculator .sela0 #sel_age svg,
  .it-children-calculator .sela1 #sel_date svg,
  .it-children-calculator .selg0 #sboy svg,
  .it-children-calculator .selg1 #sgirl svg,
  .it-children-calculator .selh0 #sel_hei svg,
  .it-children-calculator .selh1 #sel_len svg {
    top: 5px;
    -webkit-transform: scale(1.5);
            transform: scale(1.5); }

.js-calc-result-value {
  display: inline-block; }

/*# sourceMappingURL=calculator.css.map */
/* End */


/* Start:/local/templates/main/assets/vendor/select2/css/select2.css?175205244717451*/
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; 
  /* width: 100%!important; */
  /*max-width: 100%;*/}
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  margin:0;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option.disabled {
    display:none;
  }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      position: absolute;
      top: 50%;
      right: 8px;
      cursor: pointer;
      background: url('/local/templates/main/assets/images/sprite/main.svg#m-arrow-down2-gray') no-repeat center;
      background-size: 12px 8px;
      width: 12px;
      height: 8px;
      margin-top:-3px;
    }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #007FC2;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #007FC2; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      /* border-color: transparent transparent #888 transparent; */
      /* border-width: 0 4px 5px 4px;  */
      /* transform: rotate(180deg); */
    }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #007FC2; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #007FC2;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }
/* End */


/* Start:/local/templates/main/assets/js/calcs/chartist.min.css?175205244713141*/
.ct-double-octave:after,.ct-major-eleventh:after,.ct-major-second:after,.ct-major-seventh:after,.ct-major-sixth:after,.ct-major-tenth:after,.ct-major-third:after,.ct-major-twelfth:after,.ct-minor-second:after,.ct-minor-seventh:after,.ct-minor-sixth:after,.ct-minor-third:after,.ct-octave:after,.ct-perfect-fifth:after,.ct-perfect-fourth:after,.ct-square:after{content:"";clear:both}.ct-label{fill:rgba(0,0,0,.4);color:rgba(0,0,0,.4);font-size:.75rem;line-height:1}.ct-grid-background,.ct-line{fill:none}.ct-chart-bar .ct-label,.ct-chart-line .ct-label{display:block;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.ct-chart-donut .ct-label,.ct-chart-pie .ct-label{dominant-baseline:central}.ct-label.ct-horizontal.ct-start{-webkit-box-align:flex-end;-webkit-align-items:flex-end;-ms-flex-align:flex-end;align-items:flex-end;-webkit-box-pack:flex-start;-webkit-justify-content:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start;text-align:left;text-anchor:start}.ct-label.ct-horizontal.ct-end{-webkit-box-align:flex-start;-webkit-align-items:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-box-pack:flex-start;-webkit-justify-content:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start;text-align:left;text-anchor:start}.ct-label.ct-vertical.ct-start{-webkit-box-align:flex-end;-webkit-align-items:flex-end;-ms-flex-align:flex-end;align-items:flex-end;-webkit-box-pack:flex-end;-webkit-justify-content:flex-end;-ms-flex-pack:flex-end;justify-content:flex-end;text-align:right;text-anchor:end}.ct-label.ct-vertical.ct-end{-webkit-box-align:flex-end;-webkit-align-items:flex-end;-ms-flex-align:flex-end;align-items:flex-end;-webkit-box-pack:flex-start;-webkit-justify-content:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start;text-align:left;text-anchor:start}.ct-chart-bar .ct-label.ct-horizontal.ct-start{-webkit-box-align:flex-end;-webkit-align-items:flex-end;-ms-flex-align:flex-end;align-items:flex-end;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;text-anchor:start}.ct-chart-bar .ct-label.ct-horizontal.ct-end{-webkit-box-align:flex-start;-webkit-align-items:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;text-anchor:start}.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start{-webkit-box-align:flex-end;-webkit-align-items:flex-end;-ms-flex-align:flex-end;align-items:flex-end;-webkit-box-pack:flex-start;-webkit-justify-content:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start;text-align:left;text-anchor:start}.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end{-webkit-box-align:flex-start;-webkit-align-items:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-box-pack:flex-start;-webkit-justify-content:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start;text-align:left;text-anchor:start}.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:flex-end;-webkit-justify-content:flex-end;-ms-flex-pack:flex-end;justify-content:flex-end;text-align:right;text-anchor:end}.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:flex-start;-webkit-justify-content:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start;text-align:left;text-anchor:end}.ct-grid{stroke:rgba(0,0,0,.2);stroke-width:1px;stroke-dasharray:2px}.ct-point{stroke-width:10px;stroke-linecap:round}.ct-line{stroke-width:4px}.ct-area{stroke:none;fill-opacity:.1}.ct-bar{fill:none;stroke-width:10px}.ct-slice-donut{fill:none;stroke-width:60px}.ct-series-a .ct-bar,.ct-series-a .ct-line,.ct-series-a .ct-point,.ct-series-a .ct-slice-donut{stroke:#115fa6}.ct-series-a .ct-area,.ct-series-a .ct-slice-donut-solid,.ct-series-a .ct-slice-pie{fill:#115fa6}.ct-series-b .ct-bar,.ct-series-b .ct-line,.ct-series-b .ct-point,.ct-series-b .ct-slice-donut{stroke:#94ae0a}.ct-series-b .ct-area,.ct-series-b .ct-slice-donut-solid,.ct-series-b .ct-slice-pie{fill:#94ae0a}.ct-series-c .ct-bar,.ct-series-c .ct-line,.ct-series-c .ct-point,.ct-series-c .ct-slice-donut{stroke:#a61120}.ct-series-c .ct-area,.ct-series-c .ct-slice-donut-solid,.ct-series-c .ct-slice-pie{fill:#a61120}.ct-series-d .ct-bar,.ct-series-d .ct-line,.ct-series-d .ct-point,.ct-series-d .ct-slice-donut{stroke:#ff8809}.ct-series-d .ct-area,.ct-series-d .ct-slice-donut-solid,.ct-series-d .ct-slice-pie{fill:#ff8809}.ct-series-e .ct-bar,.ct-series-e .ct-line,.ct-series-e .ct-point,.ct-series-e .ct-slice-donut{stroke:#ffd13e}.ct-series-e .ct-area,.ct-series-e .ct-slice-donut-solid,.ct-series-e .ct-slice-pie{fill:#ffd13e}.ct-series-f .ct-bar,.ct-series-f .ct-line,.ct-series-f .ct-point,.ct-series-f .ct-slice-donut{stroke:#a61187}.ct-series-f .ct-area,.ct-series-f .ct-slice-donut-solid,.ct-series-f .ct-slice-pie{fill:#a61187}.ct-series-g .ct-bar,.ct-series-g .ct-line,.ct-series-g .ct-point,.ct-series-g .ct-slice-donut{stroke:#24ad9a}.ct-series-g .ct-area,.ct-series-g .ct-slice-donut-solid,.ct-series-g .ct-slice-pie{fill:#24ad9a}.ct-series-h .ct-bar,.ct-series-h .ct-line,.ct-series-h .ct-point,.ct-series-h .ct-slice-donut{stroke:#000}.ct-series-h .ct-area,.ct-series-h .ct-slice-donut-solid,.ct-series-h .ct-slice-pie{fill:#000}.ct-series-i .ct-bar,.ct-series-i .ct-line,.ct-series-i .ct-point,.ct-series-i .ct-slice-donut{stroke:#f05b4f}.ct-series-i .ct-area,.ct-series-i .ct-slice-donut-solid,.ct-series-i .ct-slice-pie{fill:#f05b4f}.ct-series-j .ct-bar,.ct-series-j .ct-line,.ct-series-j .ct-point,.ct-series-j .ct-slice-donut{stroke:#dda458}.ct-series-j .ct-area,.ct-series-j .ct-slice-donut-solid,.ct-series-j .ct-slice-pie{fill:#dda458}.ct-series-k .ct-bar,.ct-series-k .ct-line,.ct-series-k .ct-point,.ct-series-k .ct-slice-donut{stroke:#eacf7d}.ct-series-k .ct-area,.ct-series-k .ct-slice-donut-solid,.ct-series-k .ct-slice-pie{fill:#eacf7d}.ct-series-l .ct-bar,.ct-series-l .ct-line,.ct-series-l .ct-point,.ct-series-l .ct-slice-donut{stroke:#86797d}.ct-series-l .ct-area,.ct-series-l .ct-slice-donut-solid,.ct-series-l .ct-slice-pie{fill:#86797d}.ct-series-m .ct-bar,.ct-series-m .ct-line,.ct-series-m .ct-point,.ct-series-m .ct-slice-donut{stroke:#b2c326}.ct-series-m .ct-area,.ct-series-m .ct-slice-donut-solid,.ct-series-m .ct-slice-pie{fill:#b2c326}.ct-series-n .ct-bar,.ct-series-n .ct-line,.ct-series-n .ct-point,.ct-series-n .ct-slice-donut{stroke:#6188e2}.ct-series-n .ct-area,.ct-series-n .ct-slice-donut-solid,.ct-series-n .ct-slice-pie{fill:#6188e2}.ct-series-o .ct-bar,.ct-series-o .ct-line,.ct-series-o .ct-point,.ct-series-o .ct-slice-donut{stroke:#a748ca}.ct-series-o .ct-area,.ct-series-o .ct-slice-donut-solid,.ct-series-o .ct-slice-pie{fill:#a748ca}.ct-square{display:block;position:relative;width:100%}.ct-square:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:100%}.ct-square:after{display:table}.ct-square>svg{display:block;position:absolute;top:0;left:0}.ct-minor-second{display:block;position:relative;width:100%}.ct-minor-second:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:93.75%}.ct-minor-second:after{display:table}.ct-minor-second>svg{display:block;position:absolute;top:0;left:0}.ct-major-second{display:block;position:relative;width:100%}.ct-major-second:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:88.8888888889%}.ct-major-second:after{display:table}.ct-major-second>svg{display:block;position:absolute;top:0;left:0}.ct-minor-third{display:block;position:relative;width:100%}.ct-minor-third:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:83.3333333333%}.ct-minor-third:after{display:table}.ct-minor-third>svg{display:block;position:absolute;top:0;left:0}.ct-major-third{display:block;position:relative;width:100%}.ct-major-third:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:80%}.ct-major-third:after{display:table}.ct-major-third>svg{display:block;position:absolute;top:0;left:0}.ct-perfect-fourth{display:block;position:relative;width:100%}.ct-perfect-fourth:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:75%}.ct-perfect-fourth:after{display:table}.ct-perfect-fourth>svg{display:block;position:absolute;top:0;left:0}.ct-perfect-fifth{display:block;position:relative;width:100%}.ct-perfect-fifth:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:66.6666666667%}.ct-perfect-fifth:after{display:table}.ct-perfect-fifth>svg{display:block;position:absolute;top:0;left:0}.ct-minor-sixth{display:block;position:relative;width:100%}.ct-minor-sixth:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:62.5%}.ct-minor-sixth:after{display:table}.ct-minor-sixth>svg{display:block;position:absolute;top:0;left:0}.ct-golden-section{display:block;position:relative;width:100%}.ct-golden-section:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:61.804697157%}.ct-golden-section:after{content:"";display:table;clear:both}.ct-golden-section>svg{display:block;position:absolute;top:0;left:0}.ct-major-sixth{display:block;position:relative;width:100%}.ct-major-sixth:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:60%}.ct-major-sixth:after{display:table}.ct-major-sixth>svg{display:block;position:absolute;top:0;left:0}.ct-minor-seventh{display:block;position:relative;width:100%}.ct-minor-seventh:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:56.25%}.ct-minor-seventh:after{display:table}.ct-minor-seventh>svg{display:block;position:absolute;top:0;left:0}.ct-major-seventh{display:block;position:relative;width:100%}.ct-major-seventh:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:53.3333333333%}.ct-major-seventh:after{display:table}.ct-major-seventh>svg{display:block;position:absolute;top:0;left:0}.ct-octave{display:block;position:relative;width:100%}.ct-octave:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:50%}.ct-octave:after{display:table}.ct-octave>svg{display:block;position:absolute;top:0;left:0}.ct-major-tenth{display:block;position:relative;width:100%}.ct-major-tenth:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:40%}.ct-major-tenth:after{display:table}.ct-major-tenth>svg{display:block;position:absolute;top:0;left:0}.ct-major-eleventh{display:block;position:relative;width:100%}.ct-major-eleventh:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:37.5%}.ct-major-eleventh:after{display:table}.ct-major-eleventh>svg{display:block;position:absolute;top:0;left:0}.ct-major-twelfth{display:block;position:relative;width:100%}.ct-major-twelfth:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:33.3333333333%}.ct-major-twelfth:after{display:table}.ct-major-twelfth>svg{display:block;position:absolute;top:0;left:0}.ct-double-octave{display:block;position:relative;width:100%}.ct-double-octave:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:25%}.ct-double-octave:after{display:table}.ct-double-octave>svg{display:block;position:absolute;top:0;left:0}.ct-chart{position:relative}.ct-legend{position:relative;z-index:10;list-style:none;text-align:center;margin-top:0!important;display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.ct-legend li{position:relative;padding-left:23px!important;margin-right:10px!important;margin-bottom:3px!important;cursor:pointer;align-items:center;display:flex}.ct-legend li:before{width:12px;height:12px;position:absolute;left:0;content:'';border:3px solid transparent;border-radius:2px}.ct-legend li.inactive:before{background:transparent}.ct-legend.ct-legend-inside{position:absolute;top:0;right:0}.ct-legend.ct-legend-inside li{display:block;margin:0}.ct-legend .ct-series-0:before{background-color:#115fa6;border-color:#115fa6}.ct-legend .ct-series-1:before{background-color:#94ae0a;border-color:#94ae0a}.ct-legend .ct-series-2:before{background-color:#a61120;border-color:#a61120}.ct-legend .ct-series-3:before{background-color:#ff8809;border-color:#ff8809}.ct-legend .ct-series-4:before{background-color:#ffd13e;border-color:#ffd13e}.ct-legend .ct-series-5:before{background-color:#a61187;border-color:#a61187}.ct-legend .ct-series-6:before{background-color:#24ad9a;border-color:#24ad9a}.ct-legend .ct-series-7:before{background-color:#000;border-color:#000}.ct-chart-line-multipleseries .ct-legend .ct-series-0:before{background-color:#d70206;border-color:#d70206}.ct-chart-line-multipleseries .ct-legend .ct-series-1:before{background-color:#f4c63d;border-color:#f4c63d}.ct-chart-line-multipleseries .ct-legend li.inactive:before{background:transparent}.ct-point{display:none!important}.ct-series-h .ct-point{display:block!important}
/* End */
/* /local/templates/main/assets/css/calculator.css?175205244723847 */
/* /local/templates/main/assets/vendor/select2/css/select2.css?175205244717451 */
/* /local/templates/main/assets/js/calcs/chartist.min.css?175205244713141 */
