h1{
  color: var( --e-global-color-secondary );
  font-family: "Gilroy";
  font-size: 38px;
  font-weight: 800;
  line-height: 58px;
  margin-top: 50px;
  margin-bottom: 30px;
}
h3{
  color: var( --e-global-color-secondary );
  font-family: "Gilroy";
  font-size: 20px;
  font-weight: 800;
  line-height: 40px;
  margin-bottom: 10px;
}
.wrapper{
  width: 100%;
}
.list_wrapper{
  display: flex;
flex-flow: column;
margin-left: 40px;
margin-bottom: 40px;
}
.list_wrapper .item{
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 40px;
}

.list_wrapper .item .radio{
  display: flex;
width: 15px;
height: 15px;
border: 1px solid #000000;
margin-right: 15px;
border-radius: 100%;
flex:none;

}
.list_wrapper .item.active .radio{
background: #F59907
}
.form_wrapper{
  width: 100%;
  border-top: 1px solid #C4C4C4;
  margin-top: 20px;
  padding-top: 20px;
  margin-bottom: 20px;
}
.form_wrapper .form_to_fill{
max-width: 500px;
margin-left: 40px;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text]{
  margin-bottom: 10px;
  outline: none;
}
.form_wrapper .form_to_fill input[type=submit]{
  border-radius: 0px;
border: none;
margin-top: 15px;
width: 100%;
font-style: normal;
font-weight: 800;
font-size: 18px;
line-height: 23px;
font-family: 'Mulish';
height: 40px;
}
h2{
  font-family: 'Gilroy';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 40px;
/* identical to box height, or 133% */
display: flex;
align-items: center;

color: #000000;
}
.number{

  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 800;
  font-size: 58px;
  line-height: 58px;
  color: #F59907;
  margin-inline: 0 15px;
}

#have_car {
  margin-left: 0;
  flex-flow: row;
  margin-bottom: 0;
}
#have_car .item{
  margin-right: 30px;
}
.finance_wrapper{
  display: flex;
  margin-left: 40px;
  padding-right: 40px;
  width: 100%;
  justify-content: space-between;
}
.finance_wrapper .wrapper_requisites,.finance_wrapper .form_to_fill {
  width: 50%;
}
.finance_wrapper .form_to_fill{
  max-width: 363px;
}
.finance_wrapper .form_pay p{
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 40px;
  /* or 222% */


  color: #606770;

}
.copy{
  height: 38px;
border: 1px solid #000000;
max-width: max-content;
display: flex;
align-items: center;
padding: 10px;
margin-bottom: 10px;
}

.copy img{
  cursor: pointer;
  margin-left: 10px;

}


@media only screen and (max-width: 768px) {

h1{
  margin-left: 20px;
  font-size: 30px;
}
.form_wrapper .form_to_fill {
    margin-left: 20px;
    margin-right: 20px;
}
.list_wrapper {
    margin-left: 20px;
    margin-bottom: 20px;
}
h2{
  margin-left: 20px;

}
.finance_wrapper{
  flex-flow: column;
padding-left: 20px;
margin-right: 0;
padding-right: 20px;
margin-left: 0;
}
.form_rahunok{
  width: 100%;
}
.finance_wrapper .form_to_fill {
  max-width:  100%;
}
.finance_wrapper .wrapper_requisites, .finance_wrapper .form_to_fill{
  width: 100%;
  margin-left: 0;
}
}
