

@media screen and (max-width: 1600px) {
    .preform__image {
        top: 0;
        right: -80px;
        min-width: 886px
    }

    .preform__animation {
        bottom: 180px;
    }

    .hepling__image_section {
        width: 290px;
        right: -115px;
    }

    .works-section__image_left {
        left: -105px;
    }

    .works-section__image_right {
        right: -34px;
    }

    .faq-section__image_right {
        right: -30px;
    }
}

@media screen and (max-width: 1400px) {
    .header__menu {
        width: auto;
    }

    .hepling__image_section,
    .preform-form__images_wave {
        display: none;
    }

    .preform__animation {
        left: 70px;
    }

    .section-preform__image_left,
    .section-preform__image_right,
    .works-section__image_left,
    .works-section__image_right,
    .faq-section__image_right,
    .accordeon-section__image {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    .wrapper {
        padding: 0 30px;
    }

    .header-navigate__link a {
        font-size: 13px;
        line-height: 16px;
    }

    .header-navigate {
        margin-right: 15px;
    }

    .header__button {
        width: 130px;
        margin-left: 15px;
    }


    .section-count {
        padding: 100px 0 130px;
    }

    .count__inner {
        display: block;
        width: 100%;
        max-width: 700px;
        margin: 0 auto;
    }

    .count-info-list {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
        margin: 10px auto 118px;
    }

    .count-info-list__column {
        width: 50%;
    }

    .count__image_circle {
        top: 82%;
        left: 6%;
    }

    .preform-form__images_box {
        top: 160px;
    }

    .preform_bottom .preform-form {
        width: 100%;
        margin: 0 auto;
    }

    .preform__image_count {
        display: none;
    }

    .preform__animation {
        left: 45px;
    }


    .footer-navigate {
        margin-left: -6px;
        margin-right: -6px;
    }

    .footer-navigate__link {
        margin: 0 6px
    }


    .preform__image {
        right: -335px;
    }


    .section-helping-hand {
        padding: 140px 0 100px;
    }

    .helping__inner {
        align-items: center;
    }

    .helping-info {
        margin-top: 0;
    }


    .section-trusted-source {
        padding: 100px 0;
    }


    .works-section {
        padding: 90px 0;
    }

    .works__title {
        margin-bottom: 30px;
    }

    .works-content {
        margin-right: 25px;
    }

    .works__image {
        width: 227px;
        min-width: 227px;
    }

    .register-section {
        padding: 0 0 65px;
    }

    .register-list__item_arrow {
        width: 22px;
        max-width: 22px;
        height: 10px;
        overflow: hidden;
    }

    .register-list__item_arrow img {
        width: 106px;
        min-width: 106px;
        height: auto;
        position: absolute;
        top: 0;
        right: 0;
    }

    .independent__image {
        left: 0;
    }


    .faq__image {
        right: -35px;
    }

    .accordeon-item__title {
        padding: 24px 50px 24px 40px;
    }

    .accordeon-item__text {
        padding: 30px 50px 30px 40px;
    }


    .contact-sent {
        padding: 77px 50px 73px;;
    }
}

@media screen and (max-width: 950px) {
    .main {
        margin-top: 76px;
    }

    .header {
        padding: 18px 0;
    }

    .header__menu {
        display: none;
    }

    .header__menu.open {
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-end;
        align-items: center;
        width: 100%;
        height: auto;
        min-height: 100vh;
        padding: 80px 60px 40px;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #F9F9F9;
        -webkit-box-shadow: 0 8px 16px 3px rgba(0,0,0,0.32);
        box-shadow: 0 21px 16px 3px rgba(0,0,0,0.08);
        z-index: 1;
    }

    .header-navigate {
        display: block;
        width: 100%;
        margin: 0;
        text-align: center;
    }

    .header-navigate__link {
        padding: 0;
        margin-bottom: 32px;
    }

    .header-navigate__link a {
        font-size: 16px;
        line-height: 22px;
        font-weight: 600;
    }

    .header .phone {
        justify-content: center;
        width: 100%;
        max-width: 400px;
        height: 74px;
        background-color: #FF9431;
        border-radius: 4px;
    }

    .header .phone:hover {
        background-color: #FFC188;
    }

    .header .phone__image {
        margin-right: 10px;
        background-color: #FFFFFF;
    }

    .header .phone__image svg path {
        fill: #000000;
    }

    .header .phone-link__text,
    .header .phone-link__number {
        color: #FFFFFF;
    }

    .header .phone-link__text {
        line-height: 13px;
    }

    .header .phone-link__number {
        line-height: 16px;
    }

    .header__button {
        width: 100%;
        max-width: 400px;
        height: 74px;
        margin: 20px auto 40px;
        background-color: #25224A;
        font-size: 16px;
        line-height: 20px;
        font-weight: 800;
        color: #FFFFFF;
        border: none;
    }

    .header__button:hover {
        background-color: #8781CE;
    }

    .header-burger {
        display: block;
    }

    .header-burger .burger__line {
        margin: 2px 0;
    }

    .burger.open .burger__line:nth-child(1),
    .burger.open .burger__line:nth-child(3) {
        width: 16px;
        position: absolute;
        top: 16px;
        left: 13px;
    }

    .burger.open .burger__line:nth-child(1) {
        transform: rotate(45deg);
    }
    .burger.open .burger__line:nth-child(2) {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }
    .burger.open .burger__line:nth-child(3) {
        transform: rotate(-45deg);
    }

    .header__button_close {
        display: flex;
        justify-content: center;
        align-items: center;
    }


    .footer-navigate {
        flex-wrap: wrap;
        justify-content: center;
        margin: 0;
    }

    .footer-navigate__link {
        margin: 0 15px
    }


    .section-preform {
        padding: 80px 0 50px;
    }

    .preform__animation {
        display: none;
    }


    .section-helping-hand {
        padding: 80px 0 40px;
    }


    .trusted-source__image {
        width: 72%;
        left: -196px;
    }

    .trusted-source__title {
        padding: 0;
    }

    .trusted-source__title::before {
        display: none;
    }

    .trusted-source__info {
        width: 53%;
    }


    .register-list__item:nth-child(1) {
        width: 22%;
    }
    .register-list__item:nth-child(3) {
        width: 28%;
    }
    .register-list__item:nth-child(5) {
        width: 32%;
    }

    .independent__image {
        width: 48%;
        left: -65px;
    }

    .independent-content {
        width: 58%;
    }


    .contact-section {
        padding: 70px 0 0;
        background: url("../img/bg-contact-mobile.svg") no-repeat 50% -50%;
        background-size: 1920px 808px;
    }

    .contact__inner {
        display: block;
    }

    .contact-info,
    .contact-form__container {
        width: 100%;
        max-width: 730px;
        margin: 0 auto;
    }

    .contact-info {
        min-width: 0;
        margin-bottom: 55px;
    }
}

@media screen and (max-width: 768px) {
    .preform__inner {
        display: block;
    }

    .preform-container {
        max-width: 100%;
        text-align: center;
    }

    .preform__title {
        padding: 0;
    }

    .preform__title:before {
        width: 82px;
        height: 3px;
        top: calc(100% + 4px);
        left: calc(50% - 41px);
    }

    .preform__description {
        max-width: 100%;
    }

    .preform__image {
        position: static;
        width: 100%;
        max-width: 450px;
        min-width: 0;
        margin: 30px auto 0;
    }

    .section-preform__image_wave {
        display: none;
    }


    .section-helping-hand {
        padding: 60px 0 20px;
    }

    .helping__inner {
        display: block;
    }

    .helping-info {
        width: 100%;
        text-align: center;
    }

    .helping__image {
        width: 100%;
        max-width: 380px;
        margin: 15px auto 0;
    }


    .section-trusted-source {
        padding: 80px 0;
    }

    .trusted-source__image {
        display: none;
    }

    .trusted-source__info {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }


    .preform-form__images_box {
        display: none;
    }


    .works-section {
        padding: 60px 0;
    }

    .works__inner {
        display: block;
    }

    .works-content {
        margin: 0 0 30px;
    }

    .works__image {
        width: 50%;
        max-width: 280px;
        min-width: 190px;
        margin: 0 auto;
    }

    .register-section {
        padding: 0 0 400px;
    }

    .register-list {
        display: block;
    }

    .register-list__item:nth-child(1),
    .register-list__item:nth-child(3),
    .register-list__item:nth-child(5) {
        width: 100%;
        max-width: 100%;
        text-align: center;
        margin: 0 0 35px;
    }

    .register-list__item_arrow {
        display: none;
    }


    .faq-section {
        padding: 20px 0 0;
    }

    .faq-info__title {
        margin-bottom: 30px;
        padding-left: 23px;
        font-size: 40px;
        line-height: 62px;
    }

    .faq-info__title::before {
        width: 3px;
        height: 50px;
        top: calc(50% - 25px);
    }

    .faq__inner {
        display: block;
    }

    .faq-info {
        max-width: 100%;
        margin: 0 auto;
    }

    .faq__image {
        width: 100%;
        max-width: 357px;
        min-width: 0;
        margin: 0 auto;
        top: 25px;
        right: 0;
    }

    .independent__image {
        width: 100%;
        max-width: 400px;
        bottom: 97%;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }

    .independent-content {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }


    .feed_contact {
        padding: 60px 30px 50px;
    }
}

@media screen and (max-width: 600px) {

    .wrapper {
        padding: 0 25px;
    }

    .wrapper_large {
        padding: 0 15px;
    }


    .footer-menu {
        padding: 30px 0;
    }

    .footer-navigate {
        display: block;
    }

    .footer-navigate__link {
        margin: 0;
        padding: 20px 0;
    }

    .footer-description__text {
        margin-bottom: 23px;
    }

    .footer__line {
        display: block;
    }


    .section-preform {
        padding: 20px 0 0;
    }

    .preform__title {
        font-size: 24px;
        line-height: 36px;
    }

    .preform__description {
        margin: 20px 0 30px;
    }

    .preform-form,
    .preform_bottom .preform-form {
        padding: 40px 20px;
    }

    .preform_bottom .preform-form {
        display: block;
    }

    .preform-form__select,
    .preform_bottom .preform-form__select {
        padding: 13px 50px 13px 30px;
        background-position: calc(100% - 30px) calc(50% + 2px);
        background-size: 22px 16px;
    }

    .preform-form__input,
    .preform_bottom .preform-form__input {
        padding: 22px 30px;
    }

    .preform-form__input.error + .text-req {
        padding: 3px 30px;
    }

    .preform_bottom .preform-form__select,
    .preform_bottom .preform-form__button {
        width: 100%;
        max-width: 100%;
    }

    .preform_bottom .preform-form__select {
        margin:  0 0 20px;
    }

    .preform_bottom .preform-form__button {
        margin: 40px 0 0;
    }


    .section-count {
        padding: 80px 0 50px;
    }

    .count-info__title {
        font-size: 19px;
        line-height: 28px;
    }

    .preform-form__image_cursor {
        left: 0;
    }

    .count__image_circle {
        display: none;
    }

    .count-info-list {
        display: block;
        margin: 14px 0 40px;
    }

    .count-info-list__column {
        width: 100%;
    }

    .preform_bottom .preform-form__button-image {
        display: none;
    }

    .preform_bottom .preform-form__button-text {
        display: block;
    }


    .section-helping-hand {
        padding: 45px 0 10px;
    }

    .helping-info__title {
        margin: 10px 0 15px;
        font-size: 36px;
        line-height: 44px;
    }

    .helping-info__description {
        font-size: 19px;
        line-height: 28px;
    }


    .section-trusted-source {
        padding: 50px 0;
    }

    .trusted-source__title {
        font-size: 24px;
        line-height: 36px;
    }

    .trusted-source__subtitle {
        margin: 23px 0 20px;
    }


    .works-section {
        padding: 20px 0 40px;
    }

    .works__title {
        font-size: 40px;
        line-height: 62px;
        padding-left: 23px;
    }

    .works__title::before {
        width: 3px;
        height: 50px;
        top: calc(50% - 25px);
    }

    .register-section {
        padding: 0 0 300px;
    }

    .independent-lenders-section {
        padding: 55px 0 50px;
    }

    .independent__image {
        width: 100%;
        max-width: 350px;
        bottom: 97%;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }

    .independent-content__subtitle {
        font-size: 15px;
        letter-spacing: 0.05em;
        margin-bottom: 30px;
    }

    .independent-list__item {
        margin-bottom: 10px;
    }

    .independent-list__item:last-child {
        margin-bottom: 0;
    }


    .accordeon-section {
        padding: 70px 0 40px;
    }

    .accordeon-item__title {
        padding: 27px 42px 27px 15px;
        font-size: 13px;
        line-height: 16px;
    }

    .accordeon-item__image {
        right: 20px;
    }

    .accordeon-item__text {
        padding: 30px 42px 30px 15px;
    }


    .contact-section {
        padding: 20px 0 0;
        background: #ffffff;
    }

    .contact-section .wrapper {
        padding: 0;
    }

    .contact-info {
        margin-bottom: 40px;
        padding: 0 30px;
    }

    .contact__title {
        margin-bottom: 10px;
        font-size: 40px;
    }

    .box-fields {
        display: block;
    }

    .form-column {
        width: 100%;
    }

    .form-column:nth-child(1) {
        margin: 0;
    }

    .box-textarea .fieldText {
        height: 300px;
    }

    .box-textarea .fieldText~label {
        top: 92%;
    }

    .contact-form__container .bottom-row {
        display: block;
    }

    .contact-form__required-text {
        margin: 0 0 30px;
    }

    .contact-form__button {
        margin: 0 auto;
    }

    .contact-sent {
        padding: 77px 40px 65px;;
    }

    .contact-sent__title {
        margin: 48px 0 30px;
        font-size: 24px;
        line-height: 36px;
    }

	.terms h1 {
		font-size: 24px;
		line-height: 36px;
		margin-bottom: 16px;
	}
}
