html {
    scroll-behavior: smooth;
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    src: local('Roboto Medium'), local('Roboto-Medium'), url(Roboto-Medium.woff2) format('woff2');
    font-weight: 500;
    font-style: normal;
}

@media (min-width: 1200px) {
    .new-container {
        max-width: 1180px;
    }
}

.new-hero-form {
    background-image: url('../images/header_background_2.jpg');
    background-position: center center;
    background-size: cover;
    border-radius: 10px;
    padding: 65px 15px 40px 15px;
}

.new-default-bottom {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .new-default-bottom {
        margin-bottom: 60px;
    }
}

.new-hero-form .range-left-amount {
    top: 30px;
    left: 40px;
    font-size: 24px;
    color: #1BBF99 !important;
    font-weight: 500;
}

.new-hero-form .range-right-amount {
    top: 30px;
    right: 40px;
    font-size: 24px;
    color: #1BBF99 !important;
    font-weight: 500;
}

.new-hero-form .representative-text {
    max-width: 660px;
    margin: 80px auto 40px auto;
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 20px;
    color: white;
    font-weight: 400;
}

@media (min-width: 768px) {
    .new-hero-form .representative-text {
        letter-spacing: 1.4px;
        line-height: 28px;
    }
}

.new-hero-form .range-slider {
    width: calc(100% - (20px));
}

@media (min-width: 768px) {
    .new-hero-form {
        padding-left: 75px;
        padding-right:  75px;
    }

    .new-hero-form .range-left-amount {
        left: 80px;
    }

    .new-hero-form .range-right-amount {
        right: 80px;
    }

    .new-hero-form .range-slider {
        width: 100%;
    }
}

@media (min-width: 992px) { 
    .new-hero-form .range-slider {
        width: calc(100% - (246px))
    }
    
    .new-hero-form .range-left-amount {
        top: 65px;
        left: 120px;
    }
    
    .new-hero-form .range-right-amount {
        top: 65px;
        right: 100px;
    }
}

.new-hero-form .range-slider .bar {
    background-color: rgba(180, 189, 208, 0.5) !important;
}

.new-hero-form .range-slider .bar-btn:after {
    display: block !important;
}

.new-hero-form .range-slider i {
    display: block !important;
    font-size: 20px;
    font-weight: 500 !important;
    padding: 5px 20px !important;
}

.new-hero-form-bottom {
    background-image: none;
    background-color: #F2F4F8;
}

.new-hero-form-bottom .range-left-amount,
.new-hero-form-bottom .range-right-amount {
    color: #313E53 !important;
}

.new-hero-form-bottom .representative-text {
    color: #313E53;
    margin-bottom: 30px;
}

.new-button {
    width: 300px;
    height: 60px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0px;
}

.new-hero-form-bottom .new-button {
    margin-bottom: -10px;
}

.new-button:hover {
    border-color: #1BBF99 !important;
    color: white !important;
    background-color: #1BBF99;
}

.new-sub-page-line {
    margin: 80px 0 10px 0;
}

@media (min-width: 768px) {
    .new-sub-page-line {
        margin: 110px 0 30px 0;
    }
}

.new-standart-block {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1px;
    color: #121825;
    padding-bottom: 20px;
}

@media (min-width: 768px) {
    .new-standart-block {
        padding-bottom: 50px;
    }
}

.new-standart-block h1 {
    font-size: 28px;
    font-weight: 300;
    color: #121825;
    letter-spacing: 0px;
    text-align: left;
}

.new-standart-block h2 {
    font-size: 18px;
    margin: 50px 0 20px 0;
    letter-spacing: 2px;
    text-align: left;
}

@media (min-width: 768px) {
    .new-standart-block {
        font-size: 18px;
        line-height: 28px;
    }

    .new-standart-block h1  {
        font-size: 45px;
        text-align: center;
        letter-spacing: 3px;
    }

    .new-standart-block h2  {
        text-align: center;
        margin: 70px 0 40px 0;
    }
}

.new-standart-block table {
    width: 100%;
    margin-top:  30px;
    border-collapse: separate;
    border-spacing: 0;
}

@media (min-width: 768px) {
    .new-standart-block table {
        margin-top:  60px;
    }
}

.new-standart-block th {
    padding: 12px 0px;
    background-color: #F2F4F8;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    border-bottom: 3px solid #1BBF99;
    border-top: 1px solid rgba(180, 189, 208, 0.5);
    text-transform: uppercase;
}

.new-standart-block th:first-child {
    border-left: 1px solid rgba(180, 189, 208, 0.5);
    border-top-left-radius: 10px;
}

.new-standart-block th:last-child {
    border-right: 1px solid rgba(180, 189, 208, 0.5);
    border-top-right-radius: 10px;
}

.new-standart-block td {
    font-size: 14px;
    line-height: 20px;
    padding: 13px 10px;
    border-bottom: 1px solid rgba(180, 189, 208, 0.5);
    border-right: 1px solid rgba(180, 189, 208, 0.5);
}

.new-standart-block td:first-child {
    width: 60%;
    padding-left: 15px;
    border-left: 1px solid rgba(180, 189, 208, 0.5);
    font-weight: 400;
}

@media (min-width: 768px) {
    .new-standart-block td {
        font-size: 16px;
    }

    .new-standart-block td:first-child {
        font-weight: 300;
    }
}

@media (min-width: 992px) {
    .new-standart-block td {
        font-size: 18px;
        line-height: 28px;
    }

    .new-standart-block td:first-child {
        padding-left: 55px;
    }
}

.new-standart-block tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

.new-standart-block tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

td.new-no-yes-column {
    color: #B4BDD0;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

td.new-no-yes-column span {
    color: #1BBF99;
}

.new-button-wrapper {
    width: 100%;
    margin-top: 30px;
    text-align: center;
}

@media (min-width: 768px) {
    .new-button-wrapper {
        margin-top: 50px;
    }
}

.new-button-wrapper .new-button {
    width: 90%;
    max-width: 366px;
}

.new-card-wrapper {
    margin-top: 30px;
    margin-bottom: -20px;
}

@media (min-width: 768px) {
    .new-card-wrapper {
        margin-top: 50px;
    }
}

.new-card-wrapper .col-12,
.new-card-wrapper .col-lg-6,
.new-card-wrapper .col-md-6 {
    margin-bottom: 20px;
}

.new-card-wrapper span {
    display: flex;
    align-items: start;
    gap: 10px;
    color: #1BBF99;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.new-card {
    height: 100%;
    padding: 25px 20px 10px 20px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.5px;
    background-color: #F2F4F8;
    border-radius: 10px;
}

.new-model-opener {
    font-weight: 400;
}

.new-card-wrapper span svg {
    display: block;
}

.new-card-wrapper span div:last-child {
    padding-top: 6px;
}

.new-modal .modal-dialog {
    max-width: 100%;
    position: relative;
    margin: 0px;
}

.new-modal .modal-content {
    border: none;
    border-radius: 0px;
    padding: 15px 40px 30px 40px;
    min-height: 100%;
}

.new-modal .modal-header {
    height: 40px;
    padding: 0px;
    border: none;
}

.new-modal .modal-header button {
    border: none;
    padding: 0px;
}

.new-modal .modal-header button:focus {
    outline: none;
}

.new-modal .modal-body {
    padding: 0px;
}

.new-modal .modal-footer {
    padding: 0px;
    display: block;
    border: none;
}

.new-modal .new-button {
    width: 300px;
}

.new-modal .trustpilot-widget {
    text-align: center;
    margin-top: 10px;
}

@media (min-width: 768px) {
    .new-modal .modal-dialog {
        max-width: 680px;
        min-height: calc(100% - (1.75rem * 2));
        display: flex;
        align-items: center;
    }

    .new-modal .modal-content {
        border-radius: 15px;
        box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
        min-height: 625px;
    }

    .new-modal .modal-dialog {
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .new-modal .modal-dialog {
        width: 100vw;
        max-width: none;
        height: 100vh;
        margin: 0;
    }
}

.new-transparent-backdrop .modal-backdrop {
   background-color: transparent;
}

.new-standart-block ol {
    color: #1BBF99;
    font-weight: 500;
    padding-left: 20px;
}

.new-standart-block ol p {
    color: #121825;
    font-weight: 300;
}

.new-apply {
    display: block;
    text-align: center;
    font-size: 22px;
    line-height: 28px;
    font-weight: 300;
    color: #121825;
    letter-spacing: 1px;
    margin-top: 40px;
}

@media (min-width: 768px) {
    .new-apply {
        font-size: 35px;
        line-height: 42px;
        letter-spacing: 3.5px;
        margin-top: 60px;
    }
}

.new-trustpilot-widget {
    text-align: center;
    margin-top: 20px;
}

@media (min-width: 768px) {
    .new-trustpilot-widget {
        margin-top: 60px;
    }
}

.new-contents {
    margin-top: 20px;
}

.new-contents h1 {
    text-align: left;
}

.new-contents li {
    font-weight: 400;
    margin-bottom: 15px;
}

.new-no-bottom {
    margin-bottom: 0px;
}

h2.new-30-bottom {
    margin-bottom: 30px;
}

table.new-table-variant th,
table.new-table-variant td,
table.new-table-variant th:first-child,
table.new-table-variant th:last-child,
table.new-table-variant td:first-child {
    border-top: none;
    border-right: none;
    border-left: none;
}

table.new-table-variant tr:last-child td:first-child {
    border-bottom-left-radius: 0px;
}

table.new-table-variant tr:last-child td:last-child {
    border-bottom-right-radius: 0px;
}

table.new-table-variant th,
table.new-table-variant td,
table.new-table-variant td:first-child {
    padding-left: 0px;
    font-weight: 500;
}

table.new-table-variant th {
    padding-top: 10px;
    padding-bottom: 6px;
}

table.new-table-variant td {
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 5px;
    vertical-align: top;
}

table.new-table-variant td:first-child {
    width: 35%;
}

@media (min-width: 768px) {
    table.new-table-variant th,
    table.new-table-variant td,
    table.new-table-variant td:first-child {
        text-align: left;
        font-size: 16px;
        padding-left: 20px;
    }

    table.new-table-variant td:first-child {
        width: 28%;
    }

    table.new-table-variant td {
        padding-top: 21px;
        padding-bottom: 21px;
        vertical-align: middle;
    }
}

@media (min-width: 768px) {
    .new-center-align {
        display: block;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .new-card-green-wrapper {
        overflow-x: auto;
        scrollbar-width: none;
        display: flex;
        gap: 20px;
        flex-wrap: nowrap;
        padding-left: 10px;
        padding-right: 10px;
    }

    .new-card-green-wrapper > div {
        flex: 0 0 auto;
        display: flex;
        width: 250px;
        padding: 0;
    }
}

.new-card-green {
    background-color: transparent;
    border: 1px solid #1BBF99;
}

.new-reliable-and-consistent {
    font-weight: 500;
    text-transform: uppercase;
}

h2.new-50-top {
    margin-top: 50px;
}

.new-no-padding-bottom {
    padding-bottom: 0px;
}

.new-standart-block .accordion-item {
    border-bottom: 1px solid rgba(180, 189, 208, 0.5);
}

.new-standart-block .accordion-button {
    color: #1BBF99;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: left;
    width: 100%;
    padding: 23px 0px;
    border: none;
    border-radius: none;
    transition: color .3s ease-in-out;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.new-standart-block .accordion-button.collapsed {
    color: #121825;
}

.new-standart-block .accordion-button svg {
    transition: transform .3s ease-in-out;
}

.new-standart-block .accordion-button.collapsed svg {
    transform: scale(1,-1) ;
}

.new-standart-block .accordion-button path {
    transition: fill .3s ease-in-out;
}

.new-standart-block .accordion-button.collapsed path {
    fill: #121825;
}

.new-standart-block .accordion-button:focus {
    outline: none;
}

.new-standart-block .accordion-body {
    margin-bottom: 25px;
}

.new-standart-block ul {
    padding-left: 30px;
}

.new-standart-block ul li::marker {
    font-size: 10px;
}

.new-bad-credit {
    margin-top: 70px;
}

.new-bad-credit h2 {
    margin: 0px 0px 30px 0px;
    text-align: left;
}

.new-bad-credit ul {
    list-style: none;
    font-size: 16px;
    padding-left: 10px;
    padding-top: 10px;
}

@media (min-width: 992px) {
    .new-bad-credit ul {
        padding-left: 20px;
        padding-top: 0;
    }
}

.new-bad-credit li {
    position: relative;
    padding-left: 37px;
    padding-bottom: 9px;
}

.new-bad-credit li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%2211%22%20fill%3D%22%231BBF99%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%2011.5L9.33333%2016H10.7778L18%208.5L16.5556%207L10.7778%2013H9.33333L6.44444%2010L5%2011.5Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E');
}

.new-table-bad-credit-variant {
    letter-spacing: 0;
    table-layout: fixed;

    text-align: center;
}

.new-table-bad-credit-variant th span{
    color: #1BBF99;
}

table.new-table-variant.new-table-bad-credit-variant td {
    width: unset;
}

table.new-table-variant.new-table-bad-credit-variant td:first-child {
    text-align: left;
}

table.new-table-variant.new-table-bad-credit-variant td span {
    display: none;
}

@media (min-width: 768px) {
    .new-table-bad-credit-variant {
        text-align: left;
    }

    table.new-table-variant.new-table-bad-credit-variant td span {
        display: inline;
    }
}