@media screen and (min-width:1280px){

  .header{
    min-height: 100px;
  }
}

.catalog-item__container1 .wrap .right .right-wrap .container3{
  overflow: inherit;
}
@media screen and (min-width:768px){
  .catalog-item__container1 .wrap .right .right-wrap .container3 .table .category .spec__label{
    left: -35px;
  }
}


.vacancy-right-block{
  padding-left: 48px;
  }
  .vacancy-right-block .hr-contact .hr-name{
  font-family: SF UI Text;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  margin-bottom:12px;
  }
  .vacancy-right-block .hr-contact .hr-phones{
  margin-bottom:12px;
  display: flex;
  align-items: center;
  gap: 8px;
  }
  .vacancy-right-block .hr-contact .hr-email{
  color: #7FAC7F;
  }
  .vacancy-form-block-wrap{
  display: flex;
  }
  .vacancy-form-wrap {
  width: 646px;
  padding: 45px 34px 30px 34px;
  background-color: white;
  }
  .vacancy-form-wrap form{
  display: flex;
  flex-direction: column;
  }
  .vacancy-right-block{
  flex : 1;
  background-color: #ECF0F1;
  }
  .vacancy-form-wrap .error-text-wrap{
  margin-bottom: 20px;
  }
  .vacancy-form-wrap .error-text-wrap .errortext {
  font-family: RoadRadio;
  }
  .vacancy-form-wrap .error-text-wrap-js{
  margin-bottom: 20px;
  }
  .vacancy-form-wrap .error-text-wrap-js .errortext {
  color:red;
  font-family: RoadRadio;
  }
  .vacancy-form-wrap .input-req_name{
  line-height: 12px;
  font-family: RoadRadio;
  font-size: 10px;
  font-weight: 700;
  color: #646464;
  margin-bottom: 8px;
  }
  .vacancy-form-wrap .input-wrap.name input{
  border-left:none;
  border-right:none;
  border-top:none;
  width: 100%;
  height: 40px;
  margin-bottom:50px;
  outline-width: 0;
  font-family: RoadRadio;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  }

  .input-wrap.vacancy_name{
    display: none;
  }

  .input-wrap.city{
    display: none;
  }

  .vacancy-form-wrap .input-wrap input{
  max-height: initial;
  padding-bottom: 20px;
  }
  .vacancy-form-wrap .input-wrap.name input::placeholder {
  font-family: RoadRadio;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  opacity: 1;
  }

  .vacancy-form-wrap .input-wrap.phone input{
  outline-width: 0;
  font-family: RoadRadio;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border-left:none;
  border-right:none;
  border-top:none;
  width: 100%;
  height: 40px;
  margin-bottom:32px;
  }
  .vacancy-form-wrap .input-wrap.phone input::placeholder {
  font-family: RoadRadio;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  opacity: 1;
  }
  .vacancy-form-wrap .input-req_name,
  .vacancy-form-wrap .input-req_phone{
  font-family: RoadRadio;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  display:none;
  }

  .vacancy-form-wrap .input-wrap.file a {
  position: relative;
  font-family: SF UI Text;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: black;
  }
  .vacancy-form-wrap .input-wrap.file {
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 20px;
  }
  .vacancy-form-wrap .input-checkbox{
  display: flex;
  margin-left: 5px;
  align-items: center;
  gap: 12px;
  }
  .vacancy-form-wrap .input-checkbox input {
  appearance: none;
  position: relative;
  width: 28px;
  height: 28px;
  background: #fff;
  border: 1.5px solid #000;
  transition: 500ms;
  }
  .vacancy-form-wrap .input-checkbox input::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L10 10L18 2' stroke='%237FAC7F' stroke-width='2.5' stroke-linecap='square'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  transition: 500ms;
  margin-top: 7px;
  margin-left: 2px;
  }
  .vacancy-form-wrap .input-checkbox input:checked::after {
  width: 28px;
  height: 28px;
  transition: 500ms;
  }
  .vacancy-form-wrap .input-checkbox input:disabled {
  background: #ccc;
  border-color: #ccc;
  }
  .vacancy-form-wrap .input-checkbox{
  margin-top:32px;
  margin-bottom:42px;
  }
  .vacancy-form-wrap .input-req_file{
  display:none;
  }
  .vacancy-form-wrap .input-wrap.file input {
  position: absolute;
  top: 0;
  opacity: 0;
  left: 0;
  width: 100%;
  }
  .vacancy-form-wrap input[type="submit"]{
  background-color: #7FAC7F;
  color: white;
  padding: 15px 49px;
  width: fit-content;
  max-height: initial;
  font-family: RoadRadio;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-align: left;
  }

.vacancy-form-wrap input[type="submit"][name="web_form_apply"]{
    display: none;
  }

  .vacancy-form-wrap .input-req_name .starrequired{
  margin-left:5px;
  color: #19A08D;
  }
  .vacancy-form-wrap .input-req_phone .starrequired{
  margin-left:5px;
  font-family: RoadRadio;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #19A08D;
  }



  @media  (max-width:900px) {
      .vacancy-form-block-wrap{
          flex-wrap: wrap;
      }
      .vacancy-form-wrap{
          width: 100%;
      }
      .vacancy-right-block{
          flex:initial;
          width: 100%;
          padding-top: 20px;
          padding-bottom: 20px;
      }
      .vacancy-form-wrap .input-checkbox input {
          min-width: 28px;
      }

      .vacancy-form-wrap .input-wrap.file svg{
          min-width: 28px;
      }
   }
