:root {
	--value_prod_width: 24px;
}

html {
	font-size: 17px;
}

.activate-theme-license a.ab-item {
  background-color: #2271b1 !important; }

.activate-theme-license a.ab-item:hover {
  background-color: #135e96 !important;
  color: #f0f0f1 !important; }

.one-line,
.two-lines,
.three-lines,
.four-lines {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical; }

.one-line {
  -webkit-line-clamp: 1; }

.two-lines {
  -webkit-line-clamp: 2; }

.three-lines {
  -webkit-line-clamp: 3; }

.four-lines {
  -webkit-line-clamp: 4; }

header.wp-block-template-part {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px; }
  header.wp-block-template-part .wp-block-navigation a:hover {
    color: #0078d7; }

.content-loop .wp-block-post {
  border-bottom: 1px solid #f0f0f0;
  margin: 0 0 2rem 0;
  padding-bottom: 2rem;
  position: relative; }
  .content-loop .wp-block-post:last-child {
    margin-bottom: 0; }
  .content-loop .wp-block-post:after {
    clear: both;
    content: " ";
    display: block; }
.content-loop .has-post-thumbnail .taxonomy-category {
  display: block; }
.content-loop figure {
  float: left; }
.content-loop .wp-block-post-title a {
  display: inherit; }
.content-loop .wp-block-post-terms__separator {
  display: none; }
.content-loop .wp-block-post-author__name a:hover {
  color: #222; }
.content-loop .taxonomy-category {
  margin: 0 0 10px 0;
  display: none; }
  .content-loop .taxonomy-category a {
    background-color: #222;
    border-radius: 3px;
    color: #fff;
    display: none;
    font-size: 12px !important;
    height: 22px;
    line-height: 22px;
    padding: 0 8px; }
    .content-loop .taxonomy-category a:first-child {
      display: inline-block; }
    .content-loop .taxonomy-category a:hover {
      background-color: #f0f0f0 !important;
      color: #555; }
.content-loop .wp-block-post-excerpt__excerpt {
  margin: 10px 0 0 0; }
.content-loop .wp-block-query-pagination {
  margin-top: 1.5rem !important; }

.wp-block-post-author {
  height: 24px;
  line-height: 24px; }
  .wp-block-post-author a {
    color: #999 !important;
    text-decoration: none; }
    .wp-block-post-author a:hover {
      color: #222 !important; }
  .wp-block-post-author .wp-block-post-author__avatar img {
    border-radius: 50%;
    width: 24px;
    height: auto; }

.wp-block-post-date {
  height: 24px;
  line-height: 24px; }

.wp-block-post-excerpt__excerpt {
  line-height: 1.8; }

.footer-list {
  padding: 0; }
  .footer-list li {
    list-style: none;
    margin-bottom: 5px; }

.bottom-contact figure {
  line-height: 1.3; }

.wp-block-query-pagination {
  gap: 0; }
  .wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
    margin-right: 4px; }
  .wp-block-query-pagination .wp-block-query-pagination-next-arrow {
    margin-left: 4px; }
  .wp-block-query-pagination .wp-block-query-pagination-next,
  .wp-block-query-pagination .wp-block-query-pagination-numbers,
  .wp-block-query-pagination .wp-block-query-pagination-previous {
    margin-right: 4px; }
  .wp-block-query-pagination .page-numbers,
  .wp-block-query-pagination a {
    background-color: #e7e8e9;
    border-radius: 4px;
    color: #333;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 0 12px; }
    .wp-block-query-pagination .page-numbers:hover,
    .wp-block-query-pagination a:hover {
      background-color: #ddd; }
  .wp-block-query-pagination .page-numbers.current {
    color: #0078d7; }

.single .wp-block-post-terms.taxonomy-category .wp-block-post-terms__separator {
  display: none; }
.single .wp-block-post-terms.taxonomy-category a {
  background-color: #222;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  margin-right: 5px;
  padding: 2px 8px; }
  .single .wp-block-post-terms.taxonomy-category a:hover {
    background-color: var(--wp--preset--color--primary);
    color: #fff; }
.single .wp-block-post-terms.taxonomy-category .wp-block-post-terms__separator {
  display: none; }
.single .wp-block-post-terms.taxonomy-post_tag a {
  background-color: #f4f5f6;
  border-radius: 3px;
  color: #666;
  display: inline-block;
  font-size: 13px;
  margin-right: 5px;
  padding: 2px 8px; }
  .single .wp-block-post-terms.taxonomy-post_tag a:hover {
    background-color: #222;
    color: #fff; }
.single .wp-block-post-terms.taxonomy-post_tag .wp-block-post-terms__separator {
  display: none; }

.single .wp-block-post-content p a {
  color: #0078d7;
  text-decoration: underline; }

.wp-block-comments .comment {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding: 2rem 0 0 0; }
  .wp-block-comments .comment p {
    margin: 0 0 20px 0; }
    .wp-block-comments .comment p:last-child {
      margin-bottom: 0; }
  .wp-block-comments .comment .wp-block-comment-author-name {
    font-weight: bold; }
  .wp-block-comments .comment time a:hover,
  .wp-block-comments .comment .wp-block-comment-edit-link a:hover,
  .wp-block-comments .comment .wp-block-comment-reply-link a:hover {
    color: #222; }
.wp-block-comments .comment-reply-title {
  font-weight: bold; }
.wp-block-comments .logged-in-as {
  color: #999;
  font-size: 14px; }
  .wp-block-comments .logged-in-as a {
    color: #0078d7; }
.wp-block-comments .required {
  color: red; }

.wp-block-post-author__name a:hover {
  color: #222; }

.author-box {
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  padding: 1.5rem; }
  .author-box:after {
    clear: both;
    content: " ";
    display: block; }
  .author-box .wp-block-post-author__avatar {
    margin-right: 10px; }
  .author-box .wp-block-post-author__name {
    color: #222;
    font-weight: bold; }
  .author-box .wp-block-post-author-biography {
    font-size: 0.95em; }
    .author-box .wp-block-post-author-biography a {
      color: #0078d7;
      text-decoration: underline; }
      .author-box .wp-block-post-author-biography a:hover {
        text-decoration: none; }

.wp-block-post-comments-form input:not([type=submit]),
.wp-block-post-comments-form textarea {
  border-color: #e9e9e9; }

/* Site Header */
.wp-block-site-title a {
  background: none;
  padding: 0;
  color: #222; }
  .wp-block-site-title a:hover, .wp-block-site-title a:active, .wp-block-site-title a:focus, .wp-block-site-title a:visited {
    color: #222 !important; }

/* Navigation */
@media only screen and (min-width: 1180px) {
  .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
    border: none;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 4px; }

  .wp-block-navigation .wp-block-navigation-item__content {
    padding-top: 10px;
    padding-bottom: 10px; }

  .wp-block-navigation .wp-block-navigation__submenu-container {
    padding: 0 15px; }
    .wp-block-navigation .wp-block-navigation__submenu-container li {
      border-bottom: 1px solid #f2f2f2;
      line-height: 1.5;
      padding: 0;
      min-width: 220px; }
      .wp-block-navigation .wp-block-navigation__submenu-container li:last-child {
        border-bottom: none; }
      .wp-block-navigation .wp-block-navigation__submenu-container li a {
        padding: 10px 0; }
      .wp-block-navigation .wp-block-navigation__submenu-container li ul {
        margin-top: 1px !important; } }
.full-width-image .wp-block-image.size-full img {
  width: 100%; }

.has-box-shadow {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px; }

.group-shadow-alt {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 6px 24px 0px, rgba(0, 0, 0, 0.1) 0px 0px 0px 1px; }

.group-shadow {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px; }

.line-height-clear {
  line-height: 0.5; }

.wp-block-group iframe {
  width: 100%; }

/* Pricing Table */
.pricing-table ul li {
  list-style: none; }

/* Entry Content */
.entry-content {
  /*
  h3 {
      font-size: var(--wp--preset--font-size--large);
  }
  h4 {
      font-size: 1.4rem;
  }
  h5,h6 {
      font-size: var(--wp--preset--font-size--medium);
  }
  */ }
  .entry-content p {
    margin-bottom: 25px; }
    .entry-content p:last-child {
      margin-bottom: 0; }
  .entry-content p a {
    color: var(--wp--preset--color--primary); }
  .entry-content table {
    width: 100%; }
    .entry-content table thead {
      border-bottom: 1px solid; }
    .entry-content table td,
    .entry-content table th {
      border-color: #666;
      padding: 0.7rem 1.3rem;
      line-height: 1.5; }
    .entry-content table thead {
      background-color: rgba(0, 96, 191, 0.08); }
    .entry-content table th {
      font-weight: 600; }
    .entry-content table td:first-child {
      font-weight: 600; }
  .entry-content fieldset {
    border: 1px solid #e9e9e9;
    margin: 0 2px 20px 2px;
    padding: 0.35em 0.625em 0.75em; }
  .entry-content pre,
  .entry-content .wp-block-preformatted {
    white-space: pre-wrap; }
  .entry-content fieldset {
    border: 1px solid #e9e9e9;
    margin: 0 2px 20px 2px;
    padding: 0.35em 0.625em 0.75em; }
  .entry-content pre,
  .entry-content .wp-block-preformatted {
    white-space: pre-wrap; }

.sidebar h2 {
  border-bottom: 1px solid #f0f0f0;
  position: relative;
  margin: -4px 0 1rem 0;
  padding-bottom: 15px; }
.sidebar .wp-block-categories-list {
  padding: 0 !important; }
  .sidebar .wp-block-categories-list li {
    list-style: none;
    margin-bottom: 10px; }
    .sidebar .wp-block-categories-list li:last-child {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0; }
    .sidebar .wp-block-categories-list li:hover .post-count {
      background-color: #e9e9e9;
      color: #666; }
  .sidebar .wp-block-categories-list .post-count {
    float: right;
    background: #f0f0f0;
    border-radius: 4px;
    color: #999;
    font-size: 11px;
    font-weight: 400;
    text-align: center;
    min-width: 22px;
    height: 22px;
    line-height: 22px;
    position: relative;
    top: 1px; }
.sidebar .wp-block-latest-posts__list li {
  margin-bottom: 20px; }
  .sidebar .wp-block-latest-posts__list li:after {
    clear: both;
    content: " ";
    display: block; }
  .sidebar .wp-block-latest-posts__list li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0; }
.sidebar .wp-block-latest-posts__list .wp-block-latest-posts__post-date {
  margin-top: 5px; }
.sidebar .wp-block-tag-cloud a {
  background-color: #f4f5f6;
  border-radius: 4px;
  color: #666;
  font-size: 12px !important;
  margin: 0 1px 0 0;
  padding: 1px 6px;
  text-decoration: none; }
  .sidebar .wp-block-tag-cloud a:hover {
    background-color: var(--wp--preset--color--vivid-green-cyan);
    color: #fff; }

footer.wp-block-template-part p a:hover,
footer.wp-block-template-part li a:hover {
  color: var(--wp--preset--color--primary); }
footer.wp-block-template-part .wp-block-navigation ul li a:hover {
  color: var(--wp--preset--color--primary); }
footer.wp-block-template-part .wp-block-navigation ul li ul {
  display: none !important; }
footer.wp-block-template-part .wp-block-navigation ul li.has-child button {
  display: none; }

.service-item .wp-block-image img {
  width: 100%; }

.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
  margin-top: auto; }

.features-grid .wp-block-column {
  position: relative; }
  .features-grid .wp-block-column .wp-block-group {
    position: relative;
    z-index: 99; }
  .features-grid .wp-block-column:before, .features-grid .wp-block-column:after {
    content: "";
    position: absolute;
    width: 94%;
    height: 92%;
    top: 4%;
    left: 3%;
    opacity: 0;
    box-sizing: border-box; }
  .features-grid .wp-block-column:before {
    bottom: 0px;
    transition: opacity .5s ease 0s, transform .5s ease 0s;
    border-top: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    transform: scaleX(0);
    -webkit-transform: scaleX(0); }
  .features-grid .wp-block-column:after {
    transition: opacity .3s ease 0s, transform .3s ease 0s;
    border-left: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: scaleY(0);
    -webkit-transform: scaleY(0); }
  .features-grid .wp-block-column:hover:before, .features-grid .wp-block-column:hover:after {
    opacity: 1;
    transform: scale(1); }
  .features-grid .wp-block-column.has-background-secondary-background-color:before, .features-grid .wp-block-column.has-background-secondary-background-color:after {
    border-color: var(--wp--preset--color--body-text); }

.product-grid .product-num {
  color: var(--wp--preset--color--orange); }

.post-grid .wp-block-post {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px; }
.post-grid .wp-block-post-excerpt__excerpt {
  margin-bottom: 0; }
.post-grid .wp-block-post-excerpt__more-text {
  font-size: 14px;
  margin-top: 15px; }
  .post-grid .wp-block-post-excerpt__more-text a {
    color: var(--wp--preset--color--primary);
    text-decoration: none; }
    .post-grid .wp-block-post-excerpt__more-text a:hover {
      color: #222; }

.section-grid-cover .wp-block-column img {
  transition: 0.3s all; }
.section-grid-cover .wp-block-column:hover img {
  transform: scale(1.1); }

.sidebar-menu {
  background-color: #f6f7f8;
  font-size: 0.95em;
  padding: 10px 0; }
  .sidebar-menu h3 {
    padding: 5px 25px; }
  .sidebar-menu ul {
    padding-left: 0; }
  .sidebar-menu li {
    list-style: none; }
    .sidebar-menu li a {
      background-color: #f6f7f8;
      display: block;
      padding: 5px 25px; }
      .sidebar-menu li a:hover {
        background-color: var(--wp--preset--color--primary);
        color: #fff; }

/* Toggle FAQ */
.faq-loop .faq-entry + .faq-entry {
  border-top: none; }

.faq-entry {
  border-bottom: 1px solid #d9d9d9;
  margin: 0 !important;
  position: relative; }
  .faq-entry:last-child {
    border-bottom: none; }

.faq-answer {
  margin: 0;
  padding: 0 0 20px; }
  .faq-answer p,
  .faq-answer ul {
    margin: 0 0 20px 0; }
  .faq-answer p:last-child {
    margin-bottom: 0; }

.toggle-faq {
  text-decoration: none;
  color: #333;
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 0 !important;
  padding: 15px 20px 15px 0;
  display: block;
  line-height: 1.5; }
  .toggle-faq:hover {
    color: var(--wp--preset--color--primary);
    cursor: pointer; }
  .toggle-faq.active {
    font-weight: 600;
    color: var(--wp--preset--color--primary); }
  .toggle-faq .dashicons {
    position: absolute;
    top: 21px;
    right: 0; }
  .toggle-faq .dashicons-plus-alt2 {
    color: var(--wp--preset--color--secondary);
    font-size: 16px;
    vertical-align: middle; }
  .toggle-faq .dashicons-minus {
    color: var(--wp--preset--color--secondary);
    font-size: 16px;
    vertical-align: middle; }

.features-list {
  padding-left: 0; }
  .features-list li {
    background: url("assets/images/icon-check.png") no-repeat 0 8px;
    background-size: 14px 14px;
    padding-left: 23px;
    list-style: none; }

/*# sourceMappingURL=design.css.map */

/* My custom styles*/

.contents {
	max-width: var(--wp--style--global--content-size);
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Product Page*/

.breadcrumbs_wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	padding: 0.5rem 0;
}

.breadcrumbs_wrap_txt,
.txt_link {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	text-align: center;
	margin: 0;
	
	font-size: 0.8rem;
	line-height: 1;
	color: var(--wp--preset--color--primary);
}

.breadcrumbs_wrap_txt::after,
.txt_link::after {
	content: '>';
	font-size: 1em;
	line-height: 1;
	padding: 0 0.2rem;
}

.txt_link::after {
	color: transparent;
}

.breadcrumbs_wrap_txt:hover {
	color: var(--wp--preset--color--coffee);
}

.main_img_prod {
	width: 100%;
	height: auto;
	object-fit: cover;
	aspect-ratio: 1 / 1;
}

.galery_prod {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	align-items: center;
	justify-content:flex-start;
	
	width: 100%;
	height: fit-content;
}

.image_prod_active {
	display: flex;
	align-items: center;
	justify-content: center;
	
	width: 100%;
	height: auto;
	
	position:relative;
}

.image_prod_active .btn_left,
.image_prod_active .btn_right {
	display: block;
	width: 40px;
	height: 40px;
	
	border-radius: 10px;
	overflow: hidden;
	
	position: absolute;
	top: calc(50% - 20px);
	z-index: 99;
	
	opacity: .3;
	transition: opacity 300ms ease-in-out;
}

.image_prod_active .btn_left:hover,
.image_prod_active .btn_right:hover {
	opacity: 1;
	cursor: pointer;
}

.image_prod_active .btn_left {
	left: 0.5rem;
}

.image_prod_active .btn_right {
	transform: rotate(180deg);
	right: 0.5rem;
}

.image_prod_active .btn_left>img,
.image_prod_active .btn_right>img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.image_prod_active img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.image_active {
	transform: scale(1, 1);
	transition: transform 500ms ease-in-out;
}

.reduce {
	transform: scale(0.1, 0.1);
}

.all_image_block {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 3.5rem;
	gap: 0.5rem;
}

.all_image_block .btn_left,
.all_image_block .btn_right {
	display: block;
	width: 25px;
	height: 25px;
	cursor: pointer;
}

.transparent {
	opacity: 0;
	transition: opacity 300ms ease-in-out;
}

.all_image_block .btn_left>img,
.all_image_block .btn_right>img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.all_image_block .btn_right>img {
	transform: rotate(180deg);
}

.all_image_border {
	display: blink;
	height: 100%;
	width: 100%;
	
	position: relative;
	overflow: hidden;
}

.all_image {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 0.5rem;
	
	position: absolute;
	top: 0;
	left: 0;
	width: fit-content;
	height:100%;
	transition: transform 500ms ease-in-out;
}

.all_image>img {
	height: 3.5rem;
	width: auto;
	aspect-ratio: 1 / 1;
	object-fit: contain;
}

.gallery_img {
	opacity: 0.4;
	transition: opacity 500ms ease-in-out;
	cursor: pointer;
}

.gallery_img.active {
	opacity: 1;
	border: 1px solid var(--wp--preset--color--primary);
	cursor: default;
}

.status_prod {
	display: flex;
	flex-direction:row;
	justify-content: flex-start;
	align-items: center;
	gap: 0.5rem;
	width: auto;
	height: 1rem;
}

.status_prod > img {
	height: 100%;
	width: auto;
}

.status_prod > p,
.code_prod {
	font-size: 1rem;
	color: var(--wp--preset--color--primary);
	margin: 0;
}

.cta_block_prod_page {
	display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    gap: 0.7rem;
    justify-content: start;
    align-items: end;
    align-content: center;
    width: 100%;
    justify-items: stretch;
}

.photo_name_block_type_prod {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 0.7rem;
	width: 100%;
}

.photo_name_block_type_prod h3,
.price_prod_block h3 {
	color: var(--wp--preset--color--primary);
	width: auto;
	margin: 0;
}

.type_and_price_block {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 1rem;
	width: 100%;
	grid-row: span 2;
}

.photo_type_block {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 0.5rem;
	width: 100%;
}

.photo_type_block>img {
	height: 80px;
	width: 80px;
	object-fit: contain;
	cursor: pointer;
}

.photo_type_block>img.active {
	border: 2px solid var(--wp--preset--color--primary);
}

.price_prod_block {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 1rem;
	
	width: 100%;
}

.type_name_prod,
.promo_price_prod,
.price_prod {
	display: inline-block;
	position: relative;
}

.type_name_prod {
	height: 1.8rem;
	width: 100%;
}

.type_name_prod_txt {
	font-size: 1rem;
	
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	
	opacity: 0;
	transition: opacity 300ms ease-in-out;
}

.type_name_prod_txt.active {
	opacity: 1;
}

.promo_price_prod {
	height: 1.44rem;
	width: 35%;
}

.promo_price_prod_nmb {
	font-size: 0.8rem;
	color: var(--wp--preset--color--body-text);
	text-wrap: nowrap;
	
	position: absolute;
	left: 0;
	margin: 0;
	
	opacity: 0;
	transition: opacity 300ms ease-in-out;
}

.promo_price_prod_nmb.active {
	opacity: 1;
}

.promo_price_prod_nmb.form_price {
	position: static;
	opacity: 1;
}

.promo_price_prod_nmb {
	top: calc(50% - 0.4rem);
}

.promo_price_prod::after {
	content: '';
	position: absolute;
	top: calc(50% - 0.4rem);
	left: 0;
	height: 100%;
	width: 100%;
	clip-path: polygon(2% 0%, 0 2%, 98% 100%, 100% 98%);
	background: var(--wp--preset--color--body-text);
}

.promo_price_prod::before {
	content: '';
	position: absolute;
	top: calc(50% - 0.4rem);
	left: 0;
	height: 100%;
	width: 100%;
	clip-path: polygon(2% 100%, 0 98%, 98% 0, 100% 2%);
	background: var(--wp--preset--color--body-text);
}

.price_prod {
	height: 2.16rem;
	width: 35%;
}

.price_prod_txt {
	font-size: 1.2rem;
	font-weight: 500;
	color: var(--wp--preset--color--primary);
	text-wrap: nowrap;
	
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	
	opacity: 0;
	transition: opacity 300ms ease-in-out;
}

.price_prod_txt.active {
	opacity: 1;
}

.red {
	color: var(--wp--preset--color--vivid-red);
}

.price_prod_txt.form_price {
	position: relative;
	opacity: 1;
}

.cta_block_prod_page_btn {
	grid-column: 2;
	grid-row: 2;
	margin: 0 !important;
}

.list_for_first_screen_product {
	list-style: none;
	padding: 0 !important;
}

.list_for_first_screen_product > li {
	position: relative;
	padding-left: 2rem;
}

.list_for_first_screen_product > li::before {
	content: '';
	position: absolute;
	top: calc(50% - 0.6rem);
	left: 0;
	height: 1.2rem;
	width: 1.2rem;
	background: url('https://energy-holding.com.ua/wp-content/uploads/2024/09/check-list.svg') no-repeat center center;
	background-size: contain;
}

.tab_panels {
	/*position: relative;*/
	transition: box-shadow 500ms ease-in-out;
	background: #fff !important;
}

.prod_tabs {
	align-items: center;
	justify-content: space-between !important;
	gap: 0 !important;	
}

.tab_panels.sticky {
	position: sticky;
	top: 0;
	/*width: 100%;*/
	height: fit-content !important;
	z-index: 10;
	
	justify-content: flex-start;
	
	box-shadow: 0px 18px 5px rgba(0, 28, 46, 0),
				0px 11px 5px rgba(0, 28, 46, 0.01),
				0px 6px 4px rgba(0, 28, 46, 0.05),
				0px 3px 3px rgba(0, 28, 46, 0.09),
				0px 1px 2px rgba(0, 28, 46, 0.1);
}

.cta_bottom_panel {
	display: none !important;
	opacity: 0;
	max-height: 0;
	padding: 0.5rem;
	max-height: fit-content;
	
	transition: opacity 300ms ease-in-out,
				max-height 300ms ease-in-out;
}

.cta_bottom_panel_group {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 0 !important;
	align-items: center !important;
	height: fit-content;
}

.cta_bottom_panel.active {
	display: flex !important;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	opacity: 1;		
	gap: 2px;
	width: 100%;
	max-height: fit-content;
}

.cta_bottom_panel.active .title_img_prod,
.cta_bottom_panel.active .price_prod {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	gap: 1rem;
	align-items: center;
}

.cta_bottom_panel.active .title_img_prod {
	width: 40%;
}

.cta_bottom_panel.active img {
	height: 3rem;
	width: 3rem;
	object-fit: contain;
}

.cta_bottom_panel.active h3 {
	font-size: 1.1rem;
	font-weight: 600;
	color: var(--wp--preset--color--primary);
	margin: 0 !important;
}

.photo_type_block.mini_sticky {
	gap: 0.3rem;
	width: fit-content;
}

.photo_type_block.mini_sticky img {
	height: 3rem;
	width: 3rem;
	object-fit: contain;
}

.promo_price_block {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0.3rem;
}

.promo_price_prod_nmb.mini_sticky {
	font-size: 0.6rem;
}

.price_prod_txt.mini_sticky {
	font-size: 1rem;
}

.btn_up {
	display: none;
	opacity: 0;
	max-height: 0;
	padding: 0.5rem;
	
	transition: opacity 1000ms ease-in-out,
				max-height 1000ms ease-in-out;
}

.btn_up.active {
	display: none;
	/*display: flex;*/
	position: absolute;
	top: 50%;
	right: -4rem;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	
	opacity: 1;
	/*max-height: 100%;*/
}

.btn_up figure,
.btn_up img {
	height: 2rem;
	width: 2rem;
}

.btn_up img {
	object-fit: contain;
}

.prod_tab,
.prod_tab_rewrite {
	/*flex-basis: 0 !important;
	flex-grow: 1 !important;
	flex-shrink: 1 !important;*/
	border: 2px solid transparent;
	border-bottom: 2px solid var(--wp--preset--color--primary);
	width: auto;
	flex: 1;
	transition: flex-basis 300ms ease-in-out;
}

.prod_tabs.sticky .prod_tab,
.prod_tabs.sticky .prod_tab_rewrite {
	width: 12%;
	height: 100%;
}

.prod_tab>h3>a,
.prod_tab_rewrite>h3 {
	display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: row;
	padding: 0.5rem 0 !important;
}

.prod_tabs.sticky>.prod_tab>h3>a,
.prod_tabs.sticky>.prod_tab_rewrite>h3 {
	font-size: 0.8rem;
}


.prod_tab:hover,
.prod_tab_rewrite:hover {
	cursor: pointer;
	border: 2px solid var(--wp--preset--color--primary);
	border-radius: 4px 4px 0 0;
	box-shadow: 53px 30px 17px rgba(0, 19, 31, 0),
				34px 19px 16px rgba(0, 19, 31, 0.01),
				19px 11px 13px rgba(0, 19, 31, 0.05),
				8px 5px 10px rgba(0, 19, 31, 0.09),
				2px 1px 5px rgba(0, 19, 31, 0.1);
}

.shadow_block {
	box-shadow: 53px 30px 17px rgba(0, 19, 31, 0),
				34px 19px 16px rgba(0, 19, 31, 0.01),
				19px 11px 13px rgba(0, 19, 31, 0.05),
				8px 5px 10px rgba(0, 19, 31, 0.09),
				2px 1px 5px rgba(0, 19, 31, 0.1);
}

.prod_tab.active {
	background: var(--wp--preset--color--primary);
	border: 0;
	border-radius: 4px 4px 0 0;
}

.prod_tab.active>h3>a {
	color: #fff !important;
}

.tab_panel {
	display: flex;
	width: 100% !important;
}

.prod_desc {
	display: block;
	padding: 1rem 0;
}

.prod_desc>p {
	margin: 0 !important;
	padding: 0.5rem 0 !important;
	font-size: 1rem;
	padding: 0 0.3rem;
}

.prod_desc>h2,
.tab_panel h2{
	font-size: 1.2rem;
	font-weight: 600;
	color: var(--wp--preset--color--primary);
	border-bottom: 2px solid  var(--wp--preset--color--primary);
	margin: 1rem 0 !important;
	padding: 0 0.3rem;
	width: 100%;
}

.parametrs_prod_table {
	/*display: none;*/
	display: flex;
	flex-direction: column;
	gap: 0;
	align-items: stretch;
	height: fit-content !important;
	width: 100%;
}

.parametrs_prod_row{
	display: grid;
	grid-template-columns: 280px repeat(auto-fit, minmax(40px, 1fr));
	grid-auto-rows: auto;
	
	gap: 0;
	
	border-bottom: 1px solid var(--wp--preset--color--primary);
}

.parametrs_prod_cell {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	
	font-size: 1.05rem;
	font-weight: 500;
	color: var(--wp--preset--color--primary);
	
	padding: 0.3rem;
}

.values_prod_cell {
	display: flex;
	justify-content: center;
	align-items: center;
	
	padding: 0.3rem;
}

.third_screen_product form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-auto-rows: auto;
	column-gap: 1rem;
	row-gap: 0;
	
	justify-content: start;
	align-items: center;
}

.form-radio {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 0.3rem;
	
	grid-column: span 2;
}

.feld_change {
	display: grid;
	grid-template-columns: auto 1fr 0.5fr 0.5fr;
	justify-content: start;
	align-items: center;
	column-gap: 1rem;
	
	width: 100%;
	padding: 0.5rem;
	border: 2px solid transparent;
	border-radius: 4px;
}

.feld_change.active {
	border-color: var(--wp--preset--color--primary);
	background: var(--wp--preset--color--custom-primery-transparent);
}

.radio_hidden {
	display: none;
}

.feld_change img {
	height: 3rem;
	width: 3rem;
	object-fit: contain;
}



.feld_change .promo_price_prod {
	display: flex;
	justify-content: center;
	align-items: center;
	max-height: fit-content;
	max-width: fit-content;
}

.feld_change .promo_price_prod::before,
.feld_change .promo_price_prod::after {
	top: 0;
}

.type_name_prod_txt.change_name {
	position: static;
	opacity: 1;
	color: var(--wp--preset--color--primary);
}

.form-submit {
	grid-column: span 2;
	display: flex;
	justify-content: center;
	align-items: center;
}

input[type="tel"]::placeholder,
input[type="email"]::placeholder {
	color: rgba(0, 0, 0, 0.4) !important;
}

/* Category page START*/

.shadow_image {
	box-shadow: 0 4px 4px rgba(2, 30, 50, 0.25),
				20px 20px 15px rgba(2, 30, 50, 0.01),
				10px 10px 15px rgba(2, 30, 50, 0.15);
}

.shadow_box {
	box-shadow: 21px 47px 14px rgba(3, 65, 104, 0),
				13px 30px 13px rgba(3, 65, 104, 0.01),
				8px 17px 11px rgba(3, 65, 104, 0.04),
				3px 8px 8px rgba(3, 65, 104, 0.06),
				1px 2px 5px rgba(3, 65, 104, 0.07);
}

.first_screen_btn {
	position: relative;
}

.first_screen_btn>a {
	padding-right: calc(30px + 1.6rem) !important;
}

.first_screen_btn::after {
	content:'';
	position: absolute;
	width: 1.5rem;
	height: 1.5rem;
	background-image: url('https://energy-holding.com.ua/wp-content/uploads/2024/10/arrow_bottom.svg');
	background-size: 100% 100%;
	top: calc(50% - 0.75rem);
	right: 1rem;
}

.main_img_cat {
	display: block;
	width: 100%;
	height: 100%;
	object-fit:cover;
	border-radius: 5px;
}

.first_screen_info,
.grid_cat_block,
.manual_cat_block,
.manual_cat_block {
	display: flex;
	flex-direction: column;
	justify-content:flex-start;
	align-items: center;
	gap: 1rem;
	width: 100%;
}

.first_screen_info h2 {
	font-size: 1.2rem;
	font-weight: 600;
	color: var(--wp--preset--color--primary);
	border-bottom: 1px solid var(--wp--preset--color--primary);
}

.all_cell_block {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: auto;
	column-gap: 1rem;
	row-gap: 1rem;
}

.cell_block {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 0.5rem;
}

.cell_block img,
.box_grid_cat_block img {
	width: auto;
	height: 3rem;
	object-fit: cover;
}

.cell_block h3,
.box_grid_cat_block h3,
.box_manual_cat_block h3,
.child_cat_item h3 {
	text-align: center;
	font-size: 1.2rem;
	font-weight: 500;
	color: var(--wp--preset--color--primary);
	margin: 0;
}

.cell_block p,
.box_grid_cat_block p,
.box_manual_cat_block p {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
	color: var(--wp--preset--color--body-text);
	margin: 0;
}

/*налаштування виводу категорій та товарів будуть тут*/

.child_cat_box {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: 1fr;
	column-gap: 1rem;
	row-gap: 1rem;
}

.child_cat_item {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 1rem;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid var(--wp--preset--color--primary);
}

.child_cat_item img {
	max-width: 100%;
	height: auto;
	object-fit: cover;
}

.cat_prod_box {
	border-radius: 0 0 4px 4px;
	justify-content: space-between;
	height: 100%;
}

.cat_prod_box a {
	display: flex;
	justify-content: center;
	align-items: center;
	
	width: 100%;
	padding: 8px 0;
	border-radius: 4px;
}

.cat_prod_box .type_and_price_block {
	width: 100%
}

.name_price_pack {
	flex-direction: column;
	justify-content: flex-start;
	gap: 0.2rem;
	width: 100%;
}

.name_price_pack_row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.name_prod,
.price_prod_box {
	font-size: 1rem;
	margin: 0 !important;	
}

.name_prod {
	color: var(--wp--preset--color--primary);
}

.benefits_cat_block {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	gap: 1rem;
	
	padding: 30px;
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-radius: 10px;
	flex: 1;	
}

.benefits_cat_block img {
	max-width: 50%;
	height: 100%;
	object-fit: cover;
}

.ben_list_block {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	max-width: 50%;
	gap: 0.5rem
}

.ben_list_block h2 {
	font-size: var(--wp--preset--font-size--extra-large);
	font-weight: 600;
	color: var(--wp--preset--color--primary);
	margin: 0;
}

.ben_list_block ul {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 0.5rem;
	width: 100%;
	
	list-style: none;
}

.ben_list_block li {
	position: relative;
	color: var(--wp--preset--color--primary);
	font-size: 1rem;
	font-weight: 600;
}

.ben_list_block img {
	position: absolute;
	width: 1.2rem;
	height: 1.2rem;
	object-fit: cover;
	top: calc(50% - 0.6rem);
	left: -30px;
}

.grid_cat_block h2,
.manual_cat_block h2 {
	text-align: center;
	font-size: 1.5rem;
	font-weight: 600;
	color: var(--wp--preset--color--primary);
	margin: 0;
}

.all_box_grid_cat_block {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: 1fr;
	column-gap: 1rem;
	row-gap: 1rem;
}

.box_grid_cat_block,
.box_manual_cat_block {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 0.5rem;
	
	padding: 2rem 0.5rem;
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.all_box_manual_cat_block {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	gap: 2rem 1rem;
	
	position: relative;
}

.all_box_manual_cat_block::after {
	content: '';
	position: absolute;
	width: 66%;
	height: 2px;
	top: calc(50% - 1px);
	left: calc(50% - 33%);
	background-color: var(--wp--preset--color--primary);
	border-radius: 1px;
}

.box_manual_cat_block[data-nmb="1"],
.box_manual_cat_block[data-nmb="2"], 
.box_manual_cat_block[data-nmb="3"] {
	flex: 0 0 32%;
	align-items: center;
	position: relative;
	border-bottom: 2px solid var(--wp--preset--color--primary);
	border-radius: 5px;
	gap: 1rem;
	padding: 0.5rem 0;
}

.box_manual_cat_block[data-nmb="4"],
.box_manual_cat_block[data-nmb="5"], 
.box_manual_cat_block[data-nmb="6"] {
	flex-direction: column-reverse;
	flex: 0 0 32%;
	align-items: center;
	position: relative;
	border-top: 2px solid var(--wp--preset--color--primary);
	border-radius: 5px;
	gap: 1rem;
	padding: 0.5rem 0;
}

.box_manual_cat_block[data-nmb="1"]::after,
.box_manual_cat_block[data-nmb="2"]::after, 
.box_manual_cat_block[data-nmb="3"]::after,
.box_manual_cat_block[data-nmb="4"]::after,
.box_manual_cat_block[data-nmb="5"]::after, 
.box_manual_cat_block[data-nmb="6"]::after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: var(--wp--preset--color--primary);
	left: calc(50% - 5px);
}

.box_manual_cat_block[data-nmb="1"]::after,
.box_manual_cat_block[data-nmb="2"]::after, 
.box_manual_cat_block[data-nmb="3"]::after {
	bottom: calc(-1rem - 7px);	
}

.box_manual_cat_block[data-nmb="4"]::after,
.box_manual_cat_block[data-nmb="5"]::after, 
.box_manual_cat_block[data-nmb="6"]::after {
	top: calc(-1rem - 7px);	
}

.box_manual_cat_block[data-nmb="1"]::before,
.box_manual_cat_block[data-nmb="2"]::before, 
.box_manual_cat_block[data-nmb="3"]::before,
.box_manual_cat_block[data-nmb="4"]::before,
.box_manual_cat_block[data-nmb="5"]::before, 
.box_manual_cat_block[data-nmb="6"]::before {
	content: '';
	position: absolute;
	width: 2px;
	height: 1rem;
	background-color: var(--wp--preset--color--primary);
	left: calc(50% - 1px);
}

.box_manual_cat_block[data-nmb="1"]::before,
.box_manual_cat_block[data-nmb="2"]::before, 
.box_manual_cat_block[data-nmb="3"]::before {
	bottom: calc(-1rem - 2px);
}

.box_manual_cat_block[data-nmb="4"]::before,
.box_manual_cat_block[data-nmb="5"]::before, 
.box_manual_cat_block[data-nmb="6"]::before {
	top: calc(-1rem - 2px);
}





@media screen and (max-width: 768px) {
	html {
		font-size: 14px;
	}
	
	.contents {
		padding: 0 20px !important;
	}
	
	/*page product*/
	
	.txt_link {
		text-wrap: nowrap;
		white-space: nowrap;
		overflow: hidden;
    	text-overflow: ellipsis;
		width:auto;		
	}
	
	.prod_page_title {
		font-size: 1.5rem !important;
		text-align: center;
		padding: 1rem 0 !important;
	}
	
	.prod_short_inf {
		align-items: center !important;
	}
	
	.prod_short_inf_first_row {
		flex-wrap: wrap !important;
		justify-content: center !important;
	}
	
	.prod_short_inf h3 {
		text-align: center;
		width: 100%
	}
	
	.cta_block_prod_page {
		display: grid;
		grid-template-columns: 1fr;
		grid-auto-rows: auto;
		gap: 0.7rem;
		justify-content: start;
		align-items: end;
		align-content: center;
		width: 100%;
		justify-items: stretch;
	}
	
	.type_and_price_block {
		grid-column: 1;
		grid-row: 1;
	}
	
	.cta_block_prod_page_btn {
		grid-column: 1;
		grid-row: auto;
	}
	
	.photo_name_block_type_prod {
		align-items: center;
	}
	
	.photo_type_block {
		justify-content: center;
	}
	
	.price_prod_block{
		flex-direction: column;
		align-items: center;
	}
	
	.type_name_prod_txt,
	.promo_price_prod_nmb,
	.price_prod_txt {
		text-align: center;
	}
	
	.type_name_prod_txt,
	.price_prod_txt {
		width: 100%;
	}
	
	.prod_tabs {
		display: grid !important;
		grid-template-columns: 30% 40% 30%;
		grid-auto-rows: 1fr;		
		gap: 0;
	}
	
	.prod_tabs.sticky {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100vw;
		top: auto;
		padding: 0 20px;
		
		background: #fff;
		transition: bottom 500ms ease-in-out;		
	}
	
	.cta_bottom_panel.active.mobi {
		display: grid !important;
		grid-template-columns: 1fr 1fr;
		grid-auto-rows: auto;
		justify-content: center !important;
		align-items: center !important;
		gap: 0.5rem !important;
		
		width:100% !important;
	}
	
	.cta_bottom_panel.active .title_img_prod {
		grid-column: span 2;
		width: 100%;
	}
	
	.photo_type_block.mini_sticky {
		grid-column: span 2;
		width: 100%;
	}
	
	.cta_block_prod_page_btn.mini_sticky {
		grid-column: 2;
		align-items: center;
		justify-content: center;
	}
	
	.cta_block_prod_page_btn.mini_sticky a {
		font-size: 1rem !important;
		padding: 0.5rem 1rem !important;
	}
	
	.btn_up {
		position: fixed;
		bottom: 25px;
		right: 90px;
		max-width: fit-content;
		background: #fff;
	}
	
	.prod_desc,
	.tab_panel {
		padding: 0 !important;
		margin-top: 2rem !important;
	}
	
	.prod_desc>h2,
	.tab_panel>h2 {
		text-align: center;
	}
	
	.parametrs_prod_row {
		grid-template-columns: repeat(auto-fit, minmax(var(--value_prod_width), 1fr));
	}
	
	.parametrs_prod_cell {
		grid-column: 1 / -1;
		width: 100%;
		justify-content: center;
		align-items: center;
		text-align: center;
		font-size: 0.8rem;
	}
	
	.values_prod_cell {
		justify-content: center;
		width: 100%;
		align-self: stretch;
		
		font-size: 1rem;
	}
	
	.feld_change {
		grid-template-columns: auto 1fr 1fr;
		grid-auto-row: 1fr;
		gap: 0.5rem;
		align-content: center;
		justify-content: center;
		justify-items: center;
	}
	
	.feld_change>img {
		grid-row: span 2;
	}
	
	.type_name_prod_txt.change_name {
		grid-column: span 2;
	}
	
	.feld_change .promo_price_prod {
		width: auto;
	}
	
	/* Category page START*/
	
	main {
		gap: 2rem !important;
	}

	.first_screen_cat {
		padding: 10px !important;
	}
	
	.first_screen_cat span {
		background: linear-gradient(321deg, rgb(233, 246, 255) 55%, rgb(0, 117, 200) 100%) !important;
	}
	
	.first_screen_cat div {
		flex-direction: column-reverse;
	}

	.all_cell_block {
		grid-template-columns: repeat(2, 1fr);
	}

	/*налаштування виводу категорій та товарів будуть тут*/
	
	.cat_prod_pack {
		grid-template-columns: repeat(2, 1fr) !important;
	}
	
	.cat_prod_pack h3 {
		font-size: 1.14rem !important;
		text-align: center;
	}
	
	.cat_prod_pack p {
		font-size: 0.8rem;
	}
	
	.name_price_pack_row {
		flex-wrap: wrap;
		justify-content: center;
	}
	
	

	.benefits_cat_block {
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;

		padding: 10px !important;
		position: relative;
	}

	.benefits_cat_block img {
		max-width: 100%;
		height: auto;
	}
	
	.benefits_cat_block img,
	.benefits_cat_block>div {
		z-index: 2;
	}
	
	.benefits_cat_block::after {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: linear-gradient(0deg, rgb(233, 246, 255) 28%, rgb(0, 117, 200) 100%);
		border-radius: 10px;
	}

	.ben_list_block {
		max-width: 100%;
	}
	
	.ben_list_block h2 {		
		text-align: center;
	}

	.all_box_grid_cat_block {
		grid-template-columns: repeat(2, 48%);
		grid-auto-rows: auto;
		box-sizing: border-box;
	}

	.box_grid_cat_block,
	.box_manual_cat_block {
		padding: 1rem 0.5rem;
	}

	.all_box_manual_cat_block {
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: flex-start;
		gap: 1rem;
		
		padding-right: 30px;

		position: relative;
	}

	.all_box_manual_cat_block::after {
		width: 2px;
		height: 100%;
		top: 0;
		left: calc(100% - 5px);
	}

	.box_manual_cat_block {
		flex-direction: column !important;
		border-bottom: 2px solid transparent !important;
		border-top: 2px solid transparent !important;
		border-right: 2px solid var(--wp--preset--color--primary);
		padding: 0 0.5rem !important;
	}

	.box_manual_cat_block[data-nmb="1"]::after,
	.box_manual_cat_block[data-nmb="2"]::after, 
	.box_manual_cat_block[data-nmb="3"]::after,
	.box_manual_cat_block[data-nmb="4"]::after,
	.box_manual_cat_block[data-nmb="5"]::after, 
	.box_manual_cat_block[data-nmb="6"]::after {
		content: '';
		position: absolute;
		width: 10px;
		height: 10px;
		border-radius: 5px;
		background-color: var(--wp--preset--color--primary);
		top: calc(50% - 5px);
		left: calc(100% + 22.5px);
	}

	.box_manual_cat_block[data-nmb="1"]::before,
	.box_manual_cat_block[data-nmb="2"]::before, 
	.box_manual_cat_block[data-nmb="3"]::before,
	.box_manual_cat_block[data-nmb="4"]::before,
	.box_manual_cat_block[data-nmb="5"]::before, 
	.box_manual_cat_block[data-nmb="6"]::before {
		content: '';
		position: absolute;
		width: 25px;
		height: 2px;
		background-color: var(--wp--preset--color--primary);
		left: calc(100% + 2px);
		top: calc(50% - 1px);
	}
	
	footer {
		margin-top: 2rem !important;
	}
	
	
}

@media screen and (min-width: 769px) and (max-width: 1180px) {
	.contents {
		padding: 0 20px !important;
	}
	
	
	/* Category page START*/
	
	main {
		gap: 2rem !important;
	}

	.first_screen_cat {
		padding: 20px !important;
	}

	.all_cell_block {
		grid-template-columns: repeat(2, 1fr);
	}

	/*налаштування виводу категорій та товарів будуть тут*/
	
	.cat_prod_pack {
		grid-template-columns: repeat(3, 1fr) !important;
	}
	
	.cat_prod_pack h3 {
		font-size: 1.14rem !important;
		text-align: center;
	}
	
	.cat_prod_pack p {
		font-size: 0.8rem;
	}
	
	.name_price_pack_row {
		flex-wrap: wrap;
		justify-content: center;
		gap: 1rem;
	}
	
	

	.benefits_cat_block {
		padding: 20px !important;
	}

	.all_box_grid_cat_block {
		grid-template-columns: repeat(2, 48%);
		grid-auto-rows: auto;
		box-sizing: border-box;
	}

	.box_grid_cat_block,
	.box_manual_cat_block {
		padding: 1rem 0.5rem;
	}

	.all_box_manual_cat_block {
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: flex-start;
		gap: 1rem;
		
		padding-right: 30px;

		position: relative;
	}

	.all_box_manual_cat_block::after {
		width: 2px;
		height: 100%;
		top: 0;
		left: calc(100% - 5px);
	}

	.box_manual_cat_block {
		flex-direction: column !important;
		border-bottom: 2px solid transparent !important;
		border-top: 2px solid transparent !important;
		border-right: 2px solid var(--wp--preset--color--primary);
		padding: 0 0.5rem !important;
	}

	.box_manual_cat_block[data-nmb="1"]::after,
	.box_manual_cat_block[data-nmb="2"]::after, 
	.box_manual_cat_block[data-nmb="3"]::after,
	.box_manual_cat_block[data-nmb="4"]::after,
	.box_manual_cat_block[data-nmb="5"]::after, 
	.box_manual_cat_block[data-nmb="6"]::after {
		content: '';
		position: absolute;
		width: 10px;
		height: 10px;
		border-radius: 5px;
		background-color: var(--wp--preset--color--primary);
		top: calc(50% - 5px);
		left: calc(100% + 22.5px);
	}

	.box_manual_cat_block[data-nmb="1"]::before,
	.box_manual_cat_block[data-nmb="2"]::before, 
	.box_manual_cat_block[data-nmb="3"]::before,
	.box_manual_cat_block[data-nmb="4"]::before,
	.box_manual_cat_block[data-nmb="5"]::before, 
	.box_manual_cat_block[data-nmb="6"]::before {
		content: '';
		position: absolute;
		width: 25px;
		height: 2px;
		background-color: var(--wp--preset--color--primary);
		left: calc(100% + 2px);
		top: calc(50% - 1px);
	}
	
	footer {
		margin-top: 2rem !important;
	}
	
	
}
