 .pop-pro {
  overflow: hidden;
 }
 .wrap-popup {
    position: fixed;
    overflow: hidden;
    top: 0%;
    right: 10%;
    bottom: 85px;
    left: 0;
    padding: 0 0;
    border-radius: 4px;
    transform: translateY(20px);
    transition: all 0.5s;
    visibility: hidden;
    z-index: 9999;
    background: #fff;
    height: fit-content;
  }
  .wrap-popup .content {
    opacity: 0;
  }
  .wrap-popup img {
    height: 40px;
    width: 40px;
    position: relative;
    left: 100%;
    bottom: 0;
    transform: translate(-100%, 0%);
  }
  .wrap-popup.active {
    display: flex;
    flex-direction: column;
    visibility: visible;
    box-shadow: 2px 3px 16px silver;
    transition: all 600ms;
    transform: translateY(0px);
    transition: all 0.5s;
    overflow: auto;
    max-width: 1460px;
    width: 100%;
    margin: 0 0;
  }
  .wrap-popup.active:before {
    height: 2000px;
    width: 2000px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin-left: -1000px;
    margin-top: -1000px;
    display: block;
    -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .wrap-popup.active .content {
    position: relative;
    z-index: 1;
    opacity: 1;
    transition: all 600ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .close-glform {
    cursor: pointer;
  }
  .google_iframe_apply {
    width: 100%;
    height: 100vh;
  }

  @media screen and (min-width: 1110px) {
    /* #wrap-pop-hair-diploma.training-care {
      top: 65%;
    }
    #wrap-pop-hair-diploma.training-care .close-glform {
      left: 105%;
    }
    #wrap-pop-makeup-diploma.training-care, #wrap-pop-skin-diploma.training-care {
      top: 65%;
    }

    #wrap-pop-skin-diploma.training-care  .close-glform {
      left: 105%;
    } */
    .wrap-popup.active {
      max-width: 1460px;
      margin: 0 100px;
      justify-content: center;
      flex-direction: row;
      width: auto;
    }
    .wrap-popup {
      top: 0%;
      right: 10%;
      bottom: 85px;
      left: 10%;  
      padding: 20px 50px;
      transform: translateY(20px);
    }
    .wrap-popup img {
      height: 60px;
      width: 60px;
      left: 105%;
      bottom: 20px;
      transform: translate(-100%, 0%);
    }
  }