@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
:root {
	font-size: 16px;
}
* {
	box-sizing: border-box;
	margin: 0;
}
html {
	min-height: 100%;
}
body {
	font: 1.250em/1.3em "PT Sans", sans-serif;
	color: #5B4B47;
}
#wrapper {
	position: relative;
	margin: 1rem auto;
	overflow: hidden;
	max-width: 505px;
	border: solid 1px #000;
	background: #E9E4DD url('bg.jpg') no-repeat;
	text-align: center;
	padding: 4rem 3rem;
}
p {
	padding-bottom: 0.5rem;
}
.left{
	text-align: left;
}
h1 {
	margin: 0;
	font-size: 1.592em;
	line-height: 1.1em;
}
h1 small {
	font-size: 0.7em;
}
h1 span, h2 span{
	color: #A06D53;
}
h2{
	font-size: 1.250em;
	line-height: 1.3;
	padding-bottom: 0.7rem;
}
h2 small{
	font-size: 0.8em;
}
:is(a:link, a:visited, a:hover, a:active) {
	color: inherit;
	text-decoration: none;
}
ul {
padding: 0 0 1.1rem;
  list-style: none;
  text-align: left;
}
li {
	padding: 0 0 0 25px;
}
ul li:before {
	content: "\2714";
	font-size: 1em;
	margin: 0 0 0 -25px;
	float: left;
}
.phone{
	font-size: 1.6em;
}
.web,.house{
	vertical-align: -6px;
}
.background{
	text-align: left;
	color: #fff;
	padding: 0 0 1rem 0.5rem;
	font-size: 1.063em;
}
img {
	max-width: 100%;
	height: auto;
	
}
@media only screen and (max-width:504px) {
	body{
		font-size: 1em;
	}
	#wrapper {
		border: none;
		margin: 0 auto;
		background: #EAE5E0 url('res.jpg') no-repeat;
		background-size: 100% 100%;
		padding: 1rem;
	}
	p :is(a,span){
		display: inline-block;
	}
	.background{
		background: #986852;
		padding: 0.5rem;
		text-align: center;
		margin-bottom: 1rem;
	}
}
