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

@font-face {
  font-family: 'Open Sans Hebrew';
  src: url("../fonts/OpenSansHebrew/OpenSansHebrew-Bold.eot");
  src: local("Open Sans Hebrew Bold"), local("OpenSansHebrew-Bold"), url("../fonts/OpenSansHebrew/OpenSansHebrew-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansHebrew/OpenSansHebrew-Bold.woff") format("woff"), url("../fonts/OpenSansHebrew/OpenSansHebrew-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Open Sans Hebrew';
  src: url("../fonts/OpenSansHebrew/OpenSansHebrew-BoldItalic.eot");
  src: local("Open Sans Hebrew Bold Italic"), local("OpenSansHebrew-BoldItalic"), url("../fonts/OpenSansHebrew/OpenSansHebrew-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansHebrew/OpenSansHebrew-BoldItalic.woff") format("woff"), url("../fonts/OpenSansHebrew/OpenSansHebrew-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

/*@font-face {
  font-family: 'Open Sans Hebrew Extra';
  src: url('../fonts/OpenSansHebrew/OpenSansHebrew-ExtraBold.eot');
  src: local('Open Sans Hebrew Extra Bold'), local('OpenSansHebrew-ExtraBold'),
  url('../fonts/OpenSansHebrew/OpenSansHebrew-ExtraBold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/OpenSansHebrew/OpenSansHebrew-ExtraBold.woff') format('woff'),
  url('../fonts/OpenSansHebrew/OpenSansHebrew-ExtraBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}*/
@font-face {
  font-family: 'Open Sans Hebrew';
  src: url("../fonts/OpenSansHebrew/OpenSansHebrew-Regular.eot");
  src: local("Open Sans Hebrew"), local("OpenSansHebrew-Regular"), url("../fonts/OpenSansHebrew/OpenSansHebrew-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansHebrew/OpenSansHebrew-Regular.woff") format("woff"), url("../fonts/OpenSansHebrew/OpenSansHebrew-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/*@font-face {
  font-family: 'Open Sans Hebrew Extra';
  src: url('../fonts/OpenSansHebrew/OpenSansHebrewExtraBold-Italic.eot');
  src: local('Open Sans Hebrew Extra Bold Italic'), local('OpenSansHebrewExtraBold-Italic'),
  url('../fonts/OpenSansHebrew/OpenSansHebrewExtraBold-Italic.eot?#iefix') format('embedded-opentype'),
  url('../fonts/OpenSansHebrew/OpenSansHebrewExtraBold-Italic.woff') format('woff'),
  url('../fonts/OpenSansHebrew/OpenSansHebrewExtraBold-Italic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}*/
@font-face {
  font-family: 'Open Sans Hebrew';
  src: url("../fonts/OpenSansHebrew/OpenSansHebrew-Light.eot");
  src: local("Open Sans Hebrew Light"), local("OpenSansHebrew-Light"), url("../fonts/OpenSansHebrew/OpenSansHebrew-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansHebrew/OpenSansHebrew-Light.woff") format("woff"), url("../fonts/OpenSansHebrew/OpenSansHebrew-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Open Sans Hebrew';
  src: url("../fonts/OpenSansHebrew/OpenSansHebrew-LightItalic.eot");
  src: local("Open Sans Hebrew Light Italic"), local("OpenSansHebrew-LightItalic"), url("../fonts/OpenSansHebrew/OpenSansHebrew-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansHebrew/OpenSansHebrew-LightItalic.woff") format("woff"), url("../fonts/OpenSansHebrew/OpenSansHebrew-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Open Sans Hebrew';
  src: url("../fonts/OpenSansHebrew/OpenSansHebrew-Italic.eot");
  src: local("Open Sans Hebrew Italic"), local("OpenSansHebrew-Italic"), url("../fonts/OpenSansHebrew/OpenSansHebrew-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansHebrew/OpenSansHebrew-Italic.woff") format("woff"), url("../fonts/OpenSansHebrew/OpenSansHebrew-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.noUi-target {
  position: relative; }

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0; }

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  -webkit-transform-style: flat;
          transform-style: flat; }

.noUi-connect {
  height: 100%;
  width: 100%; }

.noUi-origin {
  height: 10%;
  width: 10%; }

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto; }

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0; }

.noUi-horizontal .noUi-origin {
  height: 0; }

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute; }

.noUi-touch-area {
  height: 100%;
  width: 100%; }

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px; }

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px; }

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto; }

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  -webkit-box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
          box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB; }

.noUi-connects {
  border-radius: 3px; }

.noUi-connect {
  background: #3FB8AF; }

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize; }

.noUi-vertical .noUi-draggable {
  cursor: ns-resize; }

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
          box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB; }

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
          box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB; }

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px; }

.noUi-handle:after {
  left: 17px; }

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

.noUi-vertical .noUi-handle:after {
  top: 17px; }

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed; }

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #999; }

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center; }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC; }

.noUi-marker-sub {
  background: #AAA; }

.noUi-marker-large {
  background: #AAA; }

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
      transform: translate(-50%, 50%); }

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
      transform: translate(50%, 50%); }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  padding-left: 25px; }

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
      transform: translate(0, 50%); }

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap; }

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%; }

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  top: 50%;
  right: 120%; }

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
      transform: translate(50%, 0);
  left: auto;
  bottom: 10px; }

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  -ms-transform: translate(0, -18px);
      transform: translate(0, -18px);
  top: auto;
  right: 28px; }

html {
  font-size: 14px;
  overflow-x: hidden; }
  html.active-modal {
    overflow: hidden; }

body {
  position: relative;
  min-width: 320px;
  color: #000000;
  font-family: "Open Sans Hebrew", sans-serif;
  line-height: 1;
  -webkit-font-smoothing: subpixel-antialiased;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  text-rendering: geometricPrecision; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

* {
  outline: none;
  word-wrap: break-word;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

a, a:focus, a:hover {
  text-decoration: none; }

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0; }

img {
  border: 0;
  max-width: 100%;
  vertical-align: middle; }

button {
  padding: 0;
  cursor: pointer; }

input,
button,
textarea {
  border-radius: 0;
  -webkit-appearance: none; }

input[type=number] {
  -moz-appearance: textfield; }
  input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */ }

select {
  -webkit-appearance: none; }

.calculator-page {
  padding: 49px 0; }
  .calculator-page .container {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 20px; }
  .calculator-page .page-title {
    max-width: 802px;
    margin: 0 auto;
    padding-bottom: 27px; }
    .calculator-page .page-title .form-title {
      display: none; }
      .calculator-page .page-title .form-title.active {
        display: block; }
    .calculator-page .page-title h1, .calculator-page .page-title h2 {
      margin: 0;
      font-weight: normal;
      font-size: 32px;
      line-height: 1;
      text-align: center; }
    .calculator-page .page-title p {
      margin: 0;
      padding-top: 22px;
      font-weight: normal;
      font-size: 22px;
      line-height: 1.4;
      text-align: center;
      color: #6F7985; }

.calculator-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px; }
  .calculator-app .calculator-data {
    width: 100%;
    padding: 10px; }
    .calculator-app .calculator-data .wrap {
      padding: 24px 65px 60px 65px;
      background: #F6F6F6;
      border-radius: 8px;
      position: relative;
      z-index: 1; }
    .calculator-app .calculator-data .intro-img:before {
      content: '';
      display: block;
      padding-bottom: 82.7%;
      pointer-events: none; }
    .calculator-app .calculator-data .intro-img span {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      .calculator-app .calculator-data .intro-img span img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: top center;
           object-position: top center; }
    .calculator-app .calculator-data .data-wrap {
      margin: 0 auto;
      padding: 0 92px; }
  .calculator-app .calculator-toolbar {
    width: 31.1%;
    padding: 10px;
    color: #FFFFFF; }
    .calculator-app .calculator-toolbar .wrap {
      padding: 60px 30px;
      background: #231F20;
      border-radius: 8px;
      overflow: hidden; }
    .calculator-app .calculator-toolbar .toolbar-title {
      max-width: 330px;
      margin: 0 auto;
      padding-bottom: 123px; }
      .calculator-app .calculator-toolbar .toolbar-title h2 {
        margin: 0;
        font-weight: bold;
        font-size: 22px;
        line-height: 1.4;
        text-align: center; }
    .calculator-app .calculator-toolbar .toolbar-data {
      text-align: right;
      padding-bottom: 115px; }
      .calculator-app .calculator-toolbar .toolbar-data h3 {
        margin: 0;
        padding-bottom: 24px;
        font-weight: bold;
        font-size: 18px;
        line-height: 1.4; }
      .calculator-app .calculator-toolbar .toolbar-data ul li {
        display: block;
        padding: 7px 0; }
        .calculator-app .calculator-toolbar .toolbar-data ul li label {
          display: block;
          position: relative;
          cursor: pointer; }
          .calculator-app .calculator-toolbar .toolbar-data ul li label input[type=radio] {
            position: absolute;
            opacity: 0;
            visibility: hidden; }
            .calculator-app .calculator-toolbar .toolbar-data ul li label input[type=radio]:checked + span:before {
              background-color: #EABD37; }
          .calculator-app .calculator-toolbar .toolbar-data ul li label span {
            display: block;
            padding-right: 38px;
            position: relative;
            font-weight: normal;
            font-size: 22px;
            line-height: 1.4; }
            .calculator-app .calculator-toolbar .toolbar-data ul li label span:before {
              content: '';
              width: 24px;
              height: 24px;
              border-radius: 50%;
              background-color: #FFFFFF;
              border: 4px solid #FFFFFF;
              position: absolute;
              top: 50%;
              right: 0;
              -webkit-transform: translateY(-50%);
                  -ms-transform: translateY(-50%);
                      transform: translateY(-50%);
              -webkit-transition: background-color 0.3s ease-in-out;
              -o-transition: background-color 0.3s ease-in-out;
              transition: background-color 0.3s ease-in-out; }
    .calculator-app .calculator-toolbar .toolbar-btn button {
      display: block;
      width: 100%;
      padding: 16px;
      font-weight: bold;
      font-size: 20px;
      line-height: 1;
      color: #EABD37;
      text-align: center;
      background: none;
      border: 1px solid #EABD37;
      border-radius: 8px;
      -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
      -o-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
      transition: color 0.3s ease-in-out, background 0.3s ease-in-out; }
      .calculator-app .calculator-toolbar .toolbar-btn button:hover {
        color: #231F20;
        background: #EABD37; }
    .calculator-app .calculator-toolbar .toolbar-btn p {
      margin: 0;
      padding-top: 24px;
      font-weight: bold;
      font-size: 18px;
      line-height: 1.4;
      text-align: center; }

.data-range ul {
  padding-bottom: 21px; }
  .data-range ul li {
    display: block;
    padding: 13px 0; }
    .data-range ul li.credit-worth-range .range-wrap .range-item .item-wrap .item-handle {
      pointer-events: none; }

.data-range .range-title {
  padding-bottom: 17px; }
  .data-range .range-title h3 {
    margin: 0;
    font-weight: bold;
    font-size: 22px;
    line-height: 1;
    text-align: center;
    color: #231F20; }
    .data-range .range-title h3 span.info-icon {
      display: inline-block;
      width: 24px;
      height: 24px;
      margin-right: 8px;
      position: relative;
      top: 3px;
      z-index: 5;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDIyQzYuNDc3IDIyIDIgMTcuNTIzIDIgMTJDMiA2LjQ3NyA2LjQ3NyAyIDEyIDJDMTcuNTIzIDIgMjIgNi40NzcgMjIgMTJDMjIgMTcuNTIzIDE3LjUyMyAyMiAxMiAyMlpNMTIgMjBDMTQuMTIxNyAyMCAxNi4xNTY2IDE5LjE1NzEgMTcuNjU2OSAxNy42NTY5QzE5LjE1NzEgMTYuMTU2NiAyMCAxNC4xMjE3IDIwIDEyQzIwIDkuODc4MjcgMTkuMTU3MSA3Ljg0MzQ0IDE3LjY1NjkgNi4zNDMxNUMxNi4xNTY2IDQuODQyODUgMTQuMTIxNyA0IDEyIDRDOS44NzgyNyA0IDcuODQzNDQgNC44NDI4NSA2LjM0MzE1IDYuMzQzMTVDNC44NDI4NSA3Ljg0MzQ0IDQgOS44NzgyNyA0IDEyQzQgMTQuMTIxNyA0Ljg0Mjg1IDE2LjE1NjYgNi4zNDMxNSAxNy42NTY5QzcuODQzNDQgMTkuMTU3MSA5Ljg3ODI3IDIwIDEyIDIwWk0xMSA3SDEzVjlIMTFWN1pNMTEgMTFIMTNWMTdIMTFWMTFaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      cursor: pointer; }
      .data-range .range-title h3 span.info-icon:before {
        content: attr(data-info);
        display: block;
        width: 290px;
        padding: 10px 5px;
        font-size: 18px;
        font-weight: normal;
        position: absolute;
        left: -15px;
        bottom: calc(100% + 10px);
        background: #FFFFFF;
        border: 2px solid #EABD37;
        border-radius: 8px;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; }
      .data-range .range-title h3 span.info-icon:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 8px;
        bottom: 100%;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        border-top: 8px solid #EABD37;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; }
      .data-range .range-title h3 span.info-icon.active:before, .data-range .range-title h3 span.info-icon.active:after {
        opacity: 1;
        visibility: visible; }

.data-range .range-wrap .current-value {
  padding: 13px 30px;
  background-color: #FFFFFF;
  border-radius: 8px; }
  .data-range .range-wrap .current-value p {
    margin: 0;
    padding: 0 35px;
    position: relative;
    font-weight: bold;
    font-size: 26px;
    line-height: 1;
    text-align: center;
    color: #231F20;
    direction: ltr; }
    .data-range .range-wrap .current-value p:before {
      content: attr(data-currency);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #EABD37;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      direction: rtl; }

.data-range .range-wrap .range-item {
  padding-top: 19px; }
  .data-range .range-wrap .range-item .item-wrap {
    padding: 10px 15px 10px 0;
    position: relative;
    margin-left: -15px; }
    .data-range .range-wrap .range-item .item-wrap .min-range,
    .data-range .range-wrap .range-item .item-wrap .max-range {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0 14px;
      position: absolute;
      top: 0;
      bottom: 0; }
      .data-range .range-wrap .range-item .item-wrap .min-range p,
      .data-range .range-wrap .range-item .item-wrap .max-range p {
        margin: 0;
        font-weight: 600;
        font-size: 22px;
        line-height: 1;
        white-space: nowrap;
        direction: ltr; }
    .data-range .range-wrap .range-item .item-wrap .min-range {
      left: 100%; }
    .data-range .range-wrap .range-item .item-wrap .max-range {
      right: 100%; }

.data-range .range-wrap .noUi-horizontal {
  height: 6px;
  background: rgba(111, 121, 133, 0.3);
  border-radius: 6px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none; }

.data-range .range-wrap .noUi-connects {
  border-radius: 6px;
  cursor: pointer; }

.data-range .range-wrap .noUi-connect {
  background: #EABD37; }

.data-range .range-wrap .noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  right: unset;
  left: -14px; }

.data-range .range-wrap .noUi-horizontal .noUi-handle {
  width: 24px;
  height: 24px;
  right: -14px;
  top: -9px;
  border-radius: 50%;
  background-color: #FFFFFF;
  border: 3px solid #FFFFFF;
  cursor: -webkit-grab;
  cursor: grab; }
  .data-range .range-wrap .noUi-horizontal .noUi-handle:before, .data-range .range-wrap .noUi-horizontal .noUi-handle:after {
    display: none; }
  .data-range .range-wrap .noUi-horizontal .noUi-handle .noUi-touch-area {
    background-color: #FFFFFF;
    border: 3px solid #EABD37;
    border-radius: 50%; }

.data-range .range-text {
  padding-bottom: 43px; }
  .data-range .range-text p {
    margin: 0;
    font-weight: bold;
    font-size: 22px;
    line-height: 1;
    color: #231F20;
    text-align: center; }

.data-range .range-recommendation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .data-range .range-recommendation .text {
    padding: 13px 28px;
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    border: 2px solid #EABD37;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0 0 96px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 96px rgba(0, 0, 0, 0.1);
    border-radius: 8px; }
    .data-range .range-recommendation .text:after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      position: absolute;
      top: 50%;
      right: -9px;
      border-top: 4px solid transparent;
      border-left: 8px solid #EABD37;
      border-bottom: 4px solid transparent;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .data-range .range-recommendation .text p {
      margin: 0;
      font-weight: bold;
      font-size: 18px;
      line-height: 1.2;
      text-align: right;
      color: #231F20; }
  .data-range .range-recommendation .icon {
    width: 60px;
    height: 60px;
    margin-left: 12px;
    padding: 4px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background: #FFFFFF;
    -webkit-box-shadow: 0 0 96px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 96px rgba(0, 0, 0, 0.1);
    border-radius: 50%; }
    .data-range .range-recommendation .icon img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }

.summary-range {
  margin-top: 68px;
  padding: 0 30px 24px 30px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 96px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 96px rgba(0, 0, 0, 0.1);
  border-radius: 8px; }
  .summary-range .results {
    border-bottom: 1px solid rgba(111, 121, 133, 0.2); }
    .summary-range .results ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 13px 0; }
      .summary-range .results ul li {
        display: block;
        padding: 0 13px;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        border-left: 1px solid rgba(111, 121, 133, 0.2); }
        .summary-range .results ul li:last-child {
          border-left-color: transparent; }
    .summary-range .results .title {
      padding-bottom: 4px; }
      .summary-range .results .title h3 {
        margin: 0;
        font-weight: normal;
        font-size: 18px;
        line-height: 1;
        text-align: center;
        color: #231F20; }
    .summary-range .results .amount p {
      margin: 0;
      font-weight: bold;
      font-size: 36px;
      line-height: 1;
      text-align: center;
      color: #EABD37;
      white-space: nowrap;
      direction: ltr; }
      .summary-range .results .amount p:before {
        content: attr(data-currency) " ";
        white-space: pre-wrap; }
    .summary-range .text p {
      margin: 0;
      font-size: 22px;
      line-height: 1;
      text-align: center;
      font-weight: bold;
      padding-top: 30px;
      color: #231F20; }
      .summary-range .text:last-child p {
      margin: 0;
      font-size: 14px !important;
      line-height: 1;
      text-align: center;
      font-weight: normal;
      color: #231F20; 
    padding-top: 15px}
  .summary-range .btn {
    padding-top: 21px; }
    .summary-range .btn button {
      display: block;
      width: 100%;
      padding: 16px;
      font-weight: bold;
      font-size: 20px;
      line-height: 1;
      color: #101010;
      background: #EABD37;
      border-radius: 8px;
      border: 1px solid #EABD37;
      -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
      -o-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
      transition: color 0.3s ease-in-out, background 0.3s ease-in-out; }
      .summary-range .btn button:hover {
        background: transparent; }

.modal-wrap {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  pointer-events: none; }
  .modal-wrap.active {
    opacity: 1;
    visibility: visible; }
    .modal-wrap.active .overlay,
    .modal-wrap.active .modal-content {
      pointer-events: auto; }
  .modal-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    cursor: pointer; }
  .modal-wrap .modal-content {
    max-height: 100%;
    max-width: 790px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    z-index: 3;
    background: #FFFFFF;
    -webkit-box-shadow: 0 0 96px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 96px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden; }
    .modal-wrap .modal-content.big {
      max-width: 1108px; }
    .modal-wrap .modal-content .breadcrumbs {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 18px 15px;
      margin-bottom: 40px;
      border-bottom: 1px solid #F6F6F6; }
      .modal-wrap .modal-content .breadcrumbs ul li {
        display: inline-block;
        padding: 5px 0;
        font-weight: bold;
        font-size: 18px;
        line-height: 1;
        color: #6F7985; }
        .modal-wrap .modal-content .breadcrumbs ul li:before {
          content: '\203A';
          padding: 0 15px;
          color: #6F7985; }
        .modal-wrap .modal-content .breadcrumbs ul li:first-child:before {
          display: none; }
        .modal-wrap .modal-content .breadcrumbs ul li.active {
          color: #EABD37; }
        .modal-wrap .modal-content .breadcrumbs ul li a {
          color: inherit; }
    .modal-wrap .modal-content .iframe-wrap {
      height: calc(100vh - 30px - 138px); }
      .modal-wrap .modal-content .iframe-wrap iframe {
        width: 100%;
        height: 100%; }
    .modal-wrap .modal-content .title {
      padding: 23px 15px 51px 15px; }
      .modal-wrap .modal-content .title h3 {
        margin: 0;
        font-weight: bold;
        font-size: 22px;
        line-height: 1;
        color: #231F20;
        text-align: center; }
    .modal-wrap .modal-content .content-wrap {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding: 0 53px;
      overflow: auto; }
    .modal-wrap .modal-content .form-wrap form {
      max-width: 590px;
      margin: 0 auto; }
      .modal-wrap .modal-content .form-wrap form .fields-wrap {
        margin: 0 -5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .modal-wrap .modal-content .form-wrap form .fields-wrap label {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin: 10px 5px;
          padding-left: 20px;
          position: relative;
          font-weight: normal;
          font-size: 18px;
          line-height: 1;
          background: #FFFFFF;
          border: 1px solid #CDCDCD;
          border-radius: 8px;
          overflow: hidden; }
          .modal-wrap .modal-content .form-wrap form .fields-wrap label.required:after {
            content: '*';
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            padding-left: 11px;
            color: #EB5757;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0; }
          .modal-wrap .modal-content .form-wrap form .fields-wrap label.half-size {
            width: calc((100% / 2) - 10px); }
            .modal-wrap .modal-content .form-wrap form .fields-wrap label.half-size:nth-of-type(2) {
              width: calc(44% - 10px); }
            .modal-wrap .modal-content .form-wrap form .fields-wrap label.half-size:nth-of-type(1) {
              width: calc(56% - 10px); }
          .modal-wrap .modal-content .form-wrap form .fields-wrap label.full-size {
            width: calc(100% - 10px); }
          .modal-wrap .modal-content .form-wrap form .fields-wrap label span.tel-code {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            padding: 10px 12px;
            font-weight: 600;
            font-size: 22px;
            line-height: 1;
            color: #000000;
            background: #F7F7F7;
            border-left: 1px solid #CDCDCD; }
            .modal-wrap .modal-content .form-wrap form .fields-wrap label span.tel-code:before {
              content: '';
              width: 20px;
              height: 15px;
              display: block;
              margin: 0 0 2px 5px;
              background-image: url(data:image/png+xml;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAQCAYAAAAWGF8bAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEHSURBVHgBrVQ9awJBFJy3uQshJ/kBgQSLpEmRNkK6FKlThBSBEEgT8i/yL0LKNCmSxlLsbMQPsBEE0eIURUTxg/P8Or3nWli6K7ID282bfQzzhpj5EwZB7c6UYRCEm4RRQUtKGgXlin3thtJn+OMlIo6lo4J4zdbg69eFkFrvT1EdFcovf+INVOo+sqUBZgGj2Znj+jKCx/vT7UOsQNn1+PYlzd3+jIdewHdvGa7WRqoRFqoNDwThyCbYlkAQhJjLF2oMUnr4n2yhWPGQKvRwaAvErk5wce7g9eFsP8ENvv9chAvg4zmqo4LyO8Rm5C/gHMvI7pBZQsz0pbBRvXU5TMyWg+n6WgH2HqN1CLF7AwAAAABJRU5ErkJggg==);
              background-repeat: no-repeat;
              background-position: center;
              background-size: contain; }
          .modal-wrap .modal-content .form-wrap form .fields-wrap label input {
            width: 100%;
            padding: 19px 14px;
            color: #231F20;
            border: none;
            background: none; }
          .modal-wrap .modal-content .form-wrap form .fields-wrap label.error {
            border-color: #EB5757; }
      .modal-wrap .modal-content .form-wrap form .form-btn button {
        display: block;
        width: 100%;
        padding: 19px;
        margin-top: 17px;
        position: relative;
        line-height: 1; }
        .modal-wrap .modal-content .form-wrap form .form-btn button.submit-form {
          font-weight: bold;
          font-size: 20px;
          color: #101010;
          background: #EABD37;
          border-radius: 8px;
          border: 1px solid #EABD37;
          -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
          -o-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
          transition: color 0.3s ease-in-out, background 0.3s ease-in-out; }
          .modal-wrap .modal-content .form-wrap form .form-btn button.submit-form:before {
            content: '';
            width: 30px;
            height: 30px;
            display: block;
            position: absolute;
            top: calc(50% - 15px);
            left: calc(50% - 15px);
            background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSI+CjxwYXRoIGQ9Ik0xNi43MzExIDMuNDYxNTRDMTYuNzMxMSAxLjU0OTc4IDE1Ljk1NjIgMCAxNS4wMDAzIDBDMTQuMDQ0NCAwIDEzLjI2OTUgMS41NDk3OCAxMy4yNjk1IDMuNDYxNTRDMTMuMjY5NSA1LjM3MzI5IDE0LjA0NDQgNi45MjMwOCAxNS4wMDAzIDYuOTIzMDhDMTUuOTU2MiA2LjkyMzA4IDE2LjczMTEgNS4zNzMyOSAxNi43MzExIDMuNDYxNTRaIiBmaWxsPSJibGFjayIvPgo8cGF0aCBkPSJNMjIuMjY4IDUuODcyNzhDMjMuMjIzOSA0LjIxNzE1IDIzLjMyNzcgMi40ODc1NSAyMi40OTk5IDIuMDA5NjFDMjEuNjcyMSAxLjUzMTY3IDIwLjIyNjEgMi40ODYzOCAxOS4yNzAyIDQuMTQyMDFDMTguMzE0MyA1Ljc5NzY0IDE4LjIxMDUgNy41MjcyMyAxOS4wMzgzIDguMDA1MTdDMTkuODY2MSA4LjQ4MzExIDIxLjMxMjEgNy41Mjg0MSAyMi4yNjggNS44NzI3OFoiIGZpbGw9ImJsYWNrIiBmaWxsLW9wYWNpdHk9IjAuOCIvPgo8cGF0aCBkPSJNMjUuODU4IDEwLjcyOTZDMjcuNTEzNiA5Ljc3Mzc3IDI4LjQ2ODMgOC4zMjc4IDI3Ljk5MDQgNy40OTk5OUMyNy41MTI0IDYuNjcyMTcgMjUuNzgyOCA2Ljc3NTk5IDI0LjEyNzIgNy43MzE4N0MyMi40NzE2IDguNjg3NzQgMjEuNTE2OSAxMC4xMzM3IDIxLjk5NDggMTAuOTYxNUMyMi40NzI4IDExLjc4OTMgMjQuMjAyNCAxMS42ODU1IDI1Ljg1OCAxMC43Mjk2WiIgZmlsbD0iYmxhY2siIGZpbGwtb3BhY2l0eT0iMC43Ii8+CjxwYXRoIGQ9Ik0yNi41Mzg1IDE2LjczMDhDMjguNDUwMiAxNi43MzA4IDMwIDE1Ljk1NTkgMzAgMTVDMzAgMTQuMDQ0MSAyOC40NTAyIDEzLjI2OTIgMjYuNTM4NSAxMy4yNjkyQzI0LjYyNjcgMTMuMjY5MiAyMy4wNzY5IDE0LjA0NDEgMjMuMDc2OSAxNUMyMy4wNzY5IDE1Ljk1NTkgMjQuNjI2NyAxNi43MzA4IDI2LjUzODUgMTYuNzMwOFoiIGZpbGw9ImJsYWNrIiBmaWxsLW9wYWNpdHk9IjAuNiIvPgo8cGF0aCBkPSJNMjQuMTI2OSAyMi4yNjgxQzI1Ljc4MjYgMjMuMjI0IDI3LjUxMjEgMjMuMzI3OCAyNy45OTAxIDIyLjVDMjguNDY4IDIxLjY3MjIgMjcuNTEzMyAyMC4yMjYyIDI1Ljg1NzcgMTkuMjcwM0MyNC4yMDIxIDE4LjMxNDUgMjIuNDcyNSAxOC4yMTA2IDIxLjk5NDUgMTkuMDM4NEMyMS41MTY2IDE5Ljg2NjMgMjIuNDcxMyAyMS4zMTIyIDI0LjEyNjkgMjIuMjY4MVoiIGZpbGw9ImJsYWNrIiBmaWxsLW9wYWNpdHk9IjAuNSIvPgo8cGF0aCBkPSJNMTkuMjcwNSAyNS44NThDMjAuMjI2NCAyNy41MTM2IDIxLjY3MjMgMjguNDY4MyAyMi41MDAxIDI3Ljk5MDRDMjMuMzI3OSAyNy41MTI0IDIzLjIyNDEgMjUuNzgyOCAyMi4yNjgzIDI0LjEyNzJDMjEuMzEyNCAyMi40NzE2IDE5Ljg2NjQgMjEuNTE2OSAxOS4wMzg2IDIxLjk5NDhDMTguMjEwOCAyMi40NzI4IDE4LjMxNDYgMjQuMjAyNCAxOS4yNzA1IDI1Ljg1OFoiIGZpbGw9ImJsYWNrIiBmaWxsLW9wYWNpdHk9IjAuNCIvPgo8cGF0aCBkPSJNMTMuMjY4OSAyNi41Mzg1QzEzLjI2ODkgMjguNDUwMiAxNC4wNDM4IDMwIDE0Ljk5OTcgMzBDMTUuOTU1NiAzMCAxNi43MzA1IDI4LjQ1MDIgMTYuNzMwNSAyNi41Mzg1QzE2LjczMDUgMjQuNjI2NyAxNS45NTU2IDIzLjA3NjkgMTQuOTk5NyAyMy4wNzY5QzE0LjA0MzggMjMuMDc2OSAxMy4yNjg5IDI0LjYyNjcgMTMuMjY4OSAyNi41Mzg1WiIgZmlsbD0iYmxhY2siIGZpbGwtb3BhY2l0eT0iMC4zIi8+CjxwYXRoIGQ9Ik03LjczMjAxIDI0LjEyNzJDNi43NzYxNCAyNS43ODI5IDYuNjcyMzIgMjcuNTEyNCA3LjUwMDEzIDI3Ljk5MDRDOC4zMjc5NSAyOC40NjgzIDkuNzczOTEgMjcuNTEzNiAxMC43Mjk4IDI1Ljg1OEMxMS42ODU3IDI0LjIwMjQgMTEuNzg5NSAyMi40NzI4IDEwLjk2MTcgMjEuOTk0OEMxMC4xMzM5IDIxLjUxNjkgOC42ODc4OSAyMi40NzE2IDcuNzMyMDEgMjQuMTI3MloiIGZpbGw9ImJsYWNrIiBmaWxsLW9wYWNpdHk9IjAuMjUiLz4KPHBhdGggZD0iTTQuMTQyMDEgMTkuMjcwNEMyLjQ4NjM4IDIwLjIyNjIgMS41MzE2OCAyMS42NzIyIDIuMDA5NjIgMjIuNUMyLjQ4NzU1IDIzLjMyNzggNC4yMTcxNSAyMy4yMjQgNS44NzI3OCAyMi4yNjgxQzcuNTI4NDEgMjEuMzEyMyA4LjQ4MzExIDE5Ljg2NjMgOC4wMDUxNyAxOS4wMzg1QzcuNTI3MjMgMTguMjEwNyA1Ljc5NzY0IDE4LjMxNDUgNC4xNDIwMSAxOS4yNzA0WiIgZmlsbD0iYmxhY2siIGZpbGwtb3BhY2l0eT0iMC4yIi8+CjxwYXRoIGQ9Ik0zLjQ2MTU0IDEzLjI2OTJDMS41NDk3OCAxMy4yNjkyIDAgMTQuMDQ0MSAwIDE1QzAgMTUuOTU1OSAxLjU0OTc4IDE2LjczMDggMy40NjE1NCAxNi43MzA4QzUuMzczMjkgMTYuNzMwOCA2LjkyMzA4IDE1Ljk1NTkgNi45MjMwOCAxNUM2LjkyMzA4IDE0LjA0NDEgNS4zNzMyOSAxMy4yNjkyIDMuNDYxNTQgMTMuMjY5MloiIGZpbGw9ImJsYWNrIiBmaWxsLW9wYWNpdHk9IjAuMTUiLz4KPHBhdGggZD0iTTUuODczMDggNy43MzE4OUM0LjIxNzQ1IDYuNzc2MDEgMi40ODc4NSA2LjY3MjIgMi4wMDk5MiA3LjUwMDAxQzEuNTMxOTggOC4zMjc4MyAyLjQ4NjY4IDkuNzczNzkgNC4xNDIzMSAxMC43Mjk3QzUuNzk3OTQgMTEuNjg1NSA3LjUyNzU0IDExLjc4OTQgOC4wMDU0OCAxMC45NjE2QzguNDgzNDIgMTAuMTMzNyA3LjUyODcxIDguNjg3NzcgNS44NzMwOCA3LjczMTg5WiIgZmlsbD0iYmxhY2siIGZpbGwtb3BhY2l0eT0iMC4xIi8+CjxwYXRoIGQ9Ik0xMC43Mjk1IDQuMTQyMDFDOS43NzM2NSAyLjQ4NjM4IDguMzI3NjggMS41MzE2OCA3LjQ5OTg3IDIuMDA5NjJDNi42NzIwNSAyLjQ4NzU1IDYuNzc1ODcgNC4yMTcxNSA3LjczMTc1IDUuODcyNzhDOC42ODc2MiA3LjUyODQxIDEwLjEzMzYgOC40ODMxMiAxMC45NjE0IDguMDA1MThDMTEuNzg5MiA3LjUyNzI0IDExLjY4NTQgNS43OTc2NCAxMC43Mjk1IDQuMTQyMDFaIiBmaWxsPSJibGFjayIgZmlsbC1vcGFjaXR5PSIwLjA1Ii8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDAiPgo8cmVjdCB3aWR0aD0iMzAuMDAwMSIgaGVpZ2h0PSIzMCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K);
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            -webkit-animation-name: spin;
                    animation-name: spin;
            -webkit-animation-duration: 5000ms;
                    animation-duration: 5000ms;
            -webkit-animation-iteration-count: infinite;
                    animation-iteration-count: infinite;
            -webkit-animation-timing-function: linear;
                    animation-timing-function: linear;
            pointer-events: none;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
            -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
            transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; }
          .modal-wrap .modal-content .form-wrap form .form-btn button.submit-form span {
            -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
            -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
            transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; }
            .modal-wrap .modal-content .form-wrap form .form-btn button.submit-form span:after {
              content: '\203A';
              padding-right: 10px; }
          .modal-wrap .modal-content .form-wrap form .form-btn button.submit-form:hover {
            background: transparent; }
        .modal-wrap .modal-content .form-wrap form .form-btn button.close-modal {
          font-weight: normal;
          font-size: 22px;
          color: #6F7985;
          border: none;
          background: none; }
      .modal-wrap .modal-content .form-wrap form .form-btn.processing button {
        pointer-events: none; }
        .modal-wrap .modal-content .form-wrap form .form-btn.processing button.submit-form:before {
          opacity: 1;
          visibility: visible; }
        .modal-wrap .modal-content .form-wrap form .form-btn.processing button.submit-form span {
          opacity: 0;
          visibility: hidden; }
        .modal-wrap .modal-content .form-wrap form .form-btn.processing button.close-modal {
          color: rgba(111, 121, 133, 0.2); }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@media screen and (max-width: 1580px) {
  .calculator-page .container {
    max-width: 1440px; }
  .calculator-page {
    padding: 42px 0; }
  .calculator-page .page-title h1,
  .calculator-page .page-title h2 {
    font-size: 29px; }
  .calculator-page .page-title p {
    padding-top: 19px;
    font-size: 20px; }
  .calculator-page .page-title {
    max-width: 765px;
    padding-bottom: 22px; }
  .calculator-app .calculator-toolbar .toolbar-title h2 {
    font-size: 20px; }
  .calculator-app .calculator-toolbar .wrap {
    padding: 55px 30px; }
  .calculator-app .calculator-toolbar .toolbar-data ul li {
    padding: 6px 0; }
  .calculator-app .calculator-toolbar .toolbar-data ul li label span:before {
    width: 21px;
    height: 21px; }
  .calculator-app .calculator-toolbar .toolbar-data ul li label span {
    padding-right: 35px;
    font-size: 20px; }
  .calculator-app .calculator-toolbar .toolbar-btn button {
    padding: 14px;
    font-size: 18px; }
  .calculator-app .calculator-toolbar .toolbar-btn p {
    padding-top: 15px;
    font-size: 16px; }
  .data-range .range-title h3 {
    font-size: 20px; }
  .calculator-app .calculator-data .wrap {
    padding: 17px 65px 36px 65px; }
  .data-range .range-wrap .range-item .item-wrap .min-range p,
  .data-range .range-wrap .range-item .item-wrap .max-range p {
    font-size: 20px; }
  .calculator-app .calculator-data .data-wrap {
    padding: 0 75px; }
  .data-range .range-wrap .current-value p {
    padding: 0 35px;
    font-size: 23px; }
  .data-range .range-wrap .current-value {
    padding: 11px 30px; }
  .data-range .range-title h3 span.info-icon {
    width: 22px;
    height: 22px; }
  .data-range ul li {
    padding: 9px 0; }
  .data-range .range-wrap .range-item .item-wrap .min-range, .data-range .range-wrap .range-item .item-wrap .max-range {
    padding: 0 8px; }
  .data-range ul {
    padding-bottom: 14px; }
  .data-range .range-text {
    padding-bottom: 37px; }
  .data-range .range-recommendation .text {
    padding: 10px 25px; }
  .data-range .range-recommendation .text p {
    font-size: 17px; }
  .data-range .range-text p {
    font-size: 21px; }
  .data-range .range-title h3 span.info-icon:before {
    width: 260px;
    padding: 10px 5px;
    font-size: 16px; }
  .summary-range {
    margin-top: 60px;
    padding: 0 30px 24px 30px; }
  .summary-range .results .title h3 {
    font-size: 16px; }
  .summary-range .results .amount p {
    font-size: 30px; }
  .summary-range .text p {
    font-size: 20px; }
  .summary-range .text {
    padding-top: 22px; }
  .summary-range .btn button {
    padding: 13px;
    font-size: 18px; }
  .modal-wrap .modal-content .form-wrap form .form-btn button.submit-form {
    font-size: 18px; }
  .modal-wrap .modal-content .form-wrap form .form-btn button.close-modal {
    font-size: 20px; }
  .modal-wrap .modal-content .form-wrap form .form-btn button {
    padding: 15px;
    margin-top: 13px; }
  .modal-wrap .modal-content .title {
    padding: 20px 15px 35px 15px; }
  .modal-wrap .modal-content .breadcrumbs {
    padding: 15px 15px;
    margin-bottom: 25px; }
  .modal-wrap .modal-content .form-wrap form .fields-wrap label {
    margin: 8px 5px;
    font-size: 16px; }
  .modal-wrap .modal-content .form-wrap form .fields-wrap label span.tel-code {
    font-size: 20px; } }

@media screen and (max-width: 1420px) {
  .calculator-page .container {
    max-width: 1206px; }
  .calculator-page {
    padding: 36px 0; }
  .calculator-page .page-title {
    max-width: 660px;
    padding-bottom: 18px; }
  .calculator-page .page-title h1,
  .calculator-page .page-title h2 {
    font-size: 24px; }
  .calculator-page .page-title p {
    padding-top: 16px;
    font-size: 17px; }
  .calculator-app .calculator-toolbar .toolbar-title h2 {
    font-size: 16px; }
  .calculator-app .calculator-toolbar .wrap {
    padding: 48px 21px; }
  .calculator-app .calculator-toolbar .toolbar-data ul li label span:before {
    width: 18px;
    height: 18px; }
  .calculator-app .calculator-toolbar .toolbar-data ul li label span {
    padding-right: 28px;
    font-size: 17px; }
  .calculator-app .calculator-toolbar .toolbar-data {
    padding-bottom: 88px; }
  .calculator-app .calculator-toolbar .toolbar-btn button {
    padding: 12px;
    font-size: 16px; }
  .calculator-app .calculator-toolbar .toolbar-title {
    max-width: 280px;
    padding-bottom: 85px; }
  .calculator-app .calculator-toolbar .toolbar-btn p {
    padding-top: 13px;
    font-size: 14px; }
  .calculator-app .calculator-data .wrap {
    padding: 17px 40px 49px 40px; }
  .data-range .range-title h3 {
    font-size: 18px; }
  .data-range .range-title h3 span.info-icon {
    width: 19px;
    height: 19px;
    margin-right: 5px; }
  .data-range .range-title {
    padding-bottom: 13px; }
  .data-range .range-wrap .current-value p {
    padding: 0 30px;
    font-size: 20px; }
  .data-range .range-wrap .current-value {
    padding: 9px 22px; }
  .data-range .range-wrap .range-item {
    padding-top: 10px; }
  .data-range .range-wrap .range-item .item-wrap .min-range p,
  .data-range .range-wrap .range-item .item-wrap .max-range p {
    font-size: 17px; }
  .data-range .range-wrap .range-item .item-wrap {
    padding: 10px 0;
    margin-left: 0; }
  .data-range .range-wrap .range-item .item-wrap .min-range,
  .data-range .range-wrap .range-item .item-wrap .max-range {
    padding: 0 10px; }
  .data-range ul li {
    padding: 8px 0; }
  .data-range .range-text p {
    font-size: 18px; }
  .data-range ul {
    padding-bottom: 11px; }
  .data-range .range-recommendation .icon {
    width: 45px;
    height: 45px;
    margin-left: 9px; }
  .data-range .range-recommendation .text {
    padding: 10px 20px; }
  .data-range .range-recommendation .text p {
    font-size: 16px; }
  .summary-range {
    margin-top: 50px;
    padding: 0 22px 18px 22px; }
  .summary-range .btn button {
    padding: 12px;
    font-size: 15px; }
  .summary-range .text p {
    font-size: 17px; }
  .summary-range .btn {
    padding-top: 18px; }
  .summary-range .text {
    padding-top: 17px; }
  .summary-range .results .amount p {
    font-size: 27px; }
  .summary-range .results .title h3 {
    font-size: 14px; }
  .summary-range .results ul {
    padding: 10px 0; }
  .data-range .range-title h3 span.info-icon:before {
    width: 250px;
    padding: 10px;
    font-size: 14px; }
  .calculator-app .calculator-data .intro-img:before {
    padding-bottom: 75.6%; }
  .modal-wrap .modal-content .content-wrap {
    padding: 0 35px; } }

@media screen and (max-width: 1180px) {
  .calculator-page .page-title h1, .calculator-page .page-title h2 {
    font-size: 22px; }
  .calculator-page .page-title p {
    padding-top: 14px;
    font-size: 16px; }
  .calculator-page .page-title {
    max-width: 610px;
    padding-bottom: 10px; }
  .calculator-app .calculator-data .data-wrap {
    padding: 0 65px; }
  .calculator-app .calculator-data .wrap {
    padding: 15px 10px 35px 10px; }
  .calculator-app .calculator-toolbar .toolbar-title h2 {
    font-size: 15px; }
  .calculator-app .calculator-toolbar .wrap {
    padding: 20px 15px; }
  .calculator-app .calculator-toolbar .toolbar-data ul li label span {
    font-size: 15px; }
  .calculator-app .calculator-toolbar .toolbar-title {
    padding-bottom: 55px; }
  .calculator-app .calculator-toolbar .toolbar-data {
    padding-bottom: 65px; }
  .calculator-app .calculator-toolbar .toolbar-btn p {
    padding-top: 10px;
    font-size: 12px; }
  .calculator-app .calculator-toolbar .toolbar-btn button {
    padding: 12px;
    font-size: 14px; }
  .data-range .range-title h3 {
    font-size: 16px; }
  .data-range .range-title h3 span.info-icon {
    width: 17px;
    height: 17px; }
  .data-range .range-wrap .current-value p {
    padding: 0 25px;
    font-size: 18px; }
  .data-range .range-wrap .range-item .item-wrap .min-range p,
  .data-range .range-wrap .range-item .item-wrap .max-range p {
    font-size: 16px; }
  .data-range .range-text p {
    font-size: 15px; }
  .data-range .range-text {
    padding-bottom: 30px; }
  .data-range .range-recommendation .text p {
    font-size: 14px; }
  .summary-range {
    margin-top: 35px;
    padding: 0 15px 15px 15px; }
  .summary-range .results .amount p {
    font-size: 24px; }
  .summary-range .results .title h3 {
    font-size: 13px; }
  .summary-range .text p {
    font-size: 14px; }
  .summary-range .btn button {
    padding: 12px;
    font-size: 14px; } }

@media screen and (max-width: 810px) {
  .calculator-app .calculator-toolbar {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .calculator-app .calculator-data {
    padding: 4px 10px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

@media screen and (max-width: 640px) {
  .calculator-page .container {
    max-width: 500px;
    padding: 0 10px; }
  .calculator-page {
    padding: 25px 0; }
  .calculator-page .page-title h1, .calculator-page .page-title h2 {
    font-size: 22px;
    line-height: 1.4; }
  .calculator-page .page-title p {
    padding-top: 15px;
    font-size: 16px; }
  .calculator-page .page-title {
    padding-bottom: 3px; }
  .calculator-app .calculator-data {
    padding: 4px 10px; }
  .calculator-app .calculator-toolbar .wrap {
    padding: 19px 15px; }
  .calculator-app .calculator-toolbar .toolbar-title h2 {
    font-size: 18px; }
  .calculator-app .calculator-toolbar .toolbar-btn p {
    padding-top: 10px;
    font-size: 15px; }
  .calculator-app .calculator-toolbar .toolbar-data ul li label span {
    padding-right: 36px;
    font-size: 22px; }
  .calculator-app .calculator-toolbar .toolbar-title {
    padding-bottom: 26px; }
  .calculator-app .calculator-toolbar .toolbar-data ul li label span:before {
    width: 24px;
    height: 24px; }
  .calculator-app .calculator-toolbar .toolbar-data ul li {
    padding: 7px 0; }
  .calculator-app .calculator-toolbar .toolbar-data {
    padding-bottom: 30px; }
  .calculator-app .calculator-toolbar .toolbar-btn button {
    padding: 16px;
    font-size: 20px; }
  .calculator-app .calculator-data .wrap {
    padding: 15px 10px 21px 10px; }
  .calculator-app .calculator-data .data-wrap {
    padding: 0 6px; }
  .data-range .range-title h3 span.info-icon {
    width: 24px;
    height: 24px; }
  .data-range .range-title h3 {
    font-size: 22px; }
  .data-range .range-title {
    padding-bottom: 23px; }
  .data-range ul li {
    padding: 20px 0; }
    .data-range ul li:first-child {
      padding-top: 0; }
  .data-range .range-wrap .current-value p {
    padding: 0 36px;
    font-size: 26px; }
  .data-range .range-wrap .current-value {
    padding: 14px 22px; }
  .data-range .range-wrap .range-item {
    padding: 23px 0; }
  .data-range .range-wrap .range-item .item-wrap .min-range p,
  .data-range .range-wrap .range-item .item-wrap .max-range p {
    font-size: 22px; }
  .data-range .range-wrap .range-item .item-wrap .min-range,
  .data-range .range-wrap .range-item .item-wrap .max-range {
    padding: 0;
    top: unset;
    bottom: -28px; }
  .data-range .range-wrap .range-item .item-wrap .max-range {
    right: unset;
    left: 0; }
  .data-range .range-wrap .range-item .item-wrap .min-range {
    left: unset;
    right: 0; }
  .data-range ul {
    padding-bottom: 29px; }
  .data-range .range-text p {
    font-size: 22px;
    text-align: revert; }
  .data-range .range-text {
    padding-bottom: 17px; }
  .data-range .range-recommendation {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .data-range .range-recommendation .icon {
    width: 60px;
    height: 60px;
    margin: 14px 0 0 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .data-range .range-recommendation .text {
    width: 100%;
    padding: 16px 14px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .data-range .range-recommendation .text p {
    font-size: 18px; }
  .data-range .range-recommendation .text:after {
    top: unset;
    right: 24px;
    bottom: -9px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .summary-range {
    margin-top: 20px;
    padding: 0 16px 20px 16px; }
  .summary-range .results ul {
    display: block;
    padding: 0;
    margin: 0 -16px; }
  .summary-range .results ul li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 20px;
    border-left: none;
    border-bottom: 1px solid rgba(111, 121, 133, 0.2); }
  .summary-range .results {
    border-bottom: none; }
  .summary-range .results .amount p {
    font-size: 26px; }
  .summary-range .results .title h3 {
    font-size: 16px; }
  .summary-range .results .title {
    padding: 0 10px 0 0; }
  .summary-range .text p {
    font-size: 18px; }
  .summary-range .text {
    padding-top: 20px; }
  .summary-range .btn {
    padding-top: 28px; }
  .summary-range .btn button {
    padding: 16px 26px;
    font-size: 18px; }
  .calculator-app .calculator-data .intro-img:before {
    padding-bottom: 96.8%; }
  .data-range .range-title h3 span.info-icon:before {
    width: 250px;
    padding: 13px;
    font-size: 16px; }
  .modal-wrap .modal-content .breadcrumbs ul li {
    font-size: 16px; }
  .modal-wrap .modal-content .content-wrap {
    padding: 0 15px; }
  .modal-wrap .modal-content .form-wrap form .fields-wrap label.half-size,
  .modal-wrap .modal-content .form-wrap form .fields-wrap label.half-size:nth-of-type(1),
  .modal-wrap .modal-content .form-wrap form .fields-wrap label.half-size:nth-of-type(2) {
    width: 100%; }
  .modal-wrap .modal-content .breadcrumbs {
    padding: 10px 15px;
    margin-bottom: 10px; }
  .modal-wrap .modal-content .title {
    padding: 10px 15px 15px 15px; }
  .modal-wrap .modal-content .form-wrap form .fields-wrap label input {
    padding: 15px 14px; }
  .modal-wrap .modal-content .form-wrap form .fields-wrap label {
    margin: 5px 5px; }
  .modal-wrap .modal-content .form-wrap form .fields-wrap label span.tel-code {
    font-size: 16px; }
  .modal-wrap .modal-content .form-wrap form .form-btn button.submit-form {
    font-size: 16px; }
  .modal-wrap .modal-content .form-wrap form .form-btn button {
    padding: 13px;
    margin-top: 8px; }
  .modal-wrap .modal-content .form-wrap form .form-btn button.close-modal {
    font-size: 18px; }
  .modal-wrap .modal-content {
    padding-bottom: 15px; } }

/*# sourceMappingURL=maps/bundle.css.map */
