/* Reset and base styles  */
* {
    /*padding: 0px;
    margin: 0px;*/
    border: none;
   }
   
   *,
   *::before,
   *::after {
    box-sizing: border-box;
   }
   
   /* Links */
   
   a, a:link, a:visited  {
       text-decoration: none;
       cursor: pointer;
   }
   
   a:hover  {
       text-decoration: none;
   }
   
   /* Common */
   
   aside, nav, footer, header, section, main {
    display: block;
   }
   
   h1, h2, h3, h4, h5, h6, p {
       font-size: inherit;
    font-weight: inherit;
   }
   
   ul, ul li {
    list-style: none;
   }
   
   img {
    vertical-align: top;
   }
   
   img, svg {
    height: auto;
   }
   
   address {
     font-style: normal;
   }
   
   /* Form */
   
   input, textarea, button, select {
    font-family: inherit;
       font-size: inherit;
       color: inherit;
       background-color: transparent;
   }
   
   input::-ms-clear {
    display: none;
   }
   
   button, input[type="submit"] {
       display: inline-block;
       box-shadow: none;
       background-color: transparent;
       background: none;
       cursor: pointer;
   }
   
   input:focus, input:active,
   button:focus, button:active {
       outline: none;
	   background: #000;
   }
   
   button::-moz-focus-inner {
    padding: 0;
    border: 0;
   }
   
   label {
    cursor: pointer;
   }
   
   legend {
    display: block;
   }
   
	.hr-double {
		margin: 20px 0;
		padding: 0;
		height: 6px;
		border: none;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}   
   
@font-face {
    font-family: 'e-ukrainelight';
    src: url('font/e-ukraine-light-webfont.eot');
    src: url('font/e-ukraine-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/e-ukraine-light-webfont.woff') format('woff'),
         url('font/e-ukraine-light-webfont.ttf') format('truetype'),
         url('font/e-ukraine-light-webfont.svg#e-ukrainelight') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'e-ukrainemedium';
    src: url('font/e-ukraine-medium-webfont.eot');
    src: url('font/e-ukraine-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/e-ukraine-medium-webfont.woff') format('woff'),
         url('font/e-ukraine-medium-webfont.ttf') format('truetype'),
         url('font/e-ukraine-medium-webfont.svg#e-ukrainemedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'e-ukraineregular';
    src: url('font/e-ukraine-regular-webfont.eot');
    src: url('font/e-ukraine-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/e-ukraine-regular-webfont.woff') format('woff'),
         url('font/e-ukraine-regular-webfont.ttf') format('truetype'),
         url('font/e-ukraine-regular-webfont.svg#e-ukraineregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
    font-family: 'e-ukrainelight';
    font-size: 16px;
    line-height: 1.5;
    width: 100%;
    margin: 0 auto;
    background-color: #000;
    color: #fff;
}
body a{
       color: #fff;
       transition: background-color 0.3s;
}
a:hover {
    color: #47FFB2;
}
.accent-href{
    color: #47FFB2;
}
.accent-href:hover{
    color: #6F7085;
}
.caption-12, .caption-12-white, .article-block p, .caption-autor a, .menu a, .site-search input {
    font-family: 'e-ukraineregular';
    font-size: 12px;
    line-height: 16px;
    color: #6F7085;
}
.caption-12-white{
    color: #fff;
}

h2{
	font-family: 'e-ukrainelight';
    font-size: 32px;
    margin-bottom: 32px;
}
h3{
    font-family: 'e-ukrainelight';
    font-size: 24px;
    margin-bottom: 24px;
}
.main-price{
    font-family: 'e-ukrainelight';
    font-size: 32px;
	margin: 0;
}
.heavy-txt{
    font-family: 'e-ukrainemedium';
}
.additional-txt{
    color: #6F7085;
}
.menu {
    list-style: none; 
    padding: 0;
    margin: 0;
    display: flex;
}
.burger-menu {
    display: none;
}
.mob-sidebar {
    display: none;
	left: -300px; 
}


.menu li {
    margin-right: 24px;
}

.menu a:hover{
    color: #fff;
}
.menu-full{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 4px 24px;
}
.phone-lang{
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}
.phone-header{
    font-size: 12px;
    margin: 0 24px;
}

.pswp__bg {
  opacity: 0.5!important;
}

.price-selector{
    position: relative;
    display: inline-block;
    width: 290px;
    flex: 0 0 290px;
}
.price-selector-box{
    border: 1px solid #2C2D35;
    border-radius: 8px;
    background-color: #000;
    display: flex;
    gap: 8px;
    align-items: center;
    cursor: pointer;
    width: 100%;
	padding: 16px;  
}
.price-selector-box span{
    text-transform: initial;
    color: #fff;
    flex-grow: 1;
    margin: 0;
    text-align: left;
}
.price-dropdown-menu{
    padding: 0;
    background-image: url(img/bg-fill.png);
    background-size: cover;  
    background-position: center; 
    background-repeat: no-repeat;
    border-radius: 8px; 
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 16px;
    display: none;
}
.price-dropdown-menu li {
    padding: 8px 32px 6px 8px;
}
.price-dropdown-menu li button {
    font-size: 14px;
    display: block;
    padding: 16px 0;
    border-radius: 12px;
    text-transform: inherit;
    transition: background-color 0.3s;
    background: rgba(225, 255, 225, 0.05);
    color: #fff;
    width: 100%;
    border: 1px solid #2C2D35;
}
.price-dropdown-menu li button:hover {
    color: #47FFB2;
}

.price-selector:hover .price-dropdown-menu {
    display: block;
}
.language-selector {
    position: relative;
    display: inline-block;
}
.language-selector-box{
    padding: 0 4px 0 0;
    border: 1px solid #2C2D35;
    border-radius: 8px;
    background-color: #000;
    display: flex;
    gap: 8px;
    align-items: center;
    cursor: pointer;
    
}
.language-selector-box span{
    font-size: 12px;
    color: #fff;
}
.dropdown-menu {
    padding: 0;
    background-image: url(img/bg-fill.png);
    background-size: auto 100%;  
    background-position: center; 
    background-repeat: no-repeat;
    border-radius: 8px;
    position: absolute; 
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
    z-index: 10;
}
.dropdown-menu li {
    padding: 8px 32px 6px 8px;
}
.dropdown-menu li a {
    font-size: 12px;
    display: block;
    padding: 8px 12px;
    border-radius: 4px;
    text-transform: uppercase;
    transition: background-color 0.3s;
}
.dropdown-menu li a:hover {
    color: #47FFB2;
}

.language-selector:hover .dropdown-menu {
    display: block;
}
.sub-header{
    display: flex;
    align-items: center;
}

.mobile-menu.close-drawer {
  display: none;
}

.logo{
    padding: 16px 24px;
}
.a-like-btn{
max-width: fit-content;
}
.a-like-btn-100{
    max-width: none;
    }

button, .a-like-btn, .button{
    max-height: fit-content;
    font-family: 'e-ukraineregular';
    font-size: 16px;
    text-transform: uppercase;
    padding: 16px;
    background-color: rgba(109, 255, 211, 0.11); 
    color: #47FFB2;
    border-radius: 4px;
    border-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
}
button:hover, .a-like-btn:hover {
    background-color: rgba(109, 255, 211, 0.4);
}


button span{   
    margin-left: 10px;
}
.secondary-button{
    background: none;
    border: 1px solid #47FFB2;
}

.secondary-button.single_add_to_cart_button.button.alt:hover {
  background-color: rgba(109, 255, 211, 0.4);  
} 

.single_add_to_cart_button{
    margin-bottom: 16px;
}
.site-search{
    flex-grow: 1;
    display: flex;
    gap: 16px;
    border-width: 1px;
    border-style: solid;
    border-color: #2C2D35;
    padding: 8px 16px;
    margin-left: 8px;
    background-image: url(img/bg-fill.png);
    background-size: 100% auto;  
    background-position: center; 
    background-repeat: no-repeat;

}
.site-search button{
    padding: 0;
    background: none;
}
.site-search input{
    
    border-style: none;
    width: 100%;
    
}

.site-search .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	background: unset !important;
	border: none;
    font-size: 12px;
	color: #6F7085;
}	

.site-search .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder {
    font-style: normal !important;
	font-weight: 300;
}	


.site-search .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    background: unset;
}	

.site-search .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before {
    content: unset;
}

.site-search .search-btn{
	display: none;
}

.site-search .fibo-search {
	display: block;
	width: 100%;
}	

#buyoneclick_form_order .table-wrap {
  color: #fff !important;
}

#formOrderOneClick > .popup {
  border: 1px solid #2C2D35 !important;
  background-image: url(img/bg-fill.png) !important;
  background-size: 100% 100% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

#buyoneclick_form_order .table-wrap {
  background-color: unset !important; 
  background-color: unset !important;
}	

#buyoneclick_form_order label{
  display: block !important; 
  float: left !important;
  margin: 0 10px 0 8px !important;
  padding-top: 5px !important;
  color: #8f8f8f !important;
}	

#buyoneclick_form_order .table-wrap table tr {
  border: 1px solid #47FFB2 !important;
  padding: 5px !important;
}

#buyoneclick_form_order .table-wrap table th {
  color: #fff !important;
  background-color: unset !important;
  text-transform: capitalize !important;
}

#buyoneclick_form_order input[type="tel"] {
  border: 1px solid #2C2D35 !important;
  color: #fff !important;
}

#formOrderOneClick [name="quantity_product"] {
  position: relative;
  height: 50%;
  width: 79% !important;
  border: 1px solid #2C2D35 !important;
  padding: 6px;
}
#formOrderOneClick .popup .close_order {
  top: 0px !important;
  right: 0px !important;
}	

#formOrderOneClick .button {
	width: 100%;
}	


.shop-cart{
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 9.5px 24px;
    background-image: url(img/bg-fill.png);
    background-size: 200% auto;  
    background-position: top; 
    background-repeat: no-repeat;
}
.cart{
    position: relative;
    padding: 0px;
    background: none;
}
.cart :hover{
    background: none;
}
.cart-num {
    position: absolute;
    top: 18px;
    right: -7px;
    background-color: #47FFB2;
    color: #000;
    font-size: 9px;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    text-align: center;
}
.cart-txt{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.cart-txt-name{
    font-size: 12px;
}
.main-content{
    max-width: 1367px;
    display: flex;
    flex-direction: column;
    gap: 21px;
    margin: 56px auto 96px;
}
.breadcrumb-activ{
    color: #6F7085;
    
}
.breadcrumb{
    display: flex;
    gap: 24px;
    font-size: 12px;
    margin-bottom: 6px;
    
}
.breadcrumb a:hover{
    color: #47FFB2;
}
.title {
    margin-top: 12px;
}
.title-area{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 16px;
}
.title-area-date{
    border-top: 1px solid #6F7085;
    flex: 0 0 100%;
    padding-top: 16px;
}
.title-area-social{
    width: 213px;
    padding: 16px;
    background-image: url(img/bg-fill.png);
    background-size:  100% auto;  
    background-position: center; 
    background-repeat: no-repeat;
    border-radius: 4px;
    
}
.social-icons{
    margin-top: 16px;
    display: flex;
    justify-content: flex-start;
    gap: 8px;
}
.title-area-about{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}
.autor{
    border-bottom: 1px solid #6F7085;
	margin-bottom: 10px;
}
.autor-content{
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}
.title-area-about .autor-content{
    margin: 0;
    margin-top: 8px;
    flex: 1 1 100%;
}
.title-area-about .autor-content img{
    width: 40px;
    height: 40px;
}

.autor-content img{
    width: 80px;
    height: 80px;
    object-fit: contain;
    background-color: #fff;
    border-radius:40px ;
}

.autor-info{
    width: 720px;
    margin-bottom: 16px;
}
h1{
    font-family: 'e-ukrainelight';
    font-size: 40px;
    text-transform: uppercase;
    line-height: 48px;
    flex: 1;
}
.product-categories{
    display: flex;
    gap: 4px;
    flex: 1 1 calc(100% - 320px);
}
.product-categories-item{
    border-radius: 12px;
    border: 1px solid #2C2D35;
    background: #000;
    text-transform: initial;
    font-family: 'e-ukrainelight';
    font-size: 14px;
    color: #fff;

}
.product-categories-item-active{
    border: 1px solid #47FFB2;
    background-color: rgba(109, 255, 211, 0.11);
    color: #47FFB2;
}
.hidden-button {
    display: none;
}

.toggle-mob-btn, .hidden-button { 
    display: none;
}
.container {
    justify-content: space-between;
}

.woocommerce-category-block-1 {
    flex: 1 1 calc(90% - 320px);
}

.woocommerce-orderby-block-2 {
    flex: 0 0 330px; 
	margin-right: 10px;
}

.woocommerce-sidebar-block-3 {
    flex: 0 0 280px;
}

.woocommerce-block-4 {
    flex: 1; 
}
.wpfMainWrapper {
    background-color: rgba(109, 255, 211, 0.11);
    padding: 15px;
}  

.col-full{
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.woocommerce-notices-wrapper {
     display: none;
}	


.woocommerce-product-gallery, .entry-summary{
    width: 100%;
}

.entry-summary > *:not(:last-child) {
    margin-bottom: 32px;
}


.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 0.875em;
  right: 0.875em;
  width: 2em;
  height: 2em;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 1;
  border-radius: 50%;
  color: #111;
  background: #fff;
  transition: all 0.2s;
}

.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger::before {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background: #333;
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8V4M4 4H8M4 4L9 9M20 8V4M20 4H16M20 4L15 9M4 16V20M4 20H8M4 20L9 15M20 20L15 15M20 20V16M20 20H16' stroke='%23374151' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: contain;
}



.product-summary > *:not(:last-child) {
    margin-bottom: 32px;
}
.main-availability, .number-rating {
    font-family: 'e-ukraineregular';
    font-size: 12px;
    padding: 3px 6px;
    background-color: rgba(109, 255, 211, 0.11);
    color: #47FFB2;
    border-style: none;  
    max-height: fit-content;
}
.grade{
    display: flex;
    align-items: flex-start;
}
.grade > *:not(:last-child) {
    margin-right: 16px;
}
.product-rating {
    display: flex;
    align-items: center;
    gap: 26px;
    max-height: fit-content;
}

.star-rating {
    display: flex;
    position: relative;
    gap: 4px;
}

.star {
    margin-right: 3px;
    fill: #6F7085;
}

.star-rating[data-rating="4.5"] .star {
    fill: #47FFB2;
}



body .qib-button-wrapper { 
    justify-content: space-between !important;
    /*max-width: fit-content !important;*/
    gap: 16px !important;
    align-items: center !important;
    border: 1px solid #2C2D35 !important;
    border-radius: 4px !important;
	float: none !important;
	margin-bottom: 32px;
}

.qib-button-wrapper .quantity input.input-text.qty.text {
	font-size: 16px !important;
}


.product-quantity input {
    text-align: center;
    color: #fff;
}
input[type="number"] {
    -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product-quantity button {
    background: none;
    color: #6F7085;
}

.product-quantity button:hover {
    color: #47FFB2;
}
.product-var p{
    margin-bottom: 8px;
}
.product-var-block{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.btn-choice button{
    background-color: #000;
    border: 1px solid #2C2D35;
}
.btn-img{
    padding: 8px;
    width: 80px;
    height: 80px;
}
.btn-choice img{
    width: 64px;
    height: 64px;
}

.btn-choice-active button{
    border: 1px solid #47FFB2;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
   color: #fff;
   background-color: #000;
   box-shadow: var(--wvs-item-box-shadow,0 0 0 0px #2C2D35);
   border: 1px solid #2C2D35;		  
   font-size: 12px !important;
   line-height: 16px;
   padding: 16px;
}
/*
.variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
  -webkit-box-shadow: var(--wvs-hover-item-box-shadow, 0 0 0 0px #47FFB2);
          box-shadow: var(--wvs-hover-item-box-shadow, 0 0 0 0px #47FFB2);
  border: 1px solid #47FFB2;		  
  background-color: #000;
  color: #fff;
}
*/

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
  background-color: var(--wvs-selected-item-background-color,#000);
  color: var(--wvs-selected-item-text-color,#fff);
  border: 1px solid #47FFB2;		  
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
  border-radius: 4px;
}

.single_variation_wrap {
	margin-left: 6px;
}

.woo-variation-swatches .variable-item .button-variable-item .selected {
  border: 1px solid #47FFB2;		  
  background-color: #000;
  color: #fff;

}


.buttons-area button{
    width: 100%;
}
.product-conditions{
    background-image: url('img/bg-fill.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 16px;
}
.product-conditions-item{
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 12px;
}
.product-conditions-item-wrap{
    
    flex-wrap: wrap;
}
.product-conditions-item:last-child {
    margin-bottom: 0;
}
.product-conditions-info{
    flex: 1 1 100%;
}
.product-B2B{
    background-image: url('img/bg-fill.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #47FFB2;
    display: flex;
    position: relative;
    padding: 16px;
}
.product-B2B p{
    max-width: 353px;
    text-transform: uppercase;
    margin-left: 16px;
}
.product-B2B svg{
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 1;
}
.product-certificates > *:not(:last-child) {
    margin-bottom: 8px;
}
.certificates-item{
    background-image: url('img/bg-fill.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    padding: 16px;
    gap: 8px;
    align-items: center;
}
.product-certificates-name{
    flex-grow: 1;
}

.characteristics-table {
    width: 100%;
    border-collapse: collapse;
}

.characteristics-table td {
    padding: 8px 16px;
    border: none;
    width: 50%;
}
.left-column {
    vertical-align: top; 
}

.characteristics-table tr:nth-child(odd) td {
    background-image: url('img/bg-fill.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.characteristics-table tr:nth-child(even) td {
    background-color: transparent;
}
.col-full-article{
    margin-top: 54px;
}
.sub-title{
    flex: 0 0 100%;
}
h4{
    font-family: 'e-ukrainemedium';
    font-size: 18px;
    margin-bottom: 16px;
}
.categories a{
    font-family: 'e-ukrainelight';
    font-size: 16px;
    line-height: 1.9;
}
.sidebar{
    width: 280px;
    flex: 0 0 280px;
}
.price-filter {
    padding: 15px;
    background-color: rgba(109, 255, 211, 0.11);
}

.price-inputs {
    display: flex;
    align-items: center;
    margin-bottom: 17px;
    gap: 5px;
}

.price-inputs label {
    font-size: 14px;
    margin-right: 5px;
}
.price-inputs button{
    margin-left: 5px;
}
.price-inputs input[type="number"] {
    width: 80px;
    padding: 20px 16px;
    border: 1px solid #2C2D35;
    text-align: center;
    background-color: rgba(109, 255, 211, 0.11);
}

.price-slider {
    position: relative;
    height: 30px;
}

.price-slider input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 6px;
    background: #6F7085;
    border-radius: 5px;
    outline: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.price-slider input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 30px;
    height: 20px;
    background-color: #47FFB2;
    border-radius: 30px;
    cursor: pointer;
}

.price-slider input[type="range"]::-moz-range-thumb {
    width: 30px;
    height: 20px;
    background-color: #47FFB2;
    border-radius: 30px;
    cursor: pointer;
}

.filters{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 21px;
}
.filters a{
    font-family: 'e-ukrainelight';
    font-size: 14px;
    padding: 4px 12px;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    border-color: #47FFB2;
    text-transform: initial;
    background-color: rgba(109, 255, 211, 0.11);
    color: #47FFB2;
    text-align: left;
    transition: background-color 0.3s;
}
.filters a:hover{
    background-color: rgba(109, 255, 211, 0.4);
}

.content-area{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    flex: 1;
	padding: 0;
    
}
.content-area-article{
    gap: 96px;
}
.content {
    max-width: 656px;
    width: 100%;
    margin: 0 auto;
}
.content ul{
    margin-top: 24px;
}
.topic{
    width: 100%;
}
.topic-narrow{
    /*max-width: 656px;*/
    /*margin: 10px 0 auto;*/
    margin: 0 auto;

}
.topic .article-block{
    width: 100%;
}
.video{
    height: 350px;
    width: 100%;
    flex: 0 0 100%;
}
.figcaption-video{
    display: flex;
    justify-content: space-between;
}
.figcaption-video figcaption{
    max-width: 416px;
}
.figcaption-video span{
    color: #47FFB2;
}

.similar-articles{
    display: flex;
    gap: 8px;
    margin-top: 56px;
}
.similar-articles .article-block{
    flex: 1 1 25%;
    width: 25%;
}
.trial-article{
    width: 328px;
}

.attachment-post-thumbnail {
    margin: 8px 0;
    width: 100%;
    max-height: 490px;
    object-fit: cover;
}
.inside-img {
    margin: 8px 0;
    width: 100%;
    max-height: 490px;
    object-fit: cover;
}

figcaption{
    margin: 0;
    color: #6F7085;
}
.content li{
    padding: 24px 0;
    border-bottom: 1px solid #6F7085;
    border-top: 1px solid #6F7085;
    margin: -1px 0;
}
.same-product{
    display: flex;
}
.same-product > *:not(:last-child) {
    margin: 0 8px 0 0;
}
.related-wapper-content{
    display: flex;
    gap: 8px;
    margin-top: 56px;
    overflow: hidden;
}

.related-product{
    background-image: url(img/bg-fill.png);
    background-size: cover;  
    background-position: center; 
    background-repeat: no-repeat;
    display: flex;
    flex-wrap: wrap;
    padding: 8px;
    gap: 4px;
    flex: 0 0 323px;
    
}
.related-product img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.availability{
    flex: 1 1 100%;
}
.buy{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.buy .button{
    padding: 6px 5px 6px 15px;
}

.button.product_type_simple::before {
  display: inline-block;
  font-family: FontAwesome;
  float: left;
  content: "\f217";
  font-weight: 300;
  margin-right: 1em;
}

.button.product_type_variable::before {
  display: inline-block;
  font-family: FontAwesome;
  float: left;
  content: "\f217";
  font-weight: 300;
  margin-right: 1em;
}

.product-card{
    width: calc(33.33% - 8px);
    flex: 0 0 calc(33.33% - 8px);
    background-image: url(img/bg-fill.png);
    background-size: cover;  
    background-position: center; 
    background-repeat: no-repeat;
    display: flex;
    flex-wrap: wrap;
    padding: 8px;
    gap: 4px;

}
.woocommerce-loop-product__link img {
    width: 100%;
}

.product-card-img{
    width: 100%;
}
.product-card-img img{
    width: 100%;
}
.article-block {
    width: calc(33.33% - 8px);
    border: 1px solid #2C2D35;
    flex: 0 0 calc(33.33% - 8px);
    background-image: url(img/bg-fill.png);
    background-size: cover;  
    background-position: center; 
    background-repeat: no-repeat;
    
}
.article-block:hover {
    border-color: #47FFB2; 
}

.article-block img{
    object-fit: cover;
    width: 100%;
    height: 152px;
}
.article-txt{
    margin: 12px 16px 16px;
    
}
.article-filter{
    font-size: 12px;
    background-color: rgba(109, 255, 211, 0.11);
    color: #47FFB2;
    padding: 4px 12px;
    border-radius: 4px;
    transition: background-color 0.3s;
}
.article-filter:hover{
    background-color: rgba(109, 255, 211, 0.4);
}
.article-block h2{
    font-family: 'e-ukrainelight';
    font-size: 16px;
    text-transform:none ;
    margin: 0;
}
.article-block p{
  max-height: 4rem;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden!important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.main-article-txt{
    
    
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}
.caption-autor{
    
    display: flex;
    align-items: center;
    gap: 8px;
}
.caption-autor img{
    width: 16px;
    height: 16px;
    border-radius: 8px;
}
.caption-autor a{
    background: none;
}
.caption-autor a:hover {
    color: #fff;
    background: none;
}
.caption-date{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 8px;
    margin-top: 8px;
    border-top:  1px solid #6F7085;
}
.statistic{
    display: flex;
    gap: 12px;
}
.statistic-item{
    display: flex;
    align-items: center;
    gap: 4px;
}
.more-contetnt, .more-comment{
    flex: 0 0 100%;
}
.more-contetnt button{
    border-radius: 4px;
    width: 100%;
    margin: 0 auto;
}
.catalog-article{
    margin-top: 24px;
}
.catalog-article h3{
margin-top: 32px;
}
.catalog-article-list{
list-style: inside;
}
.catalog-article-list li{
    list-style: inside;
    margin-left: 32px;
    text-indent: -24px;
}
.for-catalog-card .catalog-article-list li::marker{
    color: #47FFB2;
}
.page-numbers {
    margin-top: 24px;
    /*width: 100%;*/
    display: flex;
    justify-content: center;
    gap: 8px;
}
.pagination-numbers{
    display: flex;
    justify-content: center;
    gap: 8px;
}


.page-numbers a,.page-numbers span {
    width: 56px;
    height: 56px;
    padding: 15px 0;
    text-align: center;
    display: inline-flex; 
    justify-content: center;
    align-items: center; 
    background-color: #080808;
    transition: background-color 0.3s;
    border-radius: 4px;
}

.page-numbers a:hover {
    background-color: rgba(109, 255, 211, 0.11);
}

.page-numbers .current {
    border: 1px solid #47FFB2;
    color: #47FFB2;
    pointer-events: none;
} 
.divider{
    width: 100%;
    flex: 1 1 100%;
    border: 1px solid #2C2D35;
    margin: 80px auto;
}
.like-block{
    margin: 0 auto;
}
.like-block h4{
    text-align: center;
}
.like-buttons{
    display: flex;
    justify-content: center;
    align-items: stretch;
    background-image: url(img/bg-fill.png);
    background-size:  100% auto;  
    background-position: center; 
    background-repeat: no-repeat;
    
}
.pld-like-dislike-wrap {
     margin: 0px; 
}	

.pld-like-dislike-wrap .pld-common-wrap {
     margin: 0px; 
}
.pld-like-wrap, .pld-dislike-wrap{
    padding: 13.5px 70px; 
    background: none;
    border: 1px solid #2C2D35;

}
.pld-like-wrap{
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.pld-dislike-wrap{
    color: #6F7085;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.content-area-title {
    display: flex;
    justify-content: space-between;
    padding-bottom: 16px;
    border-bottom: 1px solid #2C2D35;
}

.content-area-title ul {
    margin: 0;
	padding: 0;
}	

.anchor{
    display: flex;
    gap: 32px;
}
.product-info{
    display: flex;
    margin: 48px 40px 48px 0;
}

.main-swiper img{
    width: 100%;
}
.swiper-container {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
}
.swiper-container-item{
    max-width: 80px;
}
.swiper-container-item img{
    width: 100%;
}
.video-icon {
    position: relative;
}

.video-icon img {
    width: 100%;
}

.video-icon svg {
    position: absolute;
    top: 75%;
    left: 25%;
    z-index: 1;
}
.price-grade{
    display: flex;
    justify-content: space-between;
}
.tab-content > *:not(:last-child) {
    margin-bottom: 120px;
}
.tab-content > .topic-narrow > *:not(:last-child) {
    margin-bottom: 96px;
}
.tab-content > .topic-narrow > *:not(.product-sending-info) {
    margin-bottom: 24px;
}
.product-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.product-about {
    width: 50%;
}
.product-image{
    position: relative;
    display: flex;
    align-items: center;
}
.product-image img{
    width: 120%;
}
.product-about-item-accent{
    position: relative;  
}
.product-about-item-accent::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #47FFB2;
    top: -12px;
}
.product-image::before{
    position: absolute;
    content: '';
    height: 16px;
    width: 16px;
    border: 4px double #47FFB2;
    border-radius: 50%;
    left: 30%;
    top: 47%;
}
.product-about-item {
    margin-bottom: 24px;
    color: #6F7085;
}

.product-about-item-accent {
    color: #fff;
    margin-bottom: 10px;
    position: relative;
}
.product-image {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    
}

.main-product-image {
    width: 120%; 
    height: auto; 
    object-fit: cover; 
}
.product-article-preview{
    position: relative;
    overflow: hidden;
}
.product-article-preview::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 110px;
    background: linear-gradient(to top, black, rgba(0, 0, 0, 0));

}
.product-article-img-block{
    display: flex;
    margin-top: 24px;
    margin-bottom: 16px;
}
.product-article-img-block img{
    width: 50%;
    height: 195px;
    object-fit: cover;
}

.product-review{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}
.volunteer-block {
    background-image: url(img/volonteer-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 460px;
    display: flex;
    align-items: center;
    text-align: center;
}
.volunteer-block  p{
    margin: -16px 0 16px;
}
.same-product{
    overflow: hidden;
}
.related-articles-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.trial-block{
    display: flex;
    gap: 8px;
    align-items: stretch;
}
.trial-block img,
.trial-block div {
    max-width: 100%;
    height: auto;
    display: block;
}
.trial-article {
    background-image: url(img/bg-fill.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #2C2D35;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
}
.trial-article:hover{
    border-color: #47FFB2;
}
.trial-meta{
    display: flex;
    gap: 8px;
}
.trial-meta img{
    width: 40px;
    height: 40px;
}
.trial-user{
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden !important;
    -webkit-line-clamp: 2;
}
.trial-txt{
    color: #B1B1B1;
    font-family: 'e-ukrainelight';
    font-size: 14px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden !important;
    -webkit-line-clamp: 5;
}

.reviews {
   display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 96px;
    align-items: flex-start;
}

.comment-notes {
	margin: 10px 0;
}


.comment-form label {
    display: block;
    margin: .35rem 0;
    font-size: 15px;
    font-weight: 600;
}

.comment-form input, .comment-form textarea {
    width: 100%;
	border-width: 1px;
    border-style: solid;
    border-color: #2C2D35;
    padding: 8px 16px;
    background-image: url(img/bg-fill.png);
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}

.comment-form-author {
        float: left;
        width: 47%;
        margin-right: 2.703529412%;
    }

.comment-form-email {
        float: left;
        width: 50%;
    }

.form-submit{
	    margin-top: 100px;
}
	
.comment-form .submit {
  max-height: fit-content;
  font-family: 'e-ukraineregular';
  font-size: 16px;
  text-transform: uppercase;
  padding: 16px;
  background-color: rgba(109, 255, 211, 0.11);
  color: #47FFB2;
  border-radius: 4px;
  border-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;	
  background-image: unset;
  margin-top: 10px;
  
  
}

.comments, .trial-block {
    margin-bottom: 32px;
    flex: 1 1 100%;
}
.comments-container{
    width: 100%;
    border-top: 1px solid #2C2D35 ;
    border-bottom: 1px solid #2C2D35 ;
    padding: 32px 0;
	margin-bottom: 14px;
	list-style: none;
}
.comments-container time{
    color: 	#47FFB2;
}

.comments-container .children {
	list-style: none;
    padding-left: 10px;	
}

.comments-container .comment-reply-link	{
    font-size: 14px;
	font-style: italic;
}

.com-block{   
    margin: 4px 0;
}
.com-block > *:not(:last-child){
    margin: 0 16px 0 0;
}
.com-user-info > *:not(:last-child){
    margin-bottom: 13px;
}
.com-name{
    font-family: 'e-ukrainemedium';
    font-size: 18px;
    flex: 0 0 324px;
}
.com-txt{
    max-width: 544px;
    flex: 1 1 auto;
    margin: 0 auto;
}
.comments-answer{
    margin-top: 32px;
    gap: 16px;
    display: flex;
    flex-direction: column;
    max-width: 544px;
    margin-left: calc((100% - 544px + 324px) / 2);
}
.comments-answer-user {
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: fit-content;
    
}
.comments-answer-user-img{
    position: relative;
    display: flex;
    align-items: center;
}
.comments-answer-user-img img{
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 16px;
    object-fit: contain;
} 
/*
.comments-answer-user-img::before {
    content: '';
    width: 32px;
    height: 1px;
    background-color: #6F7085;
    margin-right: 16px;
}
*/
.answer-txt{
    margin-left: 40px;
}
.more-comment button{
    width: auto;
    margin: 0 auto;
}
.additionally-block{
    margin: 96px 0;
    padding: 64px 0;
}

.nav-links .nav-previous{
	float: left;

}

.nav-links .nav-next{
	float: right;
}	

.pagination-dot{
    display: none;
}
footer{
    display: flex;
    padding: 48px 24px;
    width: 100%;
    justify-content: space-between;
    gap: 40px;
    align-items: stretch;
    background-image: url(img/bg-fill.png);
    background-size:  100% auto;  
    background-position: center; 
    background-repeat: no-repeat;
}
.information, .catalog, .contsct{
    width: 33.3%;
}
.contsct{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.title-footer{
    padding-bottom: 16px;
    border-bottom: 1px solid #6F7085;
}
.title-footer span{
    font-size: 16px;
    font-family: 'e-ukrainemedium';
}
footer ul{
    columns: 2;
    margin-top: 16px;
	padding: 0;
}
footer li{
    font-size: 12px;
    margin-bottom: 14px;
}
.h3-accent{
    font-family: 'e-ukrainelight';
    font-size: 32px;
    color: #47FFB2;
}

.h3-accent:hover{
    color: #fff;
}
.main-top-slider{
    overflow: hidden;
}
.main-top-slider-block{
    display: flex;
    gap: 8px;

}
.main-top-slider-card{
    background-image: url(img/bg-fill.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #2C2D35;
    padding: 24px;
}
.for-catalog-card{
    width: 33.3%;
    flex: 1 1 33%;
}
.for-catalog-card > *:not(:last-child) {
    margin-bottom: 16px;
}
.for-product-card{
    flex-wrap: nowrap;
    flex: 2 2 calc(66% - 30px);
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
}
.for-product-card-img{
    display: none;
}
.for-product-card::before{
    content: "";
    background-image: url(img/product-bg.png);
    position: absolute;
    top: 150px;
    left: -240px;
    width: 100%;
    height: 100%;
    transform: rotate(30deg);
    z-index: 1;
    background-repeat: no-repeat;
    background-size: 80%;
}

.for-product-card-txt{
    width: 50%;
    position: relative;
    z-index: 10;
}
.for-product-card-info{
    display: flex;
    gap: 8px;
    align-items: center;
}
.for-product-card-status{
    width: 100%;
    max-width: fit-content;
    background-color: #2C2D35;
}
.for-product-card-txt h2{
    margin-bottom: 16px;
}
.for-product-card-txt .buy {
    justify-content: flex-start;
    gap: 16px;
}

.for-product-card-txt > *:not(:last-child) {
    margin-bottom: 16px;
}
.for-catalog-buttons-area{
    display: flex;
    justify-content: end;
    gap: 8px;
}
.main-page .pagination-dot{
    justify-content: end;
}

.infografic{
    margin: 80px 0;
}
.infografic-content{
    display: flex;
    justify-content: space-between;
}
.infografic-title{
margin-bottom: 24px;
}
.infografic-content-item{
        border-top: 1px solid #6F7085;
    padding: 16px;
    flex: 1 1 33.33%;
    margin: 4px;
}
.infografic-content-item h2{
    margin-bottom: 16px;
}
.video-main-page-content{
    display: flex;
    
}
.active-video{
    flex: 1 1 50%;
    margin-right: 8px;
}
.active-video .video{
    height: 373px;
}
.video-list{
    flex: 1 1 50%;
}
.video-list-item{
    display: flex;
}
.video-list-item .video{
    width: 232px;
    flex: 1 1 232px;
    height: 119px;
    margin-right: 14px;
    margin-bottom: 8px;
}
.about-us {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about-us-txt{
    max-width: 469px;
    text-align: center;
}
.about-us-txt h2{
margin-bottom:16px ;
}
.about-us-txt p{
    margin-bottom: 24px;
}
.about-us-icon{
    height: 20px;
}
.about-us-img{
    display: flex;
    flex-direction: column;
    justify-content: start;
    position: relative;
    overflow: hidden;
    gap: 8px;
}
.about-us-img-left::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 110px;
    background: linear-gradient(to top, black, rgba(0, 0, 0, 0));

}
.about-us-img-right::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 110px;
    background: linear-gradient(to bottom, black, rgba(0, 0, 0, 0));

}
.about-us-img-left{ 
    margin-top: 150px;
}
.about-us-img-right{
   margin-bottom: 158px;
}
.about-us-img-hidden{
    width: 100%;
    height: 150px;
    overflow: hidden;
    position: relative;
}
.about-us-img-hidden img{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
}
.about-us-img-right .about-us-img-hidden img{
    bottom: 0;
}
.about-us-img-left .about-us-img-hidden img{
    top: 0;
}
.main-page .related-wapper{
    margin: 80px 0;
}

@media ( max-width:1200px) {
    
    .menu-full {
        position: absolute;
        top: 0;
        right: 0;
        display: none;
        flex-direction: column-reverse;
        align-items: flex-end;
        background: #000;
        z-index: 1000;
        padding: 50px;
        gap: 16px;
        border-radius: 4px;
        margin: 0;
    }
    .menu{
        flex-direction: column;
        text-align: right;
    }
    .menu li {
        margin-right: 0px;
    }
    
    .burger-menu {
        display: flex;
        align-items: center;
        padding: 16px;
        background-color: rgba(109, 255, 211, 0.11);
        border: none;
        cursor: pointer;
    }
    .product-card{
        width: calc(50% - 8px);
        flex: 0 0 calc(50% - 8px);

    }
    
    .article-block{
        width: calc(50% - 8px);
        flex: 0 0 calc(50% - 8px);
    }
    .similar-articles, .trial-block{
        overflow: hidden;
    }
    .pagination-dot{
        display: flex;
        gap: 16px;
        justify-content: center;
        align-items: center;
        margin-top: 32px;
    }
    .pagination-dot-item{
        display: flex;
        gap: 12px;
    }
    .page-dot {
        width: 16px;
        height: 16px;
        background-color: #2C2D35;
        border-radius: 50%;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }
    
    .page-dot.active {
        background-color: #47FFB2;
    }
    
    .page-dot:hover {
        background-color: #A0A0A0;
    }
    .similar-articles .article-block {
        flex: 0 0 328px;
    }
    .trial-article{
        flex: 0 0 328px;
    }
    
    .h3-accent{
        font-size: 22px;
    }
    .grade{
        display: block;
    }
    .grade > *:not(:last-child) {
        margin-right: 0px;
        margin-bottom: 8px;
    }
    .main-price {
        font-size: 24px;
    }
    .product-B2B{
        display: block;
        position: relative;
        padding: 16px;
    }
    .product-B2B p{
        max-width: none;
        margin-right: 0px;
        margin-top: 8px;
    }
    .woocommerce-orderby-block-2{
        flex: 1 1 100%;
    }
    .woocommerce-category-block-1 {
        overflow: hidden;
    }
    .for-product-card-img{
        display: block;
    }
    .for-product-card{
        display: block;
    }
    .for-product-card::before {
        background-image: none;
    }
    .for-product-card-txt {
        width: auto; 
    }
    .for-catalog-card {
        width: 50%;
        flex: 1 1 50%;
    }

    
}
@media ( max-width:768px){
    h2{
        font-size: 32px;
    }
    .sub-header{
        background-image: url(img/bg-fill.png);
    background-size:  100% auto;  
    background-position: center; 
    background-repeat: no-repeat;
    }
	.mobile-overlay {
		position: fixed;
		z-index: 1031;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 1;
		background: rgba(0,0,0,.65);
		background: rgba(52,53,55,.4);
		content: "";
		transition: opacity .8s,visibility .6s;
		display:none;
	  }


	.mobile-menu.close-drawer {
		position: fixed;
		z-index: 1042;
		top: 40px;
		left: 288px;
		padding: 0;
		cursor: pointer;
		transition: .3s all;
		color: #fff;
		width: 30px;
		height: 30px;
		top: 10px;
		opacity: 1;
		border: none;
		background: none;
	}
	
    .site-search {
        background: none;
        border: none;
        justify-content: flex-end;
    }

	.site-search .search-btn{
		display: block;
	}

    .site-search .fibo-search {
        display: none;
    }
		

	.col-full .sidebar{
		display: none;
	}	

  .mob-sidebar {
    position: fixed;
    z-index: 1032;
    padding: 15px;
    top: 0;
    bottom: 0;
    height: 100%;
    left: -300px;
    width: 350px;
    min-height: 100vh;
    min-height: fill-available;
    min-height: -webkit-fill-available;
    max-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #000;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 0 10 rgba(0,0,0,.15);
    transition: all .35s;
    transition-delay: 0s;
    transition-delay: .1s;
  }


    .shop-cart{
        background: none;
        padding: 0;
    }
    .burger-menu{
        width: 60px;
        height: 60px;
    }
    .product-card{
        width: 100%;
        flex: 0 0 100%;
    }
    .article-block{
        width: 100%;
        flex: 0 0 100%;
    }
    
    .content-area{
        order: 1;
    }
    .more-contetnt{
        order: 2;
    }
    .menu-full{
        padding: 100px 50px 50px;
    }
    .catalog-btn {
        position: absolute;
        top: 0;
        right: 0;
        display: none;
        z-index: 1000;
        margin: 20px 50px;
    }
    .cart-txt{
        display: none;
    }
    footer{
        flex-direction: column;
        align-items: center;
        background-size: auto 100% ;
    }
    .information, .catalog, .contsct {
        width: 100%;
    }
    .main-content{
        margin: 32px 16px;
    }
    h1{
        font-size: 32px;
    }
    .h3-accent{
        font-size: 32px;
    }
    .sidebar{
        width: 100%;
        flex: 0 0 100%;
        margin-top: 15px;
        order: 10;
    }
    .contsct span{
        margin-top: 40px;
        display: inline-block;
    }
    .autor-name span{
        font-size: 12px;
    }
    .autor-info{
        width: 100%;
    }
    .title-area-about{
        flex-direction: column;
    }
    
    .com-block{
        display: block;
    }
    .com-block > *:not(:last-child){
        margin: 0 0 16px 0;
    }
    .com-name {
        flex: 0 0 100%;
    }
    .com-txt{
        margin: 0;
    }
    .comments-answer{
        margin-left: 0;
    }
    .same-product{
        display: block;
    }
    .same-product > *:not(:last-child) {
        margin: 0 0 8px 0;
    }
    
    .reviews{
        display: block;
    }
    .like-buttons{
        width: 100%;
    }
    .divider{
        order: 2;
    }
    .like-block{
        order: 3;
    }
    .reviews{
        order: 4;
        gap: 16px;
    }
    
    .reviews button{
        width: 100%;
    }
    .related-product{
        width: 100%;
    }
    .like, .dislike{
        padding: 13.5px 50px;
    }
    .product-info{
        display: block;
        margin: 16px 0 24px 0;
    }
    .product-section{
        display: block;
    }
    .product-about, .product-image {
        width: 100%;
    }
    .product-image img {
        width: 100%;
    }
    
    .product-article-img-block img:first-child{
        width: 100%;
    }
    .product-article-img-block img:not(:first-child){
        display: none;
    }
    .content-area-title {
        display: block;
    }
    .anchor{
        display: block;
    }
    .trial-block {
        display: flex;
    }

    .trial-article {
        scroll-snap-align: start;
        width: 80%;
    }
    .related-articles-title{
        display: block;
        margin-bottom: 32px;
    }
    .related-wapper-content{
        display: flex;
    }

    .related-product {
        scroll-snap-align: start;
        width: 80%;
    }
    .tab-content > *:not(:last-child) {
        margin-bottom: 64px;
    }
    .tab-content > .topic-narrow > *:not(:last-child) {
        margin-bottom: 64px;
    }
    .toggle-mob-btn {
        display: none; 
    }
    .hidden-button {
        display: flex; 
    }
    .container {
        flex-direction: column;
    }

    
    .hidden-button {
        display: flex;
        align-items: center;
        cursor: pointer;
    font-family: 'e-ukraineregular';
    font-size: 16px;
    text-transform: uppercase;
    padding: 16px;
    border-radius: 4px;
    border-style: none;
    justify-content: center;
    }

    
    .woocommerce-category-block-1 {
        order: 3;
        flex: 1 1 100%;
		display: none;
    }

    
    #price-selector-toggle {
        display: none;
    }
    .price-mob-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        order: 2;
        background: #000;
        border: 1px solid #2C2D35;
    }
    .woocommerce-orderby-block-2 {
        display: none;
        order: 2;
    }
    #price-selector-toggle:checked ~ .woocommerce-orderby-block-2 {
        display: block;
    }

    
    #sidebar-toggle {
        display: none;
    }
    .sidebar-mob-btn {
        display: flex;
        order: 1;
        align-items: center;
        gap: 8px;
    background-color: rgba(109, 255, 211, 0.11);
    color: #47FFB2;
    flex: 1 1 calc(100% - 80px);

    }
    .filter-count {
        background-color: rgba(109, 255, 211, 0.11);
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 2;
        border-radius: 50%;
        font-size: 10px;
    
    }
    
    .woocommerce-sidebar-block-3 {
        display: none;
        order: 1;
    }
    #sidebar-toggle:checked ~ .woocommerce-sidebar-block-3 {
        display: block;
    }

    .woocommerce-block-4 {
        order: 4;
    }
	
	
	
    .catalog-article{
        order: 5;
    }
    .video-main-page-content {
        display: block;
    }
    .video-list{
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }
    .video-list-item {
        display: block;
        width: calc(50% - 8px);
    }
    .video-list-item .video {
        width: 100%;
        margin-right: 0;
        margin-bottom: 14px;
    }
    .active-video{
        margin: 0;
    }
    .infografic-content {
        display: block;
    }
    .infografic-content > *:not(:last-child) {
        margin-bottom: 24px;
    }
    .about-us{
        flex-wrap: wrap;
        justify-content: center;
    }
    .about-us-img-left{
        order: 1;
        display: flex;
        height: 208px;
        flex-direction: row;
    }
    .about-us-txt{
        order: 3;
        flex: 1 1 100%;
    }
    .about-us-img-right{
        order: 2;
        display: none;
    }
    
    .about-us-img-left, .about-us-img-right{
        margin: 0;
    }
    .about-us-img-left::after, .about-us-img-right::after{
        background: none;
    }
    .about-us-img-hidden {
        overflow: initial;
        height: 208px;
        width: auto;
    }
    .about-us-img-whole img, .about-us-img-hidden img{
        height: 208px;
        width: auto;
        object-fit: scale-down;
        position: static;
    }
    .main-top-slider-block{
        display: block;
    }
    .main-top-slider-block > *:not(:last-child) {
        margin-bottom: 8px;
    }
    .for-catalog-buttons-area{
        justify-content: center;
    }
    .main-top-slider-card{
        width: 100%;
    }


}