.form_reload_bottom--services form {
    margin: 56px 0;
}

.services__h2 {
    font-family: "Evolventa", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 125%;
}

.services__page-heading {
    margin: 39px 0 50px;
    font-family: "Evolventa", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 125%;
    color: #2B2A29;
}

.services-cta {
    margin: 40px 0 56px;
}

.services-cta__wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 25px;
    background-color: rgba(73,169,66,.07);
    border-radius: 24px;
}

.services-cta__text-block {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.services-cta__text-block p {
    font-family: "Evolventa", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 135%;
    text-align: center;
}

.services-cta__text-block span {
    font-family: "Evolventa", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    text-align: center;
}

.services-cta__nav-block {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
}

.services-cta__nav-block a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #49A942;
    transition: color .3s ease;
}

.services-cta__nav-block a:hover,
.services-cta__nav-block a:focus {
    color: #58cc50;
    outline: none;
}

.service-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 227px;
    height: 44px;
    padding: 0 24px;
    font-family: "Evolventa", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    white-space: nowrap;
    background-color: #0079C1;
    border-radius: 8px;
    border: 3px solid #0079C1;
    cursor: pointer;
    transition: color .3s ease, background-color .3s ease;
}

.service-btn:hover,
.service-btn:focus {
    color: #0079C1;
    background-color: #fff;
    outline: none;
}

.service-btn--accent {
    background-color: #49A942;
    border-color: #49A942;
}

.service-btn--accent:hover,
.service-btn--accent:focus {
    color: #49A942;
    background-color: #fff;
}

.services__accent-bg {
    padding: 40px 0 50px;
    background-color: rgba(0,121,193,.07);
}

.services-banner {
    margin-top: 15px;
    margin-bottom: 45px;
}

.services-banner__wrapper {
    display: flex;
    flex-direction: column;
    padding: 25px;
    background-color: rgba(0,121,193,.07);
    border-radius: 24px;
}

.services-banner__img-block {
    aspect-ratio: 600/480;
    margin-bottom: 20px;
    border-radius: 16px;
    background-color: #d9d9d9;
    overflow: hidden;
}

.services-banner--detail .services-banner__img-block {
    aspect-ratio: 704/370;
}

.services-banner__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services-banner__text {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 145%;
}

.services-banner__text ul {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.services-banner__text ul li::before {
    font-size: 16px;
}

.services-banner__text > :not(:last-child) {
    margin-bottom: 18px;
}

.services-banner__page-heading {
    margin: 0 0 20px;
    font-family: "Evolventa", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 125%;
}

.services-banner__modal-trigger {
    margin-top: auto;
    max-width: none;
}

.services__text {
    margin: 45px 0 56px;
}

.services__text .container * {
    margin: 0;
    font-size: 16px;
    font-family: "Evolventa", sans-serif;
    font-weight: 400;
    line-height: 145%;
}

.services__text .container h2 {
    margin: 0;
    font-family: "Evolventa", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 125%;
}

.services__text .container > h2:not(:first-child),
.services__text .container > article > h2:not(:first-child) {
    margin-top: 25px;
}

.services__text .container > h2:not(:last-child),
.services__text .container > article > h2:not(:last-child) {
    margin-bottom: 20px;
}

.services__text .container > :not(:last-child),
.services__text .container > article > :not(:last-child) {
    margin-bottom: 10px;
}

.services__text .container > ul,
.services__text .container > article > ul {
    gap: 18px;
}

.services__text .container > ul:not(:first-child),
.services__text .container > article > ul:not(:first-child) {
    margin-top: 20px;
}

.services__text .container > ul:not(:last-child),
.services__text .container > article > ul:not(:last-child) {
    margin-bottom: 28px;
}

.services__text .container > article {
    padding: 25px;
    background-color: rgba(0,121,193,.07);
    border-radius: 24px;
}

.services__text .container > article:not(:first-child) {
    margin-top: 40px;
}

.services__text .container > article:not(:last-child) {
    margin-bottom: 40px;
}

@media (min-width: 901px) {
    .form_reload_bottom--services form {
        margin: 120px 0;
    }

    .services__cta {
        margin: 80px 0 120px;
    }

    .services__h2 {
        font-size: 48px;
    }

    .services__page-heading {
        font-size: 56px;
    }

    .services-cta__wrapper {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 40px;
        padding: 32px 33px;
    }

    .services-cta__text-block {
        align-items: flex-start;
        gap: 16px;
    }

    .services-cta__text-block p {
        text-align: left;
        font-size: 24px;
    }

    .services-cta__text-block span {
        text-align: left;
        font-size: 20px;
    }

    .services-cta__nav-block {
        flex-shrink: 0;
        justify-content: flex-end;
    }

    .service-btn:not(.service-btn--smaller) {
        height: 47px;
        font-size: 20px;
    }

    .services__accent-bg {
        padding: 80px 0 96px;
    }

    .services-banner {
        margin-top: 23px;
        margin-bottom: 85px;
    }

    .services-banner__wrapper {
        flex-direction: row-reverse;
        gap: 32px;
        padding: 40px;
    }

    .services-banner--detail .services-banner__wrapper {
        gap: 25px;
    }

    .services-banner__img-block {
        flex-basis: 50%;
        flex-shrink: 0;
        margin: 0;
    }

    .services-banner__text-block {
        display: flex;
        flex-direction: column;
    }

    .services-banner__page-heading {
        font-size: 38px;
    }

    .services-banner__text {
        margin-bottom: 40px;
        font-size: 20px;
    }

    .services-banner__text > :not(:last-child) {
        margin-bottom: 24px;
    }

    .services-banner__text ul {
        gap: 24px;
    }

    .services-banner__text ul li {
        padding-left: 24px;
    }

    .services-banner__text ul li::before {
        font-size: 20px;
    }

    .services-banner__modal-trigger {
        align-self: flex-start;
        width: auto;
    }

    .services-banner--detail .services-banner__modal-trigger {
        margin-bottom: 16px;
    }

    .services__text {
        margin: 85px 0 120px;
    }

    .services__text .container * {
        font-size: 20px;
    }

    .services__text .container h2 {
        font-size: 32px;
    }

    .services__text .container > h2:not(:first-child),
    .services__text .container > article > h2:not(:first-child) {
        margin-top: 56px;
    }

    .services__text .container > h2:not(:last-child),
    .services__text .container > article > h2:not(:last-child) {
        margin-bottom: 40px;
    }

    .services__text .container > :not(:last-child),
    .services__text .container > article > :not(:last-child) {
        margin-bottom: 16px;
    }

    .services__text .container > ul,
    .services__text .container > article > ul {
        gap: 24px;
    }

    .services__text .container > ul li,
    .services__text .container > article > ul li {
        padding-left: 24px;
    }

    .services__text .container > ul li::before,
    .services__text .container > article > ul li::before {
        font-size: 20px;
    }

    .services__text .container > ul:not(:first-child),
    .services__text .container > article > ul:not(:first-child) {
        margin-top: 28px;
    }

    .services__text .container > ul:not(:last-child),
    .services__text .container > article > ul:not(:last-child) {
        margin-bottom: 40px;
    }

    .services__text .container > article {
        padding: 40px;
    }

    .services__text .container > article:not(:first-child) {
        margin-top: 56px;
    }

    .services__text .container > article:not(:last-child) {
        margin-bottom: 56px;
    }
}

@media (min-width: 1201px) {
    .services-banner__page-heading {
        font-size: 48px;
    }
}

@media (min-width: 1451px) {
    .services-banner__wrapper {
        gap: 48px;
    }

    .services-banner--detail .services-banner__wrapper {
        gap: 32px;
    }

    .services-banner__img-block {
        flex-basis: 600px;
    }

    .services-banner--detail .services-banner__img-block {
        flex-basis: 704px;
    }
}