/* Header*/

.site-header {
    background: transparent;  
    position: absolute;       
    top: 0;
    left: 0;
    width: 100%;              
    z-index: 1000;           
    max-width: 100%;  
}

.header-container {
    max-width: 1440px;         
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 4px;     
}

.site-logo img {
    max-height: 50px;
}

.site-nav {
    flex: 1;
    text-align: center;
}


.site-nav .main-menu,
.site-nav .main-menu ul {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.main-menu ul{
    display: flex;
}

.site-nav .main-menu {
  display: flex;          
  align-items: center;
  justify-content: center;
}

.site-nav .main-menu li {
  margin: 0;
  padding: 0;
}

.site-nav .main-menu li a {
  display: inline-block;
  text-decoration: none;
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  padding: 4px 10px;
  border-radius: 2px;
  transition: 0.3s;
}

/* Ховер і активний пункт */
.site-nav .main-menu li:hover a,
.site-nav .main-menu li.current-menu-item a,
.site-nav .main-menu li.current_page_item a,
.site-nav .main-menu li.current-menu-ancestor a {
  background-color: #F37E00;
}


.site-nav .main-menu li::marker {
  content: none;
}

.header-btn .btn-join {
    background: #161615;
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
    font-family: 'UAF Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}

.header-btn .btn-join:hover {
    background: #F37E00;
}

/*
@media (min-width: 766px) and (max-width: 1024px)  {
.header-btn .btn-join {
  padding: 12px 32px;
  font-size: 14px;
  margin-right: 16px;
}
}  */

@media (max-width: 766px)  {
.header-btn .btn-join {
 display: none;
}
}

.site-logo-container{
    display: flex;
    gap: 8px;
    align-items: start;
}


.logo-text a{
    font-family: 'UAF Sans', sans-serif;
font-weight: 600;
font-size: 11.34px;
line-height: 14.53px;
text-transform: uppercase;
color: white;
text-decoration: none;
}

.logo-text a:hover{
text-decoration: none;
}

.logo-text{
    max-width: 95px;
}


/* Бургер-іконка */
.burger-menu {
    display: none;         
    flex-direction: column;
    justify-content: space-between;
    width: 25px;
    height: 20px;
    cursor: pointer;
}

.burger-menu span {
    display: block;
    height: 3px;
    width: 100%;
    background: white;
    border-radius: 2px;
}

/* Мобільне меню */
@media (max-width: 1024px) {
    .site-nav .main-menu {
        display: none;       /* ховаємо десктопне меню */
        flex-direction: column;
        background: rgba(0,0,0,0.9);
        position: absolute;
        top: 80%;
        right: 0;
        width: 200px;
        padding: 20px;
        border-radius: 8px;
    }

    .site-nav.active .main-menu {
        display: flex;
    }

    .burger-menu {
        display: flex;      
    }

}

.burger-menu.open span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.burger-menu.open span:nth-child(2) {
    opacity: 0;
}

.burger-menu.open span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

/* Загальні*/

p{
  margin-top: 8px;
}

/*
.row{
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
*/

/*1 Блок*/

.header-block-container {
   /* background: linear-gradient(#00000080, #00000080),
                url('/wp-content/uploads/2025/09/brygada.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;*/
    min-height: 900px;
    align-items: top;
    padding: 40px 20px;
    color: #fff;
}

@media (max-width: 766px) {
.header-block-container {
    min-height: 786px;
}

}

.header-block-inner{
    max-width: 1144px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 400px;
}

@media (max-width: 1024px) {
   .header-block-inner{
        margin-top: 280px;
    }
}

@media (max-width: 766px) {
    .header-block-inner{
         margin-top: 224px;
    }
}

.header-title{
font-family: 'UAF Sans', sans-serif;
font-weight: 700;
font-size: 80px;
line-height: 100px;
text-align: center;
text-transform: uppercase;
color: white;
}

@media (max-width: 1024px) {
    .header-title{
        font-size: 48px;
    }
}

@media (max-width: 766px) {
    .header-title{
        font-size: 32px;
    }
}

.white-line{
    background-color: white;
    height: 4px;
    width: 100%;
    margin-top: 60px;
}

.header-inner-flex-descktop{
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    margin-top: 48px;
}

@media (min-width: 766px) {
.header-inner-flex-descktop .tryzub {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}
}

@media (max-width: 766px) {
.header-inner-flex-descktop{
display: none;
}
}

@media (min-width: 766px) {
.header-inner-flex-mobile{
display: none;
}
}

@media (max-width: 766px) {
.header-inner-flex-mobile{
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}
}


.inner-title{
font-family: 'UAF Sans', sans-serif;
font-weight: 500;
font-size: 20px;
line-height: 135%;
color: white;
max-width: 240px;
}

@media (max-width: 766px) {
.inner-title{
text-align: center;
}
}

.pic-flex{
    display: flex;
    width: 100%;
    justify-content: space-between;
}

/*2 Блок*/

.block2-inner{
     max-width: 1376px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (max-width: 1024px) {
.block2-inner{
padding-left: 32px;
padding-right: 32px;
}
}

@media (max-width: 766px) {
.block2-inner{
padding-left: 16px;
padding-right: 16px;
}
}


.title-black{
font-family: 'UAF Sans', sans-serif;
font-weight: 700;
font-size: 48px;
line-height: 100%;
text-align: center;
text-transform: uppercase;
color: #161615;
}

@media (max-width: 766px) {
.title-black{
    font-size: 32px;
}
}


.way {
    margin-top: 126px;
    display: flex;
    gap: 48px;
    position: relative; /* додано */
}

.way::before {
    content: "";
    position: absolute;
    top: 84px; /* вирівнюємо по центру кружків */
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #161615;
    z-index: 0;
}

.way-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1; 
}

.way-item .date::after {
    content: "";
    display: block;
    width: 48px;
    height: 48px;
    background-color: #161615;
    border-radius: 50%;
    margin: 24px auto 0 auto;
}

.date{
    font-family: 'UAF Sans', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    color: #161615;
    text-align: center;
    text-transform: uppercase;
}

.place {
    font-family: 'UAF Sans', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #161615;
    margin-top: 24px;
    text-align: center;
}

 .date-desription {
    font-weight: 500;
    margin-top: 16px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 135%;
    color: #161615;
}


/* === Планшетна версія (від 768px до 1024px) === */
@media (max-width: 1024px) and (min-width: 768px) {
  .way {
    flex-direction: column;
    gap: 40px;
    margin-left: 80px; /* місце для кружечків */
    position: relative;
    margin-top: 64px;
  }

  .way::before {
    content: "";
    position: absolute;
    top: 0;
     left: -48px; 
    width: 4px;
    height: calc(100% - 60px);
    background-color: #161615;
    z-index: 0;
  }

  .way-item {
    display: grid;
    grid-template-columns: 1fr 1fr; /* ліва колонка: date+place, права: description */
    column-gap: 32px;
    position: relative;
    align-items: start;
  }

  /* Кружечок */
  .way-item .date::after {
    content: "";
    position: absolute;
    left: -72px; 
    top: -32px;
    width: 48px;
    height: 48px;
    background-color: #161615;
    border-radius: 50%;
    z-index: 1;
  }

  .way-item .date,
  .way-item .place {
    text-align: left;
    grid-column: 1; 
  }

  .way-item .place {
    margin-top: 8px;
  }

  .way-item .date-desription {
    grid-column: 2;
    margin-top: 0;
    text-align: left;
  }
}

/* === Мобільна версія (нижче 768px) === */
@media (max-width: 767px) {
  .way {
    flex-direction: column;
    gap: 48px;
    margin-left: 80px;
    position: relative;
    margin-top: 64px;
  }

  .way::before {
    content: "";
    position: absolute;
    top: 0;
    left: -48px; 
    width: 4px;
    height: calc(100% - 130px);
    background-color: #161615;
    z-index: 0;
  }

  .way-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
  }

  .way-item .date::after {
    content: "";
    position: absolute;
    left: -70px; 
    top: -32px;
    width: 48px;
    height: 48px;
    background-color: #161615;
    border-radius: 50%;
    z-index: 1;
  }

  /* Контент один під одним */
  .way-item .date,
  .way-item .place,
  .way-item .date-desription {
    text-align: left;
    margin-left: 16px;
  }

  .way-item .place {
    margin-top: 1px;
  }

  .way-item .date-desription {
    margin-top: 1px;
  }
}


/*3 Блок*/

/*
@media (min-width: 1024px) {
.block3{
     background: linear-gradient(#00000080, #00000080),
                url('/wp-content/uploads/2025/09/kombrig.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 826px;
    align-items: top;
    color: #fff;
}
}*/

.block3-inner{
     max-width: 1376px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 111px 32px;
}

@media (max-width: 1024px) {
  .block3-inner{
    padding: 0px 32px;
  }
}


@media (min-width: 1024px) {
  .komandyr{
    display: none;
  }
}


@media (min-width: 1024px) {
  .komandyr{
    display: none;
  }
}

@media (min-width: 1024px) {
.komandyr-content-block{
  max-width: 608px;
  position: absolute;
  top: 111px;
  right: 0;

}
}

.title-komandyr{
font-family: 'UAF Sans', sans-serif;
font-weight: 700;
font-size: 48px;
line-height: 100%;
text-transform: uppercase;
}

@media (max-width: 1024px) {
.title-komandyr{
 color: #161615;
 margin-top: 32px;

}
}


.white-line2{
    background-color: white;
    height: 4px;
    width: 100%;
    margin-top: 24px;
}

@media (max-width: 1024px) {
  .white-line2{
    background-color: #161615;
  }
}

.komandyr-description{
  margin-top: 24px;
font-family: 'UAF Sans', sans-serif;
font-weight: 500;
font-size: 18px;
line-height: 135%;
color: white;
}

@media (max-width: 1024px) {
.komandyr-description{
 color: #161615;
}
}

.komandyr-description ul {
    list-style: none; /* прибираємо стандартні крапки */
    padding-left: 0;
    margin-left: 0;
    margin-top: 8px;
}

.komandyr-description ul li {
    position: relative;
    padding-left: 24px; 
    margin-bottom: 12px; /* відстань між елементами списку */
}

.komandyr-description ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 19px; /* ширина зображення */
    height: 22px; /* висота зображення */
    background-image: url('/wp-content/uploads/2025/09/medal.png');
    background-size: cover;
    background-repeat: no-repeat;
}

/*4 Блок*/

.block4{
  padding-top: 80px;
  padding-bottom: 80px;
}

.block4-inner{
     max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1024px) {
.block4-inner{
 flex-direction: column-reverse;
}
}

.black-line{
      background-color: #161615;
    height: 4px;
    width: 100%;
    margin-top: 18px;
}

.title-shevron{
 font-family: 'UAF Sans', sans-serif;
font-weight: 700;
font-size: 48px;
line-height: 100%;
text-transform: uppercase;
color:  #161615;
}

.shevron-description{
 font-family: 'UAF Sans', sans-serif;
font-weight: 500;
font-size: 18px;
line-height: 135%;
margin-top: 24px;
color:  #161615;
}

.Shevron{
  max-width: 710px;
}

/*5 Блок*/


.block5{
     background: linear-gradient(#00000080, #00000080),
                url('/wp-content/uploads/2025/09/reckon.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 960px;
    align-items: top;
    color: #fff;
    position: relative;
}


.block5-inner{
       max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1024px) {
.contact-content {
  position: absolute;
  left: 50%;
  top: 0;
  width: 50%;       
  height: 100%;     
  background: #16161580;
  padding: 64px 32px;
  box-sizing: border-box; 
}
}

@media (max-width: 1024px) {
.block5 {
  position: relative;       
   background-position: 32% center;   
}

.contact-content {
  position: absolute;      
  top: 0;
  left: 0;
  width: 100%;     
  height: 100%;     
  background: #16161580;
  padding: 64px 32px;
  box-sizing: border-box; 
}
}

.contact-title{
font-family: 'UAF Sans', sans-serif;
font-weight: 700;
font-size: 48px;
line-height: 100%;
text-align: center;
text-transform: uppercase;
color: white;
}

@media (max-width: 1024px) {
  .contact-title{
font-size: 32px;
  }
}

.contact-form-container{
  margin-top: 72px;
  max-width: 646px;
}

.wpcf7-text{
font-family: 'UAF Sans', sans-serif;
font-weight: 500;
font-size: 20px;
line-height: 28px;
background-color: transparent; 
border: none;
border-bottom: 1px solid white;
color: white!important;
padding-left: 8px;
padding-bottom: 12px;
padding-top: 12px;
width: 100%;
max-width: 580px;
}

.wpcf7-text::placeholder {
  color: white;
  opacity: 1; /* щоб у різних браузерах не було напівпрозорим */
}

.wpcf7-list-item-label{
font-family: 'UAF Sans', sans-serif;
font-weight: 400;
font-size: 14px;
line-height: 24px;
color: white;
}

.contact-submit-flex{
  display: flex;
  justify-content: space-between;
  margin-top: 72px;
}

@media (max-width: 766px) {
.contact-submit-flex{
  flex-direction: row-reverse;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
}

@media (max-width: 766px) {
.phone-contact{
  margin-top: -16px;
}
}

.field-checkbox{
  margin-top: 72px;
}


.wpcf7-not-valid-tip{
  font-family: 'UAF Sans', sans-serif;
  margin-top: 8px;
}

.wpcf7-submit{
font-family: 'UAF Sans', sans-serif;
font-weight: 600;
font-size: 20px;
line-height: 135%;
text-transform: uppercase;
color: white;
background-color: #F37E00;
padding: 18.5px 58.5px;
border: none;
border-radius: 4px;
cursor: pointer;
}

@media (max-width: 766px) {
  .wpcf7-submit{
    padding: 18.5px 27.5px;
  }
}

.wpcf7-response-output{
  font-family: 'UAF Sans', sans-serif;
}

.wpcf7-list-item label {
  display: flex;
  align-items: start; 
  gap: 12px;           
  cursor: pointer;  
  width: 400px;  
}

@media (max-width: 766px) {
.wpcf7-list-item label {
  width: 100%; 
}
}

.wpcf7-list-item-label {
  font-family: 'UAF Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}

.wpcf7-list-item input[type="checkbox"] {
  -webkit-appearance: none; 
  -moz-appearance: none;  
  appearance: none;         
  width: 32px;
  height: 32px;
  border: 1px solid #fff;  
  border-radius: 0;       
  background: transparent; 
  cursor: pointer;
  vertical-align: middle;
  flex-shrink: 0; 
  margin-top: 8px;
}

.wpcf7-list-item input[type="checkbox"]:checked {
  background: #fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20'><path d='M4 10l4 4 8-8' stroke='black' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>") center no-repeat;
  background-size: 20px 20px;
}

/* Footer*/

.footer{
  background-color:  #161615;
  padding: 32px;
}

.top-footer{
max-width: 1376px;
margin-left: auto;
margin-right: auto;
position: relative;
padding-bottom: 48px;
}

.footer-button{
  margin-top: 24px;

}

.footer-button-link{
 font-family: 'UAF Sans', sans-serif;
font-weight: 600;
font-size: 18px;
line-height: 135%;
text-transform: uppercase;
color: white;
background-color:  #F37E00;
padding: 12px 32px;
border-radius: 4px;
width: 100%;
text-align: center;
text-decoration: none;
}

@media (max-width: 766px) {
.footer-button{
  width: 100%;
  display: inline-flex;
}
}

.footer-button-link:hover{
text-decoration: none;
}

.top-footer-outer-flex{
  display: flex;
  justify-content: space-between;
  align-items: start;
}

@media (max-width: 766px) {
.top-footer-outer-flex{
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
}

.top-footer-inner-flex{
  display: flex;
  gap: 64px;
  align-items: start;
}

@media (max-width: 766px) {
.top-footer-inner-flex{
  flex-direction: column-reverse;
  justify-content: center;
  gap: 32px;
  align-items: center;
}
}

.top-footer-menu{
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-decoration: none;
}


@media (max-width: 766px) {
.top-footer-menu{
margin-top: 24px;
align-items: center;
}
}


.footer-menu-item{
font-family: 'Open Sans', sans-serif;
font-weight: 600;
font-size: 16px;
line-height: 24px;
text-align: center;
color: #FEFEFE;
text-decoration: none;
}

@media (max-width: 766px) {
.top-footer-soc{
margin-top: 24px;
}
}


.soc-title, .recruit-title{
 font-family: 'UAF Sans', sans-serif;
font-weight: 400;
font-size: 18px;
line-height: 150%;
color: #707276;
}

@media (max-width: 766px) {
.soc-title, .recruit-title{
text-align: center;
}
}

.recruit-title{
  margin-top: 48px;
}

.soc-flex{
  margin-top: 18px;
  display: flex;
  gap: 19px;
}

@media (max-width: 766px) {
.soc-flex img{
  max-width: 28px;
}
}

.top-footer-link{
 font-family: 'UAF Sans', sans-serif;
font-weight: 400;
font-size: 18px;
line-height: 150%;
color: #FEFEFE;
text-decoration: none;
}

.top-footer-link-container{
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media (max-width: 766px) {
.top-footer-link-container{
  align-items: center;
}
}

.bottom-footer{
max-width: 1376px;
margin-left: auto;
margin-right: auto;
position: relative;
padding-top: 10px;
border-top: 1px solid #FEFEFE;
display: flex;
justify-content: space-between;
}

@media (max-width: 766px) {
.bottom-footer{
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-top: none;
}
}

.bottom-foter-name{
 font-family: 'UAF Sans', sans-serif;
font-weight: 400;
font-size: 14px;
line-height: 24px;
color: #FEFEFE;
text-decoration: none;
}

.bottom-footer-right{
  display: flex;
  gap: 111px;
}

@media (max-width: 766px) {
.bottom-footer-left{
   padding-bottom: 24px;
}
}

@media (max-width: 766px) {
.bottom-footer-right{
   gap: 30px;
   padding-top: 24px;
   border-top: 4px solid #D9D9D9;
}
}

/* Сторінка вакансії*/


.breadcrumb-container{
  /*background: linear-gradient(#00000033, #00000033),
                url('/wp-content/uploads/2025/09/driver2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 634px;*/
    align-items: flex-start;
    color: #fff;
    position: relative;
}

.breadcrumb{
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 96px;
   /* display: flex;
    gap: 12px;*/
}

.breadcrumb-arrow{
  width: 24px;
  height: 20px;
  margin-left: 12px;
}

@media (max-width: 1280px) {
  .breadcrumb{
    padding-left: 32px;
    padding-right: 32px;
  }
}

.bredcrumb-base a{
font-family: 'UAF Sans', sans-serif;
font-weight: 500;
font-size: 18px;
line-height: 135%;
color:  #FEFEFE;
text-decoration: none;
}

.bredcrumb-base a:hover{
text-decoration: none;
}

.bredcrumb-vacancy{
  font-family: 'UAF Sans', sans-serif;
font-weight: 500;
font-size: 18px;
line-height: 135%;
color: #707276;
margin-left: 12px;
}

.vacancy-content-container{
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (max-width: 1280px) {
  .vacancy-content-container{
    padding-left: 32px;
    padding-right: 32px;
  }
}

.vacancy-inner-heading{
  display: flex;
  gap: 20px;
  align-items: start;
}

@media (max-width: 1140px) {
  .vacancy-inner-heading{
    flex-direction: column;
  }
}

.posada{
font-family: 'UAF Sans', sans-serif;
font-weight: 700;
font-size: 48px;
line-height: 100%;
text-transform: uppercase;
color:#707276;
min-width: 280px;
}

@media (max-width: 766px) {
  .posada{
    font-size: 32px;
    line-height: 42px;
  }
}

.posada-name{
font-family: 'UAF Sans', sans-serif;
font-weight: 700;
font-size: 80px;
line-height: 100px;
text-transform: uppercase;
color:#161615;
}

@media (max-width: 766px) {
  .posada-name{
    font-size: 32px;
    line-height: 42px;
  }
}

.vacancy-general-desription{
font-family: 'UAF Sans', sans-serif;
font-weight: 400;
font-size: 18px;
line-height: 150%;
color:#161615;
margin-top: 64px;
}

@media (max-width: 1024px) {
  .vacancy-general-desription{
margin-top: 24px;
  }
}

.vacancy-text{
  margin-top: 64px;
}

@media (max-width: 1024px) {
  .vacancy-text{
margin-top: 24px;
  }
}

.vacancy-text p, .vacancy-text li {
  font-family: 'UAF Sans', sans-serif;
font-weight: 400;
font-size: 18px;
line-height: 150%;
color:#161615;
margin-top: 16px;
}


.vacancy-text li {
  margin-left: 20px;
}

.vacancy-text h2{
font-family: 'UAF Sans', sans-serif;
font-weight: 700;
font-size: 32px;
line-height: 120%;
text-transform: uppercase;
color:#161615;
margin-top: 16px;
}

.postfactum{
  margin-top: 64px;
font-family: 'UAF Sans', sans-serif;
font-weight: 500;
font-size: 24px;
line-height: 135%;
color:#161615;
}

@media (max-width: 1024px) {
  .postfactum{
  margin-top: 24px;
  }
}
