.weight-700{
    font-weight: 700;
}
.weight-500{
    font-weight: 500;
}
h1{
  word-break: keep-all;
}
::marker{
  color: #fe6600;
}
.m-auto{
    margin: auto;
}
.m-0{
    margin: 0;
}

.gap-1{
  gap: 1em;
}
.gap-25{
  gap:25px;
}
.fs-22{
  font-size: 22px;
}
.fs-20{
    /* font-size: 20px; */
    font-size: 1.7rem;
}
.pb-0{
    padding-bottom: 0px;
}
.pb-75{
    padding-bottom: 75px;
}
.pb-25{
    padding-bottom: 25px;
}
.pt-15{
  padding-top: 15px;
}
.pt-25{
    padding-top: 25px;
}
.pt-75{
    padding-top: 75px;
}
.pt-150{
    padding-top: 150px;
}
.mb-0{

}
.bg-radius-20{
  border-radius: 20px;
}
.count-1:before{
  content:"1";

}
.count-2:before{
  content:"2";
  
}
.count-3:before{
  content:"3";
  
}
.count-4:before{
  content:"4";
  
}
.count-1, .count-2, .count-3, .count-4{
  position: relative;
}
.count-1:before, .count-2:before, .count-3:before, .count-4:before{
  position: absolute;
  top: -96px;
  left: -30px;
  font-size: 200px;
  font-family: sans-serif;
  opacity: 0.4;
  color: silver;
  z-index: -1;
}
.bg-icon{
  background-image: url("/wp-content/uploads/2025/05/file-op.png");
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
}
.bg-autsors{
  background-image: url("/wp-content/uploads/2025/05/img7.jpg");
  background-size: cover;
  padding: 100px 0px;
  background-position: center;
  backdrop-filter: brightness(0.5);
  background-attachment: fixed;
  height: 75vh;
}
.bg-podbor{
  background-image: url("/wp-content/uploads/2025/05/img7.jpg");
  background-size: cover;
  padding: 100px 0px;
  background-position: center;
  backdrop-filter: brightness(0.5);
  background-attachment: fixed;
  height: 75vh;
}
.bg-office{
  background-image: url("/wp-content/uploads/2025/05/office2.jpg");
  background-size: cover;
  padding: 100px 0px;
  background-position: center;
  backdrop-filter: brightness(0.5);
  background-attachment: fixed;
}
.bg-office-overlay{
    background: #ffffffc0;
    border-radius: 20px;
    padding: 25px 10px;
}
span.gradient-text{
  font-weight: bold;
  background: linear-gradient(90deg, #fe6600 0%, #ff7a1f 25%, #ff8c3a 35%, #04045d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.b-shadow:hover{
  -webkit-box-shadow: 0px 0px 22px 11px rgba(254, 102, 0, 0.2);
  -moz-box-shadow: 0px 0px 22px 11px rgba(254, 102, 0, 0.2);
  box-shadow: 0px 0px 22px 11px rgba(254, 102, 0, 0.2);
}
.bg-white-small{
    background-color: #ffffffc0;
}
.bg-dark{
    background-color: #000032 !important;
}
body{
    font-family: 'Montserrat';
    font-weight: 500;
}
img{
    max-width: 100%;
}
.text-white {
    color: white;
}
.text-dark{
  color:#000032;
}
.text-orange {
    color: #fe6600;
  }
  .btn-orange {
    background-color: #fe6600;
    border: none;
  }
  .btn-orange:hover {
    background-color: #d95d13;
  }
  
  header .socseti a:hover i{
    color: #fe6600;
  }
  header .socseti a:hover {
    background: #000032;
    
  }
  header .company-info a{
    text-decoration: none;
  }
  header .company-info small{
    font-weight: 600;
  }
  header .socseti a {
    background: #fe6600;
  }
  .header{
    top: 0;
    position: sticky;
    z-index: 9;
  }
 .header nav a:hover{
    color: #fe6600;
 }
 .header nav a{
    color: white;
    font-size: 1.2rem;
    text-decoration: none;
 }
 .header .menu-item {
    position: relative;
  }
  
  .header .menu-item .sub-menu li:hover a{
    color: #fe6600;
  } 
  .header .menu-item .sub-menu li a{
    color: white;
  }
  .header .menu-item .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #000032;
    list-style: none;
    padding: 10px 15px;
    min-width: 200px;
    z-index: 999;
    -webkit-box-shadow: 0px 5px 18px 8px rgba(254, 102, 0, 0.29);
    -moz-box-shadow: 0px 5px 18px 8px rgba(254, 102, 0, 0.29);
    box-shadow: 0px 5px 18px 8px rgba(254, 102, 0, 0.29);
  }
  
  .header .menu-item .sub-menu li:first-child{
    position: relative;
  }
  .header nav .menu-item .sub-menu li:first-child:before, #menu-item-1262:before{
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    width: 100%;
    border: 1px solid #fe6600;
  }
  .header .menu-item:hover > .sub-menu {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
 .header nav{
    background: #000032;
    color: white;
 }
 
 /* .burger-btn.active {
    position: fixed;
    top: 50px;
    right: 10px;
 } */
 .burger-btn {
    background: none;
    border: none;
    padding: 0;
    /* z-index: 1051; */
  }
  
  .burger-lines {
    width: 30px;
    height: 22px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .burger-lines span {
    display: block;
    height: 3px;
    background: white;
    border-radius: 2px;
    transition: 0.3s ease;
  }
  
  /* Hover effect */
  .burger-btn:hover .burger-lines span:nth-child(1) {
    transform: translateY(-1px);
  }
  .burger-btn:hover .burger-lines span:nth-child(3) {
    transform: translateY(1px);
  }
  
  /* When offcanvas is shown — animate to X */
  .burger-btn.active .burger-lines span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  .burger-btn.active .burger-lines span:nth-child(2) {
    opacity: 0;
  }
  .burger-btn.active .burger-lines span:nth-child(3) {
    transform: rotate(-45deg) translate(8px, -9px);
  }
  .offcanvas-header img{
    max-width: 60%;
 }
 .offcanvas-body ul li .sub-menu li{
    margin: 10px 0px;
 }
 .offcanvas-body ul li .sub-menu{
    display: block !important;
    position: relative !important;
    box-shadow: none !important;
    padding: 0 20px !important;
 }
 .offcanvas-header{
    background: white;
 }
 .offcanvas-body .info{
    margin-bottom: 45px;  
}
 .offcanvas-body .info a{
  color: white !important;
 
}

 .offcanvas-body{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
 }
 .offcanvas-body a{
    color: white;
    text-decoration: none;
    font-size: 1rem;
 }
  .head-title-main:hover{
    border: 2px solid;
    text-decoration: underline;
  }
  .head-title-main{
    word-break: keep-all;
    font-size: 5.71429rem;
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px 30px;
    border: 2px solid white;
    margin-bottom: 40px;
  }
    .fill-first {
        fill: #000032 !important;
    }
    .fill-second {
        fill: #fff !important;
    }
    .fill-white .fill-first {
        fill: #fff !important;
    }
    .fill-white .fill-second {
        fill: #000032 !important;
    }
    .g-height-100x {
        height: 100%;
        max-height: 70px;
    }
    .g-width-100x {
        width: 100%;
    }
    footer .footinfo{
        display: flex;
        justify-content: space-between;
        /* align-items: center; */
    }
    footer .footmenu ul li:hover a{
        color: #fe6600;
    }
    footer .footmenu ul li a{
        color: white;
        text-decoration: none;
        font-weight: 600;
    }
    footer .footmenu ul{
        list-style: none;
        padding: 0;
        margin: 0;
    }
    footer{
        padding: 25px 0px;
    }
    footer small{
        font-size: 20px;
    }
    .footer-bottom a{
        color: silver;
    }
    .prelative{
        position: relative;
    }
    .pabsolute{
        position: absolute;
    }
    
    .bottom-0{
        bottom: 0;
    }
    .services .filter {
        flex-wrap: wrap;
    }
    .services .uslugi,.services .filter {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
        margin-bottom: 20px;
    }
    
    .services .uslugi button,.services .filter button {
        background: #fe6600;
        color: white;
        padding: 10px 20px;
        border: none;
        border-radius: 30px;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 14px;
        cursor: pointer;
        transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        border: 2px solid;
    }
    
    .services .uslugi button:hover,.services .filter button:hover {
        background: #e65c00;
        transform: translateY(-2px);
        box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
    }
    
    .services .uslugi button.active,.services .filter button.active {
        background: #000032;
        color: #fff;
        box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
    }
    .services .usluga.active {
        display:block;
    }
    .services .usluga {
        display: none;
    }
    .services .items {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 20px;
        justify-content: center; /* центрируем карточки */
    }
    
    /* Карточка */
    .services .item {
        background: #fff;
        border-radius: 15px;
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
        width: calc(25% - 20px); /* 4 в ряд при достаточной ширине */
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 15px;
        transition: transform 0.2s ease, box-shadow 0.3s ease;
        justify-content:space-between;
    }
    
    .services .item:hover {
        transform: translateY(-4px);
        /* box-shadow: 0 12px 20px rgba(0, 0, 0, 0.12); */
        -webkit-box-shadow: 0px 0px 24px 5px rgba(255, 255, 255, 0.85);
      -moz-box-shadow: 0px 0px 24px 5px rgba(255, 255, 255, 0.85);
      box-shadow: 0px 0px 24px 5px rgba(255, 255, 255, 0.85);
    }
    
    /* Адаптив под Bootstrap */
    @media (max-width: 1200px) {
        .services .item { width: calc(33.333% - 20px); }
    }
    @media (max-width: 768px) {
        .services .item { width: calc(50% - 20px); }
    }
    @media (max-width: 576px) {
        .services .item { width: 100%; }
    }
    
    /* Изображение */
    .services .item .img {
        width: 100%;
        margin-bottom: 15px;
    }
    .services .item .img img {
        width: 100%;
        height: auto;
        border-radius: 10px;
        object-fit: cover;
    }
    
    /* Заголовок */
    .services .item .title {
        font-size: 18px;
        font-weight: 600;
        color: #222;
        text-align: center;
        margin-bottom: 10px;
    }
    
    /* Кнопка */
    .services .item .buttons button {
        background-color: #fe6600;
        color: #fff;
        border: none;
        border-radius: 25px;
        padding: 10px 20px;
        font-weight: 600;
        font-size: 14px;
        text-transform: uppercase;
        cursor: pointer;
        transition: background 0.3s ease;
    }
    
    .services .item .buttons button:hover {
        background-color: #e55900;
    }
    /* .call-form.active{
        display: block;
      } */
      .overlay.active{
        position: fixed;
        z-index: 97;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #00000087;
      }
      .call-form .form{
        position: relative;
        /* max-height: 80%;
        overflow: auto; */
      }
      .call-form .close:hover i {
        transform: rotate(90deg);
    }
      .call-form .close i{
        transition: transform 0.3s ease;
      }
      .call-form .close{
        position: absolute;
        top: 5px;
        right: 5px;
        z-index: 99;
        padding: 5px;
        cursor: pointer;
      }
      .call-form {
        display: none;
        position: fixed;
        margin: auto;
        z-index: 99;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        max-width: 450px;
        max-height: 80%;
        opacity: 0;
        transform: translateY(-100px);
        transition: opacity 0.3s ease, transform 0.3s ease;
        height: auto;
        overflow: auto;
    }
    
    .call-form.active {
        opacity: 1;
        display: block;
        animation: bounceInTop 0.6s ease-out forwards;
    }
    .service-container{
      padding:0px 0px;
    }
    .feedback .swiper-wrapper{
      padding: 25px 0px;
    }
    .feedback .card blockquote{
      font-size: 14px;
    }
    .feedback .swiper-slide{
      height: auto;
    }
    

    .service-container .other_usluga .image img{
      max-width: 500px;
    }
    .service-container .other_usluga button{
      background-color: #fe6600;
      color: #fff;
      border: none;
      border-radius: 25px;
      padding: 10px 20px;
      font-weight: 600;
      font-size: 14px;
      text-transform: uppercase;
      cursor: pointer;
      transition: background 0.3s ease;
    }
    .service-container .other_usluga {
      padding: 25px;
      margin: 25px 0 0;
      display: flex;
      align-items: center;
      border: 4px solid;
      border-image-slice: 1;
      border-image-source: linear-gradient(0deg, #fe6600, #000032, #fe6600);
      animation: borderAnimation 4s linear infinite;
      border-radius: 16px;
      background: #000032;
    }
    
    /* .service-container .other_usluga::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      border-radius: 16px;
      padding: 2px;
      background: linear-gradient(270deg, #fe6600, #000032, #fe6600);
      background-size: 600% 600%;
      z-index: -1;
      animation: animated-border 6s ease infinite;
      -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude;
      box-sizing: border-box;
    } */
    .back-to-top {
      position: fixed;
      bottom: 30px;
      left: 30px;
      z-index: 999;
      background-color: #fe6600;
      color: white;
      border: none;
      padding: 12px 16px;
      border-radius: 50%;
      font-size: 20px;
      cursor: pointer;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    }
    
    .back-to-top.show {
      z-index: 1;
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
    }
    
    .back-to-top:hover {
      background-color: #ff7d26;
    }
    .why-me strong{
      color: #fe6600;
    }
    /* .dva a{
      position: relative;
      cursor:pointer;
      overflow: hidden;
    }
    .dva a:after {
      content: "";
      position: absolute; top: 0; left: -13%;
      width: 167%;
      height: 100%;
      background: linear-gradient(to left, rgba(255,255,255,.0), #000032cc, rgba(255,255,255,.0)) no-repeat -2em 0%;
      background-size: 2em 100%;
      transform: skewX(-50deg);
    }
    .dva a:hover:after {
      transition: 0.2s linear;
      background-position: 100% 0%;
    } */

    .faq .schema-faq-question{
      color: #fe6600;
      font-weight: 600;
    }

    @keyframes borderAnimation {
      0% {
        border-image-source: linear-gradient(0deg, #fe6600, #000032, #fe6600);
      }
      25% {
        border-image-source: linear-gradient(90deg, #fe6600, #000032, #fe6600);
      }
      50% {
        border-image-source: linear-gradient(180deg, #fe6600, #000032, #fe6600);
      }
      75% {
        border-image-source: linear-gradient(270deg, #fe6600, #000032, #fe6600);
      }
      100% {
        border-image-source: linear-gradient(360deg, #fe6600, #000032, #fe6600);
      }
    }
    /* Анимация "прыжка" сверху */
@keyframes bounceInTop {
    0% {
        opacity: 0;
        transform: translateY(-200px);
    }
    60% {
        opacity: 1;
        transform: translateY(30px);
    }
    80% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}
.swiper-button-next:after, .swiper-button-prev:after{
  font-size: 1.5rem !important;
}
.swiper-pagination{
  width: auto !important;
}
.swiper-button-next, .swiper-button-prev,.swiper-pagination{
  margin-top: 0 !important;
  position: relative !important;
  height: auto !important;
  top: 0 !important;
}
.swiper-button-next{
  right: 0 !important;
}
.swiper-button-prev{
 left: 0 !important;
}
p>em {
    font-size: 15px;
}
.actual-jobs{
  margin-top: 40px;
  margin-bottom: 40px;
}
.actual-jobs .items .item .obyazanosti .show_charge:hover{
  transform: translateY(-2px);
  border: 1px solid white;
  color: white;
  background: #fe6600;
}
.actual-jobs .items .item .obyazanosti .show_charge{
  border: 1px solid orange;
    border-radius: 20px;
    padding: 5px 15px;
    cursor: pointer;
    
}
.actual-jobs .items .item .obyazanosti .show_charge.active{
  display: none;
}
.actual-jobs .items .item .obyazanosti .charge.active{
  display: block;
}
.actual-jobs .items .item .obyazanosti .charge{
  display: none;
}
.actual-jobs .items .item .title{
  display: flex;
  justify-content: space-between;
  gap: 15px;
  font-size: 18px;
  align-items: self-start;
}
.actual-jobs .items .item .shield{
  /* position: absolute; */
  /* right: 10px; */
  /* top: 10px; */
  padding: 5px 10px;
  border-radius: 20px;
  border: 1px solid #fff;
  color: white;
  background: #fe6600;
  font-size: 12px;
}
.actual-jobs .items .item{
  /* border: 1px solid #fe6600; */
  padding: 15px;
  position: relative; 
  border-radius: 20px;
  width: 100%;
  max-width: 49%;
  /* color: white; */
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.actual-jobs .items{
  display: flex;
  flex-wrap: wrap;
  /* flex-direction: column; */
  gap: 20px;
}
.actual-jobs .items .item button, .actual-jobs .items .item a.work_link{
  background: #fe6600;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 30px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border: 2px solid;
}

.actual-jobs .items .item button:hover, .actual-jobs .items .item a.work_link:hover {
  background: #e65c00;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}

.actual-jobs .items .item button.active, .actual-jobs .items .item a.work_link.active {
  background: #000032;
  color: #fff;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width:992px) {
  .media-flex-column{
    flex-direction: column !important;
  }
  .bg-white-small .company_name h1 span{
      word-break: keep-all;
      /* font-size: 45px !important; */
  }
  .bg-office .company_name h1 span{
    float: none !important;
  } 
  .head-title-main{
    font-size: 64px;
  }
  .service-container .other_usluga img{
    max-width: 100% !important;
  } 
  .service-container .other_usluga{
    flex-direction: column;
  }
  footer .footinfo{
    flex-direction: column;
    /* justify-content: center; */
    align-items: flex-start;
    gap: 15px;
  }
  header .company-info .border-end{
    border: 0px !important;
  }
  h1{
    font-size: 3rem !important;
  }
  h2{
    font-size: 2rem !important;
  }
  h3{
    font-size: 1.5rem !important;
  }
  p{
    font-size:1rem !important;
  }
  .company_name .name-mobile{
    font-size: 1rem !important;
  }
}
@media screen and (max-width:540px) {
  .fs-125{
  font-size: 1.25em !important;
}
  p.fs-20{
    /* font-size: 20px; */
    font-size: 1.5rem !important;
}
  .banner h1{
    font-size: 2rem !important;
  }
  .banner{
    background-image: none !important;
    background: white !important;
  }
  .bg-office,.banner{
    background-image: none !important;
    background: white !important;
  }
  .banner, .bg-office{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    height: auto;
    background-size: cover !important;
  }
  .head-title-main{
    font-size: 45px;
  }
  
  .bg-white-small .company_name h1 .name .name-mobile{
    font-size: 1rem !important;
  }
  .bg-white-small .company_name h1{
    font-size: 1rem !important;
  }
  .bg-white-small .company_name h1 .name{
    /*font-size: 1rem;*/
    font-size: 39px !important;
    text-align: center;
    margin-bottom: 25px !important;
  }
  .bg-white-small .company_name h1 span{
    word-break: keep-all;
    /* font-size: 45px !important; */
}
.dm-0{
  display: none !important;
}
.mmb-0{
  margin-bottom: 0 !important;
}
.mmb-25{
  margin-bottom: 25px !important;
}
.mmt-25{
  margin-top: 25px !important;
}
.mmt-0{
  margin-top: 0 !important;
}
.mgap-0{
  gap: 0;
}
.mpt-0{
  padding-top: 0 !important;
}
.mpb-0{
  padding-bottom: 0px !important;
}

.mpb-45{
  padding-bottom: 45px !important;
}
.mpt-45{
  padding-top: 45px !important;
}
.mpt-25{
  padding-top: 25px !important;
}
.mpb-25{
  padding-bottom: 25px !important;
}
.mpt-75{
  padding-top: 75px !important;
}
.mpb-75{
  padding-bottom: 75px !important;
}
.fs-22{
  font-size: 1rem;
}
.count-1:before, .count-2:before, .count-3:before, .count-4:before{
  content: none !important;
}
table thead th{
  text-align: center !important;
}
table{
  font-size: 1rem !important;
  word-break: keep-all;
}
.service-container{
  padding-top: 0;
  padding-bottom: 0px;
}
.service-container .other_usluga{
  margin: 0px 15px;
}

}