.dropdown__opener_button {
    font-size: 1.6rem;
    font-weight: 400;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    outline: none;
  }
  .dropdown,
  .dropup {
    position: relative;
  }
  .dropdown-toggle:focus {
    outline: 0;
  }
  .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 10px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  }
  .dropdown-menu__text-sep {
    color: #dde2e5;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    display: block;
    clear: both;
    z-index: 1;
    padding: 5px 20px;
  }
  .dropdown-menu__text-sep::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #dde2e5;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .dropdown-menu__divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
  }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto;
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
  }
  .dropdown-menu > li > a {
    display: block;
    padding: 5px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
  }
  .dropdown-menu > li > a:focus,
  .dropdown-menu > li > a:hover {
    background-color: #f6f9fc;
    color: #262626;
    text-decoration: none;
  }
  .dropdown-menu > .active > a,
  .dropdown-menu > .active > a:focus,
  .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
  }
  .dropdown-menu > .disabled > a,
  .dropdown-menu > .disabled > a:focus,
  .dropdown-menu > .disabled > a:hover {
    color: #777;
  }
  .dropdown-menu > .disabled > a:focus,
  .dropdown-menu > .disabled > a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
  }
  .open > .dropdown-menu {
    display: block;
  }
  .open > a {
    outline: 0;
  }
  .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .dropdown-menu-left {
    right: auto;
    left: 0;
  }
  .dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #dde2e5;
    white-space: nowrap;
  }
  .dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
  }
  .pull-right > .dropdown-menu {
    right: 0;
    left: auto;
  }
  .dropup .caret,
  .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid 9;
  }
  .dropup .dropdown-menu,
  .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
  }
  @media (min-width: 768px) {
    .navbar-right .dropdown-menu {
      right: 0;
      left: auto;
    }
    .navbar-right .dropdown-menu-left {
      right: auto;
      left: 0;
    }
  }
  .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid 9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
  .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    opacity: 0;
    line-break: auto;
  }
  .tooltip.in {
    opacity: 1;
  }
  .tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
  }
  .tooltip.right {
    padding: 0 5px;
  }
  .tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
  }
  .tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
  }
  .tooltip-inner {
    max-width: 300px;
    font-size: 1.5rem;
    color: #334356;
    background-color: #fff;
    border: 1px solid #b5c0cc;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    text-align: left;
    padding: 10px 15px;
  }
  .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
  }
  .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
  }
  .tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
  }
  .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
  }
  .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #b5c0cc;
  }
  .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #b5c0cc;
  }
  .tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
  }
  .tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
  }
  .tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
  }
  .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  .nav > li {
    position: relative;
    display: block;
  }
  .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
  }
  .nav > li > a:hover,
  .nav > li > a:focus {
    text-decoration: none;
    background-color: #eee;
  }
  .nav > li.disabled > a {
    color: #777;
  }
  .nav > li.disabled > a:hover,
  .nav > li.disabled > a:focus {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
  }
  .nav .open > a,
  .nav .open > a:hover,
  .nav .open > a:focus {
    background-color: #eee;
    border-color: #337ab7;
  }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
  }
  .nav > li > a > img {
    max-width: none;
  }
  .nav-tabs {
    border-bottom: 1px solid #ddd;
  }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
  }
  .nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    -webkit-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;
  }
  .nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
  }
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
  }
  .nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
  }
  .nav-tabs.nav-justified > li {
    float: none;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
  }
  .nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
  }
  @media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%;
    }
    .nav-tabs.nav-justified > li > a {
      margin-bottom: 0;
    }
  }
  .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    -webkit-border-radius: 4px;
            border-radius: 4px;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
  }
  @media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      -webkit-border-radius: 4px 4px 0 0;
              border-radius: 4px 4px 0 0;
    }
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff;
    }
  }
  .nav-pills > li {
    float: left;
  }
  .nav-pills > li > a {
    -webkit-border-radius: 4px;
            border-radius: 4px;
  }
  .nav-pills > li + li {
    margin-left: 2px;
  }
  .nav-pills > li.active > a,
  .nav-pills > li.active > a:hover,
  .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7;
  }
  .nav-stacked > li {
    float: none;
  }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
  }
  .nav-justified {
    width: 100%;
  }
  .nav-justified > li {
    float: none;
  }
  .nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
  }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
  }
  @media (min-width: 768px) {
    .nav-justified > li {
      display: table-cell;
      width: 1%;
    }
    .nav-justified > li > a {
      margin-bottom: 0;
    }
  }
  .nav-tabs-justified {
    border-bottom: 0;
  }
  .nav-tabs-justified > li > a {
    margin-right: 0;
    -webkit-border-radius: 4px;
            border-radius: 4px;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border: 1px solid #ddd;
  }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a {
      border-bottom: 1px solid #ddd;
      -webkit-border-radius: 4px 4px 0 0;
              border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
      border-bottom-color: #fff;
    }
  }
  .tab-content > .tab-pane {
    display: none;
  }
  .tab-content > .active {
    display: block;
  }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    -webkit-border-top-left-radius: 0;
            border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
            border-top-right-radius: 0;
  }
  .nav:before,
  .nav:after,
  .navbar:before,
  .navbar:after,
  .navbar-header:before,
  .navbar-header:after,
  .navbar-collapse:before,
  .navbar-collapse:after {
    display: table;
    content: " ";
  }
  .btn-group-vertical>.btn-group:after,
  .btn-toolbar:after,
  .clearfix:after,
  .container-fluid:after,
  .container:after,
  .dl-horizontal dd:after,
  .form-horizontal .form-group:after,
  .modal-footer:after,
  .modal-header:after,
  .nav:after,
  .navbar-collapse:after,
  .navbar-header:after,
  .navbar:after,
  .pager:after,
  .panel-body:after,
  .row:after {
    clear: both;
  }
  @font-face {
    font-family: 'Roboto-Regular';
    src: url("/wp-content/plugins/mortgage/assets/fonts/Roboto-Regular.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'Roboto-Light';
    src: url("../assets/fonts/Roboto-Light.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'Roboto-Thin';
    src: url("../assets/fonts/Roboto-Thin.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'Roboto-Bold';
    src: url("/wp-content/plugins/mortgage/assets/fonts/Roboto-Bold.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'Open Sans';
    src: url("../assets/fonts/OpenSans-Regular.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  html {
    font-family: "Roboto-Regular", sans-serif;
    font-size: 10px;
    padding: 0;
    margin: 0;
  }
  body {
    font-size: 1.6rem;
    color: #334356;
    line-height: 1;
    padding: 100px;
    margin: 0;
  }
  a {
    color: #333;
    outline: none;
    text-decoration: none;
  }
  a:focus {
    outline: none;
    outline-offset: 0;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  a,
  img,
  ol,
  ul,
  li,
  b,
  fieldset,
  form,
  label,
  tfoot,
  thead,
  article,
  aside,
  canvas,
  menu,
  nav,
  section {
    font-weight: 400;
    vertical-align: baseline;
    padding: 0;
    margin: 0;
  }
  b,
  button {
    font-family: "Roboto-Regular", sans-serif;
  }
  ol,
  ul,
  li {
    list-style: none;
  }
  table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }
  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  *::before,
  *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .container {
    width: 100%;
    max-width: 1200px;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
  }
  @media (max-width: 1199px) {
    .container {
      max-width: 992px;
    }
  }
  @media (max-width: 991px) {
    .container {
      max-width: 768px;
    }
  }
  input,
  select {
    outline: none;
  }
  select {
    cursor: pointer;
  }
  .form_half-widget {
    max-width: 50%;
  }
  .form_horizontal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .form_column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form__column_46 {
    width: 48%;
  }
  .form__column_inline .form__block_46 {
    width: 100%;
  }
  .form__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .form__block {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 25px;
  }
  .form__block_46 {
    width: 48%;
  }
  .form__sublevel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 25px;
  }
  .form__sublevel-title {
    margin-top: 15px;
    margin-bottom: 8px;
  }
  .form__title {
    font-size: 1.6rem;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .form__title_heightfix {
    min-width: 1px;
    height: 16px;
  }
  .form__title_font14 {
    font-size: 1.4rem;
  }
  .form__block_inline {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
    margin-bottom: 25px;
  }
  .form__radio-group {
    display: block;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .form__checkbox-group {
    display: block;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .field {
    width: 100%;
    font-family: "Roboto-Bold";
    font-size: 1.6rem;
    border: 0 none;
  }
  .field__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .field_grey {
    height: 50px;
    border: 2px solid #b5c0cc;
    -webkit-border-radius: 5px;
            border-radius: 5px;
  }
  .field_grey-md {
    height: 40px;
    padding: 0 10px;
  }
  .field_grey-light {
    font-family: "Roboto-Regular", sans-serif;
    border: 1px solid #dde2e5;
    -webkit-border-radius: 3px;
            border-radius: 3px;
  }
  .field_pad {
    padding: 0 13px;
  }
  .field_left-pad {
    padding-left: 13px;
  }
  .field_right-pad {
    padding-right: 13px;
  }
  .field_growed {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .field_14 {
    font-size: 1.4rem;
  }
  .field_12 {
    font-size: 1.2rem;
  }
  .field:disabled {
    background-color: #f0f3f4;
    color: #b5c0cc;
  }
  .field-group {
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 13px;
  }
  .field-group__label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .field-group__label_sm {
    width: 100%;
    max-width: 37%;
  }
  .field-group__symbol-sep {
    width: 1px;
    height: 100%;
    display: block;
    margin-right: 6px;
  }
  .field-group__sep {
    width: 1px;
    min-width: 1px;
    max-width: 1px;
    margin: 0 5px;
  }
  .field-group__sep_grey {
    background-color: #b5c0cc;
  }
  .field-group__symbol {
    color: #b5c0cc;
    line-height: 3;
  }
  .field-group_grey {
    border: 2px solid #565656;
    -webkit-border-radius: 5px;
            border-radius: 5px;
  }
  .select-group {
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .select-group_grey {
    border: 2px solid #b5c0cc;
    -webkit-border-radius: 5px;
            border-radius: 5px;
  }
  .checkbox-group {
    cursor: pointer;
    position: relative;
    padding-left: 25px;
  }
  .checkbox-group__input {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
  .checkbox-group__span {
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 1px solid #dde2e5;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    display: block;
    position: absolute;
    left: 0;
    top: -1px;
  }
  .checkbox-group__span::after {
    content: "";
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    display: none;
    position: absolute;
    top: 2px;
    left: 6px;
  }
  .checkbox-group__input:checked ~ .checkbox-group__span {
    background-color: #09f;
    border: 0;
  }
  .checkbox-group__input:checked ~ .checkbox-group__span_red {
    background-color: #f76081;
  }
  .checkbox-group__input:checked ~ .checkbox-group__span_orange {
    background-color: #f89f3f;
  }
  .checkbox-group__input:checked ~ .checkbox-group__span_yellow {
    background-color: #facd59;
  }
  .checkbox-group__input:checked ~ .checkbox-group__span_green {
    background-color: #5dc0c1;
  }
  .checkbox-group__input:checked ~ .checkbox-group__span_blue {
    background-color: #4ca1f3;
  }
  .checkbox-group__input:checked ~ .checkbox-group__span:after {
    display: block;
  }
  .radio-group {
    cursor: pointer;
    display: block;
    position: relative;
    padding-left: 25px;
  }
  .radio-group__input {
    -webkit-border-radius: 50%;
            border-radius: 50%;
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
  .radio-group__span {
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 1px solid #dde2e5;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    top: -1px;
  }
  .radio-group__span::after {
    content: "";
    width: 6px;
    height: 6px;
    background: #fff;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    display: none;
    position: absolute;
    top: 5px;
    left: 5px;
  }
  .radio-group__input:checked ~ .radio-group__span {
    background-color: #09f;
    border: 0;
  }
  .radio-group__input:checked ~ .radio-group__span:after {
    display: block;
  }
  [data-wset-group="false"] .form__sublevel {
    color: #dde2e5;
    cursor: not-allowed;
  }
  [data-wset-group="false"] .checkbox-group__input:checked ~ .checkbox-group__span {
    background-color: #dde2e5;
  }
  [data-field] {
    -webkit-transition: font-size 0.3s ease;
    -o-transition: font-size 0.3s ease;
    transition: font-size 0.3s ease;
  }
  [data-active-field="%"] [data-field="num"],
  [data-fakeactive-field="%"] [data-field="num"] {
    font-size: 1.4rem;
    color: #334356;
    padding-top: 3px;
  }
  [data-active-field="num"] [data-field="%"],
  [data-fakeactive-field="num"] [data-field="%"] {
    font-size: 1.4rem;
    color: #b5c0cc;
    padding-top: 3px;
  }
  @media (max-width: 991px) {
    .form__block {
      margin-bottom: 20px;
    }
    .form__block_46 {
      width: 47%;
    }
  }
  @media (max-width: 767px) {
    .form__block {
      margin-bottom: 20px;
    }
    .form__block_46 {
      width: 48%;
    }
  }
  @media (max-width: 649px) {
    .form__column_46 {
      width: 100%;
    }
    .form__column_inline {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
    }
    .form__column_inline .form__block_46 {
      width: 48%;
    }
    .form__row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .form__row_inline {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
    }
    .form__row_inline .form__block_46 {
      width: 48%;
    }
    .form__block_46 {
      max-width: 100%;
    }
    .field-group__label_sm {
      max-width: 51%;
    }
  }
  @media (max-width: 500px) {
    .field-group_grey {
      height: 45px;
    }
    .field-group__symbol {
      line-height: 2.6;
    }
    .field_grey {
      max-height: 45px;
    }
    .form__title {
      font-size: 1.4rem;
      margin-bottom: 5px;
    }
    .form__block {
      margin-bottom: 15px;
    }
  }
  .tooltip-icon {
    width: 18px;
    height: 18px;
    background-image: url("/wp-content/plugins/mortgage/assets/images/tooltip-icon.svg");
    cursor: default;
    display: inline-block;
    vertical-align: middle;
    z-index: 10000;
    margin: -8px 0 0 3px;
  }
  .btn {
    text-align: center;
    border: none;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    cursor: pointer;
    display: inline-block;
  }
  .btn_blue {
    width: 100%;
    height: 50px;
    font-family: "Roboto-Bold", sans-serif;
    font-size: 1.6rem;
    line-height: 3.2;
    color: #fff;
    background-color: #164884;
    text-transform: uppercase;
  }
  .btn_grey {
    background-color: #b5c0cc;
  }
  .btn_border-grey {
    color: #6b7177;
    border: 1px solid #b5c0cc;
  }
  .btn_sm {
    height: 30px;
    font-family: "Roboto-Regular", sans-serif;
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 5px 20px;
  }
  .btn_160 {
    width: 160px;
  }
  .btn_180 {
    width: 180px;
  }
  .btn_240 {
    width: 240px;
  }
  .btn_link {
    font-size: 1.6rem;
    color: #333;
    text-decoration: underline;
    display: block;
    margin: 60px auto 0;
  }
  .btn_input {
    width: 100%;
    max-width: 320px;
  }
  @media (max-width: 500px) {
    .btn_blue {
      height: 45px;
      font-size: 1.5rem;
    }
  }
  .adverts-main {
    width: 300px;
    height: 600px;
    margin-left: 40px;
    display: none;
  }
  @media (max-width: 1199px) {
    .adverts-main {
      display: none;
    }
  }
  .grey-block {
    background-color: #f6f9fc;
  }
  .white-block {
    background-color: #fff;
  }
  /*
   * Datepicker for Bootstrap v1.8.0 (https://github.com/uxsolutions/bootstrap-datepicker)
   *
   * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
   */
  .datepicker {
    -webkit-border-radius: 4px;
            border-radius: 4px;
    direction: ltr;
  }
  .datepicker-inline {
    width: 220px;
  }
  .datepicker-rtl {
    direction: rtl;
  }
  .datepicker-rtl.dropdown-menu {
    left: auto;
  }
  .datepicker-rtl table tr td span {
    float: right;
  }
  .datepicker-dropdown {
    top: 0;
    left: 0;
    padding: 4px;
  }
  .datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(0,0,0,0.15);
    border-top: 0;
    border-bottom-color: rgba(0,0,0,0.2);
    position: absolute;
  }
  .datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-top: 0;
    position: absolute;
  }
  .datepicker-dropdown.datepicker-orient-left:before {
    left: 6px;
  }
  .datepicker-dropdown.datepicker-orient-left:after {
    left: 7px;
  }
  .datepicker-dropdown.datepicker-orient-right:before {
    right: 6px;
  }
  .datepicker-dropdown.datepicker-orient-right:after {
    right: 7px;
  }
  .datepicker-dropdown.datepicker-orient-bottom:before {
    top: -7px;
  }
  .datepicker-dropdown.datepicker-orient-bottom:after {
    top: -6px;
  }
  .datepicker-dropdown.datepicker-orient-top:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid rgba(0,0,0,0.15);
  }
  .datepicker-dropdown.datepicker-orient-top:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff;
  }
  .datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .datepicker table tr td,
  .datepicker table tr th {
    text-align: center;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    border: none;
  }
  .table-striped .datepicker table tr td,
  .table-striped .datepicker table tr th {
    background-color: transparent;
  }
  .datepicker table tr td.old,
  .datepicker table tr td.new {
    color: #777;
  }
  .datepicker table tr td.day:hover,
  .datepicker table tr td.focused {
    background: #eee;
    cursor: pointer;
  }
  .datepicker table tr td.disabled,
  .datepicker table tr td.disabled:hover {
    background: none;
    color: #777;
    cursor: default;
  }
  .datepicker table tr td.highlighted {
    color: #000;
    background-color: #d9edf7;
    border-color: #85c5e5;
    -webkit-border-radius: 0;
            border-radius: 0;
  }
  .datepicker table tr td.highlighted:focus,
  .datepicker table tr td.highlighted.focus {
    color: #000;
    background-color: #afd9ee;
    border-color: #298fc2;
  }
  .datepicker table tr td.highlighted:hover {
    color: #000;
    background-color: #afd9ee;
    border-color: #52addb;
  }
  .datepicker table tr td.highlighted:active,
  .datepicker table tr td.highlighted.active {
    color: #000;
    background-color: #afd9ee;
    border-color: #52addb;
  }
  .datepicker table tr td.highlighted:active:hover,
  .datepicker table tr td.highlighted.active:hover,
  .datepicker table tr td.highlighted:active:focus,
  .datepicker table tr td.highlighted.active:focus,
  .datepicker table tr td.highlighted:active.focus,
  .datepicker table tr td.highlighted.active.focus {
    color: #000;
    background-color: #91cbe8;
    border-color: #298fc2;
  }
  .datepicker table tr td.highlighted.disabled:hover,
  .datepicker table tr td.highlighted[disabled]:hover,
  fieldset[disabled] .datepicker table tr td.highlighted:hover,
  .datepicker table tr td.highlighted.disabled:focus,
  .datepicker table tr td.highlighted[disabled]:focus,
  fieldset[disabled] .datepicker table tr td.highlighted:focus,
  .datepicker table tr td.highlighted.disabled.focus,
  .datepicker table tr td.highlighted[disabled].focus,
  fieldset[disabled] .datepicker table tr td.highlighted.focus {
    background-color: #d9edf7;
    border-color: #85c5e5;
  }
  .datepicker table tr td.highlighted.focused {
    background: #afd9ee;
  }
  .datepicker table tr td.highlighted.disabled,
  .datepicker table tr td.highlighted.disabled:active {
    background: #d9edf7;
    color: #777;
  }
  .datepicker table tr td.today {
    color: #000;
    background-color: #ffdb99;
    border-color: #ffb733;
  }
  .datepicker table tr td.today:focus,
  .datepicker table tr td.today.focus {
    color: #000;
    background-color: #ffc966;
    border-color: #b37400;
  }
  .datepicker table tr td.today:hover {
    color: #000;
    background-color: #ffc966;
    border-color: #f59e00;
  }
  .datepicker table tr td.today:active,
  .datepicker table tr td.today.active {
    color: #000;
    background-color: #ffc966;
    border-color: #f59e00;
  }
  .datepicker table tr td.today:active:hover,
  .datepicker table tr td.today.active:hover,
  .datepicker table tr td.today:active:focus,
  .datepicker table tr td.today.active:focus,
  .datepicker table tr td.today:active.focus,
  .datepicker table tr td.today.active.focus {
    color: #000;
    background-color: #ffbc42;
    border-color: #b37400;
  }
  .datepicker table tr td.today.disabled:hover,
  .datepicker table tr td.today[disabled]:hover,
  fieldset[disabled] .datepicker table tr td.today:hover,
  .datepicker table tr td.today.disabled:focus,
  .datepicker table tr td.today[disabled]:focus,
  fieldset[disabled] .datepicker table tr td.today:focus,
  .datepicker table tr td.today.disabled.focus,
  .datepicker table tr td.today[disabled].focus,
  fieldset[disabled] .datepicker table tr td.today.focus {
    background-color: #ffdb99;
    border-color: #ffb733;
  }
  .datepicker table tr td.today.focused {
    background: #ffc966;
  }
  .datepicker table tr td.today.disabled,
  .datepicker table tr td.today.disabled:active {
    background: #ffdb99;
    color: #777;
  }
  .datepicker table tr td.range {
    color: #000;
    background-color: #eee;
    border-color: #bbb;
    -webkit-border-radius: 0;
            border-radius: 0;
  }
  .datepicker table tr td.range:focus,
  .datepicker table tr td.range.focus {
    color: #000;
    background-color: #d5d5d5;
    border-color: #7c7c7c;
  }
  .datepicker table tr td.range:hover {
    color: #000;
    background-color: #d5d5d5;
    border-color: #9d9d9d;
  }
  .datepicker table tr td.range:active,
  .datepicker table tr td.range.active {
    color: #000;
    background-color: #d5d5d5;
    border-color: #9d9d9d;
  }
  .datepicker table tr td.range:active:hover,
  .datepicker table tr td.range.active:hover,
  .datepicker table tr td.range:active:focus,
  .datepicker table tr td.range.active:focus,
  .datepicker table tr td.range:active.focus,
  .datepicker table tr td.range.active.focus {
    color: #000;
    background-color: #c3c3c3;
    border-color: #7c7c7c;
  }
  .datepicker table tr td.range.disabled:hover,
  .datepicker table tr td.range[disabled]:hover,
  fieldset[disabled] .datepicker table tr td.range:hover,
  .datepicker table tr td.range.disabled:focus,
  .datepicker table tr td.range[disabled]:focus,
  fieldset[disabled] .datepicker table tr td.range:focus,
  .datepicker table tr td.range.disabled.focus,
  .datepicker table tr td.range[disabled].focus,
  fieldset[disabled] .datepicker table tr td.range.focus {
    background-color: #eee;
    border-color: #bbb;
  }
  .datepicker table tr td.range.focused {
    background: #d5d5d5;
  }
  .datepicker table tr td.range.disabled,
  .datepicker table tr td.range.disabled:active {
    background: #eee;
    color: #777;
  }
  .datepicker table tr td.range.highlighted {
    color: #000;
    background-color: #e4eef3;
    border-color: #9dc1d3;
  }
  .datepicker table tr td.range.highlighted:focus,
  .datepicker table tr td.range.highlighted.focus {
    color: #000;
    background-color: #c1d7e3;
    border-color: #4b88a6;
  }
  .datepicker table tr td.range.highlighted:hover {
    color: #000;
    background-color: #c1d7e3;
    border-color: #73a6c0;
  }
  .datepicker table tr td.range.highlighted:active,
  .datepicker table tr td.range.highlighted.active {
    color: #000;
    background-color: #c1d7e3;
    border-color: #73a6c0;
  }
  .datepicker table tr td.range.highlighted:active:hover,
  .datepicker table tr td.range.highlighted.active:hover,
  .datepicker table tr td.range.highlighted:active:focus,
  .datepicker table tr td.range.highlighted.active:focus,
  .datepicker table tr td.range.highlighted:active.focus,
  .datepicker table tr td.range.highlighted.active.focus {
    color: #000;
    background-color: #a8c8d8;
    border-color: #4b88a6;
  }
  .datepicker table tr td.range.highlighted.disabled:hover,
  .datepicker table tr td.range.highlighted[disabled]:hover,
  fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
  .datepicker table tr td.range.highlighted.disabled:focus,
  .datepicker table tr td.range.highlighted[disabled]:focus,
  fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
  .datepicker table tr td.range.highlighted.disabled.focus,
  .datepicker table tr td.range.highlighted[disabled].focus,
  fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
    background-color: #e4eef3;
    border-color: #9dc1d3;
  }
  .datepicker table tr td.range.highlighted.focused {
    background: #c1d7e3;
  }
  .datepicker table tr td.range.highlighted.disabled,
  .datepicker table tr td.range.highlighted.disabled:active {
    background: #e4eef3;
    color: #777;
  }
  .datepicker table tr td.range.today {
    color: #000;
    background-color: #f7ca77;
    border-color: #f1a417;
  }
  .datepicker table tr td.range.today:focus,
  .datepicker table tr td.range.today.focus {
    color: #000;
    background-color: #f4b747;
    border-color: #815608;
  }
  .datepicker table tr td.range.today:hover {
    color: #000;
    background-color: #f4b747;
    border-color: #bf800c;
  }
  .datepicker table tr td.range.today:active,
  .datepicker table tr td.range.today.active {
    color: #000;
    background-color: #f4b747;
    border-color: #bf800c;
  }
  .datepicker table tr td.range.today:active:hover,
  .datepicker table tr td.range.today.active:hover,
  .datepicker table tr td.range.today:active:focus,
  .datepicker table tr td.range.today.active:focus,
  .datepicker table tr td.range.today:active.focus,
  .datepicker table tr td.range.today.active.focus {
    color: #000;
    background-color: #f2aa25;
    border-color: #815608;
  }
  .datepicker table tr td.range.today.disabled:hover,
  .datepicker table tr td.range.today[disabled]:hover,
  fieldset[disabled] .datepicker table tr td.range.today:hover,
  .datepicker table tr td.range.today.disabled:focus,
  .datepicker table tr td.range.today[disabled]:focus,
  fieldset[disabled] .datepicker table tr td.range.today:focus,
  .datepicker table tr td.range.today.disabled.focus,
  .datepicker table tr td.range.today[disabled].focus,
  fieldset[disabled] .datepicker table tr td.range.today.focus {
    background-color: #f7ca77;
    border-color: #f1a417;
  }
  .datepicker table tr td.range.today.disabled,
  .datepicker table tr td.range.today.disabled:active {
    background: #f7ca77;
    color: #777;
  }
  .datepicker table tr td.selected,
  .datepicker table tr td.selected.highlighted {
    color: #fff;
    background-color: #777;
    border-color: #555;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  }
  .datepicker table tr td.selected:focus,
  .datepicker table tr td.selected.highlighted:focus,
  .datepicker table tr td.selected.focus,
  .datepicker table tr td.selected.highlighted.focus {
    color: #fff;
    background-color: #5e5e5e;
    border-color: #161616;
  }
  .datepicker table tr td.selected:hover,
  .datepicker table tr td.selected.highlighted:hover {
    color: #fff;
    background-color: #5e5e5e;
    border-color: #373737;
  }
  .datepicker table tr td.selected:active,
  .datepicker table tr td.selected.highlighted:active,
  .datepicker table tr td.selected.active,
  .datepicker table tr td.selected.highlighted.active {
    color: #fff;
    background-color: #5e5e5e;
    border-color: #373737;
  }
  .datepicker table tr td.selected:active:hover,
  .datepicker table tr td.selected.highlighted:active:hover,
  .datepicker table tr td.selected.active:hover,
  .datepicker table tr td.selected.highlighted.active:hover,
  .datepicker table tr td.selected:active:focus,
  .datepicker table tr td.selected.highlighted:active:focus,
  .datepicker table tr td.selected.active:focus,
  .datepicker table tr td.selected.highlighted.active:focus,
  .datepicker table tr td.selected:active.focus,
  .datepicker table tr td.selected.highlighted:active.focus,
  .datepicker table tr td.selected.active.focus,
  .datepicker table tr td.selected.highlighted.active.focus {
    color: #fff;
    background-color: #4c4c4c;
    border-color: #161616;
  }
  .datepicker table tr td.selected.disabled:hover,
  .datepicker table tr td.selected.highlighted.disabled:hover,
  .datepicker table tr td.selected[disabled]:hover,
  .datepicker table tr td.selected.highlighted[disabled]:hover,
  fieldset[disabled] .datepicker table tr td.selected:hover,
  fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
  .datepicker table tr td.selected.disabled:focus,
  .datepicker table tr td.selected.highlighted.disabled:focus,
  .datepicker table tr td.selected[disabled]:focus,
  .datepicker table tr td.selected.highlighted[disabled]:focus,
  fieldset[disabled] .datepicker table tr td.selected:focus,
  fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
  .datepicker table tr td.selected.disabled.focus,
  .datepicker table tr td.selected.highlighted.disabled.focus,
  .datepicker table tr td.selected[disabled].focus,
  .datepicker table tr td.selected.highlighted[disabled].focus,
  fieldset[disabled] .datepicker table tr td.selected.focus,
  fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
    background-color: #777;
    border-color: #555;
  }
  .datepicker table tr td.active,
  .datepicker table tr td.active.highlighted {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  }
  .datepicker table tr td.active:focus,
  .datepicker table tr td.active.highlighted:focus,
  .datepicker table tr td.active.focus,
  .datepicker table tr td.active.highlighted.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
  }
  .datepicker table tr td.active:hover,
  .datepicker table tr td.active.highlighted:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
  }
  .datepicker table tr td.active:active,
  .datepicker table tr td.active.highlighted:active,
  .datepicker table tr td.active.active,
  .datepicker table tr td.active.highlighted.active {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
  }
  .datepicker table tr td.active:active:hover,
  .datepicker table tr td.active.highlighted:active:hover,
  .datepicker table tr td.active.active:hover,
  .datepicker table tr td.active.highlighted.active:hover,
  .datepicker table tr td.active:active:focus,
  .datepicker table tr td.active.highlighted:active:focus,
  .datepicker table tr td.active.active:focus,
  .datepicker table tr td.active.highlighted.active:focus,
  .datepicker table tr td.active:active.focus,
  .datepicker table tr td.active.highlighted:active.focus,
  .datepicker table tr td.active.active.focus,
  .datepicker table tr td.active.highlighted.active.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
  }
  .datepicker table tr td.active.disabled:hover,
  .datepicker table tr td.active.highlighted.disabled:hover,
  .datepicker table tr td.active[disabled]:hover,
  .datepicker table tr td.active.highlighted[disabled]:hover,
  fieldset[disabled] .datepicker table tr td.active:hover,
  fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
  .datepicker table tr td.active.disabled:focus,
  .datepicker table tr td.active.highlighted.disabled:focus,
  .datepicker table tr td.active[disabled]:focus,
  .datepicker table tr td.active.highlighted[disabled]:focus,
  fieldset[disabled] .datepicker table tr td.active:focus,
  fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
  .datepicker table tr td.active.disabled.focus,
  .datepicker table tr td.active.highlighted.disabled.focus,
  .datepicker table tr td.active[disabled].focus,
  .datepicker table tr td.active.highlighted[disabled].focus,
  fieldset[disabled] .datepicker table tr td.active.focus,
  fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
    background-color: #337ab7;
    border-color: #2e6da4;
  }
  .datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
            border-radius: 4px;
  }
  .datepicker table tr td span:hover,
  .datepicker table tr td span.focused {
    background: #eee;
  }
  .datepicker table tr td span.disabled,
  .datepicker table tr td span.disabled:hover {
    background: none;
    color: #777;
    cursor: default;
  }
  .datepicker table tr td span.active,
  .datepicker table tr td span.active:hover,
  .datepicker table tr td span.active.disabled,
  .datepicker table tr td span.active.disabled:hover {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  }
  .datepicker table tr td span.active:focus,
  .datepicker table tr td span.active:hover:focus,
  .datepicker table tr td span.active.disabled:focus,
  .datepicker table tr td span.active.disabled:hover:focus,
  .datepicker table tr td span.active.focus,
  .datepicker table tr td span.active:hover.focus,
  .datepicker table tr td span.active.disabled.focus,
  .datepicker table tr td span.active.disabled:hover.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
  }
  .datepicker table tr td span.active:hover,
  .datepicker table tr td span.active:hover:hover,
  .datepicker table tr td span.active.disabled:hover,
  .datepicker table tr td span.active.disabled:hover:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
  }
  .datepicker table tr td span.active:active,
  .datepicker table tr td span.active:hover:active,
  .datepicker table tr td span.active.disabled:active,
  .datepicker table tr td span.active.disabled:hover:active,
  .datepicker table tr td span.active.active,
  .datepicker table tr td span.active:hover.active,
  .datepicker table tr td span.active.disabled.active,
  .datepicker table tr td span.active.disabled:hover.active {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
  }
  .datepicker table tr td span.active:active:hover,
  .datepicker table tr td span.active:hover:active:hover,
  .datepicker table tr td span.active.disabled:active:hover,
  .datepicker table tr td span.active.disabled:hover:active:hover,
  .datepicker table tr td span.active.active:hover,
  .datepicker table tr td span.active:hover.active:hover,
  .datepicker table tr td span.active.disabled.active:hover,
  .datepicker table tr td span.active.disabled:hover.active:hover,
  .datepicker table tr td span.active:active:focus,
  .datepicker table tr td span.active:hover:active:focus,
  .datepicker table tr td span.active.disabled:active:focus,
  .datepicker table tr td span.active.disabled:hover:active:focus,
  .datepicker table tr td span.active.active:focus,
  .datepicker table tr td span.active:hover.active:focus,
  .datepicker table tr td span.active.disabled.active:focus,
  .datepicker table tr td span.active.disabled:hover.active:focus,
  .datepicker table tr td span.active:active.focus,
  .datepicker table tr td span.active:hover:active.focus,
  .datepicker table tr td span.active.disabled:active.focus,
  .datepicker table tr td span.active.disabled:hover:active.focus,
  .datepicker table tr td span.active.active.focus,
  .datepicker table tr td span.active:hover.active.focus,
  .datepicker table tr td span.active.disabled.active.focus,
  .datepicker table tr td span.active.disabled:hover.active.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
  }
  .datepicker table tr td span.active.disabled:hover,
  .datepicker table tr td span.active:hover.disabled:hover,
  .datepicker table tr td span.active.disabled.disabled:hover,
  .datepicker table tr td span.active.disabled:hover.disabled:hover,
  .datepicker table tr td span.active[disabled]:hover,
  .datepicker table tr td span.active:hover[disabled]:hover,
  .datepicker table tr td span.active.disabled[disabled]:hover,
  .datepicker table tr td span.active.disabled:hover[disabled]:hover,
  fieldset[disabled] .datepicker table tr td span.active:hover,
  fieldset[disabled] .datepicker table tr td span.active:hover:hover,
  fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
  fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
  .datepicker table tr td span.active.disabled:focus,
  .datepicker table tr td span.active:hover.disabled:focus,
  .datepicker table tr td span.active.disabled.disabled:focus,
  .datepicker table tr td span.active.disabled:hover.disabled:focus,
  .datepicker table tr td span.active[disabled]:focus,
  .datepicker table tr td span.active:hover[disabled]:focus,
  .datepicker table tr td span.active.disabled[disabled]:focus,
  .datepicker table tr td span.active.disabled:hover[disabled]:focus,
  fieldset[disabled] .datepicker table tr td span.active:focus,
  fieldset[disabled] .datepicker table tr td span.active:hover:focus,
  fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
  fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
  .datepicker table tr td span.active.disabled.focus,
  .datepicker table tr td span.active:hover.disabled.focus,
  .datepicker table tr td span.active.disabled.disabled.focus,
  .datepicker table tr td span.active.disabled:hover.disabled.focus,
  .datepicker table tr td span.active[disabled].focus,
  .datepicker table tr td span.active:hover[disabled].focus,
  .datepicker table tr td span.active.disabled[disabled].focus,
  .datepicker table tr td span.active.disabled:hover[disabled].focus,
  fieldset[disabled] .datepicker table tr td span.active.focus,
  fieldset[disabled] .datepicker table tr td span.active:hover.focus,
  fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
  fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
    background-color: #337ab7;
    border-color: #2e6da4;
  }
  .datepicker table tr td span.old,
  .datepicker table tr td span.new {
    color: #777;
  }
  .datepicker .datepicker-switch {
    width: 145px;
  }
  .datepicker .datepicker-switch,
  .datepicker .prev,
  .datepicker .next,
  .datepicker tfoot tr th {
    cursor: pointer;
  }
  .datepicker .datepicker-switch:hover,
  .datepicker .prev:hover,
  .datepicker .next:hover,
  .datepicker tfoot tr th:hover {
    background: #eee;
  }
  .datepicker .prev.disabled,
  .datepicker .next.disabled {
    visibility: hidden;
  }
  .datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
  }
  .input-group.date .input-group-addon {
    cursor: pointer;
  }
  .input-daterange {
    width: 100%;
  }
  .input-daterange input {
    text-align: center;
  }
  .input-daterange input:first-child {
    -webkit-border-radius: 3px 0 0 3px;
            border-radius: 3px 0 0 3px;
  }
  .input-daterange input:last-child {
    -webkit-border-radius: 0 3px 3px 0;
            border-radius: 0 3px 3px 0;
  }
  .input-daterange .input-group-addon {
    width: auto;
    min-width: 16px;
    padding: 4px 5px;
    line-height: 1.42857143;
    border-width: 1px 0;
    margin-left: -5px;
    margin-right: -5px;
  }
  .datepicker.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    -webkit-border-radius: 4px;
            border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #333;
    font-size: 13px;
    line-height: 1.42857143;
  }
  .datepicker.dropdown-menu th,
  .datepicker.datepicker-inline th,
  .datepicker.dropdown-menu td,
  .datepicker.datepicker-inline td {
    padding: 0px 5px;
  }
  .datepicker th {
    font-family: "Roboto-Bold", sans-serif;
    font-weight: 400;
  }
  .another-calc__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    margin: 100px 0;
  }
  .another-calc__content_vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .another-calc__icon-block {
    margin: 0 15px;
  }
  @media (max-width: 767px) {
    .another-calc__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      margin: 40px 40px;
    }
  }
  @media (max-width: 500px) {
    .another-calc__content {
      margin: 40px 0;
    }
  }
  .icon-block {
    width: 33%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
  }
  .icon-block__link {
    width: 100%;
    text-decoration: none;
    cursor: pointer;
  }
  .icon-block__link-text {
    color: #09f;
    text-align: center;
    line-height: 1.4;
    display: block;
    margin: 20px 0;
  }
  .icon-block__icon {
    text-align: center;
    border: 0 none;
  }
  .icon-block__icon .icon-block__img {
    width: 100%;
    height: 130px;
    max-width: 130px;
    max-height: 130px;
    font-size: 1.3rem;
    line-height: 1.5;
    color: #fff;
    background: -webkit-gradient(linear, left bottom, left top, from(#76f), to(#5650e9));
    background: -webkit-linear-gradient(bottom, #76f, #5650e9);
    background: -o-linear-gradient(bottom, #76f, #5650e9);
    background: linear-gradient(360deg, #76f, #5650e9);
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #ccc;
    -webkit-border-radius: 100px;
            border-radius: 100px;
    -webkit-box-shadow: 0 3px 32px 0 rgba(0,0,0,0.2);
            box-shadow: 0 3px 32px 0 rgba(0,0,0,0.2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 10px auto;
  }
  .icon-block__icon img {
    width: 100%;
    max-width: 130px;
    border: 0 none;
  }
  .icon-block__icon_vertical img {
    max-width: 70px;
  }
  .icon-block__text {
    width: 100%;
    text-align: center;
    line-height: 1.4;
  }
  @media (max-width: 767px) {
    .icon-block {
      width: 100%;
    }
  }
  .nav-states-mortgage__content {
    border-top: 1px solid #dde2e5;
    padding: 15px 0;
    margin: 60px 0 30px;
  }
  .nav-states-mortgage__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .nav-states-mortgage h3 {
    text-align: center;
    margin-top: 35px;
  }
  .nav-states-mortgage a {
    color: #838c96;
    font-family: "Roboto-Light", sans-serif;
    font-size: 1.4rem;
    white-space: nowrap;
    cursor: pointer;
    display: block;
    margin: 15px 0;
  }
  @media (max-width: 991px) {
    .nav-states-mortgage__list {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
    }
    .nav-states-mortgage__column {
      width: 50%;
    }
    .nav-states-mortgage__column:nth-child(1) {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
    }
    .nav-states-mortgage__column:nth-child(2) {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3;
    }
    .nav-states-mortgage__column:nth-child(3) {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
    }
    .nav-states-mortgage__column:nth-child(4) {
      -webkit-box-ordinal-group: 5;
      -webkit-order: 4;
          -ms-flex-order: 4;
              order: 4;
    }
  }
  @media (max-width: 991px) {
    .nav-states-mortgage__column {
      width: 100%;
      text-align: center;
    }
    .nav-states-mortgage__column:nth-child(1) {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
    }
    .nav-states-mortgage__column:nth-child(2) {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
    }
    .nav-states-mortgage__column:nth-child(3) {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3;
    }
    .nav-states-mortgage__column:nth-child(4) {
      -webkit-box-ordinal-group: 5;
      -webkit-order: 4;
          -ms-flex-order: 4;
              order: 4;
    }
  }
  .wrap__section {
    margin: 20px 0;
  }
  .white-text {
    color: #fff;
  }
  .bold {
    font-weight: 700;
  }
  .center {
    text-align: center;
  }
  .right {
    text-align: right !important;
  }
  .left {
    text-align: left !important;
  }
  .mao-clear {
    clear: both;
  }
  .mao-nowrap {
    white-space: nowrap;
  }
  .mao-block {
    display: block;
  }
  .grow1 {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .grow2 {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
  .grow3 {
    -webkit-box-flex: 3;
    -webkit-flex-grow: 3;
        -ms-flex-positive: 3;
            flex-grow: 3;
  }
  .grow4 {
    -webkit-box-flex: 4;
    -webkit-flex-grow: 4;
        -ms-flex-positive: 4;
            flex-grow: 4;
  }
  .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .box {
    background-color: #fff;
    -webkit-border-radius: 20px;
            border-radius: 20px;
    -webkit-box-shadow: 0px 1px 70px 0px rgba(46,46,46,0.15);
            box-shadow: 0px 1px 70px 0px rgba(46,46,46,0.15);
  }
  .box2 {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
            box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    padding: 60px;
  }
  .change-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .change-block__arrow {
    margin-right: 7px;
  }
  .change-block__arrow svg {
    width: 19px;
    height: 14px;
  }
  .change-block__arrow_red svg {
    fill: #f76081;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .change-block__arrow_green svg {
    fill: #5dc0c1;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  @media (max-width: 767px) {
    .box {
      -webkit-border-radius: 5px;
              border-radius: 5px;
    }
  }
  .topnav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .logo {
    width: 105px;
    height: 34px;
    background-image: url("../assets/img/Mortgage-advice-logo-22.png");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
    display: block;
  }
  .topmenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 50px;
  }
  .topmenu__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .topmenu__link {
    color: #fff;
    padding: 10px 15px;
  }
  @media only screen and (max-width: 600px) {
    .topmenu {
      display: none;
    }
    .logo {
      display: none;
    }
  }
  .mobile-nav-toggler {
    z-index: 101;
    position: absolute;
    top: -12px;
    right: 20px;
  }
  .mobile-nav-toggler.fix {
    top: 13px;
    right: 20px;
    position: fixed;
  }
  .mobile-nav-toggler svg {
    width: 28px;
    height: 28px;
    fill: #fff;
  }
  .mobile-nav {
    overflow: auto;
    display: none;
  }
  .mobile-nav.opened {
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: block;
    z-index: 100;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .mobile-nav__wrap {
    overflow: hidden;
    padding-top: 65px;
    padding-bottom: 30px;
  }
  .mobile-nav__logo-container {
    width: 100%;
    background: -webkit-gradient(linear, right top, left top, from(#76f), to(#5650e9));
    background: -webkit-linear-gradient(right, #76f, #5650e9);
    background: -o-linear-gradient(right, #76f, #5650e9);
    background: linear-gradient(to left, #76f, #5650e9);
    position: fixed;
    top: 0;
    left: 0;
  }
  .mobile-nav__logo {
    width: 105px;
    height: 34px;
    background-image: url("../assets/img/Mortgage-advice-logo-22.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    display: block;
    padding: 25px 0;
    margin: 0 auto;
  }
  .mobile-nav__divider {
    font-size: 20px;
    text-align: center;
    color: #dde2e5;
    margin: 20px auto;
  }
  .mobile-nav__item {
    font-size: 16px;
    color: #333;
    display: block;
    padding: 15px 0 15px 10%;
  }
  @media (min-width: 600px) {
    .mobile-nav.opened {
      display: none;
    }
    .mobile-nav-toggler {
      top: 0;
    }
  }
  @media (min-width: 500px) {
    .mobile-nav-toggler {
      top: 12px;
    }
    .mobile-nav-toggler_widget {
      top: 0;
    }
    .widget .mobile-nav-toggler {
      top: 2px;
    }
    .widget .mobile-nav-toggler.fix {
      top: 12px;
    }
  }
  @media (min-width: 600px) {
    .mobile-nav-toggler {
      top: 0;
      display: none;
    }
  }
  @media (max-width: 499px) {
    .widget .mobile-nav-toggler {
      top: 2px;
    }
    .widget .mobile-nav-toggler.fix {
      top: 12px;
    }
  }
  .header__h1 {
    margin: 45px 0 10px;
  }
  .header__header-text {
    margin: 0 auto;
  }
  .h1.header__h1-widget {
    font-size: 2.4rem;
    margin: 5px 0 5px 0;
  }
  .header-text {
    max-width: 560px;
    font-family: "Roboto-Light", sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #fff;
    text-align: center;
  }
  .header_lg {
    height: 750px;
    background: -webkit-gradient(linear, right top, left top, from(#76f), to(#5650e9));
    background: -webkit-linear-gradient(right, #76f, #5650e9);
    background: -o-linear-gradient(right, #76f, #5650e9);
    background: gray;
    overflow: hidden;
    position: relative;
    padding-top: 25px;
  }
  .header_lg::after {
    content: url("../assets/img/wave4.svg");
    position: absolute;
    bottom: -2%;
    left: -3%;
    right: -3%;
  }
  .header-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .header-bg__tree {
    width: 20%;
    max-width: 300px;
    position: absolute;
    left: -70px;
    top: 20%;
  }
  .header-bg__house {
    width: 30%;
    max-width: 500px;
    position: absolute;
    right: -205px;
    top: 22%;
  }
  .header_sm {
    background: -webkit-gradient(linear, right top, left top, from(#76f), to(#5650e9));
    background: -webkit-linear-gradient(right, #76f, #5650e9);
    background: -o-linear-gradient(right, #76f, #5650e9);
    background: linear-gradient(to left, #76f, #5650e9);
    position: relative;
    padding: 10px 0;
  }
  @media (min-width: 650px) {
    .header__h1 header__h1-desktop-hide {
      display: none;
    }
  }
  @media (max-width: 649px) {
    .header__h1 {
      margin-top: 15px;
    }
    .h1.header__h1-widget {
      font-size: 1.6rem;
      margin-top: 9px;
    }
  }
  @media (max-width: 500px) {
    .header__h1.h1 {
      font-size: 1.6rem;
      margin: -15px 0 0;
    }
    .header__h1_vertical-center {
      margin-top: -6px !important;
    }
    .header_lg {
      height: 450px;
    }
    .h1.header__h1-widget {
      font-size: 1.6rem;
      margin-top: 9px;
    }
  }
  @-webkit-keyframes headerAnim {
    0% {
      padding-top: 25px;
    }
    100% {
      padding-top: 10px;
    }
  }
  @keyframes headerAnim {
    0% {
      padding-top: 25px;
    }
    100% {
      padding-top: 10px;
    }
  }
  .doughnut-container {
    width: 100%;
    max-width: 200px;
    position: relative;
    margin: 0 60px 0 0;
  }
  @media (max-width: 649px) {
    .doughnut-container {
      margin: 20px 0 20px 0;
    }
  }
  .chart2 {
    display: none;
  }
  .chart2__content {
    margin: 80px 0;
  }
  .chart2 img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
  .amortization-schedule {
    max-width: 950px;
    display: none;
    margin: 60px auto;
  }
  .amortization-schedule.opened {
    display: block;
  }
  .amortization-schedule__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .amortization-schedule__block {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .amortization-schedule__h {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .amortization-schedule__date-input {
    width: 100%;
    max-width: 450px;
    -webkit-border-radius: 0;
            border-radius: 0;
    outline: none;
    padding: 0 20px;
  }
  .amortization-schedule__payoff-date {
    font-family: "Roboto-Bold", sans-serif;
    font-size: 2.6rem;
    text-align: right;
    margin-top: 35px;
  }
  .amortization-schedule__h2 {
    margin: 25px 0 25px;
  }
  .amortization-schedule thead tr {
    height: 40px;
    font-family: "Roboto-Bold";
    font-size: 1.4rem;
    text-align: right;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
  }
  .amortization-schedule tbody tr {
    height: 35px;
    text-align: right;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
  }
  @media (max-width: 991px) {
    .amortization-schedule__date-input {
      max-width: 260px;
      height: 45px;
    }
  }
  @media (max-width: 767px) {
    .amortization-schedule {
      font-size: 1.5rem;
      padding: 15px;
    }
    #additionalPaymentTableHeader {
      max-width: 75px;
    }
  }
  @media (max-width: 599px) {
    .amortization-schedule {
      padding: 15px 10px;
      margin-left: -15px;
      margin-right: -15px;
    }
    .th-annuent,
    .td-annuent {
      display: none;
    }
    .th-total-interest,
    .td-total-interest {
      display: none;
    }
  }
  @media (max-width: 499px) {
    .amortization-schedule__payoff-date {
      font-size: 1.8rem;
      margin-top: 15px;
    }
    .amortization-schedule__date-input {
      max-width: 120px;
      height: 40px;
      text-align: center;
      padding: 0 10px;
      margin-top: 10px;
    }
    .amortization-schedule__h {
      font-size: 1.5rem;
      margin-bottom: 0;
    }
    .amortization-schedule__header {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
    }
    .amortization-schedule__block {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end;
    }
    .amortization-schedule__h2 {
      text-align: center;
      margin-top: 40px;
    }
  }
  @media (max-width: 450px) {
    .th-additional-payments,
    .td-additional-payments {
      display: none;
    }
  }
  .mg-result {
    margin-top: 40px;
  }
  .mg-result__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mg-result__mg-result__row {
    margin-top: 40px;
  }
  .mg-result-table tr {
    height: 40px;
    border-bottom: 1px solid #b5c0cc;
  }
  .mg-result-table_top-border {
    border: 0 none !important;
  }
  .mg-result-table__total-payment-text {
    font-family: "Roboto-Bold";
    text-transform: uppercase;
  }
  .mg-result-table__total-payment-value {
    font-family: "Roboto-Bold";
    font-size: 2.4rem;
  }
  .mg-result-table__total-payment-value span {
    font-size: 3rem;
  }
  .square {
    width: 18px;
    height: 14px;
    -webkit-border-radius: 2px;
            border-radius: 2px;
  }
  .square_red {
    background-color: #f76081;
  }
  .square_orange {
    background-color: #f89f3f;
  }
  .square_yellow {
    background-color: #facd59;
  }
  .square_green {
    background-color: #5dc0c1;
  }
  .square_blue {
    background-color: #4ca1f3;
  }
  @media (max-width: 649px) {
    .mg-result__mg-result__row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-top: 0;
    }
  }
  @media (max-width: 500px) {
    .mg-result {
      margin-top: 30px;
    }
    .mg-result-table {
      font-size: 1.4rem;
    }
    .mg-result-table__total-payment-text {
      text-transform: none;
    }
    .mg-result-table__total-payment-value {
      font-size: 2rem;
      padding-top: 0 !important;
    }
    .mg-result-table__total-payment-value span {
      font-size: 2rem;
    }
  }
  .terms {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .terms__block {
    width: 30%;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
            box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
    padding: 25px;
    margin: 15px;
  }
  .terms__text {
    line-height: 1.3;
  }
  @media (max-width: 991px) {
    .terms__block {
      width: 48%;
      margin: 15px 0;
    }
  }
  @media (max-width: 767px) {
    .terms__block {
      width: 49%;
      margin: 5px 0;
    }
  }
  @media (max-width: 649px) {
    .terms__block {
      width: 100%;
    }
  }
  @media (max-width: 500px) {
    .terms__block {
      padding: 15px;
    }
    .terms__text {
      font-size: 1.5rem;
    }
  }
  .mg-help {
    padding: 60px 0;
  }
  .mg-help__h2 {
    text-align: center;
    display: block;
    padding-bottom: 30px;
  }
  .mg-help__h3 {
    margin: 0px 0 10px;
  }
  .box_mg {
    max-width: 950px;
    padding: 40px 60px;
    margin-left: auto;
    margin-right: auto;
  }
  .mg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .mg__content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .mg__content_center {
    max-width: 1000px;
    margin: 0 auto;
  }
  .more-calc__icon-block {
    max-width: 25%;
  }
  .right-aside__more-calc {
    margin: 40px 0;
  }
  .right-aside__icon-block {
    margin: 20px 0;
  }
  .right-aside__icon-block__link-text {
    margin: 10px 0;
  }
  .extra-payments__content {
    display: none;
  }
  .extra-payments__content.opened {
    display: block;
  }
  .extra-payments__h3 {
    margin: 35px 0 15px;
  }
  .extra-payments__text {
    margin-bottom: 35px;
  }
  .extra-payments__opener {
    text-align: left;
    margin-top: 25px;
  }
  .showSchedule-link {
    margin-left: 0;
    margin-right: 0;
  }
  .showSchedule-link_center {
    max-width: 100%;
  }
  .calc-links {
    position: relative;
    margin-top: 50px;
  }
  .calc-links__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
  }
  .calc-links__item {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
  }
  .calc-links__soc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 56px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .calc-links__fb {
    margin-right: 15px;
  }
  .calc-links__share {
    margin: 0;
  }
  .calc-links__schedule {
    margin: 0 20px;
  }
  .calc-links__pdf {
    margin: 0;
  }
  .calc-links__share-field {
    width: 100%;
    max-width: 640px;
    height: 100%;
    max-height: 30px;
    font-size: 1.4rem;
    background-color: #fff;
    border: 1px solid #b5c0cc;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 0 10px;
  }
  .calc-links__share-field.visible {
    opacity: 1;
    z-index: 10;
  }
  @media (max-width: 991px) {
    .box_mg {
      padding: 40px;
    }
    .calc-links__container {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }
  }
  @media (max-width: 767px) {
    .box_mg {
      padding: 20px;
    }
    .mg-more-calc__icon-block {
      margin: 20px 10px;
    }
    .calc-links__schedule {
      margin-left: 0;
      margin-right: 0;
    }
    .showSchedule-link {
      margin: 0 0 20px;
    }
    .btn_180 {
      width: 170px;
      font-size: 1.3rem;
    }
    .btn_240 {
      font-size: 1.3rem;
    }
    .calc-links__soc {
      top: 62px;
    }
  }
  @media (max-width: 649px) {
    .box_mg {
      margin-top: -630px;
    }
    .mg-result__row {
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
    }
    .doughnut-container {
      margin-left: auto;
      margin-right: auto;
    }
    .calc-links__container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
    }
    .calc-links__item {
      margin-left: 0;
      margin-right: 0;
    }
    .calc-links__schedule,
    .calc-links__pdf {
      opacity: 1 !important;
    }
    .showSchedule-link {
      margin-top: 20px;
    }
    .btn_180,
    .btn_240 {
      width: 100%;
      font-size: 1.4rem;
    }
    .calc-links__soc {
      top: 155px;
    }
  }
  @media (max-width: 500px) {
    .box_mg {
      padding: 15px 15px 15px;
      margin-top: -400px;
    }
    .btn_180,
    .btn_240 {
      font-size: 1.3rem;
    }
    .icon-block__icon img {
      max-width: 110px;
    }
    .extra-payments__opener {
      font-size: 1.5rem;
      margin-top: 15px;
    }
  }
  @media (max-width: 450px) {
    .icon-block__text {
      display: none;
    }
    .icon-block__icon img {
      max-width: 90px;
    }
    .mg-more-calc__icon-block {
      margin: 5px 10px;
    }
    .icon-block__link-text {
      max-width: 280px;
      text-align: center;
      margin: 10px auto;
    }
  }
  @media (max-width: 350px) {
    .box_mg {
      margin-left: -15px;
      margin-right: -15px;
    }
  }
  .rates__content {
    max-width: 950px;
    margin: 0 auto 60px;
  }
  .rates__h2 {
    text-align: center;
    margin-bottom: 50px;
  }
  .rates__h3 {
    text-align: center;
    margin-bottom: 30px;
  }
  .rates-table-container {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
            box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    -webkit-border-radius: 3px;
            border-radius: 3px;
    padding: 40px 25px;
    margin-bottom: 60px;
  }
  .rates-table {
    font-size: 1.6rem;
  }
  .rates-table tr {
    height: 30px;
    border-bottom: 1px solid #b5c0cc;
  }
  .rates-table tr th:first-child,
  .rates-table tr td:first-child {
    text-align: left;
  }
  .rates-table th,
  .rates-table td {
    text-align: right;
  }
  .rates-table tfoot tr {
    height: 40px;
    font-size: 1.4rem;
    color: #b5c0cc;
    vertical-align: bottom;
    border-bottom: 0 none;
  }
  .rates-table tfoot td {
    text-align: left;
  }
  .rates-table__program {
    width: 30%;
  }
  .rates-table__rate {
    width: 15%;
  }
  .rates-table__change {
    width: 20%;
  }
  .rates-table__apr {
    width: 15%;
  }
  .rates-chart__options {
    font-size: 1.4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .rates-chart__option-label {
    margin-right: 5px;
  }
  .rates-chart select {
    height: 28px;
    border: 1px solid #b5c0cc;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    padding: 0 6px;
  }
  .rates-chart__program-options {
    font-size: 1.4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    padding: 20px 0;
  }
  .rates-chart__program-options .checkbox-group__span {
    top: -2px;
  }
  .rates-zl {
    font-size: 1.4rem;
    color: #b5c0cc;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 40px auto 0;
  }
  .rates-zl__image-container img {
    margin-right: -32px;
  }
  @media (max-width: 649px) {
    .rates__content {
      margin-bottom: 30px;
    }
    .rates-table-container {
      overflow: auto;
      padding-left: 1rem;
      padding-right: 1rem;
    }
    .rates-table {
      min-width: 430px;
      font-size: 1.5rem;
    }
    .rates-zl {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .rates-zl__image-container {
      margin-top: 15px;
    }
  }
  @media (max-width: 500px) {
    .rates__h2 {
      margin-bottom: 30px;
    }
    .rates__h3 {
      padding-left: 15px;
      padding-right: 15px;
    }
    .rates-chart__options-block {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      margin-bottom: 20px;
      padding-left: 15px;
      padding-right: 15px;
    }
    .rates-chart__options {
      width: 50%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .rates-chart__option {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 5px 0;
    }
    .rates-chart__program-options {
      width: 50%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 0;
    }
    .rates-chart .checkbox-group {
      margin: 5px 0;
    }
  }
  @media (max-width: 450px) {
    .rates-table {
      font-size: 1.4rem;
    }
    .rates-table th {
      font-size: 1.4rem;
    }
  }
  @media (max-width: 400px) {
    .rates .container {
      padding-left: 0;
      padding-right: 0;
    }
    .rates-chart__options {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
    }
    .rates-chart__option {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-bottom: 5px;
    }
    .rates-chart__option-label {
      margin-bottom: 5px;
    }
    .rates-chart .checkbox-group {
      margin: 9px 0;
    }
  }
  .footer {
    background-color: #31333d;
  }
  .footer-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 100px 0 100px 0;
  }
  .footer-menu__title {
    font-family: "Roboto-Bold", sans-serif;
    font-size: 1.4rem;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 30px;
  }
  .footer-menu__footer-link {
    margin: 15px 0;
  }
  .footer-bot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 0 60px;
  }
  .footer-bot__links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-bot__footer-link {
    margin-right: 50px;
  }
  .footer-bot__copyright {
    font-family: "Roboto-Light", sans-serif;
    font-size: 1.4rem;
    color: #9ca7b2;
  }
  .footer-link {
    font-family: "Roboto-Light", sans-serif;
    font-size: 1.4rem;
    color: #9ca7b2;
    display: block;
  }
  .footer-logo {
    margin-bottom: 35px;
  }
  .footer-text {
    max-width: 400px;
    font-family: "Roboto-Light", sans-serif;
    font-size: 1.4rem;
    color: #9ca7b2;
    line-height: 1.5;
  }
  @media (max-width: 991px) {
    .footer-top {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 60px 0 10px 0;
    }
    .footer-top__left {
      margin-right: 0;
    }
    .footer-text {
      text-align: center;
      margin: 0 auto;
    }
    .footer-logo {
      text-align: center;
    }
    .footer-menu {
      text-align: center;
      margin-top: 40px;
    }
    .footer-bot {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding-bottom: 30px;
    }
    .footer-bot__links {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 20px 0;
    }
    .footer-bot__links a {
      margin: 10px 0;
    }
    .footer-link {
      max-width: 280px;
      margin-left: auto;
      margin-right: auto;
    }
  }
  .h1 {
    font-size: 3.6rem;
  }
  h4 {
    font-family: "Roboto-Bold";
    font-size: 1.6rem;
  }
  .h2 {
    font-size: 3rem;
  }
  .h3 {
    font-size: 2rem;
  }
  .p {
    line-height: 1.625;
    margin: 20px 0;
  }
  .article-list-item {
    position: relative;
    padding-left: 12px;
  }
  .article-list-item::after {
    content: "â€¢";
    position: absolute;
    top: 4px;
    left: 0;
  }
  .dl {
    margin-top: 20px;
  }
  dt {
    font-weight: 700;
    margin: 20px 0 8px;
  }
  dd {
    margin-left: 28px;
  }
  .article-link {
    color: #09f;
  }
  .article-link span {
    text-decoration: underline;
  }
  .article-link::after {
    width: 16px;
    height: 16px;
    content: '';
    background: url("../assets/img/external-link-icon.svg");
    display: inline-block;
    margin: 0 3px 0 5px;
  }
  .article__h2 {
    font-size: 3rem;
    text-align: center;
    margin: 40px 0 25px 0;
  }
  .article__h2_left {
    text-align: left;
  }
  .article__h3 {
    font-size: 1.9rem;
    font-weight: 700;
    margin: 50px 0 25px 0;
  }
  .article__h4 {
    margin: 45px 0 20px;
  }
  .mg-article {
    margin: 60px 170px 60px;
  }
  .mg-article_below {
    margin-top: 100px;
  }
  .article-list {
    padding-left: 40px;
    margin: 20px 0;
  }
  .article-list__item {
    line-height: 1.5;
    list-style: disc;
    margin-bottom: 10px;
  }
  .article-table {
    max-width: 780px;
    margin: 30px auto;
  }
  .article-table thead td {
    height: 70px;
  }
  .article-table tr {
    height: 35px;
  }
  .article-table td,
  .article-table th {
    border: 1px solid #b5c0cc;
    text-align: left;
    vertical-align: middle;
    padding: 0 10px 0;
  }
  .article-quote {
    max-width: 80%;
    font-style: italic;
    line-height: 1.5;
    background-color: #f5f5f5;
    border-left: 5px solid #dce2e5;
    position: relative;
    padding: 20px 35px 20px 75px;
    margin: 30px 0 40px 40px;
  }
  .article-quote::before {
    color: #ccc;
    content: open-quote;
    font-size: 5rem;
    position: absolute;
    top: -5px;
    left: 20px;
  }
  .article-img {
    max-width: 100%;
    display: block;
    margin: 30px auto;
  }
  .article-img_border {
    border: 1px solid #b5c0cc;
  }
  .author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 1px solid #dde2e5;
    border-bottom: 1px solid #dde2e5;
    padding: 10px;
    margin: 35px 0;
  }
  .author__photo {
    width: 52px;
    height: 52px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    overflow: hidden;
    margin-right: 25px;
  }
  .author__photo img {
    max-width: 100%;
  }
  .author__name {
    font-size: 1.4rem;
    text-transform: uppercase;
    text-decoration: underline;
    color: #334356;
    cursor: pointer;
  }
  .author-top {
    margin-top: -8px;
    margin-bottom: 35px;
  }
  .author-top__link {
    font-size: 1.3rem;
    color: #b5c0cc;
    text-transform: uppercase;
    cursor: pointer;
    margin: 15px 0;
  }
  .disclaimer {
    font-size: 1.3rem;
    color: #b5c0cc;
    background-color: #f6f9fc;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    padding: 15px;
    margin: 60px 0 0;
  }
  .disclaimer__title {
    font-size: 1.5rem;
    margin-top: 15px;
  }
  @media (max-width: 991px) {
    .mg-article {
      margin: 60px 0 60px;
    }
  }
  @media (max-width: 649px) {
    .h1 {
      font-size: 2rem;
    }
  }
  @media (max-width: 500px) {
    .h1 {
      font-size: 1.6rem;
    }
    .h1_span {
      font-size: 1.2rem;
      display: block;
      margin: 3px 0;
    }
    .h2 {
      font-size: 2.2rem;
    }
    .h3 {
      font-size: 2rem;
    }
    .p {
      font-size: 1.5rem;
    }
    .article-table {
      font-size: 1.4rem;
    }
  }
  .w-section {
    margin: 60px 0;
  }
  .w-section__column_50 {
    width: 50%;
    max-width: 50%;
  }
  .w-link {
    display: block;
    margin: 0 0 25px;
  }
  .jc-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m-25 {
    margin: 25px 0;
  }
  .ml-50 {
    margin-left: 50px;
  }
  .mt-0 {
    margin-top: 0;
  }
  .mb-40 {
    margin-bottom: 40px;
  }
  .responsive {
    max-width: 100%;
  }
  .maoOrg__img-wrap {
    max-width: 37%;
  }
  .maoOrg__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  @media (max-width: 767px) {
    .maoOrg .flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .flex_column767 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    #mortgagecalculatorOrg .ml-50 {
      margin-left: 0;
    }
    #themortgagereportsCom .ml-50 {
      margin-left: 0;
    }
    #mlcalcCom .flex > div {
      margin: 0 auto 30px;
    }
    #mlcalcCom .ml-50 {
      margin-left: 0;
    }
    #maoOrg .ml-50 {
      margin-left: 0;
    }
    #maoOrg .w-section__column_50 {
      width: 100%;
      max-width: 100%;
    }
  }
  @media (max-width: 550px) {
    .maoOrg__flex_img {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .maoOrg__img-wrap {
      max-width: 80%;
      margin: 0 auto 25px;
    }
    #piticalcCom .flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    #piticalcCom .ml-50 {
      margin-left: 0;
    }
    #piticalcCom .ml-50 > div {
      margin-left: auto !important;
      margin-right: auto !important;
    }
    #mortgagecalculatorBiz .flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    #mortgagecalculatorBiz .ml-50 {
      margin-left: 0;
    }
    #mortgagecalculatorBiz .ml-50 > div {
      margin-left: auto !important;
      margin-right: auto !important;
    }
  }
  @media (max-width: 450px) {
    .article-list_widget-article {
      padding-left: 15px;
    }
    #themortgagereportsCom .ml-50 {
      max-width: 270px;
      overflow-x: auto;
    }
    #mortcalcNetWrap {
      max-width: 270px;
      overflow-x: auto;
    }
  }
  .wp-widget-wrap {
    min-width: 330px;
    float: right;
    padding: 30px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 58px;
  }
  .wp-widget-wrap_border {
    border: 3px solid #ddd;
  }
  .wp-widget-title {
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
  }
  .wp-widget-label {
    font-size: 1.3rem;
    text-transform: uppercase;
    text-decoration: underline;
  }
  .wp-widget-link {
    color: #09f;
  }
  .wp-widget-mao-text {
    font-size: 1.4rem;
    display: block;
    margin-top: 25px;
  }
  .wp-widget-thead {
    font-size: 1.2rem;
  }
  .wp-widget__article-table {
    font-size: 1.4rem;
  }
  @media (max-width: 991px) {
    .wp-widget-wrap {
      float: none;
      min-width: auto;
      padding: 15px;
    }
  }
  @media (max-width: 767px) {
    .wp-widget__article-table {
      font-size: 1.2rem;
    }
    .wp-article .mao-nowrap {
      white-space: normal;
    }
  }
  @media (max-width: 550px) {
    .mcw-wrap_250 {
      margin-left: auto;
      margin-right: auto;
    }
    .wp-widget__table-wrap {
      width: 350px;
      overflow-x: auto;
    }
    .wp-widget__article-quote {
      max-width: 95%;
      padding: 20px 10px 20px 25px;
      margin-left: 15px;
    }
    .wp-widget__article-quote::before {
      left: 0;
    }
    .wp-widget {
      margin-left: 0;
      margin-right: 0;
    }
    .wp-widget .container {
      padding-left: 0;
      padding-right: 0;
    }
  }
  @media (max-width: 480px) {
    .wp-widget__table-wrap {
      width: 270px;
    }
    .wp-widget .article__h2 {
      font-size: 2.4rem;
    }
    .wp-widget-wrap {
      padding-left: 10px;
      padding-right: 10px;
    }
  }
  .blog-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 60px 0;
  }
  .blog-list {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-right: 60px;
  }
  .blog-wrap__article {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .blog-wrap__content {
    position: relative;
    padding: 40px 25px 40px;
  }
  .blog-wrap .right-aside {
    display: none;
  }
  .blog-list__arcivle-preview {
    margin: 30px 0 70px;
  }
  .article-preview__img {
    margin-bottom: 30px;
  }
  .article-preview__text {
    line-height: 1.5;
  }
  .h2_article-preview {
    font-size: 2.2rem;
    color: #09f;
    margin-bottom: 10px;
  }
  .right-aside {
    width: 300px;
    min-width: 300px;
    margin-left: 40px;
  }
  @media (max-width: 767px) {
    .blog-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      margin: 60px;
    }
    .right-aside {
      width: 100%;
      min-width: auto;
      max-width: 300px;
      margin: 0 auto;
    }
  }
  @media (max-width: 649px) {
    .container_widgets-article {
      padding-left: 0;
      padding-right: 0;
    }
    .blog-wrap {
      margin: 40px 20px;
    }
  }
  @media (max-width: 450px) {
    .blog-wrap_widgets-article,
    .blog-wrap_wp-article {
      margin-left: 0;
      margin-right: 0;
    }
    .blog-wrap_widgets-article > div,
    .blog-wrap_wp-article > div {
      padding-left: 15px !important;
      padding-right: 15px !important;
    }
  }
  @media (max-width: 375px) {
    .blog-wrap {
      margin: 40px 0;
    }
  }
  .contacts {
    margin: 60px 0;
  }
  .contacts__h1 {
    margin-bottom: 60px;
  }
  .gmap {
    width: 100%;
    height: 350px;
    margin: 100px 0;
  }
  .widget__blog-wrap {
    margin-left: auto;
    margin-right: auto;
  }
  .blog-wrap__widget-wrap {
    width: 960px;
    max-width: 960px;
    background-color: #fff;
    border: solid 1px #dde2e5;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    overflow: hidden;
    padding: 0 0 0;
  }
  .widget-settings__form__block {
    margin-bottom: 38px;
  }
  .tabs_widget {
    background: #f0f3f4;
    -webkit-border-top-left-radius: 10px;
            border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
            border-top-right-radius: 10px;
    padding: 5px 10px;
    margin: 0;
  }
  .tabs__list::before,
  .tabs__list::after {
    display: table;
    content: " ";
  }
  .tabs__list::after {
    clear: both;
  }
  .tabs__item {
    float: left;
    background-color: transparent;
    margin: 5px 0;
  }
  .tabs__item.active {
    background-color: #fff;
    -webkit-border-radius: 3px;
            border-radius: 3px;
  }
  .tabs__link {
    font-size: 1.6rem;
    display: block;
    padding: 9px 29px;
  }
  .widget-preview {
    width: 50%;
    z-index: -1;
    position: absolute;
    top: 40px;
    right: 0;
  }
  .widget-preview__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .widget-preview.opened {
    display: block;
    z-index: 10;
  }
  .sticky-wrapper {
    max-width: 300px;
    position: relative;
    margin: 0 auto;
  }
  pre,
  code {
    cursor: text;
    white-space: pre;
    word-break: break-word;
  }
  .blog-footer {
    background: #f0f3f4;
    padding: 10px;
  }
  .blog-footer__btn {
    max-width: 170px;
    font-size: 1.6rem;
    background-color: #fff;
    text-align: center;
    border: 1px solid #dde2e5;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    cursor: pointer;
    display: block;
    padding: 12px 29px;
    margin: 0 auto;
  }
  .prettyprint {
    background-color: #f5f3f1;
    border: 1px solid #dde2e5;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    position: relative;
    overflow: auto;
    padding: 25px 35px;
  }
  .code {
    position: relative;
  }
  .code__button {
    font-size: 1.4rem;
    background-color: transparent;
    border: 1px solid #dde2e5;
    border-top: 0;
    border-right: 0;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    cursor: pointer;
    outline: none;
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 15px;
  }
  .code .tooltip-inner {
    font-size: 1.4rem;
    background-color: #fff;
    border-color: #dde2e5;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    white-space: nowrap;
    padding: 5px 10px;
  }
  .code .tooltip .tooltip-arrow {
    border-top-color: #dde2e5;
  }
  .install-instruction {
    counter-reset: step;
    list-style-type: none;
    margin: 60px 20px;
  }
  .install-instruction__item {
    min-height: 75px;
    border-left: 2px solid #c7e4ff;
    position: relative;
    padding: 0 0 60px 60px;
  }
  .install-instruction__item::before {
    content: counters(step, ".") " ";
    height: 40px;
    width: 40px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 15px;
    text-align: center;
    color: #09f;
    background-color: #f6f9fc;
    border: 2px solid #b0dfff;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    counter-increment: step;
    z-index: 2;
    position: absolute;
    left: -21px;
    top: 0;
    padding-top: 11px;
  }
  .install-instruction__item:last-child {
    border-left: 0;
  }
  .install-instruction__item:last-child::before {
    content: '\2713';
  }
  .install-instruction__h4 {
    font-family: "Roboto-Regular", sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 2.2;
    margin-bottom: 35px;
  }
  .install-instruction__example {
    font-family: monospace;
    font-size: 1.6rem;
    color: #aaacd8;
    background-color: #31333d;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    overflow: auto;
    white-space: nowrap;
    padding: 25px;
  }
  .install-instruction__line {
    display: block;
  }
  .install-instruction__text {
    display: inline;
  }
  .install-instruction__lvl1 {
    margin-left: 0;
  }
  .install-instruction__lvl2 {
    margin-left: 20px;
  }
  .install-instruction__lvl3 {
    margin-left: 40px;
  }
  .install-instruction__lvl4 {
    margin-left: 60px;
  }
  .install-instruction__arrow {
    height: 28px;
    color: #fff;
    background-color: #bd4147;
    -webkit-border-top-right-radius: 3px;
            border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
            border-bottom-right-radius: 3px;
    vertical-align: middle;
    display: table-cell;
    position: relative;
    padding: 0 15px;
    margin: 10px 0 10px 13px;
  }
  .install-instruction__arrow::before {
    content: " ";
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 14px;
    border-right-color: #bd4147;
    position: absolute;
    right: 100%;
    top: 0;
  }
  .widget-opener {
    width: 100%;
    height: 40px;
    background-color: #fff;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    cursor: pointer;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: -1;
    display: none;
    padding: 0 10px;
    margin: 0 0 25px 0;
  }
  .widget-opener__text {
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.5;
    position: relative;
    padding: 5px 15px;
  }
  .widget-opener__text::after {
    content: "\2193";
    position: absolute;
    top: 3px;
    right: 0;
  }
  .widget-opener__text.up:after {
    content: "\2191";
  }
  .paypal__text {
    padding-right: 50px;
    margin-bottom: 80px;
  }
  .paypal__order {
    max-width: 50%;
    margin: 0 auto;
  }
  .paypal__field::-webkit-input-placeholder {
    color: #ddd;
  }
  .paypal__field::-moz-placeholder {
    color: #ddd;
  }
  .paypal__field:-ms-input-placeholder {
    color: #ddd;
  }
  .paypal__field::-ms-input-placeholder {
    color: #ddd;
  }
  .paypal__field::placeholder {
    color: #ddd;
  }
  .paypal__btn {
    width: 180px;
    margin: 0 auto;
  }
  .paypal__btn img {
    max-width: 100%;
    cursor: pointer;
  }
  @media (max-width: 767px) {
    .blog-wrap__widget-wrap {
      width: 100%;
    }
  }
  @media (max-width: 649px) {
    .widget-settings {
      padding-left: 20px;
      padding-right: 20px;
    }
    .widget__blog-wrap {
      margin-left: -15px;
      margin-right: -15px;
    }
    .form_half-widget {
      max-width: 100%;
    }
    .widget-opener {
      z-index: 12;
      display: none;
    }
    .sticky-wrapper,
    .widget-preview__wrap {
      max-height: 1000px;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
    }
    .widget-preview {
      width: 100%;
      position: relative;
      top: auto;
      right: auto;
      margin: 0 auto 25px;
    }
    .widget-preview .sticky-wrapper {
      height: auto !important;
    }
    .widget-preview .sticky-wrapper.is-sticky .widget-preview__wrap {
      position: relative !important;
      top: 0 !important;
    }
    .widget-preview {
      height: 0;
    }
    .widget-preview.opened {
      height: auto;
    }
    .widget-preview.opened ~.widget-opener {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    }
    .install-instruction {
      margin-left: 0;
      margin-right: 0;
    }
    .install-instruction__item {
      border: 0;
      padding-left: 10px;
      padding-right: 10px;
    }
    .install-instruction__item::before {
      z-index: -1;
    }
  }
  .color-settings {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .color-settings__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 15px;
  }
  .color-settings__item {
    position: relative;
    margin-bottom: 15px;
  }
  .color-settings__item.open .colorpick {
    display: block;
  }
  .color-settings__dropdown {
    width: 140px;
    max-width: 140px;
    height: 30px;
    border: 1px solid #dde2e5;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 4px;
  }
  .color-settings__color-square {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    margin-right: 10px;
  }
  .color-settings__color-square_border {
    border: 1px solid #dde2e5;
    -webkit-border-radius: 3px;
            border-radius: 3px;
  }
  .color-settings__subject {
    font-size: 13px;
  }
  .colorpick {
    width: 225px;
    background-color: #fff;
    border: 1px solid #dde2e5;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    z-index: 10;
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    padding: 10px;
  }
  .color-input-group {
    max-width: 125px;
    border: 1px solid #dde2e5;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    margin-top: 15px;
  }
  .color-input-group__square {
    width: 24px;
    height: 24px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    margin: 6px;
  }
  .color-input-group__input {
    max-width: 80px;
    font-size: 1.6rem;
    border: 0;
    display: inline-block;
    vertical-align: middle;
    padding: 8px 8px 8px 0;
  }
  @media (max-width: 991px) {
    .color-settings__item {
      margin-right: 15px;
    }
  }
  @media (max-width: 767px) {
    .color-settings__item {
      margin-right: 5px;
    }
  }
  .pln {
    color: #000;
  }
  @media screen {
    .str {
      color: #080;
    }
    .kwd {
      color: #008;
      font-weight: 700;
    }
    .com {
      color: #aeaeae;
      font-style: italic;
    }
    .typ {
      color: #606;
    }
    .lit {
      color: #066;
    }
    .pun,
    .opn,
    .clo {
      color: #660;
    }
    .tag {
      color: #005cc5;
    }
    .atn {
      color: #d73a49;
    }
    .atv {
      color: #080;
    }
    .dec,
    .var {
      color: #606;
    }
    .fun {
      color: #f00;
    }
  }
  @media print, projection {
    .str {
      color: #060;
    }
    .kwd {
      color: #006;
      font-weight: bold;
    }
    .com {
      color: #600;
      font-style: italic;
    }
    .typ {
      color: #404;
      font-weight: bold;
    }
    .lit {
      color: #044;
    }
    .pun,
    .opn,
    .clo {
      color: #440;
    }
    .tag {
      color: #006;
      font-weight: bold;
    }
    .atn {
      color: #404;
    }
    .atv {
      color: #060;
    }
  }
  ol.linenums {
    margin-top: 0;
    margin-bottom: 0;
  }
  li.L0,
  li.L1,
  li.L2,
  li.L3,
  li.L4,
  li.L5,
  li.L6,
  li.L7,
  li.L8,
  li.L9 {
    color: #dde2e5;
    list-style-type: decimal;
    line-height: 1.2;
  }

 canvas#doughnut {
    height: 400px !important;
}