

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

    /*header {
        width: 2000px;
    }*/
}

@media screen and (max-width: 1800px) {
    .works .box-works-list {
        align-items: flex-start;
    }

    .works .box-works-list .list-item {
        margin-right: 1%;
        width: 30%;
        align-items: flex-start;
    }

    .works .box-works-list .list-img {
        display: none;
    }
}

@media screen and (max-width: 1700px) {
    footer .bot-nav li {
        margin-right: 15px;
        margin-bottom: 4px;
    }

    .contact .box-contact .right-box {
        padding: 5rem 1% 5rem 5rem;
    }
}

@media screen and (max-width: 1600px) {
    form.feed_contact button {
        margin-left: 1rem;
    }

}

@media screen and (max-width: 1550px) {
    .box-captcha {
        transform: scale(0.77);
        transform-origin: top right;
    }

    form.feed_contact button {
        width: 120px;
        height: 58px;
        margin-left: 0.5rem;
    }

    .contact .box-contact .right-box {
        padding: 3rem 1% 3rem 3rem;
    }

    .faq,
    .terms {
        padding: 10rem 0 6rem;
    }
}



@media screen and (max-width: 1400px) {
    .here-help {
        padding: 12rem 0;
    }

    .trust .middle-box>p {
        width: 100%;
    }

    .trust .box-right-text {
        width: 80%;
    }

    .trust .content {
        padding: 100px 0 0;
        align-items: flex-end;
    }

    .trust .right-box li {
        margin-bottom: 50px !important;
    }

    .works .block-content {
        margin: 5rem 0;
    }

    .works {
        padding: 10rem 0;
    }
}

@media screen and (max-width: 1300px) {
    .contact {
        padding: 10rem 0 5rem;
    }

    form.feed_contact .box-bot-form {
        flex-direction: column;
        align-items: flex-end;
    }

    .contact .box-contact .left-box a {
        font-size: 30px;
    }

    form.feed_contact button {
        width: 234px;
    }

    .bottom-form .box-form .logo-bot {
        width: 40%;
    }

    .bottom-form .box-form .form {
        width: 60%;
    }
}

@media screen and (max-width: 1280px) {
    nav li {
        margin-left: 20px;
    }

    .box-tr .elem {
        width: 30%;
    }

    p,
    .terms a {
        font-size: 17px;
    }
}

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

    .menu,
    footer .bot-nav {
        display: none;
    }

    .hum {
        display: block;
    }

    form.form-page button {
        font-size: 25px;
    }

    .box-tr {
        display: block;
    }

    .box-tr .elem {
        width: 50%;
        margin: 0 auto 50px;
    }

    .here-help {
        padding: 8rem 0;
    }

    footer .material {
        padding: 0;
    }

    .faq .box-img-faq .img:after {
        display: none;
    }
}

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

    .wrapper,
    footer {
        max-width: 90%;
    }

    form.form-page {
        height: auto;
    }

    form.form-page>div {
        display: block;
    }

    form.form-page select,
    form.form-page .pos-rel,
    form.form-page button {
        font-size: 40px;
        margin-bottom: 20px;
        width: 100% !important;
    }

    ::-webkit-input-placeholder {
        font-size: 24px;
    }

    :-moz-placeholder {
        font-size: 24px;
    }

    ::-moz-placeholder {
        font-size: 24px;
    }

    :-ms-input-placeholder {
        font-size: 24px;
    }

    form.form-page button {
        margin: 0;
    }

    form.form-page button img {
        width: 27px;
    }

    .box-anim-icon {
        width: 100%;
    }

    .box-anim-icon .anim>div {
        width: 40%;
    }

    p.mob,
    .here-help .right-box,
    .trust .right-box {
        display: none;
    }

    .box-tr .elem {
        width: 60%;
    }

    .here-help .content,
    .trust .content {
        display: block;
    }

    .here-help .left-box {
        width: 100%;
    }

    .here-help .box-img-mob {
        display: block;
        padding: 100px 0;
    }

    .here-help .box-text p {
        padding: 50px 0 0;
        width: 100%;
    }

    .trust .left-box {
        width: 100%;
    }

    .trust .box-right-text {
        width: 100%;
        float: none;
    }

    form.form-page input {
        font-size: 24px;
    }

    .main-head .form {
        width: 100%;
    }
}

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

    .works .box-works-list,
    .works .block-content,
    .contact .box-contact {
        display: block;
    }

    .works .box-works-list .list-item {
        width: 100%;
        margin-bottom: 2rem;
    }

    .works .block-content>div {
        width: 100%;
    }

    .contact {
        padding: 0 0 5rem 0;
    }

    .contact .box-contact .right-box,
    .contact .box-contact .left-box {
        width: 100%;
    }

    .works .block-content .left-box {
        text-align: center;
        margin-top: 5rem;
    }

    .contact .box-contact .left-box>div {
        width: 100%;
    }

    .contact .box-contact .left-box .box-img {
        text-align: center;
    }

    .contact .box-contact .right-box {
        padding: 10rem 1rem 5rem;
        margin-bottom: 5rem;
        border-radius: 0;
    }

    .contact .box-contact .right-box:before {
        content: '';
        display: block;
        width: 10%;
        height: 100%;
        background-color: #fed456;
        position: absolute;
        top: 0;
        right: 100%;
    }

    .contact .box-contact .left-box {
        align-items: center;
    }
}

@media screen and (max-width: 781px) {
    h2 {
        font-size: 45px;
        text-align: center;
    }

    .box-tr .elem {
        width: 100%;
    }

    .box-tr .elem h3 {
        font-size: 46px;
    }

    .main-head .form {
        padding: 50px;
    }

    .here-help .box-list li p {
        margin-top: 10px;
        line-height: 1;
    }

    .here-help .box-list li:before {
        left: -15px;
        font-size: 87px;
    }

    .bottom-form .box-form {
        display: block;
    }

    .bottom-form .box-form .logo-bot {
        display: none;
    }

    .bottom-form .box-form>div {
        width: 100% !important;
    }

    footer {
        padding: 50px 0 0;
        max-width: 100%;
    }

    footer .material {
        position: relative;
        width: 100%;
        padding: 0 5%;
    }

    footer .material p:last-child {
        margin-bottom: 40px;
    }

    footer .material h3 {
        font-size: 25px;
        position: relative;
    }

    footer .material p {
        font-size: 18px;
    }

    .ac-head h4 {
        font-size: 18px;
    }

    .list-accord li,
    .ac-body p {
        font-size: 14px;
    }

    .box-acc .ac-head:before {
        width: 18px;
    }

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

    .faq,
    .terms {
        padding: 8rem 0 4rem;
    }

    .terms h1 {
        margin-bottom: 2rem;
    }
}

@media screen and (max-width: 700px) {
    .mobile-menu {
        padding: 10% 5%;
    }

    .mobile-menu .close {
        top: 20px;
        right: 20px;
        width: 20px;
        height: 20px;
    }

    .mobile-menu li {
        padding-bottom: 20px;
    }
    .mobile-menu .get-start-button{
       margin-bottom: 10px;
    }
    .mobile-menu .get-start-nav {
        font-size: 15px;
        color: #0d0d80;
        border: 1px solid #0d0d80;
    }
}

@media screen and (max-width: 600px) {
    .terms h1 {
        font-size: 30px;
    }

    .main-head .wrapper {
        overflow: hidden;
    }

    .wrapper,
    footer {
        max-width: 100%;
    }

    .main-head .form {
        padding: 30px;
    }

    .main-head h1 {
        font-size: 20px;
        line-height: 1.5rem;
    }

    form.form-page {
        margin-top: 30px;
    }

    form.form-page select,
    form.form-page input,
    form.form-page button {
        height: 70px;
        font-size: 25px;
    }

    form.form-page input {
        font-size: 20px;
    }

    form.form-page button img {
        width: 18px;
    }

    .main-head .box-form {
        padding-top: 200px !important;
    }

    .box-anim-icon {
        margin-bottom: 100px !important;
    }

    .main-head {
        background: url(../img/bg_header_main_mob.jpg) no-repeat top center;
        background-size: cover;
        height: auto;
    }

    .logo-top {
        max-width: 75%;
    }

    .hum {
        width: 60px;
        height: 46px;
    }

    .box-tr .elem h3 {
        font-size: 30px;
    }

    h2 {
        font-size: 35px;
    }

    p,
    h4,
	.terms ul {
        font-size: 18px;
    }

    .terms p {
        margin: 25px 0;
    }

    .here-help {
        padding: 5rem 0;
    }

    .here-help .box-img-mob {
        padding: 60px 0;
    }

    .here-help .box-list li:before {
        left: 5px;
        font-size: 60px;
    }

    .here-help h2 {
        letter-spacing: 0px;
    }

    .trust {
        text-align: center;
    }

    .trust .box-right-text {
        display: block;
    }

    .trust .middle-box>p {
        font-size: 20px;
        padding: 20px 0 0;
    }

    .trust .box-right-text img {
        width: 50%;
        margin: 50px 0;
    }

    .trust .content {
        padding: 50px 0 0;
    }

    .box-tr .elem {
        margin: 0 auto 30px;
    }

    .box-tr .elem p {
        margin: 0 auto;
        width: 80%;
    }

    .footer-line .copyright,
    footer .material p {
        font-size: 15px;
    }

    .works {
        padding: 8rem 0 5rem;
    }

    .works .block-content ul {
        margin: 2rem 0;
    }

    .works .block-content .left-box {
        margin-top: 2rem;
    }

    .works .block-content {
        margin: 3rem 0;
    }

    h1 {
        font-size: 40px;
    }

    form.feed_contact .form-group {
        width: 100%;
        float: none;
    }

    .faq,
    .terms {
        padding: 7rem 0 3rem;
    }
}

@media screen and (max-width: 450px) {
    .mobile-menu {
        padding: 15% 5%;
    }

    .box-anim-icon .anim>div {
        width: 45%;
        justify-content: space-around;
    }

    .box-anim-icon {
        width: 110%;
    }

    .main-head .box-form {
        padding-top: 125px !important;
    }

    .box-anim-icon {
        margin-bottom: 80px !important;
    }

    .box-anim-icon .small-10 {
        display: none;
    }

    .main-head .form {
        padding: 25px;
    }

    form.form-page select,
    form.form-page input,
    form.form-page button {
        height: 60px;
        font-size: 20px;
    }

    ::-webkit-input-placeholder {
        font-size: 20px;
    }

    :-moz-placeholder {
        font-size: 20px;
    }

    ::-moz-placeholder {
        font-size: 20px;
    }

    :-ms-input-placeholder {
        font-size: 20px;
    }

    .box-tr .elem p {
        width: 100%;
    }

    .here-help {
        padding: 3rem 0;
    }

    h2 {
        font-size: 30px;
    }

    .here-help .box-text p {
        padding: 40px 0 0;
    }

    .trust .box-right-text img {
        margin: 40px 0;
    }

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

    footer .material p {
        margin-top: 30px;
    }

    .footer-line .copyright {
        font-size: 11px;
    }

    header .navigation {
        height: 70px;
    }

    form.form-page select {
        background: url(../img/arrow_select_down.svg) no-repeat 90% 50% #fff;
        background-size: 10px 10px;
    }

    footer .material h3:after {
        font-size: 30px;
        font-weight: 400;
        top: -7px;
    }

    .box-list {
        padding: 50px 0;
    }

    .mobile-menu {
        width: 75%;
    }

    .contact .box-contact .right-box {
        padding: 7rem 0 3rem;
    }

    form.feed_contact .box-mid-form {
        margin: 3rem 0 1rem;
    }

    form.feed_contact h5 {
        padding-left: 0.2rem;
    }

    .contact .box-contact .right-box {
        margin-bottom: 2rem;
    }
}

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

    .works .box-works-list h5,
    .works .box-works-list p {
        font-size: 14px;
    }

    .works .block-content li {
        font-size: 16px;
        padding-left: 3rem;
    }

    .works .block-content li:before {
        width: 35px;
    }

    .works {
        padding: 8rem 0 3rem;
    }

    .box-captcha {
        transform: scale(0.60);
    }

    form.feed_contact button {
        width: 182px;
        height: 48px;
        position: relative;
        top: -20px;
    }

    .contact .box-contact .right-box {
        padding: 7rem 0 2rem;
    }

    form.feed_contact h5 {
        font-size: 15px;
    }

    .faq,
    .terms {
        padding: 5.5rem 0 2rem;
    }

    .terms h1 {
            font-size: 24px;
    }
}

@media screen and (max-width: 1000px) and (max-height: 950px) {
    .main-head .box-form {
        padding-top: 270px;
    }

    .box-anim-icon {
        margin-bottom: 20px;
    }
}

@media screen and (max-height: 830px) {
    .box-anim-icon {
        margin-bottom: 160px !important;
    }
}

@media screen and (max-height: 750px) {
    .box-anim-icon {
        margin-bottom: 150px !important;
    }
}

@media screen and (max-height: 640px) {
    .box-anim-icon {
        margin-bottom: 100px !important;
    }
}

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

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