.content {
  font-family: "Inter", "Arial", "sans-serif";
}

.banner-page {
  width: 1200px;
  height: 464px;
  background-image: url(../images/images-glass-ball/baner.png);
  margin: 0 auto;
  margin-top: 30px;
  background-repeat: no-repeat;
  background-position: top;
}

@media (min-width: 768px) and (max-width: 1230px) {
  .banner-page {
    max-width: 730px;
    border-radius: 40px;
  }
}

.content-text {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
}

.content-text__title {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0%;
}

.content-text__title_text_center {
  text-align: center;
}

.content-text__subtitle {
  margin-top: 35px;
  margin-bottom: 35px;
  font-family: Inter;
  /*font-family: Poiret One;*/
  font-weight: 400;
  font-style: Regular;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

.content-text__text {
  /* font-family: Poiret One;*/
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: left;
  margin-top: 15px;
}

.content-text__text-contact {
  /* font-family: Poiret One;*/
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 15px;
  text-align: center;
}

.content-text__subtitle-h3 {
  margin-top: 35px;
  margin-bottom: 35px;
  font-family: Inter;
  /*font-family: Arial;*/
  font-weight: 400;
  font-style: Regular;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
}

.container_margin_top {
  margin-top: 50px;
}

.content-text__lists {
  list-style: none;
}

.content-text__span {
  color: #fc3282;
}

.content-text__link {
  text-decoration: none;
  color: blue;
}

@media (min-width: 768px) and (max-width: 1230px) {
  .content-text {
    max-width: 730px;
  }

  .banner-page {
    border-radius: 40px;
  }
}

@media (max-width: 768px) {
  .content-text {
    max-width: 400px;
  }

  .content-text__text-contact {
    align-self: center;
  }

  .content-text__text-contact_tel {
    align-self: center;
    text-align: center;
  }

  .banner-page {
    max-width: 400px;
    min-height: 700px;
    border-radius: 10px;
    background-image: url(../images/images-glass-ball/966fe3601332cd389204244d82abc192.jpg);
    background-position: center;
  }
}

@media (max-width: 620px) {
  .content-text__title {
    font-size: 32px;
  }

  .content-text__subtitle-h3 {
    margin: 18px 18px;
  }

  .content-text__subtitle {
    font-size: 22px;
    margin: 18px 18px;
  }
  .content-text {
    font-size: 18px;
  }
}

@media (max-width: 445px) {
  .content-text__text {
    line-height: 20px;
  }
  .content-text__title {
    font-size: 28px;
  }

  .content-text__subtitle-h3 {
    font-size: 22px;
    margin: 18px 18px;
  }

  .content-text__subtitle {
    font-size: 24px;
    margin: 18px 18px;
  }
  .content-text {
    font-size: 16px;
  }
}

@media (max-width: 405px) {
  .banner-page {
    max-width: 350px;
    min-height: 600px;
  }
  .content-text {
    max-width: 350px;
  }
}

@media (max-width: 360px) {
  .banner-page {
    max-width: 320px;
    min-height: 600px;
  }
  .content-text {
    max-width: 320px;
  }

  .content-text__title {
    font-size: 28px;
    text-align: center;
  }
}
