.all-wrap {background:#f3f6f7; padding-bottom: 50px;}
.is-flex {
  display: flex;
}

.a-i-c {
  align-items: center;
}

.a-i-bl {
  align-items: baseline;
}

.a-i-s {
  align-items: start;
}

.a-i-e {
  align-items: end;
}

.j-c-sb {
  justify-content: space-between;
}

.j-c-s {
  justify-content: start;
}

.j-c-c {
  justify-content: center;
}

.gap4 {
  gap: 4px;
}

.gap5 {
  gap: 5px;
}

.gap6 {
  gap: 6px;
}

.gap8 {
  gap: 8px;
}

.gap10 {
  gap: 10px;
}

.gap16 {
  gap: 16px;
}

.gap24 {
  gap: 24px;
}

.gap30 {
  gap: 30px;
}

.gap32 {
  gap: 32px;
}

.gap40 {
  gap: 40px;
}

.gap56 {
  gap: 56px;
}

.gap60 {
  gap: 60px;
}

.flex1 {
  flex: 1;
}

.flex3 {
  flex: 3;
}

.f-d-c {
  flex-direction: column;
}

.w100 {
  width: 100%;
  max-width: 100%;
}

.w70 {
  width: 70%;
  max-width: 70%;
}

.w60 {
  width: 60%;
  max-width: 60%;
}

.w50 {
  width: 50%;
  max-width: 50%;
}

.w30 {
  width: 30%;
  max-width: 30%;
}

.white-box {
  background: #ffffff;
}

.br6 {
  border-radius: 6px;
}

.br8 {
  border-radius: 8px;
}

.br16 {
  border-radius: 16px;
}

.border {
  border: 1px #dfdfdf solid;
}

.border-top {
  border-top: 1px rgba(142.41, 143.21, 146.03, 0.4) solid;
}

.border-bottom {
  border-bottom: 1px rgba(142.41, 143.21, 146.03, 0.4) solid;
}

.grey {
  background: #f0f5f7;
}

.page {
  background: #ffffff;
  font-family: "Euclid", "Arial", "Helvetica", sans-serif;
  color: #282d33;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
}

.main {
  flex-grow: 1;
  position: relative;
}

.container {
  max-width: 1460px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

.section {
  padding: 64px 0;
}

/* ---------------------------------------------------------список с карточками----------------------------------------------------------------- */
.news-list {
  flex-wrap: wrap;
}
.news-list .item {
  width: calc(33% - 12px);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.news-list .item img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 250px;
}
.news-list .item-wrap {
  padding: 24px;
  height: 100%;
}
.news-list .item time {
  color: #7a7687;
  font-size: 12px;
}
.news-list .item .title {
  font-size: 22px;
  line-height: 1.2;
  color: rgb(26, 20, 45);
  text-decoration: none;
}
.news-list .item .title:hover {
  color: #e62c3a;
}
.news-list .item .link {
  color: #e62c3a;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}
.news-list .item .link svg {
  margin-top: 4px;
}
.news-list .item .link:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1260px) {
  .news-list .item {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 690px) {
  .news-list .item {
    width: 100%;
  }
  .news-list .item img {
    height: 220px;
  }
  .news-list .item .title {
    font-size: 20px;
  }
  .news-list .item-wrap {
    gap: 24px;
    padding: 16px;
    min-height: auto;
  }
  .news-list .item-wrap .gap24 {
    gap: 16px;
  }
}/*# sourceMappingURL=style.css.map */
h1 {margin: -20px 0 30px !important;}
.pagination-list {margin:20px 0 0 !important;}
.pagination, footer {margin:0 !important}