.section-careers .container-swiper-work {
  display: flex;
  justify-content: end;
  position: relative;
  max-width: 470px;
}
.section-careers .container-swiper-work .swiper-work {
  position: relative;
  max-height: 466px;
  width: 100%;
  height: 100%;
  padding: 0 25px;
  border-radius: 5px;
  overflow: hidden;
  margin: auto;
}
.section-careers .container-swiper-work .swiper-work .swiper-slide {
  background-color: #ffffff;
  color: #4e4e4e;
  border: 1px solid #4e4e4e;
  padding: 21px 30px;
  border-radius: 5px;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section-careers .container-swiper-work .swiper-work .swiper-slide p {
  margin: 0;
  font-size: 18px;
}
.section-careers .container-swiper-work .swiper-work .swiper-slide .slide-title {
  font-weight: 700;
  margin-bottom: 7px;
  font-size: 18px;
  line-height: 26px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section-careers .container-swiper-work .swiper-work .swiper-slide .slide-city {
  font-size: 16px;
  line-height: 13px;
}
.section-careers .container-swiper-work .swiper-work .swiper-slide .btn-tertiary {
  margin-top: 17px;
  min-height: 35px;
  height: 35px;
}
.section-careers .container-swiper-work .swiper-work .swiper-slide .btn-tertiary p {
  font-size: 15px;
}
.section-careers .container-swiper-work .swiper-work .swiper-scrollbar-work {
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 13px;
  opacity: 1 !important;
}
.section-careers .container-swiper-work .swiper-work .swiper-scrollbar-work .swiper-scrollbar-drag {
  background: #4e4e4e;
  cursor: pointer;
}

.modal-carrers .modal-dialog .modal-content {
  max-width: 850px;
  margin: 0 auto;
}
.modal-carrers .modal-header {
  position: relative;
  padding-top: 87px;
  padding-bottom: 39px;
  border: none;
}
.modal-carrers .modal-header .modal-title {
  color: #ff782d;
  text-align: center;
  font-size: 45px;
  font-weight: 300;
  line-height: 46px;
  width: 100%;
}
.modal-carrers .modal-header .btn-close {
  position: absolute;
  top: 28px;
  right: 23px;
  opacity: 1;
  background-image: none;
  padding: 0;
}
.modal-carrers .modal-body {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  color: #4e4e4e;
}
.modal-carrers .modal-body .containter-info {
  border-left: 2px solid #ff782d;
  padding-left: 24px;
  line-height: 26px;
}
.modal-carrers .modal-body .form {
  padding-top: 47px;
}
.modal-carrers .modal-body .form .form-control,
.modal-carrers .modal-body .form .form-select {
  max-width: 100%;
  padding-left: 0;
}
.modal-carrers .modal-body .form .form-group-file {
  display: grid;
  grid-template-columns: 160px 1fr;
  align-items: center;
  font-size: 15px;
}
.modal-carrers .modal-body .form .form-group-file .form-control {
  border: 1px solid #bebebe;
  font-size: 12px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.modal-carrers .modal-body .form .form-group-file .form-control .select-formats {
  padding: 6.5px 14px;
}
.modal-carrers .modal-body .form .form-group-file .form-control .select-files {
  background-color: #e2e2e2;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 6.5px 14px;
}
.modal-carrers .modal-body .form .form-group-recaptcha {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal-carrers .modal-body .form .form-group-recaptcha .btn-tertiary {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 90px;
}
.modal-carrers .modal-body .btn {
  min-width: 165px !important;
  padding: 13px 25px;
}