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




/* Typography */
a,
input[type="submit"],
input[type="button"],
button{
	-webkit-transition: color .3s ease-in, border-color .3s ease-in, background-color .3s ease-in, opacity .3s ease-in;
	-moz-transition: color .3s ease-in, border-color .3s ease-in, background-color .3s ease-in, opacity .3s ease-in;
	transition: color .3s ease-in, border-color .3s ease-in, background-color .3s ease-in, opacity .3s ease-in;
}
input[type="submit"],
input[type="button"],
button,
.ba-button{
	display: inline-block;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
textarea,
select {

	-webkit-transition: color .3s ease-in, border-color .3s ease-in, background-color .3s ease-in, opacity .3s ease-in;
	-moz-transition: color .3s ease-in, border-color .3s ease-in, background-color .3s ease-in, opacity .3s ease-in;
	transition: color .3s ease-in, border-color .3s ease-in, background-color .3s ease-in, opacity .3s ease-in;
}
body {
	width: 100%;
	height: 100%;
	background-color: #565b5d;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.container {
	background-image: url(../imgs/bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 66.66%;
	min-height: 600px;
	margin: auto;
	padding: 5% 20%;
	min-width: 200px;
}
.header-form {
	display: flex;
	justify-content: space-between;
	padding: 20px 20px;
	max-width: 336px;
	max-height: 72px;
	margin: auto;
	background-color: #eee4a9;
}
.header__text h1 {
	margin: 0;
	color: #6e7f7b;
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	font-weight: 700;
}
.header__text h2 {
	margin: 0;
	color: #a6a28d;
	font-family: Montserrat, sans-serif;
	font-size: 10px;
	font-weight: 500;
}
.header__price h3 {
	margin-top: -5px;
	color: #637570;
	font-family: Montserrat, sans-serif;
	font-size: 36px;
	font-weight: 400;
	vertical-align: top;
}
.payment-form {
	background-color: #f5f5f5;
	padding: 40px 20px 15px 20px;
	max-width: 336px;
	margin: auto;
	min-height: 460px;
}
input, select {
	border: 2px solid #94a5a8;
}
.form__card {
	color: #9eabad;
	font-family: Montserrat, sans-serif;
	font-size: 13px;
	font-weight: 400;
}
.form__card input {
	width: 100%;
	margin-top: 5px;
	height: 42px;
	color: #727f82;
}
.form__monthyear {
	margin-top: 25px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 22px;
}
.form__month {
	color: #9eabad;
	font-family: Montserrat, sans-serif;
	font-size: 13px;
	font-weight: 400;
	min-width: 30%;
}
.form__month select {
	width: 100%;
	margin-top: 5px;
	height: 42px;
	color: #727f82;
	font-weight: 500;
}
.form__year {
	font-family: Montserrat, sans-serif;
	font-size: 13px;
	font-weight: 500;
	min-width: 30%;
	color: #727f82;
	height: 42px;
	vertical-align: bottom;
	margin-top: 21px;
}
.form__cvv {
	color: #9eabad;
	font-family: Montserrat, sans-serif;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 30px;
	display: block;
	height: 100px;
	border-bottom: 1px solid #e4eaea;
}
.form__cvv input {
	width: 96px;
	height: 42px;
	margin-right: 5px;
	margin-top: 5px;
	font-weight: 500;
	color: #727f82;
}
.form__cvv p:nth-child(3) {
	display: inline-block;
}
.form__cvv span {
	border-bottom: 1px solid #e4eaea;
}
.button {
	width: 100%;
	height: 48px;
	background-color: #25b167;
	text-align: center;
	border: none;
	color: #ffffff;
	font-family: Montserrat, sans-serif;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}
.button:hover {
	transform: scale(1.01);
}
.footer-text {
	width: 79px;
	display: block;
	margin: 0 auto;
	color: #9eabad;
	font-family: Montserrat, sans-serif;
	font-size: 12px;
	font-weight: 400;
	border-bottom: 1px solid #e4eaea;
	text-decoration: none;
}

