.vacancy-header-info-content {
    padding: 10vh;
    display: flex;
    align-items: center;
    gap: 30px;
    flex-direction: column;
}
.vacancy-header-info {
    max-width: 70vh;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2vh;
}
.vacancy-header-info p{
    font-size: 18px;
    font-weight: 500;
}
.vacancy-info-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5vh;
    margin-top: 5vh;
    justify-content: center;
    margin-bottom: 7vh;
}
.vacancy-predl-list{
    display: flex;
    flex-direction: row;
    gap: 1vh;
    cursor: pointer;
}
.vacancy-predl-list:hover {
    transform: scale(1.03);
}
.vacancy-list {
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    min-height: 400px;
    width: 800px;
    justify-content: flex-start;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    align-items: center;
}
.vacancy-list .buttons {
    margin-top: auto;
    padding-top: 15px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.vacancy-list-grid {
    display: grid;
    width: 90%;
    grid-template-columns: repeat(2, 1fr);
    gap: 5vh;
    margin-top: 5vh;
    justify-content: center;
    margin-bottom: 7vh;
    justify-items: center;
}
.vacancy-description {
    max-height: 150px;
    overflow-x: hidden;
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
    line-height: 1.5;
    resize: none;
    word-wrap: break-word;
    scrollbar-width: thin;
    scrollbar-color: #c1c1c1 #f1f1f1;
}
.vacancy-description {
    scrollbar-width: thin;
    scrollbar-color: #c1c1c1 #f1f1f1;
    font-size: 2vh;
}
.vacancy-description.scrollable {
    overflow-y: auto;
}
.etap-marker {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    font-size: 60px;
    font-weight: bold;
    color: #F6C833;
    width: 120px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.etap-text {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    font-size: 24px;
    font-weight: 500;
    display: flex;
    align-items: center;
    padding: 4vh;
    max-height: 110px;
    min-width: 80%;
    max-width: 80%;
    justify-content: center;
}
.main-function {
    display: flex;
    flex-direction: row;
    width: 90%;
    justify-content: space-between;
    margin-bottom: 8vh;
}
.services-04 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4vh;
    width: 40%;
}
.callback-01 {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2vh;
}
.callback-01 p {
    font-size: 18px;
    font-weight: 500;
}
.callback-01 button {
    border: 0;
}
.function-grid-card {
    display: flex;
    cursor: pointer;
    background: #fff;
    padding: 20px;
    box-shadow: 0px 20px 20px 2px rgb(0 0 0 / 13%);
    width: 350px;
    height: 200px;
    transition: all 0.3s ease-in-out;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}
.function-grid-card:hover {
    transform: scale(1.03);
}
.function-grid-card:hover::before {
    width: 100%;
}
.function-grid-card > * {
    position: relative;
    z-index: 2;
}
.function-grid-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #FFD700;
    transition: width 0.5s ease-in-out;
    z-index: 1;
}
.function-grid-card p {
    font-size: 20px;
    font-weight: 500;
}
@media (max-width: 1440px) {
.main-function {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 8vh;
    align-items: center;
}
.vacancy-list {
    width: 500px;
}
.services-04 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4vh;
    width: auto;
}
.callback-01 {
    margin-top: 4vh;
}
}
@media (max-width: 1300px) {
.vacancy-info-grid {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
}
.v-main-function {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 8vh;
    align-items: center;
    gap: 4vh;
}
.services-08 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4vh;
}
@media (max-width: 1400px) {
    .services-04 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 4vh;
        width: auto;
    }
}
@media (max-width: 480px) {
    .services-08{
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
}
@media (max-width: 1024px) {
.vacancy-list-grid {
    grid-template-columns: repeat(1, 1fr);
}
}
@media (max-width: 768px) {
  .vacancy-header-info-content {
    padding: 4vh;
    gap: 15px;
  }
.vacancy-list {
    width: 400px;
}
  .vacancy-header-info {
    max-width: 90%;
    margin-right: 0;
  }
  .etap-marker {
    font-size: 40px;
    width: 80px;
    height: 80px;
  }
  .etap-text {
    font-size: 18px;
    padding: 2vh;
  }
  .vacancy-header-info p,
  .callback-01 p,
  .function-grid-card p {
    font-size: 16px;
  }
  .function-grid-card {
    width: 90%;
  }
}
@media (max-width: 480px) {
  .etap-text {
    min-width: 100%;
    max-width: 100%;
    font-size: 16px;
    padding: 1.5vh;
  }
.vacancy-list {
    width: 300px;
}
.vacancy-info-grid {
    display: flex;
    gap: 5vh;
    margin-top: 5vh;
    justify-content: center;
    margin-bottom: 7vh;
    align-items: center;
    flex-direction: column;
}
  .vacancy-predl-list {
    flex-direction: column;
    align-items: center;
  }
  .services-04,
  .callback-01 {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .main-function {
    gap: 3vh;
    display: flex;
    width: 90%;
    justify-content: space-between;
    margin-bottom: 8vh;
    flex-direction: column;
  }
  .function-grid-card {
    padding: 15px;
    width: 100%;
  }
}