html {
  scroll-behavior: smooth;
  padding: 0;
	margin: 0;
}
body{
	width: 100vw;
	overflow-x: hidden;
	position: relative;
	padding: 0;
	margin: 0;
	background: white;
	font-family: 'Lora', serif;
}
.title{
		color: rgba(97, 78, 54, 1);
		font-family: 'Manrope', sans-serif;
		font-weight: 600;
font-size: 36px;
line-height: 130%;
/* or 47px */

letter-spacing: 0.01em;
	}
	.subtitle{
		line-height: 32px;
	}
.center_wrapper{
	position:relative;height:inherit;margin:auto
}
.center_wrapper{
	width: 95%;
	max-width:1180px;min-width:820px;padding:0 36px 0 36px;
	margin-left: 50%;
	transform: translateX(-50%);
}

section{opacity:1;transition:1.4s}

.full_width{
		width: 100vw;
		background-color: #F2F2F2;
	}

.card{
	background: #FFFFFF;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	padding: 40px;
	transition: 0.5s;
}
input, textarea{
	position: relative;
	margin-bottom: 14px;
	height: 42px;
	width: 100%;
	outline: none;
	border: none;
	border-bottom:1px solid #414141;
	font-family: Lora;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 200%;
resize: none;
}

a{
	text-decoration: none;
	color: inherit;
}

input[type="checkbox"] {
	border: 1px solid #000000;
box-sizing: border-box;
border-radius: 2px;
width: 19px;
height: 19px;
transform: translateY(4px);
cursor: pointer;
}

.button{
		display: inline-block;
		background: #613008;
		max-height: 40px;
		width: auto;
		padding:0 14px;
		border-radius: 3px;
		color: white;
		font-size: 18px;
		line-height: 40px;
		font-family: 'Manrope', sans-serif;
		cursor: pointer;
	}
button{
	outline: none;
	border: none;
}
@media only screen and (max-width: 770px) {
  .center_wrapper{

		max-width:calc(100vw - 52px);min-width:calc(100vw - 52px);padding:0 26px;
	}
	.primary{
		height: 55px;
		line-height: 55px;
		min-width: 123px;
	}

}