.intro {
    background-image: url(./images/intro-bg.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 50%;
}
.intro-wrapper {
    padding: 100px 0 70px;
}
h1 {
    font-size: 48px;
    color: #65B360;
    font-weight: 600;
}
.intro-locations {
    margin: 21px 0 0;
    font-size: 22px;
    color: #171111;
}
.intro-descr {
    margin: 30px 0 45px;
    font-size: 24px;
}
.intro-list {
    list-style-image: url(./images/intro-check.png);
    margin-left: 35px;
}
.intro-item {
    font-size: 24px;
    margin-bottom: 10px;
}
.intro-btn {
    margin: 70px 20px;
    border-radius: 75px;
    background: #5BB062;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    outline: none;
    border: none;
    padding: 30px;
    font-size: 24px;
    text-align: center;
    color: white;
    text-decoration: none;
}
.btn-fast-loan{
    background: #949aa2;
}
.intro-actions {
    display: flex;
}

.intro-text {
    font-size: 13px;
    width: 50%;
    color: #9B9B9B;
}
.workflow {
    padding: 70px 0;
}
.workflow-wrapper {
    border-radius: 40px;
    background: #F7F7F7;
    padding: 80px;
    background-image: url(./images/workflow-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 35%;
}
.workflow-title {
    font-size: 48px;
    font-weight: 600;
    color: #65B360;
}
.workflow-descr {
    margin: 75px 0;
    font-size: 24px;
}
.workflow-list-title {
    font-size: 24px;
    margin-bottom: 30px;
}
.workflow-item {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.workflow-img {
    margin-right: 15px;
}
.rates-title {
    font-size: 48px;
    color: #65B360;
    margin-bottom: 50px;
}
.rates-list {
    display: flex;
    justify-content: space-between;
}
.rate {
    width: calc(50% - 40px);
    margin: 0 20px;
    padding: 40px 50px;
    background-color: #F7F7F7;
    border-radius: 23px;
    position: relative;
}
.rate-name {
    font-size: 24px;
    color: #65B360;
    margin-bottom: 25px;
}
.rate-conditions {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.rate-condition {
    width: calc(50% - 20px);
    margin: 10px;
}
.rate-condition-name {
    display: flex;
    align-items: center;
}
.rate-condition-img {
    margin-right: 5px;
}
.rate-condition-name {
    font-weight: 500;
    color: #979797;
    margin-bottom: 10px;
}
.rate-condition-text {
    font-size: 24px;
    font-weight: 500;
}
.rate-btn {
    display: block;
    width: 50%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    margin: 0 auto;
    font-size: 24px;
    font-weight: 500;
    color: white;
    background-color: #65B360;
    padding: 10px;
    border-radius: 46px;
    border: none;
    outline: none;
}
.requirements {
    margin: 30px 0;
    margin-top: 55px;
}
.requirements-title {
    font-size: 48px;
    color: #65B360;
    font-weight: 600;
    margin-bottom: 50px;
}
.requirements-list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.requirements-item {
    width: calc(33% - 20px);
    margin: 10px;
}
.requirement-title {
    margin: 18px 0 32px;
    font-size: 24px;
}
.requirement-text {
    margin-bottom: 20px;
}
.reliable {
    padding: 30px 0;
}
.reliable-wrapper {
    padding: 80px;
    border-radius: 40px;
    background: #F7F7F7;
    background-image: url(./images/reliable-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}
.reliable-title {
    font-size: 48px;
    font-weight: 600;
    color: #65B360;
}
.reliable-descr {
    margin: 21px 0 45px;
    font-size: 24px;
}
.reliable-list {
    list-style: disc;
    margin-left: 20px;
}
.reliable-item {
    margin-bottom: 15px;
}
.reliable-text {
    margin-top: 45px;
}
/* calc */
.calc {
    padding: 100px 0;
}
.calc-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 73%;
}
.calc-left {
    width: 40%;
}
.calc-right {
    width: 40%;
}
.calc-name {
    color: #8C8C8C;
    margin-bottom: 30px;
}
.calc-term-name {
    margin-bottom: 50px;
}
.calc-range {
    margin-bottom: 70px;
    position: relative;
}
.calc-range-min {
    position: absolute;
    color: #8C8C8C;
}
.calc-range-max {
    position: absolute;
    color: #8C8C8C;
    right: 0;
}
.calc-range-min, .calc-range-max {
    margin-top: 10px;
}
.noUi-target {
    height: 8px;
    background: #D9D9D9;
    border: none;
}
.noUi-tooltip {
    border: none;
    background: none;
}
.noUi-connect {
    background: #66B360;
}
.calc-range .noUi-handle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 5px solid #66B360;
}
.noUi-handle:after, .noUi-handle:before {
    display: none;
}
.calc-promo {
    margin-bottom: 30px;
}
.requirement-text {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.requirement-img {
    margin-right: 10px;
}
.calc-btn {
    border-radius: 19px;
    background: #66B360;
    color: white;
    padding: 21px;
    border: none;
    outline: none;
    font-size: 24px;
    margin-top: 30px;
}
.calc-requirements {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.calc-requirements-info {
    margin-bottom: 55px;
}
.calc-requirements-title {
    font-size: 24px;
    margin-bottom: 20px;
}
.calc-requirement-img {
    width: 50%;
}
.calc-payment-text {
    display: block;
    margin: 15px 0 65px;
}
.calc-info:first-child {
    margin: 40px 0 20px;
}
.advantages {
    padding: 50px 0;
}
.advantages-wrapper {
    border-radius: 40px;
    background: #F7F7F7;
    padding: 70px;
}
.advantages-title {
    font-size: 48px;
    color: #65B360;
    font-weight: 600;
    margin-bottom: 50px;
}
.advantages-list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.advantages-item {
    width: calc(30% - 20px);
    margin: 0 10px;
}
.advantages-img {
    width: 100%;
}
.advantage-title {
    font-size: 24px;
    font-weight: 600;
    margin: 20px 0 40px;
}
.steps {
    padding: 50px 0;
}
.steps-title {
    width: 70%;
    font-size: 40px;
}
.steps-text {
    margin: 50px 0;
    font-size: 24px;
}
.steps-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.steps-item {
    display: flex;
    align-items: center;
}
.step-img {
    margin-right: 20px;
}
.step-title {
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 20px;
}
.consult {
    padding: 50px 0;
}
.consult-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px;
    border-radius: 40px;
    background: var(--1, linear-gradient(90deg, #ABCB56 0%, #52AC62 100%));
    color: white;
}
.consult-user {
    display: flex;
    align-items: center;
}
.consult-img {
    display: block;
    width: 30%;
    margin-right: 20px;
}
.consult-title {
    font-size: 32px;
    margin-bottom: 10px;
}
.consult-name {
    font-size: 20px;
    font-weight: 300;
}
.consult-form {
    display: flex;
    flex-direction: column;
}
.consult-tel {
    width: 100%;
    margin: 10px 0 20px;
    padding: 15px;
    padding-left: 60px;
    border-radius: 58px;
    background: #FFF;
    border: none;
    outline: none;
    color: black;
    font-size: 16px;
}
.consult-tel::placeholder {
    color: black;
}
.tel-form-control {
    position: relative;
}
.tel-form-control::before {
    z-index: 1;
    display: block;
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    top: 20px;
    left: 15px;
    background: url(./images/input-tel-icon.png) no-repeat scroll!important;
}
.consult-btn {
    align-self: flex-start;
    border-radius: 58px;
    border: 1px solid #FFF;
    background: #5BB062;
    padding: 15px 25px;
    margin-bottom: 20px;
}
@media (max-width: 968px) {
    .rates-list {
        flex-wrap: wrap;
    }
    .rate {
        width: 100%;
        margin-bottom: 50px;
    }
    .rate-condition {
        width: 100%;
        margin-bottom: 20px;
    }
    .requirements-list {
        flex-direction: column;
    }
    .requirements-item {
        width: 100%;
        margin-bottom: 20px;
    }
    .calc-wrapper {
        flex-direction: column;
    }
    .calc-left {
        width: 100%;
        margin-bottom: 40px;
    }
    .calc-payment-text {
        margin-bottom: 30px;
    }
    .calc-right {
        width: 100%;
    }
    .calc-requirement-img {
        width: 80%;
    }
    .advantages-list {
        flex-direction: column;
    }
    .advantages-item {
        width: 100%;
        margin-bottom: 40px;
    }
    .advantage-title {
        margin: 10px 0;
    }
    .steps-list {
        flex-direction: column;
        margin-bottom: 20px;
    }
    .steps-item {
        width: 100%;
    }
    .step-img {
        width: 120px;
    }
    .consult-wrapper {
        flex-direction: column;
    }
    .consult-user {
        margin-bottom: 40px;
    }
    .consult-btn {
        margin: 0 auto 20px;
    }
}
@media (max-width: 480px) {
    .intro {
        background-image: none;
    }
    .intro-actions {
        display: block;
    }
    .intro-btn {
        padding: 20px;
        width: 100%;
        margin: 50px 10px;
        display: block;
    }
    .intro-text {
        width: 100%;
    }
    .workflow-wrapper {
        padding: 40px;
        background-image: none;
    }
    .rate {
        padding: 20px;
    }
    .rate-btn {
        width: 70%;
    }
    h2, h3 {
        font-size: 36px !important;
    }
    .reliable-wrapper {
        padding: 40px;
        background-image: none;
    }
    .calc-requirements {
        flex-direction: column;
    }
    .advantages-wrapper {
        padding: 40px;
    }
    .steps-item {
        margin-bottom: 20px;
    }
    .step-img {
        width: 70px;
    }
    .consult-user {
        flex-direction: column;
    }
    .consult-img {
        margin-bottom: 20px;
    }
}
.bonus-amount {
    color: #d32f2f;
    font-weight: 800;
    padding: 2px 6px;
    border-radius: 6px;
    background: rgba(211, 47, 47, 0.08);
    white-space: nowrap;
}

@media (max-width: 480px) {
    .calc {
        padding: 40px 0;
    }

    .calc-wrapper {
        width: 100%;
        padding: 0 16px;
    }
}

@media (max-width: 480px) {
    .calc-left,
    .calc-right {
        width: 100%;
        background: #F7F7F7;
        border-radius: 20px;
        padding: 24px 16px;
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .calc-name {
        margin-bottom: 16px;
        font-size: 16px;
    }

    .calc-range {
        margin-bottom: 40px;
    }

    .calc-range-min,
    .calc-range-max {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .calc-btn {
        width: 100%;
        font-size: 18px;
        padding: 14px;
        border-radius: 14px;
        margin: 20px auto 0;
    }
}
@media (max-width: 480px) {
    .calc-payment {
        text-align: center;
    }

    .calc-payment-text {
        font-size: 22px;
        font-weight: 600;
        margin: 10px 0 30px;
    }

    .calc-info {
        font-size: 14px;
        text-align: center;
    }
}
@media (max-width: 480px) {
    .noUi-tooltip {
        font-size: 14px;
        transform: translateX(-35%);    /* уменьшаем, чтобы не было слишком крупно */
        padding: 2px 6px;
    }
    .noUi-handle {
        margin-left: -4px;
    }

}
@media (max-width: 480px) {
    .calc-range {
        padding-top: 28px;
        margin-bottom: 48px;
    }
}
@media (max-width: 480px) {
    .calc-range-min,
    .calc-range-max {
        top: auto;
        bottom: -24px;
        font-size: 12px;
    }
}
@media (max-width: 480px) {
    .calc-name {
        font-size: 15px;
        margin-bottom: 12px;
    }
}
@media (max-width: 480px) {
    .calc-range + .calc-name {
        margin-top: 20px;
    }
}
@media (max-width: 480px) {
    /* Уменьшаем высоту и ширину слайдера */
    .calc-range {
        margin-bottom: 50px; /* немного меньше, чтобы не занимало много места */
    }

    .sum-range,
    .term-range {
        height: 6px !important; /* меньше основной полосы */
    }

    .noUi-connect {
        height: 6px !important;
    }

    /* Уменьшаем ручку ползунка */
    .noUi-handle {
        width: 16px !important;
        height: 16px !important;
        border-width: 4px !important;
    }

    /* Тултип чуть компактнее */
    .noUi-tooltip {
        font-size: 14px !important;
        padding: 2px 5px !important;
    }

    /* Метки min/max ближе к краям, но не сливаются с тултипом */
    .calc-range-min,
    .calc-range-max {
        font-size: 13px !important;
        margin-top: 8px;
    }
}

/* ===== Footer Socials ===== */

.footer-socials {
    display: flex;
    align-items: center;
    margin-right: 15px;
    gap: 14px;
    margin-bottom: 10px;
}

.footer-social {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    transition: all 0.3s ease;
}

/* чтобы и svg и img занимали весь блок */
.footer-social img,
.footer-social svg {
    width: 100%;
    height: 100%;
}

/* Instagram цвет */
.footer-instagram {
    color: #E4405F;
}

.footer-instagram:hover {
    color: #c13584;
}

/* Hover */
.footer-social:hover {
    transform: translateY(-3px);
    opacity: 0.85;
}
