

@media screen and (min-width: 1900px) {
    body {
        /*max-width: 1900px;
        width: 1900px;*/
        margin: 0 auto;
    }
}

@media screen and (max-width: 1500px) {
    .trust .trust-list .trust-item {
        width: 23%;
        margin: 0 1%;
    }

    .trust .trust-list .trust-item,
    .trust .trust-list .trust-item .box-img {
        /*height: auto;*/
    }

    .trust-text {
        background-position: 5% 20%;
    }

    .help {
        padding: 200px 0 120px;
    }
}

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

    .accordeon,
    .terms-box .wrapper {
        width: 100%;
    }
}

@media screen and (max-width: 1300px) {
    .process {
        margin: 80px auto;
    }

    .section-btn {
        margin: 70px 0;
    }

    .trust {
        margin: 100px 0;
    }

    .trust-text {
        margin: 70px auto;
    }

    footer {
        margin: 90px 0 0;
    }

    .trust .trust-list,
    .trust-text p {
        width: 100%;
    }

    .trust .trust-list .trust-item .box-text {
        height: 120px;
    }

    .trust .trust-list .trust-item .box-text p {
        line-height: 20px;
        font-size: 20px;
    }

    .trust-text {
        background: none;
    }

    .help p {
        max-width: 500px;
    }

    .accordeon {
        padding: 0;
    }
    header .top-head .menu-desk {
        justify-content: flex-end;
    }
    header .top-head .menu-desk ul {
        display: flex;
        justify-content: space-around;
        padding: 0 20px;
        width: 100%;
        height: 62px;
        background: #618D00;
        position: absolute;
        top: 78px;
        left: 0;
    }
    header .top-head .menu-desk ul li a {
        color: #fff;
    }
}

@media screen and (max-width: 1200px) {
    /*header .box-head {*/
    /*    padding: 150px 0 100px;*/
    /*}*/

    /*header .box-head .box-img-head {*/
    /*    margin-top: 50px;*/
    /*}*/
}

@media screen and (max-width: 1150px) {
    header .top-head .menu-desk li {
        margin-left: 25px;
    }

    header .top-head .menu-desk li a {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0;
    }

    header .top-head .menu-desk li a.get-btn {
        width: 125px;
        height: 50px;
        font-size: 18px;
        line-height: 20px;
    }
}

@media screen and (max-width: 1100px) {
    .process {
        width: 100%;
    }

    .process .steps {
        flex-direction: column;
        background: url(../img/bg_steps_mobile.svg) no-repeat center;
        background-size: cover;
        width: 391px;
        height: 968px;
        margin: 50px auto 0;
    }
}

@media screen and (max-width: 1000px) {
    .help {
        background-position: 70% 50%;
    }
}

@media screen and (max-width: 992px) {
    header .box-head {
        padding: 150px 0 100px;
    }

    header .box-head .box-img-head {
        margin-top: 50px;
    }

    footer {
        margin: 40px 0 0;
    }

    .page footer {
        margin: 100px 0 0;
    }

    footer .mobile-title {
        display: block;
    }

    footer .foot-menu {
        margin-top: 30px
    }

    .hum {
        display: flex;
        position: absolute;
        top: calc(50% - 14px);
        right: 50px;
    }

    header .top-head .menu-desk,
    footer .menu-desk,
    .page footer:before {
        display: none;
    }

    header .box-form,
    form.form-main {
        width: 100%;
    }

    .trust .trust-list .trust-item .box-text p {
        line-height: 18px;
        font-size: 16px;
    }

    footer .foot-menu li {
        margin: 0 15px;
    }

    footer .foot-menu li:last-child {
        display: block;
        margin: 0;
    }

    footer .foot-menu li a.unsub {
        position: static;
    }

    .ac-head h4 {
        font-size: 18px;
        padding: 15px 55px 15px 40px;
        line-height: 20px;
    }

    .ac-body li,
    .ac-body p {
        font-size: 16px;
    }

    .ac-body {
        padding: 10px 0;
    }

    footer .material,
    .faq-box {
        background: none;
    }

    header .box-head p,
    .contact-box {
        width: 100%;
    }

    header .mobile-menu {
        display: block;
    }
}

@media screen and (max-width: 800px) {
    .trust {
        background: none;
    }

    .trust .trust-list {
        display: block;
    }

    .trust .trust-list .trust-item {
        width: 306px;
        margin: 0 auto 30px;
    }

    .trust .trust-list .trust-item .box-text {
        height: auto;
        padding: 40px;
    }

    .trust .trust-list .trust-item .box-text p {
        line-height: 22px;
        font-size: 20px;
    }

    .help img {
        display: none;
    }

    .help {
        padding: 450px 0 50px;
    }

    .help .overlay-help {
        background: -moz-linear-gradient(30deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
        background: -webkit-linear-gradient(30deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(30deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    }

    .page h1 {
        font-size: 40px;
    }

    .page header {
        padding: 0 0 100px;
    }
}

@media screen and (max-width: 700px) {
    header {
        justify-content: center;
        height: auto;
        padding: 150px 0 100px;
    }

    p {
        font-size: 18px;
    }

    .contact-box {
        padding: 0;
    }

    header .box-pre-form h1 {
        margin-bottom: 40px;
    }

    form.form-main {
        height: auto;
        padding-bottom: 30px;
    }

    form.form-main .box-btn,
    form.form-main .box-email {
        width: 85%;
        margin: 0 auto;
    }

    form.form-main .box-btn label {
        width: 32%;
    }

    header .mobile-menu {
        /*width: 350px;*/
    }

    .logo {
        width: 130px;
    }

    .contact-box .form-group input,
    .contact-box .btn-cont p {
        width: 100%;
    }

    .contact-box .btn-cont {
        display: block;
        text-align: center;
    }

    .contact-box .btn-cont button {
        margin: 0 0 20px;
    }

    .terms-box h5,
    .terms-box p {
        font-size: 18px;
    }

    .main-form-box {
        margin: 80px 0 0;
    }

    form.form-main>div {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    footer .material h3 {
        font-size: 26px;
    }
    footer .material .wrapper {
          padding: 0 20px;
     }
    form.form-main .box-email input {
        font-size: 18px;
        padding: 0 20px;
    }

    h2 {
        font-size: 32px;
    }

    p {
        font-size: 18px;
    }

    .process {
        margin: 10px auto;
    }

    .section-btn {
        margin: 50px 0;
    }

    .trust {
        margin: 80px 0;
    }

    .trust-text {
        margin: 50px auto;
    }

    footer .material strong {
        font-size: 20px;
    }

    footer .foot-menu li:first-child {
        margin-right: 20px;
    }

    footer .foot-menu li a {
        font-size: 16px;
    }

    footer .copyright {
        font-size: 14px;
        line-height: 16px;
    }

    header .box-head {
        padding: 120px 0 80px;
    }

    header .box-head .box-img-head {
        margin-top: 30px;
    }

    .page h1 {
        font-size: 32px;
    }

    header .box-head .box-img-head {
        width: 350px;
        height: 250px;
        border-width: 25px;
    }

    .works-box ul {
        margin-left: 0;
    }
     .contact-box .form-group .form-row {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
     }
}

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

    h1 {
        font-size: 40px;
    }

    form.form-main .box-btn label {
        height: 43px;
        margin-bottom: 10px;
        border-radius: 40px;
        font-size: 18px;
    }

    form.form-main p {
        padding: 30px 0;
    }

    form.form-main .box-email .pos-rel {
        margin: 15px 0 40px;
    }

    header {
        padding: 130px 0 80px;

    }

    header .mobile-menu {
        padding: 2rem;
    }

    header .top-head li a {
        font-size: 16px;
        line-height: 40px;
    }

    .help p {
        margin: 40px 0 0;
    }

    footer {
        margin: 30px 0 0;
    }

    .page footer {
        margin: 70px 0 0;
    }

    footer .mobile-title {
        font-size: 24px;
    }

    footer .mobile-title img {
        margin: 10px auto 0;
        width: 25px;
    }

    footer .foot-menu {
        margin-top: 20px;
    }

    footer .material strong {
        font-size: 18px;
        margin: 20px 0 5px;
    }

    .hum {
        right: 20px;
    }
}

@media screen and (max-width: 450px) {
    .help {
        padding: 300px 0 20px;
    }

    .help h2 {
        font-size: 36px;
    }

    .help p {
        font-size: 18px;
        margin: 20px 0 0;
    }

    footer .foot-menu li {
        margin: 0 !important;
        display: block;
    }

    footer .foot-menu li a {
        line-height: 40px;
    }
}

@media screen and (max-width: 408px) {
    .mobile-wrap {
        padding: 0;
    }

    .process .steps {
        width: 100%;
    }
}

@media screen and (max-width: 400px) {
    h1 {
        font-size: 34px;
    }

    header {
        padding: 120px 0 60px;
    }

    form.form-main .box-btn label {
        height: 37px;
        margin-bottom: 7px;
        font-size: 14px;
    }

    .trust .trust-list .trust-item {
        width: 100%;
    }

    .trust .trust-list .trust-item img {
        /*width: 100%;*/
    }

    header .box-head {
        padding: 120px 0 50px;
    }

    header .box-head .box-img-head {
        width: 300px;
        height: auto;
    }

    .process .steps {
        justify-content: center;
        width: 300px;
        background-size: contain;
        height: 750px;
    }

    .process .steps .step {
        width: 200px;
        height: 200px;
        padding-top: 30px;
    }
    .process .steps .step p {
          font-size: 16px;
     }
    .process .steps .step:nth-child(2) {
        margin: 47px 0;
    }
}

@media screen and (max-height: 415px) {
    .modal {
        align-items: flex-start;
    }

    .modal .window {
        margin-top: 1rem;
    }
}
