
*{
  padding: 0;
  margin: 0;
  border: 0;
}
*,*::before,*::after{
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


ul li {
  list-style: none;
}

body{
  font-family: arial;
  font-size: 20px;
  height: 100%;
  width: 100%;

}

.wrapper {
  height: 100%;
  background:linear-gradient(180deg, #386DBC 0%, #95B7EA 100%);
}

.container {
  max-width: 640px;
  margin: 0 auto;
}

.block{
  text-align: center;
  color: white;
  padding: 50px 0;
}


.block_title {

}

.block_body {
  max-width: 640px;
  background-color: white;
  border-radius: 10px;
  color: black;
}
h1 {
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 57px;

}
h5{
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 29px;
  color: #BDBDBD;
  padding: 20px 0 30px 0;
}

h6{
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
  padding: 30px 0 60px 0;
}
.forma {
	max-width: 430px;
	position: relative;
  display: flex;
  flex-direction: column;
  align-items:  center;
  justify-content: center;
  padding: 0 0 60px 0;
  margin: 0 auto;
}
.forma form {
	width: 100%;
	flex: 0 1 auto;
	
}
.name {

}

.form_text {
  flex: 0 1 auto;
  width: 100%;
  height: 62px;
  background: #F2F2F2;
  border-radius: 5px;
  padding: 0 15px;
  font-size: 20px;
}

.form_label {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 5px;
}

.form_input {
  padding: 0 15px;
  font-size: 20px;
}

.surname {

}

.email {

}

.phone {

}

.select select{
  padding: 0 15px;
  font-size: 20px;
  -webkit-appearance: none;
}

.select {
  position: relative;
}
.select::after{
  content: ' ';
  display: block;
  border-color: #2D9CDB transparent transparent transparent;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  position: absolute;
  top: 63%;
  right: 15px;
  z-index: 1;
  pointer-events: none;
}

.forma_select {

}

.sign {

}
.forma_btn {
  padding-top: 20px;
}
.forma_btn button{
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0.2em;
  color: white;
  background: #2D9CDB;
  height: 60px;
  width: 319px;
  border-radius: 5px;
}
.pole {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  margin-bottom: 28px;
  padding: 0 10px;
}
.clear{
    padding: 10px;
    color: #000;
    cursor: pointer;
}
