@charset "utf-8";
.only_desktop{
	display: none;
}
.mob_reverse{
	flex-direction: column-reverse;
}
.mob_h_50{
	height: 50px;
}
.mob_h_10{
	height: 10px;
}
p{
	line-height: 25px !important;	
}
header{
	grid-template-columns: 1fr 150px 1fr !important;
	padding: 10px 0;
}
header #wrap_logos{
	display: none;
}
.wrap_logos_bio_mobile img{
	width: 130px;
}
.wrap_logos_bio_mobile .hor_space{
	width: 20px;
}
@media screen and (min-width: 701px){
	.wrap_logos_bio_mobile .flex{
		justify-content: flex-start;
	}
}
#handle_menu p::after{
	content: none;
}
#handle_menu{
	justify-content: flex-start;
	margin-left: 10px;
}
#wrap_menu{
	width: 100vw;
	left: -100vw;
	height: 100vh;
	overflow: hidden;
}
#wrap_menu .pad{
	padding: 120px 20px;
}
#wrap_menu #logo_bk_menu{
	bottom: -50px;
}
.pad_page{
	padding: 0;
}
.first_box{
	height: calc(100vh - 111px);
}

.first_box .home_title{
	text-align: center;
	position: absolute;
	z-index: 5;
	left: 50%;
	transform: translate(-50%, 0);
	font-size: 35px;
	color: #163317;
	width: 98%;
	margin: auto;
	font-family: "Lora-Regular";
	top: 0px;
	opacity: 0;
	transition: 800ms ease;
}
.first_title.effect{
    position: relative;
	top: 0px;
	opacity: 0;
	transition: 800ms ease top, 800ms ease opacity;
}
.first_box .home_title.opacity_effect, .first_title.effect.opacity_effect{
	opacity: 1;
}
.first_box .home_title.top_effect, .first_title.effect.top_effect{
	top: 10px;
}

.first_box .multi_info{
	top: 0px;
	opacity: 0;
	transition: 800ms ease;
}
.first_box .multi_info.opacity_effect{
	opacity: 1;
}
.first_box .multi_info.top_effect{
	top: 10px;
}



.std_cols_2 .col{
	width: 90%;
	margin: auto;
}
.std_cols_2 .pad_rt{
	padding-right: 0;
	margin-bottom: 10px;
}
.std_cols_2 .pad_lt{
	margin-left: 0;
}
.important_title{
	margin-top: 20px;
	font-size: 30px;
}
.wrap_2cols .wrap_img, .col.image, .std_cols_2 .pad_lt{
	height: 300px;
	width: 100%;
}
.wrap_2cols .wrap_text .text{
	margin-bottom: 50px;
}
.wrap_2cols .wrap_text .text .title{
	font-size: 35px;
	margin-top: 10px;
}
footer .footer_grid{
	grid-template-columns: unset;
}
footer .pad_page{
	width: 90%;
	margin: auto;
}
footer #logo_footer{
	width: 120px;
}
footer .hor_list p:first-child{
	margin-right: 15px;
}


.wrap_2cols .wrap_text .text .description{
	font-size: 18px !important;
	line-height: 33px !important;
}
.first_box .large_filter{
    height: 93px;
}
.first_box .large_filter.expand_mobile{
    height: 193px;
}

@media screen and (min-width: 607px){
    .wrap_2cols .wrap_img, .col.image, .std_cols_2 .pad_lt{
        height: 550px;
        width: 100%;
    }
}
