@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap");
html, body {
	font-family: Ubuntu;
	overflow-x: hidden;
}
.wrapper {
	max-width: 1440px;
	margin: auto;
}
.text_wrapper {
	max-width: 825px;
	margin: auto;
}
.light_p {
	font-family: Ubuntu;

	font-size: 20px;
	font-weight: 200;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: left;
}

.strong_p {
	font-family: Ubuntu;
	color: #000;
	font-size: 30.361px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.text_wrapper h2 {
	color: #000;
	font-size: 72.289px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.price {
	max-width: 880px;
	margin: 0 auto;
}
.price_txt {
	font-size: 18px;
	font-weight: 200;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: left;
}
button{
border-radius: 20px;
border: 2px solid #CB8171;
padding: 37px 100px;
color: #CB8171;
font-family: Ubuntu;
font-size: 28px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: uppercase;
text-decoration: none;

}
.btn a{
color: #CB8171;
font-family: Ubuntu;
font-size: 28px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: uppercase;
text-decoration: none;
}
button:hover{
transition: .6s;
background-color:#CB8171 ;
color: white;
}



.priced_p {
	color: #b7b0a3;
	font-family: Ubuntu;
	font-size: 67px;
	font-weight: 700;
	line-height: 81px;
	letter-spacing: 0em;
	text-align: left;
  margin-top: -25px;
}
.contact {
	background: #f3f0eb;
}
.home {
	width: 51.184px;
	height: 51.184px;
}
.phone {
	width: 39.216px;
	height: 39.216px;
}
.number {
	font-size: 36.509px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.ya_map {
	font-family: arial;
	font-size: 12px;
	color: #454545;
}

#map {
	width: 100%;
	height: 500px;
}
@media (max-width: 540px) {
  button{
    border-radius: 20px;
  border: 2px solid #CB8171;
  padding: 27px 50px;
  
  }
  button {
  color: #CB8171;
  font-family: Ubuntu;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  
  
  
  }
	.text_wrapper h2 {
		color: #000;
		font-size: 35.289px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	.light_p {
		font-family: Ubuntu;

		font-size: 15px;
		font-weight: 200;
		line-height: 24px;
		letter-spacing: 0em;
		text-align: left;
	}

	.strong_p {
		font-family: Ubuntu;
		color: #000;
		font-size: 20.361px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	.number {
		font-size: 15px;
    margin-left: 16px;
	}
  .priced_p {
    color: #b7b0a3;
    font-family: Ubuntu;
    font-size: 37px;
    font-weight: 700;
    line-height: 81px;
    letter-spacing: 0em;
    text-align: left;
  }
  .x{
    margin-bottom: -25px;

  }
}
