/* Reset */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

form br {
    display: none;
}

form p {
    margin-bottom: 0;
}

.entire-form__button, .entire-form__button p {
    width: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  font-family: "UAFSans";
  background-color: #0E0E0E;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Шрифти */

@font-face {
  font-family: 'UAFSans';
  src: url('../font/UAFSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'UAFSans';
  src: url('../font/UAFSans-Book.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'UAFSans';
  src: url('../font/UAFSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'UAFSans';
  src: url('../font/UAFSans-NameTape.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'UAFSans';
  src: url('../font/UAFSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'UAFSans';
  src: url('../font/UAFSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'UAFSans Condensed';
  src: url('../font/UAFSans-CondUltra.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* Шрифти */


/* Header */

.header {
    border-bottom: 0.818px solid rgba(255, 255, 255, 0.20);
background: linear-gradient(90deg, rgba(133, 157, 189, 0.17) 0.01%, rgba(133, 157, 189, 0.04) 11.69%, rgba(133, 157, 189, 0.05) 32.24%, rgba(133, 157, 189, 0.06) 75.04%, rgba(133, 157, 189, 0.25) 99.99%);
backdrop-filter: blur(32.067665100097656px);
padding-top: 29px;
padding-bottom: 19px;
position: absolute;
top: 0;
left: 0;
right: 0;
}

.header-logo .text {
    color: #FFF;    
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 9px;
}

.header-logo {
    padding-right: 69px;
    border-right: 1px solid #fff;
    width: fit-content;
}

.header-logo img {
    height: 48px;
    width: auto;
}

.header-social {
    padding-left: 21px;
    padding-right: 21px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 18px;
}

.header-phone {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-right: 36px;
}

.phone-link {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 150% */
}

.header-btn {
    display: flex;
    padding: 12px 30px;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: 1px solid #FFF;
backdrop-filter: blur(3.1500000953674316px);
}

.header-btn:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000;
    transition: 0.3s;
}

.nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 32px;
    height: 32px;
    padding: 0;
    margin-left: 16px;
    flex-shrink: 0;
}

.nav-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    transition: transform 0.3s ease, opacity 0.2s ease;
}

.nav-toggle.is-active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.nav-toggle.is-active span:nth-child(2) {
    opacity: 0;
}

.nav-toggle.is-active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1440px;
    }
}

.banner {
    height: 1220px !important;
    background: url('../img/background.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-left {
    height: 100%;
    max-width: 623px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
}

h1 {
    color: #FFF;
leading-trim: both;
text-edge: cap;
font-size: 140px;
font-style: normal;
font-weight: 800;
line-height: normal;
}

.subtitle {
    color: #FFF;
    font-size: 52px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #fff;
    width: 100%;
}

.banner-left .text {
    color: #FFF;
leading-trim: both;
text-edge: cap;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.card {
    width: 100%;
    max-width: 735px;
    padding: 60px;
    border-radius: 10px;
border: 2px solid rgba(255, 255, 255, 0.05);
background: linear-gradient(81deg, rgba(255, 255, 255, 0.05) 24.81%, rgba(255, 255, 255, 0.05) 97.05%);
box-shadow: 0 4px 35px 0 rgba(0, 0, 0, 0.15);
backdrop-filter: blur(17.450000762939453px);
  }
 
  .card .title-h2 {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 8px;
  }
 
  .card p.description {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 24px;
  }
 
  .required-note {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 21.6px */
    margin-bottom: 14px;
  }
 
  /* Contact Form 7 (замінює форму в .card) */

  .entire-form p.agree-form {
    margin-bottom: 24px;
  }

  .entire-form .wpcf7-form-control.wpcf7-checkbox label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
  }

  .entire-form .wpcf7-list-item {
    margin: 0;
  }

  .entire-form input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    min-width: 16px;
    border: 1px solid var(--field-border);
    background: transparent;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
  }

  .entire-form input[type="checkbox"]:checked {
    background: var(--accent);
    border-color: var(--accent);
  }

  .entire-form input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 1px;
    width: 5px;
    height: 9px;
    border: solid #1a1a1a;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }

  .entire-form .wpcf7-list-item-label {
    color: var(--text-light);
    font-size: 13.5px;
    cursor: pointer;
  }

  .entire-form .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 36px;
  }

  .entire-form input.wpcf7-form-control {
    display: flex;
    height: 60px;
    padding: 12px 14px;
    align-items: center;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.50);
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: capitalize;
width: 100%;
outline: none;
}

  .entire-form input.wpcf7-form-control::placeholder {
    color: var(--text-muted);
  }

  .entire-form input.wpcf7-form-control:focus {
    border-color: transparent;
    background: rgba(255, 255, 255, 0.1);
  }

  .entire-form input[type="date"] {
    color-scheme: dark;
  }

  .entire-form .wpcf7-not-valid-tip {
    display: block;
    color: #ff6b6b;
    font-size: 12px;
    margin-top: 6px;
  }

  .entire-form .wpcf7-response-output {
    margin-top: 16px;
    padding: 10px 14px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--text-light);
    font-size: 13px;
  }

  .entire-form .wpcf7-form.sent .wpcf7-response-output {
    border-color: var(--accent);
  }

  .entire-form .wpcf7-form.invalid .wpcf7-response-output,
  .entire-form .wpcf7-form.unaccepted .wpcf7-response-output,
  .entire-form .wpcf7-form.payment-required .wpcf7-response-output {
    border-color: #ff6b6b;
  }

  .entire-form .entire-form__button {
    margin-top: 0;
  }

  .entire-form .wpcf7-form-control.wpcf7-submit {
    width: 100%;
    display: flex;
height: 60px;
padding: 12px 10px;
justify-content: center;
align-items: center;
gap: 10px;
border: none;
border-radius: 0;
background: #FEBF00;
color: #000;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: uppercase;
  }

  .entire-form .wpcf7-form-control.wpcf7-submit:hover {
    background-color: #fff;
    color: #000;
    transition: 0.3s;
  }

/* Попап з формою (шапка) */

.contact-modal .modal-dialog {
    max-width: 735px;
}

.contact-modal .modal-content {
    padding: 60px;
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.05);
    background: linear-gradient(81deg, rgba(255, 255, 255, 0.05) 24.81%, rgba(255, 255, 255, 0.05) 97.05%), var(--card-bg);
    box-shadow: 0 4px 35px 0 rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(17.450000762939453px);
    position: relative;
}

.contact-modal .modal-body {
    padding: 0;
}

.contact-modal .btn-close {
    position: absolute;
    top: 24px;
    right: 24px;
    opacity: 0.7;
    transition: 0.3s;
}

.contact-modal .btn-close:hover {
    opacity: 1;
}

.contact-modal h2 {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 8px;
    padding-right: 30px;
}

.contact-modal .description {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 24px;
}

.contact-modal .modal-backdrop,
.modal-backdrop {
    background-color: #000;
}

.modal-backdrop.show {
    opacity: 0.7;
}

.call-confirm-modal .modal-dialog {
    max-width: 480px;
}

.call-confirm-modal h2 {
    font-size: 22px;
    margin-bottom: 0;
    padding-right: 30px;
}

.call-confirm-actions {
    display: flex;
    gap: 16px;
    margin-top: 28px;
}

.call-confirm-actions button {
    flex: 1;
    display: flex;
    height: 56px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.3s;
}

.call-confirm-actions .btn-yes {
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: #FEBF00;
    color: #000;
}

.call-confirm-actions .btn-yes:hover {
    background: #fff;
    border-color: #fff;
}

.call-confirm-actions .btn-no {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #FFF;
}

.call-confirm-actions .btn-no:hover {
    border-color: #fff;
}

.callback-modal .modal-dialog {
    max-width: 560px;
}

.form-success-modal .modal-dialog {
    max-width: 480px;
}

.form-success-modal .modal-body {
    text-align: center;
}

.form-success-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(244, 167, 29, 0.12);
}

.form-success-icon svg {
    width: 34px;
    height: 34px;
}

.form-success-modal h2 {
    padding-right: 0;
}

.form-success-modal .description {
    margin-bottom: 32px;
}

.form-success-modal .header-btn {
    width: 100%;
}

@media (max-width: 767.98px) {
  .contact-modal .modal-content {
    padding: 32px 24px;
  }

  .contact-modal h2 {
    font-size: 22px;
  }

  .contact-modal .btn-close {
    top: 18px;
    right: 18px;
  }
}

/* 404 */

.error-404-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: url('../img/background.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 180px 0 80px;
}

.error-404-content {
    max-width: 680px;
    margin: 0 auto;
}

.error-code {
    color: #FEBF00;
    font-size: 160px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -4px;
    margin-bottom: 24px;
}

.error-404-content h1 {
    font-size: 42px;
    margin-bottom: 24px;
}

.error-404-content .text {
    color: #FFF;
    font-size: 18px;
    margin-bottom: 40px;
}

.error-404-btn {
    display: inline-flex;
}

/* ==========================================================================
   Адаптив: планшети (≤1199.98px) — до брейкпоінту, на якому Bootstrap
   ще тримає col-xl-6 в одному рядку. Нижче колонки завжди стають в стовпчик.
   ========================================================================== */
@media (max-width: 1199.98px) {
  .error-404-section {
    padding: 60px 0;
  }

  .error-code {
    font-size: 120px;
  }

  .error-404-content h1 {
    font-size: 32px;
  }

  .header {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header .row {
    row-gap: 16px;
  }

  .header-logo {
    padding-right: 24px;
  }

  .header .col-xl-7 {
    width: 100%;
    justify-content: space-between;
  }

  .header-right {
    justify-content: flex-start !important;
    flex-wrap: wrap;
    row-gap: 12px;
  }

  .banner {
    height: auto !important;
    padding: 60px 0;
  }

  .banner .row {
    row-gap: 48px;
  }

  .banner-left {
    max-width: 100%;
    height: auto;
    align-items: center;
    text-align: center;
  }

  .banner .col-xl-6:last-child {
    justify-content: center !important;
  }

  h1 {
    font-size: 56px;
    letter-spacing: -1.5px;
    margin-bottom: 32px;
  }

  .subtitle {
    font-size: 34px;
    padding-bottom: 28px;
    margin-bottom: 24px;
  }

  .banner-left .text {
    font-size: 18px;
  }

  .card {
    max-width: 600px;
  }

  /* Мобільне меню (бургер) */
  .nav-toggle {
    display: flex;
  }

  #headerMenuList {
    display: none !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    gap: 0;
    background: rgba(8, 10, 14, 0.97);
    backdrop-filter: blur(16px);
    padding: 8px 24px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    z-index: 20;
  }

  #headerMenuList.is-open {
    display: flex !important;
  }

  #headerMenuList li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  #headerMenuList li:last-child {
    border-bottom: none;
  }

  #headerMenuList li a {
    width: 100%;
    justify-content: space-between;
    padding: 14px 0;
  }

  #headerMenuList li.has-dropdown:hover .header-menu__chevron {
    transform: none;
  }

  #headerMenuList .header-submenu {
    display: block;
    position: static;
    min-width: 0;
    margin: 0 0 8px;
    padding: 0;
    background: transparent;
    backdrop-filter: none;
    border: none;
  }

  #headerMenuList .header-submenu li {
    border-bottom: none;
  }

  #headerMenuList .header-submenu li a {
    padding: 10px 0 10px 16px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
  }

  #headerMenuList .header-submenu li a:hover {
    background: transparent;
    color: #FEBF00;
  }
}

/* ==========================================================================
   Адаптив: мобільні пристрої (≤767.98px)
   ========================================================================== */
@media (max-width: 767.98px) {
  .error-404-section {
    padding: 40px 0;
  }

  .error-code {
    font-size: 80px;
    margin-bottom: 16px;
  }

  .error-404-content h1 {
    font-size: 26px;
    margin-bottom: 16px;
  }

  .error-404-content .text {
    font-size: 15px;
    margin-bottom: 28px;
  }

  .header {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .header-logo {
    padding-right: 0;
    border-right: none;
    margin-bottom: 4px;
  }

  .header-logo .text {
    font-size: 9px;
  }

  .header-logo img {
    height: 40px;
  }

  .header-right {
    gap: 10px;
    row-gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between !important;
    width: 100%;
  }

  .header-social {
    margin-right: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

  .header-phone {
    margin-right: 0;
    gap: 8px;
  }

  .phone-link {
    font-size: 13px;
  }

  .header-btn {
    padding: 10px 18px;
    font-size: 13px;
  }

  .banner {
    padding: 40px 0;
  }

  .banner .row {
    row-gap: 32px;
  }

  h1 {
    font-size: 34px;
    letter-spacing: -1px;
    margin-bottom: 20px;
  }

  .subtitle {
    font-size: 24px;
    padding-bottom: 18px;
    margin-bottom: 18px;
  }

  .banner-left .text {
    font-size: 15px;
  }

  .card {
    padding: 32px 24px;
  }

  .card h2 {
    font-size: 22px;
  }

  .entire-form .wpcf7-form-control-wrap {
    margin-bottom: 24px;
  }

  .entire-form input.wpcf7-form-control {
    height: 52px;
  }

  .entire-form .wpcf7-form-control.wpcf7-submit {
    height: 52px;
  }
}

/* ==========================================================================
   Адаптив: маленькі мобільні екрани (≤479.98px)
   ========================================================================== */
@media (max-width: 479.98px) {
  .error-code {
    font-size: 64px;
  }

  .error-404-content h1 {
    font-size: 22px;
  }

  .header-phone .phone-link {
    font-size: 12px;
  }

  .header-social {
    display: none;
  }

  h1 {
    font-size: 28px;
  }

  .subtitle {
    font-size: 20px;
  }

  .card {
    padding: 28px 18px;
  }

  .card h2 {
    font-size: 20px;
  }

  .card p.description {
    font-size: 13px;
  }
}

:root {
    --accent: #f4a71d;
    --accent-dark: #d98f0f;
    --text-light: #ffffff;
    --text-muted: rgba(255, 255, 255, 0.65);
    --field-bg: rgba(255, 255, 255, 0.06);
    --field-border: rgba(255, 255, 255, 0.25);
    --card-bg: rgba(20, 20, 20, 0.55);
  }
  
.header-menu ul {
    padding: 0;
    margin: 0;
    margin-left: 44px;
    
    gap: 33px;
}

.header-menu ul li a {
    color: #FFF;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.header-menu ul li a svg {
    margin-left: 7px;
}

/* Випадаюче підменю в шапці (тільки для пунктів з дочірніми елементами) */

.header-menu ul li {
    position: relative;
}

.header-menu ul li .header-menu__chevron {
    transition: transform 0.3s ease;
}

.header-menu ul li.has-dropdown:hover .header-menu__chevron {
    transform: rotate(180deg);
}

.header-submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    margin: 0;
    padding: 8px 0;
    list-style: none;
    background: rgba(8, 10, 14, 0.97);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 30;
}

.header-menu ul li.has-dropdown:hover .header-submenu,
.header-menu ul li.has-dropdown:focus-within .header-submenu {
    display: block;
}

.header-submenu li a {
    display: block;
    padding: 10px 20px;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    transition: 0.3s;
}

.header-submenu li a:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #FEBF00;
}

.banner-btn {
    display: flex;
    width: 100%;
    height: 98px;
    padding: 11px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    background: #FEBF00;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.50);
    color: #000;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 62.5% */
    text-transform: uppercase;
    margin-top: 52px;
}

.banner-btn svg {
    margin-left: 6px;
}

.banner-btn:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000;
    transition: 0.3s;
}

.about {
    background: #0E0E0E;
    padding: 52px 0;
}

.about h2 {
    color: #FFF;
leading-trim: both;
text-edge: cap;
font-family: Unbounded;
font-size: 64px;
font-style: normal;
font-weight: 400;
line-height: 103.236%; /* 66.071px */
text-transform: uppercase;
margin-bottom: 21px;
}

.about__text {
    color: #FFF;
font-size: 21px;
font-style: normal;
font-weight: 400;
line-height: 189%; /* 39.69px */
}

.about__right-block span {
    color: #FFF;
leading-trim: both;
text-edge: cap;
font-family: Unbounded;
font-size: 21px;
font-style: normal;
font-weight: 300;
line-height: 103.236%; /* 21.68px */
text-transform: uppercase;
margin-left: 189px;
margin-top: 7px;
}

.about__right-block.second .years {
    margin-left: 70px;
}

.about__right-block {
    position: relative;
    margin-bottom: 123px;
}

.about__right-block:after {
    position: absolute;
    left: 0;
    top: 17px;
    content: '';
    width: 152px;
    height: 1px;
    background: #FFF;
    display: inline-block;
}

.about__right-block .years {
    color: #FFF;
leading-trim: both;
text-edge: cap;
font-family: Unbounded;
font-size: 64px;
font-style: normal;
font-weight: 400;
line-height: 103.236%; /* 66.071px */
text-transform: uppercase;
margin-left: 42px;
}

.about__right-block .years span {
    margin-left: 12px;
}

.about__right {
    height: 100%;
    border-left: 1px solid #fff;
}

.vacancy {
    background: #0E0E0E;
    padding-bottom: 47px;
}

h2.vacancy__title {
    color: #FFF;
leading-trim: both;
text-edge: cap;
font-family: Unbounded;
font-size: 64px;
font-style: normal;
font-weight: 400;
line-height: 103.236%; /* 66.071px */
text-transform: uppercase;
margin-bottom: 32px;
}

/* Сторінка списку вакансій */

.vacancy.vacancy-archive {
    padding-top: 160px;
}

/* Сторінка блогу (список статей) */

.media.blog-archive {
    padding-top: 160px;
}

/* Сторінка окремої вакансії */

.vacancy.vacancy-single {
    padding-top: 160px;
    padding-bottom: 100px;
    background: linear-gradient(180deg, rgba(14, 14, 14, 0.75) 0%, rgba(14, 14, 14, 0.92) 40%, #0E0E0E 100%), url('../img/stage-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.vacancy-single .vacancy__title {
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.vacancy-single__back {
    display: inline-block;
    margin-top: 28px;
    color: #FFF;
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: 0.3s;
}

.vacancy-single__back:hover {
    color: #FEBF00;
}

.vacancy-single .vacancy__block {
    padding: 32px;
    margin-bottom: 32px;
    flex: 1 1 auto;
}

.vacancy-single .col-xl-7 {
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
}

.vacancy-single .vacancy-single__back {
    flex-shrink: 0;
    margin-top: 0;
}

.vacancy-single .col-xl-5 {
    display: flex;
}

.vacancy-apply-card {
    width: 100%;
    background: linear-gradient(81deg, rgba(255, 255, 255, 0.08) 24.81%, rgba(255, 255, 255, 0.08) 97.05%);
}

.vacancy-single .vacancy__block .description h3 {
    font-size: 20px;
    margin-bottom: 12px;
}

.vacancy-single .vacancy__block .description ul li {
    font-size: 16px;
    line-height: 165%;
}

.vacancy-apply-card p.description {
    font-size: 15px;
}

/* Сторінка окремої статті блогу */

.media.blog-single {
    padding-top: 160px;
    padding-bottom: 80px;
}

.blog-single__date {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.blog-single__image {
    margin-bottom: 32px;
}

.blog-single__image img {
    width: 100%;
}

.blog-single__content {
    color: rgba(255, 255, 255, 0.85);
    font-size: 16px;
    line-height: 175%;
}

.blog-single__content p {
    margin-bottom: 20px;
}

.blog-single__content h2,
.blog-single__content h3,
.blog-single__content h4 {
    color: #FFF;
    font-weight: 600;
    line-height: 130%;
    margin: 32px 0 16px;
}

.blog-single__content h2 {
    font-size: 28px;
}

.blog-single__content h3 {
    font-size: 22px;
}

.blog-single__content h4 {
    font-size: 18px;
}

.blog-single__content a {
    color: #FEBF00;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.blog-single__content ul,
.blog-single__content ol {
    margin: 0 0 20px;
    padding-left: 22px;
}

.blog-single__content ul {
    list-style: disc;
}

.blog-single__content ol {
    list-style: decimal;
}

.blog-single__content li {
    margin-bottom: 8px;
}

.blog-single__content img {
    max-width: 100%;
    height: auto;
    margin: 24px 0;
}

.blog-single__content blockquote {
    border-left: 3px solid #FEBF00;
    padding-left: 20px;
    margin: 24px 0;
    color: rgba(255, 255, 255, 0.65);
    font-style: italic;
}

.blog-single__content strong {
    color: #FFF;
    font-weight: 600;
}

.vacancy__block {
    padding: 24px 22px;
    background: #E9E9E9;
}

.vacancy__block .title {
    color: #000;
font-size: 32px;
font-style: normal;
font-weight: 500;
line-height: normal;
margin-bottom: 12px;
}

.vacancy__block .description h3 {
    color: #000;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-bottom: 4px;
letter-spacing: 0.28px;
}

.vacancy__block .description ul {
    padding-left: 1rem;
    list-style: disc;
}

.vacancy__block .description ul li {
    color: #404040;
font-size: 11px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.22px;
}

.vacancy__btn {
    display: flex;
    width: 100%;
    padding: 12px 30px;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: #FEBF00;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.vacancy__btn:hover {
    background-color: #fff;
    border-color: #404040;
    color: #000;
    transition: 0.3s;
}

.vacancy__more {
    display: flex;
    margin-top: 42px;
width: 100%;
padding: 12px 30px;
justify-content: center;
align-items: center;
border: 1px solid #FFF;
color: #FFF;
font-size: 21px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

/* Компактні картки вакансій (посада + кнопка на сторінку вакансії) */

.vacancy__col {
    display: flex;
}

.vacancy__block--teaser {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 34px 30px 30px;
    background: #E9E9E9;
    border: 1px solid #d3d3d3;
    border-top: 3px solid #FEBF00;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.vacancy__block--teaser::after {
    content: "";
    position: absolute;
    z-index: 0;
    right: -18px;
    bottom: -22px;
    width: 150px;
    height: 196px;
    background-image: url('../img/vacancy-card-bg.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    opacity: 0.14;
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
}

.vacancy__block--teaser:hover::after {
    opacity: 0.26;
    transform: translateY(-4px);
}

.vacancy__block--teaser > * {
    position: relative;
    z-index: 1;
}

.vacancy__block--teaser:hover {
    transform: translateY(-6px);
    border-color: #FEBF00;
    box-shadow: 0 18px 40px -18px rgba(0, 0, 0, 0.55);
}

.vacancy__block--teaser .title {
    margin-bottom: 28px;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -0.01em;
}

.vacancy__btn--teaser {
    margin-top: auto;
    gap: 10px;
    cursor: pointer;
    background: transparent;
    border-color: #1a1a1a;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.vacancy__btn--teaser svg {
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.vacancy__btn--teaser:hover {
    background: #FEBF00;
    border-color: #FEBF00;
    color: #000;
}

.vacancy__block--teaser:hover .vacancy__btn--teaser svg {
    transform: translateX(4px);
}

@media (max-width: 767.98px) {
  .vacancy__block.vacancy__block--teaser {
    padding: 26px 22px 24px;
  }

  .vacancy__block.vacancy__block--teaser .title {
    font-size: 22px;
    margin-bottom: 22px;
  }
}

/* Пагінація (вакансії, блог) */

.site-pagination {
    display: flex;
    justify-content: center;
    margin-top: 48px;
}

.site-pagination .page-numbers {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-pagination .page-numbers li {
    display: flex;
}

.site-pagination .page-numbers li a.page-numbers,
.site-pagination .page-numbers li span.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    transition: 0.3s;
}

.site-pagination .page-numbers li a.page-numbers:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}

.site-pagination .page-numbers li span.current {
    background: #FEBF00;
    border-color: #FEBF00;
    color: #000;
}

.site-pagination .page-numbers li span.dots {
    border: none;
    color: rgba(255, 255, 255, 0.5);
}

.stage {
    padding-top: 206px;
    padding-bottom: 208px;
    background: url('../img/stage-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.stage__title {
    color: #FFF;
font-family: Unbounded;
font-size: 64px;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 64px */
text-transform: uppercase;
padding-bottom: 32px;
margin-bottom: 27px;
border-bottom: 1px solid #fff;
}

.stage__block {
    margin-bottom: 27px;
}

.stage__block:last-child {
    margin-bottom: 0;
}

.stage__block .title {
    margin-bottom: 30px;
    color: #FFF;
font-size: 21px;
font-style: normal;
font-weight: 500;
line-height: 110%; /* 23.1px */
}

.stage__block .description {
    color: #C2C2C2;
font-size: 21px;
font-style: normal;
font-weight: 400;
line-height: 110%;
}


.stage__left {
    display: flex;
width: 100%;
flex-direction: column;
align-items: flex-start;
gap: 58px;
}

.stage__left-section {
    display: flex;
    align-items: flex-start;
    gap: 184px;
    align-self: stretch;
    justify-content: space-between;
}

.stage__left-section .stage__block {
    max-width: 363px;
}

.stage .left-block {
    padding-left: 46px;
}

.form-section h2 {
    color: #FFF;
leading-trim: both;
text-edge: cap;
font-size: 86px;
font-style: normal;
font-weight: 500;
line-height: 104%; /* 89.44px */
letter-spacing: -2.58px;
margin-bottom: 57px;
}

.form-section {
    padding-top: 65px;
    padding-bottom: 78px;
    height: auto !important;
    background: url('../img/forms-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
      background-position: bottom;
}

.faq {
    padding: 100px 0;
    background: #E9E9E9;
}

.faq h2 {
    color: #000;
font-family: Unbounded;
font-size: 64px;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 64px */
letter-spacing: -1.92px;
text-transform: uppercase;
margin-bottom: 13px;
overflow-wrap: break-word;
}

.faq-left__text {
    color: #6E6E6E;
font-size: 21px;
font-style: normal;
font-weight: 400;
max-width: 313px;
line-height: normal;
}

.faq-left__text a {
    color: #6E6E6E;
font-size: 21px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: auto;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
}

.accordion-item {
    background: var(--bg);
    border: none;
    border-bottom: 1px solid var(--line);
    border-radius: 0 !important;
  }
 
  .accordion-item:first-of-type,
  .accordion-item:last-of-type {
    border-radius: 0;
  }
 
  .accordion-button {
    color: #000;
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: uppercase;
background: transparent;
padding: 0;
padding-bottom: 24px;
margin-bottom: 24px;
border-bottom: 1px solid #000;
  }
 
  .accordion-button:not(.collapsed) {
    background: var(--bg);
    color: var(--text);
    box-shadow: none;
  }
 
  .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%231c1c1c' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-size: 16px;
    transition: transform 0.2s ease;
  }
 
  .accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%231c1c1c' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  }
 
  .accordion-body {
    background: var(--bg);
    color: #3a3a3a;
    font-size: 0.95rem;
    line-height: 1.55;
    padding: 0 24px 26px;
    text-transform: none;
  }
  
.media {
    padding-top: 52px;
    padding-bottom: 72px;
    background: #0E0E0E;
}

.media h2 {
    color: #FFF;
font-family: Unbounded;
font-size: 64px;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 64px */
letter-spacing: -1.92px;
text-transform: uppercase;
margin-bottom: 30px;
}

.media-block__bottom {
    border: 1px solid rgba(233, 233, 233, 0.60);
    background: #E9E9E9;
    padding: 30px;
    padding-bottom: 20px !important;
    display: flex;
flex-direction: column;
align-items: flex-start;
gap: 14px;
}

.media-block__bottom .title {
    color: #000;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.media-block__bottom .description {
    color: #3F3F3F;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.32px;
}

.media-block__bottom .data {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.data .time {
    color: #A7A7A7;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.data .media-link {
    color: #000;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: none;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
}

.footer {
    padding-top: 50px;
    padding-bottom: 43px;
    background: #E9E9E9;
}

.footer-logo {
    padding: 32px 34px;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 16px;
}

.footer-logo .text {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    white-space: nowrap;
}

.footer-logo::before,
.footer-logo::after {
    content: '';
    position: absolute;
    width: 35px;
    height: 35px;
}

/* засічка зліва вгорі */
.footer-logo::before {
    top: 0;
    left: 0;
    border-top: 2px solid #004791;
    border-left: 2px solid #004791;
}

/* засічка справа внизу */
.footer-logo::after {
    bottom: 0;
    right: 0;
    border-bottom: 2px solid #004791;
    border-right: 2px solid #004791;
}

.footer-logo img {
    display: block;
    height: 104px;
    width: auto;
}

.footer-menu ul {
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 16px 42px;
    margin-bottom: 0;
}

.footer-middle {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 27px;
    justify-content: end;
    height: 100%;
}

.footer-menu ul li a {
    color: #000;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 21px; /* 150% */
text-decoration: none;
}

.footer-phone a {
    color: #000;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 21px; /* 105% */
text-decoration: none;
}

.footer-sign {
    display: flex;
    align-items: center;
    gap: 19px;
}

.footer-sign .title {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.footer-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 100%;
    height: 113px;
    padding: 11px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    background: #FEBF00;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.50);
color: #000;
text-align: center;
font-size: 32px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 62.5% */
text-transform: uppercase;
}

.footer-bottom {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.footer-bottom__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}

.footer-bottom__link,
.footer-bottom__copyright,
.footer-bottom__credit {
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-bottom__link {
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: 0.3s;
}

.footer-bottom__link:hover {
    color: #004791;
}

.footer-bottom__copyright {
    color: #6E6E6E;
}

/* ==========================================================================
   Адаптив секцій контенту (about/вакансії/етапи/форма/faq/медіа/футер):
   планшети (≤1199.98px)
   ========================================================================== */
@media (max-width: 1199.98px) {
  .about {
    padding: 40px 0;
  }

  .about h2 {
    font-size: 44px;
  }

  .about__text {
    font-size: 18px;
    line-height: 160%;
    margin-bottom: 32px;
  }

  .about__right-block {
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 8px;
    margin-bottom: 40px;
  }

  .about__right-block span,
  .about__right-block .years,
  .about__right-block.second .years {
    margin-left: 0;
  }

  .about__right-block .years {
    font-size: 44px;
  }

  h2.vacancy__title {
    font-size: 44px;
  }

  .vacancy__block {
    margin-bottom: 24px;
  }

  .vacancy__block .title {
    font-size: 26px;
  }

  .vacancy__more {
    margin-top: 28px;
    font-size: 18px;
  }

  .vacancy.vacancy-archive {
    padding-top: 140px;
  }

  .media.blog-archive {
    padding-top: 140px;
  }

  .media.blog-single {
    padding-top: 140px;
  }

  .blog-single__content h2 {
    font-size: 24px;
  }

  .blog-single__content h3 {
    font-size: 20px;
  }

  .vacancy.vacancy-single {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .vacancy-single .vacancy__title {
    padding-bottom: 24px;
  }

  .vacancy-single .col-xl-7,
  .vacancy-single .col-xl-5 {
    margin-bottom: 32px;
  }

  .vacancy-apply-card {
    max-width: 100%;
  }

  .stage {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .stage__title {
    font-size: 44px;
  }

  .stage__left-section {
    gap: 40px;
    flex-wrap: wrap;
  }

  .stage__left-section .stage__block {
    max-width: 100%;
  }

  .stage .left-block {
    padding-left: 1rem;
    margin-top: 48px;
  }

  .stage__block .title,
  .stage__block .description {
    font-size: 18px;
  }

  .form-section h2 {
    font-size: 48px;
    letter-spacing: normal;
    margin-bottom: 32px;
  }

  .banner-btn,
  .footer-btn {
    height: 72px;
    font-size: 22px;
  }

  .faq {
    padding: 60px 0;
  }

  .faq h2 {
    font-size: 40px;
  }

  .faq-left {
    margin-bottom: 32px;
  }

  .faq-left__text,
  .faq-left__text a {
    font-size: 16px;
  }

  .accordion-button {
    font-size: 16px;
    text-align: left;
  }

  .accordion-body {
    font-size: 0.9rem;
  }

  .media {
    padding-top: 40px;
    padding-bottom: 48px;
  }

  .media h2 {
    font-size: 40px;
  }

  .media-block {
    margin-bottom: 24px;
  }

  .footer-logo {
    padding: 36px 40px 32px 40px;
    margin-bottom: 24px;
  }

  .footer-middle {
    height: auto;
    margin-bottom: 32px;
  }

  .footer-menu ul {
    flex-wrap: wrap;
    gap: 16px 24px;
  }
}

/* ==========================================================================
   Проміжний брейкпоінт 1200–1399.98px: колонки Bootstrap ще в один ряд
   (xl не стовпчиком), але контейнер вужчий (1140px замість 1440px).
   Без цього блоку великі фіксовані розміри шрифтів/відступів,
   розраховані на 1440px, вилазять за межі колонок і накладаються одне на одне.
   ========================================================================== */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .header-logo {
    padding-right: 32px;
  }
  
  .about__right-block:after {
      width: 40px;
  }
  
  .stage__block .description, .about__text {
      font-size: 18px;
  }

  .header-menu ul {
    margin-left: 24px;
    gap: 20px;
  }

  .header-phone {
    margin-right: 20px;
  }

  h1 {
    font-size: 96px;
  }

  .subtitle {
    font-size: 40px;
  }

  .card {
    max-width: 600px;
    padding: 44px;
  }

  .about h2 {
    font-size: 52px;
  }

  .about__right-block span {
    margin-left: 60px;
  }

  .about__right-block .years {
    font-size: 52px;
    margin-left: 20px;
  }

  .about__right-block.second .years {
    margin-left: 20px;
  }

  h2.vacancy__title {
    font-size: 52px;
  }

  .stage__title {
    font-size: 52px;
  }

  .stage__left-section {
    gap: 60px;
  }

  .form-section h2 {
    font-size: 60px;
  }

  .banner-btn,
  .footer-btn {
    height: 88px;
    font-size: 24px;
  }

  .faq h2 {
    font-size: 44px;
  }

  .faq-left__text,
  .faq-left__text a {
    font-size: 18px;
  }

  .accordion-button {
    font-size: 18px;
    text-align: left;
  }

  .footer-logo {
    padding: 24px 20px;
    gap: 12px;
  }

  .footer-logo img {
    height: 78px;
  }

  .footer-logo .text {
    font-size: 12px;
    letter-spacing: 0.2px;
  }

  .footer-menu ul {
    flex-wrap: wrap;
    row-gap: 12px;
    gap: 12px 24px;
  }
}

/* ==========================================================================
   Адаптив секцій контенту: мобільні пристрої (≤767.98px)
   ========================================================================== */
@media (max-width: 767.98px) {
  .about {
    padding: 40px 0;
  }

  .about h2 {
    font-size: 30px;
    margin-bottom: 16px;
  }

  .about__text {
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 24px;
  }

  .about__right {
    border-left: none;
    padding-left: 0;
  }

  .about__right-block {
    margin-bottom: 24px;
  }

  .about__right-block:after {
    display: none;
  }

  .about__right-block .years {
    font-size: 30px;
  }

  .vacancy {
    padding-bottom: 32px;
  }

  h2.vacancy__title {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .vacancy__block {
    padding: 20px 18px;
    margin-bottom: 16px;
  }

  .vacancy__block .title {
    font-size: 20px;
  }

  .vacancy__more {
    margin-top: 20px;
    font-size: 15px;
    padding: 10px 20px;
  }

  .vacancy.vacancy-archive {
    padding-top: 100px;
  }

  .media.blog-archive {
    padding-top: 100px;
  }

  .media.blog-single {
    padding-top: 100px;
    padding-bottom: 48px;
  }

  .blog-single__content {
    font-size: 15px;
  }

  .blog-single__content h2 {
    font-size: 22px;
    margin: 24px 0 12px;
  }

  .blog-single__content h3 {
    font-size: 18px;
    margin: 24px 0 12px;
  }

  .vacancy.vacancy-single {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .vacancy-single .vacancy__title {
    padding-bottom: 16px;
  }

  .vacancy-single .col-xl-7,
  .vacancy-single .col-xl-5 {
    margin-bottom: 24px;
  }

  .vacancy-single .vacancy__block,
  .vacancy-apply-card {
    padding: 24px 20px;
  }

  .vacancy-single .vacancy__block .description h3 {
    font-size: 17px;
    margin-bottom: 8px;
  }

  .vacancy-single .vacancy__block .description ul li {
    font-size: 14px;
    line-height: 155%;
  }

  .vacancy-single__back {
    margin-top: 20px;
    font-size: 14px;
  }

  .site-pagination {
    margin-top: 32px;
  }

  .site-pagination .page-numbers {
    gap: 8px;
  }

  .site-pagination .page-numbers li a.page-numbers,
  .site-pagination .page-numbers li span.page-numbers {
    min-width: 38px;
    height: 38px;
    padding: 0 10px;
    font-size: 13px;
  }

  .stage {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .stage__title {
    font-size: 28px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .stage__left {
    gap: 32px;
  }

  .stage__left-section {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-self: auto;
    gap: 24px;
  }

  .stage .left-block {
    margin-top: 32px;
  }

  .stage__block {
    margin-bottom: 0;
  }

  .stage__block .title {
    margin-bottom: 10px;
  }

  .form-section {
    padding-top: 40px;
    padding-bottom: 48px;
  }

  .form-section h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .banner-btn {
    height: 52px;
    font-size: 15px;
    margin-top: 24px;
  }

  .footer-btn {
    height: 52px;
    font-size: 15px;
  }

  .faq {
    padding: 40px 0;
  }

  .faq h2 {
    font-size: 26px;
  }

  .faq-left {
    margin-bottom: 24px;
  }

  .accordion-button {
    font-size: 14px;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }

  .accordion-body {
    font-size: 0.85rem;
    padding: 0 0 20px;
  }

  .media {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .media h2 {
    font-size: 26px;
  }

  .footer {
    padding-top: 32px;
    padding-bottom: 28px;
  }

  .footer-logo {
    padding: 26px 28px;
    margin-bottom: 20px;
    flex-direction: column;
    gap: 14px;
    text-align: center;
  }

  .footer-logo img {
    height: 88px;
  }

  .footer-logo .text {
    font-size: 13px;
  }

  .footer-menu ul {
    gap: 12px 20px;
  }

  .footer-menu ul li a {
    font-size: 13px;
  }

  .footer-phone a {
    font-size: 17px;
  }

  .footer-bottom {
    margin-top: 28px;
    padding-top: 16px;
  }

  .footer-bottom__row {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
  }
}

/* ==========================================================================
   Адаптив секцій контенту: маленькі мобільні екрани (≤479.98px)
   ========================================================================== */
@media (max-width: 479.98px) {
  .footer-menu ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .about__right-block {
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }

  .about__right-block .years {
    margin-left: 0;
  }
}