.foot_popup[tar="terms"]
{
	background-image: url(../../img/popup/popups_bg_top.png);
}
#foot_popup_terms
{
	/* border: 3px solid #f00; */
	box-sizing: border-box;
	padding: 95px 30px 0;
	height: 100%;
}
#foot_popup_terms_info
{
	overflow-y: scroll;
	padding-right: 15px;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	color: #401b02;
}
.foot_popup_terms_title
{
	font-size: 1.9rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
}
@media screen and (min-width:800px)
{
	#foot_popup_terms
	{
		padding: 168px 30px 15px 50px;
	}
}