.mainframe{
    width: 100%;
    height: 100vh;
    /*background-image: url('../images/mainbg.jpg');*/
    background-repeat: no-repeat;
    background-size: cover;
}
.videoBg{
  position: absolute;
  width: 100%;
  height: 100vh;
  top:0;
  left:0;
  z-index: -3;
  margin:0;
  padding:0;
  object-fit: cover
}
.mainframeOverlay{
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 149, 182, 0.45);
}
header{
    width: 100%;
    height: 105px;
    border-bottom:1px rgba(147, 162, 200, 0.5) solid;
}
.lHead, .rHead{
    width:50%;
    height: 105px;   
    /*border:1px #000 solid;*/
}
.rHead{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.container{
  width: 1160px;
  margin: 0 auto;
}
header .container{
    width: 1160px;
    margin: 0 auto;
    height: 105px;
    display: flex;
    align-items: center;
}
.lHead .logo {
    width: 500px;
    height: 65px;
    background-image: url('../images/logoMain.png');
    background-repeat: no-repeat;
    background-size: 65px;
    background-position: 0 0;
    padding: 0 0 0 85px;
    margin: 25px 20px 0 0;
    color: #fff;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 24px;
    line-height: 100%;
    font-family:'HB';
    letter-spacing: 1px;
}
/* search on hrader */
.searchform {
    display: none;
    position: absolute;
    right: 10%;
    top: 10%;
    max-width: 870px;
    width: 100%;
    background: #fff;
    height: 54px !important;
    padding: 10px;
    z-index: 1;
    height:25px;
}
.header-search-icon {
    background: transparent;
    border: none;
}
.header-search-icon img{
    height: 19px;
}
.header-search-icon {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
  }
  
  .header-search-icon img {
    width: 24px;
    height: 24px;
  }
  
  /* Подложка и всплывающее окно */
  .search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: opacity 0.3s ease;
  }
  
  /* Всплывающее окно поиска */
  .search-popup {
    position: relative;
    max-width: 600px;
    width: 80%;
    background: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    text-align: center;
  }
  
  /* Поле поиска */
  .search-popup input[type="text"] {
    width: 100%;
    padding: 15px;
    font-size: 20px;
    border: 2px solid #ccc;
    border-radius: 8px;
    margin-bottom: 20px;
    outline: none;
  }
  
  /* Кнопка отправки */
  .popup-search-submit {
    background: #1a75bc;
    border: none;
    padding: 12px 20px;
    border-radius: 8px;
    cursor: pointer;
  }
  
  .popup-search-submit img {
    width: 20px;
    height: 20px;
  }
  
  /* Кнопка закрытия */
  .search-close {
    position: absolute;
    top: 15px;
    right: 20px;
    background: none;
    color: #333;
    border: none;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
  }
/* lang selector on header */
.langSelect{
    height:25px;
    margin-left: 30px;
}
.header-lang {
    position: relative;
    display: inline-block;
    color: #fff;
  }

  .header-lang-title {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    text-transform: uppercase;
    user-select: none;
    color:#ffffff;
    font-family:'HCE';
    font-size: 20px;
  }

  .header-lang-title-svg {
    transition: transform 0.5s ease;
  }

  .header-lang:hover .header-lang-title-svg {
    transform: rotate(180deg);
  }

  .header-lang-dropdown {
    display: none;
    height: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: rgba(255,255,255,0.5);
    color: #000;
    border-radius: 4px;
    padding: 5px 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    min-width: 100%;
    z-index: 100;
    transition: 200ms;
  }

  .header-lang:hover .header-lang-dropdown {
    display: block;
    height:inherit;
  }

  .header-lang-dropdown .lang {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .header-lang-dropdown .lang li a {
    display: block;
    padding: 11px 12px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 16px;
  }

  .header-lang-dropdown .lang li a:hover {
    background-color: #f0f0f0;
  }

  /* main-menu */
  .mainMenu{
    height: 61px;
    width: 1167px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .mainMenu .container{
    width:1167px;
    margin:0 auto;
  }

  nav {
      background:transparent;
    }

  .nav-container {
      margin: auto;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
      position: relative;
  }

  .menu {
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0;
        justify-content: space-between;
        align-items: center;
  }

  .menu li {
      position: relative;
  }

  .menu > li {
      margin: 0 12px;
  }
  .menu > li:first-child{
        margin: 0 12px 0 0;
  }
  .menu > li:last-child{
        margin: 0 0 0 12px;
  }
  .menu a {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 5px;
      padding: 16px 12px;
      color: #ffffff;
      text-decoration: none;
      white-space: nowrap;
      text-transform: uppercase;
      letter-spacing: 0.6px;
      font-size: 16px;
      font-family: "Open Sans", sans-serif;
      font-weight: 600;
      transition: 300ms;
      transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .menu a:hover {
    color:bisque;
    background-color: transparent;
  }
  .menu ul li a:hover{
    background-color: rgba(0, 0, 0, 0.1);
    color:#ffffff
  }
    
    .menu > li:first-child>a{
        padding: 16px 12px 16px 0;
    }
    .menu > li:last-child>a{
        padding: 16px 0 16px 12px;
    }

    .menu li:hover > ul {
      display: block;
    }

    .submenu {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      background-color: rgba(255,255,255,0.7);
      list-style: none;
      margin: 0;
      padding: 0;
      min-width: 220px;
      z-index: 999;
      color:#444444;
      transition: 300ms;
    }

    .submenu li a {
      padding: 12px 16px;
      color:#444444;
    }
    .submenu li a:hover {
        background-color: rgba(255,255,255,0.9);
        color:#444444;
    }

    /* SVG стрелка */
    .menu img {
      transition: transform 0.3s ease;
    }

    /* Поворот стрелки при hover на desktop */
    .menu li:hover > a > img {
      transform: rotate(270deg);
    }

    .burger {
      display: none;
      flex-direction: column;
      cursor: pointer;
      padding: 16px;
    }

    .burger span {
      height: 3px;
      width: 25px;
      background: white;
      margin: 4px 0;
      border-radius: 2px;
    }

    .greetingText .container{
      color:#ffffff;
      line-height: 140%;
      display: flex;
    }
    .greetingText .container .greetingTextWrap{
      max-width: 732px;
      max-height: 352px;
      color:#ffffff;
      position: relative;
      top:200px;
      left:0;
    }
    .greetingText .container .greetingTextWrap h1{
      font-size: 119px;
      letter-spacing: 10px;
      font-weight: 600;
      line-height: 100%;
      text-transform: uppercase;
      color:#ffffff;
      margin:0 0 30px 0;

    }
    .greetingText .container .greetingTextWrap h3{
      font-size:24px;
      text-transform: none;
      color:#ffffff;
      letter-spacing: 1px;
      font-weight: 400;
      line-height: normal;
    }
    .greetingText .container .greetingTextWrap p{
      font-weight: 400;
      font-size: 20px;
      line-height: 130%;
      margin-top: 30px;
      color:#ffffff;
    }
    .mainPlayBtn{
      max-width: 500px;
      max-height: 500px;
      min-width: 300px;
      min-height: 300px;
      width: 500px;
      height: 500px;
      padding-top: 100px;
    }
    /* Play Btn*/
    .wave-container {
      position: relative;
      width: 500px;
      height: 500px;
    }

    .circle {
      position: absolute;
      border: 2px solid rgba(67, 197, 238, 0.5);
      border-radius: 50%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) scale(1);
      transition: all 1s ease;
      opacity: 1;
    }

    .circle1 { width: 130px; height: 130px; }
    .circle2 { width: 270px; height: 270px; }
    .circle3 { width: 480px; height: 480px; }

    .circle::before {
      content: '';
      position: absolute;
      inset: -10px;
      border-radius: 50%;
      border: 2px dashed transparent;
      animation: wave 2s ease-out;
    }

    @keyframes wave {
      0% { transform: scale(1); }
      40% { transform: scale(1.05); }
      100% { transform: scale(1); }
    }

    .play-button {
      position: absolute;
      width: 80px;
      height: 80px;
      background-color: #43C5EE;
      border-radius: 50%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      border: none;
      z-index: 10;
      transition: background 0.3s ease;
    }
    
    .play-button svg {
      width: 60px;
      height: 60px;
      fill: white;
      transition: all 0.3s ease;
    }
    
    .play-icon {
      transition: all 0.4s ease;
      transform-origin: center;
    }
    
    .pause-icon {
      opacity: 0;
      transition: opacity 0.4s ease;
    }
    
    .play-button.paused .play-icon {
      transform: scale(0);
      opacity: 0;
    }
    
    .play-button.paused .pause-icon {
      opacity: 1;
    }

    /*.wave-container:hover .circle {
      animation: hover-wave 3s ease-out;
    }*/
    .wave-container.hovered .circle {
      animation: hover-wave 2s infinite ease-in-out;
      transform: scale(1.1);
    }


    @keyframes hover-wave {
      0%, 100% { transform: translate(-50%, -50%) scale(1); }
      50% { transform: translate(-50%, -50%) scale(1.09); }
    }

    .wave-container.clicked .circle1,
    .wave-container.clicked .circle2,
    .wave-container.clicked .circle3 {
      width: 500px;
      height: 500px;
      border-width: 3px;
    }

    .wave-container.clicked .circle::before {
      display: none;
    }
    .wave-container.clicked .circle {
      opacity: 0;
      transform: translate(-50%, -50%) scale(0.95);
      transition: opacity 1s ease, transform 1s ease;
    }

    .play-button::before {
      content: '';
      display: block;
      transition: all 0.3s ease;
    }
    .socialWrap {
          width: 100%;
          height: 17px;
          position: relative;
          top: auto;
          bottom: 5%;
      }
    .social{
      width: 136px;
      height: 17px;
      top:auto;
      bottom:30px;
      left:10px;
      display: flex;
      align-items: center;
    }
    .social a{
      display: flex;
      height: 17px;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 0 0;
      transition: 300ms;
      margin:0 19px 0 0;
    }
    .social a.fb{
      background-image:url('../images/socials/fbBtn.svg');
      width: 17px;
    }
    .social a.in{
      background-image:url('../images/socials/inBtn.svg');
      width: 17px;
    }
    .social a.tg{
      background-image:url('../images/socials/tgBtn.svg');
      width: 19px;
    }
    .social a:hover{
      transform: scale(1.1);
    }


    /* cityNumbers */
    .cityNumbers{
      width: 100%;
      padding:140px 0 140px 0;
      background-color:#f3f3f3;
    }
    .cityNumbers .container{
      width: 1162px;
      max-height: 573px;
      height: 100%;
      min-height: 500px;
    }
    .cityNumbers .container h2{
      font-size: 50px;
      margin:0 0 90px 0;
      text-transform: uppercase;
    }

    .cityNumbers .container .containerWrap{
      width: 1162px;
      height: fit-content;
      max-height: 420px;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: flex-start;
    }

    .cityNumbers .container .containerWrap .cN{
      width: 270px;
      height: 420px;
      display: flex;
      padding: 0 5px 5px 5px;
      /*border: 1px #ddd solid;*/
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      text-align: center;
      font-family: "Open Sans", sans-serif;
    }
    .cityNumbers .container .containerWrap .cN .cImg{
      width: 153px;
      height: 153px;
      border-radius: 153px;
      background-color: #fff;
      background-repeat: no-repeat;
      background-size: 40%;
      background-position:center center;
      box-shadow:4px 8px 13px rgba(0, 0, 0, 0.08);
      margin:0 0 80px 0;
      transition: 300px;
      transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    }
    .cityNumbers .container .containerWrap .cN1>.cImg{
      background-image:url('../images/numbers/moneyBtn.svg');
    }
    .cityNumbers .container .containerWrap .cN2>.cImg{
      background-image:url('../images/numbers/sizeBtn.svg');
    }
    .cityNumbers .container .containerWrap .cN3>.cImg{
      background-image:url('../images/numbers/infrBtn.svg');
    }
    .cityNumbers .container .containerWrap .cN4>.cImg{
      background-image:url('../images/numbers/peopleBtn.svg');
    }
    
    .cityNumbers .container .containerWrap .cN .cTxt{
      font-size: 20px;
      line-height: 30px;
      text-align: center;
      font-family: "Open Sans", sans-serif;
    }
    .cityNumbers .container .containerWrap .cN:hover>.cImg{
      box-shadow:4px 8px 30px rgba(0, 0, 0, 0.08);
      background-color: #4DB9DB;
    }
    .cityNumbers .container .containerWrap .cN1:hover>.cImg{
      background-image:url('../images/numbers/moneyBtnWhite.svg');
    }
    .cityNumbers .container .containerWrap .cN2:hover>.cImg{
      background-image:url('../images/numbers/sizeBtnWhite.svg');
    }
    .cityNumbers .container .containerWrap .cN3:hover>.cImg{
      background-image:url('../images/numbers/infrBtnWhite.svg');
    }
    .cityNumbers .container .containerWrap .cN4:hover>.cImg{
      background-image:url('../images/numbers/peopleBtnWhite.svg');
    }
    /* astanaToday */
    .astanaToday{
      width: 100%;
      padding:140px 0;
      background-image:url('../images/atBg.jpg');
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center 0;
    }
    .astanaToday .container{
        max-height: 760px;
        height: 760px;
        background-image: url(../images/atMapBg.svg);
        background-repeat: no-repeat;
        background-size: 80%;
        background-position: 70% 25%;
    }
    .astanaToday .container h2{
        font-size: 50px;
        margin: 0 0 90px 0;
        text-transform: uppercase;
        color:#ffffff;
    }
    .astanaTodayWrap{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: flex-end;
    }
    .astanaTodayWrap .col{
        width: 33%;
        display: flex;
        /*border: 1px #ddd solid;*/
        justify-content: flex-end;
        flex-direction: column;
        flex-wrap: nowrap;
        color: #ffffff;
    }
    .astanaTodayWrap .col h3{
        color: #ffffff;
        font-family: Helvetica;
        font-style: Bold;
        font-size: 20px;
        line-height: 30px;
        background-image:url('../images/at/ic1.svg');
        background-repeat: no-repeat;
        background-size: 55px;
        background-position: 0 0;
        display: block;
        width: 320px;
        height: 170px;
        padding:70px 0 0 0;
        margin:0 0 15px 0;
        font-family: "Open Sans", sans-serif;
        font-weight: 600;
    }
    .astanaTodayWrap .col1 h3:nth-child(1){
      background-image:url('../images/at/ic1.svg');
    }
    .astanaTodayWrap .col1 h3:nth-child(2){
      background-image:url('../images/at/ic2.svg');
    }
    .astanaTodayWrap .col1 h3:nth-child(3){
      background-image:url('../images/at/ic3.svg');
    }
    .astanaTodayWrap .col2 h3:nth-child(1){
      background-image:url('../images/at/ic4.svg');
    }
    .astanaTodayWrap .col2 h3:nth-child(2){
      background-image:url('../images/at/ic5.svg');
    }
    .astanaTodayWrap .col3 h3:nth-child(1){
      background-image:url('../images/at/ic6.svg');
    }
    .indicators{
      background-color:#f8f8f8;
      padding:140px 0;

    }
    .indicators .container{
          min-height: 370px;
    }
    .indicators .container h2{
      font-size: 50px;
      margin: 0 0 90px 0;
      text-transform: uppercase;
    }
    .indicators .container .indicatorsWrap{
        display: flex;
        
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: flex-start;
        justify-content: space-between;
    }
    .indicators .container .indicatorsWrap .inBrake{
          display: block;
          height: 220px;
          min-width: 86px;
          background-repeat: no-repeat;
          background-size: 100%;
          background-position: 0 0;
          /*border: 1px #ccc solid;*/
      }
      .indicators .container .indicatorsWrap .ind{
          display: flex;
          height: 220px;
          max-width: 120px;
          /*border: 1px #222 solid;*/
          flex-direction: column;
          flex-wrap: nowrap;
          align-items: center;
          justify-content: flex-start;
      }
      .indicators .container .indicatorsWrap .ind .indHead {
            width: 120px;
            min-height: 120px;
            background-color: #ffffff;
            display: flex;
            color: #222;
            font-size: 32px;
            align-items: center;
            justify-content: center;
            border-radius: 40px 0;
            box-shadow: 0 13px 16px rgba(0, 0, 0, 0.1);
            transition: 300ms;
            flex-direction: column;
            flex-wrap: nowrap;
            text-align: center;
            font-family: "Open Sans", sans-serif;
            font-weight: 600;
      }
      .indicators .container .indicatorsWrap .ind .indHead:hover{
        color:#ffffff;
        background-color: #61C9DD;
      }
       .indicators .container .indicatorsWrap .ind .indHead:hover>span {
        color:#ffffff;
      }
      .indicators .container .indicatorsWrap .ind .indHead span{
        font-size: 15px;
        width:100%;
        font-family: "Open Sans", sans-serif;
        
      }
      .indicators .container .indicatorsWrap .inBrake {
          display: block;
          height: 220px;
          min-width: 86px;
          background-repeat: no-repeat;
          background-size: 100%;
          background-position: 0 55px;
          /*border: 1px #fff solid;*/
      }
      .indicators .container .indicatorsWrap .brake1 {
          background-image: url(../images/indLine.svg);
          
      }
      .indicators .container .indicatorsWrap .brake2 {
          background-image: url(../images/indLine2.svg);
      }
      .indicators .indDescription{
          font-weight: 400;
          font-size: 13.5px;
          line-height: 18px;
          margin: 25px 0 0 0;
          font-family: "Open Sans", sans-serif;
      }
      .ind2, .ind4, .ind6{
        margin-top:40px;
      }
      .prioritySectors{
        width: 100%;
        padding: 140px 0;
        min-height: 1000px;
      }
      .prioritySectors .container h2{
        font-size: 50px;
        margin:0 0 90px 0;
        text-transform: uppercase;
        max-width: 70%;
        line-height: 120%;
      }
      .pSbg1, .pSbg2, .pSbg3, .pSbg4{
        position: absolute;
        left:0;
        background-repeat: no-repeat;
      }
      .pSbg1{
        background-image:url('../images/elipse.png');
        background-size:contain;
        top: 180px;
        left: 100px;
        width: 600px;
        height: 450px;
        opacity: 0.7;
      }
      .pSbg2 {
          background-image: url('../images/elipse.png');
          top: 350px;
          left: auto;
          right: 10px;
          width: 550px;
          height: 500px;
          background-size: contain;
      }
      .pSbg3{
        background-image: url('../images/lineDashed1.svg');
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-size:contain;
          background-position: 150px center;
      }
      .pSbg4{
        background-image: url('../images/lineDashed2.svg');
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-size:contain;
          background-position: 350px center;
      }

      .prioritySectorsSlider{
        height: 600px;
        width: 100%;
        max-width: 2560px;
        margin: 80px auto 20px;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: space-around;
        align-items: flex-start;
        overflow-x: hidden;
      }
      .prioritySectorsSlider .slide {
          width: 365px;
          max-height: 574px;
          min-height: 480px;
          position: relative;
          background-color: #40bcd2;
          background-repeat: no-repeat;
          background-size: cover;
          background-position: 0 center;
          display: flex!important;
          border-radius: 30px;
          color: #ffffff;
          margin-right: 14px;
          transition: all 0.3s ease;
          flex-direction: column;
          justify-content: flex-end;
          align-items: flex-start;
      }
      .slide .slZag {
          font-family: "Open Sans", sans-serif;
          font-weight: 700;
          font-size: 20px;
          line-height: 30px;
          display: block;
          position: relative;
          width: 90%;
          bottom: 60px;
          top: auto;
          left: 30px;
          margin-right: 30px;
          color: #ffffff;
          
      }
      .prioritySectorsSlider .slide1{
          background-color: transparent;
          background-image: url('../images/layers/turizm.png');

      }
      .prioritySectorsSlider .slide2{
          background-color: transparent;
          background-image: url('../images/layers/agro.jpg');

      }
      .prioritySectorsSlider .slide3{
          background-color: transparent;
          background-image: url('../images/layers/mashinostroenie.png');

      }
      .prioritySectorsSlider .slide4{
          background-color: transparent;
          background-image: url('../images/layers/stroi2.jpg');

      }
      .prioritySectorsSlider .slide5{
          background-color: transparent;
          background-image: url('../images/layers/medicina.jpg');

      }
      .prioritySectorsSlider .slide6{
          background-color: transparent;
          background-image: url('../images/layers/derevo.jpg');

      }
      .prioritySectorsSlider .slide7{
          background-color: transparent;
          background-image: url('../images/layers/chim.jpg');

      }
      .prioritySectorsSlider .slide8{
          background-color: transparent;
          background-image: url('../images/layers/chim.jpg');

      }
      .slide .slBtn {
          background-color: #4CB9DB;
          width: 180px;
          height: 45px;
          display: flex;
          text-align: center;
          align-items: center;
          font-weight: 400;
          font-size: 15px;
          line-height: 20px;
          text-decoration: none;
          color: #ffffff;
          left: 30px;
          top: auto;
          border-radius: 40px;
          bottom: 30px;
          position: relative;
          transition: all 0.3s ease;
          justify-content: center;
      }
      .slide .slBtn:hover{
        background-color: #a4ddef;
      }

      .mainNews{
        background-color:#F8F8F8;
        padding:140px 0;
      }
      .mainNews .container{
        width: 1172px;
      }
      .mainNews h2{
        font-size: 50px;
        margin: 0 0 90px 0;
        text-transform: uppercase;
        max-width: 70%;
        line-height: 120%;
      }
      .newsGridContainer {
          display: grid;
          grid-template-columns: repeat(4, 277px);
          grid-template-rows: 307px 307px;
          gap: 34px 20px;
          justify-content: start;
        }

        /* Общий стиль */
        .newsGridContainer .item {
          /*background-color: #ccc;*/
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 20px;
          height: 307px;
          border-radius: 10px;
          overflow: hidden;
        }

        /* Первый блок — 573px, занимает первые два столбца */
        .newsGridContainer .item:first-child {
          grid-column: span 2;
          width: 573px;
          justify-content: flex-end;
        }
        .newsGridContainer .item:first-child>.newsPhoto{
          position:absolute;
          width: 100%;
          height:100%;
          z-index:0;
          border-radius:10px
        }
        .newsGridContainer .item:first-child:hover>.newsPhoto{
          filter: blur(2.9);
          filter: brightness(0.7);
          transition: 600ms;
          transform: scale(1.05);
        }
        .newsGridContainer .item:hover>.newsPhoto{
          transition: 900ms;
          transform: scale(1.01);
        }
        .newsGridContainer .item:first-child>.newsTitle{
          color:#ffffff!important;
          padding:20px;
          display: block;
        }
        .newsGridContainer .item:first-child>.newsDate{
          color:#ffffff!important;
          top: 20px;
          bottom: auto;
          left: 20px;
        }

        /* Остальные — 277px */
        .newsGridContainer .item:not(.item:first-child) {
          width: 277px;
          
        }
        .newsGridContainer .item {
              /*background-color: #ccc;*/
              display: flex;
              align-items: flex-start;
              justify-content: flex-start;
              font-size: 20px;
              height: 307px;
              border-radius: 10px;
              flex-direction: column;
          }
        .newsGridContainer .item .newsPhoto{
              height: 170px;
              min-height: 170px;
              width: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-position: 0 0;
              color:#ffffff;
              border-radius: 10px;
        }
        .newsGridContainer .item .newsDate{
            font-weight: 700;
            font-style: Bold;
            font-size: 12px;
            line-height: 30px;
            letter-spacing: 0%;
            color:#008F9C;
            margin-top: 10px;
        }
        .newsGridContainer .item .newsTitle{
          color:#000000;
          margin-top: 5px;
          font-size: 15px;
          line-height: 20px;
          text-decoration: none;
          display: block;
          transition: 300ms;
          transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        }
        .newsGridContainer .item .newsTitle:hover{
          color: #008F9C;
          cursor: pointer;
        }
        .newsGridContainer .item .newsPhoto1{
          background-image:url('../images/news/bigPhoto.jpg');
        }
        .newsGridContainer .item .newsPhoto2{
          background-image:url('../images/news/smallPhoto.jpg');
        }
        .newsGridContainer .item .newsPhoto3{
          background-image:url('../images/news/smallPhoto2.jpg');
        }
        .newsGridContainer .item .newsPhoto4{
          background-image:url('../images/news/smallPhoto3.jpg');
        }
        .newsGridContainer .item .newsPhoto5{
          background-image:url('../images/news/smallPhoto4.jpg');
        }
        .newsGridContainer .item .newsPhoto6{
          background-image:url('../images/news/smallPhoto5.jpg');
        }
        .newsGridContainer .item .newsPhoto7{
          background-image:url('../images/news/smallPhoto6.jpg');
        }
.map{
  width: 100%;
  height: 760px;
}
.mapOverlay{
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 10;
  background: transparent;
  cursor: not-allowed;
  touch-action: none;
}
.mapContacts{
  position: absolute;
  z-index: 11;
  width: 384px;
  height: 509px;
  top: 140px;
  right: 50%;
  left:auto;
  margin-right:100px;
  background-color: #fff;
  box-shadow: 0 1px 14px rgba(0,0,0,0.15);
  padding:70px 42px;
}
.mapContacts h4{
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  text-transform: uppercase;
}
.mapContacts p{
  font-family: Helvetica;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  vertical-align: middle;
  margin-top: 49px;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 0 0;
  padding:0 0 0 35px;
}
.mapContacts p.mapMarker{
  background-image:url('../images/map/marker.svg');
}
.mapContacts p.mapPhone{
  background-image:url('../images/map/phone.svg');
}
.mapContacts p.mapAddress{
  background-image:url('../images/map/planet.svg');
}
.mapContacts p span{
  font-size: 16px;
  line-height: 100%;
}
.bns{
  width:100%;
  height:333px;
  padding:100px 0;
}
.bns .container{
  width: 1200px;
  height: 133px;
  margin:0 auto;
  display: flex;
}
.bns .container a.gallery_img{
  width: 402px;
  height: 133px;
  display: block;

}
.bns .container a.gallery_img img{
  object-fit: contain;
  display: block;
  width: 90%;
  height: 90%;
}
.bns .slick-arrow{
  width: 13px;
  height: 38px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
}
.bns .slick-arrow::before{
  display: none;
}
.bns .slick-next{
  background-image:url('../images/bnsArrowRight.svg');
}
.bns .slick-prev{
  background-image:url('../images/bnsArrowLeft.svg');
}
.bns .slick-arrow:hover{
  color:#000;

}
footer{
  width: 100%;
  height: 595px;
  background-color:#ffffff;
  color:#111111;
  border-top: 1px #ddd solid;
  padding:80px 0
}
footer .container{
  display: flex;
  width: 1162px;
  height: auto;
}
footer .container .footLeft{
  min-width: 250px;
  margin:0 70px 0 0;
}
.footLeft a.footLogo{
  display: block;
  background-image:url('../images/logoMain.png');
  background-repeat: no-repeat;
  background-size: 71px;
  background-position: 0 0;
  text-decoration: none;
  margin:0 0 19px 0;
  width: 71px;
  height: 71px;
}

.footLeft h3{
  font-weight: 600;
  font-style: Bold;
  font-size: 24px;
  line-height: 100%;

}
.footLeft p{
  font-family: Helvetica;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  margin:18px 0 0 0;
}
.footLeft .social{
    position: relative;
    width: 136px;
    margin: 20px 0;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
    height: 17px;
    display: flex;
    align-items: center;
}
.footLeft .social a{
      display: flex;
      height: 17px;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 0 0;
      transition: 300ms;
      margin:0 19px 0 0;
    }
.footLeft .social a.fb{
      background-image:url('../images/socials/fbBtn2.svg');
      width: 17px;
    }
.footLeft .social a.in{
      background-image:url('../images/socials/inBtn2.svg');
      width: 17px;
    }
.footLeft .social a.tg{
      background-image:url('../images/socials/tgBtn2.svg');
      width: 19px;
    }
.footLeft .social a:hover{
      transform: scale(1.1);
    }
footer .container .footRight{
  min-width: 840px;
  margin:0;
  color:#222;
  display: flex;
}
footer .container .footRight div:nth-child(1){
  width: 290px;
  margin:0 80px 0 0;
}
footer .container .footRight h2{
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 20px 0;
}
footer .container .footRight ul{
  list-style-type: none;
  margin: 0 0 60px 0;
}
footer .container .footRight ul li{
  list-style-type: none;
   margin: 10px;
}
footer .container .footRight ul li a{
    text-decoration: none;
    color: #222;
    font-size: 14px;
    font-weight: 700;
    transition: 300ms;
}
footer .container .footRight ul li a:hover{
  color: #008F9C;
  cursor: pointer;
}
