.main_category_page {
  width: 100%;
  background-color: rgba(242, 244, 246, 1);
  padding-top: 24px;
  padding-bottom: 100px;
}

.container_category {
  /*max-width: 360px;*/
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
}

.category_title_page {
  font-family: var(--font-family-minor);
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 1.3 !important;
  color: rgba(20, 20, 20, 1);
  margin-bottom: 30px !important;
}

.container_category_list {
  /*display: flex;*/
  width: 100%;
  /*flex-wrap: wrap;*/
  column-gap: 10px;
  row-gap: 26px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.container_category_list_update .wp-show-posts-inner {
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /*gap: 6px;*/
}

.container_category_list_update .wp-show-posts-image {
  margin-bottom: 6px !important;
}

.container_category_list_update .wpsp-image-center a {
  display: flex;
  align-items: center;
  min-height: 210px;
  max-height: 210px;
}

.container_category_list_update img {
  max-height: 210px;
  padding-top: 11.76px;
  padding-right: 10.48px;
  padding-left: 10.48px;
  object-fit: contain;
  margin-left: auto !important;
  margin-right: auto !important;
  /*height: 130px;*/
}

.container_category_list_update a {
  width: 100%;
  /*min-height: 130px;*/
}

.container_category_list_update .wp-post__header {
  font-family: var(--font-family-main);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.container_category_list_update .wp-show-posts-entry-header {
  margin: 0 !important;
  padding: 8px;
  height: 77px;
}

.container_category_list_update .wp-post__header {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.container_category_list_update section {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 26px;
  margin: 0 !important;
  /*display: grid;*/
  /*grid-template-columns: 1fr 1fr;*/
}

.container_category_list_update article {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 1);
}

.container_category_list_update .wpsp-read-more {
  display: none;
}

.container_category_list_update .wp-show-posts-image {
  margin: 0;
  display: flex;
  align-items: center;
  width: 100%;
}

.container_category_list section {
  /*max-width: 165px;*/
  border-radius: 12px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 1);
}

.container_category_list section img {
  width: 100%;
}

.container_category_list .wp-show-posts-inner {
  display: flex;
  flex-direction: column;
}

.container_category_list .wp-show-posts-image {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
}

.container_category_list .wp-show-posts-entry-header {
  margin: 0;
  padding-right: 14px;
  padding-left: 14px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-flex; /* Newer Safari */
  display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

.container_category_list .wp-post__header {
  font-family: var(--font-family-main);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.21;
  text-align: center;
  justify-content: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  transition: all var(--transition-time-all);
  display: flex;
}

.container_category_list_update {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  column-gap: 10px;
  row-gap: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.wpsp-load-more {
  position: absolute; /* Або залиште, якщо вже використовується */
  left: 50%;
  bottom: -55px;
  height: auto;
  margin: 0;
  transform: translateX(-50%);
}

.container_category_list_second {
  display: flex;
}

.container_category_list_second section {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
}

@media screen and (min-width: 768px) {
  .main_category_page {
    padding-top: 96px;
    padding-bottom: 120px;
  }
  .container_production_list .photo_product_image {
    padding-right: 30px;
  }

  .container_category {
    max-width: none;
    width: 704px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
  }

  .category_title_page {
    font-size: 42px !important;
    margin-bottom: 60px !important;
  }

  .container_category_list {
    column-gap: 26px;
    display: flex;
    flex-wrap: wrap;
  }

  .container_category_list section {
    max-width: none;
    width: 339px;
  }

  .container_category_list .wp-show-posts-image img {
    max-width: none;
    width: 100%;
    height: 226px;
  }

  .container_category_list .wp-post__header {
    font-size: 18px;
    white-space: nowrap;
  }

  .container_category_list_update section {
    row-gap: 28px;
    column-gap: 20px;
    /*width:315px;*/
    /*height:299px;*/
    width: fit-content;
    gap: 18px;
    border-radius: 24px;
  }

  .container_category_list_update article {
    width: 342px;
    max-width: none;
    /*height: 299px;*/
    position: relative;
    transition: all var(--transition-time-all);
  }

  .container_category_list_update article::after {
    position: absolute;
    display: inline-block;
    content: "";
    width: 23.89px;
    height: 22px;
    -webkit-mask: url("../img/icons/icon_bottom_right.svg") no-repeat center;
    mask: url("../img/icons/icon_bottom_right.svg") no-repeat center;
    background-color: currentColor;
    right: 21.71px;
    bottom: 20px;
    transition: all var(--transition-time-all);
    color: rgba(20, 20, 20, 1);
  }

  .container_category_list_update article:hover::after {
    transform: rotate(138deg);
    color: rgba(235, 28, 36, 1);
  }

  .container_category_list_update article::after {
    position: absolute;
    display: inline-block;
    content: "";
    width: 23.89px;
    height: 22px;
    -webkit-mask: url("../img/icons/icon_bottom_right.svg") no-repeat center;
    mask: url("../img/icons/icon_bottom_right.svg") no-repeat center;
    background-color: currentColor;
    right: 21.71px;
    bottom: 20px;
    transition: all var(--transition-time-all);
    color: rgba(20, 20, 20, 1);
  }

  .container_category_list_update article:hover::after {
    transform: rotate(138deg);
    color: rgba(235, 28, 36, 1);
  }

  .container_category_list_update article:hover {
    cursor: pointer;
    box-shadow: 0px 2px 15px 0px rgba(98, 114, 132, 0.25);
  }

  .container_category_list_update .wp-show-posts-inner {
    flex-direction: column-reverse;
  }

  .container_category_list_update .wp-show-posts-entry-header {
    padding-top: 18px;
    padding-left: 14px;
    padding-right: 15px;
    padding-bottom: 8px;
    margin-bottom: auto !important;
  }

  .container_category_list_update .wp-post__header {
    transition: all var(--transition-time-all);
  }

  .container_category_list_update article:hover .wp-post__header {
    color: rgba(235, 28, 36, 1);
    text-decoration: underline;
  }

  .container_category_list_update .wp-show-posts-image {
    padding: 0 35px 20px 35px;
    margin: 0 !important;
  }

  .container_category_list_update img {
    width: 215px;
    height: 160px;
    object-fit: contain;
    padding: 0;
    margin: 0;
  }

  .container_category_list_update section {
    position: relative;
  }

  .container_category_list_update section::after {
    position: absolute;
    display: inline-block;
    content: "";
    width: 23.89px;
    height: 22px;
    -webkit-mask: url("../img/icons/icon_bottom_right.svg") no-repeat center;
    mask: url("../img/icons/icon_bottom_right.svg") no-repeat center;
    background-color: currentColor;
    right: 21.71px;
    bottom: 20px;
    transition: all var(--transition-time-all);
    color: rgba(20, 20, 20, 1);
  }
  .container_category_list_update section:hover::after {
    transform: rotate(135deg);
    color: rgba(235, 28, 36, 1);
  }

  .container_category_list_update {
    display: flex;
    flex-wrap: wrap;
    row-gap: 28px;
    column-gap: 20px;
    /*display: grid;*/
    /*grid-template-columns: 1fr 1fr;*/
  }
}

.container_category_list_disiel img {
  margin-left: auto;
  margin-right: auto;
  width: 215px;
  height: 160px;
  object-fit: contain;
  padding: 0;
}

#wpsp-696 .wp-post-image {
  object-fit: cover;
}

.post-1953 .wp-post-image {
  width: 250px;
}

@media screen and (min-width: 1280px) {
  .main_category_page {
    padding-top: 112px;
  }

  .container_category_list_update #wpsp-1835 img {
    width: 260px;
    height: 175px;
  }

  #wpsp-1835 .wp-show-posts-image {
    padding-left: 0;
    padding-right: 0;
  }

  .container_category {
    max-width: 1320px;
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }

  .container_category_list section {
    width: 310.5px;
  }

  .container_category_list .wp-show-posts-image img {
    width: 310px;
    height: 226px;
  }

  .container_category_list section:hover .wp-post__header {
    text-decoration: underline;
    color: rgba(235, 28, 36, 1);
  }

  .container_category_list .wp-post__header::before {
    content: "";
    background-size: 100% 100%;
    width: 0;
    height: 20px;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    /*background-position: -23px;*/
    transition: all var(--transition-time-all);
    background-image: url("../img/icons/icon_arrow_swiper_right.svg");
    margin-right: 6px;
  }

  .container_category_list section:hover .wp-post__header::before {
    /*background-position: 0;*/
    width: 23px;
  }

  .container_category_list_update article {
    width: 270px;
  }

  .container_category_list_update .wp-show-posts-image {
    padding-right: 30px;
    padding-top: 0px;
  }
  .container_category_list_update {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: space-between;
    gap: 20px;
  }

  .container_category_list_update section {
    width: fit-content;
    display: flex !important;
  }
}

.container_category_list_update .wp-show-posts-columns::after {
  display: none;
}

.wp-show-posts-columns .wp-show-posts-single {
  /*max-width: 165px;*/
  min-height: 193px;
}

@media screen and (min-width: 768px) {
  .wp-show-posts-columns .wp-show-posts-single {
    max-width: none;
    width: 342px;
  }
}
@media screen and (min-width: 1280px) {
  .wp-show-posts-columns .wp-show-posts-single {
    width: 270px;
  }
}

.container_category_list_disiel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 24px;
  column-gap: 10px;
}

.box_item_dizel_generator .wp-block-group__inner-container {
  width: 100%;
  min-height: 193px;
  display: flex;
  flex-direction: column;
  /*gap: 6px;*/
  border-radius: 12px;
  background-color: #fff;
  justify-content: end;
  padding: 10px;
}

@media screen and (min-width: 768px) {
  .box_item_dizel_generator .wp-block-group__inner-container {
    padding: 0;
  }
}

.box_item_dizel_generator {
  position: relative;
}

.box_item_dizel_generator .wpsp-read-more {
  display: block;
  width: 100%;
  padding: 20px 35px 3px 20px;
  color: #141414;
  font-family: var(--font-family-main);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.box_item_dizel_generator .wpsp-read-more a {
  width: 100%;
  transition: all var(--transition-time-all);
}
.box_item_dizel_generator .img_deisel_category {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .container_category_list_disiel {
    row-gap: 28px;
    column-gap: 20px;
  }

  .box_item_dizel_generator .wp-block-group__inner-container {
    flex-direction: column-reverse;
    /*width: 342px;*/
    /*gap: 18px;*/
  }

  .box_item_dizel_generator .wpsp-read-more {
    display: flex;
    margin: 0;
    padding: 20px 20px 10px 20px;
    height: 73px;
    /*box-sizing: content-box;*/
    font-size: 16px;
  }
  .box_item_dizel_generator .img_deisel_category {
    padding: 0 30px 30px 30px;
    min-height: 230px;
    max-height: 230px;
  }

  .box_item_dizel_generator::after {
    position: absolute;
    display: inline-block;
    content: "";
    width: 23.89px;
    height: 22px;
    -webkit-mask: url("../img/icons/icon_bottom_right.svg") no-repeat center;
    mask: url("../img/icons/icon_bottom_right.svg") no-repeat center;
    background-color: currentColor;
    right: 21.71px;
    bottom: 20px;
    transition: all var(--transition-time-all);
    color: rgba(20, 20, 20, 1);
  }

  .box_item_dizel_generator:hover::after {
    transform: rotate(135deg);
    color: rgba(235, 28, 36, 1);
  }

  .box_item_dizel_generator:hover .wpsp-read-more a {
    color: rgba(235, 28, 36, 1);
    text-decoration: underline !important;
  }
}

.box_item_dizel_generator .img_deisel_category a {
  display: flex;
  align-items: center;
  min-height: 210px;
  max-height: 210px;
}

@media screen and (min-width: 1280px) {
  .container_category_list_disiel {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.container_seo_text {
  font-family: var(--font-family-main);
  margin-top: 25px;
}

.container_seo_text ul,
.container_seo_text ol {
  list-style: disc;
  font-family: Inter Tight;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.container_seo_text h2,
.container_seo_text h2 span {
  font-family: var(--font-family-main);
  font-size: 26px !important;
  font-weight: 600 !important;
  margin-bottom: 10px;
  margin-top: 20px;
}

.container_seo_text h3,
.container_seo_text h3 span {
  font-family: var(--font-family-main);
  font-size: 16px !important;
  font-weight: 600 !important;
  margin-bottom: 10px;
  margin-top: 15px;
}

.container_seo_text_product h2,
.container_seo_text_product h2 span {
  font-size: 22px !important;
  margin-bottom: 10px;
  margin-top: 20px;
}

.container_seo_text_product h3,
.container_seo_text_product h3 span {
  font-size: 17px !important;
  margin-bottom: 10px;
  margin-top: 15px;
}

.container_seo_text p {
  font-size: 14px;
  /*text-indent: 30px;*/
  margin-bottom: 0;
  font-weight: 400;
  font-family: Inter Tight;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.container_seo_text a,
.container_seo_text p a {
  text-indent: 0;
  color: #c41a23;
  transition: all var(--transition-time-all);
}

.container_seo_text a:hover,
.container_seo_text p a:hover {
  text-decoration: underline !important;
}

.box_text_seo_pagination {
  /*margin-top: 80px;*/
}

@media screen and (min-width: 768px) {
  .container_seo_text {
    width: 704px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 1280px) {
  .container_seo_text {
    max-width: 1320px;
    width: 100%;
  }
}
.text_mood_voda {
  margin-top: 20px;
}
.text_mood_voda_one {
  margin-bottom: -10px;
}

@media screen and (min-width: 1320px) {
  .container_category {
    padding-left: 0;
    padding-right: 0;
  }
  .container_category_list_update article {
    width: 315px;
  }
  .wp-show-posts-columns .wp-show-posts-single {
    width: 315px;
  }
}

#wpsp-7116 img {
  width: 100%;
  height: 195px;
  max-width: none;
  margin: 0 !important;
  object-fit: cover;
}

#wpsp-9462 img {
  width: 100%;
  height: 210px;
  max-width: none;
  margin: 0 !important;
}

#wpsp-7373 img {
  width: 100%;
  height: 210px;
  max-width: none;
  margin: 0 !important;
  object-fit: cover;
}

#wpsp-8760 img,
#wpsp-7133 img,
#wpsp-7599 img {
  width: 100%;
  height: 210px;
  max-width: none;
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .box_item_dizel_generator .wpsp-read-more {
    padding: 10px 23px 0 0;
  }
}

#wpsp-17418 .wpsp-image-center a,
#wpsp-17412 .wpsp-image-center a,
#wpsp-17426 .wpsp-image-center a {
  max-height: none;
  min-height: fit-content;
}

#wpsp-17426 .wpsp-image-center a img {
  object-fit: cover;
  width: 100%;
}

#wpsp-17160 .post-17740,
#wpsp-17160 .post-17761,
#wpsp-17160 .post-17781,
#wpsp-17160 .wpsp-clear {
  display: none;
}

#wpsp-15716 .post-18034,
#wpsp-15716 .post-18024,
#wpsp-15716 .post-18013,
#wpsp-15716 .post-18003,
#wpsp-15716 .post-17990,
#wpsp-15716 .post-17979,
#wpsp-15716 .post-17963,
#wpsp-15716 .post-17954,
#wpsp-15716 .post-17941,
#wpsp-15716 .post-17927 {
  display: none;
}

#wpsp-15716 .post-18095,
#wpsp-15716 .post-18082,
#wpsp-15716 .post-18070,
#wpsp-15716 .post-18058,
#wpsp-15716 .post-18044,
#wpsp-15716 .wpsp-clear {
  display: none;
}

#wpsp-15716 .post-18151,
#wpsp-15716 .post-18140,
#wpsp-15716 .post-18128,
#wpsp-15716 .post-18114 {
  display: none;
}

#wpsp-15716 .post-18207,
#wpsp-15716 .post-18195,
#wpsp-15716 .post-18183,
#wpsp-15716 .post-18169 {
  display: none;
}
.wp-show-posts-single.post-20060 {
  display: none !important;
}
