.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;
  }
}

.post {
  gap: 30px;
}
@media (min-width: 768px) {
  .post {
    gap: 40px;
  }
}
@media (min-width: 1366px) {
  .post {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
    max-width: calc(1763px + var(--page-padding-x) * 2);
    margin-left: auto;
  }
}
.post__content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 768px) {
  .post__content-wrapper {
    gap: 40px;
  }
}
@media (min-width: 1366px) {
  .post__content-wrapper {
    flex-grow: 1;
    max-width: 844px;
    margin-right: 10px;
    gap: 50px;
  }
}
@media (min-width: 1900px) {
  .post__content-wrapper {
    margin: 0;
    max-width: 900px;
    gap: 60px;
  }
}
.post__excerpt {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.22222;
  margin: 0;
}
@media (min-width: 768px) {
  .post__excerpt {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media (min-width: 1366px) {
  .post__excerpt {
    font-size: 22px;
    line-height: 1.18182;
  }
}
@media (min-width: 1900px) {
  .post__excerpt {
    font-size: 25px;
    line-height: 1.2;
  }
}
.post__content {
  --img-margin-top: 20px;
  --img-margin-bottom: 20px;
  --p-margin-top: 20px;
  --p-margin-bottom: 20px;
  --h-margin-top: 30px;
  --h-margin-bottom: 20px;
  --l-margin-top: 20px;
  --l-margin-bottom: 20px;
}
@media (min-width: 768px) {
  .post__content {
    line-height: 1.28571;
    --h-margin-top: 40px;
  }
}
@media (min-width: 1366px) {
  .post__content {
    --img-margin-top: 25px;
    --img-margin-bottom: 25px;
    --p-margin-top: 25px;
    --p-margin-bottom: 25px;
    --h-margin-top: 50px;
    --h-margin-bottom: 25px;
    --l-margin-top: 25px;
    --l-margin-bottom: 25px;
    --l-margin-left: 30px;
    line-height: 1.3125;
  }
}
@media (min-width: 1900px) {
  .post__content {
    --img-margin-top: 30px;
    --img-margin-bottom: 30px;
    --p-margin-top: 30px;
    --p-margin-bottom: 30px;
    --h-margin-top: 60px;
    --h-margin-bottom: 30px;
    --l-margin-top: 30px;
    --l-margin-bottom: 30px;
    --l-margin-left: 40px;
    line-height: 1.27778;
  }
}
.post__content h1 {
  font-size: 30px;
}
@media (min-width: 768px) {
  .post__content h1 {
    font-size: 36px;
  }
}
@media (min-width: 1366px) {
  .post__content h1 {
    font-size: 40px;
  }
}
@media (min-width: 1900px) {
  .post__content h1 {
    font-size: 50px;
  }
}
.post__content h2 {
  font-size: 25px;
}
@media (min-width: 768px) {
  .post__content h2 {
    font-size: 30px;
  }
}
@media (min-width: 1366px) {
  .post__content h2 {
    font-size: 35px;
  }
}
@media (min-width: 1900px) {
  .post__content h2 {
    font-size: 40px;
  }
}
.post__content h3 {
  font-size: 22px;
}
@media (min-width: 768px) {
  .post__content h3 {
    font-size: 25px;
  }
}
@media (min-width: 1366px) {
  .post__content h3 {
    font-size: 30px;
  }
}
@media (min-width: 1900px) {
  .post__content h3 {
    font-size: 35px;
  }
}
.post__content h4 {
  font-size: 20px;
}
@media (min-width: 768px) {
  .post__content h4 {
    font-size: 22px;
  }
}
@media (min-width: 1366px) {
  .post__content h4 {
    font-size: 25px;
  }
}
@media (min-width: 1900px) {
  .post__content h4 {
    font-size: 30px;
  }
}
.post__additional {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .post__additional {
    gap: 20px;
  }
}
@media (min-width: 1366px) {
  .post__additional {
    display: contents;
  }
}
.post__social-list {
  background: #F6F6F6;
  border-radius: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
}
@media (min-width: 768px) {
  .post__social-list {
    padding: 20px;
  }
}
@media (min-width: 1366px) {
  .post__social-list {
    width: 80px;
    flex-direction: column;
    padding: 20px;
    gap: 10px;
    order: -1;
    flex-shrink: 0;
    position: sticky;
    top: 20px;
  }
}
.post__social-link {
  width: 35px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px;
  fill: #fff;
  background: #0353A4;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .post__social-link {
    width: 40px;
    padding: 10px;
  }
}
.post__social-link--facebook {
  background: #1877F2;
}
.post__social-link--facebook-messenger {
  background: #A334FA;
}
.post__social-link--vk {
  background: #0077FF;
}
.post__social-link--whatsapp {
  background: #25D366;
}
.post__social-link--telegram {
  background: #27A7E7;
}
.post__social-icon {
  display: block;
  width: 100%;
  height: 100%;
}
.post__related {
  background: #F6F6F6;
  padding: 30px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .post__related {
    gap: 30px;
  }
}
@media (min-width: 1366px) {
  .post__related {
    width: 22.6283%;
    flex-shrink: 0;
    position: sticky;
    top: 20px;
  }
}
@media (min-width: 1900px) {
  .post__related {
    width: 26.6591%;
    padding: 40px;
    gap: 40px;
  }
}
.post__related-article {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.post__related-article:not(:last-child) {
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 14px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .post__related-article:not(:last-child) {
    padding-bottom: 19px;
    margin-bottom: 20px;
  }
}
.post__related-link {
  color: #212322;
  font-size: 14px;
  line-height: 1.21429;
  font-weight: 500;
  text-decoration: none;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.post__related-link:hover {
  color: #FB8500;
}
@media (min-width: 768px) {
  .post__related-link {
    font-size: 16px;
    line-height: 1.1875;
  }
}
@media (min-width: 1900px) {
  .post__related-link {
    font-size: 18px;
    line-height: 1.25;
  }
}
.post__related-meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 10px;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .post__related-meta {
    font-size: 12px;
  }
}
@media (min-width: 1900px) {
  .post__related-meta {
    font-size: 14px;
  }
}
.post__related-date {
  color: #A9A9A9;
}
.post__related-views {
  display: flex;
  align-items: center;
  gap: 5px;
  stroke: currentColor;
}
.post__related-icon {
  width: 14px;
  aspect-ratio: 1;
}
@media (min-width: 768px) {
  .post__related-icon {
    width: 16px;
  }
}
.post__author {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (min-width: 768px) {
  .post__author {
    gap: 20px;
  }
}
.post__author-avatar {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .post__author-avatar {
    width: 70px;
  }
}
@media (min-width: 1900px) {
  .post__author-avatar {
    width: 80px;
  }
}
.post__author-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.post__author-name {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.21429;
}
@media (min-width: 768px) {
  .post__author-name {
    font-size: 16px;
  }
}
@media (min-width: 1900px) {
  .post__author-name {
    font-size: 18px;
  }
}
.post__author-title {
  color: #A9A9A9;
  line-height: 1.16667;
}
@media (min-width: 1366px) {
  .post__author-title {
    font-size: 14px;
  }
}
@media (min-width: 1900px) {
  .post__author-title {
    font-size: 16px;
  }
}
.post-gallery {
  margin: var(--img-margin-top) calc(var(--page-padding-x) * -1) var(--img-margin-bottom);
  padding: 0 calc(var(--page-padding-x) * 2) 0 var(--page-padding-x);
}
@media (min-width: 768px) {
  .post-gallery {
    padding-right: var(--page-padding-x);
  }
}
@media (min-width: 1366px) {
  .post-gallery {
    margin: 0;
    padding: 0;
  }
}
.post-gallery img {
  display: block;
  aspect-ratio: 1.5;
  width: 100%;
  height: auto;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .post-gallery img {
    aspect-ratio: 1.56364;
  }
}
@media (min-width: 1366px) {
  .post-gallery img {
    aspect-ratio: 1.66798;
  }
}
@media (min-width: 1900px) {
  .post-gallery img {
    aspect-ratio: 1.77866;
  }
}
.post-gallery__controls {
  display: none;
}
@media (min-width: 1366px) {
  .post-gallery__controls {
    display: flex;
    position: absolute;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    z-index: 2;
    gap: 10px;
  }
}
@media (min-width: 1900px) {
  .post-gallery__controls {
    align-items: center;
  }
}
@media (min-width: 1366px) {
  .post-gallery__controls-btn {
    width: 20px;
    aspect-ratio: 1;
    background: none;
    padding: 0;
    border: none;
    stroke: #212322;
  }
}
@media (min-width: 1900px) {
  .post-gallery__controls-btn {
    width: 25px;
  }
}
@media (min-width: 1366px) {
  .post-gallery__controls-btn[data-direction=prev] {
    transform: rotate(180deg);
  }
}
@media (min-width: 1366px) {
  .post-gallery__controls-btn:hover {
    stroke: #0353A4;
  }
}
@media (min-width: 1366px) {
  .post-gallery__controls-btn-icon {
    display: block;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1366px) {
  .post-gallery__controls-divider {
    width: 1px;
    background: #E0E0E0;
  }
}
@media (min-width: 1900px) {
  .post-gallery__controls-divider {
    height: 30px;
  }
}
.post-gallery__pagination {
  display: none;
}
@media (min-width: 1366px) {
  .post-gallery__pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    --swiper-pagination-bottom: 20px;
    --swiper-pagination-bullet-horizontal-gap: 0;
    --swiper-pagination-bullet-size: 5px;
    --swiper-pagination-bullet-inactive-color: #fff;
    --swiper-pagination-bullet-inactive-opacity: .5;
    --swiper-pagination-bullet-border-radius: 20px;
    --swiper-pagination-color: #fff;
  }
}
@media (min-width: 1366px) {
  .post-gallery__pagination .swiper-pagination-bullet {
    transition: 0.6s;
  }
}
@media (min-width: 1366px) {
  .post-gallery__pagination .swiper-pagination-bullet-active {
    --swiper-pagination-bullet-width: 20px;
  }
}/*# sourceMappingURL=critical.css.map */