@media screen and (max-width: 1400px) {
  .figureBox img {
    width: 100%;
  }
  .figure {
    display: none;
  }
  #support {
    width: 100%;
  }
  #support div {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 1200px) {
  #secondNewsBlock2 {
    flex-direction: column-reverse;
    align-items: center;
  }
  #popularNews {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #fourPopularBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #fourPopularBox a {
    margin: 10px;
  }
  .popularBox {
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  #boxImg img {
    width: 200px;
    height: 130px;
  }
  .open {
    flex-direction: column;
    align-items: center;
    width: 583px;
  }
  .triangle {
    position: absolute;
    border-color: transparent transparent white transparent;
  }
  .triangle {
    top: 301px;
    left: 244px;
  }
  .images {
    position: relative;
  }
  .firstBlockContent {
    margin: 0;
  }
  #lastNewsDiv {
    width: 100%;
    margin-top: 5%;
  }
}

@media screen and (max-width: 900px) {
  .titleNews {
    font-size: 16px;
  }
  .textNews {
    font-size: 14px;
  }
  #lastNews a {
    font-size: 18px;
  }
  #button1,
  #button2 {
    font-size: 15px;
  }
  .figureBox img {
    height: 210px;
  }
}
@media screen and (max-width: 800px) {
  .figureBox img {
    height: 180px;
  }
}
@media screen and (max-width: 700px) {
  .figureBox img {
    height: 160px;
  }
}
@media screen and (max-width: 670px) {
  #images {
    width: 80%;
  }
  #imagesImg {
    width: 100%;
    height: auto;
  }
  #support {
    width: 60%;
    margin-bottom: 7%;
  }
  #lastNews {
    justify-content: center;
  }
  .triangle {
    display: none;
  }
}
@media screen and (max-width: 630px) {
  #lastNews > div {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .figureBox img {
    height: 290px;
  }
}
@media screen and (max-width: 615px) {
  .blockNews {
    width: 90%;
  }
  .open {
    width: 100%;
  }
  .contentNew {
    margin: 0;
  }
  .contentNew p {
    width: 100%;
  }
  #firstText {
    font-size: 40px;
  }
  .firstBlockContent {
    padding: 1% 2%;
  }
  .firstBlockContent h1 {
    font-size: 25px;
  }
  .firstBlockContent p {
    font-size: 16px;
  }
  .firstBlockContent span {
    font-size: 15px;
  }
  .firstBlockContent a {
    font-size: 16px;
  }
  #lastNewsDiv {
    margin-top: 10%;
  }
  #title {
    font-size: 25px;
  }
  .numbers {
    font-size: 16px;
  }
  #nav {
    padding: 0;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 565px) {
  .popularBox {
    width: 128px;
  }
  #boxImg img {
    width: 128px;
    height: 85px;
  }
  #secondNewsBlock2 {
    width: 90%;
  }
  .figureBox img {
    height: 300px;
  }
}
@media screen and (max-width: 500px) {
  .figureBox img {
    height: 280px;
  }
}
@media screen and (max-width: 443px) {
  .firstBlockContent h1 {
    font-size: 21px;
  }
  #firstText {
    font-size: 36px;
  }
  #title {
    font-size: 22px;
  }
  .numbers {
    font-size: 14px;
  }
  #button1,
  #button2 {
    font-size: 13px;
  }
  #secondNewsBlock2 {
    width: 95%;
  }
}
@media screen and (max-width: 400px) {
  .figureBox img {
    height: 260px;
  }
}
@media screen and (max-width: 380px) {
  .figureBox img {
    height: 240px;
  }
}
@media screen and (max-width: 355px) {
  .figureBox img {
    height: 220px;
  }
}
@media screen and (max-width: 326px) {
  #secondNewsBlock2 {
    width: 98%;
  }
}