@media screen and (max-width:1366px){
  .greetingText .container .greetingTextWrap {
      max-width: 702px;
      max-height: 322px;
      color: #ffffff;
      position: relative;
      top: 100px;
      left: 0;
  }
  .greetingText .container .greetingTextWrap h1{
     font-size: 90px;
      letter-spacing: 7px;
  }
  .greetingText .container .greetingTextWrap h3{
      font-size:20px;
      letter-spacing: 1px;
    }
    .greetingText .container .greetingTextWrap p{
      font-size: 16px;
      line-height: 130%;
      margin-top: 20px;
    }
    .mainPlayBtn{
      max-width: 400px;
      max-height: 400px;
      min-width: 300px;
      min-height: 300px;
      width: 400px;
      height: 400px;
      padding-top: 10px;
    }
    .wave-container {
      position: relative;
      width: 400px;
      height: 400px;
    }
    .circle1 { width: 100px; height: 100px; }
    .circle2 { width: 200px; height: 200px; }
    .circle3 { width: 380px; height: 380px; }
    .play-button {
      position: absolute;
      width: 70px;
      height: 70px;
    }
    .wave-container.clicked .circle1,
    .wave-container.clicked .circle2,
    .wave-container.clicked .circle3 {
      width: 400px;
      height: 400px;
      border-width: 3px;
    }
    .menu a {
      font-size: 15px;
    }
    .menu ul li a {
      font-size:14px!important;
    }
    header{
      width: 100%;
      height: 90px;
    }
    header .container{
      height: 90px;
    }
    .lHead, .rHead{
        height: 90px;
    }
    .lHead .logo {
        width: 400px;
        height: 55px;
        font-size: 18px;
      }
      .lHead .logo {
          width: 400px;
          height: 55px;
          background-size: 55px;
          padding: 0 0 0 68px;
          margin: 15px 20px 0 0;
          font-size: 18px;
          line-height: 100%;
          letter-spacing: 1px;
      }
      .header-search-icon img {
          width: 20px;
          height: 20px;
      }
      .header-lang-title {
          font-size: 18px;
      }
      .langSelect {
          height: 20px;
          margin-left: 30px;
      }
      .slide .slZag {
          font-size: 16px;
          line-height: 20px;
          left: 30px;
      }
      .slide .slBtn {
          width: 150px;
          height: 35px;
          font-size: 14px;
          line-height: 18px;
      }
}

@media screen and (max-width:1240px){
    
}
@media screen and (max-width:1120px){
    
}
@media screen and (max-width:880px){
    
}
@media screen and (max-width:768px){
  .container {
    width: 100%;
    margin: 0 auto;
  }
  header{
    height: auto;
  }
  header .container {
    height: auto;
    width: 100%;
  }
  .lHead, .rHead{
    width: 100%;
    height: auto;
  }
  .lHead .logo {
      width: 100%;
      height: 55px;
      background-size: 45px;
      background-position: 10px center;
      padding: 7px 0 7px 65px;
      margin: 0 20px 0 0;
      font-size: 13px;
  }
  .rHead{
    display: none;
  }
  .greetingText .container {
    justify-content: center;
  }
  .greetingText .container .greetingTextWrap h1 {
        font-size: 50px;
        letter-spacing: 3px;
        width: 100%;
        text-align: center;
  }
  .greetingText .container .greetingTextWrap h3 {
        font-size: 18px;
        letter-spacing: 1px;
        width: 96%;
        text-align: center;
  }
  .greetingText .container .greetingTextWrap p {
      font-size: 14px;
      line-height: 130%;
      margin-top: 10px;
      width: 96%;
      text-align: center;
  }
  .cityNumbers, .astanaToday, .indicators, .indicators, .prioritySectors, .mainNews, .map, .bns, footer{
    display: none;
  }
  .mainPlayBtn{
    display: none;
  }
  .greetingText .container .greetingTextWrap {
        max-width: 96%;
        padding: 15px;
        max-height: 100%;
        color: #ffffff;
        position: relative;
        top: 10px;
        left: 0;
    }
    
    .mainMenu {
        display: none;
        min-height: 61px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }
    .mainMenu .container {
        width: 100%;
        margin: 0 auto;
    }
    nav {
        background: transparent;
        position: absolute;
        top: -100px;
        right: 0;
        left: auto;
    }
    .menu {
        flex-direction: column;
        background: #1a1a1a;
        width: 100%;
        display: none;
      }

      .menu.active {
        display: flex;
      }

      .menu > li {
        width: 100%;
      }

      .submenu {
        position: static;
      }

      .burger {
        display: flex;
      }

      /* Для мобильной анимации стрелки */
      .menu li.open > a > svg {
        transform: rotate(180deg);
      }
      .newsGridContainer {
            display: flex;
            flex-direction: column;
            gap: 20px;
          }

      .newsGridContainer .item {
            width: 100%;
            height: auto;
          }

}
@media screen and (max-width:500px){
    
}
@media screen and (max-width:320px){
    
}