.popup.became-mentor-popup {
  padding-left: 0;
  padding-right: 0;
  background-color: #fff;
  padding-top: 55px;
  display: none;
  z-index: 10;
}

.became-mentor-popup .popup__close {
  display: none;
}

.became-mentor-popup .form {
  display: flex;
}
.became-mentor-popup .form textarea[name="comment"] {
  height: 40px;
  box-sizing: border-box;
  padding: 12px 0 5px 20px;
}

.became-mentor-popup .popup__title {
  margin-bottom: 20px;
}

.became-mentor-popup .popup__sub-title {
  font-size: 18px;
}

.became-mentor-popup .popup__title-group {
  text-align: center;
  margin-bottom: 20px;
}
.became-mentor-popup .input-wrapper {
  display: flex;
  flex-direction: column;
}

.became-mentor-popup .input-wrapper label {
  width: 100%;
}

.became-mentor-popup .input-wrapper .link {
  overflow: hidden;
  padding-right: 10px;
  text-overflow: ellipsis;
}

.became-mentor-popup .input-wrapper label:first-child {
  margin-bottom: 10px;
}

.became-mentor-popup .input-wrapper .file-upload {
  position: relative;
  border: 1px solid #0b2235;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
  height: 39px;
}

.became-mentor-popup .input-wrapper .placeholder {
  color: #6e6b6b;
  display: block;
  margin-top: 12px;
  margin-left: 19px;
  font-size: 12px;
}

.became-mentor-popup .input-wrapper .file {
  display: none;
}

.became-mentor-popup .form__btn .btn {
  margin-top: 0;
  width: 280px;
  font-size: 10px;
}

.became-mentor-popup .form .input-wrapper label:first-child{
  margin-right: 0 ;
}

.popup-body{
  max-height: 100vh !important;
}


@media (min-width: 576px){

  .became-mentor-popup .popup-body {
    padding-top: 20px;
  }

  .became-mentor-popup .form textarea[name="comment"] {
    height: 60px;
    padding: 16px 0 5px 20px;
  }

  .became-mentor-popup .input-wrapper .placeholder {
    margin-top: 10px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (min-width: 992px) {
  .became-mentor-popup .popup__close {
    display: block;
  }

  .popup.became-mentor-popup {
    background: rgba(0, 0, 0, .5);
    z-index: 111111;
  }

  .became-mentor-popup .form .input-wrapper label:first-child{
    margin-right: 20px;
    padding: 5px 0;
  }

  .became-mentor-popup .input-wrapper .placeholder {
    font-size: 14px;
  }

  .popup-body{
    max-height: 600px !important;
  }

  .popup-body_unlimited{
    max-height: unset !important;
    padding: 60px;
  }
  
  .became-mentor-popup .form {
    margin-bottom: 0;
  }

  .became-mentor-popup .input-wrapper {
    display: flex;
    flex-direction: row;
  }

  .became-mentor-popup .input-wrapper label:first-child {
    margin-right: 20px;
    margin-bottom: 0;
  }

  .became-mentor-popup .input-wrapper label {
    width: 50%;
  }

  .became-mentor-popup .form textarea[name="comment"] {
    height: 52px;
  }

  .became-mentor-popup .form__btn .btn {
    font-size: 15px;
  }
  
}
@media screen and (max-width: 576px) {
  .became-mentor-popup {
    overflow: auto;
  }

  .popup-body .form .required {
    width: auto;
  }
}