* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Calibri";
  color: #000;
}

.container {
  max-width: 1272px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  min-height: calc(100vh - 63px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.promo {
  padding-top: 63px;
}

.promo__header {
  max-width: 100%;
  width: 100%;
  border: 0px solid #ffffff;
  padding-left: 40px;
  padding-top: 10px;
  padding-right: 40px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  text-decoration: none;
  justify-content: space-between;
  color: #000;
  margin-bottom: 30px;
  min-height: 200px;
}

.promo__logo {
  max-width: 151px;
  width: 100%;
  height: 81px;
  background-image: url(img/logo-CPDS.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 171%;
  margin-top: 50px;
}

.promo__phone {
  font-size: 20px;
  font-family: "Calibri";
  color: #000;
}

.promo__info {
  margin-top: 50px;
}

.promo__info p {
  font-size: 10px;
  color: #9b9c9f;
}

.promo__logo-center {
  max-width: 555px;
  width: 100%;
  height: 77px;
  background-image: url(img/logo-Cosmopack.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 134%;
}

.promo__subtitle {
  font-size: 20px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 400;
  color: #000;
}

.promo__subtitle a {
  text-decoration: none;
  color: #000;
}

.promo__image {
  display: block;
  text-decoration: none;
  max-width: 100%;
  width: 100%;
  height: 800px;
  margin-bottom: 60px;
}

.promo__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promo__text {
  font-size: 20px;
  text-align: left;
  max-width: 730px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 60px;
}

.promo__footer {
  background-color: #000;
  padding: 60px 0;
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-weight: 300;
}

@media (max-width: 1100px) {
  .promo__header {
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 40px;
  }

  .promo__logo-center {
    order: 1;
    max-width: 100%;
    background-size: 70%;
  }

  .promo__logo {
    order: 2;
    max-width: calc(50% - 40px);
    background-size: 59%;
    margin-top: 0;
    background-position: left;
    background-position-x: -51px;
  }

  .promo__info {
    order: 3;
    max-width: calc(50% - 40px);
    margin-top: 0;
    width: 100%;
    text-align: right;
  }

  .promo__footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .promo__image {
    height: 500px;
  }
}

@media (max-width: 960px) {
  .promo__logo-center {
    background-size: 97%;
  }

  .promo__logo {
    background-size: 86%;
  }
}

@media (max-width: 560px) {
  .container {
    min-height: calc(100vh - 10px);
  }

  .promo {
    padding-top: 10px;
  }

  .container {
    padding: 0;
  }

  .promo__header {
    padding: 10px 10px;
  }

  .promo__info {
    max-width: calc(50% - 10px);
  }

  .promo__info {
    max-width: calc(50% - 10px);
  }

  .promo__subtitle {
    font-size: 18px;
  }

  .promo__phone {
    font-size: 18px;
  }

  .promo__image {
    height: 350px;
    margin-bottom: 40px;
  }

  .promo__text {
    font-size: 16px;
    margin-bottom: 40px;
    padding: 0 10px;
  }

  .promo__footer {
    font-size: 14px;
  }

  .promo__logo {
    background-size: 171%;
  }

  .promo__logo-center {
    background-size: 134%;
  }
}
