.only_mobile{
    display: none;
}
h2{
    font-size: 60px;
}
h3{
    font-size: 40px;
}

.space{
    clear: both;
    height: 100px;
}
.space_small{
    clear: both;
    height: 50px;
}
.space_large{
    clear: both;
    height: 200px;
}
#over_header{
    height: 135px;
}
.header{
    padding: 30px 0;
}
.header .wrap_logos img{
    height: 75px;
}
.header .parent_wrap_menu{
    display: flex;
}
.header ul{
    height: 100%;
}
.cols2{
    gap: 100px;
}
.cols2 > div{
    flex: 1;
}
.cols2_text{
    gap: 60px;
}
.cols2_text > div{
    float: left;
}
.grid_photos{
    grid-template-columns: repeat(2, 1fr);
}
.grid_photos p{
    margin-top: 15px;
}
.h_custom{
    min-height: 400px;
}
.ametis_logo{
    max-width: 300px;
}
.grid_profiles{
    grid-template-columns: repeat(3, 1fr);
    gap: 200px;
}
p.up{
    font-size: 23px;
    line-height: 45px;
}

@media screen and (max-width: 1400px){
    .cols2_text{
        flex-direction: column;
    }
    .cols2_text > div{
        max-width: 100%;
    }
}






