
@media (max-width: 1300px) {
    .container {
      max-width: 1000px;
    }
  
    .jobs .container .jobs-wrap .job {
      width: 230px;
      height: 200px;
    }
  
    .goods .container {
      padding-bottom: 30px;
    }
  
    .goods .container .goods-box {
      margin-top: 30px;
    }
  
    .goods .container .goods-box .good {
      width: 220px;
      height: 220px;
    }
  
    .goods .container .goods-box .good::after {
      font-size: 14px;
      height: 45px;
      bottom: -45px;
    }
    .goods .container {
      height: 80%;
    }
    .vacancies .container .txt-img .txt p{
      font-size:13px;
    }
    .company {
      margin-top: 20px;
    }
    .company .container .h-box h2 {
      font-size: 27px;
    }
    .company .container .txt-img {
      padding-top: 30px;
    }
  
    footer .container .f-box a {
      font-size: 14px;
    }
  }
  
  @media (max-width: 1200px) {
    .container {
      max-width: 960px;
    }
    .header-bottom .container nav ul li {
      padding: 0 24px;
    }
    .goods .container .goods-box .good {
      width: 200px;
      height: 200px;
    }
    .company .container .txt-img .txt p {
      font-size: 15px;
      line-height: 35px;
    }
    .company .container .txt-img .img img {
      width: 280px;
    }
  
    .jobs .container .jobs-wrap .job {
      width: 200px;
      height: 188px;
    }
  
    .header-bottom .container nav ul li {
      list-style-type: none;
      font-size: 10px;
    }
  }
  
  @media (max-width: 992px) {
    .container {
      max-width: 750px;
    }
      .mySlides img {
          width: 255px;
      }
    .goods .container .goods-box .good {
      width: 173px;
      height: 173px;
      margin: 50px 0;
    }
    .header-bottom .container nav ul li {
      padding: 0 14px;
    }
    .goods .container {
      height: 75%;
    }
    .company .container .txt-img .img img {
      width: 220px;
    }
    .company .container .txt-img .txt p {
      font-size: 13px;
      line-height: 30px;
    }
  
    .numbers .container .num-wrap .num span {
      font-size: 15px;
    }
  
    .vacancies .container .txt-img .txt p {
      font-size: 13px;
      line-height: 30px;
    }
  
    .vacancies .container .txt-img .img img {
      width: 220px;
      height: auto;
    }
  
    .jobs .container .jobs-wrap .job {
      width: 180px;
      height: 169px;
    }
  
    footer .container .f-box a {
      font-size: 15px;
    }
    .form {
      height: fit-content;
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      align-items: center;
    }
  
    textarea {
      min-width: 367px;
      max-width: 367px;
    }
  
    .demo {
      width: 160px;
      height: 160px;
    }
      
    footer .container .f-box-3 .mail-footer {
        font-size: 14px;
        text-transform: lowercase;
    }
  }
  
  @media (max-width: 768px) {
      
      
      .jobs .container .video_wrap {
      margin-bottom: 20px;
  }
  
  .jobs .container .video_wrap_2 {
      margin-top: 20px;
  }
  
  .jobs .container .video_wrap video {
      width: 90%;
  }
      
    .ul-lng{
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .ul-lng li{
        list-style-type: none;
    }
    
    .jobs .second-3-but  {
      display: block;
    }
    .goods .container .goods-box .good {
      width: 400px;
      height: 400px;
      margin: 50px 0;
    }
    .company .container .txt-img .txt {
      width: 100%;
      height: 100%;
    }
  
    .goods .container .h-box h1 {
      text-align: center;
      padding-left: 30px;
    }
  
    .jobs .container .h-box h2 {
      text-align: center;
      padding-left: 30px;
    }
  
    .numbers .container .num-wrap {
      width: fit-content;
      height: fit-content;
      flex-direction: column;
      margin-top: 30px;
      margin-bottom: 30px;
    }
  
    .numbers {
      width: 100%;
      height: fit-content;
    }
  
    .numbers .container .num-wrap .num {
      width: fit-content;
      height: 33%;
      display: flex;
      justify-content: center;
      align-items: flex-start;
      flex-direction: column;
    }
  
    footer {
      background-image: url(./../img/footer-mobile.png);
    }
  
    footer .container .f-box {
      width: 40%;
      height: fit-content;
      margin: 30px 0;
    }
  
    footer .container .f-box p {
      justify-content: center;
    }
  
    footer .container .f-box p a {
      margin: 0 5px;
    }
  
    footer .container .f-box-3 a {
      text-align: center;
    }
  
    footer {
      height: fit-content;
    }
  
    footer .container {
      flex-direction: column;
    }
  
    footer .container .f-box a {
      font-size: 17px;
    }
  
    .vacancies .container .txt-img {
      width: 100%;
      height: 90%;
    }
  
    .vacancies .container .txt-img .txt {
      padding-left: 100px;
    }
  
    .vacancies .container .txt-img .txt {
      padding-left: 0;
    }
  
    .vacancies .container ul li {
      font-size: 18px;
      line-height: 259.19%;
      /* identical to box height, or 47px */
  
      color: #000000;
    }
  
    .vacancies .container ul {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
  
    .vacancies .container .txt-img .img img {
      width: 400px;
      height: auto;
      display: block;
    }
  
    .vacancies {
      height: fit-content;
    }
  
    .vacancies .container .txt-img {
      flex-direction: column;
    }
  
    .vacancies .container .txt-img .txt {
      width: 100%;
      height: 50%;
    }
  
    .vacancies .container .txt-img .img {
      width: 60%;
      height: 50%;
      display: flex;
      justify-content: center;
    }
  
    .section-slider {
      margin-top: 100px;
    }
    .container {
      max-width: 550px;
    }
    .company .container .txt-img {
      flex-direction: column;
    }
  
    .goods .container .goods-box {
      flex-direction: column;
    }
    .goods {
      height: fit-content;
    }
    .company {
      height: fit-content;
      margin-top: 100px;
    }
    .company .container .txt-img {
      padding-top: 80px;
      height: 90%;
    }
    .goods .container {
      height: 100%;
    }
    .company .container .txt-img .img {
      padding-top: 50px;
      width: 50%;
      display: flex;
      align-content: center;
      justify-content: center;
    }
    .company .container .txt-img .img img {
      width: 400px;
    }
    header .header-center {
      display: none;
    }
    .header-bottom {
      display: none;
    }
  
    .header-mobile {
     display: block;
    height: 60px;
    }
    .header {
      display: none;
    }
    .header-top-mobile {
      width: 100%;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 20;
      background-color: #003a74;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      padding-left: 35px;
    }
  
    .jobs .container .jobs-wrap {
      flex-direction: column;
      height: fit-content;
    }
  
    .jobs .container .jobs-wrap {
      margin-top: 60px;
    }
  
    .jobs {
      height: fit-content;
    }
  
    .jobs .container .jobs-wrap .job {
      width: 400px;
      height: 376px;
    }
  
    .form-box-1 {
      width: 367px;
      height: 100%;
    }
  
    .form-box-2 {
      width: 367px;
      height: 100%;
    }
  
    .contact {
      margin-top: 100px;
    }
  
    .contact .contact-bottom a {
      font-size: 12px;
    }
  
    footer .container .f-box p a {
      width: 20px;
      height: 20px;
    }
  
    .jobs .container .jobs-wrap p {
      display: none;
    }
  
    .goods .container p {
      display: block;
    }
  
  
    .goods .container p {
      display: none;
    }
  
    .jobs button {
      display: block;
    }
  
    .demo {
      width: 120px;
      height: 120px;
    }
  
    .prev,
    .next {
      top: 25%;
      
    }
    
    .good-list-name .container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-direction: column;
    }
    
    .good-list-name .container .good-l {
      width: 100%;
      height: fit-content;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    
    footer .container .f-box-3 .mail-footer {
        font-size: 13px;
        text-transform: lowercase;
    }
    
  }
  
  @media (max-width: 576px) {
    .mySlides img {
    width: 240px;
    }
    
    .vacancies .container .txt-img .img img {
      width: 280px;
      height: auto;
    }
  
    .company .container .txt-img .img img {
      width: 280px;
    }
  
    .goods .container .goods-box .good {
      width: 200px;
      height: 200px;
    }
  
    .jobs .container .jobs-wrap .job {
      width: 240px;
      height: 220px;
    }
  
    .goods .container .h-box h1 {
      font-size: 25px;
    }
  
    .jobs .container .h-box h2 {
      font-size: 18px;
    }
  
    .numbers .container .h-box h2 {
      font-size: 25px;
    }
  
    .vacancies .container .h-box h2 {
      font-size: 25px;
    }
  
    .company .container .h-box h2 {
      font-size: 25px;
    }
  
    footer .container .f-box {
      width: 65%;
    }
  
    .company {
      height: fit-content;
    }
    .container {
      max-width: 310px;
      padding: 0 20px;
    }
  
    .company .container .txt-img .img {
      padding-top: 50px;
      width: 90%;
      display: flex;
      justify-content: center;
    }
  
    .company .container .txt-img .img img {
      display: block;
    }
  
    .company .container .txt-img .txt .img {
      width: 40%;
    }
  
    .numbers {
      margin-top: 76px;
    }
  
    .vacancies .container .txt-img .img {
      width: 90%;
      height: 50%;
    }
  
    footer .container .f-box a {
      font-size: 14px;
    }
    footer .container .footer-bottom p {
      font-size: 14px;
    }
  
    .jobs .container .jobs-wrap {
      flex-direction: column;
      height: fit-content;
      padding-bottom: 40px;
    }
  
    .jobs .container .jobs-wrap .job {
      margin: 10px 0;
    }
  
    .header-mobile input ~ nav > ul > li > a {
      font-size: 13px;
    }
  
    .contact .contact-bottom {
      height: fit-content;
      flex-direction: column;
    }
  
    .contact .contact-bottom a {
      margin: 15px 0;
    }
  
    .form__input {
      width: 367px;
      height: 42px;
      width: 280px;
      height: 42px;
    }
  
    textarea {
      min-width: 280px;
      min-height: 100px;
      max-width: 280px;
      max-height: 100px;
    }
  
    .form-box-1 {
      width: 280px;
    }
  
    .form-box-2 {
      width: 280px;
    }
  
    .form__button {
      width: 110px;
      height: 38.82px;
    }
  
    .form-box-2 .form__div {
      margin: 0;
    }
  
    .slider-job-cont .wrapper .slider-cl {
      width: 20px;
      height: 20px;
      position: absolute;
      top: -40px;
      right: 0px;
    }
  
    .job-slider .wrapper .slider-cl {
      width: 20px;
      height: 20px;
      position: absolute;
      top: -40px;
      right: 0px;
    }
  
    .demo {
      width: 60px;
      height: 60px;
    }
  
    .prev,
    .next {
      top: 20%;
    }
    
        footer .container .f-box-3 .mail-footer {
        font-size: 11px;
    }
    
    .jobs .container .video_wrap {
      margin-bottom: 20px;
  }
  
  .jobs .container .video_wrap video {
      width: 100%;
  }
  }
  
   @media (max-width: 400px) {
    .prev  {
        left: -1%;
    }
    .next {
        right: -0.5%;
   }
   }
  