a {
    color: #2b95ee;
    text-decoration: none;
    cursor: pointer;
}

img {
  display: unset;
  }

body.jobs #sp-header {
    background: #000 !important;
    position: absolute;
    top: 0;
}


  


body.jobs #sp-mobile-header {
  background: #000 !important;
}


#sp-header {
  background: none !important;
  position: absolute;
  top: 10px;
  box-shadow: none;
  border-bottom: 1px rgba(255, 255, 255, .1) solid;

}

#sp-header.header-sticky {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  animation: spFadeInDown .5s;
  background: #000 !important;
  height: 70px;
}

#sp-logo {
  margin-top: -10px;
}

.logo-image {
  display: none;
}


#sp-lang {
  margin-top: 12px;
}


#sp-mobile-header {
  margin-bottom: 100px;
  position: absolute;
  z-index: 9999;
  border-bottom: 1px rgba(255, 255, 255, .1) solid;
  width: 100%;
  padding-bottom: 10px;
  
}



#sp-ck-menu {
  margin-top: 6px;
}

.article .featured-article-badge {
  display: none;
}

.burger-icon > span {
  background-color: #fff;
}

.justify-content-end {
  justify-content: center !important;
}

ul.maximenuck li.maximenuck.level1 > a {
  padding: 0;
}

div#maximenuck228 ul.maximenuck, div#maximenuck230 ul.maximenuck, div#maximenuck229 ul.maximenuck {
    background: none !important;
}


div#maximenuck228, div#maximenuck229, div#maximenuck230 {
  font-size: 15px !important;
  text-transform: uppercase !important;
}

ul.maximenuck li.maximenuck.level1.active {
  background: none !important;
}

ul.maximenuck li.maximenuck.level1.active > a span.titreck {
  color: #fff !important;
}




.social-icons {
    display: flex;
    gap: 12px;
}

.social-icons a {
    width: 42px;
    height: 42px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 20px;
    transition: 0.3s ease;
}

.social-icons a:hover {
    background: #333;
    transform: translateY(-3px);
}



a i.fa-brands:hover {
    color: #000;
}

.article-details .featured-article-badge {
  display: none !important;
}



#mod-custom136 {
  margin-left: 105px;
}

.contacts {
    font-size: 30px;
    font-weight: 500;
  }


#sp-bottom {
  background: #fff;
  color: #000;
}

#sp-footer {
  text-align: center;
}


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



@media (max-width: 991px) and (min-width: 768px) {

svg#logo{
  margin-top: 20px;
  margin-left: 30px;
}
  
 #offcanvas-toggler .burger-icon {
    margin-left: 265px;
    margin-top: 18px;
  }

.burger-icon > span {
  height: 4px;

}

.burger-icon {
  width: 35px;
}

}  
  
@media (max-width: 575px) {
  #offcanvas-toggler .burger-icon {
  margin-left: 112px;
} 

 svg#logo {
    margin-top: 12px;
    margin-left: 4px;
  }
  
}