/* begin 721 */
.site-header .header-inner {
  position: relative; }
  .site-header .header-inner .lang {
    font-size: 0;
    line-height: 0;
    position: absolute;
    right: 0;
    top: 5px; }
    .site-header .header-inner .lang ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .site-header .header-inner .lang ul li {
        display: inline-block;
        vertical-align: top;
        margin-left: 5px; }
        .site-header .header-inner .lang ul li:first-child {
          margin-left: 0; }
        .site-header .header-inner .lang ul li a {
          outline: none;
          text-decoration: none;
          display: inline-block;
          font-weight: bold;
          font-size: 14px;
          line-height: 1;
          color: #404b52;
          /*&.lang-ru{
           background: url(../ru.png) no-repeat;
           }
           &.lang-kz{
           background: url(../kz.png) no-repeat;
           }
           &.lang-en{
           background: url(../en.png) no-repeat;
           }*/ }
          .site-header .header-inner .lang ul li a:hover {
            text-decoration: underline; }
          .site-header .header-inner .lang ul li a.active {
            text-decoration: underline;
            color: #e96e32; }

.navigation__wrapper .lang {
  font-size: 0;
  line-height: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -12px; }
  .navigation__wrapper .lang ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .navigation__wrapper .lang ul li {
      display: inline-block;
      vertical-align: top;
      margin-left: 10px; }
      .navigation__wrapper .lang ul li:first-child {
        margin-left: 0; }
      .navigation__wrapper .lang ul li a {
        outline: none;
        text-decoration: none;
        display: inline-block;
        font-weight: bold;
        font-size: 14px;
        line-height: 1;
        color: #fff;
        /*width: 24px;
         height: 24px;
         &.lang-ru{
         background: url(../ru.png) no-repeat;
         }
         &.lang-kz{
         background: url(../kz.png) no-repeat;
         }
         &.lang-en{
         background: url(../en.png) no-repeat;
         }*/ }
        .navigation__wrapper .lang ul li a:hover {
          text-decoration: underline; }
        .navigation__wrapper .lang ul li a.active {
          text-decoration: underline;
          color: #e96e32; }
/* end 721 */
