/*!***************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/styles/calculator.scss ***!
  \***************************************************************************************************************************************************************/
.accordion__item-number, .accordion__header, .accordion__header::after {
  -webkit-transition: all .1s linear;
  transition: all .1s linear; }

.calculator {
  color: #4d4c4c;
  border: 1px solid #e5e5e5;
  background: #fff;
  position: relative;
  width: 100%;
  padding: 32px 16px;
  margin: 50px -15px 0;
  width: calc(100% + 30px); }
  @media (min-width: 360px) {
    .calculator {
      padding: 30px; } }
  @media (min-width: 768px) {
    .calculator {
      margin: 60px 0 0;
      width: 100%;
      padding: 31px 32px 32px 32px; } }
  .calculator__head {
    font-size: 17px;
    font-weight: 500;
    color: #272727;
    font-family: "Roboto", sans-serif;
    margin-bottom: 20px;
    padding-left: 15px;
    line-height: 150%; }
    @media (min-width: 360px) {
      .calculator__head {
        padding-left: 0; } }
    @media (min-width: 568px) {
      .calculator__head {
        font-size: 20px;
        padding-left: 0; } }

.calculator-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
  left: 0;
  top: -20px;
  color: #fff;
  text-transform: uppercase;
  background: #d66447;
  gap: 15px;
  font-size: 14px; }
  .calculator-label__icon {
    width: 24px;
    height: 24px; }
    .calculator-label__icon img {
      display: block;
      width: 100%;
      height: 100%; }
  .calculator-label svg {
    fill: #BED7D1; }
  @media (min-width: 768px) {
    .calculator-label {
      font-size: 16px; } }

.accordion {
  margin: 0 0 29px 0;
  padding: 0;
  list-style: none;
  counter-reset: accordion-item; }
  .accordion__item {
    border: 1px solid #e5e5e5;
    background: #fff;
    margin-bottom: 16px; }
    .accordion__item:last-child {
      margin-bottom: 0; }
  .accordion__item-number {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 900;
    width: 30px;
    min-width: 30px;
    height: 30px;
    font-size: 20px;
    background: #c8c8c8;
    line-height: 1;
    color: #fff;
    counter-increment: accordion-item; }
    @media (min-width: 992px) {
      .accordion__item-number {
        width: 44px;
        min-width: 44px;
        height: 44px;
        font-size: 30px; } }
    .spoiler__item--open .accordion__item-number {
      background: #ed792a; }
    .accordion__item-number::before {
      content: counter(accordion-item) " "; }
  .accordion__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    padding: 13px 14px;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    padding-right: 59px;
    margin: 0;
    gap: 10px; }
    @media (min-width: 768px) {
      .accordion__header {
        font-size: 20px;
        font-weight: 900;
        padding-right: 15px;
        gap: 15px; } }
    @media (min-width: 992px) {
      .accordion__header {
        font-size: 24px;
        padding-left: 24px; } }
    .accordion__header.accordion__header--active {
      color: #67B4C2; }
      .accordion__header.accordion__header--active::after {
        background-image: url("data:image/svg+xml,%3Csvg width=%2736%27 height=%2736%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M18 34.32C8.976 34.32 1.68 27.024 1.68 18 1.68 8.976 8.976 1.68 18 1.68c9.024 0 16.32 7.296 16.32 16.32 0 9.024-7.296 16.32-16.32 16.32zM18 3.6A14.38 14.38 0 003.6 18 14.38 14.38 0 0018 32.4 14.38 14.38 0 0032.4 18 14.38 14.38 0 0018 3.6z%27 fill=%27%2367B4C2%27/%3E%3Cpath d=%27M9.36 17.04h17.28v1.92H9.36v-1.92z%27 fill=%27%2367B4C2%27/%3E%3C/svg%3E"); }
    @media (min-width: 768px) {
      .accordion__header {
        padding: 13px 14px;
        gap: 15px; } }
    .accordion__header::after {
      width: 36px;
      min-width: 36px;
      height: 36px;
      background-image: url("data:image/svg+xml,%3Csvg width=%2736%27 height=%2736%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M18 34.32C8.976 34.32 1.68 27.024 1.68 18 1.68 8.976 8.976 1.68 18 1.68c9.024 0 16.32 7.296 16.32 16.32 0 9.024-7.296 16.32-16.32 16.32zM18 3.6A14.38 14.38 0 003.6 18 14.38 14.38 0 0018 32.4 14.38 14.38 0 0032.4 18 14.38 14.38 0 0018 3.6z%27 fill=%27%2367B4C2%27/%3E%3Cpath d=%27M9.36 17.04h17.28v1.92H9.36v-1.92z%27 fill=%27%2367B4C2%27/%3E%3Cpath d=%27M17.04 9.36h1.92v17.28h-1.92V9.36z%27 fill=%27%2367B4C2%27/%3E%3C/svg%3E");
      background-color: transparent;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      content: '';
      position: absolute;
      right: 23px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media (min-width: 768px) {
        .accordion__header::after {
          display: block; } }
  .accordion__body {
    padding: 0 15px 0 15px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: .3s all ease;
    transition: .3s all ease; }
    @media (min-width: 992px) {
      .accordion__body {
        padding: 0 26px 0 45px; } }
  .accordion__inner {
    padding-top: 15px;
    border-top: 1px solid #67B4C2;
    line-height: 1.5; }
    @media (min-width: 992px) {
      .accordion__inner {
        padding-top: 37px; } }

.calculator-title {
  margin-top: 0;
  margin-bottom: 25px;
  font-family: "Roboto", sans-serif;
  font-weight: 500; }
  @media (min-width: 1200px) {
    .calculator-title {
      margin-bottom: 45px; } }

.calculator-list {
  font-weight: 500;
  margin-bottom: 25px; }
  @media (min-width: 1200px) {
    .calculator-list {
      margin-bottom: 40px; } }

.calculator-row {
  display: -ms-grid;
  display: grid;
  position: relative;
  gap: 10px; }
  @media (min-width: 768px) {
    .calculator-row {
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr; } }
  @media (min-width: 1200px) {
    .calculator-row {
      -ms-grid-columns: 1fr 292px 170px;
      grid-template-columns: 1fr 292px 170px;
      gap: 0;
      padding-left: 27px; }
      .calculator-row::before {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        content: '';
        position: absolute;
        left: -15px;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        top: 50%;
        background: #000; }
      .calculator-row > div:first-child {
        padding-right: 40px; } }
  .calculator-row > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 1199px) {
      .calculator-row > div:not(:first-child) {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        font-size: 14px; }
      .calculator-row > div .curency {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100px;
                flex: 0 0 100px; } }
    .calculator-row > div input {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100px;
              flex: 0 0 100px;
      width: 100%;
      margin-right: 20px;
      border: 0;
      outline: 0;
      font-weight: 500;
      font-family: inherit;
      line-height: 40px;
      padding-left: 15px;
      color: #4d4c4c;
      border: 1px solid #e5e5e5; }

@media (max-width: 1199px) and (min-width: 768px) {
  .calculator-row > div:first-child {
    -ms-grid-column-span: 2;
    grid-column: span 2; } }
  @media (max-width: 767px) {
    .calculator-row > div:not(:first-child) {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 90px;
      grid-template-columns: 1fr 90px;
      gap: 10px; } }

.calculator-row + .calculator-row {
  margin-top: 25px; }

.calculator-input {
  background: #fff; }

.calculator-input-price {
  background-color: #edeeef;
  color: #000 !important; }

.calculator-block-total {
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .calculator-block-total {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .calculator-block-total__text {
    font-weight: 700;
    margin-right: 15px; }
  .calculator-block-total__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 170px;
            flex: 0 0 170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 767px) {
      .calculator-block-total__right {
        margin-top: 10px;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 70px;
        grid-template-columns: 1fr 70px;
        gap: 10px; } }
    @media (max-width: 1199px) {
      .calculator-block-total__right {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
  .calculator-block-total__input {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    width: 100%;
    margin-right: 20px;
    border: 1px solid #000;
    outline: 0;
    font-weight: 500;
    font-family: inherit;
    line-height: 38px;
    padding-left: 15px;
    background-color: #edeeef; }

.calculator-note {
  background: #F9000E;
  color: #fff;
  padding: 15px;
  font-weight: 500; }
  @media (max-width: 767px) {
    .calculator-note {
      font-size: 14px; } }

.btn-blue {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 15px 30px;
  text-transform: uppercase;
  color: #fff !important;
  background-color: #4c8e9a;
  text-decoration: none;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  margin-bottom: 30px;
  font-weight: 700; }
  .btn-blue:hover {
    background-color: #8194A8; }
  .btn-blue.disabled {
    background-color: #8194A8;
    opacity: .5;
    cursor: no-drop; }

.calc-container {
  max-width: 1560px;
  margin: 0 auto; }
  @media (min-width: 767px) {
    .calc-container {
      padding: 0 20px; } }

.result {
  color: #4d4c4c;
  border: 1px solid #e5e5e5;
  background: #fff;
  overflow: hidden;
  padding: 20px;
  margin-top: 60px; }
  @media (min-width: 768px) {
    .result {
      padding: 30px; } }
  @media (min-width: 1200px) {
    .result {
      padding: 50px 60px; } }

.result-head {
  display: -ms-grid;
  display: grid;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 25px;
  gap: 10px; }
  @media (min-width: 768px) {
    .result-head {
      font-size: 24px; } }
  @media (min-width: 1200px) {
    .result-head {
      -ms-grid-columns: 470px 1fr;
      grid-template-columns: 470px 1fr;
      gap: 0; } }
  .result-head > div:last-child {
    text-align: center;
    color: #4c8e9a;
    font-size: 28px;
    font-weight: 600; }
    @media (min-width: 768px) {
      .result-head > div:last-child {
        font-size: 40px; } }

.result-attention {
  background: #FFF7E7;
  font-weight: 500;
  padding: 25px 25px 40px 25px;
  margin-bottom: 25px;
  border-radius: 12px; }
  .result-attention__head {
    margin-bottom: 25px; }
    .result-attention__head svg {
      fill: #EE7403;
      width: 24px;
      height: 24px; }
  .result-attention__body {
    font-size: 16px; }
    @media (min-width: 768px) {
      .result-attention__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 20px; } }
    @media (min-width: 1200px) {
      .result-attention__body {
        font-size: 24px; } }
  .result-attention__left {
    color: #4c8e9a;
    font-size: 24px;
    font-weight: 600;
    white-space: nowrap;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .result-attention__left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    @media (min-width: 768px) {
      .result-attention__left {
        text-align: left;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media (min-width: 1200px) {
      .result-attention__left {
        font-size: 40px; } }
  @media (min-width: 768px) {
    .result-attention__right {
      padding-left: 25px; } }

.calculator-icons {
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px; }
  .calculator-icons img {
    width: 100%;
    height: 100%; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
input[type=number] {
  -moz-appearance: textfield; }


/*# sourceMappingURL=calculator.min.css.map*/