


.from_you{
  padding: 0 20px;
  background-color: #eee7ba;
  padding-bottom: 100px;
}
.from_you_h{
 text-align: center;
  font-weight: 600;
  font-size: 22px;
  line-height: 21px;
  padding-top: 40px;
  margin-bottom: 40px;
}
.all_from_you_content{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
    justify-content: space-evenly;
    row-gap: 40px;
}
.all_input_from{
  overflow: hidden;
}
/*
.all_input_from input{
    /* float: right; 
    height: 32px;
    line-height: 19px;
    padding: 0px 5px;
    width: 100%; 
    border: none;
    margin-bottom: 20px;
    margin-top: 10px;
}

.button_puch{
  position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    font-size: 14px;
    vertical-align: middle;
    color: rgb(255 255 255);
    text-align: center;
    background-color: #419152;
    line-height: 22px;
    height: 40px;
    padding: 0px 5px;
    box-sizing: border-box;
    border: none;
    margin: 0;
    transition: background-color 0.2s;
}
.all_input_from input[type="submit"]:hover,.all_input_from input[type="submit"]:active {
        background: #e3000f
    }
 
.reg_form{
  display: flex;
  width: 100%;
  max-width: 900px;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between
    
}

.all_input_from_about{
  height: 90px;
  line-height: 16px;
 
  width: 100%;;
  
}
.all_input_from_about textarea{
  height: 90px;
  line-height: 16px;
  font-size: 12px;
  padding: 0px 5px;
  width: 100%;;
  border: none;
  margin-top: 10px;
}
*/
.reg_form input[type=submit] {
padding: 5px;
height: 25px;
width: 100%;
line-height: 10px;
background: #ffb561;
color: white;
margin-top: 30px;
}
.reg_form input[type=submit]:hover {
  background: #ceb96c;
}

.contact_us{
  width: 100%;
  height: 250px;
  max-width: 400px;
  background-image:url(../img/reklm.jpg);
  
}
.contact_us{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  /* flex-wrap: nowrap; */
  align-items: center;
  font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: white;
}
.contact_us a{
  color: white;
}
.whatsapp_us{
  color: white;
  font-size: 40px;
}

.agreement{
  background-color: #25376d;
  padding-top: 20px;
  padding-bottom: 20px;
}
.agreement_flex_all{
    display: flex;
    flex-direction: row;
    /* max-width: 281px; */
    margin: 0 auto;
    gap: 40px;
    justify-content: center;
}
.agreement_flex{
    display: flex;
    padding: 0 20px;
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
    flex-direction: row;
    align-content: center;
    justify-content: space-evenly;
}

.agreement_box{
  max-width: 350px;
}
.agreement_title_main{
  text-align: justify;
  color: #ffffff;
  margin: 0 auto;
    max-width: 500px;
    font-weight: 200;
    font-size: 16px;
    line-height: 28px;
    padding-top: 20px;
}
.agreement_title{
  text-align: justify;
  color: #ffffff;
  margin: 0 auto;
    max-width: 500px;
    font-weight: 200;
    font-size: 16px;
    line-height: 28px;
    padding-top: 20px;
    margin-bottom: 40px;
}

.dop_infa{
  margin-top: 15px;
  padding-bottom: 50px;
  padding-top: 50px;
  background-color: #17437b;
  background-repeat: calc();
  text-shadow: 1px 1px black;
}
.dop_infa_title{
  text-align: justify;
  color: #e4d9ff;
  margin: 0 auto;
  max-width: 1000px;
  font-weight: 200;
  font-size: 20px;
  line-height: 28px;
  padding: 20px;
}

.dop_infa_h{
  margin: 0 auto;
  text-align: center;
  color: white;
  font-weight: 600;
  font-size: 22px;
  line-height: 21px;
  padding-top: 40px;
  margin-bottom: 40px;
  
}
.dop_infa_grids{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1000px;
  margin: 0 auto;
}


.dop_infa_img{
  position: absolute;
}



@media (max-width: 985px) {
  .maps_flex{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 20px
    
  }
  .maps_map {
    width: 600px;
  }
}

@media (max-width: 800px) {

  .header_item {
    display: none;
  }

  .burger {
     padding: 0; 
    background: none;
    border: 0;
    display: block;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 70px;
  }
  

}
@media screen and (max-width: 768px) {

  .maps_map {
    width: 300px;
  }
  .agreement_flex {
    display: flex;
    padding: 0 20px;
    /* gap: 40px; */
    max-width: 1000px;
    margin: 0 auto;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.agreement_box {
    display: flex;
    max-width: 350px;
    flex-direction: column;
}
  
}

@media (max-width: 650px) {
  .icon_flex {
    display: flex;
    gap: 50px;
    align-items: center;
    margin: 0 auto;
    max-width: 800px;
    text-align: center;
    flex-direction: column
}
.verticalLine2 {
  border-left: 2px solid white;
  height: 600px;
  position: absolute;
  left: 50%;
}
}

@media (max-width: 705px) {
  .why_we_grids {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    max-width: 500px;
    margin: 0 auto;
    padding-left: 30px;
  }
  .dop_infa_grids{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    max-width: 1000px;
    margin: 0 auto;
}

}
