.last-posts .post__image img, .blog figure img, .hero-blog__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 792px) {
  .header {
    padding-inline: 20px;
  }
}

.hero-blog {
  background-color: #161616;
}
@media (min-width: 84.625em) {
  .hero-blog {
    margin-bottom: 5.3125rem;
  }
}
@media (min-width: 22.5em) and (max-width: 84.625em) {
  @supports (margin-bottom: clamp( 3.75rem , 3.1841046278rem  +  2.5150905433vw , 5.3125rem )) {
    .hero-blog {
      margin-bottom: clamp( 3.75rem , 3.1841046278rem  +  2.5150905433vw , 5.3125rem );
    }
  }
  @supports not (margin-bottom: clamp( 3.75rem , 3.1841046278rem  +  2.5150905433vw , 5.3125rem )) {
    .hero-blog {
      margin-bottom: calc(3.75rem + 1.5625 * (100vw - 22.5rem) / 62.125);
    }
  }
}
@media (max-width: 22.5em) {
  .hero-blog {
    margin-bottom: 3.75rem;
  }
}
.hero-blog__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-top: 100px;
  gap: 30px;
}
@media (max-width: 992px) {
  .hero-blog__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }
}
.hero-blog__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 84.625em) {
  .hero-blog__left {
    gap: 1.875rem;
  }
}
@media (min-width: 22.5em) and (max-width: 84.625em) {
  @supports (gap: clamp( 1.25rem , 1.0236418511rem  +  1.0060362173vw , 1.875rem )) {
    .hero-blog__left {
      gap: clamp( 1.25rem , 1.0236418511rem  +  1.0060362173vw , 1.875rem );
    }
  }
  @supports not (gap: clamp( 1.25rem , 1.0236418511rem  +  1.0060362173vw , 1.875rem )) {
    .hero-blog__left {
      gap: calc(1.25rem + 0.625 * (100vw - 22.5rem) / 62.125);
    }
  }
}
@media (max-width: 22.5em) {
  .hero-blog__left {
    gap: 1.25rem;
  }
}
@media (max-width: 992px) {
  .hero-blog__left {
    max-width: 600px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 992px) and (min-width: 84.625em) {
  .hero-blog__left {
    padding-top: 6.25rem;
  }
}
@media (max-width: 992px) and (min-width: 22.5em) and (max-width: 84.625em) {
  @supports (padding-top: clamp( 3.75rem , 2.8445674044rem  +  4.0241448692vw , 6.25rem )) {
    .hero-blog__left {
      padding-top: clamp( 3.75rem , 2.8445674044rem  +  4.0241448692vw , 6.25rem );
    }
  }
  @supports not (padding-top: clamp( 3.75rem , 2.8445674044rem  +  4.0241448692vw , 6.25rem )) {
    .hero-blog__left {
      padding-top: calc(3.75rem + 2.5 * (100vw - 22.5rem) / 62.125);
    }
  }
}
@media (max-width: 992px) and (max-width: 22.5em) {
  .hero-blog__left {
    padding-top: 3.75rem;
  }
}
.hero-blog__title {
  color: #FFF;
  font-family: "Peridot PE Variable";
  font-style: normal;
  font-weight: 800;
  line-height: 1.3;
}
@media (min-width: 84.625em) {
  .hero-blog__title {
    font-size: 3.125rem;
  }
}
@media (min-width: 22.5em) and (max-width: 84.625em) {
  @supports (font-size: clamp( 2rem , 1.592555332rem  +  1.8108651911vw , 3.125rem )) {
    .hero-blog__title {
      font-size: clamp( 2rem , 1.592555332rem  +  1.8108651911vw , 3.125rem );
    }
  }
  @supports not (font-size: clamp( 2rem , 1.592555332rem  +  1.8108651911vw , 3.125rem )) {
    .hero-blog__title {
      font-size: calc(2rem + 1.125 * (100vw - 22.5rem) / 62.125);
    }
  }
}
@media (max-width: 22.5em) {
  .hero-blog__title {
    font-size: 2rem;
  }
}
@media (min-width: 84.625em) {
  .hero-blog__title {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 22.5em) and (max-width: 84.625em) {
  @supports (margin-bottom: clamp( 1.25rem , 0.7972837022rem  +  2.0120724346vw , 2.5rem )) {
    .hero-blog__title {
      margin-bottom: clamp( 1.25rem , 0.7972837022rem  +  2.0120724346vw , 2.5rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.25rem , 0.7972837022rem  +  2.0120724346vw , 2.5rem )) {
    .hero-blog__title {
      margin-bottom: calc(1.25rem + 1.25 * (100vw - 22.5rem) / 62.125);
    }
  }
}
@media (max-width: 22.5em) {
  .hero-blog__title {
    margin-bottom: 1.25rem;
  }
}
.hero-blog__text {
  color: #797979;
  font-family: "Peridot PE Variable";
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 84.625em) {
  .hero-blog__right {
    width: 38.75rem;
  }
}
@media (min-width: 22.5em) and (max-width: 84.625em) {
  @supports (width: clamp( 22.5rem , 16.6146881288rem  +  26.1569416499vw , 38.75rem )) {
    .hero-blog__right {
      width: clamp( 22.5rem , 16.6146881288rem  +  26.1569416499vw , 38.75rem );
    }
  }
  @supports not (width: clamp( 22.5rem , 16.6146881288rem  +  26.1569416499vw , 38.75rem )) {
    .hero-blog__right {
      width: calc(22.5rem + 16.25 * (100vw - 22.5rem) / 62.125);
    }
  }
}
@media (max-width: 22.5em) {
  .hero-blog__right {
    width: 22.5rem;
  }
}
@media (max-width: 992px) {
  .hero-blog__right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.hero-blog__img {
  max-width: 620px;
  overflow: hidden;
}
.hero-blog__img img {
  aspect-ratio: 620/645;
}

.blog {
  width: 100%;
  background-color: #F5F5F5;
}
@media (min-width: 84.625em) {
  .blog {
    margin-bottom: 6.25rem;
  }
}
@media (min-width: 22.5em) and (max-width: 84.625em) {
  @supports (margin-bottom: clamp( 3.75rem , 2.8445674044rem  +  4.0241448692vw , 6.25rem )) {
    .blog {
      margin-bottom: clamp( 3.75rem , 2.8445674044rem  +  4.0241448692vw , 6.25rem );
    }
  }
  @supports not (margin-bottom: clamp( 3.75rem , 2.8445674044rem  +  4.0241448692vw , 6.25rem )) {
    .blog {
      margin-bottom: calc(3.75rem + 2.5 * (100vw - 22.5rem) / 62.125);
    }
  }
}
@media (max-width: 22.5em) {
  .blog {
    margin-bottom: 3.75rem;
  }
}
.blog__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 84.625em) {
  .blog__container {
    gap: 3.125rem;
  }
}
@media (min-width: 22.5em) and (max-width: 84.625em) {
  @supports (gap: clamp( 1.25rem , 0.5709255533rem  +  3.0181086519vw , 3.125rem )) {
    .blog__container {
      gap: clamp( 1.25rem , 0.5709255533rem  +  3.0181086519vw , 3.125rem );
    }
  }
  @supports not (gap: clamp( 1.25rem , 0.5709255533rem  +  3.0181086519vw , 3.125rem )) {
    .blog__container {
      gap: calc(1.25rem + 1.875 * (100vw - 22.5rem) / 62.125);
    }
  }
}
@media (max-width: 22.5em) {
  .blog__container {
    gap: 1.25rem;
  }
}
@media (max-width: 1220px) {
  .blog__container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (max-width: 993px) {
  .blog__container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (max-width: 768px) {
  .blog__container {
    display: block;
  }
}
.blog__navigation {
  max-width: 317px;
  min-height: 517px;
  height: 100%;
  padding: 30px 25px;
  background-color: #FFF;
  border-radius: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: sticky;
  top: 20px;
}
@media (max-width: 1220px) {
  .blog__navigation {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 768px) {
  .blog__navigation {
    display: none;
  }
}
.blog__navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
.blog__navigation ul li {
  position: relative;
  color: #797979;
  font-family: "Peridot PE Variable";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  padding-left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog__navigation ul li:hover {
  color: #161616;
  font-weight: 800;
}
.blog__navigation ul li::before {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  width: 20px;
  height: 20px;
  border-left: 2px solid #D1F801;
}
.blog__content {
  max-width: 100%;
  width: 100%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
@media (max-width: 1220px) {
  .blog__content {
    max-width: 800px;
  }
}
@media (max-width: 768px) {
  .blog__content {
    max-width: unset;
  }
}
.blog__content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
}
@media (min-width: 84.625em) {
  .blog__content ul {
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 22.5em) and (max-width: 84.625em) {
  @supports (margin-bottom: clamp( 1.875rem , 1.4222837022rem  +  2.0120724346vw , 3.125rem )) {
    .blog__content ul {
      margin-bottom: clamp( 1.875rem , 1.4222837022rem  +  2.0120724346vw , 3.125rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.875rem , 1.4222837022rem  +  2.0120724346vw , 3.125rem )) {
    .blog__content ul {
      margin-bottom: calc(1.875rem + 1.25 * (100vw - 22.5rem) / 62.125);
    }
  }
}
@media (max-width: 22.5em) {
  .blog__content ul {
    margin-bottom: 1.875rem;
  }
}
.blog__content ul li {
  position: relative;
  color: #797979;
  font-family: "Peridot PE Variable";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  padding-left: 22px;
}
.blog__content ul li strong {
  color: #161616;
  font-weight: 800;
}
.blog__content ul li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 12px;
  height: 12px;
  border: 2px solid #D1F801;
}
.blog h2 {
  color: #161616;
  font-family: "Peridot PE Variable";
  font-weight: 800;
  line-height: 1.3;
}
@media (min-width: 84.625em) {
  .blog h2 {
    font-size: 2.25rem;
  }
}
@media (min-width: 22.5em) and (max-width: 84.625em) {
  @supports (font-size: clamp( 1.75rem , 1.5689134809rem  +  0.8048289738vw , 2.25rem )) {
    .blog h2 {
      font-size: clamp( 1.75rem , 1.5689134809rem  +  0.8048289738vw , 2.25rem );
    }
  }
  @supports not (font-size: clamp( 1.75rem , 1.5689134809rem  +  0.8048289738vw , 2.25rem )) {
    .blog h2 {
      font-size: calc(1.75rem + 0.5 * (100vw - 22.5rem) / 62.125);
    }
  }
}
@media (max-width: 22.5em) {
  .blog h2 {
    font-size: 1.75rem;
  }
}
@media (min-width: 84.625em) {
  .blog h2 {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 22.5em) and (max-width: 84.625em) {
  @supports (margin-bottom: clamp( 1.25rem , 0.7972837022rem  +  2.0120724346vw , 2.5rem )) {
    .blog h2 {
      margin-bottom: clamp( 1.25rem , 0.7972837022rem  +  2.0120724346vw , 2.5rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.25rem , 0.7972837022rem  +  2.0120724346vw , 2.5rem )) {
    .blog h2 {
      margin-bottom: calc(1.25rem + 1.25 * (100vw - 22.5rem) / 62.125);
    }
  }
}
@media (max-width: 22.5em) {
  .blog h2 {
    margin-bottom: 1.25rem;
  }
}
.blog h3 {
  color: #161616;
  font-family: "Peridot PE Variable";
  font-weight: 800;
  line-height: 1.3;
}
@media (min-width: 84.625em) {
  .blog h3 {
    font-size: 1.25rem;
  }
}
@media (min-width: 22.5em) and (max-width: 84.625em) {
  @supports (font-size: clamp( 1.125rem , 1.0797283702rem  +  0.2012072435vw , 1.25rem )) {
    .blog h3 {
      font-size: clamp( 1.125rem , 1.0797283702rem  +  0.2012072435vw , 1.25rem );
    }
  }
  @supports not (font-size: clamp( 1.125rem , 1.0797283702rem  +  0.2012072435vw , 1.25rem )) {
    .blog h3 {
      font-size: calc(1.125rem + 0.125 * (100vw - 22.5rem) / 62.125);
    }
  }
}
@media (max-width: 22.5em) {
  .blog h3 {
    font-size: 1.125rem;
  }
}
@media (min-width: 84.625em) {
  .blog h3 {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 22.5em) and (max-width: 84.625em) {
  @supports (margin-bottom: clamp( 1.25rem , 1.0236418511rem  +  1.0060362173vw , 1.875rem )) {
    .blog h3 {
      margin-bottom: clamp( 1.25rem , 1.0236418511rem  +  1.0060362173vw , 1.875rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.25rem , 1.0236418511rem  +  1.0060362173vw , 1.875rem )) {
    .blog h3 {
      margin-bottom: calc(1.25rem + 0.625 * (100vw - 22.5rem) / 62.125);
    }
  }
}
@media (max-width: 22.5em) {
  .blog h3 {
    margin-bottom: 1.25rem;
  }
}
.blog p {
  color: #797979;
  font-family: "Peridot PE Variable";
  font-weight: 400;
  line-height: 1.6;
}
@media (min-width: 84.625em) {
  .blog p {
    font-size: 1.25rem;
  }
}
@media (min-width: 22.5em) and (max-width: 84.625em) {
  @supports (font-size: clamp( 1.125rem , 1.0797283702rem  +  0.2012072435vw , 1.25rem )) {
    .blog p {
      font-size: clamp( 1.125rem , 1.0797283702rem  +  0.2012072435vw , 1.25rem );
    }
  }
  @supports not (font-size: clamp( 1.125rem , 1.0797283702rem  +  0.2012072435vw , 1.25rem )) {
    .blog p {
      font-size: calc(1.125rem + 0.125 * (100vw - 22.5rem) / 62.125);
    }
  }
}
@media (max-width: 22.5em) {
  .blog p {
    font-size: 1.125rem;
  }
}
@media (min-width: 84.625em) {
  .blog p {
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 22.5em) and (max-width: 84.625em) {
  @supports (margin-bottom: clamp( 1.875rem , 1.4222837022rem  +  2.0120724346vw , 3.125rem )) {
    .blog p {
      margin-bottom: clamp( 1.875rem , 1.4222837022rem  +  2.0120724346vw , 3.125rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.875rem , 1.4222837022rem  +  2.0120724346vw , 3.125rem )) {
    .blog p {
      margin-bottom: calc(1.875rem + 1.25 * (100vw - 22.5rem) / 62.125);
    }
  }
}
@media (max-width: 22.5em) {
  .blog p {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 84.625em) {
  .blog p {
    margin-top: 1.875rem;
  }
}
@media (min-width: 22.5em) and (max-width: 84.625em) {
  @supports (margin-top: clamp( 1.25rem , 1.0236418511rem  +  1.0060362173vw , 1.875rem )) {
    .blog p {
      margin-top: clamp( 1.25rem , 1.0236418511rem  +  1.0060362173vw , 1.875rem );
    }
  }
  @supports not (margin-top: clamp( 1.25rem , 1.0236418511rem  +  1.0060362173vw , 1.875rem )) {
    .blog p {
      margin-top: calc(1.25rem + 0.625 * (100vw - 22.5rem) / 62.125);
    }
  }
}
@media (max-width: 22.5em) {
  .blog p {
    margin-top: 1.25rem;
  }
}
.blog figure {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 84.625em) {
  .blog figure {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 22.5em) and (max-width: 84.625em) {
  @supports (margin-bottom: clamp( 1.25rem , 1.0236418511rem  +  1.0060362173vw , 1.875rem )) {
    .blog figure {
      margin-bottom: clamp( 1.25rem , 1.0236418511rem  +  1.0060362173vw , 1.875rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.25rem , 1.0236418511rem  +  1.0060362173vw , 1.875rem )) {
    .blog figure {
      margin-bottom: calc(1.25rem + 0.625 * (100vw - 22.5rem) / 62.125);
    }
  }
}
@media (max-width: 22.5em) {
  .blog figure {
    margin-bottom: 1.25rem;
  }
}
.blog .banner {
  position: relative;
  padding: 30px 25px;
  max-width: 316px;
  height: 517px;
  border-radius: 10px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin: 0 auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: sticky;
  top: 20px;
}
@media (max-width: 1220px) {
  .blog .banner {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: absolute;
    right: 35px;
    top: 557px;
  }
}
@media (max-width: 799px) {
  .blog .banner {
    right: 15px;
  }
}
@media (max-width: 768px) {
  .blog .banner {
    position: relative;
    top: 0;
    left: 0;
    max-width: 100%;
    padding-top: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-inline: 30px;
    gap: 30px;
  }
}
.blog .banner h2 {
  color: #FFF;
  font-family: "Peridot PE Variable";
  font-style: normal;
  font-weight: 800;
  line-height: 1.3;
  position: relative;
  z-index: 2;
}
@media (min-width: 84.625em) {
  .blog .banner h2 {
    font-size: 2.25rem;
  }
}
@media (min-width: 22.5em) and (max-width: 84.625em) {
  @supports (font-size: clamp( 1.75rem , 1.5689134809rem  +  0.8048289738vw , 2.25rem )) {
    .blog .banner h2 {
      font-size: clamp( 1.75rem , 1.5689134809rem  +  0.8048289738vw , 2.25rem );
    }
  }
  @supports not (font-size: clamp( 1.75rem , 1.5689134809rem  +  0.8048289738vw , 2.25rem )) {
    .blog .banner h2 {
      font-size: calc(1.75rem + 0.5 * (100vw - 22.5rem) / 62.125);
    }
  }
}
@media (max-width: 22.5em) {
  .blog .banner h2 {
    font-size: 1.75rem;
  }
}
@media (max-width: 768px) {
  .blog .banner h2 {
    text-align: center;
  }
}
.blog .banner__link {
  max-width: 204px;
  width: 100%;
  position: relative;
  z-index: 2;
}
.blog .banner__background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.blog .banner__background img {
  width: 100%;
  height: 100%;
  aspect-ratio: 317/517;
}

@media (min-width: 84.625em) {
  .last-posts {
    margin-bottom: 8.125rem;
  }
}
@media (min-width: 22.5em) and (max-width: 84.625em) {
  @supports (margin-bottom: clamp( 5rem , 3.8682092555rem  +  5.0301810865vw , 8.125rem )) {
    .last-posts {
      margin-bottom: clamp( 5rem , 3.8682092555rem  +  5.0301810865vw , 8.125rem );
    }
  }
  @supports not (margin-bottom: clamp( 5rem , 3.8682092555rem  +  5.0301810865vw , 8.125rem )) {
    .last-posts {
      margin-bottom: calc(5rem + 3.125 * (100vw - 22.5rem) / 62.125);
    }
  }
}
@media (max-width: 22.5em) {
  .last-posts {
    margin-bottom: 5rem;
  }
}
@media (min-width: 768px) {
  .last-posts .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
  .last-posts .last-posts__block .swiper-slide {
    margin-right: 0 !important;
    width: auto !important;
    -ms-flex-negative: initial !important;
        flex-shrink: initial !important;
  }
}
@media (max-width: 767px) {
  .last-posts__block .swiper-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .last-posts__block .swiper-slide {
    width: auto !important;
  }
}
@media (min-width: 768px) {
  .last-posts__block .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
  .last-posts__block .swiper-slide {
    width: auto !important;
    -ms-flex-negative: initial !important;
        flex-shrink: initial !important;
  }
}
@media (min-width: 84.625em) {
  .last-posts__title {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 22.5em) and (max-width: 84.625em) {
  @supports (margin-bottom: clamp( 1.5625rem , 1.2229627767rem  +  1.509054326vw , 2.5rem )) {
    .last-posts__title {
      margin-bottom: clamp( 1.5625rem , 1.2229627767rem  +  1.509054326vw , 2.5rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.5625rem , 1.2229627767rem  +  1.509054326vw , 2.5rem )) {
    .last-posts__title {
      margin-bottom: calc(1.5625rem + 0.9375 * (100vw - 22.5rem) / 62.125);
    }
  }
}
@media (max-width: 22.5em) {
  .last-posts__title {
    margin-bottom: 1.5625rem;
  }
}
.last-posts .post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
  background-color: #FFF;
  max-width: unset;
  -webkit-box-shadow: 0 4px 15px 0 rgba(22, 22, 22, 0.2);
          box-shadow: 0 4px 15px 0 rgba(22, 22, 22, 0.2);
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.last-posts .post:hover {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}
.last-posts .post__image {
  border-radius: 5px;
  width: 100%;
  height: 165px;
  margin-bottom: 18px;
  overflow: hidden;
}
.last-posts .post__title {
  margin-bottom: 11px;
}
.last-posts .post__text {
  margin-top: 0 !important;
  margin-bottom: 25px !important;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.last-posts .post__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.last-posts .post__arrow-label {
  width: 24px;
  height: 24px;
  background-color: #D1F801;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper-slide.last-posts__post.post.swiper-slide-active {
  margin-right: 0;
}