.btn-default {
    width: 100px;
    height: 100px;
    background: #207fdc;
    border-radius: 100%;
    text-align: center;
    position: fixed;
    bottom: 36px;
    right: 21px;
    border: none;
  }
  
  .overlay-popap {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 30;
    background: rgb(229 228 228 / 87%)
  }
  
  .dlg-modal {
    width: 100%;
    max-width: 560px;
    background: #ffffff;
   
    margin: auto;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    position: fixed;
    left: 50%;
    z-index: 31;
    padding: 35px 36px;

  }
  
  .dlg-modal-fade {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  
  .dlg-modal-slide {
    top: -20px;
    transform: translate(-50%, -100%);
    visibility: visible;
    opacity: 1;
  }
  
  .closer {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    background: url(../images/cross.png) no-repeat;
    cursor: pointer;
  }
  
  /* animation */
  .fadeIn,
  .fadeOut,
  .slideInDown,
  .slideOutUp {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  
  @-webkit-keyframes fadeIn {
    from {
      opacity: 0;
      visibility: hidden;
    }
    to {
      opacity: 1;
      visibility: visible;
    }
  }
  
  @keyframes fadeIn {
    from {
      opacity: 0;
      visibility: hidden;
    }
    to {
      opacity: 1;
      visibility: visible;
    }
  }
  .fadeIn {
    /* overflow-x: hidden; */
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    opacity: 1;
    visibility: visible;
  }
  
  @-webkit-keyframes fadeOut {
    from {
      opacity: 1;
      visibility: visible;
    }
    to {
      opacity: 0;
      visibility: hidden;
    }
  }
  
  @keyframes fadeOut {
    from {
      opacity: 1;
      visibility: visible;
    }
    to {
      opacity: 0;
      visibility: hidden;
    }
  }
  .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
    opacity: 0;
    visibility: hidden;
  }
  
  @-webkit-keyframes slideInDown {
    from {
      top: -20px;
      transform: translate(-50%, -100%);
    }
    to {
      top: 50%;
      transform: translate(-50%, -50%);
    }
  }
  
  @keyframes slideInDown {
    from {
      top: -20px;
      transform: translate(-50%, -100%);
    }
    to {
      top: 50%;
      transform: translate(-50%, -50%);
    }
  }
  .slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    top: 50%;
    transform: translate(-50%, -50%);
    
  }
  
  @-webkit-keyframes slideOutUp {
    from {
      top: 50%;
      transform: translate(-50%, -50%);
    }
    to {
      top: -20px;
      transform: translate(-50%, -100%);
    }
  }
  
  @keyframes slideOutUp {
    from {
      top: 50%;
      transform: translate(-50%, -50%);
    }
    to {
      top: -20px;
      transform: translate(-50%, -100%);
    }
  }
  .slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
  }
  
  .but-icon {
    width: 68px;
  }
  



  .form_content3 {
  
    margin-bottom: 30px;
    margin-top: 20px;
    justify-content: center;
    position: relative;
    z-index: 5;
}
  .consult-form {
    padding: 0px 15px;
}
.form_group--name {
}


.form_group3 {
    max-width: 470px;
 margin: auto;

    
}
.form_input {
  height: 58px;
  width: 100%;
  color: rgb(0, 0, 0);
  border: 1px solid rgb(247, 248, 252);
  background-color: rgb(247, 248, 252);
  border-radius: 5px;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 20px;
}

.full_phone {
}
.form_button {
    max-width: 470px;
    width: 100%;
    font-weight: 300;
    height: 60px;
    color: #fff;
    background-color: #4f62cc;
    border-radius: 5px;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

  
.work-title3 {
 text-align: center;
 padding: 10px 0px;
}
.work-subtitle3 {
text-align: center;
}
  
  @media (max-width: 775px) {
    .dlg-modal{
      max-width: 400px;
      padding: 22px 30px;
    }
    .form_input {
      margin-bottom: 10px;
  }
  .form_button{
    height: 52px;
  }
  .work-title3 {
   
    padding: 13px 10px;
}
}
  @media (max-width: 550px) {
    
    .dlg-modal{
      padding: 20px;
      max-width: 100%;
      /* height: 100vh; */
    }
    .form_input{
      height: 50px;
      margin-bottom: 12px;
    }
  }

  @media (max-width:425px) {
    .dlg-modal{
     width: 100%;
      padding: 27px 16px;
    }
    .work-title3 {
    
      padding: 1px 10px;
  }
  .work-subtitle3 {
  
      padding-bottom: 1px;
      font-size: 16px;
  }
    .form_group3{
    
    }
    
  .form_button{
    height: 50px;
  
    font-size: 16px;
  }
  }

.close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 28px;
  font-weight: bold;
  color: #aaa;
  cursor: pointer;
}


