@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

html, body {
	margin: 0;
	padding: 0;
	-webkit-print-color-adjust: exact;
	print-color-adjust: exact;
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}

body {
	background-color: #fff;
}

/* DEFAULTS */

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 60px;
}

h2 {
	font-size: 34px;
	font-weight: 600;
}

h3 {
	font-size: 24px;
}

/* HEADER */

header {
	background-color: #fff;
}

header .wrapper {
	padding-top: 20px;
	padding-bottom: 20px;
}

.hero {
	background: linear-gradient(180deg, #ffffff 0%, #f8fafc 60%, #f1f5f9 100%);
}

.hero .wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	min-height: 550px;
	max-width: 650px;
	margin: 0 auto;
	padding-top: 75px;
	padding-bottom: 75px;
}

.hero .wrapper span {
	margin-bottom: 30px;
}

.hero .wrapper h1 {
	margin-bottom: 30px;
	color: #000;
	font-weight: 800;
}

.hero .wrapper p {
	font-size: 20px;
	font-weight: 300;
}

.hero .wrapper .form {
	margin-top: 30px;
}

.hero .wrapper .form .loader {
	display: none;
}

.hero .wrapper .form .form-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}

.hero .wrapper .form .form-wrapper .form-space {
	display: flex;
	align-items: center;
	gap: 10px;
}

.hero .wrapper .form .form-wrapper .form-space label {
	white-space: nowrap;
}

.hero .wrapper .form .form-wrapper .form-space input {
	padding: 15px 20px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	height: 62px;
	text-align: center;
}

.hero .wrapper .form .form-wrapper .form-space .btn-1 {
	height: 62px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

/* FORMS */

.order .price {
	font-size: 50px;
	font-weight: 700;
}

.order-details {
	
}

.order-details .item {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.order-details .item span {
	display: block;
	padding: 5px 10px;
}

.order-details .item span:first-child {
	background-color: #f4f4f4;
}

/* FORMS */

.form-space label {
	display: block;
}

.form-space input {
	width: 100%;
	display: block;
	padding: 7px 15px;
	border: 1px solid #ddd;
	border-radius: 15px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .04);
}

/* BUTTONS */

.btn {
	border: 0;
	border-radius: 0;
	font-weight: 600;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .04);
}

.btn-1 {
	border: 1px solid #6BAF00;
    background-color: #6BAF00;
    padding: 11px 18px;
    color: #fff;
    border-radius: 15px;
}

.lds-roller,
.lds-roller div,
.lds-roller div:after {
	box-sizing: border-box;
}

.lds-roller {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}

.lds-roller div {
	animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	transform-origin: 40px 40px;
}

.lds-roller div:after {
	content: " ";
	display: block;
	position: absolute;
	width: 7.2px;
	height: 7.2px;
	border-radius: 50%;
	background: currentColor;
	margin: -3.6px 0 0 -3.6px;
}

.lds-roller div:nth-child(1) {
	animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
	top: 62.62742px;
	left: 62.62742px;
}

.lds-roller div:nth-child(2) {
	animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
	top: 67.71281px;
	left: 56px;
}

.lds-roller div:nth-child(3) {
	animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
	top: 70.90963px;
	left: 48.28221px;
}

.lds-roller div:nth-child(4) {
	animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
	top: 72px;
	left: 40px;
}

.lds-roller div:nth-child(5) {
	animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
	top: 70.90963px;
	left: 31.71779px;
}

.lds-roller div:nth-child(6) {
	animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
	top: 67.71281px;
	left: 24px;
}

.lds-roller div:nth-child(7) {
	animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
	top: 62.62742px;
	left: 17.37258px;
}

.lds-roller div:nth-child(8) {
	animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
	top: 56px;
	left: 12.28719px;
}

@keyframes lds-roller {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

/* FOOTER */

footer {
	padding: 20px 0;
}

footer p.company {
	font-size: 13px;
	line-height: 18px;
	color: #797979;
}

.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt50 { margin-top: 50px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.pt50 { padding-top: 50px !important; }
.pb50 { padding-bottom: 50px !important; }

@media (min-width: 1200px) {
	
	.container {
		max-width: 1140px;
	}
	
}

@media (min-width: 0px) and (max-width: 991px) {
	
	.m-mt20 { margin-top: 20px !important; }
	
}