body {
  font-size: 16px;	
}

.header .main-header .header-left .header-logo {
  width: 160px;
}

.header-right .user-header-dropdown {
  width: auto;
}

.header-right .user-header-dropdown .icon-down {
    padding-right: 20px;
    width: auto;
}

.user-header-dropdown {
  justify-content: end;
}

.mobile-account ul li a {
  text-transform: none;
}

.card {
  background: #f2f6fd;
}

.card-grid-2-image-rd figure {
  position: relative;
  width: 90px;
}

.card-grid-2-image-rd.online figure:before {
    background: #00c070;
    border-radius: 50%;
    bottom: 13px;
    content: "";
    height: 18px;
    position: absolute;
    right: 9px;
    width: 18px;
}

.beta {
  font-size: 12px;
  top: -2.5em;
  left: -0.5em;
  font-weight: 600;
  color: #c0c0c0;
}

.box-search-2 .block-banner .form-find .select2 {
  max-width: 100%;
}

.banner-hero .block-banner .form-find .box-industry {
  width: 100%;
  max-width: 100%;
}

.btn-find {
  width: 100%;
}

.btn-preview-icon {
  padding: 14px 30px 14px 65px;
}

.box-company-profile .image-candidate img {
  height: 125px;
}

.btn-apply-now {
  text-transform: none;
}

#ModalApplyJobForm h2 {
  text-transform: none!important;
}

.text-multiline-truncate {
  display: -webkit-box;
  -webkit-line-clamp: 3;       /* ← количество строк */
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 8px 0 8px 0;
}

.card-profile h5 {
  max-width: 13ch;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ps-sidebar .ps-sidebar__content .ps-sidebar__footer {
  padding-right: 40px;
}

.ps-sidebar .ps-sidebar__content .ps-sidebar__footer img{
  max-width: 60%;
}

.btn-list .btn {
  text-align: left;
  padding: 13px 18px;
}

.box-package .text-muted {
  color: color-mix(in srgb, #2dc846 calc(var(--bb-text-opacity) * 100%), #00000000) !important;
}

.box-package-price h4 {
  margin-right: 6px;
}

.box-view-type a, .dropdown-sort {
  margin-top: 2px;
}

.sidebar-icon-item img {
  margin-top: 4px;
}

.box-company-profile h5 {
  font-size: 26px!important;
  vertical-align: bottom;
}

.banner-hero h1 {
  vertical-align: bottom!important;
}

.image-company img {
  border-radius: 6px;
}

.box-company-profile {
  max-width: 100%;
}

.banner-hero.banner-image-single {
  overflow: hidden;
}

.company-detail .image-company {
  left: 0; /* По умолчанию для мобильных */

  @media (min-width: 768px) { /* Или ваш breakpoint для планшетов/ПК */
    left: 20px;
  }
}

.content-single ul {
  margin-bottom: 20px;
}

.footer .footer-col-2, .footer .footer-col-3, .footer .footer-col-4, .footer .footer-col-5 {
    width: 25%;
}

.payment-method-item {
  padding: var(--bb-list-group-item-padding-y) var(--bb-list-group-item-padding-x)!important;
}

.form-label {
  font-size: 16px!important;
}

.ps-copyright {
  font-size: 14px;
}

.list_payment_method label {
  font-weight: 800!important;
}

.checkout-wrapper {
    margin: 0!important;
    max-width: 700px!important;
}