@media (min-width: 900px) {
  .box1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    padding: 0 2% 0 10%;
  }

  .imgLogo{
    width: 60px;
    height: 32px;
  }

  .inputBox {
    display: flex;
    align-items: start;
    justify-content: space-between;
    background: transparent;
    border-bottom: 1px solid #ffffff;
    width: 277px;
    z-index: 1;
  }

  .inputBox img {
    width: 28px;
    height: 28px;
  }

  .input {
    flex: 1;
    background: transparent;
    color: #fff;
    border: none;
    outline: none;
    font-size: 14px;
    padding-right: 10px;
  }
  .searchBtn {
    width: 18px;
    height: 18px;
    cursor: pointer;
  }

  .main {
    margin-top: 20vh;
  }

  .condition {
    display: flex;
    align-items: flex-end;
    gap: 15px;
    color: #fff;
    margin: auto;
    padding: 0 10% 0;
    height: 80vh;
  }

  .weatherInfo {
    background: rgba(255, 255, 255, 0.14);
    border-top: #ffffff53 solid;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(11px);
    -webkit-backdrop-filter: blur(11px);
    height: 100vh;
    width: 35vw;
    position: absolute;
    right: 0;
    top: -45px;
    padding: 0 48px 0;
    color: #fff;
  }
  /* Заголовки и текст */
  .weatherInfo h1 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
  }

  .weatherBox {
    margin: auto;
    padding: 0 10% 0;
    margin-top: 7vh;
  }

  .weatherContent {
    display: flex;
    justify-content: start;
    padding-top: 4vh;
  }

  .weatherType {
    display: flex;
    justify-content: start;
    margin-top: 3vh;
  }

  .mainEndLine {
    background-color: #fff;
    height: 1px;
    width: 300px;
    display: flex;
    justify-content: center;
  }
}
