h1{
    font-size: 50px;
}
h2{
    font-size: 40px;
}
h2.page_title{  
    font-size: 50px;
}
.subheader .info h2.custom{
    font-size: 30px;
}
h3.page_subtitle{
    font-size: 30px;
}
p, ul.p_style{
    font-size: 19px;
}
.w_def{
    width: 90%;
    margin: auto;
}
.ico_subtitle{
    height: 15px;
}
.space{
    clear: both;
    height: 100px;
}
.mid_space{
    clear: both;
    height: 50px;
}
/********* HEADER **********/
header .grid{
    grid-template-columns: 1fr auto 1fr;
    gap: 40px;
}
header .logo{
    width: 300px;
}
header .menu li span:first-of-type{
    font-size: 25px;
}
header .menu li span:last-of-type{
    font-size: 16px;
}
/********* END HEADER **********/
.subheader{
    height: calc(100svh - 125px);
    margin-top: 125px;
}
.grid_info{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 100px;
}
.contacts_grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 100px;
}
.contacts_grid > div:first-of-type{
    padding-left: 5vw;
}
.contacts_grid .custom{
    font-size: 30px; 
    line-height: 45px;
}
.gallery{
    grid-template-columns: repeat(3, 1fr);
}
.custom_upsize_menu{
    font-size: 40px;
}
/******* FOOTER ********/
footer .grid{
    grid-template-columns: repeat(3, 1fr);
    gap: 100px;
}
/******* END FOOTER ********/





