@media (max-width: 950px) {
  .header-row {
    column-gap: 30px;
  }

  .header-img {
    width: 300px;
    border-radius: 20px;
  }

  .header-title {
    font-size: 52px;
    font-weight: 400;
  }

  .header-text {
    font-size: 22px;
  }

  .contacts-title {
    font-size: 42px;
  }

  .container-img-pol {
    height: 100%;
  }
}

@media (max-width: 480px) {
  .nummer-img {
    height: 30px;
  }

  .ourphone-title {
    font-size: 30px;
  }

  .header-title {
    font-size: 24px;
    font-weight: 200;
  }
}

@media (max-width: 400px) {
  .nummer-img {
    height: 24px;
  }

  .ourphone-title {
    font-size: 18px;
  }

  .partners-row {
    column-gap: 20px;
  }
}

@media (max-width: 767px) {
  .header {
    padding: 20px 0 40px;
  }

  .container-ourphone {
    padding: 20px 0 40px;
  }

  .header-row {
    flex-direction: column;
    row-gap: 20px;
    align-items: flex-start;
  }

  .header-img {
    max-width: 100%;
    width: auto;
    border-radius: 30px;
  }

  .header-title {
    font-size: 32px;
  }

  .header-text {
    font-size: 18px;
  }

  /* BTNS */

  .btn {
    height: 42px;
    padding: 12px 15px 0;
  }

  /* Contacts */

  .contacts {
    padding: 40px 0;
  }

  .contacts-title {
    margin-bottom: 30px;
    font-size: 28px;
  }

  .messangers {
    gap: 20px;
  }

  .messanger {
    padding: 32px 20px;
    border-radius: 12px;
    font-size: 16px;
  }

}

@media (max-width: 640px) {
  .slider {
    height: 100vh;
    flex-flow: column;
  }

  .item {
    width: 100%;

    &:hover {
      flex-grow: 30%;
    }
  }
}