/* stylelint-disable */
/* stylelint-disable max-line-length */
:root {
  --breakpoint-xxl: 1920px;
  --breakpoint-xl-d: 1512px;
  --breakpoint-xl: 1440px;
  --breakpoint-lg: 1280px;
  --breakpoint-lg-s: 1080px;
  --breakpoint-md: 1024px;
  --breakpoint-md-down: 1023px;
  --breakpoint-md-s: 992px;
  --breakpoint-md-s-down: 991px;
  --breakpoint-sm: 768px;
  --breakpoint-xs: 512px;
  --breakpoint-xs-down: 511px;
  --breakpoint-xxs: 320px;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* stylelint-disable max-line-length */
/* stylelint-disable */
:root {
  --sk-text--2xl: 45px;
  --sk-text--xl-2: 40px;
  --sk-text--xl: 35px;
  --sk-text--l-4: 32px;
  --sk-text--l-3: 27px;
  --sk-text--l-2: 27px;
  --sk-text--l-1: 25px;
  --sk-text--m-3: 23px;
  --sk-text--m-2: 20px;
  --sk-text--m-1: 18px;
  --sk-text--s: 16px;
  --sk-text--xs: 14px;
  --sk-text--2xs: 12px;
  --sk-text--3xs: 10px;
  --sk-line-height--body: 153%;
  --sk-line-height--h1: 1.2;
  --sk-line-height--h2: 1.2;
  --sk-line-height--h3: 1.2;
  --sk-line-height--h4: 1.2;
  --sk-line-height--h5: 1.2;
  --sk-line-height--h6: 1.2;
  --sk-text-base-indent: clamp(35px, 30.1677852349px + 0.0151006711 * 100vw, 53px);
  --sk-text-base-indent-small: clamp(20px, 17.3154362416px + 0.0083892617 * 100vw, 30px);
  --sk-text-article-indent: clamp(20px, 6.5771812081px + 0.0419463087 * 100vw, 70px);
  --sk-text-article-indent-small: clamp(20px, 19.4630872483px + 0.0016778523 * 100vw, 22px);
  --sk-text--h1-up: clamp(25px, 19.6308724832px + 0.0167785235 * 100vw, 45px);
  --sk-text--h1: clamp(25px, 19.6308724832px + 0.0167785235 * 100vw, 45px);
  --sk-text--h2: clamp(23px, 19.7785234899px + 0.0100671141 * 100vw, 35px);
  --sk-text--h2-small: clamp(23px, 20.5838926174px + 0.0075503356 * 100vw, 32px);
  --sk-text--h3: clamp(20px, 18.1208053691px + 0.0058724832 * 100vw, 27px);
  --sk-text--h4: clamp(16px, 15.4630872483px + 0.0016778523 * 100vw, 18px);
  --sk-text--h5: clamp(14px, 13.4630872483px + 0.0016778523 * 100vw, 16px);
  --sk-text--h6: clamp(14px, 13.4630872483px + 0.0016778523 * 100vw, 16px);
  --sk-text-base-size: var(--sk-text--s);
  --sk-columns-gap: clamp(30px, 24.6308724832px + 0.0167785235 * 100vw, 50px);
}

body {
  --wp--preset--font-size--small: clamp(12px, 11.4630872483px + 0.0016778523 * 100vw, 14px) !important;
  --wp--preset--font-size--medium: clamp(16px, 15.4630872483px + 0.0016778523 * 100vw, 18px) !important;
  --wp--preset--font-size--large: clamp(20px, 18.1208053691px + 0.0058724832 * 100vw, 27px) !important;
  --wp--preset--font-size--x-large: clamp(25px, 19.6308724832px + 0.0167785235 * 100vw, 45px) !important;
}

.show-posts {
  padding: 35px 0 0;
}
@media (min-width: 1024px) {
  .show-posts {
    padding: 40px 0 0;
  }
}
.show-posts__title {
  padding-bottom: clamp(27px, 20.8255033557px + 0.019295302 * 100vw, 50px);
  padding-top: 7px;
  padding-left: 10px;
}
.show-posts__title:nth-of-type(2) {
  padding-top: 28px;
}
@media (min-width: 768px) {
  .show-posts__title {
    padding-left: 0;
    padding-top: 40px;
  }
}
@media (min-width: 1024px) {
  .show-posts__title {
    padding-top: 0;
  }
}
.show-posts__posts_latest .post-block__item.big {
  padding-bottom: 25px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1024px) {
  .show-posts__posts_latest .post-block__item.big {
    padding-left: 0;
    padding-right: 0;
  }
}
.show-posts__posts_latest .post-block__item.big .post-content {
  display: block;
  padding-top: 15px;
}
.show-posts__posts_latest .post-block__item.big .post-content p {
  line-height: 143%;
}
@media (min-width: 1024px) {
  .show-posts__posts_latest .post-block__item.big .post-content {
    padding-top: 35px;
  }
}
.show-posts__posts_latest .post-block__item.big .post-block__image {
  margin-top: 15px;
  aspect-ratio: 1/1.015;
  position: relative;
}
.show-posts__posts_latest .post-block__item.big .post-block__image::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../../../resources/img/post-pattern.svg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  z-index: 0;
}
@media (min-width: 1024px) {
  .show-posts__posts_latest .post-block__item.big .post-block__image {
    margin-top: 35px;
    aspect-ratio: 1/1;
  }
}
.show-posts__posts_dynamic .post-block__item.big .post-block__info,
.show-posts__posts_dynamic .post-block__item.big .post-title,
.show-posts__posts_dynamic .post-block__item.big .post-info {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .show-posts__posts_dynamic .post-block__item.big .post-block__info,
  .show-posts__posts_dynamic .post-block__item.big .post-title,
  .show-posts__posts_dynamic .post-block__item.big .post-info {
    padding-left: 0;
    padding-right: 0;
  }
}
.show-posts__posts_dynamic .post-block__item.big .post-block__image {
  margin-top: 14px;
  aspect-ratio: 5/2.95;
}
@media (min-width: 768px) {
  .show-posts__posts_dynamic .post-block__item.big .post-block__image {
    margin-top: 25px;
    aspect-ratio: 5/2.7;
  }
}
.show-posts__posts_dynamic .post-block__item.big .post-content {
  display: block;
  padding-top: 15px;
}
.show-posts__posts_dynamic .post-block__item.big .post-content p {
  line-height: 143%;
}
@media (min-width: 1024px) {
  .show-posts__posts_dynamic .post-block__item.big .post-content {
    padding-top: 35px;
  }
}
.show-posts__posts .post-block__item {
  padding-bottom: clamp(15px, 7.7516778523px + 0.0226510067 * 100vw, 42px);
  position: relative;
}
@media (min-width: 768px) {
  .show-posts__posts .post-block__item {
    grid-row-start: span 7;
  }
}
.show-posts__posts .post-block__item.big {
  flex-direction: column-reverse;
}
.show-posts__posts .post-block__item.big .post-block__image {
  flex-basis: 100%;
  height: auto;
  margin-right: 0;
  background-size: cover;
  background-position: center;
}
.show-posts__posts .post-block__item.big .post-block__image .sk-btn--bookmark {
  display: none;
}
.show-posts__posts .post-block__item.big .post-block__image .private-bg span {
  font-size: 40px;
  bottom: 31%;
}
.show-posts__posts .post-block__item.big .post-block__image .private-bg span::before {
  width: 62px;
  height: 63px;
  top: -93px;
}
@media (min-width: 768px) {
  .show-posts__posts .post-block__item.big {
    grid-row-start: span 6;
    margin-bottom: auto;
    width: 100%;
  }
  .show-posts__posts .post-block__item.big::after {
    display: none;
  }
  .show-posts__posts .post-block__item.big .post-title {
    font-size: 33px;
  }
}
.show-posts__posts .post-block__item.big .post-info {
  padding-top: clamp(19px, 14.7046979866px + 0.0134228188 * 100vw, 35px);
}
.show-posts__posts .post-block__item.big .post-info .sk-btn--bookmark {
  display: block;
}
@media (min-width: 1080px) {
  .show-posts__posts .post-block__item.big {
    width: 92%;
  }
}
.show-posts__posts .post-block__item.big .post-title {
  font-weight: 500;
  font-size: clamp(17px, 12.9731543624px + 0.0125838926 * 100vw, 32px);
  line-height: 128%;
}
@media (min-width: 768px) {
  .show-posts__posts .post-block__item.big .post-title {
    line-height: 120%;
  }
}
.show-posts__posts .post-block__item.big .post-author {
  margin-bottom: 10px;
}
.show-posts__posts .post-block__item.big .sk-post-date-info,
.show-posts__posts .post-block__item.big .sk-post-read-time {
  font-size: var(--sk-text--2xs);
}
.show-posts__posts .post-block__item:last-of-type::after {
  display: none;
}
.show-posts__posts .post-block__item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: var(--sk-color-primary);
  opacity: 0.1;
  left: 0;
  bottom: 17px;
  display: none;
}
.show-posts__links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 41px 0 24px;
}
@media (min-width: 1024px) {
  .show-posts__links {
    padding: 8px 0 22px;
  }
}
@media (max-width: 768px) {
  .show-posts__links .sk-btn--link {
    padding: 16px 45px 16px 16px;
  }
}
