.only_desktop{
    display: none;
}
h2{
    font-size: 55px;
}
h3{
    font-size: 35px;
}

.space{
    clear: both;
    height: 50px;
}
.space_small{
    clear: both;
    height: 10px;
}
.space_large{
    clear: both;
    height: 100px;
}
#over_header{
    height: 90px;
}
.header{
    padding: 15px 0;
}
.header .wrap_logos img{
    height: 60px;
}
.header ul{
    flex-direction: column;
    font-size: 30px;
    height: calc( 100% - 90px);
    padding: 30px 0;
}
.header ul li{
    margin: auto;
}
/******* ICO_MENU ********/
.wrap_ico_menu{
    width: 35px;
    height: 20px;
    position: relative;
}
#ico_menu{
	position: absolute;
	z-index: 70;
	cursor: pointer;
    height: 20px;
    width: 35px;
    right: 0;
}
#ico_menu .line, #ico_menu:before, #ico_menu:after{
	background-color: var(--blue);
}
#ico_menu .line{
	width: 100%;
	height: 2px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: 400ms ease;
}
#ico_menu:before, #ico_menu:after{
	content: ' ';
	position: absolute;
	right: 0;
	height: 2px;
	transition: 400ms ease;
}
#ico_menu:before{
	top: 0;
	width: 100%;
}
#ico_menu:after{
	bottom: 0;
	width: 100%;
}
.menu_opened #ico_menu .line{
	opacity: 0;
} 
.menu_opened #ico_menu:before{
	transform: rotate(45deg);
	top: 50%;
}
.menu_opened #ico_menu:after{
	transform: rotate(-45deg);
	width: 100% !important;
	top: 50%;
}
/******* END ICO_MENU ********/
.menu_opened{
    overflow-y: hidden;
    overflow: hidden;
    min-height: unset;
}
.menu_opened .header .wrap_menu {
    opacity: 1;
    visibility: visible;
    transition: opacity 400ms ease;
}
.parent_wrap_menu{    
    display: flex;
    align-items: center;
}
.wrap_menu{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100svh;
    background-color: white;
    opacity: 0;
    visibility: hidden;
    transition: 400ms ease;
}
.cols2{
    gap: 50px;
    flex-direction: column;
}
.cols2_text{
    flex-direction: column;
    gap: 25px;
}
.cols2_text > div{
    max-width: 100%;
}
#map{
    height: 300px;
}
.grid_photos{
    grid-template-columns: 1fr;
}
.grid_photos p{
    margin: 10px 0;
    text-align: center;
}
.ametis_logo{
    max-width: 200px;
}
.grid_profiles{
    grid-template-columns: 1fr;
    gap: 0px;
}
.grid_profiles .profile{
    max-width: 250px;
}
p.up{
    font-size: 20px;
    line-height: 45px;
}
.mobile_reverse{
    flex-direction: column-reverse;
}
.wrap_img_logo.img_left{
    margin-top: 2.5vw;
}

