  @font-face {
    font-family: "RobotoR";
    src: url(../Fonts/Roboto/Roboto-Regular.ttf);
  }
  
  @font-face {
  font-family: "RobotoB";
  src: url(../Fonts/Roboto/Roboto-Bold.ttf);
}
  
  @font-face {
    font-family: "RobotoM";
    src: url(../Fonts/Roboto/Roboto-Medium.ttf);
  }
  
  @font-face {
    font-family: "RubikR";
    src: url(../Fonts/Rubik/static/Rubik-Regular.ttf);
  }
  
  ::-moz-selection { /* Code for Firefox */
  color: white;
  background: #003ACD;
}

::selection {
  color: white;
  background: #003ACD;
}


html {
    scroll-behavior: smooth;
}
  
  body {
    font-family: "RobotoR";
  }
  
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  
  .container {
    width: 1230px;
    height: 100%;
  }
  
  header {
    width: 100%;
    height: 240px;
  }
  .header-mobile {
    display: none;
  }
  
  header .header-top,
  .header-bottom {
    width: 100%;
    height: 50px;
    background-color: #003a74;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  header .header-center {
    width: 100%;
    height: 140px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  header .header-top .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  header .header-top .container .header-location {
    width: 180px;
  }
  
  header .header-top .container .header-location p {
    font-size: 12px;
    line-height: 14px;
    color: white;
  }
  
  header .header-top .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  header .header-top .container .header-medias {
    width: 80px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  
  header .header-top .container .header-medias a {
    display: block;
    text-decoration: none;
  }
  
  header .header-top .container .header-medias a img {
    height: 17px;
  }
  
  header .header-center .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  header .header-center .container .header-box-2 {
    width: 350px;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  header .header-center .container .header-box-2 .header-wrap {
    width: 48%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  header .header-center .container .header-box-2 .header-wrap-1 p {
    width: 100px;
    font-size: 12px;
    line-height: 14px;
    color: #003a74;
  }
  
  header .header-center .container .header-box-2 .header-wrap-2 p {
    width: 100px;
    font-size: 12px;
    line-height: 14px;
    color: #003a74;
  }
  
  .header-bottom .container nav {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .header-bottom .container nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  
  .header-bottom .container nav ul li {
    list-style-type: none;
    font-size: 14px;
    line-height: 14px;
    color: #ffffff;
    padding: 0 38px;
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
  }
  
  .header-bottom .container nav ul li a {
    text-decoration: none;
    color: #ffffff;
    display: block;
    text-transform: uppercase;
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .header-bottom .container nav ul li:first-child {
    padding: 0;
    position: relative;
  }
  
  
  .header-bottom .container nav ul li:first-child:hover > .ul-type {
      display: block;
  }
  
  .header-bottom .container nav ul li .ul-type {
    display: none;
    position: absolute;
    bottom: -50px;
    left: -50px;
  }
  
  .header-bottom .container nav ul li .ul-type li:first-child {
      padding: 0;
        display: flex;
        justify-content: center;
  }
  
  .header-bottom .container nav ul li .ul-type li {
       background-color: #003A74;
       position: relative;
       z-index: 100;
  }
  
  
  .header-bottom .container nav ul li:last-child:hover > .ul-lng {
    display: flex;
  }
  
  .header-bottom .container nav ul li .ul-lng li {
    padding: 5px;
  }
  
  .header-bottom .container nav ul li .ul-lng {
    position: absolute;
    width: 100px;
    bottom: -50px;
    left: 0px;
    background-color: #003a74;
    display: none;
    z-index: 10;
  }
  
  .section-slider {
    width: 100%;
    height: 281px;
    overflow: hidden;
  }
  
  /* Slider */
  
  .wrapper {
    width: 100%;
    height: 100%;
  }
  .carousel {
    margin: auto;
    height: 100%;
  }
  .carousel .card {
    color: #fff;
    text-align: center;
    margin: 0 10px;
  }
  .carousel .card img {
    width: 100%;
    height: 100%;
  }
  
  /*Slider-2-goods*/
  
  .row > .column {
    padding: 0 8px;
  }
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .column {
    float: left;
    width: 25%;
    display: flex;
    justify-content: center;
    overflow: hidden;
  }
  
  .demo {
    width: 210px;
    height: 210px;
  }
  
  .modal {
    display: none;
    position: fixed;
    z-index: 100;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.74);
  }
  
  /* Modal Content */
  .modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
    overflow: hidden;
  }
  
  /* The Close Button */
  .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
  }
  
  .mySlides {
    display: none;
    justify-content: center;
    position: relative;
  }
  .mySlides img {
      border: 4px solid gray;
      width: 400px;
  }
  .mySlides p {
    position: absolute;
    bottom: 6px;
    color: #fff;
    text-transform: capitalize;
  }
  .cursor {
    cursor: pointer;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: fixed;
    top: 20%;
    width: auto;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 5%;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: black;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  
  .caption-container {
    text-align: center;
    padding: 2px 16px;
    color: white;
  }
  
  
  img.hover-shadow {
    transition: 0.3s;
  }
  
  .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  
  .goods.active-2 .mySlides:nth-child(1) {
    background-image: url('./../img/job-1.png');
    background-position: center;
    background-size: 264px, 100%;
    background-repeat: no-repeat;
  }
  
  .goods.active-2 .mySlides:nth-child(2) {
      background-image: url('./../img/job-2.png');
    background-position: center;
    background-size: 264px, 100%;
    background-repeat: no-repeat;
  }
  
  .goods.active-2 .mySlides:nth-child(3) {
      background-image: url('./../img/job-3.png');
    background-position: center;
    background-size: 264px, 100%;
    background-repeat: no-repeat;
  }
  
  .goods.active-2 .mySlides:nth-child(4) {
      background-image: url('./../img/job-4.png');
    background-position: center;
    background-size: 264px, 100%;
    background-repeat: no-repeat;
  }
  
  .goods.active-2 .mySlides img {
    visibility: hidden;
  }
  
  .goods.active-2 .s-1 {
      background-image: url('./../img/job-1.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .goods.active-2 .s-2 {
      background-image: url('./../img/job-2.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .goods.active-2 .s-3 {
      background-image: url('./../img/job-3.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .goods.active-2 .s-4 {
      background-image: url('./../img/job-4.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .goods.active-2 .column img {
    opacity: 0;
  }
  
  .column {
    margin: 15px 0;
  }
  
  .wrap-sl {
    display: none;
  }
  
  .jobs.active-wrap .wrap-sl {
    display: block;
  }
  /* Slider */
  
  .goods {
    width: 100%;
    height: fit-content;
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  
  .goods .but-second-1 {
    width: 150px;
    height: 50px;
    outline: none;
    font-family: inherit;
    border: none;
    background-color: #013b73;
    border-radius: 55px;
    margin: 35px 0;
    color: white;
    display: none;
  }
  
  .goods .slider-job-cont {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000000ad;
    z-index: 1500;
    display: none;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
  }
  
  .goods .slider-job-cont .wrapper {
    display: none;
  }
  
  .goods.active .slider-job-cont .wrapper {
    display: flex;
  }
  
  .goods.active .slider-job-cont {
    display: flex;
  }
  
  .goods .container {
    position: relative;
  }
  
  .goods .container .h-box {
    width: 100%;
  }
  
  .goods .container .h-box h1, h2 {
      text-transform: uppercase;
    font-size: 30px;
    line-height: 36px;
    color: #003a74;
    text-align: left;
    font-family: "RubikR";
  }
  
  .goods .container .goods-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 80px;
    flex-wrap: wrap;
  }
  
  .goods .container .goods-box .good {
    width: 270px;
    height: 285px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin: 15px 0;
  }
  
  .goods .container .goods-box .good span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.37);
    z-index: 2;
    background-image: url('./../img/hover-good.svg');
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: 0.5s;
  }
  
  .goods .container .goods-box .good::after {
    width: 100%;
    height: 55px;
    position: absolute;
    bottom: -55px;
    background-color: white;
    border-radius: 0 0 15px 15px;
    border: 1px solid #003a74;
    z-index: 2;
    box-sizing: border-box;
    text-align: center;
    color: #003a74;
    padding: 10px;
    border-top: none;
    opacity: 0;
    transition: 0.5s;
  }
  
  .goods .container .goods-box .good:hover::after {
    opacity: 1;
  }
  
  .goods .container .goods-box .good:hover > span {
    opacity: 1;
  }
  
  section .slider-hover span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.37);
    z-index: 2;
    background-image: url('./../img/hover-good.svg');
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: 0.5s;
  }
  
  section .slider-hover:hover > span {
    opacity: 1;
  }
  
  .goods .container .goods-box .good-1 {
    background-image: url('./../img/good-1.png');
  }
  
  .goods .container .goods-box .good-2 {
    background-image: url('./../img/good-2.png');
  }
  
  .goods .container .goods-box .good-3 {
    background-image: url('./../img/good-3.png');
  }
  .goods .container .goods-box .good-4 {
    background-image: url('./../img/good-4.png');
  }
  
    .goods .container .goods-box .about-1 {
    background-image: url('./../img/about-1.png');
  }
  
  .goods .container .goods-box .about-2 {
    background-image: url('./../img/about-2.png');
  }
  
  .goods .container .goods-box .about-3 {
    background-image: url('./../img/about-3.png');
  }
  
  .goods .container .goods-box .about-4 {
    background-image: url('./../img/about-4.png');
  }
  
  .goods .container p {
    display: block;
    position: absolute;
    right: 5px;
    bottom: 5px;
    color: #003a74;
    text-decoration: underline;
    cursor: pointer;
  }
  
  /*  .goods .container .mySlides  .stone-title-index {*/
  /*  position: absolute;*/
  /*  bottom: 6px;*/
  /*  color: #fff;*/
  /*}*/
  
  .goods .container .h-box .h-box-p {
    text-align: center;
    margin-top: 30px;
    display: block;
    position: unset;
    color: black;
    text-decoration: none;
  }
  
  .company {
    margin-top: 100px;
    height: auto;
    padding: 50px 0;
  }
  
  .company .container .h-box {
    width: 100%;
  }
  
  .company .container .h-box h2 {
      text-transform: uppercase;
    font-size: 30px;
    line-height: 35px;
    color: #003a74;
  }
  
  .company .container .txt-img {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
  }
  
  .company .container .txt-img .txt {
    width: 70%;
    height: 100%;
  }
  
  .company .container .txt-img .txt p {
    font-size: 16px;
    line-height: 43px;
    text-align: justify;
    width: 90%;
    color: #000000;
  }
  
  .company .container .txt-img .txt p span {
    color: #003a74;
    text-decoration: underline;
    cursor: pointer;
  }
  
  .company .container .txt-img .txt p .span_vac {
    font-family: "RobotoB";
    color: #000;
    text-decoration: none;
    cursor: none;
    font-weight: 700;
  }
  
  .company .container .txt-img .img {
    width: 30%;
    height: 100%;
  }
  
  .company .container .txt-img .img img {
    width: 100%;
    height: auto;
  }
  
  .jobs {
    margin-top: 100px;
    width: 100%;
    height: fit-content;
    padding-bottom: 80px;
    position: relative;
  }
  
  .jobs .modal .mySlides:nth-child(13) img {
      width: 270px;
  }
  
  .jobs .modal .mySlides:nth-child(14) img {
      width: 270px;
  }
  
  .jobs .modal .mySlides:nth-child(15) img {
      width: 270px;
  }
  
  .jobs .modal .mySlides:nth-child(29) img {
      width: 270px;
  }
  
  .jobs .modal .mySlides:nth-child(30) img {
      width: 270px;
  }
  
  .jobs .modal .mySlides:nth-child(35) img {
      width: 270px;
  }
  
  .jobs .modal .mySlides:nth-child(34) img {
      width: 270px;
  }
  
  .jobs .modal .mySlides:nth-child(36) img {
      width: 270px;
  }
  
  .jobs .modal .mySlides:nth-child(43) img {
      width: 270px;
  }
  
  .jobs .modal .mySlides:nth-child(41) img {
      width: 270px;
  }
  
  .jobs .modal .mySlides:nth-child(39) img {
      width: 270px;
  }
  
  .jobs .modal .mySlides:nth-child(51) img {
      width: 270px;
  }
  
  .jobs .modal .mySlides:nth-child(50) img {
      width: 270px;
  }
  
  .jobs .modal .mySlides:nth-child(48) img {
      width: 270px;
  }
  
  .jobs .modal .mySlides:nth-child(49) img {
      width: 270px;
  }
  
  
  
  
  
    .jobs .modal .mySlides:nth-child(53) img {
      width: 270px;
  }
  
  
  .jobs .modal .mySlides:nth-child(55) img {
      width: 270px;
  }
  
  .jobs .modal .mySlides:nth-child(56) img {
      width: 270px;
  }  
  .jobs .modal .mySlides:nth-child(57) img {
      width: 270px;
  }
  
  .jobs .modal .mySlides:nth-child(58) img {
      width: 270px;
  }
  
  .jobs .modal .mySlides:nth-child(59) img {
      width: 270px;
  }
  
  .jobs .modal .mySlides:nth-child(60) img {
      width: 270px;
  }
  
  
  
  .jobs .job-slider {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000000ad;
    z-index: 1500;
    display: none;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    display: none;
  }
  
  .jobs .job-slider .wrapper {
    display: none;
  }
  
  .jobs.active .job-slider .wrapper {
    display: flex;
  }
  
  .jobs.active .job-slider {
    display: flex;
  }
  
  .jobs .second-3-but {
    width: 150px;
    height: 50px;
    outline: none;
    font-family: inherit;
    border: none;
    background-color: #013b73;
    border-radius: 55px;
    margin: 35px 0;
    color: white;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    display: none;
  }
  
  .jobs .foto {
    display: block;
  }
  
  .jobs.active-wrap .second-3-but {
    width: 50px;
    border-radius: 50%;
    background-image: url('./../img/icones/arrow-second.svg');
    background-repeat: no-repeat;
    background-size: 80%, auto;
    background-position: center;
    color: #013b73;
    font-size: 0px;
  }
  
  
  .jobs .container {
    position: relative;
  }
  
  .jobs .container .h-box {
    width: 100%;
  }
  
  .jobs .container .video_wrap {
      display: flex;
      align-content: center;
      justify-content: center;
      margin-bottom: 30px;
      width: 100%;
  }
  
  .jobs .container .video_wrap_2 {
      margin-top: 30px;
  }
  
  .jobs .container .video_wrap video {
      width: 60%;
  }
  
  .jobs .container .h-box h2 {
    text-transform: uppercase;
    font-size: 22px;
    line-height: 26px;
    color: #003a74;
    margin-bottom: 30px;
  }
  
    .jobs .container .h-box h3 {
    text-transform: uppercase;
    line-height: 26px;
    color: #003a74;
    margin-bottom: 30px;
  }
  
  .jobs .container .jobs-wrap {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  
  .jobs.active-wrap .container .jobs-wrap-2 {
    display: flex;
  }
  
  
  .jobs .container .jobs-wrap-2  {
    display: none;
  }
  
  .foto {
    display: block;
  }
  
  
  .jobs .container .jobs-wrap:first-child {
    padding-top: 40px;
  }
  
  .jobs .container .jobs-wrap:last-child {
    padding-bottom: 40px;
  }
  
  
  .jobs .container .jobs-wrap .job {
    width: 269px;
    height: 253px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 20px 0;
    position: relative;
    cursor: pointer;
  }
  
  .jobs .container .jobs-wrap .job-1 {
    background-image: url('./../img/job-1.png');
  }
  
  .jobs .container .jobs-wrap .job-2 {
    background-image: url('./../img/job-2.png');
  }
  
  .jobs .container .jobs-wrap .job-3 {
      background-image: url('./../img/job-3.png');
  
  }
  
  .jobs .container .jobs-wrap .job-4 {
      background-image: url('./../img/job-4.png');
  
  }
  
  .jobs .container .jobs-wrap .job-5 {
      background-image: url('./../img/job-5.png');
  
  }
  
  .jobs .container .jobs-wrap .job-6 {
      background-image: url('./../img/job-6.png');
  
  }
  
  .jobs .container .jobs-wrap .job-7 {
      background-image: url('./../img/job-7.png');
  
  }
  
  .jobs .container .jobs-wrap .job-8 {
      background-image: url('./../img/job-8.png');
  
  }
  
  .jobs .container .jobs-wrap .job-9 {
      background-image: url('./../img/job-9.png');
  
  }
  
  .jobs .container .jobs-wrap .job-10 {
      background-image: url('./../img/job-10.png');
  
  }
  
  .jobs .container .jobs-wrap .job-11 {
      background-image: url('./../img/job-11.png');
  
  }
  
  .jobs .container .jobs-wrap .job-12 {
      background-image: url('./../img/job-12.png');
  
  }
  
  .jobs .container .jobs-wrap .job-13 {
      background-image: url('./../img/job-13.png');
  
  }
  
  .jobs .container .jobs-wrap .job-14 {
      background-image: url('./../img/job-14.png');
  
  }
  
  .jobs .container .jobs-wrap .job-15 {
      background-image: url('./../img/job-15.png');
  
  }
  
  .jobs .container .jobs-wrap .job-16 {
      background-image: url('./../img/job-16.png');
  
  }
  
  
  
  .jobs .container .jobs-wrap .job-1-good {
    background-image: url('./../img/good-list-1.png');
  }
  
  .jobs .container .jobs-wrap .job-2-good {
    background-image: url('./../img/good-list-2.png');
  }
  
  .jobs .container .jobs-wrap .job-3-good {
      background-image: url('./../img/good-list-3.png');
  
  }
  
  .jobs .container .jobs-wrap .job-4-good {
      background-image: url('./../img/good-list-4.png');
  
  }
  
  .jobs .container .jobs-wrap .job-5-good {
      background-image: url('./../img/good-list-5.png');
  
  }
  
  .jobs .container .jobs-wrap .job-6-good {
      background-image: url('./../img/good-list-6.png');
  
  }
  
  .jobs .container .jobs-wrap .job-7-good {
      background-image: url('./../img/good-list-7.png');
  
  }
  
  .jobs .container .jobs-wrap .job-8-good {
      background-image: url('./../img/good-list-8.png');
  
  }
    .jobs .container .jobs-wrap .job-9-good {
      background-image: url('./../img/stone-type-1.jpg');
  
  }
    .jobs .container .jobs-wrap .job-10-good {
      background-image: url('./../img/stone-type-2.jpg');
  
  }
    .jobs .container .jobs-wrap .job-11-good {
      background-image: url('./../img/stone-type-3.jpg');
  
  }
    .jobs .container .jobs-wrap .job-12-good {
      background-image: url('./../img/stone-type-4.jpg');
  
  }
  
  
    .jobs .container .jobs-wrap .job-13-good {
    background-image: url('./../img/good-list-13.jpg');
  }
  
  .jobs .container .jobs-wrap .job-14-good {
    background-image: url('./../img/good-list-14.jpg');
  }
  
  .jobs .container .jobs-wrap .job-15-good {
      background-image: url('./../img/good-list-15.jpg');
  
  }
  
  .jobs .container .jobs-wrap .job-16-good {
      background-image: url('./../img/good-list-16.jpg');
  
  }
  
  .jobs .container .jobs-wrap .job-17-good {
      background-image: url('./../img/good-list-17.jpg');
  
  }
  
  .jobs .container .jobs-wrap .job-18-good {
      background-image: url('./../img/good-list-18.jpg');
  
  }
  
  .jobs .container .jobs-wrap .job-19-good {
      background-image: url('./../img/good-list-19.jpg');
  
  }
  
  .jobs .container .jobs-wrap .job-20-good {
      background-image: url('./../img/good-list-20.jpg');
  
  }
    .jobs .container .jobs-wrap .job-21-good {
      background-image: url('./../img/good-list-21.jpg');
  
  }
    .jobs .container .jobs-wrap .job-22-good {
      background-image: url('./../img/good-list-22.jpg');
  
  }
    .jobs .container .jobs-wrap .job-23-good {
      background-image: url('./../img/good-list-23.jpg');
  
  }
    .jobs .container .jobs-wrap .job-24-good {
      background-image: url('./../img/good-list-24.jpg');
  
  }
  
  
    .jobs .container .jobs-wrap .job-25-good {
    background-image: url('./../img/good-list-25.jpg');
  }
  
  .jobs .container .jobs-wrap .job-26-good {
    background-image: url('./../img/good-list-26.jpg');
  }
  
  .jobs .container .jobs-wrap .job-27-good {
      background-image: url('./../img/good-list-27.jpg');
  
  }
  
  .jobs .container .jobs-wrap .job-28-good {
      background-image: url('./../img/good-list-28.jpg');
  
  }
  
  .jobs .container .jobs-wrap .job-29-good {
      background-image: url('./../img/good-list-29.jpg');
  
  }
  
  .jobs .container .jobs-wrap .job-30-good {
      background-image: url('./../img/good-list-30.jpg');
  
  }
  
  .jobs .container .jobs-wrap .job-31-good {
      background-image: url('./../img/good-list-31.jpg');
  
  }
  
  .jobs .container .jobs-wrap .job-32-good {
      background-image: url('./../img/good-list-32.jpg');
  
  }
    .jobs .container .jobs-wrap .job-33-good {
      background-image: url('./../img/good-list-33.jpg');
  
  }
    .jobs .container .jobs-wrap .job-34-good {
      background-image: url('./../img/good-list-34.jpg');
  
  }
    .jobs .container .jobs-wrap .job-35-good {
      background-image: url('./../img/good-list-35.jpg');
  
  }
    .jobs .container .jobs-wrap .job-36-good {
      background-image: url('./../img/good-list-36.jpg');
  
  }
  
    .jobs .container .jobs-wrap .job-37-good {
    background-image: url('./../img/good-list-37.jpg');
  }
  
  .jobs .container .jobs-wrap .job-38-good {
    background-image: url('./../img/good-list-38.jpg');
  }
  
  .jobs .container .jobs-wrap .job-39-good {
      background-image: url('./../img/good-list-39.jpg');
  
  }
  
  .jobs .container .jobs-wrap .job-40-good {
      background-image: url('./../img/good-list-40.jpg');
  
  }
  
  .jobs .container .jobs-wrap .job-41-good {
      background-image: url('./../img/good-list-41.jpg');
  
  }
  
  .jobs .container .jobs-wrap .job-42-good {
      background-image: url('./../img/good-list-42.jpg');
  
  }
  
  .jobs .container .jobs-wrap .job-43-good {
      background-image: url('./../img/good-list-43.jpg');
  
  }
  
  .jobs .container .jobs-wrap .job-44-good {
      background-image: url('./../img/good-list-44.jpg');
  
  }
    .jobs .container .jobs-wrap .job-45-good {
      background-image: url('./../img/good-list-45.jpg');
  
  }
    .jobs .container .jobs-wrap .job-46-good {
      background-image: url('./../img/good-list-46.jpg');
  
  }
    .jobs .container .jobs-wrap .job-47-good {
      background-image: url('./../img/good-list-47.jpg');
  
  }
    .jobs .container .jobs-wrap .job-48-good {
      background-image: url('./../img/good-list-48.jpg');
  
  }
  
    .jobs .container .jobs-wrap .job-49-good {
    background-image: url('./../img/good-list-49.jpg');
  }
  
  .jobs .container .jobs-wrap .job-50-good {
    background-image: url('./../img/good-list-50.jpg');
  }
  
  .jobs .container .jobs-wrap .job-51-good {
      background-image: url('./../img/good-list-51.jpg');
  
  }
  
  .jobs .container .jobs-wrap .job-52-good {
      background-image: url('./../img/good-list-52.jpg');
  
  }
  
  .jobs .container .jobs-wrap .job-53-good {
      background-image: url('./../img/good-list-53.jpg');
  
  }
  
  .jobs .container .jobs-wrap .job-54-good {
      background-image: url('./../img/good-list-54.jpg');
  
  }
  
  .jobs .container .jobs-wrap .job-55-good {
      background-image: url('./../img/good-list-55.jpg');
  
  }
  
  .jobs .container .jobs-wrap .job-56-good {
      background-image: url('./../img/good-list-56.jpg');
  
  }
    .jobs .container .jobs-wrap .job-57-good {
      background-image: url('./../img/good-list-57.jpg');
  
  }
    .jobs .container .jobs-wrap .job-58-good {
      background-image: url('./../img/good-list-58.jpg');
  
  }
    .jobs .container .jobs-wrap .job-59-good {
      background-image: url('./../img/good-list-59.jpg');
  
  }
    .jobs .container .jobs-wrap .job-60-good {
      background-image: url('./../img/good-list-60.jpg');
  
  }
  
  
  .jobs .container .jobs-wrap p {
    position: absolute;
    right: 5px;
    bottom: 5px;
    color: #003a74;
    text-decoration: underline;
    cursor: pointer;
  }
  
  .numbers {
    width: 100%;
    height: 350px;
    background-image: url('./../img/numbers.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .numbers .container .h-box {
    width: 100%;
    margin-top: 20px;
  }
  
  .numbers .container .h-box h2 {
    font-family: "RobotoR";
    font-size: 30px;
    line-height: 35px;
    color: #f5dd25;
  }
  
  .numbers .container .num-wrap {
    width: 70%;
    height: 280px;
    display: flex;
  }
  
  .numbers .container .num-wrap .num {
    width: 33%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  
  .numbers .container .num-wrap .num p {
    font-family: "RobotoM";
    font-size: 58px;
    /* or 156px */
  
    text-align: justify;
  
    color: #ffffff;
  }
  
  .numbers .container .num-wrap .num span {
    font-family: "RobotoM";
    font-size: 18px;
    line-height: 269.69%;
    /* or 49px */
  
    text-align: justify;
  
    color: #f5dd25;
  }
  
  .vacancies {
    margin-top: 120px;
    height: 350px;
    margin-bottom: 100px;
  }
  
  .vacancies .container .txt-img .img {
    width: 40%;
  }
  
  .vacancies .container .txt-img .txt {
    width: 60%;
  }
  
  .vacancies .container ul li {
    font-size: 18px;
    line-height: 25px;
  }
  
  /*.vacancies .container .txt-img .txt {*/
  /*  padding-left: 100px;*/
  /*}*/
  
  .vacancies .container .h-box {
    width: 100%;
  }
  
  .vacancies .container .h-box h2 {
    text-transform: uppercase;    
    font-size: 30px;
    line-height: 35px;
    color: #003a74;
  }
  
  .vacancies .container .txt-img {
    width: 100%;
    height: 315px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
  }
  
  .vacancies .container .txt-img .txt {
    width: 70%;
    height: 100%;
  }
  
  
  .vacancies .container .txt-img .txt p {
    font-size: 16px;
    line-height: 43px;
    text-align: justify;
    width: 90%;
    color: #000000;
  }
  
  .vacancies .container .txt-img .txt p span {
    color: #003a74;
    text-decoration: underline;
    cursor: pointer;
  }
  
  .vacancies .container .txt-img .img {
    width: 30%;
    height: 100%;
  }
  
  .vacancies .container .txt-img .img img {
    width: 100%;
    height: auto;
  }
  
  .good-list-name {
    width: 100%;
    height: fit-content;
  }
  
  .good-list-name .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .good-list-name .container .good-l {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .good-list-name .container .good-l ul li {
    font-size: 18px;
  line-height: 259.19%;
  }
  
  .good-list-name .container .good-l ul {
    width: 238px;
  }
  
  footer {
    width: 100%;
    height: fit-content;
    background-image: url('./../img/footer.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
    position: relative;
  }
  
  footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  footer .container .footer-bottom {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(3, 53, 102, 0.82);
  }
  
  footer .container .footer-bottom p {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.13em;
    text-transform: capitalize;
    font-family: inherit;
    padding: 10px 0;
  }
  
  footer .container .f-box {
    width: 25%;
    height: 90%;
  }
  
  footer .container .f-box a {
    display: block;
    font-size: 16px;
    line-height: 3.5em;
    letter-spacing: 0.13em;
    color: #ffffff;
    text-decoration: none;
    display: block;
    text-align: justify;
    text-transform: uppercase;
  }
  
  footer .container .f-box p {
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    line-height: 3.5em;
    margin-bottom: 1.5em;
  }
  
  footer .container .f-box p a {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  
  footer .container .f-box p a img {
    width: 100%;
    height: 100%;
  }
  
  footer .container .f-box a img {
    width: 20px;
    height: 20px;
  }
  
  footer .container .f-box-3 a {
    text-align: left;
  }
  
  
  input[type="checkbox" i] {
    display: none;
  }
  .header-mobile h1 {
    position: fixed;
    top: 50px;
    left: 40px;
    z-index: 6;
    font-size: 20px;
    font-weight: 900;
    font-family: sans-serif;
    text-transform: uppercase;
  }
  
  .header-mobile h1 img {
    width: 100px;
  }
  .header-mobile h1 > span {
    text-transform: none;
    opacity: 0.5;
    font-weight: 300;
    font-size: 12px;
  }
  .header-mobile input + label {
    position: fixed;
    top: 60px;
    right: 40px;
    height: 20px;
    width: 15px;
    z-index: 5;
  }
  .header-mobile input + label span {
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    margin-top: -1px;
    left: 0;
    display: block;
    background: #003870;
    transition: 0.5s;
  }
  .header-mobile input + label span:first-child {
    top: 3px;
  }
  .header-mobile input + label span:last-child {
    top: 16px;
  }
  .header-mobile label:hover {
    cursor: pointer;
  }
  .header-mobile input:checked + label span {
    opacity: 0;
    top: 50%;
  }
  .header-mobile input:checked + label span:first-child {
    opacity: 1;
    transform: rotate(405deg);
  }
  .header-mobile input:checked + label span:last-child {
    opacity: 1;
    transform: rotate(-405deg);
  }
  .header-mobile input ~ nav {
    background: white;
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    height: 60px;
    transition: 0.5s;
    transition-delay: 0.5s;
    z-index: 3;
    overflow: auto;
    border-bottom: 2px solid #003A74;
  }
  
  .header-mobile input:checked ~ .header-mobile {
      height: 100vh;
  }
  
  .header-mobile input ~ nav::before {
    content: "";
    background: white;
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 150;
  }
  
  /* .header-mobile input ~ nav::-webkit-scrollbar {
    display: none;
  } */
  
  .header-mobile input ~ nav > ul {
    text-align: center;
    position: absolute;
    top: 5%;
    left: 20%;
    right: 20%;
    display: none;
  }
  .header-mobile input ~ nav > ul > li {
    opacity: 0;
    transition: 0.5s;
    transition-delay: 0s;
    list-style-type: none;
  }
  
  .header-mobile input ~ nav > ul > li:nth-child(9) {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .header-mobile input ~ nav > ul > li:nth-child(9) > a {
    padding: 5px;
  }
  
  .header-mobile input ~ nav > ul > li > a {
    text-decoration: none;
    text-transform: uppercase;
    color: #020304;
    display: block;
    padding: 27px;
  }
  .header-mobile input:checked ~ nav {
    height: 100%;
    transition-delay: 0s;
    z-index: 3;
  }
  
  .header-mobile input:checked ~ nav > ul {
    display: block;
  }
  
  .header-mobile input:checked ~ nav > ul > li {
    opacity: 1;
    transition-delay: 0.5s;
    list-style-type: none;
  }
  
  .header-mobile input:checked ~ nav > ul > li:last-child {
      display: flex;
      justify-content: space-between;
  }
  
  
  .header-mobile input:checked ~ nav  ul  .ul-type a {
    padding: 10px;
    font-size: 12px;
  }
  
  .header-mobile input:checked ~ nav  ul .lng-mobile {
      display: flex;
  }
  
  .header-top-mobile a {
    color: white;
    text-decoration: none;
  }
  
  .header-top-mobile img {
    margin-right: 10px;
    width: 20px;
  }
  
  .contact {
    width: 100%;
    height: fit-content;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  
  .footer-contact {
    margin-top: 0;
  }
  
  .contact .container {
    display: block;
    height: 100%;
    justify-content: center;
    align-items: center;
  }
  
  .contact .contact-bottom {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .contact .contact-bottom a {
    color: #003a74;
    text-decoration: none;
    margin: 0 15px;
  }
  
  .contact .contact-bottom a img {
    margin-right: 5px;
  }
  
  .form {
    width: 100%;
    height: fit-content;
    padding: 4rem 2rem;
    border-radius: 1rem;
    display: flex;
    justify-content: space-around;
  }
  
  .form-box-1 {
    width: 50%;
    height: 100%;
  }
  
  .form-box-2 {
    width: 50%;
    height: 100%;
  }
  
  textarea {
    min-width: 437px;
    min-height: 116px;
    max-width: 437px;
    max-height: 116px;
    border: 1px solid #003a74;
    box-sizing: border-box;
    border-radius: 5px;
    display: block;
  }
  
  .form-box-2 .form__div {
    height: 122px;
  }
  
  .form__title {
    font-weight: 400;
    margin-bottom: 3rem;
  }
  .form__div {
    position: relative;
    height: 48px;
  
    margin: 0 auto;
    margin-bottom: 1.5rem;
  }
  .form__input {
    position: absolute;
    top: 0;
    left: 0;
    width: 367px;
    height: 42px;
    font-size: 12px;
    border: 1px solid #003a74;
    border-radius: 0.5rem;
    outline: none;
    padding: 1rem;
    background: none;
    z-index: 1;
  }
  .form__label {
    position: absolute;
    left: 1rem;
    top: 1rem;
    padding: 0 0.25rem;
    background-color: #fff;
    color: #003a74;
    font-size: 12px;
    transition: 0.3s;
  }
  .form__button {
    display: block;
    margin-right: auto;
    outline: none;
    border: none;
    width: 119px;
    height: 42px;
    border: 1px solid #003a74;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: white;
    color: #003a74;
    font-size: 12px;
    cursor: pointer;
    transition: 0.3s;
  }
  .form__button:hover {
    box-shadow: 0 10px 36px rgba(0, 0, 0, 0.15);
  }
  
  /*Input focus move up label*/
  .form__input:focus + .form__label {
    top: -0.5rem;
    left: 0.8rem;
    color: #003a74;
    font-size: 12px;
    font-weight: 500;
    z-index: 10;
  }
  
  /*Input focus sticky top label*/
  .form__input:not(:placeholder-shown).form__input:not(:focus) + .form__label {
    top: -0.5rem;
    left: 0.8rem;
    font-size: 12px;
    font-weight: 500;
    z-index: 10;
  }
  
  /*Input focus*/
  .form__input:focus {
    border: 1.5px solid #003a74;
  }
  