/* Helpers files */
*,
*::before,
*::after {
  outline: none;
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

html {
  line-height: 1.15;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #9e9e9e;
  background-color: #fff;
  margin: 0; }
  body.is-overflow {
    overflow: hidden; }

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main {
  display: block; }

img {
  border-style: none; }

a {
  color: #252525;
  text-decoration: none; }

.main a { text-decoration: underline;}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  color: #252525; }

@media (min-width: 992px) {
  h1 {
    font-size: 52px;
    line-height: 62px; } }

@media (max-width: 991px) {
  h1 {
    font-size: 42px;
    line-height: 52px; } }

@media (max-width: 767px) {
  h1 {
    font-size: 32px;
    line-height: 42px; } }

@media (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 42px; } }

@media (max-width: 767px) {
  h2 {
    font-size: 26px;
    line-height: 36px; } }

h3 {
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 26px; }

h4 {
  font-size: 16px; }

p {
  margin: 0 0 25px; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
  @media (max-width: 767px) {
    table {
      min-width: 575px; } }

tr {
  border-bottom: 1px solid rgba(0, 144, 255, 0.1); }
  tr:first-child {
    border-top: 1px solid rgba(0, 144, 255, 0.1); }

th,
td {
  padding: 23px 0;
  text-align: right; }
  th:first-child,
  td:first-child {
    text-align: left; }

th {
  color: #252525;
  font-weight: 400; }

ul {
  margin: 0 0 25px;
  padding: 0;
  list-style: none; }

li {
  position: relative; }
  li::before {
    content: "";
    width: 4px;
    height: 4px;
/*    background-color: #9e9e9e;*/
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 20px; }

a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  outline: 0; }

.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}
.headerhero{
    padding: 0;
    margin-top: 20px;
}
@media (max-width: 767px) {
  .headerhero {
    margin-top: 0px; 
  } 
  .top-box{
    background:white!important;
  }
}
  
/*.logo-text{
    font-size:21px;
    font-family: serif;
    color:#0090ff;
}*/

.title-with-line {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #252525;
  text-align: center;
  margin: 0;
  padding-bottom: 26px;
  border-bottom: 1px solid #252525; }

.upper-title {
  display: block;
  width: 100%;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 14px;
  letter-spacing: 5px;
  color: #252525; }
  @media (min-width: 768px) {
    .upper-title {
      margin-bottom: 97px; } }
  @media (max-width: 767px) {
    .upper-title {
      margin-bottom: 37px; } }

.big-price {
  font-weight: 300;
  line-height: 1;
  color: #252525; }
  @media (min-width: 992px) {
    .big-price {
      font-size: 120px; } }
  @media (max-width: 991px) {
    .big-price {
      font-size: 100px; } }
  @media (max-width: 767px) {
    .big-price {
      font-size: 80px; } }

.gradient-number {
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  margin: 0 0 20px;
  color: #fff;
  opacity: .5; }
  @supports (mix-blend-mode: lighten) {
    .gradient-number {
      display: inline-block;
      position: relative;
      color: #000;
      background: #fff;
      mix-blend-mode: multiply; }
      .gradient-number::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: -webkit-gradient(linear, left top, right top, from(#0090ff), to(#3c37bf));
        background: -webkit-linear-gradient(left, #0090ff, #3c37bf);
        background: -o-linear-gradient(left, #0090ff, #3c37bf);
        background: linear-gradient(to right, #0090ff, #3c37bf);
        pointer-events: none; }
      .gradient-number::before {
        mix-blend-mode: screen; } }

/* Components */
@media (max-width: 991px) {
  .overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    background: rgba(38, 38, 38, 0);
    -webkit-transition: visibility .3s linear, background .3s linear;
    -o-transition: visibility .3s linear, background .3s linear;
    transition: visibility .3s linear, background .3s linear;
    cursor: pointer;
    z-index: 999; } }

.overlay.is-overlay {
  visibility: visible;
  background: rgba(38, 38, 38, 0.4);
  -webkit-transition: visibility .3s linear, background .3s linear;
  -o-transition: visibility .3s linear, background .3s linear;
  transition: visibility .3s linear, background .3s linear; }

header {
  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;
  background-color: #fff; }
  @media (min-width: 992px) {
    header {
      padding: 12px 0; } }
  @media (max-width: 991px) {
    header {
      padding: 15px 0; } }

.with-shadow {
  -webkit-box-shadow: 0 1px 3px 0 rgba(37, 37, 37, 0.1);
  box-shadow: 0 1px 3px 0 rgba(37, 37, 37, 0.1); }

.header-box {
  /*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;*/
  position:relative;
}

.open-menu-btn {
/*  position: relative;*/
  position: absolute;
  width: 50px;
  height: 50px;
  cursor: pointer;
  margin-right: -15px; 
  right:0; }
  .open-menu-btn:focus, .open-menu-btn:active {
    outline: none; }
  @media (min-width: 992px) {
    .open-menu-btn {
      display: none; } }
  @media (max-width: 991px) {
    .open-menu-btn {
      display: block; } }
  .open-menu-btn span, .open-menu-btn::before, .open-menu-btn::after {
    position: absolute;
    left: calc(50% - 10px);
    display: block;
    width: 20px;
    height: 1px;
    background-color: #000; }
  .open-menu-btn span {
    top: 20px; }
  .open-menu-btn::before, .open-menu-btn::after {
    content: ""; }
  .open-menu-btn::before {
    top: 25px; }
  .open-menu-btn::after {
    top: 30px; }

@media (max-width: 991px) {
  .close-menu-btn {
    padding: 15px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer; } }

.close-menu-btn span {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
  @media (max-width: 991px) {
    .close-menu-btn span::before, .close-menu-btn span::after {
      content: "";
      background-color: #252525;
      position: absolute;
      display: block; } }
  @media (max-width: 991px) {
    .close-menu-btn span::before {
      width: 1px;
      height: 20px;
      top: calc(50% - 10px);
      left: 50%; } }
  @media (max-width: 991px) {
    .close-menu-btn span::after {
      width: 20px;
      height: 1px;
      top: 50%;
      left: calc(50% - 10px); } }

.burger-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 992px) {
    .burger-box {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; } }
  @media (max-width: 991px) {
    .burger-box {
      position: fixed;
      top: 0;
      right: -320px;
      bottom: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -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;
      text-align: center;
      min-height: 100vh;
      padding: 80px 15px;
      background-color: #fff;
      visibility: hidden;
      -webkit-transition: right .3s linear, visibility .3s linear;
      -o-transition: right .3s linear, visibility .3s linear;
      transition: right .3s linear, visibility .3s linear;
      overflow-y: auto;
      z-index: 1000; } }
  @media (min-width: 576px) {
    .burger-box {
      width: 320px; } }
  @media (max-width: 575px) {
    .burger-box {
      width: 100%;
      right: -100%;
      -webkit-transition: right .3s linear, visibility .3s linear;
      -o-transition: right .3s linear, visibility .3s linear;
      transition: right .3s linear, visibility .3s linear; } }
  .burger-box.is-show {
    visibility: visible;
    right: 0;
    -webkit-transition: right .3s linear, visibility .3s linear;
    -o-transition: right .3s linear, visibility .3s linear;
    transition: right .3s linear, visibility .3s linear; }

@media (min-width: 992px) {
  .header-menu {
    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;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; } }

.header-menu a {
  display: block;
  font-size: 14px;
  line-height: 1;
  color: #252525;
  font-weight: 700;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear; }
  @media (min-width: 992px) {
    .header-menu a {
      padding: 18px 25px; } }
  @media (max-width: 991px) {
    .header-menu a {
      padding: 15px;
      margin-bottom: 10px; } }
  .header-menu a.is-active {
    color: #9e9e9e; }
  .header-menu a:hover, .header-menu a:active {
    color: #9e9e9e;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear; }

.logo {
  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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 18px;
  line-height: 1; 
display:inline-block;}

/*.outer-logo-text{
    height:38px;
    background: linear-gradient(to right, #0090ff, #ffffff);
    display:inline-block;
    vertical-align: top;
}*/
.inner-logo-text{
    height:36px;
    background:white;
}

.logo-img {
  display: block;
  width: 50px;
  height: 50px;
  margin-right: 20px; }

.btn {
  display: block;
  border: none;
  background-color: transparent;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  min-width: 160px;
  color: #fff;
  cursor: pointer; }

.btn-left {
  text-align: left; }

.btn-center {
  text-align: center; }

.btn-lg {
  min-width: 255px;
  padding: 27px 30px;
  border-radius: 35px; 
  font-size:22px!important;}

.btn-sm {
  padding: 17px;
  border-radius: 25px; }

.btn-blue {
  background-image: -webkit-gradient(linear, left top, right top, from(#0090ff), to(#3c37bf));
  background-image: -webkit-linear-gradient(left, #0090ff 0%, #3c37bf 100%);
  background-image: -o-linear-gradient(left, #0090ff 0%, #3c37bf 100%);
  background-image: linear-gradient(90deg, #0090ff 0%, #3c37bf 100%); }

.btn-orange {
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
  background-image: -webkit-gradient(linear, left top, right top, from(#ff8838), to(#ff4e00));
  background-image: -webkit-linear-gradient(left, #ff8838 0%, #ff4e00 100%);
  background-image: -o-linear-gradient(left, #ff8838 0%, #ff4e00 100%);
  background-image: linear-gradient(90deg, #ff8838 0%, #ff4e00 100%); }

.top-box {
  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; }
/*  @media (min-width: 1200px) {
    .top-box {
      background: url(../img/home.jpg) top center/cover no-repeat; } }
  @media (max-width: 1199px) {
    .top-box {
      background: url(../img/home.jpg) top center/cover no-repeat; } }*/
  @media (min-width: 992px) {
    .top-box {
      min-height: calc(100vh - 100px); } }
  @media (max-width: 991px) {
    .top-box {
      min-height: calc(100vh - 80px); } }

.top-box-content {
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  margin: 0 auto;
  /*max-width: 540px;*/ 
}
  .top-box-content h2 {
    margin: 0 0 18px;
    color: #fff; }
  .top-box-content p {
    margin: 0 0 8px; }

.top-box-btn-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 768px) {
    .top-box-btn-group {
      padding-top: 40px; } }
  @media (max-width: 767px) {
    .top-box-btn-group {
      padding-top: 17px; } }
  @media (min-width: 576px) {
    .top-box-btn-group {
      -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; } }
  @media (max-width: 575px) {
    .top-box-btn-group {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -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; } }
  .top-box-btn-group .btn {
    position: relative;
    margin-bottom: 10px; }
    .top-box-btn-group .btn::before {
      content: "";
      width: 6px;
      height: 10px;
      background-image: url(../img/arrow-right.svg);
      background-size: 6px 10px;
      display: block;
      position: absolute;
      top: calc(50% - 5px);
      right: 30px; }

.online-loans,
.online-loans-top {
  border-bottom: 1px solid rgba(0, 144, 255, 0.1); }

.online-loans-top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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; }
  @media (min-width: 768px) {
    .online-loans-top {
      padding: 60px 0 70px; } }
  @media (max-width: 767px) {
    .online-loans-top {
      padding: 15px 0 18px; } }
  .online-loans-top::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(0, 144, 255, 0.02);
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }

@media (max-width: 767px) {
  .up-to {
    width: 100%;
    margin-bottom: 25px;
    text-align: center; } }

.up-to h4 {
  margin: 0 0 19px;
  text-align: center; }

@media (min-width: 768px) {
  .online-loans-desc {
    font-size: 20px;
    line-height: 32px;
    width: 48.65%;
    margin-left: 30px; } }

@media (max-width: 767px) {
  .online-loans-desc {
    font-size: 18px;
    line-height: 28px; } }

.online-loans-desc p {
  margin: 0 0 16px; }

.online-loans-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 768px) {
    .online-loans-box {
      -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      padding: 65px 0 49px; } }
  @media (max-width: 767px) {
    .online-loans-box {
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 35px 0 5px; } }

.online-loans-item {
  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;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: center;
  color: #9e9e9e;
  font-size: 16px;
  line-height: 26px; }
  @media (min-width: 768px) {
    .online-loans-item {
      max-width: 350px;
      padding: 0 30px; } }
  @media (max-width: 767px) {
    .online-loans-item {
      max-width: 290px;
      margin-bottom: 12px; } }
  .online-loans-item h4 {
    margin: 0 0 12px; }
  .online-loans-item p {
    margin: 0 0 16px; }

.what-is {
  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; }
  @media (min-width: 992px) {
    .what-is {
      padding: 86px 0 57px; } }
  @media (max-width: 991px) {
    .what-is {
      padding: 30px 0 16px; } }
  @media (max-width: 767px) {
    .what-is {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media (min-width: 768px) {
    .what-is h1 {
      margin: 0 30px 0 0; } }
  @media (max-width: 767px) {
    .what-is h1 {
      margin: 0 0 20px; } }
  @media (max-width: 767px) {
    .what-is h1 {
      margin: 0 0 15px; } }

.what-is-desc {
  width: 100%; }
  @media (min-width: 992px) {
    .what-is-desc {
      max-width: 540px;
      font-size: 20px;
      line-height: 32px; } }
  @media (max-width: 991px) {
    .what-is-desc {
      font-size: 18px;
      line-height: 28px; } }
  .what-is-desc p {
    width: 100%; }
    @media (min-width: 768px) {
      .what-is-desc p {
        margin: 0 0 33px; } }
    @media (max-width: 767px) {
      .what-is-desc p {
        margin: 0 0 15px; } }

.how-it-works {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  border-bottom: 1px solid rgba(0, 144, 255, 0.1); }
  @supports not (-ms-high-contrast: none) {
      @media (min-width: 768px) {
        .how-it-works::before {
          content: "";
          position: absolute;
          top: calc(50% - 205px);
          left: 50%;
          width: 1px;
          height: 410px;
          background-color: rgba(0, 144, 255, 0.1); 
        } 
      }
  }
/*  .how-it-works::after {
    content: "";
    position: absolute;
    left: 50%;
    border-radius: 50%;
    background-color: rgba(0, 144, 255, 0.02);
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    z-index: -1; }*/
    @media (min-width: 992px) {
      .how-it-works::after {
        top: -335px;
        width: 800px;
        height: 800px; } }
    @media (max-width: 991px) {
      .how-it-works::after {
        top: -200px;
        width: 600px;
        height: 600px; } }
    @media (max-width: 767px) {
      .how-it-works::after {
        top: -150px;
        width: 400px;
        height: 400px; } }
    @media (max-width: 575px) {
      .how-it-works::after {
        width: 300px;
        height: 300px; } }

.work-item {
  color: #252525;
  text-align: center;
  border-top: 1px solid rgba(0, 144, 255, 0.1); }
  @media (min-width: 992px) {
    .work-item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 410px;
      -ms-flex: 0 1 410px;
      flex: 0 1 410px; } }
  @media (max-width: 991px) {
    .work-item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 36.938%;
      -ms-flex: 0 1 36.938%;
      flex: 0 1 36.938%; } }
  @media (min-width: 768px) {
    .work-item {
      padding: 50px 30px 35px; } }
  @media (max-width: 767px) {
    .work-item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 380px;
      -ms-flex: 0 1 380px;
      flex: 0 1 380px;
      padding: 40px 0 25px; } }
  .work-item:first-child {
    padding-top: 0;
    border-top: none; }
  @media (min-width: 768px) {
    .work-item:nth-child(2) {
/*      padding-top: 0;
      border-top: none;  */
    }
  }
  .work-item img {
    display: block; }
    @media (min-width: 768px) {
      .work-item img {
        width: 96px;
        height: 96px;
        margin: 0 auto 42px; } }
    @media (max-width: 767px) {
      .work-item img {
        width: 76px;
        height: 76px;
        margin: 0 auto 23px; } }
  .work-item p {
    margin: 0 0 8px; }

.ready-to {
  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;
  color: #252525; }
  @media (min-width: 768px) {
    .ready-to {
      padding: 90px 0 98px; } }
  @media (max-width: 767px) {
    .ready-to {
      padding: 40px 0 38px; } }
  .ready-to h2 {
    text-align: center; }
    @media (min-width: 768px) {
      .ready-to h2 {
        margin: 0 0 41px; } }
    @media (max-width: 767px) {
      .ready-to h2 {
        margin: 0 0 22px; } }
  .ready-to .btn-lg {
    min-width: 220px; }

.questions-box {
  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; }
  @media (min-width: 768px) {
    .questions-box {
      padding-bottom: 55px; } }
  @media (max-width: 767px) {
    .questions-box {
      padding-bottom: 5px; } }
  @media (min-width: 768px) {
    .questions-box .upper-title {
      margin-bottom: 91px; } }
  @media (max-width: 767px) {
    .questions-box .upper-title {
      margin-bottom: 33px; } }

@media (min-width: 768px) {
  .question-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 48.65%;
    -ms-flex: 0 1 48.65%;
    flex: 0 1 48.65%; } }

@media (min-width: 768px) {
  .question-item h3 {
    margin: 0 0 16px; } }

@media (max-width: 767px) {
  .question-item h3 {
    margin: 0 0 14px; } }

@media (min-width: 768px) {
  .question-item p {
    margin: 0 0 38px; } }

@media (max-width: 767px) {
  .question-item p {
    margin: 0 0 29px; } }

.internal-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 992px) {
    .internal-content {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 92px 0 68px; } }
  @media (max-width: 991px) {
    .internal-content {
      padding: 32px 0 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }

@media (min-width: 992px) {
  .main {
    max-width: 665px;
    margin-right: 30px; } }

@media (min-width: 992px) {
  .main-text-block {
    padding: 0 0 30px; } }

.main-text-block:last-of-type {
  padding: 0; }

.table-box {
  overflow-x: auto; }
  @media (min-width: 992px) {
    .table-box {
      padding: 37px 0 0;
      margin: 0 0 63px; } }
  @media (max-width: 991px) {
    .table-box {
      padding: 7px 0 0;
      margin: 0 0 33px; } }
.table-box th,
.table-box td {
	padding: 23px 6px; }
.table-box table{
	min-width: initial!important;
}

.aside {
  text-align: center; }
  @media (min-width: 992px) {
    .aside {
      max-width: 285px; } }
  .aside .title-with-line {
    margin: 0 auto;
    max-width: 285px; }
  .aside .online-loans-box {
    padding: 0; }
    @media (min-width: 992px) {
      .aside .online-loans-box {
        -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; } }
    @media (max-width: 991px) {
      .aside .online-loans-box {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; } }
    @media (max-width: 767px) {
      .aside .online-loans-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
  @media (min-width: 992px) {
    .aside .online-loans-item {
      padding: 27px 0 7px;
      border-bottom: 1px solid rgba(0, 144, 255, 0.1); } }
  @media (max-width: 991px) {
    .aside .online-loans-item {
      padding: 27px 15px 7px; } }
  @media (max-width: 767px) {
    .aside .online-loans-item {
      padding: 27px 0 7px;
      border-bottom: 1px solid rgba(0, 144, 255, 0.1);
      margin: 0; } }
  .aside .online-loans-item h4 {
    margin: 0 0 18px; }
  .aside .online-loans-item .gradient-number {
    font-size: 20px;
    margin-bottom: 23px; }
  @media (min-width: 768px) {
    .aside .ready-to {
      padding: 61px 0; } }
  @media (max-width: 767px) {
    .aside .ready-to {
      padding: 31px 0 40px; } }
  .aside .ready-to h3 {
    margin: 0 0 23px; }

footer {
  border-top: 1px solid rgba(0, 144, 255, 0.1);
  background-color: rgba(0, 144, 255, 0.02); }

.footer-top {
  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; }
  @media (min-width: 768px) {
    .footer-top {
      padding: 50px 0; } }
  @media (max-width: 767px) {
    .footer-top {
      padding: 40px 0; } }

.footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }
  @media (min-width: 768px) {
    .footer-menu {
      padding: 32px 0; } }
  @media (max-width: 767px) {
    .footer-menu {
      padding: 12px 0; } }
  @media (min-width: 576px) {
    .footer-menu {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media (max-width: 575px) {
    .footer-menu {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -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; } }
  .footer-menu a {
    display: block;
    color: #252525;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear; }
    @media (min-width: 576px) {
      .footer-menu a {
        padding: 17px; } }
    @media (max-width: 575px) {
      .footer-menu a {
        padding: 12px 0; } }
    .footer-menu a.is-active {
      color: #9e9e9e; }
    .footer-menu a:hover, .footer-menu a:active {
      color: #9e9e9e;
      -webkit-transition: color 0.2s linear;
      -o-transition: color 0.2s linear;
      transition: color 0.2s linear; }

.footer-info {
  border-top: 1px solid rgba(0, 144, 255, 0.1);
  background-color: rgba(0, 144, 255, 0.03); }
  @media (min-width: 768px) {
    .footer-info {
      padding: 65px 0; } }
  @media (max-width: 767px) {
    .footer-info {
      padding: 35px 0; } }

.footer-info-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.important,
.on-about-loans {
  color: #9e9e9e;
  font-size: 14px;
  line-height: 24px; }
  .important h4,
  .on-about-loans h4 {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 20px; }
  @media (min-width: 768px) {
    .important p,
    .on-about-loans p {
      margin: 0 0 25px; } }
  @media (max-width: 767px) {
    .important p,
    .on-about-loans p {
      margin: 0 0 15px; } }
  .important p:last-of-type,
  .on-about-loans p:last-of-type {
    margin: 0; }
  .important a,
  .on-about-loans a {
    text-decoration: underline;
    color: #9e9e9e; }

.important {
  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; }
  @media (min-width: 768px) {
    .important {
      width: 50%; } }
  @media (max-width: 767px) {
    .important {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1; } }
  @media (max-width: 767px) {
    .important p:last-of-type {
      margin-bottom: 15px; } }

@media (min-width: 768px) {
  .on-about-loans {
    width: calc(50% - 30px);
    margin-left: 30px; } }

@media (max-width: 767px) {
  .on-about-loans {
    margin-bottom: 30px; } }

.copyright {
  font-size: 14px;
  line-height: 20px; }

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

/*IE fixes for flex-box*/
@media screen\0 {
    header, .calculate-loan, .option-block .option, .how-is-working .how-info-container .how-info, .online-loans-item, .top-box, .how-it-works{
        display:block !important;
    }
    .what-is-happyloans .what-is-block .what-is-right strong, .what-is-happyloans .what-is-block .what-is-right span, .aside .how-is-working .how-info h1{
        background-image:none;
    }
    .btn-xl{
        background:none;
        border:2px solid #5685cb;
    }
    .btn-xl span{
        background:none;
        color:#5685cb;
    }
    .headerhero{
        margin-top:0;
        padding-top:20px;
    }
}