* {
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

html, body {
  height: 100%;
  width: 100%; }

body {
  background: linear-gradient(-45deg, #9965F6 0%, #A79EF2 45%, #BFD3F2 100%) fixed;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  padding-bottom: 60px; }

.content-wrapper {
  margin: 0 auto;
  width: 964px; }

.calculator-wrapper {
  margin: 60px auto;
  width: 100%;
  background: #E5ECF8;
  box-shadow: 0 10px 50px 0 rgba(0, 0, 150, 0.25);
  border-radius: 15px;
  position: relative; }
  .calculator-wrapper .calculator-header {
    height: 60px;
    background: #FFFFFF;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding-left: 60px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #2D6DED;
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 150, 0.05); }
  .calculator-wrapper .heading {
    padding: 60px;
    width: 100%;
    font-size: 22px;
    color: #475862;
    text-transform: uppercase;
    font-weight: 500;
    display: flex;
    flex-direction: column; }
    .calculator-wrapper .heading span {
      margin-top: 7px;
      font-size: 14px;
      color: #AFB8BE;
      font-weight: normal;
      text-transform: none; }
  .calculator-wrapper .calculator-body {
    width: 100%;
    height: auto;
    padding: 0 60px 120px;
    display: flex; }
    .calculator-wrapper .calculator-body .calculator-left {
      display: flex;
      flex-direction: column;
      width: 400px; }
      .calculator-wrapper .calculator-body .calculator-left .calculator-left-item:not(:last-child) {
        margin-bottom: 60px; }
    .calculator-wrapper .calculator-body .calculator-right {
      background: #FFFFFF;
      box-shadow: 0px 10px 25px 0px rgba(0, 0, 150, 0.05);
      border-radius: 20px;
      min-height: 100px;
      width: 400px;
      margin-left: auto;
      height: max-content;
      padding: 40px; }
  .calculator-wrapper .calculator-footer {
    min-height: 60px;
    background: #FFFFFF;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding-left: 60px;
    font-size: 16px;
    box-shadow: 0px -10px 25px 0px rgba(0, 0, 150, 0.05);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }

.submit-button {
  padding: 14px 20px;
  background-color: #9965F5;
  color: #FFFFFF;
  border: none;
  outline: none;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 150, 0.05);
  border-radius: 10px;
  font-weight: bold;
  font-size: 16px;
  width: max-content;
  cursor: pointer; }

.slider-group {
  width: 100%;
  display: flex;
  flex-direction: column; }
  .slider-group .slider-parameter {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px; }
    .slider-group .slider-parameter .slider-title {
      font-weight: 600;
      font-size: 14px;
      color: #8A98A0;
      margin-bottom: 7px; }
    .slider-group .slider-parameter .slider-price {
      font-weight: 700;
      margin-bottom: 0;
      color: #465761; }
      .slider-group .slider-parameter .slider-price .measure {
        font-size: 14px;
        position: relative;
        bottom: 14px; }
      .slider-group .slider-parameter .slider-price .value {
        font-size: 28px;
        margin-left: 14px; }
    .slider-group .slider-parameter .slider .range-values {
      display: flex;
      justify-content: space-between;
      color: #AFB8BE;
      font-size: 12px;
      margin-top: 7px;
      font-weight: 600; }

.info-group {
  font-weight: bold;
  color: #8D9DA9; }
  .info-group .info-group-item:not(:last-child) {
    margin-bottom: 30px; }
  .info-group .no-data-info {
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 24px; }
    .info-group .no-data-info svg {
      margin-right: 20px; }
  .info-group .data-info {
    width: 100%;
    display: flex;
    flex-direction: column; }
    .info-group .data-info .data-info-item:not(:last-child) {
      margin-bottom: 60px; }
    .info-group .data-info .data-info-message {
      font-size: 16px;
      display: inline;
      margin: auto; }

.data-info-payment {
  display: flex;
  justify-content: center;
  flex-direction: row;
  font-size: 70px;
  color: #2D6DEB; }
  .data-info-payment span {
    font-size: 18px;
    position: relative;
    margin-right: 20px; }

.data-info-stats {
  display: flex;
  justify-content: center; }
  .data-info-stats .stats-item:not(:last-child) {
    margin-right: 30px; }
  .data-info-stats .stats-item {
    display: flex;
    flex-direction: column; }
    .data-info-stats .stats-item .stats-item-header {
      font-size: 12px;
      margin-bottom: 7px;
      color: #99A9B3; }
    .data-info-stats .stats-item .stats-item-value {
      color: #596B75; }

.payment-info {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #8A98A0; }
  .payment-info span {
    font-size: 18px;
    color: #596B75; }
  .payment-info .payment-info-item:not(:last-child) {
    margin-bottom: 30px; }
  .payment-info .payment-info-form {
    display: flex;
    flex-direction: column; }
    .payment-info .payment-info-form .payment-amount:not(:last-child) {
      padding-bottom: 30px; }
    .payment-info .payment-info-form .payment-amount input[type="number"] {
      height: 50px;
      width: 100%;
      border: none;
      outline: none;
      border-radius: 14px;
      padding: 0 20px;
      font-size: 16px;
      color: #596B75;
      box-shadow: 0px 10px 25px 0px rgba(0, 0, 150, 0.05); }
    .payment-info .payment-info-form input[disabled] {
      background-color: #999999; }
    .payment-info .payment-info-form .payment-amount.incorrect {
      display: flex;
      flex-direction: column; }
      .payment-info .payment-info-form .payment-amount.incorrect input[type="number"] {
        background-color: #FBE6EB;
        color: #C2625F;
        margin-bottom: 7px; }
      .payment-info .payment-info-form .payment-amount.incorrect .errorMessage {
        font-size: 12px;
        color: #C2625F; }

.setValueLinks {
  display: flex;
  gap: 20px;
  margin-top: 7px; }
  .setValueLinks a {
    font-size: 12px;
    color: #9965F5; }

.payments-list .payments-table-heading {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 20px; }
.payments-list .payments {
  display: flex;
  flex-direction: column; }
  .payments-list .payments .payment-detail:not(:last-child) {
    margin-bottom: 20px; }
  .payments-list .payments .payment-detail {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    color: #596B75; }

.divider {
  height: 1px; }

input[type=range] {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  max-height: 3px;
  border: none;
  outline: none;
  border-radius: 50%; }

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none; }

input[type=range]:focus {
  outline: none; }

input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent; }

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 4px solid #0B64EB;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  margin-top: -8px; }

input[type=range]::-moz-range-thumb {
  border: 4px solid #0B64EB;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer; }

input[type=range]::-ms-thumb {
  border: 4px solid #0B64EB;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer; }

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: #C6CAD1;
  border-radius: 2px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d; }

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #C6CAD1; }

input[type=range]::-moz-range-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: #C6CAD1;
  border-radius: 2px; }

input[type=range]::-ms-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent; }

input[type=range]::-ms-fill-lower {
  background: #0B64EB;
  border-radius: 2px; }

input[type=range]:focus::-ms-fill-lower {
  background: #0B64EB; }

input[type=range]::-ms-fill-upper {
  background: #C6CAD1;
  border-radius: 2px; }

input[type=range]::-moz-range-progress {
  background-color: #0B64EB; }

input[type=range]:focus::-ms-fill-upper {
  background: #C6CAD1; }

/*# sourceMappingURL=styles.css.map */
