*{
	margin: 0%;
	padding: 0%;
}
body{
	width: 100%;
	height: 100%;
	background-color: beige;
	position: absolute;
}
a{
	text-decoration: none;
	color: unset;
}

/**********Header**********/
header{
	width: 100%;
	float: left;
}
header .header-1{
	width: 90%;
	padding: 0% 5%;
	margin-top: 1%;
	float: left;
}
header .header-1 .logo{
	width: 25%;
	float: left;
	display: grid;
	grid-template-columns: 5vw calc(95% - 5vw);
	grid-column-gap: 5%;
}
header .header-1 .logo img{
	width: 5vw;
	height: 5vw;
	float: left;
	object-fit: cover;
	border: 3px solid darkred;
	border-radius: 100vw;
}
header .header-1 .logo h2{
	width: 100%;
	margin: auto;
}
header .header-1 .logo h2 strong{
	width: 100%;
	float: left;
	font-family: "Abril Fatface", serif;
	font-size: 3vw;
	letter-spacing: 35px;
	color: darkred;
}
header .header-1 .logo h2 span{
	width: 100%;
	margin-top: -5%;
	float: left;
	font-family: sans-serif;
	font-size: 1vw;
	color: rgb(0,49,83);
}
header .header-1 ul{
	width: 50%;
	margin-top: 2%;
	margin-left: 13%;
	float: left;
	display: grid;
	grid-template-columns: auto auto auto auto auto;
	grid-column-gap: 7%;
}
header .header-1 ul li{
	width: auto;
	list-style: none;
	text-align: right;
	font-family: sans-serif;
	font-size: 1.2vw;
	font-weight: bold;
	color: rgb(0,49,83);
}
header .header-1 ul .li-1{
	display: none;
}
header .header-1 p{
	width: 12%;
	margin-top: 2%;
	float: right;
	display: grid;
	grid-template-columns: auto auto auto;
	grid-column-gap: 15%;
	text-align: right;
}
header .header-1 p i{
	width: auto;
	color: darkred;
}
header .header-1 #close{
	display: none;
}

header .header-2{
	width: 100%;
	float: left;
	background-image: url(../images/img-1.jpeg);
	background-position: center;
	background-size: 100%;
}
header .header-2 section{
	width: 90%;
	padding: 10% 5%;
	background-color: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(3px);
	float: left;
}
header .header-2 section h2{
	width: 100%;
	float: left;
	text-align: center;
	font-family: "Abril Fatface", serif;
	font-size: 5vw;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
header .header-2 section a{
	width: 25%;
	padding: 1%;
	margin-top: 2%;
	margin-left: calc(75% / 2);
	background-color: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(25px);
	float: left;
	border-radius: 100px;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3), -3px -3px 3px rgba(0, 0, 0, 0.3);
}
header .header-2 section a p{
	width: calc(92% - 4px);
	padding: 4%;
	float: left;
	border: 2px solid darkred;
	border-radius: 100px;
	text-align: center;
	font-family: sans-serif;
	font-size: 1.7vw;
	font-weight: bold;
}

/**********Div-1**********/
.div-1{
	width: 90%;
	margin-top: 5%;
	margin-left: 5%;
	float: left;
}
.div-1 .box-1{
	width: 100%;
	float: left;
}
.div-1 .box-1 h3{
	width: 100%;
	float: left;
	font-family: "Abril Fatface", serif;
	font-size: 2vw;
}
.div-1 .box-1 .ul-1{
	width: 100%;
	margin-top: 1%;
	float: left;
}
.div-1 .box-1 .ul-1 li{
	width: 96%;
	padding: 1.5%;
	float: left;
	list-style: none;
	border-top: 2px solid silver;
}
.div-1 .box-1 .ul-1 li:last-child{
	border-bottom: 2px solid silver;
}
.div-1 .box-1 .ul-1 li strong{
	width: 100%;
	float: left;
	font-family: sans-serif;
	font-size: 1.3vw;
}
.div-1 .box-1 .ul-1 li span{
	width: 100%;
	float: left;
	font-family: sans-serif;
	font-size: 1.2vw;
}
.div-1 .box-1 .ul-1 li:nth-child(odd){
	background-color: darkred;
	color: white;
}

.div-1 .box-2{
	width: 100%;
	margin-top: 5%;
	float: left;
}
.div-1 .box-2 h3{
	width: 100%;
	float: left;
	font-family: "Abril Fatface", serif;
	font-size: 2vw;
}
.div-1 .box-2 .ul-1{
	width: 100%;
	margin-top: 2%;
	float: left;
	display: grid;
	grid-template-columns: 47.5% 47.5%;
	grid-column-gap: 5%;
}
.div-1 .box-2 .ul-1 li{
	width: 90%;
	padding: 5%;
	margin-bottom: 10%;
	list-style: none;
	border: 2px solid go;
	border-radius: 10px;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3), -3px -3px 5px rgba(0, 0, 0, 0.3);
}
.div-1 .box-2 .ul-1 li i{
	width: auto;
	margin-top: -5%;
	margin-left: -2%;
	margin-right: 3%;
	margin-bottom: 1%;
	font-size: 2vw;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.div-1 .box-2 .ul-1 li span{
	font-family: sans-serif;
	font-size: 1.2vw;
}


/*********************/

.body{
	width: 90%;
	padding-bottom: 3%;
	margin: 3% 5%;
	float: left;
}
.details .steps section h4{
	width: 100%;
	float: left;
	font-family: sans-serif;
	font-size: 1.1vw;
}
.details button{
	width: auto;
	padding: 1% 10%;
	margin-top: 1%;
	background-color: rgb(130, 0, 0);
	border: none;
	border-radius: 100px;
	outline: none;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3), 
		-3px -3px 3px rgba(255, 255, 255, 0.2);
	font-family: "Abril Fatface", serif;
	font-size: 1.5vw;
	font-weight: bold;
	color: white;
	text-shado: -2px -2px 2px rgba(0, 0, 0, 0.3), 
		2px 2px 2px rgba(255, 255, 255, 0.2);
}

.steps-param{
	width: 100%;
	margin-top: 0%;
	margin-bottom: 5%;
	float: left;
	display: grid;
	grid-template-columns: 22% 22% 22% 22%;
	grid-column-gap: 4%;
}
.steps-param h2{
	grid-column-start: 1;
	grid-column-end: 5;
	width: 100%;
	margin-bottom: 3%;
	font-family: "Abril Fatface", serif;
	font-size: 2vw;
	color: rgb(35, 45, 45 / 1.0);
}
.steps-param section{
	width: 100;
}
.steps-param section strong{
	grid-column-start: 1;
	grid-column-end: 5;
	width: 100%;
	margin-bottom: %;
	float: left;
	text-align: center;
	font-family: "Abril Fatface", serif;
	font-size: 1.1vw;
	color: rgb(35, 45, 45);
}
.steps-param section p{
	width: calc(100% - 4px);
	margin-top: ;
	float: left;
	border: 1px solid darkred;
	border-radius: 100px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3),-3px -3px 3px rgba(255, 255, 255, 0.1);
}

.page{
	width: 100%;
	float: left;
}

.page .form{
	width: 62%;
	padding-left: 4%;
	float: right;
	display: grid;
	grid-template-columns: 45% 45%;
	grid-column-gap: 10%;
	border-left: 1px dashed rgba(0, 0, 0, 1.0);
}
.page .form .lab-1,
.page .form .lab-2,
.page .form .lab-3{
	width: 100%;
	margin-bottom: 15%;
	font-family: sans-serif;
}
.page .form .lab-2{
	display: grid;
	grid-template-columns: 45% 45%;
	grid-column-gap: 10%;
}
.page .form .lab-3{
	display: grid;
	grid-template-columns: 20% 45% 25%;
	grid-column-gap: 5%;
}
.page .form .lab-1 span,
.page .form .lab-2 p,
.page .form .lab-3 p{
	width: 100%;
	float: left;
	font-size: 1.3vw;
	font-weight: bold;
}

.details .steps section{
	width: 100%;
	height: 100%;
	margin-bottom: 10%;
	font-family: sans-serif;
}

.page .form .lab-3 p{
	width: 100%;
	float: left;
	font-size: 1.3vw;
	font-weight: bold;
}
.page .form label input,
.page .form label select{
	background-color: transparent;
	font-size: 1vw;
}
.page .form .lab-1 input{
	width: 100%;
	margin-top: 1%;
	float: left;
	border: unset;
	border-bottom: 1px solid rgb(0, 0, 0);
	outline: none;
}
.page .form .lab-2 p{
	grid-column-start: 1;
	grid-column-end: 3;
}
.page .form .lab-2 label{
	width: 100%;
	float: left;
}
.page .form .lab-2 label input{
	margin-top: 3%;
	float: left;
}
.page .form .lab-2 label span{
	float: right;
	font-family: sans-serif;
	font-size: 1.3vw;
}
.page .form .lab-3 p{
	grid-column-start: 1;
	grid-column-end: 4;
}
.page .form .lab-3 label{
	width: 100%;
	height: 100%;
	display: grid;
}
.page .form .lab-3 label span{
	width: 100%;
	float: left;
}
.page .form .lab-3 label input,
.page .form .lab-3 label select{
	width: 100%;
	float: left;
	border: unset;
	border-bottom: 1px solid rgb(0, 0, 0);
	outline: none;
}
.page .form button{
	width: 50%;
	padding: 3% 5%;
	background-color: darkred;
	border: none;
	outline: none;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
	font-family: sans-serif;
	font-size: 1.3vw;
	font-weight: bold;
	color: white;
}

.page ul{
	width: 30%;
	float: left;
}
.page ul h3{
	width: 100%;
	margin-bottom: 3%;
	float: left;
	border-bottom: 1px solid rgba(35, 43, 43);
	font-family: "Abril Fatface", serif;
	font-size: 2vw;
}
.page ul li{
	width: 100%;
	padding-block: 2%;
	margin-bottom: 2%;
	float: left;
	list-style: none;
	border-bottom: 1px dashed;
	font-family: sans-serif;
	font-size: 1vw;
}
.page ul li strong{
	width: 100%;
	float: left;
}
.page ul li span{
	width: 100%;
	float: left;
}

.succes{
	width: 100%;
	float: left;
}
.succes h3{
	width: 100%;
	float: left;
	font-family: "Abril Fatface", serif;
	font-size: 3vw;
}
.details .steps section{
	width: 100%;
	height: 100%;
	margin-bottom: 10%;
	font-family: "Abril Fatface", serif;
}
.page .form .lab-3 p{
	width: 100%;
	float: left;
	font-size: 1.1vw;
	font-weight: bold;
}
.succes h3{
	width: 100%;
	float: left;
	text-align: center;
	font-family: "Abril Fatface", serif;
	font-size: 3vw;
}
.succes p{
	width: 100%;
	float: left;
	text-align: center;
	font-family: sans-serif;
	font-size: 1.3vw;
}
.succes a{
	width: 10;
	padding: 1.5% 5%;
	margin-top: 5%;
	margin-left: 40%;
	background-color: goldenrod;
	float: left;
	border-radius: 100px;
	font-family: "Abril Fatface", serif;
	font-size: 1.3vw;
	font-weight: bold;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}



















/***************650px***************/
@media only screen and (max-width: 650px) {


/**********Header**********/
header{
	width: 100%;
	float: left;
}
header .header-1 .logo{
	width: 50%;
	float: left;
	display: grid;
	grid-template-columns: 12vw calc(95% - 12vw);
	grid-column-gap: 5%;
}
header .header-1 .logo img{
	width: 12vw;
	height: 12vw;
	float: left;
	object-fit: cover;
	border: 3px solid darkred;
	border-radius: 100vw;
}
header .header-1 .logo h2{
	width: 100%;
	margin: auto;
}
header .header-1 .logo h2 strong{
	width: 100%;
	float: left;
	font-family: "Abril Fatface", serif;
	font-size: 7vw;
	letter-spacing: 15px;
	color: darkred;
}
header .header-1 .logo h2 span{
	width: 100%;
	margin-top: -5%;
	float: left;
	font-family: sans-serif;
	font-size: 1.95vw;
	color: rgb(0,49,83);
}
header .header-1 #hidenmenu{
	width: 70%;
	height: 100%;
	padding: 0% 5%;
	background-color: darkred;
	position: fixed;
	margin-top: 0%;
	top: 0;
	right: 0;
	display: none;
	z-index: 1;
}
header .header-1 ul li{
	width: 100%;
	padding-bottom: 5%;
	margin-bottom: 5%;
	float: left;
	list-style: none;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
	text-align: left;
	font-family: sans-serif;
	font-size: 5vw;
	font-weight: unset;
	color: white;
}
header .header-1 ul li:nth-child(1){
	margin-top: 25%;
}
header .header-1 ul .li-1{
	display: unset;
}
header .header-1 p{
	width: auto;
	margin-top: 2%;
	float: right;
	display: unset;
	text-align: right;
}
header .header-1 p a{
	display: none;
}
header .header-1 p i{
	width: auto;
	color: darkred;
}
header .header-1 p #bars{
	font-size: 7vw;
}
header .header-1 p #close{
	display: none;
	position: relative;
	font-size: 7vw;
	color: white;
}
header .header-1 .ul-2{
	width: auto;
	margin-top: 2.5%;
	float: right;
	display: unset;
}
header .header-1 #close{
	width: auto;
	margin-top: 5%;
	margin-bottom: 15%;
	float: right;
	display: unset;
	font-size: 10vw;
	color: white;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
header .header-1 .ul-2 li{
	width: 100%;
	list-style: none;
	text-align: right;
	font-family: sans-serif;
	font-size: 1.3vw;
	display: none;
}
header .header-1 .ul-2 .bars{
	display: unset;
	text-align: right;
	font-size: 7vw;
}
header .header-1 .ul-2 .close{
	display: none;
}


header .header-2{
	width: 100%;
	float: left;
	background-image: url(../images/img-1.jpeg);
	background-position: center;
	background-size: 100%;
}
header .header-2 section{
	width: 90%;
	padding: 15% 5%;
	background-color: rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(3px);
	float: left;
}
header .header-2 section h1{
	width: 100%;
	float: left;
	text-align: center;
	font-family: "Abril Fatface", serif;
	font-size: 10vw;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

/**********Div-1**********/
.div-1{
	width: 90%;
	margin-top: 5%;
	margin-left: 5%;
	float: left;
}
.div-1 .box-1{
	width: 100%;
	float: left;
}
.div-1 .box-1 h3{
	width: 100%;
	float: left;
	font-family: "Abril Fatface", serif;
	font-size: 5vw;
}
.div-1 .box-1 .ul-1{
	width: 100%;
	margin-top: 1%;
	float: left;
}
.div-1 .box-1 .ul-1 li{
	width: 96%;
	padding: 1.5%;
	float: left;
	list-style: none;
	border-top: 2px solid silver;
}
.div-1 .box-1 .ul-1 li:last-child{
	border-bottom: 2px solid silver;
}
.div-1 .box-1 .ul-1 li strong{
	width: 100%;
	float: left;
	font-family: sans-serif;
	font-size: 3.5vw;
}
.div-1 .box-1 .ul-1 li span{
	width: 100%;
	float: left;
	font-family: sans-serif;
	font-size: 3vw;
}

.div-1 .box-2{
	width: 100%;
	margin-top: 5%;
	float: left;
}
.div-1 .box-2 h3{
	width: 100%;
	float: left;
	font-family: "Abril Fatface", serif;
	font-size: 5vw;
}
.div-1 .box-2 .ul-1{
	width: 100%;
	margin-top: 2%;
	float: left;
	display: unset;
	grid-template-columns: 47.5% 47.5%;
	grid-column-gap: 5%;
}
.div-1 .box-2 .ul-1 li{
	width: 90%;
	padding: 5%;
	margin-bottom: 10%;
	float: left;
	list-style: none;
	border: 2px solid go;
	border-radius: 10px;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3), -3px -3px 5px rgba(0, 0, 0, 0.3);
}
.div-1 .box-2 .ul-1 li i{
	width: auto;
	margin-top: -5%;
	margin-left: -2%;
	margin-right: 3%;
	margin-bottom: 1%;
	font-size: 5vw;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.div-1 .box-2 .ul-1 li span{
	font-family: sans-serif;
	font-size: 3vw;
}


/*********************/

.body{
	width: 90%;
	padding-bottom: 3%;
	margin: 3% 5%;
	float: left;

}
.details .steps section h4{
	width: 100%;
	float: left;
	font-family: sans-serif;
	font-size: 5vw;
}
.details button{
	width: auto;
	padding: 1% 10%;
	margin-top: 1%;
	background-color: rgb(130, 0, 0);
	border: none;
	border-radius: 100px;
	outline: none;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3), 
		-3px -3px 3px rgba(255, 255, 255, 0.2);
	font-family: "Abril Fatface", serif;
	font-size: 1.5vw;
	font-weight: bold;
	color: white;
	text-shado: -2px -2px 2px rgba(0, 0, 0, 0.3), 
		2px 2px 2px rgba(255, 255, 255, 0.2);
}

.steps-param{
	width: 100%;
	margin-top: 0%;
	margin-bottom: 5%;
	float: left;
	display: unset;
	grid-template-columns: 22% 22% 22% 22%;
	grid-column-gap: 4%;
}
.steps-param h2{
	grid-column-start: 1;
	grid-column-end: 5;
	width: 100%;
	margin-bottom: 7%;
	float: left;
	font-family: "Abril Fatface", serif;
	font-size: 5vw;
	color: rgb(35, 45, 45 / 1.0);
}
.steps-param section{
	width: 100;
}
.steps-param section strong{
	grid-column-start: 1;
	grid-column-end: 5;
	width: 100%;
	margin-bottom: 0%;
	float: left;
	text-align: left;
	font-family: "Abril Fatface", serif;
	font-size: 3.5vw;
	color: rgb(35, 45, 45);
}
.steps-param section p{
	width: calc(100% - 4px);
	margin-top: ;
	margin-bottom: 5%;
	float: left;
	border: 1px solid gold;
	border-radius: 100px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3),-3px -3px 3px rgba(255, 255, 255, 0.1);
}

.page{
	width: 100%;
	float: left;
}

.page .form{
	width: 100%;
	padding-left: 0%;
	float: right;
	display: unset;
	grid-template-columns: 45% 45%;
	grid-column-gap: 10%;
	border-left: none;
}
.page .form .lab-1,
.page .form .lab-2,
.page .form .lab-3{
	width: 100%;
	margin-bottom: 10%;
	font-family: sans-serif;
	float: left;
}
.page .form .lab-2{
	display: grid;
	grid-template-columns: 40% 40%;
	grid-column-gap: 20%;
}
.page .form .lab-3{
	display: grid;
	grid-template-columns: 20% 45% 25%;
	grid-column-gap: 5%;
}
.page .form .lab-1 span,
.page .form .lab-2 p,
.page .form .lab-3 p{
	width: 100%;
	float: left;
	font-size: 3.5vw;
	font-weight: bold;
}
.details .steps section{
	width: 100%;
	height: 100%;
	margin-bottom: 10%;
	font-family: sans-serif;
}

.page .form .lab-3 p{
	width: 100%;
	float: left;
	font-size: 3vw;
	font-weight: bold;
}
.page .form label input,
.page .form label select{
	background-color: transparent;
	font-size: 3vw;
}
.page .form .lab-1 input{
	width: 100%;
	margin-top: 1%;
	float: left;
	border: unset;
	border-bottom: 1px solid rgb(0, 0, 0);
	outline: none;
}
.page .form .lab-2 p{
	grid-column-start: 1;
	grid-column-end: 3;
}
.page .form .lab-2 label{
	width: 100%;
	float: left;
}
.page .form .lab-2 label input{
	margin-top: 3%;
	float: left;
}
.page .form .lab-2 label span{
	float: right;
	font-family: sans-serif;
	font-size: 3vw;
}
.page .form .lab-3 p{
	grid-column-start: 1;
	grid-column-end: 4;
}
.page .form .lab-3 label{
	width: 100%;
	height: 100%;
	display: grid;
}
.page .form .lab-3 label span{
	width: 100%;
	float: left;
}
.page .form .lab-3 label input,
.page .form .lab-3 label select{
	width: 100%;
	float: left;
	border: unset;
	border-bottom: 1px solid rgb(0, 0, 0);
	outline: none;
}
.page .form button{
	width: 50%;
	padding: 3% 5%;
	background-color: gold;
	border: none;
	outline: none;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
	font-family: sans-serif;
	font-size: 3.5vw;
	font-weight: bold;
}

.page ul{
	width: 100%;
	margin-top: 15%;
	float: left;
}
.page ul h3{
	width: 100%;
	margin-bottom: 3%;
	float: left;
	border-bottom: 1px solid rgba(35, 43, 43);
	font-family: "Abril Fatface", serif;
	font-size: 5vw;
}
.page ul li{
	width: 100%;
	padding-block: 2%;
	margin-bottom: 2%;
	float: left;
	list-style: none;
	border-bottom: 1px dashed;
	font-family: sans-serif;
	font-size: 3.5vw;
}
.page ul li strong{
	width: 100%;
	float: left;
}
.page ul li span{
	width: 100%;
	float: left;
}

.succes{
	width: 100%;
	float: left;
}
.succes h3{
	width: 100%;
	float: left;
	font-family: "Abril Fatface", serif;
	font-size: 3vw;
}
.details .steps section{
	width: 100%;
	height: 100%;
	margin-bottom: 10%;
	font-family: "Abril Fatface", serif;
}
.page .form .lab-3 p{
	width: 100%;
	float: left;
	font-size: 1.1vw;
	font-weight: bold;
}
.succes h3{
	width: 100%;
	margin-top: 5%;
	float: left;
	text-align: center;
	font-family: "Abril Fatface", serif;
	font-size: 5vw;
}
.succes p{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 3.5vw;
}
.succes a{
	width: 10;
	padding: 3% 15%;
	margin-top: 5%;
	margin-left: 30%;
	float: left;
	border-radius: 100px;
	font-size: 3.5vw;
	font-weight: bold;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}


}