<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.articles {
  margin-bottom: 80px;
  margin-top: -42px;
}

.articles h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 130%;
  text-align: center;
  text-transform: uppercase;
  color: #002D4B;
  margin-bottom: 80px;
}

.articles__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 1400px;
  margin: 0 auto;
  max-width: 100%;
  gap: 32px;
}

.article .content__list ul {
  margin-left: 32px;
}

.content__list blockquote {
  padding: 24px 32px;
  background: #F1F5FF;
}

blockquote {
  margin: 0 0 10px;
}

.article__author-left a {
  color: #1C8ADF;
}

.articles-item {
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0px;
  padding-bottom: 24px;
  gap: 53px;
  cursor: pointer;
  -webkit-filter: drop-shadow(0px 4px 34px rgba(0, 0, 0, 0.05));
  filter: drop-shadow(0px 4px 34px rgba(0, 0, 0, 0.05));
}

.articles-item:hover {
  color: #fff;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.articles-item__img {
  zoom: 2;
  display: block;
  margin: auto;
  height: auto;
  max-height: 100%;
  width: auto;
  max-width: 100%;
}

.articles-item__header {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  text-transform: uppercase;
  color: #002D4B;
  max-width: 381px;
  min-height: 87px;
}

.article-banner {
  background-image: url("/newstarmed/starmed/src/img/about/obloghka.png");
  background-size: 100%;
  background-repeat: no-repeat;
  margin-bottom: 40px;
  background-repeat: no-repeat;
    background-size: cover;
}

.article-banner__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
  padding: 106px 0 106px 0;
  margin: 0 auto;
}

.article-banner__wrap h1 {
  font-family: "Gilroy";
  font-weight: 400;
  font-size: 40px;
  line-height: 130%;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  max-width: 60%;
}

@media (max-width: 900px) {
  .article .content__list ul {
    margin-left: 16px;
  }
  .content__list img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;    margin: 0 auto;
}
        .articles img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}
  .articles h1 {
    font-size: 24px;
    margin-bottom: 40px;
  }

  .articles__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 0 32px;
    margin: 0 auto;
    gap: 16px;
  }

  .articles-item__header {
    font-size: 16px;
  }

  .articles__img {
    width: 100%;
    height: auto;
  }

  .articles-slider__item {
    padding: 20px;
  }

  .articles {
    margin-top: -80px;
  }

  .article-banner__wrap {
    padding: 20px;
  }

  .article-banner {
    margin-bottom: 18px;
  }

  .doctors__yakor {
    gap: 10px;
  }

  .article-banner__wrap p {
    font-size: 24px;
    max-width: 100%;
  }

}
@media (min-width: 900px) and (max-width: 1522px) {
  .articles__list {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .article-banner {
    background-image: url("/newstarmed/starmed/src/img/about/obloghkamob.png");
  }
  .article-banner__wrap h1{
    font-size: 26px;
    max-width: 100%;
  }

  .article-banner__wrap {
    padding: 64px 72px 72px 72px;
  }
}
@media (min-width: 900px) and (max-width: 1324px) {
  .article-banner__wrap {
    padding: 25px 0 42px 0;
  }
}
@media (min-width: 700px) and (max-width: 900px) {
  .article-banner {
    background-image: url("/newstarmed/starmed/src/img/about/obloghka.png");
  }

  .article-banner__wrap p:last-child {
    padding-bottom: 10px;
  }
}</pre></body></html>