.page-header__inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .page-header__inner {
    gap: 40px;
  }
}
@media (min-width: 1366px) {
  .page-header__inner {
    gap: 50px;
  }
}
@media (min-width: 1900px) {
  .page-header__inner {
    max-width: 1294px;
    gap: 60px;
  }
}
.page-header__line-before, .page-header__line-after {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 30px);
  width: 1px;
  background: #fff;
  opacity: 0.3;
  transform-origin: top center;
}
@media (min-width: 1900px) {
  .page-header__line-before, .page-header__line-after {
    bottom: calc(100% + 50px);
  }
}
.page-header__line-after {
  bottom: auto;
  top: calc(100% + 30px);
}
@media (min-width: 1900px) {
  .page-header__line-after {
    top: calc(100% + 50px);
  }
}
.page-header__container {
  position: relative;
  overflow: hidden;
}
.page-header__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .page-header__content {
    gap: 30px;
  }
}
@media (min-width: 1900px) {
  .page-header__content {
    gap: 40px;
  }
}
.page-header__main {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px) {
  .page-header__main {
    gap: 20px;
  }
}
.page-header__text {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .page-header__text {
    gap: 20px;
  }
}
.page-header__heading {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .page-header__heading {
    gap: 15px;
  }
}
@media (min-width: 1900px) {
  .page-header__heading {
    gap: 20px;
  }
}
.page-header__sub-title {
  margin: 0;
  font-size: 20px;
  line-height: 1.1;
  text-transform: uppercase;
  font-family: var(--font-accent);
}
@media (min-width: 768px) {
  .page-header__sub-title {
    font-size: 30px;
  }
}
@media (min-width: 1366px) {
  .page-header__sub-title {
    font-size: 40px;
  }
}
@media (min-width: 1900px) {
  .page-header__sub-title {
    font-size: 50px;
  }
}
.page-header__title {
  font-size: 28px;
  line-height: 1.1;
  font-family: var(--font-accent);
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 768px) {
  .page-header__title {
    font-size: 50px;
  }
}
@media (min-width: 1366px) {
  .page-header__title {
    font-size: 70px;
  }
}
@media (min-width: 1900px) {
  .page-header__title {
    font-size: 80px;
  }
}
.page-header__description {
  font-size: 16px;
  line-height: 1.1875;
  margin: 0;
}
@media (min-width: 768px) {
  .page-header__description {
    font-size: 22px;
  }
}
@media (min-width: 1366px) {
  .page-header__description {
    font-size: 25px;
    line-height: 1.2;
  }
}
@media (min-width: 1900px) {
  .page-header__description {
    font-size: 30px;
  }
}
.page-header__labels {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
@media (min-width: 768px) {
  .page-header__labels {
    gap: 10px;
  }
}
.page-header__label {
  background: #CAF0F8;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #19839A;
  stroke: #19839A;
  padding: 0 15px;
  min-height: 25px;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .page-header__label {
    gap: 10px;
    min-height: 30px;
  }
}
@media (min-width: 1366px) {
  .page-header__label {
    min-height: 35px;
    padding: 0 20px;
  }
}
@media (min-width: 1900px) {
  .page-header__label {
    min-height: 40px;
  }
}
.page-header__label-icon {
  width: 16px;
  aspect-ratio: 1;
}
@media (min-width: 768px) {
  .page-header__label-icon {
    width: 18px;
  }
}
@media (min-width: 1366px) {
  .page-header__label-icon {
    width: 20px;
  }
}
.page-header__btn-container {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
@media (min-width: 1900px) {
  .page-header__btn {
    padding: 5px 40px;
  }
}
.page-header--full-screen {
  margin-top: calc(var(--section-gap) * -1 - var(--header-height));
  padding-top: var(--header-height, 70px);
  height: 100vh;
  justify-content: center;
  position: sticky;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  --line-gap: 30px;
}
@media (min-width: 1366px) {
  .page-header--full-screen {
    padding-top: var(--header-height, 80px);
  }
}
@media (min-width: 1900px) {
  .page-header--full-screen {
    padding-top: var(--header-height, 90px);
    --line-gap: 50px;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.page-header--full-screen::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(3, 83, 164, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.page-header--full-screen .page-header__content {
  gap: 30px;
}
@media (min-width: 768px) {
  .page-header--full-screen .page-header__content {
    gap: 40px;
  }
}
.page-header--full-screen .page-header__text {
  gap: 15px;
}
@media (min-width: 768px) {
  .page-header--full-screen .page-header__text {
    gap: 20px;
  }
}
@media (min-width: 1900px) {
  .page-header--full-screen .page-header__text {
    gap: 30px;
  }
}
.page-header--full-screen .page-header__title {
  font-size: 30px;
}
@media (min-width: 768px) {
  .page-header--full-screen .page-header__title {
    font-size: 50px;
  }
}
@media (min-width: 1366px) {
  .page-header--full-screen .page-header__title {
    font-size: 70px;
  }
}
@media (min-width: 1900px) {
  .page-header--full-screen .page-header__title {
    font-size: 80px;
  }
}

.card-post {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
  background: #fff;
  border-radius: 30px;
  color: #212322;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.card-post:hover .card-post__img {
  transform: scale(1.1);
}
.card-post__img-container {
  width: 100%;
  aspect-ratio: 1.5;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .card-post__img-container {
    aspect-ratio: 1.42727;
  }
}
@media (min-width: 1366px) {
  .card-post__img-container {
    flex-grow: 1;
    aspect-ratio: 1.46923;
  }
}
@media (min-width: 1900px) {
  .card-post__img-container {
    aspect-ratio: 1.771875;
  }
}
.card-post__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.6s;
}
.card-post__content {
  padding: 10px;
  position: relative;
  z-index: 2;
}
.card-post__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.13889;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #0353A4;
}
@media (min-width: 768px) {
  .card-post__title {
    font-size: 20px;
  }
}
@media (min-width: 1366px) {
  .card-post__title {
    font-size: 22px;
    line-height: 1.09091;
  }
}
@media (min-width: 1900px) {
  .card-post__title {
    font-size: 25px;
  }
}
.card-post__excerpt {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1.20833;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (min-width: 768px) {
  .card-post__excerpt {
    font-size: 14px;
  }
}
@media (min-width: 1366px) {
  .card-post__excerpt {
    font-size: 16px;
  }
}
@media (min-width: 1900px) {
  .card-post__excerpt {
    font-size: 18px;
  }
}
.card-post__meta {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #A9A9A9;
  stroke: #A9A9A9;
  font-size: 10px;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .card-post__meta {
    font-size: 12px;
    margin-top: 20px;
  }
}
@media (min-width: 1900px) {
  .card-post__meta {
    font-size: 14px;
  }
}
.card-post__stats {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (min-width: 1900px) {
  .card-post__stats {
    gap: 20px;
  }
}
.card-post__views {
  display: flex;
  align-items: center;
  gap: 5px;
}
.card-post__views-icon {
  width: 14px;
  aspect-ratio: 1;
}
@media (min-width: 768px) {
  .card-post__views-icon {
    width: 16px;
  }
}
.card-post--img-bg {
  min-height: 400px;
  justify-content: flex-end;
  color: #fff;
}
@media (min-width: 768px) {
  .card-post--img-bg {
    padding: 20px;
  }
}
@media (min-width: 1366px) {
  .card-post--img-bg {
    min-height: 420px;
  }
}
@media (min-width: 1900px) {
  .card-post--img-bg {
    min-height: 515px;
  }
}
.card-post--img-bg::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, transparent, #0353A4);
  z-index: 2;
}
.card-post--img-bg .card-post__img-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.card-post--img-bg .card-post__title {
  color: #fff;
}
.card-post--img-bg .card-post__meta {
  color: #fff;
  opacity: 0.5;
  margin-top: 19px;
}
@media (min-width: 768px) {
  .card-post--img-bg .card-post__meta {
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .card-post--img-bg .card-post__stats {
    gap: 20px;
  }
}

.posts {
  gap: 30px;
}
@media (min-width: 768px) {
  .posts {
    gap: 40px;
  }
}
@media (min-width: 1366px) {
  .posts {
    gap: 50px;
  }
}
@media (min-width: 1900px) {
  .posts {
    gap: 60px;
  }
}
.posts__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .posts__list {
    gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1366px) {
  .posts__list {
    gap: 40px;
  }
}
@media (min-width: 768px) {
  .posts__list .card-post {
    width: calc(50% - 10px);
  }
}
@media (min-width: 1366px) {
  .posts__list .card-post {
    width: calc((100% - 80px) / 3);
  }
}
@media (min-width: 768px) {
  .posts__list .card-post--img-bg {
    width: 100%;
  }
}
@media (min-width: 1366px) {
  .posts__list .card-post--img-bg {
    width: calc(50% - 20px);
  }
}
@media (min-width: 1366px) {
  .posts__list .card-post--img-bg + *, .posts__list .card-post--img-bg + * + * {
    width: calc((50% - 20px) / 2 - 20px);
  }
}
@media (min-width: 1366px) {
  .posts__list .card-post--img-bg ~ .card-post--img-bg {
    order: 2;
  }
}
@media (min-width: 1366px) {
  .posts__list .card-post--img-bg ~ .card-post--img-bg ~ .card-post {
    order: 3;
  }
}
@media (min-width: 1366px) {
  .posts__list .card-post--img-bg ~ .card-post--img-bg + .card-post, .posts__list .card-post--img-bg ~ .card-post--img-bg + .card-post + .card-post {
    order: 1;
  }
}/*# sourceMappingURL=critical.css.map */