*, html, body{
	padding: 0; margin: 0;
	font-family: 'Open Sans', sans-serif; font-weight: 400;
}

strong{
	font-family: 'Open Sans', sans-serif; font-weight: 700;
}

section{
	background: #f2f2f1;
	width: 100%; 
}

header{
	text-align: center;
	padding: 30px 0;
}

header img{
	max-width: 90%;
}

.selects{
	text-align: center;
	display: flex;
	width: 95%;
	max-width: 1600px;
	margin:15px auto;
}

.selects label{
	color: #676767;
	display: block;
	font-size: 18px;
	margin-bottom: 10px;
}

.conte-select{
	text-align: left;
	width: 100%;
	position: relative;
	margin: 0 10px;
}

.conte-select::after{
	content: '';
	width: 12px;
    height: 9px;
    position: absolute;
    bottom: 13px;
    right: 12px;
	z-index: 1;
	background: url("../img/down.svg") no-repeat;
	background-size: contain;
}
