

@media screen and (max-width: 1400px) {
    .header-main-section {
        padding: 120px 0;
    }
    .header-main-section .col-right img {
        width: 600px;
        min-width: 600px;
        top: calc(50% - 300px);
    }
    .head-works-section .flex-table .col-right img {
        width: 600px;
        min-width: 600px;
    }
    .info-section .faq-box {
        padding: 100px 150px;
    }
}

@media screen and (max-width: 1200px) {
    .wrapper {
        padding: 0 25px;
    }
    .box-hum {
        display: block;
    }
    .header .menu ul.navigate {
        width: 100%;
        position: absolute;
        top: 100px;
        left: 0;
        padding: 25px;
        display: none;
        text-align: right;
        background: #6F7498;
    }
    .header .menu ul.navigate li {
        margin: 0 15px;
        display: inline-block;
    }
    .header .menu ul.navigate a {
        color: #fff;
    }
    .header .menu ul.navigate a:hover {
        color: #FF8C6D;
    }
    .header-main-section {
        padding: 30px 0;
    }
    .header-main-section .col-right img {
        width: 480px;
        min-width: 480px;
        top: calc(50% - 240px);
    }
    .header-main-section .col-left {
        width: 460px;
        min-width: 460px;
        margin: 0 20px 0 0;
    }
    .steps-section {
        margin: 30px 0 80px;
    }
    .steps-section .steps-list li {
        width: 295px;
    }
    .helping-section {
        margin: 80px 0;
    }
    .helping-section .flex-table .col-right {
        width: 415px;
        min-width: 415px;
        margin: 0 0 0 30px;
    }
    .trusted-source-section {
        margin: 80px 0 30px;
    }
    .trusted-source-section .flex-table .col-left {
        width: 410px;
        min-width: 410px;
        margin: 0 30px 0 0;
    }
    .faq-section .faq-box h4 {
        min-height: 70px;
    }
    .faq-section .faq-box {
        padding: 70px 30px 55px;
    }
    .footer-section .pre-footer h3 {
        width: 155px;
        min-width: 155px;
        margin: 0 30px 0 0;
        font-size: 24px;
        line-height: 32px;
    }
    .footer-section footer .foot-nav ul li {
        margin: 0 0 0 24px;
    }
    .head-works-section .flex-table .col-left {
        width: 100%;
        min-width: 100%;
    }
    .head-works-section h1+p {
        max-width: 450px;
    }
    .head-works-section .flex-table .col-right img {
        left: auto;
        right: -120px;
    }
    .info-section .faq-box {
        padding: 70px 100px;
    }
    header.header-form {
        padding: 50px 0;
    }
}

@media screen and (max-width: 950px) {
    h1 {
        font-size: 34px;
        line-height: 42px;
    }
    h2 {
        font-size: 24px;
        line-height: 32px;
    }
    body, p {
        font-size: 16px;
    }
    .wrapper {
        padding: 0 15px;
    }
    main.content.faq:before {
        height: 800px;
    }
    .header .menu ul.navigate {
        padding: 25px 15px;
    }
    .header-main-section .wrapper {
        flex-flow: column-reverse;
    }
    .header-main-section .col-left,
    .header-main-section .col-right {
        width: 100%;
        min-width: auto;
        margin: 0;
    }
    .header-main-section .col-right img {
        width: 100%;
        min-width: auto;
        position: static;
    }
    .steps-section .steps-list {
        display: block;
    }
    .steps-section .steps-list li {
        width: 100%;
        margin: 0 0 30px;
    }
    .helping-section .flex-table {
        display: block;
    }
    .helping-section .flex-table .col-left,
    .helping-section .flex-table .col-right {
        width: 100%;
        min-width: auto;
    }
    .helping-section .flex-table .col-right {
        margin: 30px 0 0;
    }
    .trusted-source-section {
        margin: 50px 0 20px;
    }
    .trusted-source-section .flex-table {
        display: block;
    }
    .trusted-source-section .flex-table .col-left {
        width: 100%;
        min-width: auto;
    }
    .trusted-source-section .flex-table .col-right {
        display: none;
    }
    .faq-section {
        padding: 60px 0 70px;
    }
    .faq-section .flex-table {
        display: block;
    }
    .faq-section .flex-table .col-left, 
    .faq-section .flex-table .col-right {
        width: 100%;
    }
    .faq-section .flex-table .col-left {
        margin: 0 0 30px;
    }
    .faq-section .faq-box h4 {
        min-height: auto;
    }
    .footer-section .pre-footer {
        padding: 40px 0;
    }
    .footer-section .pre-footer .wrapper {
        display: block;
    }
    .footer-section .pre-footer h3 {
        width: 100%;
        min-width: 100%;
        margin: 0 0 20px;
        text-align: center;
    }
    .footer-section .pre-footer form.preform {
        display: block;
        max-width: 400px;
        margin: 0 auto;
    }
    .footer-section .pre-footer form.preform .pos-rel {
        margin: 15px 0;
    }
    .footer-section .pre-footer form.preform select {
        width: 100%;
    }
    .footer-section .pre-footer form.preform button {
        width: 100%;
        margin: 0;
    }
    .footer-section footer .foot-nav {
        display: block;
    }
    .footer-section footer .foot-nav ul {
        display: block;
        text-align: center;
    }
    .footer-section footer .foot-nav ul li {
        margin: 20px 0 0;
    }
    .footer-section footer .copyright {
        display: block;
    }
    .footer-section footer .copyright p {
        margin: 0 0 20px;
    }
    .head-works-section {
        margin: 20px 0;
    }
    .head-works-section .flex-table {
        flex-flow: column-reverse;
    }
    .head-works-section .flex-table .col-left,
    .head-works-section .flex-table .col-right {
        width: 100%;
        min-width: auto;
    }
    .head-works-section .flex-table .col-right img {
        position: static;
        width: 100%;
        min-width: 100%;
    }
    .head-works-section h1+p {
        max-width: 100%;
    }
    .info-section {
        padding: 0 0 50px;
    }
    .info-section .faq-box {
        padding: 70px 60px;
        font-size: 24px;
        line-height: 32px;
    }
    .ac-head {
        padding: 20px 50px 20px 20px;
    }
    .ac-head h4 {
        font-size: 18px;
        line-height: 20px;
    }
    .ac-body li, .ac-body p {
        font-size: 16px;
        line-height: 22px;
    }
    .ac-body {
        padding: 0 20px 20px;
    }
    .ac-head:after {
        right: 20px;
    }
    .questions-section {
        padding: 0 0 80px;
    }
    .faq-head-section {
        margin: 20px 0 50px;
    }
    .faq-head-section .flex-table {
        flex-flow: column-reverse;
    }
    .faq-head-section .flex-table .col-left,
    .faq-head-section .flex-table .col-right {
        width: 100%;
    }
    .faq-head-section .flex-table .col-left {
        margin: 30px 0 0;
    }
    .faq-head-section p {
        font-size: 16px;
        line-height: 22px;
    }
    .terms-section {
        padding: 50px 0;
    }
    .form-section {
        padding: 80px 0 60px;
    }
    .form-section .bg-box .box-contact {
        padding: 40px 20px;
    }
    .form-section .bg-box .box-table { 
        display: block;
    }
    .form-section .bg-box .box-table .col-left, 
    .form-section .bg-box .box-table .col-right {
        width: 100%;
    }
    .form-section .bg-box .box-table .col-left {
        margin: 0 0 20px;
    }
    .form-section .bg-box .flex-table {
        display: block;
    }
    .form-section .bg-box .flex-table .box-captcha,
    .form-section .bg-box .flex-table button {
        width: 305px;
        margin: 0 auto;
    }
    .form-section .bg-box .flex-table .box-bot-form {
        margin: 20px 0 0 ;
    }
    .form-section ul.list-contact {
        margin: 60px 0 0;
        display: block;
    }
    .form-section ul.list-contact li:first-child {
        margin: 0 0 30px;
    }
}

@media screen and (max-width: 650px) {
    h1 {
        font-size: 24px;
        line-height: 32px;
    }
    .header {
        height: 80px;
    }
    .header .menu ul.navigate {
        top: 80px;
    }
    .header .menu ul.navigate li {
        display: block;
        margin: 0 0 20px;
    }
    main.content {
        padding: 80px 0 0;
    }
    .header .menu ul li a, .header .menu li.cont-tel p {
        font-size: 16px;
        line-height: 24px;
    }
    .header .menu li.cont-tel p {
        color: #E2E6FB;
    }
    .header .menu li.cont-tel span {
        color: #FF8C6D;
    }
    .cont-tel, .box-btn {
        display: none;
    }
    .header .menu ul.navigate {
        width: 320px;
        height: calc(100vh - 80px);
        top: 80px;
        right: 0;
        left: auto;
        margin: 0;
        overflow: auto;
        padding: 18px 30px;
    }
    .header .menu ul.navigate li {
        display: block;
        margin: 0 0 20px;
        text-align: left;
    }
    .header .menu ul.navigate li.btn-mob, 
    .header .menu ul.navigate li.cont-tel {
        display: block;
    }
    .header .menu ul.navigate li.cont-tel {
        margin: 40px 0 30px;
    }
    .header .menu ul li a.get-btn {
        width: 100%;
        background: #fff;
        border: 1px solid #FF8C6D;
        border-radius: 5px;
        font-weight: 600;
        font-size: 20px;
        line-height: 28px;
        color: #FF8C6D;
    }
    .header .menu ul li a.get-btn:hover {
        border: 1px solid #EC5277;
        color: #EC5277;
    }
    .helping-section ul li {
        font-size: 16px;
        line-height: 24px;
    }
    .footer-section .pre-footer form.preform select {
        margin: 0;
    }
    .footer-section .pre-footer form.preform .pos-rel {
        margin: 20px 0;
    }
    .modal .window > img {
        height: 215px;
    }
    .helping-section p,
    .head-works-section ul li h3,
    .head-works-section p,
    .head-works-section ul li p {
        font-size: 16px;
        line-height: 24px;
    }
    .info-section .faq-box {
        padding: 40px 25px;
        font-size: 16px;
        line-height: 24px;
    }
    .terms-section {
        padding: 20px 0;
    }
    .hum {
        width: 20px;
        height: 16px;
    }
    header.header-form h2 {
        margin: 20px 0 10px;
    }
    header.header-form p {
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (max-width: 450px) {
    .header {
        height: 70px!important;
    }
    .header .menu ul.navigate {
        width: 100%;
    }
    main.content {
        padding-top: 70px!important;
    }
    .header .menu ul.navigate {
        top: 70px;
    }
    form.preform .section {
        display: block;
    }
    form.preform .section,
    form.preform select {
        width: 100%;
        margin: 0 0 20px;
    }
    form.preform select {
        background-position: 95% 50%;
    }
}

@media screen and (max-width: 400px) {
    .form-section .bg-box .flex-table .box-captcha,
    .form-section .bg-box .flex-table button {
        width: 100%;
    }
}

@media screen and (max-width: 600px) and (max-height: 450px) {
    .header .menu ul.navigate {
        height: calc(100vh + 1px);
    }
    .header .menu ul.navigate li.cont-tel {
        position: relative;
        left: 0;
        margin: 65px 0 0;
    }
}

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