/*
This file describes styles that are 1201px width and above
 */
@media  all and (min-width: 1201px) {
    #header-mobile, .only-mobile{
        display: none
    }
    .advantages ul.advantages-list{
        display: flex;
        /*flex-direction: column;*/
        flex-wrap: wrap;
        /*max-height: 300px;*/
        column-gap: 30px;
        /*max-width: 640px*/
    }
    .advantages ul.advantages-list li{
        /*max-width: 50%*/
        /*width: 50%;*/
    }
    .advantages ul.advantages-list li:nth-child(-n+5) {
        width: 45%;
    }
    .advantages ul.advantages-list li:nth-child(n+6) {
        width: 45%;
    }
    .projects-slider, .projects-slider .item > div
    {
        height: 440px!important
    }
    .wpcf7-not-valid-tip, .wpcf7 form.invalid .wpcf7-response-output{
        position: absolute
    }

}