* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  box-sizing: border-box;
  text-decoration: none;
}

a {
  text-decoration: none;
}

ul {
  padding: 0;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: calc(100% - 30px);
  }
}
@media (min-width: 768px) {
  .container {
    max-width: calc(100% - 30px);
  }
}
@media (min-width: 992px) {
  .container {
    max-width: calc(100% - 30px);
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: calc(100% - 30px);
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
[class*=col-] {
  padding-right: 15px;
  padding-left: 15px;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > .col,
.row.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.w-100 {
  width: 100%;
}

.d-flex {
  display: flex;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ms-0 {
  margin-inline-start: 0 !important;
}

.me-0 {
  margin-inline-end: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ms-1 {
  margin-inline-start: 0.25rem !important;
}

.me-1 {
  margin-inline-end: 0.25rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ms-2 {
  margin-inline-start: 0.5rem !important;
}

.me-2 {
  margin-inline-end: 0.5rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ms-3 {
  margin-inline-start: 1rem !important;
}

.me-3 {
  margin-inline-end: 1rem !important;
}

.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ms-4 {
  margin-inline-start: 1.5rem !important;
}

.me-4 {
  margin-inline-end: 1.5rem !important;
}

.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ms-5 {
  margin-inline-start: 3rem !important;
}

.me-5 {
  margin-inline-end: 3rem !important;
}

.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-auto {
  margin-inline-start: auto !important;
}

.me-auto {
  margin-inline-end: auto !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.ps-0 {
  padding-inline-start: 0 !important;
}

.pe-0 {
  padding-inline-end: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.ps-1 {
  padding-inline-start: 0.25rem !important;
}

.pe-1 {
  padding-inline-end: 0.25rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.ps-2 {
  padding-inline-start: 0.5rem !important;
}

.pe-2 {
  padding-inline-end: 0.5rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.ps-3 {
  padding-inline-start: 1rem !important;
}

.pe-3 {
  padding-inline-end: 1rem !important;
}

.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.ps-4 {
  padding-inline-start: 1.5rem !important;
}

.pe-4 {
  padding-inline-end: 1.5rem !important;
}

.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-5 {
  padding-inline-start: 3rem !important;
}

.pe-5 {
  padding-inline-end: 3rem !important;
}

.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.p-auto {
  padding: auto !important;
}

.pt-auto {
  padding-top: auto !important;
}

.pb-auto {
  padding-bottom: auto !important;
}

.ps-auto {
  padding-inline-start: auto !important;
}

.pe-auto {
  padding-inline-end: auto !important;
}

.px-auto {
  padding-left: auto !important;
  padding-right: auto !important;
}

.py-auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

.tox.tox-tinymce {
  border-radius: 0 !important;
}
.button {
  display: flex;
  gap: 8px;
  align-items: center;
  border-radius: 8px;
  padding: 8px 16px;
  transition: 0.2s;
  text-decoration: none;
  max-width: -moz-max-content;
  max-width: max-content;
  color: #0f172a;
  justify-content: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.button:hover {
  background-color: #eaf7ff;
}
.button.button-lg {
  padding: 11px 16px;
}
.button.full-width {
  width: 100%;
  max-width: 100%;
}
.button.button-default {
  background-color: #ff7f3e;
  border: 1px solid #ff7f3e;
  color: #ffffff;
}
.button.button-default:hover {
  background-color: #ffa97e;
}
.button.button-default:active {
  background-color: #b55a2c;
}
.button.button-default-outlined {
  border: 1px solid #ff7f3e;
  background-color: transparent;
  color: #000000;
}
.button.button-default-outlined.text-white {
  color: #ffffff;
}
.button.button-default-outlined:hover {
  background-color: #ffa97e;
}
.button.button-default-outlined:active {
  background-color: #b55a2c;
}
.button.round {
  border-radius: 24px;
  padding: 8px 32px;
}

.icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background-color: transparent;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.icon-button:hover {
  background-color: #bde5ff;
}
.icon-button:focus {
  outline: none;
  background-color: #9dd8ff;
}
.icon-button:active {
  background-color: #70c6fe;
}
.icon-button .icon {
  font-size: 20px;
  color: #ff7043;
}

.dropdown-btn.opened.searchable .dropdownText {
  display: none;
}
.dropdown-btn .dropdownText {
  display: inline-block;
}
.dropdown-btn .dropdown-search-wrapper {
  width: 100%;
}
.dropdown-btn .dropdown-search-wrapper .dropdown-search-input {
  width: 100% !important;
  padding: 0px;
  font-size: 16px;
  border: none;
  outline: none;
}
.dropdown-btn .no-options {
  position: absolute;
  top: 40px;
  left: -1px;
  right: 0;
  background-color: #ffffff;
  border-radius: 0 0 8px 8px;
  display: none;
  max-height: 150px;
  width: calc(100% + 2px);
  overflow-y: auto;
  z-index: 1000;
  border: 1px solid #d6d6d6;
  border-top: none;
  text-align: center;
  padding: 10px;
}

.custom-dropdown {
  cursor: pointer;
  padding: 10px 16px;
  border-radius: 8px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.custom-dropdown.primary-filled {
  background-color: #bde5ff;
  border: 1px solid #bde5ff;
}
.custom-dropdown.default-filled {
  background-color: #ff7f3e;
  border: 1px solid #ff7f3e;
  color: #ffffff;
}
.custom-dropdown.default-filled i {
  color: #ffffff;
}
.custom-dropdown.default-filled .dropdown-list {
  border-color: #ff7f3e;
  color: #000000;
}
.custom-dropdown.default-filled .dropdown-list li {
  border-color: #ff7f3e !important;
}
.custom-dropdown.default-filled .dropdown-list li:hover {
  background-color: rgba(255, 126, 62, 0.3647058824);
}
.custom-dropdown.primary-outlined {
  border: 1px solid #29aafe;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
}
.custom-dropdown.rounded {
  border-radius: 10px;
}
.custom-dropdown.rounded.opened {
  border-radius: 10px 10px 0 0;
}
.custom-dropdown.opened {
  border-radius: 8px 8px 0 0;
}
.custom-dropdown.opened i {
  rotate: 180deg;
}
.custom-dropdown.opened.searchable .dropdownText {
  display: none;
}
.custom-dropdown i {
  color: #ff7f3e;
  transition: 0.2s;
}
.custom-dropdown .dropdown-list {
  position: absolute;
  top: 40px;
  left: -1px;
  right: 0;
  background-color: #ffffff;
  border-radius: 0 0 8px 8px;
  display: none;
  max-height: 150px;
  min-width: calc(100% + 2px);
  overflow-y: auto;
  z-index: 1000;
  border: 1px solid #29aafe;
  border-top: none;
}
.custom-dropdown .dropdown-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(153, 153, 153, 0.3);
  background-color: #f5f5f5;
}
.custom-dropdown .dropdown-list::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}
.custom-dropdown .dropdown-list::-webkit-scrollbar-thumb {
  background-color: #a8a8a8;
}
.custom-dropdown .dropdown-list li {
  padding: 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-dropdown .dropdown-list li:not(:last-child) {
  border-bottom: 1px solid #29aafe;
}
.custom-dropdown .dropdown-list li.selected::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f058";
  color: #ff7f3e;
}
.custom-dropdown .dropdown-list li:hover {
  background-color: #bde5ff;
}
.custom-dropdown .no-options {
  position: absolute;
  top: 40px;
  left: -1px;
  right: 0;
  background-color: #ffffff;
  border-radius: 0 0 8px 8px;
  display: none;
  max-height: 150px;
  width: calc(100% + 2px);
  overflow-y: auto;
  z-index: 1000;
  border: 1px solid #29aafe;
  border-top: none;
  text-align: center;
  padding: 10px;
}

.dropdown-container {
  width: 100%;
}
.dropdown-container .selected-items {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 10px;
}
.dropdown-container .selected-items .selected-tag {
  padding: 6px;
  display: flex;
  gap: 10px;
  background-color: #29aafe;
  border-radius: 8px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.01em;
  align-items: center;
}
.dropdown-container .selected-items .selected-tag i {
  cursor: pointer;
  font-size: 18px;
}

.input-container {
  width: 100%;
}
.input-container input {
  width: 100%;
  border: 1px solid #29aafe;
  padding: 12px 16px;
  border-radius: 8px;
  outline: none;
}
.input-container input::-moz-placeholder {
  font-size: 16px;
}
.input-container input::placeholder {
  font-size: 16px;
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.modal-overlay .modal-content {
  background: white;
  border-radius: 0.25rem;
  max-width: 500px;
  width: 95%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.modal-overlay .modal-content.bg-info {
  background-color: #eaf7ff;
}
.modal-overlay .modal-content.round {
  border-radius: 28px;
}
.modal-overlay .modal-content.modal-small {
  max-width: 300px;
}
.modal-overlay .modal-content.modal-medium {
  max-width: 500px;
}
.modal-overlay .modal-content.modal-large {
  max-width: 800px;
}
.modal-overlay .modal-content.slide-in {
  opacity: 1;
  transform: translateY(0);
}
.modal-content .modal-header,
.modal-content .modal-footer {
  padding: 1rem;
}
.modal-content .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: none;					  
}
.modal-title {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.01em;
  color: #29aafe;
}
.modal-overlay .modal-content .modal-big-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -0.01em;
  color: #0f172a;
}
.modal-content .close-modal {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #ff7f3e;
  opacity:1;			
}
.modal-overlay .modal-content .modal-body {
  padding: 1rem;
  max-height: 70vh;
  overflow-y: auto;
}
.modal-overlay .modal-content .modal-footer {
  text-align: right;
}

.pagination {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.pagination__button {
  color: #ff7f11;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.01em;
}
.pagination__button:hover {
  color: #ff9f47;
}
.pagination__number {
  color: #333;
  text-decoration: none;
  background-color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.01em;
}
.pagination__number--active {
  color: #29aafe;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: -0.01em;
}
.pagination__number:hover {
  border-color: #aaa;
}

.section {
  padding: 15px 0;
}

.section-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -0.01em;
  color: #0f172a;
}

.section-subtitle {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: -0.01em;
  color: #29aafe;
}

.section-info-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.01em;
  color: #0f172a;
}

.main-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.01em;
  color: #334155;
}

header {
  border-bottom: 1px solid #f1f5f9;
  padding: 12px 0;
  z-index: 999;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 4px 0;
}
.header .logo {
  width: 186px;
}
.header .logo img {
  width: 100%;
  height: auto;
}
.header .navbar {
  display: flex;
  gap: 16px;
}
.header .navbar .nav-item {
  position: relative;
  text-decoration: none;
  color: #0f172a;
  font-weight: 500;
  transition: 0.2s;
}
.header .navbar .nav-item:hover {
  color: #ff7f3e;
}
.header .navbar .nav-item:hover i {
  color: #ff7f3e;
}
.header .navbar .nav-item.dropdown {
  cursor: pointer;
}
.header .navbar .nav-item.dropdown i {
  color: #11476b;
  font-size: 14px;
  transition: 0.2s;
}
.header .navbar .nav-item.dropdown .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  padding: 8px 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  min-width: 100px;
}
.header .navbar .nav-item.dropdown .dropdown-menu .dropdown-item {
  padding: 8px 16px;
  color: #0f172a;
  text-decoration: none;
  display: block;
  cursor: pointer !important;
}
.header .navbar .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #eaf7ff;
}
.header .navbar .nav-item.dropdown:hover i {
  color: #ff7f3e;
  rotate: 180deg;
}
.header .navbar .nav-item.dropdown:hover .dropdown-menu {
  display: block;
  z-index: 992;			   
}
.header .profile {
  position: relative;
  cursor: pointer;
}
.header .profile .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.header .profile .profile-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #fff;
  padding: 8px 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  min-width: 100px;
  z-index: 3;
}
.header .profile .profile-dropdown-menu .dropdown-item {
  padding: 8px 16px;
  color: #0f172a;
  text-decoration: none;
  display: block;
  cursor: pointer;
}
.header .profile .profile-dropdown-menu .dropdown-item:hover {
  background-color: #eaf7ff;
}
.header .profile:hover .profile-dropdown-menu {
  display: block;
}
.header .buttons {
  display: flex;
  gap: 12px;
  align-items: center;
}
.header .buttons .language-select .lang-dropdown {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E") no-repeat right 0.7em top 50%;
  background-size: 0.65em auto;
  background-position: right 8px center;
  padding: 8px 28px 8px 12px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  cursor: pointer;
  transition: 0.2s;
}
.header .buttons .language-select .lang-dropdown:hover {
  border-color: #ff7f3e;
}
.header .buttons .language-select .lang-dropdown:focus {
  outline: none;
  border-color: #ff7f3e;
}
.header .buttons .language-select .lang-dropdown option {
  font-weight: 500;
  background: white;
}
.header .mobile-controls {
  display: none;
}
.header .mobile-menu {
  display: none;
}

footer {
  width: 100%;
  position: relative;
  margin-top: 30px;
}
footer::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(41, 170, 254, 0) 0%, #29aafe 51%, rgba(41, 170, 254, 0) 100%);
}
footer .footer-wrapper {
  padding: 56px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
footer .footer-wrapper .footer-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
footer .footer-wrapper .footer-item img {
  width: 186px;
}
footer .footer-wrapper .footer-item:first-child {
  padding-right: 32px;
}
footer .footer-wrapper .footer-item .footer-info {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.01em;
  color: #334155;
}
footer .footer-wrapper .footer-item .footer-list-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.01em;
  color: rgb(15, 23, 42);
}
footer .footer-wrapper .footer-item ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
}
footer .footer-wrapper .footer-item ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.01em;
  color: #334155;
}
footer .footer-bottom {
  padding: 24px 0;
  border-top: 1px solid #f1f5f9;
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
}
footer .footer-bottom .copyright p {
  color: rgb(100, 116, 139);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.01em;
}
footer .footer-bottom .socials {
  display: flex;
  gap: 24px;
}
footer .footer-bottom .socials a {
  color: rgb(148, 163, 184);
  font-size: 24px;
}

.banner {
  width: 100%;
  height: 89vh;
  background: linear-gradient(296.82deg, #9ac8e8 18.72%, #cae5f8 30.65%, #29aafe 93.63%);
  position: relative;
  overflow: hidden;
}
.banner .banner-img {
  width: 70%;
  position: absolute;
  right: -24%;
  height: 89vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .container {
  position: relative;
  z-index: 2;
  height: 100%;
}
.banner .container .banner-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.banner .container .banner-wrapper .banner-info {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.banner .container .banner-wrapper .banner-info h1 {
  font-size: 84px;
  font-weight: 800;
  letter-spacing: -0.01em;
  text-align: left;
  color: #ffffff;
}
.banner .container .banner-wrapper .banner-info p {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.01em;
  text-align: left;
  color: #ffffff;
}
.banner .container .banner-wrapper .banner-info .buttons {
  display: flex;
  gap: 16px;
}
.banner .container .banner-wrapper .banner-info .social {
  display: flex;
  gap: 15px;
}
.banner .container .banner-wrapper .banner-info .social a {
  color: #ffffff;
  font-size: 24px;
}
.banner .container .banner-wrapper .banner-search {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.banner .container .banner-wrapper .banner-search .categories {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.banner .container .banner-wrapper .banner-search .categories span {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #ffffff;
}
.banner .container .banner-wrapper .banner-search .categories a {
  background-color: #ffffff;
  color: #000000;
  padding: 4px 8px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.banner-search .search-container .search-wrapper {
  grid-template-columns: 2fr 1fr 1fr;
}
.banner-search .search-container .search-wrapper .dropdown-btn {
  border-radius: 0;
}
.banner-search .search-container .search-wrapper .dropdown-btn:nth-child(3) {
  border-radius: 0 8px 8px 0;
}

.search-container {
  width: 100%;
  display: flex;
  gap: 12px;
}
.search-container .search-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: 2fr 1fr;
}
.search-container .search-wrapper .search-input {
  border-radius: 8px 0 0 8px;
  background-color: #ffffff;
  padding: 10px 15px;
  display: flex;
  border-right: 1px solid #e5e7eb;
  gap: 4px;
}
.search-container .search-wrapper .search-input i {
  color: #29aafe;
  font-size: 24px;
}
.search-container .search-wrapper .search-input input {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.01em;
  border: none;
  outline: none;
}
.search-container .search-wrapper .dropdown-btn {
  padding: 10px;
  border-radius: 0 8px 8px 0;
}
.search-container .search-wrapper .dropdown-btn input {
  width: 100%;
  border: none;
  outline: none;
}
.search-container .dropdown-btn {
  cursor: pointer;
  background-color: #ffffff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.search-container .dropdown-btn.opened i {
  rotate: 180deg;
}
.search-container .dropdown-btn i {
  color: #29aafe;
  transition: 0.2s;
}
.search-container .dropdown-btn .dropdownText {
  display: inline-block;
}
.search-container .dropdown-btn .dropdown-list {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  background-color: #ffffff;
  border-radius: 8px;
  display: none;
  max-height: 150px;
  min-width: 200px !important;
  overflow-y: auto;
  z-index: 1000;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  max-width: -moz-max-content;
  max-width: max-content;
}
.search-container .dropdown-btn .dropdown-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(153, 153, 153, 0.3);
  background-color: #f5f5f5;
}
.search-container .dropdown-btn .dropdown-list::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}
.search-container .dropdown-btn .dropdown-list::-webkit-scrollbar-thumb {
  background-color: #a8a8a8;
}
.search-container .dropdown-btn .dropdown-list li {
  padding: 10px;
  cursor: pointer;
  width: auto;
  word-break: break-all;
}
.search-container .dropdown-btn .dropdown-list li:hover {
  background-color: #bde5ff;
}

.about-us h2 {
  margin-top: 8px;
}
.about-us p {
  margin-top: 15px;
}
.about-us .about-us-banner {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px 12px 0 0;
}

.main-page-cards {
  width: 100%;
  padding: 15px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
}
.main-page-cards .card {
  width: 100%;
  height: 164px;
  border-radius: 12px;
  background-image: url("../images/temp.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.main-page-cards .card .overlay {
  width: 100%;
  height: 100%;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.2s;
  gap: 8px;
}
.main-page-cards .card .overlay .card-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: -0.01em;
}
.main-page-cards .card .overlay .card-info {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.01em;
}
.main-page-cards .card:first-child .overlay {
  background: rgba(214, 227, 246, 0.8);
}
.main-page-cards .card:first-child .overlay p {
  color: #334155;
}
.main-page-cards .card:first-child:hover .overlay {
  background: rgba(214, 227, 246, 0.9);
}
.main-page-cards .card:last-child .overlay {
  background: rgba(26, 86, 182, 0.8);
}
.main-page-cards .card:last-child .overlay p {
  color: #ffffff;
}
.main-page-cards .card:last-child .overlay .button-box {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  opacity: 0;
  height: 0;
  transition: 0.2s;
}
.main-page-cards .card:last-child .overlay .button-box a {
  color: #ffffff;
  display: flex;
  gap: 8px;
  align-items: center;
}
.main-page-cards .card:last-child:hover .overlay {
  background: rgba(26, 86, 182, 0.9);
}
.main-page-cards .card:last-child:hover .overlay .button-box {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  opacity: 1;
  height: 30px;
}

.news-wrapper {
  width: 100%;
  padding: 15px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}
.news-wrapper .news-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.2s;
}
.news-wrapper .news-card img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-wrapper .news-card .news-info {
  width: 100%;
  padding: 24px;
}
.news-wrapper .news-card .news-info .news-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: -0.01em;
  color: #000000;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-wrapper .news-card .news-info .news-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.01em;
  color: #000000;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-wrapper .news-card:hover {
  box-shadow: 0px 0px 4px -2px rgba(15, 23, 42, 0.51);
}

.news-detailed {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 32px;
}
.news-detailed .sidebar {
  width: 100%;
  position: relative;
}
.news-detailed .sidebar .sidebar-wrapper {
  position: sticky;
  top: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.news-detailed .sidebar .sidebar-wrapper .sidebar-title {
  width: 100%;
  background-color: #29aafe;
  padding: 14px 20px;
  border-radius: 12px 12px 0 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.01em;
}
.news-detailed .sidebar .sidebar-wrapper ul {
  border-radius: 0 0 12px 12px;
  border: 1px solid rgb(229, 231, 235);
}
.news-detailed .sidebar .sidebar-wrapper ul li a {
  padding: 14px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.01em;
  display: block;
  color: #0f172a;
}
.news-detailed .sidebar .sidebar-wrapper ul li a.active {
  color: #ff7f3e;
}
.news-detailed .sidebar .sidebar-wrapper ul li:not(:last-child) {
  border-bottom: 1px solid rgb(229, 231, 235);
}
.news-detailed .news-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.news-detailed .news-inner .news-inner-title {
  width: 100%;
}
.news-detailed .news-inner .news-inner-title img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px 12px 0 0;
}
.news-detailed .news-inner .news-inner-title span {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.01em;
  color: #334155;
}
.news-detailed .news-inner .news-inner-body {
  width: 100%;
}
.news-detailed .news-inner .news-inner-body h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: -0.01em;
  color: #0f172a;
  margin-top: 20px;
}
.news-detailed .news-inner .news-inner-body p {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.01em;
  color: #334155;
  margin-top: 10px;
}

.vacanies-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.vacanies-wrapper .top-search {
  background-color: #bde5ff;
  padding: 16px 0;
}
.vacanies-wrapper .filter-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.vacancies-list {
  width: 100%;
  display: flex;
  gap: 8px;
  flex-direction: column;
}
.vacancies-list .vacancy-card {
  width: 100%;
  padding: 14px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: 1px solid #29aafe;
  border-radius: 20px;
}
.vacancies-list .vacancy-card .vacancy-card-top {
  display: flex;
  gap: 8px;
  justify-content: space-between;
  align-items: center;
}
.vacancies-list .vacancy-card .vacancy-card-top .vacancy-card-title {
  display: flex;
  gap: 10px;
  align-items: center;
}
.vacancies-list .vacancy-card .vacancy-card-top .vacancy-card-title .vacancy-card-logo {
  width: 50px;
  height: 50px;
  background-color: #d9d9d9;
}
.vacancies-list .vacancy-card .vacancy-card-top .vacancy-card-title .vacancy-card-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.vacancies-list .vacancy-card .vacancy-card-top .vacancy-card-title h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #0f172a;
}
.vacancies-list .vacancy-card .vacancy-card-top button {
  border: none;
  cursor: pointer;
  background-color: transparent;
}
.vacancies-list .vacancy-card .vacancy-card-top button img {
  width: 24px;
  height: 24px;
}
.vacancies-list .vacancy-card .vacancy-info {
  width: 100%;
}
.vacancies-list .vacancy-card .vacancy-info p {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.01em;
  color: #334155;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.vacancies-list .vacancy-card .vacancy-date {
  width: 100%;
}
.vacancies-list .vacancy-card .vacancy-date span {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.01em;
  color: #29aafe;
}

.vacancy-options {
  width: 100%;
  display: flex;
  gap: 20px;
  row-gap: 4px;
  flex-wrap: wrap;
}
.vacancy-options li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.vacancy-options li img {
  width: 24px;
  height: 24px;
}
.vacancy-options li span {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.01em;
  color: #334155;
}

.vacancy-details {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.vacancy-details .vacancy-details-title {
  display: flex;
  gap: 10px;
  align-items: center;
}
.vacancy-details .vacancy-details-title .vacancy-details-logo {
  width: 100px;
  min-width: 100px;
  height: 100px;
  background-color: #d9d9d9;
}
.vacancy-details .vacancy-details-title .vacancy-details-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.vacancy-details .vacancy-details-title h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #0f172a;
}
.vacancy-details .vacancy-details-button {
  width: 100%;
  display: flex;
  gap: 10px;
}
.vacancy-details .vacancy-details-button a,
.vacancy-details .vacancy-details-button button {
  min-width: 280px;
  cursor: pointer;
}
.vacancy-details .socials {
  display: flex;
  gap: 15px;
  margin: 14px 0;
}
.vacancy-details .socials a {
  font-size: 24px;
  color: #29aafe;
}
.vacancy-details .vacancy-info h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.01em;
}
.vacancy-details .vacancy-info a {
  color: #29aafe;
}
.vacancy-details .vacancy-info ul {
  list-style: disc;
  padding-left: 16px;
}
.vacancy-details .vacancy-info ul li {
  list-style: disc;
}
.vacancy-details .vacancy-info ol {
  list-style: disc;
  padding-left: 16px;
}
.vacancy-details .vacancy-info ol li {
  list-style: decimal;
}

.vacancy-apply {
  width: 100%;
}
.vacancy-apply .vacancy-apply-title {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 15px;
}

.md-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 15px;
}
.md-form .md-form-item {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.md-form .md-form-item label {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.01em;
  color: #334155;
}
.md-form .md-form-item label.checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.md-form .md-form-item label.checkbox input {
  width: 20px;
  height: 20px;
}
.md-form .md-form-item label.checkbox span {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.01em;
  text-align: left;
}
.md-form .md-form-item label.checkbox span a {
  text-decoration: underline;
  color: #334155;
}
.md-form .md-form-item label.checkbox span a::-moz-selection {
  background-color: transparent;
}
.md-form .md-form-item label.checkbox span a::selection {
  background-color: transparent;
}
.md-form .md-form-item label.checkbox span::-moz-selection {
  background-color: transparent;
}
.md-form .md-form-item label.checkbox span::selection {
  background-color: transparent;
}
.md-form .md-form-item input,
.md-form .md-form-item select,
.md-form .md-form-item textarea {
  border: none;
  border-bottom: 1px solid #e2e8f0;
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.01em;
  outline: none;
  font-family: Inter;
}
.md-form .md-form-item input:focus,
.md-form .md-form-item select:focus,
.md-form .md-form-item textarea:focus {
  border-color: #818cf8;
}
.md-form .md-form-item select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
}
.md-form .md-form-item select::-ms-expand {
  display: none;
}
.md-form .md-form-item.select {
  position: relative;
}
.md-form .md-form-item.select::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../icons/chevron-down.svg");
  position: absolute;
  bottom: 8px;
  right: 8px;
}
.md-form .md-form-item .helper-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.01em;
  color: #334155;
  padding-top: 4px;
}
.md-form .md-form-item .file-upload {
  border: 1px dashed #98989e;
  border-radius: 10px;
  padding: 16px 20px;
  width: 50%;
  display: flex;
  gap: 20px;
  align-items: center;
  cursor: pointer;
}
.md-form .md-form-item .file-upload.full-width {
  width: 100%;
}
.md-form .md-form-item .file-upload img {
  width: 48px;
  height: 48px;
}
.md-form .md-form-item .file-upload .file-upload-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.md-form .md-form-item .file-upload .file-upload-wrapper p:first-child {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.01em;
  color: #000000;
}
.md-form .md-form-item .file-upload .file-upload-wrapper p:last-child {
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.01em;
}
.md-form .md-form-item .file-upload input {
  display: none;
}
.md-form .md-form-item .file-upload .image-preview-container {
  position: relative;
  width: 100%;
  max-height: 200px;
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.md-form .md-form-item .file-upload .image-preview-container .preview-image {
  width: 100%;
  height: 100%;
  max-height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
}
.md-form .md-form-item .file-upload .image-preview-container .remove-image {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #ff4444;
  color: white;
  border: none;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  padding: 0;
  line-height: 1;
}
.md-form .md-form-item .file-upload .image-preview-container .remove-image:hover {
  background: #ff0000;
}
.md-form .md-form-item.error input {
  border-color: #d42a46;
}
.md-form .md-form-item.error .helper-text {
  color: #d42a46;
}
.md-form .md-form-item .md-form-link {
  display: flex;
  justify-content: flex-end;
}
.md-form .md-form-item .md-form-link a {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.01em;
  text-align: right;
  color: #3a3089;
}
.md-form .stepper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.md-form .stepper .step {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eaf7ff;
  color: #0f172a;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.01em;
}
.md-form .stepper .step.active {
  background-color: #29aafe;
  color: #ffffff;
}
.md-form .stepper .connector {
  width: 50px;
  height: 2px;
  background-color: #e5e7eb;
  margin: 0 30px;
  border-radius: 2px;
  position: relative;
}
.md-form .stepper .connector::after, .md-form .stepper .connector::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #e5e7eb;
  position: absolute;
  top: -4px;
  border-radius: 50%;
}
.md-form .stepper .connector::after {
  left: 0;
}
.md-form .stepper .connector::before {
  right: 0;
}

.companies-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.companies-list .company-card {
  display: flex;
  width: 100%;
  padding: 14px 20px;
  flex-direction: column;
  gap: 10px;
  border: 1px solid #29aafe;
  border-radius: 20px;
}
.companies-list .company-card .company-title {
  display: flex;
  gap: 10px;
  align-items: center;
}
.companies-list .company-card .company-title .company-image {
  width: 50px;
  height: 50px;
  background-color: #d9d9d9;
}
.companies-list .company-card .company-title .company-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.companies-list .company-card .company-title p {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.01em;
  color: #0f172a;
}
.companies-list .company-card .company-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.companies-list .company-card .company-info p {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.01em;
}
.companies-list .company-card .company-info p:first-child {
  color: #334155;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.companies-list .company-card .company-info p:last-child {
  color: #29aafe;
}

.profile-sidebar {
  width: 100%;
}
.profile-sidebar ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.profile-sidebar ul li {
  width: 100%;
}
.profile-sidebar ul li.logout {
  position: relative;
}
.profile-sidebar ul li.logout::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #f5f5f5;
  position: absolute;
  left: 0;
  top: -4px;
}
.profile-sidebar ul li a {
  padding: 15px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.01em;
  border-radius: 12px;
  color: #0f172a;
}
.profile-sidebar ul li a img {
  width: 24px;
  height: 24px;
}
.profile-sidebar ul li.active a {
  background-color: #ff7f3e;
  color: #ffffff;
}
.profile-sidebar ul li.active a img {
  filter: brightness(0) invert(1);
}

.profile-section-top {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}
.profile-section-top .icon i {
  font-size: 24px;
  color: #ff7f3e;
}
.profile-section-top .page-title {
  display: flex;
  flex-direction: column;
}
.profile-section-top .page-title h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.01em;
}

.main-card {
  width: 100%;
  border-radius: 16px;
  padding: 20px 24px;
  box-shadow: 0px 0px 5px -2px #0f172a;
}

.table-custom {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 16px;
  text-align: left;
}
.table-custom th,
.table-custom td {
  padding: 12px 15px;
  border-bottom: 1px solid #e1e4e8;
}
.table-custom th {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #343a40;
  position: relative;
}
.table-custom th:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  height: 20px;
  width: 1px;
  background-color: #e1e4e8;
  transform: translateY(-50%);
}
.table-custom td {
  color: #6c757d;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.table-custom tr:hover {
  background-color: #f8f9fa;
}

.table-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.table-list .table-list-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
}
.table-list .table-list-card .card-line {
  width: 100%;
  padding: 8px 20px;
  display: flex;
  align-items: center;
}
.table-list .table-list-card .card-line:not(:last-child) {
  border-bottom: 2px solid #e9ebed;
}
.table-list .table-list-card .card-line .card-title {
  width: 40%;
}
.table-list .table-list-card .card-line .card-title span {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
.table-list .table-list-card .card-line .card-info {
  width: 60%;
}
.table-list .table-list-card .card-line .card-info span {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.applied-filter {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 24px;
  flex-wrap: wrap;
}
.applied-filter > div {
  max-width: 84px;
}

.applied-vacancies {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.applied-vacancies .applied-vacancy {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px 20px;
  border-bottom: 1px solid #e5e7eb;
}
.applied-vacancies .applied-vacancy .vacancy-title {
  width: 100%;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}
.applied-vacancies .applied-vacancy .vacancy-title p {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: -0.01em;
  color: #0f172a;
}
.applied-vacancies .applied-vacancy .vacancy-title span {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: rgba(102, 102, 102, 0.8);
}
.applied-vacancies .applied-vacancy .msg-btn {
  padding: 6px 8px;
  border: 1px solid #e5e7eb;
  outline: none;
  box-shadow: none;
  border-radius: 10px;
  cursor: pointer;
  background-color: transparent;
}
.applied-vacancies .applied-vacancy:hover {
  background-color: #eaf7ff;
}

.vacancy-steps {
  display: flex;
  gap: 32px;
  margin-left: 16px;
  flex-wrap: wrap;
  row-gap: 8px;
}
.vacancy-steps li {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}
.vacancy-steps li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #e5e7eb;
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
}
.vacancy-steps li.passed::before {
  background-color: #59ea93;
}

.chat-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 100%;
  width: 100%;
}
.chat-container .chat-message {
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 8px;
  width: 100%;
}
.chat-container .chat-message .avatar {
  width: 40px !important;
  min-width: 40px !important;
  height: 40px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 10px;
}
.chat-container .chat-message .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.chat-container .chat-message .message {
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 14px;
}
.chat-container .receiver {
  justify-content: flex-start;
}
.chat-container .receiver .message {
  box-shadow: 0px 0px 4px -2px rgba(15, 23, 42, 0.768627451);
  position: relative;
  overflow: hidden;
}
.chat-container .receiver .message::before {
  content: "";
  width: 6px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #175e8c;
}
.chat-container .receiver .avatar {
  order: 0;
  background-color: #96e7e5;
}
.chat-container .sender {
  justify-content: flex-end;
}
.chat-container .sender .message {
  box-shadow: 0px 0px 4px -2px rgba(15, 23, 42, 0.768627451);
  position: relative;
  overflow: hidden;
}
.chat-container .sender .message::after {
  content: "";
  width: 6px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #70c6fe;
}
.chat-container .sender .avatar {
  order: 1;
  margin-left: 10px;
  margin-right: 0;
  background-color: #ffa78d;
}

.message-input-container {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 20px;
  width: 100%;
  box-shadow: 0px 0px 4px -2px rgba(15, 23, 42, 0.8039215686);
}
.message-input-container input {
  flex-grow: 1;
  border: none;
  outline: none;
  font-size: 16px;
  color: #333;
}
.message-input-container input::-moz-placeholder {
  color: #7a7a7a;
}
.message-input-container input::placeholder {
  color: #7a7a7a;
}
.message-input-container .icons {
  display: flex;
  gap: 15px;
}
.message-input-container .icons .icon {
  cursor: pointer;
  position: relative;
}
.message-input-container .icons .icon #emoji-button {
  padding: 0;
  border: none;
  background-color: transparent;
}
.message-input-container .icons .icon .emoji-box {
  display: none;
  position: absolute;
  bottom: 40px;
  right: 0;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  padding: 10px;
  font-size: 20px;
  white-space: nowrap;
  z-index: 10;
  max-width: 300px;
  min-width: 300px;
  flex-wrap: wrap;
}
.message-input-container .icons .icon .emoji-box span {
  cursor: pointer;
  margin-right: 5px;
}
.message-input-container .icons label {
  cursor: pointer;
}
.message-input-container .icons button {
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.tabs .tab-buttons {
  display: flex;
  margin-bottom: 10px;
  gap: 8px;
}
.tabs .tab-buttons .tab-btn {
  background: none;
  border: none;
  outline: none;
  padding: 8px 14px;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
}
.tabs .tab-buttons .tab-btn.active {
  color: #000;
  border-bottom: 2px solid #f57c00;
}
.tabs .tab-buttons .tab-btn:hover {
  color: #000;
}
.tabs .tab-content .tab-panel {
  display: none;
}
.tabs .tab-content .tab-panel.active {
  display: block;
}

.vacancy-details-buttons {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.vacancy-details-buttons a {
  padding: 8px 16px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.01em;
  color: #ffffff;
  border-radius: 8px;
  outline: none;
  transition: 0.2s;
}
.vacancy-details-buttons a.confirm {
  background-color: #59ea93;
}
.vacancy-details-buttons a.confirm:hover {
  background-color: #118c42;
}
.vacancy-details-buttons a.decline {
  background-color: #e37285;
}
.vacancy-details-buttons a.decline:hover {
  background-color: #d42a46;
}
.vacancy-details-buttons a.message {
  background-color: #79c4dc;
}
.vacancy-details-buttons a.message:hover {
  background-color: #34a4ca;
}

.confirmation-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.confirmation-box h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.01em;
  text-align: center;
}
.confirmation-box p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.01em;
  color: #334155;
}
.confirmation-box .buttons {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 4px;
}
.confirmation-box .buttons .button:first-child {
  color: #ff7f3e;
  font-size: 14px;
}

.resume-items-buttons {
  width: 100%;
  display: flex;
  gap: 15px;
  row-gap: 10px;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .d-none-xs {
    display: none !important;
  }
  .section {
    padding: 10px 0;
  }
  .section-subtitle {
    font-size: 14px;
    line-height: 20px;
  }
  .section-info-title {
    font-size: 14px;
    line-height: 20px;
  }
  .section-title {
    font-size: 24px;
    line-height: 32px;
  }
  .header {
    position: relative;
    z-index: 3;
  }
  .header .navbar {
    display: none;
  }
  .header .buttons {
    display: none;
  }
  .header .buttons .language-select {
    display: none;
  }
  .header .profile {
    margin-left: auto;
    margin-right: 12px;
  }
  .header .mobile-controls {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .header .mobile-controls .mobile-lang-select .lang-dropdown {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E") no-repeat right 0.7em top 50%;
    background-size: 0.65em auto;
    background-position: right 8px center;
    padding: 6px 24px 6px 10px;
    border: 1px solid #f1f5f9;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    cursor: pointer;
    min-width: 70px;
  }
  .header .mobile-controls .mobile-lang-select .lang-dropdown:hover, .header .mobile-controls .mobile-lang-select .lang-dropdown:focus {
    border-color: #ff7f3e;
    outline: none;
  }
  .header .mobile-controls .burger-menu {
    display: flex;
    flex-direction: column;
    gap: 4px;
    cursor: pointer;
  }
  .header .mobile-controls .burger-menu div {
    width: 16px;
    height: 2px;
    background-color: #000000;
    border-radius: 10px;
    transition: 0.2s;
  }
  .header .mobile-menu {
    display: block;
    width: calc(100% + 30px);
    height: calc(100vh - 68px);
    background-color: #ffffff;
    position: absolute;
    top: 56px;
    left: -900px;
    transition: 0.2s;
    padding: 20px;
  }
  .header .mobile-menu .menu-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .header .mobile-menu .menu-list .nav-item {
    position: relative;
    text-decoration: none;
    color: #0f172a;
    font-weight: 500;
    transition: 0.2s;
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    align-items: center;
  }
  .header .mobile-menu .menu-list .nav-item:hover {
    color: #ff7f3e;
  }
  .header .mobile-menu .menu-list .nav-item:hover i {
    color: #ff7f3e;
  }
  .header .mobile-menu .menu-list .dropdown .dropdown-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    cursor: pointer;
  }
  .header .mobile-menu .menu-list .dropdown .dropdown-title i {
    color: #11476b;
    font-size: 14px;
    transition: 0.2s;
  }
  .header .mobile-menu .menu-list .dropdown .dropdown-menu {
    display: none;
    margin-top: 8px;
    background-color: #fff;
    border-radius: 4px;
    min-width: 100px;
    flex-direction: column;
    gap: 8px;
  }
  .header .mobile-menu .menu-list .dropdown .dropdown-menu .dropdown-item {
    padding: 8px 16px;
    color: #0f172a;
    text-decoration: none;
    display: block;
    cursor: pointer;
  }
  .header .mobile-menu .menu-list .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #eaf7ff;
  }
  .header .mobile-menu .menu-list .dropdown:hover {
    color: #ff7f3e;
  }
  .header .mobile-menu .menu-list .dropdown:hover i {
    color: #ff7f3e;
    rotate: 180deg;
  }
  .header .mobile-menu .menu-list .dropdown:hover .dropdown-menu {
    display: flex;
  }
  .header .mobile-menu .menu-buttons {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #f1f5f9;
  }
  .header.shown .burger-menu div:nth-child(1) {
    rotate: 45deg;
    transform: translateY(8.5px);
  }
  .header.shown .burger-menu div:nth-child(2) {
    opacity: 0;
  }
  .header.shown .burger-menu div:nth-child(3) {
    rotate: -45deg;
    transform: translateY(-8.5px);
  }
  .header.shown .mobile-menu {
    left: -15px;
  }
  footer {
    margin-top: 0;
  }
  footer::before {
    display: none;
  }
  footer .footer-wrapper {
    padding: 56px 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "first first" "second third";
    justify-content: center;
    gap: 32px;
  }
  footer .footer-wrapper .footer-item:first-child {
    padding-right: 0;
    grid-area: first;
  }
  footer .footer-wrapper .footer-item:nth-child(2) {
    grid-area: second;
    width: 100%;
  }
  footer .footer-wrapper .footer-item:nth-child(3) {
    grid-area: third;
    width: 100%;
  }
  footer .footer-wrapper .footer-item .footer-info {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: #334155;
  }
  footer .footer-bottom {
    flex-direction: column-reverse;
  }
  .banner {
    padding: 26px 0;
    height: auto;
    min-height: 90vh;
  }
  .banner .banner-img {
    width: 130%;
    right: -60%;
    bottom: 0;
  }
  .banner .container {
    height: 100%;
    position: relative;
    z-index: 2;
  }
  .banner .container .banner-wrapper {
    gap: 60px;
  }
  .banner .container .banner-wrapper .banner-info {
    width: 100%;
  }
  .banner .container .banner-wrapper .banner-info h1 {
    font-size: 60px;
  }
  .banner .container .banner-wrapper .banner-info p {
    font-size: 14px;
  }
  .banner .container .banner-wrapper .banner-search {
    width: 100%;
  }
  .banner-search .search-container .search-wrapper {
    grid-template-columns: 1fr !important;
  }
  .banner-search .search-container .search-wrapper .search-input {
    border-radius: 8px 8px 0 0;
  }
  .banner-search .search-container .search-wrapper .dropdown-btn {
    border-radius: 0;
  }
  .banner-search .search-container .search-wrapper .dropdown-btn:nth-child(3) {
    border-radius: 0 0 8px 8px !important;
  }
  .search-container {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .search-container .search-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
  }
  .search-container .search-wrapper .search-input {
    border-radius: 8px 8px 0 0;
    border-bottom: 1px solid #e5e7eb;
    border-right: none;
  }
  .search-container .search-wrapper .dropdown-btn {
    border-radius: 0 0 8px 8px;
    justify-content: space-between;
  }
  .main-page-cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .news-wrapper {
    gap: 20px;
    grid-template-columns: 1fr;
  }
  .news-detailed {
    grid-template-columns: 1fr;
  }
  .vacancies-list .vacancy-card .vacancy-card-top .vacancy-card-title .vacancy-card-logo {
    min-width: 50px;
  }
  .vacancies-list .vacancy-card .vacancy-card-top .vacancy-card-title h3 {
    font-size: 20px;
    line-height: 22px;
  }
  .vacancy-details .vacancy-details-title h1 {
    font-size: 20px;
    line-height: 22px;
  }
  .vacancy-details .vacancy-details-button {
    width: 100%;
    flex-direction: column;
  }
  .vacancy-details .vacancy-details-button a,
  .vacancy-details .vacancy-details-button button {
    min-width: 100%;
  }
  .md-form .md-form-item .file-upload {
    width: 100%;
  }
  .modal-big-title {
    margin-top: 8px;
    font-size: 22px !important;
    line-height: 100% !important;
    font-weight: 500 !important;
  }
}
@media screen and (min-width: 769px) {
  .d-none-md {
    display: none !important;
  }
  header.no-bg {
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    width: 100%;
    z-index: 99;
  }
  header.no-bg .header {
    background-color: transparent;
  }
}/*# sourceMappingURL=style.css.map */