

/* Large desktops and laptops */
@media (min-width: 1210px) {
  header > div > nav > ul {
    display: flex;
  }
  .col-right {
    padding-bottom: 107px;
  }
  .col-left > img {
    top: -1px;
  }
  .box {
    display: none;
  }
  .col-left {
    position: relative;
  }
  .flex-table {
    width: 538px;
  }
  .form-section .bg-box .flex-table {
    margin: 0px;
    width: auto;
  }
  .navigation {
    display: flex !important;
  }
}

@media (min-width: 992px) and (max-width: 1160px) {
  .col-left {
    position: static;
  }
  .left-side {
    margin-right: 5rem;
  }
  .navigation {
    display: none !important;
  }

  .col-left > img {
    left: calc(-50% - 250px);
  }

  .right-side > img {
    min-width: 450px;
  }
  .steps-section {
    background-repeat: no-repeat;
  }
}

/* TABLET */
@media (min-width: 425px) and (max-width: 1064px) {
  .get-started {
    display: block;
  }
  .funds-need-section {
    height: 1069px;
  }
  .phone-numb {
    display: block;
  }
  .box {
    display: block;
  }
  .column-wrapper {
    flex-direction: column;
  }
  .right-side > img {
    width: auto;
    min-width: auto;
    position: static;
  }
  .left-side {
    margin-right: 0px;
    width: 100%;
  }
  .right-side {
    margin-top: 33px;
  }
  .navigation {
    display: none;
  }
  .navigation {
    position: absolute;

    justify-content: end;
    background: url('../img/wave-big.svg') 100% 88% no-repeat;
    padding: 67px 15px;
    width: 100%;
    left: 0;
    top: 100px;
    text-align: right;
  }

  .navigation::after {
    content: '';

    position: absolute;
    display: flex;

    width: 100%;
    top: -14px;
    left: 0;
    height: 15px;
    z-index: 0;
    background: url('../img/rotated-wave-new.png'), no-repeat;
  }
  .advanteges-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .trusted-section {
    padding-top: 670px;
  }
  .advanteges-wrapper:last-child li {
    margin-bottom: 10px;
  }
  .trusted-section > div + div {
    margin-top: 400px;
  }
  .col-left > img {
    bottom: 95px;
    left: 0;
    top: auto;
  }
  .flex-table {
    margin: auto;
    width: auto;
    position: static;
  }
  .reverse {
    flex-flow: column-reverse;
  }
  .help-right div {
    text-align: center;
  }
  .help-left {
    transform: translateX(-10%);
    max-width: 72%;
    margin-top: 60px;
  }
  .list-advantages {
    flex-direction: column;
    align-items: center;
  }
  .list-advantages li {
    width: 61%;
    margin-right: 0px;
  }
  .steps-section {
    background-size: cover;
  }
  .list-advantages > li:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .asked-questions > div > ul {
    flex-direction: column;
  }
  .asked-questions > div > ul > li,
  .asked-questions > div > ul > li:nth-child(1) {
    margin-right: 0px;
    margin-bottom: 20px;
    width: 100%;
  }
  .btn-wrapper {
    text-align: initial;
  }
  .asked-questions > div > h2 {
    text-align: initial;
  }
  .common-container-quote {
    flex-direction: column-reverse;
    height: auto;
    padding-top: 40px;
  }

  .direction {
    flex-direction: column;
    display: flex;
  }

  form .loan-select {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    background: url('../img/arrow-down.svg') no-repeat 95% 50% #fff;
  }
  form .email {
    width: 100%;
  }
  .common-container-quote > div:nth-child(1) {
    transform: translateY(2%);
  }
  .common-container-quote > div:nth-child(2) {
    margin-left: 0px;
    width: 100%;
  }

  .footer-navigation {
    flex-direction: column;
    align-items: baseline;
  }
  .footer-navigation > ul {
    flex-direction: column;
  }
  .footer-navigation > ul li:not(:last-child) {
    margin-bottom: 15px;
  }
  .footer-navigation > a {
    margin-bottom: 20px;
  }
  .copyright {
    flex-direction: column;
  }

  .bloc-left {
    width: 100%;
  }
  .bloc-left {
    margin-bottom: 10.5rem;
  }
  .inst-cart {
    width: 100%;
    padding: 30px 20px 30px 20px;
  }
  .inst-cart > p {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
  }
  .change-pos,
  .change-pos-register {
    flex-flow: column;
  }
  .change-pos .help-left,
  .change-style {
    margin-top: 0px;
    margin-bottom: 40px;
  }
}

/* Yet tablet */
@media (min-width: 990px) and (max-width: 1209px) {
  .reverse {
    flex-flow: row-reverse;
  }
  .column-wrapper {
    flex-direction: row;
  }
  .right-side {
    left: 84px;
  }
  .advanteges-wrapper {
    flex-direction: row;
  }
  .funds-need-section {
    padding: 132px 0 0px;
    height: initial;
  }
  .left-side {
    width: 540px;
  }
  form .wrapper-select {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  form .email {
    width: 350px;
  }
  form .loan-select {
    width: 174px;
    margin-right: 16px;
  }
  .left-side {
    width: calc(100% / 2);
    margin-right: 2rem;
  }
  .trusted-section {
    padding-top: 300px;
  }
  .advanteges-wrapper li {
    margin-right: 10px;
  }
  .col-left {
    width: calc(100% / 2);
  }
  .flex-table {
    display: flex;
  }
  .trusted-section > div + div {
    margin-top: 0;
  }
  .col-left img {
    height: 534px;
    bottom: 107px;
    left: -64px;
    top: auto;
  }
  .col-right {
    width: calc(100% / 2);
    margin-bottom: 25px;
  }
  .trusted-section {
    position: relative;
  }
  .list-advantages {
    flex-direction: row;
    align-items: baseline;
  }
  .asked-questions > div > ul {
    flex-direction: row;
    justify-content: space-between;
  }
  .asked-questions > div > ul li:first-child {
    margin-right: 30px;
  }
  .asked-questions > div > h2 {
    text-align: center;
  }
  .btn-wrapper {
    text-align: center;
  }
  .common-container-quote {
    flex-direction: row;
    position: relative;
    height: 334px;
    padding-top: 0px;
  }
  .common-container-quote > div:nth-child(1) {
    transform: translateY(-4%);
    position: absolute;
    top: -52px;
    left: 0;
    bottom: 0;
  }

  .common-container-quote > div:nth-child(2) {
    width: 520px;
    margin-left: auto;
  }
  .footer-navigation {
    display: flex;
    justify-content: space-around;

    align-items: center;
    flex-direction: row;
  }
  .footer-navigation > ul {
    display: flex;
    flex-direction: row;
  }
  .footer-navigation > ul > li:not(:last-child) {
    margin-right: 15px;
  }

  /* How-it-works-responsive */
  .inst-cart {
    width: 777px;
  }
  .change-pos {
    justify-content: space-between;
  }
  .change-pos,
  .change-pos-register {
    flex-flow: row;
  }
  .change-pos-register {
    justify-content: space-between;
  }
  .change-style {
    margin-top: 0px;
    margin-right: 60px;
  }
  .faq:first-child {
    margin-right: 6rem;
  }
  .faq img {
    left: 55%;
  }
}
@media (max-width: 990px) {
  .content {
    overflow-x: hidden;
  }
  .hero-line {
    width: 96%;
  }
  .table-wrapper {
    flex-direction: column;
    margin: auto;
  }
  .block-right {
    transform: translate(239px, -163px);
    position: absolute;
    bottom: -295px;
  }
  .faq {
    transform: initial;
    position: static;
  }
  .head-works-section {
    height: 869px;
    position: relative;
  }
  .faq:first-child {
    width: 50%;
  }
  .faq:first-child {
    margin-right: 0rem;
    margin-bottom: 0rem;
  }
  .centered {
    align-items: center;
  }
  .faq img {
    right: 0;
  }
  .faq-section {
    height: 798px;
  }
  .contact:first-child {
    width: 80%;
  }
  .contact__form div {
    flex-direction: column;
  }
  .contact-btn-wrapper {
    padding-top: 250px;
  }
  .message-btn {
    margin-top: 1.875rem;
  }
  .contact__content:nth-child(3) {
    margin-bottom: 30px;
  }
  .form-section .bg-box .box-table {
    flex-direction: column;
  }
  .form-section .bg-box .box-table .col-left,
  .form-section .bg-box .box-table .col-right {
    width: 100%;
  }
  .form-section .bg-box .flex-table {
    flex-direction: column;
  }
  .form-section .bg-box .box-table .box-field {
    margin: 20px 0 20px;
  }
  .section {
    flex-direction: column;
  }
  .started {
    width: 100%;
  }
}
@media (max-width: 645px) {
  .block-right {
    transform: translate(179px, -169px);
  }
  .faq:first-child + .faq {
    transform: initial;
  }
  .faq:first-child {
    width: 100%;
  }
  .faq img {
    width: 409px;
    min-width: 409px;
  }
  .contact-img {
    height: 382px;
  }
  .contact img {
    height: 382px;
    width: auto;
  }
}
@media (max-width: 576px) {
  .block-right {
    transform: translate(16px, -164px);
  }
  .faq:first-child + .faq {
    transform: initial;
    position: static;
  }
  .navigation {
    flex-direction: column;
    text-align: initial;
    padding: 20px;
    width: 100%;
    height: 473px;
    background: #f7fafa;
    align-items: baseline;
    justify-content: flex-start;
  }
  .navigation::after {
    content: none;
  }
  .cash-fast a span {
    color: var(--dark-green);
  }
  .menu-nav {
    display: block;
  }
  .navigation > li {
    margin-bottom: 20px;
  }
  .header {
    background-image: none;
    background-color: #f7fafa;
  }
  .cash-fast {
    display: block;
  }
  .hide {
    display: flex;
  }
  .burger {
    background-color: #f7fafa;
  }
  .burger span {
    background: #6f7498;
  }
  .hum.get-close span:first-child {
    background: #6f7498;
  }

  .hum.get-close span:last-child {
    background: #6f7498;
  }
}

/* MOBILE */
@media (max-width: 425px) {
  .content {
    overflow-x: hidden;
  }
  .flex-table {
    width: 75%;
  }

  .box {
    display: block;
  }

  .column-wrapper {
    flex-direction: column;
  }
  .right-side > img {
    width: 308px;

    min-width: auto;
    position: absolute;
    left: 16%;
    bottom: -29px;
  }
  .left-side {
    margin-right: 0px;
    width: 100%;
  }
  .col-left > img {
    min-width: 50%;
  }
  .right-side {
    margin-top: 33px;
  }
  .navigation {
    display: none;

    position: absolute;
    left: 0px;
    padding: 10px;
    top: 100px;
    width: 100%;
  }
  .funds-need-section {
    padding: 40px 0 200px;
    height: 1000px;
  }
  .advanteges-wrapper {
    flex-direction: column;
    align-items: center;
    top: 64%;
  }
  .trusted-section {
    padding-top: 654px;
    position: relative;
  }
  .advanteges-wrapper:last-child li {
    margin-bottom: 10px;
  }
  .trusted-section > div + div {
    margin-top: 370px;
  }
  .col-left > img {
    top: auto;
    left: -2px;
    bottom: 146px;
  }
  .flex-table {
    margin: auto;
    width: 100%;
  }
  .reverse {
    flex-flow: column-reverse;
  }
  .help-right div {
    text-align: center;
  }
  .help-right {
    width: 100%;
  }
  .help-left {
    transform: translateX(5%);
    max-width: 72%;
    margin-top: 60px;
  }
  .list-advantages {
    flex-direction: column;
    align-items: center;
  }
  .list-advantages li {
    width: 61%;
    margin-right: 0px;
  }
  .steps-section {
    background-size: cover;
  }
  .list-advantages > li:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .asked-questions > div > ul {
    flex-direction: column;
  }
  .asked-questions > div > ul > li,
  .asked-questions > div > ul > li:nth-child(1) {
    margin-right: 0px;
    margin-bottom: 20px;
    width: 100%;
  }
  .btn-wrapper {
    text-align: initial;
  }
  .asked-questions > div > h2 {
    text-align: initial;
  }
  .common-container-quote {
    flex-direction: column-reverse;
    height: auto;
    padding-top: 40px;
  }
  form div {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  form .loan-select {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  form .email {
    width: 100%;
  }
  .common-container-quote > div:nth-child(1) {
    transform: translateY(2%);
  }
  .common-container-quote > div:nth-child(2) {
    margin-left: 0px;
    width: 100%;
  }

  .footer-navigation {
    flex-direction: column;
    align-items: baseline;
  }
  .footer-navigation > ul {
    flex-direction: column;
  }
  .footer-navigation > ul li:not(:last-child) {
    margin-bottom: 15px;
  }
  .footer-navigation > a {
    margin-bottom: 20px;
  }
  .copyright {
    flex-direction: column;
  }
  .advanteges {
    width: 100%;
  }
  .bloc-left {
    width: 100%;
  }
  .block-right {
    width: 880px;
  }
  .block-right {
    transform: translate(16px, -201px);
  }
  .hero-line {
    width: 52%;
    bottom: 94px;
  }
  .block-right {
    position: absolute;
  }
  .bloc-left {
    padding-top: 4rem;
  }
  .inst-cart {
    width: 100%;
    padding: 30px 45px 60px 45px;
  }
  .change-pos {
    flex-direction: column;
  }
  .change-pos > .help-left,
  .change-style {
    margin-top: 0px;
    margin-bottom: 25px;
    max-width: 100%;
  }
  .change-pos-register {
    flex-flow: column;
  }
  .modal .window {
    width: 300px;
  }
  .leaving-title > p {
    font-size: 16px;
    line-height: 24px;
  }
  .modal .window .box-btn {
    flex-direction: column-reverse;
  }
  .modal .window .modal-btn.call-btn {
    margin-left: 0px;
    width: 100%;
  }
  .modal .window .modal-btn.back-btn {
    width: 100%;
    margin: 0;
  }
  .leaving-title {
    margin-bottom: 20px;
  }
  .left-side h1,
  .bloc-left h1,
  .privecy-policy > div > h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
.privecy-policy {
    padding: 40px 0px 100px 0px;
}
  .col-right > h2,
  .help-right > h2,
  .form-title,
  .header-wrapper h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .list-advantages > li > div > h3,
  .bloc-left ul li div > h3 {
    font-family: 'Inter';
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
  .faq-title {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
  .form-section .bg-box .flex-table button {
    width: 100%;
    margin-top: 30px;
  }
  .started {
    width: 100%;
  }
  .inst-cart {
    padding: 35px 20px 30px 24px;
  }
  .inst-cart > p {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
  }
  .intsllment-wrapper {
    padding: 20px;
  }
  .change-pos {
    margin-bottom: 80px;
  }
  .help-left {
    transform: translateX(-10%);
  }
  .exclude-transform {
    transform: none;
    max-width: 100%;
  }
  .advanteges-wrapper li {
    height: 100%;
  }
  .reduce-padding {
    padding: 10px;
  }
  .ac-head:after {
    right: 20px;
  }
}

/* Display none Header links */
@media (max-width: 738px) {
  .phone-numb {
    display: none;
  }
  .btn-mob {
    display: none;
  }
}
