* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html{
	font-family: 'Inter', sans-serif;
}

.container {
	position: relative;
	max-width: 1440px;
	margin: 0 auto;
}


.header .container {
	display: flex;
	justify-content: space-between;
	align-items:center;
	height: 60px;
	padding: 10px 120px;
	background-color: #fff;

}
.header_menu-wr .logo_icon {
	width: 72px;
	height: 40px;
}

.header_menu{
	display: flex;
	justify-content: space-between;
	width: 329px;
}
.header_link {
	height: 22px;
	font-size: 14px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.57;
	letter-spacing: normal;
	text-align: left;
	color: #000;
	text-decoration:none ;

}


@media (max-width: 768px) {
.header .container {
	padding: 10px 40px;
}


} 

@media (max-width: 425px){
.header .container {
	padding: 8px 16px;
	height: 40px;
}
.header_link{
	font-size: 12px;
	margin: 0 auto;
}

	
.header_menu-wr .logo_icon{
	width: 45px;
	height: 25px;
	margin: 0 37px 0 0;
	}
}


/*FOOTER*/

.footer_icon {
	filter: invert();
	margin-right: 10px;
}

.footer_block1 {
	display: flex;
	justify-content: space-between;
	margin-top: 56px;
	max-width: 1440px;
	min-height: 217px;
	padding: 32px 120px ;
	background-color: #b9506a;
}



.footer_link{
	display: flex;
	justify-content: space-around;
	width: 613px;
	min-height: 144px;
	/* margin: 0 0 0 0;
	padding: 0; */
}

.footer_link li{
	list-style-type: none;
	margin-top: 12px;
}
.legal li{
	display: flex;
}

.footer_link .follow_us,
.footer_link .legal{
	flex-grow: 0;
	font-size: 16px;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
}

.footer_link span{
	flex-grow: 0;
	font-size: 20px;
	font-weight: 900;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.6;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
}


.footer_link a{
	display: flex;
	font-size: 16px;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	text-decoration: none;
	color: #fff;
}


.footer_link .link_icon {
	vertical-align: middle;
	margin-right: 8px;
}


.footer_block2 {
	max-width: 1440px;
	min-height: 56px;
	text-align: center;
	padding: 15px;
	background-color: #232323;
	font-size: 16px;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #fff;
}

@media (max-width: 768px){
.footer_block1{
	max-width: 768px;
	margin-top: 32px;
	min-height: 200px;
	padding: 32px 40px ;
}
.footer_link{
	width: 500px;
	height: 136px;


}
.legal li{
	margin-top: 14px;
	font-size: 14px;
}
.footer_link span{
	font-size: 16px;
}
.footer_link a{
	font-size: 14px;
	display: flex;
}
.footer_block2{
	max-width: 768px;
	min-height: 48px;
	padding: 11px;
}
}

@media (max-width: 425px){
.footer_block1{
	display: block;
	max-width: 425px;
	min-height: 364px;
	padding-left: 16px;
	padding-top: 24px;
}
.join_img{
	margin: 0;
}
.footer_icon {
	width: 72px;
	height: 40px;
	margin: 0 66px 16px 0;
}
.footer_link {
	width: 375px;
	display: block;
}

.footer_link a{
	font-size: 14px;
}
.footer_link span{
	font-size: 16px;
}
.get_in_touch{
	font-size: 14px;

}
.follow_us{
	margin-top: 24px;
	font-size: 14px;
}
.legal{
	position: relative;
	bottom: 157px;
	left: 100px;
	margin-top: 24px;
	margin-left: 40px;
	font-size: 14px;
}
.legal li{
	font-size: 14px;
	margin-top: 14px;
}
.footer_block2{
	max-width: 425px;
	min-height: 40px;
	padding: 11px 89px 11px 90px;
}
.footer_block2 span {
	font-size: 12px;
}
}