.financing {
    padding-bottom: 46px
}

.financing__hero {
    z-index: 2
}

.financing__container {
    margin-top: -12px;
    position: relative;
    z-index: 1
}

.financing__logo {
    display: block;
    font-size: 0;
    line-height: 0;
    margin: 0 -6px;
    position: relative;
    z-index: 2
}

.financing__logo img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%
}

.financing__title {
    margin-top: -8px;
    position: relative;
    z-index: 5
}

.financing__title-desc {
    max-width: none
}

.financing__list {
    flex-direction: column;
    margin: 42px auto 0;
    max-width: 520px;
    row-gap: 36px
}

.financing__item,
.financing__list {
    align-items: flex-start;
    display: flex
}

.financing__item {
    -moz-column-gap: 20px;
    column-gap: 20px
}

.financing__icon {
    flex-shrink: 0
}

.financing__body {
    color: #171717;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    padding-top: 8px
}

.financing__actions {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 46px;
    row-gap: 50px
}

.financing-hero {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 397px;
    padding: 20px 0;
    position: relative
}

.financing-hero:before {
    background: transparent url(../img/bg-hero.png) repeat 50%;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: .369;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3
}

body.no-js .financing-hero:before,
body.no-webp .financing-hero:before {
    background-image: url(../img/bg-hero.png)
}

body.webp .financing-hero:before {
    background-image: url(../img/bg-hero.webp)
}

.financing-hero__img {
    display: block;
    font-size: 0;
    height: 100%;
    left: 0;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.financing-hero__img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.financing-hero__body {
    color: #fff;
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.5277777778;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 5
}

.financing-btn {
    align-items: center;
    background: #07b108;
    border: none;
    border-radius: 10rem;
    box-shadow: 0 0 0 6px rgba(195, 255, 142, .259);
    color: #fff;
    display: flex;
    font-size: .8125rem;
    font-weight: 600;
    line-height: 3.8181818182;
    padding: 0 8px 0 26px;
    text-decoration: none;
    text-transform: uppercase;
    transition-duration: .15s;
    transition-property: background-color, box-shadow;
    transition-timing-function: ease-in-out;
    white-space: nowrap
}

.financing-btn:hover {
    background-color: #01c102;
    box-shadow: 0 0 0 6px rgba(195, 255, 142, .4)
}

.financing-btn__icon-bg {
    align-items: center;
    background-color: hsla(0, 0%, 100%, .17);
    border-radius: 50%;
    display: flex;
    font-size: .8125rem;
    height: 2.6153846154em;
    justify-content: center;
    margin-left: 1.0769230769em;
    width: 2.6153846154em
}

.financing-form__controls {
    display: flex;
    flex-direction: column;
    row-gap: 13px
}

.financing-form__btn {
    margin-top: 32px;
    width: 100%
}

@media only screen and (min-width:48em) {
    .financing__container {
        margin-top: -16px
    }

    .financing__container:before {
        background: transparent url(../img/bg-dots.png) repeat 0 0;
        content: "";
        display: block;
        height: 166px;
        left: -100px;
        position: absolute;
        top: 16px;
        width: 275px;
        z-index: -1
    }

    body.no-js .financing__container:before,
    body.no-webp .financing__container:before {
        background-image: url(../img/bg-dots.png)
    }

    body.webp .financing__container:before {
        background-image: url(../img/bg-dots.webp)
    }

    .financing__title {
        margin-top: -76px
    }

    .financing-btn {
        box-shadow: 0 0 0 11px rgba(195, 255, 142, .259);
        font-size: .9375rem;
        line-height: 3.4666666667;
        padding: 0 8px 0 50px
    }

    .financing-btn:hover {
        box-shadow: 0 0 0 11px rgba(195, 255, 142, .4)
    }

    .financing-btn__icon-bg {
        margin-left: 1.6923076923em
    }
}

@media only screen and (min-width:62em) {
    .financing {
        padding-bottom: 86px
    }

    .financing__container {
        margin-top: -26px
    }

    .financing__container:before {
        top: 26px
    }

    .financing__list {
        row-gap: 60px
    }

    .financing-hero {
        margin-top: -78px;
        padding: 98px 0 20px
    }

    .financing-hero__body {
        font-size: 2.25rem
    }
}

@media only screen and (min-width:75em) {
    .financing {
        padding-bottom: 120px
    }

    .financing__container {
        margin-top: -36px
    }

    .financing__container:before {
        top: 36px
    }

    .financing__list {
        margin-top: 104px;
        row-gap: 100px
    }

    .financing__actions {
        margin-top: 130px
    }
}