@charset "utf-8";
.only_mobile{
	display: none;
}
.desk_reverse{
	flex-direction: row-reverse;
}
.wrap_2cols{
	height: 100vh;
	max-height: 800px;
}
.wrap_2cols .col{
	width: 50%;
}
.wrap_2cols .wrap_img .effect_photo{
	position: absolute;
	height: 100%;
	width: 200px;
	max-width: 15%;
	background-color: #c4d3c6;
	top: 0;
	transition: 600ms ease-in-out;
}
.wrap_2cols .wrap_img .effect_photo.rt{
	right: 0;	
}
.wrap_2cols .wrap_img .effect_photo.lt{
	left: 0;	
}
.wrap_2cols:hover .wrap_img .effect_photo{
	width: 0px;
}
.wrap_2cols .wrap_text .text .title{
	font-size: 55px;
}
header{
	grid-template-columns: 1fr minmax(150px, 300px) 1fr;
}
header #wrap_logos{
	display: flex;
	justify-content: flex-end;
}
header #wrap_logos img{
	width: 80px;
	align-self: center;
}
header #wrap_logos a:first-child{
	margin-right: 20px;
}

.first_box .home_title{
	text-align: center;
	position: absolute;
	z-index: 5;
	left: 50%;
	transform: translate(-50%, 0);
	font-size: 50px;
	color: #163317;
	width: 100%;
	font-family: "Lora-Regular";
	top: -10px;
	opacity: 0;
	transition: 800ms ease;
	
}
.first_title.effect{
    position: relative;
	top: -10px;
	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: -20px;
	opacity: 0;
	transition: 800ms ease;
}
.first_box .multi_info.opacity_effect{
	opacity: 1;
}
.first_box .multi_info.top_effect{
	top: 0px;
}
.std_cols_2 .pad_lt{
	height: 450px;
}
.wrap_2cols .wrap_text .text .description{
	font-size: 18px !important;
	line-height: 36px !important;
}
.first_box .large_filter{
    height: 93px;
}


