@charset "utf-8";
.block3 h1 {
	font-size: 25px;
}
.wrap_img_product figure{
	height: 350px;
	margin: 20px 0;
}
.navbar .w50{
	margin-bottom: 20px;
}
.navbar .bk_color{
	background-color: rgba(3,13,25,.08);
	box-sizing: border-box;
	padding: 20px;
	height: 100%;
}
.navbar .title span{
	font-weight: 700;
    font-style: normal;
    font-size: 25px;
}
.navbar .title{
	font-size: 16px;
    text-align: center;
    font-style: italic;
    font-weight: 400;
}
.navbar .w50{
	width: 100%;
	margin-bottom: 20px;
}
.navbar p{
	font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 17px;
	width: calc(100% - 70px);
	box-sizing: border-box;
	line-height: normal;
}
.navbar .ico{
	vertical-align: middle;
    width: 30px;
	align-self: center;
}
.navbar .w50.right p{
	text-align: right;
}


