.padrepro{
  display:flex;
  flex-direction:row;
  flex-wrap:nowrap;
  justify-content:flex-start;
  align-items:center;
  align-content:space-between;
  
}

.hijopro1{
  order:0;
  flex:0 1 auto;
  align-self:auto;
  height:auto;
  width:25%;
  margin-left: 30px;

}
      
.hijopro2{
  order:0;
  flex:0 1 auto;
  align-self:auto;
  height:auto;
  width:60%;
}

@media (max-width: 1250px){
  .padrepro{
    display: block;

  }
  .hijopro1{
    width: 70%;
  }
  .hijopro2{
    margin-left: 30px;
    width: 70%;
  }
}

.subli{
   font-family: 'Noto Sans Georgian', sans-serif;
  color: #1C70B7;
  text-decoration: none;
  font-size: 15px;
}
.subli:hover{
  font-family:'Alexandria', sans-serif ;
  color:#62BB51 ;
}
.punto{
  color:#1C70B7;
   font-family: 'Noto Sans Georgian', sans-serif;
  text-decoration: none;
}
.punto:hover{
  font-family:'Alexandria', sans-serif ;
  color:#62BB51 ;
}
.prin{
   font-family: 'Noto Sans Georgian', sans-serif;
  color:#62BB51 ;
  text-decoration: none;
}
.hr{
  background:#62BB51 ;
        border: none;
        height: 12px;
        width: 100%;
        position: fixed;
         bottom:0;
           overflow: hidden;
}
.container{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  align-content:space-between;
 
}

.item-0{
  order:0;
  flex:0 1 auto;
  align-self:auto;
  height:auto;
  width:30%;
}
      
.item-1{
  order:0;
  flex:0 1 auto;
  align-self:auto;
  height:auto;
  width:45%;
}
      
 .v-line{
 border-left: thick solid #62BB51;
 height:250px;
 left: 20%;
 position: absolute;

}
@media (max-width: 1250px){
  .container{
  display: block;
    margin-left: 60px;
     }
  .item-0, .item-1{
    margin-left: 20px;
    
    width: 80%;
  }

  .et{
  	margin-left: 50px;
  	margin-right: 50px;
  }
  .send-btn{
  margin-left: 50px;
  }

 
}

.send-btn{
   background:#62BB51;
    color: #fff;
    font-family: 'Anton', sans-serif;
    font-size: 20px;
    width: 200px;
    height: 50px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1
}
.container01{
  display:flex;
  flex-direction:row-reverse;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  align-content:space-between;
 
}

.item-01{
  order:0;
  flex:0 1 auto;
  align-self:auto;
  height:auto;
  width:20%;
}
      
.item-02{
  order:0;
  flex:0 1 auto;
  align-self:auto;
  height:auto;
  width:38%;
}
      
.v-line2{
 border-right: thick solid #62BB51;
 height:250px;
 right: 18%;
 position: absolute;

}

@media (max-width: 1250px){
  .container01{
  display: block;
    margin-left: 60px;
     }
  .item-01, .item-02{
    margin-left: 20px;
    
    width: 80%;
  }

.v-line{
  left: 50px;
}

.v-line2{
  right: 50px;
}

 
}

