ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-blog {
  margin: 120px 0 60px;
}
header.header .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 25px;
}
.line {
  width: 100%;
  height: 30px;
}
.header_blog_info {
  width: 100%;
  max-width: 350px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
}
.header_blog_content {
  width: 100%;
  max-width: 780px;
  margin-top: 66px;
}
h1 {
  color: #0e0e0e;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.4px;
  margin-bottom: 30px;
  text-transform: none;
  font-family: "Inter Tight", sans-serif;
}
.blog_prev {
  margin-bottom: 50px;
  color: #0e0e0e;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  position: relative;
  width: max-content;
}
.blog_prev::after {
  content: "";
  position: absolute;
  background: url(/wp-content/uploads/2026/02/vector-blog.svg) top / contain
    no-repeat;
  bottom: -8px;
  width: 100%;
  height: 8px;
  left: 0;
}
.content p {
  margin: 20px 0;
  color: #151515;
  font-family: "Inter Tight";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.32px;
}
.banner {
  width: 100%;
  height: fit-content;
  aspect-ratio: 12 / 7;
  border-radius: 22px;
  margin-top: 41px;
}
.breadcrums {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.breadcrums li {
  display: flex;
  justify-content: center;
  align-self: center;
}
.breadcrums li a {
  color: #0e0e0e;
  text-align: center;
  font-family: "Neue Machina";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.36px;
  padding: 12px 20px 8px;
  border: 1px solid #0e0e0e;
  border-radius: 100px;
  background-color: transparent;
  transition: all 0.3s ease;
}
.breadcrums li.active a {
  background: #cfff93;
  border: 1px solid transparent;
}

.blog_pagination {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px 8px;
}
.context {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.dot svg {
  animation: spin 4.2s linear infinite;
  display: block;
  width: max-content;
}
.context_message {
  color: #0e0e0e;
  font-family: "Inter Tight";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
}
.blog_pagination_next {
  rotate: -180deg;
}
.blog_pagination_prev,
.blog_pagination_next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 42px;
  min-height: 42px;
  border-radius: 6px;
  background-color: #1d1f1f;
  transition: all 0.3s ease;
  cursor: pointer;
}
.blog_pagination_prev.active,
.blog_pagination_next.active {
  background-color: #cfff93;
  transition: all 0.3s ease;
}
.blog_pagination_prev svg path,
.blog_pagination_next svg path {
  fill: #6d7a7a;
}
.blog_pagination_prev.active svg path,
.blog_pagination_next.active svg path {
  fill: #0e0e0e;
}
.blog {
  margin-top: 50px;
  color: #151515;
  font-family: "Inter Tight";
}
.blog p {
  margin: 20px 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.32px;
}
.blog ul,
.blog ol {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.blog img {
  width: 100%;
  display: block;
  height: max-content;
  aspect-ratio: 3 / 2;
  border-radius: 22px;
  margin: 40px 0;
}
.blog h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0.48px;
  margin: 40px 0 20px;
}
.blog h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0.4px;
  margin: 40px 0 20px;
}
.blog p strong {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.32px;
}
.blog h4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0.4px;
  margin: 30px 0 20px;
}
.blog a {
  text-decoration: underline;
  font-weight: 500;
  transition: all 0.3s ease;
}
.blog ul li,
.blog ol li {
  padding-left: 20px;
  position: relative;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.32px;
}
.blog ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #151515;
}
.blog ol li::after {
  content: counter(list-item) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.32px;
}
.blog_posts {
  width: 100%;
  background-color: #f9f9fa;
  padding: 120px 20px;
}
.blog_swiper {
  margin-top: 58px;
}
.site-blog .swiper-button-next,
.site-blog .swiper-button-prev {
  position: initial;
  width: 46px;
  height: 42px;
  border-radius: 6px;
  background: #cfff93;
  margin: 0;
  transition: all 0.3s ease;
}
.site-blog .swiper-button-next::after,
.site-blog .swiper-button-prev::after {
  display: none;
}
.site-blog .swiper-button-next svg,
.site-blog .swiper-button-prev svg {
  width: 28px;
  height: 28px;
}
.site-blog .swiper-button-next.swiper-button-disabled,
.site-blog .swiper-button-prev.swiper-button-disabled {
  background: #1d1f1f;
  transition: all 0.3s ease;
  opacity: 1;
}

.site-blog .swiper-button-next {
  rotate: 180deg;
}
.ter {
  display: flex;
  flex-direction: row-reverse;
  gap: 8px;
  height: 42px;
}
.site-blog .swiper-wrapper .swiper-slide {
  height: auto;
}
.site-blog .swiper-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
.blog_posts .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.posts_card_title {
  position: relative;
  color: #0e0e0e;
  font-family: "Neue Machina";
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.44px;
  text-transform: uppercase;
  margin: 0;
}
.posts_card_title::after {
  content: "";
  position: absolute;
  background: url(/wp-content/uploads/2026/02/blog_posts_title.svg) top / cover
    no-repeat;
  bottom: -8px;
  width: 100%;
  height: 8px;
  left: 0;
}
/* Cards blog */
.posts_card {
  padding: 22px 22px 28px 22px;
  background-color: #ffffff;
  border-radius: 18px;
  height: 100%;
}
.card_image {
  height: 100%;
  max-height: 281px;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 16px;
  aspect-ratio: 3 / 2;
}
.posts_card .h3 {
  color: #0e0e0e;
  font-family: "Inter Tight";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.24px;
  margin: 20px 0 12px;
}
.card_body {
  color: #151515;
  font-family: "Inter Tight";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.36px;
  margin-bottom: 32px;
  height: 100px;
}
.posts_card__category {
  color: #151515;
  font-family: "Neue Machina";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.36px;
  padding: 10px 11px;
  background: #cfff93;
  border-radius: 6px;
}
.posts_card__header {
  display: flex;
  flex-direction: column;
}
.card_footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.posts_arrow svg path {
  transition: all 0.3s ease;
}
.posts_card__link {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}
.title_card {
  color: #0e0e0e;
  font-family: "Inter Tight";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.24px;
}
.card_container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
/* Cards blog */
.blog_posts .container.blog_info {
  display: none;
}
@media (hover: hover) {
  .blog a:hover {
    transition: all 0.3s ease;
    color: #8ccd3a;
  }
  .blog_pagination_prev.active:hover,
  .blog_pagination_next.active:hover {
    transition: all 0.3s ease;
    transform: scale(1.05);
  }
  .posts_card:hover .posts_arrow svg path {
    transition: all 0.3s ease;
    fill: #cfff93;
  }
  .site-blog .swiper-button-next:hover,
  .site-blog .swiper-button-prev:hover {
    transition: all 0.3s ease;
    scale: 1.05;
  }
}

@media (max-width: 1300px) {
  .breadcrums li a {
    font-size: 16px;
  }
  .header_blog_info {
    max-width: 320px;
  }
  .header_blog_content {
    max-width: 720px;
  }
}
@media (max-width: 1200px) {
  header.header .container {
    flex-direction: column;
    gap: 10px;
  }
  .header_blog_content,
  .header_blog_info {
    max-width: 100%;
  }
  .blog_pagination {
    width: 100%;
    flex-wrap: nowrap;
    align-items: flex-end;
  }
  .blog_pagination_next,
  .blog_pagination_prev {
    margin-bottom: 3px;
  }
  .blog-container {
    width: 100%;
  }
  .blog_prev {
    margin-bottom: 40px;
  }
  .blog_pagination {
    margin-top: 25px;
  }
  .context_message br {
    display: none;
  }
  .context {
    gap: 15px;
  }
  .header_blog_content {
    margin-top: 52px;
  }
  h1 {
    font-size: 34px;
  }
  .banner {
    margin-top: 21px;
  }
  /* Cards blog */
  .blog_swiper {
    margin-top: 44px;
  }
  /* Cards blog */
}
@media (max-width: 992px) {
  .blog_posts .container {
    margin: 0;
    width: 100%;
  }
  .blog_posts {
    padding: 80px 20px;
  }
  .line {
    display: none;
  }
  .context_message br {
    display: block;
  }
  .blog_pagination_next,
  .blog_pagination_prev {
    cursor: default;
  }
  h1 {
    font-size: 32px;
  }
  .content p {
    margin: 15px 0;
  }
  .breadcrums li a {
    font-size: 14px;
    cursor: default;
    min-width: max-content;
  }
  .breadcrums {
    width: 100%;
    min-width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .breadcrums::-webkit-scrollbar {
    display: none;
  }
  .blog_pagination a {
    cursor: default;
  }
  /* Cards blog */
  .posts_card {
    padding: 15px 15px 20px 15px;
  }
  .title_card {
    font-size: 20px;
    margin: 20px 0 15px;
  }
  .card_body {
    font-size: 16px;
    margin-bottom: 0;
  }
  .card_container {
    gap: 25px;
  }
  .posts_card__category {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.28px;
    padding: 8px 7px;
  }
  .posts_card__link {
    cursor: default;
  }
  /* Cards blog */
  .blog_posts .container.blog_info {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    align-items: flex-start;
  }
  .context_messages {
    width: 100%;
    max-width: 620px;
    color: #0e0e0e;
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin: 25px 0 40px;
  }
  .blog_btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 23px;
    width: 100%;
    max-width: 345px;
    color: #151515;
    font-family: "Neue Machina";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.3px;
    background: #cfff93;
    border-radius: 10px;
    cursor: default;
  }
}
@media (max-width: 768px) {
  .blog_pagination {
    margin-top: 15px;
  }
  .header_blog_content {
    margin-top: 32px;
  }
  h1 {
    margin-bottom: 28px;
  }
  .header_blog_content {
    margin-top: 16px;
  }
  .blog p {
    font-size: 15px;
    margin: 15px 0;
  }
  .blog ol li,
  .blog ul li {
    font-size: 15px;
    gap: 5px;
  }
  .blog ul,
  .blog ol {
    margin: 15px 0;
  }
  .blog h2 {
    margin: 30px 0 15px;
  }
  .blog h3 {
    margin: 30px 0 15px;
  }
  .blog h4 {
    margin: 30px 0 15px;
  }
  .blog img {
    margin: 30px 0;
  }
  .blog_posts .container.blog_info {
    margin-top: 30px;
  }
  .context_messages {
    margin: 25px 0 20px;
  }
}
@media (max-width: 576px) {
  .blog_prev {
    margin-bottom: 26px;
  }
  .breadcrums {
    gap: 5px;
  }
  .breadcrums li a {
    font-size: 12px;
    padding: 7px 18px;
  }
  .header_blog_info {
    gap: 26px;
  }
  .context_message {
    font-size: 15px;
  }
  .blog_pagination {
    margin-top: 0;
  }
  header.header .container {
    gap: 0;
  }
  .header_blog_content {
    margin-top: 30px;
  }
  h1 {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 120%;
    letter-spacing: 0.28px;
  }
  .content p {
    font-size: 15px;
    margin: 20px 0;
  }
  .banner {
    margin-top: 10px;
  }
  .context_messages {
    margin: 15px 0 26px;
    font-size: 15px;
  }
  /* Cards blog */
  .card_body {
    height: max-content;
    font-size: 14px;
  }
  .card_container {
    justify-content: space-between;
  }
  .title_card {
    font-size: 18px;
  }
  /* Cards blog */
  .blog_swiper {
    margin-top: 40px;
  }
  .posts_card_title {
    font-size: 18px;
  }
}
@media (max-width: 476px) {
  .blog_btn {
    max-width: 100%;
    padding: 20px 0;
    font-size: 14px;
  }
  .blog_swiper {
    margin-top: 25px;
  }
  .posts_card_title {
    font-size: 16px;
  }
}
