.hd-lang {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative; }
    .hd-lang:hover .hd-lang-pos {
      opacity: 1; }
    .hd-lang .icon-lang {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-justify-content: center;
      width: 2.4rem;
      height: 2.4rem;
      border-radius: 100rem;
      overflow: hidden; }
    .hd-lang-pos {
      position: absolute;
      top: 100%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      margin-top: 0.4rem;
      opacity: 0;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      .hd-lang-pos .igr {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0.4rem; }
        .hd-flex{
            justify-content: space-between;
        }
     
          @media screen and (max-width: 1200px) {
                .hd.hd-home.sticky::before{
                opacity: 0;
        }
          .hd.hd-home.sticky::after{
                opacity: 0;
        }
        hd.hd-home.sticky{
            background: #fff;
        } 
    }
/*# sourceMappingURL=backdoor.css.map */
