

@media screen and (max-width: 1600px) {
    header .navigate li {
        margin: 0 0 0 35px;
    }

    .main-preform-section .box-preform {
        margin: 0 30px 165px 0;
    }
}

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

    .wrapper {
        padding: 0 30px;
    }

    .get-btn.secondary {
        font-size: 14px;
        line-height: 19px;
    }


    header {
        padding: 20px 0;
    }

    header .logo {
        width: 158px;
        min-width: 158px;
        height: 40px;
    }

    header .navigate li {
        margin: 0 0 0 30px;
    }

    .navigate li a,
    header .navigate li.phone-link p {
        font-size: 14px;
        line-height: 19px;
    }

    header .navigate li.phone-link a {
        font-size: 13px;
        line-height: 18px;
        width: 90px
    }

    header .navigate li a.get-btn.secondary {
        width: 150px;
        height: 56px;
    }


    .main-preform-section {
        padding: 163px 0 263px;
    }

    .main-preform-section .title-info {
        margin: 12px 0 36px;
    }

    .main-preform-section .box-preform {
        margin: 0;
    }

    .main-preform-section .preform {
        width: 500px;
        padding: 52px 63px;
    }

    .main-preform-section .image {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 432px;
    }


    .easy-process-section {
        padding: 70px 0 0;
    }

    .easy-process-section .item {
        width: 290px;
        padding: 42px 15px 46px 25px;
    }

    .easy-process-section_works .item {
        width: 292px;
        padding: 42px 8px 46px 12px;
    }


    .help-section {
        padding: 0 0 45px;
    }

    .help-section .row_top {
        padding: 85px 95px
    }

    .help-section .row_bottom {
        padding: 42px 40px;
    }


    .how-works-section .content {
        margin: 0 45px 0 0;
        max-width: 385px;
    }

    .how-works-section .image {
        width: 475px;
    }


    .requirements-section {
        margin: 90px 0 0;
        padding: 100px 0;
    }

    .requirements-section .image {
        width: 420px;
    }

    .requirements-section .info {
        max-width: 451px;
    }


    .accordeon {
        padding: 70px 0;
    }


    /*------------------- Contact Page -------------------*/

    .contact-main-section .form-container {
        padding: 45px 30px;
    }


    /*------------------- Bottom Preform Section -------------------*/

    .preform-section .preform-front-content {
        margin: 0 55px 0 0;
    }

    .preform-section .preform {
        width: 440px;
        padding: 52px 30px;
    }


    /*------------------- Footer -------------------*/

    footer .navigate {
        justify-content: center;
    }

    footer .navigate li {
        margin: 0 80px 0 0;
    }
}

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

    header .menu {
        display: none;
    }

    header .hum-box {
        display: block;
        margin: 0 0 0 40px;
    }

    header .navigate {
        display: block;
        width: 100%;
        max-width: 380px;
        position: absolute;
        top: 0;
        right: 0;
        background-color: #F8FAFF;
        padding: 30px 20px 84px;
        z-index: 2;
		box-shadow: -24px 24px 20px rgba(74, 100, 255, 0.15);
    }

    header .navigate li {
        margin: 30px 0 0;
        padding: 0;
        transition: 0.4s;
    }

    header .navigate li.box-btn {
        margin: 40px 0 0;
    }

    header .navigate li.phone-link a {
        width: auto;
    }

    header .navigate li.mobile-visible {
        display: block;
    }

    header .navigate li.desktop-visible {
        display: none;
    }

    header .navigate li a.get-btn.secondary {
        width: 100%;
    }

    header .navigate .close {
        display: block;
    }


    .main-preform-section {
        padding: 163px 0 0;
    }

    .main-preform-section .flex-box {
        display: block;
    }

    .main-preform-section .preform {
        margin: 0 auto;
    }

    .main-preform-section .image {
        position: relative;
        margin: 80px auto 0;
    }


    .easy-process-section .flex-box {
        justify-content: center;
        flex-wrap: wrap;
    }

    .easy-process-section .item {
        margin: 0 20px 40px;
    }


    .about-section {
        padding: 70px 0 50px;
    }

    .about-section .row_top.flex-box {
        display: block;
    }

    .about-section .row_bottom.flex-box {
        flex-direction: column-reverse;
    }

    .about-section .row_bottom {
        margin: 0;
    }

    .about-section .image {
        margin: 0 auto;
    }

    .about-section .row .info {
        max-width: 100%;
        margin: 25px 0 0;
    }


    .help-section .row_top {
        padding: 70px 40px;
    }

    .help-section .row_bottom {
        display: block;
    }

    .help-section .row_bottom .item,
    .help-section .row_bottom .item:nth-child(1) {
        max-width: 100%;
    }

    .help-section .row_bottom .item-arrow {
        transform: rotate(90deg);
        margin: 40px -20px;
    }


    .how-works-section {
        padding: 120px 0 100px;
    }

    .how-works-section .flex-box {
        display: block;
    }

    .how-works-section .content {
        max-width: 100%;
        margin: 0;
    }

    .how-works-section .content .get-btn {
        margin: 0 auto;
    }

    .how-works-section .image {
        margin: 0 auto;
    }


    .requirements-section {
        padding: 80px 0 180px;
    }

    .requirements-section .flex-box {
        flex-direction: column-reverse;
    }

    .requirements-section .info {
        max-width: 100%;
        margin: 0 0 25px;
    }

    .requirements-section .image {
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
    }


    .faq-main-section .flex-box {
        display: block;
    }

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

    .faq-main-section .image {
        margin: 25px auto 0;
        width: 100%;
        max-width: 400px;
    }


    .faq-contact {
        padding: 80px 0 ;
    }

    .faq-contact .flex-box {
        display: block;
    }

    .faq-contact h2 {
        max-width: 100%;
        margin: 0 0 45px;
        text-align: center;
    }

    .faq-contact .get-btn {
        width: 100%;
        max-width: 380px;
        height: 70px;
        margin: 0 auto;
    }


    .contact-main-section .form-container .box-fields {
        display: block;
    }

    .contact-main-section .form-container .left-fields,
    .contact-main-section .form-container .right-fields {
        max-width: 100%;
    }

    .contact-main-section .form-container .left-fields {
        margin: 0;
    }

    .contact-main-section .flex-bot-row.flex-box {
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .contact-main-section .bot-form.flex-box {
        display: block;
    }

    .contact-main-section .box-captcha {
        width: 304px;
    }

    .contact-main-section .get-btn {
        width: 100%;
        max-width: 304px;
        margin: 17px 0 0;
    }

    .contact-main-section .contact-info {
        margin: 24px 0 0;
    }

    .contact-main-section .desktop-visible {
        display: none;
    }

    .contact-main-section .mobile-visible {
        display: block;
    }

    .contact-main-section p.required-text {
        position: static;
        margin: 10px 0 0;
    }

    .contact-main-section .desc {
        padding: 40px 80px 20px;
    }


    .preform-section .flex-box {
        display: block;
    }

    .preform-section .preform-content,
    .preform-section .preform-front-content,
    .preform-section .preform-works-content {
        margin: 0 0 40px;
        max-width: 100%;
        position: relative;
        z-index: 2;
    }

    .preform-section .preform {
        margin: 0 auto;
    }


    .terms-contact-section .flex-box {
        display: block;
    }

    .terms-contact-section .image {
        margin: 0 auto;
    }

    .terms-contact-section .info {
        max-width: 100%;
        margin: 45px 0 0;
    }


    footer .navigate li {
        margin: 0 35px 0 0;
    }


    .modal .window {
        width: 644px;
        padding: 40px 22px 20px 40px;
    }

    .modal .window .flex-box {
        align-items: center;
    }
}

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

    h1 {
        font-size: 28px;
        line-height: 32px;
    }

    h2 {
        font-size: 22px;
        line-height: 28px;
    }

    .wrapper {
        padding: 0 15px;
    }

    .get-btn.primary {
        font-size: 14px;
        line-height: 19px;
    }


    .preform input,
    .preform select,
    .preform .get-btn {
        height: 48px;
    }

    .preform .pos-rel,
    .preform select {
        margin: 0 0 15px;
    }

    .preform input,
    .preform select {
        padding: 0 15px;
    }

    .preform input {
        font-size: 13px;
    }

    .preform select {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0.01em;
        background-position: calc(100% - 23px) 50%;
        background-size: 28px 28px;
    }


    header .logo {
        width: 136px;
        min-width: 136px;
        height: 35px;
    }


    .main-preform-section {
        padding: 100px 0 0;
    }

    .main-preform-section h1,
    .main-preform-section .title-info {
        padding: 0 15px;
    }

    .main-preform-section .title-info {
        font-size: 14px;
        line-height: 22px;
        margin: 14px 0 26px;
    }

    .main-preform-section .wrapper {
        padding: 0;
    }

    .main-preform-section .preform {
        width: 100%;
        max-width: 380px;
        padding: 30px 15px;
    }

    .main-preform-section .image {
        margin: 25px auto 0;
        width: 80%;
        max-width: 400px;
    }


    .easy-process-section {
        padding: 20px 0 0;
    }

    .easy-process-section .item {
        margin: 0 0 15px;
        width: 290px;
        padding: 42px 10px 46px 20px;
    }


    .about-section {
        padding: 10px 0;
    }

    .about-section .row h2 {
        margin: 0 0 10px;
    }

    .about-section .row p {
        font-size: 14px;
        line-height: 22px;
    }


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

    .help-section p {
        font-size: 14px;
        line-height: 22px;
    }

    .help-section .row_top {
        padding: 40px 15px;
    }

    .help-section .row_top h1 {
        margin: 0 0 10px;
    }

    .help-section .row_bottom {
        padding: 30px 30px 38px;
    }

    .help-section .row_bottom p {
        margin: 8px 0 0;
    }

    .help-section .image {
        width: 85%;
        max-width: 380px;
    }


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

    .how-works-section .content h1 {
        margin: 0 0 6px;
    }

    .how-works-section .content p {
        margin: 0 0 20px;
        font-size: 14px;
        line-height: 22px;
    }

    .how-works-section .content .get-btn {
        width: 100%;
        max-width: 380px;
    }

    .how-works-section .image {
        width: 100%;
        max-width: 380px;
    }


    .faq-main-section {
        padding: 100px 0 12px;
    }

    .faq-main-section .info {
        width: 65%;
    }

    .faq-main-section .image {
        margin: 20px auto 0;
        width: 80%;
        max-width: 340px;
    }

    .accordeon {
        padding: 36px 0 24px;
    }

    .accordeon .box-acc {
        margin: 0 0 12px;
    }

    .accordeon .ac-head {
        padding: 18px 40px 18px 16px;
    }

    .accordeon .ac-head:before {
        top: 26px;
        right: 16px;
    }

    .accordeon .ac-head:after {
        top: 19px;
        right: 23px;
    }

    .accordeon .ac-head h4 {
        font-size: 16px;
        line-height: 20px;
    }

    .accordeon .ac-body {
        padding: 14px 0 0;
        font-size: 14px;
        line-height: 22px;
    }

    .accordeon .ac-body p,
    .accordeon .ac-body ul {
        margin: 0 0 8px;
    }


    .faq-contact {
        padding: 47px 0 ;
    }

    .faq-contact h2 {
        text-align: left;
    }

    .faq-contact .get-btn {
        height: 48px;
    }


    .requirements-section {
        margin: 30px 0 0;
        padding: 30px 0 15px;
    }

    .requirements-section .info {
        font-size: 14px;
        line-height: 22px;
    }

    .requirements-section .info h1 {
        margin: 0 0 10px;
    }

    .requirements-section .info ul {
        margin: 14px 0;
    }

    .requirements-section .image {
        width: 90%;
        max-width: 380px;
    }


    .contact-main-section {
        padding: 95px 0 30px;
    }

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

    .contact-main-section .form-container {
        padding: 24px 15px 18px;
    }

    .contact-main-section .desc {
        padding: 30px 30px 17px;
    }

    .contact-main-section .desc h4 {
        font-size: 18px;
        line-height: 24px;
        font-weight: 600;
    }

    .contact-main-section .desc .image {
        margin: 32px auto 0;
    }

    .contact-main-section .form-container .sub-title {
        margin: 2px 0 14px;
        font-size: 14px;
        line-height: 22px;
    }

    .contact-main-section .fieldText {
        height: 48px;
        padding: 14px 12px;
        font-size: 14px;
        line-height: 19px;
    }

    .contact-main-section textarea.fieldText {
        height: 320px;
    }

    .contact-main-section .get-btn {
        height: 48px;
    }


    .terms-title-section {
        padding: 130px 0 58px;
        text-align: center;
    }

    section.terms {
        padding: 30px 0 22px;
    }

    .terms h1.visible {
        margin: 0 0 35px;
    }

    .terms p, .terms ul {
        font-size: 14px;
        line-height: 22px;
    }

    .terms-contact-section {
        padding: 0 0 30px;
    }

    .terms-contact-section .info {
        font-size: 14px;
        line-height: 22px;
    }

    .terms-contact-section .info p {
        margin: 10px 0 33px;
    }

    .terms-contact-section .info li {
        margin: 7px 0;
    }


    .preform-section {
        padding: 35px 0 48px;
    }

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

    .preform-section .preform-content {
        padding: 0 15px;
    }

    .preform-section .preform-content p {
        font-size: 14px;
        line-height: 22px;
    }

    .preform-section .preform-front-content h1 {
        margin: 0 0 10px
    }

    .preform-section .preform-front-content p {
        margin: 0 0 20px
    }

    .preform-section .preform {
        width: 100%;
        max-width: 380px;
        padding: 30px 15px;
    }

    .preform-section .box-preform:before {
        width: 312px;
        height: 284px;
        top: calc(50% - 142px);
        left: calc(50% - 156px);
    }


    footer .material {
        padding: 15px 0;
    }

    footer .material h5 {
        margin: 0 0 10px;
        font-size: 16px;
        line-height: 24px;
    }

    footer .menu {
        padding: 7px 0;
    }

    footer .navigate {
        display: block;
    }

    footer .navigate li {
        display: none;
    }

    footer .navigate li.unsubscribe-link.mobile-visible {
        display: block;
    }

    footer .navigate li.unsubscribe-link a {
        font-weight: 600;
    }

    footer .scroll-btn {
        width: 30px;
        height: 30px;
        padding: 10px;
    }
}
