* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

textarea {
  resize: vertical;
}

.page-news__body {
  padding: 50rem 0 100rem;
  background-color: #f7f9ff;
}
@media (max-width: 767.98px) {
  .page-news__body {
    padding: 30rem 0 60rem;
  }
}
.page-news__items {
  display: flex;
  flex-wrap: wrap;
  gap: 20rem;
}
@media (max-width: 767.98px) {
  .page-news__items {
    gap: 10rem;
  }
}
@media (min-width: 768px) {
  .page-news__item {
    flex: 0 1 calc(50% - 10rem);
  }
}

.pn-item__body {
  border: 1rem solid #e9ecf3;
  border-radius: 30rem;
  padding: 10rem;
  background-color: white;
  display: flex;
  gap: 20rem;
  height: 100%;
}
@media (max-width: 767.98px) {
  .pn-item__body {
    flex-direction: column;
    padding: 0;
    border-radius: 20rem;
  }
}
.pn-item__img {
  overflow: hidden;
  border-radius: 20rem;
  width: 100%;
}
@media (min-width: 768px) {
  .pn-item__img {
    flex: 0 0 170rem;
    height: 128rem;
  }
}
.pn-item__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .pn-item__content {
    padding: 0 10rem 10rem;
  }
}
.pn-item__date {
  margin-bottom: 10rem;
  font-weight: 500;
  font-size: 18rem;
  color: #666a74;
}
@media (max-width: 767.98px) {
  .pn-item__date {
    font-size: 16rem;
  }
}
.pn-item__name {
  font-size: 20rem;
  font-weight: 600;
  line-height: 130%;
}
@media (max-width: 767.98px) {
  .pn-item__name {
    font-size: 18rem;
  }
}/*# sourceMappingURL=style.css.map */