@media screen and (max-width: 1350px) {
  .section-img-two {
    width: 600px;
    height: 768px;
  }

  .box {
    width: 100%;
    margin: 0;
  }
  .box-yellow {
    display: none;
  }
  .section_img-three {
    width: 620px;
  }
  .section-wrapper__four {
    padding-top: 10%;
    flex-direction: column;
  }

  .section-wrapper__four p {
    min-width: 490px;
  }

  .section-wrapper__five {
    margin-left: 2%;
  }
  .section-img__five {
    width: 620px;
    height: 620px;
  }
  .section-five__text {
    width: 30%;
  }
  .box-two {
    background: #f3b608;
    width: 100%;
    height: 15vh;
  }

  .box-two__yellow {
    display: none;
  }

  p {
    margin-bottom: 20%;
  }
}

@media screen and (max-height: 600px) {
  .section-wrapper {
    top: 360px;
  }
}

@media screen and (max-width: 1080px) {
  .box {
    min-height: 775px;
    height: 40vh;
  }
}

@media screen and (max-width: 960px) {
  .box {
    min-height: 775px;
    height: 40vh;
  }
  p {
    font-size: 12px;
  }
  .section-wrapper__three {
    width: 90%;
  }
  .box {
    min-height: 700px;
  }
}

@media screen and (max-width: 800px) {
  .header_keys img.logo--page {
    display: block;
    width: 120px;
  }
  .section_img-three {
    width: auto;
  }
  .section-four__text {
    width: 100%;
    min-width: auto;
    max-width: none;
    padding: 0 16px;
    box-sizing: border-box;
  }
  .section-three__text {
    color: #fff;
    margin-top: 5%;
    margin-right: 30px;
    width: 100%;
    max-width: none;
    min-width: auto;
  }
  .section-wrapper__four {
    width: 100%;
  }
  .margin_cl {
    margin-top: 0;
  }
  .section-wrapper__three {
    display: flex;
    justify-content: center;
    background: #31b9f3;
    width: 100%;
    padding: 0 15px;
    margin: auto;
    margin-top: 50px;
    flex-direction: column-reverse;
    box-sizing: border-box;
  }
  .section-wrapper__two {
    position: relative;
    top: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .section-img-two {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .section-text {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .section-two__text {
    padding: 0 15px;
    margin-top: 0;
    margin-right: 0;
    width: 100%;
    max-width: none;
    min-width: none;
  }
  .brige {
    display: none;
  }
  .box {
    min-height: 500px;
  }

  .section-two__text {
    min-width: 270px;
  }
  .section-wrapper__three {
    margin-top: 135px;
  }
  .img-news {
    min-width: 580px;
  }
  .section-wrapper__five {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    margin-top: 5%;
  }
  .section-five__text {
    width: 75%;
    max-width: 532px;
    min-width: 490px;
  }
  .section-img__five {
    width: 100%;
    height: auto;
  }

  .brige {
    top: 500px;
  }
  .box {
    height: 20vh;
  }
  .footer {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 50% 50%;
    grid-row-gap: 10px;
    height: 50vh;
  }
  .footer-form {
    display: flex;
    justify-content: center;
    margin: auto;
    min-width: 400px;
  }
  .footer-text {
    display: flex;
    justify-content: center;
    margin: auto;
  }
}

@media screen and (max-width: 590px) {
  .section-wrapper {
    top: 70%;
  }
  .section-wrapper__two {
    flex-direction: column-reverse;
    justify-content: center;
  }
  .section-two__text {
    margin: auto;
    max-width: none;
  }

  .section-wrapper__three {
    flex-direction: column-reverse;
    height: 1000px;
  }
  .section_img-three {
    width: 330px;
    height: 400px;
    margin: auto;
  }
  .img-news {
    min-width: 360px;
  }

  .section-four__text {
    width: 60%;
    min-width: 300px;
  }
  .section-wrapper__four p {
    min-width: 300px;
  }
  .section-five__text {
    margin-top: 10px;
    width: 60%;
    min-width: 300px;
  }
  .section-img__five {
    width: 360px;
  }
  .footer-form {
    min-width: 360px;
  }
  .footer {
    height: 60vh;
  }
  .box-two {
    display: none;
  }
  .connection__formblock {
    background: #f8f8f8;
    box-shadow: 0px 4px 60px rgb(0 0 0 / 8%);
    padding: 40px 15px;
  }
}
@media screen and (max-width: 460px) {
  a.link_key {
    display: none;
  }
}
