@media screen and (max-width: 1400px)  {
    .main-title {
        font-size: 45px;
        line-height: normal;
    }

    .wrapper-first-screen {
        margin-bottom: 120px;
        margin-top: 112px;
    }

    .title-block {
        font-size: 42px;
    }

    .info {
        font-size: 20px;
        line-height: normal;
        margin-bottom: 30px;
    }

    .large{
        font-size: 16px;
    }

    .info-company{
        font-size: 14px;
    }

    .big-btn {
        width: 180px;
        height: 55px;
        font-size: 16px;
    }

    .container-avatar {
        width: 55px;
        height: 55px;
    }

    .text-contract{
        font-size: 20px;
    }

    .condacted {
        margin-bottom: 130px;
    }

    .errors {
        margin: 150px 0;
    }

    .sub-title {
        line-height: normal;
        font-size: 20px;
    }

    .email{
        font-size: 20px;
    }

}

@media screen and (max-width: 1370px) {
    .contacts {
        width: 53%;
    }
    .container-contact {
        width: 46%;
    }

    .contact-form{
        max-width: 380px;
        width: 100%;
    }
}

@media screen and (max-width: 1165px) {
    .container-left-side, .container-right-side {
        width: 47%;
    }

    .container-img-audit{
        max-width: 200px;
    }

    .container-img-audit img{
        width: 100%;
    }

    .container-img-contract, .container-info-contract {
        width: 47%;
    }
}

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

    .container-btn{
        display: none;
    }

    .mobile-container-btn{
        display: flex;
        margin-top: 20px;
    }

    .first-screen{
        flex-direction: column;
    }

    .container-left-side, .container-right-side {
        width: 63%;
    }

    .container-right-side{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .list-audit{
        flex-wrap: wrap;
        justify-content: center;
    }

    .item-audit{
        max-width: 60%;
    }

    .what-audit .container{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .item-audit{
        margin-bottom: 20px;
    }

    .item-audit:last-child{
        margin-bottom: 0;
    }

    .container-types-audit{
        flex-direction: column-reverse;
    }

    .container-img-type, .info-about-types {
        width: 60%;
    }
    .types {
        margin-bottom: 80px;
    }

    .container-price-contract{
        flex-direction: column-reverse;
    }

    .container-img-contract, .container-info-contract {
        width: 60%;
    }

    .errors {
        margin: 60px 0;
    }

    .errors-list{
        justify-content: center;
    }

    .item-errors:nth-child(4n) {
        border-right: 1px solid #312F62;
    }

    .item-errors:nth-child(3n) {
        border-right: none;
    }

    .item-errors:nth-last-child(-n+4) {
        border-bottom: 1px solid #312F62;
    }

    .item-errors:last-child,
    .item-errors:nth-child(7)
    {
        border-bottom: none;
    }

    .item-errors:last-child{
        border-right: none;
    }

    .contacts-section .container{
        flex-direction: column;
    }

    .contacts, .container-contact {
        width: 60%;
        margin-bottom: 20px;
    }

    .contact-form {
        max-width: 100%;
        width: 100%;
    }

    .text-field{
        max-width: 100%;
    }

    .submit-btn{
        max-width: 100%;
    }

    .contact-form input,
    .contact-form textarea{
        box-sizing: border-box;
    }

    .footer .menu-list{
        justify-content: center;
    }

    .contacts-section{
        padding: 50px 0 20px;
    }

    ::-webkit-scrollbar {
        width: 7px;
    }

    .block-complete,
    .send-again{
        max-width: 100%;
    }

    .container-menu.mobile-menu{
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        width: 100%;
    }

    .mobile-menu {
        position: fixed;
        top: 66px;
        bottom: 0;
        right: 0;
        left: 0;
        transform: translateX(100%);
        background: #1D1A43;
        z-index: 100000000;
        align-items: flex-start !important;
        transition: .5s;
    }

    .active-menu{
        transform: translateX(0%);
        transition: .5s;
    }

    .mobile-list{
        margin-top: 30px;
    }

    .menu-btn{
        display: block;
    }

    .footer .menu-list {
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .footer .container-menu{
        width: 90%;
        margin: 0 auto;
        justify-content: center;
    }

    .footer .menu-list .item-menu .link-menu {
        font-weight: 600;
        font-size: 13px;
        text-transform: uppercase;
    }

    .menu-top .container{
        display: flex;
        justify-content: space-between;
    }

    .main-header{
        padding: 0;
    }

    .menu-list{
        flex-direction: column;
        align-items: flex-start;
    }

    .menu-list .item-menu:first-child {
        margin-left: 17px;
    }

    .menu-list .item-menu{
        margin-bottom: 15px;
    }

    .menu-list .item-menu .link-menu{
        font-size: 40px;
        text-transform: capitalize;
        font-weight: normal;
    }

    .menu-top{
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        height: 65px;
    }

    .mobile-btn{
        width: 290px;
        height: 55px;
        font-size: 18px;
        margin: 17px;
    }

    .close-menu{
        display: none;
        width: 25px;
        height: 25px;
        background: url("../images/close.svg")no-repeat;
        background-size: contain;
        margin-right: 20px;
    }

    .toggle-btn .menu-btn{
        display: none;
        transition: .5s;
    }

    .toggle-btn .close-menu{
        display: block;
        transition: .5s;
    }

}

@media screen and (max-width: 1050px) {
    .item-audit {
        max-width: 730px;
        width: 100%;
    }

    .wrapper-condacted{
        max-width: 670px;
    }

    .contacts-section:before{
        bottom: -82px;
    }
}

@media screen and (max-width: 834px) {
    .check{
        width: 70px;
        height: 70px;
    }

    .item-errors{
        max-width: 185px;
        min-height: 240px;
        padding: 15px;
    }

    .text-error{
        font-size: 16px;
        max-width: 174px;
        margin-top: 20px;
    }

    .contacts-section:before{
        display: none;
    }

    .main-title{
        font-size: 40px;
    }

    .title-block {
        font-size: 40px;
    }

    .container-img-contract, .container-info-contract {
        width: 90%;
    }

    .contacts, .container-contact {
        width: 90%;
    }

}

@media screen and (max-width: 738px) {
    .item-scroll{
        flex-direction: column;
    }

    .user-company {
        align-items: flex-start;
    }

    .big-btn{
        width: 100%;
        margin-top: 20px;
    }

    .info{
        width: 90%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .item-info{
        max-width: 90%;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .item-audit{
        max-width: 90%;
        padding: 20px;
    }

    .container-img-type, .info-about-types {
        width: 90%;
    }

    .item-types .item-info,
    .item-types .info{
        max-width: 100%;
        width: 100%;
    }

    .wrapper-condacted{
        padding: 30px;
    }

    .wrapper-condacted {
        max-width: 82%;
    }

    .mobile-container-btn{
        flex-direction: column;
        width: 100%;
    }

    .big-btn:first-child {
        margin-right: 0;
    }
    
    .menu-list .item-menu .link-menu {
        font-size: 36px;

    }
    
    .mobile-list {
        margin-top: 20px;
    }

}

@media screen and (max-width: 659px) {
    .item-errors:nth-child(4n) {
        border-right: none;
    }

    .item-errors:nth-child(2n) {
        border-right: none;
    }

    .item-errors:nth-child(3n) {
        border-right: 1px solid #312F62;
    }

    .item-errors:nth-child(6){
        border-right: none;
    }

    .wrapper-condacted {
        padding: 20px;
        padding-right: 10px;
    }
    .wrapper-condacted {
        max-width: 87%;
    }

    .title-conducted{
        font-size: 36px;
    }

    .container-left-side, .container-right-side {
        width: 90%;
    }
}

@media screen and (max-width: 550px) {
    .mobile-btn{
        width: 93%;
    }
}

@media screen and (max-width: 439px) {
    .item-errors{
        max-width: 160px;
    }

    .sub-title{
        max-width: 90%;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .item-audit {
        padding: 13px;
    }

    .header-block{
        width: 90%;
    }

    .container-scroll-list{
        margin-top: 30px;
    }

    .container-avatar {
        width: 40px;
        height: 40px;
    }

    .big-btn{
        height: 45px;
    }

    .condacted {
        margin-bottom: 80px;
    }

    .what-audit {
        margin-bottom: 80px;
    }

    .wrapper-first-screen {
        margin-bottom: 85px;
        margin-top: 98px;
    }

    .item-audit{
        height: 229px;
        justify-content: center;
    }
}

@media screen and (max-width: 387px) {
    .item-errors{
        padding: 0;
    }

    .text-error{
        max-width: 90%;
    }

    .types {
        margin-bottom: 45px;
    }

    .logo-link img {
        max-width: 190px;
        width: 100%;
    }

    .footer .menu-list{
        width: 90%;
    }
}

@media screen and (max-width: 375px) {
    .sub-title{
        max-width: 100%;
    }

    .menu-btn{
        margin-right: 15px;
    }

    .container-left-side, .container-right-side {
        width: 95%;
    }
}

@media screen and (max-width: 350px) {
    .menu-list .item-menu .link-menu {
        font-size: 31px;
    }
    
    .mobile-btn{
        height: 50px;
    }
    
    .menu-list .item-menu {
        margin-bottom: 10px;
    }
        
}

@media screen and (max-width: 320px) {
    .item-errors {
        max-width: 147px;
    }

    .container-img-type{
        width: 100%;
    }
}
